@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-VariableFont_wdth,wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-stretch: 75% 100%;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic-VariableFont_wdth,wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-stretch: 75% 100%;
    font-style: italic;
}

@font-face {
    font-family: 'Source Serif 4';
    src: url('../fonts/SourceSerif4-VariableFont_opsz\,wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-stretch: 75% 100%;
    font-style: normal;
}

@font-face {
    font-family: 'Source Serif 4';
    src: url('../fonts/SourceSerif4-Italic-VariableFont_opsz\,wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-stretch: 75% 100%;
    font-style: italic;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    text-decoration: none;
}

html {
    overflow-x: hidden;
}

body {
    background-color: #fefefe;
    overflow-x: hidden;
    max-width: 100vw;
}


.icon {
    width: 16px;
    height: 16px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.icon-heart {
    background-image: url('../icons/heart-icon.svg');
}

.icon-person {
    background-image: url('../icons/person-icon.svg');
}

.icon-announcement {
    background-image: url('../icons/announcement-icon.svg');
}

.icon-quote {
    background-image: url('../icons/quote-icon.svg');
}

.icon-search {
    background-image: url('../icons/search-icon.svg');
}

.icon-send {
    background-image: url('../icons/send-icon.svg');
}

.icon-tree {
    background-image: url('../icons/tree-icon.svg');
}

.icon-right-arrow {
    background-image: url('../icons/right-arrow-icon.svg');
}

.icon-play {
    background-image: url('../icons/play-icon.svg');
}

.icon-right {
    background-image: url('../icons/right-icon.svg');
}

.icon-menu {
    background-image: url('../icons/menu-icon.svg');
    width: 32px;
    height: 32px;
}

.icon-bus {
    background-image: url('../icons/bus-icon.svg');
}

.icon-chart-up {
    background-image: url('../icons/chart-up-icon.svg');
}

.icon-email {
    background-image: url('../icons/email-icon.svg');
}

.icon-facebook {
    background-image: url('../icons/facebook-icon.svg');
}

.icon-instagram {
    background-image: url('../icons/instagram-icon.svg');
}

.icon-twitter {
    background-image: url('../icons/twitter-icon.svg');
}

.icon-youtube {
    background-image: url('../icons/youtube-icon.svg');
}

.icon-factory {
    background-image: url('../icons/factory-icon.svg');
}

.icon-heart-line {
    background-image: url('../icons/heart-line-icon.svg');
}

.icon-leaf {
    background-image: url('../icons/leaf-icon.svg');
}

.icon-location {
    background-image: url('../icons/location-icon.svg');
}

.icon-clock {
    background-image: url('../icons/clock-icon.svg');
}

.icon-people {
    background-image: url('../icons/people-icon.svg');
}

.icon-phone {
    background-image: url('../icons/phone-icon.svg');
}

.icon-tick {
    background-image: url('../icons/tick-icon.svg');
}

.icon-train {
    background-image: url('../icons/train-icon.svg');
}

.icon-trophy {
    background-image: url('../icons/trophy-icon.svg');
}

.icon-trust {
    background-image: url('../icons/trust-icon.svg');
}

.icon-volunteer {
    background-image: url('../icons/volunteer-icon.svg');
}

.icon-moisture {
    background-image: url('../icons/moisture-icon.svg');
}

.icon-wind {
    background-image: url('../icons/wind-icon.svg');
}

.icon-calendar {
    background-image: url('../icons/calendar-icon.svg');
}

.icon-house {
    background-image: url('../icons/house-icon.svg');
}

.icon-file {
    background-image: url('../icons/file-icon.svg');
}

.icon-dashboard {
    background-image: url('../icons/dashboard-icon.svg');
}

.icon-pharmacy {
    background-image: url('../icons/pharmacy-icon.svg');
}

.icon-support {
    background-image: url('../icons/support-icon.svg');
}

.icon-newspaper {
    background-image: url('../icons/newspaper-icon.svg');
}

.icon-council {
    background-image: url('../icons/council-icon.svg');
}

.icon-flag {
    background-image: url('../icons/flag-icon.svg');
}

.icon-mobile {
    background-image: url('../icons/mobile-icon.svg');
}

.icon-thumbs-up {
    background-image: url('../icons/thumbs-up-icon.svg');
}

.icon-dashboard {
    background-image: url('../icons/dashboard-icon.svg');
}

.icon-sun {
    background-image: url('../icons/sun-icon.svg');
}




header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0 16px 40px #00174526;
    padding: 16px 32px;
    position: absolute;
    top: 20px;
    left: 1.5%;
    right: 1.5%;
    z-index: 500;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 44px;
    flex: 1;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 24px;
}

header .header-logo img {
    width: 100%;
    height: 92px;
    object-fit: contain;
}

.header-nav {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex: 1;
}

.header-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    color: #48505f;
    text-decoration: none;
    white-space: nowrap;
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
}

.header-nav-item i {
    width: 30px;
    height: 30px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(1773%) hue-rotate(213deg) brightness(90%) contrast(110%);
}

.header-nav-item i.bi {
    width: auto;
    height: auto;
    font-size: 26px;
    filter: none;
    color: inherit;
    line-height: 1;
}

.header-nav-item span {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.2px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.header-nav-item:hover {
    color: #072d8d;
}

.header-nav-item.active {
    color: #072d8d;
    border-bottom-color: #072d8d;
}

.header-search-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #eef1f9;
    border-radius: 50px;
    padding: 12px 20px;
}

.header-search-box i {
    width: 18px;
    height: 18px;
    min-width: 18px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(1773%) hue-rotate(213deg) brightness(90%) contrast(110%);
}

.header-search-box input {
    border: none;
    outline: none;
    background: none;
    width: 130px;
    font-size: 14px;
    font-weight: 600;
    color: #00246a;
}

.header-search-box input::placeholder {
    color: #00246a80;
}

.header-divider {
    width: 1px;
    height: 50px;
    background-color: #00246a1f;
}

.header-contact {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #072d8d;
}

.header-contact i {
    width: 30px;
    height: 30px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(1773%) hue-rotate(213deg) brightness(90%) contrast(110%);
}

.header-contact-info {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.header-contact-info strong {
    font-size: 22px;
    font-weight: 900;
    color: #072d8d;
}

.header-contact-info span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.4px;
    color: #48505f;
}

.header-cta {
    background-color: #d0151b;
    color: #fefefe;
    padding: 16px 26px;
    border-radius: 50px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 9px;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 700;
}

.header-cta i {
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(100%);
}

.mobile-header-nav-toggle {
    display: none;
    cursor: pointer;
}

.mobile-header-nav-toggle i {
    width: 28px;
    height: 28px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(1773%) hue-rotate(213deg) brightness(90%) contrast(110%);
}

@media screen and (max-width: 1200px) {
    .header-nav {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        position: fixed;
        top: 100px;
        left: 0;
        width: 100%;
        height: calc(100vh - 100px);
        background-color: #fefefe;
        padding: 20px 6%;
        gap: 26px;
        z-index: 9999;
        overflow-y: auto;
    }

    .header-nav.active {
        display: flex;
    }

    .header-nav-item {
        flex-direction: row;
        gap: 12px;
        border-bottom: none;
        padding-bottom: 0;
    }

    .header-left {
        gap: 0;
    }

    .header-divider,
    .header-contact {
        display: none;
    }

    .header-right {
        gap: 14px;
    }

    .header-search-box {
        padding: 10px 14px;
        width: auto;
        flex: 1;
        min-width: 0;
        justify-content: flex-start;
        background-color: #eef1f9;
    }

    .header-search-box input {
        display: block;
        width: 100%;
        min-width: 0;
    }

    .mobile-header-nav-toggle {
        display: flex;
    }
}

@media screen and (max-width: 700px) {
    header {
        padding: 10px 16px;
    }

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

    .header-cta {
        padding: 12px;
    }

    .header-cta span {
        display: none;
    }
}



.hero-section {
    position: relative;
}


.hero-section-slide {
    background-image: url("../images/hero-bg.png");
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 10%;
    padding-top: 60px;
}

.hero-swiper {
    height: 82vh;
    min-height: 420px;
    --swiper-pagination-color: #d6131c;
    --swiper-pagination-bullet-inactive-color: #89b0e3;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-navigation-color: #042064;
    --swiper-pagination-bullet-width: 10px;
    --swiper-pagination-bullet-height: 10px;
    --swiper-pagination-bullet-horizontal-gap: 6px;
}


.hero-swiper .swiper-button-prev {
    background-color: #fff;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    padding: 18px;
    position: absolute;
    bottom: 20px;
    left: 30px;
}

.hero-swiper .swiper-button-next {
    background-color: #fff;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    padding: 18px;
    position: absolute;
    bottom: 20px;
    right: 30px;
}

/* Swiper JS bazen slayt yüksekliğini kendisi (yanlış) hesaplayıp satır-içi
   style ile küçük bir değer yazabiliyor (özellikle çok az slayt olduğunda).
   !important ile bunu her zaman ebeveynin tam yüksekliğine zorluyoruz —
   böylece slider hiçbir zaman küçük bir şeride sıkışmıyor. */
.hero-swiper,
.hero-swiper .swiper-wrapper,
.hero-swiper .swiper-slide,
.hero-swiper .hero-section-slide {
    height: 100% !important;
}

.hero-swiper {
    width: 100%;
    max-width: 100vw;
    overflow: hidden !important;
}

.hero-swiper .swiper-slide {
    width: 100% !important;
    max-width: 100vw;
    flex-shrink: 0;
}

.hero-swiper {
    height: 82vh !important;
    min-height: 420px !important;
}

.hero-swiper .swiper-pagination {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
}

.hero-section-title {
    color: #002b7c;
    font-family: 'Dancing Script', cursive;
    font-size: 92px;
    font-weight: 700;
    line-height: 1.05;
    display: flex;
    flex-direction: column;
    z-index: 3;
    position: relative;
}

.hero-section-title span {
    color: #d6131c;
    z-index: 3;
}

.hero-section-desc {
    color: #00246a;
    margin-top: 10px;
    font-size: 18px;
    letter-spacing: 0.6px;
    line-height: 1.6;
    z-index: 3;
    position: relative;
}

.hero-section-news {
    background-color: #fff;
    max-height: 90%;
    border-radius: 16px;
    padding: 20px;
    max-width: 35%;
    width: 35%;
    position: absolute;
    top: calc(50% + 45px);
    right: 10%;
    transform: translateY(-50%);
    z-index: 20;
    overflow-y: auto;
}

.hero-section-news-header {
    color: #002b7c;
    font-weight: 700;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #0000000d;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.hero-section-news-header a {
    font-size: 14px;
    color: #00246a;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 6px;
}

.hero-section-news-header a i {
    filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(1773%) hue-rotate(213deg) brightness(90%) contrast(110%);
    width: 12px;
    height: 12px;
}

.hero-section-news-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hero-section-news-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fefefe;
    background-color: #072d8d;
    text-decoration: none;
    padding: 16px;
    margin: 20px -20px -20px;
    border-radius: 0 0 16px 16px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.hero-section-news-cta i {
    width: 20px;
    height: 20px;
}

.hero-section-news-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.hero-section-news-item-image img {
    width: 155px;
    height: 100px;
    border-radius: 10px;
    object-fit: cover;
}

.hero-section-news-item-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: #00246a;
    font-size: 16.5px;
    font-weight: 700;
    line-height: 1.35;
}

.hero-section-news-item-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hero-section-news-item-excerpt {
    margin: 2px 0 0;
    color: #67728c;
    font-size: 12.5px;
    font-weight: 400;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hero-section-news-item-info span {
    font-weight: 400;
    font-size: 12.5px;
    color: #00236acf;
    margin-top: 2px;
}

@media screen and (max-width: 1100px) {
    .hero-section-news {
        max-width: 45%;
        width: 45%;
    }
}

@media screen and (max-width: 800px) {
    .hero-section {
        display: flex;
        flex-direction: column;
    }

    .hero-swiper {
        height: auto;
        aspect-ratio: 1151 / 370;
        min-height: 140px;
        max-height: 50vh;
    }

    .hero-section-news {
        position: static;
        transform: none;
        width: auto;
        max-width: none;
        max-height: none;
        margin: 20px 5% 30px;
        order: 2;
    }

    .hero-section-slide {
        padding-inline: 14%;
    }
}

@media screen and (max-width: 600px) {
    .hero-section-slide {
        padding-inline: 16%;
    }

    .hero-section-news {
        margin-inline: 5%;
    }
}

@media screen and (max-width: 500px) {
    .hero-section-slide {
        padding-inline: 20%;
    }

    .hero-section-news {
        margin-inline: 4%;
        padding: 16px;
    }

    .hero-section-news-cta {
        margin: 16px -16px -16px;
    }

    .hero-section-title {
        font-size: 56px;
    }
}

@media screen and (max-width: 420px) {
    .hero-section-news-item-image img {
        width: 90px;
        height: 60px;
    }
}









.actions-section {
    margin: 30px 6%;
    padding: 20px 30px;
    margin-top: -50px;
    z-index: 10;
    position: relative;
    background-color: #fff;
    border-radius: 16px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px;
    align-self: center;
    box-shadow: 0 2px 3px 3px #0000000d;
}

.actions-section a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #072d8d;
    text-decoration: none;
    font-weight: 900;
    font-size: 16px;
    padding-block: 8px;
    text-align: center;
    cursor: pointer;
}

.actions-section a:last-child {
    background-color: #072d8d;
    color: #fff;
    border-radius: 12px;
    padding: 8px 16px;
    font-weight: 600;
}

.actions-section a:last-child .action-icon {
    background-color: transparent;
}

.actions-section a .action-icon {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.actions-section a .action-icon i {
    filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(1773%) hue-rotate(213deg) brightness(90%) contrast(110%);
    width: 28px;
    height: 28px;
}

.actions-section a .action-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.actions-section a .action-icon .action-icon-bi {
    font-size: 20px;
    color: #072d8d;
}

.actions-section a:last-child .action-icon .action-icon-bi {
    color: #fff;
}

.actions-section a:last-child .action-icon i {
    filter: none;
    width: 28px;
    height: 28px;
}








.projects-section {
    padding-inline: 6%;
    margin-block: 20px;
}

.projects-section .section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.projects-section .section-header .section-title {
    font-size: 24px;
    font-weight: 800;
    color: #002a7c;
}

.projects-section .section-header a {
    font-size: 14px;
    font-weight: 600;
    color: #002a7c;
    display: flex;
    align-items: center;
    gap: 6px;
}

.projects-section .section-header a i {
    filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(1773%) hue-rotate(213deg) brightness(90%) contrast(110%);
}

.projects-swiper {
    padding: 10px;
}

.project-slide {
    display: flex;
    flex-direction: column;
}

.projects-swiper .swiper-button-prev {
    background-color: #fff;
    box-shadow: 0 0 3px 3px #0000000f;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding: 10px;
    position: absolute;
    bottom: 20px;
    left: 3px;
}

.projects-swiper .swiper-button-next {
    background-color: #fff;
    box-shadow: 0 0 3px 3px #0000000f;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding: 10px;
    position: absolute;
    bottom: 20px;
    right: 3px;
}

.project-image {
    display: block;
    width: 100%;
    height: 230px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 0 3px 3px #0000000f;
}

.project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #00174500 55%, #001030cc 100%);
}

.project-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background-color: #1ec9e8;
    color: #002a5c;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.4px;
    padding: 6px 14px;
    border-radius: 0 12px 0 12px;
    z-index: 2;
}

