     :root {
      --bg-main: #070707;
      --bg-card: #161616;
      --bg-card-inner: #1e1e1e;
      --bg-card-deep: #111111;
      --border: #2a2a2a;
      --accent: #ffffff;
      --text-primary: #f0f0f0;
      --text-muted: #888888;
      --text-dim: #555555;
      --green: #4caf7d;
      --red: #e05252;
      --tag-bg: #1c1c1c;
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }


html, body{
    margin:0;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

/*body{
  padding-top:120px;   
}*/

/* HOME section css */
.home-hero{
    position:relative;
    min-height:100vh;
    overflow:hidden;
    color:#fff;
}

.hero-bg-img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:0;
}

.home-hero::after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:742px; 
    background:linear-gradient(
        360deg,
        #070707 0%,
        rgba(0,0,0,0) 47.51%
    );
    z-index:1;
}

.navbar,
.hero-content{
    position:relative;
    z-index:2;
}

.hero-content{
    padding-top:230px;
    max-width:820px;
}

.hero-title{
    font-size:63.9px;
    line-height:72px;
    font-weight:500;
}

/*  TABLET */
@media(max-width:991px){
    .home-hero{
        min-height:90vh;
    }

    .home-hero::after{
        height:520px;
        background:linear-gradient(
            360deg,
            #070707 0%,
            rgba(0,0,0,0) 55%
        );
    }

    .hero-content{
        padding-top:180px;
    }

    .hero-title{
        font-size:44px;
        line-height:52px;
    }
}

@media(max-width:767px){
    .home-hero{
        min-height:100vh;
    }

    .home-hero::after{
        height:380px;
        background:linear-gradient(
            360deg,
            #070707 0%,
            rgba(0,0,0,0) 65%
        );
    }

    .hero-content{
        padding-top:140px;
        padding-left:15px;
        padding-right:15px;
    }

    .hero-title{
        font-size:32px;
        line-height:40px;
    }

    .hero-content p{
        font-size:14px;
        line-height:22px;
    }
}

.navbar{
    position:relative;
    z-index:10;
    padding-top:18px;
}

.navbar-brand img{
    height:42px;
    width:auto;
}

.navbar-nav .nav-link{
    color:#ffffff !important;
    font-size:14px;
    margin:0 14px;
    position:relative;
    padding-bottom:6px;
}

.navbar-nav .nav-link::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:0%;
    height:2px;
    background:#45eadf;
    transition:0.3s ease;
}

.navbar-nav .nav-link:hover::after{
    width:100%;
}

.navbar-nav .nav-link:hover{
    color:#ffffff !important;
}

.navbar-nav .nav-link.active{
    color:#45eadf !important;
}

.navbar-nav .nav-link.active::after{
    width:100%;
    background:#45eadf;
}

.hero-content{
    position:relative;
    z-index:5;
    padding-top:230px;
    max-width:820px;
}


.hero-title{
    color:#ffffff;
    font-weight:500;
    font-size:63.9px;
    line-height:72px;
    letter-spacing:0px;
    vertical-align:middle;
}

.hero-content p{
    margin-top:22px;
    font-size:15px;
    color:#e6e6e6;
    max-width:680px;
}

@media(max-width:768px){
    .hero-content{
        padding-top:160px;
    }
    .hero-title{
        font-size:38px;
        line-height:46px;
    }
}

/* SLIDER CSS */

.slider-section{
    background:#070707;
    padding:0px 0;
    color:#fff;
}

.slider-heading{
    text-align: center;
    font-size:20px;
    line-height:30px;
    margin-bottom:40px;
    color:#bfbfbf;
}

.logo-slider,
.slick-slider,
.slick-list,
.slick-track,
.slick-slide{
    background:#070707;
}

.slick-list{
    overflow:hidden;
}

.slick-track{
    display:flex;
    align-items:center;
}

.slick-slide{
    margin:0;
}

.logo-box-slider{
    display:flex !important;
    align-items:center;
    justify-content:center;
    padding:14px;
    box-sizing:border-box;
    width:100%;
}

.logo-box-slider img{
    max-width:120px;
    height:auto;
    object-fit:contain;
    filter:brightness(0) invert(1);
}

@media(max-width:991px){
    .logo-box-slider img{
        max-width:110px;
    }
}

@media(max-width:767px){
    .logo-box-slider img{
        max-width:90px;
    }
}



/* ABOUT SECTION */
.about-section{
    background:#000000;
    color:#ffffff;
    padding:90px 0;
    position:relative;
}

.about-title{
   width: 285;
    height: 31;
    top: 1030px;
    left: 120px;
    opacity: 1;
}

.context-card{
    position:relative;
}

.context-image{
    position: absolute;
    width: 94px;
    height: 168px;
    left: -102px;
    top: 122px;
    transform: rotate(360deg);
    border-radius: 117.24px;
    box-sizing: border-box;
}



@media(max-width:767px){
    .context-image{
         left: -27px;
        top: 30px;
        width: 53px;
        height: 196px
    }
}

/*.about-title{
    font-size:18px;
    font-weight:500;
    margin-bottom:8px;
}*/

.about-subtitle{
    font-size:12.5px;
    color:#D9D9D9;
    margin-bottom:28px;
    max-width:220px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
}

.about-list{
    padding:0;
    margin:0 0 28px 0;
    width: 178;
    height: 18;
    top: 1205px;
    left: 120px;
    opacity: 1;
    color:#D9D9D9;
    font-size: 14px;
     margin-bottom:8px;
}

.learn-more{
    font-size:12px;
    color:#c99746;
    text-decoration:none;
}
.learn-more:hover{
    text-decoration:underline;
}

.about-graphic{
    position:absolute;
    right:60px;
    bottom:60px;
    width:120px;
    opacity:0.9;
}

@media(max-width:768px){
    .about-graphic{
        display:none;
    }
}

/*SERVICES CSS */

.services-section{
    background:#070707;
    color:#fff;
    padding:80px 0;
}

.services-heading{
    font-size:36px;
    font-weight:500;
    margin-bottom:8px;
}

.service-head-title{
    color:#ffffff;
     font-weight: 400;
    font-size:44px;         
}

.highlight-ai{
    color:#D7A34B;          
    font-weight:500;
}


.services-subtitle{
    font-size:16px;
      font-weight: 400;
    color:#b5b5b5;
    max-width:520px;
}

.service-row{
    padding:40px 0;
    border-top:1px solid rgba(255,255,255,0.12);
}

.services-head-wrap{
    display:flex;
    align-items:center;
    justify-content:space-between;
    position:relative;
}

.services-head-text{
    max-width:700px;
}

.services-side-image{
    position: relative;
    margin-right: -480px;
    top: -60px;
    width: 515px;
}

.service-img{
    width:285px;
    height:285px;
    object-fit:cover;
    opacity:1;
}

.service-img-both{
width: 163px;
height: 163px;
object-fit:cover;
opacity: 1;
}


.service-title{
    font-size:24px;
    font-weight:500;
    margin-bottom:6px;
    margin-left:93px;
}

.service-desc{
    margin-left:62px;
    font-size:14px;
    color:#bfbfbf;
    max-width:420px;
}

.service-row.highlight{
    position: relative;
    overflow: visible; 
}

.service-row.highlight::before{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    
    width:1678px;
    height:682px;

    background: radial-gradient(
        50% 50% at 50% 50%,
        rgba(53, 83, 233, 0.18) 0%,
        rgba(21, 49, 191, 0.18) 51.4%,
        rgba(35, 21, 86, 0) 100%
    );

    border-radius:50%;  
    opacity:1;
    z-index:0;
    pointer-events:none;
}

.service-row.highlight > *{
    position: relative;
    z-index:1;
}

@media(max-width:768px){
    .service-img{
        margin-bottom:15px;
    }
}

@media(max-width:992px){
    .services-section::after{
        display:none;
    }
}

