
.banner .banner__inner:after{
  display: none;
}
.highlighted_part{
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 800;
}
.services_offering_Adhoc{
  background: #000;
}
.customHeader .contactBtn.btn{
      background: #651fde;
      border: none;
          padding-right: 38px;
    line-height: normal;
    height: auto;
}
.customHeader .contactBtn.btn:after{
      display: none;
}
.customHeader .contactBtn.btn i {
    font-size: 1.6rem;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 3px;
    bottom: 0;
}
.customHeader .contactBtn.btn:hover {
    transform: none;
    background: #550cd4;
}

/* S Verticle fix  */

#bsf-slider{
  height: auto!important;
  padding-top: 3rem;
}
  .bsf-slider__pin {
     position: static !important;  /* was position: sticky; top: 0 */
  height: auto !important;
    top: 20px;
    overflow: hidden;
  
  }

  .bsf-slider__inner {
    height: 100%;
    display: grid;
    grid-template-rows: auto 1fr;
    padding: 3rem 0 4rem;
  }

  
  /* === LEFT: numbered tab list === */
  .bsf-tablist {
    list-style: none;
    padding: 0;
    position: relative;
        padding-right: 4rem;
  }
.bsf-tab.glow-card{
  overflow: visible;
}
  .bsf-tablist li { list-style: none; margin: 0; padding: 0; }
  .bsf-tab {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.1rem 0.5rem;
    cursor: pointer;
    border: none;
    background: none;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
    width: 100%;
    transition: color 0.4s ease;
    position: relative;
        border-bottom: 1px solid #000;
    padding-left: 0;
    background: url(../images/icon/right_Arrow_radius.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 95% 56%;
    opacity: 0.7;
    transition: all 1s;;  background-size: 20px;
    background-repeat: no-repeat;
    background-position: 95% 56%;
    opacity: 1;
    transition: all 1s;;
  }
  .bsf-tab:hover, .bsf-is-active{
      background: #5a00fa url(../images/icon/right_Arrow_radius_white.svg);
        background-size: 20px;
    background-repeat: no-repeat;
    background-position: 95% 56%;
    opacity: 1;
    transition: all 1s;
    color: #fff;
    padding-left: 15px;
  }
  .bsf-tab__num {
    display: grid;
    place-items: center;
    width: 2.2rem; height: 2.2rem;
    border-radius: 50%;
    font-size: 0.85rem;
    font-weight: 600;
    color: #fff;
    flex-shrink: 0;
    transition: all 0.4s ease;
    z-index: 1;
        position: absolute !important;
    left: -43px;
    display: none;
  }
  .bsf-tab__label { transition: transform 0.4s ease; }
.bsf-tab__label h3{
          font-size: 1.35rem;
        font-weight: 600;
        padding-right: 3rem;
}
  .bsf-tab.bsf-is-active .bsf-tab__num {
    color: #fff;
  }
  .bsf-tab.bsf-is-active .bsf-tab__label { transform: translateX(4px); }

  /* === RIGHT: stacked panels (only one visible at a time) === */
  .bsf-panels {
    position: relative;
    height: 100%;
    min-height: 560px;
        padding: 1rem;
  }
  .bsf-panel {
    position: absolute;
    inset: 0;
    margin: 0;
    display: grid;
    grid-template-rows: auto auto 1fr;
    gap: 1.25rem;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    pointer-events: none;
  }
  .bsf-panel.bsf-is-active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }


  /* === progress bar at top of pinned area === */
  .bsf-slider__progress {
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: var(--bsf-clr-border);
    z-index: 10;
  }
  .bsf-slider__progress-bar {
    height: 100%;
    background: linear-gradient(90deg, var(--bsf-clr-accent), var(--bsf-clr-accent-2));
    width: 0%;
    transition: width 0.3s ease;
  }

  /* === Mobile â€” stack on small screens, disable scroll-lock === */
  @media (max-width: 860px) {
    .bsf-scroll-slider { height: auto !important; }
    .bsf-slider__pin { position: relative; height: auto; padding: 2rem 0; }
    .bsf-slider__inner { padding: 1.5rem 1rem; }
    .bsf-panels { display: grid; gap: 1rem; height: auto; }
    .bsf-panel {
      position: relative;
      inset: auto;
      opacity: 1;
      transform: none;
      pointer-events: auto;
    }
    .bsf-tablist { display: none; }
    .bsf-panel__visual { min-height: 200px; }
    .bsf-panels{     padding: 0;
    }
  }
  .offering_Right_panel .offering_panel{
    border-radius: 12px;
    background-size: cover;
    background-position: bottom right;
    margin: 0rem 1rem;
        background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #000;
        background-size: 90% !important;
    background-position: bottom !important;
  }
  .offering_Right_panel .offering_panel:nth-child(1){
    background-image: url(../images/bizNext/bizNext_services.jpg);

        margin: 0rem 1rem;
  }

  .glow-card {
  position: relative;
  overflow: hidden;
}