.project-badge-progress {
    background-color: #ffb020;
}

.project-badge-planned {
    background-color: #0a3ca1;
    color: #fff;
}

.project-overlay-title {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.35;
    z-index: 2;
}












.discover-section {
    padding-inline: 6%;
    margin-block: 20px;
}

.discover-section .section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.discover-section .section-header .section-title {
    font-size: 24px;
    font-weight: 800;
    color: #002a7c;
}

.discover-section .section-header a {
    font-size: 14px;
    font-weight: 600;
    color: #002a7c;
    display: flex;
    align-items: center;
    gap: 6px;
}

.discover-section .section-header a i {
    filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(1773%) hue-rotate(213deg) brightness(90%) contrast(110%);
}

.discover-swiper {
    padding: 10px;
}

.discover-slide {
    display: flex;
    flex-direction: column;
}

.discover-swiper .swiper-button-prev {
    background-color: #fff;
    box-shadow: 0 0 3px 3px #0000000f;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding: 10px;
    position: absolute;
    bottom: 20px;
    left: 3px;
}

.discover-swiper .swiper-button-next {
    background-color: #fff;
    box-shadow: 0 0 3px 3px #0000000f;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding: 10px;
    position: absolute;
    bottom: 20px;
    right: 3px;
}

.discover-image {
    width: 100%;
    height: 140px;
}

.discover-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}

.discover-info {
    background-color: #fff;
    box-shadow: 0 0 3px 3px #0000000f;
    border-radius: 12px;
    margin-top: -16px;
    position: relative;
    padding: 16px;
    padding-top: 26px;
}

.discover-icon {
    position: absolute;
    left: 10px;
    top: -24px;
    background-color: #072d8d;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 3px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.discover-icon i {
    width: 24px;
    height: 24px;
}

.discover-title {
    color: #00246a;
    font-size: 15px;
    font-weight: 700;
    margin-top: 4px;
    max-width: 92%;
}

.discover-category {
    color: #00246a;
    font-size: 15px;
    font-weight: 700;
}

.discover-info::after {
    content: '';
    position: absolute;
    bottom: 18px;
    right: 16px;
    background-image: url("../icons/right-arrow-icon.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 13px;
    height: 13px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(1773%) hue-rotate(213deg) brightness(90%) contrast(110%);
}


.services-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background-color: #001745cc;
    backdrop-filter: blur(6px);
    z-index: 99999;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.services-modal-overlay.active {
    display: flex;
}

.services-modal {
    background-color: #f4f6fb;
    width: 100%;
    max-width: 720px;
    max-height: 85vh;
    border-radius: 20px;
    padding: 34px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    position: relative;
    box-shadow: 0 20px 60px #00000040;
}

.services-modal-close {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #d0151b;
    color: #fff;
    border: 3px solid #f4f6fb;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-modal-header .services-modal-title {
    color: #002a7c;
    font-size: 22px;
    font-weight: 900;
}

.services-modal-header p {
    color: #00246a99;
    font-size: 14px;
    margin-top: 4px;
}

.services-modal-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    overflow-y: auto;
    padding-right: 6px;
    align-content: start;
}

.services-modal-item {
    background-color: #fff;
    border-radius: 12px;
    padding: 18px;
    display: flex;
    align-items: center;
    gap: 16px;
    color: #00246a;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 0 3px 3px #0000000a;
    transition: 0.2s;
}

.services-modal-item:hover {
    background-color: #072d8d;
    color: #fff;
}

.services-modal-item i {
    width: 22px;
    height: 22px;
    min-width: 22px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(1773%) hue-rotate(213deg) brightness(90%) contrast(110%);
    transition: 0.2s;
}

.services-modal-item:hover i {
    filter: brightness(0) saturate(100%) invert(100%);
}

@media screen and (max-width: 800px) {
    .services-modal-overlay {
        padding: 14px;
    }

    .services-modal {
        max-height: 92vh;
        overflow-y: auto;
        padding: 24px 20px;
        gap: 16px;
        scrollbar-width: none;
    }

    .services-modal::-webkit-scrollbar {
        display: none;
    }

    .services-modal-grid {
        overflow-y: visible;
        padding-right: 0;
    }

    .services-modal-close {
        top: 10px;
        right: 10px;
    }
}

@media screen and (max-width: 500px) {
    .services-modal-grid {
        grid-template-columns: 1fr;
    }
}

.row {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-inline: 6%;
    margin-top: 20px;
}







.quote-card {
    width: 100%;
    height: 340px;
    background-color: #002e74;
    border-radius: 16px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 12px;
    flex: 0 0 38%;
    padding-left: 30px;
}

.quote-card-img {
    height: 100%;
}

.quote-card-img img {
    height: 100%;
    border-radius: 0 16px 16px 0;
}

.quote-card .card-title {
    color: #edf0f7;
    font-weight: 600;
    font-size: 30px;
}

.quote-card i {
    filter: brightness(0) saturate(100%) invert(70%) sepia(9%) saturate(808%) hue-rotate(185deg) brightness(94%) contrast(86%);
    width: 28px;
    height: 28px;
    margin-block: 10px;
}

.quote-card p {
    color: #f6f6f69d;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
}

.quote-card span {
    margin-top: 16px;
    display: block;
    font-size: 19px;
    font-weight: 700;
    color: #f5f6f8;
}


.weather-card {
    flex: 0 0 calc(25% - 10px);
    width: 100%;
    height: 340px;
    background: linear-gradient(135deg, #0a2a8f 0%, #0d4fc4 55%, #0a7ce0 100%);
    border-radius: 20px;
    padding: 26px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    position: relative;
    overflow: hidden;
}

.weather-card-top {
    position: relative;
    z-index: 2;
}

.weather-card-location {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 19px;
    font-weight: 800;
    letter-spacing: 0.3px;
    margin-bottom: 18px;
    white-space: nowrap;
}

.weather-card-location i {
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(78%) sepia(45%) saturate(1000%) hue-rotate(165deg) brightness(105%) contrast(101%);
}

.weather-card-temp {
    color: #fff;
    font-size: 70px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 20px;
}

.weather-card-feels {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #ffffff1f;
    border-radius: 50px;
    padding: 12px 20px;
    color: #eef4ff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
}

.weather-card-feels-sep {
    width: 1px;
    height: 16px;
    background-color: #ffffff40;
}

.weather-card-thermo {
    position: relative;
    z-index: 2;
    width: 96px;
    height: 270px;
    flex-shrink: 0;
}

.weather-card-thermo svg {
    width: 100%;
    height: 100%;
}

#thermoFill, #thermoBulb {
    transition: height 0.6s ease, y 0.6s ease, fill 0.6s ease;
}

.weather {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.weather-now {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    gap: 20px;
}

.weather-image img {
    width: 100%;
}

.weather-temp {
    display: flex;
    flex-direction: column;
    font-size: 54px;
    font-weight: 700;
}

.weather-temp span {
    font-size: 14px;
    font-weight: 400;
    color: #ffffffe0;
}

.weather-temp span:last-child {
    font-size: 13px;
    font-weight: 400;
    color: #ffffffaf;
    margin-top: 3px;
}



.weather-weekly {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding-block: 10px;
    margin-top: auto;
}

.weather-weekly div {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-weight: 600;
    border-right: 1px solid #ffffff12;
    align-items: center;
    font-size: 18px;
}

.weather-weekly div:last-child {
    border: none;
}

.weather-weekly div span {
    color: #ffffff91;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 4px;
}

.weather-weekly i {
    width: 20px;
    height: 20px;
    margin-bottom: 6px;
}






.actions-card {
    flex: 0 0 calc(36% - 10px);
    width: 100%;
    height: 340px;
    background-color: #fff;
    box-shadow: 0 0 3px 3px #0000000f;
    border-radius: 16px;
}

.actions-card .card-title {
    padding: 30px;
    padding-bottom: 20px;
    color: #002b7c;
    font-weight: 900;
    font-size: 22px;
}

.quick-actions {
    padding: 0 12px 12px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.quick-action {
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 800;
    color: #072d8d;
    font-size: 16px;
    padding: 12px 20px;
    border-right: 1px solid #0000000d;
    border-bottom: 1px solid #0000000d;
}

.quick-action:nth-child(2n) {
    border-right: none;
}

.quick-action:nth-child(5),
.quick-action:nth-child(6) {
    border-bottom: none;
}

.quick-action i {
    filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(1773%) hue-rotate(213deg) brightness(90%) contrast(110%);
    width: 36px;
    height: 36px;
}

@media screen and (max-width: 1200px) {
    section.row:has(.quote-card) {
        flex-wrap: wrap;
    }

    .quote-card {
        flex: 0 0 calc(60% - 20px);
    }

    .weather-card {
        flex: 0 0 calc(60% - 20px);
    }

    .actions-card {
        flex: 0 0 calc(40% - 20px);
    }
}

@media screen and (max-width: 960px) {
    .quote-card {
        flex: 0 0 100%;
    }

    .weather-card {
        flex: 0 0 calc(56% - 20px);
    }

    .actions-card {
        flex: 0 0 calc(40% - 20px);
    }
}

@media screen and (max-width: 800px) {
    .quote-card {
        flex: 0 0 100%;
        height: auto;
        min-height: 340px;
        flex-direction: column;
        padding: 24px;
        text-align: center;
        align-items: center;
    }

    .quote-card-img {
        height: auto;
        width: 100%;
        max-width: 220px;
    }

    .quote-card-img img {
        height: auto;
        width: 100%;
        border-radius: 16px;
        object-fit: cover;
        aspect-ratio: 1/1;
    }

    .quote-card-info {
        padding: 20px 0 0;
    }

    .weather-card {
        flex: 0 0 100%;
    }

    .actions-card {
        flex: 0 0 100%;
    }
}










.announcements-section {
    background-color: #eef1f9;
    margin-block: 40px;
    padding: 30px 6%;
}

.announcements-tabs-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 24px;
}

.announcements-tabs {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.announcements-tab {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #072d8d;
    color: #fff;
    border: 3px solid transparent;
    border-radius: 50px;
    padding: 12px 22px;
    font-size: 14px;
    font-weight: 800;
    font-family: inherit;
    cursor: pointer;
    transition: 0.2s;
}

.announcements-tab i {
    width: 18px;
    height: 18px;
    filter: brightness(0) saturate(100%) invert(100%);
}

.announcements-tab:hover {
    background-color: #0a3ca1;
}

.announcements-tab.active {
    border-color: #d0151b;
}

.announcements-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.announcements-link {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #002a7c;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.3px;
}

.announcements-link i {
    width: 11px;
    height: 11px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(1773%) hue-rotate(213deg) brightness(90%) contrast(110%);
}

.announcements-nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.announcements-prev,
.announcements-next {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    border: none;
    background-color: #d0151b;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s;
}

.announcements-prev:hover,
.announcements-next:hover {
    background-color: #072d8d;
}

.announcements-prev i,
.announcements-next i {
    width: 12px;
    height: 12px;
    filter: brightness(0) saturate(100%) invert(100%);
}

.announcements-prev i {
    transform: rotate(180deg);
}

.announcements-panel {
    display: none;
}

.announcements-panel.active {
    display: block;
}

.announcements-cards {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding-bottom: 4px;
}

.announcements-cards::-webkit-scrollbar {
    display: none;
}

.announcement-card {
    flex: 0 0 calc((100% - 40px) / 3);
    min-width: 260px;
    background-color: #fff;
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 0 3px 3px #0000000a;
    transition: 0.2s;
}

.announcement-card:hover {
    box-shadow: 0 10px 22px #00246a1f;
    transform: translateY(-3px);
}

.announcement-card-title {
    color: #002a7c;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 14px;
}

.announcement-card-date {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0a3ca1;
    font-size: 13px;
    font-weight: 600;
}

.announcement-card-date i {
    width: 15px;
    height: 15px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(1773%) hue-rotate(213deg) brightness(90%) contrast(110%);
}

@media screen and (max-width: 900px) {
    .announcement-card {
        flex: 0 0 calc((100% - 20px) / 2);
    }
}

@media screen and (max-width: 560px) {
    .announcement-card {
        flex: 0 0 85%;
    }

    .announcements-tab {
        font-size: 13px;
        padding: 10px 16px;
    }
}

.heritage-section {
    padding-inline: 6%;
    margin-block: 40px;
}

.heritage-section-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 30px;
}

.heritage-section-header .section-title {
    font-size: 34px;
    font-weight: 900;
    text-transform: uppercase;
    color: #002a7c;
}

.heritage-section-header p {
    color: #0a3ca1cc;
    font-size: 15px;
    margin-top: 8px;
}

.heritage-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.heritage-card {
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 0 3px 3px #0000000a;
    transition: 0.25s;
    display: flex;
    flex-direction: column;
}

.heritage-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px #00246a1f;
}

.heritage-card-image {
    position: relative;
    height: 190px;
}

.heritage-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.heritage-card-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #00174500 45%, #001745cc 100%);
}

.heritage-card-image-title {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 16px;
    color: #fff;
    font-size: 21px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.4;
    z-index: 2;
}

.heritage-card-image-title span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 4px;
    opacity: 0.85;
}

.heritage-card-body {
    padding: 18px 18px 6px;
    flex: 1;
}

.heritage-card-title {
    color: #00193f;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.heritage-card-body p {
    color: #00246a99;
    font-size: 13px;
    line-height: 1.6;
}

.heritage-card-more {
    display: block;
    text-align: center;
    background-color: #eef1f9;
    color: #48505f;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 10px;
    margin-top: 16px;
}

.heritage-card-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 10px;
}

.heritage-card-actions a {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #48505f;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.heritage-card-actions a:hover {
    color: #072d8d;
}

.heritage-card-actions a i {
    width: 13px;
    height: 13px;
    filter: brightness(0) saturate(100%) invert(37%) sepia(9%) saturate(544%) hue-rotate(182deg) brightness(94%) contrast(88%);
}

.heritage-card-actions a:hover i {
    filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(1773%) hue-rotate(213deg) brightness(90%) contrast(110%);
}

.heritage-card-divider {
    width: 1px;
    height: 16px;
    background-color: #00246a26;
}

@media screen and (max-width: 1100px) {
    .heritage-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 800px) {
    .heritage-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 500px) {
    .heritage-grid {
        grid-template-columns: 1fr;
    }
}








.banner-section {
    margin-inline: 2%;
    display: flex;
    align-items: flex-end;
    gap: 2px;
    height: 100px;
}

.newsletter-banner {
    background-color: #0f4ba0;
    border-top-left-radius: 18px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 20px;
    gap: 20px;
}

