/* Reset básico y configuración de fuente */
body {
  background-color: #fff6ea !important;
  background-image: url("/wp-content/uploads/2025/04/Group-27-4-scaled.webp") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}

/*remove previous styles for background images*/

@media (max-width: 1599px) {
  .home .home-content-wrapper {
    background-image: none !important;
  }
}

/* ============================
   Main Banner Section
   ============================ */
.main-banner {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0px;
  padding-right: 0px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .main-banner {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}

.banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  gap: 90px;
  margin: auto;
}

.left-column,
.right-column {
  flex: 1;
}

/* Estilos para el texto del main banner */
.left-column h1 {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: 70px;
  color: #c4029f;
  margin-bottom: 20px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .left-column h1 {
    font-size: 55px;
  }
}

.left-column .subtitle {
  font-family: "Barlow", sans-serif;
  font-weight: 400; /* Regular */
  font-size: 35px;
  color: #e61c5d;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.eligibility-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #e61c5d;
  color: #ffffff !important;
  text-decoration: none;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  border-radius: 10px;
  width: auto;
}

/* Contenedor adaptable para imagen o video en main banner */
.right-column {
  position: relative;
  width: 100%;
  height: auto;
}

.right-column img,
.right-column video {
  width: 100%;
  height: auto;
  display: block;
}

/* ============================
   Info Box Section
   ============================ */
.info-box {
  background-color: #f4e5f1;
  border: 2px solid #85006b;
  border-radius: 20px;
  max-width: 1200px;
  margin: 40px auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0px;
  padding-left: 75px;
  box-sizing: border-box;
  position: relative;
}

@media (max-width: 767px) {
  .info-box {
    background-color: #f4e5f1;
    border: 3px solid #85006b;
    border-radius: 20px;
    max-width: 1200px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 25px;
    padding-left: 25px;
    box-sizing: border-box;
    position: relative;
    height: 770px;
  }
}

@media (max-width: 767px) {
  .info-right img {
    left: 25px;
    position: relative;
  }
}

