/* Premium clinic theme — overrides main.css */

:root {
    --navy: #1b365d;
    --navy-deep: #12243f;
    --ivory: #f7f4ee;
    --ivory-dark: #efe8dc;
    --paper: #ffffff;
    --ink: #1b365d;
    --muted: #5c6b80;
    --line: rgba(27, 54, 93, 0.12);
    --shadow: 0 18px 50px rgba(27, 54, 93, 0.1);
    --radius: 16px;
    --serif: "Source Serif 4", Georgia, serif;
    --sans: "Source Sans 3", "Segoe UI", sans-serif;
    --header-h: 88px;
}

html {
    scroll-behavior: smooth;
}

html,
body,
button,
input,
textarea,
select {
    font-family: var(--sans) !important;
}

body {
    background: var(--ivory);
    color: var(--ink);
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: 0.01em;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

body.ae-nav-open {
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6,
.section-title h2,
.section-title h3,
.header-text .title,
.lernen_banner_title h1,
.ae-about-copy h2,
.ae-about-copy h3,
.call-to-action-content h3,
.widget-category .title,
.site-footer h4 {
    font-family: var(--serif) !important;
    font-weight: 600;
    letter-spacing: -0.015em;
    color: var(--navy);
    text-transform: none;
}

p, li, label, input, textarea, select, button,
.nav, .navbar, .ae-kicker, .btn-custom, .ae-btn,
#navbarCollapse .nav > li > a {
    font-family: var(--sans) !important;
}

a {
    color: var(--renk, #2c77bc);
    transition: color .2s ease, opacity .2s ease;
}

a:hover {
    color: var(--navy);
    text-decoration: none;
}

main {
    display: block;
}

/* Buttons */
.btn-custom,
.color-two.btn-custom,
.color-one.btn-custom,
.color-two.button,
input.color-two.button,
.ae-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 12px 26px;
    border: 0;
    border-radius: 999px;
    background: var(--navy) !important;
    color: #fff !important;
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    box-shadow: none;
    transition: background .2s ease, transform .2s ease;
}

.btn-custom:hover,
.color-two.btn-custom:hover,
.color-one.btn-custom:hover,
.ae-btn:hover {
    background: var(--renk, #2c77bc) !important;
    color: #fff !important;
    transform: translateY(-1px);
}

.ae-btn-ghost,
.color-one.btn-custom {
    background: transparent !important;
    color: var(--navy) !important;
    border: 1px solid var(--navy) !important;
}

.ae-btn-ghost:hover,
.color-one.btn-custom:hover {
    background: var(--navy) !important;
    color: #fff !important;
}

/* Header — own surface, not over the slider */
#header,
#header.transparent-header,
#header.ae-inner-header,
#header.sticky-menu,
#header.ae-site-header {
    position: sticky;
    top: 0;
    left: auto;
    right: auto;
    z-index: 1000;
    background: var(--ivory);
    box-shadow: 0 10px 30px rgba(27, 54, 93, 0.06);
}

.ae-header-main {
    background: var(--ivory);
    border-bottom: 1px solid var(--line);
}

.ae-header-main-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 82px;
    gap: 24px;
}

.ae-logo,
#header .navbar-brand,
#header .navbar-header {
    float: none !important;
    display: flex;
    align-items: center;
    width: auto !important;
    height: auto;
    padding: 0;
    margin: 0;
}

#header .navbar-brand img,
#header .ae-logo img {
    max-height: 58px;
    width: auto;
}

.ae-header-aside {
    display: flex;
    align-items: center;
    gap: 22px;
    flex: 0 0 auto;
}

.ae-header-phone {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    color: var(--muted);
    text-align: right;
}

.ae-header-phone a {
    color: inherit;
    text-decoration: none;
}

.ae-header-phone a + a strong {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 500;
}

.ae-header-phone span {
    font-size: 10px;
    letter-spacing: .18em;
    text-transform: uppercase;
    opacity: .8;
}

.ae-header-phone strong {
    font-family: var(--serif);
    font-size: 20px;
    font-weight: 600;
    color: var(--navy);
}

.ae-btn-nav {
    min-height: 44px;
    padding: 11px 22px;
}

#navigation.navbar,
#header #navigation.navbar {
    background: var(--navy);
    border: 0;
    margin: 0;
    min-height: 0;
    padding: 0;
    float: none;
}

#navigation .container {
    display: block;
    width: 100%;
}

#navbarCollapse.collapse {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    height: auto !important;
    overflow: visible !important;
    float: none !important;
    width: 100% !important;
    border: 0;
}

#navbarCollapse .nav.navbar-nav,
#navbarCollapse .ae-nav,
#header .navbar-nav {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    margin: 0 auto !important;
    float: none !important;
    width: auto !important;
    max-width: 100%;
    white-space: nowrap;
}

#navbarCollapse .nav > li,
#header .navbar-nav > li {
    float: none !important;
    display: inline-flex !important;
    flex: 0 0 auto;
    position: relative;
    width: auto !important;
}

#navbarCollapse .nav > li > a,
#header #navbarCollapse .nav > li > a,
#header .nav > li > a,
#header .navbar-default .navbar-nav > li > a {
    display: flex !important;
    align-items: center;
    gap: 6px;
    padding: 16px 15px !important;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 15px !important;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    background: none !important;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}

#header .nav > li > a:before,
#header .navbar-nav > li > a:before,
#navbarCollapse .nav > li > a:before,
.subnav:after {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    background: none !important;
}

#navbarCollapse .nav > li > a i,
.ae-nav-toggle {
    font-size: 11px;
    opacity: .72;
}

.ae-nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: auto;
    margin: 0 10px 0 -6px;
    padding: 0;
    border: 0;
    background: none;
    color: rgba(255, 255, 255, 0.78);
    cursor: pointer;
    pointer-events: none;
}

.ae-nav-toggle i {
    display: block;
    line-height: 1;
    transition: transform .2s ease;
}

.ae-drawer-brand {
    display: none;
}

.ae-nav-backdrop {
    display: none;
}

#header .nav > li.ae-nav-hekim > a,
#header #navbarCollapse .nav > li.ae-nav-hekim > a {
    text-transform: none;
    letter-spacing: 0.04em;
}

#navbarCollapse .nav > li > a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 22px;
    height: 2px;
    background: #fff;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: transform .2s ease;
    pointer-events: none;
}

#navbarCollapse .nav > li:hover > a,
#navbarCollapse .nav > li.subnav:hover > a {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.06) !important;
}

