.card-height {
  min-height: 360px !important;
}

.device-height {
  min-height: 250px !important;
  border-radius: 0 0 .4rem .4rem;
}

.card-horizontal {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #72ac95;
  color: white;
}

.card-horizontal .card-img-left {
  width: 40%;
  flex-shrink: 0;
}

.card-horizontal .card-body {
  width: 60%;
  min-height: 350px !important;

}

.card-horizontal .card-img-left img {
  width: 100%;
  height: auto;
  display: block;
  padding: 20px;

}

@media (max-width: 767px) {
  .card-horizontal {
    flex-direction: column;
  }

  .card-horizontal .card-img-left,
  .card-horizontal .card-body {
    width: 90%;
  }
}

img.rounded-3 {
  border-radius: .3rem !important;
}


.icon-bar-side {
  position: fixed;
  bottom: 0%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5000;
}

.icon-bar-side a {
  display: block;
  text-align: center;
  padding: 7px 10px;
  transition: all 1s ease;
  color: #fff;
  font-size: 20px;
}

.icon-bar-side a:hover {
  background-color: #545454e6;
  color: #fff;
}

.facebook-side {
  background: #1877F2;
  color: white;
}

.instagram-side {
  background: #E4405F;
  color: white;
}

.whatsapp-side {
  background: #25D366;
  color: white;
}

.youtube-side {
  background: #FF0000;
  color: white;
}

.linkedin-side {
  background: #0A66C2;
  color: white;
}

.twitter-side {
  background: #bdbcae5c;
  color: white;
}

.phone-side {
  background: #bdbcae5c;
  color: white;
}

.whatsapp-hover-button {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 5000;
  cursor: pointer;
}

.bg-clinic {
  background-color: #72ac95 !important;
}

/* VİDEO  */
.video-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}


figure iframe {
  border-radius: inherit;
}

.card video {
  width: 100%;
  height: 350px;
  /* ya da istediğin sabit yükseklik */
  object-fit: cover;
  /* videoyu taşmadan doldurur */
  border-radius: 0.5rem;
  /* köşeler karta uyumlu olsun diye */
}

/* Mobil uyum için */
@media (max-width: 768px) {
  .card video {
    height: 200px;
  }
}

html,
body {
  margin: 0;
  padding: 0;
}

.hero-banner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.hero-banner .hero-img {
  width: 100%;
  /* ekran genişliğine uyum sağlar */
  height: auto;
  /* oran korunur */
  max-height: 100vh;
  /* dikeyde ekranı aşmasın */
  display: block;
}

/* Kare video stili */
/* Sadece grid-view swiper içindeki videoları etkile - diğer img-fluid'lere dokunma */
.swiper-container.grid-view video {
  width: 100% !important;
  height: 400px !important;
  object-fit: cover !important;
  max-width: none !important;
  display: block !important;
}

/* img-fluid class'ı eklenmiş olsa bile sadece bu videoları override et */
.swiper-container.grid-view video.img-fluid {
  width: 100% !important;
  height: 400px !important;
  object-fit: cover !important;
  max-width: none !important;
  height: auto !important;
  /* Bootstrap'in img-fluid height:auto'sunu eziyoruz */
  height: 400px !important;
  /* Sonra tekrar 400px yapıyoruz */
}

/* Daha spesifik selector - en yüksek öncelik */
.swiper-container.grid-view .swiper-slide .card figure video {
  width: 100% !important;
  height: 400px !important;
  object-fit: cover !important;
}


/* Tam ekran video arka plan stili */
.video-wrapper {
  position: relative;
  width: 100%;

  min-height: 80vh;
  overflow: hidden;
  /* Taşan kısımları gizler, scroll çıkmasını engeller */
  background-color: #000;
  /* Video yüklenene kadar siyah artalan */
}

.video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Videoyu tam ortalar */
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Kilit nokta: Alanı boşluksuz doldurur */
  display: block;
  /* Altındaki boşluğu (gap) yok eder */
}


@media (max-width: 768px) {


  .video-wrapper {
    min-height: auto !important;
    height: auto;
  }

  .video-wrapper video {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    height: auto;
  }

  .logo-light {
    width: 80px;
  }
}

.list-persian {
  list-style-type: persian; /* Numaraları Farsça yapar */
}

/* =====================================================
   JOURNEY SECTION — Health Tourism Process
   ===================================================== */

.journey-section {
  background-color: #f5faf7;
  background-image: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(124,183,152,0.13) 0%, transparent 65%);
  position: relative;
  overflow: hidden;
}

