:root {
    --primary-color: #2563eb;
    --secondary-color: #1e40af;
    --accent-color: #3b82f6;
    --bg-light: #f8fafc;
    --text-main: #1e293b;
    --text-muted: #64748b;
    --white: #ffffff;
    --glass: rgba(255, 255, 255, 0.8);
    --shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --header-top-bg: #035da7;
    --header-menu-color: #0a2074;
    --header-ebelediye: #f7941d;
    --header-hizli: #e31e24;
    --font-outfit: 'Outfit', sans-serif;
}

body {
    font-family: var(--font-outfit);
    background-color: var(--bg-light) !important;
    background-image: url('../img/arkaplan.png') !important;
    background-repeat: repeat !important;
    background-size: auto !important;
    color: var(--text-main);
    line-height: 1.6;
}

/* ===== Site Header ===== */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    font-family: var(--font-outfit);
}

/* Üst bar */
.header-top {
    background: var(--header-top-bg);
    color: #ffffff;
}

.header-top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 48px;
    padding: 8px 0;
}

.header-top-left,
.header-top-right {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.header-top-phone,
.header-pazbel-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    text-decoration: none;
    font-family: var(--font-outfit);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    transition: opacity 0.2s ease;
}

.header-top-phone:hover,
.header-pazbel-link:hover {
    color: #ffffff;
    opacity: 0.85;
}

.header-whatsapp-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: #ffffff;
    border-radius: 999px;
    color: #25d366;
    text-decoration: none;
    font-family: var(--font-outfit);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    transition: box-shadow 0.2s ease;
}

.header-whatsapp-pill:hover {
    color: #25d366;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.header-whatsapp-pill i {
    font-size: 18px;
}

.header-top-social-text {
    font-family: var(--font-outfit);
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    white-space: nowrap;
}

.header-top-social {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-top-social a {
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.header-top-social a:hover {
    color: #ffffff;
    opacity: 0.8;
}

.header-personel-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border: 1.5px solid #ffffff;
    border-radius: 999px;
    color: var(--header-top-bg);
    background: #ffffff;
    text-decoration: none;
    font-family: var(--font-outfit);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    transition: background 0.2s ease, color 0.2s ease;
    white-space: nowrap;
}

.header-personel-btn:hover {
    background: var(--header-top-bg);
    color: #ffffff;
}

/* Ana navigasyon */
.header-main {
    position: relative;
    background: #ffffff;
}

.header-ataturk {
    position: absolute;
    left: calc(50% - 660px - 10px);
    top: 50%;
    transform: translate(-100%, -50%);
    z-index: 10;
}

.header-ataturk img {
    display: block;
    height: 100px;
    width: auto;
    object-fit: contain;
}

.header-main-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 110px;
    padding: 16px 0;
}

.header-logo {
    flex-shrink: 0;
}

.header-logo img {
    height: 70px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
}

.header-logo-text {
    font-family: var(--font-outfit);
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--header-menu-color);
}

.header-main-right {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
    flex: 1;
    min-width: 0;
}

.header-nav {
    flex: 1;
    display: flex;
    justify-content: center;
}

.header-nav.menuduzenle > ul,
.site-header .header-nav > ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0;
    width: auto;
    margin: 0;
    padding: 0;
    float: none !important;
    position: static;
}

.header-nav.menuduzenle > ul > li + li,
.site-header .header-nav > ul > li + li {
    margin-left: 20px;
}

.header-nav.menuduzenle > ul > li,
.site-header .header-nav > ul > li {
    position: relative;
    float: none !important;
    min-height: auto;
    margin: 0;
    padding: 0;
}

.header-nav.menuduzenle > ul > li > a,
.site-header .header-nav > ul > li > a {
    display: inline-block;
    padding: 8px 0;
    color: var(--header-menu-color);
    font-family: var(--font-outfit);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    transition: color 0.2s ease;
    background: none;
}

.header-nav.menuduzenle ul li a:hover,
.header-nav.menuduzenle ul li:hover>a,
.site-header .header-nav ul li>a:hover {
    color: var(--header-top-bg);
    background: none;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
}

.header-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border: none;
    border-radius: 999px;
    color: #ffffff;
    text-decoration: none;
    font-family: var(--font-outfit);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    white-space: nowrap;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.header-btn:hover {
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.header-btn-ebelediye {
    background: var(--header-ebelediye);
}

.header-btn-hizli {
    background: var(--header-hizli);
}

.header-user-menu {
    position: relative;
}

.header-user-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border: none;
    border-radius: 999px;
    background: var(--header-hizli);
    color: #ffffff;
    font-family: var(--font-outfit);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    white-space: nowrap;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.header-user-btn:hover,
.header-user-btn:focus,
.header-user-btn.show {
    color: #ffffff;
    background: var(--header-hizli);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.header-user-btn::after {
    display: none;
}

.header-user-chevron {
    font-size: 12px;
    opacity: 0.95;
}

.header-user-dropdown {
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(10, 32, 116, 0.12);
    padding: 8px;
    min-width: 180px;
    margin-top: 8px !important;
}

.header-user-dropdown .dropdown-item {
    font-family: var(--font-outfit);
    font-size: 14px;
    color: var(--header-menu-color);
    border-radius: 8px;
    padding: 10px 12px;
}

.header-user-dropdown .dropdown-item:hover {
    background: rgba(3, 93, 167, 0.08);
    color: var(--header-top-bg);
}

.header-mobile-toggle .mobile-toggle {
    border: none;
    background: transparent;
    color: var(--header-menu-color);
    font-size: 1.4rem;
    padding: 8px;
    cursor: pointer;
    line-height: 1;
}

.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 1090;
    background: rgba(13, 34, 118, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.mobile-menu-overlay.is-active {
    opacity: 1;
    visibility: visible;
}

/* Bootstrap modal backdrop - mobile menu overlay ile aynı */
.modal-backdrop {
    --bs-backdrop-bg: rgba(13, 34, 118, 0.45);
    --bs-backdrop-opacity: 1;
}

.mobile-menu-panel {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1100;
    width: min(86vw, 360px);
    height: 100%;
    background: #ffffff;
    box-shadow: -12px 0 40px rgba(13, 34, 118, 0.18);
    transform: translateX(105%);
    transition: transform 0.28s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.mobile-menu-panel.is-open {
    transform: translateX(0);
}

.mobile-menu-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(13, 34, 118, 0.08);
    background: #0d2276;
    color: #ffffff;
}

.mobile-menu-panel-title {
    font-family: var(--font-outfit);
    font-weight: 600;
    font-size: 18px;
}

.mobile-menu-close {
    border: none;
    background: transparent;
    color: #ffffff;
    font-size: 1.25rem;
    padding: 6px;
    line-height: 1;
    cursor: pointer;
}

.mobile-menu-nav {
    flex: 1;
    overflow-y: auto;
    padding: 8px 0;
}

.mobile-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu-item > a,
.mobile-menu-parent > a {
    display: block;
    padding: 14px 20px;
    color: #0d2276;
    text-decoration: none;
    font-family: var(--font-outfit);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.35;
}

.mobile-menu-item > a:hover,
.mobile-menu-parent > a:hover {
    background: rgba(13, 34, 118, 0.05);
    color: #0d2276;
}

.mobile-menu-parent {
    display: flex;
    align-items: stretch;
}

.mobile-menu-parent > a {
    flex: 1;
    min-width: 0;
}

.mobile-menu-accordion {
    width: 48px;
    border: none;
    background: transparent;
    color: #0d2276;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
}

.mobile-menu-item.is-open > .mobile-menu-parent .mobile-menu-accordion {
    transform: rotate(180deg);
}

.mobile-menu-submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    background: #f8fafc;
}

.mobile-menu-item.is-open > .mobile-menu-submenu {
    display: block;
}

.mobile-menu-submenu a {
    display: block;
    padding: 12px 20px 12px 28px;
    color: #475569;
    text-decoration: none;
    font-family: var(--font-outfit);
    font-size: 15px;
    border-top: 1px solid rgba(13, 34, 118, 0.05);
}

.mobile-menu-submenu a:hover {
    color: #0d2276;
    background: #eef2ff;
}

.mobile-menu-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 16px 20px 24px;
    border-top: 1px solid rgba(13, 34, 118, 0.08);
}

.mobile-menu-actions .header-btn {
    width: 100%;
    justify-content: center;
}

.mobile-personel-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 10px 18px;
    border: 1.5px solid #0d2276;
    border-radius: 999px;
    background: #ffffff;
    color: #0d2276;
    text-decoration: none;
    font-family: var(--font-outfit);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    transition: background 0.2s ease, color 0.2s ease;
}

.mobile-personel-btn:hover {
    background: #0d2276;
    color: #ffffff;
}

.mobile-menu-social {
    margin-top: 8px;
    padding-top: 16px;
    border-top: 1px solid rgba(13, 34, 118, 0.08);
}

.mobile-menu-social-title {
    display: block;
    margin-bottom: 12px;
    font-family: var(--font-outfit);
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.mobile-menu-social-links {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.mobile-menu-social-links a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(13, 34, 118, 0.08);
    color: #0d2276;
    text-decoration: none;
    font-size: 16px;
    transition: background 0.2s ease, color 0.2s ease;
}

.mobile-menu-social-links a:hover {
    background: #0d2276;
    color: #ffffff;
}

body.mobile-menu-open {
    overflow: hidden;
}

@media (min-width: 992px) {
    .mobile-menu-overlay,
    .mobile-menu-panel {
        display: none !important;
    }
}

/* Dropdown menü */
.site-header .header-nav ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    box-shadow: var(--shadow-lg);
    min-width: 180px;
    display: none;
    padding: 12px 0;
    border-radius: 12px;
    z-index: 100;
    border: 1px solid rgba(0, 0, 0, 0.05);
    visibility: visible;
    width: auto;
}

.site-header .header-nav ul li:hover>ul {
    display: block;
    animation: fadeInDown 0.3s ease;
}

.site-header .header-nav ul li ul li {
    width: 100%;
    display: block;
    padding: 0 20px;
}

