*{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Inter', sans-serif;
    }


.hero{
    min-height:100vh;
    position:relative;
    display:flex;
    align-items:center;
    padding:80px 8%;
    background:#050505;
    overflow:hidden;
    margin-top: 38px;
}
.container{
    width:100%;
    max-width:1300px;
    margin:auto;
    display:grid;
    grid-template-columns:1.2fr 0.8fr;
    gap:80px;
    align-items:center;
}
.badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    border:1px solid rgba(255,106,0,.4);
    color:#ff6a00;
    padding:8px 18px;
    border-radius:50px;
    font-size:11px;
    font-weight:500;
    letter-spacing:1px;
    margin-bottom:25px;
}
.hero-content h1{
    font-size:64px;
    line-height:1.1;
    font-weight:800;
    margin-bottom:25px;
    color:#fff;
}
.orange{
    color:#ff5a1f;
}
.outline{
    color:transparent;
    -webkit-text-stroke:2px #fff;
}
.hero-content p{
    max-width:620px;
    color:rgba(255,255,255,.55);
    line-height:1.8;
    font-size:16px;
    margin-bottom:35px;
    text-align:justify;
}
.buttons{
    display:flex;
    gap:16px;
    flex-wrap:wrap;
}
.btn-primary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:16px 34px;
    background:#ff5a1f;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    transition:.3s ease;
    box-shadow:0 0 25px rgba(255,90,31,.4);
}
.btn-primary:hover{
    transform:translateY(-3px);
}
.btn-secondary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:16px 34px;
    color:#fff;
    text-decoration:none;
    border:1px solid rgba(255,255,255,.15);
    border-radius:50px;
    transition:.3s ease;
}
.btn-secondary:hover{
    border-color:#ff5a1f;
}
.stats{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}
.hero-card{
    background:rgba(255,255,255,0.05);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
    border:1px solid rgba(255,255,255,0.08);
    border-radius:20px;
    padding:28px;
    transition:.3s ease;
}
.hero-card:hover{
    transform:translateY(-5px);
    border-color:rgba(255,90,31,.3);
}
.hero-card h3{
    font-size:38px;
    font-weight:800;
    color:#fff;
}
.hero-card h3 span{
    color:#ff5a1f;
}
.hero-card p{
    margin-top:8px;
    color:#9a9a9a;
    font-size:14px;
    line-height:1.5;
}
.line{
    width:75%;
    height:2px;
    background:#ff5a1f;
    margin-top:18px;
}
.bg-glow{
    position:absolute;
    width:500px;
    height:500px;
    border-radius:50%;
    filter:blur(180px);
    opacity:.18;
    pointer-events:none;
}

.bg-glow.left{
    background:#ff5a1f;
    left:-220px;
    top:120px;
}

