.elementor-kit-13233{--e-global-color-primary:#752E42;--e-global-color-secondary:#D9BDC4;--e-global-color-text:#6B5F73;--e-global-color-accent:#F9A602;--e-global-color-c7920b1:#F3BAFD;--e-global-color-f7c75bc:#FFFFFF;--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-13233 e-page-transition{background-color:#FFBC7D;}.elementor-kit-13233 h1{color:var( --e-global-color-primary );}.elementor-kit-13233 h2{color:var( --e-global-color-primary );}.elementor-kit-13233 h3{color:var( --e-global-color-primary );}.elementor-kit-13233 h4{color:var( --e-global-color-primary );}.elementor-kit-13233 h5{color:var( --e-global-color-primary );}.elementor-kit-13233 h6{color:var( --e-global-color-primary );}.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 *//* ====== SCROLL TO TOP BUTONU  ====== */
#scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #752E42;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9999;
  box-shadow: 0 4px 16px rgba(117, 46, 66, 0.3);
  border: none;
  text-decoration: none;
}

#scroll-to-top:hover {
  background: #5a2334;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(117, 46, 66, 0.4);
}

#scroll-to-top.show {
  opacity: 1;
  visibility: visible;
}

#scroll-to-top svg {
  width: 22px;
  height: 22px;
  fill: #ffffff;
}

/* Mobil için biraz daha küçük */
@media (max-width: 768px) {
  #scroll-to-top {
    bottom: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
  }
}
/* ============================================ */
/* === SA TEDAVİ SAYFASI MASTER CSS v1       === */
/* === Doç. Dr. Songül Alemdaroğlu           === */
/* === EDITORIAL / MAGAZINE STYLE            === */
/* === SITE SETTINGS VERSİYONU               === */
/* ============================================ */

/* Renk Paleti:
   Primary:   #752E42 (bordo)
   Secondary: #D9BDC4 (pudra pembesi)
   Text:      #6B5F73 (mor-gri)
   Accent:    #F9A602 (amber)
*/


/* ===== 1. SIDEBAR METİN HİZALAMA ===== */

.elementor-image-box-description {
    text-align: left !important;
    word-spacing: normal !important;
    hyphens: none !important;
}

.elementor-widget-text-editor p {
    text-align: left;
}

.elementor-widget-heading .elementor-heading-title {
    text-align: left;
}


/* ===== 2. TOC ANA KUTUSU - EDITORIAL ===== */

div#ez-toc-container,
.ez-toc-v2_0_82,
.ez-toc-v2_0_85,
div[class*="ez-toc-v2"] {
    background: #FDF5F7 !important;
    border: none !important;
    border-top: 3px solid #F9A602 !important;
    border-radius: 8px !important;
    padding: 28px 32px !important;
    margin: 36px auto !important;
    max-width: 100% !important;
    width: 100% !important;
    box-shadow: none !important;
    position: relative !important;
    overflow: hidden !important;
}


/* ===== 3. TOC BAŞLIK - EDITORIAL ===== */

.ez-toc-title-container {
    margin-bottom: 22px !important;
    padding-bottom: 14px !important;
    border-bottom: 1px solid #D9BDC4 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.ez-toc-title {
    color: #752E42 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
}


/* ===== 4. TOC LİSTE - 2 KOLON GRID EDITORIAL ===== */

div#ez-toc-container nav ul.ez-toc-list:not([style*="display: none"]):not([style*="display:none"]),
ul.ez-toc-list:not([style*="display: none"]):not([style*="display:none"]) {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    column-gap: 16px !important;
    row-gap: 0 !important;
    counter-reset: toc-counter !important;
}

@media (max-width: 768px) {
    div#ez-toc-container nav ul.ez-toc-list:not([style*="display: none"]):not([style*="display:none"]),
    ul.ez-toc-list:not([style*="display: none"]):not([style*="display:none"]) {
        grid-template-columns: 1fr !important;
    }
}


/* ===== 5. TOC ÖĞELERİ - TEK ÇİZGİLİ ===== */

ul.ez-toc-list > li {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(217, 189, 196, 0.5) !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    transition: all 0.3s ease !important;
}

ul.ez-toc-list > li:last-child {
    border-bottom: none !important;
}

ul.ez-toc-list > li::before,
ul.ez-toc-list > li::marker {
    display: none !important;
    content: none !important;
}

ul.ez-toc-list > li:hover {
    background: rgba(249, 166, 2, 0.06) !important;
    padding-left: 8px !important;
}


