/* adjust this to your header height */
:root {
    --header-height: 72px;
}


@font-face {
    font-family: 'HelveticaNeue-Light';
    src: url('/helvetica-neue-5/HelveticaNeueLight.otf') format('otf'),
         url('/helvetica-neue-5/HelveticaNeueLight.otf') format('otf');
    font-style: normal;
  }

  @font-face {
    font-family: 'HelveticaNeue-Light';
    src: url('/helvetica-neue-5/HelveticaNeueBlack.otf') format('otf'),
         url('/helvetica-neue-5/HelveticaNeueBlack.otf') format('otf');
    font-style: normal;
  }
  
  
.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
  

/* keeps content visible below the fixed header */
body {
    padding-top: var(--header-height);
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    padding: 0px;
}

  .nav-link.active {
    color: #4E47FF !important;           /* Example: white text */

  }
.mobile-header {
    display: none;
}
.containerHero {
    max-width: 100%;
    margin-left: 32px;
    margin-right: 32px;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 10px 20px;
    position: relative;
    /* keeps img & button in flow */
}

.logo-text {
    color: aliceblue;
    margin: 0;
}

.header-btn {
    color: aliceblue;
    background: transparent;
    border: 1px solid aliceblue;
    padding: 5px 12px;
    border-radius: 4px;
    cursor: pointer;
}

/* only navbar fixed */
.container-header {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;

    max-width: 555px;
    width: 100%;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 32px 10px rgba(0, 0, 0, 0.08);
}

ul li a {
    color: #8987A1;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

/* HERO  */
.hero {
    margin-top: 42px;
    background: url("/images/Cinematic Customer iMage v1 1.png") center/cover no-repeat;
     /*background: url("/images/diwalimain.png") center/cover no-repeat;*/
    border-radius: 32px;
    position: relative;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000;
    padding: 20px;
}

.hero2 {
    margin-top: 42px;
    background: url("/images/hero2.png") center/cover no-repeat;
     /*background: url("/images/diwali2.png") center/cover no-repeat;*/
    border-radius: 32px;
    position: relative;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000;
    padding: 20px;
}


.hero2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(255,255,255,0.8); */
    z-index: 1;
}




/* Overlay */
.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(255,255,255,0.8); */
    z-index: 1;
}

.hero-content {

    position: relative;
    z-index: 2;
    max-width: 900px;
}

.powered {
    font-size: 16px;
    margin-bottom: 15px;
}

.powered span {
    font-weight: bold;
    color: #000;
}

.hero h1,
.hero2 h1 {
  color: #252432;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

/* Targets span.highlight (or any .highlight) inside h1s of hero/hero2 */
.hero h1 .highlight,
.hero2 h1 .highlight {
  color: #4E47FF;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 62px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.hero p, .hero2 p {
    margin-top: 24px;
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 42px */
    letter-spacing: -0.56px;
}

.btns {
    margin: 24px 0;
}

.btns a {
    display: inline-block;
    padding: 12px 22px;
    margin: 0 8px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
}

.btn-apply {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 24px */
    letter-spacing: -0.32px;
    border-radius: 8px;
    background: #4E47FF;
    padding: 8px 24px;
        text-decoration: none;
}

.btn-outline {
    color: #4E47FF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 24px */
    letter-spacing: -0.32px;
    border-radius: 8px;
    border: 2px solid #4E47FF;
    padding: 8px 24px;
}


/* Bottom Tabs */
.tabs {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.90);

    backdrop-filter: blur(10.399999618530273px);
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding: 16px;
    position: relative;
    top: 53%;

}

.offer {
    color: #252432;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 21.6px */
    letter-spacing: 0.36px;
    text-transform: capitalize;
}

.tab {
    color: #002E4B;
    font-family: "Helvetica Neue";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 1px solid rgba(0, 46, 75, 0.20);
    cursor: pointer;

    transition: all 0.3s ease;
}

.tab.active {
    border: 1px solid #4169E1;
    color: #4169E1;
    font-weight: bold;
}

/* top companiese */
.CompaniesSection {
    margin: 0px 62px;
    margin-top: 50px;
}

