.elementor-93 .elementor-element.elementor-element-43d7572{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-a0574f5 */:root {
  --accent-start: #064058;
  --accent-end: #179F19;
}

/* Fade animation */
.fade-in-up {
  animation: fadeInUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  opacity: 0;
  transform: translateY(24px);
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Section */
.hero-esalta {
  position: relative;
  padding: 160px 24px 140px;
  background: #fafaf9;
  overflow: hidden;
}

/* Backgrounds */
.hero-bg-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to left,
    rgba(23,159,25,0.12),
    rgba(245,245,244,0.75),
    transparent
  );
}

.hero-bg-blob {
  position: absolute;
  width: 420px;
  height: 420px;
  background: rgba(6,64,88,0.18);
  border-radius: 50%;
  filter: blur(140px);
  top: 30%;
  left: -120px;
}

/* Layout */
.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 88px;
  align-items: center;
}

/* TEXT */
.hero-content {
  max-width: 560px;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: rgba(23,159,25,0.12);
  border: 1px solid rgba(23,159,25,0.35);
  color: var(--accent-end);
  margin-bottom: 36px;
}

.hero-pill .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    var(--accent-start),
    var(--accent-end)
  );
}

.hero-title {
  font-size: clamp(3rem, 6vw, 4.6rem);
  line-height: 1.06;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
  color: #111827;
}