.newsletter-banner-info {
    font-weight: 700;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.newsletter-banner-info span {
    font-weight: 400;
    font-size: 14px;
    color: #ffffffa9;
}

.newsletter-banner-form {
    position: relative;
}

.newsletter-banner-form input {
    width: 260px;
    height: 38px;
    border-radius: 50px;
    padding-inline: 18px;
    border: none;
    font-size: 13px;
}

.newsletter-banner-form button {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
}

.newsletter-banner-form button i {
    filter: brightness(0) saturate(100%) invert(21%) sepia(73%) saturate(4062%) hue-rotate(346deg) brightness(81%) contrast(108%);
    width: 20px;
    height: 20px;
}

.newsletter-banner-form-wrap {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.newsletter-kvkk {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    color: #d9e4ff;
    font-size: 10px;
    line-height: 1.3;
    cursor: pointer;
    max-width: 260px;
}

.newsletter-kvkk input {
    margin-top: 1px;
    flex-shrink: 0;
    width: 12px;
    height: 12px;
}

.newsletter-kvkk a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}

.footer-abone-msg {
    margin: 0 2% 12px;
    padding: 12px 18px;
    border-radius: 10px;
    font-size: 13.5px;
    font-weight: 600;
}

.footer-abone-msg-ok {
    background-color: #d9f5e3;
    color: #0f6b39;
}

.footer-abone-msg-danger {
    background-color: #fde3e3;
    color: #a11414;
}

.contact-banner {
    background-color: #cf1c1f;
    border-top-right-radius: 18px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-inline: 20px;
    gap: 20px;
}

.contact-banner-info {
    font-weight: 600;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.contact-banner-info span b {
    font-weight: 600;
    font-size: 38px;
    color: #ffffffef;
}

.contact-banner-info span {
    font-weight: 400;
    font-size: 14px;
    color: #ffffffa9;
}

.contact-banner-socials {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.contact-banner-socials a {
    border-radius: 50%;
    border: 1px solid #ecf1ee49;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter-banner-icon i,
.contact-banner-icon i {
    width: 64px;
    height: 64px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(76%) saturate(0%) hue-rotate(217deg) brightness(105%) contrast(105%);
}

@media screen and (max-width: 1300px) {
    .newsletter-banner-form input {
        width: 200px;
    }
}

@media screen and (max-width: 800px) {
    .banner-section {
        flex-direction: column;
        height: auto;
        gap: 0;
    }

    .newsletter-banner {
        border-radius: 18px 18px 0 0;
        height: 100px;
    }

    .contact-banner {
        border-radius: 0;
        height: 100px;
    }

    .newsletter-banner-form input {
        width: 300px;
    }
}

@media screen and (max-width: 650px) {
    .newsletter-banner-form input {
        width: 200px;
    }
}

@media screen and (max-width: 550px) {

    .newsletter-banner-info,
    .contact-banner-info {
        font-size: 14px;
    }

    .newsletter-banner-info span,
    .contact-banner-info span {
        font-size: 12px;
    }

    .contact-banner-info span b {
        font-size: 30px;
    }
}

@media screen and (max-width: 450px) {
    .newsletter-banner,
    .contact-banner {
        height: 150px;
        gap: 0;
        padding-block: 10px;
        flex-wrap: wrap;
    }
    .newsletter-banner-info,
    .contact-banner-info {
        flex: 0 0 70%
    }
    .newsletter-banner-form {
        flex: 0 0 100%
    }
    .newsletter-banner-form input {
        width: 100%;
    }
}









footer {
    background-color: #00246a;
    color: #ecf1ee;
    padding: 40px 6%;
    background-image: url("../images/footer-bg.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 16%;
    z-index: 100;
    position: relative;
}

.footer-copyright {
    display: flex;
    align-items: center;
    gap: 40px;
    font-size: 13px;
    color: #acb6af;
}

@media screen and (max-width: 700px) {
    .footer-copyright {
        flex-direction: column;
        text-align: center;
    }
}

.footer-copyright-links a {
    color: #adacb6;
    text-decoration: none;
}

.footer-copyright-links a:not(:last-child) {
    border-right: 1px solid #ecf1ee31;
    padding-right: 10px;
    margin-right: 10px;
}

.footer-main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 70vw;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-left: 1px solid #ffffff1b;
    padding-left: 40px;
}

.footer-links-title {
    color: #d9e4dc;
    font-weight: 600;
    font-size: 14px;
}

.footer-links-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links-list a {
    color: #acb6af;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.footer-links-list a i {
    width: 22px;
    height: 22px;
}

footer .footer-logo {
    display: flex;
    gap: 14px;
}

footer .footer-logo img {
    width: auto;
    height: 72px;
    max-width: 190px;
    object-fit: contain;
    background-color: #fff;
    border-radius: 10px;
    padding: 6px 10px;
}

.footer-socials {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.footer-socials a {
    border-radius: 50%;
    border: 1px solid #ecf1ee49;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ==========================================================================
   HABER DETAY SAYFASI
   ========================================================================== */

.breadcrumb-bar {
    background-color: #eef1f9;
    padding: 160px 6% 18px;
}

.breadcrumb {
    color: #48505f;
    font-size: 13px;
    font-weight: 500;
}

.breadcrumb a {
    color: #48505f;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #072d8d;
}

.breadcrumb span {
    color: #072d8d;
    font-weight: 700;
}

.breadcrumb-title {
    color: #002a7c;
    font-size: 26px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 6px;
}

.article-section {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding: 30px 6%;
}

.article-main {
    flex: 1;
    min-width: 0;
}

.article-category {
    display: inline-block;
    background-color: #072d8d;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 14px;
}

.article-title {
    color: #00193f;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 12px;
}

.article-excerpt {
    color: #48505f;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 18px;
}

.article-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e9f2;
    color: #62708c;
    font-size: 13px;
    font-weight: 600;
}

.article-meta > span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.article-meta i {
    width: 15px;
    height: 15px;
    filter: brightness(0) saturate(100%) invert(37%) sepia(9%) saturate(544%) hue-rotate(182deg) brightness(94%) contrast(88%);
}

.article-share {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.article-share span {
    color: #48505f;
    font-weight: 700;
}

.article-share a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #072d8d;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-share a:nth-child(2) { background-color: #0a0a0a; }
.article-share a:nth-child(3) { background-color: #0a3ca1; }
.article-share a:nth-child(4) { background-color: #25d366; }

.article-share a i {
    width: 14px;
    height: 14px;
    filter: brightness(0) saturate(100%) invert(100%);
}

.article-image {
    border-radius: 16px;
    overflow: hidden;
    margin: 0 24px 16px 0;
    float: left;
    width: 46%;
    max-width: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 380px;
}

.article-body::after {
    content: "";
    display: block;
    clear: both;
}

@media screen and (max-width: 780px) {
    .article-image {
        float: none;
        width: 100%;
        max-width: none;
        margin: 0 0 24px;
        max-height: 300px;
    }
}

.article-image img {
    width: 100%;
    height: auto;
    max-height: 480px;
    object-fit: contain;
    display: block;
}

.article-body {
    color: #33394a;
    font-size: 17.5px;
    line-height: 1.85;
}

.article-body p {
    margin-bottom: 18px;
}

.article-body h2,
.article-body h3 {
    color: #00193f;
    font-size: 22px;
    font-weight: 800;
    margin: 26px 0 12px;
}

.article-body ul,
.article-body ol {
    margin: 0 0 18px 22px;
}

.article-body li {
    margin-bottom: 8px;
}

.article-body a {
    color: #072d8d;
    text-decoration: underline;
}

.article-body blockquote {
    position: relative;
    overflow: hidden;
    background-color: #eef1f9;
    border-radius: 14px;
    padding: 30px 32px 26px 64px;
    margin: 24px 0;
    color: #072d8d;
    font-size: 16.5px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.7;
    border-left: none;
}

.article-body blockquote::before {
    content: '\201C';
    position: absolute;
    top: 14px;
    left: 22px;
    font-size: 46px;
    font-weight: 900;
    font-style: normal;
    color: #072d8d;
    line-height: 1;
    font-family: Georgia, serif;
}

.article-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0 30px;
}

.article-tags span {
    color: #48505f;
    font-weight: 700;
    font-size: 13px;
}

.article-tags a {
    background-color: #eef1f9;
    color: #072d8d;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 50px;
}

.article-prevnext {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    border-top: 1px solid #e5e9f2;
    padding-top: 24px;
}

.article-prevnext-item {
    display: flex;
    align-items: center;
    gap: 14px;
    background-color: #eef1f9;
    border-radius: 14px;
    padding: 14px;
}

.article-prevnext-item img {
    width: 64px;
    height: 52px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.article-prevnext-next {
    justify-content: flex-end;
    text-align: right;
}

.article-prevnext-item span {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #072d8d;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.4px;
}

.article-prevnext-next span {
    justify-content: flex-end;
}

.article-prevnext-item span i {
    width: 11px;
    height: 11px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(1773%) hue-rotate(213deg) brightness(90%) contrast(110%);
}

.article-prevnext-item strong {
    display: block;
    color: #00193f;
    font-size: 16px;
    font-weight: 700;
    margin: 4px 0 2px;
}

.article-prevnext-item small {
    color: #62708c;
    font-size: 14px;
}

.article-not-found {
    text-align: center;
    padding: 100px 6%;
}

.article-not-found h1 {
    color: #00193f;
    font-size: 28px;
    margin-bottom: 10px;
}

.article-not-found p {
    color: #62708c;
    margin-bottom: 20px;
}

/* --- Sidebar --- */

.article-sidebar {
    flex: 0 0 340px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.quick-access-box {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 0 3px 3px #0000000a;
    padding: 20px;
}

.quick-access-title {
    color: #002a7c;
    font-weight: 800;
    font-size: 15px;
    margin-bottom: 14px;
}

.quick-access-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.quick-access-grid a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    background-color: #eef1f9;
    border-radius: 12px;
    padding: 16px 8px;
    color: #072d8d;
    font-size: 12px;
    font-weight: 700;
}

.quick-access-grid a i {
    width: 22px;
    height: 22px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(1773%) hue-rotate(213deg) brightness(90%) contrast(110%);
}

.sidebar-cta-box {
    background-color: #072d8d;
    border-radius: 16px;
    padding: 24px;
    color: #fff;
}

.sidebar-cta-title {
    font-size: 17px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 14px;
}

.sidebar-cta-phone {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 30px;
    font-weight: 900;
}

.sidebar-cta-phone i {
    width: 26px;
    height: 26px;
    filter: brightness(0) saturate(100%) invert(100%);
}

.sidebar-cta-box p {
    color: #ffffffb3;
    font-size: 13px;
    margin: 6px 0 18px;
}

.sidebar-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #fff;
    color: #072d8d;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 18px;
    border-radius: 50px;
}

.sidebar-cta-btn i {
    width: 12px;
    height: 12px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(1773%) hue-rotate(213deg) brightness(90%) contrast(110%);
}

/* --- İlginizi çekebilecek haberler --- */

.related-news-section {
    padding: 10px 6% 40px;
}

.related-news-section .section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.related-news-section .section-title {
    font-size: 22px;
}

.related-news-section .section-header a {
    font-size: 15px;
}

.related-news-section .section-header span {
    color: #62708c;
    font-size: 14px;
}

.related-news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.related-news-card {
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 0 3px 3px #0000000a;
    transition: 0.25s;
    display: block;
}

.related-news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px #00246a1f;
}

.related-news-card-image {
    position: relative;
    height: 210px;
}

.project-list-card .related-news-card-image {
    height: 250px;
}

.related-news-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related-news-card-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: #072d8d;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.4px;
    padding: 5px 12px;
    border-radius: 50px;
}

.related-news-card-badge.project-badge-progress {
    background-color: #ffb020;
    color: #002a5c;
}

.related-news-card-badge.project-badge-planned {
    background-color: #0a3ca1;
    color: #fff;
}

.related-news-card-body {
    padding: 16px;
    position: relative;
}

.related-news-card-date {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #0a3ca1;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
}

.related-news-card-date i {
    width: 12px;
    height: 12px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(1773%) hue-rotate(213deg) brightness(90%) contrast(110%);
}

.related-news-card-title {
    color: #00193f;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
}

.related-news-card-body p {
    color: #62708c;
    font-size: 14px;
    margin-top: 6px;
    line-height: 1.5;
}

.related-news-card-more {
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #eef1f9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.related-news-card-more i {
    width: 10px;
    height: 10px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(1773%) hue-rotate(213deg) brightness(90%) contrast(110%);
}

@media screen and (max-width: 1000px) {
    .article-section {
        flex-direction: column;
    }

    .article-sidebar {
        flex: 1 1 auto;
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
    .article-title {
        font-size: 24px;
    }

    .article-prevnext {
        grid-template-columns: 1fr;
    }

    .related-news-grid {
        grid-template-columns: 1fr;
    }

    .breadcrumb-bar {
        padding-top: 110px;
    }
}


/* --- Haber galerisi (küçük kutucuklar) --- */

.article-gallery {
    margin: 10px 0 30px;
}

.article-gallery-title {
    color: #00193f;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 12px;
}

.article-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
}

.article-gallery-thumb {
    border: none;
    padding: 0;
    background: none;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    height: 168px;
}

.article-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.2s;
}

.article-gallery-thumb:hover img {
    transform: scale(1.06);
}

/* --- Lightbox (büyük görsel önizleme) --- */

.lightbox-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background-color: #000000e0;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.lightbox-overlay.active {
    display: flex;
}

.lightbox-overlay img {
    max-width: 100%;
    max-height: 90vh;
    border-radius: 8px;
}

.lightbox-close {
    position: absolute;
    top: 24px;
    right: 30px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #ffffff1a;
    color: #fff;
    border: none;
    font-size: 26px;
    cursor: pointer;
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #ffffff1a;
    color: #fff;
    border: none;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: background-color 0.2s ease;
}

.lightbox-nav:hover {
    background-color: #ffffff33;
}

.lightbox-prev {
    left: 24px;
}

.lightbox-next {
    right: 24px;
}

@media screen and (max-width: 600px) {
    .lightbox-nav {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }

    .lightbox-prev {
        left: 10px;
    }

    .lightbox-next {
        right: 10px;
    }
}

/* --- Haberler arşiv sayfası: sayfalama --- */

.news-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 10px;
    gap: 8px;
    margin-top: 36px;
}

.news-pagination-ellipsis {
    color: #96a1b5;
    font-weight: 700;
    padding: 0 4px;
}

.news-pagination-btn {
    min-width: 38px;
    height: 38px;
    padding: 0 6px;
    border-radius: 10px;
    background-color: #eef1f9;
    color: #072d8d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
}

.news-pagination-btn i {
    width: 12px;
    height: 12px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(1773%) hue-rotate(213deg) brightness(90%) contrast(110%);
}

.news-pagination-btn.active {
    background-color: #072d8d;
    color: #fff;
}

@media screen and (max-width: 700px) {
    .article-gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
}


/* --- Haberler arşiv sayfası: arama kutusu --- */

.news-search-section {
    padding: 0 6%;
    margin-top: 34px;
    margin-bottom: 20px;
}

.news-search-box {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 620px;
    margin: 0 auto;
    background-color: #fff;
    border: 2px solid #eef1f9;
    border-radius: 50px;
    padding: 8px 8px 8px 24px;
    box-shadow: 0 6px 20px #00246a14;
    transition: 0.2s;
}

.news-search-box:focus-within {
    border-color: #072d8d55;
    box-shadow: 0 6px 24px #072d8d22;
}

.news-search-box > i {
    width: 20px;
    height: 20px;
    min-width: 20px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(1773%) hue-rotate(213deg) brightness(90%) contrast(110%);
}

.news-search-box input {
    flex: 1;
    border: none;
    outline: none;
    background: none;
    font-size: 15px;
    color: #00193f;
    min-width: 0;
}

.news-search-box input::placeholder {
    color: #62708c99;
}

.news-search-clear {
    width: 26px;
    height: 26px;
    min-width: 26px;
    border-radius: 50%;
    background-color: #eef1f9;
    color: #48505f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    line-height: 1;
    text-decoration: none;
}

.news-search-box button {
    background-color: #072d8d;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 12px 26px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
}

.news-search-box button:hover {
    background-color: #0a3ca1;
}

.news-search-result-info {
    text-align: center;
    color: #62708c;
    font-size: 14px;
    margin-top: 14px;
}

.news-search-result-info strong {
    color: #072d8d;
}

@media screen and (max-width: 560px) {
    .news-search-box {
        flex-wrap: wrap;
        border-radius: 20px;
        padding: 14px;
    }

    .news-search-box input {
        width: 100%;
        order: 1;
    }

    .news-search-box button {
        order: 2;
        flex: 1;
    }

    .news-search-clear {
        order: 3;
    }
}

.d-none { display: none !important; }


/* ==========================================================================
   PROJELERİMİZ SAYFASI
   ========================================================================== */

.breadcrumb-subtitle {
    color: #48505f;
    font-size: 14px;
    margin-top: 6px;
}

.projects-dashboard {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    padding: 24px 6% 0;
}

.projects-dashboard-card {
    display: flex;
    align-items: center;
    gap: 14px;
    background-color: #fff;
    border: 2px solid #eef1f9;
    border-radius: 14px;
    padding: 18px 20px;
    text-align: left;
    cursor: pointer;
    transition: 0.2s;
}

.projects-dashboard-card:hover {
    border-color: #072d8d33;
}

.projects-dashboard-card.active {
    border-color: #072d8d;
    box-shadow: 0 6px 18px #072d8d1f;
}

.projects-dashboard-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eef1f9;
}

.projects-dashboard-icon i {
    width: 22px;
    height: 22px;
}

.projects-dashboard-icon-total i { filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(1773%) hue-rotate(213deg) brightness(90%) contrast(110%); }
.projects-dashboard-icon-done { background-color: #e7f9ee; }
.projects-dashboard-icon-done i { filter: brightness(0) saturate(100%) invert(46%) sepia(94%) saturate(432%) hue-rotate(93deg) brightness(92%) contrast(88%); }
.projects-dashboard-icon-progress { background-color: #fff4e2; }
.projects-dashboard-icon-progress i { filter: brightness(0) saturate(100%) invert(70%) sepia(53%) saturate(1968%) hue-rotate(1deg) brightness(103%) contrast(101%); }
.projects-dashboard-icon-planned { background-color: #e8f0fd; }
.projects-dashboard-icon-planned i { filter: brightness(0) saturate(100%) invert(24%) sepia(63%) saturate(2189%) hue-rotate(207deg) brightness(94%) contrast(93%); }

.projects-dashboard-count {
    color: #00193f;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.1;
}

.projects-dashboard-label {
    color: #62708c;
    font-size: 13px;
    font-weight: 600;
    margin-top: 2px;
}

.featured-project-section {
    padding: 30px 6% 10px;
}

.featured-project-kicker {
    color: #072d8d;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.6px;
    margin-bottom: 12px;
}

.featured-project-card {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 0;
    background-color: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 4px 20px #00246a14;
}

.featured-project-image {
    height: 100%;
    min-height: 320px;
}

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

.featured-project-info {
    padding: 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.featured-project-info h2 {
    color: #00193f;
    font-size: 26px;
    font-weight: 900;
    margin: 14px 0 12px;
    line-height: 1.3;
}

.featured-project-info p {
    color: #62708c;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 22px;
}

.featured-project-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #072d8d;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 26px;
    border-radius: 50px;
    width: fit-content;
}

.featured-project-btn:hover {
    background-color: #0a3ca1;
}

@media screen and (max-width: 900px) {
    .projects-dashboard {
        grid-template-columns: repeat(2, 1fr);
    }

    .featured-project-card {
        grid-template-columns: 1fr;
    }

    .featured-project-image {
        min-height: 220px;
    }
}

@media screen and (max-width: 560px) {
    .projects-dashboard {
        grid-template-columns: 1fr;
    }
}


/* ==========================================================================
   KÜLTÜREL MİRASLAR SAYFASI
   ========================================================================== */

.miras-filter-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    background-color: #fff;
    box-shadow: 0 4px 16px #00246a0f;
    padding: 16px 6%;
}

.miras-filter-pills {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.miras-pill {
    background-color: #eef1f9;
    color: #48505f;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.3px;
    padding: 10px 18px;
    border-radius: 50px;
    white-space: nowrap;
}

.miras-pill:hover {
    background-color: #dde4f5;
}

.miras-pill.active {
    background-color: #072d8d;
    color: #fff;
}

.miras-search-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #eef1f9;
    border-radius: 50px;
    padding: 10px 18px;
    min-width: 260px;
}

.miras-search-box i {
    width: 16px;
    height: 16px;
    min-width: 16px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(1773%) hue-rotate(213deg) brightness(90%) contrast(110%);
}

.miras-search-box input {
    flex: 1;
    border: none;
    outline: none;
    background: none;
    font-size: 13.5px;
    color: #00193f;
    min-width: 0;
}

.miras-search-box input::placeholder {
    color: #62708c99;
}

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

/* Ana sayfada (index.php) tek satırda 4 kart göstermek için */
.heritage-section .miras-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Ana sayfada tüm kartlar aynı sabit yükseklikte dursun; açıklama uzun
   olursa taşmasın, belirli bir satırdan sonra "..." ile kesilsin. Kısa
   açıklamalarda ise gereksiz boşluk oluşmasın — buton her zaman alta sabitlenir. */
.heritage-section .miras-card {
    display: flex !important;
    flex-direction: column;
    height: 360px !important;
}

.heritage-section .miras-card-image {
    flex-shrink: 0;
}

.heritage-section .miras-card-body {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    flex-shrink: 0;
}

.heritage-section .miras-card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.heritage-section .miras-card-body p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.heritage-section .miras-card-location {
    flex-shrink: 0;
}

.heritage-section .heritage-card-more {
    flex-shrink: 0;
    margin-top: auto !important;
}

@media screen and (max-width: 1100px) {
    .heritage-section .miras-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 560px) {
    .heritage-section .miras-grid {
        grid-template-columns: 1fr;
    }
}

.miras-card {
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 0 3px 3px #0000000a;
    transition: 0.25s;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.miras-card .heritage-card-more {
    margin-top: auto !important;
}

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

.miras-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px #00246a1f;
}

.miras-card-image {
    position: relative;
    height: 170px;
    flex-shrink: 0;
}

.miras-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.miras-card-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: #072d8dcc;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.4px;
    padding: 5px 12px;
    border-radius: 50px;
}

.miras-card-body {
    padding: 18px 18px 6px;
}

.miras-card-title {
    color: #072d8d;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 8px;
}

.miras-card-body p {
    color: #62708c;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.miras-card-location {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #48505f;
    font-size: 12px;
    font-weight: 600;
}

.miras-card-location i {
    width: 13px;
    height: 13px;
    filter: brightness(0) saturate(100%) invert(30%) sepia(80%) saturate(1500%) hue-rotate(340deg) brightness(95%) contrast(95%);
}

.miras-card .heritage-card-more {
    margin-top: 16px;
}

.miras-card-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

.miras-card-footer a {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #48505f;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.miras-card-footer a:hover {
    color: #072d8d;
}

.miras-card-footer a i {
    width: 13px;
    height: 13px;
    filter: brightness(0) saturate(100%) invert(37%) sepia(9%) saturate(544%) hue-rotate(182deg) brightness(94%) contrast(88%);
}

.miras-card-footer a:hover i {
    filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(1773%) hue-rotate(213deg) brightness(90%) contrast(110%);
}

@media screen and (max-width: 900px) {
    .miras-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .miras-search-box {
        width: 100%;
        min-width: 0;
    }
}

@media screen and (max-width: 560px) {
    .miras-grid {
        grid-template-columns: 1fr;
    }
}


/* --- Miras detay: konum haritası --- */

.miras-map-section {
    margin: 24px 0 30px;
}

.miras-map-title {
    color: #00193f;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 12px;
}

.miras-map-section iframe {
    border-radius: 14px;
    box-shadow: 0 0 3px 3px #0000000a;
    display: block;
}


/* --- İlan detay: ek dosyalar --- */

.article-attachments {
    margin: 24px 0 30px;
}

.article-attachments-title {
    color: #00193f;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 12px;
}

.article-attachments-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.article-attachment-item {
    display: flex;
    align-items: center;
    gap: 14px;
    background-color: #eef1f9;
    border-radius: 12px;
    padding: 14px 16px;
    transition: 0.2s;
}

.article-attachment-item:hover {
    background-color: #dde4f5;
}

.article-attachment-ext {
    background-color: #072d8d;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.4px;
    padding: 5px 10px;
    border-radius: 6px;
    min-width: 40px;
    text-align: center;
}

.article-attachment-name {
    flex: 1;
    color: #00193f;
    font-size: 14px;
    font-weight: 600;
}

.article-attachment-size {
    color: #62708c;
    font-size: 12px;
}

.article-attachment-item i {
    width: 12px;
    height: 12px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(1773%) hue-rotate(213deg) brightness(90%) contrast(110%);
}


/* --- İhale/İmar/Meclis arşiv listesi --- */

.ilanlar-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ilanlar-list-item {
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: #fff;
    border-radius: 14px;
    padding: 16px 20px;
    box-shadow: 0 0 3px 3px #0000000a;
    transition: 0.2s;
}

.ilanlar-list-item:hover {
    box-shadow: 0 6px 18px #00246a1a;
    transform: translateY(-2px);
}

.ilanlar-list-item-image {
    width: 64px;
    height: 48px;
    min-width: 64px;
    border-radius: 8px;
    overflow: hidden;
}

.ilanlar-list-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ilanlar-list-item-body {
    flex: 1;
    min-width: 0;
}

.ilanlar-list-item-title {
    color: #00193f;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 4px;
}

.ilanlar-list-item-date {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #62708c;
    font-size: 12.5px;
    font-weight: 600;
}

.ilanlar-list-item-date i {
    width: 13px;
    height: 13px;
    filter: brightness(0) saturate(100%) invert(37%) sepia(9%) saturate(544%) hue-rotate(182deg) brightness(94%) contrast(88%);
}

.ilanlar-list-item > i {
    width: 13px;
    height: 13px;
    min-width: 13px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(1773%) hue-rotate(213deg) brightness(90%) contrast(110%);
}


/* --- İmar Planı İlanları: ay ay açılır/kapanır liste --- */

.ay-accordion {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ay-accordion-item {
    background-color: #fff;
    border-radius: 14px;
    box-shadow: 0 0 3px 3px #0000000a;
    overflow: hidden;
}

.ay-accordion-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 22px;
    cursor: pointer;
    list-style: none;
    color: #072d8d;
    font-weight: 800;
    font-size: 15.5px;
}

.ay-accordion-item summary::-webkit-details-marker {
    display: none;
}

.ay-accordion-item summary span:first-child {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ay-accordion-item summary i {
    width: 17px;
    height: 17px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(1773%) hue-rotate(213deg) brightness(90%) contrast(110%);
}

.ay-accordion-item summary::after {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 2px solid #072d8d;
    border-bottom: 2px solid #072d8d;
    transform: rotate(45deg);
    transition: 0.2s;
    margin-left: 10px;
}

.ay-accordion-item[open] summary::after {
    transform: rotate(-135deg);
}

.ay-accordion-count {
    background-color: #eef1f9;
    color: #62708c;
    font-size: 11.5px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 50px;
}

.ay-accordion-body {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #eef1f9;
}

.ay-accordion-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 22px;
    border-bottom: 1px solid #f3f5fb;
    color: #33394a;
    font-size: 14px;
    line-height: 1.5;
}

.ay-accordion-link:last-child {
    border-bottom: none;
}

.ay-accordion-link:hover {
    background-color: #f7f9fd;
    color: #072d8d;
}

.ay-accordion-link i {
    width: 15px;
    height: 15px;
    min-width: 15px;
    filter: brightness(0) saturate(100%) invert(37%) sepia(9%) saturate(544%) hue-rotate(182deg) brightness(94%) contrast(88%);
}

.ay-accordion-link span:first-of-type {
    flex: 1;
}

.ay-accordion-link-badge {
    background-color: #eef1f9;
    color: #072d8d;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 50px;
    white-space: nowrap;
}


/* --- Ay listesi: belge yok / birden fazla belge durumları --- */

.ay-accordion-link-empty {
    opacity: 0.55;
    cursor: default;
}

.ay-accordion-link-empty:hover {
    background-color: transparent;
    color: #33394a;
}

.ay-accordion-link-multi {
    cursor: default;
    flex-wrap: wrap;
    row-gap: 8px;
}

.ay-accordion-link-files {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.ay-accordion-link-files a {
    padding: 5px 12px;
    border-radius: 14px;
    background-color: #eef1f9;
    color: #072d8d;
    font-size: 11.5px;
    font-weight: 700;
    line-height: 1.4;
}

.ay-accordion-link-files a:hover {
    background-color: #072d8d;
    color: #fff;
}


/* --- Ana sayfa: dosyasız imar kaydı (tıklanamaz durum) --- */

.announcement-card-disabled {
    cursor: default;
    opacity: 0.6;
}

.announcement-card-disabled:hover {
    box-shadow: 0 0 3px 3px #0000000a;
}


/* --- Meclis Toplantıları --- */

.toplanti-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.toplanti-header {
    display: flex;
    align-items: center;
    gap: 16px;
    background: linear-gradient(90deg, #f4f7fd 0%, #eef3fb 50%, #f4f7fd 100%);
    border-radius: 18px;
    padding: 22px 30px;
}

.toplanti-header-line {
    flex: 1;
    height: 1px;
    background-image: linear-gradient(to right, #c3cee3 40%, transparent 0%);
    background-size: 6px 1px;
    background-repeat: repeat-x;
    position: relative;
}

.toplanti-header-line::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #29c7b0;
    transform: translateY(-50%);
}

.toplanti-header-line:first-child::after {
    right: 0;
}

.toplanti-header-line:last-child::after {
    left: 0;
}

.toplanti-header-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 4px 12px #0a3ca11f;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toplanti-header-icon i {
    width: 22px;
    height: 22px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(1773%) hue-rotate(213deg) brightness(90%) contrast(110%);
}

.toplanti-header-title {
    color: #00193f;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 1px;
    white-space: nowrap;
}

.toplanti-header-badge {
    background-color: #fff;
    color: #072d8d;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: 50px;
    white-space: nowrap;
    box-shadow: 0 2px 8px #0a3ca11a;
}

.toplanti-table {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 24px;
}

.toplanti-col {
    background-color: #fff;
    border: 1px solid #eef1f9;
    border-radius: 18px;
    padding: 26px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 2px 10px #0a3ca10d;
}

.toplanti-col-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #eaf1ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.toplanti-col-icon i {
    width: 28px;
    height: 28px;
    filter: brightness(0) saturate(100%) invert(24%) sepia(63%) saturate(2189%) hue-rotate(207deg) brightness(94%) contrast(93%);
}

.toplanti-col-icon-play i {
    width: 24px;
    height: 24px;
    margin-left: 3px;
}

.toplanti-col-title {
    color: #00193f;
    font-weight: 800;
    font-size: 15.5px;
    text-align: center;
    padding-bottom: 12px;
    margin-bottom: 18px;
    position: relative;
    width: 100%;
}

.toplanti-col-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 3px;
    border-radius: 4px;
    background-color: #29c7b0;
}

.toplanti-col-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.toplanti-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 1px solid #e5ebf7;
    border-radius: 12px;
    padding: 12px 14px;
    color: #072d8d;
    font-size: 13.5px;
    font-weight: 600;
    transition: 0.2s;
}