.learn-more-wrap{
    display:flex;
    align-items:center;
    gap:10px;
}

.learn-more-line{
    display:flex;
    align-items:center;
}

.learn-more-third{
    font-size:12px;
    color:#c99746;
    text-decoration:none;
    white-space: nowrap;
    margin-top: -84px;
}

.learn-more-img{
    margin-left:137px;             
    width:120.94px;
    height:112.93px;
    object-fit:contain;
    transform:rotate(-10.58deg);
    opacity:1;
    border:1.23px solid rgba(255,255,255,0.3); 
}

@media(max-width:991px){
    .learn-more-img{
        margin-left:80px;
        width:90px;
        height:auto;
    }
}

@media(max-width:767px){
    .learn-more-line{
        flex-wrap:wrap;   
    }

    .learn-more-img{
        margin-left:132px;
        width:70px;
        height:auto;
        transform:rotate(-8deg);
    }

    .learn-more-third{
        margin-top:0;   
    }
}


@media (max-width: 991px) {

    /* ABOUT */
    .about-subtitle{
        max-width:100%;
    }

    .learn-more-img{
        margin-left:80px;
        width:90px;
        height:auto;
    }

    /* SERVICES */
    .service-title,
    .service-desc{
        margin-left:0;  
    }

    .service-img{
        width:240px;
        height:240px;
    }
}


@media (max-width: 767px) {

    /* ABOUT */
    .about-section{
        padding:60px 0;
    }

    .learn-more-line{
        flex-wrap:wrap;
        gap:12px;
    }

    .learn-more-img{
        margin-left:0;
        width:70px;
        height:auto;
        transform:rotate(-8deg);
    }

    .learn-more-third{
        margin-top:0;
    }

    /* SERVICES */
    .services-heading{
        font-size:28px;
    }

    .service-head-title{
        font-size:26px;
        line-height:34px;
    }

    .service-row{
        padding:30px 0;
    }

    .service-img,
    .service-img-both{
        margin-bottom:15px;
    }

    .service-title{
        font-size:18px;
    }

    .service-desc{
        font-size:13px;
    }
}

