:root {
    --dw-primary: #1e4d7b;
    --dw-primary-dark: #163a5f;
    --dw-accent: #2c5282;
    --dw-topbar: #1a2332;
    --dw-text: #333;
    --dw-muted: #6c757d;
    --dw-section-bg: #f4f6f8;
    --dw-font-head: 'Montserrat', sans-serif;
    --dw-font-body: 'Open Sans', sans-serif;
}

html {
    font-size: 15px;
    scroll-behavior: smooth;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
html::-webkit-scrollbar {
    display: none;
}

body.dw-body {
    font-family: var(--dw-font-body);
    color: var(--dw-text);
    margin: 0;
    background: #fff;
    overflow-x: hidden;
    max-width: 100%;
}

/* Top bar */
.dw-topbar {
    background: var(--dw-topbar);
    color: rgba(255,255,255,.85);
    font-size: .85rem;
}
.dw-topbar a {
    color: rgba(255,255,255,.9);
    text-decoration: none;
}
.dw-topbar a:hover { color: #fff; }
.dw-topbar-contacts .dw-ico { margin-right: .35rem; opacity: .8; }
.dw-topbar-links a {
    padding: .15rem .5rem;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 3px;
    font-size: .8rem;
}

/* Header — beyaz kurumsal, logo ortada */
.dw-container {
    max-width: 1400px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.dw-header {
    background: #fff;
    border-bottom: 2px solid var(--dw-primary);
    z-index: 1030;
    box-shadow: 0 1px 4px rgba(0,0,0,.06);
}

.dw-partners-bar + .dw-header {
    padding-top: 0.5rem;
}

.dw-nav-shell {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    min-height: var(--dw-header-h, 86px);
    gap: 1.5rem;
    position: relative;
}

.dw-nav-side {
    display: flex;
    align-items: center;
    width: 100%;
}

.dw-nav-left { justify-content: flex-end; }
.dw-nav-right { justify-content: flex-start; }

.dw-nav-list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 1.6rem;
    flex-wrap: nowrap;
}

.dw-nav-left .dw-nav-list {
    justify-content: flex-end;
    padding-right: 1rem;
}
.dw-nav-right .dw-nav-list {
    justify-content: flex-start;
    padding-left: 1rem;
}

.dw-nav-link {
    display: block;
    padding: .45rem 0;
    color: var(--dw-primary-dark) !important;
    text-decoration: none;
    font-family: var(--dw-font-head);
    font-weight: 700;
    font-size: .92rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    transition: color .15s, border-color .15s;
}

.dw-nav-link:hover,
.dw-nav-link:focus,
.dw-nav-link.show {
    color: var(--dw-primary) !important;
    border-bottom-color: var(--dw-primary);
    background: transparent;
}

.dw-logo-slot {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5rem .75rem;
    flex-shrink: 0;
}

.dw-logo-link {
    display: inline-block;
    line-height: 0;
    text-decoration: none;
    background: transparent;
}

.dw-logo-disc {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    line-height: 0;
    overflow: hidden;
    flex-shrink: 0;
}

.dw-logo-img {
    display: block;
    height: auto;
    width: auto;
    max-height: var(--dw-logo-size, 56px);
    max-width: var(--dw-logo-size, 56px);
    object-fit: contain;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.dw-logo-text {
    font-family: var(--dw-font-head);
    font-weight: 700;
    font-size: .95rem;
    color: var(--dw-primary-dark);
    text-align: center;
    letter-spacing: .04em;
    text-transform: uppercase;
    max-width: 200px;
    line-height: 1.3;
}

.dw-nav-toggler {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #c5cdd6 !important;
}
.dw-nav-toggler .navbar-toggler-icon {
    filter: none;
}

.dw-mobile-nav {
    display: flex;
    flex-direction: column;
    padding: .5rem 0 1rem;
    border-top: 1px solid #e8ecef;
}
.dw-mobile-link {
    color: var(--dw-primary-dark);
    text-decoration: none;
    padding: .7rem .25rem;
    font-weight: 600;
    font-size: .9rem;
    letter-spacing: .03em;
    border-bottom: 1px solid #f0f2f4;
}
.dw-mobile-link:hover { color: var(--dw-primary); }

.dw-dropdown {
    border: none;
    box-shadow: 0 8px 24px rgba(0,0,0,.2);
    border-radius: 2px;
    padding: .35rem 0;
    margin-top: .25rem;
}
.dw-dropdown .dropdown-item {
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .03em;
    padding: .5rem 1.1rem;
}
.dw-dropdown .dropdown-item:hover {
    background: var(--dw-section-bg);
    color: var(--dw-primary);
}

.dw-nav-dropdown { position: relative; }

/* Hero — karşılama metni (iç sayfalar) */
.dw-hero {
    background: #fff;
    border-bottom: 1px solid #e8ecef;
}
.dw-hero-inner {
    padding: 2rem 0 2.25rem;
    max-width: 720px;
}
.dw-hero-title {
    font-family: var(--dw-font-head);
    font-weight: 700;
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    color: var(--dw-primary-dark);
    margin: 0 0 .5rem;
    letter-spacing: .02em;
}
.dw-hero-lead {
    font-size: 1.05rem;
    color: var(--dw-muted);
    margin: 0;
    line-height: 1.6;
}

/* Üst ortak logolar */
.dw-partners-bar {
    background: #fff;
    border-bottom: 1px solid #e8ecef;
    padding: .7rem 0 .85rem;
}
.dw-partners-track {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.25rem 2rem;
}
.dw-partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    text-decoration: none;
}
.dw-partner-logo img {
    max-height: 42px;
    max-width: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Ana sayfa — bayraklar altından slayt, menü üstte bindirme */
.dw-body.dw-home {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
        "partners"
        "hero"
        "footer";
}
.dw-body.dw-home .dw-partners-bar {
    grid-area: partners;
    position: relative;
    z-index: 1040;
}
.dw-body.dw-home .dw-header {
    grid-area: hero;
    align-self: start;
    width: 100%;
    z-index: 1030;
    background: transparent;
    border-bottom: none;
    box-shadow: none;
    padding-top: 0.65rem;
}
.dw-body.dw-home .dw-main-full {
    grid-area: hero;
    width: 100%;
    min-width: 0;
}
.dw-body.dw-home .dw-nav-link {
    color: #fff !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
}
.dw-body.dw-home .dw-nav-link:hover,
.dw-body.dw-home .dw-nav-link:focus,
.dw-body.dw-home .dw-nav-link.show {
    color: #fff !important;
    border-bottom-color: rgba(255, 255, 255, 0.85);
}
.dw-body.dw-home .dw-logo-link {
    background: transparent;
}
.dw-body.dw-home .dw-logo-disc {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}
.dw-body.dw-home .dw-logo-img {
    background: transparent;
    filter: none;
}
.dw-body.dw-home .dw-logo-text {
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
}
.dw-body.dw-home .dw-nav-toggler {
    border-color: rgba(255, 255, 255, 0.6) !important;
    background: transparent;
    box-shadow: none;
}
.dw-body.dw-home .dw-nav-toggler .navbar-toggler-icon {
    filter: invert(1) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
}
.dw-body.dw-home .dw-mobile-nav {
    background: rgba(0, 0, 0, 0.45);
    border-top: none;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.dw-body.dw-home .dw-mobile-link {
    color: rgba(255, 255, 255, 0.95);
    border-bottom-color: rgba(255, 255, 255, 0.1);
}
.dw-body.dw-home .dw-mobile-link:hover {
    color: #fff;
}
.dw-body.dw-home .dw-slider-overlay {
    background: transparent;
    align-items: center;
    justify-content: center;
    padding-top: calc(var(--dw-header-h, 86px) + 0.65rem);
    padding-bottom: 0;
    box-sizing: border-box;
}
.dw-body.dw-home .dw-footer {
    grid-area: footer;
}

/* Ana sayfa slider */
.dw-slider {
    position: relative;
    overflow: hidden;
}
.dw-slider .carousel,
.dw-slider .carousel-inner,
.dw-slider .carousel-item {
    min-height: clamp(500px, 72vh, 760px);
}
.dw-body.dw-home .dw-slider .carousel,
.dw-body.dw-home .dw-slider .carousel-inner,
.dw-body.dw-home .dw-slider .carousel-item {
    min-height: clamp(560px, 82vh, 900px);
}
.dw-slider .carousel-item {
    position: relative;
}
.dw-slider-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1);
}
.dw-slider-bg-fallback {
    background: linear-gradient(135deg, #1a3a5c 0%, #2d6a8f 50%, #3a8f6e 100%);
}
.dw-slider .carousel-item.active .dw-slider-bg {
    animation: dwKenBurns 8s ease-out forwards;
}
@keyframes dwKenBurns {
    from { transform: scale(1.04); }
    to { transform: scale(1); }
}
.dw-slider-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.25);
    z-index: 2;
    pointer-events: none;
}
.dw-slider-overlay .container {
    pointer-events: auto;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    box-sizing: border-box;
}
.dw-slider-glass {
    width: min(100%, 560px);
    max-width: 560px;
    margin: 0;
    padding: 2rem 1.85rem;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 20px;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 12px 40px rgba(0,0,0,.2);
}
.dw-slider-glass.dw-animate-in {
    animation: dwFadeUp .8s ease-out;
}
@keyframes dwFadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}
.dw-slider-title {
    font-family: var(--dw-font-head);
    font-weight: 700;
    font-size: clamp(1.7rem, 3.8vw, 2.35rem);
    margin: 0 0 .4rem;
    letter-spacing: .02em;
    line-height: 1.2;
}
.dw-slider-location {
    font-family: var(--dw-font-head);
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: .25em;
    color: #7ec8ff;
    margin: 0 0 .75rem;
    text-decoration: underline;
    text-underline-offset: 4px;
}
.dw-slider-slogan-wrap {
    margin: 0 0 1.35rem;
    width: 100%;
}
.dw-slider-slogan-track {
    display: grid;
    justify-items: center;
    width: 100%;
}
.dw-slider-slogan {
    grid-area: 1 / 1;
    font-family: var(--dw-font-body);
    font-size: 1.05rem;
    font-style: italic;
    line-height: 1.45;
    margin: 0;
    padding: 0 .25rem;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    max-width: 100%;
    word-wrap: break-word;
}
.dw-slider-slogan.active {
    opacity: 0.95;
    visibility: visible;
}
.dw-slider-slogan-track:has(.dw-slider-slogan:only-child) .dw-slider-slogan {
    opacity: 0.95;
    visibility: visible;
}
.dw-slider-scroll {
    position: absolute;
    left: 50%;
    bottom: 1.35rem;
    transform: translateX(-50%);
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    color: #fff;
    font-size: 1.5rem;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: background 0.2s, transform 0.2s;
}
.dw-slider-scroll i {
    animation: dwBounceDown 2.2s ease-in-out infinite;
}
.dw-slider-scroll:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
}
@keyframes dwBounceDown {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(5px); }
}
.dw-slider-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    justify-content: center;
    width: 100%;
}
.dw-slider-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: .7rem 1.15rem;
    border-radius: 8px;
    font-family: var(--dw-font-head);
    font-weight: 600;
    font-size: .85rem;
    text-decoration: none;
    transition: transform .2s, box-shadow .2s;
    flex: 0 1 auto;
    max-width: 100%;
    white-space: normal;
    text-align: center;
}
.dw-slider-btn:hover {
    transform: translateY(-2px);
    color: #fff;
}
.dw-slider-btn-primary {
    background: var(--dw-primary);
    color: #fff;
    border: 1px solid var(--dw-primary);
}
.dw-slider-btn-primary:hover { box-shadow: 0 6px 20px rgba(30,77,123,.4); color: #fff; }
.dw-slider-btn-secondary {
    background: rgba(60,60,60,.75);
    color: #fff;
    border: 1px solid rgba(255,255,255,.3);
}
.dw-slider-btn-secondary:hover { background: rgba(80,80,80,.9); color: #fff; }
.dw-slider-dots {
    bottom: 1.25rem;
    z-index: 3;
    margin-bottom: 0;
}
.dw-slider-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255,255,255,.5);
    border: none;
}
.dw-slider-dots button.active { background-color: #7ec8ff; }

/* Haberler grid */
.dw-news-section { padding-top: 2.5rem; }
.dw-news-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 1.75rem;
    gap: 1rem;
    flex-wrap: wrap;
}
.dw-news-sub { font-size: .9rem; }
.dw-news-card {
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 14px rgba(0,0,0,.08);
    text-decoration: none;
    color: inherit;
    height: 100%;
    transition: transform .2s, box-shadow .2s;
}
.dw-news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0,0,0,.12);
    color: inherit;
}
.dw-news-card-img {
    position: relative;
    height: 180px;
    overflow: hidden;
    background: var(--dw-section-bg);
}
.dw-news-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s;
}
.dw-news-card:hover .dw-news-card-img img { transform: scale(1.05); }
.dw-news-badge {
    position: absolute;
    top: .75rem;
    left: .75rem;
    background: var(--dw-primary);
    color: #fff;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: .25rem .55rem;
    border-radius: 4px;
}
.dw-news-card-body {
    padding: 1rem 1.1rem 1.15rem;
}
.dw-news-card-body h3 {
    font-family: var(--dw-font-head);
    font-size: .95rem;
    font-weight: 600;
    margin: 0 0 .35rem;
    line-height: 1.35;
}