.toplanti-item:hover {
    background-color: #eef1f9;
    border-color: #072d8d33;
}

.toplanti-item span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.toplanti-item span i {
    width: 15px;
    height: 15px;
    min-width: 15px;
    filter: brightness(0) saturate(100%) invert(24%) sepia(63%) saturate(2189%) hue-rotate(207deg) brightness(94%) contrast(93%);
}

.toplanti-item > i {
    width: 11px;
    height: 11px;
    min-width: 11px;
    filter: brightness(0) saturate(100%) invert(24%) sepia(63%) saturate(2189%) hue-rotate(207deg) brightness(94%) contrast(93%);
}

.toplanti-empty {
    color: #a3aec4;
    font-size: 13px;
    text-align: center;
    padding: 10px 0;
}

@media screen and (max-width: 1100px) {
    .toplanti-table {
        grid-template-columns: repeat(2, 1fr);
    }

    .toplanti-header-line {
        display: none;
    }
}

@media screen and (max-width: 560px) {
    .toplanti-table {
        grid-template-columns: 1fr;
    }

    .toplanti-header {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
}


/* --- Şehri Keşfet: yeni kart tasarımı (görsel üzeri alt overlay) --- */

.discover-card {
    position: relative;
    display: block;
    width: 100%;
    height: 230px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 0 3px 3px #0000000a;
}

.discover-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

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

.discover-card-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background-color: #072d8dcc;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.4px;
    padding: 5px 12px;
    border-radius: 50px;
    z-index: 2;
}

