

#hc_paket1_header{
    position:sticky;z-index:9900;top:0;
    background-color:#fff;
    border-bottom:1px solid #eee;
    transition:top .3s ease;
}
/* Sayfa 50px'den fazla kaydırılınca üst 50px'lik şeridi gizle */
#hc_paket1_header.is-scrolled{
    top:-50px;
}
#hc_paket1_header .center1{
    width:1200px;max-width:94%;margin:0 auto;padding:0;
}
#hc_paket1_header .hdsect20{
    background-color:#0f384e;color:#ddd;
}
#hc_paket1_header .hdsect20 a{
    margin:0 20px 0 0;color:#ddd;
    display:inline-flex;align-items:center;
}
#hc_paket1_header .hdsect20 svg{fill:#ddd;}
#hc_paket1_header .hdsect20 .grid{
    height:50px;
    display:grid;grid-template-columns:repeat(2,auto);align-items:center;
}
#hc_paket1_header .hdsect20 .grid .s{}
#hc_paket1_header .hdsect20 .grid .s.s1{}
#hc_paket1_header .hdsect20 .grid .s.s1 a{}
#hc_paket1_header .hdsect20 .grid .s.s1 a svg{
    width:20px;height:20px;margin:0 4px 0 0;object-fit:cover;
}
#hc_paket1_header .hdsect20 .grid .s.s2{justify-self:end;}
#hc_paket1_header .hdsect20 .grid .s.s2 a{margin:0 0 0 10px;}
#hc_paket1_header .hdsect40{
    padding:20px 0;
    transition:padding .3s ease;
}
#hc_paket1_header.is-scrolled .hdsect40{
    padding:5px 0;
}
#hc_paket1_header .hdsect40 .grid{
    display:grid;
    grid-template-columns:auto 1fr auto auto auto;
    align-items:center;gap:15px;
}
#hc_paket1_header .hdsect40 .grid .s{}
#hc_paket1_header .hdsect40 .grid .s.s1{}
#hc_paket1_header .hdsect40 .grid .s.s1 a{}
#hc_paket1_header .hdsect40 .grid .s.s1 a img{
    width:200px;height:50px;object-fit:contain;object-position:left center;
    transition:width .3s ease,height .3s ease;
}
#hc_paket1_header.is-scrolled .hdsect40 .grid .s.s1 a img{
    width:160px;height:40px;
}
#hc_paket1_header .hdsect40 .grid .s.s2{justify-self:center;}
#hc_paket1_header .hdsect40 .grid .s.s3{}
#hc_paket1_header .hdsect40 .grid .s.s4{}
#hc_paket1_header .hdsect40 .grid .s.s5{}
#hc_paket1_header .hdsect40 .grid .s.s5 a{
    display:block;width:40px;height:40px;
    position:relative;
    display:inline-block;padding:5px;
    border:#ddd 1px solid;border-radius:5px;
    
}
#hc_paket1_header .hdsect40 .grid .s.s5 a svg{
    position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;
    object-fit:contain;scale:.8;
}




#hc_paket1_header .hdflex1{
    display:flex;align-items:center;justify-content:center;gap:10px;
}

#hc_paket1_header a.hdbutton1{}
#hc_paket1_header a.hdbutton1:hover{}




/* =====================================================================
 * Menü (.hcpaket1_headermenu)
 * ===================================================================== */
#hc_paket1_header .hc-nav {
    display: flex;
    align-items: center;
}
#hc_paket1_header .hcpaket1_headermenu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 26px;
    list-style: none;
    margin: 0;
    padding: 0;
}
#hc_paket1_header .hcpaket1_headermenu li {
    position: relative;
}
#hc_paket1_header .hcpaket1_headermenu a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #2b2b2b;
    font-weight: 500;
    font-size: 15px;
    padding: 6px 0;
    transition: color 0.2s ease;
}
#hc_paket1_header .hcpaket1_headermenu a:hover,
#hc_paket1_header .hcpaket1_headermenu .current-menu-item > a {
    color: #0073aa;
}
#hc_paket1_header .hcpaket1_headermenu .menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    margin-left: 7px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    vertical-align: middle;
}
#hc_paket1_header .hcpaket1_headermenu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 210px;
    margin: 0;
    padding: 8px 0;
    list-style: none;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    z-index: 1001;
}
#hc_paket1_header .hcpaket1_headermenu li:hover > .sub-menu,
#hc_paket1_header .hcpaket1_headermenu li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
#hc_paket1_header .hcpaket1_headermenu .sub-menu li {
    width: 100%;
}
#hc_paket1_header .hcpaket1_headermenu .sub-menu a {
    padding: 9px 18px;
    font-size: 14px;
    white-space: nowrap;
}
#hc_paket1_header .hcpaket1_headermenu .sub-menu a:hover {
    background: #f3f4f6;
}
#hc_paket1_header .hcpaket1_headermenu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
}

