/* Performance Optimizations */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Optimize animations - only apply will-change when animating */
/* Don't set will-change by default to avoid freezes - only apply when animation is active */
.wow.animated {
  will-change: auto;
}

/* Smooth scroll behavior */
html {
  scroll-behavior: smooth;
}

/* Optimize section for better scroll performance */
.why-choose-production-section {
  contain: layout style;
  transform: translateZ(0);
}

/* Ensure WOW animations work smoothly */
.why-choose-production-section .wow {
  visibility: hidden;
}

.why-choose-production-section .wow.animated {
  visibility: visible;
}

/* Optimize images for better scroll performance */
img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

/* About Section */
.about-home-section {
  padding: 100px 0;
  background: #ffffff;
}

.about-home-image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.about-home-image:hover {
  transform: translateY(-5px) translateZ(0);
}

.about-home-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.about-home-content h2 {
  font-size: 42px;
  font-weight: 700;
  color: #1a3a5c;
  margin-bottom: 25px;
}

.about-home-content p {
  font-size: 17px;
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 20px;
}

.about-home-content .btn-primary-custom {
  background: linear-gradient(135deg, #1a3a5c 0%, #2c5282 100%);
  color: #fff;
  padding: 15px 40px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  will-change: transform;
  transform: translateZ(0);
}

.about-home-content .btn-primary-custom:hover {
  transform: translateY(-2px) translateZ(0);
  box-shadow: 0 10px 30px rgba(26, 58, 92, 0.3);
  text-decoration: none;
  color: #fff;
}

/* Values Section */
.values-home-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.section-title-home {
  font-size: 42px;
  font-weight: 700;
  color: #1a3a5c;
  text-align: center;
  margin-bottom: 60px;
}

.value-card-home {
  text-align: center;
  padding: 40px 30px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  border: 2px solid transparent;
  will-change: transform;
  transform: translateZ(0);
  contain: layout style paint;
}

.value-card-home:hover {
  transform: translateY(-8px) translateZ(0);
  box-shadow: 0 15px 40px rgba(26, 58, 92, 0.15);
  border-color: #1a3a5c;
}

.value-number-home {
  font-size: 56px;
  font-weight: 700;
  background: linear-gradient(135deg, #1a3a5c 0%, #2c5282 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 15px;
}

.value-label-home {
  font-size: 16px;
  color: #4a5568;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Brands Section */
.brands-home-section {
  padding: 100px 0;
  background: #ffffff;
}

.brand-card-home {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 20px;
  padding: 50px 40px;
  text-align: center;
  text-decoration: none;
  display: block;
  border: 2px solid #e9ecef;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  will-change: transform;
  transform: translateZ(0);
  contain: layout style paint;
}

.brand-card-home::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1a3a5c 0%, #2c5282 100%);
  transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
  will-change: left;
  transform: translateZ(0);
}

.brand-card-home:hover::before {
  left: 0;
}

.brand-card-home:hover {
  transform: translateY(-10px) translateZ(0);
  box-shadow: 0 20px 60px rgba(26, 58, 92, 0.2);
  border-color: #1a3a5c;
  text-decoration: none;
}

.brand-name-home {
  font-size: 36px;
  font-weight: 700;
  color: #1a3a5c;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

.brand-card-home:hover .brand-name-home {
  color: #ffffff;
}

.brand-category-home {
  font-size: 14px;
  color: #4a5568;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

.brand-card-home:hover .brand-category-home {
  color: rgba(255, 255, 255, 0.9);
}

.brand-card-home p {
  color: #4a5568;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

.brand-card-home:hover p {
  color: #ffffff;
}

/* Combined Why Choose & Production Section */
.why-choose-production-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #1a3a5c 0%, #2c5282 100%);
  color: #ffffff;
  contain: layout style;
  transform: translateZ(0);
}

.section-title-combined {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
  color: #ffffff;
}

.combined-content-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 80px;
}

.combined-text-content {
  flex: 1;
}

.combined-text-content h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #ffffff;
}

.combined-text-content p {
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
}

.combined-image-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 20px;
  align-items: stretch;
}

.combined-image-item {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}

/* Première image: prend 2 colonnes (pleine largeur en haut) */
.combined-image-item:first-child {
  grid-column: 1 / -1;
  grid-row: 1;
}

/* Deuxième et troisième images: côte à côte en bas */
.combined-image-item:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}

.combined-image-item:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