/* ===== 6. TOC LİNKLER - ROMA RAKAMLARI ===== */

ul.ez-toc-list > li > a {
    color: #6B5F73 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    padding: 14px 4px !important;
    display: flex !important;
    align-items: baseline !important;
    gap: 16px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    counter-increment: toc-counter !important;
    transition: color 0.3s ease !important;
}

ul.ez-toc-list > li > a:hover {
    color: #752E42 !important;
    background: transparent !important;
}

ul.ez-toc-list > li > a::before {
    content: counter(toc-counter, decimal-leading-zero) !important;
    color: #F9A602 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    font-family: Georgia, serif !important;
    font-style: italic !important;
    min-width: 32px !important;
    flex-shrink: 0 !important;
}

ul.ez-toc-list > li:hover > a::before {
    color: #752E42 !important;
}


/* ===== 7. PLUGIN NUMARALARI GİZLE ===== */

.ez-toc-list .ez-toc-page-1::before,
.ez-toc-list-level-1::before,
.ez-toc-list a span:first-child:not(.ez-toc-section):not(.ez-toc-section-end) {
    display: none !important;
}


/* ===== 8. ALT LİSTE (H3'LER) ===== */

ul.ez-toc-list ul {
    grid-column: 1 / -1 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    padding: 0 0 12px 48px !important;
    margin: 0 !important;
    list-style: none !important;
    border-top: 1px solid rgba(217, 189, 196, 0.3) !important;
    margin-top: 4px !important;
}

/* Alt liste içinde sadece video başlığı varsa, alt listeyi tamamen gizle */
ul.ez-toc-list ul:has(> li:only-child a[href*="HPV_Bulastiktan"]),
ul.ez-toc-list ul:has(> li:only-child a[href*="Asi_Yapilir"]),
ul.ez-toc-list ul:empty,
ul.ez-toc-list ul.ez-toc-list-level-3:has(> li.ez-toc-heading-level-3:only-child a[href*="Yapilir_mi"]) {
    display: none !important;
    border-top: none !important;
}

ul.ez-toc-list ul li {
    background: transparent !important;
    border: none !important;
    border-bottom: none !important;
    margin: 0 !important;
}

ul.ez-toc-list ul li > a {
    padding: 8px 4px !important;
    font-size: 13px !important;
    color: #8A7D90 !important;
    gap: 12px !important;
}

ul.ez-toc-list ul li > a::before {
    display: none !important;
}

ul.ez-toc-list ul li > a::after {
    content: '—' !important;
    color: #D9BDC4 !important;
    margin-left: -12px !important;
    margin-right: 8px !important;
    order: -1 !important;
}


/* ===== 9. TOGGLE BUTONU - TEMIZ CHEVRON ===== */

/* Toggle wrapper - tıklanabilir kalsın ama SVG'yi gizle */
span.ez-toc-title-toggle,
.ez-toc-title-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Toggle butonu (a etiketi) - tıklanabilir alan */
a.ez-toc-pull-right.ez-toc-toggle,
a.ez-toc-toggle,
.ez-toc-btn.ez-toc-toggle {
    cursor: pointer !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 8px 12px !important;
    color: #752E42 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: auto !important;
    box-shadow: none !important;
    font-size: 0 !important;
    transition: all 0.3s ease !important;
}

/* Bozuk SVG ve diğer iç elementleri gizle */
.ez-toc-js-icon-con,
.ez-toc-icon-toggle-span,
.eztoc-hide,
a.ez-toc-toggle svg,
a.ez-toc-toggle img,
.ez-toc-cssicon {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
}

/* Yerine temiz CSS chevron koy */
a.ez-toc-toggle::before {
    content: '' !important;
    display: inline-block !important;
    width: 10px !important;
    height: 10px !important;
    border-right: 1.5px solid #752E42 !important;
    border-bottom: 1.5px solid #752E42 !important;
    transform: rotate(45deg) translateY(-2px) !important;
    transition: all 0.3s ease !important;
}

/* TOC kapalıyken chevron yukarı baksın (▴ aç) */
.ez-toc-title-toggle a.ez-toc-toggle[aria-expanded="false"]::before,
.ez-toc-title-toggle.ez-toc-closed a.ez-toc-toggle::before {
    transform: rotate(-135deg) translateY(2px) !important;
}

/* Hover - amber */
a.ez-toc-toggle:hover::before {
    border-color: #F9A602 !important;
}