.site-header .header-nav ul li ul li a {
    padding: 10px 0;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: var(--text-main);
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.site-header .header-nav ul li ul li:last-child a {
    border-bottom: none;
}

.site-header .header-nav ul li ul li a:hover {
    color: var(--header-top-bg);
}

@media (max-width: 1399.98px) {
    .header-ataturk {
        display: none !important;
    }
}

@media (max-width: 1199.98px) {
    .header-top-social-text {
        display: none;
    }

    .header-nav.menuduzenle > ul > li + li,
    .site-header .header-nav > ul > li + li {
        margin-left: 1rem;
    }

    .header-nav.menuduzenle > ul > li > a,
    .site-header .header-nav > ul > li > a {
        font-size: 15px;
    }
}

@media (max-width: 991.98px) {
    .header-top-inner {
        justify-content: center;
    }

    .header-top-right {
        display: none;
    }

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

    .header-logo img {
        height: 60px;
    }
}

@media (max-width: 575.98px) {
    .header-whatsapp-pill span {
        display: none;
    }

    .header-whatsapp-pill {
        padding: 8px 12px;
    }
}

/* ===== Hero Slider ===== */
.hero-slider {
    position: relative;
    width: 100%;
}

.hero-slider .carousel,
.hero-slider .carousel-inner,
.hero-slider .carousel-item {
    height: 900px;
}

.hero-slide-link {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.hero-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #e8edf3;
}

.hero-slide-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.35) 100%);
}

.hero-slide .container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-slide-content {
    text-align: center;
    max-width: 900px;
    padding: 0 20px;
}

@media (min-width: 992px) {
    .hero-slide-content {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
}

.hero-slide-title {
    margin: 0;
    font-family: var(--font-outfit);
    font-weight: 600;
    font-size: 58px;
    line-height: 1.15;
    color: #ffffff;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}

.hero-slide-text {
    margin: 16px 0 0;
    font-family: var(--font-outfit);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.92);
}

.hero-slider-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 5;
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 8px;
    background: #ffffff;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-slider-nav i {
    font-size: 26px;
    line-height: 1;
    display: block;
    width: 1em;
    height: 1em;
}

.hero-slider-nav:hover {
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.hero-slider-prev {
    left: 24px;
}

.hero-slider-next {
    right: 24px;
}

.hero-slider-indicators {
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 5;
}

.hero-slider-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: none;
    margin: 0;
    padding: 0;
    background: #ffffff;
    opacity: 1;
    transition: background 0.3s ease, transform 0.3s ease;
}

.hero-slider-indicators [data-bs-target].active {
    background: #f7941d;
    transform: scale(1.15);
}

@media (max-width: 991.98px) {

    .hero-slider .carousel,
    .hero-slider .carousel-inner,
    .hero-slider .carousel-item {
        height: 480px;
    }



    .hero-slide-title {
        font-size: 42px;
    }

    .hero-slide-text {
        font-size: 18px;
    }
}

@media (max-width: 575.98px) {

    .hero-slider .carousel,
    .hero-slider .carousel-inner,
    .hero-slider .carousel-item {
        height: 380px;
    }



    .hero-slide-title {
        font-size: 28px;
    }

    .hero-slide-text {
        font-size: 16px;
    }

    .hero-slider-nav {
        width: 36px;
        height: 36px;
    }

    .hero-slider-prev {
        left: 12px;
    }

    .hero-slider-next {
        right: 12px;
    }
}

/* ===== Boxtext Section ===== */
.boxtext-section {
    width: 100%;
    padding: 24px 0;
    position: relative;
    z-index: 10;
}

@media (min-width: 992px) {
    .boxtext-section {
        margin-top: -200px;
    }
}

.boxtext-row {
    display: flex;
    align-items: stretch;
    gap: 4px;
}

.boxtext-mayor-col {
    flex: 0 0 auto;
    width: auto;
}

.boxtext-grid-col {
    flex: 0 0 260px;
    width: 260px;
}

.boxtext-projects-col {
    flex: 1;
    min-width: 0;
    align-self: stretch;
    display: flex;
}

/* Proje tanıtım slider */
.boxtext-projects {
    flex: 1 1 auto;
    width: 100%;
    min-height: 100%;
    position: relative;
}

.boxtext-projects .carousel,
.boxtext-projects .carousel-inner,
.boxtext-projects .carousel-item {
    height: 100%;
}

.boxtext-project-slide {
    display: block;
    text-decoration: none;
    height: 100%;
    width: 100%;
}

.boxtext-project-slide-static {
    cursor: default;
    height: 100%;
    width: 100%;
}

.boxtext-project-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.boxtext-mayor {
    position: relative;
    height: 100%;
    background: #ffffff;
    display: flex;
    flex-direction: column;
}

.boxtext-mayor-social {
    display: flex;
    gap: 10px;
    padding: 16px 16px 0;
    position: relative;
    z-index: 3;
}

.boxtext-social-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: var(--header-top-bg);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease;
}

.boxtext-social-btn:hover {
    color: #ffffff;
    background: var(--header-menu-color);
    transform: scale(1.05);
}

.boxtext-mayor-photo-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.boxtext-mayor-photo {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}

.boxtext-mayor-photo::after {
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 45%;
    height: 100%;
    background: linear-gradient(
        105deg,
        transparent 0%,
        rgba(255, 255, 255, 0.25) 48%,
        rgba(255, 255, 255, 0.55) 50%,
        rgba(255, 255, 255, 0.25) 52%,
        transparent 100%
    );
    transform: skewX(-18deg);
    opacity: 0;
    pointer-events: none;
    z-index: 2;
}

.boxtext-mayor-photo:hover::after {
    animation: boxtextMayorShine 0.75s ease;
}

.boxtext-mayor-img {
    display: block;
    width: auto;
    object-fit: contain;
    transition: transform 0.4s ease, filter 0.4s ease;
}

.boxtext-mayor-photo:hover .boxtext-mayor-img {
    transform: scale(1.03);
    filter: brightness(1.06);
}

.boxtext-mayor-badge {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    width: max-content;
    max-width: calc(100% - 32px);
    z-index: 3;
}

@keyframes boxtextMayorShine {
    0% {
        left: -120%;
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        left: 140%;
        opacity: 0;
    }
}

.boxtext-mayor-badge-inner {
    background: #ffffff;
    padding: 15px 10px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    box-shadow: 3px 3px 0 1px #e31e24, 0 4px 16px rgba(0, 0, 0, 0.1);
}

.boxtext-mayor-badge-inner strong {
    font-family: var(--font-outfit);
    font-weight: 600;
    font-size: 17px;
    color: #0a2074;
    line-height: 1.2;
    white-space: nowrap;
}

.boxtext-mayor-badge-inner span {
    font-family: var(--font-outfit);
    font-weight: 500;
    font-size: 13px;
    color: #0a2074;
    line-height: 1.2;
    white-space: nowrap;
}

.boxtext-mayor-badge-accent {
    display: none;
}

/* Kutu gridleri */
.boxtext-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 1fr);
    height: 100%;
}

.boxtext-grid-white {
    background: #ffffff;
}

.boxtext-grid-cream {
    background: #fff1e0;
}

.boxtext-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 8px;
    text-align: center;
    text-decoration: none;
    border: 1px solid rgba(10, 32, 116, 0.08);
    transition: background 0.2s ease, color 0.2s ease;
}

.boxtext-grid-white .boxtext-item {
    border-color: #e8edf3;
}

.boxtext-grid-cream .boxtext-item {
    border-color: rgba(255, 255, 255, 0.9);
}

.boxtext-item-icon {
    width: 36px;
    height: 36px;
    object-fit: contain;
    transition: transform 0.2s ease;
}

.boxtext-item span {
    font-family: var(--font-outfit);
    font-weight: 600;
    font-size: 15px;
    color: #0d2276;
    line-height: 1.3;
    transition: color 0.2s ease;
}

.boxtext-item:hover {
    background: rgba(3, 93, 167, 0.06);
}

.boxtext-item:hover .boxtext-item-icon {
    transform: scale(1.1);
}

.boxtext-item:hover span {
    color: var(--header-top-bg);
}

.boxtext-item-button {
    border: none;
    background: transparent;
    width: 100%;
    cursor: pointer;
    font: inherit;
    text-align: inherit;
}

.baskan-mesaji-modal .modal-content {
    border: none;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(13, 34, 118, 0.18);
}

.baskan-mesaji-modal .modal-header {
    border-bottom: 1px solid #eef2f7;
    padding: 20px 24px;
}

.baskan-mesaji-modal-title {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    font-family: var(--font-outfit);
    font-weight: 700;
    font-size: 24px;
    color: #0d2276;
}

.baskan-mesaji-modal .modal-body {
    padding: 24px;
}

.baskan-mesaji-modal-image {
    border-radius: 18px;
    overflow: hidden;
    background: #f1f5f9;
    aspect-ratio: 4 / 5;
}

.baskan-mesaji-modal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.baskan-mesaji-modal-content {
    font-family: var(--font-outfit);
    font-size: 16px;
    line-height: 1.75;
    color: #334155;
}

.baskan-mesaji-modal-content h1,
.baskan-mesaji-modal-content h2,
.baskan-mesaji-modal-content h3,
.baskan-mesaji-modal-content h4 {
    color: #0d2276;
}

@media (max-width: 991.98px) {
    .baskan-mesaji-modal-image {
        aspect-ratio: 16 / 10;
    }
}

/* Hızlı Erişim modal - app launcher */
.hizli-erisim-modal.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.hizli-erisim-dialog {
    max-width: 560px;
    margin: 1.75rem auto;
    width: calc(100% - 2.5rem);
}

.hizli-erisim-modal .modal-content {
    border: none;
    border-radius: 22px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 20px 56px rgba(13, 34, 118, 0.18);
}

.hizli-erisim-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 22px 24px 14px;
}

.hizli-erisim-title {
    margin: 0;
    font-family: var(--font-outfit);
    font-weight: 600;
    font-size: 20px;
    color: #0d2276;
}

.hizli-erisim-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #f1f5f9;
    color: #64748b;
    font-size: 15px;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.hizli-erisim-close:hover {
    background: #e8edf3;
    color: #0d2276;
}

.hizli-erisim-body {
    padding: 6px 20px 24px;
}

.hizli-erisim-apps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.hizli-erisim-app {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 16px 10px;
    text-decoration: none;
    text-align: center;
    border-radius: 16px;
    -webkit-tap-highlight-color: transparent;
    transition: background 0.15s ease, transform 0.15s ease;
}

.hizli-erisim-app:hover {
    background: #f8fafc;
}

.hizli-erisim-app:active {
    background: #f1f5f9;
    transform: scale(0.96);
}

.hizli-erisim-app-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: #f4f7fb;
}

.hizli-erisim-app-icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.hizli-erisim-app-label {
    font-family: var(--font-outfit);
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    color: #334155;
}