.bg-glow.right{
    background:#ff5a1f;
    right:-200px;
    top:-50px;
}
@media(max-width:1200px){

    .hero-content h1{
        font-size:64px;
    }
    .container{
        gap:60px;
    }
}
@media(max-width:991px){
    .hero{
        padding:70px 5%;
    }
    .container{
        grid-template-columns:1fr;
        gap:50px;
    }
    .hero-content{
        text-align:center;
    }
    .hero-content p{
        margin-left:auto;
        margin-right:auto;
    }
    .buttons{
        justify-content:center;
    }
    .hero-content h1{
        font-size:56px;
    }
    .stats{
        max-width:700px;
        margin:auto;
    }
}
@media(max-width:768px){
    .hero{
        min-height:auto;
        padding:60px 20px;
    }
    .hero-content h1{
        font-size:42px;
        line-height:1;
    }
    .hero-content p{
        font-size:15px;
        line-height:1.7;
    }
    .stats{
        grid-template-columns:repeat(2,1fr);
        gap:15px;
    }
    .card{
        padding:20px;
    }
    .card h3{
        font-size:28px;
    }
    .card p{
        font-size:12px;
    }
    .btn-primary,
    .btn-secondary{
        padding:14px 24px;
        font-size:14px;
    }
}
@media(max-width:480px){
    .hero{
        padding:50px 15px;
    }
    .badge{
        font-size:9px;
        padding:7px 14px;
    }
    .hero-content h1{
        font-size:34px;
    }
    .hero-content p{
        font-size:14px;
    }
    .buttons{
        flex-direction:column;
        width:100%;
    }
    .btn-primary,
    .btn-secondary{
        width:100%;
    }
    .stats{
        grid-template-columns:1fr 1fr;
        gap:12px;
    }
    .card{
        padding:15px;
        border-radius:14px;
    }
    .card h3{
        font-size:22px;
    }
    .card p{
        font-size:11px;
    }
    .line{
        width:100%;
    }
}
.ugc-marquee-section{
    background:#050505;
    padding:0px 0;
    overflow:hidden;
}
.top-marquee,
.bottom-marquee{
    width:100%;
    overflow:hidden;
}
.top-marquee{
    margin-bottom:80px;
}
.top-track,
.bottom-track{
    display:flex;
    width:max-content;
    white-space:nowrap;
}
.top-track{
    animation:topScroll 85s linear infinite;
}
.top-track span{
    display:inline-block;
    color:rgba(255,255,255,0.30);
    font-size:11px;
    font-weight:500;
    letter-spacing:1px;
}
.bottom-marquee{
    background:#ff5a1f;
    padding:14px 0;
}
.bottom-track{
    animation:bottomScroll 75s linear infinite;
}
.bottom-track span{
    display:inline-block;
    color:rgba(255, 255, 255, .85);
    font-size:11px;
    font-weight:700;
    letter-spacing:1.5px;
    text-transform:uppercase;
}
.dot{
    color:#000 !important;
    display:inline-block;
}
.star{
    color:#ff2d2d !important;
    display:inline-block;
}
@keyframes topScroll{
    0%{
        transform:translateX(0);
    }
    100%{
        transform:translateX(-50%);
    }
}
@keyframes bottomScroll{
    0%{
        transform:translateX(-50%);
    }
    100%{
        transform:translateX(0);
    }
}
.top-marquee:hover .top-track,
.bottom-marquee:hover .bottom-track{
    animation-play-state:paused;
}
@media(max-width:991px){
    .top-marquee{
        margin-bottom:60px;
    }
    .top-track span{
        font-size:13px;
    }
    .bottom-track span{
        font-size:12px;
    }
}
@media(max-width:768px){
    .ugc-marquee-section{
        padding:25px 0;
    }
    .top-marquee{
        margin-bottom:45px;
    }
    .top-track span{
        font-size:12px;
    }
    .bottom-track span{
        font-size:11px;
        letter-spacing:1px;
    }
}
@media(max-width:480px){
    .top-track span{
        font-size:11px;
    }
    .bottom-track span{
        font-size:10px;
    }
    .top-marquee{
        margin-bottom:35px;
    }
}
.wbg-showcase-section {
    background: #080808;
    padding: 30px 0;
    overflow: hidden;
    font-family: "Inter", sans-serif;
}
.wbg-showcase-container {
    width: min(1200px, 90%);
    margin: auto;
}
.wbg-showcase-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 45px;
}
.wbg-showcase-subtitle {
    color: #ff4b1f;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
}
.wbg-showcase-subtitle::before {
    content: "—";
    margin-right: 8px;
}
.wbg-showcase-heading h2 {
    color: #ffffff;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.05;
    margin: 15px 0;
    font-weight: 800;
}
.wbg-showcase-heading h2 span {
    color: #ff5128;
}
.wbg-showcase-heading p {
    color: #b8b8b8;
    max-width: 560px;
    line-height: 1.7;
    font-size: 16px;
}
.wbg-showcase-navigation {
    display: flex;
    gap: 15px;
}
.wbg-showcase-arrow {
    height: 42px;
    width: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.35);
    background: transparent;
    color:white;
    font-size:20px;
    cursor:pointer;
    transition:.35s ease;
}
.wbg-showcase-arrow:hover {
    background:#ff5128;
    border-color:#ff5128;
    transform:translateY(-4px);
}
.wbg-showcase-grid {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}
.wbg-showcase-card {
    background:#111;
    border-radius:18px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.12);
    transition:.4s ease;
    position:relative;
}
.wbg-showcase-card:hover {
    transform:translateY(-12px);
    border-color:#ff5128;
    box-shadow:
    0 20px 45px rgba(255,81,40,.25),
    0 0 0 1px rgba(255,81,40,.2);
}
.wbg-showcase-image {
    height:240px;
    position:relative;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    padding:12px;
    overflow:hidden;
}
.wbg-showcase-image::after {
    content:"";
    position:absolute;
    inset:0;
    background:
    linear-gradient(
    to bottom,
    transparent 40%,
    rgba(0,0,0,.65)
    );
}
.wbg-showcase-tag {
    z-index:2;
    background:rgba(255,255,255,.15);
    backdrop-filter:blur(8px);
    border:1px solid rgba(255,255,255,.3);
    padding:5px 12px;
    border-radius:30px;
    color:white;
    font-size:11px;
    text-transform:uppercase;
    font-weight:700;
}
.wbg-showcase-overlay {
    position:absolute;
    z-index:2;
    inset:0;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding:20px;
}
.wbg-showcase-overlay h3 {
    color:white;
    font-size:15px;
    line-height:1.5;
    font-weight:800;
    transition:.4s;
}
.wbg-showcase-card:hover 
.wbg-showcase-overlay h3 {
    transform:scale(1.08);
    color:#ff5128;
}
.wbg-showcase-content {
    padding:18px;
}
.wbg-showcase-content h4 {
    color:white;
    margin:0 0 8px;
    font-size:15px;
}
.wbg-showcase-content span {
    color:#8f8f8f;
    font-size:13px;
}
.wbg-showcase-image.bg1 {
    background:
    linear-gradient(135deg,#1d2737,#10151e);
}
.wbg-showcase-image.bg2 {
    background:
    linear-gradient(135deg,#322344,#171020);
}
.wbg-showcase-image.bg3 {
    background:
    linear-gradient(135deg,#4a2028,#170b0e);
}
.wbg-showcase-image.bg4 {
    background:
    linear-gradient(135deg,#164032,#091c15);
}
.wbg-showcase-image.bg5 {
    background:
    linear-gradient(135deg,#494022,#201b0c);
}
.wbg-showcase-image.bg6 {
    background:
    linear-gradient(150deg,#241f3a,#100f19);
}
@media(max-width:1100px){
    .wbg-showcase-grid{
        grid-template-columns:repeat(3,1fr);
    }
}
@media(max-width:768px){
    .wbg-showcase-section{
        padding:60px 0;
    }
    .wbg-showcase-top{
        flex-direction:column;
        align-items:flex-start;
        gap:25px;
    }
    .wbg-showcase-grid{
        grid-template-columns:repeat(2,1fr);
    }
}
@media(max-width:480px){
    .wbg-showcase-grid{
        grid-template-columns:1fr;
    }
    .wbg-showcase-heading h2{
        font-size:34px;
    }
    .wbg-showcase-image{
        height:260px;
    }
}
/* .wbg-growth-section{
    padding:30px 0;
    background:#ffffff;
    font-family:Arial, sans-serif;
}
.wbg-growth-container{
    width:100%;
    margin:auto;
    margin-left: 97px;
}
.wbg-growth-header{
    max-width:500px;
    margin-bottom:30px;
}
.wbg-growth-small-title{
    font-size:10px;
    color:#ff5429;
    font-weight:700;
    text-transform:uppercase;
}
.wbg-growth-header h2{
    font-size:44px;
    line-height:1.1;
    margin:10px 0;
    color:#111;
    font-weight:800;
}
.wbg-growth-header h2 span{
    color:#ff5429;
}
.wbg-growth-header p{
    color:#777;
    font-size:16px;
    line-height:1.6;
   text-align:justify;
}
.wbg-growth-filter{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    margin-bottom:25px;
}
.wbg-growth-filter button{
    border:1px solid #ddd;
    background:white;
    padding:7px 18px;
    border-radius:30px;
    font-size:11px;
    cursor:pointer;
    transition:.3s;
}
.wbg-growth-filter button:hover,
.wbg-growth-filter button.active{
    background:#ff5429;
    color:white;
    border-color:#ff5429;
}
.wbg-growth-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
    max-width: 1178px;
}
.wbg-growth-card{
    background:white;
    border-radius:7px;
    overflow:hidden;
    border:1px solid #e8e8e8;
    box-shadow:0 8px 20px rgba(0,0,0,.06);
    transition:.35s ease;
}
.wbg-growth-card:hover{
    transform:translateY(-8px);
    box-shadow:
    0 15px 35px rgba(255,84,41,.18);
}
.wbg-growth-card-top{
    height:179px;
    background:#ffe9dc;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#ff5429;
    font-size:10px;
    text-transform:uppercase;
    font-weight:700;
}
.wbg-growth-card-content{
    padding:12px;
}
.wbg-growth-card-content h4{
    font-size:12px;
    margin:0 0 8px;
    color:#111;
}
.wbg-growth-card-content p{
    margin:0;
    color:#ff5429;
    font-size:10px;
}
@media(max-width:900px){
    .wbg-growth-grid{
        grid-template-columns:repeat(2,1fr);
    }
}
@media(max-width:600px){
    .wbg-growth-section{
        padding:60px 0;
    }
    .wbg-growth-header h2{
        font-size:28px;
    }
    .wbg-growth-grid{
        grid-template-columns:1fr;
    }
    .wbg-growth-filter button{
        padding:7px 12px;
    }
} */
 /* ================================
   WG WORK SECTION
================================ */

.wgwork-section {
    padding:30px 0;
    background:#ffffff;
    font-family:Arial, sans-serif;
}


/* .wgwork-container {
     
     width:100%;
    margin:auto;
    margin-left: 97px;
} */
.wgwork-container {
      width:100%;
    margin:auto;
    margin-left: 97px;
}


/* ================================
   HEADING
================================ */

.wgwork-subtitle {
    font-size: 10px;
    color: #ff5a00;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 8px;
}


.wgwork-heading h2 {
    font-size:44px;
    line-height:1.1;
    margin:10px 0;
    color:#111;
    font-weight:800;
}


.wgwork-heading h2 span {
    color: #ff5a00;
}


.wgwork-heading p {
    font-size: 16px;
    color: #666;
    max-width: 420px;
    line-height: 1.6;
}



/* ================================
   FILTER BUTTON
================================ */

.wgwork-filter {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 25px 0;
}


.wgwork-filter-btn {
    border: 1px solid #ddd;
    background: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 11px;
    cursor: pointer;
    color: #333;
    transition: .3s;
}


.wgwork-filter-btn:hover,
.wgwork-filter-btn.active {

    background: #ff5a00;
    border-color: #ff5a00;
    color:#fff;

}



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

.wgwork-grid {

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
    max-width: 1178px;

}
.wgwork-view-btn i {
    color: #000;
    font-size: 20px;
}

.wgwork-card {

    border-radius:8px;
    overflow:hidden;
    border:1px solid #eee;
    background:#fff;
    cursor:pointer;
    transition:.3s;
    padding-bottom: 59px;
}


.wgwork-card:hover {

    transform:translateY(-5px);
    box-shadow:0 8px 20px rgba(0,0,0,.08);

}




/* ================================
   IMAGE AREA
================================ */


.wgwork-thumb {

    height:100px;
    background:#ffd9bd;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;

}



.wgwork-card-tag {

    font-size:8px;
    color:#ff5a00;
    letter-spacing:1px;
    font-weight:bold;

}



.wgwork-logo {

    position:absolute;
    right:8px;
    top:8px;

    width: 46px;
    height: 25px;

    background:#777;
    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    overflow:hidden;

}


.wgwork-logo img {

    width:100%;
    height:100%;
    object-fit:contain;

}




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


.wgwork-content {

    padding:10px;

}


.wgwork-content h4 {

    margin:0;
    font-size:11px;
    color:#111;
    font-weight:600;

}


.wgwork-content p {

    margin:5px 0 0;
    font-size:9px;
    color:#ff5a00;

}




/* ================================
   POPUP
================================ */


.wgwork-popup {

    position:fixed;
    inset:0;

    background:rgba(0,0,0,.65);

    display:none;

    align-items:center;
    justify-content:center;

    z-index:99999;

}



.wgwork-popup-box {

    width:90%;
    max-width:450px;

    max-height:90vh;

    overflow-y:auto;

    background:#fff;

    padding:20px;

    border-radius:12px;

    position:relative;

}



.wgwork-popup-box img {

    width:100%;
    display:block;

    border-radius:8px;

    margin-bottom:15px;

}



.wgwork-close {

    position:absolute;

    right:10px;
    top:8px;

    width:30px;
    height:30px;

    border-radius:50%;

    border:none;

    background:#ff5a00;

    color:white;

    font-size:22px;

    cursor:pointer;

    z-index:2;

}




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

@media (max-width: 768px){

    .wgwork-container{
        width:100%;
        margin:0;
        padding:0 15px;
        box-sizing:border-box;
    }

    .wgwork-heading h2{
        font-size:32px;
        line-height:1.2;
    }

    .wgwork-heading p{
        font-size:14px;
        max-width:100%;
    }

    .wgwork-filter{
        gap:10px;
    }

    .wgwork-filter-btn{
        font-size:12px;
        padding:8px 14px;
    }

    .wgwork-grid{
        grid-template-columns:repeat(2,1fr);
        gap:15px;
    }

}


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

@media (max-width: 576px){

    .wgwork-section{
        padding:30px 15px;
    }

    .wgwork-container{
        margin:0;
        padding:0;
    }

    .wgwork-heading{
        text-align:center;
    }

    .wgwork-heading h2{
        font-size:26px;
    }

    .wgwork-heading p{
        font-size:14px;
        margin:auto;
    }

    .wgwork-filter{
        justify-content:center;
    }

    .wgwork-filter-btn{
        font-size:11px;
        padding:8px 12px;
    }

    .wgwork-grid{
        grid-template-columns:1fr;
        gap:18px;
    }

    .wgwork-thumb{
        height:140px;
    }

    .wgwork-card{
        padding-bottom:20px;
    }

    .wgwork-popup-box{
        width:95%;
        padding:15px;
    }

    .wgwork-close{
        width:35px;
        height:35px;
    }

}
.video-thumb{
    position:relative;
    width:100%;
    aspect-ratio: 9 / 16;   
    background:#000;
    overflow:hidden;
}
.video-thumb iframe{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    border:0;
}
.video-thumb::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,transparent 60%,rgba(0,0,0,0.2));
    pointer-events:none;
}
.vcard.hidden{
    display:none !important;
}
.rv-showcase{
    background:#0d0d0d;
    padding:30px 0;
    font-family:Inter,sans-serif;
}
.rv-container{
    width:min(1180px,92%);
    margin:auto;
}
.rv-tag{
    color:#ff6b2d;
    text-transform:uppercase;
    font-size:12px;
    font-weight:700;
    letter-spacing:2px;
}
.rv-heading h2{
    color:#fff;
    font-size:48px;
    line-height:1.15;
    margin:10px 0 18px;
    font-weight:800;
}
.rv-heading p{
    color:#8d8d8d;
    max-width:650px;
    line-height:1.7;
    margin-bottom:30px;
    text-align: justify;
}
.rv-filters{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    margin-bottom:45px;
}
.rv-btn{
    background:transparent;
    color:#fff;
    border:1px solid #444;
    padding:10px 18px;
    border-radius:30px;
    cursor:pointer;
    transition:.3s;
    font-size:14px;
}
.rv-btn:hover,
.rv-btn.active{
    background:#ff6b2d;
    border-color:#ff6b2d;
}
.rv-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:15px;
}
.rv-card{
    border:1px solid #2f2f2f;
    border-radius:14px;
    overflow:hidden;
    background:#141414;
    transition:.35s;
}
.rv-card:hover{
    transform:translateY(-6px);
    border-color:#ff6b2d;
}
.rv-label{
    position:absolute;
    margin:15px;
    background:#fff;
    color:#000;
    padding:4px 8px;
    border-radius:20px;
    font-size:11px;
    font-weight:700;
    z-index:2;
}
.rv-thumb{
    height:420px;
    background:linear-gradient(180deg,#2d241f,#171717);
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
}
.rv-play{
    width:60px;
    height:60px;
    border:none;
    border-radius:50%;
    background:#ff6b2d;
    color:#fff;
    font-size:22px;
    cursor:pointer;
    box-shadow:0 0 25px rgba(255,107,45,.45);
    transition:.3s;
}
.rv-play:hover{
    transform:scale(1.1);
}
.rv-content{
    padding:18px;
}
.rv-content h4{
    color:#fff;
    font-size:17px;
    margin-bottom:8px;
}
.rv-content span{
    color:#ff6b2d;
    font-size:13px;
}
@media(max-width:992px){
.rv-grid{
grid-template-columns:repeat(2,1fr);
}
.rv-heading h2{
font-size:38px;
}
}
@media(max-width:700px){
.rv-grid{
grid-template-columns:1fr;
}
.rv-heading h2{
font-size:30px;
}
.rv-thumb{
height:360px;
}
}
 .logo-gridp {
        display: flex;
        flex-direction: column;
        gap: 25px;
        padding: 12px 0;
        overflow: hidden;
    }
    .logo-row-wrapper {
        overflow: hidden;
        width: 100%;
    }
    .logo-rowp {
        display: flex;
        align-items: center;
        width: max-content;
        gap: 25px;
        white-space: nowrap;
        padding: 14px;
    }
    .logo-rowp-1 {
        animation: logoLeft 35s linear infinite;
    }
    .logo-rowp-2 {
        animation: logoRight 35s linear infinite;
    }
    .logo-row-wrapper:hover .logo-rowp {
        animation-play-state: paused;
    }
    .logo-rowp img {
        height: 89px;
        width: 201px;
        padding: 13px;
        background: #fff;
        border-radius: 14px;
        object-fit: contain;
        box-shadow: 0 8px 25px rgba(0, 0, 0, .12);
        transition: .35s ease;
    }
    .logo-rowp img:hover {
        transform: translateY(-6px);
        box-shadow:
            0 15px 35px rgba(255, 90, 31, .25);
    }
    @keyframes logoLeft {
        from {
            transform: translateX(0);
        }
        to {
            transform: translateX(-50%);
        }
    }
    @keyframes logoRight {
        from {
            transform: translateX(-50%);
        }
        to {
            transform: translateX(0);
        }
    }
    .trusted-section {
        padding: 25px 0;
        background: #fff;
    }
    .trusted-container {
        width: 100%;
        max-width: 1349px;
        margin: auto;
    }
    .section-title {
        text-align: center;
        margin-bottom: 50px;
    }
    .section-title h2 {
        font-size: 31px;
        font-weight: 700;
    }
    .section-title p {
        color: #666;
        margin-top: 10px;
        font-size: 14px;
    }
    @media(max-width:768px) {
        .section-title h2 {
            font-size: 28px;
        }
        .brand-card {
            width: 150px;
            height: 65px;
            font-size: 18px;
        }
    }
.wg2-growth-section{
    background:#050505;
    padding:30px 20px;
    position:relative;
    overflow:hidden;
}
.wg2-growth-section::before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    background:#ff4b1f;
    filter:blur(180px);
    opacity:.12;
    top:-150px;
    right:-100px;
}
.wg2-wrapper{
    max-width:1150px;
    margin:auto;
    position:relative;
    z-index:2;
}
.wg2-header{
    max-width:650px;
    margin-bottom:55px;
}
.wg2-tag{
    display:inline-block;
    padding:7px 15px;
    border-radius:50px;
    background:rgba(255,75,31,.12);
    border:1px solid rgba(255,75,31,.35);
    color:#ff5b2c;
    font-size:11px;
    letter-spacing:2px;
    font-weight:700;
    margin-bottom:20px;
}
.wg2-header h2{
    margin:0;
    color:#fff;
    font-size:46px;
    line-height:1.1;
    font-weight:800;
    letter-spacing:-1px;
}
.wg2-header h2 span{
    color:#ff4b1f;
}
.wg2-header p{
    margin-top:20px;
    color:#999;
    font-size:15px;
    line-height:1.7;
}
.wg2-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}
.wg2-card{
    position:relative;
    padding:32px;
    border-radius:18px;
    background:
    linear-gradient(
        145deg,
        rgba(255,255,255,.08),
        rgba(255,255,255,.02)
    );
    border:1px solid rgba(255,255,255,.12);
    backdrop-filter:blur(15px);
    overflow:hidden;
    transition:.4s ease;
}
.wg2-card::before{
    content:"";
    position:absolute;
    width:0%;
    height:3px;
    background:#ff4b1f;
    top:0;
    left:0;
    transition:.4s ease;
}
.wg2-card:hover::before{
    width:100%;
}
.wg2-card:hover{
    transform:translateY(-10px);
    border-color:rgba(255,75,31,.5);
    box-shadow:
    0 20px 50px rgba(0,0,0,.6),
    0 0 30px rgba(255,75,31,.12);
}
.wg2-icon{
    width:46px;
    height:46px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:14px;
    position:relative;
    background:
    linear-gradient(
        145deg,
        rgba(255,75,31,.25),
        rgba(255,75,31,.08)
    );
    border:1px solid rgba(255,110,70,.45);
    color:#ff6b3d;
    font-size:12px;
    font-weight:800;
    letter-spacing:1px;
    margin-bottom:24px;
    box-shadow:
    0 8px 25px rgba(255,75,31,.18),
    inset 0 0 15px rgba(255,255,255,.08);
    backdrop-filter:blur(10px);
    transition:.35s ease;
}
.wg2-icon::before{
    content:"";
    position:absolute;
    inset:-5px;
    border-radius:18px;
    background:
    radial-gradient(
        circle,
        rgba(255,75,31,.35),
        transparent 70%
    );
    filter:blur(12px);
    opacity:.6;
    z-index:-1;
}
.wg2-card:hover .wg2-icon{
    transform:translateY(-5px) scale(1.08);
    color:#fff;
    background:
    linear-gradient(
        145deg,
        #ff4b1f,
        #ff7a45
    );
    box-shadow:
    0 15px 35px rgba(255,75,31,.45),
    inset 0 0 20px rgba(255,255,255,.25);
}
.wg2-card h3{
    color:white;
    font-size:17px;
    margin:0 0 12px;
}
.wg2-card p{
    color:#909090;
    font-size:13px;
    line-height:1.7;
    margin:0;
  text-align:justify;
}
@media(max-width:900px){
.wg2-grid{
grid-template-columns:repeat(2,1fr);
}
.wg2-header h2{
font-size:38px;
}
}
@media(max-width:600px){
.wg2-growth-section{
padding:70px 15px;
}
.wg2-grid{
grid-template-columns:1fr;
}
.wg2-header h2{
font-size:30px;
}
.wg2-card{
padding:25px;
}
}
.wg3-service-section{
    background:#050505;
    padding:30px 20px;
    position:relative;
    overflow:hidden;
}
.wg3-service-section::before{
    content:"";
    position:absolute;
    width:550px;
    height:550px;
    right:-150px;
    top:-200px;
    background:#ff4b1f;
    opacity:.10;
    filter:blur(180px);
}
.wg3-container{
    max-width:1150px;
    margin:auto;
    position:relative;
    z-index:2;
}
.wg3-heading{
    max-width:650px;
    margin-bottom:55px;
}
.wg3-tag{
    display:inline-block;
    padding:8px 16px;
    border-radius:40px;
    background:rgba(255,75,31,.12);
    border:1px solid rgba(255,75,31,.35);
    color:#ff6a3d;
    font-size:11px;
    font-weight:700;
    letter-spacing:1.8px;
    margin-bottom:20px;
}
.wg3-heading h2{
    color:#fff;
    margin:0;
    font-size:46px;
    line-height:1.1;
    font-weight:800;
    letter-spacing:-1px;
}
.wg3-heading h2 span{
    color:#ff4b1f;
}
.wg3-heading p{
    color:#999;
    font-size:15px;
    line-height:1.7;
    margin-top:20px;
}
.wg3-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}
.wg3-card{
    position:relative;
    padding:30px;
    min-height:190px;
    border-radius:18px;
    background:
    linear-gradient(
    145deg,
    rgba(255,255,255,.08),
    rgba(255,255,255,.02)
    );
    border:1px solid rgba(255,255,255,.12);
    backdrop-filter:blur(15px);
    transition:.35s ease;
    overflow:hidden;
}
.wg3-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:0%;
    height:3px;
    background:#ff4b1f;
    transition:.4s ease;
}
.wg3-card:hover::before{
    width:100%;
}
.wg3-card:hover{
    transform:translateY(-8px);
    border-color:rgba(255,75,31,.5);
    box-shadow:
    0 25px 60px rgba(0,0,0,.7),
    0 0 35px rgba(255,75,31,.12);
}
.wg3-number{
    display:block;
    color:#ff5b2c;
    font-size:11px;
    font-weight:800;
    letter-spacing:1px;
    margin-bottom:18px;
}
.wg3-card h3{
    color:#fff;
    font-size:17px;
    margin:0 0 12px;
    font-weight:700;
}
.wg3-card p{
    margin:0;
    color:#909090;
    font-size:13px;
    line-height:1.7;
    text-align: justify;
}
@media(max-width:900px){
.wg3-grid{
grid-template-columns:repeat(2,1fr);
}
.wg3-heading h2{
font-size:38px;
}
}
@media(max-width:600px){
.wg3-service-section{
padding:70px 15px;
}
.wg3-grid{
grid-template-columns:1fr;
}
.wg3-heading h2{
font-size:30px;
}
.wg3-card{
padding:25px;
}
}
/* ================================
   WG3 CARD LINK FIX
================================ */