a.ez-toc-toggle:hover {
    background: transparent !important;
}

/* Title container - sağ alignment için */
.ez-toc-title-container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}


/* ===== 10. TOGGLE FIX ===== */

ul.ez-toc-list[style*="display: none"],
ul.ez-toc-list[style*="display:none"] {
    display: none !important;
}


/* ===== 11. EZ-TOC SECTION SPAN'LERİ ===== */

.ez-toc-section,
.ez-toc-section-end {
    display: inline !important;
    width: 0 !important;
    height: 0 !important;
}


/* ===== 12. VIDEO BAŞLIĞI TOC'TAN HARİÇ TUT ===== */

/* TOC listesinde video başlık linkini gizle (anchor href ile) */
ul.ez-toc-list a[href*="HPV_Bulastiktan"],
ul.ez-toc-list a[href*="hpv-bulastiktan"],
ul.ez-toc-list a[href*="Asi_Yapilir"],
ul.ez-toc-list a[href*="asi-yapilir"] {
    display: none !important;
}

/* Bu linkleri içeren tüm li'leri gizle */
ul.ez-toc-list > li:has(a[href*="HPV_Bulastiktan"]),
ul.ez-toc-list > li:has(a[href*="hpv-bulastiktan"]),
ul.ez-toc-list > li:has(a[href*="Asi_Yapilir"]),
ul.ez-toc-list > li:has(a[href*="asi-yapilir"]),
ul.ez-toc-list ul li:has(a[href*="HPV_Bulastiktan"]),
ul.ez-toc-list ul li:has(a[href*="Asi_Yapilir"]) {
    display: none !important;
}

/* Tüm tedavi sayfaları için generic video başlığı tutucu - 
   Video kartı içindeki HEADING TOC'a girmesin */
.ez-toc-heading-level-3:has(a[href*="video"]),
.ez-toc-heading-level-3:has(a[href*="Video"]),
li.ez-toc-heading-level-3:has(a[href*="Yapilir_mi"]) {
    display: none !important;
}


/* ============================================ */
/* === BLOG YAZILARIMIZ BÖLÜMÜ              === */
/* === Posts widget'ta yazı yoksa container === */
/* === otomatik gizlensin                   === */
/* ============================================ */

.blog-yazilarimiz-section:not(:has(article)),
.blog-yazilarimiz-section:has(.elementor-posts-none) {
    display: none !important;
}

.elementor-posts-none {
    display: none !important;
}

.elementor-posts-container:empty {
    display: none !important;
}

.elementor-widget-posts:not(:has(article)):not(:has(.elementor-post)) {
    display: none !important;
}


/* ============================================ */
/* === DOKTOR VİDEO KARTI OTOMASYONU         === */
/* === Video yoksa kartı otomatik gizle      === */
/* ============================================ */

.doktor-video-section.video-empty,
.doktor-video-section.no-video {
    display: none !important;
}

.elementor-widget-html:has([data-video="empty"]) {
    display: none !important;
}

.elementor-widget-html:has(iframe[src=""]),
.elementor-widget-html:has(iframe[src="about:blank"]),
.elementor-widget-html:has(iframe[data-src="placeholder"]) {
    display: none !important;
}

.e-con:has(.video-empty),
.e-con-inner:has(.video-empty) {
    display: none !important;
}


/* ============================================ */
/* === KAYNAKÇA BÖLÜMÜ - EDITORIAL STYLE     === */
/* ============================================ */

.kaynakca-liste {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 32px 0;
    border-top: 2px solid #752E42;
    padding-top: 24px;
}

.kaynak-karti {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(217, 189, 196, 0.5);
    padding: 18px 4px;
    border-radius: 0;
    box-shadow: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: baseline;
    gap: 20px;
    text-decoration: none !important;
    color: inherit !important;
}

.kaynak-karti:last-child {
    border-bottom: none;
}

.kaynak-karti:hover {
    background: rgba(249, 166, 2, 0.05);
    padding-left: 12px;
}

.kaynak-karti:hover .kaynak-baslik {
    color: #752E42;
}

.kaynak-karti:hover .kaynak-ok {
    transform: translateX(6px);
    color: #752E42;
}

.kaynak-numara {
    background: transparent;
    color: #F9A602;
    min-width: 40px;
    height: auto;
    border-radius: 0;
    display: inline-block;
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: 700;
    font-size: 24px;
    flex-shrink: 0;
    line-height: 1;
}

