  .landing-body {
      font-family: 'Inter', sans-serif;
      background-color: #FFFFFF;
  }



  .navbar {
      padding-left: 80px;
      padding-right: 80px;
      padding-top: 20px;
      padding-bottom: 20px;

  }

  .custom-navbar-brand {
      width: auto;
      height: 40px;


  }

  .nav-link-custom {
      color: #444;
      font-weight: 500;
      margin-left: 1rem;
      text-decoration: none;

  }


  .nav-link-custom.active {
      font-weight: 700;
  }

  .nav-link-custom:active {
      color: #00cfe8;
  }

  .navbar-toggler:focus {
      outline: none;
      box-shadow: none;
  }

  .nav-link-custom:hover {
      color: #5CE1E6;
  }

  /* Tablet and below */
  @media (max-width: 991.98px) {
      .navbar {
          padding-left: 40px;
          padding-right: 40px;
          padding-top: 15px;
          padding-bottom: 15px;
      }

      .custom-navbar-brand {
          width: 110px;
          height: auto;
      }

      .nav-link {
          margin-left: 0;
          margin-top: 10px;
          margin-bottom: 10px;
          text-align: center;
      }

      .navbar-collapse {
          background-color: rgba(255, 255, 255, 0.95);
          /* optional for better visibility on mobile */
          padding: 1rem;
          border-radius: 0.5rem;
      }
  }

  /* Mobile */
  @media (max-width: 575.98px) {
      .navbar {
          padding: 20px 6px 20px 6px;
      }

      .custom-navbar-brand {
          width: 90px;
      }

      .navbar-toggler {
          border: none;
      }

      .custom-navbar-brand{
            width: 133px;
    height: 40px;
      }
      .navbar-toggler-icon {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' ... ");
          /* optional custom icon */
      }
  }

  /* hero section */

  .hero-section {
      padding-left: 80px;
      padding-right: 61px;

  }

  .hero-title {
      font-family: Inter;
      font-weight: 700;
      font-style: Bold;
      font-size: 70px;
      leading-trim: NONE;
      line-height: 80px;
      letter-spacing: -4%;

  }

  .highlight {
      color: #5CE1E6;
      font-family: Inter;
      font-weight: 700;
      font-style: Bold;
      font-size: 70px;
      leading-trim: NONE;
      line-height: 80px;
      letter-spacing: -4%;

  }

  .hero-subtext {
      font-family: Inter;
      font-weight: 400;
      font-style: Regular;
      font-size: 24px;
      leading-trim: NONE;
      line-height: 30px;
      letter-spacing: 0%;
      color: #5B5B5B;

  }

  .imgdiv {
      width: 634px;
      height: 634px;
      position: absolute;

      top: 20px;
      left: 29px;
      background-color: rgba(186, 253, 255, 0.4);

      backdrop-filter: blur(400px);
      opacity: 0.4;
      box-shadow: 0 0 80px 30px rgba(186, 253, 255, 0.5);
      border-radius: 50%;
      z-index: -1;

  }

  .hero-img-div {
      padding-bottom: 45px;
  }

  .hero-img-div img {
      max-width: 100%;
      height: auto;
  }


  /* For tablets and smaller desktops */
  @media (max-width: 1024px) {
      .hero-section {
          padding-left: 40px;
          padding-right: 40px;
          text-align: center;
      }

      .hero-title,
      .highlight {
          font-size: 40px !important;
          line-height: 60px;
          letter-spacing: normal;
      }

      .hero-subtext {
          font-size: 20px;
          line-height: 28px;
      }

      .imgdiv {
          width: 450px;
          height: 450px;
          top: 0;
          left: 0;

      }

      .hero-img-div {
          padding-bottom: 30px;
      }

      .hero-img-div img {
          width: 80%;
          height: auto;
      }
  }

  /* For mobile devices */
  @media (max-width: 575.98px) {
      .hero-section {
          padding-left: 20px;
          padding-right: 20px;
      }

      .hero-title,
      .highlight {
          font-size: 36px !important;
          line-height: 46px;
      }

      .hero-subtext {
         font-size: 18px;
    line-height: 24px;
      }

      .imgdiv {
          width: 300px;
          height: 300px;
          top: 0;
          left: 0;
      }

      .hero-img-div img {
          width: 100%;
          height: auto;
      }

      .hero-img-div {
          padding-bottom: 20px;
      }
  }


  /* discover brand section */

  .dtitle {
      font-family: Inter;
      font-weight: 700;
      font-style: Bold;
      font-size: 48px;
      line-height: 64px;
      letter-spacing: -4%;
      text-align: center;

  }

  .ddesc {
      font-family: Inter;
      font-weight: 500;
      font-style: Medium;
      font-size: 18px;
      line-height: 24px;
      letter-spacing: -2%;
      text-align: center;

  }

  .disc_brand {
      padding-bottom: 80px;
      padding-left: 121px;
      padding-right: 121px;

  }

  .slide_card {
      width: 205.67px;
      height: 227.8px;
  }

  /* carousel */
  .brand-carousel .card {
      margin: 10px;
  }

  .brand-carousel {

      .slick-prev,
      .slick-next {


          position: absolute;
          top: 50%;
          z-index: 1;
          cursor: pointer;
          zoom: 2;
          font-weight: bolder;
      }
  }

  .custom-card {
      width: 205.67px;

      border: none;
      overflow: hidden;
  }


  .custom-card-img-wrapper {
      background-color: #EDEDED;

      width: 100%;
      height: 139.9px;

  }


  .custom-card-img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
  }


  .custom-card-body {
      padding-top: 12.89px;
      padding-right: 15.47px;
      padding-bottom: 20px;
      padding-left: 15.47px;
      gap: 14px;
      height: 87.89px;

  }

  .custom-card-body .card-title {
      font-size: 1rem;
      font-weight: 600;
  }

  .custom-card-body .card-text {
      font-size: 0.875rem;
  }

  .custom-card-title {
      margin-bottom: 15px;
      font-family: Inter;
      font-weight: 500;
      font-style: Medium;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 0%;
      vertical-align: middle;

  }

  .custom-card-text {
      font-family: Inter;
      font-weight: 400;
      font-size: 10px;
      line-height: 100%;
      letter-spacing: 0%;
      vertical-align: middle;
      color: #292B2D;
  }

  .slick-prev:before,
  .slick-next:before {
      color: #00cfe8;
  }

  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
      color: #00cfe8;

  }

  .slick-prev {
      left: -25px;
  }

  .slick-next {
      right: -25px;
  }

  .position-relative::after,
  .position-relative::before {
      display: none;
  }




  @media (max-width: 576px) {
      .slick-arrow {
          display: none !important;
      }
  }

  /* Tablets and below */
  @media (max-width: 1024px) {
      .disc_brand {
          padding-left: 40px;
          padding-right: 40px;
          padding-bottom: 60px;
      }

      .dtitle {
          font-size: 36px;
          line-height: 48px;
      }

      .ddesc {
          font-size: 16px;
          line-height: 22px;
      }

      .custom-card {
          width: 180px;
      }

      .custom-card-body {
          padding: 10px;
          height: auto;
      }

      .custom-card-title {
          font-size: 13px;
      }

      .custom-card-text {
          font-size: 9px;
      }

      .custom-card-img-wrapper {
          height: 120px;
      }


  }

  /* Mobile screens */
  @media (max-width: 575.98px) {
      .disc_brand {
          padding-left: 20px;
          padding-right: 20px;
          padding-bottom: 40px;
      }

      .dtitle {
              font-size: 36px !important;
    line-height: 46px;
      }

      .ddesc {
          font-size: 18px;
    line-height: 24px;
      }

      .custom-card {
          height: 230px;
          width: 150px;
      }

      .custom-card-img-wrapper {
          height: 150px;
      }

      .custom-card-title {
          font-size: 14px;
      }

      .custom-card-text {
          font-size: 10px;
      }

      .custom-card-body {
          padding: 8px;
      }

      .brand-carousel {
          margin-left: -10px;
          margin-right: -10px;
      }

      .slick-slide {
          padding: 5px;
      }
  }


  /* trusted by brand section */
  .brand-logos {
      background-color: #FAFAFA;
      padding-top: 88px;
      padding-left: 80px;
      padding-right: 80px;
      padding-bottom: 88px;
  }