.topComp {
    color: #252432;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 28.8px */
    letter-spacing: 0.48px;
    text-transform: capitalize;
    text-align: center;
}

.loved {
    color: var(--Base-BodyText, #818181);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 28.8px */
    letter-spacing: 0.36px;
}

.marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: none;
    padding: 20px 0;

}

.marquee-content {
    display: flex;
    gap: 40px;
    animation: scroll 20s linear infinite;
}

.marquee-content img {
    height: 80px;
    width: 100px;
    object-fit: contain;
}










/* cards */
#products {
    /* padding: 100px 0px; */
    /* background: linear-gradient(90deg, rgba(148, 3, 253, 0.20) 0%, rgba(0, 173, 254, 0.20) 100%); */

    backdrop-filter: blur(10px);
}

.svgbg {
    position: absolute;
    top: 123px
}

.bgcolor {
    padding: 176px 0px;
    background: url("/images/bg.png") no-repeat;
    background-size: 550px;
    background-position: left 200px;
    /* left = stick to left, 80px = margin from top */
}

.cards {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    /* keeps it responsive */
    margin: 20px 0;

}

.card {
    flex: 1;
    min-width: 220px;
    /* ensures they shrink but don’t break */
    max-width: 280px;
    /* keeps all balanced in row */
    border-radius: 8px;
    border: 1px solid #FFF !important;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.60) !important;

    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease-in-out;

}

.card:hover {
    transform: translateY(-5px);
}

.card-header {

    padding: 24px;
    padding-top: 36px;

    border-bottom: 0px !important;
    background: rgba(255, 255, 255, 0.60) !important;


}

.svgCard {
    margin-top: 24px;
    border-radius: 4px;
    background: #F5F8FF;
    padding: 12px;
}

.card-header-content h3 {
    margin-top: 24px;
    color: #252432;
    font-family: Inter;
    font-size: 19.773px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 23.727px */
}

.card-body {
    padding: 24px;
    color: #8987A1;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    background: rgba(255, 255, 255, 0.60) !important;
}


.ready {
    color: #252432;
    font-family: Raleway;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 72px */
    align-self: stretch;
}

.readysub {
    color: var(--Base-BodyText, #818181);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 28.8px */
    letter-spacing: 0.36px;
}

#growth {
    padding: 176px 80px;
    padding-bottom: 0px;
    position: relative;
    z-index: 10;
}

.form-container {


    border-radius: 12px;

    font-family: Arial, sans-serif;
}

.role-selector {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.role-selector button {
    flex: 1;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(10.399999618530273px);
    border: none;
    pad: 8px;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
    color: #9A9A9A;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 19.2px */
}

.role-selector button:hover,
.role-selector button.active {
    background: #4E47FF;
    color: white;
}

.form-group {
    margin-bottom: 16px;
    text-align: left;
}

.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
}

.emailText {
    color: #8987A1;

    /* Paragraph */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

.form-group input {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 8px;
    background: #f9f9ff;
    font-size: 14px;
}

.submit-btn {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 8px;
    background: #4E47FF;
    color: white;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.submit-btn:hover {
    background: #4E47FF;
}


/* faq */


#faqsec{
    padding: 0px 80px;
}

.faq {
    max-width: 600px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

.faq-item {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.70) !important;
    backdrop-filter: blur(10.399999618530273px);
    margin-bottom: 16px;
    overflow: hidden;
    border: 1px solid #D6DDED;


}

.faq-question {
    background: rgba(255, 255, 255, 0.70) !important;
    backdrop-filter: blur(10.399999618530273px);
    padding: 15px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question:hover {
    background: #eee;
}

.faq-answer {
    display: none;
    padding: 15px;
    background: #fff;
    border-top: 1px solid #ddd;
}

.faq-item.active .faq-answer {
    display: block;
}




/* ****************************************************************************** */
/* team-page */


.profile-card {
    position: relative;
    width: 250px;
    height: 290px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    margin: 0 auto;
}

.center-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    /* spacing between cards */
}

.profile-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.profile-card:hover .card-image img {
    transform: scale(1.1);
}

.profile-card .card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 1px solid #FFF;
    background: linear-gradient(180deg, #00002B 0%, #545FC4 68.35%);
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 20px;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.8s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.profile-card:hover .card-overlay {
    opacity: 1;
    transform: translateY(0);
}

.card-overlay h3 {
    margin: 0 0 5px;
    color: #FFF;
    font-family: Inter;
    font-size: 18.773px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 23.727px */
}

.card-overlay p {
    margin: 5px 0;
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
}

.ourProductsInvestor{
    font-family: Raleway;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 72px */
    color: #252432;

}

 






























.bg-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
}

.bg-half {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: 0;
    overflow: hidden;
}

.bg-half.left {
    left: 0;
}

.bg-half.right {
    right: 0;
}

.bg-half svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: white;
    margin: auto;
}