.kaynak-icerik {
    flex: 1;
}

.kaynak-baslik {
    margin: 0 0 4px 0 !important;
    font-size: 15px;
    font-weight: 600;
    color: #752E42;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.kaynak-aciklama {
    margin: 0 !important;
    font-size: 13px;
    color: #6B5F73;
    line-height: 1.6;
}

.kaynak-ok {
    color: #F9A602;
    font-size: 16px;
    font-weight: 600;
    align-self: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.kaynakca-bilgi-notu {
    background: #FDF5F7;
    border: none;
    border-left: 3px solid #F9A602;
    padding: 20px 26px;
    margin: 32px 0 0 0;
    border-radius: 0;
    box-shadow: none;
}

.kaynakca-bilgi-baslik {
    margin: 0 0 8px 0 !important;
    font-size: 11px;
    color: #752E42;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.kaynakca-bilgi-metin {
    margin: 0 !important;
    font-size: 14px;
    line-height: 1.7;
    color: #6B5F73;
    font-style: italic;
}

.kaynakca-bilgi-metin em {
    color: #752E42;
    font-style: normal;
    font-weight: 500;
}

@media (max-width: 600px) {
    .kaynak-karti {
        padding: 14px 4px;
        gap: 14px;
    }
    
    .kaynak-numara {
        font-size: 20px;
        min-width: 32px;
    }
    
    .kaynak-baslik {
        font-size: 14px;
    }
    
    .kaynak-aciklama {
        font-size: 12px;
    }
}


/* ============================================ */
/* === BLOG SSS - EDITORIAL ACCORDION        === */
/* ============================================ */

.blog-sss-liste {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 32px 0;
    border-top: 1px solid #D9BDC4;
}

.blog-sss-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid #D9BDC4;
    border-radius: 0;
    padding: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

.blog-sss-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: transparent;
    transition: background 0.3s ease;
}

.blog-sss-item[open]::before {
    background: #F9A602;
}

.blog-sss-item[open] {
    background: #FDF5F7;
    box-shadow: none;
}

.blog-sss-soru {
    cursor: pointer;
    padding: 20px 24px;
    font-size: 16px;
    font-weight: 600;
    color: #752E42;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    list-style: none;
    transition: all 0.3s ease;
}

.blog-sss-soru::-webkit-details-marker {
    display: none;
}

.blog-sss-soru::before {
    content: counter(sss-counter, upper-roman) ".";
    counter-increment: sss-counter;
    color: #F9A602;
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    margin-right: 14px;
    min-width: 36px;
}

.blog-sss-liste {
    counter-reset: sss-counter;
}

.blog-sss-soru:hover {
    color: #752E42;
    background: rgba(249, 166, 2, 0.04);
}

.blog-sss-icon {
    color: #752E42;
    font-size: 16px;
    font-weight: 400;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    line-height: 1;
    margin-left: auto;
}

.blog-sss-item[open] .blog-sss-icon {
    transform: rotate(180deg);
    color: #F9A602;
}

.blog-sss-cevap {
    padding: 0 24px 22px 74px;
    font-size: 15px;
    line-height: 1.8;
    color: #6B5F73;
    border-top: none;
}

.blog-sss-cevap p {
    margin: 0 0 14px 0;
}

.blog-sss-cevap p:last-child {
    margin-bottom: 0;
}

@media (max-width: 600px) {
    .blog-sss-soru {
        padding: 16px 18px;
        font-size: 14px;
    }
    
    .blog-sss-soru::before {
        font-size: 16px;
        min-width: 28px;
        margin-right: 10px;
    }
    
    .blog-sss-cevap {
        padding: 0 18px 18px 56px;
        font-size: 13px;
    }
}


/* ============================================ */
/* === BLOG KARTLARI - EDITORIAL READ MORE   === */
/* ============================================ */

/* Normal: Underline + Amber Ok */
.elementor-widget-archive-posts .elementor-post__read-more,
.elementor-widget-posts .elementor-post__read-more {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    background: transparent !important;
    color: #752E42 !important;
    padding: 8px 0 6px 0 !important;
    border-radius: 0 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    margin-top: 16px !important;
    border: none !important;
    border-bottom: 1px solid #F9A602 !important;
    position: relative !important;
}

.elementor-widget-archive-posts .elementor-post__read-more::after,
.elementor-widget-posts .elementor-post__read-more::after {
    content: '→' !important;
    display: inline-block !important;
    color: #F9A602 !important;
    font-size: 14px !important;
    transition: transform 0.3s ease !important;
}

