
@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400..700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{
 font-family: "Montserrat", sans-serif;
 
}
body{
    font-size:0.9rem;
}
.navbar-nav a {
    font-size:0.9rem;
}
   .custom-select{
       font-size:0.95rem;
   }

  .banner {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}



.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.banner-text h1 {

    font-size: 64px;
    font-weight:500;
   animation: slideUp 1s ease forwards;
    color: white;
}

.heading{
    font-size: 64px;
    font-weight:500;
    color: #2d373c;
  }
  .navbar-nav a{
      font-weight: 400;
      font-size: 18px;
      
  }
  .nav-item.dropdown {
      position: relative;
  }
  
  .nav-link.dropdown-toggle {
      color: #54A15D; /* Matches the green theme */
      padding: 10px 20px;
      transition: color 0.3s ease;
  }
  
  .nav-link.dropdown-toggle:hover {
      color: #3D8B4E; /* Slightly darker green on hover */
  }
  
  .dropdown-menu {
      position: absolute;
      top: 100%;
      left: 0;
      background-color: #fff; /* White background */
      border: none;
      border-radius: 0;
      margin: 0;
      min-width: 150px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      display: none;
      z-index: 1000;
  }
  
  .nav-item.dropdown.show .dropdown-menu {
      display: block;
  }
  
  .dropdown-item {
      color: #000; /* Black text */
      padding: 10px 20px;
      text-decoration: none;
      display: block;
      font-size: 14px;
      transition: background-color 0.3s ease, color 0.3s ease;
  }
  
  .dropdown-item:hover,
  .dropdown-item:focus {
      background-color: #54A15D; /* Green background on hover/focus */
      color: #fff; /* White text on hover/focus */
  }
  
  .dropdown-item:active {
      background-color: #54A15D; /* Green background when selected */
      color: #fff; /* White text when selected */
  }
  
  .nav-item.dropdown {
      position: relative;
  }
  
  .nav-link.dropdown-toggle {
      color: #54A15D;
      padding: 10px 20px;
      transition: color 0.3s ease;
  }
  
  .nav-link.dropdown-toggle:hover {
      color: #3D8B4E;
  }
  
  .dropdown-menu {
      position: absolute;
      top: 100%;
      left: 0;
      background-color: #fff;
      border: none;
      border-radius: 0;
      margin: 0;
      min-width: 150px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      display: none;
      z-index: 1000;
  }
  
  .nav-item.dropdown.show .dropdown-menu {
      display: block;
  }
  
  .dropdown-item {
      color: #000;
      padding: 10px 20px;
      text-decoration: none;
      display: block;
      font-size: 14px;
      transition: background-color 0.3s ease, color 0.3s ease;
  }
  
  .dropdown-item:hover,
  .dropdown-item:focus {
      background-color: #54A15D;
      color: #fff;
  }
  
  .dropdown-item:active {
      background-color: #54A15D;
      color: #fff;
  }
  
  /* Language Dropdown Styling */
  .language-select-form {
      display: flex;
      align-items: center; /* Center vertically within the navbar */
      margin-left: 10px; /* Add some spacing from other nav items */
  }
  
  .custom-select {
      background-color: #fff;
      color: #000;
      border: 1px solid #ccc;
      border-radius: 5px;
      padding: 5px 25px 5px 10px; /* Adjust padding for arrow space */
      width: 100px;
      appearance: none;
      background-image: url('data:image/svg+xml;utf8,<svg fill="black" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
      background-repeat: no-repeat;
      background-position: right 10px center;
      cursor: pointer;
  }
  
  .custom-select option {
      padding: 10px;
  }
  
  .custom-select option:hover,
  .custom-select option:checked {
      background-color: #54A15D;
      color: #fff;
  }
  
  /* Ensure the language dropdown aligns properly in the navbar */
  .navbar-nav {
      display: flex;
      align-items: center; /* Center all items vertically */
  }
.container-fluid1 {
    padding: 0;
    background-color: #1a252f;
    
}

.text-white-501 {
    color: #ccc;
}

.py-51 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.px-sm-31 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-lg-51 {
    padding-left: 3rem;
    padding-right: 3rem;
}

.pt-51 {
    padding-top: 3rem;
}

.row1 {
    display: flex;
    flex-wrap: nowrap;
    margin: -15px;
}

.row1 a, .row1 p {
    font-size: 18px;
    font-weight: 300;
}

.col-lg-31 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 15px;
}

.col-md-61 {
    flex: 0 0 50%;
    max-width: 33%;
    padding: 15px;
}

.mb-51 {
    margin-bottom: 3rem;
}

.text-gold1 {
    color: white;
    font-size: 25px;
}

.m-01 {
    margin: 0;
}

.mt-41 {
    margin-top: 1.5rem;
}

.mb-31 {
    margin-bottom: 1rem;
}

.mb-41 {
    margin-bottom: 1.5rem;
}

.d-flex1 {
    display: flex;
}

.justify-content-start1 {
    justify-content: flex-start;
}

.btn1 {
    border: 1px solid #54A15D;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #54A15D;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn1:hover {
    background-color: #54A15D;
    color: #fff;
}

.btn-outline-primary1 {
    border-color: #54A15D;
}

.btn-square1 {
    border-radius: 50%;
}

.mr-21 {
    margin-right: 0.5rem;
}

.text-uppercase1 {
    text-transform: uppercase;
}

.flex-column1 {
    flex-direction: column;
}

.footer-link1 {
    text-decoration: none;
    color: #ccc;
    transition: color 0.3s ease;
}

.footer-link1:hover {
    color: #fff;
}

.white1 {
    color: #fff;
}

.decorative-line1 {
    height: 1px;
    background-color: #54A15D;
    margin-top: 2rem;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .col-lg-31 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row1{
        display:flex;
        flex-wrap: wrap;
    }
    .col-md-61 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}