/* ============================================================
   🎨 BO-DONG — STYLE GLOBAL COMPLET
   Footer + Boutons + Responsive + Amelia arrow FIX
   ============================================================ */

/* === FOOTER === */
.custom-footer-bo-dong {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #ffffff;
}

.custom-footer-bo-dong h4,
.custom-footer-bo-dong .heading-title,
.custom-footer-bo-dong strong {
  font-size: 22px !important;
  font-weight: 600 !important;
  margin-bottom: 25px;
  color: #ffffff !important;
}

.custom-footer-bo-dong p,
.custom-footer-bo-dong a,
.custom-footer-bo-dong li {
  font-size: 16px !important;
  color: #ffffff !important;
  text-decoration: none;
  margin-bottom: 10px;
}

.custom-footer-bo-dong a:hover {
  text-decoration: underline !important;
}

.custom-footer-bo-dong .nectar-social a {
  font-size: 22px !important;
  color: #ffffff !important;
  margin-right: 15px;
}

.custom-footer-bo-dong .wpb_column > *:not(:last-child) {
  margin-bottom: 20px !important;
}

.custom-footer-bo-dong .wpb_column:first-child img {
  margin-bottom: 25px !important;
}

.custom-footer-bo-dong .wpb_column {
  padding: 0 25px;
}

/* === BOUTON DE MENU === */
.button_solid_color {
  background-color: #CE6C54 !important;
  color: #ffffff !important;
  padding: 8px 24px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border-radius: 0 !important;
  text-transform: none !important;
  display: inline-block;
  line-height: 1.3 !important;
  transition: all .3s ease;
  font-family: inherit !important;
}

.button_solid_color:hover {
  background-color: #CE6C54 !important;
  color: #ffffff !important;
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .custom-footer-bo-dong {
    padding: 40px 5%;
  }

  .custom-footer-bo-dong .wpb_column {
    margin-bottom: 30px;
    padding: 0 10px;
  }

  .custom-footer-bo-dong .nectar-social {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .custom-footer-bo-dong {
    text-align: center;
    padding: 40px 5%;
  }

  .custom-footer-bo-dong p,
  .custom-footer-bo-dong a,
  .custom-footer-bo-dong li {
    font-size: 15px !important;
  }

  .custom-footer-bo-dong .wpb_column {
    margin-bottom: 30px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .custom-footer-bo-dong .nectar-social {
    justify-content: center;
  }
}
/* ============================================================
   🧹 RESET COMPLET — Supprime toutes les anciennes flèches custom
   ============================================================ */

/* Supprime tout "::after" ajouté par erreur dans le passé */
.amelia-v2-booking i.el-input__icon::after,
.amelia-v2-booking i.el-select__caret::after {
    content: none !important;
    background: none !important;
}

/* Annule toute tentative de modifier couleur / svg */
.amelia-v2-booking i.el-input__icon,
.amelia-v2-booking i.el-select__caret {
    color: inherit !important;
    background: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Force l'affichage du vrai SVG Amelia (celui que tu veux) */
.amelia-v2-booking .el-input__icon svg,
.amelia-v2-booking .el-select__caret svg {
    display: inline-block !important;
    opacity: 1 !important;
}

/* 🎯 Couleur flèche du PREMIER select (Service) */
.amelia-v2-booking .el-form-item:first-of-type i.el-input__icon.icon-arrow-down svg {
    stroke: #333333 !important;
}

/* OVERLAY HERO SALIENT — noir 30% */
.row-bg-layer.using-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.30);
  z-index: 1;
  pointer-events: none;
}

/* Image reste LCP */
.row-bg-layer.using-image img {
  position: relative;
  z-index: 0;
}

/* Texte AU-DESSUS de l’overlay */
.wpb_column,
.wpb_row .wpb_column {
  position: relative;
  z-index: 2;
}