/* Sections */
.dw-section { padding: 3rem 0; background: #fff; }
.dw-section-alt { background: #fff; }
.dw-section-divider {
    background: #fff;
    border-top: 1px solid #e8ecef;
}
.dw-section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.75rem;
    border-bottom: 3px solid var(--dw-primary);
    padding-bottom: .75rem;
}
.dw-section-title {
    font-family: var(--dw-font-head);
    font-weight: 700;
    font-size: 1.35rem;
    color: var(--dw-primary-dark);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.dw-section-more {
    font-size: .85rem;
    font-weight: 600;
    color: var(--dw-primary);
    text-decoration: none;
}
.dw-section-more:hover { text-decoration: underline; }

/* Activity cards */
.dw-activity-card {
    display: block;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
    text-decoration: none;
    color: inherit;
    height: 100%;
    transition: transform .2s, box-shadow .2s;
}
.dw-activity-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
    color: inherit;
}
.dw-activity-img-wrap {
    height: 160px;
    overflow: hidden;
    background: var(--dw-section-bg);
}
.dw-activity-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s;
}
.dw-activity-card:hover .dw-activity-img-wrap img { transform: scale(1.05); }
.dw-activity-img-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #dce8e4, #b8d4cb);
}
.dw-activity-body { padding: 1rem; }
.dw-activity-body h3 {
    font-family: var(--dw-font-head);
    font-size: .9rem;
    font-weight: 600;
    margin: 0 0 .35rem;
    line-height: 1.35;
}
.dw-activity-date {
    font-size: .75rem;
    color: var(--dw-muted);
}

