*{margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}


body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #ffffff;
  padding-top: 90px; 
  text-align: left;
  justify-content: left;
}


header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 999;
  transition: top 0.3s ease-in-out;
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 40px;
  position: relative;
  list-style: none;
}

.navbar a {
  text-decoration: none;  
  color: #333;            
  font-weight: 600;
  font-size: 16px;
}

.navbar:hover,
.navbar:hover a {
  color: #d14827;         
  text-decoration: none;  
  cursor: pointer;
}

.nav-logo img {
  height: 70px;
}

.nav-links {
  flex: 1;
  display: flex;
  justify-content: center;
}

.nav-links ul {
  display: flex;
  list-style: none;
  gap: 30px;
  align-items: center;
}

.nav-links ul li {
  position: relative;
}

.nav-links a,
.nav-links span.dropdown {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}

.dropdown-menu {
  position: absolute;
  top: 200%;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  width:230px;
  padding: 16px 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 999;
}

.dropdown-container.active .dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.dropdown-container {
  position: relative;
}

.dropdown-menu li {
  padding: 12px 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.dropdown-menu li:hover {
  background-color: transparent !important;
  color: #d14827;
}


.dropdown-menu li:hover a {
  color: #d14827;
}

.dropdown-container:hover .dropdown-menu,
.dropdown-container.active .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%);
  pointer-events: auto;
}


.dropdown-menu::before {
  content: "";
  position: absolute;
  top: -9px; 
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid rgba(167, 167, 167, 0.2); 
  z-index: 9;
}

.dropdown-menu::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fbfbfb; 
  z-index: 10;
}

.dropdown-container:hover .dropdown-menu,
.dropdown-menu:hover {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  pointer-events: auto;
}

.dropdown-menu li {
  padding: 12px 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.dropdown-menu li:hover {
  background-color: #f1f3f6;
  color: #d14827;
}

.dropdown-menu li:hover a {
  color: #d14827;
}

.dropdown-menu ul {
  list-style: none;
  display: block;
}

.dropdown-menu li {
  padding: 12px 20px;
  display: flex;
  align-items: center;
  transition: background 0.2s;
}

.dropdown-menu li:hover {
  background-color: #f1f3f6;
}

.dropdown-menu a {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
  color: #2c2c2c;
  text-decoration: none;
  width: 100%;
}

.nav-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
}

.nav-right .contact-btn {
  background: linear-gradient(45deg, #d14827, #f26b38);
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.icon {
  display: none;
}

.mobile-contact {
  display: none;
}

.menu-top{
  display: none;
}

.mobile-contact {
    display: none !important;
}
.desktop-contact {
    display: flex !important;
}

  .hero-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 70vh;
  }

  .slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    height: 100%;
  }

  .slide {
    min-width: 100%;
    height: 100%;
    position: relative;
  }

  .hero-content h1 {
    font-size: 3rem;
    margin: 0;
    
  }

  .hero-content hr {
    width: 150px;
    border: 2px solid white;
    margin: 20px auto;
  }

  .hero-content p {
    font-size: 1.2rem;
    margin: 0 0 20px 0;
  }

  .btn {
    padding: 10px 30px;
    font-size: 1rem;
  background: linear-gradient(45deg, #d14827, #f26b38);
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s;
          text-decoration: none;

  }

    .btn a{
      text-decoration: none;
    }

  .btn:hover {
  background: linear-gradient(45deg, #d14827, #f26b38);
  }

  /* Navigation buttons */
  .nav-btn {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background: transparent; /* no bg */
    border: none;
    font-size: 36px;
    color: #ff5c5c;
    cursor: pointer;
    z-index: 10;
  }

  .prev { left: 20px; }
  .next { right: 20px; }

  .nav-btn:hover {
    color: #ff5c5c;
  }

/* Make slider take full viewport on all devices */
.hero-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh; /* full viewport height */
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* ensures image fills container */
}

/* Center content */
.hero-content {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 5;
  padding: 0 15px; /* small padding for mobile */
  text-shadow: 1px 1px 10px rgba(0,0,0,0.7);
}

/* Responsive adjustments for tablet */
@media (max-width: 1024px) {
  .hero-content h1 {
    font-size: 2rem;
  }
  .hero-content p {
    font-size: 1rem;
  }

    .hero-content hr {
    width: 100px;
    border: 2px solid white;
    margin: 20px auto;
  }

    .hero-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 70vh;
  }
  .btn {
    padding: 10px 25px;
    font-size: 0.95rem;
    text-decoration: none;
      text-shadow: none;

  }

  .explore-wrapper {
  position: absolute;
  bottom: 200px; /* adjust as needed */
  top: 400px;
}

}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 1.8rem;
  }
    .hero-content hr {
    width: 50px;
    border: 2px solid white;
    margin: 20px auto;
  }
  .hero-content p {
    font-size: 1rem;
    max-width: 90%;
    margin: 0 auto 15px auto;
  }
    .prev { left: 10px; }
  .next { right: 10px; }
  
  .btn {
    padding: 8px 20px;
    font-size: 0.9rem;
  }

  /* Navigation buttons */
  .nav-btn {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    background: transparent; /* no bg */
    border: none;
    font-size: 25px;
    color: #ff5c5c;
    cursor: pointer;
    z-index: 10;
  }

    .explore-wrapper {
  position: absolute;
  bottom: 200px; /* adjust as needed */
  top: 500px;
}
}

