.elementor-1423 .elementor-element.elementor-element-4ceebb5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1423 .elementor-element.elementor-element-ba49337{width:100%;max-width:100%;}.elementor-1423 .elementor-element.elementor-element-a714b78{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1423 .elementor-element.elementor-element-e68a28b{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1423 .elementor-element.elementor-element-62c94b3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1423 .elementor-element.elementor-element-8aa9650{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1423 .elementor-element.elementor-element-909f590{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1423 .elementor-element.elementor-element-f7864f2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1423 .elementor-element.elementor-element-dd7bb02{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1423 .elementor-element.elementor-element-9c28a80{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1423 .elementor-element.elementor-element-1a2003b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1423 .elementor-element.elementor-element-1a2003b.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1423 .elementor-element.elementor-element-7a92787{width:100%;max-width:100%;}.elementor-1423 .elementor-element.elementor-element-c6f3267{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-1423 .elementor-element.elementor-element-1a2003b{--width:99.649%;}}/* Start custom CSS for html, class: .elementor-element-ba49337 *//* ===== HERO CLEAR WATER POOLS ===== */
.hero_clear_wha {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: 100vh;
  overflow: hidden;

  background:
    linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.0)),
    url("https://clearwaterpoolswh.com/wp-content/uploads/2025/11/IMG-20251106-WA0031.jpg") center/cover no-repeat;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;

  color: #ffffff;
  font-family: 'Poppins', sans-serif;
}

/* ===== CONTENIDO ===== */
.hero_clear_wha_content {
  position: relative;
  z-index: 3;
  max-width: 900px;
  padding: 0 10%;
}

.hero_clear_wha_title {
  font-size: 3rem;
  font-weight: 700;
  text-shadow: 0 3px 10px rgba(0,0,0,0.5);
  animation: hero_clear_wha_fadeDown 1s ease forwards;
}

.hero_clear_wha_subtitle {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 20px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  animation: hero_clear_wha_fadeUp 1.3s ease forwards;
}

.hero_clear_wha_buttons {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  animation: hero_clear_wha_fadeUp 1.6s ease forwards;
}

/* ===== BOTONES ===== */
.hero_clear_wha_btn {
  padding: 14px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.hero_clear_wha_btn--primary {
  background: #59B5B0;
  color: #ffffff;
}
.hero_clear_wha_btn--primary:hover {
  background: #3A90BA;
  transform: translateY(-4px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.4);
}

.hero_clear_wha_btn--outline {
  border: 2px solid #ffffff;
  color: #ffffff;
  background: transparent;
}
.hero_clear_wha_btn--outline:hover {
  background: #ffffff;
  color: #264377;
}

/* ===== OLAS AL FONDO ===== */
.hero_clear_wha_waves {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px; /* solo cubre la parte inferior */
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

.hero_clear_wha_waves svg {
  position: absolute;
  width: 200%;
  height: 100%;
  bottom: 0;
  left: 0;
  animation: hero_clear_wha_waveMotion 4s ease-in-out infinite alternate;
}

/* ===== ANIMACIÓN DE LAS OLAS ===== */
@keyframes hero_clear_wha_waveMotion {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ===== ANIMACIONES DE TEXTO ===== */
@keyframes hero_clear_wha_fadeDown {
  from { opacity: 0; transform: translateY(-30px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes hero_clear_wha_fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .hero_clear_wha_title { font-size: 2.2rem; }
  .hero_clear_wha_subtitle { font-size: 1rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e68a28b *//* ===== HOME INTRODUCTION SECTION ===== */
.introduyio_home {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: linear-gradient(180deg, #3A90BA 0%, #59B5B0 100%);
  color: #ffffff;
  padding: 100px 10%;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  position: relative;
  overflow: hidden;
}

.introduyio_home_container {
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* ===== TITLE ===== */
.introduyio_home_title {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 25px;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  animation: introduyio_home_fadeDown 1s ease forwards;
}

/* ===== PARAGRAPH ===== */
.introduyio_home_paragraph {
  font-size: 1.15rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 45px;
  animation: introduyio_home_fadeUp 1.3s ease forwards;
}

/* ===== BUTTONS ===== */
.introduyio_home_buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  animation: introduyio_home_fadeUp 1.6s ease forwards;
}

.introduyio_home_btn {
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.introduyio_home_btn--primary {
  background: #264377;
  color: #ffffff;
}
.introduyio_home_btn--primary:hover {
  background: #1f3560;
  transform: translateY(-4px);
}

.introduyio_home_btn--outline {
  border: 2px solid #ffffff;
  color: #ffffff;
  background: transparent;
}
.introduyio_home_btn--outline:hover {
  background: #ffffff;
  color: #264377;
}

/* ===== ANIMATIONS ===== */
@keyframes introduyio_home_fadeDown {
  from { opacity: 0; transform: translateY(-30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes introduyio_home_fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .introduyio_home_title { font-size: 2rem; }
  .introduyio_home_paragraph { font-size: 1rem; }
  .introduyio_home { padding: 80px 8%; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-511fcad *//* ===== SERVICES FULL-WIDTH SECTION ===== */
.services_cards_wh_section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
  color: #264377;
  padding: 110px 0 90px;
  box-sizing: border-box;
}

/* ===== TITLE ===== */
.services_cards_wh_title {
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: 0.3px;
  margin-bottom: 10px;
  color: #264377;
  text-align: center;
}

.services_cards_wh_subtitle {
  text-align: center;
  color: #546574;
  font-size: 1.08rem;
  max-width: 820px;
  margin: 0 auto 60px;
}

/* ===== GRID ===== */
.services_cards_wh_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
  margin: 0 auto;
  padding: 0 3%; /* un poco de espacio a los lados */
  box-sizing: border-box;
}

/* Última card ocupa toda la fila */
.services_cards_wh_grid > .services_cards_wh_card:last-child {
  grid-column: span 3;
}

/* ===== CARD ===== */
.services_cards_wh_card {
  position: relative;
  min-height: 350px;
  border-radius: 16px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.services_cards_wh_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
}

/* ===== OVERLAY ===== */
.services_cards_wh_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(38, 67, 119, 0.75) 100%);
  z-index: 1;
}

/* ===== CONTENT ===== */
.services_cards_wh_content {
  position: relative;
  z-index: 2;
  color: #fff;
  width: 100%;
  padding: 28px 25px;
}

/* ===== TITLE DE CADA CARD ===== */
.services_cards_wh_card_title {
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 15px;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  position: relative;
  display: inline-block;
}

.services_cards_wh_card_title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 60px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, #59B5B0, #3A90BA);
  box-shadow: 0 0 10px rgba(89, 181, 176, 0.6);
}

/* ===== BUTTON ===== */
.services_cards_wh_btn {
  display: inline-block;
  background: #59B5B0;
  color: #fff;
  text-decoration: none;
  padding: 10px 22px;
  border-radius: 8px;
  font-weight: 700;
  letter-spacing: 0.2px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
}

.services_cards_wh_btn:hover {
  background: #3A90BA;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.28);
}

/* ===== CTA INFERIOR ===== */
.services_cards_wh_cta {
  text-align: center;
  margin-top: 50px;
}

.services_cards_wh_btn--lg {
  padding: 13px 28px;
  border-radius: 10px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .services_cards_wh_grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 5%;
  }
  .services_cards_wh_grid > .services_cards_wh_card:last-child {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .services_cards_wh_title {
    font-size: 2rem;
  }
  .services_cards_wh_card {
    min-height: 300px;
  }
  .services_cards_wh_card_title {
    font-size: 1.15rem;
  }
  .services_cards_wh_grid {
    grid-template-columns: 1fr;
    padding: 0 6%;
  }
  .services_cards_wh_grid > .services_cards_wh_card:last-child {
    grid-column: span 1;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-909f590 *//* ===== AREAS WE SERVE v7 ===== */
.areas7_wh_section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #fff;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  padding: 90px 0;
  overflow: hidden;
}

.areas7_wh_title {
  font-size: 2.6rem;
  color: #264377;
  font-weight: 800;
  margin-bottom: 10px;
}
.areas7_wh_subtitle {
  color: #4c5a70;
  max-width: 850px;
  margin: 0 auto 50px;
  font-size: 1.1rem;
}

.areas7_wh_carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0 5%;
}
.areas7_wh_track {
  display: flex;
  gap: 35px;
  transition: transform 0.8s ease;
}

.areas7_wh_card {
  flex: 0 0 460px;
  height: 480px;
  background-image: url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c');
  background-size: cover;
  background-position: center;
  border-radius: 18px;
  box-shadow: 0 15px 30px rgba(0,0,0,.15);
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
.areas7_wh_card h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-shadow: 0 4px 10px rgba(0,0,0,.7);
}
.areas7_wh_card div {
  display: flex;
  gap: 12px;
}
.areas7_wh_btn,
.areas7_wh_btn_call {
  padding: 10px 22px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}
.areas7_wh_btn {
  background: #59B5B0;
  color: #fff;
}
.areas7_wh_btn:hover { background: #3A90BA; }
.areas7_wh_btn_call {
  border: 2px solid #fff;
  color: #fff;
}
.areas7_wh_btn_call:hover {
  background: #fff;
  color: #264377;
}

/* Flechas */
.areas7_wh_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
 
  color: #fff;
  border: none;
  font-size: 2rem;
  width: 50px;
  height: 50px;
  border-radius: 0%;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}
.areas7_wh_arrow:hover { background: #59B5B0; }
.areas7_wh_arrow.left { left:1%; }
.areas7_wh_arrow.right { right: 1%; }

@media (max-width:768px) {
  .areas7_wh_card { flex: 0 0 320px; height: 400px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9408529 *//* === GOOGLE FONTS === */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600&family=Montserrat:wght@400;500&display=swap');

/* === FULL WIDTH CTA SECTION === */
.cta-clearwater-fw {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: 80vh;
  background: url('https://clearwaterpoolswh.com/wp-content/uploads/2025/11/IMG-20251106-WA0034.jpg') no-repeat center top/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* === GLASS EFFECT BOX === */
.cta-glass-fw {
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  padding: 3rem 4rem;
  max-width: 700px;
  text-align: center;
  color: #FFFFFF;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

/* === TEXT === */
.cta-glass-fw h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  color: #FFFFFF;
  margin-bottom: 1rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.cta-glass-fw p {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #f0f0f0;
  margin-bottom: 2rem;
}

/* === BUTTON === */
.cta-button-fw {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  background-color: #2CBFC6;
  color: #FFFFFF;
  padding: 0.9rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.cta-button-fw:hover {
  background-color: #3A90BA;
  transform: translateY(-3px);
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .cta-clearwater-fw {
    height: 70vh;
    padding: 2rem;
  }

  .cta-glass-fw {
    padding: 2rem;
  }

  .cta-glass-fw h2 {
    font-size: 1.6rem;
  }

  .cta-glass-fw p {
    font-size: 0.95rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7a92787 *//* === GOOGLE FONTS === */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600&family=Montserrat:wght@400;500&display=swap');

/* === BASE FULL WIDTH === */
.contact-glass-section-fw {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: url('https://clearwaterpoolswh.com/wp-content/uploads/2025/11/concepto-de-verano-y-piscina-con-mujer-en-unicornio-inflable-scaled.jpg') no-repeat center center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6% 5%;
  overflow: hidden;
}


.contact-container-fw {
  display: flex;
  gap: 2%;
  
    justify-content: center !important;
  align-items: stretch;

  margin: 0 auto;
  max-width: 100%;
}

/* === LEFT – FORM === */
.contact-form-fw {
  flex: 1;
  min-width: 340px;
}

.contact-form-box-fw {
  background: rgba(58, 144, 186, 0.3);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
}

.form-title-fw {
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  color: #264377;
  font-weight: 900;
  text-align: center;
  margin-bottom: 1.5rem;
}

/* === WPForms styling === */
.wpforms-form input,
.wpforms-form textarea {
  border-radius: 8px !important;
}

.wpforms-submit {
  background-color: #2CBFC6 !important;
  border-radius: 50px !important;
  font-family: 'Poppins', sans-serif !important;
  transition: all 0.3s ease;
}

.wpforms-submit:hover {
  background-color: #3A90BA !important;
  transform: translateY(-2px);
}

/* === RIGHT – CTA MESSAGE === */
.contact-cta-fw {
  flex: 1;
  min-width: 340px;
  display: flex;
 
  align-items: stretch;
  justify-content: center;
}

.cta-glass-box-fw {
  background: rgba(58, 144, 186, 0.3);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(10px);
  padding: 3rem 2.5rem;
  border-radius: 16px;
  text-align: center;
  color: #FFFFFF;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  
  
   width: 100%;
  height: 100%; /* 🔹 Hace que ocupe todo el alto disponible */
  display: flex;
  flex-direction: column;
  justify-content: center; /* Centra el contenido internamente */
}

.cta-glass-box-fw h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.9rem;
  margin-bottom: 1rem;
  color: #FFFFFF;
}

.cta-glass-box-fw p {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  margin-bottom: 1.8rem;
  color: #f0f0f0;
}

.cta-btn-fw {
  display: inline-block !important; /* 🔹 evita que el botón se estire al ancho total */
  width: auto !important;           /* 🔹 el ancho se adapta solo al texto */
  background-color: #2CBFC6;
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
  padding: 0.8rem 1.6rem; /* antes: 0.9rem 2.2rem */
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 600;
  font-size: 0.95rem;
  text-align: center;
  margin: 0 auto; /* 🔹 centra el botón dentro del contenedor */
}

.cta-btn-fw:hover {
  background-color: #3A90BA;
  transform: translateY(-3px);
}



/* 🚫 Quita las flechas del campo Phone de WPForms */
#wpforms-4 input[type=number]::-webkit-inner-spin-button,
#wpforms-4 input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* === Force the Phone field (number type) to full width === */
.wpforms-form input[type="number"],
#wpforms-4 input[type="number"],
.wpforms-field-number input {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  box-sizing: border-box !important;
}

/* === Ensure its wrapper (if any) also takes full width === */
.wpforms-field-number {
  width: 100% !important;
  flex: 0 0 100% !important;
}


/* === TÍTULOS DE LOS CAMPOS (LABELS) === */
.wpforms-form label.wpforms-field-label {
  color: rgb(38, 67, 119) !important; /* 🔹 Azul principal de la marca */
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  margin-bottom: 6px !important;
  display: block;
  letter-spacing: 0.5px;
}

/* === DESCRIPCIONES BAJO LOS CAMPOS (si las usas) === */
.wpforms-form .wpforms-field-description {
  color: rgb(44, 191, 198) !important; /* 🔹 Celeste complementario */
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.9rem !important;
  margin-top: 2px;
  margin-bottom: 8px;
}

/* === ALINEAR FORMULARIO A LA IZQUIERDA === */
.wpforms-form {
  text-align: left !important; /* Asegura que todo el contenido se alinee a la izquierda */
}

.wpforms-form label.wpforms-field-label,
.wpforms-form input,
.wpforms-form textarea {
  text-align: left !important;
  display: block;
  margin-left: 0 !important;
}

/* Opcional: alinear los asteriscos de requerido */
.wpforms-form label.wpforms-field-label .wpforms-required-label {
  margin-left: 2px;
}


/* === RESPONSIVE === */
@media (max-width: 900px) {
  .contact-container-fw {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
  }

  .contact-form-fw,
  .contact-cta-fw {
    width: 100%;
    max-width: 600px;
  }

  .contact-form-box-fw,
  .cta-glass-box-fw {
    padding: 2rem;
    width: 100%;
    margin: 0 auto;
  }

  .cta-glass-box-fw h2,
  .form-title-fw {
    font-size: 1.6rem;
  }

  .cta-glass-box-fw p {
    font-size: 0.95rem;
  }

  .cta-btn-fw {
    padding: 0.8rem 2rem;
    font-size: 0.95rem;
  }
}

@media (max-width: 500px) {
  .cta-glass-box-fw,
  .contact-form-box-fw {
    padding: 1.5rem;
  }

  .cta-glass-box-fw h2,
  .form-title-fw {
    font-size: 1.4rem;
  }

  .cta-btn-fw {
    padding: 0.7rem 1.8rem;
    font-size: 0.9rem;
  }
}



/* === LARGE SCREENS === */
@media (min-width: 1400px) {
  .contact-container-fw {
    max-width: 1500px;
  }

  .contact-form-box-fw,
  .cta-glass-box-fw {
    padding: 3.5rem;
  }

  .cta-glass-box-fw h2 {
    font-size: 2.2rem;
  }

  .form-title-fw {
    font-size: 2rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ea7b1cb *//* ==== FULL WIDTH FAQ SECTION ==== */
.faq-clearwater-fw {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #ffffff;
  padding: 100px 5%;
  font-family: 'Poppins', sans-serif;
  color: #264377;
}

.faq-clearwater-fw-container {
  max-width: 1600px;
  margin: 0 auto;
}

.faq-clearwater-fw-title {
  text-align: center;
  color: #2CBFC6;
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 60px;
}

/* === Layout Columns === */
.faq-fw-columns {
  display: flex;
  justify-content: space-between;
  gap: 5%;
  flex-wrap: wrap;
}

.faq-fw-column {
  flex: 1;
  min-width: 320px;
}

/* === FAQ Item === */
.faq-fw-item {
  background: rgba(255, 255, 255, 0.6);
  border-left: 4px solid #2CBFC6;
  border-radius: 10px;
  padding: 14px 18px;
  margin-bottom: 18px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.faq-fw-item:hover {
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

/* === FAQ Question === */
.faq-fw-question {
  background: none;
  border: none;
  color: #3A90BA;
  font-weight: 600;
  font-size: 1.1rem;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: color 0.3s ease;
}

.faq-fw-question:hover {
  color: #2CBFC6;
}

.faq-fw-arrow {
  color: #2CBFC6;
  font-size: 1rem;
  transition: transform 0.3s ease;
}

.faq-fw-item.active .faq-fw-arrow {
  transform: rotate(180deg);
}

/* === FAQ Answer === */
.faq-fw-answer {
  display: none;
  color: #264377;
  font-size: 1rem;
  line-height: 1.6;
  padding-top: 10px;
  animation: fadeInFaq 0.3s ease;
}

.faq-fw-item.active .faq-fw-answer {
  display: block;
}

@keyframes fadeInFaq {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

/* === Responsive === */
@media (max-width: 1024px) {
  .faq-clearwater-fw {
    padding: 80px 6%;
  }

  .faq-fw-columns {
    flex-direction: column;
    gap: 30px;
  }

  .faq-clearwater-fw-title {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .faq-clearwater-fw {
    padding: 70px 5%;
  }

  .faq-fw-question {
    font-size: 1rem;
  }

  .faq-fw-answer {
    font-size: 0.95rem;
  }
}/* End custom CSS */