/* Shortcuts */
.dw-shortcut {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem .75rem;
    background: #f8fafb;
    border: 1px solid #dde3e8;
    border-radius: 2px;
    text-decoration: none;
    color: var(--dw-primary-dark);
    font-family: var(--dw-font-head);
    font-weight: 600;
    font-size: .78rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-align: center;
    min-height: 72px;
    transition: all .2s;
}
.dw-shortcut:hover {
    border-color: var(--dw-primary);
    background: var(--dw-primary);
    color: #fff;
}

/* Announcements */
.dw-announce-list { display: flex; flex-direction: column; gap: .75rem; }
.dw-announce-item {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    background: #fff;
    border-radius: 8px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 1px 6px rgba(0,0,0,.06);
    transition: box-shadow .2s;
}
.dw-announce-item:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,.1);
    color: inherit;
}
.dw-announce-date {
    flex-shrink: 0;
    width: 52px;
    text-align: center;
    background: var(--dw-primary);
    color: #fff;
    border-radius: 6px;
    padding: .4rem .25rem;
    line-height: 1.1;
}
.dw-announce-date .day {
    display: block;
    font-family: var(--dw-font-head);
    font-weight: 700;
    font-size: 1.25rem;
}
.dw-announce-date .month {
    display: block;
    font-size: .7rem;
    text-transform: uppercase;
}
.dw-announce-content h3 {
    font-family: var(--dw-font-head);
    font-size: .95rem;
    font-weight: 600;
    margin: 0 0 .2rem;
}