.explore-wrapper {
  position: absolute;
  bottom: 40px; /* adjust as needed */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: bounce 2s infinite;
  transition: transform 0.3s ease;
  z-index: 2;
  cursor: pointer;
}


.arrow-down {
  font-size: 2.5rem;
    color: white;

}

.explore-text {
  margin-top: 0.2rem;
  font-size: 1.1rem;
  color: white;
}

/* Bounce animation */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(6px); }
  60% { transform: translateY(3px); }
}

#next-section {
  background-color: #fff;
  padding: 0px;
  padding-top: 40px;
  text-align: left;
}

.content-area {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}

.left-side {
  flex: 1;
  max-width: 500px;
}

.section-label {
  color: #d14827;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.main-heading {
  font-size: 2.5rem;
  font-weight: 800;
  color: #061729;
  margin-bottom: 20px;
}

.sub-heading {
  font-size: 1.5rem;
  font-weight: 600;
  color: #111;
  margin-bottom: 0px;
}

.right-side {
  flex: 1.2;
  max-width: 600px;
}

.right-side p {
    font-size: 1.2rem;
  line-height: 1.6;
  color: #555;
  line-height: 1.6;
}

    .container {
      max-width: 1200px;
      margin: auto;
      padding: 20px;
      padding-top: 20px;
      position: relative;
    }