.wg3-link-card {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.wg3-link-card:hover,
.wg3-link-card:visited,
.wg3-link-card:active {
    color: inherit;
    text-decoration: none;
}
.iw-section {
        padding: 40px 0;
        background: #fff;
        overflow: hidden;
    }
    .iw-container {
        width: 80%;
        max-width: 1200px;
        margin: auto;
    }
   .iw-heading {
    text-align: center;
    color: #222;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.3;
}
.iw-heading span {
    color: #f58220;
}
.iw-desc {
    max-width: 850px;
    margin: 0 auto 40px;
    text-align: center;
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
}
    .iw-slider {
        width: 100%;
        overflow: hidden;
    }
    .iw-slider .swiper-wrapper {
        align-items: stretch;
    }
    .iw-slider .swiper-slide {
        height: auto;
    }
 
.iw-card{
    position:relative;
    background:#fff;
    border:1px solid #ececec;
    border-radius:22px;
    padding:30px;
    min-height:340px;
    overflow:hidden;
    transition:.45s ease;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    display:flex;
    flex-direction:column;
}
.iw-card:hover{
    transform:translateY(-10px);
    box-shadow:0 22px 45px rgba(0,0,0,.12);
    border-color:#f58220;
}
.iw-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:5px;
    height:0;
    background:#f58220;
    transition:.45s;
}

