



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }

    body {
      background: white;
      font-family: 'Segoe UI', sans-serif;
        width: 100%;
    height: 100%;
    }

    nav {
      width: 100%;
      height: 80px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      background: transparent;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.3); 
      z-index: 1000;
      box-shadow: 0 2px 100px rgba(0, 0, 0, 0.9);
    }

    #navbar.scrolled {
    width: 100%;
    height: 80px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      background: white;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background-color:white; 
      z-index: 1000;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    .logo-img {
      height: 50px;
      vertical-align: middle;
      margin-right: 10px;
      border-radius: 50%;
    }



    label.logo a {
    padding-left: 50px;
      font-size: 25px;
      color: #1c92d2;
      margin: 50px;
      line-height: 80px;
      font-weight:500;
    }

    nav ul {
      float: right;
      list-style-type: none;
      margin-right: 40px;
    }

    nav ul li {
      display: inline-block;
      line-height: 80px;
    }

    nav ul li a {
      text-decoration: none;
      color: #1c92d2;
      font-size: 20px;
      text-transform: capitalize;
      padding: 8px 20px;

    }

    .active {
      background-color: #1c92d2;
      border-radius: 15px;
      color: white;

    }

    nav ul li a {

      position: relative;
    }

    /* Underline hover animation */
    nav ul li a::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      height: 2px;
      width: 0%;
      background-color: #1a525e;
      transition: width 0.4s ease;
      margin-left: 10px;
    }

    nav ul li a:hover::after {
      width: 80%;

    }

    a.active :hover {
      color: white;
      border-radius: 15px;
      background-color: #00C19C;
      transition: 0.3s;
    }


    #checkbtn {
      float: right;
      line-height: 80px;
      margin-right: 10px;
      font-size: 30px;
      color: black;
      display: none;

    }

    #check:checked~ul {
      left: 0;
    }

    #check:checked~ul .active {
      margin-right: 0px;
    }

    #check {
      display: none;
    }

        @media (max-width: 1024px) {
      .logo-img {
        margin-right: 0px;
      }
      label.logo a {
        margin: 0;
        padding-left: 3px;
        font-size: 18px;
        font-weight: 800;
      }
      nav ul li a {
        padding:3px 7px ;
      }
    }




    /* @media(max-width:600px) {
      label.logo {
        font-size: 17px;
        margin: 8px 20px;
      }

      .logo-img {
        width: 30px;
        vertical-align: middle;
        margin-right: 5px;
        margin-left: 0px;
      }
    }


    @media(max-width:1300px) {
      #checkbtn {
        display: block;
      }

      nav ul {
        width: 100%;
        height: 100vh;
        background-color: white;
        position: fixed;
        top: 80px;
        left: -100%;
        transition: 0.5s;
        z-index: 1000;
        flex-direction: column;

      }


      #check:checked~ul {
        left: 0;
      }

      nav ul li {
        display: block;
        text-align: center;
        line-height: 50px;
        margin: 15px 0;
      }

      nav ul li a.active {
        color: white;
        border-radius: 50px;
        background-color: #1c92d2;
        padding: px;

      }

    } */

    @media (max-width: 992px) {
  nav ul {
    flex-direction: column;
    position: fixed;
    top: 80px;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: white;
    transition: 0.5s ease;
    padding-top: 30px;
  }

  nav ul li {
    display: block;
    text-align: center;
    margin: 20px 0;
  }

  #checkbtn {
    display: block;
    color: #1c92d2;
    cursor: pointer;
  }

  #check:checked ~ ul {
    left: 0;
  }
}

@media (max-width: 768px) {
  label.logo a {
    font-size: 18px;
    padding-left: 10px;
  }

  .logo-img {
    height: 35px;
    margin-right: 8px;
  }

  nav {
    height: 70px;
  }

  nav ul li a {
    font-size: 18px;
    padding: 8px 15px;
  }

  #checkbtn {
    font-size: 28px;
    margin-right: 20px;
  }
}