/* =====================================================================
 * Dil seçici (.hc-langs — [lang_switcher] çıktısı)
 * ===================================================================== */
#hc_paket1_header .hc-langs {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
}
#hc_paket1_header .hc-langs * {
    box-sizing: border-box;
}
#hc_paket1_header .hc-langs__toggle {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 7px 11px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    color: #222 !important;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    box-shadow: none;
    cursor: pointer;
}
#hc_paket1_header .hc-langs__toggle:hover {
    border-color: #b9b9b9;
}
#hc_paket1_header .hc-langs__flag {
    display: inline-flex;
    align-items: center;
    line-height: 0;
}
#hc_paket1_header .hc-langs__flag img {
    display: inline-block !important;
    width: 18px !important;
    height: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 2px;
    vertical-align: middle;
}
#hc_paket1_header .hc-langs__name {
    color: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}
#hc_paket1_header .hc-langs__caret {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    transition: transform 0.2s ease;
}
#hc_paket1_header .hc-langs--open .hc-langs__caret {
    transform: rotate(180deg);
}
#hc_paket1_header .hc-langs__list {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    min-width: 160px;
    margin: 0;
    padding: 6px;
    list-style: none;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
    z-index: 1000;
}
#hc_paket1_header .hc-langs--open .hc-langs__list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
#hc_paket1_header .hc-langs__list li {
    margin: 0;
    padding: 0;
    list-style: none;
}
#hc_paket1_header .hc-langs__item a {
    display: flex !important;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 6px;
    color: #222 !important;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: none;
}
#hc_paket1_header .hc-langs__item a:hover {
    background: #f3f4f6;
    color: #0073aa !important;
}


@media only screen and (max-width:1100px) {
    #hc_paket1_header .hdsect20{display:none;}
    #hc_paket1_header .hdsect40 .grid{
        grid-template-columns:auto 1fr auto auto auto;gap:10px;
    }
    #hc_paket1_header .hdsect40 .grid .s{}
    #hc_paket1_header .hdsect40 .grid .s.s2 nav{display:none;}
    #hc_paket1_header .hdsect40 .grid .s.s4{}
    #hc_paket1_header .hdflex1 .flexitem{}
    #hc_paket1_header .hdflex1 .flexitem:nth-of-type(2){display:none;}
    #hc_paket1_header .hdsect40 .grid .s.s5{display:block;}
}




/* =====================================================================
 * Off-canvas sidebar (#hc_paket1_sidebar) — header ikonuyla açılır
 * ===================================================================== */
#hc_paket1_sidebar {
    position: fixed;
    inset: 0;
    z-index: 100000;
    visibility: hidden;
    pointer-events: none;
}
#hc_paket1_sidebar.is-open {
    visibility: visible;
    pointer-events: auto;
}
#hc_paket1_sidebar .hcpaket1_backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: opacity 0.3s ease;
}
#hc_paket1_sidebar.is-open .hcpaket1_backdrop {
    opacity: 1;
}
#hc_paket1_sidebar .hcpaket1_panel {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 320px;
    max-width: 85vw;
    background: #fff;
    box-shadow: -8px 0 28px rgba(0, 0, 0, 0.15);
    padding: 56px 24px 24px;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease;
}
#hc_paket1_sidebar.is-open .hcpaket1_panel {
    transform: translateX(0);
}
#hc_paket1_sidebar .hcpaket1_close {
    position: absolute;
    top: 12px;
    right: 16px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: 1;
    color: #333;
    text-decoration: none;
}
body.hc-offcanvas-active {
    overflow: hidden;
}

/* Sidebar menüsü */
#hc_paket1_sidebar .hcpaket1_sidebarmenu {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}
#hc_paket1_sidebar .hcpaket1_sidebarmenu li {
    border-bottom: 1px solid #f0f0f0;
}
#hc_paket1_sidebar .hcpaket1_sidebarmenu a {
    display: block;
    padding: 14px 0;
    text-decoration: none;
    color: #222;
    font-weight: 500;
}
#hc_paket1_sidebar .hcpaket1_sidebarmenu a:hover {
    color: #0073aa;
}