@media (max-width: 767px) {

    .about-section .row{
        justify-content: center;
        text-align: center;
    }

    .about-section .col-md-3{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about-subtitle{
        max-width: 100%;
    }

    .about-list{
        text-align: center;
    }

    .learn-more,
    .learn-more-line{
        justify-content: center;
    }
}

@media (max-width: 767px) {

    .services-section .service-row{
        text-align: center;
        justify-content: center;
    }

    .services-section .service-row img{
        display: block;
        margin: 0 auto 15px;
    }

    .services-section .service-title,
    .services-section .service-desc{
        margin-left: 0;
        text-align: center;
    }

    .services-section .col-md-3,
    .services-section .col-md-5,
    .services-section .col-md-4{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}


/*COUNTER CSS */
.stats-section{
  background:#070707;
  color:#fff;
  padding:1px 0;
}

.stats-top{
    position:relative;       
    max-width:850px;
    margin:0 auto 90px;   
    display:flex;
    align-items:flex-start;
    gap:20px;
}

.stats-left-img{
    position:absolute;
    width:515px;
    height:183px;
    left:-267px;
    top:-114px;
    border-radius:117.24px;
    outline-offset:0;
}

@media (max-width: 991px){
    .stats-left-img{
        position:absolute;
        width:420px;
        height:auto;
        left:-120px;
        top:-80px;
    }
}
@media (max-width: 767px){
    .stats-left-img{
        position:absolute;
        width:300px;
        height:auto;
        left: 24%;
        top: -200px;
        transform:translateX(-50%);
    }
}


.stats-right-img{
    position:absolute;
    width:445.4942px;
    height:445.4942px;
    right:-595px;
    top:-24px;
    border-radius:1172.35px;
    outline-offset:0;
}



@media (max-width: 991px){
    .stats-right-img{
        display: none;
    }
}

@media (max-width: 767px){
    .stats-right-img{
        display: none;
    }
}


.stats-desc{
    font-size:28px;         
    line-height:39.17px;
    text-align:left;
    max-width:100%;
}

.stats-year{
    font-size:28px;
    color:#c99746;
    white-space:nowrap;
}

.stats-row{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    margin-bottom:80px;
}


.stats-box{
    text-align:center;
}
.stats-box{
    position:relative;
    text-align:center;
}

.stats-decoration{
    position:relative;
    justify-content:center;
}

.stats-box h2{
    font-size:60px;
    font-weight:500;
}
.stats-title{
    font-size:17px;
    font-weight:400;
    margin-bottom: 0px;
}
.stats-sub{
    font-size:12px;
    color:#9a9a9a;
}

.stats-decoration{
  display:flex;
  align-items:center;
  gap:24px;
  margin-top:25px;
  position:relative;
}

.dec-circle,.dec-square{
  width:40.1px;
  height:40.1px;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}
.dec-circle{border-radius:50%;}
.dec-square{border-radius:6px;}

.dec-circle img,.dec-square img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.dec-square img{
    border-radius:0 !important;   
}

.dec-circle img{
    border-radius:50%;
}

.dec-square img{
    border-radius:0;
}

.dec-square{
    width:40.1px;
    height:40.1px;
    overflow:hidden;
    border-radius:6px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.dec-square img{
    width:100%;
    height:100%;
    object-fit:cover;  
    display:block;
}
.circle-row{
    display:flex;
    align-items:center;
}
.circle-row{
    display: flex;          
    flex-direction: row;  
    align-items: center;
}
.circle-row .dec-circle:not(:first-child){
    margin-left:-8px;
}
.circle-row .dec-square:not(:first-child){
    margin-left:-8px;
}



.dec-connector{
    position:relative;
    width: 111.67px;
    height: 20.25px;
    margin-left: -80px;
}
.dec-connector::before{
    content:"";
    position:absolute;
    top:50%;
      width: 174.67px;
    border-top:0.93px solid #D6DBDC;
}
.dec-connector::after{
  content:"";
  position:absolute;
  left:180%;
    top: -46px;
    height: 103.25px;
  border-left:0.93px solid #D6DBDC;
}

.dec-arrow-left{
  position:absolute;
  top:50%;
  left:170%;
  width:6.62px;
  height:13.05px;
  background:#D6DBDC;
  transform:translate(37%,-50%) rotate(92deg);
  clip-path:polygon(50% 0%,100% 100%,0% 100%);
}

.dec-arrow{
  position:absolute;
  top:50%;
  left:184%;
  width:6.62px;
  height:13.05px;
  background:#D6DBDC;
  transform:translate(-50%,-50%) rotate(-90deg);
  clip-path:polygon(50% 0%,100% 100%,0% 100%);
}

.stats-cta{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;
    text-align:center;
}

.stats-btn{
    display:inline-flex;
    align-items:center;
    gap:6px;
    background:#d7a34b;
    color:#000;
    padding:10px 26px;
    border-radius:22px;
    font-size:14px;
    text-decoration:none;
    border:1px solid transparent;
    transition:background 0.3s ease,
               color 0.3s ease,
               box-shadow 0.3s ease,
               border-color 0.3s ease;
}

.stats-btn:hover{
    background:#000;
    color:#d7a34b;
    border-color:#d7a34b;
    box-shadow:0 0 0 4px rgba(215,163,75,0.15);
}

.stats-status{
    font-size:12px;
    color:#9a9a9a;
}
.stats-status::before{
    content:"●";
    color:#2cff6d;
    margin-right:6px;
}
 
@media(max-width:767px){
    .stats-box{
        margin-top:0;
        text-align:center;
        margin-bottom:40px;
    }
    .stats-decoration{
        justify-content:center;
    }
    .dec-connector{
        width:120px;
        height:60px;
    }
    .dec-connector::before{
        width:120px;
    }
    .dec-connector::after{
        height:60px;
    }
    .stats-cta{
        flex-direction:column;
        justify-content:center;
        align-items:center;
        gap:8px;
    }
}


@media(min-width:992px){
    .stats-box.down{
        transform:translateY(40px);
    }
}

@media(max-width:991px){
    .stats-box.down{
        transform:none;
    }
}

@media(max-width:767px){
    .stats-row{
        row-gap:40px;
    }

    .dec-connector{
        display:none;
    }

    .stats-cta{
        flex-direction:column;
        gap:8px;
    }
}

/* ================= MOBILE PERFECT (320px - 620px) ================= */
@media (min-width:320px) and (max-width:620px){

  .stats-section{
    padding:19px 15px;
    overflow:hidden;
  }

  .stats-top{
    flex-direction:column;
    text-align:center;
    margin-bottom:50px;
  }

  .stats-desc{
    font-size:18px;
    line-height:28px;
    text-align:center;
  }

  .stats-year{
    font-size:20px;
  }

  /* LEFT IMAGE FIX */
  .stats-left-img{
    width:220px;
    height:auto;
    left:50%;
    top:-120px;
    transform:translateX(-50%);
  }

  /* RIGHT IMAGE HIDE */
  .stats-right-img{
    display:none;
  }

  /* STATS ROW STACK */
  .stats-row{
    flex-direction:column;
    align-items:center;
    gap:40px;
    margin-bottom:40px;
  }

  .stats-box{
    width:100%;
    text-align:center;
  }

 .stats-box h2{
      font-size:clamp(22px, 5.5vw, 22px); 
      line-height:1.3;
      max-width:280px;  
      margin:0 auto;
      text-align:center;
      word-break:break-word;
  }

  .stats-title{
    font-size:15px;
  }

  .stats-sub{
    font-size:11px;
  }

  /* DECORATION CENTER */
  .stats-decoration{
    justify-content:center;
    gap:15px;
    margin-top:15px;
  }

  .dec-circle,
  .dec-square{
    width:30px;
    height:30px;
  }

  /* CONNECTOR REMOVE */
  .dec-connector,
  .dec-arrow,
  .dec-arrow-left{
    display:none !important;
  }

  /* CIRCLE OVERLAP FIX */
  .circle-row .dec-circle:not(:first-child),
  .circle-row .dec-square:not(:first-child){
    margin-left:-6px;
  }

  /* CTA FIX */
  .stats-cta{
    flex-direction:column;
    gap:10px;
    margin-top:20px;
  }

  .stats-btn{
    font-size:13px;
    padding:10px 20px;
  }

  .stats-status{
    font-size:11px;
  }
}

/* PRODUCTIVITY CSS*/

.testimonial-static{
    background:#000;
    padding:120px 0;
    color:#fff;
}


.testimonial-img-card{
    position:relative;
}

.testimonial-img-image{
    position: absolute;
    width: 94px;
    height: 168px;
    left: -114px;
    top: -179px;
    transform: rotate(360deg);
    border-radius: 117.24px;
    box-sizing: border-box;
}

.testimonial-title{
    text-align:center;
    font-size:32px;
    font-weight:400;
    margin-bottom:70px;
    color:#fff;
}

.testimonial-card{
    margin: 0 12px;
}

.testimonial-card{
    padding: 25px !important;
}

.testimonial-card{
    background: linear-gradient(
        270deg,
        #0D0D0D 0.06%,
        #070707 64.35%
    );
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #3B3B3B;
    border-radius: 22px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.6);
      overflow:hidden;
    height:100%;
}

.slick-list{
    overflow:visible;
}
.slick-slide{
    transition:transform 0.5s ease;
}


.testimonial-text{
    font-size:16px;
    line-height:26px;
    color:#e5e5e5;
    margin-bottom:30px;
}

.testimonial-user{
    display:flex;
    align-items:center;
    gap:14px;
}

.testimonial-user img{
    width:42px;
    height:42px;
    border-radius:50%;
    object-fit:cover;
}

.user-info h4{
    margin:0;
    font-size:14px;
    font-weight:600;
    color:#ffffff;
}

.user-info .designation{
    display:block;
    font-size:12px;
    color:#9a9a9a;
    margin-top:2px;
}

.user-info .company{
    display:block;
    font-size:14px;
    font-weight:500;
    color:#ffffff;
    letter-spacing:0.3px;
    margin-top:2px;
}

.testimonial-slider .slick-slide{
    padding:0 15px;
    height:auto;
}

.testimonial-slider .slick-list{
    margin:0 -15px;
}

@media(max-width:991px){
    .testimonial-title{
        font-size:28px;
    }
}

@media(max-width:767px){
    .testimonial-card{
        padding: 25px !important;
    }
}

@media(max-width:767px){
    .testimonial-title{
        font-size:24px;
        margin-bottom:40px;
    }

    .testimonial-card{
        padding:30px;
    }
}


/* POWERING SECTION */
.powering-section{
    background:#000;
    padding:140px 0;
    color:#fff;
    overflow:hidden;
}

.powering-wrap{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
}
.powering-content{
    max-width:680px;
    text-align:center;
    z-index:2;
}

.powering-content h2{
    font-size:44px;
    font-weight:400;
    line-height:1.15;
    margin-bottom:20px;
}


.powering-content p{
    font-size:17px;
    font-weight:400;
    line-height:22px;
    color:#bfbfbf;
    margin-bottom:30px;
}


.powering-btn{
    display:inline-block;
    background:#d7a34b;
    color:#000;
    padding:12px 28px;
    border-radius:24px;
    font-size:14px;
    text-decoration:none;
    border:1px solid transparent;
    transition:background 0.3s ease,
               color 0.3s ease,
               box-shadow 0.3s ease,
               border-color 0.3s ease;
}

.powering-btn:hover{
    background:#000;
    color:#d7a34b;
    border-color:#d7a34b;
    box-shadow:0 0 0 4px rgba(215,163,75,0.15);
}

.powering-image{
    position:absolute;
    width:461px;
    border-radius:18px;
    overflow:hidden;
}

.powering-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.powering-image.left{
    left:-345px;
    transform:translateX(20px) rotate(2deg);
}

.powering-image.right{
    margin-bottom: -103px;
    right: -323px;
    transform: rotate(2deg);
}

@media(max-width:991px){
    .powering-image{
        width:200px;
    }

    .powering-content h2{
        font-size:28px;
    }
}

@media(max-width:767px){
    .powering-wrap{
        flex-direction:column;
    }

    .powering-image{
        position:static;
        transform:none;
        margin-bottom:20px;
    }

    .powering-content{
        margin:30px 0;
    }
}


/*ARTICAL SECTION CSS*/
.articles-section{
    background:#070707;
    color:#fff;
    padding: 39px 0px;
}

@media (max-width:620px){
  .articles-section{
    padding:17px;
  }
}


.articles-title{
    text-align:center;
    font-size:28px;
    font-weight:400;
    margin-bottom:60px;
}

.articles-row{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:30px;
}

.article-card{
    background:transparent;
}

.article-image{
    width:353.328125px;
    height:267.515625px;
    overflow:hidden;
    border-top-right-radius:48px;
}

.article-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    opacity:1;
}

.article-tag{
    display:inline-block;
    font-size:12px;
    color:#fff;
    background:#1c1c1c;
    padding:4px 10px;
    border-radius:12px;
    margin-bottom:12px;
}

.article-heading{
    font-size:16px;
    font-weight:400;
    line-height:24px;
    margin-bottom:12px;
}

.article-link{
    font-size:14px;
    color:#d7a34b;
    text-decoration:none;
}

.articles-cta{
    text-align:center;
    margin-top:50px;
}

.articles-btn{
    display:inline-block;
    background:#d7a34b;
    color:#000;
    padding:12px 26px;
    border-radius:22px;
    font-size:14px;
    text-decoration:none;
    border:1px solid transparent;
    transition:background 0.3s ease,
     color 0.3s ease,
     box-shadow 0.3s ease,
      border-color 0.3s ease;
}

.articles-btn:hover{
    background:#000;
    color:#d7a34b;
    border-color:#d7a34b;
    box-shadow:0 0 0 4px rgba(215,163,75,0.15);
}


@media(max-width:991px){
    .articles-row{
        grid-template-columns:repeat(2, 1fr);
    }
}

@media(max-width:767px){
    .articles-row{
        grid-template-columns:1fr;
    }

    .article-image img{
        height:200px;
    }
}

@media(max-width:991px){
    .article-image{
        width:100%;
        height:auto;
        border-top-right-radius:32px;
    }

    .article-image img{
        height:220px;
    }
}



/*FOTTER SECTION CSS*/
.footer-section{
    background:#000;
    color:#fff;
    padding:80px 0 40px;
    font-family:Arial, sans-serif;
}

.footer-top{
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    gap:40px;
}

.footer-title{
    font-size:16px;
    font-weight:600;
    margin-bottom:20px;
}

.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom:12px;
}

