/**
 * Web Site İçerik klasörü düzenlemeleri — tipografi, form, footer, marquee.
 */

/* Hero ödül şeridi kaydırma */
.clinicella-marquee-wrapper {
  display: flex;
  overflow: hidden;
  width: 100%;
}

.clinicella-marquee-wrapper .clinicella-marquee-track {
  flex: 0 0 auto;
  animation: clinicella-marquee 28s linear infinite;
}

@keyframes clinicella-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}

/* Form popup — DentSpa tarzı daha kompakt */
#homepage-form .popup-content-wrapper {
  max-width: min(920px, 94vw) !important;
}

#homepage-form .homepage-form-content-wrapper {
  padding: 1.25rem !important;
}

#homepage-form .homepage-form-leftside,
#homepage-form .homepage-form-rightside {
  padding: 1rem !important;
}

@media (min-width: 1024px) {
  #homepage-form .popup-content-wrapper {
    max-width: 780px !important;
  }
}

/* Gülümseme galerisi — footer istatistik satırı */
.instagram-footer-content-heading h5:first-child {
  white-space: nowrap;
}

.instagram-container-wrapper .instagram-reel {
  cursor: pointer;
}

.instagram-container-wrapper .reel-thumbnail {
  object-fit: cover;
}
.why-dentspa-content h3,
.clinicella-stories-content h3,
.feature-treatment-leftside-heading h2,
.feature-treatment-leftside-heading h6,
.international-guests-content-heading,
.values-section-header h4 {
  font-size: clamp(1.35rem, 2.4vw, 2rem) !important;
  line-height: 1.25 !important;
}

.why-dentspa-content-description,
.international-guests-content-description,
.feature-treatment-link-content p {
  font-size: clamp(1rem, 1.5vw, 1.125rem) !important;
}

/* Seyahat / koordinatör vurguları */
.international-guests-content-heading,
.award-container p,
.hero-cta-content .text-semi-small {
  font-size: clamp(1rem, 1.6vw, 1.2rem) !important;
}

/* Ülke bayrakları */
.clinicella-country-flags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0.75rem 0 1.25rem;
  font-size: 1.35rem;
}

/* Footer alt boşluk azaltma */
.clinicella-compact-footer,
footer.clinicella-compact-footer {
  padding-bottom: 1.5rem !important;
}

.clinicella-compact-footer .footer-container,
.clinicella-compact-footer .footer-copyright-wrapper {
  margin-bottom: 0 !important;
  padding-bottom: 0.75rem !important;
}

body.home .wp-site-blocks > :last-child {
  margin-bottom: 0 !important;
}

/* FAQ görünürlük */
.faq-container-wrapper .faq:not(.active) {
  display: none;
}

.faq-container-wrapper .faq-item .faq-description {
  transition: height 0.25s ease;
}
