body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f8f9fa;
  color: #333;
}

header {
  background: #012b27;
  color: white;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  }

.logo {
  font-size: 1.5rem;
  font-weight: bold;
      
}
.logo-img {
  width: 150px;  /* adjust as needed */
  height: auto;  /* keeps aspect ratio */
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 15px;
  margin: 0;
  padding: 0;
 justify-content: flex-end;  /* push items to right */
}

.nav-links li {
  display: inline;
}

.nav-links a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.nav-links a:hover, .active {
  text-decoration: underline;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  margin-left: 20px;
}

.hamburger span {
  height: 3px;
  width: 25px;
  background: white;
  margin: 4px 0;
  border-radius: 2px;
}
.hero {
  text-align: center;
  padding: 80px 20px;
  background: url("contactbg.png") no-repeat center center;
  background-size: cover;
  min-height: calc(60vh - 120px); /* Adjusted to ensure it fills the space without scrolling */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero h2, .hero p {
  color: white; /* Changed to white for better visibility on the image */
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8); /* Changed to a black shadow to contrast with white text */
}

.hero .btn {
  /* No changes needed here, as the button's style is already distinct */
  color: white;
  background: #035a53;
  text-shadow: none;
}

.hero .btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background: white;
  color: #035a53;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.hero .btn:hover {
  background: #035a53;
  color: white;
}

main {
  padding: 40px 20px;
  max-width: 1000px;
  margin: auto;
 }

.features, .pricing {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
}

.features li, .pricing li {
  background: #e6f0ff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  text-align: center;
  font-weight: bold;
}

.contact-form {
  max-width: 500px;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.contact-form input, .contact-form textarea {
  margin: 10px 0;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
}

.contact-form button {
  padding: 12px;
  background: #025a5a;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.contact-form button:hover {
  background: #035a53;
}

footer {
  text-align: center;
  padding: 20px;
  background: #012b27;
  color: white;
  margin-top: 20px;
  }

/* Responsive */
@media (max-width: 768px) {
  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    background: #035a53;
    text-align: center;
    padding: 12px 0;
  }
  .nav-links.active {
    display: flex;
  }
  .hamburger {
    display: flex;
  }
}
.container {
    max-width: 720px;
   }
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.carousel, .item, .active {
  height: 100%; }

.carousel-inner {
  height: 100%; }
  
/* ==========================================================================
    10.0 Testimonial / Video css
   ========================================================================== */
.testi-video {
  padding-top: 80px; }
  .testi-video .meta-head {
    font-weight: 300;
    font-size: 24px;
    text-transform: uppercase; }