/* Hover: Border bordo + Ok kayar */
.elementor-widget-archive-posts .elementor-post__read-more:hover,
.elementor-widget-posts .elementor-post__read-more:hover {
    color: #752E42 !important;
    border-bottom-color: #752E42 !important;
    padding-right: 8px !important;
    transform: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

.elementor-widget-archive-posts .elementor-post__read-more:hover::after,
.elementor-widget-posts .elementor-post__read-more:hover::after {
    transform: translateX(6px) !important;
    color: #752E42 !important;
}
 /* ========================================================== */
/* SONGUL ALEMDAROGLU - TEDAVI MASTER CSS v24 (CUSTOMIZER)   */
/* ========================================================== */
/* WordPress Admin > Görünüm > Özelleştir > Ek CSS           */
/* Sadece body.single-portfolio sayfalarinda calisir         */
/* (Tedavi/portfolio sayfalari - anasayfa ve diğer sayfaları */
/*  ETKİLEMEZ)                                                */
/* ========================================================== */

/* === 0. VARIABLES === */
body.single-portfolio {
    --sa-primary: #752E42;
    --sa-secondary: #D9BDC4;
    --sa-bg: #FDF5F7;
    --sa-bg-soft: #FAF0F2;
    --sa-text: #6B5F73;
    --sa-accent: #F9A602;
    --sa-accent-dark: #B57700;
    --sa-accent-soft: #FFF4D6;
    --sa-white: #FFFFFF;
    --sa-border: rgba(117, 46, 66, 0.12);
}

/* === 1. H2 BASLIKLAR === */
body.single-portfolio h2:not(.harita-bolumu *):not(.kaynakca-listesi *) {
    position: relative;
    color: var(--sa-primary);
    font-family: 'Georgia', serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3;
    margin: 48px 0 24px;
    padding-top: 28px;
    letter-spacing: -0.5px;
}
body.single-portfolio h2:not(.harita-bolumu *):not(.kaynakca-listesi *)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 3px;
    background: var(--sa-accent);
    border-radius: 2px;
}
body.single-portfolio h2:not(.harita-bolumu *):not(.kaynakca-listesi *)::after {
    content: "";
    position: absolute;
    top: -3px;
    left: 56px;
    width: 9px;
    height: 9px;
    background: var(--sa-accent);
    border-radius: 50%;
    box-shadow: 0 0 0 4px var(--sa-accent-soft);
}

/* === 2. H3 BASLIKLAR === */
body.single-portfolio h3:not(.harita-bolumu *):not(.kaynakca-listesi *) {
    position: relative;
    color: var(--sa-primary);
    font-family: 'Georgia', serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    margin: 32px 0 16px;
    padding-left: 28px;
}
body.single-portfolio h3:not(.harita-bolumu *):not(.kaynakca-listesi *)::before {
    content: "\2756";
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--sa-accent);
    font-size: 20px;
}

/* === H4 === */
body.single-portfolio h4:not(.harita-bolumu *):not(.kaynakca-listesi *) {
    color: var(--sa-primary);
    font-family: 'Georgia', serif;
    font-weight: 600;
    font-size: 19px;
    margin: 24px 0 12px;
    padding-left: 16px;
    border-left: 3px solid var(--sa-accent);
}

/* === 3. PARAGRAF === */
body.single-portfolio .elementor-widget-text-editor:not(.kaynakca-listesi) p {
    color: var(--sa-text);
    font-size: 18px;
    line-height: 1.85;
    margin-bottom: 18px;
}

/* === 4. STRONG === */
body.single-portfolio .elementor-widget-text-editor:not(.kaynakca-listesi) strong,
body.single-portfolio .elementor-widget-text-editor:not(.kaynakca-listesi) b {
    color: var(--sa-primary);
    font-weight: 700;
}

/* === 4B. LINKLER === */
body.single-portfolio .elementor-widget-text-editor:not(.kaynakca-listesi) a {
    color: var(--sa-primary);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid var(--sa-accent);
    padding: 0 2px 1px;
    transition: all 0.3s ease;
}
body.single-portfolio .elementor-widget-text-editor:not(.kaynakca-listesi) a:hover {
    color: var(--sa-accent-dark);
    background-color: var(--sa-accent-soft);
    border-bottom-color: var(--sa-accent-dark);
}
body.single-portfolio .elementor-widget-text-editor:not(.kaynakca-listesi) strong a {
    color: var(--sa-primary);
    font-weight: 700;
}