#navbarCollapse .nav > li:hover > a:after,
#navbarCollapse .nav > li.subnav:hover > a:after {
    transform: translateX(-50%) scaleX(1);
}

#navbarCollapse .sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    min-width: 260px;
    padding: 12px 0;
    margin: 0;
    background: var(--paper);
    border-radius: 0 0 14px 14px;
    box-shadow: var(--shadow);
    border-top: 2px solid var(--renk, #2c77bc);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 8px);
    transition: .2s ease;
    z-index: 30;
    white-space: normal;
}

#navbarCollapse .subnav:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

#navbarCollapse .sub-menu li a {
    display: block;
    padding: 10px 20px;
    color: var(--navy);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

#navbarCollapse .sub-menu li a:hover {
    background: var(--ivory);
    color: var(--renk, #2c77bc);
}

.ae-drawer-meta {
    display: none;
}

.burger-icon {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0 !important;
    border: 1px solid var(--line);
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 1102;
    background: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.burger-icon .bar1,
.burger-icon .bar2,
.burger-icon .bar3,
.bar1,
.bar2,
.bar3 {
    width: 18px !important;
    height: 2px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: var(--navy) !important;
    border-radius: 2px;
    display: block !important;
    flex: 0 0 auto;
    transform: none;
    opacity: 1;
    transition: transform .2s ease, opacity .2s ease;
}

.burger-icon.change .bar1,
.change .bar1 {
    transform: translateY(7px) rotate(45deg) !important;
}

.burger-icon.change .bar2,
.change .bar2 {
    opacity: 0 !important;
}

.burger-icon.change .bar3,
.change .bar3 {
    transform: translateY(-7px) rotate(-45deg) !important;
}

.nav__expand {
    display: none !important;
}

/* Hero */
.ae-hero {
    background: var(--navy);
    overflow: hidden;
}

.ae-hero-slide {
    padding: 44px 0 28px;
}

.ae-hero-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    gap: 48px 56px;
    align-items: center;
}

.ae-hero-title,
.ae-hero h1,
.ae-hero h2 {
    font-family: var(--serif) !important;
    font-size: clamp(32px, 4.2vw, 52px);
    line-height: 1.08;
    color: #fff !important;
    margin: 0 0 18px;
    font-weight: 600;
    max-width: 16ch;
}

.ae-hero-copy p {
    max-width: 42ch;
    font-size: 18px;
    line-height: 1.65;
    color: rgba(247, 244, 238, 0.78);
    margin: 0 0 28px;
}

.ae-hero-photo {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: var(--navy-deep);
    box-shadow: 0 28px 56px rgba(0, 0, 0, 0.28);
    outline: 1px solid rgba(255, 255, 255, 0.1);
}

.ae-hero-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ae-hero .ae-btn {
    background: #fff !important;
    color: var(--navy) !important;
}

.ae-hero .ae-btn:hover {
    background: var(--ivory) !important;
    color: var(--navy) !important;
}

.ae-hero-carousel.owl-carousel {
    position: relative;
}

.ae-hero-carousel .owl-nav {
    position: absolute;
    inset: 0;
    z-index: 5;
    margin: 0;
    pointer-events: none;
}

.ae-hero-carousel.owl-carousel .owl-nav button.owl-prev,
.ae-hero-carousel.owl-carousel .owl-nav button.owl-next,
.ae-hero-carousel.owl-theme .owl-nav [class*=owl-] {
    pointer-events: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 0 !important;
    line-height: 1 !important;
    font-size: 18px !important;
    background: transparent !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.28) !important;
    border-radius: 50%;
    box-shadow: none;
}

.ae-hero-carousel.owl-carousel .owl-nav button.owl-prev {
    left: 16px;
    right: auto;
}

.ae-hero-carousel.owl-carousel .owl-nav button.owl-next {
    right: 16px;
    left: auto;
}

.ae-hero-carousel .owl-nav button i {
    display: block;
    margin: 0;
    padding: 0;
    width: 1em;
    height: 1em;
    font-size: 20px;
    line-height: 1;
    text-align: center;
}

.ae-hero-carousel .owl-nav button.owl-prev i {
    transform: translateX(-1px);
}

.ae-hero-carousel .owl-nav button.owl-next i {
    transform: translateX(1px);
}

.ae-hero-carousel .owl-nav button:hover,
.ae-hero-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff !important;
    color: var(--navy) !important;
    transform: translateY(-50%);
}

.ae-hero-carousel .owl-dots {
    position: relative;
    z-index: 4;
    margin: 0;
    padding: 0 0 22px;
    text-align: center;
}

.ae-hero-carousel .owl-dot span {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.28);
}

.ae-hero-carousel .owl-dot.active span,
.ae-hero-carousel.owl-theme .owl-dots .owl-dot.active span,
.ae-hero-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

.ae-hero .header-content,
.owl-navigation .header-content {
    min-height: 92vh;
    height: auto !important;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    position: relative;
}

.ae-hero .header-content:after,
.owl-navigation .image-overly-dark-opacity:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(18, 36, 63, 0.78) 0%, rgba(27, 54, 93, 0.38) 55%, rgba(18, 36, 63, 0.2) 100%);
}

.ae-hero .opac,
.owl-navigation .opac {
    position: relative;
    z-index: 2;
    padding: 72px 0 80px;
}

.ae-hero .header-text .title,
.header-area-inner .title {
    font-size: clamp(36px, 4.8vw, 58px);
    line-height: 1.08;
    max-width: 14ch;
    color: #fff !important;
    margin-bottom: 18px;
}

.ae-hero .header-text p,
.header-area-inner p {
    max-width: 42ch;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.86) !important;
    margin-bottom: 28px;
}

.owl-navigation .owl-nav,
.owl-navigation .owl-dots {
    position: absolute;
    z-index: 3;
}

.owl-navigation .owl-nav {
    width: 100%;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
}

.owl-navigation .owl-nav button {
    width: 46px;
    height: 46px;
    background: rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
    border-radius: 50%;
    margin: 0 18px;
}

/* Sections */
.ae-section,
.wrap-bg-small,
.wrap-bg,
.wrap-bg-dark {
    padding: 88px 0;
    background: var(--ivory);
}

.wrap-bg-dark,
#why-us.wrap-bg-dark {
    background: var(--navy-deep);
    color: #fff;
}

.section-title.with-p {
    margin-bottom: 0;
}

.section-title h2,
.ae-kicker + h2 {
    font-size: clamp(32px, 4vw, 46px);
    font-weight: 600 !important;
    margin-bottom: 12px;
}