@media (max-width: 575.98px) {
    .brand-logos {
      padding-top: 22px;
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 42px;
  }
}
  .section-title {
      font-family: Inter;
      font-weight: 700;
      font-style: Bold;
      letter-spacing: -4%;
      text-align: center;
      color: #2F3335;
      margin-bottom: 10px;
       font-size: 36px !important;
          line-height: 46px;
  }

  .section-subtitle {
      font-family: Inter;
      font-weight: 500;
      font-style: Medium;
      font-size: 18px;
    
      line-height: 24px;
      letter-spacing: -2%;
      text-align: center;
      color: #626666;
  }

  .tb-title-div {
      margin-bottom: 62.14px;
  }

  .logo-wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
      align-items: center;
  }

  .logo-card {
      height: 96px;
      background: white;
      border-radius: 10px;
      padding: 20px 30px;
      padding-top: 8px;
      padding-bottom: 8px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
      transition: transform 0.2s ease;
      display: flex;
      align-items: center;
      justify-content: center;

  }

  .logo-card:hover {
      transform: scale(1.05);
  }

  .logo-card img {
      max-height: 80px;
      max-width: 100%;
      object-fit: fill;
  }

  /* 5 per row on large tablets */
  @media (max-width: 1200px) {
      .logo-card {
          flex: 0 0 calc(100% / 5 - 20px);
          max-width: calc(100% / 5 - 20px);
      }
  }

  /* 4 per row on medium devices */
  @media (max-width: 992px) {
      .logo-card {
          flex: 0 0 calc(100% / 4 - 20px);
          max-width: calc(100% / 4 - 20px);
      }
  }

  /* 3 per row on smaller tablets */
  @media (max-width: 768px) {
      .logo-card {
          flex: 0 0 calc(100% / 3 - 20px);
          max-width: calc(100% / 3 - 20px);
      }
  }

  /* 2 per row on phones */
  @media (max-width: 576px) {
      .logo-card {
          flex: 0 0 calc(100% / 2 - 20px);
          max-width: calc(100% / 2 - 20px);
      }
  }

  /* 1 per row on extra small devices */
  @media (max-width: 200px) {
      .logo-card {
          flex: 0 0 100%;
          max-width: 100%;
      }
  }

  /* footer section */
  #footerSection {
      padding-bottom: 58px;
  }

  .footer-logo {
      width: 133px;
      height: 40px;

      opacity: 1;

  }

  .footer-logo-div {
      padding-top: 58px;
      padding-bottom: 43px;
  }

  .footer-icon {
      width: 31.41px;
      height: 31.41px;
      top: 2.38px;
      left: 2.39px;
  }

  .footer-icon-div{
    margin-bottom: 44px;
  }

  #copyright {
      padding: 10px 80px !important;
      background-color: #5CE1E633 !important;
      font-family: Inter;