/* About */
.dw-about-text {
    font-size: .95rem;
    line-height: 1.7;
    color: #555;
}
.dw-about-text p:last-child { margin-bottom: 0; }
.dw-stat {
    background: var(--dw-section-bg);
    border-radius: 8px;
    padding: 1.25rem .5rem;
    border-top: 3px solid var(--dw-primary);
}
.dw-stat-num {
    font-family: var(--dw-font-head);
    font-weight: 700;
    font-size: 1.75rem;
    color: var(--dw-primary);
}
.dw-stat-label {
    font-size: .75rem;
    color: var(--dw-muted);
    text-transform: uppercase;
    letter-spacing: .05em;
}
.dw-btn-primary {
    background: var(--dw-primary);
    color: #fff;
    font-family: var(--dw-font-head);
    font-weight: 600;
    font-size: .85rem;
    letter-spacing: .04em;
    padding: .6rem 1.5rem;
    border-radius: 4px;
    border: none;
}
.dw-btn-primary:hover {
    background: var(--dw-primary-dark);
    color: #fff;
}

/* Footer */
.dw-footer {
    background: #1a1a2e;
    color: rgba(255,255,255,.85);
}
.dw-footer-title {
    font-family: var(--dw-font-head);
    font-weight: 700;
    font-size: 1rem;
    color: #fff;
    margin-bottom: 1rem;
}
.dw-footer-text a { color: rgba(255,255,255,.9); }
.dw-footer-links a {
    color: rgba(255,255,255,.75);
    text-decoration: none;
    line-height: 2;
}
.dw-footer-links a:hover { color: #fff; }
.dw-footer-btn {
    background: transparent;
    border: 1px solid rgba(255,255,255,.35);
    color: #fff;
}
.dw-footer-btn:hover {
    background: var(--dw-primary);
    border-color: var(--dw-primary);
    color: #fff;
}
.dw-footer-bottom {
    background: rgba(0,0,0,.25);
    color: rgba(255,255,255,.6);
}

/* Inner pages */
.dw-main-full {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.dw-main h1, .dw-main .h3 {
    font-family: var(--dw-font-head);
    color: var(--dw-primary-dark);
}

@media (max-width: 991px) {
    .dw-nav-shell {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 84px;
        padding-right: 3.25rem;
        gap: 0;
    }
    .dw-logo-slot {
        padding: .5rem .75rem;
    }
    .dw-hero-inner { padding: 1.5rem 0; }
}