/* Alt menüsü olan öğe: link + aç/kapat oku aynı satırda, alt menü altında */
#hc_paket1_sidebar .hcpaket1_sidebarmenu .menu-item-has-children {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#hc_paket1_sidebar .hcpaket1_sidebarmenu .menu-item-has-children > a {
    flex: 1;
}
#hc_paket1_sidebar .hcpaket1_submenu_toggle {
    flex: 0 0 auto;
    width: 38px;
    height: 44px;
    position: relative;
    border: 0;
    background: transparent;
    cursor: pointer;
}
#hc_paket1_sidebar .hcpaket1_submenu_toggle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #555;
    border-bottom: 2px solid #555;
    transform: translate(-50%, -65%) rotate(45deg);
    transition: transform 0.25s ease;
}
#hc_paket1_sidebar .hcpaket1_sidebarmenu .menu-item-has-children.is-open > .hcpaket1_submenu_toggle::before {
    transform: translate(-50%, -35%) rotate(-135deg);
}

/* Alt menü: varsayılan kapalı, açıkken görünür (akordeon) */
#hc_paket1_sidebar .hcpaket1_sidebarmenu .sub-menu {
    flex-basis: 100%;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0 0 0 16px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
#hc_paket1_sidebar .hcpaket1_sidebarmenu .menu-item-has-children.is-open > .sub-menu {
    max-height: 1500px;
}

/* Sidebar içi dil seçici */
#hc_paket1_sidebar .hc-langs {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
}
#hc_paket1_sidebar .hc-langs * {
    box-sizing: border-box;
}
#hc_paket1_sidebar .hc-langs__toggle {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 7px 11px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    color: #222 !important;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
}
#hc_paket1_sidebar .hc-langs__flag img {
    display: inline-block !important;
    width: 18px !important;
    height: auto !important;
    margin: 0 !important;
    border-radius: 2px;
    vertical-align: middle;
}
#hc_paket1_sidebar .hc-langs__caret {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    transition: transform 0.2s ease;
}
#hc_paket1_sidebar .hc-langs--open .hc-langs__caret {
    transform: rotate(180deg);
}
#hc_paket1_sidebar .hc-langs__list {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 160px;
    margin: 0;
    padding: 6px;
    list-style: none;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
    z-index: 1000;
}
#hc_paket1_sidebar .hc-langs--open .hc-langs__list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
#hc_paket1_sidebar .hc-langs__item a {
    display: flex !important;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 6px;
    color: #222 !important;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}
#hc_paket1_sidebar .hc-langs__item a:hover {
    background: #f3f4f6;
    color: #0073aa !important;
}

/* =====================================================================
 * Footer (#hc_paket1_footer) — responsive
 * ===================================================================== */
#hc_paket1_footer {
    background: #0e2233;
    color: #c7d2dd;
}
#hc_paket1_footer .center1 {
    width: 1200px;
    max-width: 94%;
    margin: 0 auto;
}
#hc_paket1_footer a {
    color: #c7d2dd;
    text-decoration: none;
    transition: color 0.2s ease;
}
#hc_paket1_footer a:hover {
    color: #fff;
}

#hc_paket1_footer .hcpaket1_footer_top {
    padding: 50px 0 40px;
}
#hc_paket1_footer .hcpaket1_footer_grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1.4fr;
    gap: 30px;
}

/* Logo + tanıtım */
#hc_paket1_footer .hcpaket1_footer_logo img {
    max-width: 180px;
    height: auto;
    margin-bottom: 16px;
}
#hc_paket1_footer .hcpaket1_footer_sitetitle {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 14px;
}
#hc_paket1_footer .hcpaket1_footer_about {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #9fb0bf;
}

/* Başlıklar */
#hc_paket1_footer .hcpaket1_footer_title {
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

/* Footer menüleri */
#hc_paket1_footer .hcpaket1_footer_menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
#hc_paket1_footer .hcpaket1_footer_menu li {
    margin: 0 0 10px;
}
#hc_paket1_footer .hcpaket1_footer_menu a {
    font-size: 14px;
}

/* İletişim */
#hc_paket1_footer .hcpaket1_footer_contact {
    list-style: none;
    margin: 0;
    padding: 0;
}
#hc_paket1_footer .hcpaket1_footer_contact li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.5;
}
#hc_paket1_footer .hcpaket1_footer_contact svg {
    flex: 0 0 auto;
    margin-top: 2px;
    color: #6fa8d6;
}