/* footer  */

.footer-container {

    display: flex;
    align-items: flex-start;
    /* <-- stops columns from stretching */
    width: calc(100% - 64px);
    /* compensate if you keep margin */
    margin: 32px auto;
    margin-top: 176px;
    /* centers footer */
    justify-content: space-between;
    /* gap: 76px; */

    background: #fff;
    padding: 26px;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    /* wrap on small screens */
}

.footer-right iframe {
    width: 250px;
    /* smaller map */
    height: 150px;
    /* reduce height */
    border-radius: 10px;
    border: 0;
}

/* .footer-left, .footer-middle, .footer-right {
    flex: 1;

  } */
.footer-left,
.footer-middle,
.footer-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* push text to bottom */
}

.footer-left{
    justify-content: space-between !important;

}

#lapsocical{
    margin-top:24px;
       margin-bottom:24px;
}
.footer-middle p {
    color: #8987A1;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    margin-bottom: 2px;
}

.footer-right ul {
    list-style: none;
    padding: 0;
}

.footer-right ul li {
    cursor: pointer;
    margin: 5px 0;
    color: #8987A1;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-top: 4px;
    line-height: 150%;
    /* 24px */
}

.footer-right ul li:hover {
    color: #007bff;
    text-decoration: underline;
}

.footer-left p {
    color: #8987A1;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    margin-bottom: 2px;
}
.ourOffices{
    color: #8987A1;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; 
}

.footer-left,
.footer-middle,
.footer-right .row  h3 h4 {
    color: #8987A1;
    font-family: Inter;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 24px */
}

.mob{
    display: none;
}

.footer-links-lap {
  list-style: none;        /* removes dots */
  padding: 0;              /* removes left indentation */
  margin: 0;               /* removes default margin */
}

.footer-links-lap li a {
  color: rgb(137, 135, 161);

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  display: inline-block;
  margin-bottom: -2px;
  transition: color 0.3s ease;
}

