.elementor-17333 .elementor-element.elementor-element-be277de{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17333 .elementor-element.elementor-element-f7a4c93{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17333 .elementor-element.elementor-element-d974786{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17333 .elementor-element.elementor-element-3d76278{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17333 .elementor-element.elementor-element-7c6fe4f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:-20px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ab6bb38 *//* =====================================================
   SWARMING BEE PORTFOLIO HERO
====================================================== */

.sbp-hero{
    position:relative;
    overflow:hidden;
    padding:130px 20px;
    background:
        radial-gradient(circle at top left,rgba(245,183,0,.12),transparent 32%),
        radial-gradient(circle at bottom right,rgba(245,183,0,.10),transparent 35%),
        linear-gradient(135deg,#050505 0%,#111111 55%,#070707 100%);
}

.sbp-container{
    position:relative;
    z-index:5;
    max-width:1300px;
    margin:0 auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;
}

/* ==========================
   CONTENT
========================== */

.sbp-tag{
    display:inline-flex;
    align-items:center;
    padding:12px 20px;
    border-radius:100px;
    background:rgba(245,183,0,.08);
    border:1px solid rgba(245,183,0,.35);
    color:#f5b700;
    font-size:13px;
    letter-spacing:1.5px;
    text-transform:uppercase;
    font-weight:800;
}

.sbp-content h1{
    margin:28px 0;
    color:#fff;
    font-size:clamp(48px,6vw,82px);
    line-height:.95;
    font-weight:900;
    letter-spacing:-2px;
}

.sbp-content h1 span{
    color:#f5b700;
}

.sbp-content p{
    max-width:620px;
    margin:0;
    color:rgba(255,255,255,.76);
    font-size:19px;
    line-height:1.9;
}

/* =====================================================
   HERO BUTTONS
====================================================== */

.sbp-buttons{

    display:flex;

    align-items:center;

    gap:18px;

    margin-top:50px;

    margin-bottom:60px;

    flex-wrap:wrap;

}

/* Shared */

.sbp-btn-primary,
.sbp-btn-secondary{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-width:220px;

    height:60px;

    padding:0 36px;

    border-radius:100px;

    text-decoration:none;

    font-size:15px;

    font-weight:800;

    transition:.35s ease;

}

/* Primary */

.sbp-btn-primary{

    background:#f5b700;

    color:#111111 !important;

    box-shadow:0 18px 40px rgba(245,183,0,.25);

}

.sbp-btn-primary:hover{

    background:#ffd451;

    color:#111111 !important;

    transform:translateY(-5px);

    box-shadow:0 28px 55px rgba(245,183,0,.35);

}

/* Secondary */

.sbp-btn-secondary{

    background:#111111;

    color:#ffffff !important;

    border:1px solid rgba(255,255,255,.15);

}

.sbp-btn-secondary:hover{

    background:#1c1c1c;

    border-color:#f5b700;

    color:#ffffff !important;

    transform:translateY(-5px);

}

/* ==========================
   TRUST BOXES
========================== */

.sbp-features{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}

.sbp-features div{
    padding:22px;
    border-radius:20px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    text-align:center;
    transition:.35s ease;
}

.sbp-features div:hover{
    transform:translateY(-6px);
    border-color:#f5b700;
    background:rgba(255,255,255,.08);
}

.sbp-features strong{
    display:block;
    margin-bottom:8px;
    color:#f5b700;
    font-size:24px;
    font-weight:900;
}

.sbp-features span{
    display:block;
    color:#fff;
    font-size:13px;
    letter-spacing:1px;
    text-transform:uppercase;
}

/* ==========================
   SHOWCASE
========================== */

.sbp-showcase{
    position:relative;
    height:720px;
}

.sbp-screen{
    position:absolute;
    overflow:hidden;
    border-radius:22px;
    background:#111;
    border:1px solid rgba(255,255,255,.10);
    box-shadow:0 35px 80px rgba(0,0,0,.45);
    transition:.45s ease;
}

.sbp-screen img{
    display:block;
    width:100%;
    height:auto;
}

.screen-one{
    width:430px;
    left:0;
    top:140px;
    transform:rotate(-8deg);
    animation:floatOne 8s ease-in-out infinite;
}

.screen-two{
    width:430px;
    right:0;
    top:0;
    z-index:3;
    animation:floatTwo 7s ease-in-out infinite;
}

.screen-three{
    width:390px;
    right:120px;
    bottom:30px;
    transform:rotate(8deg);
    animation:floatThree 9s ease-in-out infinite;
}

.sbp-screen:hover{
    transform:translateY(-12px) rotate(0deg) scale(1.03) !important;
    border-color:#f5b700;
    box-shadow:0 45px 90px rgba(0,0,0,.6);
}

/* ==========================
   GLOWS
========================== */

.sbp-glow{
    position:absolute;
    width:520px;
    height:520px;
    border-radius:50%;
    background:rgba(245,183,0,.18);
    filter:blur(120px);
}

.sbp-glow-left{
    top:-200px;
    left:-180px;
}

.sbp-glow-right{
    bottom:-200px;
    right:-180px;
}

/* ==========================
   ANIMATION
========================== */

@keyframes floatOne{
    0%,100%{transform:translateY(0) rotate(-8deg);}
    50%{transform:translateY(-18px) rotate(-6deg);}
}

@keyframes floatTwo{
    0%,100%{transform:translateY(0);}
    50%{transform:translateY(-22px);}
}

@keyframes floatThree{
    0%,100%{transform:translateY(0) rotate(8deg);}
    50%{transform:translateY(-16px) rotate(6deg);}
}

/* ==========================
   TABLET
========================== */

@media (max-width:1000px){

    .sbp-container{
        grid-template-columns:1fr;
        gap:60px;
    }

    .sbp-showcase{
        height:620px;
    }

    .sbp-features{
        grid-template-columns:repeat(2,1fr);
    }

    .screen-one{
        width:360px;
    }

    .screen-two{
        width:360px;
    }

    .screen-three{
        width:320px;
        right:70px;
    }

}

/* ==========================
   MOBILE
========================== */

@media (max-width:760px){

    .sbp-hero{
        padding:90px 18px;
    }

    .sbp-content h1{
        font-size:48px;
    }

    .sbp-content p{
        font-size:16px;
    }

    .sbp-buttons{
        flex-direction:column;
    }

    .sbp-btn-primary,
    .sbp-btn-secondary{
        width:100%;
    }

    .sbp-showcase{
        display:flex;
        flex-direction:column;
        gap:22px;
        height:auto;
        margin-top:20px;
    }

    .sbp-screen{
        position:relative;
        width:100%;
        top:auto;
        left:auto;
        right:auto;
        bottom:auto;
        transform:none !important;
        animation:none;
    }

    .sbp-screen:hover{
        transform:translateY(-6px) !important;
    }

    .sbp-features{
        grid-template-columns:1fr 1fr;
    }

}

/* ==========================
   SMALL MOBILE
========================== */

@media (max-width:480px){

    .sbp-content h1{
        font-size:38px;
    }

    .sbp-features{
        grid-template-columns:1fr;
    }

    .sbp-tag{
        font-size:11px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-66413ce *//* =====================================================
   PORTFOLIO GALLERY SECTION — NO JAVASCRIPT
====================================================== */

.sb-work-gallery {
    position: relative;
    overflow: hidden;
    padding: 120px 20px;
    background:
        radial-gradient(circle at top left, rgba(245,183,0,.14), transparent 34%),
        radial-gradient(circle at bottom right, rgba(245,183,0,.10), transparent 36%),
        linear-gradient(135deg, #050505 0%, #111111 55%, #060606 100%);
    color: #ffffff;
}

.sb-work-gallery * {
    box-sizing: border-box;
}

.sb-work-container {
    max-width: 1300px;
    margin: 0 auto;
}

/* Heading */

.sb-work-heading {
    max-width: 850px;
    margin-bottom: 55px;
}

.sb-work-tag {
    display: inline-flex;
    padding: 11px 20px;
    margin-bottom: 22px;
    border-radius: 100px;
    background: rgba(245,183,0,.08);
    border: 1px solid rgba(245,183,0,.35);
    color: #f5b700;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.sb-work-heading h2 {
    margin: 0 0 24px;
    color: #ffffff;
    font-size: clamp(40px, 5vw, 68px);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -2px;
}

.sb-work-heading p {
    margin: 0;
    color: rgba(255,255,255,.76);
    font-size: 18px;
    line-height: 1.8;
}

/* Filter Pills - visual only, no JS */

.sb-work-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 45px;
}

.sb-work-filters span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    border-radius: 100px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.10);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.sb-work-filters span:first-child {
    background: #f5b700;
    color: #111111;
    border-color: #f5b700;
}

/* Grid */

.sb-work-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}

/* Cards */

.sb-work-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: 0 30px 80px rgba(0,0,0,.38);
    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.sb-work-card:hover {
    transform: translateY(-10px);
    border-color: rgba(245,183,0,.65);
    box-shadow: 0 45px 100px rgba(0,0,0,.58);
}

.sb-work-large {
    grid-column: span 2;
    grid-row: span 2;
}

.sb-work-wide {
    grid-column: span 2;
}

/* Browser Frame */

.sb-browser-frame {
    overflow: hidden;
    background: #101010;
}

.sb-browser-top {
    display: flex;
    align-items: center;
    gap: 7px;
    height: 34px;
    padding: 0 14px;
    background: #1b1b1b;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.sb-browser-top span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(255,255,255,.25);
}

.sb-browser-frame img {
    display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: top center;
    transition: transform .6s ease, filter .6s ease;
}

.sb-work-large .sb-browser-frame img {
    height: 520px;
}

.sb-work-wide .sb-browser-frame img {
    height: 320px;
}

.sb-work-card:hover .sb-browser-frame img {
    transform: scale(1.06);
    filter: brightness(1.08) contrast(1.05);
}

/* Content */

.sb-work-content {
    padding: 26px;
}

.sb-work-content span {
    display: block;
    margin-bottom: 10px;
    color: #f5b700;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.sb-work-content h3 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 26px;
    line-height: 1.15;
    font-weight: 900;
}

.sb-work-large .sb-work-content h3,
.sb-work-wide .sb-work-content h3 {
    font-size: 34px;
}

.sb-work-content p {
    margin: 0 0 22px;
    color: rgba(255,255,255,.72);
    font-size: 15px;
    line-height: 1.7;
}

.sb-work-content a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 100px;
    background: #f5b700;
    color: #111111 !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 900;
    transition: transform .3s ease, background .3s ease, box-shadow .3s ease;
    box-shadow: 0 16px 35px rgba(245,183,0,.22);
}

.sb-work-content a:hover {
    transform: translateY(-4px);
    background: #ffd451;
    color: #111111 !important;
    box-shadow: 0 24px 50px rgba(245,183,0,.32);
}

/* Tablet */

@media (max-width: 1100px) {
    .sb-work-gallery {
        padding: 95px 20px;
    }

    .sb-work-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sb-work-large,
    .sb-work-wide {
        grid-column: span 2;
    }

    .sb-work-large .sb-browser-frame img {
        height: 430px;
    }
}

/* Mobile */

@media (max-width: 768px) {
    .sb-work-gallery {
        padding: 80px 16px;
    }

    .sb-work-heading {
        margin-bottom: 38px;
    }

    .sb-work-heading h2 {
        font-size: 38px;
        letter-spacing: -1px;
    }

    .sb-work-heading p {
        font-size: 16px;
    }

    .sb-work-filters {
        gap: 9px;
        margin-bottom: 34px;
    }

    .sb-work-filters span {
        font-size: 12px;
        padding: 9px 13px;
    }

    .sb-work-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .sb-work-large,
    .sb-work-wide {
        grid-column: span 1;
        grid-row: span 1;
    }

    .sb-browser-frame img,
    .sb-work-large .sb-browser-frame img,
    .sb-work-wide .sb-browser-frame img {
        height: 260px;
    }

    .sb-work-content {
        padding: 24px;
    }

    .sb-work-content h3,
    .sb-work-large .sb-work-content h3,
    .sb-work-wide .sb-work-content h3 {
        font-size: 25px;
    }

    .sb-work-content a {
        width: 100%;
    }
}

/* Small Mobile */

@media (max-width: 480px) {
    .sb-work-gallery {
        padding: 70px 14px;
    }

    .sb-work-heading h2 {
        font-size: 32px;
    }

    .sb-work-tag {
        font-size: 11px;
        padding: 9px 14px;
    }

    .sb-browser-frame img,
    .sb-work-large .sb-browser-frame img,
    .sb-work-wide .sb-browser-frame img {
        height: 220px;
    }

    .sb-work-content {
        padding: 22px;
    }

    .sb-work-content h3 {
        font-size: 22px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-84ece10 *//* ==========================================================
   WHY OUR WEBSITES PERFORM BETTER
========================================================== */

.sb-performance{

    position:relative;

    overflow:hidden;

    padding:120px 20px;

    background:
    radial-gradient(circle at top right,rgba(245,183,0,.10),transparent 35%),
    radial-gradient(circle at bottom left,rgba(245,183,0,.08),transparent 35%),
    linear-gradient(135deg,#080808,#111,#060606);

    color:#fff;

}

.sb-performance *{

    box-sizing:border-box;

}

.sb-performance-wrap{

    max-width:1300px;

    margin:auto;

}

/* ==========================
   Heading
========================== */

.sb-performance-heading{

    max-width:850px;

    margin:0 auto 70px;

    text-align:center;

}

.sb-performance-heading span{

    display:inline-block;

    padding:12px 20px;

    margin-bottom:22px;

    border-radius:100px;

    background:rgba(245,183,0,.08);

    border:1px solid rgba(245,183,0,.35);

    color:#f5b700;

    font-size:13px;

    font-weight:800;

    letter-spacing:1.5px;

    text-transform:uppercase;

}

.sb-performance-heading h2{

    margin:0 0 25px;

    font-size:clamp(40px,5vw,68px);

    line-height:1.05;

    letter-spacing:-2px;

    font-weight:900;

    color:#fff;

}

.sb-performance-heading p{

    margin:0;

    color:rgba(255,255,255,.74);

    font-size:18px;

    line-height:1.9;

}

/* ==========================
   Grid
========================== */

.sb-performance-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

/* ==========================
   Cards
========================== */

.sb-performance-card{

    position:relative;

    overflow:hidden;

    padding:40px;

    border-radius:28px;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    transition:.35s;

    box-shadow:0 30px 70px rgba(0,0,0,.30);

}

.sb-performance-card:hover{

    transform:translateY(-10px);

    border-color:#f5b700;

    background:rgba(255,255,255,.07);

    box-shadow:0 40px 90px rgba(0,0,0,.45);

}

.sb-performance-card:before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:5px;

    height:100%;

    background:#f5b700;

    opacity:0;

    transition:.35s;

}

.sb-performance-card:hover:before{

    opacity:1;

}

.sb-icon{

    width:72px;

    height:72px;

    margin-bottom:28px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:22px;

    background:rgba(245,183,0,.12);

    border:1px solid rgba(245,183,0,.30);

    font-size:34px;

}

.sb-performance-card h3{

    margin:0 0 18px;

    font-size:28px;

    line-height:1.15;

    font-weight:900;

    color:#fff;

}

.sb-performance-card p{

    margin:0;

    color:rgba(255,255,255,.74);

    line-height:1.8;

    font-size:15px;

}

/* ==========================
   Bottom CTA
========================== */

.sb-performance-bottom{

    margin-top:80px;

    padding:60px;

    border-radius:34px;

    text-align:center;

    background:

    radial-gradient(circle at top,rgba(255,255,255,.14),transparent 45%),

    linear-gradient(135deg,#f5b700,#ffd451);

    color:#111;

    box-shadow:0 35px 90px rgba(0,0,0,.35);

}

.sb-performance-bottom h3{

    margin:0 0 22px;

    font-size:42px;

    line-height:1.1;

    font-weight:900;

}

.sb-performance-bottom p{

    max-width:820px;

    margin:0 auto 35px;

    color:rgba(0,0,0,.78);

    font-size:18px;

    line-height:1.9;

}

.sb-performance-bottom a{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-width:240px;

    height:58px;

    padding:0 36px;

    border-radius:100px;

    background:#111;

    color:#fff;

    text-decoration:none;

    font-weight:800;

    transition:.35s;

}

.sb-performance-bottom a:hover{

    transform:translateY(-5px);

    background:#000;

}

/* ==========================
   Tablet
========================== */

@media(max-width:1000px){

.sb-performance{

padding:90px 20px;

}

.sb-performance-grid{

grid-template-columns:repeat(2,1fr);

}

.sb-performance-bottom{

padding:45px;

}

}

/* ==========================
   Mobile
========================== */

@media(max-width:768px){

.sb-performance{

padding:80px 18px;

}

.sb-performance-heading{

margin-bottom:45px;

}

.sb-performance-heading h2{

font-size:38px;

letter-spacing:-1px;

}

.sb-performance-heading p{

font-size:16px;

}

.sb-performance-grid{

grid-template-columns:1fr;

gap:22px;

}

.sb-performance-card{

padding:28px;

}

.sb-performance-card h3{

font-size:24px;

}

.sb-icon{

width:62px;

height:62px;

font-size:28px;

margin-bottom:22px;

}

.sb-performance-bottom{

margin-top:45px;

padding:40px 24px;

}

.sb-performance-bottom h3{

font-size:32px;

}

.sb-performance-bottom p{

font-size:16px;

}

.sb-performance-bottom a{

width:100%;

max-width:320px;

}

}

/* ==========================
   Small Mobile
========================== */

@media(max-width:480px){

.sb-performance-heading h2{

font-size:32px;

}

.sb-performance-heading span{

font-size:11px;

}

.sb-performance-card{

padding:24px;

}

.sb-performance-card h3{

font-size:22px;

}

.sb-performance-bottom h3{

font-size:28px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8265c57 *//* ==========================================================
   SWARMING BEE FAQ SECTION
========================================================== */

.sb-faq{

    position:relative;

    overflow:hidden;

    padding:120px 20px;

    background:
    radial-gradient(circle at top left,rgba(245,183,0,.10),transparent 35%),
    radial-gradient(circle at bottom right,rgba(245,183,0,.08),transparent 35%),
    linear-gradient(135deg,#050505,#101010,#060606);

    color:#ffffff;

}

.sb-faq *{

    box-sizing:border-box;

}

.sb-faq-container{

    max-width:1050px;

    margin:auto;

}

/* ==========================
   Heading
========================== */

.sb-faq-heading{

    text-align:center;

    margin-bottom:60px;

}

.sb-faq-heading span{

    display:inline-block;

    padding:11px 20px;

    border-radius:100px;

    margin-bottom:22px;

    background:rgba(245,183,0,.08);

    border:1px solid rgba(245,183,0,.35);

    color:#f5b700;

    font-size:13px;

    font-weight:800;

    letter-spacing:1.5px;

    text-transform:uppercase;

}

.sb-faq-heading h2{

    margin:0 0 24px;

    font-size:clamp(40px,5vw,64px);

    line-height:1.05;

    font-weight:900;

    letter-spacing:-2px;

    color:#ffffff;

}

.sb-faq-heading p{

    max-width:760px;

    margin:auto;

    color:rgba(255,255,255,.76);

    font-size:18px;

    line-height:1.9;

}

/* ==========================
   Accordion
========================== */

.sb-faq-list{

    display:flex;

    flex-direction:column;

    gap:18px;

}

.sb-faq-list details{

    overflow:hidden;

    border-radius:22px;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    transition:.35s;

    box-shadow:0 20px 45px rgba(0,0,0,.25);

}

.sb-faq-list details:hover{

    border-color:#f5b700;

    transform:translateY(-3px);

}

.sb-faq-list details[open]{

    border-color:#f5b700;

    background:rgba(255,255,255,.07);

    box-shadow:0 28px 60px rgba(0,0,0,.35);

}

/* ==========================
   Question
========================== */

.sb-faq-list summary{

    position:relative;

    list-style:none;

    cursor:pointer;

    padding:28px 70px 28px 32px;

    font-size:22px;

    font-weight:800;

    line-height:1.4;

    color:#ffffff;

}

.sb-faq-list summary::-webkit-details-marker{

    display:none;

}

/* Plus Icon */

.sb-faq-list summary::after{

    content:"+";

    position:absolute;

    right:30px;

    top:50%;

    transform:translateY(-50%);

    width:38px;

    height:38px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#f5b700;

    color:#111111;

    font-size:24px;

    font-weight:900;

    transition:.35s;

}

.sb-faq-list details[open] summary::after{

    content:"−";

    transform:translateY(-50%) rotate(180deg);

}

/* ==========================
   Answer
========================== */

.sb-faq-answer{

    padding:0 32px 32px;

}

.sb-faq-answer p{

    margin:0;

    color:rgba(255,255,255,.76);

    font-size:17px;

    line-height:1.9;

}

/* ==========================
   Tablet
========================== */

@media(max-width:900px){

.sb-faq{

padding:90px 20px;

}

.sb-faq-heading{

margin-bottom:45px;

}

.sb-faq-heading h2{

font-size:42px;

}

.sb-faq-list summary{

font-size:20px;

padding:24px 65px 24px 26px;

}

}

/* ==========================
   Mobile
========================== */

@media(max-width:768px){

.sb-faq{

padding:80px 18px;

}

.sb-faq-heading h2{

font-size:36px;

letter-spacing:-1px;

}

.sb-faq-heading p{

font-size:16px;

}

.sb-faq-list summary{

font-size:18px;

line-height:1.5;

padding:22px 58px 22px 22px;

}

.sb-faq-list summary::after{

right:18px;

width:34px;

height:34px;

font-size:20px;

}

.sb-faq-answer{

padding:0 22px 24px;

}

.sb-faq-answer p{

font-size:15px;

}

}

/* ==========================
   Small Mobile
========================== */

@media(max-width:480px){

.sb-faq-heading h2{

font-size:30px;

}

.sb-faq-heading span{

font-size:11px;

}

.sb-faq-list summary{

font-size:17px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-51f8e55 *//* ==========================================================
   FINAL CTA
========================================================== */

.sb-final-cta{

    position:relative;

    overflow:hidden;

    padding:120px 20px;

    background:
    radial-gradient(circle at top,rgba(245,183,0,.18),transparent 45%),
    linear-gradient(135deg,#080808,#111111,#050505);

    color:#ffffff;

}

.sb-final-wrap{

    position:relative;

    z-index:2;

    max-width:1200px;

    margin:auto;

    text-align:center;

}

.sb-final-glow{

    position:absolute;

    width:650px;

    height:650px;

    border-radius:50%;

    background:rgba(245,183,0,.14);

    filter:blur(140px);

    left:50%;

    top:-250px;

    transform:translateX(-50%);

}

/* ======================================
   TAG
====================================== */

.sb-final-tag{

    display:inline-block;

    margin-bottom:24px;

    padding:12px 22px;

    border-radius:100px;

    background:rgba(245,183,0,.08);

    border:1px solid rgba(245,183,0,.35);

    color:#f5b700;

    font-size:13px;

    font-weight:800;

    letter-spacing:1.6px;

    text-transform:uppercase;

}

/* ======================================
   TITLE
====================================== */

.sb-final-wrap h2{

    margin:0 auto 28px;

    max-width:900px;

    font-size:clamp(42px,5vw,70px);

    line-height:1.02;

    font-weight:900;

    letter-spacing:-2px;

    color:#ffffff;

}

/* ======================================
   INTRO
====================================== */

.sb-final-wrap p{

    max-width:820px;

    margin:0 auto 60px;

    color:rgba(255,255,255,.75);

    font-size:18px;

    line-height:1.9;

}

/* ======================================
   GRID
====================================== */

.sb-final-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:28px;

    margin-bottom:60px;

}

.sb-final-grid div{

    padding:38px 30px;

    border-radius:28px;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    transition:.35s;

}

.sb-final-grid div:hover{

    transform:translateY(-8px);

    border-color:#f5b700;

    background:rgba(255,255,255,.08);

}

.sb-final-grid strong{

    display:block;

    margin-bottom:18px;

    color:#f5b700;

    font-size:26px;

    font-weight:900;

}

.sb-final-grid span{

    display:block;

    color:rgba(255,255,255,.76);

    line-height:1.8;

    font-size:15px;

}

/* ======================================
   BUTTONS
====================================== */

.sb-final-buttons{

    display:flex;

    justify-content:center;

    gap:18px;

    flex-wrap:wrap;

}

/* Primary */

.sb-final-primary{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-width:240px;

    height:60px;

    padding:0 36px;

    border-radius:100px;

    background:#f5b700;

    color:#111111 !important;

    text-decoration:none;

    font-weight:800;

    transition:.35s;

    box-shadow:0 18px 40px rgba(245,183,0,.25);

}

.sb-final-primary:hover{

    background:#ffd451;

    color:#111111 !important;

    transform:translateY(-5px);

    box-shadow:0 30px 60px rgba(245,183,0,.35);

}

/* Secondary */

.sb-final-secondary{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-width:220px;

    height:60px;

    padding:0 36px;

    border-radius:100px;

    background:#111111;

    border:1px solid rgba(255,255,255,.15);

    color:#ffffff !important;

    text-decoration:none;

    font-weight:800;

    transition:.35s;

}

.sb-final-secondary:hover{

    transform:translateY(-5px);

    border-color:#f5b700;

    background:#1a1a1a;

}

/* ======================================
   TABLET
====================================== */

@media(max-width:1000px){

.sb-final-cta{

padding:95px 20px;

}

.sb-final-grid{

grid-template-columns:1fr;

gap:22px;

}

.sb-final-wrap p{

margin-bottom:45px;

}

}

/* ======================================
   MOBILE
====================================== */

@media(max-width:768px){

.sb-final-cta{

padding:80px 18px;

}

.sb-final-wrap h2{

font-size:38px;

letter-spacing:-1px;

}

.sb-final-wrap p{

font-size:16px;

margin-bottom:40px;

}

.sb-final-grid{

margin-bottom:40px;

}

.sb-final-grid div{

padding:28px 22px;

}

.sb-final-grid strong{

font-size:22px;

}

.sb-final-buttons{

flex-direction:column;

align-items:center;

}

.sb-final-primary,
.sb-final-secondary{

width:100%;

max-width:340px;

}

}

/* ======================================
   SMALL MOBILE
====================================== */

@media(max-width:480px){

.sb-final-wrap h2{

font-size:30px;

}

.sb-final-tag{

font-size:11px;

}

.sb-final-grid strong{

font-size:20px;

}

}/* End custom CSS */