/* The glow itself â€” a radial gradient that follows the cursor */
.glow-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at var(--mx, 20%) var(--my, 20%),
    rgba(68, 0, 255, 0.5),   /* glow color â€” change to your accent */
    transparent 50%
  );
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}

.glow-card:hover {
  border-color: rgba(255, 91, 46, 0.3);
}
.glow-card:hover::before {
  opacity: 1;
}

/* Make sure card content sits above the glow */
.glow-card > * {
  position: relative;
  z-index: 1;
}
.bizNext_Home_Services .bsf-tablist{

}


/* S Services */
.offering_dicscriptions_box {
    padding: 1rem;
}
.offering_dicscriptions_box .sub_offrings_List ul{
    list-style: none;
    padding-left: 0;
  }
.offering_dicscriptions_box .sub_offrings_List ul li a{
     background: #ffffffcc;
    color: #000000;
    border-radius: 6px;
    font-size: 1rem;
    padding: 10px 35px;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    width: auto;
    margin-bottom: 15px;
    transition: all 1s;
}
.offering_dicscriptions_box .sub_offrings_List ul li a:hover{
  background: #fff;
}
.offering_dicscriptions_box .sub_offrings_List ul li a img{
  width: 15px;
    height: auto;
    transform: rotate(-45deg);
    margin-left: 20px;
}


/* S Blogs */
.yt_Blog_Box{
  position: relative;
  padding: 2rem 0;
  border-bottom: 1px solid #707070;
}
.yt_Blog_Category{
  font-size: 0.9rem;
}
.yt_Blog_Content h4{
 font-size: 2rem;
}
/* S Number Box */

.yt_number_Box {
  display: flex;
  padding: 1.5rem 1rem;
  color: #fff;
  position: relative;
      height: 100%;
      overflow: hidden;
      border-radius: var(--box-radius);
}
.yt_number_Box_title{
         font-size: 2.2rem;
    font-weight: 600;
}
.yt_number_Box_Sub_Title{
         font-size: 1.8rem;
    font-weight: 600;
}
.yt_number_Box_Img {
  position: absolute;
}
.yt_number_Box_Img.right{
  right: 0;
}
.yt_number_Box_Img.bottom{
  bottom: 0;
}
.yt_number_Box_Img.left{
  left: 0;
}
.yt_number_Box_Img.top{
  top: 0;
}
.yt_number_Box .yt_number_Box_Content{
  position: relative;
  max-width: 70%;
      z-index: 1;
}
.yt_number_Box.right_Content{
  text-align: right;
}
.yt_number_Box.right_Content .yt_number_Box_Content{
     float: right;
    max-width: 100%;
    padding-left: 40%;
}
/* E Number Box */

@media (min-width:767.98px) {
   .mobile_tab_view{
  display: none;
}
}

.yashPerspectives .commonTag {
       display: flex;
    width: 100%;
    color: #5a00fa;
    padding-left: 0;
}
.blogListing__Box--info{
  min-height: 100px;
     transition: all 0.6s;
}
.yashPerspectives h3{
  min-height: auto;
}
.blogListing__Box--info{
      border: none;
    border-bottom: 1px solid #707070;
    border-radius: 0;
        padding: 2rem 4rem 2rem 0;
        transition: all 0.6s;
}
.yashPerspectives .blogListing .blogListing__Box .blogListing__Box--info h3 a{
      font-weight: 600;
}
.yashPerspectives .blogListing__Box:hover{
    background: url(../images/abstract/blog_background.png);
        background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
       transition: all 0.6s;
           padding-left: 2rem;
}
.blogListing__Box--info{
  background: url(../images/icon/right_Arrow_radius.svg);
  background-size: 20px;
    background-repeat: no-repeat;
    background-position: 95% 56%;
    opacity: 1;
    transition: all 1s;
}
.yashPerspectives .blogListing__Box:hover .blogListing__Box--info{
  background: url(../images/icon/right_Arrow_radius_white.svg);
  background-size: 20px;
    background-repeat: no-repeat;
    background-position: 95% 56%;
    opacity: 1;
    transition: all 1s;
}
.blogListing__Box--info:hover{
  opacity: 1;
}

.yashPerspectives .blogListing .blogListing__Box:hover .blogListing__Box--info h3 a{
  color: #fff;
}
.yashPerspectives{
      padding: 3rem 0 4rem;
}
@media (min-width: 1600px) {
  .container{
            max-width: 1440px;
  }
}
.yt_insights .yt_Section_title_main{
      text-align: center;
    color: #fff;
    font-size: 2.6rem;
    font-weight: 600;
    margin-bottom: 3rem;
    margin-top: 6rem;
}
.yt_Insight_img{
  min-height: 31rem;
}
.header_banners_content a.btn {
    margin: 20px 0;
    color: #fff;
    border: 1px solid #fff;
}
.header_banners_content a.btn i{
  margin-left: 1rem;
}
.header_banners_content a.btn:hover{
  border: none;
}


