
body {
    font-family: Arial, sans-serif;
    
    margin: 0;
    padding: 0;
    overflow-x:hidden; 
    overflow-y: auto; 
}




header {
    
    top: 0;
    z-index: 1000;
    border-bottom: black 1px solid;
}

/* Top Section */
.header-top {
    display: flex;
    justify-content: flex-end;
    padding: 10px 20px;
    background-color: #ddf2d7;
    color: white;
}

.social-link {
    margin-left: 15px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.icon {
    width: 20px;
    height: 20px;
}

/* Bottom Section */
/* Bottom Section */
.header-bottom {
    display: flex;
    justify-content: center; /* Center the content horizontally */
    align-items: center;
    padding: 15px 20px;
    background-color: #ffffff;
    color: white;
}

/* Logo Styles */
.logo {
    flex: 1;
    text-align: left; /* Align logo to the left side */
}

.logo-img {
    height: 80px;  /* Adjust the height of the logo */
    width: 250px;
}
/* Navigation Links */
.nav-links {
    
  display: flex;
  justify-content: center; /* Align links to the left */
  gap: 40px; /* Space between main links */
  font-size: 20px; /* Text size */
  list-style: none; /* Remove bullet points */
  padding-right: 220px; 
  margin: 0;
}

/* Main Menu Links Styling */
.menu-menu-1-container > ul {
  display: flex; /* Arrange the main menu horizontally */
  flex-direction: row; /* Ensure horizontal alignment */
  padding: 0;
  margin: 0;
  list-style: none; /* Remove default list styling */
}

.menu-menu-1-container > ul > li {
  position: relative; /* For dropdown positioning */
  margin-right: 20px; /* Add space between menu items */
}

.nav-links a {
  display: inline-block; /* Button-like behavior */
  padding: 10px 15px; /* Add padding for button look */
  text-decoration: none; /* Remove underline */
  color: rgb(7, 57, 20); /* Default text color */
  text-align: center;
  background-color: white; /* Transparent by default */
  border: 1px solid transparent; /* Optional border */
  border-radius: 5px; /* Optional rounded corners */
  transition: all 0.3s ease; /* Smooth hover effect */
}

.nav-links a:hover {
  background-color: white; /* Change background on hover */
  color: #007bff; /* Change text color on hover */
  border-color: #007bff; /* Add border color on hover */
}

/* Dropdown Menu */
.menu-item-has-children > .sub-menu {
  display: none; /* Hidden by default */
  position: absolute;
  top: 100%; /* Position below the parent menu */
  left: 0;
  background: white;
  flex-direction: column; /* Stack dropdown items vertically */
  padding: 10px;
  z-index: 10;
  border: 1px solid #ddd; /* Optional border for dropdown */
  border-radius: 5px; /* Optional rounded corners */
  list-style: none; /* Remove bullets */
}

.menu-item-has-children:hover > .sub-menu {
  display: flex; /* Show dropdown on hover */
}

.menu-item-has-children > .sub-menu > li {
  padding: 0;
  margin: 0;
}

.menu-item-has-children > .sub-menu a {
  padding: 10px;
  font-size: 17px;
  color: black; /* Dropdown link color */
  text-decoration: none;
}

.menu-item-has-children > .sub-menu a:hover {
  text-decoration: underline; /* Hover effect for dropdown items */
}

/* Responsive Styles for screens <= 768px */
@media (max-width: 768px) {
    .header-bottom {
        flex-direction: column; /* Stack logo and links vertically */
        align-items: center; /* Center all content */
        text-align: center;
    }

    .logo {
        flex: unset; /* Prevent stretching */
        text-align: center; /* Center the logo */
        margin-bottom: 10px; /* Add spacing below the logo */
    }

    .nav-links {
        flex-direction: column; /* Stack navigation links vertically */
        justify-content: center; /* Center the links */
        align-items: center; /* Center the links vertically */
        gap: 10px; /* Reduce space between links */
        flex-wrap: nowrap; /* Prevent wrapping */
        padding: 0; /* Remove extra padding */
        margin: 0; /* Remove margin */
    }

    .nav-links a {
        font-size: 16px; /* Reduce font size for smaller screens */
        padding: 8px 15px; /* Shrink padding for more compact links */
        display: block; /* Ensure each link takes full width */
        width: 100%; /* Ensure links align uniformly */
        max-width: 200px; /* Limit width of links */
        text-align: center; /* Center the text */
    }
}

/* Responsive Styles for screens <= 360px */
@media (max-width: 360px) {
    .header-bottom {
        flex-direction: column; /* Stack content */
        align-items: center; /* Align everything to the center */
    }

    .logo img {
        height: 50px; /* Reduce logo height for very small screens */
        max-width: 100%; /* Scale down responsively */
    }

    .nav-links {
        flex-direction: column; /* Ensure links stack vertically */
        gap: 8px; /* Further reduce space between links */
        padding: 0; /* Remove padding */
        margin: 0; /* Remove margin */
    }

    .nav-links a {
        font-size: 14px; /* Further reduce font size */
        padding: 6px 12px; /* Smaller padding for compact design */
        max-width: 180px; /* Shrink max width for very small screens */
    }
}






@keyframes tonext {
    75% {
      left: 0;
    }
    95% {
      left: 100%;
    }
    98% {
      left: 100%;
    }
    99% {
      left: 0;
    }
  }
  
 
  @keyframes snap {
    96% {
      scroll-snap-align: center;
    }
    97% {
      scroll-snap-align: none;
    }
    99% {
      scroll-snap-align: none;
    }
    100% {
      scroll-snap-align: center;
    }
  }
  
  
  
  * {
    box-sizing: border-box;
    scrollbar-color: transparent transparent; /* thumb and track color */
    scrollbar-width: 0px;
  }
  
  *::-webkit-scrollbar {
    width: 0;
  }
  
  *::-webkit-scrollbar-track {
    background: transparent;
  }
  
  *::-webkit-scrollbar-thumb {
    background: transparent;
    border: none;
  }
  
  * {
    -ms-overflow-style: none;
  }
  
  ol, li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .carousel {
    position: relative;
    margin-top: 1px;
    padding-top: 35%;
    filter: drop-shadow(0 0 10px #0003);
    perspective: 100px;
    
  }
  
  .carousel__viewport {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    overflow-x: scroll;
    counter-reset: item;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    overflow-y: hidden;
  }
  
  .carousel__slide {
    position: relative;
    flex: 0 0 100%;
    width: 100%;
    background-color: #f99;
    counter-increment: item;
  }
  
  .carousel__slide:nth-child(even) {
    background-color: #99f;
  }
  
  .carousel__slide:before {
    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-40%,70px);
    color: #fff;
    font-size: 2em;
  }
  
  .carousel__snapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    scroll-snap-align: center;
  }
  
  @media (hover: hover) {
    .carousel__snapper {
      animation-name: tonext, snap;
      animation-timing-function: ease;
      animation-duration: 4s;
      animation-iteration-count: infinite;
    }
  
    .carousel__slide:last-child .carousel__snapper {
      animation-name: tostart, snap;
    }
  }
  
  @media (prefers-reduced-motion: reduce) {
    .carousel__snapper {
      animation-name: none;
    }
  }
  
  .carousel:hover .carousel__snapper,
  .carousel:focus-within .carousel__snapper {
    animation-name: none;
  }
  
  .carousel__navigation {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
  }
  
  .carousel__navigation-list,
  .carousel__navigation-item {
    display: inline-block;
  }
  
  .carousel__navigation-button {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #333;
    background-clip: content-box;
    border: 0.25rem solid transparent;
    border-radius: 50%;
    font-size: 0;
    transition: transform 0.1s;
  }
  
  .carousel::before,
  .carousel::after,
  .carousel__prev,
  .carousel__next {
    position: absolute;
    top: 0;
    margin-top: 16.5%;
    width: 4rem;
    height: 4rem;
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: 0;
    outline: 0;
  }
  
  .carousel::before,
  .carousel__prev {
    left: -1rem;
  }
  
  .carousel::after,
  .carousel__next {
    right: -1rem;
  }
  
  .carousel::before,
  .carousel::after {
    content: '';
    z-index: 1;
    background-color: #333;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    font-size: 2.5rem;
    line-height: 4rem;
    text-align: center;
    pointer-events: none;
  }
  
  .carousel::before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,50 80,100 80,0' fill='%23fff'/%3E%3C/svg%3E");
  }
  
  .carousel::after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='100,50 20,100 20,0' fill='%23fff'/%3E%3C/svg%3E");
  }
  .carousel__video {
    width: 100%; /* Ensures the image takes up the full width of the slide */
    height: 100%; /* Maintains the aspect ratio of the image */
    display: block; /* Removes any extra space below the image */
    object-fit: cover; /* Ensures the image covers the slide without distortion */
  }



  .who_we_are {
    text-align: center;
    margin: 50px auto;
 
    font-family: Arial, sans-serif;
}