font-weight: 500;
font-style: Medium;
font-size: 18px;
line-height: 30px;
letter-spacing: 0%;

  }


  .footer-link {
      text-decoration: none !important; 
      color: #2F3335 !important;
  }

  .footer-link:hover {
      color: #5CE1E6 !important;
  }

  /* Responsive adjustments */
  @media (max-width: 768px) {
      #copyright {
          padding: 10px 20px;
          text-align: center;
      }

      .copyright-div {
          flex-direction: column;
          align-items: center !important;
          text-align: center;
      }

      .copyright-div>div:last-child {
          margin-left: 0 !important;
          margin-top: 5px;
      }
  }
@media (max-width: 991px) {
header.active {
    animation: fadeInDown 0.6s;
    -webkit-animation: fadeInDown 0.6s;
    -moz-animation: fadeInDown 0.6s;
    top: 0;
    position: fixed;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(5px);
}

.nav-toggle {
    position: relative;
    cursor: pointer;
    width: 25px;
    height: 20px;
    margin: 0 20px 0 5px;
}

.nav-toggle .c-span {
    position: absolute;
    display: inline-block;
    height: 2px;
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background: #000000;
    inset-inline-start: 0;
}

.nav-toggle .c-span:first-child {
    top: 0;
}

.nav-toggle .c-span:nth-child(2) {
    top: 52%;
    transform: translateY(-65%);
}

.nav-toggle .c-span:last-child {
    bottom: 0;
}

.nav-toggle.active .c-span:first-child {
    -webkit-transform: rotate(45deg) translate(3px, 10px);
    -ms-transform: rotate(45deg) translate(3px, 10px);
    transform: rotate(45deg) translate(3px, 10px);
}

.nav-toggle.active .c-span:nth-child(2) {
    opacity: 0;
}

.nav-toggle.active .c-span:last-child {
    -webkit-transform: rotate(-45deg) translate(3px, -10px);
    -ms-transform: rotate(-45deg) translate(3px, -10px);
    transform: rotate(-45deg) translate(3px, -10px);
}
 
}
@media (max-width: 991px) {
    .header-wrapper .menu:not(.active) {
        visibility: hidden;
        opacity: 0;
        transform: translateY(8px) scale(0.98);
    }
}
@media (max-width: 991px) {
    .header-wrapper .menu {
        width: calc(100% - 30px);
        position: absolute;
        inset-inline-start: 15px;
        top: calc(100% + 20px);
        padding: 35px;
        flex-direction: column;
        border: 1px solid var(--border);
        border-radius: 10px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        background: #FFFFFF;
        transition: all ease 0.4s;
        max-height: calc(100vh - 100px);
        overflow-y: auto;
    }
}
@media (max-width: 991px) {
ul li {
    list-style: none;
}
.header-wrapper .menu {
          width: calc(100% - 30px);
        position: absolute;
        inset-inline-start: 15px;
        top: calc(100% + 20px);
        padding: 35px;
        flex-direction: column;
        border: 1px solid #e5e5e5;
        border-radius: 10px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        background:#FFFFFF;
        transition: all ease 0.4s;
        max-height: calc(100vh - 100px);
        overflow-y: auto;
    z-index: 9999;
}
/* .header-wrapper .menu {
    display: flex;
    align-items: center;
    margin-left: auto;
} */
.header-wrapper .menu li a.active
 {
    font-weight: 800;
}

.header-wrapper .menu li a.active, .header-wrapper .menu li a:hover {
    color:#5ce1e6;
}
}
@media (max-width: 1199px) {
    .header-wrapper .menu li a {
        font-size: 14px;
        padding: 6px 20px 6px 2px;
    }
}
@media (max-width: 991px) {
.header-wrapper .menu li a {
    font-size: 15px;
    line-height: 26px;
    margin-left: 9px;
    padding: 6px 3px 6px 2px;
    text-decoration: none;
    text-transform: capitalize;
    color: var(--title-clr);
}
a {
    display: inline-block;
    transition: all ease 0.5s;
}
ul {
    margin: 0;
    padding: 0;
}
}
@media (max-width: 768px) {
    .c-span {
        font-size: 16px !important;
    }
}