.bar::before {
    display: none !important;
}

.section-title .bar,
.bar {
    width: 36px;
    height: 1px;
    background: var(--renk, #2c77bc);
    margin: 18px auto 0;
    border: 0;
    opacity: 0.7;
}

.ae-kicker {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.ae-section-head {
    margin-bottom: 42px;
}

.ae-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin: 0 0 40px;
    padding-bottom: 26px;
    border-bottom: 1px solid var(--line);
    text-align: left;
}

.ae-heading-copy {
    min-width: 0;
}

.ae-heading-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.ae-heading-index {
    font-family: var(--serif) !important;
    font-style: italic;
    font-size: 15px;
    font-weight: 500;
    color: var(--renk, #2c77bc);
    letter-spacing: 0.04em;
    line-height: 1;
}

.ae-heading-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    color: var(--muted);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .26em;
    text-transform: uppercase;
}

.ae-heading-kicker:before {
    content: "";
    width: 22px;
    height: 1px;
    background: currentColor;
    opacity: 0.55;
}

.ae-heading h2 {
    margin: 0;
    font-family: var(--serif) !important;
    font-size: clamp(42px, 5.4vw, 68px);
    font-weight: 600 !important;
    line-height: 0.95;
    letter-spacing: -0.04em;
    color: var(--navy);
}

.ae-heading-sub {
    margin: 8px 0 0;
    font-family: var(--serif) !important;
    font-style: italic;
    font-size: clamp(22px, 2.5vw, 32px);
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #7a8798;
}

.ae-heading-more {
    flex-shrink: 0;
    margin-bottom: 8px;
    color: var(--navy);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    white-space: nowrap;
    border-bottom: 1px solid var(--navy);
    padding-bottom: 3px;
}

.ae-heading-more i {
    margin-left: 8px;
    font-size: 10px;
    transition: transform .25s ease;
}

.ae-heading-more:hover,
.ae-heading-more:focus {
    color: var(--renk, #2c77bc);
    border-bottom-color: var(--renk, #2c77bc);
}

.ae-heading-more:hover i {
    transform: translateX(4px);
}

.ae-blog-band {
    background: #fff;
}

body.ae-inner .ae-blog-band.wrap-bg-small {
    padding-top: 36px;
    padding-bottom: 88px;
}

.ae-tile-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.ae-tile {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: var(--paper);
    color: var(--navy);
    text-decoration: none !important;
    border: 1px solid var(--line);
    box-shadow: 0 10px 28px rgba(27, 54, 93, 0.05);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.ae-tile:hover,
.ae-tile:focus {
    color: var(--navy);
    transform: translateY(-8px);
    border-color: rgba(27, 54, 93, 0.08);
    box-shadow: 0 28px 50px rgba(27, 54, 93, 0.12);
}

.ae-tile-media {
    position: relative;
    display: block;
    margin: 12px 12px 0;
    height: 210px;
    overflow: hidden;
    background: var(--ivory-dark);
}

.ae-tile--article .ae-tile-media {
    height: 228px;
}

.ae-tile-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .55s ease;
}

.ae-tile--procedure .ae-tile-media {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--ivory);
    height: 168px;
}

.ae-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--navy);
}