.who_we_are h1 {
    font-size: 2.5em;
    
    font-weight: bold;
    text-transform: uppercase; /* Makes the text all uppercase */
    margin-bottom: 20px;
    color: #01300a; /* Sets a professional dark color */
}

.main_content {
    
    line-height: 1.5; /* Improves readability with proper line spacing */
    font-size: 1.3em;
    color: #024d09; /* Sets a slightly lighter text color for readability */
   
    
    
}

.main_content .content strong {
    color: #000; /* Highlights the bold content */
}

.main_content .content {
    margin-top: 20px;
}



.footer {
  background-color: #03412d; /* Dark background for the footer */
  color: #fff; /* White text color */
  padding: 40px 20px; /* Padding around the footer */
  text-align: center; /* Center-align all text */
}

.footer h3 {

  margin-bottom: 10px; /* Space between heading and paragraph */
}

.footer p {
  margin-bottom: 20px; /* Space between paragraph and button */
  font-size: 16px; /* Standard font size for readability */
}

.contact-btn {
  background-color: #00ff40; /* Blue background for the button */
  color: #170303; /* White text */
  padding: 10px 20px; /* Padding for the button */
  text-decoration: none; /* Remove underline */
  border-radius: 5px; /* Rounded corners */
  font-size: 16px; /* Button text size */
}

.contact-btn:hover {
  background-color: #0056b3; /* Darker blue on hover */
}

.footer-bottom {
  margin-top: 30px; /* Space between the contact section and footer bottom text */
  font-size: 14px; /* Smaller font size for copyright */
  color: #bbb; /* Light gray color for copyright text */
}

.services{
  background-color: #f9f9f9;
 
  text-align: center;
}


 /* Title Styling */
 .title1 {
  font-size: 48px;
  font-weight: bold;
  margin: 20px 0;
  color: #333;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Paragraph Styling */
.services .description1 {
  font-size: 30px;
  line-height: 1;
  margin: 0 auto;
  max-width: 800px;
}

/* Card Container */
.services .card-container4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 20px;
  max-width: 1200px;
  margin: 40px auto;
}

/* Card Styling */
.services .card4 {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.services .card4:hover {
  transform: translateY(-10px);
}

/* Card Image Styling */
.services .card4 img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

/* Card Title */
.services .card-title4 {
  font-size: 25px;
  margin: 10px 0;
  color: #0b3d91;
}

/* Card Description */
.services .card-info4 {
  font-size: 20px;
  color: #06041e;
  margin: 0 10px 20px;
  line-height: 1;
}