.footer-links a{
    color:#bdbdbd;
    font-size:14px;
    text-decoration:none;
}

.footer-links a:hover{
    color:#ffffff;
}

.footer-text{
    font-size:14px;
    color:#bdbdbd;
    margin-bottom:10px;
}

.footer-brand{
    text-align:right;
}

.footer-logo{
    max-width:150px;
}


.footer-divider{
    height:1px;
    background:#222;
    margin:30px 0;
}

.footer-small{
    font-size:11px;
}

.footer-bottom{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding-top:20px;
}

.footer-social{
    display:flex;
    gap:18px;
}

.footer-social a{
    display:flex;
    align-items:center;
    justify-content:center;
    width:30.890625px;
    height:29.40625px;
    opacity:1;
    color:#ffffff;
    font-size:16px;
     text-decoration:none;
    transition:color 0.3s ease;
}

.footer-social a i{
    font-size:16px;
    line-height:1;
}


.footer-social a:hover{
    color:#d7a34b;
}

.footer-copy{
    font-size:13px;
    color:#9a9a9a;
}

.footer-legal{
    margin-top:30px;
    font-size:11px;
    line-height:18px;
    color:#6f6f6f;
}

.footer-legal p{
    margin-bottom:10px;
    font-size: 11px;
}

.footer-legal-indent{
    padding-left:20px;
}


.footer-legal a{
    color:#6f6f6f;
    text-decoration:underline;
}

.footer-legal a:hover{
    color:#ffffff;
}



@media(max-width:768px){
    .footer-top{
        grid-template-columns:1fr 1fr;
    }

    .footer-brand{
        text-align:left;
    }

    .footer-bottom{
        flex-direction:column;
        gap:10px;
    }
}

@media(max-width:480px){
    .footer-top{
        grid-template-columns:1fr;
    }
}

@media (max-width:620px){

    .footer-top{
        grid-template-columns: 1fr 1fr;
    }

    /* ONLY Solutions + Company */
    .footer-top .footer-col:nth-child(1),
    .footer-top .footer-col:nth-child(2){
        grid-column: span 1;
    }

    /* Contact neeche full width */
    .footer-top .footer-col:nth-child(3){
        grid-column: span 2;
    }
}



/*NEW CSS PRODUCT*/


    .product-section {
      background-color: var(--bg-main);
      color: var(--text-primary);
      font-family: 'DM Sans', sans-serif;
      min-height: 100vh;
      padding: 48px 40px;
    }


 .section-tag {
      display: inline-block;
      font-family: 'DM Sans', sans-serif;
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0.12em;
      color: var(--text-muted);
      border: 1px solid var(--border);
      padding: 4px 12px;
      border-radius: 2px;
      margin-bottom: 18px;
      text-transform: uppercase;
    }

    .section-title {
      font-family: 'Syne', sans-serif;
      font-size: 36px;
      font-weight: 700;
      color: var(--text-primary);
      line-height: 1.15;
      margin-bottom: 100px;
    }

    /* CARD BASE */
    .product-card {
      background: var(--bg-card);
      border: 1px solid var(--border);
      border-radius: 6px;
      padding: 22px 20px 18px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      position: relative;
      overflow: hidden;
    }

    .card-label {
      font-family: 'Syne', sans-serif;
      font-size: 15px;
      font-weight: 700;
      color: var(--text-primary);
      margin-bottom: 6px;
      display: flex;
      align-items: baseline;
      gap: 2px;
    }

    .card-label sup {
      font-size: 9px;
      color: var(--text-muted);
      font-weight: 500;
    }

    .card-desc {
      font-size: 11.5px;
      color: var(--text-muted);
      line-height: 1.5;
      margin-bottom: 14px;
    }

/* BOX */
.card-preview {
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 0;          
  overflow: hidden;
  background: #000;
}

/* IMAGE */
.card-preview img {
  width: 100%;
  height: 140px;          
  object-fit: cover;      
}

/* RIGHT SIDE IMAGE BOX */
.card-right-img {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}