/* === 5. BULLET LISTE === */
body.single-portfolio .elementor-widget-text-editor:not(.kaynakca-listesi) ul {
    list-style: none;
    padding-left: 0;
    margin: 16px 0 24px;
}
body.single-portfolio .elementor-widget-text-editor:not(.kaynakca-listesi) ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 14px;
    color: var(--sa-text);
    font-size: 18px;
    line-height: 1.75;
}
body.single-portfolio .elementor-widget-text-editor:not(.kaynakca-listesi) ul li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    background-color: var(--sa-accent-soft);
    color: var(--sa-accent-dark);
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
    font-weight: 900;
}

/* === NUMARALI LISTE === */
body.single-portfolio .elementor-widget-text-editor:not(.kaynakca-listesi) ol {
    counter-reset: sa-counter;
    list-style: none;
    padding-left: 0;
    margin: 16px 0 24px;
}
body.single-portfolio .elementor-widget-text-editor:not(.kaynakca-listesi) ol li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 16px;
    color: var(--sa-text);
    counter-increment: sa-counter;
    font-size: 18px;
    line-height: 1.75;
}
body.single-portfolio .elementor-widget-text-editor:not(.kaynakca-listesi) ol li::before {
    content: counter(sa-counter, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 0;
    color: var(--sa-accent);
    font-family: 'Georgia', serif;
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
}

/* === 6. SSS ACCORDION === */
body.single-portfolio .e-n-accordion-item-title {
    background: var(--sa-bg) !important;
    border: 1px solid var(--sa-border) !important;
    border-radius: 10px !important;
    padding: 18px 24px !important;
    margin-bottom: 10px !important;
    transition: all 0.3s ease !important;
}
body.single-portfolio .e-n-accordion-item-title:hover {
    background: var(--sa-bg-soft) !important;
    border-color: var(--sa-accent) !important;
    transform: translateX(4px);
}
body.single-portfolio .e-n-accordion-item[open] .e-n-accordion-item-title {
    background: var(--sa-accent) !important;
    border-color: var(--sa-accent-dark) !important;
    color: var(--sa-white) !important;
}
body.single-portfolio .e-n-accordion-item[open] .e-n-accordion-item-title-text {
    color: var(--sa-white) !important;
    font-weight: 700 !important;
}
body.single-portfolio .e-n-accordion-item-content {
    background: var(--sa-bg-soft) !important;
    border-left: 3px solid var(--sa-accent) !important;
    border-radius: 0 10px 10px 10px !important;
    padding: 20px 24px !important;
    margin: 0 0 14px !important;
    color: var(--sa-text) !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
}

/* === 7. SEPARATOR === */
body.single-portfolio .tedavi-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 48px 0;
    gap: 16px;
}
body.single-portfolio .tedavi-separator::before,
body.single-portfolio .tedavi-separator::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: var(--sa-secondary);
    max-width: 120px;
    opacity: 0.6;
}
body.single-portfolio .tedavi-separator-icon {
    color: var(--sa-accent);
    font-size: 14px;
    letter-spacing: 8px;
}