.card{
  background: var(--dark-Navy);
  padding: 1rem;
    color: #fff;
}
.card p{
   color: var(--light-gray-text);
}
.card ul{
  padding-left: 15px;
}
.card ul li{
  margin-bottom: 15px;
}
.card.white_Card{
      background: #ffffff;
      color: #000;
}
.card.white_Card p{
   color: var(--para_Text_Dark);
}

   

    .closing_Statement {
    padding: 3rem 0;
    text-align: center;
    background: #fff;
    margin: 3rem 0;
    border-radius: 1rem;
}
    .closing_Statement .closing_Title{
      font-size: 2rem;
      color: #000;
    }
      .closing_Statement p{
       color: #000!important
    }
    .closing_Statement .col-sm-12 div{
      display: flex;
    justify-content: center;
    }
.differentiatorSec{
  position: relative;
}
.differentiatorSec:before {
    content: '';
    position: absolute;
    background: #000;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0.8;
}

@media (max-width:576px){
  .banner .banner__inner--title{
                 font-size: 2.3rem !important;
        font-weight: 600;
        letter-spacing: 0;
        padding-top: 2rem;
  }
  .highlighted_part{
        font-size: 3rem;
  }
  .Home_banner .banner h6 {
    margin-bottom: 3rem;
    font-size: 1rem;
    font-weight: 400;
}


.offering_dicscriptions_box{
      background: #000000cc;
              border-radius: 12px;
}
.bsf-panel{
      grid-template-rows: auto;
}
.offering_dicscriptions_box .offerings_Content_Box  h3{
 color: #fff;
}


.yt_number_Box{
  min-height: auto;
}
.breadcrumbSec {
  padding-left: 20px;
}

}
/* Offerings pins */
.phase-0 .bsf-slider__pin{
  position: sticky;
    top: 20px;
}
.phase-0 .bixNext_Inner_Services .bsf-tablist .bsf-tab {
    padding: 6px 20px;
}


 :root{
    --ink:        #140b2b;
    --ink-alt:    #1d1140;
    --surface:    #271552;
    --accent:     #5a00fa;
    --accent-soft:#955cf9;
    --accent-deep:#5d40d0;
    --text:       #f5f1ff;
    --muted:      #a89bcf;
    --line:       rgba(147,79,252,0.38);
    --ring-dim:   rgba(147,79,252,0.16);

    --size: clamp(230px, 56vmin, 560px);
    --dot: clamp(48px, 10vmin, 82px);
  }


  

  


  /* ---------- Detail panel ---------- */

  .detail-panel{
    max-width:560px;
    min-height:70px;
    text-align:center;
    padding:0 8px;
  }

  .detail-panel .tag{
    display:inline-block;
    font-weight:800;
    font-size:11px;
    letter-spacing:0.16em;
    text-transform:uppercase;
    color:var(--accent-soft);
    margin-bottom:8px;
    transition:opacity 0.25s ease;
  }

  .detail-panel p{
    margin:0;
    font-size:1.1rem;
    font-weight:500;
    line-height:1.65;
    color:var(--text);
    transition:opacity 0.25s ease;
  }

  .detail-panel.swap .tag,
  .detail-panel.swap p{ opacity:0; }

  @media (max-width:340px){
    .center-title{ font-size:15px; }
  }

  @media (prefers-reduced-motion: reduce){
    .comet-wrap{ animation:cometIn 0.6s ease 1.1s forwards; }
    .center-box{ animation:hubIn 0.6s ease 0.9s forwards; }
    .eyebrow,.aaa-intro h2,.orbit-ring,.node-inner{ animation-duration:0.01s; animation-delay:0s; }
  }
  @media (max-width:600px){

.yashPerspectives {
    padding: 2rem 0 4rem;
   }
    .bsf-slider__inner {
        padding: 1.5rem 1rem 0;
    }
  .why-sect-ibp-box-inner p{
    text-align: left!important;
  }
  .card{
    margin-bottom: 1rem;
  }

.listing_Box ul{
  grid-template-columns: repeat(1, 1fr);
}
.listing_Box li{
  min-height: auto;
}

.listing_With_Icons ul{
     grid-template-columns: repeat(1, 1fr);
}
.listing_With_Icons li{
      min-height: 100px;
}


}

@media (min-width:767.98px) and (max-width:870px) {
 .bsf-panel{
  display: none;
 }
 .bsf-panel.bsf-is-active{
  display: flex;
 }
.bsf-tablist {
  display: block;
}
.bizNEXT_Home .bizLogo{
      display: none;
}
.banner .banner__inner--title{
  font-size: 2.4rem !important;
          letter-spacing: 1px;
}


.yt_Insight_txt{
  min-height: 250px;
}
.banner{
  min-height: 50vh;
  background: #000000b5;
}

}
.yt_number_Box.teal_Blue_BG {
     background: #1c003d;
}
.yt_number_Box.teal_Blue_BG  .yt_number_Box_title{
  color: #fff!important;
}
.people-advisory .why_YASH_Biznext{
     background-size: 40%;
}
@media (min-width: 1400px) {
   .bsf-panels{
        min-height: 500px;
   }
}


