.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ========================================
   DR. ARİF KÖZEN — TEDAVİ SAYFASI MASTER CSS
   Palet: Lacivert #1A3A4A | Teal #3FA796 | Mavi #2D6CB5
   ======================================== */

.v1-intro {
  font-family: 'Manrope','Segoe UI',sans-serif;
  font-size: 17px;
  color: #2c3e44;
  line-height: 1.8;
  margin-bottom: 22px;
}
.v1-intro em { color: #2D6CB5; font-style: normal; font-weight: 600; }
.v1-intro strong { color: #1A3A4A; }

/* --- Kart grid --- */
.v1-kart-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
  margin: 28px 0;
}
.v1-kart {
  background: #fff;
  border: 1px solid #e3edf0;
  border-radius: 14px;
  padding: 24px 22px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.v1-kart:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(26,58,74,.10);
  border-color: #3FA796;
}
.v1-kart-baslik {
  font-family: 'Manrope','Segoe UI',sans-serif;
  font-size: 19px;
  font-weight: 800;
  color: #1A3A4A;
  margin: 0 0 10px;
  line-height: 1.35;
}
.v1-kart-metin {
  font-family: 'Manrope','Segoe UI',sans-serif;
  font-size: 15px;
  color: #51686f;
  line-height: 1.7;
  margin: 0;
}

/* --- Bilgi Notu kutusu --- */
.v1-bilgi {
  background: #f0f8f6;
  border-left: 4px solid #3FA796;
  border-radius: 8px;
  padding: 20px 24px;
  margin: 28px 0;
}
.v1-etiket { display: inline-flex; align-items: center; margin-bottom: 10px; }
.v1-etiket-text {
  background: #3FA796;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
}
.v1-bilgi-metin {
  font-family: 'Manrope','Segoe UI',sans-serif;
  margin: 0;
  font-size: 15.5px;
  color: #355058;
  line-height: 1.75;
}
.v1-bilgi-metin strong { color: #1A3A4A; }

/* --- Numaralı kart (Uygulama Alanları) --- */
.v1-numara-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 22px;
  margin: 36px 0 28px;
}
.v1-numara-kart {
  background: #fff;
  border: 1px solid #e3edf0;
  border-radius: 14px;
  padding: 28px 22px 22px;
  position: relative;
}
.v1-numara {
  position: absolute;
  top: -18px; left: 22px;
  width: 40px; height: 40px;
  background: #1A3A4A;
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 700;
}
.v1-numara-baslik {
  font-family: 'Manrope','Segoe UI',sans-serif;
  font-size: 18px; font-weight: 800; color: #1A3A4A;
  margin: 10px 0 8px; line-height: 1.35;
}
.v1-numara-metin {
  font-family: 'Manrope','Segoe UI',sans-serif;
  font-size: 15px; color: #51686f; line-height: 1.7; margin: 0;
}

/* --- Süreç aşama --- */
.v1-asama {
  display: flex; gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid #eef3f5;
}
.v1-asama:last-child { border-bottom: none; }
.v1-asama-no {
  flex-shrink: 0;
  width: 46px; height: 46px;
  background: linear-gradient(135deg, #3FA796, #2d8073);
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 19px; font-weight: 700;
}
.v1-asama-icerik h4 {
  font-family: 'Manrope','Segoe UI',sans-serif;
  font-size: 18.5px; color: #1A3A4A; font-weight: 800; margin: 6px 0 6px; line-height: 1.35;
}
.v1-asama-icerik p {
  font-family: 'Manrope','Segoe UI',sans-serif;
  font-size: 15px; color: #51686f; line-height: 1.7; margin: 0;
}

/* --- Ara CTA --- */
.v1-cta {
  background: linear-gradient(135deg, #1A3A4A, #234c5e);
  border-radius: 16px;
  padding: 32px 28px;
  text-align: center;
  margin: 36px 0;
}
.v1-cta-baslik { color: #fff; font-size: 22px; font-weight: 800; margin: 0 0 8px; }
.v1-cta-metin { color: #c5d9e0; font-size: 15.5px; margin: 0 0 20px; line-height: 1.7; }
.v1-cta-buton {
  display: inline-block;
  background: #3FA796;
  color: #fff !important;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 30px;
  transition: background .2s ease, transform .2s ease;
}
.v1-cta-buton:hover { background: #34897d; transform: translateY(-2px); }

/* --- Acil uyarı --- */
.v1-acil {
  background: #fff5f3;
  border-left: 4px solid #e05a3c;
  border-radius: 8px;
  padding: 20px 24px;
  margin: 28px 0;
}
.v1-acil-baslik { color: #c2401f; font-weight: 800; font-size: 16px; margin: 0 0 10px; }
.v1-acil ul { margin: 0; padding-left: 20px; color: #6b4035; font-size: 15px; line-height: 1.95; }

/* --- SSS --- */
/* --- SSS (açılır-kapanır) --- */
.v1-sss { margin: 28px 0; }
.v1-sss-item {
  background: #fff;
  border: 1px solid #e3edf0;
  border-radius: 12px;
  margin-bottom: 14px;
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.v1-sss-item[open] {
  border-color: #3FA796;
  box-shadow: 0 6px 20px rgba(26,58,74,.08);
}
.v1-sss-soru {
  font-family: 'Manrope','Segoe UI',sans-serif;
  font-size: 17.5px; font-weight: 800; color: #1A3A4A;
  padding: 20px 56px 20px 24px;
  background: #f7fafb;
  margin: 0;
  line-height: 1.4;
  cursor: pointer;
  position: relative;
  list-style: none;
  transition: background .2s ease;
}
.v1-sss-soru::-webkit-details-marker { display: none; }
.v1-sss-item[open] .v1-sss-soru { background: #eef6f4; }
.v1-sss-soru::after {
  content: '+';
  position: absolute;
  right: 22px; top: 50%; transform: translateY(-50%);
  width: 28px; height: 28px;
  background: #3FA796; color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; font-weight: 400; line-height: 1;
  transition: transform .25s ease, background .2s ease;
}
.v1-sss-item[open] .v1-sss-soru::after {
  content: '−';
  transform: translateY(-50%) rotate(180deg);
  background: #1A3A4A;
}
.v1-sss-cevap {
  font-family: 'Manrope','Segoe UI',sans-serif;
  padding: 18px 24px 22px;
  font-size: 15px; color: #51686f; line-height: 1.75; margin: 0;
}
/* --- Kaynakça --- */
.v1-kaynakca-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
  margin: 28px 0;
}
.v1-kaynak-kart {
  display: block;
  background: #f7fafb;
  border: 1px solid #dde9ed;
  border-radius: 10px;
  padding: 18px 20px;
  text-decoration: none;
  transition: all .25s ease;
}
.v1-kaynak-kart:hover { border-color: #3FA796; box-shadow: 0 6px 18px rgba(26,58,74,.08); }
.v1-kaynak-tip {
  display: block;
  color: #3FA796; font-size: 11px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 6px;
}
.v1-kaynak-ad {
  display: block;
  color: #1A3A4A; font-size: 15.5px; font-weight: 700; line-height: 1.4; margin-bottom: 8px;
}
.v1-kaynak-alt { display: flex; justify-content: space-between; align-items: center; }
.v1-kaynak-yazar { color: #708890; font-size: 12.5px; }
.v1-kaynak-ok { color: #3FA796; font-size: 17px; }

/* --- Mobil --- */
@media (max-width: 768px) {
  .v1-kart-grid,
  .v1-numara-grid,
  .v1-kaynakca-grid { grid-template-columns: 1fr; }
  .v1-cta { padding: 26px 20px; }
  .v1-kart-baslik { font-size: 18px; }
}
/* ========================================
   DR. ARİF KÖZEN — DOKTOR TANITIM KARTI
   ======================================== */
.v1-doktor-kart {
  display: flex;
  align-items: center;
  gap: 22px;
  background: linear-gradient(135deg, #1A3A4A, #234c5e);
  border-radius: 18px;
  padding: 26px 30px;
  margin: 0 auto 36px;
  max-width: 860px;
  box-shadow: 0 12px 30px rgba(26,58,74,.18);
}
.v1-doktor-foto-wrap {
  flex-shrink: 0;
  position: relative;
  width: 96px; height: 96px;
  border-radius: 50%;
}
.v1-doktor-foto-wrap::before {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(63,167,150,.45) 0%, rgba(63,167,150,0) 70%);
  animation: v1-pulse 2.6s ease-in-out infinite;
  z-index: 0;
}
.v1-doktor-foto-wrap::after {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 2px solid #3FA796;
  animation: v1-ring 2.6s ease-out infinite;
  z-index: 1;
}
.v1-doktor-foto {
  position: relative;
  z-index: 2;
  width: 96px !important;
  height: 96px !important;
  min-width: 96px;
  border-radius: 50% !important;
  object-fit: cover;
  border: 3px solid #fff;
  background: #fff;
  aspect-ratio: 1 / 1;
  display: block;
  transition: transform .35s ease;
}
.v1-doktor-foto-wrap:hover .v1-doktor-foto { transform: scale(1.06); }

@keyframes v1-pulse {
  0%, 100% { transform: scale(.95); opacity: .55; }
  50%      { transform: scale(1.12); opacity: 1; }
}
@keyframes v1-ring {
  0%   { transform: scale(1); opacity: .9; }
  70%  { transform: scale(1.35); opacity: 0; }
  100% { transform: scale(1.35); opacity: 0; }
}

.v1-doktor-bilgi { flex: 1; }
.v1-doktor-rozet {
  display: inline-block;
  background: rgba(63,167,150,.22);
  color: #6fd3c2;
  font-size: 11px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase;
  padding: 4px 12px; border-radius: 20px;
  margin-bottom: 8px;
}
.v1-doktor-ad {
  color: #fff; font-size: 21px; font-weight: 700;
  margin: 0 0 6px; line-height: 1.3;
}
.v1-doktor-aciklama {
  color: #c5d9e0; font-size: 14.5px; margin: 0 0 14px; line-height: 1.6;
}
.v1-doktor-aksiyon { display: flex; flex-wrap: wrap; gap: 10px; }
.v1-doktor-btn {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 14px; font-weight: 600;
  text-decoration: none;
  padding: 9px 18px; border-radius: 24px;
  transition: all .2s ease;
}
.v1-doktor-btn-tel { background: #3FA796; color: #fff !important; }
.v1-doktor-btn-tel:hover { background: #34897d; transform: translateY(-2px); }
.v1-doktor-btn-wp {
  background: transparent; color: #fff !important;
  border: 1.5px solid rgba(255,255,255,.35);
}
.v1-doktor-btn-wp:hover { border-color: #3FA796; background: rgba(63,167,150,.15); }

@media (max-width: 768px) {
  .v1-doktor-kart { flex-direction: column; text-align: center; padding: 26px 22px; }
  .v1-doktor-foto-wrap { width: 84px; height: 84px; }
  .v1-doktor-foto { width: 84px !important; height: 84px !important; min-width: 84px; }
  .v1-doktor-aksiyon { justify-content: center; }
}
@media (max-width: 768px) {
  #mobil-gizle-sidebar { display: none !important; }
}
/* --- İlgili Tedaviler kutusu (belirgin linkler) --- */
.v1-ilgili {
  background: #f7fafb;
  border: 1px solid #dde9ed;
  border-radius: 14px;
  padding: 22px 24px;
  margin: 28px 0;
}
.v1-ilgili-baslik {
  display: flex; align-items: center; gap: 8px;
  font-family: 'Manrope','Segoe UI',sans-serif;
  font-size: 16px; font-weight: 800; color: #1A3A4A;
  margin: 0 0 16px;
}
.v1-ilgili-baslik::before {
  content: '';
  width: 22px; height: 3px; background: #3FA796; border-radius: 3px;
}
.v1-ilgili-grid {
  display: flex; flex-wrap: wrap; gap: 10px;
}
.v1-ilgili-link {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff;
  border: 1.5px solid #3FA796;
  color: #1A3A4A !important;
  font-family: 'Manrope','Segoe UI',sans-serif;
  font-size: 14.5px; font-weight: 600;
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 30px;
  transition: all .2s ease;
}
.v1-ilgili-link::after {
  content: '→';
  color: #3FA796;
  font-weight: 700;
  transition: transform .2s ease;
}
.v1-ilgili-link:hover {
  background: #3FA796;
  color: #fff !important;
}
.v1-ilgili-link:hover::after {
  color: #fff;
  transform: translateX(3px);
}

    width: auto;
    object-fit: contain;
  }
}
.tedavi-gorsel img {
  max-width: 600px;
  width: 100%;
  height: auto;
  border-radius: 14px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .tedavi-gorsel img {
    max-width: 100%;
    max-height: 420px;
    width: auto;
    object-fit: contain;
  }
}/* ========================================
   TEDAVİ SAYFASI GÖRSELLERİ — STABİL GÖRÜNÜM
   ======================================== */

/* Masaüstü */
.elementor-widget-image {
  text-align: center;
}
.elementor-widget-image img {
  max-width: 600px;
  width: 100%;
  height: auto;
  border-radius: 15px;
  display: block;
  margin: 0 auto;
}

/* Mobil */
@media (max-width: 768px) {
  .elementor-widget-image img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 15px !important;
  }
}/* End custom CSS */