


.section-img {
      max-height: 400px;
      object-fit: cover;
      border-radius: 10px;
    }
     .section-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
      transition: all 0.3s ease-in-out;
    }
    .bg-light-blue {
      background-color: #f0f8ff;
    }
    .section-box:hover {
      background-color: #f9f9f9;
      transform: scale(1.02);
      transition: 0.3s ease;
    }
    .contact-box:hover {
      background-color: #eef6f6;
      transition: 0.3s ease;
      border-left: 4px solid #198754;
    }
.contact-banner-wrapper {
    position: relative;
    overflow: hidden;
  }

  .banner-img {
    display: block;
    width: 100%;
    height: auto;
  }

  .banner-text {
    text-align: center;
    z-index: 10;
  }

  .banner-text h1 {
    font-size: 3rem;
    font-weight: bold;
  }

  @media (max-width: 768px) {
    .banner-text h1 {
      font-size: 2rem;
    }
    .banner-text p {
      font-size: 1rem;
    }
  }
  @media (max-width: 768px) {
    .contact-banner {
      height: 300px;
    }
  }
  .contact-banner h1 {
      font-size: 3rem;
      font-weight: bold;
    }
    .contact-form input,
    .contact-form textarea {
      border-radius: 0;
    }
    .map-responsive {
      overflow: hidden;
      padding-bottom: 56.25%;
      position: relative;
      height: 0;
    }
    .map-responsive iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }
    @media (max-width: 768px) {
    .product-gallery img {
      height: 180px !important;
    }
  }
  
 .value-card {
    transition: all 0.3s ease-in-out;
    border-radius: 12px;
  }
  .value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
  }




  .transition-hover-img img {
    transition: transform 0.4s ease;
  }

  .transition-hover-img:hover img {
    transform: scale(1.05);
  }

  .transition-hover-text {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .transition-hover-text:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  }



.hover-blue {
    transition: all 0.3s ease-in-out;
  }

  .hover-blue:hover {
    border-color: #0d6efd !important;
    box-shadow: 0 0 12px rgba(13, 110, 253, 0.2);
  }

.hover-blue:hover, .hover-light-gray:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


  .hover-box {
    transition: all 0.4s ease;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 30px;
    border-radius: 10px;
  }

  .hover-box:hover {
    background-color: #e2e6ea;
  }

  .team-card {
    transition: all 0.4s ease;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    padding: 25px;
    border-radius: 10px;
    height: 100%;
  }

  .team-card:hover {
    background-color: #f1f3f5;
  }


  .hover-blue:hover {
    background-color: #e6f0ff; /* light blue */
    transition: background-color 0.3s ease;
  }

  .hover-light-gray:hover {
    background-color: #f8f9fa; /* very light gray */
    transition: background-color 0.3s ease;
  }

  /* Optional: Give some cursor pointer */
  .hover-blue:hover, .hover-light-gray:hover {
    cursor: default;
  }

  .hover-blue:hover {
    background-color: #d0e6ff; /* darker shade of light blue */
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 12px rgba(44, 126, 213, 0.15);
  }

  /* Light Gray Hover (optional alternative) */
  .hover-light-gray:hover {
     background-color: #e6f0ff; /* light blue */
  
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }

  /* Cursor effect (optional) */
  .hover-blue:hover, .hover-light-gray:hover {
     background-color: #e6f0ff; /* light blue */
    cursor: default;
  }


