.brand-new-left{
  padding: 0px 5%;
}
.trusted-label{
  color: #0047BB;font-weight: 700;
  margin: 0;
}

    /* ── RATINGS ── */
    .ratings-bar {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 20px;
      margin-top: 16px;
    }
    .star-rating-section{
      box-shadow: 0 1px 4px rgba(0,0,0,.06);
      padding: 6px;
      border-radius: 8.544px;
    }
    .rating-badge {
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .rating-badge img {
      width: 70%; 
    }
    .stars {
      display: flex; gap: 2px;
    }
    .stars svg { color: #F5A623; }
    .rating-info { display: flex; flex-direction: column; }
    .rating-score { font-weight: 800; font-size: 1.4rem; line-height: 1; }
    .rating-count { font-size: 1rem; color: var(--text-muted-custom); line-height: 1.4; }

    .brand-new-left h1{
      color: #0F1822;
      font-size: 4rem;
      font-family: var(--font-light);
      letter-spacing: 0.1rem;
    }
    .brand-new-left h1 span{
      color: #0F1822;
      font-size: 60px;
      font-weight: 600;
      letter-spacing: 0.1rem;
    }

  .subtitle{
    font-size: 24px;
    padding-right: 40px;
  }
.brand-new-right-img img{
  width: 86%;
}
.top-bar{
  background: #0047BB;
  padding: 10px 0px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1002;
}
.top-bar p{
  margin: 0px;
  color: #FFF;
}
.top-bar a{
  margin-left: 10px;
  color: #FFF;
  text-decoration: underline;
}
.header-main{
border-bottom: 1px solid rgba(0, 0, 0, 0.10);
background: #F9FBFF;
padding: 10px 0px;
position: fixed !important;
top: 0;
left: 0;
width: 100%;
z-index: 1001;
}
.nav-link{
    color: #0F1822;
}
.dropdown-mega .dropdown-menu {
    width: 80%;
    border-radius: 16px;
    padding: 18px;
    left: 10%;
    border-radius: 16px;
    border: 2px solid #0047BB;
    background: radial-gradient(75.68% 124.39% at 109.15% 59.31%, rgba(0, 71, 187, 0.20) 0%, rgba(0, 71, 187, 0.00) 100%), #FFF;
    box-shadow: 0 32px 84px -56px var(--Brand-Color-Brand-Yellow, #0047BB);    
}
  .mega-left h4 {
    padding: 18px;
    font-weight: 600;
    font-size: 1.2rem;
    color: #0047BB;
    font-family: var(--font-secondary);
  }

  /* Card items on the right */
  .mega-card {
    border-radius: 14px;
    padding: 14px 14px;
    height: 100%;
    background: #fff;
    transition: transform .08s ease, box-shadow .08s ease;
    text-decoration: none;
    display: block;
  }

  .mega-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(0,0,0,.08);
  }

  .mega-card .icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  
  .mega-card .icon svg {
    width: 22px;
    height: 22px;
    display: block;
  }
  .mega-card .title {
    font-weight: 600;
    font-size:1rem;
    margin-bottom: 4px;
    color: #0F1822;
  }

  .mega-card .desc {
    color: #000;
    font-size: 0.85rem;
    margin: 0;
    line-height: 1.35;
  }

  /* Featured panel (Resources screenshot) */
  .featured-panel {
    border-radius: 14px;
    padding: 16px;
    height: 100%;
    background: #00358C; /* deep blue */
    color: #fff;
  }
  .featured-item {
    border-radius: 12px;
    padding: 12px;
    background: rgba(255,255,255,.08);
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 12px;
    text-decoration: none;
    color: #fff;
  }
  .featured-item:hover{
    color: #FFF;
  }
  .featured-thumb {
    width: 44px; height: 44px;
    border-radius: 10px;
    background: rgba(255,255,255,.25);
    flex: 0 0 auto;
  }
  .featured-item small {
    opacity: .85;
  }

  /* Keep dropdown working nicely inside navbar container */
  .dropdown-mega.position-static {
    position: static;
  }

  /* On mobile, dropdown-menu should feel like part of the collapsed nav */
  @media (max-width: 991.98px) {
    .dropdown-mega .dropdown-menu {
      margin-top: 0;
      border-radius: 12px;
      padding: 12px;
    }
    .mega-left {
      margin-bottom: 12px;
    }
  }

  /* Enterprise styles */
.challengs-white-card {
    background: #FFF;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(90, 114, 234, 0.08);
  }
  
  .challengs-white-card h4 {
    color: #000;
    line-height: 1.4em;
    font-family: var(--font-default);
    margin: 20px 0px;
  }
  
  .animate-card {
    background: #FFF;
    border-radius: 24px;
    padding: 40px;
    /* box-shadow: 0 6px 30px 0  #D9F2E5; */
  }
  
  .list-style-icon {
    color: #3B3C45;
    margin-top: 20px;
  }
  
  .list-style-icon ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  
  .list-style-icon ul li {
    font-size: 24px;
    position: relative;
    padding-left: 40px; /* space for icon */
    margin-bottom: 20px;
    display: block;
    color: #3B3C45;
  }
  
  .list-style-icon ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 1.4em;
    height: 1.4em;
    background-image: url(../images/new-icon-list.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  
  .section-title h3 {
    font-family: var(--font-default);
    font-size: 34px;
    font-weight: 600;
    line-height: normal;
    color: #0E0E11;
    margin-bottom: 30px;
  }
  
  .section-title h2 {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 40px;
    color: #0E0E11;
    margin-bottom: 20px;
  }
  .section-title p{
    font-size: 24px;
  }
  .section-Primary-Light {
    background:#F5F8FE;
    padding:60px 0
  }
  
  /* .client-logos .slide img {
  
  animation: scroll 20s linear infinite;
  }
  
  .client-logos .slide-track {
  width: 100%;
  display: flex;
  gap: 6em;
  overflow: hidden;
  }
  
  .slide-track img {
  height: 30px;
  }
  
  @keyframes scroll {
  0% {
    transform: translateX(0);
  }
  
  100% {
    transform: translateX(calc(-80px * 6));
  }
  } */
  
  .section-title h4 {
    color: var(--color-primary);
    font-weight: 500;
    font-family: var(--font-medium-italic);
    font-style: italic;
  }
  .quote-icon {
  font-size: 60px;
  color: #b8e6f0;
  margin-bottom: 20px;
  }
  
  .testimonial-text {
  font-size: 20px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 30px;
  }
  
  .author-info {
  display: flex;
  align-items: center;
  gap: 15px;
  }
  
  .author-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4db8d8, #2a9bb8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
  }
  
  .author-name {
  font-weight: 600;
  color: #333;
  margin: 0;
  }
  
  .author-title {
  color: #666;
  font-size: 14px;
  margin: 0;
  }
  
  /* ─── TESTIMONIAL OUTER CARD ─── */
  .testimonial-details {
    background: #fff;
    border-radius: 2.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 20px;
    overflow: hidden;
  }

  /* ─── LEFT: PERSON IMAGE ─── */
  .case-image {
    position: relative;
  }

  .case-image img {
    border-radius: 40px 0px 0px 40px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    min-height: 340px;
  }

  .case-enterprise-details {
    padding: 8px 12px;
    border-radius: 0.96156rem;
    background: rgba(255, 255, 255, 0.80);
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 32px);
    text-align: center;
  }

  /* .case-enterprise-details h4 {
    font-size: 13px;
    font-weight: 700;
    color: #111;
    margin-bottom: 2px;
  }

  .case-enterprise-details p span {
    font-size: 11.5px;
    color: #555;
  } */

  /* ─── MIDDLE: TESTIMONIAL TEXT ─── */
  .testimonial-card {
    padding-right: 20px;
  }

  .quote-icon {
    margin-bottom: 16px;
  }

  /* .quote-icon img {
    height: 40px;
    width: auto;
  } */


  /* .testimonial h5 {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a2e;
    line-height: 1.65;
    margin-bottom: 0;
  } */

  .testimonial p {
    font-size: 13.5px;
    color: #555;
    margin: 0;
  }

  .stats-card {
    border-radius: 1.75rem;
    padding: 64px 32px;
    color: white;
    text-align: center;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }

  .stats-card-1 {
  background: url("../images/testimonial-card-1.png");

  }

  /* Subtle inner glow to mimic your image texture */
  .stats-card-1::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 1.75rem;
    background: radial-gradient(ellipse at 25% 25%, rgba(255,255,255,0.12) 0%, transparent 65%);
    pointer-events: none;
  }

  .stats-label {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.9;
    border-radius: 8px;
    border: 1.333px solid rgba(255, 255, 255, 0.10);
    background: radial-gradient(
      529.09% 137.34% at 98.6% 4.39%,
      rgba(255, 255, 255, 0.02) 0%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.02) 100%
    );
    backdrop-filter: blur(8px);
    padding: 8px 20px;
    display: inline-block;
  }

  .stats-label p {
    margin: 0;
  }

  .stats-number h2 {
    font-size: 72px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1;
  }

  .stats-description p {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
  }

  /* ─── CAROUSEL INDICATORS ─── */
  .carousel-indicators {
    margin-bottom: -50px;
    position: relative;
  }

  .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    border: none;
    margin: 0 5px;
    opacity: 1;
  }

  .carousel-indicators [data-bs-target] {
    border-radius: 10px;
    background: #D4D6F2;
    width: 20px;
    height: 1px;
    border-top: 1px solid transparent;
    border-bottom: 5px solid transparent;
  }

  .carousel-indicators .active{
    width: 70px;
  }
  .carousel-indicators button.active {
    border-radius: 16px;
    background: #0047BB;
  }

  .hero-section {
  background: radial-gradient(50.07% 50.07% at 50% 100.04%, rgba(0, 71, 187, 0.15) 0%, rgba(0, 71, 187, 0.00) 100%), radial-gradient(49.96% 49.96% at 50% 0%, rgba(0, 71, 187, 0.20) 0%, rgba(0, 71, 187, 0.00) 100%), #FFF;
  
  }
  
  .hero-content-data h1{
  font-size: 60px;
  color:  #0F1822;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-family: var(--font-light);
  }
  
  .hero-content-data span{
  font-weight: 500;
  font-family: var(--font-medium);
  }
  .hero-content-data p{
    font-size: 24px;
    padding-right: 40px;
  }
  .hero-content-italic h1{
  font-size: 60px;
  color:  #0F1822;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-family: var(--font-light);
  }
  
  .hero-content-italic span{
  font-weight: 400;
  font-family: var(--font-secondary);
  }
  .hero-content-italic p{
    font-size: 20px;
  }
  .hero-left {
    padding-left: 6%;
  }
  
  .trusted-text{
  color: #0047BB;
  font-family: "Hanken Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  }
  .hide {
    display: none;
  }
  .form-section{
    border-radius: 24px;
border: 1px solid rgba(0, 171, 82, 0.20);
background: var(--Zenwork-White, #FFF);
box-shadow: 0 40px 68px -24px rgba(0, 0, 0, 0.25);
  }
  .form-select {
    border-bottom: 1px solid #000;
    border-top: 1px solid #00000000;
    border-left: 1px solid #00000000;
    border-right: 1px solid #00000000;
    background-color: none;
    padding: 6px 0px;
    border-radius: 0px;
    box-shadow: none;
  }
  
  .select-form {
    background-color: #d4d6f2;
  }
  
  .form-select:focus {
    border-bottom: 1px solid #000;
    border-top: 1px solid #00000000;
    border-left: 1px solid #00000000;
    border-right: 1px solid #00000000;
    /* background-color: #d4d6f2; */
    /* border-radius: 10px; */
    box-shadow: none
  }
  
.form-label {
  color: #18221D;
  display: block;
  margin: 10px 0px 0px 0px;
}

.form-control {
  border-bottom: 1px solid #000;
  border-top: 1px solid #00000000;
  border-left: 1px solid #00000000;
  border-right: 1px solid #00000000;
  background: none;
  border-radius: 0px;
  box-shadow: none;
  padding: 6px 0;
}
  .form-control:focus {
    border-bottom: 1px solid #000;
    border-top: 1px solid #00000000;
    border-left: 1px solid #00000000;
    border-right: 1px solid #00000000;
    background: none;
    border-radius: 0px;
    box-shadow: none
  }
  
  textarea::placeholder {
    font-size: 16px;
  }


  @media (min-width: 600px) and (max-width: 1280px) {
    .brand-new-left h1{
      font-size: 36px !important;
    }
    .subtitle {
      font-size: 14px;
  }
  .btn-rounded-color{
    padding: 4px 16px;
    font-size: 12px;
  }
  .btn-rounded-color svg{
    width: 14px;
  }
  .section-title h2{
    font-size: 26px !important;
  }
  .section-title h3{
    font-size: 20px !important;
  }
  .list-style-icon ul li{
    font-size: 14px !important;
    margin-bottom:10px !important;
  }
  .testimonial h5{
    font-size: 1.2rem !important;
  }
  .stats-number h2{
    font-size: 36px !important;
  }
  .stats-card{
    min-height:300px !important
  }
  .cta-box-new h2{
    font-size: 30px !important;
  }
  .new-cta-section-padding {
    padding: 30px !important;
}
.hero-content-data h1{
  font-size: 40px !important;
}
.hero-content-data p{
  font-size: 16px !important;
}
.section-title p{
  font-size: 16px !important;
}
  .testimonial-text{
    font-size: 14px !important;
  }
  .featured-title h3{
    font-size: 20px !important;
  }
  .blog-title{
    font-size: 30px !important;
  }
  .blog-content-single p{
    font-size: 16px !important;
  }
  .blog-title h2{
    font-size: 24px !important;
  }
  .blog-title ul li{
    font-size: 16px !important;
  }
  .cta-box h2{
    font-size: 24px !important;
  }
  .hero-home-banner h1{
    font-size: 36px !important;
  }
  }


  .brand-new-hero {
  background: radial-gradient(50.07% 50.07% at 50% 100.04%, rgba(0, 71, 187, 0.15) 0%, rgba(0, 71, 187, 0.00) 100%), radial-gradient(49.96% 49.96% at 50% 0%, rgba(0, 71, 187, 0.20) 0%, rgba(0, 71, 187, 0.00) 100%), #FFF;
  }

  .stepper-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
}

.step {
  display: flex;
  align-items: center;
  gap: 0;
}

.step-box {
  background: #d9e3f5;
  border: none;
  border-radius: 8px;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 500;
  color: #1a2a4a;
  white-space: nowrap;
  cursor: default;
}

.step-arrow {
  display: flex;
  align-items: center;
  padding: 0 6px;
}

.step-arrow svg {
  width: 36px;
  height: 16px;
  color: #1a4fd6;
}

/* Tablet: wrap into 2 rows */
@media (max-width: 991px) {
  .stepper-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}

/* Mobile: full vertical stack */
@media (max-width: 575px) {
  .stepper-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .step {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .step-box {
    width: 100%;
    text-align: center;
  }
  .step-arrow {
    transform: rotate(90deg);
    padding: 4px 0;
  }
  .brand-new-left h1{
    font-size: 3rem;
  }
  .nav-menu-links{
    height: auto !important;
  }
  .cta-box-new h2{
    font-size: 30px !important;
  }
  .navbar-nav li {
    height: auto;
}
.nav-item{
  align-self: flex-start;
}
}



.new-cta-section {
    background:
        radial-gradient(45.6% 86.57% at 50% -55.85%, #0047BB 0%, rgba(0, 71, 187, 0.00) 100%),
        radial-gradient(65.21% 91.04% at 50% 143.27%, #0047BB 0%, rgba(0, 71, 187, 0.00) 100%),
        url('../images/form-bg-cta-new.png'),
        #00122E;
    background-position: center right;
    background-repeat: no-repeat;
    padding: 40px;
    border-radius: 48px;
    background-size: auto;
}
.cta-box h2 {
    line-height: 1.4em;
    font-size:45px;
    color:#fff;
}
.new-cta-section-padding{
      padding: 80px;

}
.cta-box-new h2 {
    line-height: 1.4em;
    font-size:54px;
    color:#fff;
}
.hero-section-white-paper {
  background: radial-gradient(50.07% 50.07% at 50% 100.04%, rgba(0, 71, 187, 0.15) 0%, rgba(0, 71, 187, 0.00) 100%),
   radial-gradient(49.96% 49.96% at 50% 0%, rgba(0, 71, 187, 0.20) 0%, rgba(0, 71, 187, 0.00) 100%),url('../images/white-paper-bg.png'), #FFF;
  padding: 80px 0px;
  background-repeat: no-repeat;
  background-position: right;

  }

.hero-section-blog{
  background-color:  #F5F8FE;
  padding: 60px 0;
}

.list-unstyled ul li a{
  color: #000;
  font-size: 16px;
}
.featured-title h3{
    font-family: var(--font-primary);
    font-size: 28px;
    font-weight: 400;
    line-height: normal;
    color: #0E0E11;
    margin: 10px 0px;
  }

  .blog-title h2 {
    font-family: var(--font-default);
    font-weight: 700;
    font-size: 36px;
    color: #000;
    margin-bottom: 20px;
  }
  .blog-title p{
    font-size: 20px;
    line-height: 1.4rem;
  }
  .blog-title ul li{
    font-size: 20px;
    line-height: 1.6rem;
    padding: 10px 0px;
  }
  .blog-content-single p{
    font-size: 20px;
    line-height: 1.6rem;
  }
  .blog-title-main p{
    font-size: 20px;
    line-height: 1.6rem;
  }
  .blog-title h3 {
    font-family: var(--font-default);
    font-weight: 600;
    font-size: 30px;
    color: #000;
    margin-bottom: 20px;
  }

  .recent-post ul li{
color: #000;
font-family: "Hanken Grotesk";
font-size: 1.16669rem;
font-style: normal;
font-weight: 300;
line-height: normal;
letter-spacing: -0.00875rem;
  }

.recent-post ul li::before {
  text-decoration: none;
}

.toc-card {
    background: #F5F8FE;
    padding: 30px 25px;
    border-radius: 24px;
    position: sticky;
    top: 100px;
}

.toc-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #111;
}

.toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.toc-list li {
    margin-bottom: 14px;
    position: relative;
    padding-left: 18px;
}

.toc-list li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #0047BB;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
    opacity: 0;
}

.toc-list li a {
    text-decoration: none;
    font-size: 15px;
    color: #444;
    transition: 0.3s ease;
}

.toc-list li.active a {
    color: #0047BB;
    font-weight: 600;
}

.toc-list li.active::before {
    opacity: 1;
}

.toc-list li a:hover {
    color: #0047BB;
}



/* Back Link */
.back-link {
    color: #1E63F3;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
}

.back-link:hover {
    text-decoration: underline;
}

.blog-meta {
    display: flex;
    gap: 200px;
    margin-top: 24px;
    align-items: center;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}

.meta-item svg {
    flex-shrink: 0;
}

/* ── Featured Card ── */
.card-featured {
  background: linear-gradient(90deg, #114bb1 0%, #2f66c7 100%);
  border-radius: 24px;
  overflow: hidden;
  border: none;
  color: #fff;
}

.card-featured .card-body {
  padding: 28px 32px;
  position: relative;
  z-index: 2;
}

.badge-featured {
  background: #e6edf8;
  color: #000000;
  border-radius: 20px;
  font-size: 0.72rem;
  font-weight: 500;
  padding: 4px 12px;
  letter-spacing: 0.02em;
  display: inline-block;
  margin-bottom: 12px;
}

.featured-img-col {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    #d4d6f2 0%,
    rgba(212, 214, 242, 0) 100%
  );
}

.featured-img-col {
  position: relative;
  padding: 0;
}

.featured-img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  /* Diagonal cut effect */
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
}

/* ── Article Cards ── */
.card-article {
  border: none;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 16px rgba(30, 50, 150, 0.06);
  transition: transform 0.22s, box-shadow 0.22s;
}

/* .card-article:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(30, 50, 150, 0.12);
} */

.card-article .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-article .card-body {
  padding: 20px 22px 24px;
}

.badge-category {
  background: #e6edf8;
  color: #000;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 500;
  padding: 4px 10px;
  display: inline-block;
  margin-bottom: 10px;
}

.card-article .read-more {
  font-size: 1rem;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  padding-bottom: 1px;
}

.recent-post {
  list-style: none;
  padding: 0;
  margin: 0;
}

.recent-post li {
  margin-bottom: 18px;
}

.recent-post a {
  text-decoration: none;
  font-size: 17px;
  line-height: 1.6;
  color: #333;
  display: block;
  transition: 0.3s ease;
}

.recent-post a:hover {
  color: #0047bb;
}


.blog-banner{
  border-radius: 1.5rem;
}

.testimonial h5{
color: #000;
font-family: "Hanken Grotesk";
font-size: 1.6rem;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.02906rem;
}

.testimonial p{
color: #000;
font-family: "Hanken Grotesk";
font-size: 1.125rem;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.01688rem;
}

.section-cta-white {
  padding: 140px 0;
  background-color: #fff;
}

.hero-home-banner h1 {
  color: #0f1822;
  font-size: 56px;
  font-family: var(--font-light);
  letter-spacing: 0.1rem;
}
.trusted-logos {
  padding: 20px 10px;
}

.trusted-label {
  font-weight: 600;
  color: #0047bb;
  margin-bottom: 15px;
}

/* Each row */
/* .logo-row {
  display: flex;
  align-items: center;
  gap: 20px 40px; 
  margin-bottom: 15px;
} */

 .logo-carousel-section{
  padding:20px 0;
  background-color: #fff;
 }
/* ONLY affect logo carousel */
.logo-carousel-section .client-logos {
    overflow: hidden;
    padding: 10px 0;
}

.logo-carousel-section .slider {
    overflow: hidden;
    position: relative;
}

.logo-carousel-section .slide-track {
    display: flex;
    width: max-content;
    animation: logoScroll 50s linear infinite;
}

.logo-carousel-section .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
}

.logo-carousel-section .slide img {
    height: 35px;
    width: auto;
    object-fit: contain;
}

/* Rename animation (avoid conflicts) */
@keyframes logoScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}


.featured-thumb img{
    width: 44px;
    height: 44px;
}
/* Nav menu — sits just below the top bar */
.nav-menu-links {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  /* Will be set by JS once header height is known */
  height: 56px;
}

.nav-menu-links.nav-hidden {
  transform: translateY(-100%);
}

.nav-menu-links.nav-visible {
  transform: translateY(0);
}