

/* Top Bar */
.top-bar {
  background-color: var(--primary-color);
}

.top-bar a {
  text-decoration: none;
  color: white;
  cursor: pointer;
}

/* Navbar part */
.offcanvas-header {
  background-color: var(--primary-color);
  color: var(--white);
}

.navbar-nav .nav-item .nav-link {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.navbar-nav .nav-item .active {
  background-color: var(--primary-color);
  color: white;
  border-radius: 5px;
}

.navbar-nav .nav-item .nav-link:hover {
  background-color: var(--primary-color);
  border-radius: 5px;
  color: white;
}

/* Custom CSS to handle the hover */
.navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  background-color: var(--primary-color);
  margin-top: 0;
  max-height: 300px;
  overflow-y: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer and Edge */
}

/* Hide scrollbar for WebKit browsers */
.dropdown-menu::-webkit-scrollbar {
  display: none;
}

.dropdown-menu a {
  font-size: 15px;
  color: var(--white);
  scroll-snap-align: start;
}

.dropdown-divider {
  width: 100%;
  margin-top: 0;
  padding: 0;
  text-align: center;
}

/* Hover Trigger (if used) */
.hover-trigger {
  display: inline-block;
  margin: 100px;
  cursor: pointer;
}

.hover-trigger:hover + .modal {
  display: block !important;
  opacity: 1;
}

    /* Navbar end */

  
  /* ========================================= */
  
  .hdr_marquee {
    background-color: var(--secondry-color); /* Defaulting to dark color if variable undefined */
    color: var(--white, #fff);
    text-transform: capitalize;
  }

  .enquiry-section {
    background-color: var(--primary-color, #97590A); 
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    color: var(--white, #fff);
  }

  .enquiry-section .form-control {
    background-color: #f8f9fa; 
    color: #333; 
  }

  .enquiry-section .btn {
    border-radius: 5px;
  }

  #enquiry-section {
    height: 100%; /* Make sure the form container grows with the content */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .information{
    
  }
  .icons{
    text-align: center;
  }
  .icons i{
    font-size:18px;
  }
  .icons h5{
    font-family: poppins;
    font-size:11px;
  }
  /* Media Query for responsiveness */
  @media (max-width: 768px) {
    .hdr_marquee {
      font-size: 12px;
    }

    .enquiry-section {
      padding: 1.5rem;
    }
  }
  /* icons */
/* Section Title */