/* === 8. INFO BOX === */
body.single-portfolio .tedavi-info-box {
    background: var(--sa-bg);
    border-left: 4px solid var(--sa-accent);
    border-radius: 8px;
    padding: 24px 28px;
    margin: 32px 0;
    position: relative;
    box-shadow: 0 4px 16px rgba(117, 46, 66, 0.06);
}
body.single-portfolio .tedavi-info-box-title {
    color: var(--sa-primary);
    font-family: 'Georgia', serif;
    font-weight: 700;
    font-size: 17px;
    margin: 4px 0 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

/* === 9. SA-TEDAVI-ICERIK KAPSAYICI BAZLI TEXT EDITOR === */
body.single-portfolio .sa-tedavi-icerik .elementor-element.elementor-widget-text-editor {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

body.single-portfolio .sa-tedavi-icerik .elementor-widget-text-editor p {
    text-align: justify !important;
    text-justify: inter-word !important;
    hyphens: auto !important;
}

/* === 9A. ISTISNA: GIRIS PARAGRAFI (Pudra Kart) === */
body.single-portfolio .sa-tedavi-icerik .elementor-widget-text-editor.sa-tedavi-giris {
    background: var(--sa-bg) !important;
    border-left: 4px solid var(--sa-accent) !important;
    border-radius: 0 12px 12px 0 !important;
    padding: 32px 40px !important;
    margin: 24px 0 32px !important;
    box-shadow: 0 4px 20px rgba(117, 46, 66, 0.08) !important;
}

body.single-portfolio .sa-tedavi-icerik .elementor-widget-text-editor.sa-tedavi-giris p {
    text-align: left !important;
    hyphens: none !important;
    margin-bottom: 16px !important;
}

body.single-portfolio .sa-tedavi-icerik .elementor-widget-text-editor.sa-tedavi-giris p:last-child {
    margin-bottom: 0 !important;
}

/* === 9B. ISTISNA: KAYNAKCA === */
body.single-portfolio .sa-tedavi-icerik .elementor-widget-text-editor.kaynakca-listesi {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.single-portfolio .sa-tedavi-icerik .elementor-widget-text-editor.kaynakca-listesi p {
    text-align: left !important;
    hyphens: none !important;
}

/* === 9C. ISTISNA: SSS ACCORDION ICI === */
body.single-portfolio .sa-tedavi-icerik .e-n-accordion-item-content .elementor-widget-text-editor {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.single-portfolio .sa-tedavi-icerik .e-n-accordion-item-content .elementor-widget-text-editor p {
    text-align: left !important;
    hyphens: none !important;
}

/* === 9D. ISTISNA: sa-tedavi-sss CLASS'LI WIDGET'LAR === */
body.single-portfolio .sa-tedavi-icerik .elementor-widget-text-editor.sa-tedavi-sss {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.single-portfolio .sa-tedavi-icerik .elementor-widget-text-editor.sa-tedavi-sss p {
    text-align: left !important;
    hyphens: none !important;
}

/* === 10. MOBIL RESPONSIVE === */
@media (max-width: 768px) {
    body.single-portfolio h2:not(.harita-bolumu *):not(.kaynakca-listesi *) {
        font-size: 28px;
        margin: 36px 0 18px;
    }
    body.single-portfolio h3:not(.harita-bolumu *):not(.kaynakca-listesi *) {
        font-size: 20px;
        padding-left: 24px;
    }
    body.single-portfolio h3:not(.harita-bolumu *):not(.kaynakca-listesi *)::before {
        font-size: 17px;
    }
    body.single-portfolio h4:not(.harita-bolumu *):not(.kaynakca-listesi *) {
        font-size: 17px;
    }
    body.single-portfolio .elementor-widget-text-editor:not(.kaynakca-listesi) p,
    body.single-portfolio .elementor-widget-text-editor:not(.kaynakca-listesi) ul li,
    body.single-portfolio .elementor-widget-text-editor:not(.kaynakca-listesi) ol li {
        font-size: 16px;
        line-height: 1.75;
    }
    body.single-portfolio .e-n-accordion-item-title {
        padding: 14px 18px !important;
        font-size: 15px !important;
    }
    body.single-portfolio .e-n-accordion-item-content {
        padding: 16px 18px !important;
        font-size: 15px !important;
    }
    body.single-portfolio .sa-tedavi-icerik .elementor-element.elementor-widget-text-editor {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    body.single-portfolio .sa-tedavi-icerik .elementor-widget-text-editor p {
        text-align: left !important;
        hyphens: none !important;
    }
    body.single-portfolio .sa-tedavi-icerik .elementor-widget-text-editor.sa-tedavi-giris {
        padding: 20px 24px !important;
    }
    body.single-portfolio .sa-tedavi-icerik .elementor-widget-text-editor.kaynakca-listesi,
    body.single-portfolio .sa-tedavi-icerik .elementor-widget-text-editor.sa-tedavi-sss,
    body.single-portfolio .sa-tedavi-icerik .e-n-accordion-item-content .elementor-widget-text-editor {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* === 11. RANDEVU FORMU RESET === */
body.single-portfolio #randevu-formu h1,
body.single-portfolio #randevu-formu h2,
body.single-portfolio #randevu-formu h3,
body.single-portfolio #randevu-formu h4,
body.single-portfolio #randevu-formu1 h1,
body.single-portfolio #randevu-formu1 h2,
body.single-portfolio #randevu-formu1 h3,
body.single-portfolio #randevu-formu1 h4 {
    position: static !important;
    padding: 0 !important;
    color: #FFFFFF !important;
    border: none !important;
}
body.single-portfolio #randevu-formu h2::before,
body.single-portfolio #randevu-formu h2::after,
body.single-portfolio #randevu-formu h3::before,
body.single-portfolio #randevu-formu h4::before,
body.single-portfolio #randevu-formu1 h2::before,
body.single-portfolio #randevu-formu1 h2::after,
body.single-portfolio #randevu-formu1 h3::before,
body.single-portfolio #randevu-formu1 h4::before {
    content: none !important;
    display: none !important;
}
body.single-portfolio #randevu-formu p,
body.single-portfolio #randevu-formu1 p {
    color: inherit !important;
}
body.single-portfolio #randevu-formu strong,
body.single-portfolio #randevu-formu1 strong {
    color: inherit !important;
    background: none !important;
    padding: 0 !important;
}
body.single-portfolio #randevu-formu a,
body.single-portfolio #randevu-formu1 a {
    color: inherit !important;
    background: none !important;
    padding: 0 !important;
    text-decoration: none !important;
    border-bottom: none !important;
}
body.single-portfolio #randevu-formu a:hover,
body.single-portfolio #randevu-formu1 a:hover {
    color: var(--sa-accent) !important;
    text-decoration: underline !important;
}
body.single-portfolio #randevu-formu ul li::before,
body.single-portfolio #randevu-formu1 ul li::before {
    content: none !important;
    display: none !important;
}
body.single-portfolio #randevu-formu ul li,
body.single-portfolio #randevu-formu1 ul li {
    padding-left: 0 !important;
    position: static !important;
}