.combined-image-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.combined-image-item {
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

.combined-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0;
  padding: 0;
  transition: transform 0.3s ease-out;
}

/* Hauteur spécifique pour la première image (pleine largeur) */
.combined-image-item:first-child img {
  height: 280px;
}

/* Hauteur spécifique pour les images du bas */
.combined-image-item:nth-child(2) img,
.combined-image-item:nth-child(3) img {
  height: 220px;
}

.combined-image-item:hover img {
  transform: scale(1.05);
}

.features-grid-combined {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px;
}

.feature-card-combined {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  transition: transform 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.feature-card-combined:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-8px);
  border-color: rgba(255, 255, 255, 0.4);
}

.feature-icon-combined {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 36px;
  color: #ffffff;
  transition: transform 0.3s ease-out, background-color 0.3s ease-out;
}

.feature-card-combined:hover .feature-icon-combined {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.feature-title-combined {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
}

.feature-text-combined {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
}

/* CTA Section */
.cta-home-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  text-align: center;
}

.cta-title-home {
  font-size: 42px;
  font-weight: 700;
  color: #1a3a5c;
  margin-bottom: 25px;
}

.cta-text-home {
  font-size: 18px;
  color: #4a5568;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.btn-cta-home {
  background: linear-gradient(135deg, #1a3a5c 0%, #2c5282 100%);
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  padding: 18px 50px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-cta-home:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(26, 58, 92, 0.3);
  text-decoration: none;
}

/* FIX: Hover spécifique pour boutons avec fond blanc - garder le texte bleu foncé */
.btn-cta-home[style*="background: rgb(255, 255, 255)"]:hover,
.btn-cta-home[style*="background-color: rgb(255, 255, 255)"]:hover,
.btn-cta-home[style*="background: #ffffff"]:hover,
.btn-cta-home[style*="background-color: #ffffff"]:hover {
  color: #1a3a5c !important;
  -webkit-text-fill-color: #1a3a5c !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
}

/* Hero 4 Slider Styles */
section.hero-4 {
  position: relative;
  width: 100%;
  overflow: hidden;
}

section.hero-4 .hero-content-wrapper img {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  object-fit: cover;
}

section.hero-4 .hero-3-content {
  position: relative;
  z-index: 1;
}

section.hero-4 .hero-3-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(26, 58, 92, 0.6);
}

section.hero-4 .hero-3-content h3,
section.hero-4 .hero-3-content .hero-subtitle {
  color: #fff;
  font-size: 30px;
  line-height: 58px;
  margin-bottom: 10px;
}

section.hero-4 .hero-3-content h1 {
  color: #fff;
  font-size: 58px;
  line-height: 65px;
  margin-bottom: 10px;
}

/* Hero CTA Buttons - Harmonized Sizes & Proper Hover */
section.hero-4 .hero-3-content .btn-2,
section.hero-4 .hero-3-content .btn-3 {
  display: inline-block;
  padding: 15px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  margin-top: 30px;
  margin-right: 15px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

/* Primary Button (btn-2) */
section.hero-4 .hero-3-content .btn-2 {
  background: linear-gradient(135deg, #1a3a5c 0%, #2c5282 100%);
  color: #fff;
  box-shadow: 0 4px 15px rgba(26, 58, 92, 0.2);
}

section.hero-4 .hero-3-content .btn-2:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(26, 58, 92, 0.35);
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, #1f4a6c 0%, #2d5a8c 100%);
}

section.hero-4 .hero-3-content .btn-2:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(26, 58, 92, 0.25);
}

/* Secondary Button (btn-3) */
section.hero-4 .hero-3-content .btn-3 {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

section.hero-4 .hero-3-content .btn-3:hover {
  background: #fff;
  color: #1a3a5c;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
  text-decoration: none;
  border-color: #fff;
}

section.hero-4 .hero-3-content .btn-3:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(255, 255, 255, 0.2);
}

/* Focus states for accessibility */
section.hero-4 .hero-3-content .btn-2:focus,
section.hero-4 .hero-3-content .btn-3:focus,
section.hero-4 .hero-3-content .btn-2:focus-visible,
section.hero-4 .hero-3-content .btn-3:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5), 0 4px 15px rgba(26, 58, 92, 0.2);
}