.info-box-container {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.info-left {
  flex: 1;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.info-left .box-title {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 23px;
  color: #930077;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

.info-left .box-subtitle {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 35px;
  color: #e61c5d;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

.info-left .eligibility-btn {
  align-self: flex-start;
}

.info-right {
  flex: 1;
  text-align: right;
  position: relative;
}

.info-right img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: -115px;
  border-bottom-right-radius: 20px;
}

/* ============================
   Member Section
   ============================ */
.member-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
  text-align: center;
}

.member-title {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: 45px;
  color: #930077;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.member-slider {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

/* Cada box: fondo blanco con 80% de transparencia y borde */
.member-box {
  background-color: rgba(255, 255, 255, 0.8);
  border: 3px solid #85006b;
  border-radius: 25px;
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
}

.member-box img {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
  height: auto;
}

.member-box-title {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 25px;
  color: #930077;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.member-box-text {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  line-height: 2em;
  color: #000;
  text-align: left;
}

/* ============================
   Responsive: Ajustes Mobile
   ============================ */
@media (max-width: 768px) {
  .banner-content,
  .info-box-container {
    flex-direction: column;
    text-align: center;
  }
  .left-column,
  .right-column,
  .info-left,
  .info-right {
    width: 100%;
  }
  .info-right {
    text-align: center;
  }

  /* Slider en Mobile: permite scroll horizontal y swipe nativo */
  .member-slider {
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 20px;
  }
  .member-box {
    flex: none;
    scroll-snap-align: start;
    width: 80%;
    margin-right: 20px;
  }
}






@media (max-width: 768px) {
  .banner-content {
      gap: 10px;
  }
 
}

/* ==============================
   Seller Box Section
   ============================== */
.seller-box {
  border: 2px solid #e61c5d;
  border-radius: 30px;
  overflow: hidden; /* Evita gaps entre rows */
}

.seller-row1 {
  background-color: rgba(
    252,
    232,
    239,
    0.7
  ); /* FCE8EF con 70% de transparencia */
  padding: 70px 70px;
  text-align: center;
}
.seller-row1 .seller-title {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: 45px;
  color: #930077;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.seller-row1 .seller-subtitle {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #930077;
  margin: 0;
}

.seller-row2,
.seller-row3 {
  display: flex;
  align-items: center;
  padding: 70px 70px;
}
.seller-row2 {
  background-color: #e61c5d;
}
.seller-row3 {
  background-color: #ffa12f;
}

/* En la segunda row, la columna izquierda (texto) es más ancha */
.seller-row2 .seller-col-left,
.seller-row3 .seller-col-right {
  flex: 2;
  padding: 20px;
  color: #fff;
}
.seller-row2 .seller-col-right,
.seller-row3 .seller-col-left {
  flex: 1;
  text-align: center;
}

/* Título y lista de la columna de texto */
.seller-text-title {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  text-align: left;
  margin-bottom: 35px;
}
.seller-col-left ul,
.seller-col-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.seller-col-left ul li,
.seller-col-right ul li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 15px;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  color: #fff;
  text-align: left;
}
.seller-col-left ul li::before,
.seller-col-right ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-image: url("/wp-content/uploads/2025/04/Design-32.png");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Inversión de columnas en la tercera row */
.seller-row3 .seller-col-left {
  order: 1;
}
.seller-row3 .seller-col-right {
  order: 2;
}

/* Estilos para las imágenes dentro de las columnas de imagen */
.seller-row2 .seller-col-right img,
.seller-row3 .seller-col-left img {
  max-width: 100%;
  height: auto;
}

/* ==============================
   Seller Box Section – Actualizaciones
   ============================== */
.seller-box {
  max-width: 1200px;
  margin: 60px auto;
  border: 3px solid #e61c5d;
  border-radius: 30px;
  overflow: hidden; /* Evita gaps entre rows */
}

/* Primer Row: Centrado vertical */
.seller-row1 {
  background-color: rgba(
    252,
    232,
    239,
    0.7
  ); /* FCE8EF con 70% de transparencia */
  padding: 70px 70px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Centrado vertical */
}
.seller-row1 .seller-title {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: 45px;
  color: #930077;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.seller-row1 .seller-subtitle {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #930077;
  margin: 0;
}

/* Segundas y Terceras Rows – Mayor separación entre columnas y mayor padding en la columna de texto */
.seller-row2,
.seller-row3 {
  display: flex;
  align-items: center;
  padding: 70px 70px;
  gap: 40px; /* Incrementa el espacio entre las columnas */
}
.seller-row2 .seller-col-left,
.seller-row3 .seller-col-right {
  flex: 2;
  padding: 40px; /* Mayor espacio interno en la columna de texto */
  color: #fff;
}
.seller-row2 .seller-col-right,
.seller-row3 .seller-col-left {
  flex: 1;
  text-align: center;
}

@media (max-width: 767px) {
  .seller-row1 {
    background-color: rgba(252, 232, 239, 0.7);
    padding: 20px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .seller-row3 .seller-col-right {
  flex: 2;
  padding: 40px; /* Mayor espacio interno en la columna de texto */
  color: #fff;
  padding: 0px 20px 20px;
}
}
@media (max-width: 767px) {
  .seller-row2,
  .seller-row3 {
    display: flex;
    align-items: center;
    padding: 15px 0px;
    gap: 10px;
  }
}

/* ==============================
   Join Section
   ============================== */
.join-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 20px;
  text-align: center;
}

.join-title {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: 45px;
  color: #930077;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.join-columns {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.join-box {
  flex: 1;
  padding: 50px;
  border: 2px solid;
  border-radius: 30px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.join-box-left {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: #ffa12f;
}

.join-box-right {
  background-color: #c4029f;
  border-color: #c4029f;
}

.join-box-subtitle {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
  color: #ffbd39;
}

.join-box-subtitle.join-box-subtitle-right {
  color: #85006b;
}

.join-box-title {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: 55px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  color: #ffbd39;
}

.join-box-title.join-box-title-right {
  color: #fff;
}

.join-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  text-align: left;
  width: 100%;
  position: relative;
}

.join-list li {
  position: relative;
  padding-left: 60px;
  margin-bottom: 23px;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  color: inherit;
  text-align: left;
}

/* Separador arriba de cada item: 100% de ancho y centrado */
.join-list li::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  border-top: 1px solid #ffa12f;
}

/* Nuevo bullet: imagen con los parámetros solicitados */
.join-list li::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  width: 15px;
  height: 27px;
  background: url(/wp-content/uploads/2025/04/Design-33.png) center center
    no-repeat;
  background-size: contain;
}

/* Fuerza el color blanco en la lista del box de la derecha */
.join-box-right .join-list li {
  color: #fff;
}

.join-btn {
  display: inline-block;
  padding: 10px 20px;
  margin-top: 20px;
  text-decoration: none;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 10px;
}

.join-btn-left {
  background-color: rgba(255, 161, 47, 0.4);
  color: #ffa12f;
}

.join-btn-right {
  background-color: #fff;
  color: #c4029f;
}