body.single-portfolio #randevu-formu .form-contact-qrcode h1,
body.single-portfolio #randevu-formu .form-contact-qrcode h2,
body.single-portfolio #randevu-formu .form-contact-qrcode h3,
body.single-portfolio #randevu-formu .form-contact-qrcode h4,
body.single-portfolio #randevu-formu .wrap-form h1,
body.single-portfolio #randevu-formu .wrap-form h2,
body.single-portfolio #randevu-formu .wrap-form h3,
body.single-portfolio #randevu-formu .wrap-form h4,
body.single-portfolio #randevu-formu1 .form-contact-qrcode h3,
body.single-portfolio #randevu-formu1 .wrap-form h3 {
    color: #752E42 !important;
    font-weight: 700 !important;
}

/* === 12. FOOTER TEMIZLIK === */
body.single-portfolio footer h2::before,
body.single-portfolio footer h2::after,
body.single-portfolio footer h3::before,
body.single-portfolio footer h4::before,
body.single-portfolio .site-footer h2::before,
body.single-portfolio .site-footer h2::after,
body.single-portfolio .site-footer h3::before,
body.single-portfolio .footer h2::before,
body.single-portfolio .footer h3::before,
body.single-portfolio .elementor-location-footer h2::before,
body.single-portfolio .elementor-location-footer h3::before {
    content: none !important;
    display: none !important;
    background: none !important;
}
body.single-portfolio footer h2,
body.single-portfolio footer h3,
body.single-portfolio footer h4,
body.single-portfolio .site-footer h2,
body.single-portfolio .site-footer h3,
body.single-portfolio .footer h2,
body.single-portfolio .footer h3,
body.single-portfolio .elementor-location-footer h2,
body.single-portfolio .elementor-location-footer h3 {
    position: static !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
    border: none !important;
}
body.single-portfolio footer ul li::before,
body.single-portfolio .site-footer ul li::before,
body.single-portfolio .footer ul li::before {
    content: none !important;
    display: none !important;
}
body.single-portfolio footer ul li,
body.single-portfolio .site-footer ul li,
body.single-portfolio .footer ul li {
    padding-left: 0 !important;
}
body.single-portfolio footer a,
body.single-portfolio .site-footer a,
body.single-portfolio .footer a {
    background: none !important;
    border-bottom: none !important;
    padding: 0 !important;
}

/* === 13. KAYNAKCA === */
body.single-portfolio .kaynakca-listesi a,
body.single-portfolio .kaynakca-listesi a:hover,
body.single-portfolio .kaynakca-listesi a:visited,
body.single-portfolio .kaynakca-listesi a:active,
body.single-portfolio .kaynakca-listesi a:link {
    text-decoration: none !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
}
body.single-portfolio .kaynakca-listesi a *:not([style*="color"]) {
    color: inherit;
}
body.single-portfolio .kaynakca-listesi a {
    transition: opacity 0.2s ease;
    cursor: pointer;
}
body.single-portfolio .kaynakca-listesi a:hover {
    opacity: 0.85;
}/* End custom CSS */