.elementor-20819 .elementor-element.elementor-element-ce549f0{--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;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-cf15782 *//* === COOLFITNESS • FAQ (Accordion without JS) === */
.cf-faq {
 
}

.cf-faq-wrap {
  width: min(1100px, 92%);
  margin: 0 auto;
}

.cf-faq-header {
  text-align: center;
  margin-bottom: 28px;
}

.cf-faq-title {
  font-size: clamp(26px, 2.2vw, 34px);
  margin: 0 0 10px;
  letter-spacing: 0.02em;
}

.cf-faq-subtitle {
  margin: 0 auto;
  max-width: 720px;
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.8;
}

.cf-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 26px;
}

/* Item */
.cf-faq-item {
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

/* Question row */
.cf-faq-q {
  list-style: none;
  cursor: pointer;
  padding: 18px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.35;
}

.cf-faq-q::-webkit-details-marker {
  display: none;
}

/* Icon */
.cf-faq-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  position: relative;
  opacity: 0.8;
}

.cf-faq-icon::before,
.cf-faq-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background: #157f95; /* brand turquoise */
  border-radius: 2px;
}

.cf-faq-icon::before {
  width: 18px;
  height: 2px;
}

.cf-faq-icon::after {
  width: 2px;
  height: 18px;
  transition: transform 0.2s ease;
}

/* Answer */
.cf-faq-a {
  padding: 0 18px 18px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.75;
  opacity: 0.92;
}

.cf-faq-a p {
  margin: 0;
}

/* Open state */
.cf-faq-item[open] {
  border-color: rgba(21, 127, 149, 0.25);
  box-shadow: 0 14px 40px rgba(21, 127, 149, 0.10);
}

.cf-faq-item[open] .cf-faq-icon::after {
  transform: scaleY(0); /* turns + into - */
}

/* Hover */
.cf-faq-item:hover {
  border-color: rgba(21, 127, 149, 0.18);
}

/* Responsive */
@media (max-width: 900px) {
  .cf-faq {
    padding: 5px 0;
  }

  .cf-faq-grid {
    grid-template-columns: 1fr;
  }

  .cf-faq-q {
    padding: 16px 16px;
  }

  .cf-faq-a {
    padding: 0 16px 16px;
  }
}/* End custom CSS */