.hero-location {
  display: block;
  background: linear-gradient(
    135deg,
    var(--accent-start),
    var(--accent-end)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-description {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #57534e;
  max-width: 480px;
  margin-bottom: 36px;
}

.hero-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.btn-primary {
  padding: 15px 34px;
  border-radius: 999px;
  background: linear-gradient(
    135deg,
    var(--accent-start),
    var(--accent-end)
  );
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.btn-secondary {
  font-size: 0.9rem;
  font-weight: 600;
  color: #064058;
  text-decoration: underline;
}

.hero-microcopy {
  margin-top: 14px;
  font-size: 0.75rem;
  color: #78716c;
}

/* MEDIA */
.hero-media {
  position: relative;
}

.media-glow {
  position: absolute;
  inset: -20px;
  background: linear-gradient(
    135deg,
    var(--accent-start),
    var(--accent-end)
  );
  border-radius: 36px;
  filter: blur(120px);
  opacity: 0.22;
}

/* Slideshow */
.hero-image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 50px 90px rgba(0,0,0,0.18);
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}

.hero-image.active {
  opacity: 1;
}

/* TRUSTINDEX BADGE – SMALLER */
.hero-badge {
  position: absolute;
  bottom: -18px;
  left: -18px;
  z-index: 5;
  transform: scale(0.82);
  transform-origin: bottom left;
}

/* Remove TrustIndex styling */
.hero-badge .ti-widget,
.hero-badge .ti-widget-container,
.hero-badge .ti-card,
.hero-badge .ti-header {
  padding: .5 !important;
  margin: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

/* Responsive */
@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .hero-badge {
    left: 12px;
    bottom: -14px;
    transform: scale(0.75);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-47437c9 *//* ==============================
   CARE SECTION – ESALTA STYLE
   ============================== */

:root {
  --accent-start: #064058;
  --accent-end: #179F19;
}

/* Section wrapper */
.care-section {
  padding: 140px 24px;
  background: #ffffff;
}

/* Container */
.care-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Grid layout */
.care-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 96px;
  align-items: flex-start;
}

/* ==============================
   LEFT COLUMN
   ============================== */

.care-intro {
  position: sticky;
  top: 140px;
}

/* Section eyebrow */
.care-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #78716c;
  margin-bottom: 18px;
  position: relative;
}

.care-eyebrow::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  margin-top: 10px;
  background: linear-gradient(
    135deg,
    var(--accent-start),
    var(--accent-end)
  );
  border-radius: 2px;
}

/* Title */
.care-title {
  font-size: clamp(2.4rem, 5vw, 3.2rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
  color: #111827;
}

.care-title span {
  background: linear-gradient(
    135deg,
    var(--accent-start),
    var(--accent-end)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Lead */
.care-lead {
  font-size: 1.1rem;
  line-height: 1.75;
  color: #57534e;
  max-width: 420px;
}

/* ==============================
   RIGHT COLUMN – CARDS
   ============================== */

.care-cards {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* Card */
.care-card {
  background: #fafaf9;
  border: 1px solid #e7e5e4;
  border-radius: 22px;
  padding: 36px 40px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.care-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 48px rgba(0,0,0,0.08);
}

/* Card eyebrow */
.care-card-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #78716c;
  margin-bottom: 14px;
  position: relative;
}

.care-card-eyebrow::after {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  margin-top: 8px;
  background: linear-gradient(
    135deg,
    var(--accent-start),
    var(--accent-end)
  );
  border-radius: 2px;
}

/* Card title */
.care-card h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #1c1917;
  margin: 0 0 14px;
}

/* Card text */
.care-card p {
  font-size: 1rem;
  line-height: 1.75;
  color: #57534e;
  margin-bottom: 14px;
}

.care-card p:last-child {
  margin-bottom: 0;
}

/* ==============================
   RESPONSIVE
   ============================== */

@media (max-width: 900px) {
  .care-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .care-intro {
    position: static;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6d4b710 *//* ==============================
   CAROUSEL SECTION
   ============================== */

.carousel-section {
  padding: 140px 24px;
  background: #fafaf9;
}

.carousel-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header */
.carousel-header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  margin-bottom: 64px;
}

/* Eyebrow */
.carousel-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #78716c;
  margin-bottom: 18px;
  position: relative;
}

.carousel-eyebrow::after {
  content: "";
  display: block;
  width: 46px;
  height: 2px;
  margin-top: 10px;
  background: linear-gradient(
    135deg,
    var(--accent-start),
    var(--accent-end)
  );
  border-radius: 2px;
}

/* Intro */
.carousel-intro h2 {
  font-size: clamp(2.4rem, 5vw, 3.2rem);
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
}

.carousel-intro h2 span {
  background: linear-gradient(
    135deg,
    var(--accent-start),
    var(--accent-end)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.carousel-intro p {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #57534e;
  max-width: 720px;
  margin-bottom: 14px;
}

/* Doctor */
.carousel-doctor {
  text-align: right;
  font-size: 0.95rem;
  color: #44403c;
}

.carousel-doctor strong {
  display: block;
  font-weight: 600;
  color: #1c1917;
}

/* Carousel */
.carousel-wrapper {
  position: relative;
}

.carousel-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 12px;
}

.carousel-track::-webkit-scrollbar {
  display: none;
}

/* Card */
.carousel-card {
  flex: 0 0 320px;
  background: #ffffff;
  border-radius: 22px;
  border: 1px solid #e7e5e4;
  padding: 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.04);
  transition: transform .25s ease, box-shadow .25s ease;
}

.carousel-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.carousel-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 16px;
}

.carousel-card h3 {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1c1917;
}

.carousel-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #57534e;
  margin-bottom: 14px;
}

.carousel-card a {
  font-weight: 500;
  color: var(--accent-end);
  text-decoration: none;
}

/* Buttons */
.carousel-btn {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  cursor: pointer;
  font-size: 22px;
}

.carousel-btn.prev { left: -22px; }
.carousel-btn.next { right: -22px; }

/* Responsive */
@media (max-width: 900px) {
  .carousel-header {
    grid-template-columns: 1fr;
  }

  .carousel-doctor {
    text-align: left;
  }

  .carousel-btn {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e7427e4 *//* ==============================
   CTA BANNER – COMPACT
   ============================== */

.cta-banner {
  padding: 72px 24px;
  background: linear-gradient(
    135deg,
    rgba(6,64,88,0.06),
    rgba(23,159,25,0.10)
  );
}

.cta-container {
  max-width: 1100px;
  margin: 0 auto;
}

.cta-content {
  background: #ffffff;
  border-radius: 28px;
  padding: 48px 56px;
  text-align: center;
  box-shadow: 0 24px 60px rgba(0,0,0,0.10);
}

/* Eyebrow */
.cta-eyebrow {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  color: #179F19;
  margin-bottom: 18px;
}

/* Title */
.cta-title {
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  line-height: 1.3;
  font-weight: 500;
  color: #1c1917;
  max-width: 820px;
  margin: 0 auto 32px;
}

.cta-title span {
  background: linear-gradient(
    135deg,
    var(--accent-start),
    var(--accent-end)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

/* Button */
.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  border-radius: 999px;
  background: linear-gradient(
    135deg,
    var(--accent-start),
    var(--accent-end)
  );
  color: #ffffff;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.cta-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(23,159,25,0.30);
}

/* Mobile */
@media (max-width: 900px) {
  .cta-content {
    padding: 36px 22px;
  }

  .cta-title {
    font-size: 1.45rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eacc5ba *//* ==============================
   LOCATION SECTION
   ============================== */

.location-section {
  padding: 96px 24px;
  background: #fafaf9;
}

.location-container {
  max-width: 1200px;
  margin: 0 auto;
}

.location-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}

/* ==============================
   LEFT CONTENT
   ============================== */

/* Eyebrow (Address) */
.location-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #78716c;
  margin-bottom: 18px;
  position: relative;
}

.location-eyebrow::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  margin-top: 10px;
  background: linear-gradient(
    135deg,
    var(--accent-start),
    var(--accent-end)
  );
  border-radius: 2px;
}

/* Title */
.location-title {
  font-size: clamp(2rem, 3.5vw, 2.6rem);
  font-weight: 500;
  margin-bottom: 24px;
  color: #1c1917;
}

/* Rating */
.location-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
}

.location-rating .stars {
  color: #facc15;
  font-size: 1.1rem;
  letter-spacing: 1px;
}

.location-rating .rating-text {
  font-size: 0.9rem;
  color: #57534e;
}

/* Text */
.location-description {
  font-size: 1rem;
  line-height: 1.75;
  color: #57534e;
  margin-bottom: 18px;
  max-width: 560px;
}

/* Link */
.location-link {
  display: inline-block;
  margin-top: 18px;
  font-weight: 600;
  text-decoration: none;
  background: linear-gradient(
    135deg,
    var(--accent-start),
    var(--accent-end)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ==============================
   RIGHT IMAGE
   ============================== */

.location-media {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.location-media img {
  width: 100%;
  max-width: 420px;
  height: auto;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 24px 60px rgba(0,0,0,0.14);
}

/* Gradient accent line under image */
.location-media-accent {
  display: block;
  width: 44px;
  height: 2px;
  margin: 16px auto 10px;
  background: linear-gradient(
    135deg,
    var(--accent-start),
    var(--accent-end)
  );
  border-radius: 2px;
}

/* Image eyebrow */
.location-media-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #78716c;
  text-align: center;
}

/* ==============================
   RESPONSIVE
   ============================== */

@media (max-width: 900px) {
  .location-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .location-content {
    text-align: center;
  }

  .location-eyebrow::after {
    margin-left: auto;
    margin-right: auto;
  }

  .location-rating {
    justify-content: center;
  }

  .location-media img {
    max-width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1b43bc8 *//* ==============================
   THEK9PT DIFFERENCE SECTION
   ============================== */

:root {
  --accent-start: #064058;
  --accent-end: #179F19;
}

/* Gradient text utility */
.gradient-text {
  background: linear-gradient(
    135deg,
    var(--accent-start),
    var(--accent-end)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* Section */
.difference-section {
  padding: 120px 24px;
  background: #fafaf9;
}

.difference-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ==============================
   EYEBROW
   ============================== */

.difference-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #78716c;
  margin-bottom: 14px;
  position: relative;
}

.difference-eyebrow::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  margin-top: 10px;
  background: linear-gradient(
    135deg,
    var(--accent-start),
    var(--accent-end)
  );
  border-radius: 2px;
}

/* ==============================
   TITLE
   ============================== */

.difference-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 64px;
  line-height: 1.1;
}

/* ==============================
   GRID
   ============================== */

.difference-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px 80px;
}

/* ==============================
   CARD
   ============================== */

.difference-card {
  position: relative;
  padding-top: 32px;
  border-top: 1px solid #e7e5e4;
}

/* Accent line */
.difference-card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 56px;
  height: 2px;
  background: linear-gradient(
    135deg,
    var(--accent-start),
    var(--accent-end)
  );
  border-radius: 2px;
}

/* Mirror accent on right column */
@media (min-width: 901px) {
  .difference-card:nth-child(even)::before {
    left: auto;
    right: 0;
  }
}

/* Card text */
.difference-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 14px;
  color: #1c1917;
}

.difference-card p {
  font-size: 1rem;
  line-height: 1.75;
  color: #57534e;
  max-width: 520px;
  margin: 0;
}

/* ==============================
   RESPONSIVE
   ============================== */

@media (max-width: 900px) {
  .difference-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .difference-eyebrow::after {
    margin-left: auto;
    margin-right: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d15149b *//* ==============================
   MEDIA / VIDEO SECTION
   ============================== */

.media-section {
  padding: 120px 24px;
  background: #ffffff;
}

.media-container {
  max-width: 1200px;
  margin: 0 auto;
}

.media-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 80px;
  align-items: center;
}

/* ==============================
   TEXT
   ============================== */

.media-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #78716c;
  margin-bottom: 18px;
  position: relative;
}

.media-eyebrow::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  margin-top: 10px;
  background: linear-gradient(
    135deg,
    var(--accent-start),
    var(--accent-end)
  );
  border-radius: 2px;
}

.media-title {
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  margin-bottom: 18px;
}

.media-description {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #57534e;
  margin-bottom: 18px;
  max-width: 520px;
}

/* ==============================
   VIDEO
   ============================== */

.media-video-wrapper {
  position: relative;
}

.media-video {
  position: relative;
  padding-top: 56.25%;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0,0,0,0.18);
  background: #000;
}