@media (max-width: 767.98px) {
    .hizli-erisim-dialog {
        max-width: 380px;
        width: calc(100% - 2rem);
        margin: 1rem auto;
    }

    .hizli-erisim-modal .modal-content {
        border-radius: 20px;
    }

    .hizli-erisim-head {
        padding: 18px 18px 10px;
    }

    .hizli-erisim-title {
        font-size: 18px;
    }

    .hizli-erisim-body {
        padding: 4px 12px 18px;
    }

    .hizli-erisim-apps {
        gap: 6px;
    }

    .hizli-erisim-app {
        padding: 12px 6px;
        gap: 8px;
    }

    .hizli-erisim-app-icon {
        width: 56px;
        height: 56px;
    }

    .hizli-erisim-app-icon img {
        width: 30px;
        height: 30px;
    }

    .hizli-erisim-app-label {
        font-size: 12px;
    }
}

/* Proje tanıtım slider - nav */
.boxtext-project-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.boxtext-project-nav:hover {
    transform: translateY(-50%) scale(1.05);
    background: transparent;
    color: #ffffff;
    opacity: 0.85;
}

.boxtext-project-nav i {
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
}

.boxtext-project-prev {
    left: 10px;
}

.boxtext-project-next {
    right: 10px;
}

@media (max-width: 991.98px) {
    .boxtext-row {
        flex-wrap: wrap;
    }

    .boxtext-mayor-col,
    .boxtext-grid-col {
        flex: 1 1 48%;
    }

    .boxtext-projects-col {
        width: 100%;
    }

    .boxtext-projects,
    .boxtext-projects .carousel,
    .boxtext-projects .carousel-inner,
    .boxtext-projects .carousel-item {
        height: 300px;
        min-height: 300px;
    }

    .boxtext-mayor-photo {
        min-height: 280px;
    }
}

@media (max-width: 575.98px) {
    .boxtext-row {
        flex-direction: column;
    }

    .boxtext-mayor-col,
    .boxtext-grid-col,
    .boxtext-projects-col {
        width: 100%;
    }

    .boxtext-projects,
    .boxtext-projects .carousel,
    .boxtext-projects .carousel-inner,
    .boxtext-projects .carousel-item {
        height: 280px;
        min-height: 280px;
    }

    .boxtext-item-icon {
        width: 28px;
        height: 28px;
    }

    .boxtext-item span {
        font-size: 13px;
    }
}

.hero-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cms-card {
    background: var(--white);
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: var(--shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 100%;
}

.cms-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.btn-modern {
    background: var(--primary-color);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    transition: background 0.3s;
}

.btn-modern:hover {
    background: var(--secondary-color);
}

/* Advanced Corporate Layout Utilities */
.section-padding {
    padding: 120px 0;
}

.bg-slate {
    background-color: #f1f5f9;
}

.bg-dark-slate {
    background-color: #0f172a;
}

.section-tag {
    display: inline-block;
    padding: 6px 16px;
    background: #eff6ff;
    color: var(--primary-color);
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.stat-item {
    text-align: center;
    padding: 2rem;
}

.stat-number {
    font-size: 3rem;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
    display: block;
}

.stat-label {
    font-size: 1rem;
    color: var(--text-muted);
    font-weight: 600;
}

.glass-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 2rem;
    color: white;
}

.image-stack {
    position: relative;
    height: 450px;
}

.image-stack-item {
    position: absolute;
    border-radius: 20px;
    box-shadow: var(--shadow-lg);
    border: 5px solid white;
}

.image-stack-item-1 {
    width: 80%;
    height: 80%;
    top: 0;
    left: 0;
    z-index: 2;
    object-fit: cover;
}

.image-stack-item-2 {
    width: 60%;
    height: 60%;
    bottom: 0;
    right: 0;
    z-index: 1;
    object-fit: cover;
}

.feature-box {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: var(--shadow);
    color: var(--primary-color);
    font-size: 1.5rem;
}

.cta-banner {
    background: linear-gradient(rgba(37, 99, 235, 0.9), rgba(30, 64, 175, 0.9)), url('https://images.unsplash.com/photo-1497366216548-37526070297c?auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 0;
    color: white;
    border-radius: 30px;
    text-align: center;
}

/* Hierarchical Menu / Dropdown */
.menuduzenle ul li {
    position: relative;
}

.menuduzenle ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    box-shadow: var(--shadow-lg);
    min-width: 220px;
    display: none;
    padding: 15px 0;
    border-radius: 12px;
    z-index: 100;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.menuduzenle ul li:hover>ul {
    display: block;
    animation: fadeInDown 0.3s ease;
}

.menuduzenle ul li ul li {
    width: 100%;
    display: block;
    padding: 0 20px;
    margin: 0 !important;
}

.menuduzenle ul li ul li a {
    padding: 10px 0;
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.menuduzenle ul li ul li:last-child a {
    border-bottom: none;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



footer {
    background: #0265b3;
    color: white;
    padding: 60px 0 30px;
}

.footer-brand-area {
    display: flex;
    flex-direction: column;
}

.footer-logo {
    max-height: 200px;
    width: auto;
    object-fit: contain;
    align-self: flex-start;
}

.footer-address {
    font-family: var(--font-outfit);
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
    margin: 20px 0 15px 0;
}

.footer-phone {
    display: block;
    font-family: var(--font-outfit);
    font-weight: 700;
    font-size: 32px;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 5px;
    line-height: 1.1;
}

.footer-phone:hover {
    color: rgba(255, 255, 255, 0.9);
}

.footer-fax {
    display: block;
    font-family: var(--font-outfit);
    font-weight: 700;
    font-size: 32px;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 10px;
    line-height: 1.1;
}

.footer-fax:hover {
    color: rgba(255, 255, 255, 0.9);
}

.footer-fax-label {
    font-family: var(--font-outfit);
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
}

.footer-email {
    display: block;
    font-family: var(--font-outfit);
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 20px;
}

.footer-email:hover {
    color: rgba(255, 255, 255, 0.9);
}

.btn-footer-map {
    display: inline-block;
    width: max-content;
    font-family: var(--font-outfit);
    font-weight: 400;
    font-size: 16px;
    color: #035da7;
    background: #ffffff;
    padding: 8px 24px;
    border-radius: 20px;
    text-decoration: none;
    margin-bottom: 25px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-footer-map:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    color: #035da7;
}

.footer-policy-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-policy-link {
    font-family: var(--font-outfit);
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-policy-link:hover {
    color: #ffffff;
}

.footer-menu-section {
    display: flex;
    flex-direction: column;
}

.footer-menu-title {
    font-family: var(--font-outfit);
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.footer-menu-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-menu-link {
    font-family: var(--font-outfit);
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-block;
    width: max-content;
}

button.footer-menu-link {
    background: none;
    border: none;
    padding: 0;
    text-align: left;
    cursor: pointer;
}

.footer-menu-link:hover {
    color: #ffffff;
    transform: translateX(4px);
}

.footer-motto {
    font-family: var(--font-outfit);
    font-size: 26px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.footer-copy {
    font-family: var(--font-outfit);
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
}

/* ===== News Section ===== */
.news-section {
    width: 100%;
    max-width: 90%;
    margin: 40px auto;
    background: rgba(195, 195, 195, 0.2);
    border-radius: 14px;
    clear: both;
    display: block;
}

.news-outer-box {
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
}

.news-section-title {
    font-family: var(--font-outfit);
    font-weight: 600;
    font-size: 25px;
    color: #0d2276;
    text-align: center;
    margin: 0 0 28px;
    flex-shrink: 0;
    width: 100%;
}

.news-scroll-wrap {
    width: 100%;
    min-width: 0;
    margin-bottom: 28px;
    overflow: hidden;
}

.news-scroll {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    gap: 16px;
    width: 100%;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 4px;
}

.news-scroll::-webkit-scrollbar {
    display: none;
}

.news-scroll-item {
    scroll-snap-align: start;
    min-width: 0;
}

.news-card {
    position: relative;
    height: 360px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    width: 100%;
}

.news-card-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.news-card-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.4s ease;
}

.news-card:hover .news-card-bg {
    transform: scale(1.05);
}

.news-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3, 93, 167, 0) 35%, rgba(3, 93, 167, 0.85) 100%);
    z-index: 1;
}

.news-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px 10px;
    z-index: 2;
}

.news-card-title {
    font-family: var(--font-outfit);
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.35;
}

.news-card-more {
    font-family: var(--font-outfit);
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    display: inline-block;
}

.news-footer {
    display: flex;
    justify-content: center;
}

.btn-all-news {
    display: inline-block;
    font-family: var(--font-outfit);
    font-weight: 600;
    font-size: 15px;
    color: #0d2276;
    background: #ffffff;
    padding: 10px 28px;
    border-radius: 20px;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-all-news:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    color: #0d2276;
}

@media (min-width: 992px) {
    .news-scroll {
        grid-auto-columns: calc((100% - 60px) / 4);
        gap: 20px;
    }
}

@media (max-width: 1199.98px) {
    .news-card {
        height: 320px;
    }

    .news-outer-box {
        padding: 30px 20px;
    }
}

@media (max-width: 575.98px) {
    .news-section {
        max-width: 100%;
        margin: 24px auto;
        border-radius: 20px;
    }

    .news-card {
        height: 280px;
    }

    .news-outer-box {
        padding: 24px 12px;
    }

    .news-section-title {
        font-size: 22px;
        margin-bottom: 24px;
    }

    .news-card-title {
        font-size: 16px;
    }
}

/* ===== News Listing Page ===== */
.news-page-section {
    padding-bottom: 60px;
}

.news-page-section .login-main-title {
    margin-bottom: 28px;
    text-align: center;
}

.news-page-outer {
    border-radius: 32px;
    padding: 0;
}

.news-grid-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
    margin-bottom: 10px;
}

.news-grid-list .news-card {
    flex: none;
    width: 100%;
    height: 360px;
}

.news-pagination {
    display: flex;
    justify-content: center;
    margin-top: 32px;
    width: 100%;
    clear: both;
}

.news-pagination .pagination {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
}

.news-pagination .page-item .page-link {
    font-family: var(--font-outfit);
    font-weight: 500;
    font-size: 15px;
    color: #0d2276;
    background: #ffffff;
    border: 1px solid rgba(13, 34, 118, 0.12);
    border-radius: 12px;
    padding: 8px 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    transition: all 0.2s ease;
}

.news-pagination .page-item.active .page-link {
    background: #035da7;
    border-color: #035da7;
    color: #ffffff;
}

.news-pagination .page-item.disabled .page-link {
    color: #94a3b8;
    background: #f8fafc;
}

.news-pagination .page-item .page-link:hover {
    color: #035da7;
    border-color: #035da7;
}

.news-pagination .page-item.active .page-link:hover {
    color: #ffffff;
}

.news-empty {
    background: #ffffff;
    border-radius: 24px;
    padding: 48px 24px;
    text-align: center;
    font-family: var(--font-outfit);
    color: #64748b;
}

@media (max-width: 1199.98px) {
    .news-grid-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .news-page-outer {
        padding: 30px 20px;
    }
}

@media (max-width: 575.98px) {
    .news-grid-list {
        grid-template-columns: 1fr;
    }

    .news-grid-list .news-card {
        height: 300px;
    }
}

/* ===== Meclis Page ===== */
.meclis-page-section {
    padding: 32px 0 60px;
}

.meclis-page-title {
    margin-bottom: 32px !important;
    text-align: center;
}

.meclis-page-row {
    clear: both;
    width: 100%;
    margin: 0;
}

.meclis-page-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
}

