#clients .swiper-slide h5 {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  background: #f8f9fa;
  border-radius: 8px;
  padding: 15px 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

#clients .swiper-slide h5:hover {
  background: #e03a3c;
  color: #fff;
  transform: translateY(-3px);
}


/* ===== Agro & Dairy Product Section - Premium Fixed Style ===== */

#products {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

#products h2 {
  font-weight: 700;
  letter-spacing: 0.5px;
}

#products p.text-muted {
  max-width: 700px;
  margin: 0 auto;
  font-size: 0.95rem;
}

/* Card Styling */
#products .card {
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s ease;
  border: none;
  height: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateZ(0);
  background: #fff;
  position: relative;
  z-index: 1;
}

#products .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

/* Prevent hover overflow bug */
.carousel-inner {
  overflow: visible;
}

/* Image fix */
#products .card img {
  height: 240px;
  width: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
  transform: scale(1.02);
}

#products .card:hover img {
  transform: scale(1.08);
}

/* Card body */
#products .card-body {
  padding: 1.5rem;
}

#products .card-title {
  color: #222;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

#products .card-text {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #6c757d;
}

/* Carousel Buttons */
#products .carousel-control-prev,
#products .carousel-control-next {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 0.3s ease;
}

#products .carousel-control-prev-icon,
#products .carousel-control-next-icon {
  background: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  /* background-color: #df1529; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  filter: none;
  box-shadow: 0 4px 14px rgba(223, 21, 41, 0.3);
  position: relative;
}

#products .carousel-control-prev-icon::after,
#products .carousel-control-next-icon::after {
  content: '';
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(135deg);
}

#products .carousel-control-next-icon::after {
  transform: rotate(-45deg);
}

#products .carousel-control-prev:hover .carousel-control-prev-icon,
#products .carousel-control-next:hover .carousel-control-next-icon {
  background-color: #000000;
  transform: scale(1.05);
}

/* Button Fix */
#products .btn {
  font-size: 1rem;
  box-shadow: 0 3px 12px rgba(223, 21, 41, 0.3);
  border: none;
  border-radius: 50px;
  transition: 0.3s ease;
}

#products .btn:hover {
  background-color: #b30f21;
  box-shadow: 0 6px 18px rgba(223, 21, 41, 0.45);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  #products .card img {
    height: 180px;
  }

  #products .card-body {
    padding: 1rem;
  }

  #products .carousel-control-prev,
  #products .carousel-control-next {
    width: 40px;
    height: 40px;
  }
}


/* Footer Styling */
.footer-section {
  background: #0e0e10;
  color: #ddd;
  position: relative;
  overflow: hidden;
}

.footer-section::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  width: 400px;
  height: 400px;
  background: radial-gradient(rgba(223, 21, 41, 0.15), transparent 70%);
  z-index: 0;
  border-radius: 50%;
}

.footer-section .container {
  position: relative;
  z-index: 2;
}

.footer-logo {
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.5px;
}

.footer-desc {
  font-size: 0.95rem;
  color: #bbb;
  line-height: 1.6;
}

.footer-title {
  color: #fff;
  font-weight: 600;
  margin-bottom: 1rem;
  position: relative;
}

.footer-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #df1529;
  margin-top: 8px;
  border-radius: 2px;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #bbb;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #df1529;
}

.footer-social a {
  display: inline-block;
  color: #bbb;
  font-size: 1.2rem;
  margin-right: 10px;
  transition: color 0.3s ease;
}

.footer-social a:hover {
  color: #df1529;
}

/* Newsletter Box */
.footer-newsletter {
  background: #1a1a1d;
  border-radius: 50px;
  overflow: hidden;
  padding: 5px;
}

.footer-newsletter input {
  border: none;
  outline: none;
  background: transparent;
  color: #fff;
  flex: 1;
  padding: 10px 15px;
  font-size: 0.95rem;
}

.footer-newsletter input::placeholder {
  color: #aaa;
}

.btn-subscribe {
  background: #df1529;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 10px 14px;
  transition: all 0.3s ease;
}

.btn-subscribe:hover {
  background: #ff3145;
}

/* Bottom Bar */
.footer-bottom {
  border-top: 1px solid #222;
  background: #0c0c0d;
  color: #aaa;
  font-size: 0.9rem;
}

/* --- Hero Banner Style 1: Classic --- */
.hero-banner-about {
  position: relative;
  padding: 8rem 0;
  background-image: url('https://images.unsplash.com/photo-1522071820081-009f0129c71c?q=80&w=2070&auto=format&fit=crop');
  /* <<< CHANGE THIS IMAGE */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
}

