/* Start custom CSS for html, class: .elementor-element-c524804 *//* ==========================================
GLOBAL CSS
========================================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    background:#050505;
    overflow-x:hidden;
    color:#ffffff;
}

/* ==========================================
HERO SECTION
========================================== */

.hero-section{
    position:relative;
    overflow:hidden;
    background:#050505;
    min-height:100vh;
    padding:120px 20px 100px;
}

/* ==========================================
BACKGROUND GRID
========================================== */

.hero-bg-grid{
    position:absolute;
    inset:0;
    background-image:
    linear-gradient(rgba(246,122,18,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246,122,18,0.03) 1px, transparent 1px);
    background-size:60px 60px;
    pointer-events:none;
    z-index:1;
}

/* ==========================================
BACKGROUND GLOW
========================================== */

.hero-glow{
    position:absolute;
    border-radius:50%;
    filter:blur(120px);
    pointer-events:none;
}

.hero-glow-1{
    width:500px;
    height:500px;
    background:rgba(246,122,18,0.10);
    top:-100px;
    left:-100px;
}

.hero-glow-2{
    width:400px;
    height:400px;
    background:rgba(255,154,60,0.08);
    right:0;
    bottom:0;
}

/* ==========================================
CONTAINER
========================================== */

.hero-container{
    max-width:1280px;
    margin:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:center;
    position:relative;
    z-index:2;
}

/* ==========================================
LEFT CONTENT
========================================== */

.hero-left{
    position:relative;
    z-index:2;
}

/* ==========================================
TOP BADGE
========================================== */

.hero-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:10px 18px;
    border:1px solid rgba(246,122,18,0.2);
    background:rgba(246,122,18,0.06);
    border-radius:100px;
    color:#f67a12;
    font-size:11px;
    font-weight:600;
    margin-bottom:30px;
    letter-spacing:0.2px;
    backdrop-filter:blur(12px);
}

.badge-dot{
    width:8px;
    height:8px;
    background:#f67a12;
    border-radius:50%;
    animation:pulse 2s infinite;
}

/* ==========================================
HEADING
========================================== */

.hero-heading{
    font-size:42px;
    line-height:1.12;
    color:#ffffff;
    font-weight:700;
    margin-bottom:25px;
    max-width:620px;
    letter-spacing:-0.5px;
}

.text-gradient{
    background:linear-gradient(135deg,#f67a12 0%,#ff9a3c 50%,#f67a12 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

/* ==========================================
DESCRIPTION
========================================== */

.hero-description{
    color:#d1d5db;
    font-size:16px;
    line-height:1.6;
    font-weight:400;
    margin-bottom:35px;
    max-width:610px;
}

.keyword-highlight{
    color:#f67a12;
    font-weight:600;
}

/* ==========================================
FEATURES
========================================== */

.hero-features{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px 25px;
    margin-bottom:40px;
}

.feature-item{
    display:flex;
    align-items:flex-start;
    gap:10px;
    color:#ffffff;
    font-size:13px;
    line-height:1.6;
    font-weight:400;
}

.check-icon{
    width:18px;
    height:18px;
    border-radius:50%;
    background:rgba(246,122,18,0.15);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#f67a12;
    font-size:10px;
    flex-shrink:0;
    margin-top:2px;
}

/* ==========================================
BUTTONS
========================================== */

.hero-buttons{
    display:flex;
    gap:18px;
    margin-bottom:35px;
}

.btn-primary,
.btn-secondary{
    text-decoration:none;
    min-width:250px;
    padding:18px 28px;
    border-radius:18px;
    font-size:16px;
    line-height:1.4;
    font-weight:600;
    transition:0.4s ease;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:12px;
    position:relative;
    overflow:hidden;
}

.btn-primary{
    background:linear-gradient(to right,#f67a12,#ff9a3c);
    color:#ffffff;
    box-shadow:0 10px 30px rgba(246,122,18,0.3);
}

.btn-primary:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 40px rgba(246,122,18,0.45);
}

.btn-secondary{
    border:1px solid rgba(246,122,18,0.4);
    color:#f67a12;
    background:rgba(255,255,255,0.02);
    backdrop-filter:blur(12px);
}

.btn-secondary:hover{
    background:rgba(246,122,18,0.08);
    transform:translateY(-4px);
    border-color:#f67a12;
}

/* ==========================================
TRUST BADGES
========================================== */

.trust-badges{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.trust-badge{
    padding:10px 16px;
    border-radius:100px;
    border:1px solid rgba(255,255,255,0.08);
    background:rgba(255,255,255,0.03);
    color:#d1d5db;
    font-size:11px;
    font-weight:600;
    transition:0.3s ease;
    backdrop-filter:blur(10px);
}

.trust-badge:hover{
    border-color:rgba(246,122,18,0.3);
    transform:translateY(-2px);
}

/* ==========================================
RIGHT CONTENT
========================================== */

.hero-right{
    position:relative;
    min-height:650px;
}

/* ==========================================
DASHBOARD CARD
========================================== */

.dashboard-card{
    position:relative;
    background:
    linear-gradient(
    145deg,
    rgba(255,255,255,0.05) 0%,
    rgba(255,255,255,0.01) 50%,
    rgba(246,122,18,0.03) 100%
    );

    border:1px solid rgba(255,255,255,0.08);
    border-radius:28px;
    padding:28px;
    backdrop-filter:blur(24px);
    box-shadow:0 25px 50px rgba(0,0,0,0.5);
}

/* ==========================================
DASHBOARD HEADER
========================================== */

.dashboard-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:28px;
}

.dashboard-left{
    display:flex;
    align-items:center;
    gap:14px;
}

.shopify-icon{
    width:48px;
    height:48px;
    border-radius:14px;
    background:#16a34a;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
}

.dashboard-left h4{
    color:#ffffff;
    font-size:15px;
    font-weight:600;
    margin-bottom:2px;
}

.dashboard-left p{
    color:#6b7280;
    font-size:13px;
    font-weight:400;
    line-height:1.6;
}

.live-badge{
    padding:8px 14px;
    border-radius:100px;
    background:#0d3d20;
    color:#4ade80;
    font-size:11px;
    font-weight:700;
}

/* ==========================================
STATS GRID
========================================== */

.stats-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px;
    margin-bottom:25px;
}

.stat-box{
    background:rgba(255,255,255,0.03);
    border:1px solid rgba(255,255,255,0.06);
    border-radius:18px;
    padding:20px;
    text-align:center;
}

.stat-box span{
    color:#f67a12;
    font-size:14px;
}

.stat-box h3{
    color:#ffffff;
    font-size:28px;
    font-weight:700;
    margin:10px 0 5px;
    line-height:1.1;
}

.stat-box p{
    color:#6b7280;
    font-size:13px;
    font-weight:400;
    line-height:1.6;
    letter-spacing:0.5px;
}

/* ==========================================
CHART BOX
========================================== */

.chart-box{
    background:rgba(255,255,255,0.02);
    border-radius:20px;
    padding:22px;
}

.chart-top{
    display:flex;
    justify-content:space-between;
    margin-bottom:25px;
}

.chart-top span{
    color:#9ca3af;
    font-size:13px;
    font-weight:400;
}

.chart-top strong{
    color:#4ade80;
    font-size:13px;
    font-weight:600;
}

.bar-chart{
    display:flex;
    align-items:flex-end;
    gap:8px;
    height:120px;
}

.bar{
    flex:1;
    background:linear-gradient(to top,#f67a12,#ff9a3c);
    border-radius:6px 6px 0 0;
}

/* ==========================================
FLOATING ORDER CARD
========================================== */

.floating-order{
    position:absolute;
    bottom:120px;
    left:-20px;

    display:flex;
    align-items:center;
    gap:15px;

    padding:18px 24px;

    border-radius:18px;

    background:rgba(17,17,17,0.95);

    border:1px solid rgba(255,255,255,0.08);

    backdrop-filter:blur(18px);

    animation:float 6s ease-in-out infinite;

    box-shadow:0 20px 40px rgba(0,0,0,0.4);
}

.floating-icon{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#0d3d20;

    display:flex;
    align-items:center;
    justify-content:center;
}

.floating-order h5{
    color:#ffffff;
    font-size:15px;
    font-weight:600;
    margin-bottom:3px;
}

.floating-order p{
    color:#4ade80;
    font-size:13px;
    font-weight:600;
}

/* ==========================================
BOTTOM FLOATING STATS
========================================== */

.floating-bottom{
    position:absolute;
    bottom:-30px;
    right:20px;

    display:flex;
    gap:16px;
    align-items:center;
}

.sales-card,
.mini-stat{
    background:rgba(17,17,17,0.95);

    border:1px solid rgba(255,255,255,0.08);

    border-radius:18px;

    backdrop-filter:blur(18px);

    box-shadow:0 20px 40px rgba(0,0,0,0.3);
}

.sales-card{
    padding:18px 24px;
}

.sales-card small{
    color:#9ca3af;
    display:block;
    margin-bottom:5px;
    font-size:11px;
    font-weight:600;
}

.sales-card strong{
    color:#f67a12;
    font-size:13px;
    font-weight:600;
    line-height:1.6;
}

.mini-stat{
    text-align:center;
    padding:18px;
    min-width:110px;
}

.mini-stat h4{
    color:#f67a12;
    font-size:24px;
    font-weight:700;
    line-height:1.1;
}

.mini-stat p{
    color:#6b7280;
    font-size:11px;
    font-weight:400;
    line-height:1.6;
}

/* ==========================================
FLOATING ANIMATION
========================================== */

.floating-card{
    animation:floatCard 6s ease-in-out infinite;
}

@keyframes floatCard{

    0%,100%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-18px);
    }

}

@keyframes float{

    0%,100%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-14px);
    }

}

@keyframes pulse{

    0%,100%{
        opacity:1;
        transform:scale(1);
    }

    50%{
        opacity:0.5;
        transform:scale(1.4);
    }

}

/* ==========================================
TABLET RESPONSIVE
========================================== */

@media(max-width:1024px){

    .hero-container{
        grid-template-columns:1fr;
        gap:60px;
    }

    .hero-right{
        max-width:700px;
        width:100%;
        margin:auto;
    }

}

/* ==========================================
MOBILE RESPONSIVE
========================================== */

@media(max-width:768px){

    .hero-section{
        padding:90px 20px 120px;
    }

    .hero-heading{
        font-size:38px;
        line-height:1.15;
    }

    .hero-description{
        font-size:15px;
    }

    .hero-features{
        grid-template-columns:1fr;
        gap:14px;
    }

    .hero-buttons{
        flex-direction:column;
    }

    .btn-primary,
    .btn-secondary{
        width:100%;
        min-width:100%;
        padding:16px 24px;
        font-size:15px;
    }

    .stats-grid{
        grid-template-columns:1fr;
    }

    .floating-bottom{
        position:relative;
        right:auto;
        bottom:auto;
        margin-top:25px;
        flex-wrap:wrap;
        justify-content:center;
    }

    .floating-order{
        left:0;
    }

}

/* ==========================================
SMALL MOBILE
========================================== */