.slider-wrapper {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 20px;
  padding: 10px;
  scroll-padding-left: 10px;
  scrollbar-width: none;
}
.slider-wrapper::-webkit-scrollbar {
  display: none;
}


    .card {
      flex: 0 0 calc((100% - 40px) / 3); /* 3 cards with 2 gaps of 20px */
      height: 250px;
      background: #061729;
      border-radius: 10px;
      overflow: hidden;
      border: 2px solid #061729;
      position: relative;
    }

    .card-inner {
      height: 200%;
      display: flex;
      flex-direction: column;
      transition: transform 0.5s ease;
    }

    
    .card:hover .card-inner {
      transform: translateY(-50%);
    }
    

    .card-front, .card-back {
      height: 50%;
      padding: 30px 20px;
    }

    .card-front {
      background: #061729;
      color: #ffffff;
    }

    .card-back {
  background: linear-gradient(to right, #d14827, #f26b38);
      color: white;
            border: 2px solid #d14827;
    }

    .card-icon {
      width: 50px;
      height: 50px;
      border: 2px solid #ffffff;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 24px;
      margin-bottom: 20px;
      color: #ffffff;
    }

    .card h3 {
      font-size: 22px;
      margin-bottom: 10px;
    }

    .card-back p {
      font-size: 16px;
      line-height: 1.4;
      margin-bottom: 10px;
      color: #ffffff;
    }

.learn-more {
  font-weight: bold;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
  color: inherit;
  text-decoration: none;
  transition: transform 0.3s ease; /* for sliding */
}

.learn-more:hover {
  transform: translateX(6px); /* slide right on hover */
  color: #ffffff;
}

.learn-more::after {
  content: '→';
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.card:hover .learn-more::after {
  transform: translateX(4px);
}

    /* Gradient icon coloring */
    .gradient-icon i {
  background: linear-gradient(to right, #d14827, #f26b38);
      -webkit-text-fill-color: transparent;
      color: transparent;
      transition: background 0.3s ease;
    }


.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;         /* remove background */
  border: none;
  color: #061729;                  /* better contrast color */
  padding: 1px 1px;
  font-size: 28px;                 /* bigger arrow for mobile */
  cursor: pointer;
  z-index: 99;
}

    .scroll-left {
      left: 0px;
    }

    .scroll-right {
      right: 0px;
    }

    @media (max-width: 1024px) {
      .card {
        flex: 0 0 calc((100% - 20px) / 2); /* 2 cards with 1 gap */
      }

      
.content-area {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  gap: 40px;
}

    }
@media (max-width: 768px) {
  .container {
    position: relative;
    padding: 0 30px;
    margin-top: 40px;
  }


  .card {
    flex: 0 0 100%;
    max-width: 100%;
    scroll-snap-align: center;
    margin: 0 auto;
  }

  .scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    color: #061729;
    font-size: 24px;
    padding: 20px;
    cursor: pointer;
    z-index: 999;
  }

  .scroll-left {
    left: 5;
  }

  .scroll-right {
    right: 0;
  }

  .card-icon {
    width: 30px;
    height: 30px;
    font-size: 15px;
    margin-bottom: 20px;
  }

  .card h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .card-back p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #ffffff;
  }

  .learn-more {
    font-size: 16px;
    margin-top: 10px;
  }
}
.partners-section {
  text-align: center;
}

.section-heading h2{
  font-size: 2rem;
  color: #061729  ;
  text-align: left;
  justify-content: left;
  align-self: flex-start;  /* align this heading to left/start */
  text-align: left !important;
}


.partner-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
}

.partner-logos img {
  height: 50px;
  max-width: 150px;
  opacity: 0.8;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

@media screen and (max-width: 768px) {

   h1{
        font-size: 1rem;
      }

  h2{
        font-size: 1rem;
      }

.section-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #061729;
  margin-bottom: 30px;
  text-align: left;
  justify-content: left;
}
}

@media (max-width: 768px) {
  .sub-heading {
    text-align: left !important;
    align-self: flex-start;
    justify-content: left;
  }

  .partner-logos {
    gap: 20px;
    text-align: left;
  justify-content: left;
  }

  .partner-logos img {
    height: 40px;
    max-width: 120px;
  }

  
}

@media (max-width: 768px) {
  /* For your main heading class */
  .main-heading {
    text-align: left !important;
     padding-bottom: 0 !important;
     margin-bottom: -20px !important;
     
  }

  /* For section-heading, assuming it’s a container or class used elsewhere */
  .section-heading {
    text-align: left !important;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 0;
    font-size: 1.5rem;
  }

  .section-label{
    text-align: left !important;
  }
  /* If section-heading is a container and contains h2 */
  .section-heading h2 {
    text-align: left !important;
    width: 100%;
    margin-left: 0;
  }
}


.testimonials-section {
  text-align: center;
}

.section-heading {
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: 700;
  color: #061729;
  margin-bottom: 30px;
}

/* Ensure testimonial grid uses masonry-like layout */
.testimonial-grid {
  column-count: 3;
  column-gap: 30px;
}

.testimonial-card {
  background-color: #061729;
  padding: 30px 25px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  display: inline-block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: fadeInUp 0.7s ease forwards;
  opacity: 0;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  text-align: left;
  color: #ffffff;
  break-inside: avoid;
}

.client-logo img {
  height: 80px;
  width: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 20px;
  border: 2px solid #bababa;
}

.feedback {
  font-size: 1.05rem;
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}

.feedback::before {
  content: "\201C";
  font-size: 2.5rem;
  color: #d14827;
  position: absolute;
  left: 0;
  top: -10px;
}

