        body {
            font-family: 'Public Sans', sans-serif;
        }
        /* General styling for the topbar */
        .midbar {
            background-color: #F3F3F3; /* Light grey background */
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px 20px;
            flex-wrap: wrap; /* Ensures content stacks on smaller screens */
        }

        .midbar img {
            max-height: 50px; /* Adjust logo height */
            max-width: 100%;
        }

        .midbar .midbar-content {
            flex-grow: 1;
            text-align: center; /* Center the text */
        }

        .midbar .midbar-content span {
            font-size: 16px;
            font-weight: bold;
            color: #041C32; /* Dark blue text color */
        }

        .midbar .midbar-content p {
            margin: 0;
            font-size: 14px;
            color: #0056b3; /* Light blue color */
        }

        @media (max-width: 768px) {
            .midbar {
                flex-direction: column;
                text-align: center; /* Align content in center for mobile */
            }

            .midbar img {
                margin-bottom: 10px; /* Add spacing for mobile */
            }

            .midbar-content span,
            .midbar-content p {
                font-size: 14px; /* Adjust text size for smaller screens */
            }
        }
.topbar {
    background-color:indigo; /* Dark green background */
    color: #fff; /* White text color */
    padding: 5px 0; /* Vertical padding */
    font-size: 14px; /* Text size */
    font-family: 'Public Sans', sans-serif; /* Professional font */
}
#submit{
    width:200px;
    padding:10px;
    background:indigo;
    border-radius:10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    color:white;
    font-size:14px;
}
/* Flex container adjustments */
.topbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; /* Allow wrapping on small screens */
}

/* Left and right sections spacing */
.topbar-left span,
.topbar-right span {
    margin-right: 15px; /* Spacing between items */
    display: inline-block;
}
   .navbarnewupdate .navbar-nav .nav-link {
            color: #fff;
            padding: 0 15px; /* Add padding to links */
            font-size: 17px; /* Optional: Adjust font size */
        }
        .navbarnewupdate .navbar-brand {
            color: #fff;
            font-size:17px;
            font-weight: bold;
        }
        .dropdown-menu {
            background-color: #041C32;
                        font-weight: bold;

            color:white;
        }
        .dropdown-menu .dropdown-item {
            background-color: #041C32;
            color: white;
        }
        .dropdown-menu .dropdown-item:hover {
            background-color: #0056b3;
            color: #fff;
        }
        .tobarone {
            background-color:indigo;
            color:white;
            padding: 5px 20px;
            font-size: 14px;
            font-weight: bold;
        }
        .tobarone span {
            color:white;
        }
       .navbarnewupdate {
    background-color: indigo !important; /* Indigo background */
    border-bottom: 2px solid white; /* Optional: adds a white border at the bottom */
}

.navbar-nav .nav-link {
    color: white !important; /* Ensure the text is readable */
}
        .navbar-toggler-icon {
            width:100px;
            padding:10px;
            color:white;
        }
/* Icons */
.topbar i {
    margin-right: 5px; /* Space between icon and text */
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .topbar .container {
        flex-direction: column; /* Stack content on small screens */
        text-align: center;
    }
    .topbar-left,
    .topbar-right {
        margin-bottom: 5px; /* Spacing between sections */
    }
}

     .iso-certified-section {
  background-color: #f4f6f9;
  border: 1px solid #e1e5eb;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.section-title1 {
  font-size: 24px;
  font-weight: 700;
  color: #003366;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #00583d;
}

.iso-logo {
  max-height: 80px;
  max-width: 100%;
}

@media (max-width: 768px) {
  .section-title1 {
    font-size: 20px;
  }

  .section-subtitle {
    font-size: 14px;
  }

  .iso-logo {
    max-height: 60px;
  }
}
.client-section {
    /* Light background for the section */
    color:black;
}

