/* ============================================================
   RESPONSIVE-PRO.CSS
   Profesyonel görünüm + %100 mobil uyumlu front-end override
   Yükleme sırası: main.css -> bootstrap-icons -> ... -> responsive-pro.css (EN SON)
   ============================================================ */

/* ---------- 1. HEADER FIX (brand/kategori binişme bug) ---------- */
header:not(.pf-hero) { background: #ffffff; border: none !important; box-shadow: 0 2px 18px rgba(20, 33, 61, 0.06) !important; }
header .container { max-width: 1320px; }
header .navbar { padding-top: 14px; padding-bottom: 14px; }
header .navbar .container-fluid { display: flex !important; flex-wrap: nowrap; align-items: center; gap: 24px; width: 100%; }

header .navbar-brand { width: auto !important; flex: 0 0 auto !important; margin: 0 !important; padding: 0 !important; white-space: nowrap; }
header .navbar-brand:after { content: none !important; }
header .navbar-brand .brand-text-logo { font-family: 'Playfair Display', serif; font-weight: 700; letter-spacing: 0.3px; white-space: nowrap; display: inline-block; }
header .navbar-brand img { max-height: 48px; width: auto; }

header .navbar-collapse { padding-left: 0 !important; min-width: 0; }

@media (min-width: 992px) {
    header .navbar-collapse { flex: 1 1 auto !important; }
    header .header-search-location { margin-left: 0 !important; width: 100% !important; max-width: 620px; height: 50px !important; border-radius: 999px !important; background: #f7f9fc; border: 1px solid #e6ebf2 !important; transition: border-color .18s ease, box-shadow .18s ease; }
    header .header-search-location:focus-within { border-color: var(--primary-color, #2f6f6a) !important; box-shadow: 0 0 0 4px rgba(47, 111, 106, .12); }
    header .header-right-wrap { flex: 0 0 auto; margin-left: auto; }
}

header .header-search-location .b-b-location { min-width: 150px; }
header .header-search-location .dropdown-toggle { font-size: 13px !important; color: #5b6479 !important; font-weight: 500; padding: 6px 10px; }
header .header-search-location .search-term { background: transparent !important; border: none; box-shadow: none; padding: 0 12px; font-size: 14px; height: 100%; }
header .header-search-location .grey-border-left { border-left: 1px solid #e6ebf2; }
header .header-search-location input::placeholder { color: #94a3b8; }
header .header-search-location button.input-group-text { background: transparent !important; border: none !important; padding: 0 14px !important; }

header .header-right-wrap a { color: #1f2a44; text-decoration: none; font-weight: 500; font-size: 14px; display: inline-flex; align-items: center; gap: 6px; }
header .header-right-wrap a:hover { color: var(--primary-color, #2f6f6a); }
header .header-right-wrap .cart-badge { background: #ef4444; color: #fff; width: 18px; height: 18px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 10px !important; font-weight: 700; top: -6px; right: -4px; left: auto; }

/* tablet */
@media (max-width: 1199.98px) {
    header .navbar-brand .brand-text-logo { font-size: 18px !important; }
    header .navbar .container-fluid { gap: 14px; }
    header .header-search-location { max-width: 480px; }
}

/* mobile */
@media (max-width: 991.98px) {
    header .navbar { padding: 10px 0; }
    header .navbar .container-fluid { flex-wrap: nowrap; gap: 10px; }
    header .navbar-brand .brand-text-logo { font-size: 17px !important; }
    header .header-right-wrap { margin-left: auto; gap: 10px; }
    header .header-right-wrap .d-flex { gap: 14px; }
    header .header-right-wrap a { padding: 0 !important; }

    /* mobile slide menu */
    header .navbar-collapse { position: fixed; top: 0; right: -100%; width: 86%; max-width: 360px; height: 100vh; background: #ffffff; padding: 70px 24px 24px !important; box-shadow: -8px 0 24px rgba(0, 0, 0, .12); transition: right .3s ease; z-index: 1050; overflow-y: auto; }
    header .navbar-collapse.show { right: 0; }
    header .navbar-collapse .nav-link { color: #1f2a44 !important; padding: 14px 0 !important; border-bottom: 1px solid #f1f5f9; font-size: 15px; font-weight: 500; }
    header .navbar-collapse .header-search-location { display: flex !important; width: 100% !important; max-width: 100% !important; margin: 0 0 16px 0 !important; height: 46px !important; border: 1px solid #e6ebf2 !important; background: #f7f9fc; border-radius: 999px !important; }

    /* hamburger button styling */
    #nav-icon2 { position: relative; z-index: 1100; width: 28px; height: 22px; cursor: pointer; }
}

@media (max-width: 575.98px) {
    header .navbar-brand .brand-text-logo { font-size: 15px !important; }
    header .header-right-wrap a span { display: none !important; }
}

/* ---------- 2. MOBILE SECONDARY SEARCH (üst search bar - mobile) ---------- */
section .banner-box .b-b-search { background: #ffffff; border-radius: 999px; padding: 6px 12px; box-shadow: 0 2px 12px rgba(20, 33, 61, .06); margin: 12px; }
section .banner-box .b-b-search input { border: none; box-shadow: none; font-size: 14px; }

/* ---------- 3. PAGE CONTAINER & TYPOGRAPHY ---------- */
body { font-family: 'Sora', sans-serif; color: #1f2a44; line-height: 1.6; }
h1, h2, h3, h4, h5, h6 { font-family: 'Playfair Display', serif; color: #14213d; letter-spacing: .2px; }
.container, .container-fluid { padding-left: 16px; padding-right: 16px; }
@media (min-width: 1200px) { .container { max-width: 1280px; } }

/* main content wrapper professional spacing */
section.padding { padding: 48px 0; }
@media (max-width: 767.98px) { section.padding { padding: 28px 0; } }

/* ---------- 4. SERVICE / CATEGORY / DEAL CARDS ---------- */
.service-wrap, .deal-wrap, .categories, .customer-feedback-wrap { background: #ffffff; border-radius: 18px; border: 1px solid rgba(20, 33, 61, .06); box-shadow: 0 4px 18px rgba(20, 33, 61, .04); padding: 16px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; overflow: hidden; }
.service-wrap:hover, .deal-wrap:hover, .categories:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(20, 33, 61, .12); border-color: rgba(47, 111, 106, .25); }

.service-wrap img, .deal-wrap img { border-radius: 14px; width: 100%; height: 160px; object-fit: cover; background: #f1f5f9; }
@media (max-width: 575.98px) { .service-wrap img, .deal-wrap img { height: 140px; } }

.service-wrap .service-content, .deal-wrap .deal-content { padding: 12px 4px 4px; }
.service-wrap h6, .deal-wrap h6 { font-family: 'Playfair Display', serif; font-weight: 600; font-size: 17px; margin-bottom: 6px; color: #14213d; }
.service-wrap p, .deal-wrap p { font-size: 13px; color: #5b6479; margin-bottom: 8px; }
.service-wrap .price, .deal-wrap .price { font-weight: 700; color: var(--primary-color, #2f6f6a); font-size: 16px; }
.service-wrap .duration, .deal-wrap .duration { color: #94a3b8; font-size: 12px; }

/* CART/HİZMETLERİM SIDEBAR */
.checkout, .cart-detail, .booking-detail { background: #ffffff; border-radius: 20px; border: 1px solid rgba(20, 33, 61, .06); box-shadow: 0 6px 22px rgba(20, 33, 61, .05); padding: 22px; }
.checkout h4, .cart-detail h4, .booking-detail h4 { font-size: 18px; font-weight: 700; color: #14213d; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 2px solid var(--primary-color, #2f6f6a); display: inline-block; }
.checkout .total-amount, .cart-detail .total-amount { color: var(--primary-color, #2f6f6a); font-size: 22px; font-weight: 700; }

/* ---------- 5. BUTTONS ---------- */
.primary-btn, .btn-primary, .btn.btn-primary { background: var(--primary-color, #2f6f6a) !important; color: #ffffff !important; border-radius: 999px !important; padding: 10px 24px !important; font-weight: 600; border: none !important; transition: transform .2s ease, box-shadow .2s ease; box-shadow: 0 4px 12px rgba(47, 111, 106, .25); height: auto !important; min-height: 44px; }
.primary-btn:hover, .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(47, 111, 106, .3); }
.secondary-btn, .btn-secondary { background: var(--secondary-color, #f59e0b) !important; color: #ffffff !important; border-radius: 999px !important; padding: 10px 24px !important; font-weight: 600; border: none !important; min-height: 44px; }
.outline-btn { background: transparent !important; color: var(--primary-color, #2f6f6a) !important; border: 2px solid var(--primary-color, #2f6f6a) !important; border-radius: 999px !important; padding: 8px 22px !important; font-weight: 600; min-height: 44px; }
.outline-btn:hover { background: var(--primary-color, #2f6f6a) !important; color: #ffffff !important; }
.ekle-btn, button.btn[class*="Ekle"] { background: #14213d !important; color: #fff !important; border-radius: 999px !important; padding: 8px 20px !important; min-height: 40px; }

/* ---------- 6. FILTER / CATEGORY DROPDOWN (sol filtre) ---------- */
.filter-dropdown, select.form-control { background: #ffffff; border: 1px solid #e6ebf2 !important; border-radius: 12px !important; padding: 10px 14px !important; font-size: 14px; color: #1f2a44; height: auto !important; min-height: 44px; }
.filter-dropdown:focus, select.form-control:focus { border-color: var(--primary-color, #2f6f6a) !important; box-shadow: 0 0 0 3px rgba(47, 111, 106, .1); }

/* ---------- 7. FORM INPUTS ---------- */
input.form-control, textarea.form-control { border: 1px solid #e6ebf2 !important; border-radius: 12px !important; padding: 10px 14px !important; font-size: 14px; min-height: 44px; transition: border-color .18s ease, box-shadow .18s ease; }
input.form-control:focus, textarea.form-control:focus { border-color: var(--primary-color, #2f6f6a) !important; box-shadow: 0 0 0 3px rgba(47, 111, 106, .1) !important; }

/* ---------- 8. PAGE HEADER (Seanslar başlığı vb) ---------- */
.page-title, h2.page-title, .section-title { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 700; color: #14213d; position: relative; padding-bottom: 12px; margin-bottom: 24px; }
.page-title:after, h2.page-title:after, .section-title:after { content: ""; position: absolute; left: 0; bottom: 0; width: 56px; height: 3px; background: linear-gradient(90deg, var(--primary-color, #2f6f6a), var(--secondary-color, #f59e0b)); border-radius: 999px; }
@media (max-width: 575.98px) { .page-title, h2.page-title, .section-title { font-size: 22px; } }

/* ---------- 9. FOOTER ---------- */
footer { background: #14213d !important; color: #cbd5e1; padding: 48px 0 24px; }
footer h5, footer h6 { color: #ffffff; font-weight: 600; margin-bottom: 16px; }
footer a { color: #cbd5e1 !important; text-decoration: none; transition: color .2s ease; }
footer a:hover { color: var(--secondary-color, #f59e0b) !important; }
footer .copyright { border-top: 1px solid rgba(255, 255, 255, .08); padding-top: 20px; margin-top: 32px; color: #94a3b8; font-size: 13px; }

/* ---------- 10. RESPONSIVE GRID UTILITIES ---------- */
@media (max-width: 575.98px) {
    .row { margin-left: -8px; margin-right: -8px; }
    .row > [class*="col-"] { padding-left: 8px; padding-right: 8px; }
    .px-3, .px-md-3 { padding-left: 12px !important; padding-right: 12px !important; }
}

/* mobile: tek sütun zorla küçük cihazlarda */
@media (max-width: 575.98px) {
    .col-mobile-full { flex: 0 0 100% !important; max-width: 100% !important; }
}

/* ---------- 11. BANNER / HERO SECTION ---------- */
.banner-box, .hero-section { background: linear-gradient(135deg, rgba(47, 111, 106, .06), rgba(245, 158, 11, .04)); border-radius: 24px; padding: 48px 32px; margin-bottom: 24px; }
@media (max-width: 767.98px) { .banner-box, .hero-section { padding: 24px 16px; border-radius: 16px; } }

/* ---------- 12. MISC POLISH ---------- */
a { transition: color .2s ease; }
img { max-width: 100%; height: auto; }
.dropdown-menu { border: 1px solid rgba(20, 33, 61, .08); border-radius: 12px; box-shadow: 0 10px 30px rgba(20, 33, 61, .08); padding: 8px; }
.dropdown-item { border-radius: 8px; padding: 8px 12px; font-size: 14px; }
.dropdown-item:hover { background: rgba(47, 111, 106, .08); color: var(--primary-color, #2f6f6a); }

/* mobile: footer kompakt */
@media (max-width: 767.98px) {
    footer { padding: 32px 0 16px; text-align: center; }
    footer .col-md-3, footer .col-md-4 { margin-bottom: 24px; }
}

/* mobile: text overflow protection */
* { word-wrap: break-word; -webkit-overflow-scrolling: touch; }

/* mobile: no horizontal scroll */
html, body { overflow-x: hidden; max-width: 100vw; }

/* select2 fix for our new design */
.select2-container--default .select2-selection--single { height: 44px !important; border: 1px solid #e6ebf2 !important; border-radius: 12px !important; padding: 6px 10px !important; }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 30px !important; }

/* Loading spinner / placeholder cards */
.no-image-placeholder, .service-wrap img[src*="no-image"], .service-wrap img[alt*="no image"] { background: #f1f5f9 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2394a3b8'><path d='M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zM8.5 13.5l2.5 3.01L14.5 12l4.5 6H5l3.5-4.5z'/></svg>") center / 64px no-repeat; }

/* ---------- 13. BRAND/LOGO ESKİ terapininbizcesi İZLERİNİ KAPAT (yeni .pf-brand korunur) ---------- */
.brand-text-logo,
/* theme-1 (legacy) header logo + diagonal magenta banner kill */
.topbar .logo,
.topbar .logo a,
.topbar .logo img,
nav.topbar .col-lg-5 .logo,
.topbar:before,
.topbar:after,
header:before { display: none !important; visibility: hidden !important; width: 0 !important; height: 0 !important; }

/* theme-1 topbar arka planını temiz beyaz yap (magenta banner kaldır) */
nav.topbar { background: #ffffff !important; }
nav.topbar:before, nav.topbar:after { content: none !important; background: none !important; }
nav.topbar .col-lg-5, nav.topbar .col-md-3 { display: none !important; }
nav.topbar .col-lg-7, nav.topbar .col-md-9 { flex: 0 0 100% !important; max-width: 100% !important; }

/* ---------- 14. FOOTER PRO FIX (koyu zeminde okunabilir + ikonlar görünür) ---------- */
footer.bg-secondary { background: #14213d !important; color: #cbd5e1 !important; padding: 56px 0 24px !important; }
footer.bg-secondary .footer-wrap ul li,
footer.bg-secondary .footer-wrap ul li a,
footer.bg-secondary .footer-wrap a,
footer.bg-secondary .footer-bottom p,
footer.bg-secondary .footer-bottom { color: #cbd5e1 !important; font-size: 14px; line-height: 1.9; text-decoration: none; }
footer.bg-secondary .footer-wrap a:hover { color: var(--secondary-color, #f59e0b) !important; }
footer.bg-secondary .text-primary,
footer.bg-secondary .text-uppercase.f-14.text-primary,
footer.bg-secondary li.text-uppercase { color: #ffffff !important; font-family: 'Playfair Display', serif; font-size: 15px !important; font-weight: 700 !important; letter-spacing: .5px; margin-bottom: 16px !important; opacity: 1 !important; }
footer.bg-secondary .footer-wrap svg,
footer.bg-secondary .footer-wrap .bi,
footer.bg-secondary li svg { color: var(--secondary-color, #f59e0b) !important; fill: var(--secondary-color, #f59e0b) !important; vertical-align: middle; margin-right: 6px; width: 16px !important; height: 16px !important; }
footer.bg-secondary .social-icons { display: flex; gap: 10px; margin-top: 12px; }
footer.bg-secondary .social-icons a { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.08); color: #ffffff !important; transition: background .2s ease, transform .2s ease; margin: 0 !important; }
footer.bg-secondary .social-icons a:hover { background: var(--secondary-color, #f59e0b); transform: translateY(-2px); }
footer.bg-secondary .social-icons a i { font-size: 18px; line-height: 1; color: inherit !important; }
footer.bg-secondary hr.footer-line { border-color: rgba(255,255,255,.1) !important; opacity: 1; margin: 24px 0 !important; }
footer.bg-secondary .footer-bottom { padding-top: 12px !important; }
footer.bg-secondary .footer-bottom .text-grey,
footer.bg-secondary .footer-bottom p { color: #94a3b8 !important; font-size: 12px !important; margin-bottom: 0; }
footer.bg-secondary .footer-bottom svg { color: var(--secondary-color, #f59e0b) !important; fill: var(--secondary-color, #f59e0b) !important; margin-right: 8px; }
footer.bg-secondary .footer-bottom .js-select2 + .select2-container .select2-selection,
footer.bg-secondary .footer-bottom select { background: rgba(255,255,255,.06) !important; border: 1px solid rgba(255,255,255,.12) !important; color: #ffffff !important; border-radius: 999px !important; height: 36px !important; min-height: 36px !important; padding: 4px 14px !important; font-size: 13px !important; }
footer.bg-secondary .footer-bottom .select2-selection__rendered { color: #ffffff !important; line-height: 26px !important; }
footer.bg-secondary .footer-bottom .select2-selection__arrow b { border-color: #ffffff transparent transparent transparent !important; }

@media (max-width: 767.98px) {
    footer.bg-secondary { padding: 36px 0 20px !important; text-align: center; }
    footer.bg-secondary .footer-wrap { align-items: center !important; }
    footer.bg-secondary .footer-wrap ul { padding-left: 0; }
    footer.bg-secondary .social-icons { justify-content: center; }
    footer.bg-secondary .footer-bottom .col-4, footer.bg-secondary .footer-bottom .col-8 { flex: 0 0 100%; max-width: 100%; text-align: center; justify-content: center !important; margin-bottom: 10px; }
}

/* ---------- 15. THEME-1 (LEGACY) FOOTER PRO FIX ---------- */
footer.footer { background: #14213d !important; color: #cbd5e1 !important; padding: 56px 0 0 !important; }
footer.footer .footer-top { padding: 0 0 32px !important; }
footer.footer .container { max-width: 1280px; }
footer.footer .company-details { text-align: center; }
footer.footer .company-details .border-bottom { border-bottom: 1px solid rgba(255,255,255,.1) !important; }
footer.footer .f-content { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 12px; }
footer.footer .f-content i.fa { color: var(--secondary-color, #f59e0b) !important; font-size: 28px !important; width: 56px; height: 56px; background: rgba(245,158,11,.12); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin: 0 auto 6px; }
footer.footer .f-content p, footer.footer .f-content a, footer.footer .f-content span { color: #e2e8f0 !important; font-size: 14px !important; margin: 0 !important; line-height: 1.6; text-decoration: none; word-break: break-word; }
footer.footer .f-content a:hover { color: var(--secondary-color, #f59e0b) !important; }
footer.footer .quick-link { color: #cbd5e1 !important; }
footer.footer .quick-link a { color: #cbd5e1 !important; text-decoration: none; font-size: 14px; padding: 4px 10px; transition: color .2s ease; }
footer.footer .quick-link a:hover { color: var(--secondary-color, #f59e0b) !important; }
footer.footer .footer-bottom { background: rgba(0,0,0,.18) !important; padding: 14px 0 !important; margin-top: 12px; border-top: 1px solid rgba(255,255,255,.08); }
footer.footer .footer-bottom, footer.footer .footer-bottom p, footer.footer .footer-bottom * { color: #94a3b8 !important; font-size: 12px !important; margin: 0 !important; text-align: center; }
footer.footer .footer-bottom a { color: #cbd5e1 !important; text-decoration: none; }
footer.footer .social-icons, footer.footer .social, footer.footer .social-link { display: flex; gap: 10px; justify-content: center; margin-top: 14px; flex-wrap: wrap; }
footer.footer .social-icons a, footer.footer .social a, footer.footer .social-link a { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.08); color: #ffffff !important; transition: background .2s ease, transform .2s ease; }
footer.footer .social-icons a:hover, footer.footer .social a:hover, footer.footer .social-link a:hover { background: var(--secondary-color, #f59e0b); transform: translateY(-2px); }
footer.footer .social-icons a i, footer.footer .social a i, footer.footer .social-link a i { color: inherit !important; font-size: 16px; }

@media (max-width: 767.98px) {
    footer.footer { padding: 36px 0 0 !important; }
    footer.footer .f-content i.fa { font-size: 22px !important; width: 46px; height: 46px; }
    footer.footer .quick-link { justify-content: center !important; }
}

/* ---------- 16. STANDARD STATIC PAGE (/blog, /about, etc.) — UNIFIED ---------- */
.pf-page { padding: 0 0 80px; background: transparent; }
.pf-page .pf-hero { position: relative; padding: 88px 0 64px; margin-bottom: 48px; background: linear-gradient(135deg, var(--primary-color, #2f6f6a) 0%, var(--dark-primary-color, #234f4b) 100%); color: #ffffff; overflow: hidden; }
.pf-page .pf-hero:before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 85% 15%, rgba(255,255,255,.18), transparent 45%), radial-gradient(circle at 10% 90%, rgba(0,0,0,.18), transparent 50%); pointer-events: none; }
.pf-page .pf-hero .container { position: relative; z-index: 1; }
.pf-page .pf-hero .pf-breadcrumb { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,.85); margin-bottom: 14px; }
.pf-page .pf-hero .pf-breadcrumb a { color: rgba(255,255,255,.85); text-decoration: none; transition: color .2s ease; }
.pf-page .pf-hero .pf-breadcrumb a:hover { color: var(--secondary-color, #f59e0b); }
.pf-page .pf-hero .pf-breadcrumb i { font-size: 11px; opacity: .7; }
.pf-page .pf-hero h1 { font-family: 'Playfair Display', serif; font-size: 42px; font-weight: 700; color: #ffffff; margin: 0 0 10px; letter-spacing: .3px; }
.pf-page .pf-hero .pf-subtitle { font-size: 16px; color: rgba(255,255,255,.88); max-width: 640px; margin: 0; line-height: 1.7; }
.pf-page .pf-hero:after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 32px; background: #ffffff; border-radius: 32px 32px 0 0 / 32px 32px 0 0; }

.pf-page .pf-hero .pf-hero-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.pf-page .pf-hero .pf-hero-chip { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.92); font-size: 12.5px; font-weight: 500; padding: 6px 14px; border-radius: 999px; backdrop-filter: blur(4px); }

.pf-page .pf-wrap { max-width: 1180px; margin: 0 auto; padding: 0 16px; }
.pf-page .pf-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 28px; align-items: start; }
.pf-page .pf-card { background: #ffffff; border-radius: 18px; box-shadow: 0 18px 44px rgba(20, 33, 61, 0.08); border: 1px solid rgba(20, 33, 61, 0.06); padding: 40px 44px; min-width: 0; }
.pf-page .pf-card .pf-image { float: right; max-width: 360px; margin: 0 0 18px 28px; border-radius: 14px; overflow: hidden; box-shadow: 0 12px 28px rgba(20, 33, 61, 0.12); }
.pf-page .pf-card .pf-image img { display: block; width: 100%; height: auto; }

.pf-page .pf-content { font-family: 'Sora', sans-serif; font-size: 16px; line-height: 1.85; color: #2d3748; }
.pf-page .pf-content h1, .pf-page .pf-content h2, .pf-page .pf-content h3, .pf-page .pf-content h4, .pf-page .pf-content h5, .pf-page .pf-content h6 { font-family: 'Playfair Display', serif; color: #14213d; margin: 28px 0 14px; line-height: 1.3; }
.pf-page .pf-content h1 { font-size: 30px; }
.pf-page .pf-content h2 { font-size: 26px; }
.pf-page .pf-content h3 { font-size: 22px; }
.pf-page .pf-content h4 { font-size: 19px; }
.pf-page .pf-content p { margin: 0 0 16px; }
.pf-page .pf-content a { color: var(--primary-color, #2f6f6a); text-decoration: none; border-bottom: 1px dashed rgba(47,111,106,.4); transition: color .2s ease, border-color .2s ease; }
.pf-page .pf-content a:hover { color: var(--secondary-color, #f59e0b); border-bottom-color: var(--secondary-color, #f59e0b); }
.pf-page .pf-content ul, .pf-page .pf-content ol { padding-left: 22px; margin: 0 0 18px; }
.pf-page .pf-content li { margin-bottom: 8px; }
.pf-page .pf-content ul li::marker { color: var(--primary-color, #2f6f6a); }
.pf-page .pf-content blockquote { border-left: 4px solid var(--primary-color, #2f6f6a); background: rgba(47,111,106,.06); padding: 14px 20px; margin: 18px 0; border-radius: 0 10px 10px 0; font-style: italic; color: #4a5568; }
.pf-page .pf-content img { max-width: 100%; height: auto; border-radius: 12px; margin: 14px 0; box-shadow: 0 8px 20px rgba(20, 33, 61, 0.08); }
.pf-page .pf-content table { width: 100%; border-collapse: collapse; margin: 18px 0; border-radius: 10px; overflow: hidden; }
.pf-page .pf-content table th, .pf-page .pf-content table td { padding: 12px 14px; border: 1px solid #e2e8f0; text-align: left; }
.pf-page .pf-content table th { background: var(--primary-color, #2f6f6a); color: #ffffff; font-weight: 600; }
.pf-page .pf-content table tr:nth-child(even) td { background: rgba(47,111,106,.04); }
.pf-page .pf-content code { background: #f1f5f9; color: #c026d3; padding: 2px 6px; border-radius: 4px; font-size: 14px; }
.pf-page .pf-content hr { border: 0; border-top: 1px solid #e2e8f0; margin: 24px 0; }

.pf-page .pf-contact { margin-top: 36px; padding-top: 32px; border-top: 1px solid #e2e8f0; }
.pf-page .pf-contact h3 { font-family: 'Playfair Display', serif; font-size: 22px; color: #14213d; margin: 0 0 6px; }
.pf-page .pf-contact .pf-contact-sub { color: #6b7280; font-size: 14px; margin-bottom: 22px; }
.pf-page .pf-contact .form-control { border-radius: 10px; border: 1px solid #e2e8f0; padding: 12px 16px; font-size: 14px; transition: border-color .2s ease, box-shadow .2s ease; }
.pf-page .pf-contact .form-control:focus { border-color: var(--primary-color, #2f6f6a); box-shadow: 0 0 0 3px rgba(47,111,106,.1); outline: none; }
.pf-page .pf-contact label { font-weight: 600; color: #14213d; font-size: 13px; margin-bottom: 6px; display: block; }
.pf-page .pf-contact textarea.form-control { min-height: 130px; resize: vertical; }
.pf-page .pf-contact .pf-submit { background: linear-gradient(135deg, var(--primary-color, #2f6f6a), var(--dark-primary-color, #234f4b)) !important; color: #ffffff !important; border: none !important; border-radius: 999px !important; padding: 12px 32px !important; font-weight: 600; font-size: 14px; min-height: 46px; box-shadow: 0 6px 18px rgba(47,111,106,.3); transition: transform .2s ease, box-shadow .2s ease; }
.pf-page .pf-contact .pf-submit:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(47,111,106,.4); }

/* --- Sayfa yan paneli --- */
.pf-page .pf-aside { position: sticky; top: 96px; display: flex; flex-direction: column; gap: 20px; }
.pf-page .pf-aside-card { background: #ffffff; border-radius: 16px; border: 1px solid rgba(20, 33, 61, 0.06); box-shadow: 0 10px 28px rgba(20, 33, 61, 0.06); padding: 24px; }
.pf-page .pf-aside-title { font-family: 'Playfair Display', serif; font-size: 17px; color: #14213d; margin: 0 0 14px; padding-bottom: 10px; border-bottom: 2px solid rgba(47,111,106,.12); }
.pf-page .pf-aside-links li { margin: 0; }
.pf-page .pf-aside-links a { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 10px 12px; border-radius: 10px; color: #4a5568; font-size: 14px; font-weight: 500; text-decoration: none; border-bottom: none; transition: background .2s ease, color .2s ease, padding-left .2s ease; }
.pf-page .pf-aside-links a svg { opacity: 0; transform: translateX(-4px); transition: opacity .2s ease, transform .2s ease; flex: 0 0 auto; }
.pf-page .pf-aside-links a:hover { background: rgba(47,111,106,.07); color: var(--primary-color, #2f6f6a); padding-left: 16px; }
.pf-page .pf-aside-links a:hover svg, .pf-page .pf-aside-links a.active svg { opacity: 1; transform: translateX(0); }
.pf-page .pf-aside-links a.active { background: linear-gradient(135deg, var(--primary-color, #2f6f6a), var(--dark-primary-color, #234f4b)); color: #ffffff; }
.pf-page .pf-aside-cta { background: linear-gradient(135deg, var(--primary-color, #2f6f6a), var(--dark-primary-color, #234f4b)); border: none; color: #ffffff; text-align: center; }
.pf-page .pf-aside-cta h4 { font-family: 'Playfair Display', serif; font-size: 19px; color: #ffffff; margin: 0 0 8px; }
.pf-page .pf-aside-cta p { font-size: 13.5px; color: rgba(255,255,255,.85); line-height: 1.65; margin: 0 0 18px; }
.pf-page .pf-aside-btn { display: inline-flex; align-items: center; gap: 8px; background: #ffffff; color: var(--primary-color, #2f6f6a); font-weight: 700; font-size: 14px; padding: 11px 26px; border-radius: 999px; text-decoration: none; border-bottom: none; box-shadow: 0 8px 20px rgba(0,0,0,.18); transition: transform .2s ease, box-shadow .2s ease; }
.pf-page .pf-aside-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(0,0,0,.24); color: var(--dark-primary-color, #234f4b); }
.pf-page .pf-aside-contact li { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.pf-page .pf-aside-contact li:last-child { margin-bottom: 0; }
.pf-page .pf-aside-contact .pf-ico { width: 32px; height: 32px; flex: 0 0 32px; display: inline-flex; align-items: center; justify-content: center; background: rgba(47,111,106,.1); color: var(--primary-color, #2f6f6a); border-radius: 9px; }
.pf-page .pf-aside-contact a { color: #4a5568; font-size: 13.5px; text-decoration: none; border-bottom: none; word-break: break-all; }
.pf-page .pf-aside-contact a:hover { color: var(--primary-color, #2f6f6a); }
@media (max-width: 991.98px) {
    .pf-page .pf-layout { grid-template-columns: 1fr; }
    .pf-page .pf-aside { position: static; }
}

@media (max-width: 991.98px) {
    .pf-page .pf-hero { padding: 64px 0 50px; }
    .pf-page .pf-hero h1 { font-size: 32px; }
    .pf-page .pf-card { padding: 30px 26px; }
    .pf-page .pf-card .pf-image { float: none; max-width: 100%; margin: 0 0 22px 0; }
}
@media (max-width: 575.98px) {
    .pf-page { padding-bottom: 50px; }
    .pf-page .pf-hero { padding: 50px 0 40px; margin-bottom: 32px; }
    .pf-page .pf-hero h1 { font-size: 26px; }
    .pf-page .pf-hero .pf-subtitle { font-size: 14px; }
    .pf-page .pf-card { padding: 22px 18px; border-radius: 14px; }
    .pf-page .pf-content { font-size: 15px; line-height: 1.75; }
}

/* ---------- 17. HIDE LOCATION SELECTOR EVERYWHERE ---------- */
/* Theme-1 legacy header: "Konumunuz" label + dropdown */
header .head-contact-right .location-search,
header .head-contact-right li.location-search,
header .location-dropdown,
header #scrollable-dropdown-menu { display: none !important; }

/* Booking/cart near-me + current-location button */
.btn-nearme,
#currentLocation,
.current-location { display: none !important; }

/* ---------- 18. UNIFIED PROFESSIONAL FOOTER (.pf-footer) � both themes ---------- */
.pf-footer { background: #14213d; color: #cbd5e1; margin-top: 60px; font-family: 'Sora', sans-serif; }
.pf-footer * { box-sizing: border-box; }
.pf-footer .pf-footer-top { padding: 56px 0 36px; position: relative; }
.pf-footer .pf-footer-top:before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--primary-color, #2f6f6a) 0%, var(--secondary-color, #f59e0b) 100%); }
.pf-footer .container { max-width: 1280px; }

.pf-footer .pf-footer-logo { max-height: 56px; width: auto; margin-bottom: 18px; background: #ffffff; padding: 8px 14px; border-radius: 12px; display: inline-block; }
.pf-footer .pf-footer-title { font-family: 'Playfair Display', serif; color: #ffffff; font-size: 22px; font-weight: 700; margin: 0 0 14px; }
.pf-footer .pf-footer-tagline { color: #94a3b8; font-size: 14px; line-height: 1.7; margin: 0 0 20px; max-width: 320px; }

.pf-footer .pf-footer-social { display: flex; gap: 10px; flex-wrap: wrap; }
.pf-footer .pf-social { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.08); color: #ffffff; transition: background .25s ease, transform .2s ease, color .2s ease; text-decoration: none; }
.pf-footer .pf-social:hover { background: var(--secondary-color, #f59e0b); color: #ffffff; transform: translateY(-2px); }
.pf-footer .pf-social svg { width: 16px; height: 16px; fill: currentColor; }

.pf-footer .pf-footer-heading { font-family: 'Playfair Display', serif; color: #ffffff; font-size: 15px; font-weight: 700; letter-spacing: .4px; text-transform: uppercase; margin: 0 0 18px; padding-bottom: 10px; border-bottom: 2px solid rgba(255,255,255,.08); position: relative; }
.pf-footer .pf-footer-heading:after { content: ""; position: absolute; left: 0; bottom: -2px; width: 36px; height: 2px; background: var(--secondary-color, #f59e0b); }

.pf-footer .pf-footer-links { list-style: none; padding: 0; margin: 0; }
.pf-footer .pf-footer-links li { margin-bottom: 10px; }
.pf-footer .pf-footer-links a { color: #cbd5e1; font-size: 14px; text-decoration: none; transition: color .2s ease, padding-left .2s ease; display: inline-block; }
.pf-footer .pf-footer-links a:hover { color: var(--secondary-color, #f59e0b); padding-left: 4px; }

.pf-footer .pf-footer-contact { list-style: none; padding: 0; margin: 0 0 22px; }
.pf-footer .pf-footer-contact li { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 12px; font-size: 14px; line-height: 1.6; color: #cbd5e1; }
.pf-footer .pf-footer-contact .pf-icon { flex: 0 0 32px; width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; background: rgba(245,158,11,.12); color: var(--secondary-color, #f59e0b); }
.pf-footer .pf-footer-contact .pf-icon svg { fill: currentColor; }
.pf-footer .pf-footer-contact a { color: #cbd5e1; text-decoration: none; transition: color .2s ease; word-break: break-word; }
.pf-footer .pf-footer-contact a:hover { color: var(--secondary-color, #f59e0b); }
.pf-footer .pf-footer-contact .pf-address { color: #94a3b8; font-size: 13px; }
.pf-footer .pf-footer-contact .pf-address p, .pf-footer .pf-footer-contact .pf-address br + * { margin: 0; }

.pf-footer .pf-footer-lang { margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.06); }
.pf-footer .pf-footer-sublabel { display: block; font-size: 12px; color: #94a3b8; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 8px; font-weight: 600; }
.pf-footer .pf-lang-select { background: rgba(255,255,255,.06) !important; border: 1px solid rgba(255,255,255,.12) !important; color: #ffffff !important; border-radius: 999px !important; padding: 8px 16px !important; font-size: 13px; min-width: 160px; height: 40px; }
.pf-footer .select2-container .select2-selection--single { background: rgba(255,255,255,.06) !important; border: 1px solid rgba(255,255,255,.12) !important; color: #ffffff !important; border-radius: 999px !important; height: 40px !important; min-height: 40px !important; padding: 4px 14px !important; }
.pf-footer .select2-container .select2-selection__rendered { color: #ffffff !important; line-height: 30px !important; }
.pf-footer .select2-container .select2-selection__arrow b { border-color: #ffffff transparent transparent transparent !important; }

.pf-footer .pf-footer-bottom { background: rgba(0,0,0,.25); border-top: 1px solid rgba(255,255,255,.06); padding: 18px 0; }
.pf-footer .pf-footer-bottom-wrap { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 12px; }
.pf-footer .pf-copyright { color: #94a3b8; font-size: 13px; margin: 0; text-align: center; }
.pf-footer .pf-copyright span { color: #cbd5e1; }

@media (max-width: 991.98px) {
    .pf-footer .pf-footer-top { padding: 44px 0 28px; }
    .pf-footer .pf-footer-heading { margin-bottom: 14px; }
    .pf-footer .pf-footer-tagline { max-width: 100%; }
}
@media (max-width: 575.98px) {
    .pf-footer { margin-top: 40px; }
    .pf-footer .pf-footer-top { padding: 36px 0 20px; text-align: left; }
    .pf-footer .pf-footer-logo { max-height: 40px; }
    .pf-footer .pf-footer-contact li { font-size: 13px; }
    .pf-footer .pf-footer-bottom { padding: 14px 0; }
    .pf-footer .pf-copyright { font-size: 12px; }
}


/* ---------- 19. UNIFIED HEADER + PROFESYONEL MENÜ (.pf-brand, .pf-main-nav) ---------- */
header:not(.pf-hero) { background: #ffffff !important; box-shadow: 0 2px 12px rgba(15,23,42,0.06); position: relative; z-index: 50; }
header .navbar { padding-top: 14px !important; padding-bottom: 14px !important; }

/* Brand / Logo */
.pf-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; padding: 0 !important; margin: 0 !important; }
.pf-brand-logo { max-height: 48px; width: auto; display: block; object-fit: contain; }
@media (max-width: 991px) { .pf-brand-logo { max-height: 40px; } }

/* Main navigation */
.pf-main-nav { gap: 2px; align-items: center; }
.pf-main-nav .nav-item { list-style: none; }
.pf-main-nav .nav-link {
    color: #14213d !important;
    font-weight: 600;
    font-size: 13.5px;
    white-space: nowrap;
    padding: 8px 12px !important;
    border-radius: 999px;
    position: relative;
    transition: color .2s ease, background-color .2s ease;
}
.pf-main-nav .nav-link:hover,
.pf-main-nav .nav-link:focus,
.pf-main-nav .nav-link.active {
    color: var(--primary-color) !important;
    background: rgba(15, 23, 42, 0.04);
}
.pf-main-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 12px; right: 12px; bottom: 4px;
    height: 2px;
    background: var(--secondary-color, var(--primary-color));
    border-radius: 2px;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .25s ease;
}
.pf-main-nav .nav-link:hover::after,
.pf-main-nav .nav-link.active::after { transform: scaleX(1); }

/* Inline header search (inner pages) */
.pf-header-search {
    display: flex;
    align-items: center;
    background: #f5f7fb;
    border: 1px solid #e6ebf2;
    border-radius: 999px;
    padding: 4px 4px 4px 16px;
    min-width: 260px;
    max-width: 320px;
    margin-left: 12px;
}
.pf-header-search .search-term {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 13px;
    height: 32px;
    padding: 0 !important;
}
.pf-header-search .search-term:focus { outline: none; box-shadow: none !important; }
.pf-search-btn {
    border: 0;
    background: var(--primary-color);
    color: #fff;
    width: 34px; height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color .2s ease;
}
.pf-search-btn:hover { background: var(--dark-primary-color, var(--primary-color)); }

/* Right side actions */
.header-right-wrap .header-right a { color: #14213d !important; font-weight: 500; }
.header-right-wrap .header-right a:hover { color: var(--primary-color) !important; }
.cart-badge {
    position: absolute;
    top: -6px; right: -8px;
    background: var(--secondary-color, var(--primary-color));
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    min-width: 18px; height: 18px;
    line-height: 18px;
    border-radius: 999px;
    text-align: center;
    padding: 0 5px;
}

/* Mobile drawer */
@media (max-width: 991px) {
    .navbar-collapse#navbarTogglerDemo02 {
        position: absolute;
        top: 100%; left: 0; right: 0;
        background: #fff;
        box-shadow: 0 12px 24px rgba(15,23,42,0.12);
        padding: 12px 16px 20px;
        z-index: 60;
    }
    .pf-main-nav { flex-direction: column; align-items: stretch; gap: 0; }
    .pf-main-nav .nav-link { padding: 12px 8px !important; border-bottom: 1px solid #f1f5f9; border-radius: 0; }
    .pf-main-nav .nav-link::after { display: none; }
    .pf-header-search { width: 100%; max-width: none; margin: 12px 0 0; }
}

/* Navbar toggler — clean hamburger */
#nav-icon2 { width: 34px; height: 24px; position: relative; cursor: pointer; border: 0; background: transparent; padding: 0; }
#nav-icon2 span { display: block; position: absolute; height: 3px; width: 100%; background: var(--primary-color); border-radius: 3px; opacity: 1; left: 0; transition: .25s ease-in-out; }
#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) { top: 0; }
#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) { top: 10px; }
#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) { top: 20px; }

/* ---------- 19b. HEADER LAYOUT HARDENING (tema CSS'inden bağımsız) ---------- */
/* Navbar her durumda yatay flex — eski tema kuralları ne derse desin */
header .navbar { display: flex; align-items: center; flex-wrap: nowrap; width: 100%; }
header .navbar > .container-fluid { display: flex; align-items: center; flex-wrap: nowrap; gap: 16px; width: 100%; }
header .navbar-brand.pf-brand { flex: 0 0 auto; }

@media (min-width: 992px) {
    header .navbar-collapse { display: flex !important; flex: 1 1 auto; min-width: 0; align-items: center; justify-content: space-between; position: static; box-shadow: none; padding: 0; background: transparent; }
    header #nav-icon2 { display: none !important; }
    header .pf-main-nav { display: flex; flex-direction: row; flex-wrap: wrap; }
    header .pf-main-nav > .nav-item.d-lg-none { display: none !important; }
}
@media (max-width: 991.98px) {
    header .navbar-collapse:not(.show):not(.collapsing) { display: none; }
    /* Mobil menü geometrisini tek standarda indir (eski drawer kurallarını ez) */
    header .navbar-collapse#navbarTogglerDemo02 {
        position: absolute !important;
        top: 100% !important; left: 0 !important; right: 0 !important;
        width: 100% !important; max-width: none !important; height: auto !important;
        max-height: calc(100vh - 80px);
        overflow-y: auto;
        background: #fff;
        box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
        padding: 12px 16px 20px !important;
        transition: none;
        z-index: 1050;
    }
}

/* Çok kalabalık menüde aramayı geniş ekrana sakla */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .pf-main-nav .nav-link { font-size: 12.5px; padding: 7px 9px !important; }
    header .header-right .d-lg-inline { display: none !important; }
}

/* Sağ taraf: kullanıcı + sepet — düz, profesyonel */
header .header-right-wrap { display: flex; align-items: center; flex: 0 0 auto; margin-left: auto; position: static !important; }
header .header-right { display: flex; align-items: center; gap: 18px; white-space: nowrap; }
header .header-right > a,
header .header-right form { display: inline-flex; align-items: center; }
header .header-right a { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; }
header .header-right a span { font-size: 14px; }
header .pf-header-lang-wrap {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border-radius: 999px;
    border: 1px solid #e6ebf2;
    background: #f5f7fb;
    color: #14213d;
    min-height: 38px;
}
header .pf-header-lang-wrap:hover {
    background: #eef2f8;
    color: var(--primary-color);
}
header .pf-header-lang-wrap svg { color: currentColor; }
header .pf-header-lang-select {
    border: 0;
    background: transparent;
    color: currentColor;
    font-size: 14px;
    font-weight: 600;
    min-width: 98px;
    height: auto;
    line-height: 1.2;
    padding: 0 18px 0 0;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}
header .pf-header-lang-select:focus { outline: none; box-shadow: none; }
header .pf-header-lang-select option { color: #14213d; }

/* CTA — Randevu Al (tüm sayfalarda ortak) */
header .header-right a.pf-cta-btn {
    background: var(--primary-color, #2f6f6a) !important;
    color: #fff !important;
    border-radius: 999px !important;
    padding: 9px 20px !important;
    font-size: 13.5px !important;
    font-weight: 700;
    white-space: nowrap;
    transition: opacity .2s ease, transform .2s ease;
}
header .header-right a.pf-cta-btn:hover { color: #fff !important; opacity: .9; transform: translateY(-1px); }
@media (max-width: 991.98px) {
    header .header-right a.pf-cta-btn { padding: 8px 14px !important; font-size: 12.5px !important; }
}

/* Eski temanın mor .btn-secondary pill'ini nötrle */
header .username .btn,
header .username .btn-secondary,
header .header-right .dropdown-toggle {
    background: #f5f7fb !important;
    border: 1px solid #e6ebf2 !important;
    color: #14213d !important;
    box-shadow: none !important;
    border-radius: 999px !important;
    padding: 7px 16px !important;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    line-height: 1.2;
    min-height: 0;
    height: auto;
}
header .username .btn:hover,
header .header-right .dropdown-toggle:hover { background: #eef2f8 !important; color: var(--primary-color) !important; }
header .username .dropdown-toggle::after { margin-left: 4px; }

/* Dropdown — Bootstrap JS olmasa bile hover ile açıl */
header .username .dropdown-menu {
    background: #ffffff;
    border: 1px solid #e6ebf2;
    border-radius: 12px;
    box-shadow: 0 14px 36px rgba(15,23,42,0.12);
    padding: 6px;
    min-width: 180px;
    right: 0;
    left: auto;
}
header .username .dropdown-menu .dropdown-item { display: block; padding: 9px 14px; border-radius: 8px; color: #14213d; font-size: 13.5px; font-weight: 500; text-decoration: none; }
header .username .dropdown-menu .dropdown-item:hover { background: rgba(15,23,42,0.05); color: var(--primary-color); }
@media (min-width: 992px) {
    header .username.dropdown:hover .dropdown-menu { display: block; margin-top: 0 !important; }
}

/* Eski tema kalıntılarını sustur */
header .head-top, header .topbar .logo, header .brand-text-logo { display: none !important; }
header .username { padding-right: 0 !important; }
header .header-right .pr-3, header .header-right .pr-xl-5, header .header-right .pr-lg-4 { padding-right: 0 !important; }