@media (max-width: 480px) {
  nav ul li a {
    font-size: 16px;
    padding: 8px 12px;
  }

  .logo-img {
    height: 30px;
  }

  label.logo a {
    font-size: 12px;
    margin: 0px;
  }
}


    .hero {
  position: relative;
  background-image: url('Homebg.png');
  background-size: cover;
  background-position: center;
  height: 100vh;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 0;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* black overlay with 50% opacity */
  z-index: 1;
}

.hero .content {
  position: relative;
  z-index: 2; /* ensures content stays above the overlay */
}

    .hero h1 {
      font-family: 'Bebas Neue', cursive;
      font-size: 70px;
      color: white;
      animation: slideFromTop 1s ease-out forwards;
      opacity: 0;
      margin-top: 40px;
    }

    .hero p {
      font-family: 'manrope', cursive;
      font-size: 32px;
      color: white;
      margin-top: 20px;
      animation: slideFromTop 1s ease-out 0.3s forwards;
      opacity: 0;
    }

    @keyframes slideFromTop {
      0% {
        transform: translateY(-60px);
        opacity: 0;
      }

      100% {
        transform: translateY(0);
        opacity: 1;
      }
    }

    .cta-buttons {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      justify-content: center;
      margin-top: 100px;
    }

    .btn-primary {
      background: linear-gradient(to right, #207cca, #2894f7);
      color: white;
      padding: 15px 30px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-shadow: 0 4px 15px rgba(32, 124, 202, 0.3);
    }

    .btn-primary:hover {
      transform: translateY(-3px);
      box-shadow: 0 6px 20px rgba(32, 124, 202, 0.4);
    }

    .btn-secondary {
      border: 2px solid #1c92d2;
      color: #1c92d2;
      background: white;
      padding: 15px 30px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      transition: all 0.3s ease;
    }

    .btn-secondary:hover {
      transform: translateY(-3px);
    }
   
    /* @media (max-width: 1200px) {
  .hero h1 {
    font-size: 56px;
  }

  .hero p {
    font-size: 26px;
  }

  .cta-buttons {
    margin-top: 80px;
  }
}

@media (max-width: 992px) {
  .hero h1 {
    font-size: 48px;
  }

  .hero p {
    font-size: 22px;
  }

  .btn-primary,
  .btn-secondary {
    padding: 12px 24px;
    font-size: 16px;
  }

  .cta-buttons {
    gap: 15px;
    margin-top: 60px;
  }
}

@media (max-width: 768px) {
  .hero {
    padding: 40px 20px;
    height: auto;
    text-align: center;
  }

  .hero h1 {
    font-size: 38px;
    margin-top: 20px;
  }

  .hero p {
    font-size: 18px;
  }

  .cta-buttons {
    flex-direction: column;
    margin-top: 40px;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }
} */

 @media (max-width: 480px) {
  .hero h1 {
    font-size: 40px;
  }

  .hero p {
    font-size: 16px;
  }

  .btn-primary,
  .btn-secondary {
    padding: 10px 20px;
    font-size: 14px;
  }
}



    /* watsapp button */
.whatsapp-btn {
      position: fixed;
      bottom: 20px;
      right: 20px;
      width: 60px;
      height: 60px;
      background-color: #25D366;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
      cursor: pointer;
      z-index: 1000;
      transition: all 0.3s ease;
    }

    .whatsapp-btn:hover {
      transform: scale(1.1);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    }

    .whatsapp-btn img {
      width: 35px;
      height: 35px;
    }


@media (max-width: 480px) {
  .whatsapp-btn {
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
  }

  .whatsapp-btn img {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 320px) {
  .whatsapp-btn {
    width: 45px;
    height: 45px;
    bottom: 10px;
    right: 10px;
  }

  .whatsapp-btn img {
    width: 24px;
    height: 24px;
  }
}

    /* aboutus */


    /* About Us Section */

    .about-us {
      margin-top: 120px;
      text-align: center;
    }


    .about-us h1 {
      font-family: 'Bebas Neue', cursive;
      font-size: 60px;
      margin-top: 70px;
      color: black;
      opacity: 1;
      transform: translateY(-60px);
      transition: opacity 1s ease-out, transform 1s ease-out;
      display: inline-block;
    }

    .about-us h1::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      height: 2px;
      width: 0%;
      background-color: #18c8eb;
      transition: width 0.4s ease;
      margin-left: px;
    }

    .about-us h1:hover::after {
      width: 100%;


    }


    .page-container1 {
      width: 100%;
      max-width: 1500px;
      margin: 0 auto;
    }

    .card1 {
      width: 100%;
      height: 700px;
      position: relative;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
      transition: transform 0.5s ease, box-shadow 0.5s ease;
    }

    .card1:hover {
      transform: translateY(-10px);
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    }

    .card-bg1 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url('hero.jpg') center/cover no-repeat;
      transition: transform 8s ease;
    }

    .card1:hover .card-bg1 {
      transform: scale(1.1);
    }

    .pentagon-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 40, 60, 0.4);
      clip-path: polygon(0 0, 35% 0, 40% 40%, 25% 70%, 0 100%);
      z-index: 2;
    }

    .card-content1 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding-left: 10%;
      z-index: 3;
    }

    .content1 {
      max-width: 500px;
      text-align: left;
      opacity: 0;
      transform: translateX(-50px);
      animation: fadeIn 1s forwards 0.6s;
    }

    @keyframes fadeIn {
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }

    .tagline {
      font-family: 'Manrope', sans-serif;
      font-size: 2rem;
      font-style: italic;
      font-weight: 400;
      color: white;
      line-height: 1.4;
      margin-bottom: 30px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      position: relative;
      display: inline-block;
    }

    .tagline::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -10px;
      width: 0;
      height: 3px;
      background: #1c92d2;
      transition: width 0.8s ease;
    }

    .card1:hover .tagline::after {
      width: 100%;
    }

    .cta-button1 {
      display: inline-block;
      background-color: #1c92d2;
      color: white;
      padding: 12px 30px;
      border-radius: 30px;
      text-decoration: none;
      font-size: 1.1rem;
      font-weight: bold;
      transition: all 0.3s;
      cursor: pointer;
      position: relative;
      overflow: hidden;
    }

    .cta-button1:hover {
      background-color: #1a709e;
      transform: translateY(-3px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }

    .cta-button1::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
      transition: all 0.6s;
    }

    .cta-button1:hover::before {
      left: 100%;
    }


    @media(max-width:600px) {
      .about-us {
        font-size: 50px;
        margin: 0;
      }
    }


    /* corevalue */

    .values-section {
      margin-top: 40px;
      width: 100%;
      padding: 80px 20px;
      background-color: white;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .values-container {
      max-width: 1200px;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      gap: 50px;
    }

    .values-content {
      flex: 1;
      min-width: 300px;
    }

    .values-heading {
      font-family: 'Bebas Neue', cursive;
      font-size: 60px;
      color: black;
      position: relative;
      margin-bottom: 30px;
      opacity: 1;
      transform: translateX(-50px);
    }

    .values-heading::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -8px;
      width: 0;
      height: 3px;
      background: black;
      animation: underlineGrow 1s forwards 0.5s;
    }

    .values-list {
      list-style-type: disc;
      padding-left: 20px;
      font-family: 'Manrope', sans-serif;
      font-size: 1.3rem;
      color: #333;
      display: flex;
      flex-direction: column;
      gap: 15px;
      opacity: 1;
      transform: translateX(-50px);
    }

    .values-list li {
      line-height: 1.6;
    }

    .values-image-card {
      flex: 1;
      min-width: 300px;
      max-width: 500px;
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }

    .values-image-card img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 12px;
      object-fit: cover;
    }

    /* Animations */

    @keyframes fadeInHeading {
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }

    @keyframes underlineGrow {
      to {
        width: 100%;
      }
    }

    @keyframes moveLeftToRight {
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }

    /* Animation classes triggered by Intersection Observer */
    .values-heading.fade-in-heading {
      animation: fadeInHeading 1s forwards;
    }

    .values-list.move-left-to-right {
      animation: moveLeftToRight 1s forwards;
    }

    /* client */

    .carousel-wrapper {
      font-family: 'Manrope', sans-serif;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 100vh;
      background: #f5f5f5;
      padding: 70px;
      box-sizing: border-box;

    }

    .carousel-wrapper .carousel-title {
      text-align: center;
      color: black;
      font-size: 75px;
      letter-spacing: 2px;
      margin-bottom: 100px;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
      font-family: 'Bebas Neue', sans-serif;
    }

    .carousel-wrapper .carousel-container {
      position: relative;
      width: 100%;
      max-width: 1200px;
      height: 350px;
      perspective: 1000px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .carousel-wrapper .carousel {
      position: relative;
      width: 100%;
      height: 100%;
      transform-style: preserve-3d;
    }

    .carousel-wrapper .carousel-item {
      position: absolute;
      width: 60%;
      max-width: 300px;
      height: 350px;
      left: 0;
      right: 0;
      margin: auto;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
      transition: all 0.2s ease;
      opacity: 0.7;
      cursor: pointer;
      background-color: white;
    }

    .carousel-wrapper .carousel-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s ease;
    }

    .carousel-wrapper .carousel-text {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 20px;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
      color: white;
      transform: translateY(100%);
      transition: transform 0.35s ease;
      font-family: 'Manrope', sans-serif;
    }

    .carousel-wrapper .carousel-text h3 {
      font-size: 1.2rem;
      margin-bottom: 5px;
      font-weight: 600;
    }

    .carousel-wrapper .carousel-item.active {
      z-index: 10;
      opacity: 1;
      transform: translateX(0) scale(1);
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
    }

    .carousel-wrapper .carousel-item.active:hover img {
      transform: scale(1.1);
    }

    .carousel-wrapper .carousel-item.active:hover .carousel-text,
    .carousel-wrapper .carousel-item.active .carousel-text {
      transform: translateY(0);
    }

    /* .carousel-wrapper .carousel-item.prev-2 {
      transform: translateX(-85%) scale(0.85);
      z-index: 5;
      opacity: 0.6;
    } */

    .carousel-wrapper .carousel-item.prev-1 {
      transform: translateX(-45%) scale(0.9);
      z-index: 6;
      opacity: 0.7;
    }

    .carousel-wrapper .carousel-item.next-1 {
      transform: translateX(45%) scale(0.9);
      z-index: 6;
      opacity: 0.7;
    }

    /* 
    .carousel-wrapper .carousel-item.next-2 {
      transform: translateX(85%) scale(0.85);
      z-index: 5;
      opacity: 0.6;
    } */

    .carousel-wrapper .navigation-dots {
      position: absolute;
      bottom: -50px;
      width: 100%;
      display: flex;
      justify-content: center;
      gap: 10px;
    }

    .carousel-wrapper .dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background-color: rgb(172, 154, 232);
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .carousel-wrapper .dot.active {
      background-color: rgb(49, 8, 114);
      transform: scale(1.2);
    }

    .carousel-wrapper .side-nav-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: rgba(255, 255, 255, 0.3);
      color: black;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 24px;
      cursor: pointer;
      z-index: 20;
      border: none;
      backdrop-filter: blur(5px);
      transition: all 0.3s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .carousel-wrapper .side-nav-btn:hover {
      background-color: white;
      color: white;
      transform: translateY(-50%) scale(1.1);
    }

    .carousel-wrapper .side-nav-btn.prev {
      left: 30px;
    }

    .carousel-wrapper .side-nav-btn.next {
      right: 30px;
    }

    .carousel-wrapper .arrow {
      border: solid black;
      border-width: 0 3px 3px 0;
      display: inline-block;
      padding: 6px;
    }

    .carousel-wrapper .arrow-left {
      transform: rotate(135deg);
    }

    .carousel-wrapper .arrow-right {
      transform: rotate(-45deg);
    }




    /* our services */



    .main-container {
      margin-top: 40px;
      margin-left: 60px;
      margin-right: 60px;
      margin-bottom: 0px;
      background: linear-gradient(to right, #24A1DE, #96c9e2);
      border-radius: 40px;
    }

    html {
      scroll-behavior: smooth;
    }

    header {
      text-align: center;
    }

    h2 {
      width: 100%;
      font-size: 60px;
      margin-bottom: 50px;
      font-family: 'Bebas Neue', cursive;
      color: rgb(51, 46, 46);
      padding-top: 20px;
    }

    /* h2:hover {
      transform: scale(1.25);
      transition: transform 0.6s ease-in-out;
    } */

    header h2::before {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 40%;
      width: 0%;
      height: 3px;
      transition: all .5s;
    }

    header h2:hover::before {
      width: 20%;
      background-image: linear-gradient( #ffffff 0%, #ffffff 46%,
          #ffffff 100%);
      color: transparent;
    }

    .text {
      width: 100%;
      font-size: 25px;
      font-style: italic;
      font-family: 'Manrope', sans-serif;
      color: rgb(70, 69, 69);
      padding-left: 40px;
      padding-right: 40px;
      margin-top: 5px;
    }

    /* body {
      font-family: "urbanist", sans-serif;
      font-size: 1rem;
      justify-content: center;
      align-items: center;
      min-height: 100vh;
    } */

    .container {
      overflow-x: scroll;
      overflow: auto;
    }

    .container::-webkit-scrollbar {
      overflow: hidden;
    }

    .cards {
      display: flex;
      margin-top: 30px;
      animation: slide-left 30s linear infinite;
    }

    @keyframes slide-left {
      0% {
        transform: translateX(0);
      }

      100% {
        transform: translateX(-50%);
      }
    }

    .img-box img {
      justify-content: center;
      width: 250px;
      height: 280px;
      object-fit: cover;
      border-radius: 10px;
    }

    .card {
      border-radius: 10px;
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.7);
      cursor: pointer;
      transition: 0.2s;
      position: relative;
      margin-left: 50px;
      animation: slider 25s linear infinite;
      width: calc(250px * 5);
    }

    .container:hover .card {
      animation-play-state:paused;
      /* animation: scroll-left-slow 1s linear infinite; */
    }

    @keyframes slider {

      0% {
        transform: translateX(0);
      }

      100% {
        transform: translateX(calc(-250px * 10));

      }
    }

    .card-content {
      position: absolute;
      background-color: rgba(0 0 0/50%);
      bottom: 0;
      color: #fff;
      height: 40%;
      padding: 2.2rem 0;
      overflow: hidden;
      transition: 0.7s;
      border-radius: 10px;
      width: 100%;
    }

    .card-content h1 {
      font-weight: 600;
      text-transform: capitalize;
      text-align: center;
      font-family: sans-serif;
    }

    .card-content p {
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5rem;
      padding-top: 46px;
      text-align: center;
      font-family: sans-serif;
      font-style: italic;
      transition: background-size 0.5 ease;
    }

    .card-content:hover {
      height: 100%;
      transition: 0.7s;
      width: 100%;
    }

    .project-page {
      text-align: center;
    }

    .project-page>button {
      margin: 20px;
      padding: 20px;
      border-radius: 10px;
      border: none;
      background-color: rgb(11, 45, 65);
      font-weight: bold;
      font-size: 20px;
    }
    @media (max-width: 480px) {
      .project-page>button {
        padding: 10px;
        font-size: 10px;
      }
    }

    .contactus-page>button {
      background-color: rgb(0, 195, 255);
      border-radius: 10px;
      text-align: center;
      margin: 10px;
      padding: 10px;
      border: none;
      font-weight: bold;
      font-size: 15px;
    }

    .contactus-page {
      text-align: center;
    }


    a {
      text-decoration: none;
      color: white;
      font-family: 'Manrope', sans-serif;
    }

    /* button:hover {
      transform: scale(1.2);
    } */

    @media screen and (max-width: 768px) {
      h2 {
        font-size: 45px;
      }

      .text {
        font-size: 20px;
        margin-top: 0px;
      }

      .main-container {
        margin-left: 40px;
        margin-right: 40px;
        margin-bottom: 40px;
      }

    }

    @media screen and (max-width: 768px) {
      .main-container {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
      }
    }


    /* faq */

    .help-section-wrapper {
      margin-top: 50px;
      background: #f2fcfe;
      padding: 0 20px;
      padding-bottom: 20px;
      font-family: 'Inter', sans-serif;
    }

    .help-hero-section {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: linear-gradient(90deg, #e2f0ff 0%, #ffffff 100%);
      padding: 40px 60px;
      border-bottom-left-radius: 30px;
      border-bottom-right-radius: 30px;
      max-width: 1200px;
      margin: 0 auto;
      flex-wrap: wrap;
    }

    .help-hero-content {
      flex: 1;
      max-width: 300px;
    }

    .help-hero-content h2 {
      font-size: 36px;
      color: #1c1c1c;
      margin-bottom: 10px;
    }

    #helpSearchBar {
      padding: 12px 20px;
      border-radius: 10px;
      border: 2px solid #1c92d2;
      width: 100%;
      max-width: 400px;
      font-size: 16px;
      outline: none;
    }

    .help-illustration {
      position: relative;
      /* margin-left: 40px; */
    }

    .help-illustration img {
      max-width: 320px;
      height: auto;
      border-radius: 20px;
      filter: drop-shadow(0 0 25px rgba(226, 240, 255, 0.8));
      backdrop-filter: blur(4px);
    }

    /* Responsive styles */
@media (max-width: 1024px) {
  .help-hero-section {
    padding: 30px 40px;
  }

  .help-hero-content h2 {
    font-size: 32px;
  }

  .help-illustration img {
    max-width: 280px;
  }
}

@media (max-width: 768px) {
  .help-hero-section {
    flex-direction: column-reverse;
    text-align: center;
    padding: 20px;
  }

  .help-hero-content {
    margin-top: 20px;
  }

  .help-hero-content h2 {
    font-size: 28px;
  }

  #helpSearchBar {
    max-width: 100%;
  }

  .help-illustration img {
    max-width: 250px;
  }
}