.footer-links-lap li a:hover {
  color: black; /* or any hover color you prefer */
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Responsive */
/* @media (max-width: 768px) {
    .hero h1 {
        font-size: 28px;
    }
   

    .hero p {
        font-size: 16px;
    }
} */


@media (max-width: 767.98px) {

    .header-wrapper {
        display: none;
    }
    .mob{
        display: block;
    }

    .mobile-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 20px;
   
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 1000;
      }
  
      .logo {
        font-size: 20px;
        font-weight: bold;
      }
  
      /* Hamburger */
      .hamburger {
        display: flex;
        flex-direction: column;
        cursor: pointer;
        gap: 5px;
      }
      .hamburger span {
        display: block;
        width: 24px;
        height: 3px;
        background: #000;
        border-radius: 2px;
      }
  
      /* Overlay Menu */
      .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #f5f7fb;
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 2000;
        animation: fadeIn 0.3s ease;
      }
  
      @keyframes fadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
      }
  
      /* Close button */
      .close-btn {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 28px;
        background: none;
        border: none;
        cursor: pointer;
        color: #000;
      }
  
      /* Menu links */
      .overlay-menu {
        display: flex;
        flex-direction: column;
        gap: 30px;
        text-align: center;
      }
      .overlay-menu a {
        font-size: 22px;
        text-decoration: none;
        color: #222;
        font-weight: 500;
      }

    .containerHero {

        margin-left: 22px;
        margin-right: 22px;
    }

    .powered {
        font-size: 13.359px;
    }

    .hero-content h1 {
        font-size: 22.901px;
    }

    .hero h1 .highlight ,    .hero2 h1 .highlight{
        font-size: 22.901px;
    }

    .hero p, .hero2 p {
        letter-spacing: -0.229px;
        font-size: 11.45px;


    }

    .btns {
        margin: 24px 0;
    }

    .btns a {
        display: inline-block;
        padding: 8px 12px;
        margin: 0 8px;
        font-size: 12px;
        text-decoration: none;
        border-radius: 6px;
        font-weight: bold;
    }

    .btn-apply {
        color: #FFF;

        font-size: 12px;
            text-decoration: none;

        /* 24px */
        letter-spacing: -0.32px;
        border-radius: 8px;

        padding: 8px 12px;
    }

    .btn-outline {
        color: #4E47FF;
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 24px */
        letter-spacing: -0.32px;
        border-radius: 8px;
        border: 2px solid #4E47FF;
        padding: 8px 24px;
    }

 

    .CompaniesSection {
        margin: 0px 22px;
        margin-top: 50px;
    }

    .topComp {
        font-size: 15.267px;

        font-weight: 600;
        line-height: 120%;
        /* 28.8px */
        letter-spacing: 0.305px;


    }

    .loved {
        font-size: 15.267px;
        font-weight: 400;
        letter-spacing: 0.305px;

    }

    .bgcolor {
        padding: 86px 0px;

    }

    #product {
        padding: 12px;
    }


    .cards {
        display: flex;
        /* row layout */
        gap: 16px;
        padding: 12px;
        overflow-x: auto;
        /* enable horizontal swipe */
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        /* iOS smooth scrolling */
        scroll-snap-type: x mandatory;
        /* optional snap */
        flex-wrap: nowrap;
        /* keep cards on single row */
        touch-action: pan-x;
        /* allow horizontal pan on some browsers */
        box-sizing: border-box;
    }


    /* Target cards only inside .cards to avoid global override */
    .cards .card {
        flex: 0 0 85%;
        /* card width (percentage of viewport) */
        min-width: 260px;
        /* ensures reasonable width on small phones */
        max-width: 340px;
        /* optional upper limit */
        box-sizing: border-box;
        scroll-snap-align: start;
        /* snap into view */
        margin: 0;
        /* remove extra margins that break layout */
    }

    /* Optional: make body text scroll inside card if too long */
    .cards .card .card-body {
        max-height: 220px;
        overflow: auto;
    }

    /* Optional: nicer small scrollbar (WebKit) */
    .cards::-webkit-scrollbar {
        height: 8px;
    }

    .cards::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.12);
        border-radius: 6px;
    }


    #growth {
        padding: 80px 14px;
      
    }
    .ready{

font-size: 22.901px;

font-weight: 600;
line-height: 120%; /* 27.481px */
    }
    .readysub{
   
        font-size: 11.45px;
      
        font-weight: 400;
        line-height: 160%; /* 18.321px */
        letter-spacing: 0.229px;
    }
    .role-selector button {
       
        font-size: 11px;
      
        /* 19.2px */
    }

    #faqsec{
        padding: 0px 12px;
    }

    .lap{
        display: none;
    }
    footer {
        background: #fff;
        /* text-align: center; */
        padding: 20px;
        position: relative;
      }
  
      .footer-section {
        margin-bottom: 20px;
      }
  
      .footer-title {
        font-weight: bold;
        margin-bottom: 10px;
        color: #8987A1;

        font-family: Inter;
        font-size: 13.359px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%; /* 20.038px */
      }
  
      .footer-links {
        list-style: none;
        padding: 0;
        margin: 0;
        
      }
  
      .footer-links li {
        margin: 6px 0;
      }
  
      .footer-links a {
        text-decoration: none;
        color: #8987A1;
        font-family: Inter;
        font-size: 13.359px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 20.038px */
      }
  
      .footer-links a:hover {
        color: #4E47FF;
      }
  
      .office {
        text-decoration: none;
        color: #8987A1;
        font-family: Inter;
        font-size: 13.359px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 20.038px */
        margin: 8px 0;
      }
  
      .footer-logo {
        text-align: center;
        margin: 20px 0;
      }
  
      .footer-logo span {
        display: inline-block;
        /* background: #4E47FF; */
        color: #fff;
        padding: 6px 12px;
        border-radius: 6px;
        font-weight: bold;
        font-size: 18px;
      }
  
      .contact {
        text-align: center;
      
        margin: 6px 0;
        color: #8987A1;
        font-family: Inter;
        font-size: 11.45px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 17.176px */
      }
  
      .social-icons {
        text-align: center;
        margin: 15px 0;
      }
  
      .social-icons a {
        text-align: center;
        margin: 0 6px;
        display: inline-block;
        color: #333;
        font-size: 18px;
        text-decoration: none;
      }
  
      .copyright {
        text-align: center;
        color: #8987A1;
        text-align: center;
        font-family: Inter;
        font-size: 11.45px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 17.176px */
        margin-top: 10px;
      }

      .ourProductsInvestor{
        font-size: 22.901px;
    
    }


    .row.horizontal-scroll {
        flex-wrap: nowrap !important;  /* Don't wrap */
        overflow-x: auto;              /* Enable horizontal scroll */
        -webkit-overflow-scrolling: touch; /* Smooth scroll for iOS */
      }
    
      .row.horizontal-scroll > div {
        flex: 0 0 auto;   /* Prevent shrinking */
        width: 70%;       /* Each card takes ~70% of width */
        margin-right: 16px;
      }
 
   

}