section.hero-4 .hero-3-content .btn-3:focus,
section.hero-4 .hero-3-content .btn-3:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5), 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Mobile responsive adjustments - IMPROVED */
@media (max-width: 768px) {
  /* Positionnement du contenu du slider - ajuster le padding existant */
  section.hero-4 .hero4-slide .hero-content-wrapper .hero-3-content,
  section.hero-4 .hero-3-content {
    padding: 80px 15px 60px !important;
    text-align: center !important;
  }

  section.hero-4 .hero-3-content .container {
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
  }

  /* Ajustement des titres */
  section.hero-4 .hero4-slide .hero-content-wrapper .hero-3-content h3,
  section.hero-4 .hero4-slide .hero-content-wrapper .hero-3-content .hero-subtitle,
  section.hero-4 .hero-3-content h3,
  section.hero-4 .hero-3-content .hero-subtitle {
    font-size: 22px !important;
    line-height: 28px !important;
    margin-bottom: 15px !important;
    text-align: center;
  }

  section.hero-4 .hero4-slide .hero-content-wrapper .hero-3-content h1,
  section.hero-4 .hero-3-content h1 {
    font-size: 32px !important;
    line-height: 38px !important;
    margin-bottom: 8px !important;
    text-align: center;
  }

  /* Ajustement des boutons - centrer horizontalement */
  section.hero-4 .hero4-slide .hero-content-wrapper .hero-3-content .btn-2,
  section.hero-4 .hero4-slide .hero-content-wrapper .hero-3-content .btn-3,
  section.hero-4 .hero-3-content .btn-2,
  section.hero-4 .hero-3-content .btn-3 {
    padding: 12px 28px !important;
    font-size: 14px !important;
    margin-right: 0 !important;
    margin-top: 20px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 50px !important;
    min-width: 160px !important;
    max-width: 200px !important;
    display: block !important;
    width: fit-content !important;
    text-align: center !important;
  }

  section.hero-4 .hero4-slide .hero-content-wrapper .hero-3-content .btn-3,
  section.hero-4 .hero-3-content .btn-3 {
    margin-top: 12px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Ajustement de la hauteur de l'image */
  section.hero-4 .hero-content-wrapper img {
    min-height: 500px;
    height: 70vh;
  }
}

@media (max-width: 576px) {
  /* Positionnement du contenu du slider pour très petits écrans */
  section.hero-4 .hero4-slide .hero-content-wrapper .hero-3-content,
  section.hero-4 .hero-3-content {
    padding: 60px 10px 50px !important;
    text-align: center !important;
  }

  section.hero-4 .hero-3-content .container {
    max-width: 100%;
    padding: 0 10px;
    margin: 0 auto;
    text-align: center;
  }

  /* Ajustement des titres pour très petits écrans */
  section.hero-4 .hero4-slide .hero-content-wrapper .hero-3-content h3,
  section.hero-4 .hero4-slide .hero-content-wrapper .hero-3-content .hero-subtitle,
  section.hero-4 .hero-3-content h3,
  section.hero-4 .hero-3-content .hero-subtitle {
    font-size: 18px !important;
    line-height: 24px !important;
    margin-bottom: 12px !important;
    text-align: center;
  }

  section.hero-4 .hero4-slide .hero-content-wrapper .hero-3-content h1,
  section.hero-4 .hero-3-content h1 {
    font-size: 24px !important;
    line-height: 30px !important;
    margin-bottom: 6px !important;
    text-align: center;
  }

  /* Ajustement des boutons pour très petits écrans */
  section.hero-4 .hero4-slide .hero-content-wrapper .hero-3-content .btn-2,
  section.hero-4 .hero4-slide .hero-content-wrapper .hero-3-content .btn-3,
  section.hero-4 .hero-3-content .btn-2,
  section.hero-4 .hero-3-content .btn-3 {
    padding: 11px 24px !important;
    font-size: 13px !important;
    width: 100% !important;
    max-width: 240px !important;
    min-width: 180px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    border-radius: 50px !important;
    text-align: center !important;
  }

  section.hero-4 .hero4-slide .hero-content-wrapper .hero-3-content .btn-2,
  section.hero-4 .hero-3-content .btn-2 {
    margin-bottom: 10px !important;
    margin-top: 18px !important;
  }
  
  section.hero-4 .hero4-slide .hero-content-wrapper .hero-3-content .btn-3,
  section.hero-4 .hero-3-content .btn-3 {
    margin-top: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Ajustement de la hauteur de l'image pour très petits écrans */
  section.hero-4 .hero-content-wrapper img {
    min-height: 450px;
    height: 65vh;
  }
}

section.hero-4 .hero-social-icon {
  position: absolute;
  top: 43%;
  left: 2%;
  z-index: 1;
}

section.hero-4 .hero-social-icon ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

section.hero-4 .hero-social-icon li {
  padding: 10px;
  min-width: 45px;
  min-height: 45px;
}

section.hero-4 .hero-social-icon li a {
  color: #fff;
  font-size: 18px;
  display: block;
  transition: all 0.3s ease;
  text-decoration: none;
  line-height: 1;
}

section.hero-4 .hero-social-icon li a:hover {
  color: #56c2e2;
}

/* Responsive - Icônes sociales en haut centrées */
@media (max-width: 768px) {
  section.hero-4 .hero-social-icon {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }
  
  section.hero-4 .hero-social-icon ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  
  section.hero-4 .hero-social-icon li {
    padding: 8px;
    min-width: 40px;
    min-height: 40px;
  }
}

/* Responsive */
@media (max-width: 992px) {
  .about-home-content h2,
  .section-title-home,
  .section-title-combined,
  .cta-title-home {
    font-size: 32px;
  }
  
  .combined-content-wrapper {
    flex-direction: column;
    gap: 40px;
  }
  
  .combined-image-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
  }
  
  .combined-image-item:first-child img {
    height: 240px;
  }
  
  .combined-image-item:nth-child(2) img,
  .combined-image-item:nth-child(3) img {
    height: 200px;
  }
  
  .features-grid-combined {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .value-number-home {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  .about-home-section,
  .values-home-section,
  .brands-home-section,
  .why-choose-production-section,
  .cta-home-section,
  .product-grid-section {
    padding: 60px 0;
  }
  
  .about-home-content h2,
  .section-title-home,
  .section-title-combined,
  .cta-title-home {
    font-size: 28px;
  }
  
  /* RESPONSIVE: Réorganiser la section why-choose-production */
  /* 1. Photo après le titre (mobile only) */
  .why-choose-production-section .combined-image-grid-mobile-first {
    display: block; /* Afficher sur mobile */
  }
  
  .why-choose-production-section .combined-image-grid-mobile-first .combined-image-item {
    width: 100%;
    margin: 0 auto 40px auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  }
  
  .why-choose-production-section .combined-image-grid-mobile-first .combined-image-item img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    display: block;
  }
  
  /* 2. Cacher la grille d'images desktop sur mobile */
  .why-choose-production-section .combined-image-grid {
    display: none; /* Cacher la grille d'images sur mobile */
  }
  
  /* 3. Disperser les autres images dans le contenu (mobile only) */
  .why-choose-production-section .combined-content-wrapper {
    flex-direction: column;
    gap: 0;
  }
  
  .why-choose-production-section .combined-text-content {
    width: 100%;
  }
  
  /* Images mobiles dans le texte - affichées sur mobile */
  .why-choose-production-section .combined-image-grid-mobile-second,
  .why-choose-production-section .combined-image-grid-mobile-third {
    display: block; /* Afficher sur mobile */
  }
  
  .why-choose-production-section .combined-image-grid-mobile-second .combined-image-item,
  .why-choose-production-section .combined-image-grid-mobile-third .combined-image-item {
    width: 100%;
    margin: 30px auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  }
  
  .why-choose-production-section .combined-image-grid-mobile-second .combined-image-item img,
  .why-choose-production-section .combined-image-grid-mobile-third .combined-image-item img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    display: block;
  }
  
  /* Images supplémentaires dispersées après les features */
  .why-choose-production-section .row.g-4 {
    margin-top: 40px;
  }
  
  .why-choose-production-section .row.g-4 .col-lg-6 {
    margin-bottom: 30px;
  }
  
  .why-choose-production-section .row.g-4 .combined-image-item img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
  }
  
  .features-grid-combined {
    grid-template-columns: 1fr;
  }
  
  .combined-text-content h3 {
    font-size: 24px;
  }
}

/* Desktop: Cacher les images mobiles, afficher la grille desktop */
@media (min-width: 769px) {
  .why-choose-production-section .combined-image-grid-mobile-first,
  .why-choose-production-section .combined-image-grid-mobile-second,
  .why-choose-production-section .combined-image-grid-mobile-third {
    display: none !important;
  }
  
  .why-choose-production-section .combined-image-grid {
    display: grid !important;
  }
}