.client-box {
    background-color: #ffffff; /* White box */
    border: 1px solid #ddd; /* Subtle border for the box */
    border-radius: 8px; /* Rounded corners */
    width: 150px; /* Fixed width */
    height: 150px; /* Fixed height */
    display: flex; /* Center the content */
    align-items: center; /* Vertical alignment */
    justify-content: center; /* Horizontal alignment */
    margin: 0 auto; /* Center the box in the column */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.client-box img {
    max-width: 100%; /* Ensure image does not exceed box width */
    max-height: 100%; /* Ensure image does not exceed box height */
    object-fit: contain; /* Maintain aspect ratio */
}

.client-box:hover {
    transform: scale(1.05); /* Slight zoom effect on hover */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Shadow effect on hover */
}

        /* Container for the marquee */
marquee {
    width: 100%; /* Full width */
    overflow: hidden; /* Hide anything that overflows the container */
    background-color: INDIGO; /* Background color of the marquee */
    color: white; /* Text color */
    padding: 10px 0; /* Top and bottom padding */
}


        
        .navbar {
            background-color: rgb(255, 255, 255);
            border-bottom: 2px solid #00583d;
        }
        .navbar-brand, .nav-link {
            color: black !important;
            margin:10px;
            padding:10px;
        }
        .navbar-toggler {
            background-color: #effaf7;
        }
        .hero-slider img {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }
        /* Styling the Read More Button */
.read-more-btn {
    display: inline-block;
    padding: 10px 20px; /* Padding around the text */
    background-color: #2a1441; /* Button background color */
    color: white; /* Text color */
    font-size: 16px; /* Font size */
    font-weight: 600; /* Font weight */
    text-align: center; /* Center the text */
    text-decoration: none; /* Remove the underline */
    border-radius: 5px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Box shadow for a subtle 3D effect */
    transition: all 0.3s ease; /* Smooth transition for hover effect */
}

/* Hover effect for the button */
.read-more-btn:hover {
    background-color: #d9d9d9; /* Lighter background color on hover */
    color: #00583d; /* Text color changes on hover */
    transform: translateY(-3px); /* Slight lift effect on hover */
}


        .service-box {
            background:indigo;
    width: 100%; /* Make the box take up full width of the container */
    height: 200px; /* Set a fixed height for uniformity */
    padding: 20px; /* Adjust padding as needed */
    font-size: 16px; /* Adjust font size if needed */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color:white;

            
        }

.service-box i {
    color:white;
    font-size: 2rem; /* Icon size */
    margin-bottom: 10px;
}

.service-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

        .testimonials {
            background-color: #180734;
            color:#d9d9d9;
            padding: 2rem 0;
        }
        .testimonial-item {
            text-align: center;
            padding: 1rem;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .testimonial-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        }
        .testimonial-icon {
            font-size: 2rem;
            color: #cacaca;
            margin-bottom: 1rem;
        }
        
   .footer {
  color: white;
  background-color: indigo;
  font-size: 14px;
  position: relative;
}

.footer .footer-top {
  padding-top: 50px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 25px;
}

.footer .footer-about .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-about .logo span {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: var(--heading-font);
  color: var(--heading-color);
}

.footer .footer-about p {
  font-size: 14px;
  font-family: var(--heading-font);
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .footer-newsletter .newsletter-form {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 6px 8px;
  position: relative;
  border-radius: 4px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
  display: flex;
  background-color: var(--background-color);
  transition: 0.3s;
}

.footer .footer-newsletter .newsletter-form:focus-within {
  border-color: var(--accent-color);
}

.footer .footer-newsletter .newsletter-form input[type=email] {
  border: 0;
  padding: 4px;
  width: 100%;
  background-color: var(--background-color);
  color: var(--default-color);
}

.footer .footer-newsletter .newsletter-form input[type=email]:focus-visible {
  outline: none;
}

.footer .footer-newsletter .newsletter-form input[type=submit] {
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  margin: -7px -8px -7px 0;
  background: var(--accent-color);
  color: var(--contrast-color);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.footer .footer-newsletter .newsletter-form input[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.footer .copyright {
  padding: 25px 0;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}

