@import url('https://fonts.googleapis.com/css2?family=Russo+One&family=Zilla+Slab:wght@500&display=swap');
body{
    font-family: 'Zilla Slab', serif;
    line-height: 1.7;
    color: #fff;
}
/* Top-Navbar */
.top-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #235700; /* Choose your desired background color */
    color: #fff; /* Choose your desired text color */
    padding: 1px 25px;
}
/* Style the left side of the navbar */
.left {
    flex: 1;
    font-size: large;
}
/* Style the right side of the navbar */
.right {
    display: flex;
}
/* Style social icons (you can adjust the styles as needed) */
.right a {
    margin-left: 10px;
    width: 25px;
    height: 25px;
    background-color: #ffffff6e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
    border-radius: 100%;
    margin-right: 10px;
}
.right a:hover{
    background-color: #fff;
    color: #235700;
}
.right img {
    width: 30px; /* Adjust the size as needed */
    height: 30px;
}
/* NAVBAR*/
#logo-contact{
    margin: -1px 0;
}
#contact-Bar {
    color: rgb(0, 0, 0);
    display: flex;
    align-items: center;   
}
#contact-Bar i{
    color: #235700;
    font-size: xx-large;
    margin-right: 20px;
}
.img-fluid {   
    margin-right: 130px;
    margin-top: 20px;
    width: 150px;
    cursor: pointer;
}
.navbar {
    background-color: #235700;
}
.navbar-toggler-icon {
    background-color: #fff;
}
.navbar-dark .navbar-toggler-icon:focus {
    outline: none;
}
.navbar-nav .nav-link {
    color: #fff;
    margin-right: 20px;
    transition: background-color 0.4s ease-in-out;
    font-size: 18px;
}
.navbar-nav .nav-link:hover {
    background-color: #b9b9b9; /* Background color on hover */
    border-radius: 5px;
    color: #131313; /* Text color on hover */
}
.navbar-toggler .navbar-toggler-icon {
    background-image: none;
    border: none;
    padding: 0; /* Remove any padding */
}
.navbar-toggler-icon{
    background-color: #235700;
}
.mb-3{
    color: black;
    font-weight: bold;
    font-family: serif;
    margin-top: 15px;
}
.overlay-container {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;
  }

  .overlay-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure the image covers the container */
    filter: brightness(50%); /* Adjust the brightness as needed */
  }

  .overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
  }

  .overlay-text h1 {
    font-size: 55px; /* Adjust the font size as needed */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); /* Add shadow to the text */
    font-family: 'Russo One', sans-serif;
  }

  .overlay-text p {
    font-size: 1.2em;
  }
  .choose-us-section {
    text-align: center;
    padding: 50px 0;
  }

  .choose-us-heading {
    font-size: 2em;
    color: #111;
    position: relative;
    display: inline-block;
  }

  .arrow-down {
    position: absolute;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
    font-size: 1.5em;
    color: #235700; /* Change the color as needed */
    text-shadow: 0px 7px 0px rgba(0,0,0,0.4);
  }

  .sub-heading {
    font-size: 40px;
    margin-top: 30px;
    color: #235700;
    font-family: 'Russo One', sans-serif;
  }

  .choose-us-content {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: justify;
  }

  .choose-us-content p {
    font-size: 1.2em;
    margin-bottom: 20px;
    color: #131313;
  }
  .what-we-do-section {
    text-align: center;
    padding: 50px 0;
  }

  .what-we-do-heading {
    font-size: 2em;
    color: #111;
    position: relative;
    display: inline-block;
  }

  .what-we-do-section .arrow-down {
    position: absolute;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
    font-size: 1.5em;
    color: #235700; /* Change the color as needed */
    text-shadow: 0px 7px 0px rgba(0,0,0,0.4);
  }

  .what-we-do-section .sub-heading {
    font-size: 40px;
    margin-top: 30px;
    color: #235700;
    font-family: 'Russo One', sans-serif;
  }

  .card-container {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
  }

  .card {
    width: 30%;
    border: 1px solid #ddd;
    padding: 20px;
    margin: 10px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
    background-color: #b6b6b6;
  }

  .card:hover {
    transform: scale(1.05);
  }

  .card-number {
    font-size: 24px;
    font-weight: bold;
    color: #235700;
  }

  .card-heading {
    font-size: 18px;
    margin-top: 10px;
    color: #235700;
    font-weight: bold;
  }

  .card-image {
    max-width: 100%;
    height: 200px;
    margin-top: 10px;
    border-radius: 15px;
  }

  .card-paragraph {
    font-size: 14px;
    margin-top: 10px;
    color: #131313;
  }
  .services-section {
    text-align: center;
    padding: 50px 0;
  }

  .services-heading {
    font-size: 2em;
    color: #111;
    position: relative;
    display: inline-block;
  }

  .services-section .arrow-down {
    position: absolute;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
    font-size: 1.5em;
    color: #235700; /* Change the color as needed */
    text-shadow: 0px 7px 0px rgba(0,0,0,0.4);
  }

  .services-section .sub-heading {
    font-size: 40px;
    margin-top: 30px;
    color: #235700;
    font-family: 'Russo One', sans-serif;
  }

  .box-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
  }

  .box {
    position: relative;
    width: 30%;
    margin: 15px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
  }

  .box:hover {
    transform: scale(1.05);
  }

  .box-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(70%); /* Adjust the brightness as needed */
  }

  .box-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Adjust the overlay color and opacity as needed */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }

  .box:hover .box-overlay {
    opacity: 1;
  }

  .box-heading {
    font-size: 30px;
    margin-bottom: 10px;
    color: #235700;
    font-weight: bold;
  }

  .box-paragraph {
    font-size: 16px;
    text-align: center;
    padding: 0 20px;
  }
  .about-us-section {
    text-align: center;
    padding: 50px 0;
  }

  .about-us-heading {
    font-size: 2em;
    position: relative;
    display: inline-block;
    color: #111;
  }

  .about-us-section .arrow-down {
    position: absolute;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
    font-size: 1.5em;
    color: #235700; /* Change the color as needed */
    text-shadow: 0px 7px 0px rgba(0,0,0,0.4);
  }

  .about-us-section .sub-heading {
    font-size: 40px;
    margin-top: 30px;
    color: #235700;
    font-family: 'Russo One', sans-serif;
  }

  .columns-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
  }

  .column {
    width: 45%;
  }

  .about-us-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .about-us-text {
    text-align: justify;
    color: #131313;
  }

  .highlight-box {
    border: 2px solid #235700;
    border-radius: 8px;
    padding: 20px;
    margin-top: 30px;
  }

  .highlight-text {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    color: #235700;
  }
  .contact-us-section {
    text-align: center;
    padding: 50px 0;
  }

  .contact-us-heading {
    font-size: 2em;
    position: relative;
    display: inline-block;
    color: #111;
  }

  .contact-us-section .arrow-down {
    position: absolute;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
    font-size: 1.5em;
    color: #235700; /* Change the color as needed */
    text-shadow: 0px 7px 0px rgba(0,0,0,0.4);
  }

  .contact-us-section .sub-heading {
    font-size: 40px;
    margin-top: 30px;
    color: #235700;
    font-family: 'Russo One', sans-serif;
  }

  .contact-form {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    border: 2px solid #3f9903;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
  }

  .form-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
  }

  .form-field {
    width: 48%;
    padding: 10px;
    border: 1px solid #235700;
    border-radius: 4px;
    box-sizing: border-box;
  }

  .form-field-message {
    width: 100%;
    padding: 10px;
    border: 1px solid #235700;
    border-radius: 4px;
    box-sizing: border-box;
  }

  .submit-button {
    background-color: #235700;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1em;
  }
  .last-heading{
    color: #131313;
    margin-top: 15px;
  }
  .greetings{
    color: #235700;
    margin-top: 15px;
    font-family: 'Russo One', sans-serif;
  }
  footer {
    background-color: #235700;
    padding: 50px 20px;
    color: #131313;
  }

  .footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .logo-container {
    flex: 0 0 25%;
    max-width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .logo-box {
    width: 75px;
    height: 75px;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .logo img {
    width: 145px;
    height: 110px;
  }

  .description {
    text-align: center;
  }

  .contact-details {
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
  }
  .contact-details h4{
    font-family: 'Russo One', sans-serif;
  }
  .contact-icon {
    margin-right: 5px;
  }

  .links {
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
  }
  .links h4{
    font-family: 'Russo One', sans-serif;
  }
  .link {
    display: block;
    color: #131313;
    margin-bottom: 8px;
    text-decoration: none;
  }
  .link:hover{
    color: #0a1a00;
  }
  .copyright {
    flex-basis: 100%;
    text-align: center;
    margin-top: 60px;
    font-family: 'Russo One', sans-serif;
  }
/* Media query for smaller screens */
@media (min-width: 768px) {
    .navbar-nav .nav-item:hover .dropdown-menu {
        display: block; /* Display dropdown on hover for larger screens */
    }
    .dropdown-menu .dropdown-item:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }
}
@media (max-width: 992px) {
    .navbar {
        flex-direction: column;
        text-align: center;
    }
    .right {
        margin-top: 1px;
    }
    .right a {
        margin: 0 10px;
    }
}
@media (max-width: 990px) {
    #contact-Bar{
        display: none;
    }
}
@media (max-width: 990px) {
    .img-fluid {
        /* Center the logo using margin */
        display: block; /* Make the logo a block element */
        margin: 0 auto; /* Center horizontally */
    }
}
@media screen and (max-width: 768px) {
    .overlay-container {
      height: 96vh;
    }
    .overlay-text h1{
        font-size: 32px;
    }
  }
  @media screen and (max-width: 768px){
    .choose-us-content p{
        padding: 0px 20px;
    }
  }
  @media screen and (max-width: 680px) {
    .card-container {
      flex-direction: column;
      align-items: center;
    }
  
    .card {
      width: 80%;
    }
    .what-we-do-section .sub-heading{
        padding: 0px 25px;
    }
  }
  @media screen and (max-width: 768px) {
    .box-container {
      flex-direction: column;
      align-items: center;
    }
  
    .box {
      width: 80%;
    }
  }
  @media screen and (max-width: 768px) {
    .columns-container {
      flex-direction: column;
      align-items: center;
    }
   .about-us-section .sub-heading{
        padding: 0 15px;
   }
    .column {
      width: 80%;
    }
  }
  @media screen and (max-width: 768px) {
    .form-row {
      flex-direction: column;
    }

    .form-field, .form-field-message {
      width: 100%;
    }
    .contact-us-section .sub-heading{
        padding: 0 15px;
    }
    .last-heading{
        padding: 0 20px;
    }
    .greetings{
        padding: 0 20px;
    }
  }
  @media screen and (max-width: 768px) {
    .footer-container {
      flex-direction: column;
    }
  
    .logo-container,
    .contact-details,
    .links {
      flex: 0 0 100%;
      max-width: 100%;
      margin: 20px;
    }
  }