.iw-card:hover::before{
    height:100%;
}
.iw-card::after{
    content:"";
    position:absolute;
    top:-150%;
    left:-150%;
    width:220%;
    height:220%;
    background:linear-gradient(
        45deg,
        transparent,
        rgba(255,255,255,.45),
        transparent
    );
    transform:rotate(25deg);
    transition:.8s;
}

.iw-card:hover::after{
    left:100%;
}
.iw-icon{
    width:68px;
    height:68px;
    border-radius:50%;
    background:#fff4ea;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:22px;
    transition:.35s;
}
.iw-icon i{
    font-size:30px;
    color:#f58220;
    transition:.35s;
}
.iw-card:hover .iw-icon{
    background:#f58220;
    transform:rotate(10deg) scale(1.08);
}
.iw-card:hover .iw-icon i{
    color:#fff;
}
.iw-title{
    font-size:22px;
    color:#222;
    margin-bottom:14px;
    line-height:1.3;
}
.iw-text{
    color:#666;
    line-height:1.8;
    font-size:15px;
    flex:1;
}
.iw-arrow{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#fff4ea;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#f58220;
    transition:.35s;
}
.iw-card:hover .iw-arrow{
    background:#f58220;
    color:#fff;
    transform:translateX(8px);
}
    .iw-icon {
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        position: relative;
        z-index: 2;
    }
    .iw-icon i {
        font-size: 42px;
        color: #f58220;
    }
    .iw-title {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 15px;
        font-weight: 700;
        position: relative;
        z-index: 2;
    }
    .iw-text {
        font-size: 15px;
        line-height: 1.7;
        text-align: justify;
        margin-bottom: 25px;
        flex-grow: 1;
        position: relative;
        z-index: 2;
    }
    .iw-buttons {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-top: 35px;
    }
    .iw-buttons button {
        width: 45px;
        height: 45px;
        border: none;
        background: #fff;
        color: #f58220;
        border-radius: 50%;
        box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
        cursor: pointer;
        transition: .3s;
    }
    .iw-buttons button:hover {
        background: #f58220;
        color: #fff;
    }
@media(max-width:768px){
    .iw-heading {
        font-size: 22px;
        line-height: 1.4;
    }
    .iw-desc {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 30px;
    }
}
    @media(max-width:1200px) {
        .iw-container {
            width: 92%;
        }
    }
    @media(max-width:768px) {
        .iw-container {
            width: 90%;
        }
        .iw-heading {
            font-size: 22px;
        }
        .iw-card {
            min-height: auto;
            padding: 25px 20px;
        }
        .iw-icon i {
            font-size: 34px;
        }
        .iw-text {
            text-align: left;
        }
    }
.social-process-section {
  position: relative;
  width: 100%;
  padding: 30px 5%;
  background: #f7f7f5;
  overflow: hidden;
  isolation: isolate;
}
.social-process-section::before {
  content: "";
  position: absolute;
  width: 650px;
  height: 650px;
  top: -350px;
  right: -180px;
  border-radius: 50%;
  background: rgba(255, 83, 27, 0.06);
  filter: blur(100px);
  pointer-events: none;
  z-index: -1;
}
.social-process-section::after {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  bottom: -300px;
  left: -180px;
  border-radius: 50%;
  background: rgba(255, 83, 27, 0.04);
  filter: blur(90px);
  pointer-events: none;
  z-index: -1;
}
.social-process-wrapper {
  position: relative;
  width: min(1500px, 100%);
  margin: 0 auto;
}
.social-process-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 80px;
  margin-bottom: 80px;
}
.social-process-heading-left {
  max-width: 700px;
}
.social-process-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  color: #ff541c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.social-process-eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff541c;
  box-shadow:
    0 0 0 5px rgba(255, 84, 28, 0.1);
}
.social-process-heading h2 {
  margin: 0;
  color: #111111;
  font-size: clamp(48px, 5.5vw, 82px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -4px;
}
.social-process-heading h2 span {
  color: #ff541c;
}
.social-process-heading-right {
  width: 330px;
  padding-bottom: 5px;
}
.social-process-heading-right p {
  margin: 0;
  color: #777777;
  font-size: 15px;
  line-height: 1.7;
  text-align: justify;
}
.social-process-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.social-process-timeline::before {
  content: "";
  position: absolute;
  top: 38px;
  left: 6%;
  width: 88%;
  height: 1px;
  background:
    linear-gradient(
      90deg,
      rgba(255, 84, 28, 0.5),
      #dddddd,
      #dddddd,
      rgba(255, 84, 28, 0.5)
    );
  z-index: 0;
}
.social-process-card {
  position: relative;
  min-height: 390px;
  padding: 28px 28px 32px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow:
    0 10px 40px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  z-index: 1;
  transition:
    transform 0.4s ease,
    border-color 0.4s ease,
    box-shadow 0.4s ease,
    background 0.4s ease;
}
.social-process-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ff541c;
  transform: scaleX(0);
  transform-origin: left;
  transition:
    transform 0.4s ease;
}
.social-process-card:hover {
  transform: translateY(-12px);
  border-color: rgba(255, 84, 28, 0.25);
  background: #ffffff;
  box-shadow:
    0 25px 70px rgba(0, 0, 0, 0.1),
    0 0 40px rgba(255, 84, 28, 0.06);
}
.social-process-card:hover::before {
  transform: scaleX(1);
}
.social-process-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.social-process-step-label {
  color: #ff541c;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.social-process-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  color: #111111;
  font-size: 12px;
  transition:
    background 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}