.ae-icon svg {
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ae-icon--sm svg {
    width: 28px;
    height: 28px;
}

.ae-icon--md svg {
    width: 42px;
    height: 42px;
}

.ae-icon--lg svg {
    width: 58px;
    height: 58px;
}

.ae-tile:hover .ae-tile--procedure .ae-icon,
.ae-tile--procedure:hover .ae-icon {
    color: var(--renk, #2c77bc);
}

.ae-cover {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 168px;
    background: var(--ivory);
    color: var(--navy);
    text-decoration: none !important;
}

.ae-cover:hover {
    color: var(--renk, #2c77bc);
}

.event-photo .ae-cover {
    height: 180px;
}

.ae-tile:hover .ae-tile-media img {
    transform: scale(1.06);
}

.ae-tile-flag {
    position: absolute;
    left: 12px;
    bottom: 12px;
    z-index: 2;
    padding: 6px 10px;
    background: rgba(255, 255, 255, 0.94);
    color: var(--navy);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    line-height: 1;
}

.ae-tile-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 22px 22px 24px;
}

.ae-page-title {
    font-family: var(--serif) !important;
    font-size: clamp(26px, 2.8vw, 36px);
    font-weight: 600 !important;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: var(--navy);
    margin: 0 0 22px;
}

.ae-tile-body h2,
.ae-tile-body h3 {
    font-family: var(--serif) !important;
    font-size: 24px;
    line-height: 1.3;
    margin: 0 0 10px;
    color: var(--navy);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ae-tile-body p {
    margin: 0 0 18px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ae-tile-link {
    margin-top: auto;
    color: var(--navy);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ae-tile-link i {
    margin-left: 8px;
    font-size: 11px;
    transition: transform .25s ease;
}

.ae-tile:hover .ae-tile-link {
    color: var(--renk, #2c77bc);
}

.ae-tile:hover .ae-tile-link i {
    transform: translateX(4px);
}

.ae-post-foot {
    margin-top: 44px;
    text-align: center;
}

/* Cards */
.ae-card,
.themeioan_event,
.themeioan_services,
.services_image {
    background: var(--paper);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: none;
    border: 1px solid var(--line);
    height: 100%;
    transition: transform .25s ease, box-shadow .25s ease;
}

.ae-card:hover,
.themeioan_event:hover,
.themeioan_services:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
}

.ae-card-media,
.event-photo img,
.blog-photo img,
.themeioan_services img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.services_image {
    min-height: 340px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.services_image .opac {
    position: relative;
    z-index: 2;
    padding: 28px;
    color: #fff;
    background: linear-gradient(180deg, transparent, rgba(18, 36, 63, 0.88));
    width: 100%;
}

.services_image h3 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 8px;
}

.services_image p {
    color: rgba(255, 255, 255, 0.82);
}

.ae-card-body,
.event-content,
.blog-content {
    padding: 22px 22px 26px;
}

.event-content .title a,
.blog-content .title a,
.ae-card-body h3 a,
.ae-card-body h5 a {
    color: var(--navy);
    font-family: var(--serif);
    font-size: 24px;
    font-weight: 600;
}

.absolute-transparent {
    position: static !important;
    background: var(--paper) !important;
}

/* About */
.ae-about,
#why-us.ae-about {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    min-height: 520px;
    padding: 0;
    background: var(--navy-deep);
}

.ae-about-photo {
    min-height: 360px;
    background-size: cover;
    background-position: center;
}

.ae-about-copy,
#why-us .wrap-padding {
    padding: 72px 56px;
    color: rgba(255, 255, 255, 0.86);
}

.ae-about-copy h2,
#why-us .wrap-padding h2,
#why-us .wrap-padding h3 {
    color: #fff;
}

/* Testimonials */
.themeioan_testimonial {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 36px 32px;
    box-shadow: none;
}

.themeioan_testimonial .quote i {
    color: var(--renk, #2c77bc);
}

.themeioan_testimonial p {
    font-family: var(--serif);
    font-size: 22px;
    line-height: 1.5;
    color: var(--navy);
}

/* CTA band */
.ae-cta,
.call-to-action-area {
    position: relative;
    padding: 92px 0;
    background-size: cover;
    background-position: center;
}

.ae-cta:after,
.call-to-action-area:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(18, 36, 63, 0.72);
}

.ae-cta .container,
.call-to-action-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.call-to-action-content h3,
.ae-cta h3 {
    font-family: var(--serif);
    font-size: clamp(32px, 4vw, 52px);
    color: #fff;
    margin-bottom: 24px;
}

.call-to-action-btn a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 999px;
    background: #fff;
    color: var(--navy);
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.call-to-action-btn a:hover {
    background: var(--renk, #2c77bc);
    color: #fff;
}

/* Inner page header — centered badge breadcrumb */
body.ae-inner .lernen_banner,
.banner-text-left.lernen_banner,
.lernen_banner {
    min-height: 0;
    padding: 22px 0 24px !important;
    background: var(--navy) !important;
    background-image: none !important;
    border: 0;
    text-align: center;
    overflow: visible;
}

.lernen_banner .opac {
    background: none;
    opacity: 1;
}

.lernen_banner .row {
    margin: 0;
    display: flex;
    justify-content: center;
}

.lernen_banner_title,
.banner-text-left .lernen_banner_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    text-align: center;
    float: none;
}

.lernen_banner_title .ae-kicker {
    display: none !important;
}

.lernen_banner_title .lernen_breadcrumb {
    order: 1;
    display: flex !important;
    justify-content: center;
    width: 100%;
    padding: 0;
}

.lernen_banner_title h1,
.lernen_banner_title h1:after,
.ae-seo-h1 {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
    background: none !important;
    box-shadow: none !important;
}

.lernen_breadcrumb,
.lernen_breadcrumb .breadcrumbs,
.lernen_breadcrumb a,
.lernen_breadcrumb .separator,
.lernen_breadcrumb .breadcrumbs span {
    font-family: var(--sans) !important;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: none;
    line-height: 1.3;
}

.lernen_breadcrumb .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 auto;
    padding: 0;
    background: none;
}

.lernen_breadcrumb .breadcrumbs > span {
    display: inline-flex !important;
    align-items: center;
    min-width: 0;
}

.lernen_breadcrumb .breadcrumbs span a,
.lernen_breadcrumb .breadcrumbs span.last-item {
    display: inline-flex !important;
    align-items: center;
    max-width: min(70vw, 420px);
    padding: 8px 16px;
    border-radius: 999px;
    line-height: 1.2;
}

.lernen_breadcrumb .breadcrumbs span a {
    padding-right: 16px;
    color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.lernen_breadcrumb a:hover,
.lernen_breadcrumb .breadcrumbs span a:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.28);
}

.lernen_breadcrumb .breadcrumbs span.separator {
    display: inline-flex !important;
    margin: 0;
    padding: 0;
    font-size: 0 !important;
    color: rgba(255, 255, 255, 0.38) !important;
    background: none !important;
    border: 0 !important;
}

.lernen_breadcrumb .breadcrumbs span.separator:before {
    content: "›";
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
}

.lernen_breadcrumb .breadcrumbs span.last-item {
    color: var(--navy) !important;
    background: #fff;
    border: 1px solid #fff;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lernen_breadcrumb .breadcrumbs span a:after {
    display: none !important;
}

body.ae-inner .ae-section,
body.ae-inner .wrap-bg-small {
    padding-top: 40px;
}

/* Content + forms */
.ae-detail {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 28px;
    align-items: start;
}

.ae-article {
    min-width: 0;
    background: var(--paper);
    border: 1px solid var(--line);
    padding: 32px;
}

.ae-article-body {
    overflow: hidden;
    color: var(--ink);
    font-size: 17px;
    line-height: 1.75;
}

.ae-article-body ul,
.ae-article-body ol {
    padding-left: 22px;
    margin: 0 0 1.15em;
}

.ae-article-body li {
    margin: 0 0 8px;
    line-height: 1.75;
}

.ae-article-body h1,
.ae-article-body h2,
.ae-article-body h3,
.ae-article-body h4,
.ae-article-body h5,
.ae-article-body h6 {
    font-family: var(--serif) !important;
    color: var(--navy) !important;
    font-weight: 600 !important;
    letter-spacing: -0.015em;
    background: none !important;
    border: 0 !important;
    text-align: left !important;
    margin: 1.55em 0 0.5em !important;
    line-height: 1.3 !important;
    padding: 0 !important;
}

.ae-article-body h1,
.ae-article-body h2 {
    font-size: 26px !important;
}

.ae-article-body h3 {
    font-size: 22px !important;
}

.ae-article-body h4,
.ae-article-body h5,
.ae-article-body h6 {
    font-size: 19px !important;
}

.ae-article-body > h1:first-child,
.ae-article-body > h2:first-child,
.ae-article-body > h3:first-child,
.ae-article-body > p:first-child {
    margin-top: 0 !important;
}

.ae-article-body p,
.ae-article-body li,
.ae-article-body div {
    color: var(--ink) !important;
    font-family: var(--sans) !important;
    font-size: 17px !important;
    line-height: 1.75 !important;
    background: none !important;
}

.ae-article-body p {
    margin: 0 0 1.05em !important;
    text-align: left !important;
}

.ae-article-body a {
    color: var(--renk, #2c77bc) !important;
}

.ae-article-body img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 8px 0 20px;
}

.ae-article-body strong,
.ae-article-body b {
    color: var(--navy);
    font-weight: 600;
}

#blog-detail.wrap-bg-small .col-lg-8,
.wrap-bg-small .col-lg-8 {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 32px;
}

.comment_form,
.abform_area {
    margin-top: 24px;
}