.media-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* ==============================
   FEATURED NOTE (UNDER VIDEO)
   ============================== */

.media-video-meta {
  margin-top: 22px;
  padding-left: 6px;
}

.media-featured {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #44403c;
  max-width: 520px;
  position: relative;
  padding-left: 16px;
}

.media-featured::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: calc(100% - 12px);
  border-radius: 4px;
  background: linear-gradient(
    135deg,
    var(--accent-start),
    var(--accent-end)
  );
}

.media-featured span {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #78716c;
  margin-bottom: 4px;
}

/* ==============================
   RESPONSIVE
   ============================== */

@media (max-width: 900px) {
  .media-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .media-section {
    padding: 96px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-337344b *//* ==============================
   FAQ SECTION
   ============================== */

.faq-section {
  padding: 140px 24px;
  background: #ffffff;
}

.faq-container {
  max-width: 960px;
  margin: 0 auto;
}

/* Header */
.faq-header {
  text-align: center;
  margin-bottom: 64px;
}

.faq-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #78716c;
  margin-bottom: 14px;
  position: relative;
}

.faq-eyebrow::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  margin: 10px auto 0;
  background: linear-gradient(135deg, #064058, #179F19);
  border-radius: 2px;
}

.faq-title {
  font-size: clamp(2.2rem, 4.5vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #111827;
  margin-bottom: 18px;
}

.faq-title span {
  background: linear-gradient(135deg, #064058, #179F19);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.faq-intro {
  max-width: 640px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #57534e;
}

/* FAQ Items */
.faq-list {
  border-top: 1px solid #e7e5e4;
}

.faq-item {
  border-bottom: 1px solid #e7e5e4;
  padding: 22px 0;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1c1917;
  position: relative;
  padding-right: 32px;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

/* Plus / minus */
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.3rem;
  color: #78716c;
  transition: transform 0.2s ease;
}

.faq-item[open] summary::after {
  content: "–";
}

/* Content */
.faq-content {
  padding-top: 16px;
}

.faq-content p {
  font-size: 1rem;
  line-height: 1.75;
  color: #57534e;
  margin-bottom: 14px;
}

.faq-content p:last-child {
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .faq-section {
    padding: 96px 20px;
  }

  .faq-title {
    font-size: 2rem;
  }
}/* End custom CSS */