/* Dark overlay for text readability */
.hero-banner-about::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(10, 25, 47, 0.6);
  /* Dark blue overlay */
  z-index: 1;
}

/* Ensure content is above the overlay */
.hero-banner-about .container {
  position: relative;
  z-index: 2;
}

.hero-banner-about .breadcrumb-item a {
  color: #adb5bd;
  text-decoration: none;
}

.hero-banner-about .breadcrumb-item a:hover {
  color: #ffffff;
}

.hero-banner-about .breadcrumb-item.active {
  color: #ffffff;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #adb5bd;
}

.hero-banner-about h1 {
  font-size: 3.5rem;
  font-weight: 700;
  color: white;
}

.hero-banner-about .lead {
  font-size: 1.25rem;
  font-weight: 400;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .hero-banner-about {
    padding: 6rem 0;
  }

  .hero-banner-about h1 {
    font-size: 2.5rem;
  }
}

/* ===== Mission Vision Section Premium Style ===== */
#mission-vision {
  background-color: #fff;
  position: relative;
}

#mission-vision h2 {
  font-weight: 700;
  letter-spacing: 0.5px;
}

#mission-vision p.text-muted {
  max-width: 700px;
  margin: 0 auto;
  font-size: 0.95rem;
}

/* Card Styling */
.info-card {
  background: #fff;
  border-radius: 16px;
  transition: all 0.4s ease;
  border-top: 4px solid transparent;
}

.info-card .icon {
  font-size: 2.2rem;
  color: #df1529;
  transition: transform 0.4s ease, color 0.4s ease;
}

.info-card:hover {
  transform: translateY(-8px);
  border-top: 4px solid #df1529;
  box-shadow: 0 8px 20px rgba(223, 21, 41, 0.1);
}

.info-card:hover .icon {
  color: #b30f21;
  transform: scale(1.15);
}

.info-card h5 {
  color: #222;
  font-size: 1.1rem;
}

.info-card p {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .info-card {
    padding: 1.25rem;
  }
  .info-card .icon {
    font-size: 1.9rem;
  }
}

/* ===== Director Section Premium Styling ===== */
#director {
  position: relative;
  background-color: #fff;
}

.director-content h2 {
  letter-spacing: 0.5px;
}

.director-content h4 {
  color: #222;
}

.director-content p {
  font-size: 1rem;
  line-height: 1.8;
}

/* Image Wrapper */
.director-img-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 20px;
  transition: all 0.5s ease;
}

.director-img {
  transition: transform 0.5s ease, filter 0.5s ease;
  border-radius: 20px;
}

/* Hover effects */
.director-img-wrapper:hover .director-img {
  transform: scale(1.08);
  filter: brightness(1.05);
}

.director-img-wrapper::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  border: 3px solid transparent;
  transition: all 0.4s ease;
}

.director-img-wrapper:hover::after {
  border-color: #df1529;
  box-shadow: 0 0 25px rgba(223, 21, 41, 0.25);
}

/* Signature style */
.signature {
  border-left: 4px solid #df1529;
  padding-left: 15px;
}

/* Responsive */
@media (max-width: 991px) {
  #director {
    text-align: center;
  }
  .signature {
    border-left: none;
    border-top: 3px solid #df1529;
    padding-top: 15px;
  }
}


/* Tabs Images Responsive Fix */
.tabs .tab-pane .col-lg-6.text-center {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; /* extra large images ke liye */
}

.tabs .tab-pane .col-lg-6.text-center img {
  max-width: 100%;
  max-height: 400px; /* desktop me max height */
  width: auto;
  height: auto;
  object-fit: contain; /* maintain aspect ratio */
  transition: transform 0.3s ease;
}

/* Hover effect optional */
.tabs .tab-pane .col-lg-6.text-center img:hover {
  transform: scale(1.05);
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .tabs .tab-pane .col-lg-6.text-center img {
    max-height: 300px;
  }
}

@media (max-width: 768px) {
  .tabs .tab-pane .col-lg-6.text-center img {
    max-height: 220px;
  }
}

@media (max-width: 575px) {
  .tabs .tab-pane .col-lg-6.text-center img {
    max-height: 180px;
  }
}

.map-responsive {
    position: relative;
    width: 100%;
    max-width: 800px; /* max width of map */
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
    margin: 0 auto; /* center */
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