.wrap-bg-small .container img {
    max-width: 100%;
    height: auto;
}

.input-text,
.contact_form input,
.contact_form textarea,
form select.form-control {
    width: 100%;
    margin: 0 0 14px;
    padding: 14px 16px;
    border: 1px solid var(--line) !important;
    border-radius: 12px !important;
    background: var(--paper) !important;
    color: var(--navy);
    height: auto !important;
    box-shadow: none !important;
}

textarea.input-text {
    min-height: 140px;
}

.single-features-light {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 28px 20px;
    margin-bottom: 24px;
    box-shadow: none;
}

.single-features-light i {
    color: var(--renk, #2c77bc);
    margin-bottom: 12px;
}

.widget-category,
.detail-widgets {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 24px;
}

.widget-category .title {
    font-family: var(--serif);
    font-size: 26px;
    margin-bottom: 16px;
}

.widget-category li a {
    display: block;
    padding: 8px 0;
    color: var(--navy);
    border-bottom: 1px solid var(--line);
}

.ae-aside {
    position: sticky;
    top: 112px;
    background: var(--paper);
    border: 1px solid var(--line);
    padding: 28px 24px 24px;
}

.ae-aside-head {
    margin-bottom: 22px;
}

.ae-aside-head span {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 6px;
}

.ae-aside-head span.ae-aside-name {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: none;
    line-height: 1.4;
}

.ae-aside-head h2 {
    font-family: var(--serif) !important;
    font-size: 26px;
    line-height: 1.2;
    margin: 0;
    color: var(--navy);
    font-weight: 600;
}

.ae-aside-post {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
    text-decoration: none !important;
    color: var(--navy);
}

.ae-aside-thumb {
    flex: 0 0 76px;
    width: 76px;
    height: 76px;
    overflow: hidden;
    background: var(--ivory);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--navy);
}

.ae-aside-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .45s ease;
}

.ae-aside-post:hover .ae-aside-thumb {
    color: var(--renk, #2c77bc);
}

.ae-aside-post:hover .ae-aside-thumb img {
    transform: scale(1.06);
}

.ae-aside-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ae-aside-copy h3 {
    font-family: var(--serif) !important;
    font-size: 17px;
    line-height: 1.35;
    margin: 0;
    color: var(--navy);
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ae-aside-copy em {
    font-style: normal;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted);
}

.ae-aside-post:hover h3,
.ae-aside-post:hover em {
    color: var(--renk, #2c77bc);
}

.ae-aside-all {
    display: inline-flex;
    align-items: center;
    margin-top: 16px;
    border-top: 0;
    width: 100%;
    color: var(--navy);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none !important;
}

.ae-aside-all i {
    margin-left: 8px;
    font-size: 11px;
    transition: transform .25s ease;
}

.ae-aside-all:hover {
    color: var(--renk, #2c77bc);
}

.ae-aside-all:hover i {
    transform: translateX(4px);
}

.pagination .page-link {
    border-radius: 999px !important;
    margin: 0 4px;
    color: var(--navy);
    border-color: var(--line);
}

.pagination .page-item.active .page-link {
    background: var(--navy);
    border-color: var(--navy);
}

.google-maps iframe,
.google-maps > *,
.ae-contact-map iframe,
.ae-contact-map > * {
    width: 100%;
    min-height: 320px;
    border: 0;
    display: block;
}

.ae-contact-page.wrap-bg-small {
    padding-top: 36px;
    padding-bottom: 88px;
}

.ae-contact {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 28px;
    align-items: stretch;
}

.ae-contact-panel {
    background: var(--paper);
    border: 1px solid var(--line);
    padding: 36px 32px;
}

.ae-contact-head span {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 8px;
}

.ae-contact-head h1,
.ae-contact-head h2 {
    font-family: var(--serif) !important;
    font-size: 32px;
    line-height: 1.2;
    margin: 0 0 12px;
    color: var(--navy);
    font-weight: 600;
}

.ae-contact-head p {
    margin: 0 0 28px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.7;
}

.ae-contact-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.ae-contact-item span {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 8px;
}

.ae-contact-item a,
.ae-contact-item p {
    display: block;
    margin: 0;
    color: var(--navy);
    font-family: var(--serif);
    font-size: 20px;
    line-height: 1.45;
    font-weight: 600;
    text-decoration: none;
}

.ae-contact-item a + a {
    margin-top: 4px;
}

.ae-contact-item a:hover {
    color: var(--renk, #2c77bc);
}

.ae-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.ae-contact-map {
    overflow: hidden;
    background: var(--ivory-dark);
    border: 1px solid var(--line);
    min-height: 100%;
}

.ae-contact-map iframe {
    min-height: 100%;
    height: 100%;
}

.ae-gallery-page.wrap-bg-small {
    padding-top: 36px;
    padding-bottom: 88px;
}

.ae-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    max-width: 920px;
    margin: 0 auto;
}

.ae-gallery-item {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: var(--ivory-dark);
    aspect-ratio: 3 / 4;
    text-decoration: none !important;
}

.ae-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    transition: opacity .35s ease;
}

.ae-gallery-item:hover img {
    opacity: 0.88;
}

.ae-gallery img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* Footer */
.site-footer {
    background: var(--navy-deep);
    color: rgba(255, 255, 255, 0.72);
    padding: 0;
}

.ae-footer {
    padding: 64px 0 0;
    min-width: 0;
}

.ae-footer-brand {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 8px;
}

.ae-footer-kicker {
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.48);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.ae-footer-brand strong {
    display: block;
    color: #fff;
    font-family: var(--serif);
    font-size: clamp(28px, 3.4vw, 40px);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.ae-footer-cta {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 0 22px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: #fff !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.ae-footer-cta:hover,
.ae-footer-cta:focus {
    background: #fff;
    color: var(--navy-deep) !important;
}

.ae-footer-facts {
    display: grid;
    grid-template-columns: 1.4fr 0.9fr 1fr;
    gap: 32px 40px;
    margin-top: 36px;
    padding: 28px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ae-footer-facts span {
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.42);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.site-footer .ae-footer-facts p,
.site-footer .ae-footer-facts a {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.55;
}

.ae-footer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 28px;
    padding: 26px 0;
}

.ae-footer-nav a {
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ae-footer-nav a:hover {
    color: #fff;
}

.ae-footer-nav a.ae-footer-hekim {
    text-transform: none;
    letter-spacing: 0.04em;
}

.ae-footer-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 0 28px;
}

.ae-footer-meta {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-left: auto;
}

.site-footer a.ae-credit,
.site-footer a.ae-credit:visited,
.site-footer a.ae-credit:hover,
.site-footer a.ae-credit:focus,
.site-footer a.ae-credit:active {
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
    padding: 4px 0 4px 16px;
    margin: 0;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.16);
    background: transparent;
    color: rgba(255, 255, 255, 0.42) !important;
    text-decoration: none !important;
    white-space: nowrap;
    box-shadow: none;
    opacity: 1 !important;
}

.site-footer a.ae-credit span {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4) !important;
}

.site-footer a.ae-credit strong {
    position: relative;
    font-family: var(--serif) !important;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.9) !important;
}

.site-footer a.ae-credit strong:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    margin-top: 4px;
    background: #fff;
    transition: width .28s ease;
}