.discover-card-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
    padding: 40px 16px 16px;
    background: linear-gradient(180deg, #00174500 0%, #00092dcc 100%);
}

.discover-card-title {
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 6px;
    text-shadow: 0 2px 6px #00000040;
}

.discover-card-location {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #eef1f9;
    font-size: 12.5px;
    font-weight: 600;
}

.discover-card-location i {
    width: 12px;
    height: 12px;
    filter: brightness(0) saturate(100%) invert(100%);
}

.discover-card-arrow {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.discover-card-arrow i {
    width: 16px;
    height: 16px;
    filter: brightness(0) saturate(100%) invert(100%);
}

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

@media screen and (max-width: 900px) {
    .discover-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 560px) {
    .discover-grid {
        grid-template-columns: 1fr;
    }
}


/* ==========================================================================
   OTOBÜS SAATLERİ (HAT VE HAREKET SAATLERİ)
   ========================================================================== */

.bus-page {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 24px;
    padding: 20px 6% 10px;
    align-items: start;
}

.bus-sidebar {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 0 3px 3px #0000000a;
    padding: 18px;
}

.bus-sidebar-top {
    margin-bottom: 14px;
}

.bus-count {
    color: #00193f;
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 12px;
}

.bus-search-box {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #eef1f9;
    border-radius: 50px;
    padding: 10px 16px;
}

.bus-search-box i {
    width: 15px;
    height: 15px;
    filter: brightness(0) saturate(100%) invert(37%) sepia(9%) saturate(544%) hue-rotate(182deg) brightness(94%) contrast(88%);
}

.bus-search-box input {
    flex: 1;
    border: none;
    background: none;
    outline: none;
    font-size: 13px;
    color: #00193f;
}

.bus-line-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 640px;
    overflow-y: auto;
}

.bus-line-item {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1.5px solid #eef1f9;
    border-radius: 12px;
    padding: 10px 12px;
    transition: 0.15s;
}

.bus-line-item:hover {
    border-color: #072d8d55;
    background-color: #f7f9fd;
}

.bus-line-item.active {
    border-color: #072d8d;
    background-color: #eef1f9;
}

.bus-line-badge {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    font-size: 13px;
}

.bus-line-badge-lg {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    font-size: 20px;
}

.bus-line-item-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.bus-line-item-title {
    color: #00193f;
    font-weight: 700;
    font-size: 13.5px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bus-line-item-route {
    color: #62708c;
    font-size: 11.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bus-line-item-date {
    color: #a3aec4;
    font-size: 10.5px;
}

.bus-line-item-pdf {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    filter: brightness(0) saturate(100%) invert(21%) sepia(90%) saturate(1800%) hue-rotate(345deg) brightness(95%) contrast(95%);
}

.bus-pagination-info {
    text-align: center;
    color: #62708c;
    font-size: 12px;
    margin-top: 8px;
}

/* --- Sağ panel: hat detayı --- */

.bus-detail {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 0 3px 3px #0000000a;
    padding: 24px;
    min-height: 400px;
}

.bus-detail-empty {
    color: #a3aec4;
    text-align: center;
    padding: 100px 0;
}

.bus-detail-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    border-bottom: 1px solid #eef1f9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.bus-detail-header-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.bus-detail-header-left h1 {
    color: #00193f;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 4px;
}

.bus-detail-sub {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #62708c;
    font-size: 13px;
    font-weight: 600;
}

.bus-badge-guncel {
    background-color: #e7f9ee;
    color: #16a34a;
    font-size: 10px;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 50px;
}

.bus-detail-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.bus-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 18px;
    border-radius: 10px;
    white-space: nowrap;
    border: 1.5px solid transparent;
}

.bus-btn i {
    width: 14px;
    height: 14px;
}

.bus-btn-primary {
    background-color: #072d8d;
    color: #fff;
}

.bus-btn-primary i {
    filter: brightness(0) saturate(100%) invert(100%);
}

.bus-btn-outline-red {
    background-color: #fff;
    color: #ef4444;
    border-color: #ef4444;
}

.bus-btn-outline-red i {
    filter: brightness(0) saturate(100%) invert(38%) sepia(85%) saturate(1900%) hue-rotate(340deg) brightness(100%) contrast(95%);
}

.bus-btn-outline-blue {
    background-color: #fff;
    color: #072d8d;
    border-color: #072d8d;
    cursor: pointer;
}

.bus-btn-outline-blue i {
    filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(1773%) hue-rotate(213deg) brightness(90%) contrast(110%);
}

.bus-detail-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 16px;
    color: #62708c;
    font-size: 13px;
    font-weight: 600;
}

.bus-detail-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.bus-detail-meta i {
    width: 14px;
    height: 14px;
    filter: brightness(0) saturate(100%) invert(37%) sepia(9%) saturate(544%) hue-rotate(182deg) brightness(94%) contrast(88%);
}

.bus-pdf-frame-wrap {
    border: 1px solid #eef1f9;
    border-radius: 12px;
    overflow: hidden;
    height: 560px;
    background-color: #4b5563;
}

.bus-pdf-frame-wrap iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.bus-pdf-note {
    color: #a3aec4;
    font-size: 12px;
    text-align: center;
    margin: 10px 0 16px;
}

.bus-info-bar {
    background-color: #eef6ff;
    border-radius: 10px;
    padding: 14px 16px;
    color: #0a3ca1;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.bus-info-bar i {
    width: 16px;
    height: 16px;
    min-width: 16px;
    filter: brightness(0) saturate(100%) invert(24%) sepia(63%) saturate(2189%) hue-rotate(207deg) brightness(94%) contrast(93%);
}

/* --- Son güncellenen tarifeler --- */

.bus-recent-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.bus-recent-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: #fff;
    border-radius: 14px;
    box-shadow: 0 0 3px 3px #0000000a;
    padding: 16px;
}

.bus-recent-card-info {
    flex: 1;
    min-width: 0;
}

.bus-recent-card-title {
    color: #00193f;
    font-weight: 700;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bus-recent-card-date {
    color: #a3aec4;
    font-size: 11px;
    margin-top: 2px;
}

.bus-recent-card-link {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #072d8d;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.bus-recent-card-link i {
    width: 10px;
    height: 10px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(1773%) hue-rotate(213deg) brightness(90%) contrast(110%);
}

@media screen and (max-width: 1000px) {
    .bus-page {
        grid-template-columns: 1fr;
    }

    .bus-recent-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 560px) {
    .bus-recent-grid {
        grid-template-columns: 1fr;
    }

    .bus-detail-actions {
        width: 100%;
    }

    .bus-btn {
        flex: 1;
        justify-content: center;
    }
}


/* ==========================================================================
   MUHTARLIKLAR
   ========================================================================== */

.muhtar-search-panel {
    margin: 20px 6% 0;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 0 3px 3px #0000000a;
    padding: 22px 26px;
}

.muhtar-search-row {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}

.muhtar-search-box {
    flex: 1;
    min-width: 260px;
    background-color: #eef1f9;
    border-radius: 12px;
    padding: 13px 18px;
}

.muhtar-search-box input {
    font-size: 14px;
}

.muhtar-sort-select {
    border: 1.5px solid #e5ebf7;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 13.5px;
    font-weight: 600;
    color: #00193f;
    background-color: #fff;
    min-width: 210px;
}

.muhtar-count {
    color: #62708c;
    font-size: 13px;
    margin-top: 12px;
}

.muhtar-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.muhtar-card {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 0 3px 3px #0000000a;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
}

.muhtar-card-top {
    display: flex;
    align-items: stretch;
    gap: 14px;
}

.muhtar-card-photo {
    width: 90px;
    height: auto;
    min-width: 90px;
    border-radius: 14px;
    object-fit: cover;
}

.muhtar-card-photo-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eef1f9;
}

.muhtar-card-photo-placeholder i {
    width: 34px;
    height: 34px;
    filter: brightness(0) saturate(100%) invert(37%) sepia(9%) saturate(544%) hue-rotate(182deg) brightness(94%) contrast(88%);
}

.muhtar-card-info {
    min-width: 0;
}

.muhtar-card-mahalle {
    color: #00193f;
    font-weight: 800;
    font-size: 19px;
    margin-bottom: 3px;
}

.muhtar-card-muhtar {
    color: #072d8d;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 8px;
}

.muhtar-card-line {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    color: #62708c;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 3px;
}

.muhtar-card-line i {
    width: 12px;
    height: 12px;
    min-width: 12px;
    margin-top: 3px;
    filter: brightness(0) saturate(100%) invert(37%) sepia(9%) saturate(544%) hue-rotate(182deg) brightness(94%) contrast(88%);
}

.muhtar-card-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #eef6ff;
    color: #072d8d;
    font-size: 17px;
    font-weight: 700;
    padding: 11px;
    border-radius: 10px;
    border: 1.5px solid #072d8d33;
}

.muhtar-card-btn:hover {
    background-color: #072d8d;
    color: #fff;
}

.muhtar-card-btn:hover i {
    filter: brightness(0) saturate(100%) invert(100%);
}

.muhtar-card-btn i {
    width: 14px;
    height: 14px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(1773%) hue-rotate(213deg) brightness(90%) contrast(110%);
}

@media screen and (max-width: 900px) {
    .muhtar-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 560px) {
    .muhtar-grid {
        grid-template-columns: 1fr;
    }

    .muhtar-search-row {
        flex-direction: column;
        align-items: stretch;
    }

    .muhtar-sort-select {
        width: 100%;
    }
}


/* ==========================================================================
   ÖNEMLİ TELEFONLAR
   ========================================================================== */

.phone-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.phone-card {
    background-color: #fff;
    border: 1px solid #eef1f9;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 0 3px 3px #0000000a;
}

.phone-card-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.phone-card-badge {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    font-size: 14px;
}

.phone-card-title {
    color: #00193f;
    font-weight: 700;
    font-size: 16.5px;
    line-height: 1.3;
}

.phone-card-number {
    color: #072d8d;
    font-weight: 800;
    font-size: 25px;
    margin-bottom: 16px;
}

.phone-card-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #fff;
    border: 1.5px solid #ef444455;
    color: #ef4444;
    font-size: 15px;
    font-weight: 700;
    padding: 10px;
    border-radius: 10px;
}

.phone-card-btn:hover {
    background-color: #ef4444;
    color: #fff;
}

.phone-card-btn:hover i {
    filter: brightness(0) saturate(100%) invert(100%);
}

.phone-card-btn i {
    width: 14px;
    height: 14px;
    filter: brightness(0) saturate(100%) invert(38%) sepia(85%) saturate(1900%) hue-rotate(340deg) brightness(100%) contrast(95%);
}

@media screen and (max-width: 900px) {
    .phone-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 560px) {
    .phone-grid {
        grid-template-columns: 1fr;
    }
}


/* ==========================================================================
   E-GAZETE
   ========================================================================== */

.gazete-latest {
    margin: 20px 6% 0;
    background-color: #fff;
    border-radius: 18px;
    box-shadow: 0 0 3px 3px #0000000a;
    padding: 40px;
    display: flex;
    gap: 50px;
}

.gazete-latest-cover {
    flex-shrink: 0;
    width: 300px;
}

.gazete-latest-cover img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 8px 24px #0a3ca126;
}

.gazete-latest-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.gazete-badge-new {
    align-self: flex-start;
    background-color: #ef4444;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.4px;
    padding: 5px 12px;
    border-radius: 6px;
    margin-bottom: 12px;
}

.gazete-latest-info h1 {
    color: #00193f;
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 4px;
}

.gazete-latest-date {
    color: #072d8d;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 16px;
}

.gazete-latest-desc {
    color: #62708c;
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 24px;
    max-width: 620px;
}

.gazete-latest-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    color: #62708c;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 22px;
}

.gazete-latest-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.gazete-latest-meta i {
    width: 17px;
    height: 17px;
    filter: brightness(0) saturate(100%) invert(37%) sepia(9%) saturate(544%) hue-rotate(182deg) brightness(94%) contrast(88%);
}

.gazete-latest-actions {
    display: flex;
    gap: 14px;
}

.gazete-latest-actions .bus-btn {
    font-size: 18px;
    padding: 16px 30px;
}

.gazete-latest-actions .bus-btn i {
    width: 18px;
    height: 18px;
}

.gazete-latest-decor {
    flex: 1;
    min-width: 220px;
    background: linear-gradient(135deg, #eef3fb 0%, #f7f9fd 100%);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 26px;
    position: relative;
    overflow: hidden;
}

.gazete-latest-decor-icon {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 10px 30px #0a3ca11f;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gazete-latest-decor-icon i {
    width: 62px;
    height: 62px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(1773%) hue-rotate(213deg) brightness(90%) contrast(110%);
}

.gazete-latest-decor-stats {
    display: flex;
    gap: 50px;
}

.gazete-latest-decor-stat {
    text-align: center;
}

.gazete-latest-decor-num {
    color: #072d8d;
    font-size: 34px;
    font-weight: 900;
}

.gazete-latest-decor-label {
    color: #62708c;
    font-size: 14px;
    font-weight: 600;
    margin-top: 2px;
}

.gazete-filters {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-bottom: 20px;
}

.gazete-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.gazete-card {
    background-color: #fff;
    border-radius: 14px;
    box-shadow: 0 0 3px 3px #0000000a;
    overflow: hidden;
}

.gazete-card-cover {
    position: relative;
    display: block;
}

.gazete-card-cover img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    display: block;
}

.gazete-card-overlay {
    position: absolute;
    inset: 0;
    background-color: #00193fb3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    opacity: 0;
    transition: 0.2s;
}

.gazete-card-cover:hover .gazete-card-overlay {
    opacity: 1;
}

.gazete-card-overlay i {
    width: 26px;
    height: 26px;
    filter: brightness(0) saturate(100%) invert(100%);
}