.meclis-page-section .ykurultek {
    display: block;
    float: none;
    width: 100%;
    margin: 0;
    padding: 12px;
    border-radius: 16px;
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
    background: #fff;
}

.meclis-page-section .ykurulfoto {
    float: none;
    width: 100%;
    height: 180px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 8px;
}

.meclis-page-section .ykurultek h1 {
    float: none;
    padding: 14px 16px 8px;
}

.meclis-page-section .ykurultek h5 {
    float: none;
    padding: 0 16px 14px;
    margin-bottom: 0;
}

.meclis-page-section .ykurultek h5 + h5 {
    padding-top: 0;
    padding-bottom: 16px;
}

@media (max-width: 1199.98px) {
    .meclis-page-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .meclis-page-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .meclis-page-section .ykurulfoto {
        height: 200px;
    }
}

@media (max-width: 575.98px) {
    .meclis-page-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .meclis-page-section .ykurulfoto {
        height: 160px;
    }
}

/* ===== Meclis Kararları Page ===== */
.meclis-kararlari-section {
    padding-bottom: 60px;
}

.meclis-kararlari-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.meclis-kararlari-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 24px;
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid rgba(13, 34, 118, 0.08);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.meclis-kararlari-row:hover {
    border-color: rgba(13, 34, 118, 0.14);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

.meclis-kararlari-row-info {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    flex: 1;
}

.meclis-kararlari-row-icon {
    flex-shrink: 0;
    font-size: 1.25rem;
    color: #94a3b8;
}

.meclis-kararlari-row-title {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    font-family: var(--font-outfit);
    font-weight: 500;
    font-size: 16px;
    color: #1e293b;
    line-height: 1.45;
}

.meclis-kararlari-row-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.btn-meclis-karar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-outfit);
    font-weight: 500;
    font-size: 14px;
    padding: 9px 18px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    white-space: nowrap;
}

.btn-meclis-karar-view {
    color: #0d2276;
    background: #ffffff;
    border: 1px solid rgba(13, 34, 118, 0.18);
}

.btn-meclis-karar-view:hover {
    color: #0d2276;
    border-color: #0d2276;
    background: #f8fafc;
}

.btn-meclis-karar-download {
    color: #0d2276;
    background: #f1f5f9;
    border: 1px solid transparent;
}

.btn-meclis-karar-download:hover {
    color: #0d2276;
    background: #e2e8f0;
}

.meclis-kararlari-empty {
    background: #ffffff;
    border-radius: 18px;
    padding: 48px 24px;
    text-align: center;
    font-family: var(--font-outfit);
    color: #64748b;
    border: 1px solid rgba(13, 34, 118, 0.08);
}

@media (max-width: 767.98px) {
    .meclis-kararlari-row {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px 18px;
    }

    .meclis-kararlari-row-actions {
        width: 100%;
    }

    .btn-meclis-karar {
        flex: 1;
    }
}

/* ===== Nöbetçi Eczaneler Page ===== */
.nobetci-eczane-section {
    padding-bottom: 60px;
}

.nobetci-eczane-layout {
    display: grid;
    grid-template-columns: minmax(280px, 400px) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.nobetci-eczane-card {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid rgba(13, 34, 118, 0.08);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    padding: 24px;
}

.nobetci-eczane-embed {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.nobetci-eczane-embed a {
    display: block;
    margin-bottom: 12px;
}

.nobetci-eczane-embed img {
    width: 100%;
    border-radius: 8px;
    display: block;
}

.nobetci-eczane-embed iframe {
    width: 100%;
    height: 420px;
    border: none;
    display: block;
    border-radius: 8px;
    background: #f8fafc;
    overflow: hidden;
}

.nobetci-eczane-content {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid rgba(13, 34, 118, 0.08);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    padding: 28px 30px;
}

.nobetci-eczane-content h3 {
    float: none !important;
    width: 100% !important;
    margin: 22px 0 10px !important;
    font-family: var(--font-outfit);
    font-weight: 600;
    font-size: 19px;
    color: #0d2276;
    line-height: 1.35;
}

.nobetci-eczane-content h3:first-of-type {
    margin-top: 4px !important;
}

.nobetci-eczane-content p {
    margin: 0 0 14px;
    font-family: var(--font-outfit);
    font-size: 15px;
    line-height: 1.75;
    color: #475569;
}

.nobetci-eczane-content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .nobetci-eczane-layout {
        grid-template-columns: 1fr;
        max-width: 720px;
        margin: 0 auto;
    }

    .nobetci-eczane-card {
        max-width: 420px;
        margin: 0 auto;
        width: 100%;
    }
}

/* ===== Video Gallery Page ===== */
.video-gallery-section {
    padding-bottom: 60px;
}

.video-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.video-gallery-card {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.02);
    height: 100%;
}

.video-gallery-trigger {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.video-gallery-thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #0d2276;
}

.video-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.video-gallery-trigger:hover .video-gallery-thumb img {
    transform: scale(1.05);
}

.video-gallery-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(13, 34, 118, 0.28);
    transition: background 0.2s ease;
}

.video-gallery-play i {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #0d2276;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    padding-left: 4px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.video-gallery-trigger:hover .video-gallery-play {
    background: rgba(13, 34, 118, 0.42);
}

.video-gallery-body {
    padding: 18px 20px 22px;
}

.video-gallery-title {
    float: none !important;
    width: 100% !important;
    margin: 0 0 8px !important;
    font-family: var(--font-outfit);
    font-weight: 600;
    font-size: 17px;
    color: #0d2276;
    line-height: 1.35;
}

.video-gallery-desc {
    margin: 0;
    font-family: var(--font-outfit);
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
}

.video-gallery-empty {
    background: #ffffff;
    border-radius: 24px;
    padding: 48px 24px;
    text-align: center;
    font-family: var(--font-outfit);
    color: #64748b;
}

.video-gallery-modal .modal-content {
    border: none;
    border-radius: 20px;
    overflow: hidden;
}

.video-gallery-modal .modal-header {
    border-bottom: 1px solid #f1f5f9;
    padding: 16px 20px;
}

.video-gallery-modal-title {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    font-family: var(--font-outfit);
    font-weight: 600;
    font-size: 18px;
    color: #0d2276;
}

@media (max-width: 1199.98px) {
    .video-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .video-gallery-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== Photo Gallery Page ===== */
.photo-gallery-section {
    padding-top: 40px;
    padding-bottom: 60px;
}

.photo-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.photo-gallery-item {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #f1f5f9;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.photo-gallery-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(13, 34, 118, 0.14);
}

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

.photo-gallery-empty {
    background: #ffffff;
    border-radius: 24px;
    padding: 48px 24px;
    text-align: center;
    font-family: var(--font-outfit);
    color: #64748b;
}

@media (max-width: 1199.98px) {
    .photo-gallery-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .photo-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
}

/* ===== İnşaat Projeleri Category Page ===== */
.iproje-index-section,
.iproje-category-section {
    padding-bottom: 60px;
}

.iproje-showcase {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.iproje-showcase-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    border: 1px solid rgba(13, 34, 118, 0.06);
    box-shadow: 0 10px 30px rgba(13, 34, 118, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    min-height: 100%;
}

.iproje-showcase-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(13, 34, 118, 0.12);
}

.iproje-showcase-media {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: linear-gradient(135deg, #0d2276 0%, #035da7 100%);
}

.iproje-showcase-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.iproje-showcase-card:hover .iproje-showcase-media img {
    transform: scale(1.06);
}

.iproje-showcase-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 26px 24px 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.iproje-showcase-label {
    display: inline-block;
    align-self: flex-start;
    margin-bottom: 12px;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(13, 34, 118, 0.08);
    color: #0d2276;
    font-family: var(--font-outfit);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.iproje-showcase-title {
    float: none !important;
    width: 100% !important;
    margin: 0 0 22px !important;
    font-family: var(--font-outfit);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    color: #0d2276;
}

.iproje-showcase-btn {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    align-self: flex-start;
    padding: 12px 18px;
    border-radius: 999px;
    background: #0d2276;
    color: #ffffff;
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 600;
    transition: background 0.2s ease, gap 0.2s ease;
}

.iproje-showcase-card:hover .iproje-showcase-btn {
    background: #c9a227;
    gap: 14px;
}

@media (max-width: 991.98px) {
    .iproje-showcase {
        grid-template-columns: 1fr;
        max-width: 560px;
        margin: 0 auto;
    }

    .iproje-showcase-title {
        font-size: 22px !important;
    }
}

.iproje-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.iproje-card {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.02);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.iproje-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.iproje-card-image-link {
    display: block;
    text-decoration: none;
}

.iproje-card-photo {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f1f5f9;
    flex-shrink: 0;
}

.iproje-card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.iproje-card:hover .iproje-card-photo img {
    transform: scale(1.05);
}

.iproje-card-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(13, 34, 118, 0.92);
    color: #ffffff;
    font-family: var(--font-outfit);
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 999px;
}

.iproje-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 20px 22px 24px;
}

.iproje-card-content {
    flex: 1;
    margin-bottom: 18px;
}

.iproje-card-btn {
    margin-top: auto;
}

.iproje-card-title {
    float: none !important;
    width: 100% !important;
    margin: 0 0 10px !important;
    font-family: var(--font-outfit);
    font-weight: 600;
    font-size: 18px;
    line-height: 1.35;
}

.iproje-card-title a {
    color: #0d2276;
    text-decoration: none;
}

.iproje-card-title a:hover {
    color: #c9a227;
}

.iproje-card-meta,
.iproje-card-address {
    margin: 0 0 6px;
    font-family: var(--font-outfit);
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
}

.iproje-card-meta i {
    color: #0d2276;
    margin-right: 6px;
}

.iproje-empty {
    background: #ffffff;
    border-radius: 24px;
    padding: 48px 24px;
    text-align: center;
    font-family: var(--font-outfit);
    color: #64748b;
}

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

@media (max-width: 575.98px) {
    .iproje-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== İnşaat Projeleri Single Page ===== */
.iproje-single-section {
    padding-bottom: 60px;
}

.iproje-single-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.iproje-single-title {
    float: none !important;
    width: 100% !important;
    margin: 0 0 12px !important;
    font-family: var(--font-outfit);
    font-weight: 700;
    font-size: 32px;
    color: #0d2276;
    line-height: 1.25;
}

.iproje-single-badge {
    display: inline-block;
    background: rgba(13, 34, 118, 0.92);
    color: #ffffff;
    font-family: var(--font-outfit);
    font-size: 13px;
    font-weight: 600;
    padding: 7px 14px;
    border-radius: 999px;
    margin-bottom: 20px;
}

.iproje-single-photo {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 24px;
    background: #f1f5f9;
}

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

.iproje-info-box {
    background: #f8fafc;
    border-radius: 18px;
    padding: 20px 22px;
    margin-bottom: 28px;
}

.iproje-info-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 14px;
}

.iproje-info-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-family: var(--font-outfit);
    font-size: 15px;
    color: #334155;
}