.site-footer a.ae-credit:hover span,
.site-footer a.ae-credit:focus span {
    color: rgba(255, 255, 255, 0.62) !important;
}

.site-footer a.ae-credit:hover strong,
.site-footer a.ae-credit:focus strong {
    color: #fff !important;
}

.site-footer a.ae-credit:hover strong:after,
.site-footer a.ae-credit:focus strong:after {
    width: 100%;
}

.lower-footer .copyright,
.ae-copy {
    border: 0;
    padding: 0;
    margin: 0;
    color: rgba(255, 255, 255, 0.42);
    font-size: 13px;
}

.ae-social {
    display: flex;
    gap: 6px;
}

.ae-social a {
    display: inline-flex;
    width: 36px;
    height: 36px;
    margin: 0;
    align-items: center;
    justify-content: center;
    border: 0;
    color: rgba(255, 255, 255, 0.62);
}

.ae-social a:hover {
    color: #fff;
}

.extra-link,
.separator {
    display: none;
}

/* Sticky contact */
.ae-dock {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ae-dock a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 0;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 14px 32px rgba(18, 36, 63, 0.22);
    transition: transform .25s ease, box-shadow .25s ease;
}

.ae-dock a i {
    font-size: 18px;
    line-height: 1;
}

.ae-dock a span {
    position: absolute;
    right: calc(100% + 12px);
    top: 50%;
    transform: translateY(-50%);
    padding: 7px 10px;
    background: var(--navy-deep);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}

.ae-dock a:hover,
.ae-dock a:focus {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(18, 36, 63, 0.28);
}

.ae-dock a:hover span,
.ae-dock a:focus span {
    opacity: 1;
}

.ae-dock-call {
    background: var(--navy);
}

.ae-dock-wa {
    background: #1a4d3a;
}

.cd-top {
    display: none !important;
}

body {
    padding-bottom: 0;
}

/* Hide doktorsitesi leftover after html */
body + a.link,
html + a.link {
    display: none !important;
}

@media (max-width: 1199px) {
    .ae-tile-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ae-header-phone {
        display: none;
    }

    .ae-header-aside {
        display: none;
    }

    .burger-icon {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        z-index: 1300;
        background: #fff;
        box-shadow: 0 8px 20px rgba(27, 54, 93, 0.08);
    }

    body.ae-nav-open {
        overflow: hidden;
    }

    #header,
    #header.ae-site-header,
    #header.sticky-menu,
    #header.transparent-header {
        position: relative;
        z-index: 1200;
    }

    .ae-header-main {
        position: relative;
        z-index: 1210;
    }

    #navigation,
    #header #navigation.navbar {
        background: transparent;
        min-height: 0;
        height: 0;
        overflow: visible;
    }

    #navigation .container {
        padding: 0;
        width: auto;
        max-width: none;
    }

    .ae-nav-backdrop {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 1180;
        background: rgba(18, 36, 63, 0.46);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity .32s ease, visibility .32s ease;
    }

    body.ae-nav-open .ae-nav-backdrop {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    #navbarCollapse.collapse {
        display: flex !important;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        z-index: 1205;
        width: min(400px, 88vw);
        height: 100% !important;
        margin: 0;
        padding: 96px 0 0;
        overflow: hidden;
        flex-direction: column !important;
        justify-content: flex-start;
        align-items: stretch;
        background: var(--ivory);
        border: 0;
        border-left: 1px solid rgba(27, 54, 93, 0.08);
        box-shadow: -24px 0 60px rgba(18, 36, 63, 0.18);
        white-space: normal;
        transform: translateX(110%);
        visibility: hidden;
        pointer-events: none;
        transition: transform .38s cubic-bezier(.22, .61, .36, 1), visibility .38s ease;
    }

    body.ae-nav-open #navbarCollapse.collapse {
        transform: translateX(0);
        visibility: visible;
        pointer-events: auto;
    }

    .ae-drawer-brand {
        display: block;
        flex: 0 0 auto;
        padding: 0 28px 20px;
        border-bottom: 1px solid var(--line);
    }

    .ae-drawer-brand span {
        display: block;
        margin-bottom: 6px;
        color: var(--muted);
        font-size: 11px;
        font-weight: 600;
        letter-spacing: .16em;
        text-transform: uppercase;
    }

    .ae-drawer-brand strong {
        display: block;
        color: var(--navy);
        font-family: var(--serif);
        font-size: 22px;
        font-weight: 600;
        letter-spacing: -0.02em;
        line-height: 1.25;
    }

    #navbarCollapse .nav.navbar-nav,
    #navbarCollapse .ae-nav {
        display: block !important;
        flex: 1 1 auto;
        width: 100% !important;
        max-width: none;
        margin: 0 !important;
        padding: 12px 16px 8px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        flex-direction: column !important;
        align-items: stretch;
        flex-wrap: nowrap;
        white-space: normal;
    }

    #navbarCollapse .nav > li,
    #header .navbar-nav > li {
        display: grid !important;
        grid-template-columns: 1fr auto;
        align-items: center;
        width: 100% !important;
        margin: 0;
    }

    #navbarCollapse .nav > li > a,
    #header #navbarCollapse .nav > li > a,
    body.ae-home #header:not(.sticky-menu) #navbarCollapse .nav > li > a,
    body.ae-inner #header #navbarCollapse .nav > li > a {
        display: flex !important;
        align-items: center;
        min-height: 52px;
        padding: 12px 12px 12px 12px !important;
        color: var(--navy) !important;
        font-family: var(--sans) !important;
        font-size: 16px !important;
        font-weight: 600;
        letter-spacing: 0;
        text-transform: none;
        line-height: 1.35;
        white-space: normal;
        overflow: visible;
        border-bottom: 0;
        border-radius: 12px;
        justify-content: flex-start;
        gap: 0;
    }

    #navbarCollapse .nav > li > a:after {
        display: none;
    }

    #navbarCollapse .nav > li > a:hover,
    #navbarCollapse .nav > li.subnav:hover > a {
        background: rgba(27, 54, 93, 0.06) !important;
        color: var(--navy) !important;
    }

    .ae-nav-toggle {
        pointer-events: auto;
        width: 40px;
        height: 40px;
        margin: 0 4px 0 0;
        color: var(--navy);
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 50%;
        box-shadow: none;
    }

    .ae-nav-toggle:hover,
    .ae-nav-toggle:focus {
        background: var(--navy);
        color: #fff;
        border-color: var(--navy);
    }

    #navbarCollapse .subnav.is-open > .ae-nav-toggle i {
        transform: rotate(180deg);
    }

    #navbarCollapse .sub-menu,
    #navbarCollapse .subnav:hover > .sub-menu,
    #navbarCollapse .subnav.is-open > .sub-menu {
        position: static !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        grid-column: 1 / -1;
        margin: 0 8px 10px !important;
        padding: 6px !important;
        background: #fff !important;
        border: 1px solid var(--line) !important;
        border-radius: 14px !important;
        box-shadow: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        white-space: normal;
        float: none !important;
    }

    #navbarCollapse .sub-menu {
        display: none !important;
    }

    #navbarCollapse .subnav.is-open > .sub-menu {
        display: block !important;
    }

    #navbarCollapse .sub-menu li a {
        padding: 10px 14px;
        color: var(--navy);
        font-size: 15px;
        border-radius: 10px;
    }

    #navbarCollapse .sub-menu li a:hover {
        background: var(--ivory);
        color: var(--navy);
    }

    .nav__expand {
        display: none;
    }

    #navbarCollapse .subnav {
        position: relative;
    }

    .ae-drawer-meta {
        display: flex;
        flex-direction: column;
        gap: 10px;
        flex: 0 0 auto;
        margin: 0;
        padding: 16px 20px 24px;
        background: #fff;
        border-top: 1px solid var(--line);
    }

    .ae-drawer-contact {
        display: flex;
        flex-direction: column;
        gap: 2px;
        padding: 10px 4px;
        color: var(--navy) !important;
        text-decoration: none;
    }

    .ae-drawer-contact span {
        color: var(--muted);
        font-size: 11px;
        font-weight: 600;
        letter-spacing: .14em;
        text-transform: uppercase;
    }

    .ae-drawer-contact strong {
        font-family: var(--serif);
        font-size: 18px;
        font-weight: 600;
        color: var(--navy);
        overflow-wrap: anywhere;
    }

    body.ae-nav-open .ae-dock {
        opacity: 0;
        pointer-events: none;
    }

    .ae-footer-facts {
        grid-template-columns: 1.2fr 0.8fr;
        gap: 24px 28px;
    }

    .ae-footer-facts > div:first-child {
        grid-column: 1 / -1;
    }

    @media (prefers-reduced-motion: reduce) {
        #navbarCollapse.collapse,
        .ae-nav-backdrop,
        .ae-nav-toggle i {
            transition: none;
        }
    }
}