.gazete-card-overlay span {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.gazete-card-info {
    padding: 12px 14px 6px;
    text-align: center;
}

.gazete-card-issue {
    color: #072d8d;
    font-weight: 800;
    font-size: 14.5px;
}

.gazete-card-date {
    color: #62708c;
    font-size: 12px;
    margin-top: 2px;
}

.gazete-card-actions {
    display: flex;
    gap: 8px;
    padding: 10px 14px 14px;
}

.gazete-card-read {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background-color: #072d8d;
    color: #fff;
    font-size: 12.5px;
    font-weight: 700;
    padding: 9px;
    border-radius: 8px;
}

.gazete-card-read i {
    width: 12px;
    height: 12px;
    filter: brightness(0) saturate(100%) invert(100%);
}

.gazete-card-download {
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #ef444455;
    border-radius: 8px;
}

.gazete-card-download i {
    width: 14px;
    height: 14px;
    filter: brightness(0) saturate(100%) invert(38%) sepia(85%) saturate(1900%) hue-rotate(340deg) brightness(100%) contrast(95%);
}

.gazete-card-download:hover {
    background-color: #ef4444;
}

.gazete-card-download:hover i {
    filter: brightness(0) saturate(100%) invert(100%);
}

@media screen and (max-width: 1000px) {
    .gazete-latest {
        flex-direction: column;
    }

    .gazete-latest-cover {
        width: 100%;
        max-width: 220px;
    }

    .gazete-latest-decor {
        display: none;
    }

    .gazete-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 700px) {
    .gazete-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 480px) {
    .gazete-grid {
        grid-template-columns: 1fr;
    }

    .gazete-filters {
        flex-direction: column;
        align-items: stretch;
    }
}


/* ==========================================================================
   İLÇELERİ KEŞFET
   ========================================================================== */

.district-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.district-row {
    display: flex;
    align-items: center;
    gap: 40px;
    background-color: #fff;
    border-radius: 18px;
    box-shadow: 0 0 3px 3px #0000000a;
    overflow: hidden;
    padding: 30px;
}

.district-row-reverse {
    flex-direction: row-reverse;
}

.district-row-image {
    flex: 0 0 42%;
    border-radius: 14px;
    overflow: hidden;
}

.district-row-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.district-row-info {
    flex: 1;
    position: relative;
}

.district-row-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background-color: #072d8d;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 14px;
}

.district-row-info h2 {
    color: #00193f;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 4px;
}

.district-row-tagline {
    color: #072d8d;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 14px;
}

.district-row-info p {
    color: #62708c;
    font-size: 14.5px;
    line-height: 1.7;
    margin-bottom: 22px;
    max-width: 620px;
}

.district-row-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #072d8d;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 26px;
    border-radius: 10px;
}

.district-row-btn:hover {
    background-color: #051f66;
}

.district-row-btn i {
    width: 13px;
    height: 13px;
    filter: brightness(0) saturate(100%) invert(100%);
}

@media screen and (max-width: 900px) {
    .district-row, .district-row-reverse {
        flex-direction: column;
    }

    .district-row-image {
        flex: 0 0 auto;
        width: 100%;
    }
}


/* ==========================================================================
   DÜZCE TARİHİ
   ========================================================================== */

.dtarihi-hero {
    background-color: #0a1a3d;
    background-size: cover;
    background-position: center;
    position: relative;
}

.dtarihi-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #00103399 0%, #00103366 50%, #0010334d 100%);
}

.dtarihi-hero-noimg {
    background: linear-gradient(135deg, #0a2a8f 0%, #0d4fc4 100%);
}

.dtarihi-hero-overlay {
    position: relative;
    z-index: 2;
    padding: 160px 6% 50px;
}

.dtarihi-eyebrow {
    color: #8fb3ff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 10px 0 8px;
}

.dtarihi-hero-overlay h1 {
    color: #fff;
    font-size: 46px;
    font-weight: 900;
    margin-bottom: 10px;
}

.dtarihi-hero-overlay p {
    color: #dbe6ff;
    font-size: 16px;
    max-width: 600px;
}

.dtarihi-stats-wrap {
    margin: -30px 6% 0;
    position: relative;
    z-index: 3;
}

.dtarihi-stats {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px #0a3ca11f;
    padding: 26px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.dtarihi-stat {
    text-align: center;
    border-right: 1px solid #eef1f9;
}

.dtarihi-stat:last-child {
    border-right: none;
}

.dtarihi-stat-value {
    color: #072d8d;
    font-size: 24px;
    font-weight: 900;
}

.dtarihi-stat-label {
    color: #62708c;
    font-size: 12.5px;
    font-weight: 600;
    margin-top: 4px;
}

.dtarihi-body {
    padding: 50px 6% 60px;
}

.dtarihi-content {
    max-width: 100%;
    color: #33394a;
    font-size: 16px;
    line-height: 1.85;
}

.dtarihi-content h2 {
    color: #00193f;
    font-size: 26px;
    font-weight: 800;
    margin: 40px 0 16px;
}

.dtarihi-content h2:first-child {
    margin-top: 0;
}

.dtarihi-content h3 {
    color: #072d8d;
    font-size: 20px;
    font-weight: 700;
    margin: 30px 0 12px;
}

.dtarihi-content p {
    margin-bottom: 18px;
}

.dtarihi-content ul, .dtarihi-content ol {
    margin: 0 0 18px 22px;
}

.dtarihi-content li {
    margin-bottom: 8px;
}

.dtarihi-content blockquote {
    background-color: #eef3fb;
    border-left: 4px solid #072d8d;
    border-radius: 0 12px 12px 0;
    padding: 20px 26px;
    margin: 26px 0;
    color: #072d8d;
    font-weight: 600;
    font-size: 17px;
}

.dtarihi-content a {
    color: #072d8d;
    text-decoration: underline;
}

@media screen and (max-width: 700px) {
    .dtarihi-hero-overlay h1 {
        font-size: 32px;
    }

    .dtarihi-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .dtarihi-stat {
        border-right: none;
        border-bottom: 1px solid #eef1f9;
        padding-bottom: 12px;
    }
}


/* ==========================================================================
   NÖBETÇİ ECZANELER
   ========================================================================== */

.pharmacy-hero {
    background: linear-gradient(135deg, #eaf1ff 0%, #f7f9fd 100%);
    padding: 24px 6% 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.pharmacy-hero-left {
    padding-top: 130px;
}

.pharmacy-hero-icon {
    flex-shrink: 0;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 14px 34px #0a3ca11f;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pharmacy-hero-icon i {
    width: 60px;
    height: 60px;
    filter: brightness(0) saturate(100%) invert(24%) sepia(63%) saturate(2189%) hue-rotate(207deg) brightness(94%) contrast(93%);
}

.pharmacy-section {
    padding: 20px 6% 60px;
}

.pharmacy-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 24px;
    align-items: stretch;
}

.pharmacy-card {
    background-color: #fff;
    border-radius: 18px;
    box-shadow: 0 0 3px 3px #0000000a;
    padding: 20px;
    overflow: hidden;
}

.pharmacy-card iframe {
    width: 100%;
    min-height: 460px;
    border: none;
    border-radius: 12px;
    display: block;
}

.pharmacy-card-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 80px 20px;
    color: #62708c;
}

.pharmacy-card-empty i {
    width: 48px;
    height: 48px;
    filter: brightness(0) saturate(100%) invert(78%) sepia(9%) saturate(300%) hue-rotate(182deg) brightness(94%) contrast(88%);
}

.pharmacy-card-empty p {
    font-size: 14px;
    font-weight: 600;
}

.pharmacy-sidebar {
    display: flex;
    flex-direction: column;
    gap: 18px;
    height: 100%;
}

.pharmacy-info-box {
    background-color: #072d8d;
    border-radius: 16px;
    padding: 22px;
    color: #fff;
}

.pharmacy-info-box-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 14px;
}

.pharmacy-info-box-title i {
    width: 16px;
    height: 16px;
    filter: brightness(0) saturate(100%) invert(100%);
}

.pharmacy-info-date {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 12px;
}

.pharmacy-info-date i {
    width: 17px;
    height: 17px;
    filter: brightness(0) saturate(100%) invert(100%);
}

.pharmacy-info-box p {
    color: #cfdcff;
    font-size: 13px;
    line-height: 1.6;
}

.pharmacy-emergency-box {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    background-color: #fff;
    border: 1.5px solid #ef444455;
    border-radius: 18px;
    padding: 36px 30px;
}

.pharmacy-emergency-box i {
    width: 42px;
    height: 42px;
    filter: brightness(0) saturate(100%) invert(38%) sepia(85%) saturate(1900%) hue-rotate(340deg) brightness(100%) contrast(95%);
}

.pharmacy-emergency-label {
    color: #62708c;
    font-size: 16px;
    font-weight: 700;
}

.pharmacy-emergency-number {
    color: #ef4444;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.1;
}

@media screen and (max-width: 900px) {
    .pharmacy-layout {
        grid-template-columns: 1fr;
    }

    .pharmacy-hero {
        flex-direction: column;
        text-align: center;
    }

    .pharmacy-hero-left {
        padding-top: 130px;
    }
}

@media screen and (max-width: 700px) {
    .pharmacy-card {
        padding: 10px;
    }

    .pharmacy-card iframe {
        min-height: 560px;
    }
}


/* --- Hızlı Hizmetler çubuğu: tüm ekran boyutlarında tek, otomatik responsive kural ---
   CSS Grid'in auto-fit özelliği sayesinde: ekran genişledikçe öğeler otomatik olarak
   yayılıp boşluğu doldurur, daraldıkça otomatik olarak alt satırlara geçer.
   Ayrı ayrı breakpoint'ler yazmaya gerek kalmaz, tarayıcı kendisi hesaplar (yukarıdaki
   .actions-section kuralında zaten tanımlı). */
.actions-section a {
    justify-content: center;
}


/* --- Hızlı Hizmetler çubuğu: telefon ekranında her öğe kendi tam satırında olsun --- */
@media screen and (max-width: 560px) {
    .actions-section {
        grid-template-columns: 1fr;
    }

    .actions-section a {
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
    }
}


/* --- Detay sayfaları: ilk/ana görsel her sayfada aynı standart yükseklikte --- */
@media screen and (max-width: 700px) {
    .article-image img {
        height: 260px;
        max-height: 260px;
    }
}


/* ==========================================================================
   ANA MENÜ - AÇILIR DROPDOWN (admin panelden yönetilen alt menüler)
   ========================================================================== */

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

/* Varsayılan (güvenli) davranış: normal akışta, dokunmatik/mobil cihazlarda kayma olmaz.
   JS ile "open" sınıfı eklenince açılır (bkz. header.php'deki mobil tıklama script'i). */
.header-nav-submenu {
    display: none;
    padding-left: 20px;
}

.header-nav-dropdown.open .header-nav-submenu {
    display: block;
}

.header-nav-submenu a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #33394a;
    text-decoration: none;
    font-size: 13.5px;
    font-weight: 600;
    padding: 10px 14px;
    border-radius: 8px;
    white-space: nowrap;
}

.header-nav-submenu a i.bi {
    font-size: 15px;
}

.header-nav-submenu a:hover {
    background-color: #eef1f9;
    color: #072d8d;
}

/* Sadece gerçek fare + yeterli genişliği olan cihazlarda (masaüstü): üstüne gelince ortalanmış,
   yüzen bir kutu olarak açılır. Dokunmatik cihazlar (telefon/tablet) bu kuralı hiç almaz,
   böylece "üstüne gelince sola kayma" sorunu yaşanmaz. */
@media (hover: hover) and (pointer: fine) and (min-width: 1101px) {
    .header-nav-submenu {
        position: absolute;
        top: 100%;
        left: 50%;
        display: block;
        padding-left: 0;
        background-color: #fff;
        border-radius: 12px;
        box-shadow: 0 12px 30px #0a3ca126;
        padding: 8px;
        min-width: 220px;
        opacity: 0;
        visibility: hidden;
        transform: translateX(-50%) translateY(6px);
        transition: 0.15s;
        z-index: 100;
    }

    .header-nav-dropdown:hover .header-nav-submenu {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(0);
    }
}


/* ==========================================================================
   ARAMA SONUÇLARI
   ========================================================================== */

.search-results-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.search-result-item {
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 3px 3px #0000000a;
    padding: 16px 20px;
}

.search-result-badge {
    flex-shrink: 0;
    background-color: #eef1f9;
    color: #072d8d;
    font-size: 11px;
    font-weight: 800;
    padding: 5px 12px;
    border-radius: 20px;
}

.search-result-title {
    flex: 1;
    color: #00193f;
    font-weight: 600;
    font-size: 15px;
}

.search-result-item i {
    width: 14px;
    height: 14px;
    filter: brightness(0) saturate(100%) invert(37%) sepia(9%) saturate(544%) hue-rotate(182deg) brightness(94%) contrast(88%);
}


/* ==========================================================================
   BİR FİKRİM VAR
   ========================================================================== */

.idea-section {
    padding: 20px 6% 60px;
}

.idea-layout {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 24px;
    align-items: start;
}

.idea-info-panel {
    background: linear-gradient(135deg, #eef3fb 0%, #f7f9fd 100%);
    border-radius: 18px;
    padding: 30px;
    text-align: center;
}

.idea-info-icon {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 10px 26px #0a3ca11f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
}

.idea-info-icon i {
    font-size: 32px;
    color: #072d8d;
}

.idea-info-panel h2 {
    color: #00193f;
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 12px;
}

.idea-info-panel > p {
    color: #62708c;
    font-size: 13.5px;
    line-height: 1.7;
    margin-bottom: 24px;
    text-align: left;
}

.idea-info-steps {
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: left;
    margin-bottom: 24px;
}

.idea-info-step {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #072d8d;
    font-weight: 700;
    font-size: 14px;
}

.idea-info-step i {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.idea-info-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    text-align: left;
    color: #62708c;
    font-size: 12.5px;
    line-height: 1.6;
    border-top: 1px solid #dbe3f5;
    padding-top: 20px;
}

.idea-info-note i {
    color: #072d8d;
    font-size: 16px;
    margin-top: 2px;
}

.idea-form-panel {
    background-color: #fff;
    border-radius: 18px;
    box-shadow: 0 0 3px 3px #0000000a;
    padding: 30px;
}

.idea-form-panel h2 {
    color: #072d8d;
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 4px;
}

.idea-form-sub {
    color: #62708c;
    font-size: 13.5px;
    margin-bottom: 24px;
}

.idea-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.idea-form-field {
    margin-bottom: 18px;
}

.idea-form-field label {
    display: block;
    color: #00193f;
    font-weight: 700;
    font-size: 13.5px;
    margin-bottom: 8px;
}

.idea-form-field label span {
    color: #ef4444;
}

.idea-form-field input,
.idea-form-field textarea {
    width: 100%;
    border: 1.5px solid #e5ebf7;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 14px;
    font-family: inherit;
    color: #33394a;
}

.idea-form-field input:focus,
.idea-form-field textarea:focus {
    outline: none;
    border-color: #072d8d;
}

.idea-form-field textarea {
    resize: vertical;
}

.idea-form-hint {
    color: #96a1b5;
    font-size: 12px;
    margin-top: 6px;
}

.idea-form-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #62708c;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 22px;
    cursor: pointer;
}

.idea-form-consent input {
    margin-top: 3px;
}

.idea-form-consent a {
    color: #072d8d;
    font-weight: 700;
    text-decoration: underline;
}

.idea-form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.idea-form-required-note {
    color: #96a1b5;
    font-size: 12.5px;
}

.idea-errors {
    background-color: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 10px;
    padding: 14px 18px;
    margin-bottom: 20px;
    color: #b91c1c;
    font-size: 13.5px;
}