.iproje-info-list i {
    width: 18px;
    color: #0d2276;
    margin-top: 3px;
    flex-shrink: 0;
}

.iproje-info-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 2px;
}

.iproje-info-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.iproje-info-btn {
    width: auto;
    min-width: 180px;
    padding: 12px 20px;
}

.iproje-info-btn-outline {
    background: #ffffff;
    color: #0d2276;
    border: 1px solid #cbd5e1;
}

.iproje-info-btn-outline:hover {
    background: #0d2276;
    color: #ffffff;
    border-color: #0d2276;
}

.iproje-single-content {
    font-family: var(--font-outfit);
    font-size: 16px;
    line-height: 1.75;
    color: #334155;
    margin-bottom: 32px;
}

.iproje-single-content h1,
.iproje-single-content h2,
.iproje-single-content h3,
.iproje-single-content h4 {
    float: none !important;
    width: 100% !important;
    color: #0d2276;
    margin: 0 0 12px;
}

.iproje-gallery-block,
.iproje-map-block {
    margin-bottom: 32px;
}

.iproje-gallery-title {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px !important;
    font-family: var(--font-outfit);
    font-weight: 600;
    font-size: 22px;
    color: #0d2276;
}

.iproje-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.iproje-gallery-item {
    display: block;
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #f1f5f9;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s ease;
}

.iproje-gallery-item:hover {
    transform: translateY(-2px);
}

.iproje-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.iproje-map-wrap {
    border-radius: 18px;
    overflow: hidden;
    background: #f1f5f9;
}

.iproje-map-wrap iframe {
    width: 100%;
    min-height: 320px;
    border: 0;
    display: block;
}

.iproje-sidebar {
    background: #ffffff;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.02);
    position: sticky;
    top: 24px;
}

.iproje-sidebar-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 600;
    color: #0d2276;
    text-decoration: none;
}

.iproje-sidebar-back:hover {
    color: #c9a227;
}

.iproje-sidebar-title {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px !important;
    font-family: var(--font-outfit);
    font-weight: 600;
    font-size: 20px;
    color: #0d2276;
}

.iproje-sidebar-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 18px;
}

.iproje-sidebar-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    border-radius: 14px;
    text-decoration: none;
    transition: background 0.2s ease;
}

.iproje-sidebar-item:hover {
    background: #f8fafc;
}

.iproje-sidebar-thumb {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    background: #f1f5f9;
}

.iproje-sidebar-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.iproje-sidebar-name {
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 600;
    color: #0d2276;
    line-height: 1.4;
}

.iproje-sidebar-empty {
    margin: 0;
    font-family: var(--font-outfit);
    font-size: 14px;
    color: #64748b;
}

.iproje-sidebar-btn {
    width: 100%;
}

@media (max-width: 991.98px) {
    .iproje-sidebar {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .iproje-single-card {
        padding: 20px;
    }

    .iproje-single-title {
        font-size: 26px;
    }

    .iproje-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .iproje-info-btn {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .iproje-gallery-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== Duyurular Page ===== */
.duyuru-page-section {
    padding-bottom: 60px;
}

.duyuru-category-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.duyuru-category-link {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 600;
    color: #0d2276;
    text-decoration: none;
    transition: all 0.2s ease;
}

.duyuru-category-link:hover,
.duyuru-category-link.is-active {
    background: #0d2276;
    border-color: #0d2276;
    color: #ffffff;
}

.duyuru-category-desc {
    background: #ffffff;
    border-radius: 18px;
    padding: 18px 22px;
    margin-bottom: 24px;
    font-family: var(--font-outfit);
    font-size: 15px;
    color: #64748b;
    line-height: 1.6;
}

.duyuru-page-section .news-card-content {
    display: flex;
    flex-direction: column;
    top: auto;
    bottom: 0;
    min-height: 42%;
    padding: 20px 16px 18px;
}

.duyuru-page-section .news-card-title {
    margin-bottom: 8px;
}

.duyuru-page-section .duyuru-card-excerpt {
    margin: 0;
    font-family: var(--font-outfit);
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
    flex: 1;
}

.duyuru-page-section .news-card-more {
    margin-top: auto;
    padding-top: 12px;
}

.duyuru-single-date {
    margin: 0 0 20px;
    font-family: var(--font-outfit);
    font-size: 14px;
    color: #64748b;
}

.duyuru-single-date i {
    margin-right: 6px;
}

.duyuru-single-image {
    margin-bottom: 24px;
}

.duyuru-single-video {
    margin-bottom: 24px;
    border-radius: 18px;
    overflow: hidden;
}

.haber-share-block {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #eef2f7;
}

.haber-share-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.haber-share-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.haber-share-btn:hover {
    color: #ffffff;
    transform: translateY(-1px);
    opacity: 0.92;
}

.haber-share-facebook {
    background: #1877f2;
}

.haber-share-x {
    background: #000000;
}

.haber-share-whatsapp {
    background: #25d366;
}

/* ===== Özgeçmiş Sayfa ===== */
.ozgecmis-page-section {
    padding-bottom: 60px;
}

.ozgecmis-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(13, 34, 118, 0.06);
}

.ozgecmis-image {
    border-radius: 20px;
    overflow: hidden;
    background: #f1f5f9;
    aspect-ratio: 4 / 5;
}

.ozgecmis-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ozgecmis-content {
    font-family: var(--font-outfit);
    font-size: 16px;
    line-height: 1.75;
    color: #334155;
}

.ozgecmis-content h1,
.ozgecmis-content h2,
.ozgecmis-content h3,
.ozgecmis-content h4 {
    color: #0d2276;
}

.ozgecmis-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.ozgecmis-gallery-item {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 1;
}

.ozgecmis-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 991.98px) {
    .ozgecmis-card {
        padding: 20px;
    }

    .ozgecmis-image {
        aspect-ratio: 16 / 10;
    }

    .ozgecmis-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* ===== Standart Sayfa ===== */
.sayfa-page-section {
    padding-bottom: 60px;
}

.sayfa-top-image {
    width: 100%;
    aspect-ratio: 21 / 8;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 28px;
    background: #f1f5f9;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.sayfa-top-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sayfa-single-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.sayfa-single-title {
    float: none !important;
    width: 100% !important;
    margin: 0 0 20px !important;
    font-family: var(--font-outfit);
    font-weight: 700;
    font-size: 32px;
    color: #0d2276;
    line-height: 1.25;
}

.sayfa-single-content {
    font-family: var(--font-outfit);
    font-size: 16px;
    line-height: 1.75;
    color: #334155;
}

.sayfa-single-content h1,
.sayfa-single-content h2,
.sayfa-single-content h3,
.sayfa-single-content h4 {
    float: none !important;
    width: 100% !important;
    color: #0d2276;
    margin: 0 0 12px;
}

.sayfa-single-content p {
    margin-bottom: 1rem;
}

/* Standart sayfa: yazı tipi/boyutu HTML içerikten gelir */
.sayfa-page-section .sayfa-html-content {
    width: 100%;
}

.sayfa-page-section .sayfa-html-content img,
.sayfa-page-section .sayfa-html-content video,
.sayfa-page-section .sayfa-html-content iframe {
    max-width: 100%;
    height: auto;
}

.sayfa-page-section .sayfa-html-content table {
    max-width: 100%;
}

.sayfa-sidebar {
    background: #ffffff;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.02);
    position: sticky;
    top: 24px;
}

.sayfa-sidebar-title {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px !important;
    font-family: var(--font-outfit);
    font-weight: 600;
    font-size: 20px;
    color: #0d2276;
}

.sayfa-sidebar-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sayfa-sidebar-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 14px;
    text-decoration: none;
    transition: background 0.2s ease;
}

.sayfa-sidebar-item:hover,
.sayfa-sidebar-item.is-active {
    background: #f8fafc;
}

.sayfa-sidebar-item.is-active .sayfa-sidebar-name {
    color: #c9a227;
}

.sayfa-sidebar-thumb {
    width: 52px;
    height: 52px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    background: #f1f5f9;
}

.sayfa-sidebar-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sayfa-sidebar-name {
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 600;
    color: #0d2276;
    line-height: 1.4;
}

.sayfa-sidebar-empty {
    margin: 0;
    font-family: var(--font-outfit);
    font-size: 14px;
    color: #64748b;
}

@media (max-width: 991.98px) {
    .sayfa-sidebar {
        position: static;
    }

    .sayfa-top-image {
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 767.98px) {
    .sayfa-single-card {
        padding: 20px;
    }

    .sayfa-single-title {
        font-size: 26px;
    }
}

/* ===== Müdürlükler Page ===== */
.mudurluk-page-section {
    padding-bottom: 60px;
}

.mudurluk-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.mudurluk-card {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.02);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.mudurluk-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.mudurluk-card-photo {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f1f5f9;
    flex-shrink: 0;
}

.mudurluk-card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.mudurluk-card:hover .mudurluk-card-photo img {
    transform: scale(1.04);
}

.mudurluk-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 20px 22px 24px;
}

.mudurluk-card-content {
    flex: 1;
    margin-bottom: 18px;
}

.mudurluk-card-btn {
    margin-top: auto;
    width: 100%;
    text-decoration: none;
}

.mudurluk-card-title {
    float: none !important;
    width: 100% !important;
    margin: 0 0 10px !important;
    font-family: var(--font-outfit);
    font-weight: 600;
    font-size: 18px;
    color: #0d2276;
    line-height: 1.35;
}

.mudurluk-card-meta,
.mudurluk-card-address {
    margin: 0 0 8px;
    font-family: var(--font-outfit);
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
}

.mudurluk-card-meta i {
    color: #035da7;
    margin-right: 6px;
}

.mudurluk-empty {
    background: #ffffff;
    border-radius: 24px;
    padding: 48px 24px;
    text-align: center;
    font-family: var(--font-outfit);
    color: #64748b;
}

.mudurluk-single-card {
    background: #ffffff;
    border-radius: 32px;
    padding: 32px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.015);
    border: 1px solid rgba(0, 0, 0, 0.02);
    height: 100%;
}