.journey-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.67rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: #7cb798;
  background: rgba(124,183,152,0.1);
  border: 1px solid rgba(124,183,152,0.25);
  padding: 0.42em 1.35em;
  border-radius: 100px;
  margin-bottom: 1.75rem;
}

.journey-heading {
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  font-weight: 700;
  color: #1a2e22;
  line-height: 1.14;
  letter-spacing: -0.025em;
  margin-bottom: 1.4rem;
}

.journey-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  margin-bottom: 1.5rem;
}

.journey-ornament::before,
.journey-ornament::after {
  content: '';
  flex: 1;
  max-width: 70px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(124,183,152,0.55));
}

.journey-ornament::after {
  background: linear-gradient(270deg, transparent, rgba(124,183,152,0.55));
}

.journey-ornament-diamond {
  width: 6px;
  height: 6px;
  background: #7cb798;
  transform: rotate(45deg);
}

.journey-intro {
  color: #4a6355;
  font-size: 1rem;
  line-height: 1.82;
  max-width: 600px;
  margin: 0 auto;
}

/* Slider — equal height */
.journey-swiper .swiper-wrapper {
  align-items: stretch;
}
.journey-swiper .swiper-slide {
  height: auto;
}

/* Icon ring */
.journey-icon-ring {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 50%;
  border: 1.5px solid rgba(124,183,152,0.45);
  background: #f5faf7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7cb798;
  font-size: 1.45rem;
  transition: background 0.3s ease, border-color 0.3s ease,
              color 0.3s ease, box-shadow 0.3s ease;
}

/* Step label */
.journey-step-label {
  font-size: 0.61rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #7cb798;
  font-weight: 600;
}

/* Slide card */
.journey-slide-card {
  background: #ffffff;
  border: 1px solid rgba(124,183,152,0.18);
  border-top: 3px solid #7cb798;
  border-radius: 0.85rem;
  padding: 2rem 1.75rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 16px rgba(124,183,152,0.08);
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}

.journey-slide-card:hover {
  box-shadow: 0 8px 32px rgba(124,183,152,0.2);
  transform: translateY(-4px);
}

.journey-slide-card:hover .journey-icon-ring {
  background: #7cb798;
  border-color: #7cb798;
  color: #ffffff;
  box-shadow: 0 4px 18px rgba(124,183,152,0.35);
}

.journey-slide-top {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.journey-slide-title {
  font-size: 1.08rem;
  font-weight: 600;
  color: #1a2e22;
  letter-spacing: -0.01em;
  margin-bottom: 0.6rem;
  line-height: 1.35;
}

.journey-slide-text {
  color: #4a6355;
  font-size: 0.92rem;
  line-height: 1.78;
  margin-bottom: 0;
  flex: 1;
}

/* Technology tags (Step 3) */
.journey-tech-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1rem;
}

.journey-tech-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
  font-size: 0.78rem;
  color: #2d5242;
  background: rgba(124,183,152,0.1);
  border: 1px solid rgba(124,183,152,0.28);
  border-radius: 100px;
  padding: 0.27em 0.85em;
  line-height: 1.5;
  transition: background 0.25s, border-color 0.25s;
}

.journey-tech-tag i {
  color: #7cb798;
  font-size: 0.82rem;
}

.journey-tech-tag:hover {
  background: rgba(124,183,152,0.2);
  border-color: rgba(124,183,152,0.45);
}

/* CTA row */
.journey-cta-row {
  border-top: 1px solid rgba(124,183,152,0.2);
  padding-top: 3rem;
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.btn-journey-gold {
  background: linear-gradient(135deg, #7cb798 0%, #5a9e80 100%);
  color: #ffffff !important;
  font-weight: 600;
  font-size: 0.87rem;
  letter-spacing: 0.04em;
  border: none;
  padding: 0.82rem 2.1rem;
  transition: opacity 0.25s, transform 0.25s, box-shadow 0.25s;
}

.btn-journey-gold:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(124,183,152,0.35);
  color: #ffffff !important;
}

.btn-journey-ghost {
  background: transparent;
  color: #2d5242 !important;
  border: 1.5px solid rgba(124,183,152,0.45);
  font-weight: 500;
  font-size: 0.87rem;
  letter-spacing: 0.04em;
  padding: 0.82rem 2.1rem;
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
}

.btn-journey-ghost:hover {
  background: rgba(124,183,152,0.1);
  border-color: #7cb798;
  color: #1a2e22 !important;
  transform: translateY(-2px);
}

@media (max-width: 575px) {
  .journey-slide-card {
    padding: 1.5rem 1.25rem;
  }
  .journey-icon-ring {
    width: 48px;
    height: 48px;
    min-width: 48px;
    font-size: 1.2rem;
  }
}