/* Alt telif bandı */
#hc_paket1_footer .hcpaket1_footer_bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 18px 0;
}
#hc_paket1_footer .hcpaket1_footer_bottom p {
    margin: 0;
    font-size: 13px;
    color: #8aa0b2;
    text-align: center;
}

/* Responsive */
@media only screen and (max-width: 900px) {
    #hc_paket1_footer .hcpaket1_footer_grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
    }
}
@media only screen and (max-width: 560px) {
    #hc_paket1_footer .hcpaket1_footer_grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }
    #hc_paket1_footer .hcpaket1_footer_top {
        padding: 36px 0 28px;
    }
}

/* Mobil sabit alt bar — iletişim / WhatsApp / telefon / Instagram */
.hcpaket1_mobile_bar {
    display: none;
}
@media only screen and (max-width: 768px) {
    body:has(.hcpaket1_mobile_bar) {
        padding-bottom: calc(52px + env(safe-area-inset-bottom, 0px));
    }
    .hcpaket1_mobile_bar {
        display: flex;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9910;
        align-items: stretch;
        justify-content: space-around;
        gap: 0;
        margin: 0;
        padding: 8px 8px calc(8px + env(safe-area-inset-bottom, 0px));
        background: #0e2233;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.18);
    }
    .hcpaket1_mobile_bar__item {
        flex: 1 1 0;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 0;
        min-height: 44px;
        padding: 8px;
        color: #c7d2dd;
        text-decoration: none;
        transition: color 0.2s ease, background 0.2s ease;
        border-radius: 10px;
        -webkit-tap-highlight-color: transparent;
    }
    .hcpaket1_mobile_bar__item svg {
        flex: 0 0 auto;
        color: #6fa8d6;
        transition: color 0.2s ease, transform 0.2s ease;
    }
    .hcpaket1_mobile_bar__item:active,
    .hcpaket1_mobile_bar__item:hover {
        color: #fff;
        background: rgba(255, 255, 255, 0.06);
    }
    .hcpaket1_mobile_bar__item:active svg,
    .hcpaket1_mobile_bar__item:hover svg {
        color: #fff;
        transform: scale(1.08);
    }
}