@media (max-width: 480px) {
  .help-hero-section {
    padding: 15px;
  }

  .help-hero-content h2 {
    font-size: 24px;
  }
  .help-hero-content {
    /* max-width: 100px; */
    overflow: hidden;
  }

  #helpSearchBar {
    margin: 0;
    font-size: 14px;
    padding: 10px 16px;
  }

  .help-illustration img {
    max-width: 220px;
  }
}



  /* ..... */
    .help-container {
      background: white;
      padding: 30px;
      border-radius: 15px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      width: 100%;
      max-width: 700px;
      margin: 40px auto 60px auto;
    }

    #helpFaqList {
      margin-top: 30px;
    }

    .help-faq-item {
      border-bottom: 1px solid #ddd;
      margin-bottom: 10px;
    }

    .help-question {
      font-size: 18px;
      font-weight: bold;
      padding: 12px 20px;
      background: #f2fcfe;
      color: #1c92d2;
      cursor: pointer;
      border-left: 4px solid #1c92d2;
      border-radius: 6px;
    }

    .help-answer {
      padding: 12px 20px;
      display: none;
      text-align: left;
      color: #333;
      background: #ffffff;
    }

    .help-question:hover {
      transition: 0.5s;
      box-shadow: 2px 2px 8px #1c92d2;
    }

    .values-section {
      margin-top: 40px;
      width: 100%;
      padding: 80px 20px;
      background-color: white;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .values-container {
      max-width: 1400px;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      gap: 50px;
    }

    .values-content {
      flex: 1;
      min-width: 300px;
    }

    .values-heading {
      font-family: 'Bebas Neue', cursive;
      font-size: 4rem;
      color: black;
      position: relative;
      margin-bottom: 30px;
      opacity: 0;
      transform: translateX(-50px);
    }

    .values-heading::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -8px;
      width: 0;
      height: 3px;
      background: black;
      animation: underlineGrow 1s forwards 0.5s;
    }

    .values-list {
      list-style-type: disc;
      padding-left: 20px;
      font-family: 'Manrope', sans-serif;
      font-size: 1.3rem;
      color: #333;
      display: flex;
      flex-direction: column;
      gap: 15px;
      opacity: 0;
      transform: translateX(-50px);
    }

    .values-list li {
      line-height: 1.6;
    }

    .values-image-card {
      flex: 1;
      min-width: 300px;
      max-width: 500px;
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }

    .values-image-card img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 12px;
      object-fit: cover;
    }

    /* Animations */
    @keyframes fadeInHeading {
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }

    @keyframes underlineGrow {
      to {
        width: 100%;
      }
    }

    @keyframes moveLeftToRight {
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }

    /* Animation classes triggered by Intersection Observer */
    .values-heading.fade-in-heading {
      animation: fadeInHeading 1s forwards;
    }

    .values-list.move-left-to-right {
      animation: moveLeftToRight 1s forwards;
    }

    .total body {
      margin: 0;
      padding: 0;
      color: #1f2937;
      box-sizing: border-box;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }

    a {
      text-decoration: none;
    }

    .contact-info {
      margin-bottom: 2rem;
    }

    /* Contact Information Styles */
    .contact-info {
      background-color: white;
      padding: 2rem 1.5rem;
      max-width: 72rem;
      margin: 0 auto;
    }

    @media (min-width: 768px) {
      .contact-info {
        padding: 3rem;
      }

    }


    .contact-heading {
      font-size: 1.875rem;
      font-weight: 600;
      margin-bottom: 1.5rem;
      color: #7e22ce;
    }

    .contact-list {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 0.75rem;
      font-size: 1.125rem;
    }

    .contact-link {
      color: #2563eb;
      transition: all 0.2s;
    }

    .contact-link:hover {
      text-decoration: underline;
      color: #1e40af;
    }

    /* Contact Section Styles */
    .contact-section {
      background: linear-gradient(to bottom right, white, #3b82f6, #e9d5ff);
      min-height: 100vh;
      padding: 1.5rem;
    }

    @media (min-width: 768px) {
      .contact-section {
        padding: 3rem;
      }
    }

    .location-title {
      font-weight: bold;
      margin-bottom: 1.25rem;
      font-size: 1.875rem;
    }

    .grid-container {
      max-width: 80rem;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr;
      gap: 2.5rem;
      align-items: start;
    }

    @media (min-width: 768px) {
      .grid-container {
        grid-template-columns: 1fr 1fr;
      }
    }

    .map-container {
      width: 100%;
      height: 545px;
      border-radius: 1.5rem;
      overflow: hidden;
      box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
      border: 1px solid #e5e7eb;
    }

    .map-iframe {
      width: 100%;
      height: 100%;
      border: 0;
    }

    .form-container {
      background-color: rgba(0, 0, 0, 0.8);
      backdrop-filter: blur(10px);
      border-radius: 1.5rem;
      box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
      padding: 2rem;
      height: 545px;
    }

    .form-title {
      font-size: 1.875rem;
      font-weight: bold;
      text-align: center;
      color: white;
      margin-bottom: 1.5rem;
    }

    .form-content {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
    }

    .input-group {
      position: relative;
    }

    .form-input,
    .form-textarea {
      width: 100%;
      padding: 1rem;
      border-radius: 0.375rem;
      font-size: 0.875rem;
      color: #111827;
      border: 1px solid #d1d5db;
      outline: none;
    }

    .form-input:focus,
    .form-textarea:focus {
      border-color: #2563eb;
    }

    .form-textarea {
      resize: vertical;
      min-height: 100px;
    }

    .form-submit {
      background: linear-gradient(to right, white, #3b82f6, #9333ea);
      color: white;
      font-weight: 600;
      padding: 0.75rem 1.5rem;
      border-radius: 9999px;
      box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
      transition: all 0.3s;
      border: none;
      cursor: pointer;
      display: block;
      margin: 0 auto;
    }

    .form-submit:hover {
      transform: scale(1.05);
    }

    .text-center {
      text-align: center;
    }

    /* Footer Styles */
    .site-footer {
      background-color: #111827;
      color: white;
      padding: 2.5rem 1.5rem;
    }

    @media (min-width: 768px) {
      .site-footer {
        padding: 2.5rem 5rem;
      }
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 2rem;
    }

    @media (min-width: 768px) {
      .footer-grid {
        grid-template-columns: repeat(4, 1fr);
      }
    }

    .footer-heading {
      font-size: 1.25rem;
      font-weight: 600;
      margin-bottom: 1rem;
      color: #1c92d2;
    }

    .footer-subheading {
      font-size: 1.125rem;
      font-weight: 600;
      margin-bottom: 1rem;
    }

    .footer-text {
      font-size: 0.875rem;
      margin-bottom: 1rem;
    }

    .footer-links {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
      font-size: 0.875rem;
    }

    .footer-link {
      color: white;
      transition: all 0.2s;
    }

    .footer-link:hover {
      text-decoration: underline;
    }

    .footer-form {
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
    }

    .footer-input {
      padding: 0.5rem;
      border-radius: 0.25rem;
      color: black;
      border: none;
      outline: none;
    }

    .footer-button {
      background-color: #2563eb;
      border-radius: 0.25rem;
      padding: 0.5rem;
      font-size: 0.875rem;
      font-weight: 500;
      border: none;
      cursor: pointer;
      color: white;
      transition: all 0.2s;
    }

    .footer-button:hover {
      background-color: #1d4ed8;
    }

    .footer-copyright {
      text-align: center;
      font-size: 0.875rem;
      margin-top: 2.5rem;
      border-top: 1px solid #374151;
      padding-top: 1.5rem;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .values-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }

      .values-content,
      .values-image-card {
        transform: none !important;
        animation: none !important;
        opacity: 1 !important;
      }
    }


    /* responsive */
    @media (max-width: 790px) {
      .cta-buttons {
        margin-bottom: 50px;
      }

      .hero {
        min-height: 90vh;
      }

      .values-section {
        padding: 15px;
      }

    }

    @media (max-width: 500px) {
      .about-us {
        margin-top: 10px;
      }

      .carousel-title h1 {
        font-size: 45px;

      }

      .about-us {
        margin-top: 20px;
        font-size: 45px;
      }

      .about-us h1 {
        font-size: 50px;
      }

      .values-heading {
        font-size: 45px;
      }

      .carousel-wrapper {
        padding: 40px;
        min-height: 30vh;
      }

      .carousel-title h1 {
        font-size: 45px;


      }

      .carousel-wrapper .carousel-title {
        margin-bottom: 30px;
        font-size: 45px;
      }

      .carousel-wrapper .navigation-dots {
        bottom: -30px;
      }



    }

    @media (max-width: 400px) {
      .about-us h1 {
        margin-top: 150px;
      }
    }

    @media (max-width: 500px) {
      .about-us h1 {
        margin-top: 150px;
      }
      

    }