.card-left-img {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* IMAGE */
.card-left-img img {
   margin-top: -14px;
    width: 386px;
    height: 239px;
    object-fit: contain;
    border-radius: 26px;
}


    /* DEMO BUTTON */
    .btn-demo {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      border: 1px solid var(--border);
      background: transparent;
      color: var(--text-primary);
      font-family: 'DM Sans', sans-serif;
      font-size: 12px;
      font-weight: 500;
      padding: 7px 14px;
      border-radius: 3px;
      cursor: pointer;
      letter-spacing: 0.02em;
      transition: background 0.2s, border-color 0.2s;
      text-decoration: none;
      width: fit-content;
    }
    .btn-demo:hover {
      background: #222;
      border-color: #444;
      color: #fff;
    }
    .btn-demo::after {
      content: "→";
      font-size: 13px;
    }


    @media (max-width: 620px) {

  /* 🔥 ONLY TOP SECTION STACK */
  .card-top {
    display: flex;
    flex-direction: column !important;
    align-items: flex-start;
  }

  /* TEXT */
  .card-content {
    order: 1;
    max-width: 100% !important;
  }

  /* IMAGE */
  .card-right-img {
    order: 2;
    width: 100%;
  }

  .card-right-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  /* BUTTON LAST */
  .btn-demo {
    order: 3;
    margin-top: 12px;
  }

}

/* CARD */
.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* TOP PART (DESKTOP) */
.card-top {
  display: flex;
  gap: 20px;
  align-items: center;
}

/* TEXT */
.card-content {
  max-width: 160px;
}

/* IMAGE */
.card-right-img {
  flex: 1;
  display: flex;
  justify-content: center;
}

.card-right-img img {
  width: 100%;
  max-width: 347px;
  height: auto;
  object-fit: contain;
}

/* BUTTON */
.btn-demo {
  margin-top: 10px;  
}

/* ================= MOBILE ================= */
@media (max-width: 620px) {

  .card-top {
    flex-direction: column; 
    align-items: flex-start;
  }

  .card-content {
    max-width: 100%;
  }

  .card-right-img {
    width: 100%;
  }

  .card-right-img img {
    max-width: 100%;
  }

}

    /* ---- CORTEXT ENGINE PREVIEW ---- */
    .cortext-preview {
      font-size: 10px;
    }
    .cortext-tabs {
      display: flex;
      gap: 8px;
      margin-bottom: 10px;
      border-bottom: 1px solid var(--border);
      padding-bottom: 7px;
    }
    .cortext-tab {
      font-size: 9px;
      color: var(--text-dim);
      cursor: pointer;
    }
    .cortext-tab.active { color: var(--text-primary); }

    .cortext-stats {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
      margin-bottom: 10px;
    }
    .stat-box {
      background: #1a1a1a;
      border: 1px solid var(--border);
      border-radius: 3px;
      padding: 8px 10px;
    }
    .stat-value {
      font-family: 'Syne', sans-serif;
      font-size: 13px;
      font-weight: 700;
      color: var(--text-primary);
    }
    .stat-label { font-size: 9px; color: var(--text-dim); margin-top: 2px; }
    .stat-change { font-size: 9px; color: var(--green); }

    .mini-bars {
      display: flex;
      align-items: flex-end;
      gap: 3px;
      height: 36px;
    }
    .mini-bar {
      flex: 1;
      background: #2e2e2e;
      border-radius: 2px;
    }
    .mini-donut {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      border: 5px solid #333;
      border-top-color: #fff;
      border-right-color: #888;
      margin-left: auto;
    }

    /* ---- STRATIX PREVIEW (bar chart) ---- */
    .chart-label {
      font-size: 9px;
      color: var(--text-dim);
      margin-bottom: 8px;
    }
    .bar-chart {
      display: flex;
      align-items: flex-end;
      gap: 5px;
      height: 60px;
    }
    .bar-col { display: flex; flex-direction: column; align-items: center; flex: 1; }
    .bar-fill {
      width: 100%;
      border-radius: 2px 2px 0 0;
      background: #3a3a3a;
    }
    .bar-fill.highlight { background: #ffffff; }
    .bar-month { font-size: 8px; color: var(--text-dim); margin-top: 4px; }

    /* ---- TERRAVISION PREVIEW (finance stats) ---- */
    .finance-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
    }
    .fin-box {
      background: #1c1c1c;
      border: 1px solid var(--border);
      border-radius: 3px;
      padding: 10px 12px;
    }
    .fin-title { font-size: 9px; color: var(--text-dim); margin-bottom: 5px; }
    .fin-value {
      font-family: 'Syne', sans-serif;
      font-size: 14px;
      font-weight: 700;
      color: var(--text-primary);
      margin-bottom: 3px;
    }
    .fin-badge {
      display: inline-block;
      font-size: 8px;
      background: rgba(76,175,125,0.15);
      color: var(--green);
      border-radius: 2px;
      padding: 2px 5px;
    }
    .fin-sub { font-size: 8px; color: var(--text-dim); margin-top: 2px; }

    /* ---- AUREON SENTINEL PREVIEW (radar/line chart) ---- */
    .aureon-chart {
      display: flex;
      gap: 12px;
      align-items: flex-end;
    }
    .aureon-graph {
      flex: 1;
      height: 60px;
      position: relative;
    }
    .aureon-graph svg { width: 100%; height: 100%; }
    .aureon-metrics { display: flex; flex-direction: column; gap: 6px; justify-content: center; }
    .metric-item { font-size: 9px; color: var(--text-muted); }
    .metric-item span { color: var(--text-primary); font-weight: 600; }
    .metric-green { color: var(--green) !important; }
    .metric-red { color: var(--red) !important; }

    .x-axis {
      display: flex;
      justify-content: space-between;
      padding-top: 4px;
    }
    .x-axis span { font-size: 8px; color: var(--text-dim); }

    /* CARD HEIGHT CONTROL */
    .row-top .product-card { min-height: 320px; }
    .row-bottom .product-card { min-height: 260px; }

    /* EMPTY PREVIEW PLACEHOLDER */
    .empty-preview {
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .placeholder-lines { width: 100%; }
    .ph-line {
      height: 2px;
      background: #2a2a2a;
      border-radius: 1px;
      margin-bottom: 7px;
    }
    .ph-line:nth-child(1) { width: 70%; }
    .ph-line:nth-child(2) { width: 50%; }
    .ph-line:nth-child(3) { width: 80%; }

    @media (max-width: 768px) {
      /*body { padding: 28px 16px; }*/
      .section-title { font-size: 26px; }
    }


    /*NEW SERVICE CSS */

        .new-service-section{
        background:#070707;
        color:#fff;
        font-family:'DM Sans';
        padding:60px 20px;
        overflow-x:hidden;
        }

        /* heading */
        .section-tag{
        color:#777;
        border:1px solid #2a2a2a;
        padding:4px 12px;
        display:inline-block;
        font-size:11px;
        margin-bottom:20px;
        }

        .section-heading{
        font-family:'Syne';
        font-size:32px;
        margin-bottom:40px;
        }

        /* SLIDER WRAPPER (IMPORTANT) */
        .slider-wrapper{
        overflow:hidden;
        padding-left:40px; 
        }

        /* SLIDER */
        .variable-width{
        margin-left:-120px; 
        }

        /* CARD */
        .new-service-card{
        width:880px;   
        height:416px;
        /* background:#141414; */
        background:#141414;
        border:1px solid #2a2a2a;
        border-radius:14px;
        padding:40px 30px 40px 50px;
        display:flex;
        gap:40px;
        align-items:center;
        margin-right:30px;
        }

        /* LEFT */
        .card-left{
        width:35%;
        }

        .card-left h3{
        font-family:'Syne';
        font-size:18px;
        margin-bottom:10px;
        }

        .card-left p{
        font-size:12px;
        color:#8a8a8a;
        line-height:1.7;
        }

        /* RIGHT */
        .card-right{
        width:65%;
        position:relative;
        }

        /* INCOME CARD */
        .income-card{
        background:#1a1a1a;
        border:1px solid #2a2a2a;
        border-radius:10px;
        padding:15px;
        width:75%;
        margin-left:auto;
        }

        .income-title{
        font-size:10px;
        color:#888;
        }

        .income-value{
        font-size:20px;
        font-family:'Syne';
        margin:5px 0;
        }

        /* bars */
        .bar-wrap{
        display:flex;
        gap:5px;
        align-items:flex-end;
        height:55px;
        }

        .bar{
        width:100%;
        background:#333;
        }

        .bar.active{
        background:#ddd;
        }

        /* DONUT */
        .donut-card{
        position:absolute;
        bottom:-20px;
        left:20px;
        width:190px;
        background:#111;
        border:1px solid #2a2a2a;
        border-radius:10px;
        padding:12px;
        }

        .donut{
        width:60px;
        height:60px;
        border-radius:50%;
        background:conic-gradient(#888 40%, #444 30%, #222 30%);
        }

        /* CENTER FOCUS */
        .slick-slide{
        opacity:0.4;
        transition:0.3s;
        }

        .slick-center{
        opacity:1 !important;
        }

        .slick-prev,
        .slick-next{
        display:none !important;
        }

        .slick-dots li button:before{
        color:#777;
        }
        .slick-dots li.slick-active button:before{
        color:#fff;
        }

        @media (max-width:1024px){

        .new-service-card{
            width:700px;
            height:auto;
            padding:30px;
        }

        .card-left{
            width:40%;
        }

        .card-right{
            width:60%;
        }

        .donut-card{
            width:160px;
            bottom:-15px;
        }

        }

        @media (max-width:768px){

        .slider-wrapper{
            padding-left:20px;
        }

        .variable-width{
            margin-left:-60px;
        }

        .new-service-card{
            width:90vw;
            height:auto;
            flex-direction:column;
            gap:20px;
            padding:25px;
        }

        .card-left,
        .card-right{
            width:100%;
        }

        .donut-card{
            position:relative;
            bottom:0;
            left:0;
            margin-top:15px;
        }

        }

        @media (max-width:620px){

        /*body{
            padding:40px 15px;
        }*/

        .new-service-section{
            padding:0px 5px;
        }

        .slider-wrapper{
            padding-left:10px;
        }

        .variable-width{
            margin-left:-40px;
        }

        .new-service-card{
            width:85vw;
            padding:20px;
        }

        .card-left h3{
            font-size:16px;
        }

        .card-left p{
            font-size:11px;
        }

        .income-value{
            font-size:18px;
        }

        .bar-wrap{
            height:45px;
        }

        .donut{
            width:50px;
            height:50px;
        }

        }


/* NEW TESTIMONIAL */

.new-testimonial-section{
background:#0d0d0d;
color:#fff;
padding:17px 96px;
}

@media (max-width:620px){
    .new-testimonial-section{
        padding:0px 10px;
    }
}

/* TAG */
.testimonial-tag{
  font-size:11px;
  color:#666;
  border:1px solid #272727;
  padding:4px 12px;
  display:inline-block;
  margin-bottom:20px;
}

/* HEADING */
.testimonial-heading{
  font-family:'Syne';
  font-size:36px;
  text-align:center;
  margin-bottom:50px;
}

/* WRAPPER */
.t-wrapper{
 height:460px;
  overflow:hidden;
  position:relative;
}

/* GRID */
.t-grid{
  column-count:4;
  column-gap:20px;
}

/* CARD */
.t-card{
  background:#141414;
  border:1px solid #242424;
  border-radius:12px;
  padding:18px;
  margin-bottom:20px;
  display:inline-block;
  width:100%;
  break-inside:avoid;
}

/* AUTHOR */
.t-author{
  display:flex;
  gap:10px;
  align-items:center;
  margin-bottom:10px;
}

.t-avatar img{
  width:38px;
  height:38px;
  border-radius:50%;
  object-fit:cover;
}

.t-name{
  font-family:'Syne';
  font-size:13px;
  margin:0;
}

/* TEXT */
.t-body{
  font-size:13px;
  color:#aaa;
  line-height:1.7;
}

/* ================= MOBILE ================= */

.mobile-slider{
  display:none;
}

/* ================= MOBILE (320–620) ================= */

@media (max-width:620px){

  /* hide desktop */
  .t-grid{
    display:none;
  }

  /* show mobile */
  .mobile-slider{
    display:block;
  }

  .slider-container{
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
    scroll-snap-type:x mandatory;
  }

  .t-track{
    display:flex;
    gap:16px;
  }

  /* 🔥 FIX */
  .mobile-slider .t-card{
    min-width:90%;
    flex-shrink:0;
    scroll-snap-align:start;
  }

  .slider-container::-webkit-scrollbar{
    display:none;
  }

  .testimonial-heading{
    font-size:clamp(22px,5vw,30px);
    max-width:300px;
    margin:0 auto 30px;
    line-height:1.3;
  }

}

/* ================= DESKTOP LOCK ================= */
@media (min-width:621px){
  .mobile-slider{
    display:none;
  }
}

@media(max-width:620px){
  .t-grid{ display:none; }
}

@media(min-width:621px){
  .mobile-slider{ display:none; }
}



/*PRODUCT PAGE 1ST SECTIION CSS INTRO*/

.s-intro-section{
            background:#000;
            padding:100px 0;
            color:#fff;
        }

        .intro-left img{
            width:100%;
            height:auto;
            object-fit:cover;
        }

        .intro-title-left{
            font-size:36px;
            font-weight:600;
            margin-bottom:20px;
        }

        .intro-right h2{
            font-size:28px;
            font-weight:500;
            margin-bottom:20px;
        }

        .intro-right p{
            color:#aaa;
            font-size:14px;
            line-height:1.7;
            margin-bottom:15px;
        }

        .intro-buttons{
            margin-top:25px;
        }

        .btn-dark-custom{
            background:#111;
            border:1px solid #333;
            color:#fff;
            padding:10px 20px;
            border-radius:6px;
            margin-right:10px;
        }

        .btn-dark-custom:hover{
            background:#222;
            color: #fff;
        }

        .btn-outline-custom{
            background:transparent;
            border:1px solid #333;
            color:#fff;
            padding:10px 20px;
            border-radius:6px;
        }

        .btn-outline-custom:hover{
            background:#111;
            color: #fff;
        }

        @media(max-width:768px){
            .intro-title-left{
                font-size:26px;
            }
            .intro-right h2{
                font-size:22px;
            }
        }


        /*HOW IT WORK PAGE */

        /* ===== SECTION ===== */
    .how-it-work-section {
      padding: 60px 0 70px;
      background-color: #0d0d0d;
      color: #fff
    }

    /* ===== HEADING BLOCK ===== */
    .hiw-main-title {
      font-family: 'Syne', sans-serif;
      font-size: clamp(26px, 4vw, 40px);
      font-weight: 700;
      color: #f0f0f0;
      text-align: center;
      margin-bottom: 14px;
    }

    .hiw-main-subtitle {
      font-size: 14px;
      color: #888;
      text-align: center;
      line-height: 1.65;
      font-weight: 300;
      margin-bottom: 64px;
    }

    /* ===== BLOCK ROW ===== */
    .hiw-block {
      padding: 40px 0;
      border-top: 1px solid #1e1e1e;
    }

    .hiw-block:last-of-type {
      border-bottom: 1px solid #1e1e1e;
    }

    /* ===== LEFT TEXT ===== */
    .hiw-block-title {
      font-family: 'Syne', sans-serif;
      font-size: 20px;
      font-weight: 700;
      color: #f0f0f0;
      margin-bottom: 16px;
    }

    .hiw-block-desc {
      font-size: 12.5px;
      color: #777;
      line-height: 1.75;
      font-weight: 300;
      margin-bottom: 14px;
    }

    .hiw-block-desc:last-child {
      margin-bottom: 0;
    }

    /* ===== RIGHT IMAGE CARD ===== */
    .hiw-image-card {
      background: #f0f0f0;
      border-radius: 12px;
      width: 100%;
      aspect-ratio: 16 / 10;
      min-height: 200px;
    }

    /* ===== SCALE LIST ===== */
    .hiw-scale-intro {
      font-size: 12.5px;
      color: #777;
      font-weight: 300;
      margin-bottom: 18px;
    }

    .hiw-scale-list {
      list-style: none;
      padding: 0;
      margin: 0 0 20px 0;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .hiw-scale-list li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      font-size: 12.5px;
      color: #aaa;
      font-weight: 300;
      line-height: 1.5;
    }

    /* circle icon */
    .hiw-scale-list li .scale-icon {
      flex-shrink: 0;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      border: 1.5px solid #555;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 1px;
    }

    .hiw-scale-list li .scale-icon svg {
      width: 8px;
      height: 8px;
    }

    .hiw-scale-list li strong {
      color: #e0e0e0;
      font-weight: 600;
    }

    .hiw-block-footer {
      font-size: 12.5px;
      color: #777;
      line-height: 1.75;
      font-weight: 300;
      margin-top: 6px;
    }

.scale-icon{
    width:30px;
    height:30px;
    border:1px solid #D7A34B !important; 
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-right:10px;
    background:#000;
    box-sizing:border-box;
}

.scale-icon i{
    color:#D7A34B !important;  
    font-size:10px;
}


/* FEATURE SECTION CSS*/

 /* ===== SECTION ===== */
    .pp-feature-section {
      padding: 60px 0 70px;
      background-color: #f5f2ec;
      color: #1a1a1a;
      position: relative;
      overflow: hidden;
    }

    /* ===== DECORATIVE CIRCLES ===== */
    .pp-feature-section::before {
      content: "";
      position: absolute;
      left: -60px;
      top: 18%;
      transform: translateY(-50%);
      width: 160px;
      height: 160px;
      border-radius: 50%;
      border: 18px solid #c9a84c;
      opacity: 0.55;
      pointer-events: none;
      z-index: 0;
    }

    .pp-feature-section::after {
      content: "";
      position: absolute;
      right: -60px;
      top: 55%;
      transform: translateY(-50%);
      width: 160px;
      height: 160px;
      border-radius: 50%;
      border: 18px solid #c9a84c;
      opacity: 0.55;
      pointer-events: none;
      z-index: 0;
    }

    /* ===== HEADINGS ===== */
    .pp-main-title {
      font-family: 'Syne', sans-serif;
      font-size: clamp(26px, 4vw, 38px);
      font-weight: 700;
      color: #1a1a1a;
      text-align: center;
      margin-bottom: 10px;
    }

    .pp-main-subtitle {
      font-size: 14px;
      color: #555;
      text-align: center;
      line-height: 1.65;
      font-weight: 300;
      margin-bottom: 36px;
    }

    /* ===== TABS NAV ===== */
    .pp-tabs-nav {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      justify-content: center;
      margin-bottom: 28px;
      position: relative;
      z-index: 1;
    }

    .pp-tab-btn {
      background: transparent;
      border: 1px solid #ccc;
      border-radius: 30px;
      padding: 7px 16px;
      font-size: 12px;
      font-family: 'DM Sans', sans-serif;
      font-weight: 400;
      color: #555;
      cursor: pointer;
      transition: all 0.2s ease;
      white-space: nowrap;
    }

    .pp-tab-btn:hover {
      border-color: #999;
      color: #222;
    }

    .pp-tab-btn.active {
      background: #fff;
      border-color: #bbb;
      color: #1a1a1a;
      font-weight: 500;
      box-shadow: 0 1px 6px rgba(0,0,0,0.08);
    }

    /* ===== TAB CONTENT WRAPPER ===== */
    .pp-tab-content {
      display: none;
      position: relative;
      z-index: 1;
    }

    .pp-tab-content.active {
      display: block;
    }

    /* ===== IMAGE CARD ===== */
    .pp-image-card {
      background: #e8e4dc;
      border: 1px solid #ddd;
      border-radius: 14px;
      padding: 16px;
      margin-bottom: 44px;
    }

    .pp-image-inner {
      width: 100%;
      border-radius: 8px;
      overflow: hidden;
      background: #fff;
      min-height: 260px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .pp-image-inner img {
      width: 100%;
      height: 280px;
      object-fit: cover;
      border-radius: 8px;
      display: block;
    }

    /* placeholder when no real image */
    .pp-img-placeholder {
      width: 100%;
      min-height: 260px;
      background: #fff;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .pp-img-placeholder span {
      font-size: 13px;
      color: #bbb;
      font-weight: 300;
    }

    /* ===== BOTTOM INFO GRID ===== */
    .pp-info-left .pp-info-title {
      font-family: 'Syne', sans-serif;
      font-size: 17px;
      font-weight: 700;
      color: #1a1a1a;
      margin-bottom: 10px;
    }

    .pp-info-left .pp-info-desc {
      font-size: 12.5px;
      color: #666;
      line-height: 1.7;
      font-weight: 300;
    }

    /* right side sub items */
    .pp-info-right .pp-sub-block {
      margin-bottom: 20px;
    }

    .pp-info-right .pp-sub-block:last-child {
      margin-bottom: 0;
    }

    .pp-sub-title {
      font-family: 'Syne', sans-serif;
      font-size: 14px;
      font-weight: 700;
      color: #1a1a1a;
      margin-bottom: 6px;
    }

    .pp-sub-desc {
      font-size: 12px;
      color: #666;
      line-height: 1.7;
      font-weight: 300;
    }

    /* ===== RESPONSIVE ===== */
    @media (max-width: 620px) {
      .pp-feature-section {
        padding: 36px 0 48px;
      }
      .pp-feature-section::before,
      .pp-feature-section::after {
        width: 90px;
        height: 90px;
        border-width: 12px;
      }
      .pp-feature-section::before { left: -40px; }
      .pp-feature-section::after  { right: -40px; }
      .pp-main-title    { font-size: 22px; }
      .pp-main-subtitle { font-size: 12px; margin-bottom: 24px; }
      .pp-tab-btn       { font-size: 11px; padding: 6px 12px; }
      .pp-image-inner,
      .pp-img-placeholder { min-height: 180px; }
      .pp-image-inner img { height: 180px; }
      .pp-info-left .pp-info-title { font-size: 15px; }
      .pp-sub-title { font-size: 13px; }
    }

    @media (max-width: 420px) {
      .pp-main-title    { font-size: 19px; }
      .pp-main-subtitle { font-size: 11.5px; }
      .pp-tab-btn       { font-size: 10.5px; padding: 5px 10px; }
      .pp-image-inner,
      .pp-img-placeholder { min-height: 150px; }
      .pp-image-inner img { height: 150px; }
    }

    @media (max-width: 320px) {
      .pp-main-title    { font-size: 16px; }
      .pp-main-subtitle { font-size: 10.5px; }
      .pp-tab-btn       { font-size: 10px; padding: 5px 9px; }
    }


    .pp-benefit-heading {
    font-family: 'Syne';
    font-size: 36px;
    text-align: center;
    margin-bottom: 9px;
}


    /* BENEFITS SECTION CSS */

     /* ===== SECTION ===== */
    .pp-benefit-section {
      padding: 56px 0 64px;
      background-color: #0d0d0d;
      color: #f0f0f0;
    }

    /* ===== HEADING ===== */
    .pp-benefit-title {
      font-family: 'Syne', sans-serif;
      font-size: clamp(24px, 4vw, 36px);
      font-weight: 700;
      color: #f0f0f0;
      margin-bottom: 10px;
    }

    .pp-benefit-subtitle {
      font-size: 13px;
      color: #777;
      font-weight: 300;
      line-height: 1.65;
      margin-bottom: 32px;
    }

    /* ===== CARD BASE ===== */
    .pp-benefit-card {
      border-radius: 14px;
      padding: 28px 24px;
      height: 100%;
      min-height: 200px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      position: relative;
      overflow: hidden;
    }

    /* ===== CARD DARK (no glow) ===== */
    .pp-card-dark {
      background: #161616;
      border: 1px solid #242424;
    }

    .pp-card-glow {
      background: #161616;
      border: 1px solid #2a2a2a;
    }

    .pp-card-glow::before {
        content: "";
        position: absolute;
        top: -75px;
        right: 367px;
        width: 259px;
        height: 180px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(233, 237, 81, 0.38) 24%, rgba(194, 137, 50, 0.12) 51%, transparent 70%);
        pointer-events: none;
        z-index: 0;
    }

    .pp-benefit-card .card-body-inner {
      position: relative;
      z-index: 1;
    }

    .pp-card-title {
      font-family: 'Syne', sans-serif;
      font-size: 16px;
      font-weight: 700;
      color: #f0f0f0;
      margin-bottom: 10px;
    }

    .pp-card-desc {
      font-size: 12.5px;
      color: #888;
      font-weight: 300;
      line-height: 1.7;
      margin: 0;
    }

    /* ===== ROW GAP ===== */
    .pp-cards-row {
      --bs-gutter-x: 16px;
      --bs-gutter-y: 16px;
    }

    /* ===== RESPONSIVE ===== */
    @media (max-width: 620px) {
      .pp-benefit-section { padding: 36px 0 44px; }
      .pp-benefit-title   { font-size: 22px; }
      .pp-benefit-subtitle{ font-size: 12px; margin-bottom: 24px; }
      .pp-benefit-card    { min-height: 160px; padding: 22px 18px; border-radius: 10px; }
      .pp-card-title      { font-size: 14px; }
      .pp-card-desc       { font-size: 12px; }
    }

    @media (max-width: 420px) {
      .pp-benefit-title   { font-size: 19px; }
      .pp-benefit-subtitle{ font-size: 11.5px; }
      .pp-benefit-card    { min-height: 140px; padding: 18px 14px; }
      .pp-card-title      { font-size: 13.5px; }
      .pp-card-desc       { font-size: 11.5px; }
    }

    @media (max-width: 360px) {
      .pp-benefit-title   { font-size: 17px; }
      .pp-benefit-subtitle{ font-size: 11px; }
      .pp-benefit-card    { min-height: 120px; padding: 16px 12px; }
      .pp-card-title      { font-size: 13px; }
      .pp-card-desc       { font-size: 11px; }
    }

    @media (max-width: 320px) {
      .pp-benefit-title   { font-size: 15px; }
      .pp-benefit-subtitle{ font-size: 10.5px; }
      .pp-benefit-card    { min-height: 110px; padding: 14px 10px; }
      .pp-card-title      { font-size: 12px; }
      .pp-card-desc       { font-size: 10.5px; }
    }


    /* PP VIDEO SECTION */

    .pp-cta-section {
      padding: 40px 20px;
      background-color: #0d0d0d;
    }

    .pp-cta-card {
        background: #f5f2eb;
        border-radius: 20px;
        overflow: hidden;
        padding: 51px 56px 44px 65px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 42px;
        max-width: 845px;
        margin: 0 auto;
        position: relative;
    }

    .pp-cta-left {
      flex: 1;
      max-width: 320px;
    }

    .pp-cta-title {
      font-family: 'Syne', sans-serif;
      font-size: clamp(20px, 3vw, 30px);
      font-weight: 700;
      color: #1a1a1a;
      margin-bottom: 10px;
      line-height: 1.2;
    }

    .pp-cta-subtitle {
      font-size: 13px;
      color: #666;
      font-weight: 300;
      line-height: 1.65;
      margin-bottom: 28px;
    }

    /* ===== BUTTON ===== */
    .pp-cta-btn {
      display: inline-block;
      background: #c9a84c;
      color: #fff;
      font-family: 'DM Sans', sans-serif;
      font-size: 13px;
      font-weight: 500;
      padding: 11px 24px;
      border-radius: 6px;
      border: none;
      cursor: pointer;
      text-decoration: none;
      letter-spacing: 0.02em;
      transition: background 0.2s ease;
    }

    .pp-cta-btn:hover {
      background: #b8952f;
      color: #fff;
    }

    /* ===== RIGHT IMAGE ===== */
    .pp-cta-right {
    flex: 0 4 auto;
    width: 345px;
    height: 313px;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    }

    .pp-cta-right img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      border-radius: 14px;
    }

    /* ===== PLAY BUTTON OVERLAY ===== */
    .pp-play-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 44px;
      height: 44px;
      background: #c9a84c;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 2;
      transition: background 0.2s;
    }

    .pp-play-btn:hover {
      background: #b8952f;
    }

    .pp-play-btn svg {
      width: 14px;
      height: 14px;
      margin-left: 2px;
    }

    /* ===== RESPONSIVE ===== */
    @media (max-width: 768px) {
      .pp-cta-card {
        flex-direction: column;
        padding: 36px 28px;
        text-align: center;
      }

      .pp-cta-left {
        max-width: 100%;
      }

      .pp-cta-right {
        width: 100%;
        height: 200px;
      }
    }

    @media (max-width: 620px) {
      .pp-cta-section { padding: 28px 14px; }
      .pp-cta-card    { padding: 28px 20px; border-radius: 14px; gap: 22px; }
      .pp-cta-title   { font-size: 20px; }
      .pp-cta-subtitle{ font-size: 12px; margin-bottom: 20px; }
      .pp-cta-btn     { font-size: 12px; padding: 10px 20px; }
      .pp-cta-right   { height: 180px; border-radius: 10px; }
    }

    @media (max-width: 420px) {
      .pp-cta-title   { font-size: 18px; }
      .pp-cta-subtitle{ font-size: 11.5px; }
      .pp-cta-right   { height: 160px; }
    }

    @media (max-width: 360px) {
      .pp-cta-title   { font-size: 16px; }
      .pp-cta-subtitle{ font-size: 11px; }
      .pp-cta-btn     { font-size: 11px; padding: 9px 16px; }
      .pp-cta-right   { height: 140px; }
    }

    @media (max-width: 320px) {
      .pp-cta-card    { padding: 20px 14px; border-radius: 10px; }
      .pp-cta-title   { font-size: 15px; }
      .pp-cta-subtitle{ font-size: 10.5px; }
      .pp-cta-right   { height: 120px; }
      .pp-play-btn    { width: 36px; height: 36px; }
    }

    .pp-cta-section {
      padding: 64px 20px;
      background-color: #0d0d0d;
    }

    .pp-cta-card {
        background: #f5f2eb;
        border-radius: 20px;
        overflow: hidden;
        padding: 51px 56px 44px 65px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 42px;
        max-width: 936px;
        margin: 0 auto;
        position: relative;
    }

    .pp-cta-left {
      flex: 1;
      max-width: 320px;
    }

    .pp-cta-title {
      font-family: 'Syne', sans-serif;
      font-size: clamp(20px, 3vw, 30px);
      font-weight: 700;
      color: #1a1a1a;
      margin-bottom: 10px;
      line-height: 1.2;
    }

    .pp-cta-subtitle {
      font-size: 13px;
      color: #666;
      font-weight: 300;
      line-height: 1.65;
      margin-bottom: 28px;
    }

    /* ===== BUTTON ===== */
    .pp-cta-btn {
      display: inline-block;
      background: #c9a84c;
      color: #fff;
      font-family: 'DM Sans', sans-serif;
      font-size: 13px;
      font-weight: 500;
      padding: 11px 24px;
      border-radius: 6px;
      border: none;
      cursor: pointer;
      text-decoration: none;
      letter-spacing: 0.02em;
      transition: background 0.2s ease;
    }

    .pp-cta-btn:hover {
      background: #b8952f;
      color: #fff;
    }

    /* ===== RIGHT IMAGE ===== */
    .pp-cta-right {
    flex: 0 4 auto;
    width: 459px;
    height: 405px;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    }

    .pp-cta-right img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      border-radius: 14px;
    }

    /* ===== PLAY BUTTON OVERLAY ===== */
    .pp-play-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 44px;
      height: 44px;
      background: #c9a84c;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 2;
      transition: background 0.2s;
    }

    .pp-play-btn:hover {
      background: #b8952f;
    }

    .pp-play-btn svg {
      width: 14px;
      height: 14px;
      margin-left: 2px;
    }

    /* ===== IMPROVED RESPONSIVE ===== */