@media(max-width:576px){

    .hero-heading{
        font-size:32px;
        line-height:1.18;
    }

    .hero-description{
        font-size:15px;
    }

    .dashboard-card{
        padding:20px;
    }

    .hero-badge{
        padding:9px 14px;
    }

    .floating-order{
        position:relative;
        width:100%;
        bottom:auto;
        left:auto;
        margin-top:20px;
    }

    .floating-bottom{
        gap:12px;
    }

    .mini-stat{
        min-width:calc(50% - 6px);
    }

    .sales-card{
        width:100%;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-89d877f *//* ==========================================
INCOME SECTION
========================================== */

.income-section{
    position:relative;
    overflow:hidden;
    background:#050505;
    padding:100px 20px;
}

/* ==========================================
BACKGROUND
========================================== */

.income-grid-bg{
    position:absolute;
    inset:0;
    background-image:
    linear-gradient(rgba(246,122,18,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246,122,18,0.03) 1px, transparent 1px);
    background-size:60px 60px;
    pointer-events:none;
    z-index:1;
}

.income-glow{
    position:absolute;
    border-radius:50%;
    filter:blur(120px);
    pointer-events:none;
}

.income-glow-1{
    width:450px;
    height:450px;
    background:rgba(246,122,18,0.08);
    top:-120px;
    left:-120px;
}

.income-glow-2{
    width:400px;
    height:400px;
    background:rgba(255,154,60,0.05);
    right:-100px;
    bottom:-100px;
}

/* ==========================================
CONTAINER
========================================== */

.income-container{
    max-width:1280px;
    margin:auto;
    position:relative;
    z-index:2;
}

/* ==========================================
TOP CONTENT
========================================== */

.income-top{
    text-align:center;
    max-width:900px;
    margin:0 auto 70px;
}

/* ==========================================
SECTION LABEL
========================================== */

.section-label{
    display:inline-block;
    color:#f67a12;
    font-size:11px;
    font-weight:600;
    letter-spacing:4px;
    margin-bottom:22px;
    text-transform:uppercase;
}

/* ==========================================
HEADING
========================================== */

.section-heading{
    font-size:32px;
    line-height:1.25;
    font-weight:700;
    color:#ffffff;
    margin-bottom:24px;
}

.text-gradient{
    background:linear-gradient(135deg,#f67a12 0%,#ff9a3c 50%,#f67a12 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

/* ==========================================
DESCRIPTION
========================================== */

.section-description{
    font-size:16px;
    line-height:1.6;
    font-weight:400;
    color:#d1d5db;
    max-width:820px;
    margin:auto;
}

.keyword-highlight{
    color:#f67a12;
    font-weight:600;
}

/* ==========================================
CARDS GRID
========================================== */

.income-cards{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
}

/* ==========================================
CARD
========================================== */

.income-card{
    position:relative;

    background:
    linear-gradient(
    145deg,
    rgba(255,255,255,0.05) 0%,
    rgba(255,255,255,0.01) 50%,
    rgba(246,122,18,0.03) 100%
    );

    border:1px solid rgba(255,255,255,0.08);

    border-radius:24px;

    padding:24px;

    backdrop-filter:blur(20px);

    transition:0.4s cubic-bezier(0.4, 0, 0.2, 1);

    overflow:hidden;
}

.income-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:1px;
    background:
    linear-gradient(
    90deg,
    transparent,
    rgba(246,122,18,0.4),
    transparent
    );

    opacity:0;
    transition:0.4s ease;
}

.income-card:hover{
    transform:translateY(-6px);
    border-color:rgba(246,122,18,0.25);
    box-shadow:0 20px 40px rgba(0,0,0,0.35);
}

.income-card:hover::before{
    opacity:1;
}

/* ==========================================
CARD TOP
========================================== */

.card-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:28px;
}

.card-icon{
    width:40px;
    height:40px;
    border-radius:12px;

    background:rgba(246,122,18,0.08);

    border:1px solid rgba(246,122,18,0.15);

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:18px;
}

.card-badge{
    padding:8px 14px;
    border-radius:100px;

    background:rgba(246,122,18,0.08);

    border:1px solid rgba(246,122,18,0.15);

    color:#f67a12;

    font-size:10px;
    font-weight:700;
    line-height:1;
}

/* ==========================================
CARD TITLE
========================================== */

.card-title{
    font-size:15px;
    line-height:1.4;
    font-weight:600;
    color:#ffffff;
    margin-bottom:14px;
}

/* ==========================================
CARD DESCRIPTION
========================================== */

.card-description{
    font-size:13px;
    line-height:1.6;
    font-weight:400;
    color:#9ca3af;
    margin-bottom:24px;
}

/* ==========================================
CARD LINK
========================================== */

.card-link{
    display:inline-flex;
    align-items:center;
    gap:8px;

    text-decoration:none;

    color:#f67a12;

    font-size:13px;
    font-weight:600;

    transition:0.3s ease;
}

.card-link span{
    transition:0.3s ease;
}

.card-link:hover span{
    transform:translateX(4px);
}

/* ==========================================
TABLET RESPONSIVE
========================================== */

@media(max-width:1024px){

    .income-cards{
        grid-template-columns:repeat(2,1fr);
    }

}

/* ==========================================
MOBILE RESPONSIVE
========================================== */

@media(max-width:768px){

    .income-section{
        padding:80px 20px;
    }

    .income-top{
        margin-bottom:50px;
    }

    .section-heading{
        font-size:28px;
    }

    .section-description{
        font-size:15px;
    }

    .income-cards{
        gap:18px;
    }

}

/* ==========================================
SMALL MOBILE
========================================== */

@media(max-width:576px){

    .income-cards{
        grid-template-columns:1fr;
    }

    .section-heading{
        font-size:32px;
        line-height:1.3;
    }

    .section-description{
        font-size:15px;
    }

    .income-card{
        padding:22px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b4f977b *//* ==========================================
WHY DROPSHIPPING SECTION
========================================== */

.opportunity-section{
    position:relative;
    overflow:hidden;
    background:
    linear-gradient(
    180deg,
    #050505 0%,
    #080808 50%,
    #050505 100%
    );

    padding:100px 20px;
}

/* ==========================================
BACKGROUND GRID
========================================== */

.opportunity-grid-bg{
    position:absolute;
    inset:0;

    background-image:
    linear-gradient(rgba(246,122,18,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246,122,18,0.03) 1px, transparent 1px);

    background-size:60px 60px;

    pointer-events:none;

    z-index:1;
}

/* ==========================================
GLOW EFFECTS
========================================== */

.opportunity-glow{
    position:absolute;
    border-radius:50%;
    filter:blur(120px);
    pointer-events:none;
}

.opportunity-glow-1{
    width:450px;
    height:450px;
    background:rgba(246,122,18,0.08);
    top:-120px;
    left:-120px;
}

.opportunity-glow-2{
    width:400px;
    height:400px;
    background:rgba(255,154,60,0.05);
    right:-120px;
    bottom:-120px;
}

/* ==========================================
CONTAINER
========================================== */

.opportunity-container{
    max-width:1280px;
    margin:auto;
    position:relative;
    z-index:2;
}

/* ==========================================
TOP CONTENT
========================================== */

.opportunity-top{
    text-align:center;
    max-width:860px;
    margin:0 auto 70px;
}

/* ==========================================
SECTION LABEL
========================================== */

.section-label{
    display:inline-block;

    color:#f67a12;

    font-size:11px;
    font-weight:600;

    letter-spacing:4px;

    text-transform:uppercase;

    margin-bottom:22px;
}

/* ==========================================
SECTION HEADING
========================================== */

.section-heading{
    font-size:32px;
    line-height:1.25;
    font-weight:700;
    color:#ffffff;
    margin-bottom:24px;
}

.text-gradient{
    background:
    linear-gradient(
    135deg,
    #f67a12 0%,
    #ff9a3c 50%,
    #f67a12 100%
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

/* ==========================================
SECTION DESCRIPTION
========================================== */

.section-description{
    font-size:16px;
    line-height:1.6;
    font-weight:400;

    color:#d1d5db;

    max-width:760px;

    margin:auto;
}

.keyword-highlight{
    color:#f67a12;
    font-weight:600;
}

/* ==========================================
GRID
========================================== */

.opportunity-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

/* ==========================================
CARD
========================================== */

.opportunity-card{
    position:relative;

    background:
    linear-gradient(
    145deg,
    rgba(255,255,255,0.05) 0%,
    rgba(255,255,255,0.01) 50%,
    rgba(246,122,18,0.03) 100%
    );

    border:1px solid rgba(255,255,255,0.08);

    border-radius:24px;

    padding:24px;

    backdrop-filter:blur(20px);

    overflow:hidden;

    transition:
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.4s ease,
    box-shadow 0.4s ease;
}

/* TOP BORDER GLOW */

.opportunity-card::before{
    content:"";

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:1px;

    background:
    linear-gradient(
    90deg,
    transparent,
    rgba(246,122,18,0.4),
    transparent
    );

    opacity:0;

    transition:0.4s ease;
}

.opportunity-card:hover{
    transform:translateY(-6px);

    border-color:rgba(246,122,18,0.25);

    box-shadow:0 20px 40px rgba(0,0,0,0.35);
}

.opportunity-card:hover::before{
    opacity:1;
}

/* ==========================================
CARD TOP
========================================== */

.card-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:28px;
}

.card-icon{
    width:40px;
    height:40px;

    border-radius:12px;

    background:rgba(246,122,18,0.08);

    border:1px solid rgba(246,122,18,0.15);

    display:flex;
    align-items:center;
    justify-content:center;

    color:#f67a12;

    font-size:18px;
}

.card-badge{
    padding:8px 14px;

    border-radius:100px;

    background:rgba(246,122,18,0.08);

    border:1px solid rgba(246,122,18,0.15);

    color:#f67a12;

    font-size:10px;
    font-weight:700;
    line-height:1;
}

/* ==========================================
CARD TITLE
========================================== */

.card-title{
    font-size:15px;
    line-height:1.4;
    font-weight:600;

    color:#ffffff;

    margin-bottom:14px;
}

/* ==========================================
CARD DESCRIPTION
========================================== */

.card-description{
    font-size:13px;
    line-height:1.6;
    font-weight:400;

    color:#9ca3af;
}

/* ==========================================
SCROLL ANIMATION
========================================== */

.animate-on-scroll{
    opacity:0;
    transform:translateY(30px);

    transition:
    opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.animate-on-scroll.visible{
    opacity:1;
    transform:translateY(0);
}

/* ==========================================
STAGGER DELAYS
========================================== */

.stagger-1{
    transition-delay:0.1s;
}

.stagger-2{
    transition-delay:0.2s;
}

.stagger-3{
    transition-delay:0.3s;
}

.stagger-4{
    transition-delay:0.4s;
}

.stagger-5{
    transition-delay:0.5s;
}

.stagger-6{
    transition-delay:0.6s;
}

/* ==========================================
TABLET RESPONSIVE
========================================== */

@media(max-width:1024px){

    .opportunity-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

/* ==========================================
MOBILE RESPONSIVE
========================================== */

@media(max-width:768px){

    .opportunity-section{
        padding:80px 20px;
    }

    .section-heading{
        font-size:28px;
    }

    .section-description{
        font-size:15px;
    }

    .opportunity-top{
        margin-bottom:50px;
    }

    .opportunity-grid{
        gap:18px;
    }

}

/* ==========================================
SMALL MOBILE
========================================== */

@media(max-width:576px){

    .opportunity-grid{
        grid-template-columns:1fr;
    }

    .section-heading{
        font-size:32px;
        line-height:1.3;
    }

    .section-description{
        font-size:15px;
    }

    .opportunity-card{
        padding:22px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b36e299 *//* ==========================================
3 BUSINESS MODELS SECTION
========================================== */

.models-section{
    position:relative;
    overflow:hidden;

    background:#050505;

    padding:100px 20px;
}

/* ==========================================
BACKGROUND GRID
========================================== */

.models-grid-bg{
    position:absolute;
    inset:0;

    background-image:
    linear-gradient(rgba(246,122,18,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246,122,18,0.03) 1px, transparent 1px);

    background-size:60px 60px;

    pointer-events:none;

    z-index:1;
}

/* ==========================================
GLOW EFFECTS
========================================== */

.models-glow{
    position:absolute;
    border-radius:50%;
    filter:blur(120px);
    pointer-events:none;
}

.models-glow-1{
    width:500px;
    height:500px;
    background:rgba(246,122,18,0.08);
    top:-150px;
    left:-150px;
}

.models-glow-2{
    width:450px;
    height:450px;
    background:rgba(255,154,60,0.05);
    right:-150px;
    bottom:-150px;
}

/* ==========================================
CONTAINER
========================================== */

.models-container{
    max-width:1280px;
    margin:auto;
    position:relative;
    z-index:2;
}

/* ==========================================
TOP CONTENT
========================================== */

.models-top{
    text-align:center;
    max-width:860px;
    margin:0 auto 70px;
}

/* ==========================================
SECTION LABEL
========================================== */

.section-label{
    display:inline-block;

    color:#f67a12;

    font-size:11px;
    font-weight:600;

    letter-spacing:4px;

    text-transform:uppercase;

    margin-bottom:22px;
}

/* ==========================================
HEADING
========================================== */

.section-heading{
    font-size:32px;
    line-height:1.25;
    font-weight:700;

    color:#ffffff;

    margin-bottom:24px;
}

.text-gradient{
    background:
    linear-gradient(
    135deg,
    #f67a12 0%,
    #ff9a3c 50%,
    #f67a12 100%
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

/* ==========================================
DESCRIPTION
========================================== */

.section-description{
    font-size:16px;
    line-height:1.6;
    font-weight:400;

    color:#d1d5db;

    max-width:760px;

    margin:auto;
}

.keyword-highlight{
    color:#f67a12;
    font-weight:600;
}

/* ==========================================
GRID
========================================== */

.models-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

/* ==========================================
CARD
========================================== */

.model-card{
    position:relative;

    background:
    linear-gradient(
    145deg,
    rgba(255,255,255,0.05) 0%,
    rgba(255,255,255,0.01) 50%,
    rgba(246,122,18,0.03) 100%
    );

    border:1px solid rgba(255,255,255,0.08);

    border-radius:24px;

    padding:22px;

    backdrop-filter:blur(20px);

    overflow:hidden;

    transition:
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.4s ease,
    box-shadow 0.4s ease;
}

/* TOP BORDER GLOW */

.model-card::before{
    content:"";

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:1px;

    background:
    linear-gradient(
    90deg,
    transparent,
    rgba(246,122,18,0.4),
    transparent
    );

    opacity:0;

    transition:0.4s ease;
}

.model-card:hover{
    transform:translateY(-6px);

    border-color:rgba(246,122,18,0.25);

    box-shadow:0 20px 40px rgba(0,0,0,0.35);
}

.model-card:hover::before{
    opacity:1;
}

/* ==========================================
CARD HEADER
========================================== */

.card-header{
    display:flex;
    justify-content:space-between;
    align-items:center;

    margin-bottom:24px;
}

.model-icon{
    width:40px;
    height:40px;

    border-radius:12px;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:18px;

    color:#ffffff;
}

.orange-gradient{
    background:linear-gradient(135deg,#ff7a18,#ff512f);
}

.blue-gradient{
    background:linear-gradient(135deg,#3b82f6,#06b6d4);
}

.green-gradient{
    background:linear-gradient(135deg,#10b981,#14b8a6);
}

.model-badge{
    padding:8px 14px;

    border-radius:100px;

    background:rgba(255,255,255,0.03);

    border:1px solid rgba(255,255,255,0.06);

    color:#6b7280;

    font-size:10px;
    font-weight:700;
    line-height:1;
}

/* ==========================================
TITLE
========================================== */

.model-title{
    font-size:15px;
    line-height:1.4;
    font-weight:600;

    color:#ffffff;

    margin-bottom:14px;
}

/* ==========================================
DESCRIPTION
========================================== */

.model-description{
    font-size:13px;
    line-height:1.6;
    font-weight:400;

    color:#9ca3af;

    margin-bottom:24px;
}

/* ==========================================
FEATURES
========================================== */

.model-features{
    display:flex;
    flex-direction:column;
    gap:14px;

    padding-bottom:24px;

    border-bottom:1px solid rgba(255,255,255,0.05);

    margin-bottom:18px;
}

.feature-row{
    display:flex;
    align-items:center;
    gap:10px;

    font-size:13px;
    line-height:1.6;
    font-weight:400;

    color:#d1d5db;
}

.feature-icon{
    width:22px;
    height:22px;

    border-radius:6px;

    background:rgba(255,255,255,0.03);

    border:1px solid rgba(255,255,255,0.05);

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:11px;

    color:#f67a12;

    flex-shrink:0;
}

/* ==========================================
LINK
========================================== */

.explore-link{
    display:inline-flex;
    align-items:center;
    gap:8px;

    text-decoration:none;

    color:#f67a12;

    font-size:13px;
    font-weight:600;

    transition:0.3s ease;
}

.explore-link span{
    transition:0.3s ease;
}

.explore-link:hover span{
    transform:translateX(4px);
}

/* ==========================================
SCROLL ANIMATION
========================================== */

.animate-on-scroll{
    opacity:0;
    transform:translateY(30px);

    transition:
    opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.animate-on-scroll.visible{
    opacity:1;
    transform:translateY(0);
}

/* ==========================================
STAGGER DELAYS
========================================== */

.stagger-1{
    transition-delay:0.1s;
}

.stagger-2{
    transition-delay:0.2s;
}

.stagger-3{
    transition-delay:0.3s;
}

/* ==========================================
TABLET RESPONSIVE
========================================== */

@media(max-width:1024px){

    .models-grid{
        grid-template-columns:1fr;
        max-width:700px;
        margin:auto;
    }

}

/* ==========================================
MOBILE RESPONSIVE
========================================== */

@media(max-width:768px){

    .models-section{
        padding:80px 20px;
    }

    .section-heading{
        font-size:28px;
    }

    .section-description{
        font-size:15px;
    }

    .models-top{
        margin-bottom:50px;
    }

}

/* ==========================================
SMALL MOBILE
========================================== */

@media(max-width:576px){

    .section-heading{
        font-size:32px;
        line-height:1.3;
    }

    .section-description{
        font-size:15px;
    }

    .model-card{
        padding:20px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-79bc1d4 *//* ==========================================
WHY OUR COURSE IS DIFFERENT
========================================== */

.difference-section{
    position:relative;
    overflow:hidden;

    background:
    linear-gradient(
    180deg,
    #050505 0%,
    #080808 50%,
    #050505 100%
    );

    padding:100px 20px;
}

/* ==========================================
BACKGROUND GRID
========================================== */

.difference-grid-bg{
    position:absolute;
    inset:0;

    background-image:
    linear-gradient(rgba(246,122,18,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246,122,18,0.03) 1px, transparent 1px);

    background-size:60px 60px;

    pointer-events:none;

    z-index:1;
}

/* ==========================================
GLOW EFFECTS
========================================== */

.difference-glow{
    position:absolute;
    border-radius:50%;
    filter:blur(120px);
    pointer-events:none;
}

.difference-glow-1{
    width:500px;
    height:500px;
    background:rgba(246,122,18,0.08);

    top:-150px;
    left:-150px;
}

.difference-glow-2{
    width:450px;
    height:450px;
    background:rgba(255,154,60,0.05);

    right:-150px;
    bottom:-150px;
}

/* ==========================================
CONTAINER
========================================== */

.difference-container{
    max-width:1280px;
    margin:auto;
    position:relative;
    z-index:2;
}

/* ==========================================
TOP CONTENT
========================================== */

.difference-top{
    text-align:center;
    max-width:860px;
    margin:0 auto 70px;
}

/* ==========================================
SECTION LABEL
========================================== */

.section-label{
    display:inline-block;

    color:#f67a12;

    font-size:11px;
    font-weight:600;

    letter-spacing:4px;

    text-transform:uppercase;

    margin-bottom:22px;
}

/* ==========================================
HEADING
========================================== */

.section-heading{
    font-size:32px;
    line-height:1.25;
    font-weight:700;

    color:#ffffff;

    margin-bottom:24px;
}

.text-gradient{
    background:
    linear-gradient(
    135deg,
    #f67a12 0%,
    #ff9a3c 50%,
    #f67a12 100%
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

/* ==========================================
DESCRIPTION
========================================== */

.section-description{
    font-size:16px;
    line-height:1.6;
    font-weight:400;

    color:#d1d5db;

    max-width:760px;

    margin:auto;
}

.keyword-highlight{
    color:#f67a12;
    font-weight:600;
}

/* ==========================================
GRID
========================================== */

.difference-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

/* ==========================================
CARD
========================================== */

.difference-card{
    position:relative;

    background:
    linear-gradient(
    145deg,
    rgba(255,255,255,0.05) 0%,
    rgba(255,255,255,0.01) 50%,
    rgba(246,122,18,0.03) 100%
    );

    border:1px solid rgba(255,255,255,0.08);

    border-radius:22px;

    padding:22px;

    backdrop-filter:blur(20px);

    overflow:hidden;

    transition:
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.4s ease,
    box-shadow 0.4s ease;
}

/* TOP GLOW BORDER */

.difference-card::before{
    content:"";

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:1px;

    background:
    linear-gradient(
    90deg,
    transparent,
    rgba(246,122,18,0.4),
    transparent
    );

    opacity:0;

    transition:0.4s ease;
}

.difference-card:hover{
    transform:translateY(-6px);

    border-color:rgba(246,122,18,0.25);

    box-shadow:0 20px 40px rgba(0,0,0,0.35);
}

.difference-card:hover::before{
    opacity:1;
}

/* ==========================================
CARD TOP
========================================== */

.card-top{
    display:flex;
    justify-content:space-between;
    align-items:center;

    margin-bottom:26px;
}

/* ==========================================
ICON
========================================== */

.card-icon{
    width:40px;
    height:40px;

    border-radius:12px;

    background:rgba(246,122,18,0.08);

    border:1px solid rgba(246,122,18,0.15);

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:18px;

    color:#f67a12;
}

/* ==========================================
NUMBER
========================================== */

.card-number{
    font-size:11px;
    font-weight:700;

    color:rgba(246,122,18,0.6);
}

/* ==========================================
TITLE
========================================== */

.card-title{
    font-size:15px;
    line-height:1.4;
    font-weight:600;

    color:#ffffff;

    margin-bottom:14px;
}

/* ==========================================
DESCRIPTION
========================================== */

.card-description{
    font-size:13px;
    line-height:1.6;
    font-weight:400;

    color:#9ca3af;
}

/* ==========================================
TABLET RESPONSIVE
========================================== */

@media(max-width:1024px){

    .difference-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

/* ==========================================
MOBILE RESPONSIVE
========================================== */

@media(max-width:768px){

    .difference-section{
        padding:80px 20px;
    }

    .section-heading{
        font-size:28px;
    }

    .section-description{
        font-size:15px;
    }

    .difference-top{
        margin-bottom:50px;
    }

}

/* ==========================================
SMALL MOBILE
========================================== */

@media(max-width:576px){

    .difference-grid{
        grid-template-columns:1fr;
    }

    .section-heading{
        font-size:32px;
        line-height:1.3;
    }

    .section-description{
        font-size:15px;
    }

    .difference-card{
        padding:20px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c7a19f5 *//* ==========================================
TRANSFORMATION SECTION
========================================== */

.transformation-section{
    position:relative;
    overflow:hidden;

    background:#050505;

    padding:100px 20px;
}

/* ==========================================
BACKGROUND GRID
========================================== */

.transformation-grid-bg{
    position:absolute;
    inset:0;

    background-image:
    linear-gradient(rgba(246,122,18,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246,122,18,0.03) 1px, transparent 1px);

    background-size:60px 60px;

    pointer-events:none;

    z-index:1;
}

/* ==========================================
GLOW EFFECTS
========================================== */

.transformation-glow{
    position:absolute;
    border-radius:50%;
    filter:blur(120px);
    pointer-events:none;
}

.transformation-glow-1{
    width:500px;
    height:500px;

    background:rgba(246,122,18,0.08);

    top:-150px;
    left:-150px;
}

.transformation-glow-2{
    width:450px;
    height:450px;

    background:rgba(255,154,60,0.05);

    right:-150px;
    bottom:-150px;
}

/* ==========================================
CONTAINER
========================================== */

.transformation-container{
    max-width:1280px;
    margin:auto;
    position:relative;
    z-index:2;
}

/* ==========================================
TOP CONTENT
========================================== */

.transformation-top{
    text-align:center;
    max-width:860px;
    margin:0 auto 70px;
}

/* ==========================================
SECTION LABEL
========================================== */

.section-label{
    display:inline-block;

    color:#f67a12;

    font-size:11px;
    font-weight:600;

    letter-spacing:4px;

    text-transform:uppercase;

    margin-bottom:22px;
}

/* ==========================================
SECTION HEADING
========================================== */

.section-heading{
    font-size:32px;
    line-height:1.25;
    font-weight:700;

    color:#ffffff;

    margin-bottom:24px;
}

.text-gradient{
    background:
    linear-gradient(
    135deg,
    #f67a12 0%,
    #ff9a3c 50%,
    #f67a12 100%
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

/* ==========================================
SECTION DESCRIPTION
========================================== */

.section-description{
    font-size:16px;
    line-height:1.6;
    font-weight:400;

    color:#d1d5db;

    max-width:760px;

    margin:auto;
}

.keyword-highlight{
    color:#f67a12;
    font-weight:600;
}

/* ==========================================
GRID
========================================== */

.transformation-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:24px;

    max-width:900px;

    margin:auto;
}

/* ==========================================
CARD
========================================== */

.transform-card{
    position:relative;

    background:
    linear-gradient(
    145deg,
    rgba(255,255,255,0.05) 0%,
    rgba(255,255,255,0.01) 50%,
    rgba(246,122,18,0.03) 100%
    );

    border:1px solid rgba(255,255,255,0.08);

    border-radius:24px;

    padding:26px;

    backdrop-filter:blur(20px);

    overflow:hidden;
}

/* ==========================================
AFTER CARD GLOW
========================================== */

.after-card{
    border-color:rgba(246,122,18,0.22);

    box-shadow:0 0 40px rgba(246,122,18,0.06);
}

/* ==========================================
TOP GLOW BORDER
========================================== */

.transform-card::before{
    content:"";

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:1px;

    background:
    linear-gradient(
    90deg,
    transparent,
    rgba(246,122,18,0.4),
    transparent
    );
}

/* ==========================================
HEADER
========================================== */

.transform-header{
    display:flex;
    align-items:flex-start;
    gap:12px;

    margin-bottom:28px;
}

/* ==========================================
ICON
========================================== */

.transform-icon{
    width:32px;
    height:32px;

    border-radius:10px;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:14px;
    font-weight:700;

    flex-shrink:0;
}

.before-icon{
    background:rgba(239,68,68,0.08);

    border:1px solid rgba(239,68,68,0.18);

    color:#f87171;
}

.after-icon{
    background:rgba(34,197,94,0.08);

    border:1px solid rgba(34,197,94,0.18);

    color:#4ade80;
}

/* ==========================================
TITLE
========================================== */

.transform-title{
    font-size:15px;
    line-height:1.4;
    font-weight:600;

    color:#ffffff;

    margin-bottom:2px;
}

/* ==========================================
SUBTITLE
========================================== */

.transform-subtitle{
    font-size:11px;
    line-height:1.6;
    font-weight:400;

    color:#6b7280;
}

/* ==========================================
LIST
========================================== */

.transform-list{
    display:flex;
    flex-direction:column;
    gap:18px;
}

/* ==========================================
ITEM
========================================== */

.transform-item{
    display:flex;
    align-items:center;
    gap:10px;

    font-size:13px;
    line-height:1.6;
    font-weight:400;
}

.before-item{
    color:#6b7280;
}

.after-item{
    color:#d1d5db;
}

/* ==========================================
LIST ICON
========================================== */

.list-icon{
    width:18px;
    height:18px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:10px;
    font-weight:700;

    flex-shrink:0;
}

.before-list-icon{
    background:rgba(239,68,68,0.08);

    border:1px solid rgba(239,68,68,0.18);

    color:#f87171;
}

.after-list-icon{
    background:rgba(34,197,94,0.08);

    border:1px solid rgba(34,197,94,0.18);

    color:#4ade80;
}

/* ==========================================
FOOTER
========================================== */

.transform-footer{
    margin-top:24px;

    padding-top:20px;

    border-top:1px solid rgba(255,255,255,0.05);
}

/* ==========================================
LINK
========================================== */

.transform-link{
    display:inline-flex;
    align-items:center;
    gap:8px;

    text-decoration:none;

    color:#f67a12;

    font-size:13px;
    font-weight:600;

    transition:0.3s ease;
}

.transform-link span{
    transition:0.3s ease;
}

.transform-link:hover span{
    transform:translateX(4px);
}

/* ==========================================
TABLET RESPONSIVE
========================================== */

@media(max-width:1024px){

    .transformation-grid{
        grid-template-columns:1fr;
        max-width:700px;
    }

}

/* ==========================================
MOBILE RESPONSIVE
========================================== */

@media(max-width:768px){

    .transformation-section{
        padding:80px 20px;
    }

    .section-heading{
        font-size:28px;
    }

    .section-description{
        font-size:15px;
    }

    .transformation-top{
        margin-bottom:50px;
    }

}

/* ==========================================
SMALL MOBILE
========================================== */

@media(max-width:576px){

    .section-heading{
        font-size:32px;
        line-height:1.3;
    }

    .section-description{
        font-size:15px;
    }

    .transform-card{
        padding:22px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-be2adad *//* ==========================================
CURRICULUM SECTION
========================================== */

.curriculum-section{
    position:relative;
    overflow:hidden;
    background:#050505;
    padding:100px 20px;
}

/* ==========================================
BACKGROUND GRID
========================================== */

.curriculum-grid-bg{
    position:absolute;
    inset:0;

    background-image:
    linear-gradient(rgba(246,122,18,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246,122,18,0.03) 1px, transparent 1px);

    background-size:60px 60px;

    z-index:1;
}

/* ==========================================
GLOW EFFECTS
========================================== */

.curriculum-glow{
    position:absolute;
    border-radius:50%;
    filter:blur(120px);
}

.curriculum-glow-1{
    width:500px;
    height:500px;

    background:rgba(246,122,18,0.08);

    top:-150px;
    left:-150px;
}

.curriculum-glow-2{
    width:450px;
    height:450px;

    background:rgba(255,154,60,0.05);

    right:-150px;
    bottom:-150px;
}

/* ==========================================
CONTAINER
========================================== */

.curriculum-container{
    max-width:900px;
    margin:auto;
    position:relative;
    z-index:2;
}

/* ==========================================
TOP CONTENT
========================================== */

.curriculum-top{
    text-align:center;
    margin-bottom:45px;
}

/* ==========================================
LABEL
========================================== */

.section-label{
    display:inline-block;

    color:#f67a12;

    font-size:11px;
    font-weight:600;

    letter-spacing:4px;

    text-transform:uppercase;

    margin-bottom:22px;
}

/* ==========================================
HEADING
========================================== */

.section-heading{
    font-size:32px;
    line-height:1.25;
    font-weight:700;

    color:#ffffff;

    margin-bottom:22px;
}

.text-gradient{
    background:
    linear-gradient(
    135deg,
    #f67a12 0%,
    #ff9a3c 50%,
    #f67a12 100%
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

/* ==========================================
DESCRIPTION
========================================== */

.section-description{
    font-size:16px;
    line-height:1.6;
    font-weight:400;

    color:#d1d5db;

    max-width:700px;

    margin:auto;
}

.keyword-highlight{
    color:#f67a12;
    font-weight:600;
}

/* ==========================================
STATS
========================================== */

.curriculum-stats{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:14px;

    margin-bottom:35px;
}

.stat-pill{
    display:flex;
    align-items:center;
    gap:12px;

    background:
    linear-gradient(
    145deg,
    rgba(255,255,255,0.04),
    rgba(246,122,18,0.02)
    );

    border:1px solid rgba(255,255,255,0.08);

    border-radius:14px;

    padding:14px 18px;

    min-width:150px;
}

.stat-icon{
    width:28px;
    height:28px;

    border-radius:8px;

    background:rgba(246,122,18,0.08);

    border:1px solid rgba(246,122,18,0.15);

    display:flex;
    align-items:center;
    justify-content:center;

    color:#f67a12;

    font-size:12px;
}

.stat-pill h4{
    font-size:15px;
    font-weight:600;
    line-height:1.3;

    color:#ffffff;
}

.stat-pill p{
    font-size:11px;
    font-weight:400;

    color:#6b7280;
}

/* ==========================================
ACCORDION
========================================== */

.curriculum-accordion{
    display:flex;
    flex-direction:column;
    gap:12px;
}

/* ==========================================
ITEM
========================================== */

.accordion-item{
    background:
    linear-gradient(
    145deg,
    rgba(255,255,255,0.05) 0%,
    rgba(255,255,255,0.01) 50%,
    rgba(246,122,18,0.03) 100%
    );

    border:1px solid rgba(255,255,255,0.08);

    border-radius:16px;

    overflow:hidden;

    transition:0.4s ease;
}

.accordion-item.active{
    border-color:rgba(246,122,18,0.22);
}

/* ==========================================
HEADER
========================================== */

.accordion-header{
    width:100%;

    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:18px 20px;

    background:none;
    border:none;

    cursor:pointer;

    transition:0.3s ease;
}

.popup-trigger:hover{
    background:rgba(246,122,18,0.03);
}

/* ==========================================
LEFT
========================================== */

.accordion-left{
    display:flex;
    align-items:center;
    gap:14px;
}

/* ==========================================
DAY BADGE
========================================== */

.day-badge{
    width:32px;
    height:32px;

    border-radius:10px;

    background:rgba(255,255,255,0.03);

    border:1px solid rgba(255,255,255,0.06);

    display:flex;
    align-items:center;
    justify-content:center;

    color:#f67a12;

    font-size:11px;
    font-weight:700;

    transition:0.3s ease;

    flex-shrink:0;
}

.active-day{
    background:#f67a12;
    color:#ffffff;

    box-shadow:0 0 20px rgba(246,122,18,0.3);
}

/* ==========================================
TITLE
========================================== */

.accordion-title{
    font-size:15px;
    line-height:1.4;
    font-weight:600;

    color:#ffffff;

    text-align:left;
}

/* ==========================================
ARROW
========================================== */

.accordion-arrow{
    color:#6b7280;

    font-size:18px;
    font-weight:400;

    transition:0.3s ease;
}

.accordion-item.active .accordion-arrow{
    color:#f67a12;
}

/* ==========================================
CONTENT
========================================== */

.accordion-content{
    max-height:0;
    overflow:hidden;

    transition:
    max-height 0.4s ease,
    padding 0.4s ease;
}

.accordion-item.active .accordion-content{
    max-height:500px;
}

/* ==========================================
GRID
========================================== */

.accordion-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);

    gap:14px;

    padding:0 20px 20px;
}

/* ==========================================
TOPIC ITEM
========================================== */

.topic-item{
    display:flex;
    align-items:center;
    gap:10px;

    font-size:13px;
    line-height:1.6;
    font-weight:400;

    color:#d1d5db;
}

.topic-dot{
    width:7px;
    height:7px;

    border-radius:50%;

    background:#f67a12;

    flex-shrink:0;
}

/* ==========================================
POPUP ITEM STYLE
========================================== */

.popup-item{
    position:relative;
}

.popup-item::after{
    content:"View Detailed Curriculum";

    position:absolute;

    top:50%;
    right:60px;

    transform:translateY(-50%);

    font-size:10px;
    font-weight:600;

    color:rgba(246,122,18,0.55);

    pointer-events:none;
}

/* ==========================================
TABLET
========================================== */

@media(max-width:768px){

    .curriculum-section{
        padding:80px 20px;
    }

    .section-heading{
        font-size:28px;
    }

    .section-description{
        font-size:15px;
    }

    .accordion-grid{
        grid-template-columns:1fr;
    }

}

/* ==========================================
MOBILE
========================================== */

@media(max-width:576px){

    .section-heading{
        font-size:32px;
        line-height:1.3;
    }

    .accordion-header{
        padding:16px;
    }

    .accordion-title{
        font-size:14px;
    }

    .stat-pill{
        width:100%;
    }

    .popup-item::after{
        display:none;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-483a1dd *//* ==========================================
META ADS SECTION
========================================== */

.meta-ads-section{
    position:relative;
    overflow:hidden;

    background:
    linear-gradient(
    180deg,
    #050505 0%,
    #080808 50%,
    #050505 100%
    );

    padding:100px 20px;
}

/* ==========================================
BACKGROUND GRID
========================================== */

.meta-grid-bg{
    position:absolute;
    inset:0;

    background-image:
    linear-gradient(rgba(246,122,18,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246,122,18,0.03) 1px, transparent 1px);

    background-size:60px 60px;

    pointer-events:none;

    z-index:1;
}

/* ==========================================
GLOW EFFECTS
========================================== */

.meta-glow{
    position:absolute;
    border-radius:50%;
    filter:blur(120px);
    pointer-events:none;
}

.meta-glow-1{
    width:500px;
    height:500px;

    background:rgba(246,122,18,0.08);

    top:-150px;
    left:-150px;
}

.meta-glow-2{
    width:450px;
    height:450px;

    background:rgba(255,154,60,0.05);

    right:-150px;
    bottom:-150px;
}

/* ==========================================
CONTAINER
========================================== */

.meta-container{
    max-width:1280px;
    margin:auto;
    position:relative;
    z-index:2;
}

/* ==========================================
TOP CONTENT
========================================== */

.meta-top{
    text-align:center;
    max-width:860px;
    margin:0 auto 70px;
}

/* ==========================================
SECTION LABEL
========================================== */

.section-label{
    display:inline-block;

    color:#f67a12;

    font-size:11px;
    font-weight:600;

    letter-spacing:4px;

    text-transform:uppercase;

    margin-bottom:22px;
}

/* ==========================================
HEADING
========================================== */

.section-heading{
    font-size:32px;
    line-height:1.25;
    font-weight:700;

    color:#ffffff;

    margin-bottom:24px;
}

.text-gradient{
    background:
    linear-gradient(
    135deg,
    #f67a12 0%,
    #ff9a3c 50%,
    #f67a12 100%
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

/* ==========================================
DESCRIPTION
========================================== */

.section-description{
    font-size:16px;
    line-height:1.6;
    font-weight:400;

    color:#d1d5db;

    max-width:760px;

    margin:auto;
}

.keyword-highlight{
    color:#f67a12;
    font-weight:600;
}

/* ==========================================
GRID
========================================== */

.meta-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

/* ==========================================
CARD
========================================== */

.meta-card{
    position:relative;

    background:
    linear-gradient(
    145deg,
    rgba(255,255,255,0.05) 0%,
    rgba(255,255,255,0.01) 50%,
    rgba(246,122,18,0.03) 100%
    );

    border:1px solid rgba(255,255,255,0.08);

    border-radius:22px;

    padding:22px;

    min-height:165px;

    backdrop-filter:blur(20px);

    overflow:hidden;

    transition:
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.4s ease,
    box-shadow 0.4s ease;
}

/* ACTIVE CARD */

.active-card{
    border-color:rgba(246,122,18,0.35);

    box-shadow:
    0 0 0 1px rgba(246,122,18,0.08),
    0 20px 40px rgba(246,122,18,0.08);
}

/* TOP GLOW */

.meta-card::before{
    content:"";

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:1px;

    background:
    linear-gradient(
    90deg,
    transparent,
    rgba(246,122,18,0.4),
    transparent
    );

    opacity:0;

    transition:0.4s ease;
}

.meta-card:hover{
    transform:translateY(-6px);

    border-color:rgba(246,122,18,0.25);

    box-shadow:0 20px 40px rgba(0,0,0,0.35);
}

.meta-card:hover::before{
    opacity:1;
}

/* ==========================================
TOP
========================================== */

.card-top{
    display:flex;
    justify-content:space-between;
    align-items:center;

    margin-bottom:28px;
}

/* ==========================================
ICON
========================================== */

.card-icon{
    width:42px;
    height:42px;

    border-radius:12px;

    background:rgba(246,122,18,0.08);

    border:1px solid rgba(246,122,18,0.15);

    display:flex;
    align-items:center;
    justify-content:center;

    color:#f67a12;

    font-size:18px;
}

/* ==========================================
NUMBER
========================================== */

.card-number{
    font-size:11px;
    font-weight:700;

    color:rgba(246,122,18,0.6);
}

/* ==========================================
TITLE
========================================== */

.card-title{
    font-size:15px;
    line-height:1.4;
    font-weight:600;

    color:#ffffff;

    margin-bottom:14px;
}

/* ==========================================
DESCRIPTION
========================================== */

.card-description{
    font-size:13px;
    line-height:1.6;
    font-weight:400;

    color:#9ca3af;

    max-width:320px;
}

/* ==========================================
TABLET RESPONSIVE
========================================== */

@media(max-width:1024px){

    .meta-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

/* ==========================================
MOBILE RESPONSIVE
========================================== */

@media(max-width:768px){

    .meta-ads-section{
        padding:80px 20px;
    }

    .section-heading{
        font-size:28px;
    }

    .section-description{
        font-size:15px;
    }

    .meta-top{
        margin-bottom:50px;
    }

}

/* ==========================================
SMALL MOBILE
========================================== */

@media(max-width:576px){

    .meta-grid{
        grid-template-columns:1fr;
    }

    .section-heading{
        font-size:32px;
        line-height:1.3;
    }

    .section-description{
        font-size:15px;
    }

    .meta-card{
        padding:20px;
        min-height:auto;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-772f635 *//* ==========================================
TOOLS SECTION
========================================== */

.tools-section{
    position:relative;
    overflow:hidden;

    background:
    linear-gradient(
    180deg,
    #050505 0%,
    #080808 50%,
    #050505 100%
    );

    padding:100px 20px;
}

/* ==========================================
BACKGROUND GRID
========================================== */

.tools-grid-bg{
    position:absolute;
    inset:0;

    background-image:
    linear-gradient(rgba(246,122,18,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246,122,18,0.03) 1px, transparent 1px);

    background-size:60px 60px;

    pointer-events:none;

    z-index:1;
}

/* ==========================================
GLOW EFFECTS
========================================== */

.tools-glow{
    position:absolute;
    border-radius:50%;
    filter:blur(120px);
    pointer-events:none;
}

.tools-glow-1{
    width:500px;
    height:500px;

    background:rgba(246,122,18,0.08);

    top:-150px;
    left:-150px;
}

.tools-glow-2{
    width:450px;
    height:450px;

    background:rgba(255,154,60,0.05);

    right:-150px;
    bottom:-150px;
}

/* ==========================================
CONTAINER
========================================== */

.tools-container{
    max-width:1280px;
    margin:auto;
    position:relative;
    z-index:2;
}

/* ==========================================
TOP CONTENT
========================================== */

.tools-top{
    text-align:center;
    max-width:860px;
    margin:0 auto 70px;
}

/* ==========================================
SECTION LABEL
========================================== */

.section-label{
    display:inline-block;

    color:#f67a12;

    font-size:11px;
    font-weight:600;

    letter-spacing:4px;

    text-transform:uppercase;

    margin-bottom:22px;
}

/* ==========================================
HEADING
========================================== */

.section-heading{
    font-size:32px;
    line-height:1.25;
    font-weight:700;

    color:#ffffff;

    margin-bottom:24px;
}

.text-gradient{
    background:
    linear-gradient(
    135deg,
    #f67a12 0%,
    #ff9a3c 50%,
    #f67a12 100%
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

/* ==========================================
DESCRIPTION
========================================== */

.section-description{
    font-size:16px;
    line-height:1.6;
    font-weight:400;

    color:#d1d5db;

    max-width:760px;

    margin:auto;
}

.keyword-highlight{
    color:#f67a12;
    font-weight:600;
}

/* ==========================================
GRID
========================================== */

.tools-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}

/* ==========================================
CARD
========================================== */

.tool-card{
    position:relative;

    background:
    linear-gradient(
    145deg,
    rgba(255,255,255,0.05) 0%,
    rgba(255,255,255,0.01) 50%,
    rgba(246,122,18,0.03) 100%
    );

    border:1px solid rgba(255,255,255,0.08);

    border-radius:22px;

    padding:32px 20px;

    min-height:128px;

    text-align:center;

    backdrop-filter:blur(20px);

    overflow:hidden;

    transition:
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.4s ease,
    box-shadow 0.4s ease;
}

/* TOP GLOW */

.tool-card::before{
    content:"";

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:1px;

    background:
    linear-gradient(
    90deg,
    transparent,
    rgba(246,122,18,0.4),
    transparent
    );

    opacity:0;

    transition:0.4s ease;
}

.tool-card:hover{
    transform:translateY(-6px);

    border-color:rgba(246,122,18,0.22);

    box-shadow:0 20px 40px rgba(0,0,0,0.35);
}

.tool-card:hover::before{
    opacity:1;
}

/* ==========================================
ICON
========================================== */

.tool-icon{
    width:42px;
    height:42px;

    margin:0 auto 18px;

    border-radius:12px;

    background:rgba(246,122,18,0.08);

    border:1px solid rgba(246,122,18,0.15);

    display:flex;
    align-items:center;
    justify-content:center;

    color:#f67a12;

    font-size:18px;
}

/* ==========================================
TITLE
========================================== */

.tool-title{
    font-size:15px;
    line-height:1.4;
    font-weight:600;

    color:#ffffff;

    margin-bottom:10px;
}

/* ==========================================
DESCRIPTION
========================================== */

.tool-description{
    font-size:13px;
    line-height:1.6;
    font-weight:400;

    color:#6b7280;
}

/* ==========================================
TABLET RESPONSIVE
========================================== */

@media(max-width:1024px){

    .tools-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

/* ==========================================
MOBILE RESPONSIVE
========================================== */

@media(max-width:768px){

    .tools-section{
        padding:80px 20px;
    }

    .section-heading{
        font-size:28px;
    }

    .section-description{
        font-size:15px;
    }

    .tools-top{
        margin-bottom:50px;
    }

}

/* ==========================================
SMALL MOBILE
========================================== */

@media(max-width:576px){

    .tools-grid{
        grid-template-columns:1fr;
    }

    .section-heading{
        font-size:32px;
        line-height:1.3;
    }

    .section-description{
        font-size:15px;
    }

    .tool-card{
        min-height:auto;
        padding:28px 20px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-44a23a8 *//* ==========================================
PERFECT FOR SECTION
========================================== */

.perfect-for-section{
    position:relative;
    overflow:hidden;

    background:
    linear-gradient(
    180deg,
    #050505 0%,
    #080808 50%,
    #050505 100%
    );

    padding:100px 20px;
}

/* ==========================================
BACKGROUND GRID
========================================== */

.perfect-grid-bg{
    position:absolute;
    inset:0;

    background-image:
    linear-gradient(rgba(246,122,18,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246,122,18,0.03) 1px, transparent 1px);

    background-size:60px 60px;

    pointer-events:none;

    z-index:1;
}

/* ==========================================
GLOW EFFECTS
========================================== */

.perfect-glow{
    position:absolute;
    border-radius:50%;
    filter:blur(120px);
    pointer-events:none;
}

.perfect-glow-1{
    width:500px;
    height:500px;

    background:rgba(246,122,18,0.08);

    top:-150px;
    left:-150px;
}

.perfect-glow-2{
    width:450px;
    height:450px;

    background:rgba(255,154,60,0.05);

    right:-150px;
    bottom:-150px;
}

/* ==========================================
CONTAINER
========================================== */

.perfect-container{
    max-width:1280px;
    margin:auto;
    position:relative;
    z-index:2;
}

/* ==========================================
TOP CONTENT
========================================== */

.perfect-top{
    text-align:center;
    max-width:860px;
    margin:0 auto 70px;
}

/* ==========================================
SECTION LABEL
========================================== */

.section-label{
    display:inline-block;

    color:#f67a12;

    font-size:11px;
    font-weight:600;

    letter-spacing:4px;

    text-transform:uppercase;

    margin-bottom:22px;
}

/* ==========================================
HEADING
========================================== */

.section-heading{
    font-size:32px;
    line-height:1.25;
    font-weight:700;

    color:#ffffff;

    margin-bottom:24px;
}

.text-gradient{
    background:
    linear-gradient(
    135deg,
    #f67a12 0%,
    #ff9a3c 50%,
    #f67a12 100%
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

/* ==========================================
DESCRIPTION
========================================== */

.section-description{
    font-size:16px;
    line-height:1.6;
    font-weight:400;

    color:#d1d5db;

    max-width:760px;

    margin:auto;
}

.keyword-highlight{
    color:#f67a12;
    font-weight:600;
}

/* ==========================================
GRID
========================================== */

.perfect-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}

/* ==========================================
CARD
========================================== */

.perfect-card{
    position:relative;

    background:
    linear-gradient(
    145deg,
    rgba(255,255,255,0.05) 0%,
    rgba(255,255,255,0.01) 50%,
    rgba(246,122,18,0.03) 100%
    );

    border:1px solid rgba(255,255,255,0.08);

    border-radius:22px;

    padding:34px 22px;

    min-height:150px;

    text-align:center;

    backdrop-filter:blur(20px);

    overflow:hidden;

    transition:
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.4s ease,
    box-shadow 0.4s ease;
}

/* TOP GLOW */

.perfect-card::before{
    content:"";

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:1px;

    background:
    linear-gradient(
    90deg,
    transparent,
    rgba(246,122,18,0.4),
    transparent
    );

    opacity:0;

    transition:0.4s ease;
}

.perfect-card:hover{
    transform:translateY(-6px);

    border-color:rgba(246,122,18,0.22);

    box-shadow:0 20px 40px rgba(0,0,0,0.35);
}

.perfect-card:hover::before{
    opacity:1;
}

/* ==========================================
ICON
========================================== */

.perfect-icon{
    width:42px;
    height:42px;

    margin:0 auto 18px;

    border-radius:12px;

    background:rgba(246,122,18,0.08);

    border:1px solid rgba(246,122,18,0.15);

    display:flex;
    align-items:center;
    justify-content:center;

    color:#f67a12;

    font-size:18px;
}

/* ==========================================
TITLE
========================================== */

.perfect-title{
    font-size:15px;
    line-height:1.4;
    font-weight:600;

    color:#ffffff;

    margin-bottom:10px;
}

/* ==========================================
DESCRIPTION
========================================== */

.perfect-description{
    font-size:13px;
    line-height:1.6;
    font-weight:400;

    color:#6b7280;
}

/* ==========================================
TABLET RESPONSIVE
========================================== */

@media(max-width:1024px){

    .perfect-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

/* ==========================================
MOBILE RESPONSIVE
========================================== */

@media(max-width:768px){

    .perfect-for-section{
        padding:80px 20px;
    }

    .section-heading{
        font-size:28px;
    }

    .section-description{
        font-size:15px;
    }

    .perfect-top{
        margin-bottom:50px;
    }

}

/* ==========================================
SMALL MOBILE
========================================== */

@media(max-width:576px){

    .perfect-grid{
        grid-template-columns:1fr;
    }

    .section-heading{
        font-size:32px;
        line-height:1.3;
    }

    .section-description{
        font-size:15px;
    }

    .perfect-card{
        min-height:auto;
        padding:30px 20px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-05cc06a *//* ==========================================
BONUSES SECTION
========================================== */

.bonuses-section{
    position:relative;
    overflow:hidden;

    background:
    linear-gradient(
    180deg,
    #050505 0%,
    #080808 50%,
    #050505 100%
    );

    padding:100px 20px;
}

/* ==========================================
BACKGROUND GRID
========================================== */

.bonuses-grid-bg{
    position:absolute;
    inset:0;

    background-image:
    linear-gradient(rgba(246,122,18,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246,122,18,0.03) 1px, transparent 1px);

    background-size:60px 60px;

    pointer-events:none;

    z-index:1;
}

/* ==========================================
GLOW EFFECTS
========================================== */

.bonuses-glow{
    position:absolute;
    border-radius:50%;
    filter:blur(120px);
    pointer-events:none;
}

.bonuses-glow-1{
    width:500px;
    height:500px;

    background:rgba(246,122,18,0.08);

    top:-150px;
    left:-150px;
}

.bonuses-glow-2{
    width:450px;
    height:450px;

    background:rgba(255,154,60,0.05);

    right:-150px;
    bottom:-150px;
}

/* ==========================================
CONTAINER
========================================== */

.bonuses-container{
    max-width:1280px;
    margin:auto;
    position:relative;
    z-index:2;
}

/* ==========================================
TOP CONTENT
========================================== */

.bonuses-top{
    text-align:center;
    max-width:860px;
    margin:0 auto 70px;
}

/* ==========================================
SECTION LABEL
========================================== */

.section-label{
    display:inline-block;

    color:#f67a12;

    font-size:11px;
    font-weight:600;

    letter-spacing:4px;

    text-transform:uppercase;

    margin-bottom:18px;
}

/* ==========================================
VALUE BADGE
========================================== */

.bonus-value-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;

    background:rgba(246,122,18,0.06);

    border:1px solid rgba(246,122,18,0.18);

    border-radius:100px;

    padding:14px 22px;

    color:#f67a12;

    font-size:15px;
    font-weight:600;

    margin-bottom:28px;
}

.badge-icon{
    font-size:14px;
}

/* ==========================================
HEADING
========================================== */

.section-heading{
    font-size:32px;
    line-height:1.25;
    font-weight:700;

    color:#ffffff;

    margin-bottom:24px;
}

.text-gradient{
    background:
    linear-gradient(
    135deg,
    #f67a12 0%,
    #ff9a3c 50%,
    #f67a12 100%
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

/* ==========================================
DESCRIPTION
========================================== */

.section-description{
    font-size:16px;
    line-height:1.6;
    font-weight:400;

    color:#d1d5db;

    max-width:760px;

    margin:auto;
}

.keyword-highlight{
    color:#f67a12;
    font-weight:600;
}

/* ==========================================
GRID
========================================== */

.bonuses-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

/* ==========================================
CARD
========================================== */

.bonus-card{
    position:relative;

    background:
    linear-gradient(
    145deg,
    rgba(255,255,255,0.05) 0%,
    rgba(255,255,255,0.01) 50%,
    rgba(246,122,18,0.03) 100%
    );

    border:1px solid rgba(255,255,255,0.08);

    border-radius:22px;

    padding:22px;

    min-height:185px;

    backdrop-filter:blur(20px);

    overflow:hidden;

    transition:
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.4s ease,
    box-shadow 0.4s ease;
}

/* FEATURED CARD */

.featured-card{
    border-color:rgba(246,122,18,0.22);

    box-shadow:
    0 0 0 1px rgba(246,122,18,0.08),
    0 20px 40px rgba(246,122,18,0.06);
}

/* TOP GLOW */

.bonus-card::before{
    content:"";

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:1px;

    background:
    linear-gradient(
    90deg,
    transparent,
    rgba(246,122,18,0.4),
    transparent
    );

    opacity:0;

    transition:0.4s ease;
}

.bonus-card:hover{
    transform:translateY(-6px);

    border-color:rgba(246,122,18,0.22);

    box-shadow:0 20px 40px rgba(0,0,0,0.35);
}

.bonus-card:hover::before{
    opacity:1;
}

/* ==========================================
TOP
========================================== */

.bonus-card-top{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;

    margin-bottom:18px;
}

/* ==========================================
ICON
========================================== */

.bonus-icon{
    width:42px;
    height:42px;

    border-radius:12px;

    background:rgba(246,122,18,0.08);

    border:1px solid rgba(246,122,18,0.15);

    display:flex;
    align-items:center;
    justify-content:center;

    color:#f67a12;

    font-size:18px;
}

/* ==========================================
PRICE
========================================== */

.bonus-price{
    text-align:right;
}

.old-price{
    display:block;

    font-size:10px;
    font-weight:400;

    color:#6b7280;

    text-decoration:line-through;

    margin-bottom:4px;
}

.free-text{
    display:block;

    font-size:12px;
    font-weight:700;

    color:#4ade80;
}

/* ==========================================
BONUS BADGE
========================================== */

.bonus-badge{
    display:inline-flex;
    align-items:center;

    background:rgba(246,122,18,0.08);

    border:1px solid rgba(246,122,18,0.12);

    border-radius:100px;

    padding:6px 10px;

    color:#f67a12;

    font-size:10px;
    font-weight:700;

    margin-bottom:18px;
}

/* ==========================================
TITLE
========================================== */

.bonus-title{
    font-size:15px;
    line-height:1.4;
    font-weight:600;

    color:#ffffff;

    margin-bottom:12px;
}

/* ==========================================
DESCRIPTION
========================================== */

.bonus-description{
    font-size:13px;
    line-height:1.6;
    font-weight:400;

    color:#6b7280;
}

/* ==========================================
TABLET RESPONSIVE
========================================== */

@media(max-width:1024px){

    .bonuses-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

/* ==========================================
MOBILE RESPONSIVE
========================================== */

@media(max-width:768px){

    .bonuses-section{
        padding:80px 20px;
    }

    .section-heading{
        font-size:28px;
    }

    .section-description{
        font-size:15px;
    }

    .bonuses-top{
        margin-bottom:50px;
    }

    .bonus-value-badge{
        font-size:14px;
        padding:12px 18px;
    }

}

/* ==========================================
SMALL MOBILE
========================================== */

@media(max-width:576px){

    .bonuses-grid{
        grid-template-columns:1fr;
    }

    .section-heading{
        font-size:32px;
        line-height:1.3;
    }

    .section-description{
        font-size:15px;
    }

    .bonus-card{
        min-height:auto;
        padding:20px;
    }

    .bonus-value-badge{
        width:100%;
        justify-content:center;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-596cfad *//* ==========================================
PRICING SECTION
========================================== */

.pricing-section{
    position:relative;
    overflow:hidden;

    background:
    linear-gradient(
    180deg,
    #050505 0%,
    #080808 50%,
    #050505 100%
    );

    padding:100px 20px;
}

/* ==========================================
BACKGROUND GRID
========================================== */

.pricing-grid-bg{
    position:absolute;
    inset:0;

    background-image:
    linear-gradient(rgba(246,122,18,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246,122,18,0.03) 1px, transparent 1px);

    background-size:60px 60px;

    pointer-events:none;

    z-index:1;
}

/* ==========================================
GLOW EFFECTS
========================================== */

.pricing-glow{
    position:absolute;
    border-radius:50%;
    filter:blur(120px);
    pointer-events:none;
}

.pricing-glow-1{
    width:500px;
    height:500px;

    background:rgba(246,122,18,0.08);

    top:-150px;
    left:-150px;
}

.pricing-glow-2{
    width:450px;
    height:450px;

    background:rgba(255,154,60,0.05);

    right:-150px;
    bottom:-150px;
}

/* ==========================================
CONTAINER
========================================== */

.pricing-container{
    max-width:1280px;
    margin:auto;
    position:relative;
    z-index:2;
}

/* ==========================================
TOP CONTENT
========================================== */

.pricing-top{
    text-align:center;
    max-width:860px;
    margin:0 auto 70px;
}

/* ==========================================
SECTION LABEL
========================================== */

.section-label{
    display:inline-block;

    color:#f67a12;

    font-size:11px;
    font-weight:600;

    letter-spacing:4px;

    text-transform:uppercase;

    margin-bottom:22px;
}

/* ==========================================
HEADING
========================================== */

.section-heading{
    font-size:32px;
    line-height:1.25;
    font-weight:700;

    color:#ffffff;

    margin-bottom:24px;
}

.text-gradient{
    background:
    linear-gradient(
    135deg,
    #f67a12 0%,
    #ff9a3c 50%,
    #f67a12 100%
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

/* ==========================================
DESCRIPTION
========================================== */

.section-description{
    font-size:16px;
    line-height:1.6;
    font-weight:400;

    color:#d1d5db;

    max-width:760px;

    margin:auto;
}

.keyword-highlight{
    color:#f67a12;
    font-weight:600;
}

/* ==========================================
PRICING CARD
========================================== */

.pricing-card{
    position:relative;

    max-width:560px;

    margin:auto;

    background:
    linear-gradient(
    145deg,
    rgba(255,255,255,0.05) 0%,
    rgba(255,255,255,0.01) 50%,
    rgba(246,122,18,0.03) 100%
    );

    border:1px solid rgba(255,255,255,0.08);

    border-radius:28px;

    padding:34px 30px;

    backdrop-filter:blur(20px);

    overflow:hidden;
}

/* TOP GLOW */

.pricing-card::before{
    content:"";

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:1px;

    background:
    linear-gradient(
    90deg,
    transparent,
    rgba(246,122,18,0.4),
    transparent
    );
}

/* ==========================================
BEST VALUE
========================================== */

.best-value-badge{
    position:absolute;

    top:36px;
    right:30px;

    background:
    linear-gradient(
    135deg,
    #ff7a18,
    #ff9a3c
    );

    color:#ffffff;

    font-size:10px;
    font-weight:700;

    padding:10px 14px;

    border-radius:10px;

    box-shadow:0 0 30px rgba(246,122,18,0.3);
}

/* ==========================================
TITLE
========================================== */

.pricing-title{
    font-size:32px;
    line-height:1.2;
    font-weight:700;

    color:#ffffff;

    margin-bottom:10px;

    max-width:360px;
}

.pricing-subtitle{
    font-size:13px;
    line-height:1.6;
    font-weight:400;

    color:#6b7280;

    margin-bottom:30px;
}

/* ==========================================
PRICE
========================================== */

.old-price{
    display:block;

    font-size:16px;
    font-weight:400;

    color:#6b7280;

    text-decoration:line-through;

    margin-bottom:10px;
}

.main-price-wrap{
    display:flex;
    align-items:flex-end;
    gap:10px;

    margin-bottom:34px;
}

.main-price{
    font-size:62px;
    line-height:0.9;
    font-weight:700;

    color:#f67a12;
}

.currency-text{
    font-size:16px;
    line-height:1.6;
    font-weight:600;

    color:#9ca3af;

    margin-bottom:8px;
}

/* ==========================================
FEATURES
========================================== */

.pricing-features{
    display:flex;
    flex-direction:column;
    gap:16px;

    margin-bottom:34px;
}

.pricing-feature{
    display:flex;
    align-items:center;
    gap:12px;

    font-size:15px;
    line-height:1.6;
    font-weight:400;

    color:#d1d5db;
}

.feature-check{
    width:20px;
    height:20px;

    border-radius:50%;

    background:rgba(246,122,18,0.08);

    border:1px solid rgba(246,122,18,0.15);

    display:flex;
    align-items:center;
    justify-content:center;

    color:#f67a12;

    font-size:11px;
    font-weight:700;

    flex-shrink:0;
}

/* ==========================================
BUTTONS
========================================== */

.pricing-buttons{
    display:flex;
    flex-direction:column;
    gap:14px;

    margin-bottom:24px;
}

/* PRIMARY BUTTON */

.primary-btn{
    width:100%;

    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    background:
    linear-gradient(
    135deg,
    #ff7a18,
    #ff9a3c
    );

    color:#ffffff;

    text-decoration:none;

    height:60px;

    border-radius:14px;

    font-size:15px;
    font-weight:600;

    transition:0.3s ease;

    box-shadow:0 0 30px rgba(246,122,18,0.2);
}

.primary-btn:hover{
    transform:translateY(-3px);
}

/* WHATSAPP BUTTON */

.whatsapp-btn{
    width:100%;

    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    height:60px;

    border-radius:14px;

    border:1px solid rgba(246,122,18,0.4);

    background:transparent;

    color:#f67a12;

    text-decoration:none;

    font-size:15px;
    font-weight:600;

    transition:0.3s ease;
}

.whatsapp-btn:hover{
    background:rgba(246,122,18,0.05);
}

/* ==========================================
MINI BOXES
========================================== */

.pricing-mini-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);

    gap:12px;

    margin-bottom:24px;
}

.mini-box{
    background:rgba(255,255,255,0.03);

    border:1px solid rgba(255,255,255,0.06);

    border-radius:14px;

    padding:18px 12px;

    text-align:center;
}

.mini-icon{
    display:block;

    margin-bottom:8px;

    color:#f67a12;

    font-size:14px;
}

.mini-text{
    font-size:11px;
    line-height:1.5;
    font-weight:400;

    color:#6b7280;
}

/* ==========================================
FOOTER
========================================== */

.pricing-footer{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:24px;

    padding-top:20px;

    border-top:1px solid rgba(255,255,255,0.05);
}

.footer-item{
    display:flex;
    align-items:center;
    gap:6px;

    font-size:11px;
    font-weight:400;

    color:#6b7280;
}

/* ==========================================
TABLET
========================================== */

@media(max-width:768px){

    .pricing-section{
        padding:80px 20px;
    }

    .section-heading{
        font-size:28px;
    }

    .section-description{
        font-size:15px;
    }

    .pricing-top{
        margin-bottom:50px;
    }

    .pricing-title{
        font-size:28px;
    }

    .main-price{
        font-size:54px;
    }

}

/* ==========================================
MOBILE
========================================== */

@media(max-width:576px){

    .section-heading{
        font-size:32px;
        line-height:1.3;
    }

    .section-description{
        font-size:15px;
    }

    .pricing-card{
        padding:24px 20px;
    }

    .pricing-title{
        font-size:24px;

        max-width:240px;
    }

    .best-value-badge{
        top:24px;
        right:20px;

        font-size:9px;

        padding:8px 12px;
    }

    .main-price{
        font-size:48px;
    }

    .pricing-mini-grid{
        grid-template-columns:1fr;
    }

    .pricing-footer{
        flex-direction:column;
        gap:12px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a544a43 *//* ==========================================
FAQ SECTION
========================================== */

.faq-section{
    position:relative;
    overflow:hidden;

    background:
    linear-gradient(
    180deg,
    #050505 0%,
    #080808 50%,
    #050505 100%
    );

    padding:100px 20px;
}

/* ==========================================
BACKGROUND GRID
========================================== */

.faq-grid-bg{
    position:absolute;
    inset:0;

    background-image:
    linear-gradient(rgba(246,122,18,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246,122,18,0.03) 1px, transparent 1px);

    background-size:60px 60px;

    pointer-events:none;

    z-index:1;
}

/* ==========================================
GLOW EFFECTS
========================================== */

.faq-glow{
    position:absolute;
    border-radius:50%;
    filter:blur(120px);
    pointer-events:none;
}

.faq-glow-1{
    width:500px;
    height:500px;

    background:rgba(246,122,18,0.08);

    top:-150px;
    left:-150px;
}

.faq-glow-2{
    width:450px;
    height:450px;

    background:rgba(255,154,60,0.05);

    right:-150px;
    bottom:-150px;
}

/* ==========================================
CONTAINER
========================================== */

.faq-container{
    max-width:900px;
    margin:auto;
    position:relative;
    z-index:2;
}

/* ==========================================
TOP CONTENT
========================================== */

.faq-top{
    text-align:center;
    margin-bottom:60px;
}

/* ==========================================
SECTION LABEL
========================================== */

.section-label{
    display:inline-block;

    color:#f67a12;

    font-size:11px;
    font-weight:600;

    letter-spacing:4px;

    text-transform:uppercase;

    margin-bottom:22px;
}

/* ==========================================
HEADING
========================================== */

.section-heading{
    font-size:32px;
    line-height:1.25;
    font-weight:700;

    color:#ffffff;

    margin-bottom:24px;
}

.text-gradient{
    background:
    linear-gradient(
    135deg,
    #f67a12 0%,
    #ff9a3c 50%,
    #f67a12 100%
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

/* ==========================================
DESCRIPTION
========================================== */

.section-description{
    font-size:16px;
    line-height:1.6;
    font-weight:400;

    color:#d1d5db;

    max-width:760px;

    margin:auto;
}

.keyword-highlight{
    color:#f67a12;
    font-weight:600;
}

/* ==========================================
FAQ WRAPPER
========================================== */

.faq-wrapper{
    display:flex;
    flex-direction:column;
    gap:12px;
}

/* ==========================================
FAQ ITEM
========================================== */

.faq-item{
    background:
    linear-gradient(
    145deg,
    rgba(255,255,255,0.05) 0%,
    rgba(255,255,255,0.01) 50%,
    rgba(246,122,18,0.03) 100%
    );

    border:1px solid rgba(255,255,255,0.08);

    border-radius:18px;

    overflow:hidden;

    transition:
    border-color 0.4s ease,
    transform 0.4s ease;
}

.faq-item.active{
    border-color:rgba(246,122,18,0.2);
}

/* ==========================================
QUESTION
========================================== */

.faq-question{
    width:100%;

    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:20px;

    background:none;
    border:none;

    padding:22px;

    cursor:pointer;

    text-align:left;
}

.faq-left{
    display:flex;
    align-items:center;
    gap:14px;
}

/* ==========================================
ICON
========================================== */

.faq-icon{
    width:20px;
    height:20px;

    border-radius:6px;

    background:rgba(246,122,18,0.08);

    border:1px solid rgba(246,122,18,0.12);

    display:flex;
    align-items:center;
    justify-content:center;

    color:#f67a12;

    font-size:9px;

    flex-shrink:0;
}

/* ==========================================
TITLE
========================================== */

.faq-title{
    font-size:15px;
    line-height:1.5;
    font-weight:600;

    color:#ffffff;
}

/* ==========================================
ARROW
========================================== */

.faq-arrow{
    color:#f67a12;

    font-size:18px;
    font-weight:400;

    flex-shrink:0;

    transition:0.3s ease;
}

/* ==========================================
ANSWER
========================================== */

.faq-answer{
    max-height:0;
    overflow:hidden;

    transition:
    max-height 0.45s ease,
    opacity 0.3s ease;

    opacity:0;
}

.faq-item.active .faq-answer{
    max-height:300px;
    opacity:1;
}

/* ==========================================
ANSWER INNER
========================================== */

.faq-answer-inner{
    padding:
    0 22px 22px 56px;

    border-top:1px solid rgba(255,255,255,0.05);

    margin:0 16px 0 46px;

    padding-top:18px;

    font-size:13px;
    line-height:1.8;
    font-weight:400;

    color:#9ca3af;
}

/* ==========================================
PAGE LOAD ANIMATION
========================================== */

.animate-fade-up{
    opacity:0;
    transform:translateY(50px);

    transition:
    opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.show-element{
    opacity:1;
    transform:translateY(0);
}

/* ==========================================
STAGGER DELAYS
========================================== */

.delay-1{
    transition-delay:0.1s;
}

.delay-2{
    transition-delay:0.2s;
}

.delay-3{
    transition-delay:0.3s;
}

.delay-4{
    transition-delay:0.4s;
}

.delay-5{
    transition-delay:0.5s;
}

.delay-6{
    transition-delay:0.6s;
}

/* ==========================================
TABLET
========================================== */

@media(max-width:768px){

    .faq-section{
        padding:80px 20px;
    }

    .section-heading{
        font-size:28px;
    }

    .section-description{
        font-size:15px;
    }

    .faq-top{
        margin-bottom:50px;
    }

}

/* ==========================================
MOBILE
========================================== */

@media(max-width:576px){

    .section-heading{
        font-size:32px;
        line-height:1.3;
    }

    .section-description{
        font-size:15px;
    }

    .faq-question{
        padding:18px;
    }

    .faq-title{
        font-size:14px;
    }

    .faq-answer-inner{
        margin:0 14px 0 38px;

        padding:
        18px 0 18px 0;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d68e6e0 *//* ==========================================
FINAL CTA SECTION
========================================== */

.final-cta-section{
    position:relative;
    overflow:hidden;

    background:
    linear-gradient(
    180deg,
    #050505 0%,
    #080808 50%,
    #050505 100%
    );

    padding:110px 20px;
}

/* ==========================================
BACKGROUND GRID
========================================== */

.cta-grid-bg{
    position:absolute;
    inset:0;

    background-image:
    linear-gradient(rgba(246,122,18,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246,122,18,0.03) 1px, transparent 1px);

    background-size:60px 60px;

    pointer-events:none;

    z-index:1;
}

/* ==========================================
GLOW EFFECTS
========================================== */

.cta-glow{
    position:absolute;
    border-radius:50%;
    filter:blur(120px);
    pointer-events:none;
}

.cta-glow-1{
    width:520px;
    height:520px;

    background:rgba(246,122,18,0.08);

    top:-180px;
    left:-180px;
}

.cta-glow-2{
    width:460px;
    height:460px;

    background:rgba(255,154,60,0.05);

    right:-180px;
    bottom:-180px;
}

/* ==========================================
CONTAINER
========================================== */

.cta-container{
    max-width:900px;
    margin:auto;

    text-align:center;

    position:relative;
    z-index:2;
}

/* ==========================================
BADGE
========================================== */

.cta-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;

    background:rgba(246,122,18,0.06);

    border:1px solid rgba(246,122,18,0.16);

    border-radius:100px;

    padding:12px 18px;

    color:#f67a12;

    font-size:12px;
    font-weight:600;

    margin-bottom:34px;

    box-shadow:
    0 0 20px rgba(246,122,18,0.06);
}

.badge-icon{
    font-size:12px;
}

/* ==========================================
HEADING
========================================== */

.cta-heading{
    font-size:42px;
    line-height:1.12;
    font-weight:700;

    color:#ffffff;

    max-width:920px;

    margin:0 auto 28px;
}

.text-gradient{
    background:
    linear-gradient(
    135deg,
    #f67a12 0%,
    #ff9a3c 50%,
    #f67a12 100%
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

/* ==========================================
DESCRIPTION
========================================== */

.cta-description{
    font-size:16px;
    line-height:1.6;
    font-weight:400;

    color:#c5cad3;

    max-width:760px;

    margin:0 auto 42px;
}

.keyword-highlight{
    color:#f67a12;
    font-weight:600;
}

/* ==========================================
BUTTONS
========================================== */

.cta-buttons{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:16px;

    flex-wrap:wrap;

    margin-bottom:36px;
}

/* ==========================================
PRIMARY BUTTON
========================================== */

.primary-cta-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    min-width:290px;
    height:60px;

    padding:0 28px;

    border-radius:14px;

    background:
    linear-gradient(
    135deg,
    #ff7a18,
    #ff9a3c
    );

    color:#ffffff;

    text-decoration:none;

    font-size:15px;
    font-weight:600;

    transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;

    box-shadow:
    0 0 30px rgba(246,122,18,0.22);
}

.primary-cta-btn:hover{
    transform:translateY(-4px);

    box-shadow:
    0 15px 35px rgba(246,122,18,0.25);
}

/* ==========================================
WHATSAPP BUTTON
========================================== */

.whatsapp-cta-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    min-width:270px;
    height:60px;

    padding:0 28px;

    border-radius:14px;

    border:1px solid rgba(246,122,18,0.35);

    background:transparent;

    color:#f67a12;

    text-decoration:none;

    font-size:15px;
    font-weight:600;

    transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.whatsapp-cta-btn:hover{
    background:rgba(246,122,18,0.05);

    transform:translateY(-4px);
}

/* ==========================================
TRUST WRAPPER
========================================== */

.cta-trust-wrapper{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:26px;

    flex-wrap:wrap;
}

/* ==========================================
TRUST ITEM
========================================== */

.trust-item{
    display:flex;
    align-items:center;
    gap:8px;

    color:#6b7280;

    font-size:11px;
    font-weight:400;
}

.trust-icon{
    color:#f67a12;

    font-size:12px;
}

/* ==========================================
TABLET
========================================== */

@media(max-width:768px){

    .final-cta-section{
        padding:90px 20px;
    }

    .cta-heading{
        font-size:38px;
        line-height:1.18;
    }

    .cta-description{
        font-size:15px;
    }

}

/* ==========================================
MOBILE
========================================== */

@media(max-width:576px){

    .cta-heading{
        font-size:32px;
        line-height:1.25;
    }

    .cta-description{
        font-size:15px;
    }

    .cta-buttons{
        flex-direction:column;
    }

    .primary-cta-btn,
    .whatsapp-cta-btn{
        width:100%;
        min-width:100%;
    }

    .cta-trust-wrapper{
        flex-direction:column;
        gap:14px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6337de1 *//* ==========================================
MOBILE STICKY BUTTONS
========================================== */

.mobile-sticky-buttons{
    position:fixed;

    left:0;
    bottom:0;

    width:100%;

    display:none;

    align-items:center;

    z-index:99999;

    background:#050505;

    box-shadow:
    0 -8px 30px rgba(0,0,0,0.35);
}

/* ==========================================
COMMON BUTTON STYLE
========================================== */

.sticky-btn{
    flex:1;

    height:58px;

    display:flex;
    align-items:center;
    justify-content:center;

    gap:10px;

    text-decoration:none;

    font-family:'Poppins', sans-serif;

    transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

/* ==========================================
WHATSAPP BUTTON
========================================== */

.whatsapp-sticky-btn{
    background:
    linear-gradient(
    135deg,
    #16a34a 0%,
    #22c55e 100%
    );

    color:#ffffff;
}

/* ==========================================
CALL BUTTON
========================================== */

.call-sticky-btn{
    background:
    linear-gradient(
    135deg,
    #ff7a18 0%,
    #ff9a3c 100%
    );

    color:#ffffff;
}

/* ==========================================
ICON WRAPPER
========================================== */

.sticky-icon-wrap{
    width:34px;
    height:34px;

    border-radius:50%;

    background:rgba(0,0,0,0.18);

    display:flex;
    align-items:center;
    justify-content:center;

    flex-shrink:0;
}

/* ==========================================
ICON
========================================== */

.sticky-icon{
    font-size:15px;
    line-height:1;
}

/* ==========================================
TEXT
========================================== */

.sticky-text{
    font-size:15px;
    font-weight:600;

    line-height:1;

    letter-spacing:0;
}

/* ==========================================
BUTTON EFFECTS
========================================== */

.sticky-btn:hover{
    opacity:0.95;
}

.sticky-btn:active{
    transform:scale(0.98);
}

/* ==========================================
MOBILE RESPONSIVE
========================================== */

@media(max-width:767px){

    .mobile-sticky-buttons{
        display:flex;
    }

    body{
        padding-bottom:58px;
    }

}

/* ==========================================
SMALL MOBILE DEVICES
========================================== */

@media(max-width:480px){

    .sticky-btn{
        height:56px;
        gap:8px;
    }

    .sticky-icon-wrap{
        width:32px;
        height:32px;
    }

    .sticky-icon{
        font-size:14px;
    }

    .sticky-text{
        font-size:14px;
    }

}/* End custom CSS */