.mudurluk-single-title {
    float: none !important;
    width: 100% !important;
    margin: 0 0 24px !important;
    font-family: var(--font-outfit);
    font-weight: 600;
    font-size: 28px;
    color: #0d2276;
    line-height: 1.25;
}

.mudurluk-single-photo {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: #f1f5f9;
    margin-bottom: 24px;
}

.mudurluk-single-photo img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 360px;
}

.mudurluk-contact-box {
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    border-radius: 20px;
    padding: 20px 22px;
    margin-bottom: 24px;
}

.mudurluk-contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mudurluk-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-family: var(--font-outfit);
    font-size: 15px;
    color: #334155;
    line-height: 1.5;
}

.mudurluk-contact-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 4px;
}

.mudurluk-contact-list i {
    color: #035da7;
    margin-top: 4px;
    width: 16px;
    text-align: center;
    flex-shrink: 0;
}

.mudurluk-contact-list a {
    color: #035da7;
    text-decoration: none;
}

.mudurluk-single-content {
    font-family: var(--font-outfit);
    font-size: 16px;
    line-height: 1.75;
    color: #334155;
    border-top: 1px solid #f1f5f9;
    padding-top: 24px;
}

.mudurluk-sidebar {
    background: #ffffff;
    border-radius: 32px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.015);
    border: 1px solid rgba(0, 0, 0, 0.02);
    position: sticky;
    top: 24px;
}

.mudurluk-sidebar-title {
    float: none !important;
    width: 100% !important;
    margin: 0 0 18px !important;
    padding-bottom: 14px;
    border-bottom: 1px solid #f1f5f9;
    font-family: var(--font-outfit);
    font-weight: 600;
    font-size: 18px;
    color: #0d2276;
}

.mudurluk-sidebar-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mudurluk-sidebar-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    border-radius: 16px;
    text-decoration: none;
    color: inherit;
    transition: background 0.2s ease, transform 0.2s ease;
}

.mudurluk-sidebar-item:hover {
    background: #f8fafc;
    transform: translateX(2px);
}

.mudurluk-sidebar-thumb {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    background: #f1f5f9;
}

.mudurluk-sidebar-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mudurluk-sidebar-name {
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 600;
    color: #0d2276;
    line-height: 1.4;
}

.mudurluk-sidebar-empty {
    margin: 0;
    font-family: var(--font-outfit);
    font-size: 14px;
    color: #64748b;
}

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

@media (max-width: 991.98px) {
    .mudurluk-sidebar {
        position: static;
    }
}

@media (max-width: 575.98px) {
    .mudurluk-grid {
        grid-template-columns: 1fr;
    }

    .mudurluk-outer-box,
    .mudurluk-single-card {
        padding: 24px 18px;
    }
}

/* ===== Social Section ===== */
.social-section {
    padding: 60px 0;
    width: 100%;
}

.social-grid {
    display: flex;
    gap: 24px;
    width: 100%;
}

.social-card {
    flex: 1;
    min-width: 0;
    background: #ffffff;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}

.social-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(10, 32, 116, 0.06);
    border-color: rgba(10, 32, 116, 0.1);
}

.social-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.social-profile {
    display: flex;
    align-items: center;
    gap: 12px;
}