.rating {
  color: #f4a825;
  font-size: 1.1rem;
  margin-top: 10px;
  letter-spacing: 1px;
}

.testimonial-divider {
  border: none;
  border-top: 1px solid #969696;
  margin: 10px 0;
  width: 100%;
}

.client-info h4 {
  font-size: 1.05rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}

.client-info span {
  font-size: 0.9rem;
  color: #ffffff;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 992px) {
  .testimonial-grid {
    column-count: 2;
  }
}

@media screen and (max-width: 600px) {
  .testimonials-section{
    padding-bottom: 0%;
  }
  .testimonial-grid {
    column-count: 1;
  }

  .testimonial-card {
  background-color: #061729;
  padding: 10px 25px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  display: inline-block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: fadeInUp 0.7s ease forwards;
  opacity: 0;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
  color: #ffffff;
  break-inside: avoid;
}

.client-info h4 {
  font-size: 0.8rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}
}

.clients-section {
  padding: 40px 20px;
    text-align: center;
}

.section-heading {
  font-size: 2rem;
  color: #061729;
  margin-bottom: 10px;
}


/* Fixed visible area */
.logo-slider-wrapper {
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  margin-top: 20px;
}

/* Animated track */
.logo-track {
  display: flex;
  gap: 40px;
  animation: scroll-logos 30s linear infinite;
  width: max-content;
}

/* Logo image styles */
.logo-track img {
  height: 80px;
  object-fit: contain;
  flex-shrink: 0;
  padding: 5px 10px;
}



/* Keyframes for infinite scroll */
@keyframes scroll-logos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.footer {
  background: linear-gradient(45deg, #061729, #28374d);
  color: #eee;
  padding: 40px 20px 20px;
  font-size: 15px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}


.footer-about,
.footer-links,
.footer-contact,
.footer-social {
  flex: 1 1 220px;
  min-width: 220px;
}

.footer-about h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.footer-links h4,
.footer-contact h4,
.footer-social h4 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #d14827;
}

.footer-links ul {
  list-style: none;
  padding: 0;
line-height: 1.6;}

.footer-links ul li a {
  color: #eee;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease; 
  display: inline-block; 
  margin-bottom: 8px; 
}

.footer-links ul li a:hover {
  transform: translateX(10px); 
}


.footer-contact p {
  margin-bottom: 8px;
}

.footer-social .social-icons a {
  display: inline-block;
  margin-right: 15px;
  font-size: 20px;
  color: #eee;
  transition: color 0.3s ease;
}

.footer-social .social-icons a:hover {
  color: #d14827;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  border-top: 1px solid #444;
  padding-top: 15px;
  font-size: 14px;
  color: #aaa;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    padding-left: 20px;
  }

  .footer-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    flex-wrap: wrap;
  }

  .footer-about,
  .footer-social {
    flex: 1;
    max-width: 90%;
  }

  .footer-social .social-icons {
    display: flex;
    gap: 10px;
    margin-top: 8px;
  }

  .footer-social .social-icons a {
    margin: 0;
  }
}


@media screen and (max-width: 1200px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: white;
  }

    .mobile-contact {
    display: block !important;
  }
  .desktop-contact {
    display: none !important;
  }
  
.nav-bar {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px;
}

.mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .nav-logo img {
    height: 60px;
  }

  .icon {
    font-size: 28px;
    color: #d14827;
    cursor: pointer;
  }

  .nav-logo img {
    height: 60px;
    align-self: flex-start;
    flex-direction: row;
  }

  .icon {
    display: block;
    font-size: 15px;
    cursor: pointer;
    color: #d14827;
    align-self: flex-end;
    margin: 10px 0;
  }

  .nav-links,
  .nav-right {
    display: none;
  }

  .nav-links.show {
    display: flex;
    width: 100%;
    flex-direction: column;
    background: #fff;
    border-top: 1px solid #eee;
  }

    #mobileMenu {
      position: fixed;
      top: 0;
      left: 0;
      width: 90vw;
      height: 100vh;
      background: white;
      transform: translateX(-100%);
      transition: transform 0.3s ease-in-out;
      z-index: 9999;
      display: flex;
      flex-direction: column;
      overflow-y: auto;
    }

  body.menu-open .mobile-header {
    display: none !important;
  } 

  #mobileMenu.show {
    transform: translateX(0);
  }

  .menu-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #eee;
    background-color: white;
    z-index: 10001;
  }

  .menu-top .nav-logo img {
    height: 40px;
    padding-left: 20px;
  }

  .menu-top .icon {
    font-size: 30px;
    color: #d14827;
    cursor: pointer;
    padding-right: 20px;
  }

  body.menu-open .page-content {
    filter: blur(20px);
    pointer-events: none; 
    user-select: none;    
    transition: filter 0.3s ease;
  }

  body.menu-open footer {
    filter: blur(20px);
    pointer-events: none;
    user-select: none;
    transition: filter 0.3s ease;
  }

  .icon {
    font-size: 28px;
    color: #d14827;
    cursor: pointer;
    user-select: none;
  }

  .nav-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
    overflow-y: auto;
  }

  .nav-links ul li {
    border-bottom: 1px solid #eee;
  }

  .nav-links ul li a,
  .nav-links ul li span.dropdown {
    display: block;
    padding: 5px 20px;
    color: #333;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
  }

  .dropdown-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #f9f9f9;
    padding-left: 10px;
  }

  .dropdown-container.active .dropdown-menu {
    max-height: 500px;
  }

  .nav-links ul {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .nav-links ul li {
    width: 100%;
    text-align: left;
    padding: 12px 20px;
    border-top: 1px solid #eee;
    position: relative;
  }

  .nav-links ul li a,
  .nav-links ul li span.dropdown {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #333;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
  }

  .dropdown-menu {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #f9f9f9;
    padding: 0;
    margin-top: 0;
    position: static;
    transform: none;
    box-shadow: none;
    border-radius: 0;
  }

  .dropdown-container.active .dropdown-menu {
    display: flex;
  }

  .dropdown-menu li {
    padding: 10px;
    border-top: 1px solid #eee;
  }

  .dropdown-menu a {
    color: #333;
    font-weight: 500;
    text-decoration: none;
    font-size: 15px;
  }

  .dropdown-container:hover .dropdown-menu,
  .dropdown-menu:hover {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto;
  }

  .dropdown-menu::before,
  .dropdown-menu::after {
    display: none;
  }

 .nav-right {
    display: none;
  }

  .mobile-contact {
    display: block;
    padding: 16px;
  }

}
  .section-subtext {
      font-size: 1.25rem;
  line-height: 1.6;
  color: #555;
  }

@media screen and (max-width: 768px) {
  .video-container {
    height: 40vh;
    width: 100%;
  }

  .video-container video {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
  }

  .content-overlay {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    padding: 0 10px;
    width: 100%;
    min-width: 100px;
  }

  .content-overlay h1 {
    font-size: 1.5rem;
  }

  .content-overlay h2 {
    font-size: 1.2rem;
    min-width: 100px;
  }

  .content-overlay h3 {
    font-size: 1rem;
    
  }

  #typewriter {
    font-size: 1rem;
  }

  .explore-wrapper {
    bottom: 20px;
    flex-direction: column;
    gap: 10px;
    left: 50%;
    right: 50%;
    justify-content: left;
  }

  .arrow-down {
    font-size: 2rem;
  }

  .explore-text {
    font-size: 1rem;
  }

  .content-area {
    flex-direction: column;
    padding: 0 20px;
  }

  .left-side, .right-side {
    max-width: 100%;
  }

  .main-heading {
    font-size: 1.8rem;
    text-align: left;
  }

  .sub-heading, .section-label {
    text-align: left !important;
  }

  .right-side p {
      font-size: 1rem;
  line-height: 1.6;
  color: #555;
  }

/* Keyframes for infinite scroll */
@keyframes scroll-logos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-90%);
  }
}

}
@media (max-width: 768px) {

  .section-subtext {
    text-align: left !important;
      font-size: 1rem;
  line-height: 1.6;
  color: #555;
  }
}