@media (max-width: 991px) {
    .ae-heading {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .ae-heading-more {
        margin-bottom: 0;
    }

    .ae-about,
    #why-us.ae-about,
    .ae-contact,
    .ae-detail {
        grid-template-columns: 1fr;
    }

    .ae-about,
    #why-us.ae-about {
        min-height: 0;
    }

    .ae-about-photo {
        min-height: 0;
        height: min(42vw, 240px);
        width: 100%;
        background-position: center top;
    }

    .ae-about-copy,
    #why-us .wrap-padding {
        padding: 32px 20px 40px !important;
        max-width: none !important;
    }

    .ae-about-copy h2,
    #why-us .wrap-padding h2,
    #why-us .wrap-padding h3 {
        font-size: 26px !important;
        line-height: 1.25 !important;
        margin: 0 0 16px;
    }

    .ae-about-copy p,
    #why-us .wrap-padding p {
        text-align: left !important;
        font-size: 16px;
        line-height: 1.7;
        margin: 0 0 14px;
    }

    .ae-about-copy p:has(> br:only-child) {
        display: none;
    }

    .ae-contact-map iframe {
        min-height: 320px;
    }

    .ae-footer {
        padding: 40px 20px 0;
        text-align: center;
    }

    .ae-footer-brand {
        flex-direction: column;
        align-items: center;
        gap: 18px;
        margin-bottom: 0;
        text-align: center;
    }

    .ae-footer-kicker {
        letter-spacing: .12em;
        line-height: 1.5;
        max-width: 100%;
    }

    .ae-footer-brand strong {
        font-size: 28px;
        line-height: 1.2;
    }

    .ae-footer-cta {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
        justify-content: center;
        min-height: 48px;
    }

    .ae-footer-facts {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-top: 28px;
        padding: 24px 0;
        text-align: center;
    }

    .site-footer .ae-footer-facts p,
    .site-footer .ae-footer-facts a {
        font-size: 15px;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .ae-footer-nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 6px 8px;
        padding: 18px 0 8px;
    }

    .ae-footer-nav a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 40px;
        padding: 8px 12px;
        font-size: 12px;
        letter-spacing: .06em;
        line-height: 1.3;
        border-bottom: 0;
        text-align: center;
    }

    .ae-footer-bar {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 14px;
        padding: 18px 0 104px;
        text-align: center;
    }

    .ae-copy {
        width: 100%;
        text-align: center;
    }

    .ae-footer-meta {
        width: 100%;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 12px;
        margin-left: 0;
    }

    .ae-social {
        justify-content: center;
    }

    .site-footer a.ae-credit,
    .site-footer a.ae-credit:visited,
    .site-footer a.ae-credit:hover,
    .site-footer a.ae-credit:focus,
    .site-footer a.ae-credit:active {
        width: auto;
        padding: 0;
        border-left: 0;
        white-space: normal;
        justify-content: center;
    }

    .ae-hero-split {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .ae-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 520px;
    }

    .ae-hero-slide {
        padding: 28px 0 36px;
    }

    .ae-hero-photo {
        max-width: 420px;
        margin: 0 auto;
        width: 100%;
    }

    .ae-hero-carousel.owl-carousel .owl-nav button.owl-prev,
    .ae-hero-carousel.owl-carousel .owl-nav button.owl-next {
        width: 40px;
        height: 40px;
    }

    .ae-hero-carousel.owl-carousel .owl-nav button.owl-prev {
        left: 8px;
    }

    .ae-hero-carousel.owl-carousel .owl-nav button.owl-next {
        right: 8px;
    }

    .ae-hero .header-content,
    .owl-navigation .header-content {
        min-height: 78vh;
    }

    .ae-dock {
        left: auto;
        right: 16px;
        bottom: 16px;
        flex-direction: column;
    }

    .ae-dock a {
        flex: none;
        width: 48px;
        height: 48px;
    }

    .ae-dock a span {
        display: none;
    }

    body {
        padding-bottom: 0;
    }
}