.idea-errors ul {
    margin: 0;
    padding-left: 18px;
}

.idea-success {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background-color: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 12px;
    padding: 20px 22px;
}

.idea-success i {
    color: #16a34a;
    font-size: 24px;
    margin-top: 2px;
}

.idea-success strong {
    color: #15803d;
    font-size: 15px;
}

.idea-success p {
    color: #166534;
    font-size: 13.5px;
    margin-top: 4px;
}

@media screen and (max-width: 900px) {
    .idea-layout {
        grid-template-columns: 1fr;
    }

    .idea-form-row {
        grid-template-columns: 1fr;
    }
}


/* ==========================================================================
   ANA SAYFA HABER TEMASI 2 (news-grid) — sığdığı kadar kart, sadece başlık
   ========================================================================== */

.news-grid-section .section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.news-grid-section .section-header .section-title {
    font-size: 24px;
    font-weight: 800;
    color: #002a7c;
}

.news-grid-section .section-header a {
    font-size: 14px;
    font-weight: 600;
    color: #002a7c;
    display: flex;
    align-items: center;
    gap: 6px;
}

.news-grid-section .section-header a i {
    filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(1773%) hue-rotate(213deg) brightness(90%) contrast(110%);
}

.news-grid-section {
    margin: 30px 6%;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
}

.news-grid-card {
    display: flex;
    align-items: flex-end;
    position: relative;
    height: 300px;
    border-radius: 0;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.news-grid-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, #000000d9 0%, #00000000 65%);
}

.news-grid-card h3 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.35;
    padding: 22px;
}

.news-grid-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #16a34a;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 22px;
    border-radius: 8px;
    white-space: nowrap;
    margin-top: 20px;
}

.news-grid-all i {
    width: 13px;
    height: 13px;
    filter: brightness(0) saturate(100%) invert(100%);
}

@media screen and (max-width: 700px) {
    .news-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .news-grid-card {
        height: 160px;
    }

    .news-grid-card h3 {
        font-size: 14px;
        padding: 12px;
    }
}

@media screen and (max-width: 480px) {
    .news-grid {
        grid-template-columns: 1fr;
    }
}


/* ==========================================================================
   İLETİŞİM
   ========================================================================== */

.contact-section {
    padding: 30px 6% 10px;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 16px;
    margin-bottom: 30px;
}

.contact-info-card {
    background-color: #fff;
    border-radius: 14px;
    box-shadow: 0 0 3px 3px #0000000a;
    padding: 22px 18px;
    text-align: center;
}

.contact-info-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #eef1f9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}

.contact-info-icon i {
    font-size: 22px;
    color: #072d8d;
}

.contact-info-label {
    color: #62708c;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.contact-info-value {
    color: #00193f;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 14px;
    min-height: 42px;
}

.contact-info-action {
    color: #072d8d;
    font-size: 16.5px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.contact-info-action i {
    width: 10px;
    height: 10px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(1773%) hue-rotate(213deg) brightness(90%) contrast(110%);
}

.contact-info-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1.5px solid #ef444455;
    color: #ef4444;
    font-size: 16.5px;
    font-weight: 700;
    padding: 7px 16px;
    border-radius: 8px;
}

.contact-info-btn i {
    width: 11px;
    height: 11px;
    filter: brightness(0) saturate(100%) invert(38%) sepia(85%) saturate(1900%) hue-rotate(340deg) brightness(100%) contrast(95%);
}

.contact-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 22px;
    align-items: start;
    margin-bottom: 30px;
}

.contact-map-panel {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 0 3px 3px #0000000a;
    padding: 22px;
}

.contact-map-frame {
    border-radius: 12px;
    overflow: hidden;
    height: 340px;
}

.contact-map-frame iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.contact-map-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #eef1f9;
    color: #96a1b5;
    font-size: 17px;
}

.contact-map-empty i {
    font-size: 30px;
}

.contact-map-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 16px;
}

.contact-map-footer > div {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.contact-map-footer > div i {
    color: #072d8d;
    font-size: 18px;
    margin-top: 2px;
}

.contact-map-footer strong {
    display: block;
    color: #00193f;
    font-size: 17.5px;
}

.contact-map-footer span {
    color: #62708c;
    font-size: 16.5px;
}

.contact-side-panel {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact-social-box {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 0 3px 3px #0000000a;
    padding: 22px;
}

.contact-social-box h3 {
    color: #00193f;
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 4px;
}

.contact-social-box p {
    color: #62708c;
    font-size: 16.5px;
    margin-bottom: 16px;
}

.contact-social-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 0;
    border-top: 1px solid #eef1f9;
    color: #00193f;
    font-weight: 700;
    font-size: 17.5px;
}

.contact-social-item i:first-child {
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(1773%) hue-rotate(213deg) brightness(90%) contrast(110%);
}

.contact-social-item i:last-child {
    width: 10px;
    height: 10px;
    margin-left: auto;
    filter: brightness(0) saturate(100%) invert(37%) sepia(9%) saturate(544%) hue-rotate(182deg) brightness(94%) contrast(88%);
}

.contact-solution-box {
    background-color: #072d8d;
    border-radius: 16px;
    padding: 24px 22px;
    color: #fff;
}

.contact-solution-label {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    opacity: 0.85;
}

.contact-solution-number {
    font-size: 32px;
    font-weight: 900;
    margin: 6px 0 4px;
}

.contact-solution-sub {
    font-size: 16.5px;
    opacity: 0.85;
    margin-bottom: 18px;
}

.contact-solution-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #fff;
    color: #072d8d;
    font-size: 17px;
    font-weight: 700;
    padding: 12px;
    border-radius: 10px;
}

.contact-solution-btn i {
    width: 11px;
    height: 11px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(1773%) hue-rotate(213deg) brightness(90%) contrast(110%);
}

.dept-section {
    padding: 10px 6% 60px;
}

.dept-sub {
    color: #62708c;
    font-size: 17px;
    margin-bottom: 18px;
}

.dept-search-box {
    max-width: 420px;
    margin-bottom: 22px;
}

.dept-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 16px;
}

.dept-card {
    display: flex;
    gap: 14px;
    background-color: #fff;
    border-radius: 14px;
    box-shadow: 0 0 3px 3px #0000000a;
    padding: 18px;
}

.dept-card-icon {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background-color: #eef1f9;
    color: #072d8d;
    font-weight: 800;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dept-card-name {
    color: #00193f;
    font-weight: 700;
    font-size: 18.5px;
}

.dept-card-sub {
    color: #96a1b5;
    font-size: 16px;
    margin-top: 2px;
    margin-bottom: 6px;
}

.dept-card-phone-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 8px;
}

.dept-card-phone-row span {
    color: #072d8d;
    font-weight: 800;
    font-size: 18px;
}

.dept-card-call {
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1.5px solid #ef444455;
    color: #ef4444;
    font-size: 15.5px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 7px;
    white-space: nowrap;
}

.dept-card-call i {
    width: 10px;
    height: 10px;
    filter: brightness(0) saturate(100%) invert(38%) sepia(85%) saturate(1900%) hue-rotate(340deg) brightness(100%) contrast(95%);
}

@media screen and (max-width: 900px) {
    .contact-layout {
        grid-template-columns: 1fr;
    }
}


/* ==========================================================================
   KURUMSAL KİŞİLER (Meclis/Encümen/Başkan Yrd./Müdürlükler)
   ========================================================================== */

.person-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 26px;
}

.person-card {
    background-color: #fff;
    border-radius: 18px;
    box-shadow: 0 0 3px 3px #0000000a;
    padding: 34px 26px;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.person-card-photo {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 22px;
    display: block;
}

.person-card-photo-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eef1f9;
}

.person-card-photo-placeholder i {
    font-size: 58px;
    color: #96a1b5;
}

.person-card-name {
    color: #00193f;
    font-weight: 800;
    font-size: 21px;
    margin-bottom: 6px;
}

.person-card-title {
    color: #072d8d;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 18px;
}

.person-card-desc {
    color: #62708c;
    font-size: 15px;
    line-height: 1.65;
    margin-top: 14px;
    text-align: left;
}

.person-card-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #072d8d;
    font-weight: 700;
    font-size: 13px;
    margin-top: 10px;
}

.person-card-more i {
    width: 11px;
    height: 11px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(1773%) hue-rotate(213deg) brightness(90%) contrast(110%);
}

/* ==========================================================================
   KURUMSAL RAPORLAR (Faaliyet/Performans/Stratejik Plan/Mali Durum)
   ========================================================================== */

.report-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.report-card {
    display: block;
    max-width: 260px;
    width: 100%;
    background-color: #fff;
    border-radius: 14px;
    box-shadow: 0 0 3px 3px #0000000a;
    overflow: hidden;
}

.report-card-cover {
    display: block;
    width: 100%;
    aspect-ratio: 3/4;
    background-color: #eef1f9;
    overflow: hidden;
}

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

.report-card-cover-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.report-card-cover-placeholder i {
    font-size: 46px;
    color: #96a1b5;
}

.report-card-body {
    padding: 16px;
}

.report-card-year {
    color: #072d8d;
    font-weight: 800;
    font-size: 13px;
    margin-bottom: 4px;
}

.report-card-title {
    color: #00193f;
    font-weight: 700;
    font-size: 14.5px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.report-card-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #96a1b5;
    font-size: 12px;
}


/* ==========================================================================
   KURUMSAL KİŞİ DETAY (sol: kişi bilgisi, sağ: açıklama)
   ========================================================================== */

.person-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #eef1f9;
    color: #072d8d;
    font-weight: 700;
    font-size: 13.5px;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: auto;
    align-self: center;
}

.person-card-btn i {
    width: 11px;
    height: 11px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(93%) saturate(1773%) hue-rotate(213deg) brightness(90%) contrast(110%);
}

.person-card-btn:hover {
    background-color: #072d8d;
    color: #fff;
}

.person-card-btn:hover i {
    filter: brightness(0) saturate(100%) invert(100%);
}

.person-detail-section {
    padding: 30px 6% 60px;
}

.person-detail-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 40px;
    align-items: start;
}

.person-detail-side {
    background-color: #fff;
    border-radius: 18px;
    box-shadow: 0 0 3px 3px #0000000a;
    padding: 34px 26px;
    text-align: center;
    position: sticky;
    top: 20px;
}

.person-detail-photo {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 22px;
    display: block;
}

.person-detail-name {
    color: #00193f;
    font-weight: 800;
    font-size: 21px;
    margin-bottom: 6px;
}

.person-detail-title {
    color: #072d8d;
    font-weight: 600;
    font-size: 15px;
}

.person-detail-main {
    background-color: #fff;
    border-radius: 18px;
    box-shadow: 0 0 3px 3px #0000000a;
    padding: 34px;
    color: #33394a;
    font-size: 16px;
    line-height: 1.85;
}

.person-detail-main h2 {
    color: #00193f;
    font-size: 22px;
    font-weight: 800;
    margin: 30px 0 14px;
}

.person-detail-main h2:first-child {
    margin-top: 0;
}

.person-detail-main h3 {
    color: #072d8d;
    font-size: 18px;
    font-weight: 700;
    margin: 24px 0 10px;
}

.person-detail-main p {
    margin-bottom: 16px;
}

.person-detail-main ul, .person-detail-main ol {
    margin: 0 0 16px 22px;
}

@media screen and (max-width: 800px) {
    .person-detail-layout {
        grid-template-columns: 1fr;
    }

    .person-detail-side {
        position: static;
    }
}


/* ==========================================================================
   ZENGİN METİN İÇERİĞİNDEKİ GÖRSELLER (Quill editöründen eklenen resimler)
   ========================================================================== */

.dtarihi-content img,
.person-detail-main img,
.article-body img {
    max-width: 100%;
    border-radius: 12px;
    margin: 16px 0;
    display: block;
}


/* ==========================================================================
   BAŞKAN FOTO GALERİSİ
   ========================================================================== */

.baskan-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 14px;
}

.baskan-gallery-thumb {
    display: block;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 1/1;
}

.baskan-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.2s;
}

.baskan-gallery-thumb:hover img {
    transform: scale(1.06);
}

.baskan-gallery-modal {
    position: fixed;
    inset: 0;
    background-color: #000000e6;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    padding: 30px;
}

.baskan-gallery-modal.active {
    display: flex;
}

.baskan-gallery-modal-img {
    max-width: 90%;
    max-height: 88vh;
    border-radius: 8px;
    box-shadow: 0 20px 60px #00000080;
}

.baskan-gallery-modal-close {
    position: absolute;
    top: 20px;
    right: 26px;
    background: none;
    border: none;
    color: #fff;
    font-size: 40px;
    line-height: 1;
    cursor: pointer;
}

.baskan-gallery-modal-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff26;
    border: none;
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
}

.baskan-gallery-modal-nav:hover {
    background-color: #ffffff45;
}

.baskan-gallery-modal-prev {
    left: 20px;
}

.baskan-gallery-modal-next {
    right: 20px;
}

@media screen and (max-width: 600px) {
    .baskan-gallery-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    .baskan-gallery-modal-nav {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }
}


/* ==========================================================================
   MAHALLE BULUŞMALARI (Ana Sayfa)
   ========================================================================== */

.mahalle-section {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 0;
    margin: 40px 6%;
    border-radius: 24px;
    overflow: hidden;
    min-height: 480px;
}

.mahalle-panel {
    background: linear-gradient(160deg, #0f4c3f 0%, #0a3830 100%);
    color: #fff;
    padding: 44px 38px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.mahalle-quote-icon {
    font-size: 60px;
    font-weight: 900;
    line-height: 1;
    color: #ffffff33;
    margin-bottom: 4px;
}

.mahalle-eyebrow {
    color: #7fd9c2;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}

.mahalle-title {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 16px;
}

.mahalle-desc {
    color: #cfe9e0;
    font-size: 14.5px;
    line-height: 1.7;
    margin-bottom: 22px;
}

.mahalle-tagline {
    font-style: italic;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 26px;
}

.mahalle-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #fff;
    color: #0f4c3f;
    font-weight: 800;
    font-size: 14px;
    padding: 14px 26px;
    border-radius: 12px;
    width: fit-content;
    margin-bottom: 40px;
}

.mahalle-btn i {
    width: 12px;
    height: 12px;
    filter: brightness(0) saturate(100%) invert(20%) sepia(45%) saturate(1200%) hue-rotate(120deg) brightness(90%) contrast(95%);
}

.mahalle-steps {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    margin-top: auto;
}

.mahalle-step {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #cfe9e0;
    font-size: 13px;
    font-weight: 700;
}

.mahalle-step i {
    font-size: 16px;
    color: #7fd9c2;
}

.mahalle-gallery {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 6px;
}

.mahalle-gallery-main {
    position: relative;
    display: block;
    background-color: #1a1a1a;
    background-size: cover;
    background-position: center;
    min-height: 480px;
}

.mahalle-gallery-side {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 6px;
}

.mahalle-gallery-thumb {
    position: relative;
    display: block;
    background-color: #1a1a1a;
    background-size: cover;
    background-position: center;
    min-height: 237px;
}

.mahalle-gallery-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #16332c;
}

.mahalle-gallery-placeholder i {
    font-size: 34px;
    color: #ffffff44;
}

.mahalle-gallery-caption {
    position: absolute;
    top: 16px;
    right: 16px;
    background-color: #fff;
    color: #0f4c3f;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    padding: 10px 14px;
    border-radius: 10px;
    max-width: 190px;
}

.mahalle-card {
    position: absolute;
    left: 24px;
    bottom: 24px;
    right: 24px;
    max-width: 320px;
    background-color: #fff;
    border-radius: 16px;
    padding: 18px 20px;
    box-shadow: 0 16px 40px #00000040;
}

.mahalle-card-tag {
    width: 34px;
    height: 6px;
    background-color: #d1213e;
    border-radius: 4px;
    margin-bottom: 10px;
}

.mahalle-card-name {
    color: #00193f;
    font-weight: 800;
    font-size: 17px;
    margin-bottom: 8px;
}

.mahalle-card-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: #62708c;
    font-size: 12.5px;
    font-weight: 600;
}