.testimonial-sec {
  padding-top: 80px; }
  .testimonial-sec:hover .carousel-indicators {
    opacity: 1; }
  .testimonial-sec .carousel-indicators {
    opacity: 1;
    bottom: -40px;
    margin-top: 20px;
    transition: opacity 350ms; }
    .testimonial-sec .carousel-indicators li {
      background-color: #ccc;
      border: 0px; }
      .testimonial-sec .carousel-indicators li.active {
        background-color: #1c7c5c; }
  .testimonial-sec .meta-head {
    font-weight: 300;
    font-size: 24px;
    text-transform: uppercase; }

.testimonial .carousel {
  margin-top: 40px; }
  .testimonial .carousel .item .testimonial-text {
    border: 1px solid #1e8162;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 40px 55px 55px 55px;
    position: relative;
    font-size: 14px;
    line-height: 22px; }
    .testimonial .carousel .item .testimonial-text:before {
      content: "";
      position: absolute;
      top: 25px;
      left: 18px;
      width: 26px;
      height: 22px;
      background: url("../image/icon-qoute.png") no-repeat;
      background-size: 26px auto; }
  .testimonial .carousel .item .profile {
    position: relative;
    margin-top: -30px;
    text-align: center; }
    .testimonial .carousel .item .profile img {
      width: 65px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      border: 1px solid #1c7c5c; }
    .testimonial .carousel .item .profile h5 {
      font-weight: 700;
      font-size: 16px;
      margin-top: 15px;
      margin-bottom: 5px; }
    .testimonial .carousel .item .profile h6 {
      font-weight: 400; }

.video-wrapper {
  position: relative;
  margin-top: 40px;
  padding-top: 56%; }
  .video-wrapper iframe {
    border: 1px solid #fbfbfb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0; }
    /* Force nav to the right */
nav {
  margin-left: auto;
}
/* Restore NAV font look */
.nav-links a {
  font-size: 16px;      /* adjust to your old size */
  font-weight: bold;    /* same as before */
  color: white !important; /* override Bootstrap */
  text-decoration: none;
}
.nav-links a:hover {
  text-decoration: underline;
}
.section-heading {
  margin-top: 0 !important;
  margin-bottom: 10px;  /* keep a little gap below */
}
/* Remove extra spacing above testimonials */
.testimonial-sec {
  padding-top: 20px !important;   /* was 80px */
  margin-top: 0 !important;
}

.section-heading {
  margin-top: 0 !important;
}
body {
  font-family: Arial, sans-serif !important;
}

/* Equal height for testimonial slides */
.carousel .item {
  display: flexbox;
  flex-wrap: wrap;
  align-items: normal;   /* force equal height */
  min-height: 200px;      /* adjust based on your design */
}

.testimonial-text {
  height: 100%;
}
.client-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px; /* spacing between logos */
}

.client-logos img {
  max-width: 150px;  /* control size */
  height: auto;      /* keep proportions */
  object-fit: contain;
}
/* Slider Styles */
.slider {
  position: relative;
  max-width: 1000px;
  margin: 40px auto;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.slides {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

.slide {
  min-width: 100%;
  transition: opacity 1s ease;
}

.slide img {
  width: 100%;
  height: auto;
  display: block;
}

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 50%;
}

.prev { left: 15px; }
.next { right: 15px; }

.prev:hover, .next:hover {
  background: rgba(0,0,0,0.8);
 }

/* Instead, target only contact page */
body.contact-page {
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
  position: relative; /* required for overlay */
}

/* Background for contact page */
body.contact-page {
  background: url("contactbg.png") no-repeat center center fixed;
  background-size: cover;
}

/* Overlay */
body.contact-page::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

body.contact-page main, 
body.contact-page header, 
body.contact-page footer {
  position: relative;
  z-index: 1;   /* keeps text above overlay */
  color: white;
}

/* Push footer down only on contact page */
body.contact-page main {
  flex: 1;
}

.features-container {
    display: flex;
    flex-direction: column; /* Stacks columns on small screens */
    gap: 20px;
    padding: 20px;
}

.image-column, .description-column {
    flex: 1; /* Both columns take up equal space */
}

.modules-diagram {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.description-column {
    padding: 20px;
    border-left: 1px solid #ccc;
}

/* Responsive design for larger screens */
@media (min-width: 768px) {
    .features-container {
        flex-direction: row; /* Aligns columns side-by-side on larger screens */
    }
}
.modules-diagram {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
/* Add to your existing CSS file */

.description-column {
    padding: 20px;
    /* Optional: To make it look more distinct from the background */
    background: #f8f9fa;
    border-left: 1px solid #ccc;
    border-radius: 5px;
}

.module-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #012b27;
}

.description-column p {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    text-align: justify;
}

.description-column strong {
  color: #012b27; /* Make the bold text a different color for emphasis */
}

/* Add a hover effect to the areas for better user feedback */
area {
    cursor: pointer;
}

/* Features page: tighten vertical spacing */
body.features-page main { 
  padding-top: 10px;          /* was 40px */
  padding-bottom: 10px;       /* was 40px */
}

body.features-page h2 {
  margin-top: 0;              /* remove default top margin */
  margin-bottom: 10px;
}

/* The features container itself had padding; trim it a bit for this page */
body.features-page .features-container {
  padding-top: 10px;          /* was 20px */
  padding-bottom: 10px;       /* was 20px */
}

/* Reduce the gap above footer on this page only */
body.features-page footer {
  margin-top: 6px;            /* was 20px globally */
}

/* Optional: remove inner <p> spacing inside footer */
body.features-page footer p {
  margin: 0;
  padding: 8px 0;
}