/* ===== gomauna düzeltmeleri: header sabit + Randevu butonu ===== */
#hc_paket1_header .hdsect40{padding:7px 0 !important;}
#hc_paket1_header .hdsect40 .grid .s.s1 a img{width:160px !important;height:40px !important;}
.hdbutton1{display:inline-block !important;background:linear-gradient(120deg,#16b5a3,#0e7c8f) !important;color:#fff !important;padding:10px 22px !important;border-radius:999px !important;font-weight:700 !important;text-decoration:none !important;line-height:1 !important;border:0 !important;}
.hdbutton1:hover{filter:brightness(1.07);}

/* ===== gomauna: Mobil alt bar (hc-mbar) ===== */
.hc-mbar{display:none;}
@media(max-width:820px){
  .hc-mbar{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:9999;background:#fff;box-shadow:0 -6px 24px rgba(12,42,67,.12);padding:9px 4px 11px;justify-content:space-around;align-items:flex-end;}
  body{padding-bottom:78px !important;}
  .hc-mbar__item{flex:1;display:flex;flex-direction:column;align-items:center;gap:5px;color:#0c2a43;text-decoration:none;font-size:10.5px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;}
  .hc-mbar__item:visited{color:#0c2a43;}
  .hc-mbar__ic{display:flex;color:#0c2a43;}
  .hc-mbar__ic svg{width:23px;height:23px;}
  .hc-mbar__item--center{flex:0 0 auto;margin:0 4px;}
  .hc-mbar__center{display:flex;align-items:center;justify-content:center;width:62px;height:62px;border-radius:50%;background:#0c2a43;box-shadow:0 8px 22px rgba(12,42,67,.35);border:4px solid #fff;margin-top:-32px;color:#16b5a3;}
  .hc-mbar__center svg{width:28px;height:28px;}
}

/* ===== gomauna: Randevu CTA + mobil bar cila ===== */
.hc-randevu{background:linear-gradient(125deg,#0c2a43,#0e7c8f);color:#fff;padding:64px 20px;text-align:center;}
.hc-randevu__in{max-width:760px;margin:0 auto;}
.hc-randevu__eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#7fe3d6;margin-bottom:12px;}
.hc-randevu__title{font-size:clamp(26px,4vw,40px);font-weight:800;margin:0 0 14px;color:#fff;line-height:1.15;}
.hc-randevu__lead{font-size:16px;color:rgba(255,255,255,.85);margin:0 0 28px;line-height:1.6;}
.hc-randevu__actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:22px;}
.hc-randevu__btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:999px;font-weight:700;text-decoration:none;font-size:15px;transition:.2s;}
.hc-randevu__btn--p{background:#16b5a3;color:#04212b;}
.hc-randevu__btn--wa{background:#25d366;color:#fff;}
.hc-randevu__btn--o{background:rgba(255,255,255,.12);color:#fff;border:1.5px solid rgba(255,255,255,.45);}
.hc-randevu__btn:hover{transform:translateY(-2px);filter:brightness(1.06);}
.hc-randevu__btn,.hc-randevu__btn:visited{color:#fff;}
.hc-randevu__btn--p,.hc-randevu__btn--p:visited{color:#04212b;}
.hc-randevu__addr{font-size:13.5px;color:rgba(255,255,255,.7);margin:0;}
@media(max-width:820px){
  .hc-mbar__ic{width:44px;height:44px;border-radius:50%;background:#eef6f5;display:flex;align-items:center;justify-content:center;color:#0c2a43;transition:.2s;}
  .hc-mbar__item:hover .hc-mbar__ic,.hc-mbar__item:active .hc-mbar__ic{background:#16b5a3;color:#fff;}
  .hc-mbar__lbl{font-size:10px;}
  body{padding-bottom:90px !important;}
}

/* ===== gomauna: Mobil bar — görsele uygun final (sade ikon, teal çizgi, çentik) ===== */
@media(max-width:820px){
  .hc-mbar{border-top:3px solid #16b5a3;align-items:flex-end;padding:8px 4px 10px;}
  .hc-mbar__ic{width:auto !important;height:auto !important;background:none !important;color:#0c2a43 !important;}
  .hc-mbar__ic svg{width:25px;height:25px;}
  .hc-mbar__lbl{font-size:10.5px;color:#0c2a43;letter-spacing:.04em;}
  .hc-mbar__item--center{position:relative;}
  .hc-mbar__item--center::before{content:"";position:absolute;left:50%;top:-30px;transform:translateX(-50%);width:86px;height:86px;background:#fff;border-radius:50%;z-index:0;}
  .hc-mbar__center{position:relative;z-index:1;width:64px;height:64px;background:#0c2a43 !important;border:3px solid #16b5a3 !important;margin-top:-34px;color:#16b5a3 !important;box-shadow:0 10px 22px rgba(12,42,67,.3);}
}

/* ===== gomauna: Mobil bar — referans tasarıma birebir (final) ===== */
@media(max-width:820px){
  .hc-mbar{background:#fff !important;box-shadow:0 -4px 20px rgba(12,42,67,.10) !important;border-top:1px solid #e8eef0 !important;padding:10px 8px 12px !important;align-items:flex-end !important;}
  body{padding-bottom:94px !important;}
  .hc-mbar__item{gap:6px !important;color:#0c2a43 !important;}
  .hc-mbar__item--center::before{display:none !important;}
  .hc-mbar__ic{background:none !important;width:auto !important;height:auto !important;color:#0c2a43 !important;}
  .hc-mbar__ic svg{width:27px !important;height:27px !important;}
  .hc-mbar__lbl{font-size:10.5px !important;font-weight:700 !important;letter-spacing:.06em !important;text-transform:uppercase !important;color:#0c2a43 !important;}
  .hc-mbar__item:hover .hc-mbar__ic,.hc-mbar__item:active .hc-mbar__ic{background:none !important;color:#0e7c86 !important;}
  .hc-mbar__center{width:66px !important;height:66px !important;background:#0c2a43 !important;color:#2dd4bf !important;margin-top:-38px !important;border:5px solid #fff !important;box-shadow:0 12px 24px rgba(12,42,67,.32) !important;}
  .hc-mbar__center svg{width:30px !important;height:30px !important;}
}

/* ===== gomauna: zengin bölüm (kbb-appt/kbb-map) reveal animasyonu olmadan içerik HER ZAMAN görünür ===== */
.kbb-appt [data-reveal],.kbb-appt[data-reveal],.kbb-map [data-reveal],.kbb-map[data-reveal]{opacity:1 !important;transform:none !important;}

/* ===== gomauna: Randevu Al butonu — hover'da beyaz (pembe global kuralı ez) ===== */
.hc-form__submit,.hc-form__submit:link,.hc-form__submit:visited{background:#16b5a3 !important;color:#04212b !important;}
.hc-form__submit:hover,.hc-form__submit:focus,.hc-form__submit:active{background:#ffffff !important;color:#0e7c86 !important;box-shadow:inset 0 0 0 2px #16b5a3 !important;filter:none !important;transform:translateY(-2px);}

/* ===== gomauna: Randevu butonu deaktif görünümü ===== */
.hc-form__submit:disabled,.hc-form__submit[disabled]{opacity:.55 !important;cursor:not-allowed !important;background:#9bb4b1 !important;color:#f0f4f4 !important;box-shadow:none !important;transform:none !important;}



/* ===== gomauna: mobil hero panel padding azalt (alt boşluğu kapat) ===== */
@media(max-width:900px){ .kbb2-hero__panel{padding:48px 24px 26px !important;} }

/* ===== gomauna: küçük foto aşağı + kırmızı alana 2. foto ===== */
.kbb-about__img--sub{bottom:-72px !important;}
.kbb-about__img--sub2{position:absolute;bottom:-52px;right:-8%;width:38%;height:188px;border:6px solid #fff;border-radius:18px;overflow:hidden;z-index:5;box-shadow:0 20px 46px rgba(12,34,58,.3);}
.kbb-about__img--sub2 img{width:100%;height:100%;object-fit:cover;display:block;}

/* ===== gomauna: kbb-bio sağ-alt 2. foto (kozen-1-scaled) ===== */
.kbb-bio__img--sub2{position:absolute;right:-4%;bottom:-28px;width:46%;height:200px;border:6px solid #fff;border-radius:18px;overflow:hidden;z-index:5;box-shadow:0 20px 46px rgba(14,42,71,.25);}
.kbb-bio__img--sub2 img{width:100%;height:100%;object-fit:cover;display:block;}

/* ===== gomauna: kbb-bio 2. foto gerçekten absolute + sağ-alt (dots alanı) ===== */
.kbb-bio__img--sub2{position:absolute !important;left:auto !important;right:-10% !important;bottom:24px !important;top:auto !important;width:46% !important;height:210px !important;margin:0 !important;z-index:6 !important;}

/* ===== gomauna: kbb-bio düzen — oturan büyük, ayakta sağ-altta, üst üste binmesin + başlık lacivert ===== */
.kbb-bio__img--sub2{position:static !important;left:auto !important;right:auto !important;top:auto !important;bottom:auto !important;width:50% !important;height:auto !important;margin:16px 0 0 auto !important;display:block !important;}
.kbb-bio__title span{color:#0e2a47 !important;}

/* ===== gomauna: kbb-bio noktaları sol boşluğa ===== */
.kbb-bio__dots{right:auto !important;left:4% !important;bottom:18px !important;}


/* ===== gomauna: doktor avatar görselini biraz sağa kaydır ===== */
.kbb-pt2__photo img,.hcsd3__avatar img{object-fit:cover !important;object-position:35% center !important;transform:none !important;}

/* ===== gomauna: tedavi içeriği inline linkleri pembe değil, teal ===== */
.hc-entry-content a:not([class]),.hc-entry-content a:not([class]):visited{color:#0e7c86 !important;text-decoration:none;}
.hc-entry-content a:not([class]):hover{color:#16b5a3 !important;text-decoration:underline;}

/* ===== gomauna: reset.css #c36 button:hover PEMBESİNİ ez (köken: hello-elementor reset.css) ===== */
[type=button]:focus,[type=button]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover{background-color:transparent !important;}
.tedavi-filtre__btn:hover,.tedavi-filtre__btn:focus,.hc-slider-filtre button:hover,.hc-slider-filtre button:focus{background-color:#fff !important;color:#0e7c86 !important;border-color:#16b5a3 !important;}
.tedavi-filtre__btn.aktif:hover,.tedavi-filtre__btn.aktif:focus,.hc-slider-filtre button.aktif:hover,.hc-slider-filtre button.aktif:focus{background:linear-gradient(120deg,#16b5a3,#0e7c8f) !important;color:#fff !important;border-color:transparent !important;}
.hc-form__submit:hover,.hc-form__submit:focus{background:#fff !important;color:#0e7c86 !important;}

/* ===== gomauna: form butonu tıklayınca deaktif görünüm ===== */
.hc-form__submit--disabled{opacity:.5 !important;cursor:not-allowed !important;background:#9bb4b1 !important;color:#eef0f0 !important;box-shadow:none !important;transform:none !important;}