.social-profile-logo {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: contain;
    padding: 3px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.social-profile-info {
    display: flex;
    flex-direction: column;
}

.social-profile-name {
    font-family: var(--font-outfit);
    font-weight: 600;
    font-size: 15px;
    color: #000000;
    line-height: 1.2;
}

.social-profile-handle {
    font-family: var(--font-outfit);
    font-weight: 400;
    font-size: 12px;
    color: #718096;
    margin-top: 2px;
}

.social-action {
    display: flex;
    align-items: center;
    gap: 8px;
}

.social-platform-icon {
    font-size: 22px;
    line-height: 1;
    display: inline-block;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.social-card:hover .social-platform-icon {
    transform: scale(1.15) rotate(-8deg);
}

.social-platform-icon.insta-icon {
    color: #e1306c;
}

.social-platform-icon.face-icon {
    color: #1877f2;
}

.social-platform-icon.x-icon {
    color: #0f1419;
}

.btn-follow {
    display: inline-block;
    font-family: var(--font-outfit);
    font-weight: 600;
    font-size: 12px;
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 20px;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.btn-follow:hover {
    opacity: 0.9;
    color: #ffffff;
    transform: scale(1.05);
}

.follow-insta {
    background: #0095f6;
}

.follow-face {
    background: #1877f2;
}

.follow-x {
    background: #0f1419;
}

.social-card-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.social-post-link {
    display: block;
    text-decoration: none;
}

.social-post-brand {
    display: block;
    width: 100%;
    height: 250px;
    border-radius: 0;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.social-card:hover .social-post-brand {
    transform: scale(1.02);
}

.social-post-image {
    width: 100%;
    height: 240px;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.social-card:hover .social-post-image {
    transform: scale(1.03);
}

.social-post-caption {
    font-family: var(--font-outfit);
    font-weight: 400;
    font-size: 13px;
    color: #000000;
    line-height: 1.45;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .social-grid {
        flex-direction: column;
        gap: 20px;
    }
}

/* ===== Project Section ===== */
.project-section {
    padding: 0px 0 60px;
    width: 100%;
}

.project-grid {
    display: flex;
    gap: 20px;
    width: 100%;
}

.project-card {
    flex: 1;
    min-width: 0;
    background: #ffffff;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.03);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.project-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
}

.project-card-image {
    width: 100px;
    height: 120px;
    border-radius: 11px;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}

.project-card-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
}

.project-card-title {
    font-family: var(--font-outfit);
    font-weight: 500;
    font-size: 18px;
    color: #8e91a2;
    margin: 0;
    line-height: 1.25;
}

.btn-project-detay {
    display: inline-block;
    width: max-content;
    font-family: var(--font-outfit);
    font-weight: 500;
    font-size: 14px;
    color: #8e91a2;
    border: 1px solid #8e91a2;
    padding: 6px 20px;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    transition: all 0.2s ease;
    background: #ffffff;
}

.btn-project-detay:hover {
    background: #f8fafc;
    border-color: #718096;
    color: #4a5568;
}

@media (max-width: 1199.98px) {
    .project-grid {
        flex-wrap: wrap;
    }

    .project-card {
        flex: 1 1 calc(50% - 10px);
    }
}

@media (max-width: 767.98px) {
    .project-grid {
        flex-direction: column;
        gap: 15px;
    }

    .project-card {
        flex: 1 1 100%;
    }
}

/* ===== Login Section ===== */
.login-section {
    padding: 30px 0;
    width: 100%;
    clear: both;
    display: block;
    background-image: url('../img/arkaplan.png');
    background-repeat: repeat;
    background-position: top center;
}

.login-main-title {
    float: none !important;
    clear: both;
    background: #ffffff;
    border-radius: 20px;
    padding: 20px 40px;
    font-family: var(--font-outfit);
    font-weight: 600;
    font-size: 16px;
    color: #0d2276;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.015);
    border: 1px solid rgba(0, 0, 0, 0.02);
    display: block;
    width: 100% !important;
    margin: 0 0 28px !important;
}

/* ===== 404 Sayfası ===== */
.error-404-section {
    padding-bottom: 80px;
}

.error-404-card {
    max-width: 640px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 28px;
    padding: 48px 32px;
    text-align: center;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.error-404-code {
    font-family: var(--font-outfit);
    font-weight: 700;
    font-size: clamp(72px, 14vw, 120px);
    line-height: 1;
    color: #e8ecf8;
    letter-spacing: -0.04em;
    margin-bottom: 8px;
}

.error-404-title {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px !important;
    font-family: var(--font-outfit);
    font-weight: 700;
    font-size: clamp(24px, 4vw, 32px);
    color: #0d2276;
}

.error-404-text {
    font-family: var(--font-outfit);
    font-size: 16px;
    line-height: 1.7;
    color: #64748b;
    margin: 0 0 28px;
}

.error-404-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.error-404-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 12px;
    font-family: var(--font-outfit);
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.error-404-btn:hover {
    transform: translateY(-1px);
    text-decoration: none;
}

.error-404-btn-primary {
    background: #0d2276;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(13, 34, 118, 0.18);
}

.error-404-btn-primary:hover {
    color: #ffffff;
    background: #0a1a5c;
}

.error-404-btn-outline {
    background: #ffffff;
    color: #0d2276;
    border: 1px solid #cbd5e1;
}

.error-404-btn-outline:hover {
    color: #0d2276;
    border-color: #0d2276;
}

.login-card-left {
    background: #ffffff;
    border-radius: 32px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.015);
    border: 1px solid rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
}

.login-form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

.login-label {
    font-family: var(--font-outfit);
    font-weight: 600;
    font-size: 16px;
    color: #0d2276;
}

input.login-input[type="text"],
input.login-input[type="email"],
input.login-input[type="password"],
input.login-input[type="number"],
.login-input {
    font-family: var(--font-outfit) !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #334155 !important;
    padding: 16px 28px !important;
    border-radius: 26px !important;
    border: 1px solid #f1f5f9 !important;
    background: #f5f5f6 !important;
    outline: none !important;
    transition: all 0.2s ease !important;
    width: 100% !important;
    height: auto !important;
    box-shadow: none !important;
    margin: 0 !important;
}

input.login-input[type="text"]::placeholder,
input.login-input[type="email"]::placeholder,
input.login-input[type="password"]::placeholder,
input.login-input[type="number"]::placeholder,
.login-input::placeholder {
    color: #94a3b8 !important;
}

input.login-input[type="text"]:focus,
input.login-input[type="email"]:focus,
input.login-input[type="password"]:focus,
input.login-input[type="number"]:focus,
.login-input:focus {
    border-color: #cbd5e1 !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(13, 34, 118, 0.02) !important;
}

.btn-login-submit {
    display: block;
    width: 100%;
    font-family: var(--font-outfit);
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    background: #98be29;
    border: none;
    padding: 14px;
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-top: 10px;
    text-align: center;
}

.btn-login-submit:hover {
    background: #87aa22;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(152, 190, 41, 0.2);
}

.login-forgot-intro {
    margin: 0 0 20px;
    font-family: var(--font-outfit);
    font-size: 15px;
    line-height: 1.6;
    color: #64748b;
}

.login-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 500;
    color: #0d2276;
    text-decoration: none;
    transition: color 0.2s ease;
}

.login-back-link:hover {
    color: #035da7;
}

.otp-back-link {
    margin-top: 16px;
}

.login-info-card {
    background: #ffffff;
    border-radius: 32px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.015);
    border: 1px solid rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.login-info-title {
    font-family: var(--font-outfit);
    font-weight: 500;
    font-size: 17px;
    color: #0d2276;
    margin: 0;
}

.forgot-title {
    font-family: var(--font-outfit) !important;
    font-weight: 500 !important;
    font-size: 17px !important;
    color: #0d2276 !important;
}

.login-info-desc {
    font-family: var(--font-outfit);
    font-weight: 400;
    font-size: 16px;
    color: #909090;
    margin: 0;
    line-height: 1.5;
}

.btn-login-info {
    display: inline-block;
    width: max-content;
    font-family: var(--font-outfit);
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    padding: 10px 24px;
    border-radius: 999px;
    text-decoration: none;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-forgot {
    background: #f58200;
}

.btn-forgot:hover {
    background: #dd7500;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(245, 130, 0, 0.25);
}

.btn-units {
    background: #005fa8;
}

.btn-units:hover {
    background: #004f8c;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 95, 168, 0.25);
}

.login-documents-card {
    background: #ffffff;
    border-radius: 50px;
    padding: 20px 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.015);
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.login-documents-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    width: 100%;
}

.login-doc-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-decoration: none;
    color: #0d2276;
    transition: transform 0.2s ease, color 0.2s ease;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.login-doc-item:last-child {
    border-right: none;
}

.login-doc-item:hover {
    transform: translateY(-2px);
    color: #005fa8;
}

.login-doc-icon-wrap {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border: 1px solid #f1f5f9;
}

.login-doc-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.login-doc-name {
    font-family: var(--font-outfit);
    font-weight: 700;
    font-size: 16px;
    color: #2b2b2b;
}

/* ===== Bordro / Profil Dashboard ===== */
.bordro-section {
    padding-bottom: 50px;
}

.bordro-header-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: #ffffff;
    border-radius: 20px;
    padding: 20px 28px;
    margin-bottom: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.015);
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.bordro-page-title {
    margin: 0;
    font-family: var(--font-outfit);
    font-weight: 600;
    font-size: 18px;
    color: #0d2276;
}

.bordro-filter-form {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bordro-year-select {
    min-width: 120px;
    margin: 0 !important;
    height: auto !important;
    min-height: 44px;
    font-family: var(--font-outfit);
    font-size: 15px !important;
    color: #334155;
    padding: 12px 18px !important;
    border-radius: 999px !important;
    border: 1px solid #e2e8f0 !important;
    background: #f8fafc !important;
    box-shadow: none !important;
    outline: none;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%230d2276' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 16px center !important;
    padding-right: 40px !important;
}

.bordro-year-select:focus {
    border-color: #cbd5e1 !important;
    background-color: #ffffff !important;
}

.btn-bordro-filter {
    border: none;
    border-radius: 999px;
    padding: 12px 28px;
    background: #f7941d;
    color: #ffffff;
    font-family: var(--font-outfit);
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
}

.btn-bordro-filter:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(247, 148, 29, 0.25);
}

.bordro-table-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.015);
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.bordro-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

.bordro-table thead th {
    background: #f8fafc;
    padding: 18px 24px;
    font-family: var(--font-outfit);
    font-weight: 600;
    font-size: 15px;
    color: #0d2276;
    border-bottom: 1px solid #eef2f7;
    white-space: nowrap;
}

.bordro-table tbody td {
    padding: 20px 24px;
    font-family: var(--font-outfit);
    font-size: 15px;
    color: #334155;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: middle;
}

.bordro-table tbody tr:last-child td {
    border-bottom: none;
}

.bordro-title-cell {
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 500;
    color: #1e293b;
}

.bordro-pdf-icon {
    width: 34px;
    height: 34px;
    object-fit: contain;
    flex-shrink: 0;
}

.bordro-amount {
    font-weight: 700;
    color: #0d2276;
    white-space: nowrap;
}

.bordro-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.bordro-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bordro-action-btn:hover {
    transform: scale(1.05);
}

.bordro-action-view {
    background: #fff4e8;
    color: #f7941d;
    font-size: 14px;
}

.bordro-action-pdf {
    background: #fde8e8;
    color: #e31e24;
    font-family: var(--font-outfit);
    font-weight: 700;
    font-size: 11px;
}

.bordro-empty {
    text-align: center;
    color: #64748b;
    padding: 40px 24px !important;
}

@media (max-width: 991.98px) {
    .bordro-header-card {
        flex-direction: column;
        align-items: stretch;
    }

    .bordro-filter-form {
        width: 100%;
    }

    .bordro-year-select {
        flex: 1;
    }

    .bordro-table thead {
        display: none;
    }

    .bordro-table tbody tr {
        display: block;
        padding: 16px 20px;
        border-bottom: 1px solid #f1f5f9;
    }

    .bordro-table tbody td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        padding: 8px 0;
        border: none;
    }

    .bordro-table tbody td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #0d2276;
    }

    .bordro-actions {
        justify-content: flex-end;
    }
}

/* ===== Bordro Fiş Modal ===== */
.bordro-modal-content {
    border: none;
    border-radius: 16px;
}

.bordro-slip {
    color: #111;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.bordro-slip-toolbar {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-bottom: 12px;
}

.bordro-slip-btn {
    border: none;
    border-radius: 999px;
    padding: 8px 14px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.bordro-slip-print { background: #f59e0b; }
.bordro-slip-pdf { background: #e11d48; }

.bordro-slip table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.bordro-slip th,
.bordro-slip td {
    border: 1px solid #333;
    padding: 5px 6px;
    vertical-align: top;
}

.bordro-slip-meta td {
    width: 33.33%;
}

.bordro-slip-field {
    display: flex;
    gap: 8px;
    margin-bottom: 4px;
}

.bordro-slip-field span {
    min-width: 95px;
    color: #333;
    font-weight: 600;
}

.bordro-slip-field strong {
    font-weight: 700;
}

.bordro-slip-days th {
    background: #f3f4f6;
    text-align: center;
}

.bordro-slip-days td {
    text-align: center;
}

.bordro-slip-note {
    border: 1px solid #333;
    padding: 6px 8px;
    margin-bottom: 10px;
    font-weight: 600;
}

.bordro-slip-grid {
    display: grid;
    grid-template-columns: 1.1fr 1.3fr 0.9fr;
    gap: 8px;
}

.bordro-slip-col-title {
    border: 1px solid #333;
    border-bottom: none;
    background: #f8fafc;
    padding: 6px 8px;
    font-weight: 700;
    text-align: center;
}

.bordro-slip-col-title-split {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    text-align: left;
}

.bordro-slip-inner,
.bordro-slip-totals {
    margin-bottom: 0;
}

.bordro-slip-section td {
    background: #f3f4f6;
}

.bordro-slip-totals {
    margin-top: 8px;
}

.bordro-slip-net td {
    background: #e2e8f0;
}

.bordro-slip-confirm {
    margin-top: 10px;
    border: 1px solid #333;
    min-height: 120px;
    padding: 10px;
    font-size: 11px;
    line-height: 1.5;
}

.bordro-slip .text-end {
    text-align: right;
}

@media (max-width: 991.98px) {
    .bordro-slip-grid {
        grid-template-columns: 1fr;
    }
}

@media print {
    @page {
        size: A4 landscape;
        margin: 8mm;
    }

    html, body {
        background: #fff !important;
        height: auto !important;
        overflow: visible !important;
    }

    body.bordro-printing * {
        visibility: hidden !important;
    }

    body.bordro-printing #bordroSlipPrint,
    body.bordro-printing #bordroSlipPrint * {
        visibility: visible !important;
    }

    body.bordro-printing #bordroSlipPrint {
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        background: #fff !important;
        box-shadow: none !important;
    }

    body.bordro-printing .modal,
    body.bordro-printing .modal-dialog,
    body.bordro-printing .modal-content,
    body.bordro-printing .modal-body {
        position: static !important;
        transform: none !important;
        overflow: visible !important;
        max-height: none !important;
        height: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        border: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    body.bordro-printing .modal-backdrop,
    body.bordro-printing .no-print,
    body.bordro-printing .modal-header,
    body.bordro-printing .btn-close,
    body.bordro-printing .bordro-slip-toolbar {
        display: none !important;
        visibility: hidden !important;
    }

    body.bordro-printing .bordro-slip-grid {
        grid-template-columns: 1.1fr 1.3fr 0.9fr !important;
    }
}

@media (max-width: 991.98px) {
    .login-documents-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .login-doc-item {
        border-right: none;
        padding: 10px;
    }
}

@media (max-width: 767.98px) {
    .login-documents-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .login-doc-item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        padding: 15px 0;
        justify-content: flex-start;
    }

    .login-doc-item:last-child {
        border-bottom: none;
    }
}

/* ===== OTP / Phone Verification ===== */
.otp-section {
    padding: 40px 0 60px;
    background-image: url('../img/arkaplan.png');
    background-repeat: repeat;
    background-position: top center;
}

.otp-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    max-width: 980px;
    margin: 0 auto;
}

