.navbar .nav-link {
    color: #6e8551 !important;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: #4b5e39 !important; /* Optional: hover color */
}

.hmeabout img{
  border-radius: 50px;
}

.product-categories .btn-primary {
  background-color:#6e8551; ;
  border-color: #6e8551;
}

.product-categories .btn-primary:hover {
  background-color: #5a7045;
  border-color: #5a7045;
}

.product-categories img{
  height: 250px;
}

/* Price color update */
.featured-products .card-body .text-primary {
  color: #6e8551 !important;
}

/* Button color update */
.featured-products .btn-outline-primary {
  color: #6e8551;
  border-color: #6e8551;
}

.featured-products .btn-outline-primary:hover {
  background-color: #6e8551;
  color: #fff;
  border-color: #6e8551;
}

.about1 img {
  border-radius: 50px;
}

.about2 img {
  border-radius: 50px;
}

.about3 img {
  border-radius: 50px;
}

/* counter-section.css */
.counter-box {
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.counter-box:hover {
  transform: translateY(-5px);
}

.counter-box .icon-green {
  color: #6e8551;
}

.counter-box .counter-value {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  color: #333;
}

.counter-box .counter-label {
  font-size: 1.1rem;
  color: #555;
  margin-top: 5px;
}

.contactus .info{
  font-family:Georgia;
  color:black;
  font-size: 25px;
}

.contactus input{
  height:50px;
}

.gallery-intro .tagline {
  font-size: 1.1rem;
  letter-spacing: 1px;
}

.gallery-intro .info{
  font-family:Georgia;
  color:black;
  font-size: 25px;
}
/* gallery-grid.css */

.gallery-item img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.gallery-item img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.gallery-item p {
  color: #6e8551;
  font-weight: 500;
  font-size: 20px;
}

/* gallery-grid.css */

.gallery-item img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.gallery-item img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

h4 {
  color: #6e8551;
  font-weight: 600;
  border-bottom: 2px solid #6e8551;
  display: inline-block;
  padding-bottom: 5px;
}

.custom-btn {
  background-color: #6f8652;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 5px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.custom-btn:hover {
  background-color: #5c7045; /* Slightly darker on hover */
  color: #fff;
}


.footer-link {
  color: #ccc;
  text-decoration: none;
}

.footer-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-section .icon-color {
  color: #6e8551;
}

.footer-section .icon-color:hover {
  color: #5a7045;
}


 .carousel-caption.custom-caption {
        background-color: rgba(0, 0, 0, 0.6); /* Dark transparent background */
        padding: 20px;
        border-radius: 10px;
    }

    .carousel-caption.custom-caption h4,
    .carousel-caption.custom-caption p {
        color: #ffffff !important; /* Force white text */
    }

    .query-heading{
      margin-top: 60px;
    }

     .accordion-button {
        background-color: white;
        color: #6f8652;
        font-weight: bold;
        border: 1px solid #6f8652;
    }

    .accordion-button:not(.collapsed) {
        background-color: #6f8652;
        color: white;
        box-shadow: none;
    }

    .accordion-button:focus {
        box-shadow: none;
    }

    .accordion-item {
        border: 1px solid #6f8652;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    .accordion-body {
        color: #6f8652;
        background-color: #f8f8f8;
    }

    .ceiling-fans-heading{
      margin-top: 60px;
    }

      .sitemap-container {
      padding: 40px 15px;
      background-color: #f9f9f9;
      color: #6f8652;
    }
    .sitemap-box {
      background: white;
      border: 2px solid #6f8652;
      border-radius: 8px;
      padding: 10px 15px;
      text-align: center;
      margin: 10px auto;
      width: 100%;
      max-width: 250px;
    }
    .line {
      width: 2px;
      height: 20px;
      background-color: #6f8652;
      margin: 0 auto;
    }

    .sitemap-box:hover {
  background-color: #6f8652;
  color: white;
  transition: 0.3s;
}

.icon {
        color: #6f8652;
        margin-right: 8px;
    }

   
   .exhaust-fan-heading {
      margin-top: 60px;
    }

 .table-fan-heading{
      margin-top: 60px;
    }

    .wall-mounted-fans-heading{

      margin-top: 60px;
    }

    #map{
      height: 400px;
      width: 300px;
      }