.mahalle-card-arrow {
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #0f4c3f;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mahalle-card-arrow i {
    width: 11px;
    height: 11px;
    filter: brightness(0) saturate(100%) invert(100%);
}

@media screen and (max-width: 900px) {
    .mahalle-section {
        grid-template-columns: 1fr;
    }

    .mahalle-gallery {
        grid-template-columns: 1fr;
    }

    .mahalle-gallery-main {
        min-height: 320px;
    }

    .mahalle-gallery-side {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
    }

    .mahalle-gallery-thumb {
        min-height: 160px;
    }

    .mahalle-card {
        position: static;
        margin: 16px;
        max-width: none;
    }
}


/* ==========================================================================
   MAHALLE BULUŞMALARI — LİSTE VE DETAY
   ========================================================================== */

.mahalle-list-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 22px;
}

.mahalle-list-card {
    display: block;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 0 3px 3px #0000000a;
    overflow: hidden;
}

.mahalle-list-cover {
    position: relative;
    height: 190px;
    background-color: #16332c;
    background-size: cover;
    background-position: center;
}

.mahalle-list-body {
    padding: 18px 20px;
}

.mahalle-list-name {
    color: #00193f;
    font-weight: 800;
    font-size: 17px;
    margin-bottom: 10px;
}

.mahalle-list-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: #62708c;
    font-size: 13px;
    font-weight: 600;
}

.mahalle-detail-gallery-title {
    color: #00193f;
    font-size: 20px;
    font-weight: 800;
    margin: 34px 0 16px;
}


/* ==========================================================================
   MAHALLE BULUŞMASI DETAY — 3 kolonlu kart tasarımı
   ========================================================================== */

.bulusma-detail-section {
    padding: 30px 6% 60px;
}

.bulusma-detail-card {
    display: grid;
    grid-template-columns: 1fr 1fr 0.85fr;
    gap: 40px;
    background-color: #fdfcfa;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 0 3px 3px #0000000a;
}

.bulusma-detail-photo {
    border-radius: 14px;
    background-color: #16332c;
    background-size: cover;
    background-position: center;
    min-height: 560px;
    position: relative;
}

.bulusma-eyebrow {
    color: #0f4c3f;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    padding-bottom: 10px;
    border-bottom: 3px solid #0f4c3f;
    display: inline-block;
    margin-bottom: 20px;
}

.bulusma-detail-title {
    color: #00193f;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.25;
    margin-bottom: 18px;
}

.bulusma-detail-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    color: #0f4c3f;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5ebf7;
}

.bulusma-detail-meta i {
    color: #0f4c3f;
    margin-right: 4px;
}

.bulusma-detail-desc {
    color: #40485c;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 26px;
}

.bulusma-quote {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background-color: #eaf5ef;
    border-left: 4px solid #0f4c3f;
    border-radius: 12px;
    padding: 20px 22px;
}

.bulusma-quote-mark {
    font-size: 34px;
    font-weight: 900;
    color: #0f4c3f;
    line-height: 1;
}

.bulusma-quote p {
    color: #0f4c3f;
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.bulusma-detail-gallery h3 {
    color: #00193f;
    font-size: 17px;
    font-weight: 800;
    padding-bottom: 10px;
    border-bottom: 3px solid #0f4c3f;
    display: inline-block;
    margin-bottom: 16px;
}

.bulusma-mini-gallery {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bulusma-mini-main,
.bulusma-mini-thumb {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    cursor: pointer;
    border-radius: 12px;
    background-color: #16332c;
    background-size: cover;
    background-position: center;
}

.bulusma-mini-main {
    height: 220px;
}

.bulusma-mini-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.bulusma-mini-thumb {
    height: 110px;
}

.bulusma-see-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    color: #0f4c3f;
    font-weight: 800;
    font-size: 14px;
    padding: 0;
    margin-top: 18px;
    border-bottom: 2px solid #0f4c3f;
    padding-bottom: 2px;
    cursor: pointer;
}

.bulusma-see-all i {
    width: 11px;
    height: 11px;
    filter: brightness(0) saturate(100%) invert(20%) sepia(45%) saturate(1200%) hue-rotate(120deg) brightness(90%) contrast(95%);
}

@media screen and (max-width: 1100px) {
    .bulusma-detail-card {
        grid-template-columns: 1fr;
    }

    .bulusma-detail-photo {
        min-height: 320px;
    }
}


/* ==========================================================================
   ESKİ BAŞKANLAR — antika çerçeveli portre galerisi
   ========================================================================== */

.eskibaskan-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 34px;
}

.eskibaskan-card {
    text-align: center;
}

.eskibaskan-frame {
    background: linear-gradient(145deg, #6b4a25, #3d2a14);
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 10px 24px #00000030, inset 0 0 0 2px #c9a85c66;
}

.eskibaskan-frame-inner {
    background: linear-gradient(145deg, #e8d9a8, #c7ad6c);
    padding: 8px;
    border-radius: 2px;
}

.eskibaskan-frame-inner img {
    display: block;
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    filter: sepia(0.25);
}

.eskibaskan-name {
    margin-top: 16px;
    color: #00193f;
    font-weight: 700;
    font-size: 15px;
}

.eskibaskan-date {
    color: #072d8d;
    font-weight: 700;
}


/* ==========================================================================
   MİLLETVEKİLLERİMİZ — tek sayfa, foto + ad + özgeçmiş
   ========================================================================== */

.mv-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.mv-card {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 34px;
    align-items: start;
}

.mv-photo img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: 0 0 3px 3px #0000000a;
}

.mv-name {
    color: #00193f;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 14px;
}

.mv-bio {
    color: #40485c;
    font-size: 15px;
    line-height: 1.8;
}

.mv-divider {
    border: none;
    border-top: 1px solid #e5ebf7;
    margin: 0;
}

@media screen and (max-width: 700px) {
    .mv-card {
        grid-template-columns: 1fr;
    }

    .mv-photo img {
        max-width: 220px;
        margin: 0 auto;
    }

    .mv-card {
        text-align: center;
    }
}


/* ==========================================================================
   HİZMETLERİMİZ
   ========================================================================== */

.hizmet-search-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #fff;
    border: 1.5px solid #e5ebf7;
    border-radius: 12px;
    padding: 12px 18px;
    max-width: 420px;
    margin-bottom: 22px;
}

.hizmet-search-box i {
    width: 16px;
    height: 16px;
    opacity: 0.5;
}

.hizmet-search-box input {
    border: none;
    outline: none;
    flex: 1;
    font-size: 14px;
}

.hizmet-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hizmet-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border: 1px solid #e5ebf7;
    border-radius: 10px;
    padding: 16px 20px;
    color: #00193f;
    font-weight: 700;
    font-size: 14.5px;
}

.hizmet-list-item:hover {
    border-color: #072d8d55;
    background-color: #f7f9ff;
}

.hizmet-list-item i {
    width: 11px;
    height: 11px;
    opacity: 0.5;
    flex-shrink: 0;
    margin-left: 14px;
}


/* ==========================================================================
   SPLASH DUYURU (Acil Duyuru Ekranı)
   ========================================================================== */

.splash-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background-color: #000000c2;
    z-index: 3000;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.splash-overlay.active {
    display: flex;
}

.splash-box {
    position: relative;
    max-width: 520px;
    width: 100%;
    max-height: 90vh;
}

.splash-box img {
    display: block;
    width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 14px;
    box-shadow: 0 20px 60px #00000060;
}

.splash-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #fff;
    border: none;
    font-size: 24px;
    line-height: 1;
    color: #00193f;
    box-shadow: 0 4px 14px #00000040;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    .splash-close {
        top: -14px;
        right: 0;
    }
}



/* ==========================================================================


/* ==========================================================================
   ANA SAYFA — BAŞKANIMIZ SOSYAL MEDYADA BİZİMLE (baskan-social-*)
   ========================================================================== */

.baskan-social-section {
    margin: 36px 0;
    padding: 0 6%;
}

.baskan-social-panel {
    display: flex;
    background-color: #F5F8FD;
    border: 1px solid #d7e6fb;
    border-radius: 24px;
    box-shadow: 0 10px 40px #08307814;
    overflow: hidden;
    min-height: 400px;
}

/* ---------- SOL: BAŞKAN TANITIM ALANI ---------- */

.baskan-social-left {
    position: relative;
    flex: 0 0 28%;
    max-width: 28%;
    background: linear-gradient(160deg, #082F78 0%, #125BC4 100%);
    padding: 30px 22px 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

/* Sağ kenarı hafifçe içeri kıvrılan beyaz form efekti (metinlerle asla çakışmayacak kadar ince) */
.baskan-social-left::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -75px;
    width: 110px;
    height: 130%;
    background-color: #F5F8FD;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.baskan-social-decor {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 90px;
    opacity: 0.12;
    pointer-events: none;
}

.baskan-social-decor svg {
    width: 100%;
    height: 100%;
}

.baskan-social-photo-wrap {
    position: relative;
    z-index: 2;
    margin-bottom: 12px;
}

.baskan-social-photo-ring {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    padding: 6px;
    background-color: #fff;
    box-shadow: 0 0 0 3px #7fb3ff88, 0 18px 40px #00000040;
}

.baskan-social-photo-ring img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}


.baskan-social-eyebrow {
    position: relative;
    z-index: 2;
    color: #9fc3ff;
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: 2.2px;
    margin: 0 0 8px;
}

.baskan-social-heading {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 23px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 12px;
}

.baskan-social-name {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 3px;
}

.baskan-social-role {
    position: relative;
    z-index: 2;
    color: #b9d3fb;
    font-size: 13.5px;
    font-weight: 500;
    margin: 0 0 16px;
}


/* ---------- SAĞ: SOSYAL MEDYA ALANI ---------- */

.baskan-social-right {
    flex: 1;
    padding: 30px 36px 26px;
}

.baskan-social-right-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.baskan-social-right-title {
    color: #061D46;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.2px;
    margin: 0;
    line-height: 1.3;
}

.baskan-social-right-subtitle {
    color: #55627f;
    font-size: 14.5px;
    line-height: 1.6;
    margin: 0 0 18px;
    max-width: 640px;
}

.baskan-social-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 18px;
}

.baskan-social-cards:has(.baskan-social-card-youtube) {
    grid-template-columns: repeat(4, 1fr);
}

.baskan-social-card {
    position: relative;
    display: block;
    background-color: #fff;
    border-radius: 18px;
    padding: 22px 18px 16px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 8px 24px #08307812;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

.baskan-social-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px #08307822;
}

.baskan-social-card-badge {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px #00000030;
}

.baskan-social-card-badge svg {
    width: 22px;
    height: 22px;
}

.baskan-social-card-title {
    color: #061D46;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.8px;
    margin: 10px 0 6px;
}

.baskan-social-card-desc {
    color: #6b7690;
    font-size: 13px;
    margin: 0 0 8px;
}

.baskan-social-card-handle {
    color: #125BC4;
    font-size: 13.5px;
    font-weight: 700;
    margin: 0 0 18px;
}

.baskan-social-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 12px 0;
    border-radius: 10px;
    font-weight: 800;
    font-size: 13px;
    text-decoration: none;
}

/* Facebook kartı */
.baskan-social-card-facebook {
    border: 1.5px solid #d3e4fb;
}

.baskan-social-badge-fb,
.baskan-social-card-facebook .baskan-social-card-badge {
    background-color: #125BC4;
}

.baskan-social-btn-facebook {
    background-color: #125BC4;
    color: #fff;
}

/* Instagram kartı — biraz daha büyük/öne çıkan */
.baskan-social-card-instagram {
    border: 1.5px solid transparent;
    background-image: linear-gradient(#fff, #fff), linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    box-shadow: 0 14px 34px #dd2a7b22;
}

.baskan-social-badge-instagram {
    background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
}

.baskan-social-previews {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    margin-bottom: 16px;
}

.baskan-social-preview {
    aspect-ratio: 1/1;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ffffff20;
}

.baskan-social-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.baskan-social-btn-instagram {
    background: linear-gradient(90deg, #f58529, #dd2a7b, #8134af);
    color: #fff;
}

/* X / Twitter kartı — koyu */
.baskan-social-card-x {
    background-color: #061D46;
    border: 1px solid #17407a;
    box-shadow: 0 14px 30px #061d4630;
}

.baskan-social-card-x .baskan-social-card-title { color: #fff; }
.baskan-social-card-x .baskan-social-card-desc { color: #9fb3d6; }
.baskan-social-card-x .baskan-social-card-handle { color: #7fd6d0; }

.baskan-social-badge-x {
    background-color: #0a1730;
    border: 2px solid #2fd9cf55;
}

.baskan-social-btn-x {
    background-color: transparent;
    border: 1.5px solid #2fd9cf;
    color: #fff;
}

/* YouTube kartı (opsiyonel 4. kart) */
.baskan-social-badge-youtube { background-color: #D91F2B; }
.baskan-social-btn-youtube { background-color: #D91F2B; color: #fff; }
.baskan-social-card-youtube { border: 1.5px solid #f8d0d3; }

/* Alt bilgi şeridi */
.baskan-social-strip {
    background-color: #fff;
    border-radius: 14px;
    box-shadow: 0 6px 20px #08307812;
    text-align: center;
    padding: 16px 20px;
    color: #061D46;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
}

/* ---------- MOBİL ---------- */

@media screen and (max-width: 900px) {
    .baskan-social-panel {
        flex-direction: column;
    }

    .baskan-social-left,
    .baskan-social-left::after {
        display: none;
    }

    .baskan-social-left {
        display: flex;
        flex: none;
        max-width: 100%;
        width: 100%;
        border-radius: 24px 24px 0 0;
        padding: 36px 24px 30px;
    }

    .baskan-social-right {
        padding: 30px 22px 28px;
    }
}

@media screen and (max-width: 600px) {
    .baskan-social-section {
        padding: 0 4%;
    }

    .baskan-social-right-title {
        font-size: 19px;
    }

    .baskan-social-cards,
    .baskan-social-cards:has(.baskan-social-card-youtube) {
        grid-template-columns: 1fr;
    }

    .baskan-social-strip {
        font-size: 11.5px;
        letter-spacing: 0.4px;
    }
}


/* ==========================================================================
   MECLİS ARŞİVİ — YIL SEKMELERİ
   ========================================================================== */

.meclis-year-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 26px;
}

.meclis-year-tab {
    background-color: #fff;
    border: 1.5px solid #e5ebf7;
    color: #40485c;
    font-weight: 700;
    font-size: 13.5px;
    padding: 9px 18px;
    border-radius: 24px;
    cursor: pointer;
}

.meclis-year-tab:hover {
    border-color: #072d8d55;
}

.meclis-year-tab.active {
    background-color: #072d8d;
    border-color: #072d8d;
    color: #fff;
}