@media (min-width: 1160px) and (max-width:1399px) {
      .bsf-panels {
        min-height: 450px;
    }
}
.offering_dicscriptions_box .sub_offrings_List ul li{
  margin-left: 15px;
}
.offering_dicscriptions_box .sub_offrings_List ul li.parent_Nav {
    position: relative;
    left: -15px;
}
.offering_dicscriptions_box .sub_offrings_List ul li.parent_Nav a{
 background-color: #000;
 color: #fff;
}
.offering_dicscriptions_box .sub_offrings_List ul li.parent_Nav a img{
      filter: brightness(0) invert(1);
}

/* Time line */

.timeline { position: relative; margin-bottom: 46px; }
.timeline_Line {
  position: absolute; left: 0; right: 0; top: 63px; height: 2px;
  background: linear-gradient(90deg, rgba(124, 88, 253, 0.55), rgba(124, 88, 253, 0.3) 60%, rgba(250, 70, 22, 0.4));
  pointer-events: none;
}
.timeline_Row { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); position: relative;     margin-top: 3rem; }
.cov_Tab { display: flex; flex-direction: column; cursor: pointer; align-items: center; }
.cov_Tab:first-child { align-items: flex-start; }
.cov_Tab:last-child { align-items: flex-end; }
.cov_Tab_Name {
  height: 52px;
  display: flex; align-items: flex-start; justify-content: center;
  font-size: clamp(15px, 1.2vw, 19px);
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
  line-height: 1.25;
  transition: color 0.2s;
  text-align: center;
  padding: 0 4px;
}
.cov_Tab:first-child .cov_Tab_Name { justify-content: flex-start; }
.cov_Tab:last-child .cov_Tab_Name { justify-content: flex-end; }
.cov_Dot_Wrap { height: 24px; display: grid; place-items: center; }
.cov_Dot {
  width: 12px; height: 12px; border-radius: 50%;
  background: #fff; border: 2px solid var(--accent);
  transition: 0.2s;
}
.cov_Tab.is_Active .cov_Tab_Name { font-weight: 700; color: var(--accent); }
.cov_Tab.is_Active .cov_Dot {
  width: 16px; height: 16px;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(124, 88, 253, 0.18);
}

.cov_Panel {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.3);
}
.cov_Panel_Grid { display: grid; grid-template-columns: 0.82fr 1.18fr; align-items: stretch; }
.cov_Panel_Media { position: relative; margin: 26px; border-radius: 18px; overflow: hidden; min-height: 440px; }
.cov_Panel_Media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cov_Panel_Media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(10, 10, 12, 0.35), transparent 55%); }
.cov_Panel_Body { padding: 50px 52px 50px 24px; display: flex; flex-direction: column; }
.cov_Tagline {
  font-size: clamp(28px, 2.6vw, 40px);
  font-weight: 500;
  letter-spacing: -0.6px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 34px;
}
.cov_Items { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.cov_Item {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  padding: 24px 26px;
}
.cov_Item h4 {
  font-size: clamp(17px, 1.3vw, 20px);
  font-weight: 600;
  color: #fff;
  margin-bottom: 9px;
  letter-spacing: -0.2px;
}
.cov_Item p {
  font-size: clamp(14.5px, 1.05vw, 16.5px);
  line-height: 1.55;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.68);
}

.offer_Panel { display: none; flex: 1 1 auto; flex-direction: column; }
.offer_Panel.is_Active { display: flex; }
.cov_Variant { display: none; }
.cov_Variant.is_Active { display: block; }
.case_Content { display: none; }
.case_Content.is_Active { display: block; }
@media (max-width:576px){
  .timeline_Row{
        display: flex;
    max-width: 100%;
    overflow: auto;
  }
  .cov_Tab{
        min-width: 100px;
  }
  .cov_Panel_Media{
    display: none;
  }
  .cov_Panel_Grid{
    display: flex;
  }
  .cov_Panel_Body{
        padding: 30px 12px 30px 12px;
    display: flex;
  }
}

/* ==========================================================================
   CASE STUDIES
   ========================================================================== */
.cases_Sec { padding: 50px 0 60px; }
.cases_Decor .dots {
  position: absolute; width: 340px; height: 340px; left: -120px; bottom: -80px;
  background-image: radial-gradient(rgba(124, 88, 253, 0.22) 1.5px, transparent 1.5px);
  background-size: 22px 22px;
  -webkit-mask-image: radial-gradient(circle, black, transparent 72%);
  mask-image: radial-gradient(circle, black, transparent 72%);
}
.cases_Sec .sec_Head { margin-bottom: 26px; max-width: 760px; }
.cases_Sec .sec_Title { font-size: clamp(50px, 5.5vw, 76px); white-space: nowrap; }

