/*
 * GardenCity Smiles – Elementor-specific overrides
 * Loaded only when Elementor is active.
 * Use the CSS classes below in Elementor section/column/widget CSS Class fields.
 */

/* ── Reset Elementor defaults to brand ────────────────────────────── */
.elementor-section .elementor-container {
  max-width: 1200px;
}

/* ── HERO section (full-height with overlay) ──────────────────────── */
/* Set on Elementor Section → Advanced → CSS Class: gcs-hero-section  */
.gcs-hero-section {
  min-height: 90vh !important;
  display: flex;
  align-items: center;
}
.gcs-hero-section > .elementor-container {
  position: relative;
  z-index: 2;
}
/* Gradient overlay via ::before — set background image on the section */
.gcs-hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(30,58,95,0.93) 35%, rgba(30,58,95,0.55) 100%);
  z-index: 1;
}
.gcs-hero-section .elementor-heading-title,
.gcs-hero-section .elementor-widget-text-editor,
.gcs-hero-section p {
  color: #ffffff !important;
}

/* ── TRUST / STATS bar ───────────────────────────────────────────── */
/* CSS Class: gcs-stats-bar */
.gcs-stats-bar {
  background: linear-gradient(135deg, #1E3A5F 0%, #2a4f7f 100%) !important;
}
.gcs-stats-bar .elementor-counter-number,
.gcs-stats-bar .elementor-counter-number-wrapper {
  color: #6DB33F !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 42px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}
.gcs-stats-bar .elementor-counter-title {
  color: rgba(255,255,255,0.75) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  margin-top: 6px !important;
}

/* ── CARD with hover lift ─────────────────────────────────────────── */
/* CSS Class: gcs-hover-card */
.gcs-hover-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(30,58,95,0.08);
  box-shadow: 0 2px 12px rgba(30,58,95,0.07);
  transition: all 0.3s ease !important;
  overflow: hidden;
}
.gcs-hover-card:hover {
  box-shadow: 0 12px 40px rgba(30,58,95,0.16) !important;
  transform: translateY(-6px) !important;
  border-color: rgba(109,179,63,0.25) !important;
}

/* ── ICON BOX (treatment cards) ─────────────────────────────────── */
.gcs-icon-box .elementor-icon {
  background: rgba(109,179,63,0.1);
  border-radius: 14px;
  width: 64px !important;
  height: 64px !important;
  line-height: 64px !important;
  text-align: center;
  margin-bottom: 16px;
}
.gcs-icon-box .elementor-icon i,
.gcs-icon-box .elementor-icon svg {
  color: #6DB33F !important;
  font-size: 28px !important;
}
.gcs-icon-box .elementor-icon-box-title {
  color: #1E3A5F !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}
.gcs-icon-box .elementor-icon-box-description {
  color: #4b5563 !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

/* ── SECTION DIVIDERS / EYEBROW LABELS ────────────────────────── */
.gcs-eyebrow-label {
  display: inline-block;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #6DB33F !important;
  background: rgba(109,179,63,0.1);
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 12px;
}

/* ── TESTIMONIAL CARDS ────────────────────────────────────────── */
.gcs-testimonial {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 2px 12px rgba(30,58,95,0.08);
  border-left: 4px solid #6DB33F;
  transition: box-shadow 0.3s ease;
}
.gcs-testimonial:hover {
  box-shadow: 0 8px 32px rgba(30,58,95,0.14);
}
.gcs-testimonial .elementor-testimonial-content {
  font-size: 14px !important;
  color: #4b5563 !important;
  line-height: 1.75 !important;
  font-style: italic;
}
.gcs-testimonial .elementor-testimonial-name {
  color: #1E3A5F !important;
  font-weight: 700 !important;
  font-size: 15px !important;
}
.gcs-testimonial .elementor-testimonial-job {
  color: #9ca3af !important;
  font-size: 12px !important;
}

/* ── FAQ ACCORDION ───────────────────────────────────────────── */
.gcs-faq .elementor-accordion-item {
  border: 1px solid #e5e7eb !important;
  border-radius: 12px !important;
  margin-bottom: 10px !important;
  overflow: hidden;
  box-shadow: none !important;
}
.gcs-faq .elementor-tab-title {
  background: #f8f9fb !important;
  padding: 18px 22px !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  color: #1E3A5F !important;
  border: none !important;
}
.gcs-faq .elementor-tab-title.elementor-active {
  background: #1E3A5F !important;
  color: #ffffff !important;
}
.gcs-faq .elementor-tab-title .elementor-accordion-icon {
  color: #6DB33F !important;
}
.gcs-faq .elementor-tab-title.elementor-active .elementor-accordion-icon {
  color: #ffffff !important;
}
.gcs-faq .elementor-tab-content {
  border: none !important;
  background: #ffffff !important;
  padding: 16px 22px 20px !important;
  font-size: 14px !important;
  color: #4b5563 !important;
  line-height: 1.75 !important;
}

/* ── BEFORE/AFTER IMAGE COMPARISON ───────────────────────────── */
/* CSS Class: gcs-before-after */
.gcs-before-after {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(30,58,95,0.15);
}

/* ── CONTACT FORM SECTION ─────────────────────────────────────── */
.gcs-contact-form {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 4px 24px rgba(30,58,95,0.10);
}
@media (max-width: 767px) {
  .gcs-contact-form { padding: 24px 20px; }
}

/* ── MAP EMBED ────────────────────────────────────────────────── */
.gcs-map iframe {
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(30,58,95,0.12);
}

/* ── DOCTOR / TEAM CARD ──────────────────────────────────────── */
.gcs-doctor-card {
  text-align: center;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(30,58,95,0.08);
  transition: all 0.3s ease;
}
.gcs-doctor-card:hover {
  box-shadow: 0 10px 40px rgba(30,58,95,0.16);
  transform: translateY(-5px);
}
.gcs-doctor-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: top;
}
.gcs-doctor-card .card-body {
  padding: 20px;
}
.gcs-doctor-card .name {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1E3A5F;
  margin-bottom: 4px;
}
.gcs-doctor-card .designation {
  font-size: 13px;
  color: #6DB33F;
  font-weight: 600;
}
.gcs-doctor-card .credentials {
  font-size: 12px;
  color: #9ca3af;
  margin-top: 4px;
}

/* ── PRICE TABLE ──────────────────────────────────────────────── */
.gcs-price-table.elementor-price-table--featured .elementor-price-table__header {
  background: linear-gradient(135deg, #1E3A5F, #2a5298) !important;
}
.gcs-price-table .elementor-price-table__button {
  background: #6DB33F !important;
  border-radius: 999px !important;
}

/* ── BLOG / ARTICLE CARDS ────────────────────────────────────── */
.gcs-post-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(30,58,95,0.07);
  transition: all 0.3s ease;
  border: 1px solid rgba(30,58,95,0.06);
}
.gcs-post-card:hover {
  box-shadow: 0 10px 36px rgba(30,58,95,0.14);
  transform: translateY(-5px);
}
.gcs-post-card .card-category {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6DB33F;
}
.gcs-post-card .card-title {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #1E3A5F;
  line-height: 1.4;
  margin: 8px 0 10px;
}
.gcs-post-card .card-excerpt {
  font-size: 13px;
  color: #4b5563;
  line-height: 1.65;
}
.gcs-post-card .read-more {
  font-size: 13px;
  font-weight: 600;
  color: #6DB33F;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 14px;
}
.gcs-post-card .read-more:hover {
  color: #5a9e33;
}

/* ── LOCATION / CLINIC INFO BOX ──────────────────────────────── */
.gcs-info-box {
  background: linear-gradient(135deg, #1E3A5F 0%, #2a4f7f 100%);
  border-radius: 20px;
  padding: 36px;
  color: #ffffff;
}
.gcs-info-box h3 {
  color: #ffffff !important;
  margin-bottom: 20px;
}
.gcs-info-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.gcs-info-row:last-child { border-bottom: none; margin-bottom: 0; }
.gcs-info-icon {
  width: 40px;
  height: 40px;
  background: rgba(109,179,63,0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #6DB33F;
}
.gcs-info-label { font-size: 11px; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; }
.gcs-info-value { font-size: 14px; color: rgba(255,255,255,0.9); margin-top: 2px; }

/* ── RESPONSIVE ADJUSTMENTS ──────────────────────────────────── */
@media (max-width: 1024px) {
  .gcs-hero-section { min-height: 70vh !important; }
}
@media (max-width: 767px) {
  .gcs-hero-section { min-height: 80vh !important; }
  .gcs-contact-form { padding: 20px 16px; }
  .gcs-info-box { padding: 24px 20px; }
  .gcs-stats-bar .elementor-counter-number-wrapper { font-size: 32px !important; }
}