/* Tablet */
@media (max-width: 768px) {
  .pp-cta-card {
    flex-direction: column;
    padding: 30px 22px;
    text-align: center;
    gap: 24px;
  }

  .pp-cta-left {
    max-width: 100%;
  }

  .pp-cta-right {
    width: 100%;
    height: 220px;
  }

  .pp-cta-right img {
    object-fit: cover;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .pp-cta-section {
    padding: 24px 12px;
  }

  .pp-cta-card {
    padding: 24px 16px;
    border-radius: 12px;
    gap: 20px;
  }

  .pp-cta-title {
    font-size: 18px;
    line-height: 1.3;
  }

  .pp-cta-subtitle {
    font-size: 12px;
    margin-bottom: 18px;
  }

  .pp-cta-btn {
    font-size: 12px;
    padding: 10px 18px;
  }

  .pp-cta-right {
    height: 190px;
    border-radius: 10px;
  }

  .pp-play-btn {
    width: 40px;
    height: 40px;
  }
}

/* Small Mobile */
@media (max-width: 420px) {
  .pp-cta-title {
    font-size: 16px;
  }

  .pp-cta-subtitle {
    font-size: 11.5px;
  }

  .pp-cta-right {
    height: 170px;
  }

  .pp-play-btn {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 360px) {
  .pp-cta-card {
    padding: 20px 14px;
  }

  .pp-cta-title {
    font-size: 15px;
  }

  .pp-cta-subtitle {
    font-size: 11px;
  }

  .pp-cta-btn {
    font-size: 11px;
    padding: 9px 14px;
  }

  .pp-cta-right {
    height: 300px;
  }
}

/* Ultra Small */
@media (max-width: 320px) {
  .pp-cta-right {
    height: 130px;
  }

  .pp-play-btn {
    width: 32px;
    height: 32px;
  }
}






