.social-process-card:hover .social-process-arrow {
  background: #ff541c;
  color: #ffffff;
  border-color: #ff541c;
  transform: rotate(45deg);
}
.social-process-number {
  margin-top: 45px;
  color: rgb(255, 90, 31);
  font-size: 100px;
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: -8px;
  transition:
    color 0.4s ease,
    transform 0.4s ease;
}
.social-process-card:hover .social-process-number {
  color: rgb(255, 90, 31);
  transform: translateX(8px);
}
.social-process-content {
  position: relative;
  margin-top: 42px;
  z-index: 2;
}
.social-process-content h3 {
  margin: 0 0 15px;
  color: #111111;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.social-process-content p {
  max-width: 260px;
  margin: 0;
  color: #777777;
  font-size: 13px;
  line-height: 1.7;
  text-align: justify;
}
@media (max-width: 1100px) {
  .social-process-section {
    padding: 100px 4%;
  }
  .social-process-heading {
    gap: 40px;
  }
  .social-process-heading h2 {
    font-size: 58px;
  }
  .social-process-heading-right {
    width: 280px;
  }
  .social-process-timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .social-process-timeline::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .social-process-section {
    padding: 80px 20px;
  }
  .social-process-heading {
    display: block;
    margin-bottom: 55px;
  }
  .social-process-heading h2 {
    font-size: clamp(45px, 9vw, 65px);
    letter-spacing: -3px;
  }
  .social-process-heading-right {
    width: 100%;
    max-width: 500px;
    margin-top: 25px;
  }
  .social-process-timeline {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 550px) {
  .social-process-section {
    padding: 70px 16px;
  }
  .social-process-heading {
    margin-bottom: 40px;
  }
  .social-process-heading h2 {
    font-size: 43px;
    letter-spacing: -2px;
  }
  .social-process-heading-right p {
    font-size: 14px;
  }
  .social-process-timeline {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .social-process-card {
    min-height: 350px;
    padding: 25px;
  }
  .social-process-number {
    font-size: 85px;
  }
  .social-process-content {
    margin-top: 35px;
  }
}
.delhi-brands-section {
  position: relative;
  width: 100%;
  padding: 110px 5%;
  background:
    radial-gradient(
      circle at 85% 20%,
      rgba(255, 255, 255, 0.12),
      transparent 28%
    ),
    linear-gradient(
      135deg,
      #ff5a1f 0%,
      #ff541c 45%,
      #f34a14 100%
    );
  overflow: hidden;
  isolation: isolate;
}
.delhi-brands-section::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  top: -350px;
  right: -200px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 0 0 80px rgba(255, 255, 255, 0.025),
    0 0 0 160px rgba(255, 255, 255, 0.02);
  pointer-events: none;
  z-index: -1;
}
.delhi-brands-section::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  bottom: -200px;
  left: -100px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.08);
  filter: blur(80px);
  pointer-events: none;
  z-index: -1;
}
.delhi-brands-wrapper {
  position: relative;
  width: min(1400px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns:
    minmax(0, 1.15fr)
    minmax(420px, 0.85fr);
  align-items: center;
  gap: 100px;
}
.delhi-brands-content {
  max-width: 650px;
}
.delhi-brands-eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.delhi-brands-eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  margin-right: 10px;
  background: #ffffff;
  border-radius: 10px;
}
.delhi-brands-content h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -3px;
}
.delhi-brands-content h2 span {
  display: block;
  color: #ffffff;
  opacity: 0.72;
}
.delhi-brands-description {
  max-width: 600px;
  margin: 25px 0 40px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.75;
  text-align: justify;
}
.delhi-brands-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 40px;
  max-width: 650px;
}
.delhi-brands-feature {
  display: flex;
  align-items: flex-start;
  gap: 13px;
}
.delhi-brands-check {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  border-radius: 50%;
  background: #ffffff;
  color: #ff541c;
  font-size: 10px;
  box-shadow:
    0 5px 15px rgba(0, 0, 0, 0.1);
}
.delhi-brands-feature-text h3 {
  margin: 0 0 4px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}
.delhi-brands-feature-text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  line-height: 1.5;
}
.delhi-brands-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  width: 100%;
}
.delhi-brands-stat-card {
  position: relative;
  min-height: 170px;
  padding: 28px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background:
    linear-gradient(
      145deg,
      rgba(190, 45, 5, 0.48),
      rgba(180, 48, 8, 0.22)
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 15px 40px rgba(140, 35, 5, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  overflow: hidden;
  transition:
    transform 0.35s ease,
    background 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}
.delhi-brands-stat-card::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  top: -70px;
  right: -50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  filter: blur(10px);
  transition:
    transform 0.4s ease;
}
.delhi-brands-stat-card:hover {
  transform: translateY(-8px);
  border-color:
    rgba(255, 255, 255, 0.3);
  background:
    linear-gradient(
      145deg,
      rgba(195, 45, 5, 0.65),
      rgba(170, 40, 5, 0.35)
    );
  box-shadow:
    0 25px 55px rgba(120, 30, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.delhi-brands-stat-card:hover::before {
  transform: scale(1.5);
}
.delhi-brands-stat-card strong {
  position: relative;
  color: #ffffff;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2px;
  z-index: 1;
}
.delhi-brands-stat-card span {
  position: relative;
  max-width: 150px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  z-index: 1;
}
@media (max-width: 1100px) {
  .delhi-brands-section {
    padding: 90px 5%;
  }
  .delhi-brands-wrapper {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .delhi-brands-content {
    max-width: 800px;
  }
  .delhi-brands-stats {
    max-width: 700px;
  }
}
@media (max-width: 700px) {
  .delhi-brands-section {
    padding: 75px 20px;
  }
  .delhi-brands-content h2 {
    font-size: clamp(42px, 10vw, 58px);
    letter-spacing: -2.5px;
  }
  .delhi-brands-features {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .delhi-brands-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .delhi-brands-stat-card {
    min-height: 145px;
    padding: 22px 20px;
  }
}
@media (max-width: 480px) {
  .delhi-brands-section {
    padding: 65px 16px;
  }
  .delhi-brands-content h2 {
    font-size: 40px;
    line-height: 1;
    letter-spacing: -1.8px;
  }
  .delhi-brands-description {
    font-size: 13px;
    margin: 20px 0 32px;
  }
  .delhi-brands-stats {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .delhi-brands-stat-card {
    min-height: 140px;
    padding: 24px;
  }
  .delhi-brands-stat-card strong {
    font-size: 38px;
  }
}
.csv3-case-section{
    --orange:#ff5a1f;
    --orange-light:#ff8a4c;
    --dark:#111827;
    --text:#667085;
    --border:#e9e9e9;
    padding:15px 20px;
    background:#ffffff;
    font-family:Inter,Arial,sans-serif;
}
.csv3-container{
    max-width:1100px;
    margin:auto;
}
.csv3-heading{
    max-width:650px;
    margin-bottom:50px;
}
.csv3-tag{
    display:inline-flex;
    align-items:center;
    font-size:12px;
    font-weight:800;
    letter-spacing:1.5px;
    color:var(--orange);
    margin-bottom:15px;
}
.csv3-logo {
    width: 60px;          
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;      
}

.csv3-logo img {
   width: 100%;
    height: 67%;
    /* object-fit: cover; */
}
.csv3-heading h2{
    margin:0;
    font-size:42px;
    line-height:1.15;
    font-weight:800;
    color:var(--dark);
}
.csv3-heading h2 span{
    color:var(--orange);
}
.csv3-heading p{
    margin-top:15px;
    color:var(--text);
    font-size:14px;
    line-height:1.7;
}
.csv3-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}
.csv3-card{
    background:#fff;
    border:1px solid var(--border);
    border-radius:18px;
    padding:18px;
    position:relative;
    overflow:hidden;
    transition:.4s ease;
    box-shadow:
    0 8px 25px rgba(0,0,0,.04),
    0 20px 45px rgba(0,0,0,.03);
}
.csv3-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:3px;
    background:linear-gradient(
        90deg,
        var(--orange),
        var(--orange-light)
    );
    transform:scaleX(0);
    transform-origin:left;
    transition:.4s;
}
.csv3-card::after{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    border-radius:50%;
    background:rgba(255,90,31,.08);
    right:-100px;
    top:-100px;
    transition:.5s;
}
.csv3-card:hover{
    transform:translateY(-8px);
    border-color:#ffd1bd;
    box-shadow:
    0 20px 45px rgba(0,0,0,.08),
    0 35px 70px rgba(255,90,31,.15);
}
.csv3-card:hover::before{
    transform:scaleX(1);
}
.csv3-card:hover::after{
    transform:scale(1.4);
}
.csv3-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    margin-bottom:25px;
}
.csv3-client{
    display:flex;
    align-items:center;
    gap:14px;
}
.csv3-logo{
    width:48px;
    height:48px;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#000;
    /* linear-gradient(
        135deg,
        #ff5a1f,
        #ff9a62
    ); */
    color:#fff;
    font-size:15px;
    font-weight:900;
    letter-spacing:.5px;
    position:relative;
    overflow:hidden;
    box-shadow:
    0 10px 25px rgba(255,90,31,.35);
    transition:.4s ease;
}
.csv3-logo::before{
    content:"";
    position:absolute;
    width:80px;
    height:20px;
    background:rgba(255,255,255,.35);
    transform:rotate(45deg);
    left:-50px;
    transition:.5s;
}
.csv3-card:hover .csv3-logo::before{
    left:70px;
}
.csv3-card:hover .csv3-logo{
    transform:rotate(-5deg) scale(1.08);
}
.csv3-client h3{
    margin:0;
    font-size:16px;
    font-weight:800;
    color:#111827;
    letter-spacing:-.2px;
}
.csv3-client span{
    display:inline-flex;
    margin-top:5px;
    padding:4px 10px;
    border-radius:50px;
    background:#f5f5f5;
    color:#6b7280;
    font-size:10px;
    font-weight:600;
    letter-spacing:.3px;
}
.csv3-badge{
    padding:7px 13px;
    border-radius:50px;
    font-size:10px;
    font-weight:700;
    display:flex;
    align-items:center;
    gap:5px;
    backdrop-filter:blur(10px);
    transition:.35s;
}
.csv3-badge.instagram{
    background:
    linear-gradient(
        135deg,
        #fff0f7,
        #ffe0ee
    );
    color:#d63384;
    border:1px solid #ffd0e5;
}
.csv3-badge.facebook{
    background:
    linear-gradient(
        135deg,
        #eef4ff,
        #dce9ff
    );
    color:#2563eb;
    border:1px solid #c9dcff;
}
.csv3-badge.linkedin{
    background:
    linear-gradient(
        135deg,
        #edf8ff,
        #d9f0ff
    );
    color:#0077b5;
    border:1px solid #bfe5ff;
}
.csv3-badge:hover{
    transform:translateY(-3px);
    box-shadow:
    0 10px 25px rgba(0,0,0,.08);
}
.csv3-badge{
    padding:5px 12px;
    border-radius:20px;
    font-size:10px;
    font-weight:600;
}
.csv3-badge.instagram{
    background:#ffe9f5;
    color:#d63384;
}
.csv3-badge.facebook{
    background:#e8f0ff;
    color:#2563eb;
}
.csv3-badge.linkedin{
    background:#e6f4ff;
    color:#0077b5;
}
.csv3-stats{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
    margin:25px 0;
}
.csv3-stat{
    position:relative;
    background:
    linear-gradient(
        145deg,
        #ffffff,
        #fafafa
    );
    border:1px solid #eeeeee;
    border-radius:14px;
    padding:16px 10px;
    text-align:center;
    overflow:hidden;
    transition:.35s ease;
    box-shadow:
    0 8px 20px rgba(0,0,0,.04);
}
.csv3-stat::before{
    content:"";
    position:absolute;
    width:70px;
    height:70px;
    background:rgba(255,90,31,.10);
    border-radius:50%;
    top:-35px;
    right:-35px;
    transition:.4s;
}
.csv3-stat:hover{
    transform:translateY(-6px);
    border-color:#ffd1bd;
    box-shadow:
    0 15px 35px rgba(255,90,31,.12);
}
.csv3-stat:hover::before{
    transform:scale(1.5);
}
.csv3-stat h4{
    position:relative;
    z-index:2;
    margin:0 0 6px;
    font-size:24px;
    font-weight:900;
    background:
    linear-gradient(
        135deg,
        #ff5a1f,
        #ff9a62
    );
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    letter-spacing:-.5px;
}
.csv3-stat small{
    display:block;
    position:relative;
    z-index:2;
    font-size:10px;
    color:#777;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.5px;
}
.csv3-stat span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-top:8px;
    padding:3px 9px;
    border-radius:30px;
    background:#eafff1;
    color:#0ca64a;
    font-size:10px;
    font-weight:700;
    position:relative;
    z-index:2;
}
@keyframes csv3NumberGlow{
0%{
filter:brightness(1);
}
50%{
filter:brightness(1.25);
}
100%{
filter:brightness(1);
}
}
.csv3-stat h4{
animation:csv3NumberGlow 3s infinite;
}
.csv3-chart{
    height:75px;
    display:flex;
    align-items:flex-end;
    gap:6px;
    margin-bottom:15px;
    position:relative;
}
.csv3-chart span{
    flex:1;
    background:linear-gradient(
        to top,
        #ff5a1f,
        #ff8a4c
    );
    border-radius:4px 4px 0 0;
    animation:
    csv3Wave 2s ease-in-out infinite alternate;
}
.csv3-chart span:nth-child(1){
    height:25%;
    animation-delay:.1s;
}
.csv3-chart span:nth-child(2){
    height:55%;
    animation-delay:.3s;
}
.csv3-chart span:nth-child(3){
    height:35%;
    animation-delay:.5s;
}
.csv3-chart span:nth-child(4){
    height:75%;
    animation-delay:.7s;
}
.csv3-chart span:nth-child(5){
    height:50%;
    animation-delay:.9s;
}
.csv3-chart span:nth-child(6){
    height:85%;
    animation-delay:1.1s;
}
.csv3-chart span:nth-child(7){
    height:65%;
    animation-delay:1.3s;
}
.csv3-chart span:nth-child(8){
    height:95%;
    animation-delay:1.5s;
}
@keyframes csv3Wave{
0%{
    transform:translateY(8px);
}
50%{
    transform:translateY(-8px);
}
100%{
    transform:translateY(5px);
}
}
.csv3-footer{
border-top:1px solid #eee;
padding-top:12px;
display:flex;
justify-content:space-between;
}
.csv3-footer small{
color:#888;
font-size:10px;
}
.csv3-footer strong{
color:var(--orange);
font-size:10px;
}
@media(max-width:900px){
.csv3-grid{
grid-template-columns:1fr;
}
.csv3-heading h2{
font-size:36px;
}
}
@media(max-width:600px){
.csv3-case-section{
padding:60px 15px;
}
.csv3-heading h2{
font-size:30px;
}
.csv3-top{
align-items:flex-start;
gap:10px;
flex-direction:column;
}
.csv3-stats{
grid-template-columns:1fr;
}
.csv3-card{
padding:16px;
}
}
.shift4-section{
    padding:20px 20px;
    background:#ffffff;
    font-family:Inter,Arial,sans-serif;
}
.shift4-container{
    max-width:1200px;
    margin:auto;
}
.shift4-heading{
    max-width:650px;
    margin-bottom:55px;
}
.shift4-tag{
    display:inline-flex;
    color:#ff5a1f;
    font-size:12px;
    font-weight:800;
    letter-spacing:1.5px;
    margin-bottom:15px;
}
.shift4-heading h2{
    margin:0;
    font-size:44px;
    line-height:1.15;
    font-weight:850;
    letter-spacing:-1px;
    color:#111827;
}
.shift4-heading h2 span{
    color:#ff5a1f;
}
.shift4-heading p{
    margin-top:16px;
    color:#667085;
    font-size:15px;
    line-height:1.7;
    max-width:600px;
    text-align: justify;
}
.shift4-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:16px;
}
.shift4-card{
    position:relative;
    overflow:hidden;
    background:
    linear-gradient(
        145deg,
        #ffffff,
        #fafafa
    );
    border:1px solid #e9e9e9;
    border-radius:18px;
    padding:25px 20px;
    min-height:240px;
    transition:.4s ease;
    box-shadow:
    0 10px 25px rgba(0,0,0,.04);
}
.shift4-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:3px;
    background:
    linear-gradient(
        90deg,
        #ff5a1f,
        #ff9b6a
    );
    transform:scaleX(0);
    transform-origin:left;
    transition:.4s;
}
.shift4-card::after{
    content:"";
    position:absolute;
    width:150px;
    height:150px;
    border-radius:50%;
    background:
    rgba(255,90,31,.08);
    right:-80px;
    top:-80px;
    transition:.5s;
}
.shift4-card:hover{
    transform:translateY(-10px);
    border-color:#ffd0bd;
    box-shadow:
    0 25px 55px rgba(0,0,0,.10),
    0 25px 60px rgba(255,90,31,.12);
}