.otp-phone-3d {
    perspective: 1200px;
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.otp-phone-device {
    width: 280px;
    height: 560px;
    background: linear-gradient(145deg, #1f2937 0%, #0f172a 100%);
    border-radius: 36px;
    padding: 14px;
    box-shadow:
        0 30px 60px rgba(10, 32, 116, 0.25),
        inset 0 0 0 2px rgba(255, 255, 255, 0.08);
    transform: rotateY(-18deg) rotateX(8deg);
    transform-style: preserve-3d;
    position: relative;
}

.otp-phone-notch {
    width: 110px;
    height: 24px;
    background: #0f172a;
    border-radius: 0 0 16px 16px;
    margin: 0 auto 10px;
}

.otp-phone-screen {
    height: calc(100% - 34px);
    background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
    border-radius: 28px;
    overflow: hidden;
    padding: 18px 16px;
}

.otp-phone-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--font-outfit);
    font-size: 12px;
    color: #0a2074;
    margin-bottom: 28px;
}

.otp-phone-signal {
    display: flex;
    gap: 6px;
}

.otp-phone-message {
    text-align: center;
    padding: 24px 12px;
}

.otp-phone-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    border-radius: 18px;
    background: #035da7;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 12px 24px rgba(3, 93, 167, 0.25);
}

.otp-phone-label {
    font-family: var(--font-outfit);
    font-weight: 600;
    font-size: 18px;
    color: #0a2074;
    margin: 0 0 8px;
}

.otp-phone-number {
    font-family: var(--font-outfit);
    font-weight: 700;
    font-size: 24px;
    color: #035da7;
    letter-spacing: 1px;
    margin: 0 0 12px;
}

.otp-phone-text {
    font-family: var(--font-outfit);
    font-size: 14px;
    line-height: 1.5;
    color: #64748b;
    margin: 0;
}

.otp-form-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 16px 40px rgba(10, 32, 116, 0.08);
    border: 1px solid rgba(10, 32, 116, 0.06);
}

.otp-title {
    font-family: var(--font-outfit);
    font-weight: 600;
    font-size: 28px;
    color: #0a2074;
    margin: 0 0 10px;
}

.otp-subtitle {
    font-family: var(--font-outfit);
    font-size: 16px;
    color: #64748b;
    margin: 0 0 24px;
    line-height: 1.5;
}

.otp-subtitle strong {
    color: #035da7;
}

.otp-input-label {
    display: block;
    font-family: var(--font-outfit);
    font-weight: 500;
    font-size: 14px;
    color: #0a2074;
    margin-bottom: 8px;
}

.otp-input {
    width: 100%;
    border: 1px solid #dbe4f0;
    border-radius: 14px;
    padding: 16px 18px;
    font-family: var(--font-outfit);
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 8px;
    text-align: center;
    color: #0a2074;
    background: #f8fafc;
    margin-bottom: 16px;
}

.otp-input:focus {
    outline: none;
    border-color: #035da7;
    box-shadow: 0 0 0 4px rgba(3, 93, 167, 0.12);
}

.otp-timer-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 12px 16px;
    background: #f8fafc;
    border-radius: 12px;
}

.otp-timer-label {
    font-family: var(--font-outfit);
    font-size: 14px;
    color: #64748b;
}

.otp-timer {
    font-family: var(--font-outfit);
    font-weight: 700;
    font-size: 18px;
    color: #e31e24;
}

.otp-submit {
    width: 100%;
    border: none;
    border-radius: 14px;
    padding: 16px 20px;
    background: #035da7;
    color: #ffffff;
    font-family: var(--font-outfit);
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.otp-submit:hover {
    background: #0a2074;
    transform: translateY(-1px);
}

.otp-submit.is-disabled,
.otp-submit:disabled {
    background: #94a3b8;
    cursor: not-allowed;
    transform: none;
}

/* ===== Profil Telefon Doğrulama ===== */
.profil-phone-row {
    display: flex;
    gap: 10px;
    align-items: stretch;
}

.profil-phone-row .login-input {
    flex: 1;
    margin-bottom: 0;
}

.btn-phone-verify {
    border: none;
    border-radius: 14px;
    padding: 0 18px;
    background: #035da7;
    color: #ffffff;
    font-family: var(--font-outfit);
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    cursor: pointer;
    transition: background 0.2s ease;
}

.btn-phone-verify:hover {
    background: #0a2074;
}

.profil-phone-verified {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 12px;
    color: #15803d;
    font-family: var(--font-outfit);
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
}

.profil-phone-hint {
    display: block;
    margin-top: 8px;
    color: #64748b;
    font-size: 13px;
    font-family: var(--font-outfit);
}

.profil-phone-otp-inline {
    margin-top: 10px;
    padding: 12px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.profil-phone-otp-text {
    margin: 0 0 10px;
    font-family: var(--font-outfit);
    font-size: 13px;
    color: #64748b;
    line-height: 1.4;
}

.profil-phone-otp-text .otp-timer {
    margin-left: 6px;
    font-size: 13px;
}

.profil-phone-otp-row {
    display: flex;
    gap: 8px;
    align-items: stretch;
}

.profil-phone-otp-input {
    flex: 1;
    margin-bottom: 0 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 14px !important;
}

.btn-phone-cancel {
    border: 1px solid #cbd5e1;
    border-radius: 14px;
    padding: 0 14px;
    background: #ffffff;
    color: #64748b;
    font-family: var(--font-outfit);
    font-weight: 600;
    font-size: 13px;
    white-space: nowrap;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.btn-phone-cancel:hover {
    background: #f1f5f9;
    color: #0f172a;
}

@media (max-width: 575.98px) {
    .profil-phone-row,
    .profil-phone-otp-row {
        flex-direction: column;
    }

    .btn-phone-verify,
    .btn-phone-cancel {
        padding: 12px 14px;
    }
}

@media (max-width: 991.98px) {
    .otp-wrapper {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .otp-phone-device {
        transform: none;
        width: 250px;
        height: 500px;
    }
}

/* ===== Contact Page ===== */
.contact-section {
    padding-bottom: 50px;
}

.contact-map-card {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    min-height: 320px;
    height: 320px;
    margin-bottom: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.015);
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.contact-map-card iframe {
    width: 100% !important;
    height: 100% !important;
    min-height: 320px;
    border: 0;
    display: block;
}

.contact-info-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.015);
    border: 1px solid rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
    gap: 0;
}

.contact-info-title {
    float: none !important;
    width: 100% !important;
    display: block;
    margin: 0 0 24px !important;
    padding: 0;
    font-family: var(--font-outfit);
    font-weight: 600;
    font-size: 20px;
    color: #0d2276;
    line-height: 1.3;
}

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    width: 100%;
    float: none !important;
    margin: 0;
}

.contact-info-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #f0f6fc;
    color: #035da7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 16px;
}

.contact-info-content {
    flex: 1;
    min-width: 0;
}

.contact-info-content p {
    float: none !important;
    width: auto !important;
}

.contact-info-label {
    display: block;
    font-family: var(--font-outfit);
    font-weight: 600;
    font-size: 14px;
    color: #0d2276;
    margin-bottom: 4px;
}

.contact-info-content p,
.contact-info-content a {
    margin: 0;
    font-family: var(--font-outfit);
    font-size: 15px;
    line-height: 1.5;
    color: #475569;
    text-decoration: none;
}

.contact-info-content a:hover {
    color: #035da7;
}

.btn-contact-map {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding: 12px 22px;
    border-radius: 999px;
    background: #035da7;
    color: #ffffff !important;
    font-family: var(--font-outfit);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-contact-map:hover {
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(3, 93, 167, 0.25);
}

.contact-form-card {
    height: 100%;
}

.contact-form-title {
    float: none !important;
    width: 100% !important;
    display: block;
    margin: 0 0 24px !important;
    padding: 0;
    font-family: var(--font-outfit);
    font-weight: 600;
    font-size: 22px;
    color: #0d2276;
    line-height: 1.3;
}

.contact-form-desc {
    margin: -12px 0 24px;
    font-family: var(--font-outfit);
    font-size: 15px;
    line-height: 1.7;
    color: #64748b;
}

.contact-file-input {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid rgba(13, 34, 118, 0.15);
    border-radius: 12px;
    background: #ffffff;
    font-family: var(--font-outfit);
    font-size: 14px;
    color: #334155;
}

.contact-file-help {
    display: block;
    margin-top: 8px;
    font-family: var(--font-outfit);
    font-size: 13px;
    color: #94a3b8;
}

.contact-form .login-form-group {
    margin-bottom: 0;
}

.contact-select,
.contact-textarea {
    font-family: var(--font-outfit) !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #334155 !important;
    padding: 16px 28px !important;
    border-radius: 26px !important;
    border: 1px solid #f1f5f9 !important;
    background: #f5f5f6 !important;
    outline: none !important;
    transition: all 0.2s ease !important;
    width: 100% !important;
    height: auto !important;
    box-shadow: none !important;
    margin: 0 !important;
}

.contact-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%230d2276' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 20px center !important;
    padding-right: 48px !important;
    cursor: pointer;
}

.contact-textarea {
    min-height: 140px;
    resize: vertical;
    border-radius: 20px !important;
}

.contact-select:focus,
.contact-textarea:focus {
    border-color: #cbd5e1 !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(13, 34, 118, 0.02) !important;
}

.contact-char-count {
    margin-top: 8px;
    text-align: right;
    font-family: var(--font-outfit);
    font-size: 13px;
    color: #94a3b8;
}

.contact-kvkk {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 16px 18px;
    background: #f8fafc;
    border-radius: 16px;
    border: 1px solid #eef2f7;
    cursor: pointer;
    margin: 0;
}

.contact-kvkk input {
    margin-top: 4px;
    flex-shrink: 0;
}

.contact-kvkk span {
    font-family: var(--font-outfit);
    font-size: 14px;
    line-height: 1.5;
    color: #475569;
}

.contact-kvkk a {
    color: #035da7;
    text-decoration: none;
    font-weight: 600;
}

.contact-kvkk a:hover {
    text-decoration: underline;
}

.contact-alert {
    padding: 14px 18px;
    border-radius: 14px;
    margin-bottom: 20px;
    font-family: var(--font-outfit);
    font-size: 14px;
}

.contact-alert-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
}

.contact-alert-success {
    background: #ecfdf5;
    border: 1px solid #bbf7d0;
    color: #166534;
}

.contact-honeypot {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 991.98px) {
    .contact-map-card {
        min-height: 260px;
        height: 260px;
    }

    .contact-map-card iframe {
        min-height: 260px;
    }
}
}