/* ==============================
     Responsive: Slider en Mobile para Join Section
     ============================== */
@media (max-width: 768px) {
  .join-columns {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0 5px !important; /* Espacio a ambos lados dentro del contenedor */
  }
  .join-box {
    flex: 0 0 auto;
    scroll-snap-align: center;
    width: calc(
      100% - 0px
    ); /* Ocupa el 100% menos 70px (20px a cada lado extra para separar de los bordes) */
    margin-right: 20px; /* Separación entre boxes */
        padding: 25px;
  }
}

/* ==============================
   Responsive: Ajustes para Seller Box en Mobile
   ============================== */
@media (max-width: 768px) {
  /* Para que las columnas se organicen verticalmente */
  .seller-row2,
  .seller-row3 {
    flex-direction: column;
    text-align: center;
  }
  /* Para que el contenido (la columna de texto y el título) ocupe el 100% */
  .seller-col-left,
  .seller-text-title {
    width: 100%;
  }
  /* Margen lateral para alejar el seller-box de los bordes */
  .seller-box {
    margin-left: 20px;
    margin-right: 20px;
  }
}

/* ==============================
   New Full Width Section
   ============================== */
.fullwidth-section {
  width: 100%;
  background-color: rgba(252, 232, 239, 0.5); /* FCE8EF con 50% de opacidad */
  border-top: 2px solid #85006b;
  border-bottom: 2px solid #85006b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  box-sizing: border-box;
  text-align: center;
}

.fullwidth-section img {
  max-width: 100%;
  height: auto;
}

.fullwidth-text {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  color: #85006b;
  text-transform: uppercase;
  margin: 20px 0;
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.8em;
  font-size: 20px;
}

/* En mobile, el texto ocupa el 90% del width */
@media (max-width: 768px) {
  .fullwidth-text {
    width: 90%;
  }
}

/* ==============================
   Membership FAQ Section (Updated Final)
   ============================== */
.membership-faq {
  max-width: 1200px;
  margin: 60px auto;
  padding: 40px 20px;
  text-align: center;
  box-sizing: border-box;
}

.membership-faq-title {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: 45px;
  color: #930077;
  text-transform: uppercase;
  margin-bottom: 40px;
}

/* Eliminar por completo el marker predeterminado */
.faq-container summary {
  list-style: none;
}
.faq-container summary::-webkit-details-marker {
  display: none;
}
.faq-container summary::marker {
  display: none;
}

.faq-container details {
  margin-bottom: 20px;
}

.faq-container summary {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 23px;
  color: #930077;
  padding: 15px 20px;
  background-color: #fce8ef;
  border-radius: 15px;
  cursor: pointer;
  position: relative;
  text-align: left; /* Títulos alineados a la izquierda */
  /* Siempre mostramos el border-radius superior para el diseño pill */
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  transition: border-radius 0.5s ease;
  padding-left: calc(20px + 35px);
}

/* Quitar border-radius inferior del summary cuando el toggle esté abierto */
details[open] > summary {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* Poner la imagen requerida como marcador, con efecto de rotación */
.faq-container summary::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url("/wp-content/uploads/2025/04/Design-33.png") center center
    no-repeat;
  background-size: contain;
  transition: transform 0.5s ease;
}

details[open] > summary::before {
  transform: translateY(-50%) rotate(180deg);
}

/* Contenedor desplegable (acordeón) */
.faq-content {
  background: #fff;
  color: #000;
  padding: 20px;
  text-align: left;
  border: 1px solid #ddd;
  margin: 0; /* Sin margen superior para quedar pegado al summary */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

details[open] > .faq-content {
  max-height: 1000px; /* Valor suficientemente alto para contener el contenido */
}

/* Full‑width teaser section */
.custom-full-width-section {
  width: 100%;
  background-color: #feeeed;
  border: 2px solid #d9a7c6;
  margin: 0;
  padding: 40px 0; /* 40px space above and below */
}

/* Inner container */
.custom-full-width-inner {
  max-width: 800px !important;
  margin: 0 auto; /* center horizontally */
  padding: 0 15px; /* small side padding on mobile */
  text-align: center; /* center all content */
}

/* Images inside the section */
.custom-full-width-inner img {
  display: block;
  margin: 0 auto 20px; /* center + 20px bottom gap */
  max-width: 100%;
  height: auto;
}

/* Paragraph inside the section */
.custom-full-width-inner p {
  margin: 0 0 20px; /* 20px gap below text */
  line-height: 1.6; /* optional for readability */
}

@media (max-width: 1599px) {
  .home .home-content-wrapper {
    background-image: none !important;
  }
}