@media (max-width: 575px) {
    .ae-tile-grid {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin: 0 auto;
    }

    .ae-about-photo {
        height: 200px;
    }

    .ae-about-copy,
    #why-us .wrap-padding {
        padding: 28px 18px 36px !important;
    }

    .ae-about-copy h2,
    #why-us .wrap-padding h2,
    #why-us .wrap-padding h3 {
        font-size: 24px !important;
    }

    .ae-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: none;
        gap: 10px;
    }

    .ae-header-aside .ae-btn-nav {
        display: none;
    }

    .ae-header-main-inner {
        min-height: 70px;
    }

    .ae-footer-nav {
        justify-content: center;
    }

    .ae-footer-brand strong {
        font-size: 26px;
    }

    .ae-footer-bar {
        padding-bottom: 112px;
    }

    #header .navbar-brand img,
    #header .ae-logo img {
        max-height: 42px;
    }

    .lernen_banner {
        padding: 16px 12px 18px !important;
    }

    .lernen_banner_title .lernen_breadcrumb {
        padding: 0;
    }

    .lernen_breadcrumb .breadcrumbs {
        gap: 6px;
    }

    .lernen_breadcrumb .breadcrumbs span a,
    .lernen_breadcrumb .breadcrumbs span.last-item {
        padding: 7px 12px;
        max-width: min(78vw, 420px);
    }
}

/* Ankara'da Estetik landing */
.ae-seo-page.wrap-bg-small {
    padding-top: 36px;
    padding-bottom: 72px;
    overflow: hidden;
}

.ae-seo-page > .container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    max-width: 1140px;
}

.ae-seo-page .ae-seo-intro,
.ae-seo-page .ae-seo-why,
.ae-seo-page .ae-seo-block,
.ae-seo-page .ae-seo-cta {
    width: 100%;
    max-width: none;
    margin: 0;
    box-sizing: border-box;
}

.ae-seo-page .ae-article-body {
    overflow: visible;
}

.ae-seo-page .ae-seo-intro h1 {
    font-size: clamp(28px, 3vw, 40px) !important;
    line-height: 1.2 !important;
}

.ae-seo-block {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-width: 0;
}

.ae-seo-page .ae-heading {
    width: 100%;
    margin: 0;
    padding-bottom: 16px;
    align-items: flex-start;
    gap: 16px 24px;
}

.ae-seo-page .ae-heading-copy {
    flex: 1 1 auto;
    min-width: 0;
}

.ae-seo-page .ae-heading-meta {
    margin-bottom: 8px;
}

.ae-seo-page .ae-heading h2 {
    font-size: clamp(22px, 2.5vw, 32px) !important;
    line-height: 1.25 !important;
    letter-spacing: -0.02em;
    overflow-wrap: anywhere;
}

.ae-seo-page .ae-heading-more {
    margin: 6px 0 0;
    flex-shrink: 0;
}

.ae-seo-page .ae-seo-lead {
    max-width: none;
    margin: 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.7;
}

.ae-seo-page .ae-tile-grid {
    width: 100%;
    max-width: none;
    margin: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.ae-seo-page .ae-tile {
    height: 100%;
    min-width: 0;
}

.ae-seo-page .ae-tile-body p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ae-proc-groups {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
    align-items: stretch;
}

.ae-proc-group {
    min-width: 0;
    background: var(--paper);
    border: 1px solid var(--line);
    padding: 20px 20px 16px;
}

.ae-proc-group h3 {
    margin: 0 0 12px;
    font-size: 17px;
    line-height: 1.3;
}

.ae-proc-group h3 a {
    color: var(--navy);
}

.ae-proc-group ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ae-proc-group li {
    max-width: 100%;
}

.ae-proc-group li a {
    display: inline-block;
    max-width: 100%;
    padding: 6px 10px;
    border: 1px solid var(--line);
    background: var(--ivory);
    color: var(--navy);
    font-size: 13px;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.ae-proc-group li a:hover {
    border-color: var(--navy);
    color: var(--navy);
}

.ae-faq {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.ae-faq details {
    background: var(--paper);
    border: 1px solid var(--line);
}

.ae-faq summary {
    cursor: pointer;
    list-style: none;
    padding: 16px 20px;
    font-weight: 600;
    color: var(--navy);
    overflow-wrap: anywhere;
}

.ae-faq summary::-webkit-details-marker {
    display: none;
}

.ae-faq details p {
    margin: 0;
    padding: 0 20px 18px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.7;
}

.ae-seo-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px 32px;
    padding: 28px 32px;
    background: var(--navy);
    color: #fff;
}

.ae-seo-cta > div:first-child {
    min-width: 0;
}

.ae-seo-cta span {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    opacity: 0.7;
    margin-bottom: 8px;
}

.ae-seo-cta strong {
    display: block;
    font-family: var(--serif);
    font-size: clamp(20px, 2.2vw, 28px);
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 8px;
    overflow-wrap: anywhere;
}

.ae-seo-cta p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.6;
    max-width: none;
}

.ae-seo-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ae-btn-ghost-light,
.ae-btn.ae-btn-ghost-light {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
}

.ae-btn-ghost-light:hover,
.ae-btn.ae-btn-ghost-light:hover {
    background: #fff !important;
    color: var(--navy) !important;
}

@media (max-width: 1199px) {
    .ae-seo-page .ae-tile-grid,
    .ae-proc-groups {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .ae-seo-page .ae-heading {
        flex-direction: column;
        align-items: flex-start;
    }

    .ae-seo-cta {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .ae-seo-page .ae-tile-grid,
    .ae-proc-groups {
        grid-template-columns: 1fr;
        max-width: none;
        margin: 0;
    }

    .ae-seo-page .ae-article,
    .ae-seo-cta {
        padding: 22px 18px;
    }
}