.tabs-wrapper{
    position: absolute;            /* relative to .hero (make sure .hero is position:relative) */
    left: 50%;
    top:114%;
    bottom: 24px;                  /* change this to place tabs vertically */
    transform: translateX(-50%);
    width: calc(100% - 32px);      /* leave some margin on sides */
    max-width: 1100px;
    box-sizing: border-box;
    z-index: 20;
    pointer-events: auto;
  }
  
  /* ---------- fixed rounded container (visual) ---------- */
  .tabs{
    background: rgba(255,255,255,0.95);
    border-radius: 16px;
    padding: 10px 12px;
    display:flex;
    align-items:center;
    gap:12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    overflow: hidden;              /* IMPORTANT: clip the inner scroll so it stays inside rounded corners */
  }
  
  /* left area (offer + svg) */
  .tabs-left{
    display:flex;
    align-items:center;
    gap:8px;
    flex:0 0 auto;
    margin-right:4px;
  }
  .offer{ font-weight:500; color:#252432; font-size:14px; text-transform:capitalize; flex-shrink:0; }
  .icon{ flex-shrink:0; display:flex; align-items:center; }
  
  /* ---------- the scrollable row (only this part scrolls) ---------- */
  .tabs-scroll{
    display:flex;
    gap:10px;
    overflow-x:auto;               /* the only scrollable element */
    -webkit-overflow-scrolling: touch;
    overflow-y:hidden;
    padding:6px 6px 6px 0;         /* internal padding so tabs don't hit corners */
    scroll-behavior:smooth;
    flex:1 1 auto;                 /* let it take remaining width */
  }
  
  /* hide scrollbars nicely */
  .tabs-scroll::-webkit-scrollbar{ display:none; }
  .tabs-scroll{ -ms-overflow-style:none; scrollbar-width:none; }
  
  /* tab items */
  .tab{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px 18px;
    border-radius:12px;
    background:transparent;
    border:1px solid rgba(0,46,75,0.12);
    color:#002E4B;
    text-decoration:none;
    font-size:14px;
    white-space:nowrap;
    min-width:120px;               /* ensures pill-like buttons; adjust as needed */
    flex:0 0 auto;                 /* crucial: prevent tabs from stretching */
    scroll-snap-align:center;      /* optional: nicer centering when used with scrollsnap */
  }
  
  /* active tab */
  .tab.active{ border-color:#4169E1; color:#4169E1; font-weight:700; }
  
  /* OPTIONAL: make it snap on mobile */
  .tabs-scroll { scroll-snap-type: x proximity; }
  
  /* responsive: smaller min-width on tighter screens */
  @media (max-width:420px){
    .tab{ min-width:100px; padding:9px 14px; font-size:13px; }
    .tabs-wrapper{ bottom:18px; width:calc(100% - 24px);    top:134%; }
  }