@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: 0px 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;
}
.terms-top-section {
    width: 100%;
    height: 40vh;
    background-color: #235700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    margin-top: 30px;
  }
  .terms-top-heading {
    font-size: 55px;
    font-family: 'Russo One', sans-serif;
    text-shadow: 3px 2px 1px rgb(0, 0, 0, 0.6);
    margin: 0;
  }
  .terms-and-conditions {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .terms-and-conditions h2 {
    color: #235700;
    font-weight: bold;
  }
  .terms-and-conditions h3{
    color: #222;
  }
  .terms-and-conditions p {
    margin-bottom: 15px;
    color: #333;
  }
  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: #042e29;
  }
  .copyright {
    flex-basis: 100%;
    text-align: center;
    margin-top: 60px;
    font-family: 'Russo One', sans-serif;
  }
@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) {
    .terms-top-heading {
      font-size: 45px;
    }
  }
  @media screen and (max-width: 768px) {
    .terms-and-conditions {
      padding: 15px;
    }
  }
  @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;
    }
  }