.case_Tabs { display: flex; gap: 6px; border-bottom: 1px solid rgba(0, 0, 0, 0.14); flex-wrap: nowrap; overflow: hidden; }
.case_Tab {
  flex: 1 1 0;
  min-width: 170px;
  text-align: left;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 500;
  color: rgba(0, 0, 0, 0.42);
  padding: 20px 18px 22px;
  line-height: 1.35;
  transition: color 0.3s;
}
.case_Tab.is_Active { font-weight: 700; color: #111; }
.case_Fill {
  position: absolute; left: 0; bottom: -1px;
  height: 3px; width: 0;
  background: var(--accent);
}
.case_Tab.is_Active .case_Fill { animation: caseFill 6s linear forwards; }
@keyframes caseFill { from { width: 0; } to { width: 100%; } }

.case_Stage {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 34px;
  position: relative;
  height: clamp(400px, 42vw, 460px);
  overflow: hidden;
  background: var(--dark);
}
.case_Slide { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity 0.7s; }
.case_Slide.is_Active { opacity: 1; pointer-events: auto; }
.case_Slide img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.case_Scrim_H { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(6, 5, 10, 0.97) 0%, rgba(6, 5, 10, 0.9) 34%, rgba(6, 5, 10, 0.6) 60%, rgba(6, 5, 10, 0.25) 100%); }
.case_Scrim_V { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(0deg, rgba(6, 5, 10, 0.85) 0%, rgba(6, 5, 10, 0.3) 26%, transparent 52%); }
.case_Content_Wrap { position: absolute; inset: 0; display: flex; align-items: center; }
.case_Content_Inner { max-width: 1240px; margin: 0 auto; padding: 0 64px; width: 100%; }
.case_Content { max-width: 960px; }
.case_Badge {
  font-size: clamp(12px, 0.9vw, 14px);
  font-weight: 600;
  letter-spacing: 2px;
  padding: 8px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  display: inline-block;
}
.case_Body_Grid { display: grid; grid-template-columns: 1fr auto; gap: clamp(30px, 4.5vw, 72px); align-items: end; margin-top: 26px; }
.case_Title {
  font-size: clamp(27px, 2.4vw, 37px);
  font-weight: 600;
  margin-bottom: 13px;
  letter-spacing: -0.6px;
  line-height: 1.22;
  color: #fff;
  text-wrap: pretty;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.7);
}
.case_Desc {
  font-size: clamp(16px, 1.25vw, 18.5px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.94);
  margin-bottom: 22px;
  max-width: 820px;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.65);
}
.case_Link {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: clamp(15px, 1.15vw, 17px);
  font-weight: 600;
  color: #fff;
  background: linear-gradient(120deg, var(--accent), var(--accent-2));
  padding: 14px 30px;
  border-radius: 999px;
  transition: transform 0.25s;
}
.case_Link:hover { color: #fff; transform: translateY(-2px); }
.case_Link img { width: 16px; height: auto; filter: brightness(0) invert(1); }
.case_Metric {
  display: flex; align-items: baseline; gap: 14px;
  justify-content: flex-end;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  padding: 22px 28px;
  border-radius: 18px;
}
.case_Metric_Num {
  font-size: clamp(56px, 5.4vw, 84px);
  font-weight: 200;
  letter-spacing: -2.5px;
  line-height: 0.95;
  background: linear-gradient(95deg, #d6ccff, #9b7bff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.case_Metric_Label {
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.4;
  max-width: 210px;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
}

/* ==========================================================================
   INSIGHTS
   ========================================================================== */
.insights_Sec { padding: 40px 0 100px; }
.insights_Sec .sec_Head { margin-bottom: 44px; }
.insights_Sec .sec_Title { font-size: clamp(40px, 4.4vw, 60px); line-height: 1.12; letter-spacing: -1.4px; }
.insights_Nav { display: flex; align-items: center; gap: 12px; }
.nav_Circle {
  width: 52px; height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.25);
  display: grid; place-items: center;
  cursor: pointer;
  transition: 0.2s;
  background: rgba(255, 255, 255, 0.6);
}
.nav_Circle:hover { border-color: #000; background: #fff; }
.nav_Circle img { width: 20px; height: auto; }
.nav_Circle.prev img { transform: scaleX(-1); }

.insights_Swiper { overflow: visible; }
.insights_Swiper .swiper-slide { height: auto; display: flex; }
.insight_Card {
  display: flex; flex-direction: column;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}
.insight_Media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.insight_Media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.insight_Badge {
  position: absolute; top: 16px; left: 16px;
  font-size: 11.5px; font-weight: 600; letter-spacing: 1.4px; text-transform: uppercase;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(10, 10, 12, 0.45);
  backdrop-filter: blur(6px);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  white-space: nowrap;
}
.insight_Body { display: flex; flex-direction: column; flex: 1; padding: 26px 26px 28px; }
.insight_Title {
  font-size: clamp(23px, 1.5vw, 28px);
  font-weight: 500;
  line-height: 1.34;
  letter-spacing: -0.3px;
  color: #fff;
  margin-bottom: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ins_Link {
  display: inline-flex; align-items: center; gap: 9px;
  margin-top: auto;
  font-size: 15.5px; font-weight: 600;
  color: var(--accent-soft);
  cursor: pointer;
  align-self: flex-start;
  transition: gap 0.25s;
  white-space: nowrap;
}
.ins_Link:hover { gap: 14px; color: var(--accent-soft); }
.ins_Link img { width: 16px; height: auto;  filter: brightness(0) invert(1);}



/* ==========================================================================
   LEADERSHIP
   ========================================================================== */
.leadership_Sec {
  padding: 100px 0;
  color: #fff;
  background: linear-gradient(#050506 0%, #0b0b0d 55%, #050506 100%);
}
.leadership_Decor { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.leadership_Decor .glow {
  position: absolute; width: 700px; height: 700px; left: -260px; top: -320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124, 88, 253, 0.22), transparent 62%);
  filter: blur(70px);
}
.leadership_Sec .sec_Head {  margin: 0 auto 56px; }
.leadership_Sec .eyebrow { color: var(--accent-soft); }
.leadership_Sec .sec_Title .grad_Text { background: linear-gradient(95deg, #a18aff, #54d2ff); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
/* .leader_Card {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 56px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  padding: 44px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(8px);
} */
.leader_Photo { position: relative; height: auto; }
.leader_Photo img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 18px; }
.leader_Name { font-size: clamp(32px, 2.8vw, 44px); font-weight: 400; letter-spacing: -1px; line-height: 1.15; }
.leader_Role { font-size: clamp(17px, 1.3vw, 19.5px); font-weight: 500; color: var(--accent-soft); margin-top: 10px; }
.leader_Bio {
  font-size: clamp(14px, 1.15vw, 18px);
  line-height: 1.75;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 20px;
  max-width: 100%;
}
.leader_Link {
  display: inline-flex; align-items: center; gap: 10px;
  margin-top: 28px;
  color: #fff;
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 500;
  padding: 13px 26px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.04);
  transition: 0.2s;
}
.leader_Link:hover { color: #fff; border-color: rgba(255, 255, 255, 0.5); background: rgba(124, 88, 253, 0.2); }
.leader_Link .li_Badge {
  width: 22px; height: 22px; border-radius: 5px;
  background: #0a66c2;
  display: grid; place-items: center;
  font-size: 12px; font-weight: 700; color: #fff;
}
@media (max-width:576px){
  .leader_Name{
    padding-top: 1rem;
  }
}
/* ==========================================================================
   CTA
   ========================================================================== */
.cta_Sec { padding: 90px 0; }
.cta_Card {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  padding: 56px 60px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}
.cta_Bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.cta_Inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; color: #fff; }
.cta_Inner .eyebrow { color: #bcaaff; margin-bottom: 18px; }
.cta_Title {
  font-size: clamp(42px, 4.6vw, 62px);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -2px;
  max-width: 620px;
  color: #fff;
}
.cta_Title strong { font-weight: 700; }
@media (max-width:576px){
.cta_Sec {
    padding: 0 0;
}
.hero_Cta .btn{
  font-size: 0.8rem!important;
}
.cta_Sec .container{
     padding-left: 0;
    padding-right: 0;
}
.cta_Sec .cta_Card{
     border-radius: 0;
    padding: 56px 20px;
}
}
/* ==========================================================================
   ACCELERATORS (sticky stack cards)
   ========================================================================== */
.accelarator_Sec { padding: 40px 0 30px; }
.accelarator_Sec .sec_Head { margin-bottom: 56px; }


.accelarator_Card {
  position: sticky;
  margin-bottom: 26px;
  background: var(--dark);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.3);
  padding: 48px 52px;
  overflow: hidden;
  will-change: transform;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.accelarator_Card:nth-child(1) { top: 110px; 
background: url(../images/abstract/accelarator_1.png);
}
.accelarator_Card:nth-child(2) { top: 126px; background: url(../images/abstract/accelarator_2.png); }
.accelarator_Card:nth-child(3) { top: 142px; background: url(../images/abstract/accelarator_3.png); }
.accelarator_Card:nth-child(4) { top: 158px;background: url(../images/abstract/accelarator_4.png); }
.accel_Tint { position: absolute; inset: 0; z-index: 1; background: linear-gradient(115deg, rgba(6, 4, 16, 0.55), rgba(6, 4, 16, 0.18)); }
.accel_Shade { position: absolute; inset: 0; z-index: 3; background: var(--darker); opacity: 0; pointer-events: none; }
.accel_Card_Row { position: relative; z-index: 2; align-items: center; }
.accel_Num_Row { display: flex; align-items: center; gap: 18px; margin-bottom: 22px; }
.accel_Num { font-size: clamp(40px, 3.6vw, 56px); font-weight: 200; color: rgba(255, 255, 255, 0.3); letter-spacing: -1px; }
.accel_Rule { height: 1px; flex: 1; background: linear-gradient(90deg, rgba(178, 158, 255, 0.4), transparent); }
.accel_Title {
  font-size: clamp(28px, 2.4vw, 38px);
  font-weight: 400;
  margin-bottom: 16px;
  letter-spacing: -0.8px;
  line-height: 1.15;
  color: #fff;
}
.accel_Desc {
  font-size: clamp(12px, 1.4vw, 18px);
  line-height: 1.75;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.66);
  max-width: 560px;
}
.accel_Tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.accel_Tags span {
  font-size: clamp(14px, 1.05vw, 16px);
  font-weight: 400;
  padding: 8px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.72);
  white-space: nowrap;
}
.accel_Media { height: 280px; border-radius: 18px; overflow: hidden; position: relative; z-index: 2; }
.accel_Media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.accel_Media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(124, 88, 253, 0.22), transparent 60%); }
@media (max-width:576px){
  .accelarator_Card .accel_Media{
    display: none;
  }
}
/* Lenis required CSS */
  html.lenis,
  html.lenis body {
    height: auto;
  }

  .lenis.lenis-smooth {
    scroll-behavior: auto !important;
  }

  .lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
  }

  .lenis.lenis-stopped {
    overflow: hidden;
  }

  /* ============================
     2. SCROLL PROGRESS BAR
  ============================ */
  .scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 0%;
    background: #6b25ff;
    z-index: 999;
    transition: width 0.1s linear;
  }

  /* ============================
     3. NAVBAR
  ============================ */
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 1.25rem 0;
    transition: background 0.4s ease, padding 0.4s ease;
  }

  .navbar.scrolled {
    background: rgba(10, 10, 12, 0.75);
    backdrop-filter: blur(14px);
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--clr-line);
  }

  .nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .brand {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 1.35rem;
    letter-spacing: -0.02em;
  }

  .brand span {
    color: var(--clr-accent);
  }

  .nav-links {
    display: none;
    gap: 2rem;
    list-style: none;
  }

  .nav-links a {
    font-size: 0.92rem;
    color: var(--clr-muted);
    transition: color 0.3s;
  }

  .nav-links a:hover {
    color: var(--clr-text);
  }


  @media (min-width: 768px) {
    .nav-links {
      display: flex;
    }
  }

  /* ============================
     4. HERO
  ============================ */
  .hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 8rem 0 4rem;
    position: relative;
    overflow: hidden;
  }

  .hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: var(--clr-muted);
    margin-bottom: 1.5rem;
    opacity: 0;
    transform: translateY(20px);
  }

  .hero-eyebrow .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--clr-accent);
    box-shadow: 0 0 12px var(--clr-accent);
    animation: pulse 2s infinite;
  }

  @keyframes pulse {

    0%,
    100% {
      opacity: 1;
    }

    50% {
      opacity: 0.4;
    }
  }

  .hero h1 {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 8vw, 6.5rem);
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: -0.03em;
    margin-bottom: 2rem;
  }

  .hero h1 .word {
    display: inline-block;
    overflow: hidden;
    padding-bottom: 0.08em;
    /* prevents descender clip on g, y */
    line-height: inherit;
    margin-right: 0.25em;
  }

  .hero h1 .word>span {
    display: inline-block;
    transform: translateY(120%);
  }

  .hero h1 em {
    font-style: italic;
    color: var(--clr-accent);
    font-weight: 500;
  }

  .hero p {
    font-size: clamp(1rem, 1.4vw, 1.25rem);
    color: var(--clr-muted);
    max-width: 560px;
    margin-bottom: 2.5rem;
    opacity: 0;
    transform: translateY(20px);
  }

  .hero-ctas {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    opacity: 0;
    transform: translateY(20px);
  }



  /* Floating shapes (parallax) */
  .shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.4;
    pointer-events: none;
  }

  .shape-1 {
    width: 400px;
    height: 400px;
    background: var(--clr-accent);
    top: 10%;
    right: -100px;
  }

  .shape-2 {
    width: 300px;
    height: 300px;
    background: var(--clr-accent-2);
    bottom: 5%;
    left: -80px;
    opacity: 0.25;
  }

  /* ============================
     5. MARQUEE
  ============================ */
  .marquee {
    border-top: 1px solid var(--clr-line);
    border-bottom: 1px solid var(--clr-line);
    padding: 1.75rem 0;
    overflow: hidden;
    white-space: nowrap;
  }

  .marquee-track {
    display: inline-flex;
    gap: 3rem;
    will-change: transform;
  }

  .marquee-item {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: 700;
    color: var(--clr-muted);
    display: inline-flex;
    align-items: center;
    gap: 3rem;
  }

  .marquee-item::after {
    content: '✦';
    color: var(--clr-accent);
    font-size: 0.7em;
  }

  /* ============================
     6. SERVICES SECTION
  ============================ */
  section.section {
    padding: 8rem 0;
    position: relative;
  }

  .section-head {
    max-width: 720px;
    margin-bottom: 4rem;
  }

  .section-tag {
    display: inline-block;
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--clr-accent);
    margin-bottom: 1.25rem;
  }

  .section-head h2 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 5vw, 3.75rem);
    line-height: 1.05;
    letter-spacing: -0.02em;
    font-weight: 700;
  }

  .section-head p {
    color: var(--clr-muted);
    margin-top: 1.25rem;
    font-size: 1.05rem;
    max-width: 540px;
  }

  .service-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  @media (min-width: 900px) {
    .service-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  .service-card {
    background: var(--clr-surface);
    border: 1px solid var(--clr-line);
    border-radius: var(--radius);
    padding: 2.5rem 2rem;
    position: relative;
    overflow: hidden;
    transition: border-color 0.4s, transform 0.4s;
    cursor: pointer;
  }

  .service-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%),
        rgba(255, 91, 46, 0.15), transparent 50%);
    opacity: 0;
    transition: opacity 0.4s;
  }

  .service-card:hover {
    border-color: rgba(255, 91, 46, 0.3);
    transform: translateY(-6px);
  }

  .service-card:hover::before {
    opacity: 1;
  }

  .service-card>* {
    position: relative;
    z-index: 1;
  }

  .service-num {
    font-family: var(--font-display);
    font-size: 0.85rem;
    color: var(--clr-accent);
    margin-bottom: 2rem;
    letter-spacing: 0.1em;
  }

  .service-card h3 {
    font-family: var(--font-display);
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 1rem;
    letter-spacing: -0.01em;
  }

  .service-card p {
    color: var(--clr-muted);
    font-size: 0.97rem;
    margin-bottom: 2rem;
  }

  .service-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: var(--clr-text);
    border-bottom: 1px solid var(--clr-line);
    padding-bottom: 0.4rem;
    transition: gap 0.3s, border-color 0.3s;
  }

  .service-card:hover .service-link {
    gap: 0.85rem;
    border-color: var(--clr-accent);
  }
  .bsf-scroll-slider .common_Title{
    text-align: left;

  }
  /* ============================
     7. HORIZONTAL PINNED SECTION
  ============================ */
  .horizontal {
    overflow: hidden;
    background: var(--clr-surface);
  }

  .horizontal-track {
    display: flex;
    width: max-content;
    padding: 0 1.5rem;
    gap: 2rem;
  }

  .h-panel {
    flex: 0 0 auto;
    width: 80vw;
    max-width: 480px;
    padding: 3rem;
    border-radius: var(--radius);
    background: var(--clr-bg);
    border: 1px solid var(--clr-line);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 60vh;
  }

  .h-panel-num {
    font-family: var(--font-display);
    font-size: 5rem;
    font-weight: 800;
    color: var(--clr-accent);
    line-height: 1;
    letter-spacing: -0.03em;
  }

  .h-panel h4 {
    font-family: var(--font-display);
    font-size: 1.75rem;
    font-weight: 700;
    margin-top: 1rem;
    line-height: 1.2;
  }

  .h-panel p {
    color: var(--clr-muted);
    margin-top: 1rem;
    font-size: 0.97rem;
  }

  /* ============================
     8. STATS
  ============================ */
  .stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    border-top: 1px solid var(--clr-line);
    padding-top: 4rem;
    margin-top: 4rem;
  }

  @media (min-width: 768px) {
    .stats {
      grid-template-columns: repeat(4, 1fr);
    }
  }

  .stat .num {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.03em;
    color: var(--clr-text);
  }

  .stat .num .suffix {
    color: var(--clr-accent);
  }

  .stat .label {
    color: var(--clr-muted);
    font-size: 0.92rem;
    margin-top: 0.75rem;
  }

  /* ============================
     9. BIG TEXT REVEAL
  ============================ */


  /* ============================
     10. CTA
  ============================ */
  .cta {
    text-align: center;
    background: var(--clr-surface);
    padding: 7rem 1.5rem;
    border-radius: var(--radius);
    margin: 0 1.5rem 4rem;
    position: relative;
    overflow: hidden;
  }

  .cta h2 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 5vw, 3.75rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
  }

  .cta p {
    color: var(--clr-muted);
    max-width: 540px;
    margin: 0 auto 2.5rem;
  }

  /* ============================
     11. FOOTER
  ============================ */
  footer {
    border-top: 1px solid var(--clr-line);
    padding: 3rem 0;
    color: var(--clr-muted);
    font-size: 0.9rem;
  }

  .footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
  }

  /* ============================
     12. REVEAL ANIMATION HELPERS
  ============================ */
  .fade-up {
    opacity: 0;
    transform: translateY(40px);
  }

  /* Accessibility */
  @media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
      animation-duration: 0.01ms !important;
      transition-duration: 0.01ms !important;
    }
  }
  .eyebrow{
    display: none;
  }
  .swiper-slide{
        background: #000;
    border-radius: 12px;
  }
  p.head_Note {
       color: #010101;
    font-size: 1.1rem;
    line-height: 1.8;
}
.yashPerspectives  .commonTag::before{
  display: none;
}
.cases_Sec .btn.btn-primary{
      padding: 12px 24px;
}

/* .grad_Text{
  color: #5a00fa;
} */
 .page_Navigation {
  position: sticky;
  top: 0;
  z-index: 999;
   /* so sections don't show through when stuck */
}
.page_Navigation .tabSec .nav-tabs .nav-link.active{
  border-bottom: 1px solid #5a00fa;
}
.hero_Cta {
    display: block;
    width: 100%;
    position: relative;
    margin-top: 3rem;
}