.shift4-card:hover::before{
    transform:scaleX(1);
}
.shift4-card:hover::after{
    transform:scale(1.4);
}
.shift4-number{
    position:relative;
    z-index:2;
    font-size:38px;
    font-weight:900;
    letter-spacing:-1px;
    margin-bottom:18px;
    background:
    linear-gradient(
        135deg,
        #ff5a1f,
        #ff9a62
    );
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.shift4-card h3{
    position:relative;
    z-index:2;
    margin:0 0 12px;
    font-size:16px;
    line-height:1.35;
    font-weight:800;
    color:#111827;
}
.shift4-card p{
    position:relative;
    z-index:2;
    margin:0;
    font-size:13px;
    line-height:1.65;
    color:#667085;
   text-align: justify;
   padding-bottom: 20px;
}
.shift4-card small{
    position:absolute;
    bottom:20px;
    left:20px;
    color:#98a2b3;
    font-size:10px;
    font-weight:600;
}
.shift4-number{
    animation:
    shift4Glow 3s infinite;
}
@keyframes shift4Glow{
0%,100%{
filter:brightness(1);
}
50%{
filter:brightness(1.25);
}
}
@media(max-width:1050px){
.shift4-grid{
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:600px){
.shift4-section{
padding:60px 18px;
}
.shift4-heading h2{
font-size:32px;
}
.shift4-grid{
grid-template-columns:1fr;
}
.shift4-card{
min-height:auto;
padding:25px;
}
.shift4-number{
font-size:34px;
}
}
.wbx-compare-section{
    padding:30px 20px;
    background:
    radial-gradient(circle at top left,#fff2eb 0%,#ffffff 45%),
    linear-gradient(180deg,#ffffff,#fafafa);
    overflow:hidden;
    font-family:Inter,sans-serif;
}

.wbx-compare-container{
    max-width:1180px;
    margin:auto;
}

.wbx-compare-header{
    margin-bottom:45px;
}

.wbx-compare-tag{
    display:inline-block;
    color:#ff6b35;
    font-size:13px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:16px;
}

.wbx-compare-header h2{
    font-size:52px;
    line-height:1.1;
    font-weight:800;
    color:#111;
    max-width:720px;
    margin:0;
}

.wbx-table-wrapper{
    overflow:auto;
    border-radius:24px;
    background:rgba(255,255,255,.85);
    backdrop-filter:blur(12px);
    border:1px solid rgba(255,107,53,.12);
    box-shadow:
    0 25px 60px rgba(0,0,0,.08),
    0 10px 25px rgba(255,107,53,.06);
}

.wbx-table-wrapper::-webkit-scrollbar{
    height:8px;
}
.wbx-table-wrapper::-webkit-scrollbar-thumb{
    background:#ff6b35;
    border-radius:20px;
}
.wbx-table-wrapper::-webkit-scrollbar-track{
    background:#f3f3f3;
}
.wbx-compare-table{
    width:100%;
    min-width:900px;
    border-collapse:collapse;
    background:#fff;
}
.wbx-compare-table th{
    padding:24px;
    background:#fafafa;
    text-align:left;
    font-size:14px;
    color:#666;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    border-bottom:1px solid #eee;
}
.wbx-compare-table td{
    padding:24px;
    font-size:15px;
    color:#444;
    border-bottom:1px solid #efefef;
    transition:.35s;
}
.wbx-compare-table tbody tr{
    transition:.35s;
    position:relative;
}
.wbx-compare-table tbody tr::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:0;
    height:100%;
    background:#ff6b35;
    transition:.35s;
}
.wbx-compare-table tbody tr:hover{
    background:#fff8f5;
    transform:translateY(-4px);
    box-shadow:
    0 15px 35px rgba(255,107,53,.08);
}
.wbx-compare-table tbody tr:hover::before{
    width:5px;
}
.wbx-compare-table tbody tr:hover td{
    color:#111;
}
.wbx-highlight{
    background:
    linear-gradient(135deg,#fff7f2,#ffe9de);
    color:#ff6b35 !important;
    font-weight:700;
    position:relative;
}
.wbx-highlight::after{
    content:"";
    position:absolute;
    right:0;
    top:12%;
    width:1px;
    height:76%;
    background:#ffd9ca;
}
.wbx-check{
    width:26px;
    height:26px;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-right:10px;
    background:
    linear-gradient(135deg,#ff814f,#ff5d22);
    color:#fff;
    font-size:13px;
    font-weight:700;
    box-shadow:
    0 8px 18px rgba(255,107,53,.35);
}
.wbx-compare-table th:first-child{
    border-top-left-radius:20px;
}
.wbx-compare-table th:last-child{
    border-top-right-radius:20px;
}
.wbx-compare-table td,
.wbx-compare-table th{
    transition:.35s ease;
}
@media(max-width:992px){
.wbx-compare-header h2{
font-size:40px;
}
.wbx-compare-table th,
.wbx-compare-table td{
padding:18px;
font-size:14px;
}

}
@media(max-width:768px){
.wbx-compare-section{
padding:70px 15px;
}
.wbx-compare-header{
text-align:center;
}

.wbx-compare-header h2{
font-size:30px;
}

.wbx-compare-table{
min-width:760px;
}

}

@media(max-width:480px){

.wbx-compare-header h2{
font-size:26px;
}

.wbx-compare-tag{
font-size:11px;
letter-spacing:2px;
}

.wbx-table-wrapper{
border-radius:18px;
}

}
.wbt-testimonial-section{
padding:30px 20px;
background:
radial-gradient(circle at top left,#fff2eb 0%,#ffffff 45%),
linear-gradient(180deg,#ffffff,#fafafa);
font-family:Inter,sans-serif;
overflow:hidden;
}
.wbt-container{
max-width:1180px;
margin:auto;
}
.wbt-heading{
margin-bottom:55px;
}
.wbt-heading span{
display:inline-block;
font-size:13px;
font-weight:700;
letter-spacing:3px;
text-transform:uppercase;
color:#ff6b35;
margin-bottom:15px;
}
.wbt-heading h2{
font-size:50px;
line-height:1.1;
font-weight:800;
color:#111;
margin:0;
}
.wbt-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:28px;
}
.wbt-card{
position:relative;
padding:35px;
border-radius:24px;
background:rgba(255,255,255,.75);
backdrop-filter:blur(16px);
border:1px solid rgba(255,107,53,.10);
box-shadow:
0 15px 45px rgba(0,0,0,.08);
transition:.45s;
overflow:hidden;
}
.wbt-card::before{
content:"";
position:absolute;
left:0;
top:0;
width:100%;
height:4px;
background:linear-gradient(90deg,#ff6b35,#ff9a62);
transform:scaleX(0);
transform-origin:left;
transition:.45s;
}
.wbt-card:hover{
transform:translateY(-12px);
box-shadow:
0 30px 70px rgba(255,107,53,.18);
border-color:#ffd4c2;
}
.wbt-card:hover::before{
transform:scaleX(1);
}
.wbt-stars{
font-size:18px;
color:#ff6b35;
letter-spacing:4px;
margin-bottom:20px;
}
.wbt-card p{
font-size:15px;
line-height:1.8;
color:#555;
margin-bottom:30px;
text-align: justify;
}
.wbt-user{
display:flex;
align-items:center;
gap:15px;
}
.wbt-avatar{
width:54px;

height:54px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-weight:700;

font-size:15px;

color:#fff;

background:

linear-gradient(135deg,#ff7d4d,#ff5c20);

box-shadow:

0 12px 30px rgba(255,107,53,.35);

flex-shrink:0;

}

.wbt-user h4{

margin:0;

font-size:16px;

color:#111;

font-weight:700;

}

.wbt-user span{

display:block;

margin-top:4px;

font-size:13px;

color:#888;

}

/*=========================*/

.wbt-card::after{

content:"❝";

position:absolute;

right:28px;

top:18px;

font-size:80px;

color:rgba(255,107,53,.07);

font-family:serif;

}

/*=========================*/

@media(max-width:992px){

.wbt-grid{

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

}

.wbt-heading h2{

font-size:40px;

}

}

@media(max-width:768px){

.wbt-testimonial-section{

padding:70px 15px;

}

.wbt-grid{

grid-template-columns:1fr;

}

.wbt-heading{

text-align:center;

}

.wbt-heading h2{

font-size:30px;

}

.wbt-card{

padding:28px;

}

}

@media(max-width:480px){

.wbt-heading h2{

font-size:26px;

}

.wbt-heading span{

font-size:11px;

letter-spacing:2px;

}

.wbt-avatar{

width:48px;

height:48px;

font-size:14px;

}

}
/*==============================
    PREMIUM LOCATION SECTION
===============================*/
   .locations-section {
        position: relative;
        overflow: hidden;
        padding: 110px 0;
        background: #000;
    }

    .bg-blur {
        position: absolute;
        width: 420px;
        height: 420px;
        border-radius: 50%;
        filter: blur(120px);
        opacity: .25;
    }

    .blur-one {
        background: #f76428;
    }

    .blur-two {
        background: #f76428;
    }

    .section-heading {
        text-align: center;
        max-width: 720px;
        margin: auto auto 70px;
    }

    .sub-title {
        display: inline-block;
        padding: 10px 18px;
        border-radius: 40px;
        background: rgba(255, 255, 255, .05);
        border: 1px solid rgba(255, 255, 255, .1);
        color: #f76428;
        font-weight: 700;
        letter-spacing: 2px;
        margin-bottom: 18px;
    }

    .section-heading h2 {
        color: #fff;
        font-size: 48px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .section-heading h2 span {
        background: #f76428;
        -webkit-background-clip: text;
        color: transparent;
    }

    .section-heading p {
        color: #b5bdd5;
        font-size: 17px;
    }

    .locations-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 28px;
    }

    .location-card {
        position: relative;
        display: flex;
        align-items: center;
        gap: 18px;
        padding: 28px;
        border-radius: 24px;
        text-decoration: none;
        background: rgba(255, 255, 255, .04);
        border: 1px solid rgba(255, 255, 255, .08);
        backdrop-filter: blur(20px);
        overflow: hidden;
        transition: .45s;
    }

    .location-card::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, #6C63FF, #00D4FF);
        opacity: 0;
        transition: .4s;
    }

    .location-card:hover::before {
        opacity: .08;
    }

    .location-card:hover {
        transform: translateY(-10px);
        border-color: #f76428;
        box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
    }

    .icon {
        width: 65px;
        height: 65px;
        border-radius: 18px;
        background: #f76428;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 28px;
        flex-shrink: 0;
    }

    .location-content {
        flex: 1;
    }

    .location-content h4 {
        color: #fff;
        font-size: 22px;
        margin-bottom: 8px;
    }

    .location-content p {
        color: #cfd6ec;
        font-size: 15px;
        margin: 0;
    }

    .arrow {
        color: #fff;
        font-size: 28px;
        transition: .35s;
    }

    .location-card:hover .arrow {
        transform: translate(6px, -6px) rotate(45deg);
    }

    @media(max-width:768px) {
        .section-heading h2 {
            font-size: 34px;
        }

        .locations-grid {
            grid-template-columns: 1fr;
        }

        .location-card {
            padding: 22px;
        }
    }

    .location-container {
        max-width: 1250px;
        margin: 0 auto;
        padding: 70px 60px;
        background: #080808;
        border-radius: 32px;
        position: relative;
        overflow: hidden;
        border: 1px solid rgba(247, 100, 40, .15);
        isolation: isolate;
    }

    .location-container::before {
        content: "";
        position: absolute;
        width: 450px;
        height: 450px;
        background: #f76428;
        filter: blur(170px);
        opacity: .18;
        top: -220px;
        right: -150px;
        z-index: -1;
    }

    .location-container::after {
        content: "";
        position: absolute;
        width: 300px;
        height: 300px;
        background: #f76428;
        filter: blur(160px);
        opacity: .08;
        bottom: -150px;
        left: -100px;
        z-index: -1;
    }

    .location-container:hover {
        border-color: rgba(247, 100, 40, .35);
        box-shadow:
            0 30px 80px rgba(0, 0, 0, .45);
    }

    @media(max-width:768px) {
        .location-container {
            padding: 45px 20px;
            border-radius: 24px;
        }
    }

    .small-popup {
    width: 300px !important;
    padding: 10px !important;
}

.small-popup .swal2-title {
    font-size: 18px;
    margin: 5px 0;
}

.small-popup .swal2-html-container {
    font-size: 14px;
    margin: 0px 0;
}

.small-popup .swal2-image {
    transform: scale(0.7);
    margin: 10px auto;
}

.small-popup .swal2-actions {
    margin-top: 10px;
}
.nxfq-section {
    padding: 90px 20px;
    background: #fff;
}
.nxfq-container {
    max-width: 1397px;
    margin: auto;
    background: #050505;
    padding: 70px;
    /* border-radius: 32px; */
    position: relative;
    overflow: hidden;
    isolation: isolate;
}
.nxfq-container::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: #f76428;
    filter: blur(170px);
    opacity: .15;
    top: -180px;
    right: -150px;
    z-index: -1;
}
.nxfq-heading {
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}
.nxfq-tag {
    display: inline-block;
    padding: 9px 20px;
    border-radius: 50px;
    background: rgba(247, 100, 40, .12);
    border: 1px solid rgba(247, 100, 40, .3);
    color: #f76428;
    font-size: 14px;
    margin-bottom: 20px;
}
.nxfq-heading h2 {
    font-size: 50px;
    margin: 0 0 15px;
    font-weight: 800;
}
.nxfq-heading h2 span {
    color: #f76428;
}
.nxfq-heading p {
    color: #aaa;
    font-size: 17px;
}
.nxfq-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.nxfq-item {
    background:
        rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 18px;
    overflow: hidden;
    transition: .4s;
}

.nxfq-item:hover {
    border-color: #f76428;
    box-shadow:
        0 15px 40px rgba(247, 100, 40, .12);
}
.nxfq-question {
    align-items: flex-start;
    gap: 15px;
    width: 100%;
    padding: 24px 28px;
    background: none;
    border: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    text-align: left;
}
.nxfq-question span {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f76428;
    color: #fff;
    font-size: 25px;
    transition: .4s;
}
.nxfq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease;
}
.nxfq-answer p {
    padding: 0 28px 25px;
    color: #cfcfcf;
    line-height: 1.8;
    margin: 0;
    text-align: justify;
}
.nxfq-item.active .nxfq-answer {
    max-height: 200px;
}
.nxfq-item.active .nxfq-question span {
    transform: rotate(45deg);
}
.nxfq-question h3 {
    margin: 0;
    flex: 1;
    font-size: 18px;
    line-height: 1.5;
}
.nxfq-question span {
    flex-shrink: 0;
}
@media (max-width:768px) {
    .nxfq-list {
        grid-template-columns: 1fr;
    }
    .nxfq-container {
        padding: 40px 20px;
    }
    .nxfq-heading h2 {
        font-size: 34px;
    }
    .nxfq-question {
        font-size: 16px;
        padding: 20px;
    }
    .nxfq-question h3 {
    margin: 0;
    flex: 1;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}
.nxfq-answer p {
    padding: 0 28px 25px;
    color: #cfcfcf;
    line-height: 1.8;
    margin: 0;
    text-align: justify;
}
}

/* ==========================
   Strategy Section
========================== */

 /*=========================================
        STRATEGY SECTION
=========================================*/

.strategy-section{
    position:relative;
    overflow:hidden;
    padding:100px 20px;
    background:#090909;
}

.strategy-section::before{
    content:"";
    position:absolute;
    width:600px;
    height:600px;
    left:-250px;
    top:-120px;
    border-radius:50%;
    background:radial-gradient(circle,
        rgba(255,106,0,.18) 0%,
        rgba(255,106,0,.08) 45%,
        transparent 75%);
    filter:blur(80px);
}

.strategy-section::after{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    right:-200px;
    bottom:-180px;
    border-radius:50%;
    background:radial-gradient(circle,
        rgba(255,106,0,.12),
        transparent 70%);
    filter:blur(80px);
}

.strategy-container{
    position:relative;
    z-index:2;

    max-width:1280px;
    margin:auto;

    display:grid;
    grid-template-columns:minmax(0,1fr) 520px;
    gap:80px;
    align-items:center;
}


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

.strategy-content{
    position:relative;
}

.strategy-content::before{
    content:"";
    position:absolute;

    width:380px;
    height:380px;

    left:-120px;
    top:50%;

    transform:translateY(-50%);

    background:radial-gradient(circle,
        rgba(255,106,0,.20),
        transparent 70%);

    filter:blur(80px);

    z-index:-1;
}

.strategy-badge{

    display:inline-flex;
    align-items:center;
    gap:8px;

    padding:10px 22px;

    border-radius:50px;

    border:1px solid rgba(255,106,0,.35);

    background:rgba(255,106,0,.06);

    color:#ff6a00;

    font-size:12px;
    font-weight:700;

    letter-spacing:1px;

    margin-bottom:28px;
}

.strategy-title{

    color:#fff;

    font-size:56px;

    line-height:1.15;

    font-weight:800;

    margin-bottom:24px;
}

.strategy-title span{
    color:#ff6a00;
}

.strategy-description{

    max-width:560px;

    color:#ababab;

    font-size:16px;

    line-height:1.9;

    margin-bottom:38px;
}


/*=========================================
        FEATURES
=========================================*/

.strategy-features{

    display:flex;
    flex-direction:column;
    gap:22px;
}

.strategy-feature-card{

    display:flex;
    align-items:flex-start;

    gap:18px;

    padding:24px;

    border-radius:18px;

    background:#151515;

    border:1px solid #242424;

    transition:.35s ease;
}

.strategy-feature-card:hover{

    transform:translateY(-8px);

    border-color:#ff6a00;

    box-shadow:
    0 18px 45px rgba(255,106,0,.22);
}

.strategy-icon{

    width:46px;
    height:46px;

    flex-shrink:0;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#ff6a00;

    color:#fff;

    font-size:18px;
    font-weight:700;
}

.strategy-feature-card h4{

    color:#fff;

    font-size:18px;

    margin-bottom:8px;
}

.strategy-feature-card p{

    color:#a8a8a8;

    line-height:1.8;

    font-size:14px;

    margin:0;
}


/*=========================================
        FORM CONTAINER
=========================================*/

.ugc-right{
    width:100%;
}

.wg-call-form-box{

    position:relative;

    background:#151515;

    border-radius:24px;

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

    padding:30px;

    overflow:hidden;

    box-shadow:
        0 25px 60px rgba(0,0,0,.45),
        0 0 0 1px rgba(255,255,255,.03);
}

.wg-call-form-box::before{

    content:"";

    position:absolute;
    inset:0;

    background:
    linear-gradient(
        135deg,
        rgba(255,106,0,.10),
        transparent 40%);

    pointer-events:none;
}


/*=========================================
        RESPONSIVE
=========================================*/

@media(max-width:1100px){

.strategy-container{

grid-template-columns:1fr;

gap:60px;

}

.ugc-right{

max-width:650px;

margin:auto;

width:100%;

}

.strategy-title{

font-size:44px;

}

}

@media(max-width:768px){

.strategy-section{

padding:70px 18px;

}

.strategy-title{

font-size:34px;

}

.strategy-feature-card{

padding:20px;

}

.strategy-badge{

font-size:11px;

}

}
/*=========================================
        STEP BAR
=========================================*/

.wg-call-progress-top{
    display:flex;
    gap:10px;
    margin-bottom:28px;
}

.wg-call-progress-top .step-dot{
    flex:1;
    height:4px;
    border-radius:30px;
    background:#303030;
    transition:.35s ease;
}

.wg-call-progress-top .step-dot.active{
    background:#ff6a00;
    box-shadow:0 0 12px rgba(255,106,0,.55);
}


/*=========================================
        STEP TEXT
=========================================*/

.wg-call-step{
    color:#888;
    font-size:12px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:12px;
}

.wg-call-question{
    color:#fff;
    font-size:28px;
    font-weight:700;
    line-height:1.35;
    margin-bottom:28px;
}


/*=========================================
        OPTIONS
=========================================*/

.wg-call-options{
    display:flex;
    flex-direction:column;
    gap:14px;
}

.wg-call-option{
    position:relative;

    display:flex;
    align-items:center;
    gap:14px;

    padding:18px 20px;

    border-radius:14px;

    border:1px solid #2d2d2d;

    background:#1b1b1b;

    cursor:pointer;

    transition:.3s ease;
}

.wg-call-option:hover{
    background:#222;
    border-color:#ff6a00;
    transform:translateX(6px);
}

.wg-call-option input{
    accent-color:#ff6a00;
    transform:scale(1.15);
}

.wg-call-option span{
    color:#f3f3f3;
    font-size:15px;
    font-weight:500;
}

.wg-call-option input:checked + span{
    color:#ff6a00;
    font-weight:700;
}


/*=========================================
        INPUT FIELDS
=========================================*/

.wg-call-fields{
    display:flex;
    flex-direction:column;
    gap:16px;
}

.wg-call-input{

    width:100%;

    height:56px;

    padding:0 18px;

    border-radius:14px;

    border:1px solid #333;

    background:#1b1b1b;

    color:#fff;

    font-size:15px;

    transition:.3s;
}

.wg-call-input::placeholder{
    color:#777;
}

.wg-call-input:focus{

    outline:none;

    border-color:#ff6a00;

    box-shadow:0 0 0 4px rgba(255,106,0,.12);
}


/*=========================================
        ERROR
=========================================*/

.wg-call-error{
    color:#ff5656;
    font-size:14px;
    margin:18px 0;
}


/*=========================================
        PROGRESS BAR
=========================================*/

.wg-call-progress-area{
    margin-top:30px;
}

.wg-call-progress-wrap{

    width:100%;
    height:6px;

    background:#2d2d2d;

    border-radius:50px;

    overflow:hidden;
}

.wg-call-progress-bar{

    width:20%;
    height:100%;

    background:linear-gradient(90deg,#ff6a00,#ff9248);

    border-radius:50px;

    transition:.4s ease;
}

.wg-call-progress-text{

    margin-top:12px;

    color:#8d8d8d;

    font-size:13px;
}


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

.wg-call-buttons{

    display:flex;

    gap:12px;

    margin-top:24px;
}

.wg-call-btn{

    flex:1;

    height:54px;

    border:none;

    border-radius:14px;

    background:linear-gradient(135deg,#ff6a00,#ff8740);

    color:#fff;

    font-size:15px;

    font-weight:700;

    cursor:pointer;

    transition:.35s;
}

.wg-call-btn:hover{

    transform:translateY(-3px);

    box-shadow:0 15px 35px rgba(255,106,0,.35);
}

.wg-call-btn:active{
    transform:translateY(0);
}

.wg-call-btn:disabled{
    opacity:.45;
    cursor:not-allowed;
    transform:none;
}


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

.wg-call-step-box{
    animation:fadeStep .35s ease;
}

@keyframes fadeStep{

    from{
        opacity:0;
        transform:translateY(12px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}


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

@media(max-width:768px){

    .wg-call-form-box{
        padding:22px;
    }

    .wg-call-question{
        font-size:22px;
    }

    .wg-call-option{
        padding:16px;
    }

    .wg-call-buttons{
        flex-direction:column;
    }

    .wg-call-btn{
        width:100%;
    }

}