@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,500,700&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@font-face {font-family: 'Kursunlu-Font'; src: url('/tema/genel/assets/font/KursunluDisplay-Regular.otf');}
@font-face {font-family: 'Kursunlu-Font-Medium'; src: url('/tema/genel/assets/font/Kursunlu-Font-Medium.otf');}
@font-face {font-family: 'KursunluText-Light'; src: url('/tema/genel/assets/font/KursunluText-Light.otf');}

html {
    font-family: "Kursunlu-Font", sans-serif;
    /*font-family: "Ubuntu", sans-serif;*/
    font-weight: 400;
    font-style: normal;
    scroll-behavior: smooth;
    /*font-family: "Montserrat", sans-serif;*/
}

body {
    font-family: "Kursunlu-Font", sans-serif;
    /*font-family: "Exo", sans-serif;*/
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #6f6f6f;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

.header {
    width: 100%;
}

/* =========================================================
   KURŞUNLU BELEDİYESİ - HEADER TOP TAM CSS
   Mevcut class ve etiket yapısı korunmuştur.
   ========================================================= */


/* =========================================================
   ÜST BAR
   ========================================================= */

.header-top {
    width: 100% !important;
    height: 72px !important;
    min-height: 72px !important;
    position: relative !important;
    z-index: 50 !important;
    overflow: hidden !important;
    background:
        linear-gradient(
            90deg,
            rgba(11,22,39,0.98) 0%,
            rgba(19,34,56,0.96) 45%,
            rgba(9,19,35,0.98) 100%
        ),
        #0f172a !important;
    border-bottom: 1px solid rgba(255,255,255,0.10) !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.22) !important;
}

.header-top::before {
    content: "" !important;
    position: absolute !important;
    right: -90px !important;
    top: -110px !important;
    width: 260px !important;
    height: 260px !important;
    border-radius: 50% !important;
    border: 44px solid rgba(255,255,255,0.045) !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

.header-top::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,0.04),
            rgba(0,0,0,0.10)
        ) !important;
    pointer-events: none !important;
}


/* =========================================================
   ÜST BAR CONTAINER
   ========================================================= */

.header-top > div {
    width: 100% !important;
    max-width: 1320px !important;
    height: 72px !important;
    margin: 0 auto !important;
    padding-left: 300px !important;
    padding-right: 28px !important;
    box-sizing: border-box !important;
    position: relative !important;
    z-index: 2 !important;
}

.header-top > div > div {
    width: 100% !important;
    height: 72px !important;
    min-height: 72px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    gap: 20px !important;
    overflow: hidden !important;
}


/* =========================================================
   ÜST MENÜ LİNKLERİ
   ========================================================= */

.header-top .navs {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex: 0 1 auto !important;
    min-width: 0 !important;
    max-width: calc(100% - 245px) !important;
    height: 72px !important;
    line-height: normal !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}

.header-top .navs li {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    flex: 0 0 auto !important;
}

.header-top .navs li:not(:last-child)::after {
    content: "" !important;
    width: 4px !important;
    height: 4px !important;
    margin: 0 10px !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,0.35) !important;
}

.header-top ul li a {
    color: #fff !important;
    text-decoration: none !important;
}

.header-top .navs li a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 38px !important;
    padding: 0 15px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,0.07) !important;
    color: #fff !important;
    opacity: 0.95 !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    letter-spacing: -0.2px !important;
    transition:
        background-color 0.25s ease,
        opacity 0.25s ease,
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease !important;
}

.header-top .navs li a:hover {
    background: rgba(255,255,255,0.16) !important;
    opacity: 1 !important;
    transform: translateY(-1px) !important;
}


/* =========================================================
   SOSYAL MEDYA ALANI
   ========================================================= */

.header-top .social {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex: 0 0 220px !important;
    width: 220px !important;
    height: 72px !important;
    line-height: normal !important;
    margin: 0 !important;
    padding: 0 0 0 22px !important;
    list-style: none !important;
    gap: 9px !important;
    border-left: 1px solid rgba(255,255,255,0.20) !important;
    white-space: nowrap !important;
}

.header-top .social li {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 auto !important;
}

.header-top .social li a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    color: #fff !important;
    opacity: 1 !important;
    text-decoration: none !important;
}

.header-top .social li a i {
    display: block !important;
    width: 38px !important;
    height: 38px !important;
    line-height: 34px !important;
    text-align: center !important;
    border: 2px solid rgba(255,255,255,0.42) !important;
    border-radius: 50% !important;
    font-size: 15px !important;
    color: #fff !important;
    opacity: 1 !important;
    background: rgba(255,255,255,0.06) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.18),
        0 7px 16px rgba(0,0,0,0.16) !important;
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease,
        color 0.25s ease !important;
}

/* Sosyal ikon genel hover efekti */
.header-top .social li a:hover i {
    transform: translateY(-2px) scale(1.04) !important;
    box-shadow:
        0 10px 22px rgba(0,0,0,0.22),
        0 0 0 5px rgba(255,255,255,0.08) !important;
}

/* Facebook */
.header-top .social li a[href*="facebook"]:hover i,
.header-top .social li a[href*="fb.com"]:hover i,
.header-top .social li a:hover i.fa-facebook,
.header-top .social li a:hover i.fa-facebook-f,
.header-top .social li a:hover i.fab.fa-facebook,
.header-top .social li a:hover i.fab.fa-facebook-f {
    background: #1877f2 !important;
    border-color: #1877f2 !important;
    color: #fff !important;
}

/* X / Twitter */
.header-top .social li a[href*="twitter"]:hover i,
.header-top .social li a[href*="x.com"]:hover i,
.header-top .social li a:hover i.fa-twitter,
.header-top .social li a:hover i.fa-x-twitter,
.header-top .social li a:hover i.fab.fa-twitter,
.header-top .social li a:hover i.fab.fa-x-twitter {
    background: #000000 !important;
    border-color: #000000 !important;
    color: #fff !important;
}

/* Instagram */
.header-top .social li a[href*="instagram"]:hover i,
.header-top .social li a:hover i.fa-instagram,
.header-top .social li a:hover i.fab.fa-instagram {
    background:
        radial-gradient(
            circle at 30% 107%,
            #fdf497 0%,
            #fdf497 5%,
            #fd5949 45%,
            #d6249f 60%,
            #285aeb 90%
        ) !important;
    border-color: #d6249f !important;
    color: #fff !important;
}

/* YouTube */
.header-top .social li a[href*="youtube"]:hover i,
.header-top .social li a[href*="youtu.be"]:hover i,
.header-top .social li a:hover i.fa-youtube,
.header-top .social li a:hover i.fab.fa-youtube {
    background: #ff0000 !important;
    border-color: #ff0000 !important;
    color: #fff !important;
}

/* WhatsApp */
.header-top .social li a[href*="whatsapp"]:hover i,
.header-top .social li a:hover i.fa-whatsapp,
.header-top .social li a:hover i.fab.fa-whatsapp {
    background: #25d366 !important;
    border-color: #25d366 !important;
    color: #fff !important;
}

/* LinkedIn */
.header-top .social li a[href*="linkedin"]:hover i,
.header-top .social li a:hover i.fa-linkedin,
.header-top .social li a:hover i.fa-linkedin-in,
.header-top .social li a:hover i.fab.fa-linkedin,
.header-top .social li a:hover i.fab.fa-linkedin-in {
    background: #0a66c2 !important;
    border-color: #0a66c2 !important;
    color: #fff !important;
}

.header-top ul li a:focus-visible {
    outline: 3px solid rgba(255,255,255,0.75) !important;
    outline-offset: 3px !important;
}


/* =========================================================
   LOGO NETLİĞİ
   ========================================================= */

.logo,
.logo-area,
.header-logo,
.navbar-brand {
    position: relative !important;
    z-index: 80 !important;
}

.logo img,
.logo-area img,
.header-logo img,
.navbar-brand img {
    position: relative !important;
    z-index: 82 !important;
    max-width: 220px !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter:
        drop-shadow(0 8px 15px rgba(0,0,0,0.48))
        drop-shadow(0 0 8px rgba(255,255,255,0.20)) !important;
}


/* =========================================================
   ALT HEADER / ANA MENÜ / LOGO ARKA GEÇİŞİ
   ========================================================= */

.header,
.main-header,
.navbar-area,
.menu-area {
    position: relative !important;
    z-index: 40 !important;
    overflow: visible !important;
}

.header::after,
.main-header::after,
.navbar-area::after,
.menu-area::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 420px !important;
    z-index: 1 !important;
    pointer-events: none !important;
    background:
        linear-gradient(
            90deg,
            rgba(5,13,25,0.74) 0%,
            rgba(5,13,25,0.44) 48%,
            rgba(5,13,25,0.00) 100%
        ) !important;
}

.header *,
.main-header *,
.navbar-area *,
.menu-area * {
    position: relative;
    z-index: 2;
}


/* =========================================================
   1366PX VE ALTI
   ========================================================= */

@media (max-width: 1366px) {
    .header-top > div {
        max-width: 1200px !important;
        padding-left: 270px !important;
        padding-right: 20px !important;
    }

    .header-top .navs {
        max-width: calc(100% - 215px) !important;
    }

    .header-top .navs li a {
        height: 36px !important;
        padding: 0 12px !important;
        font-size: 13px !important;
    }

    .header-top .navs li:not(:last-child)::after {
        margin: 0 8px !important;
    }

    .header-top .social {
        flex-basis: 205px !important;
        width: 205px !important;
        padding-left: 18px !important;
        gap: 7px !important;
    }

    .header-top .social li a,
    .header-top .social li a i {
        width: 36px !important;
        height: 36px !important;
    }

    .header-top .social li a i {
        line-height: 32px !important;
        font-size: 14px !important;
    }

    .logo img,
    .logo-area img,
    .header-logo img,
    .navbar-brand img {
        max-width: 205px !important;
    }
}


/* =========================================================
   1199PX VE ALTI
   ========================================================= */

@media (max-width: 1199px) {
    .header-top > div {
        padding-left: 230px !important;
        padding-right: 16px !important;
    }

    .header-top > div > div {
        gap: 12px !important;
    }

    .header-top .navs {
        max-width: calc(100% - 188px) !important;
    }

    .header-top .navs li a {
        height: 34px !important;
        padding: 0 9px !important;
        font-size: 12px !important;
    }

    .header-top .navs li:not(:last-child)::after {
        width: 3px !important;
        height: 3px !important;
        margin: 0 6px !important;
    }

    .header-top .social {
        flex-basis: 176px !important;
        width: 176px !important;
        padding-left: 14px !important;
        gap: 6px !important;
    }

    .header-top .social li a,
    .header-top .social li a i {
        width: 32px !important;
        height: 32px !important;
    }

    .header-top .social li a i {
        line-height: 28px !important;
        font-size: 13px !important;
    }

    .logo img,
    .logo-area img,
    .header-logo img,
    .navbar-brand img {
        max-width: 185px !important;
    }
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {
    .header-top {
        height: auto !important;
        min-height: auto !important;
        overflow: visible !important;
    }

    .header-top > div {
        height: auto !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .header-top > div > div {
        height: auto !important;
        min-height: auto !important;
        padding: 10px 0 !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        overflow: visible !important;
        gap: 10px !important;
    }

    .header-top .navs {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        flex: 0 0 100% !important;
        justify-content: center !important;
        flex-wrap: wrap !important;
        white-space: normal !important;
        overflow: visible !important;
        gap: 7px !important;
    }

    .header-top .navs li:not(:last-child)::after {
        display: none !important;
    }

    .header-top .navs li a {
        height: 34px !important;
        padding: 0 12px !important;
        font-size: 13px !important;
    }

    .header-top .social {
        width: auto !important;
        height: auto !important;
        flex: 0 0 auto !important;
        padding-left: 0 !important;
        border-left: 0 !important;
        justify-content: center !important;
    }

    .header::after,
    .main-header::after,
    .navbar-area::after,
    .menu-area::after {
        width: 100% !important;
        background:
            linear-gradient(
                180deg,
                rgba(5,13,25,0.48),
                rgba(5,13,25,0.00)
            ) !important;
    }
}


/* =========================================================
   MOBİL
   ========================================================= */

@media (max-width: 575px) {
    .header-top .navs li a {
        height: 32px !important;
        padding: 0 10px !important;
        font-size: 12px !important;
    }

    .header-top .social li a,
    .header-top .social li a i {
        width: 32px !important;
        height: 32px !important;
    }

    .header-top .social li a i {
        line-height: 28px !important;
        font-size: 12px !important;
    }

    .logo img,
    .logo-area img,
    .header-logo img,
    .navbar-brand img {
        max-width: 155px !important;
    }
}


/* =========================================================
   HAREKET HASSASİYETİ
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
    .header-top *,
    .header-top *::before,
    .header-top *::after {
        transition: none !important;
        animation: none !important;
    }
}

.h-border {
    border-right: 1px solid #fff;
    width: 1px;
    opacity: .4;
    height: 25px;
    margin: 0px 20px;
}

.hover-bar:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -5px;
    left: 0;
    background: #2c4070;
    width: 0;
    height: 1px;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}

.hover-bar:hover:before {
    width: 100%;
}

.header-gradyen {
    height: 170px !important;
    background: rgb(12, 37, 38);
    background: -moz-linear-gradient(0deg,
            rgba(12, 37, 38, 0) 0%,
            rgba(12, 37, 38, 0.5718662464985995) 30%,
            rgba(12, 37, 38, 0.8071603641456583) 60%,
            rgba(12, 37, 38, 1) 100%);
    background: -webkit-linear-gradient(0deg,
            rgba(12, 37, 38, 0) 0%,
            rgba(12, 37, 38, 0.5718662464985995) 30%,
            rgba(12, 37, 38, 0.8071603641456583) 60%,
            rgba(12, 37, 38, 1) 100%);
    background: linear-gradient(0deg,
            rgba(12, 37, 38, 0) 0%,
            rgba(12, 37, 38, 0.5718662464985995) 30%,
            rgba(12, 37, 38, 0.8071603641456583) 60%,
            rgba(12, 37, 38, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c2526", endColorstr="#0c2526", GradientType=1);
}

.header-bottom {
    top: 60px;
    width: 100%;
    height: 130px;
    position: absolute;
    z-index: 50;
    background: -webkit-gradient(linear, left top, left bottom, from(#0f172af2), to(transparent));
    background: linear-gradient(#0f172af2, transparent);
}

.header-bottom .logo {
    position: absolute;
    margin-top: -45px;
}

.header-bottom .logo-box {
    height: 130px;
}

.header-bottom .navs {
    display: flex;
    justify-content: space-between;
    margin: 34px 0px;
    padding: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.header-bottom .navs li {
    display: inline;
    position: relative;
}

.header-bottom .navs li:first-child {
    margin-left: 0;
}

.header-bottom .navs li:last-child {
    margin-right: 0;
    margin-bottom: 0;
}

.header-bottom .navs li a {
    color: #fff;
    text-decoration: none;
    position: relative;
    line-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.header-item {
    position: static !important;
}

.header-item .header-dropdown {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 94px;
    transition: unset;
    overflow: hidden;
    height: 0px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.header-item:hover>.header-dropdown {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s;
    height: auto;
}

.header-dropdown .link-box {
    background: white;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    padding: 20px 0px;
    border-radius: 5px;
    border-bottom: 3px solid #23397d;
}

.header-dropdown .link-box:hover {
    box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
}

.header-dropdown .link-box a {
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
    color: black !important;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 22px !important;
    transition: all 0.3s;
}

.header-item2:hover>.header-dropdown-small {
    visibility: visible;
    opacity: 1;
}

.header-dropdown-small {
    visibility: hidden;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 61px;
    left: 0;
    width: max-content;
    transition: all 0.3s;
}

.header-dropdown-small li a {
    color: black;
    text-decoration: none;
    line-height: 25px !important;
    padding: 10px !important;
    justify-content: flex-start !important;
    transition: all 0.3s;
}

.header-dropdown-small li a:hover {
    background: #23397d59;
}

.right-shadow {
    box-shadow: 9px 0px 5px -7px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.header-tabs {
    float: right;
    list-style: none;
    color: #0f172a;
}

.header-tabs li {
    display: list-item !important;
    cursor: pointer;
    padding: 0px 100px 0px 20px;
    line-height: 40px;
    transition: all 0.3s;
}

.header-tabs li:hover,
.header-tabs li.active {
    background: #0f172a;
    color: white;
}

.header-dropdown .full {
    max-width: 100% !important;
}

.header-dropdown .tab-panel {
    display: none;
    max-width: 962px;
    padding: 20px;
    width: 100%;
}

.header-dropdown .tab-panel .g-title {
    margin-top: 0 !important;
}

.drp-tumunu-gor {
    font-size: 14px;
    line-height: 47px !important;
    text-decoration: none;
    color: #676c6d !important;
    float: right;
    transition: all 0.3s;
}

.drp-tumunu-gor:hover {
    color: #0f172a !important;
}

.drp-tumunu-gor.hover-bar:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    right: 0;
    background: #0f172a;
    width: 0;
    height: 1px;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}

.drp-tumunu-gor.hover-bar:hover:after {
    width: 100%;
}

.drp-haber-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.drp-haber-box {
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
}

.drp-haber-box a {
    display: block;
    width: 100%;
    height: 100%;
}

.drp-haber-box:hover {
    box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.2);
}

.drp-haber-box .content {
    background: white;
    padding: 20px 20px 20px 10px !important;
    display: flex;
    align-items: center;
}

.drp-haber-box h4 {
    font-size: 14px;
    margin: 0;
    color: black;
}

.drp-haber-box p {
    color: grey;
    font-size: 12px;
    line-height: 12px;
    margin: 10px 0px 0px 0px;
}

.header-dropdown .tab-panel.active {
    display: block;
}

.header-dropdown .link-box:hover a {
    color: #0f172a !important;
}

.tumunu-gor.link-box a {
    color: white !important;
}

.tumunu-gor.link-box {
    background: #0f172a;
}

.tumunu-gor.link-box:hover a {
    color: white !important;
}

.bg-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.header-bottom .hover-bar:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.4);
    width: 0;
    height: 1px;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}

.header-bottom .hover-bar:hover:before {
    width: 100%;
}

.header-bottom .search-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.header-bottom .search-box a {
    color: white;
    text-decoration: none;
    font-size: 35px;
    opacity: 0.8;
    transition: 0.3s;
}

.header-bottom .search-box a:hover {
    opacity: 1;
}

.carousel-item img {
    height: 94%;
    width: 100%;
    object-fit: cover;

}

.slider-text {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    max-width: 950px;
    width: 100%;
}

.slider-text .slide-title {
    text-align: center;
    font-size: 60px;
    font-weight: 800;
    line-height: 1.1;
    text-shadow: 0px 2px 3px #141415;
}

.slider-haber-box {
    max-width: 700px;
    width: 100%;
    height: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 10px;
}

.slider-haber-box .s-type {
    font-weight: bold;
    font-size: 14px;
    width: 110%;
    padding: 10px 20px;
    position: absolute;
    top: -10px;
    left: 116px;
    text-align: right;
    font-style: italic;
    color: white;
    border-radius: 10px;
}

.slider-haber-box .s-image {
    width: 300px;
    height: 300px;
    object-fit: cover;
    position: absolute;
    left: -50%;
    top: -25px;
    border-radius: 50%;
    z-index: 3;
}

.slider-haber-box .context {
    color: #3b3f3f;
    font-size: 14px;
    font-weight: regular;
}

.before-back-black::before {
    background: black !important;
}

.slider-haber-box a {
    color: black;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}

:root {
    --municipal-navy: #10233f;
    --municipal-blue: #1457c4;
    --municipal-cyan: #22c7b8;
    --municipal-green: #2fbf71;
    --municipal-red: #d94343;
    --municipal-purple: #7157d9;
    --municipal-gold: #f5b84b;
}

.slide-menu,
.slide-menu * {
    box-sizing: border-box;
}

/* RENK BLOKLARI */
.bg-purple {
    background:
        radial-gradient(circle at 20% 20%, rgba(255,255,255,.25), transparent 28%),
        linear-gradient(135deg, #7b61ff 0%, #4c35a5 100%);
}

.bg-green {
    background:
        radial-gradient(circle at 80% 15%, rgba(255,255,255,.24), transparent 26%),
        linear-gradient(135deg, #43d17a 0%, #148c58 100%);
}

.bg-red {
    background:
        radial-gradient(circle at 15% 25%, rgba(255,255,255,.22), transparent 28%),
        linear-gradient(135deg, #f25b5b 0%, #9b1f2d 100%);
}

.bg-blue-1 {
    background:
        radial-gradient(circle at 20% 15%, rgba(255,255,255,.28), transparent 30%),
        linear-gradient(135deg, #35d6c5 0%, #087f91 100%);
}

.bg-blue-2 {
    background:
        radial-gradient(circle at 80% 20%, rgba(255,255,255,.24), transparent 30%),
        linear-gradient(135deg, #2c4070 0%, #123b7a 100%);
}

.bg-blue-3 {
    background:
        radial-gradient(circle at 25% 20%, rgba(255,255,255,.25), transparent 28%),
        linear-gradient(135deg, #62c8ff 0%, #1f5fb8 100%);
}

.bg-blue-4 {
    background:
        radial-gradient(circle at 75% 20%, rgba(255,255,255,.20), transparent 28%),
        linear-gradient(135deg, #5a7fb8 0%, #152a4d 100%);
}

/* ANA MENÜ */
.slide-menu {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);

    width: min(1180px, calc(100% - 32px));
    min-height: 118px;
    height: auto;

    color: #fff;
    z-index: 20;

    border-radius: 28px;
    overflow: hidden;

    background: rgba(16, 35, 63, 0.36);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    border: 1px solid rgba(255, 255, 255, 0.22);

    box-shadow:
        0 24px 70px rgba(4, 20, 43, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

/* ÜST RENK ÇİZGİSİ */
.slide-menu::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;

    background: linear-gradient(
        90deg,
        var(--municipal-cyan),
        var(--municipal-green),
        var(--municipal-gold),
        var(--municipal-red),
        var(--municipal-purple)
    );

    z-index: 7;
}

/* ARKA PLAN KENT DOKUSU */
.slide-menu::after {
    content: "";
    position: absolute;
    inset: 0;

    pointer-events: none;
    opacity: .13;

    background-image:
        linear-gradient(90deg, rgba(255,255,255,.35) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,.35) 1px, transparent 1px);
    background-size: 42px 42px;

    mask-image: radial-gradient(circle at center, black, transparent 78%);
    -webkit-mask-image: radial-gradient(circle at center, black, transparent 78%);

    z-index: 1;
}

/* SADECE ANA ROW */
.slide-menu > .row {
    height: 100%;
    min-height: 118px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    z-index: 2;
}

/* SADECE ANA MENÜ KARTLARI */
.slide-menu > .row > [class*="col-"] {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    min-height: 118px;
    padding-left: 0;
    padding-right: 0;

    transform: none !important;

    transition:
        filter .35s ease,
        box-shadow .35s ease;
}

/* KART AYIRICILAR */
.slide-menu > .row > [class*="col-"]:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}

/* HOVER KATMANI: TÜM KARTI KAPLAR */
.slide-menu > .row > [class*="col-"]::before {
    content: "";
    position: absolute;
    inset: auto 0 0 0;

    width: 100%;
    height: 0%;

    z-index: 2;
    pointer-events: none;

    transition: height .42s cubic-bezier(.2, .9, .2, 1);
}

.slide-menu > .row > .bg-blue-1::before {
    background:
        linear-gradient(180deg, rgba(255,255,255,.30), rgba(255,255,255,.08)),
        radial-gradient(circle at 50% 100%, rgba(255,255,255,.45), transparent 55%);
}

.slide-menu > .row > .bg-blue-2::before {
    background:
        linear-gradient(180deg, rgba(255,255,255,.26), rgba(20,87,196,.22)),
        radial-gradient(circle at 50% 100%, rgba(255,255,255,.35), transparent 58%);
}

.slide-menu > .row > .bg-blue-3::before {
    background:
        linear-gradient(180deg, rgba(255,255,255,.24), rgba(34,199,184,.18)),
        radial-gradient(circle at 50% 100%, rgba(255,255,255,.32), transparent 58%);
}

.slide-menu > .row > .bg-blue-4::before {
    background:
        linear-gradient(180deg, rgba(255,255,255,.20), rgba(245,184,75,.20)),
        radial-gradient(circle at 50% 100%, rgba(255,255,255,.30), transparent 58%);
}

.slide-menu > .row > .bg-purple::before {
    background:
        linear-gradient(180deg, rgba(255,255,255,.22), rgba(113,87,217,.28)),
        radial-gradient(circle at 50% 100%, rgba(255,255,255,.33), transparent 58%);
}

.slide-menu > .row > .bg-green::before {
    background:
        linear-gradient(180deg, rgba(255,255,255,.24), rgba(47,191,113,.20)),
        radial-gradient(circle at 50% 100%, rgba(255,255,255,.35), transparent 58%);
}

.slide-menu > .row > .bg-red::before {
    background:
        linear-gradient(180deg, rgba(255,255,255,.22), rgba(217,67,67,.20)),
        radial-gradient(circle at 50% 100%, rgba(255,255,255,.32), transparent 58%);
}

.slide-menu > .row > [class*="col-"]:hover::before {
    height: 100%;
}

.slide-menu > .row > [class*="col-"]:hover {
    transform: none !important;
    filter: saturate(1.08) contrast(1.03);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.18);
}

/* LİNK */
.slide-menu a {
    color: #fff;
    text-decoration: none;

    position: relative;
    z-index: 4;

    display: block;
    width: 100%;
    height: 100%;
    min-height: 118px;
}

/* Eski a:before hover yapısını tamamen kapat */
.slide-menu a::before {
    display: none !important;
    content: none !important;
}

/* İÇ ROW VARSA SIKIŞMASIN */
.slide-menu a > .row,
.slide-menu > .row > [class*="col-"] > .row {
    height: 100%;
    min-height: 118px;
    margin-left: 0;
    margin-right: 0;
}

/* GENEL FLEX */
.flex-center {
    display: flex;
    align-items: center;
}

/* ANA İÇERİK YÜKSEKLİĞİ */
.slide-menu .flex-center {
    min-height: 118px;
    height: 100%;
    display: flex;
    align-items: center;
}

/* İÇ KOLONLAR: PADDING KORUNUR, SIKIŞMAZ */
.slide-menu .col-3,
.slide-menu [class*="col-3"] {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 118px;
    padding-left: 18px;
    padding-right: 10px;

    flex: 0 0 34%;
    max-width: 34%;
}

.slide-menu .col-9,
.slide-menu [class*="col-9"] {
    min-height: 118px;
    padding-left: 8px;
    padding-right: 22px;

    flex: 0 0 66%;
    max-width: 66%;
}

.slide-menu .col-9.flex-center,
.slide-menu [class*="col-9"].flex-center {
    display: flex;
    align-items: center;
}

/* İKON */
.slide-menu .fa,
.slide-menu .fas,
.slide-menu .fab,
.slide-menu .far {
    position: relative;
    z-index: 5;

    width: 58px;
    height: 58px;
    min-width: 58px;
    max-width: 58px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin: 0;
    padding: 0;

    font-size: clamp(28px, 2.6vw, 40px);
    line-height: 1;
    text-align: center;

    border-radius: 19px;

    background: rgba(255, 255, 255, 0.18);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.34),
        0 10px 24px rgba(0,0,0,.16);

    transform: none !important;

    transition:
        background .35s ease,
        box-shadow .35s ease;
}

/* HOVER'DA İKON BOYUTU/HİZASI DEĞİŞMEZ */
.slide-menu a:hover .fa,
.slide-menu a:hover .fas,
.slide-menu a:hover .fab,
.slide-menu a:hover .far {
    transform: none !important;
    background: rgba(255, 255, 255, 0.26);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.42),
        0 14px 34px rgba(0,0,0,.18);
}

.slide-menu .fa::before,
.slide-menu .fas::before,
.slide-menu .fab::before,
.slide-menu .far::before {
    display: block;
    line-height: 1;
}

/* METİN */
.slide-menu h6 {
    position: relative;
    z-index: 5;

    margin: 0 0 4px 0;

    font-size: clamp(15px, 1.6vw, 19px);
    font-weight: 800;
    line-height: 1.16;

    color: #fff;
    letter-spacing: -.2px;
}

.slide-menu p {
    position: relative;
    z-index: 5;

    margin: 0;

    font-size: clamp(11px, 1.1vw, 13px);
    line-height: 1.35;

    color: rgba(255, 255, 255, 0.84);
    letter-spacing: .2px;
}

.slide-menu .col-9.flex-center > div,
.slide-menu [class*="col-9"].flex-center > div {
    position: relative;
    z-index: 5;
    width: 100%;
}

/* TABLET */
@media (max-width: 991px) {
    .slide-menu {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;

        width: calc(100% - 24px);
        margin: 24px auto;

        border-radius: 24px;
    }

    .slide-menu > .row {
        min-height: auto;
    }

    .slide-menu > .row > [class*="col-"] {
        min-height: 104px;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.16);
    }

    .slide-menu > .row > [class*="col-"]:last-child {
        border-bottom: 0;
    }

    .slide-menu a,
    .slide-menu a > .row,
    .slide-menu > .row > [class*="col-"] > .row {
        min-height: 104px;
    }

    .slide-menu .flex-center,
    .slide-menu .col-3,
    .slide-menu [class*="col-3"],
    .slide-menu .col-9,
    .slide-menu [class*="col-9"] {
        min-height: 104px;
    }

    .slide-menu .col-3,
    .slide-menu [class*="col-3"] {
        padding-left: 18px;
        padding-right: 10px;
        flex: 0 0 30%;
        max-width: 30%;
    }

    .slide-menu .col-9,
    .slide-menu [class*="col-9"] {
        padding-left: 8px;
        padding-right: 20px;
        flex: 0 0 70%;
        max-width: 70%;
    }
}

/* MOBİL */
@media (max-width: 767px) {
    .slide-menu {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;

        width: calc(100% - 20px);
        margin: 18px auto;

        border-radius: 22px;
        overflow: visible;

        background: transparent;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;

        border: 0;
        box-shadow: none;
    }

    .slide-menu::before,
    .slide-menu::after {
        display: none;
    }

    .slide-menu > .row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;

        min-height: auto;
    }

    .slide-menu > .row > [class*="col-"] {
        width: 100%;
        max-width: 100%;
        flex: unset;

        min-height: 96px;

        border: 1px solid rgba(255,255,255,.20);
        border-radius: 22px;
        overflow: hidden;

        box-shadow:
            0 14px 34px rgba(10, 28, 55, 0.22),
            inset 0 1px 0 rgba(255,255,255,.22);
    }

    .slide-menu a,
    .slide-menu a > .row,
    .slide-menu > .row > [class*="col-"] > .row {
        min-height: 96px;
    }

    .slide-menu .flex-center,
    .slide-menu .col-3,
    .slide-menu [class*="col-3"],
    .slide-menu .col-9,
    .slide-menu [class*="col-9"] {
        min-height: 96px;
    }

    .slide-menu .col-3,
    .slide-menu [class*="col-3"] {
        padding-left: 16px;
        padding-right: 10px;
        flex: 0 0 28%;
        max-width: 28%;
    }

    .slide-menu .col-9,
    .slide-menu [class*="col-9"] {
        padding-left: 6px;
        padding-right: 16px;
        flex: 0 0 72%;
        max-width: 72%;
    }

    .slide-menu .fa,
    .slide-menu .fas,
    .slide-menu .fab,
    .slide-menu .far {
        width: 52px;
        height: 52px;
        min-width: 52px;
        max-width: 52px;

        font-size: 27px;
        border-radius: 17px;
    }

    .slide-menu h6 {
        font-size: 17px;
    }

    .slide-menu p {
        font-size: 12px;
    }
}

/* KÜÇÜK MOBİL */
@media (max-width: 420px) {
    .slide-menu {
        width: calc(100% - 16px);
        margin: 14px auto;
    }

    .slide-menu .col-3,
    .slide-menu [class*="col-3"] {
        padding-left: 14px;
        padding-right: 8px;
        flex: 0 0 30%;
        max-width: 30%;
    }

    .slide-menu .col-9,
    .slide-menu [class*="col-9"] {
        padding-left: 4px;
        padding-right: 14px;
        flex: 0 0 70%;
        max-width: 70%;
    }

    .slide-menu .fa,
    .slide-menu .fas,
    .slide-menu .fab,
    .slide-menu .far {
        width: 48px;
        height: 48px;
        min-width: 48px;
        max-width: 48px;

        font-size: 24px;
        border-radius: 16px;
    }

    .slide-menu h6 {
        font-size: 16px;
    }

    .slide-menu p {
        font-size: 11px;
    }
}

/* ÇOK DAR EKRAN */
@media (max-width: 360px) {
    .slide-menu .col-3,
    .slide-menu [class*="col-3"] {
        padding-left: 12px;
        padding-right: 6px;
        flex: 0 0 28%;
        max-width: 28%;
    }

    .slide-menu .col-9,
    .slide-menu [class*="col-9"] {
        padding-left: 4px;
        padding-right: 12px;
        flex: 0 0 72%;
        max-width: 72%;
    }

    .slide-menu .fa,
    .slide-menu .fas,
    .slide-menu .fab,
    .slide-menu .far {
        width: 44px;
        height: 44px;
        min-width: 44px;
        max-width: 44px;

        font-size: 22px;
        border-radius: 14px;
    }
}

/* ERİŞİLEBİLİRLİK */
@media (prefers-reduced-motion: reduce) {
    .slide-menu *,
    .slide-menu *::before,
    .slide-menu *::after {
        animation: none !important;
        transition: none !important;
    }
}

.header-mobile {
    display: none;
}

.header-mobile .logo {
    height: 80px;
    margin: 0px auto;
}

.header-mobile .logo-box {
    display: flex;
    align-items: center;
}

.header-mobile .logo-box a {
    display: contents;
}

.header-mobile .search-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.header-mobile .search-box a {
    color: white;
    text-decoration: none;
    font-size: 35px;
    opacity: 0.8;
    transition: 0.3s;
}

.header-mobile .search-box a:hover {
    opacity: 1;
}

.hamburger-box .icon {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 25px;
    cursor: pointer;
}

.hamburger-box .icon .hamburger {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    transition: 0.5s;
    width: 100%;
    height: 20%;
    background: #fff;
    box-shadow: 0px 2px 5px rgb(0, 0, 0, 0.2);
}

.hamburger-box .icon .hamburger:before,
.hamburger-box .icon .hamburger:after {
    content: "";
    position: absolute;
    transition: 0.5s;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0px 2px 5px rgb(0, 0, 0, 0.2);
}

.hamburger-box .icon .hamburger:before {
    top: -200%;
}

.hamburger-box .icon .hamburger:after {
    top: 200%;
}

.hamburger-box .icon.active .hamburger {
    background: rgb(0, 0, 0, 0);
    box-shadow: 0px 2px 5px rgb(0, 0, 0, 0);
}

.hamburger-box .icon.active .hamburger:before {
    transform: rotate(45deg);
    top: 0;
}

.hamburger-box .icon.active .hamburger:after {
    transform: rotate(-45deg);
    top: 0;
}

#mobile-menu {
    width: 350px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #2c4070;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    transform: translateX(-105%);
}

#mobile-menu.active {
    transform: translateX(0);
}

.drp-mobile li a {
    padding: 0 !important;
    height: 0;
    overflow: hidden;
}

.drp-mobile.active li a {
    padding: 10px !important;
    height: 46px;
}

#dismiss {
    width: 35px;
    height: 35px;
    text-align: center;
    background: #2c4070;
    position: absolute;
    top: 20px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #2c4070;
}

#dismiss i {
    line-height: 35px;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.overlay.active {
    display: block;
    opacity: 1;
}

#mobile-menu .sidebar-header {
    padding: 20px;
    background: #0f172a;
}

#mobile-menu ul.components {
    padding: 20px 0;
}

#mobile-menu ul p {
    color: #fff;
    padding: 10px;
}

#mobile-menu ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    transition: all 0.3s;
    text-decoration: none;
    color: #ffffff;
}

#mobile-menu ul li a:hover {
    color: #2c4070;
    background: #fff;
}

#mobile-menu ul li a i {
    line-height: 26px;
}

#mobile-menu ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #0f172a;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul {
    font-size: 0.9em !important;
    padding-left: 0px !important;
    background: #0f172a;
    background: url(https://www.kursunlu.bel.tr/uploads/files/menu-beyaz.png) !important;
    background-position: bottom right !important;
    background-repeat: no-repeat !important;
    background-color: #10304a !important;
    width:300px !important;
    border-radius: 10px !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #2c4070;
}

a.article,
a.article:hover {
    background: #0f172a !important;
    color: #fff !important;
}

#haberSlide {
    height: 545px;
    position: relative;
    overflow: hidden;
    background: #0a2239;
}

/* SLIDE ITEM */
#haberSlide .carousel-item {
    height: 100%;
    position: relative;
}

#haberSlide .carousel-item a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
}

/* IMAGE */
#haberSlide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 1.2s ease;
}

#haberSlide .carousel-item a:hover img {
    transform: scale(1.06);
}

/* OVERLAY */
.slide-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;

    background:
        radial-gradient(
            circle at 18% 18%,
            rgba(255, 255, 255, 0.16) 0%,
            rgba(255, 255, 255, 0.06) 18%,
            rgba(255, 255, 255, 0) 36%
        ),
        radial-gradient(
            circle at 82% 12%,
            rgba(77, 183, 255, 0.18) 0%,
            rgba(77, 183, 255, 0.08) 22%,
            rgba(77, 183, 255, 0) 42%
        ),
        linear-gradient(
            115deg,
            rgba(5, 24, 44, 0.88) 0%,
            rgba(6, 30, 54, 0.68) 34%,
            rgba(6, 30, 54, 0.26) 62%,
            rgba(6, 30, 54, 0.08) 100%
        ),
        linear-gradient(
            to top,
            rgba(3, 18, 34, 0.96) 0%,
            rgba(6, 30, 54, 0.78) 34%,
            rgba(6, 30, 54, 0.28) 68%,
            rgba(6, 30, 54, 0) 100%
        );

    backdrop-filter: saturate(1.08) contrast(1.04);
    -webkit-backdrop-filter: saturate(1.08) contrast(1.04);
}

.slide-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.08) 0 1px,
            transparent 1px 100%
        ),
        linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.055) 0 1px,
            transparent 1px 100%
        );
    background-size: 72px 72px;
    mask-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.75),
        rgba(0, 0, 0, 0.22) 48%,
        transparent 82%
    );
    opacity: 0.28;
}

.slide-overlay::after {
    content: "";
    position: absolute;
    left: clamp(24px, 5vw, 88px);
    bottom: clamp(28px, 7vh, 96px);
    width: min(42vw, 520px);
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.95),
        rgba(77, 183, 255, 0.72),
        rgba(255, 255, 255, 0)
    );
    box-shadow:
        0 0 24px rgba(77, 183, 255, 0.42),
        0 0 60px rgba(255, 255, 255, 0.18);
}

/* CONTENT */
#haberSlide .content {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    z-index: 5;
    max-width: 700px;
}

#haberSlide .content h3 {
    margin: 0;
    font-size: clamp(22px, 3vw, 38px);
    font-weight: 700;
    line-height: 1.25;
    color: #ffffff;
    text-transform: none;
    border: none;
    padding: 0;
}

/* ALT ÇİZGİ (kurumsal vurgu) */
#haberSlide .content h3::after {
    content: "";
    display: block;
    margin-top: 12px;
    width: 60px;
    height: 3px;
    background: #e6b800; /* belediye sarı ton */
    border-radius: 2px;
}

/* INDICATORS WRAPPER */
#haberSlide .carousel-indicators {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 10px 16px;
    display: flex;
    gap: 8px;
    justify-content: flex-start;
    background: rgba(6, 30, 54, 0.9);
    backdrop-filter: blur(6px);
}

/* INDICATOR ITEM */
#haberSlide .carousel-indicators li {
    width: 28px;
    height: 28px;
    margin: 0;
    border-radius: 6px;
    background: rgba(255,255,255,0.15);
    border: none;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 11px;
    font-weight: 600;
    color: rgba(255,255,255,0.8);

    overflow: hidden;
    white-space: nowrap;

    transition: all 0.25s ease;
    cursor: pointer;
}

/* HOVER + ACTIVE */
#haberSlide .carousel-indicators li:hover {
    background: rgba(255,255,255,0.3);
}

#haberSlide .carousel-indicators li.active {
    background: #e6b800;
    color: #0a2239;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    #haberSlide .content {
        left: 20px;
        right: 20px;
        bottom: 60px;
    }

    #haberSlide .content h3 {
        font-size: 20px;
    }

    #haberSlide .carousel-indicators {
        padding: 8px 10px;
        gap: 6px;
    }

    #haberSlide .carousel-indicators li {
        width: 24px;
        height: 24px;
        font-size: 10px;
    }
}

.footer-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.slider-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
    opacity: .5;
    <!--background: url(./02.png) center center;-->
}

.haber-section > div {
    height: 480px;
    position: relative;
}

.diger-haberler > div {
    height: 100%;
}

/* Kurumsal sekme alanı */
.haber-nav {
    height: 64px !important;
    position: absolute;
    bottom: -64px;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 10;
    box-shadow: 0 14px 35px rgba(20, 45, 60, 0.16);
    border-top: 4px solid #1f7a8c;
}

.haber-nav ul {
    padding: 0 18px;
    margin: 0;
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    text-transform: capitalize;
    overflow-x: auto;
}

.haber-nav ul li {
    display: inline-block;
    padding: 0 16px;
    text-align: center;
    transition: all 0.25s ease;
    border-radius: 12px;
    white-space: nowrap;
}

.haber-nav ul li:hover {
    background: #e8f4f6;
}

.haber-nav ul li a {
    color: #16475a;
    line-height: 42px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
}

/* Haber kart alanları */
.diger-haberler > div > div {
    height: 50%;
    position: relative;
    overflow: hidden;
    background: #eef5f7;
}

.diger-haberler > div > div::before {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 18px;
    z-index: 4;
    pointer-events: none;
}

.diger-haberler > div > div::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(90deg, rgba(8, 54, 71, 0.82) 0%, rgba(8, 54, 71, 0.55) 45%, rgba(8, 54, 71, 0.08) 100%);
    transition: opacity 0.3s ease;
}

.diger-haberler img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: transform 0.9s ease, filter 0.4s ease;
}

.diger-haberler a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    text-decoration: none;
}

.diger-haberler a .content {
    position: absolute;
    top: 50%;
    left: 38px;
    right: 34%;
    bottom: auto;
    transform: translateY(-50%);
    color: #ffffff;
    z-index: 5;
    text-transform: none;
}

.diger-haberler a .content p,
.diger-haberler a .content h3 {
    margin: 0;
}

.diger-haberler a .content p {
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: #9ee8f0;
}

.diger-haberler a .content h3 {
    font-size: 24px;
    line-height: 1.22;
    font-weight: 800;
    color: #ffffff;
}

.diger-haberler a:hover img {
    transform: scale(1.08) translateX(8px);
    filter: brightness(1.05);
}

.diger-haberler a:hover .content h3 {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
}

/* Mobil */
@media (max-width: 768px) {
    .haber-section > div {
        height: auto;
    }

    .haber-nav {
        height: 58px !important;
        bottom: -58px;
        border-radius: 0 0 14px 14px;
    }

    .haber-nav ul {
        height: 58px;
        padding: 0 12px;
    }

    .haber-nav ul li a {
        font-size: 14px;
        line-height: 38px;
    }

    .diger-haberler > div > div {
        height: 245px;
    }

    .diger-haberler a .content {
        left: 24px;
        right: 24px;
    }

    .diger-haberler a .content h3 {
        font-size: 20px;
    }
}

.etkinlik-section {
    padding: 60px 0px;
}

.bg-etkinlik {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Modern belediye web sayfası görünümü - mevcut class ve PHP renk etiketleri korunmuştur */
.tab-component {
    --belediye-primary: #0f172a;
    --belediye-secondary: #2c4070;
    --belediye-surface: #ffffff;
    --belediye-surface-soft: #f5f8fb;
    --belediye-border: rgba(24, 76, 124, 0.12);
    --belediye-text: #1f2d3d;
    --belediye-muted: #667085;
    --belediye-shadow: 0 18px 45px rgba(24, 76, 124, 0.12);
    --belediye-radius: 18px;
}

.tab-component .tab-head .row {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    margin-bottom: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f4f8fb 100%);
    border: 1px solid var(--belediye-border);
    border-radius: var(--belediye-radius);
    box-shadow: 0 10px 30px rgba(24, 76, 124, 0.08);
}

.tab-component .tab-head .tab-link {
    width: 33%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 14px;
    background: transparent;
    color: var(--belediye-primary);
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.01em;
    cursor: pointer;
    border-radius: 13px;
    border: 1px solid transparent;
    transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.tab-component .tab-head .tab-link:hover,
.tab-component .tab-head .tab-link.active {
    background: var(--belediye-primary);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.25);
    box-shadow: 0 12px 26px rgba(24, 76, 124, 0.18);
    transform: translateY(-1px);
}

.tab-component .tab-body .tab-panel {
    display: none;
    width: 100%;
    background: rgba(255, 255, 255, 0.92);
    min-height: 380px;
    border: 1px solid var(--belediye-border);
    border-radius: var(--belediye-radius);
    -webkit-box-shadow: var(--belediye-shadow);
    box-shadow: var(--belediye-shadow);
    overflow: hidden;
    backdrop-filter: blur(8px);
}

.tab-component .tab-body .tab-panel.active {
    display: block;
}

.tab-component .tab-body .tab-panel>div {
    display: none;
    padding: 28px 36px 26px 30px;
    position: relative;
    height: 370px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--belediye-primary) #edf2f7;
}

.tab-component .tab-body .tab-panel .do-nicescroll3.active {
    display: block;
}

.tab-tum-buton {
    color: var(--belediye-primary);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    float: right;
    padding: 10px 2px 11px;
    margin: 18px 30px;
    font-weight: 800;
    font-size: 14px;
    position: relative;
    letter-spacing: 0.01em;
}

.tab-tum-buton::before {
    content: "";
    height: 2px;
    width: 0%;
    position: absolute;
    background: var(--belediye-primary);
    bottom: 0;
    left: 0;
    border-radius: 999px;
    transition: width 0.25s ease;
}

.tab-tum-buton:hover {
    color: var(--belediye-primary);
    text-decoration: none;
}

.tab-tum-buton:hover::before {
    width: 100%;
}

.etkinlik-list-box {
    padding: 14px 6px 14px 0;
    position: relative;
    border-bottom: 1px solid rgba(24, 76, 124, 0.1);
    z-index: 1;
    transition: transform 0.25s ease;
}

.etkinlik-list-box:before {
    content: "";
    background: linear-gradient(135deg, #ffffff 0%, #f7fbff 100%);
    border-radius: 14px;
    position: absolute;
    z-index: -1;
    top: 4px;
    right: -12px;
    bottom: 4px;
    left: -12px;
    width: 55%;
    opacity: 0;
    -webkit-transition: width 0.25s ease, opacity 0.25s ease, box-shadow 0.25s ease;
    transition: width 0.25s ease, opacity 0.25s ease, box-shadow 0.25s ease;
}

.etkinlik-list-box:hover {
    transform: translateX(3px);
}

.etkinlik-list-box:hover:before {
    -webkit-box-shadow: 0 14px 30px rgba(24, 76, 124, 0.12);
    box-shadow: 0 14px 30px rgba(24, 76, 124, 0.12);
    width: calc(100% + 24px);
    opacity: 1;
}

.etkinlik-list-box:last-child {
    margin-bottom: 10px;
    border-bottom: none;
}

.etkinlik-list-box p {
    margin: 0;
    font-weight: 700;
    padding-left: 18px;
    font-size: 15px;
    color: var(--belediye-text);
    line-height: 1.45;
}

.etkinlik-list-box p:last-child {
    margin: 5px 0 0;
    color: var(--belediye-muted);
    font-size: 13px;
    font-weight: 500;
}

.etkinlik-list-box a {
    text-decoration: none;
    color: var(--belediye-text);
    display: block;
}

.etkinlik-list-box a:before {
    content: "";
    position: absolute;
    top: 16px;
    bottom: 16px;
    left: 0;
    background: var(--belediye-primary);
    width: 4px;
    border-radius: 999px;
}

.etkinlik-list-box a:hover {
    text-decoration: none;
    color: var(--belediye-primary);
}

#etkinlik-scroll {
    height: 330px !important;
}

#etkinlik-scroll .nicescroll-cursors {
    background: var(--belediye-primary) !important;
    background-image: none;
    background-size: 20px 20px;
    width: 7px !important;
    border-radius: 999px !important;
    height: 210px !important;
}

.etkinlik-image {
    height: 250px;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: var(--belediye-radius);
    border-top-right-radius: var(--belediye-radius);
    filter: saturate(1.04) contrast(1.02);
}

.etkinlik-content {
    background: #ffffff;
    padding: 32px 96px 34px 44px;
    position: static;
    left: 0;
    bottom: 0;
    width: 100%;
    border: 1px solid var(--belediye-border);
    border-top: none;
    border-bottom-left-radius: var(--belediye-radius);
    border-bottom-right-radius: var(--belediye-radius);
    box-shadow: 0 14px 36px rgba(24, 76, 124, 0.1);
}

.etkinlik-content h3 {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.25;
    color: var(--belediye-text);
    margin: 0 0 12px;
}

.etkinlik-content p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--belediye-muted);
    margin-bottom: 18px;
}

.etkinlik-content .social a {
    text-decoration: none;
    display: inline-flex;
    margin-right: 6px;
}

.etkinlik-content .social a:hover i {
    border: 2px solid var(--belediye-primary);
    color: var(--belediye-primary);
    background: rgba(24, 76, 124, 0.04);
    transform: translateY(-2px);
}

.etkinlik-content .social i {
    width: 34px;
    height: 34px;
    line-height: 30px;
    text-align: center;
    border: 2px solid #d5dde5;
    color: #8492a6;
    border-radius: 50%;
    font-size: 14px;
    opacity: 1;
    transition: all 0.25s ease;
}

.etkinlik-tarih {
    width: 58px;
    height: 104px;
    background: var(--belediye-primary);
    position: absolute;
    right: 10px;
    top: 0;
    text-align: center;
    color: white;
    clip-path: polygon(100% 0, 100% 100%, 50% 82%, 0 100%, 0 0);
    box-shadow: 0 12px 28px rgba(24, 76, 124, 0.25);
}

.etkinlik-tarih div:first-child {
    margin-top: 12px;
    font-size: 32px;
    font-weight: 800;
    line-height: 32px;
}

.etkinlik-tarih div:last-child {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.owl-carousel-hizlimenu .owl-item:not(.active) {
    opacity: 0.5;
}

.etkinlik-linkler {
    background: linear-gradient(135deg, rgba(116, 162, 209, 0.85), rgba(24, 76, 124, 0.72));
    padding: 34px 0px;
    border-radius: var(--belediye-radius);
}

.etkinlik-linkler .main {
    display: flex;
    justify-content: space-between;
    gap: 14px;
}

.etkinlik-linkler .main a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 14px;
    padding: 22px 28px;
    text-decoration: none;
    width: 100%;
    font-weight: 700;
    transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(6px);
}

.etkinlik-linkler .main a:hover {
    background: var(--belediye-primary);
    transform: translateY(-3px);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.16);
}

.etkinlik-linkler .main a i {
    margin-right: 14px;
    font-size: 25px;
}

.custom-owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 9;
    pointer-events: none;
}

.custom-owl-nav button {
    position: absolute;
    top: 0;
    background: var(--belediye-secondary);
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 30px;
    outline: none;
    transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
    padding: 0;
    pointer-events: auto;
    box-shadow: 0 12px 26px rgba(24, 76, 124, 0.22);
}

.custom-owl-nav button:hover {
    background: var(--belediye-primary);
    transform: scale(1.06);
}

.custom-owl-nav button:first-child {
    left: -8px;
}

.custom-owl-nav button:last-child {
    right: -8px;
}

.custom-owl-nav button span {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 34px;
}

@media (min-width: 1400px) {
    .tab-component .tab-body .tab-panel {
        min-height: 468px;
    }

    .tab-component .tab-body .tab-panel>div {
        height: 458px;
    }

    #etkinlik-scroll {
        height: 415px !important;
    }
}

@media (max-width: 991px) {
    .tab-component .tab-head .row,
    .etkinlik-linkler .main {
        flex-wrap: wrap;
    }

    .tab-component .tab-head .tab-link {
        width: calc(50% - 5px);
    }

    .etkinlik-content {
        padding: 28px 74px 30px 28px;
    }
}

@media (max-width: 575px) {
    .tab-component .tab-head .row {
        display: block;
        padding: 6px;
    }

    .tab-component .tab-head .tab-link {
        width: 100%;
        margin-bottom: 6px;
    }

    .tab-component .tab-body .tab-panel>div {
        padding: 22px 20px;
        height: auto;
        max-height: 430px;
    }

    #etkinlik-scroll {
        height: auto !important;
        max-height: 390px;
    }

    .tab-tum-buton {
        float: none;
        margin: 16px 20px;
    }

    .etkinlik-image {
        height: 210px;
    }

    .etkinlik-content {
        padding: 26px 24px 30px;
    }

    .etkinlik-content h3 {
        font-size: 22px;
    }

    .etkinlik-tarih {
        width: 52px;
        height: 92px;
        right: 8px;
    }

    .etkinlik-linkler .main {
        display: block;
        padding: 0 14px;
    }

    .etkinlik-linkler .main a {
        margin-bottom: 10px;
        padding: 18px 20px;
    }

    .custom-owl-nav button:first-child {
        left: 4px;
    }

    .custom-owl-nav button:last-child {
        right: 4px;
    }
}


.baskan-section {
    position: relative;
}

.baskan-section .sol {
    text-align: center;
    background: white;
    padding-bottom: 30px;
}

.baskan-section img {
    width: 100%;
    object-fit: cover;
    filter: drop-shadow(1px 1px 5px black);
}

.baskan-section .sol h3 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 23px;
    font-family: "Kursunlu-Font", sans-serif !important;
    color: #0f172a;
}

.baskan-section .sol p {
    font-size: 16px;
    font-family: "Kursunlu-Font", sans-serif !important;
    color: #969696;
}

.baskan-section .social {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.baskan-section .text-side {
    max-width: 680px;
    margin: 0px auto;
}

.baskan-section .text-side h3 {
    font-size: 85px;
    margin-bottom: 0px;
    font-weight: 800;
}

.baskan-section .text-side p {
    color: #0f172a;
    font-family: "Kursunlu-Font", sans-serif !important;
    font-size: 36px;
    letter-spacing: 6.7px;
    font-weight: 200;
}

.baskan-section .sag {
    display: flex;
    justify-content: center;
    align-items: center;
}

h3.g-title {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 35px;
    color: #0f172a;
    font-weight: bold;
}

h4.g-title {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 25px;
    color: #0f172a;
    font-family: "Kursunlu-Font-Medium", sans-serif !important;
    font-weight: 500;
}

.baskan-section .social a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #0f172a;
    border-radius: 50%;
    font-size: 17px;
    opacity: 0.8;
    transition: all 0.3s;
}

.baskan-section .social a i:hover {
    background: #263c5a;
}

.baskan-section .social a {
    color: #fff;
    text-decoration: none;
}

/*
    KONSEPT: "Kentsel Katmanlar"
    - Mevcut class isimleri ve PHP renk değişkenleri korunmuştur.
    - Belediye sitesi için daha cesur, asimetrik, editorial ve katmanlı bir arayüz dili.
    - HTML/etiket yapısına müdahale edilmeden CSS tarafında yeniden tasarlanmıştır.
*/

:root {
    --belediye-ana: #0f172a;
    --belediye-vurgu: #2c4070;
    --kent-lacivert: #0b1628;
    --kent-gece: #101827;
    --kent-buz: #eef5f8;
    --kent-kagit: #fffaf2;
    --kent-cizgi: rgba(11, 22, 40, 0.12);
    --kent-golge: 0 28px 80px rgba(11, 22, 40, 0.16);
    --kent-yumusak-golge: 0 18px 45px rgba(11, 22, 40, 0.10);
    --kent-radius-xl: 34px;
    --kent-radius-lg: 24px;
    --kent-radius-md: 16px;
}

.projeler-section,
.festival-section,
.fotogaleri-section,
.iletisim-section,
.harita-section {
    position: relative;
    overflow: hidden;
}

.projeler-section::selection,
.festival-section::selection,
.fotogaleri-section::selection,
.iletisim-section::selection {
    background: var(--belediye-ana);
    color: #ffffff;
}

/* PROJELER: klasik slider kartı yerine belediye vitrin panosu */
.projeler-section {
    padding-top: 96px !important;
    padding-bottom: 110px;
    background:
        radial-gradient(circle at 10% 12%, rgba(255, 255, 255, 0.95) 0 9%, transparent 10%),
        radial-gradient(circle at 86% 18%, rgba(255, 255, 255, 0.85) 0 7%, transparent 8%),
        linear-gradient(135deg, #eaf2f6 0%, #f7efe4 46%, #eef6f2 100%);
    isolation: isolate;
}

.projeler-section::before {
    content: "";
    position: absolute;
    inset: 34px 5% auto auto;
    width: 260px;
    height: 260px;
    border: 34px solid rgba(255, 255, 255, 0.55);
    border-radius: 50%;
    z-index: -1;
}

.projeler-section::after {
    content: "";
    position: absolute;
    left: -120px;
    bottom: -140px;
    width: 470px;
    height: 470px;
    background:
        linear-gradient(45deg, transparent 44%, rgba(11, 22, 40, 0.055) 45% 55%, transparent 56%),
        linear-gradient(-45deg, transparent 44%, rgba(11, 22, 40, 0.045) 45% 55%, transparent 56%);
    background-size: 34px 34px;
    border-radius: 50%;
    opacity: 0.9;
    z-index: -1;
}

.proje-slider {
    position: relative;
    margin: 26px 0;
    min-height: 390px;
    overflow: hidden;
    border-radius: var(--kent-radius-xl);
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(255, 255, 255, 0.85);
    box-shadow: var(--kent-golge);
    transform: rotate(-1deg);
    transition: transform 0.45s cubic-bezier(.2,.8,.2,1), box-shadow 0.45s cubic-bezier(.2,.8,.2,1), filter 0.45s ease;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.proje-slider::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(11, 22, 40, 0.08);
    border-radius: 26px;
    pointer-events: none;
    z-index: 3;
}

.proje-slider::after {
    content: "KENT PROJESİ";
    position: absolute;
    top: 28px;
    left: 28px;
    z-index: 4;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(11, 22, 40, 0.72);
    color: #ffffff;
    letter-spacing: 1.8px;
    font-size: 10px;
    font-weight: 800;
    backdrop-filter: blur(10px);
}

.proje-slider:hover {
    transform: rotate(0deg) translateY(-8px);
    box-shadow: 0 38px 110px rgba(11, 22, 40, 0.24);
}

.proje-slider img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    clip-path: polygon(0 0, 100% 0, 91% 100%, 0% 100%);
    filter: saturate(1.05) contrast(1.03);
    transition: transform 1.1s cubic-bezier(.2,.8,.2,1), filter 0.45s ease;
}

.proje-slider:hover img {
    transform: scale(1.06);
    filter: saturate(1.16) contrast(1.08);
}

.proje-slider .content {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 390px;
    padding: 42px 42px 42px 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 250, 242, 0.88)),
        linear-gradient(90deg, rgba(#0f172a, 0.08), transparent);
    color: var(--kent-lacivert);
}

.proje-slider .content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 36px;
    bottom: 36px;
    width: 6px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--belediye-ana), var(--belediye-vurgu));
}

.proje-slider .content h1,
.proje-slider .content h2,
.proje-slider .content h3,
.proje-slider .content h4,
.proje-slider .content h5 {
    color: var(--kent-lacivert);
    letter-spacing: -0.04em;
    line-height: 1.02;
}

.ozellik ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    display: grid;
    gap: 10px;
}

.ozellik ul li {
    position: relative;
    padding: 13px 16px 13px 48px;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(11, 22, 40, 0.08);
    border-radius: 999px;
    box-shadow: 0 8px 20px rgba(11, 22, 40, 0.055);
    color: #314055;
    font-weight: 600;
}

.ozellik ul li:before {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    width: 22px;
    height: 22px;
    transform: translateY(-50%);
    border-radius: 50%;
    background:
        linear-gradient(135deg, var(--belediye-ana), var(--belediye-vurgu));
    box-shadow: 0 0 0 5px rgba(11, 22, 40, 0.04);
}

.ozellik ul li:after {
    content: "✓";
    position: absolute;
    left: 19px;
    top: 50%;
    transform: translateY(-51%);
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
}

.projeler-section .owl-item {
    transition: transform 0.65s cubic-bezier(.2,.8,.2,1), filter 0.65s ease, opacity 0.65s ease;
}

.projeler-section .owl-item:not(.active),
.projeler-section .owl-item.active+.owl-item,
.projeler-section .owl-item.active+.owl-item+.owl-item {
    transform: scale(0.74) translateY(34px) rotate(3deg) !important;
    z-index: 1;
    filter: grayscale(0.65) blur(1px);
    opacity: 0.48;
}

.projeler-section .owl-item.active {
    z-index: 99;
}

.projeler-section .custom-owl-nav {
    position: absolute;
    top: auto;
    bottom: 30px;
    left: auto;
    right: 8%;
    width: auto;
    transform: none;
    z-index: 9;
    display: flex;
    gap: 12px;
}

.projeler-section .custom-owl-nav button {
    position: relative;
    width: 58px;
    height: 58px;
    border: 0 !important;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.82) !important;
    color: var(--kent-lacivert) !important;
    box-shadow: var(--kent-yumusak-golge);
    backdrop-filter: blur(14px);
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.projeler-section .custom-owl-nav button:hover {
    transform: translateY(-4px) rotate(-4deg);
    background: var(--kent-lacivert) !important;
    color: #ffffff !important;
}

.projeler-section .custom-owl-nav button span {
    line-height: 58px;
    font-size: 38px;
}

.projeler-section .tumunu-gor {
    text-align: center;
    margin-top: 42px;
}

.projeler-section .tumunu-gor a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 56px;
    padding: 0 34px;
    color: #ffffff;
    border: 0;
    border-radius: 999px;
    text-decoration: none !important;
    background: linear-gradient(135deg, var(--kent-lacivert), var(--belediye-ana));
    box-shadow: 0 18px 46px rgba(11, 22, 40, 0.22);
    font-weight: 800;
    letter-spacing: 0.02em;
    overflow: hidden;
}

.projeler-section .tumunu-gor a::after {
    content: "→";
    font-size: 20px;
    transition: transform 0.3s ease;
}

.projeler-section .tumunu-gor a:hover {
    color: #ffffff;
    background: linear-gradient(135deg, var(--belediye-ana), var(--belediye-vurgu));
    transition: all 0.3s;
    transform: translateY(-3px);
}

.projeler-section .tumunu-gor a:hover::after {
    transform: translateX(6px);
}

/* FESTİVAL: koyu afiş, video/foto alanı için sinematik panel */
.bg-festival {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    filter: saturate(0.85) contrast(1.1);
    transform: scale(1.03);
}

.festival-section {
    padding-top: 112px !important;
    padding-bottom: 112px;
    background: var(--kent-gece);
    isolation: isolate;
}

.festival-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(16, 24, 39, 0.98) 0%, rgba(16, 24, 39, 0.84) 36%, rgba(16, 24, 39, 0.36) 100%),
        radial-gradient(circle at 80% 20%, rgba(255,255,255,0.14), transparent 28%);
    z-index: 0;
    pointer-events: none;
}

.festival-section::after {
    content: "";
    position: absolute;
    inset: 28px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 44px;
    z-index: 0;
    pointer-events: none;
}

.festival-section>.slide-overlay {
    background:
        linear-gradient(135deg, rgba(11, 22, 40, 0.90), rgba(11, 22, 40, 0.46));
}

.festival-section .video-box {
    position: relative;
    z-index: 2;
}

.festival-slider .content {
    position: relative;
    z-index: 2;
    color: white;
    display: flex;
    align-items: center;
    min-height: 320px;
    padding: 34px 10px 34px 34px;
}

.festival-slider .content::before {
    content: "KÜLTÜR • SANAT • KENT YAŞAMI";
    position: absolute;
    left: 34px;
    top: 0;
    color: rgba(255, 255, 255, 0.54);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2.6px;
}

.festival-slider .content h3 {
    font-family: "Exo", sans-serif !important;
    font-size: clamp(28px, 4vw, 54px);
    line-height: 0.95;
    letter-spacing: -0.055em;
    margin-bottom: 18px;
    color: #ffffff;
}

.festival-slider .content .icerik {
    color: rgba(255, 255, 255, 0.74);
    font-size: 16px;
    line-height: 1.75;
    max-width: 620px;
}

.festival-slider .content .tarih {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 16px;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    backdrop-filter: blur(12px);
}

.festival-slider .content .tarih::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--belediye-vurgu);
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.07);
}

.festival-video {
    position: relative;
    display: flex;
    align-items: center;
    border-right: 0;
    padding-right: 30px;
}

.festival-video::after {
    content: "";
    position: absolute;
    top: 4%;
    right: 0;
    width: 1px;
    height: 92%;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.22), transparent);
}

.f-image-box {
    position: relative;
    overflow: hidden;
    border-radius: 34px 34px 8px 34px;
    box-shadow: 0 34px 95px rgba(0, 0, 0, 0.42);
    background: #000000;
}

.f-image-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.52));
    z-index: 1;
    pointer-events: none;
}

.f-image-box:hover .festival-image,
.f-image-box:hover .foto-image {
    transform: scale(1.08);
    filter: saturate(1.05) contrast(1.08);
}

.festival-image,
.foto-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 310px;
    transition: transform 0.75s cubic-bezier(.2,.8,.2,1), filter 0.35s ease;
    filter: saturate(0.96) contrast(1.05);
    transform-origin: center center;
    will-change: transform;
    backface-visibility: hidden;
}

.festival-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 76px !important;
    height: 76px;
    z-index: 4;
    border-radius: 50%;
    padding: 14px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.12), 0 25px 60px rgba(0, 0, 0, 0.35);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.festival-play-btn:hover {
    transform: translate(-50%, -50%) scale(1.08);
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.10), 0 28px 70px rgba(0, 0, 0, 0.42);
}

.festival-fotolar a {
    text-decoration: none;
    color: white;
}

.festival-nav {
    left: auto;
    right: 54px;
    bottom: 52px;
    top: auto;
    width: auto;
    display: flex;
    gap: 14px;
}

.festival-nav button {
    opacity: 1;
    background: rgba(255, 255, 255, 0.10) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.17) !important;
    font-size: 44px;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    backdrop-filter: blur(14px);
    transition: transform 0.3s ease, background 0.3s ease;
}

.festival-nav button:hover {
    background: rgba(255, 255, 255, 0.22) !important;
    opacity: 1;
    transform: translateY(-5px);
}

/* FOTO GALERİ: mozaik/dergi kapağı estetiği */
.fotogaleri-section {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
    z-index: 1;
    background:
        linear-gradient(180deg, #ffffff 0%, #f2f6f8 100%);
}

.fotogaleri-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(11, 22, 40, 0.04) 1px, transparent 1px),
        linear-gradient(180deg, rgba(11, 22, 40, 0.04) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
    pointer-events: none;
}

.fotogaleri-section .fotogaleri-nav {
    transform: translateY(-19px);
}

.fotogaleri-section .content {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    width: auto;
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.82);
    color: var(--kent-lacivert);
    font-family: "Exo", sans-serif !important;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 16px 34px rgba(11, 22, 40, 0.14);
    backdrop-filter: blur(14px);
    transform: translateY(12px);
    opacity: 0;
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.fotogaleri-section a {
    color: inherit;
}

.hover-effect {
    position: relative;
    overflow: hidden;
    border-radius: 12px 36px 36px 36px;
    transition: transform 0.45s cubic-bezier(.2,.8,.2,1), box-shadow 0.45s ease, border-radius 0.45s ease;
    box-shadow: 0 20px 50px rgba(11, 22, 40, 0.12);
    background: #0b1628;
}

.hover-effect::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(11, 22, 40, 0.03), rgba(11, 22, 40, 0.34)),
        radial-gradient(circle at 20% 15%, rgba(255,255,255,0.42), transparent 24%);
    pointer-events: none;
}

.hover-effect:hover {
    transform: none;
    border-radius: 12px 36px 36px 36px;
    box-shadow: 0 26px 64px rgba(11, 22, 40, 0.18);
}

.hover-effect img {
    display: block;
    width: 100%;
    transform-origin: center center;
    will-change: transform;
    backface-visibility: hidden;
    transition: transform 0.75s cubic-bezier(.2,.8,.2,1), filter 0.35s ease;
}

.hover-effect:hover img {
    transform: scale(1.07);
}

.hover-effect:hover .content {
    transform: translateY(0);
    opacity: 1;
}

/* Ortak buton: dolgu animasyonu yerine rozet/ok hissi */
.btn-1 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 54px;
    padding: 0 26px;
    margin: 14px 0;
    color: var(--kent-lacivert) !important;
    border: 1px solid rgba(11, 22, 40, 0.14);
    border-radius: 999px;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.78);
    transform: perspective(1px) translateZ(0);
    transition: transform 0.35s ease, box-shadow 0.35s ease, color 0.35s ease, border-color 0.35s ease;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(11, 22, 40, 0.08);
    font-weight: 800;
    backdrop-filter: blur(12px);
}

.btn-1::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 22px;
    width: 12px;
    height: 12px;
    right: auto;
    bottom: auto;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--belediye-ana), var(--belediye-vurgu));
    transform: translateY(-50%) scale(1);
    transform-origin: center;
    transition: transform 0.48s cubic-bezier(.2,.8,.2,1);
}

.btn-1::after {
    content: "→";
    font-size: 18px;
    transition: transform 0.3s ease;
}

.btn-1:hover:before {
    transform: translateY(-50%) scale(44);
}

.btn-1:hover {
    text-decoration: none;
    color: white !important;
    border: 1px solid transparent;
    border-radius: 999px;
    transform: translateY(-4px);
    box-shadow: 0 20px 54px rgba(11, 22, 40, 0.18);
}

.btn-1:hover::after {
    transform: translateX(5px);
}

/* İLETİŞİM: formu belediye danışma masası gibi ayrıcalıklı panel */
.iletisim-section {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
    background:
        radial-gradient(circle at 8% 20%, rgba(#0f172a, 0.13), transparent 28%),
        radial-gradient(circle at 92% 74%, rgba(#2c4070, 0.14), transparent 28%),
        linear-gradient(135deg, #f7fafb, #eef3f5);
}

.iletisim-section::before {
    content: "";
    position: absolute;
    top: 70px;
    bottom: 70px;
    left: 5%;
    right: 5%;
    border-radius: 48px;
    border: 1px solid rgba(11, 22, 40, 0.08);
    background: rgba(255, 255, 255, 0.42);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.75);
    pointer-events: none;
}

.iletisim-form {
    position: relative;
    z-index: 1;
}

.iletisim-form label {
    color: #445064;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.iletisim-form input,
.iletisim-form textarea {
    width: 100%;
    outline: none;
    border: 1px solid rgba(11, 22, 40, 0.10);
    border-radius: 18px;
    padding: 14px 18px;
    color: var(--kent-lacivert);
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 14px 34px rgba(11, 22, 40, 0.06);
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, background 0.3s ease;
}

.iletisim-form input {
    height: 58px;
}

.iletisim-form textarea {
    height: 136px;
    resize: vertical;
}

.iletisim-form input:focus,
.iletisim-form textarea:focus {
    border: 1px solid var(--belediye-vurgu);
    background: #ffffff;
    box-shadow: 0 0 0 5px rgba(11, 22, 40, 0.045), 0 18px 42px rgba(11, 22, 40, 0.10);
    transform: translateY(-2px);
}

.iletisim-section .social a {
    color: var(--belediye-vurgu);
    text-decoration: none;
    margin: 0 8px;
    display: inline-flex;
}

.iletisim-section .social a i {
    width: 68px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    border-radius: 22px;
    font-size: 27px;
    transition: transform 0.35s ease, background 0.35s ease, color 0.35s ease, box-shadow 0.35s ease;
    background: rgba(255, 255, 255, 0.72);
    color: var(--belediye-vurgu);
    border: 1px solid rgba(11, 22, 40, 0.08);
    box-shadow: 0 14px 34px rgba(11, 22, 40, 0.08);
}

.iletisim-section .social a i:hover {
    background: linear-gradient(135deg, var(--belediye-ana), var(--belediye-vurgu));
    color: #ffffff;
    transform: translateY(-7px) rotate(-4deg);
    box-shadow: 0 20px 48px rgba(11, 22, 40, 0.16);
}

.iletisim-section .sol div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.form-button {
    position: relative;
    background: linear-gradient(135deg, var(--kent-lacivert), var(--belediye-vurgu));
    color: white;
    border: none !important;
    width: auto;
    min-height: 56px;
    padding: 0 40px;
    border-radius: 18px;
    font-weight: 900;
    letter-spacing: 0.03em;
    box-shadow: 0 18px 44px rgba(11, 22, 40, 0.20);
    transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.form-button:hover {
    background: linear-gradient(135deg, var(--belediye-ana), var(--kent-lacivert));
    transform: translateY(-4px);
    box-shadow: 0 24px 64px rgba(11, 22, 40, 0.26);
}

/* HARİTA: sıradan iframe yerine kentsel bilgi bandı */
.harita-section {
    background: #0b1628;
    padding: 0 0 80px;
}

.harita-section iframe {
    width: 100%;
    height: 430px;
    display: block;
    border: 0;
    filter: grayscale(0.18) contrast(1.05) saturate(0.9);
    border-radius: 0 0 42px 42px;
    box-shadow: 0 32px 76px rgba(0, 0, 0, 0.22);
}

/* Hareket hassasiyeti */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

/* Responsive dokunuşlar */
@media (max-width: 991px) {
    .projeler-section,
    .festival-section,
    .fotogaleri-section,
    .iletisim-section {
        padding-top: 72px !important;
        padding-bottom: 76px !important;
    }

    .proje-slider {
        transform: none;
        border-radius: 26px;
    }

    .proje-slider img {
        height: 280px;
        clip-path: none;
    }

    .proje-slider .content {
        min-height: auto;
        padding: 34px 28px;
    }

    .projeler-section .custom-owl-nav,
    .festival-nav {
        position: relative;
        right: auto;
        bottom: auto;
        justify-content: center;
        margin-top: 22px;
    }

    .festival-video {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .festival-video::after {
        display: none;
    }

    .festival-section::after {
        inset: 16px;
        border-radius: 28px;
    }
}

@media (max-width: 575px) {
    .proje-slider img,
    .festival-image,
    .foto-image {
        min-height: 230px;
        height: 230px;
    }

    .proje-slider .content,
    .festival-slider .content {
        padding: 28px 22px;
    }

    .festival-slider .content::before,
    .proje-slider::after {
        position: static;
        display: inline-flex;
        margin-bottom: 18px;
    }

    .festival-slider .content {
        display: block;
        min-height: auto;
    }

    .iletisim-section::before {
        left: 14px;
        right: 14px;
        top: 36px;
        bottom: 36px;
        border-radius: 28px;
    }

    .iletisim-section .social a i {
        width: 58px;
        height: 58px;
        line-height: 58px;
        border-radius: 18px;
        font-size: 23px;
    }

    .harita-section iframe {
        height: 330px;
        border-radius: 0 0 28px 28px;
    }
}


.festival-section .f-image-box,
.fotogaleri-section .hover-effect {
    contain: layout paint;
    transform: translateZ(0);
}

.festival-section .f-image-box:hover,
.fotogaleri-section .hover-effect:hover {
    transform: translateZ(0) !important;
}

.festival-section .festival-image,
.festival-section .foto-image,
.fotogaleri-section .hover-effect img {
    display: block;
    max-width: 100%;
}

.festival-section .f-image-box:hover .festival-image,
.festival-section .f-image-box:hover .foto-image,
.fotogaleri-section .hover-effect:hover img {
    transform: scale(1.06) !important;
}

.festival-section .festival-play-btn,
.festival-section .festival-play-btn:hover {
    left: 50%;
    top: 50%;
}


.hava-kutular {
    display: flex;
    justify-content: space-between;
    text-align: right;
}

.hava-kutu {
    display: inline-block;
    margin-left: 20px;
}

.hava-kutu:first-child {
    margin-left: 0px;
}

.hava-kutu h1 {
    font-size: 55px;
    position: relative;
    display: inline-block;
    margin: 0;
    font-family: "Exo", sans-serif !important;
    color: #fff;
    font-weight: 100;
}

.hava-kutu h1 img {
    position: absolute;
    right: -8px;
    bottom: 10px;
    width: 25px;
    opacity: 0.4;
}

.hava-kutu p {
    margin: 0;
    font-size: 11px;
    color: #fff;
    padding-left: 8px;
}

.gun {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px !important;
    font-weight: bold !important;
}

#page-up {
    position: fixed;
    right: 10;
    bottom: -70px;
    background: transparent;
    border: none;
    z-index: 99;
    outline: none;
    transition: all 0.3s;
}

#page-up.active {
    bottom: 20px;
}

#page-up i {
    width: 60px;
    height: 60px;
    background: white;
    color: #0f172a;
    font-size: 32px;
    line-height: 58px;
    border-radius: 50%;
    border: 1px solid #0f172a;
    z-index: 99;
}

.page-section {
    margin-bottom: 30px;
}

.header-fix {
    background: #0c2526;
    padding-top: 150px;
}

.kolay-menu {
    background: white;
    border-radius: 15px;

}

.kolay-menu>h4 {
    color: white;
    background: #0f172a;
    text-align: center;
    padding: 20px 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 0px;
}

.kolay-menu>ul {
    padding: 0;
    list-style: none;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-transition: .3s;
    transition: .3s;
}

.kolay-menu>ul>li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.kolay-menu>ul>li:last-child {
    border-bottom: none;
}

.kolay-menu>ul>li>a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 16px;
    color: #788281;
    padding: 15px 20px;
    position: relative;
    height: fit-content;
    z-index: 1;
    transition: all 0.3s;
}

.kolay-menu>ul>li>a:before {
    content: "";
    background: #0f172a;
    position: absolute;
    top: 0;
    left: 0;
    right: 100%;
    bottom: 0;
    transition: all 0.3s;
    z-index: -1;
}

.kolay-menu>ul>li>a:hover:before {
    right: 0;
}

.kolay-menu>ul>li>a:hover {
    color: white;
}

.kolay-menu .social {
    text-align: center;
    padding-bottom: 20px;
}

.kolay-menu .social h4 {
    text-align: center;
    color: #0f172a;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.kolay-menu .social a {
    color: #fff;
    text-decoration: none;
    margin: 0 2px;
}

.kolay-menu .social a i {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    font-size: 21px;
    background: #0f172a;
    transition: all 0.3s;
}

.kolay-menu .social a i:hover {
    background: #2c4070;
}

.banner img {
    height: 275px;
    width: 100%;
    object-fit: cover;
}

.banner-fix {
    margin-top: -75px;
}

/* ==========================================================
   GELİŞTİRİLMİŞ BELEDİYE SAYFA ÜSTÜ / İÇERİK TASARIMI
   Mevcut class ve etiket yapısı korunmuştur
   ========================================================== */


/* ==========================================================
   1. BREADCRUMB
   Daha okunabilir, daha kurumsal ve net hiyerarşili yapı
   ========================================================== */
.breadcrumb {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    padding: 13px 22px;
    margin-bottom: 28px;
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,251,254,0.98) 100%);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow:
        0 1px 0 rgba(255,255,255,0.9) inset,
        0 10px 24px rgba(15, 23, 42, 0.06);
    text-transform: none;
    overflow: hidden;
}

/* Üst kurumsal renk hattı */
.breadcrumb::before {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    top: 0;
    height: 4px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, #0f172a 0%, #2c4070 100%);
}

/* Sağ tarafta çok hafif kurumsal watermark */
.breadcrumb::after {
    content: "";
    position: absolute;
    right: -32px;
    top: -32px;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(15, 23, 42, 0.045) 0 18px, transparent 19px),
        radial-gradient(circle, transparent 0 34px, rgba(15, 23, 42, 0.03) 35px, transparent 37px);
    pointer-events: none;
}

.breadcrumb li,
.breadcrumb li a {
    position: relative;
    z-index: 1;
    color: #334155;
    text-decoration: none;
    font-size: 13.5px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.1px;
}

.breadcrumb li {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
}

/* Ayıraç */
.breadcrumb li::before {
    content: "›";
    font-family: inherit;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    color: #0f172a;
    padding: 0 12px;
    opacity: 0.95;
}

.breadcrumb li:first-child::before {
    content: "";
    display: none;
}

/* Ana sayfa kapsülü */
.breadcrumb li:first-child a {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.045);
    color: #0f172a;
}

/* Aktif sayfa */
.breadcrumb li:last-child {
    padding: 7px 13px;
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(15,23,42,0.055) 0%, rgba(15,23,42,0.025) 100%);
    color: #0f172a;
}

.breadcrumb li:last-child a {
    color: #0f172a;
}

.breadcrumb li a:hover {
    color: #0f172a;
}


/* ==========================================================
   2. SAYFA GERİ BUTONU
   Daha modern, güçlü ama abartısız aksiyon butonu
   ========================================================== */
.sayfa-geri {
    position: relative;
    float: right;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 21px 12px 15px;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background:
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    color: #0f172a;
    font-size: 12.5px;
    font-weight: 850;
    line-height: 1;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.9),
        0 10px 22px rgba(15, 23, 42, 0.08);
    transition:
        background 0.28s ease,
        color 0.28s ease,
        border-color 0.28s ease,
        box-shadow 0.28s ease,
        transform 0.28s ease;
    overflow: hidden;
}

/* İç parlama */
.sayfa-geri::before {
    content: "";
    position: absolute;
    left: -40px;
    top: -50%;
    width: 36px;
    height: 200%;
    background: rgba(255,255,255,0.45);
    transform: rotate(18deg);
    opacity: 0;
    transition: left 0.5s ease, opacity 0.3s ease;
}

/* Dekoratif arka yuvarlak */
.sayfa-geri::after {
    content: "";
    position: absolute;
    right: -18px;
    bottom: -18px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.04);
    pointer-events: none;
}

.sayfa-geri .icon {
    position: relative;
    z-index: 1;
    width: 30px;
    height: 30px;
    min-width: 30px;
    margin-right: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background:
        linear-gradient(135deg, #0f172a 0%, #2c4070 100%);
    color: #ffffff;
    font-size: 13px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.14);
}

.sayfa-geri:hover {
    color: #ffffff;
    text-decoration: none;
    border-color: transparent;
    background:
        linear-gradient(135deg, #0f172a 0%, #2c4070 100%);
    box-shadow:
        0 16px 32px rgba(15, 23, 42, 0.15),
        0 6px 12px rgba(15, 23, 42, 0.10);
    transform: translateY(-2px);
}

.sayfa-geri:hover::before {
    left: 120%;
    opacity: 1;
}

.sayfa-geri:hover .icon {
    background: #ffffff;
    color: #0f172a;
}


/* ==========================================================
   3. SAYFA İÇERİĞİ
   Daha premium, daha ferah ve daha iyi odaklanan içerik yüzeyi
   ========================================================== */
.page-content {
    position: relative;
    padding: 46px;
    border-radius: 30px;
    background:
        radial-gradient(circle at right top, rgba(15,23,42,0.035), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    border: 1px solid rgba(15, 23, 42, 0.065);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.9),
        0 10px 24px rgba(15, 23, 42, 0.045),
        0 34px 78px -22px rgba(15, 23, 42, 0.12);
    overflow: hidden;
}

/* Üst renk bandı */
.page-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 32px;
    right: 32px;
    height: 7px;
    border-radius: 0 0 999px 999px;
    background:
        linear-gradient(90deg, #0f172a 0%, #2c4070 100%);
}

/* Sağ üst belediye rozeti hissi */
.page-content::after {
    content: "";
    position: absolute;
    right: -46px;
    top: -46px;
    width: 158px;
    height: 158px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(15,23,42,0.04) 0 28px, transparent 29px),
        radial-gradient(circle, transparent 0 52px, rgba(15,23,42,0.03) 53px, transparent 55px),
        radial-gradient(circle, transparent 0 74px, rgba(15,23,42,0.022) 75px, transparent 77px);
    pointer-events: none;
}


/* ==========================================================
   4. SAYFA BAŞLIĞI
   Daha profesyonel editoryal başlık sistemi
   ========================================================== */
.page-title {
    position: relative;
    margin-bottom: 38px;
    padding: 0 0 0 28px;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.16;
    letter-spacing: -0.95px;
    color: #0f172a;
    border-bottom: none;
}

/* Ana dikey işaret */
.page-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 3px;
    width: 9px;
    border-radius: 999px;
    background:
        linear-gradient(180deg, #0f172a 0%, #2c4070 100%);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.12);
}

/* Başlık altı kısa vurgu */
.page-title::after {
    content: "";
    position: absolute;
    left: 28px;
    bottom: -14px;
    width: 84px;
    height: 4px;
    border-radius: 999px;
    background:
        linear-gradient(90deg, rgba(15,23,42,0.16), rgba(15,23,42,0.04));
}


/* ==========================================================
   5. MOBİL UYUM
   ========================================================== */
@media (max-width: 991px) {
    .breadcrumb {
        padding: 12px 16px;
        margin-bottom: 22px;
        border-radius: 17px;
    }

    .breadcrumb li,
    .breadcrumb li a {
        font-size: 13px;
    }

    .breadcrumb li::before {
        padding: 0 9px;
        font-size: 16px;
    }

    .sayfa-geri {
        float: none;
        margin-top: 10px;
        padding: 11px 18px 11px 14px;
        border-radius: 16px;
    }

    .sayfa-geri .icon {
        width: 28px;
        height: 28px;
        min-width: 28px;
    }

    .page-content {
        padding: 34px 24px;
        border-radius: 24px;
    }

    .page-content::before {
        left: 24px;
        right: 24px;
        height: 6px;
    }

    .page-title {
        font-size: 29px;
        margin-bottom: 32px;
        padding-left: 23px;
        letter-spacing: -0.55px;
    }

    .page-title::before {
        width: 7px;
    }

    .page-title::after {
        left: 23px;
        width: 66px;
    }
}

@media (max-width: 575px) {
    .breadcrumb {
        width: 100%;
        padding: 12px 13px;
    }

    .breadcrumb li:first-child a,
    .breadcrumb li:last-child {
        padding: 6px 9px;
    }

    .sayfa-geri {
        width: 100%;
        justify-content: center;
        margin-bottom: 12px;
    }

    .page-content {
        padding: 28px 18px;
        border-radius: 20px;
    }

    .page-content::before {
        left: 18px;
        right: 18px;
    }

    .page-title {
        font-size: 25px;
        line-height: 1.22;
        margin-bottom: 28px;
    }
}


/* ==========================================================
   MODERN BELEDİYE ETKİNLİK TARİH KARTI
   Mevcut class ve etiketler korunmuştur
   ========================================================== */

.e-tarih {
    width: 96px;
    height: 118px;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow:
        0 20px 35px rgba(15, 23, 42, 0.10),
        0 8px 14px rgba(15, 23, 42, 0.06);
    isolation: isolate;
}

/* Üst renkli başlık alanı */
.e-tarih::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 38px;
    background:
        linear-gradient(135deg, #2c4070 0%, #1f2937 100%);
    z-index: 0;
    box-shadow: inset 0 -1px 0 rgba(255,255,255,0.18);
}

/* Alt bölümde kurumsal rozet / watermark efekti */
.e-tarih::after {
    content: "";
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(15, 23, 42, 0.05) 0 16px, transparent 17px),
        radial-gradient(circle, transparent 0 24px, rgba(15, 23, 42, 0.04) 25px, transparent 26px);
    z-index: 0;
    pointer-events: none;
}

.e-tarih p {
    width: 100%;
    margin: 0;
    text-align: center;
    position: relative;
    z-index: 2;
    font-family: inherit;
}

/* AY bilgisi - üst bant */
.e-tarih p:last-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0,0,0,0.16);
}

/* GÜN bilgisi - alt büyük alan */
.e-tarih p:first-child {
    margin-top: 38px;
    height: calc(100% - 38px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    line-height: 1;
    font-weight: 900;
    color: #0f172a;
    letter-spacing: -1px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(248,250,252,0.9) 100%);
}

/* İç perforasyon çizgisi - takvim/bilet hissi */
.e-tarih p:first-child::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 10px;
    right: 10px;
    border-top: 2px dashed rgba(15, 23, 42, 0.10);
}

/* Gün yazısına derinlik */
.e-tarih p:first-child::after {
    content: "";
    position: absolute;
    inset: 8px 8px 10px 8px;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255,255,255,0.55) 0%, rgba(255,255,255,0) 100%);
    z-index: -1;
}

/* Hover: hareket etmeden premium vurgu */
.e-tarih:hover {
    box-shadow:
        0 24px 42px rgba(15, 23, 42, 0.14),
        0 10px 18px rgba(15, 23, 42, 0.08);
    border-color: rgba(15, 23, 42, 0.10);
}

/* Mobil uyum */
@media (max-width: 768px) {
    .e-tarih {
        width: 86px;
        height: 106px;
        border-radius: 18px;
    }

    .e-tarih::before {
        height: 34px;
    }

    .e-tarih p:last-child {
        height: 34px;
        line-height: 34px;
        font-size: 11px;
        letter-spacing: 1.2px;
    }

    .e-tarih p:first-child {
        margin-top: 34px;
        height: calc(100% - 34px);
        font-size: 36px;
    }
}

/* --- YARDIMCI BİLEŞENLER --- */
.full-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-full {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    min-height: 150px;
    border-radius: 12px;
}


.e-content {
    position: relative;
    padding: 22px 22px 22px 28px;
    background:
        linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
    border: 1px solid #e7ecf3;
    border-radius: 16px;
    overflow: hidden;
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        background-color 0.25s ease;
}

/* Sol kurumsal renk şeridi */
.e-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    bottom: 18px;
    width: 5px;
    background: #0f172a;
    border-radius: 0 20px 20px 0;
}

/* Sağ üst yumuşak görsel vurgu */
.e-content::after {
    content: "";
    position: absolute;
    right: -42px;
    top: -42px;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    background: #0f172a;
    opacity: 0.08;
    pointer-events: none;
}

.e-content p {
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 1.7;
    font-weight: normal;
    color: #667085;
    margin: 0;
    max-width: 92%;
}

.e-content a {
    text-decoration: none;
    color: inherit;
}

/* Başlık */
.e-content h5 {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 800;
    color: #182230;
    margin: 0 0 11px 0;
    padding-right: 34px;
    letter-spacing: -0.2px;
    transition: color 0.25s ease;
}

/* Başlığın sağında küçük yönlendirme ikonu */
.e-content h5::after {
    content: "›";
    position: absolute;
    right: 0;
    top: -2px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.04);
    color: #0f172a;
    font-size: 25px;
    line-height: 23px;
    text-align: center;
    font-weight: 700;
    transition:
        background-color 0.25s ease,
        color 0.25s ease;
}

/* Alt bilgi çizgisi */
.e-content h5::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 42px;
    height: 3px;
    background: #0f172a;
    border-radius: 30px;
    opacity: 0.9;
}

.e-content h5:hover {
    color: #0f172a;
}

.e-content h5:hover::after {
    background: #0f172a;
    color: #ffffff;
}

/* Etkinlik kutusu satırları */
.etkinlik-box > div {
    position: relative;
    border-bottom: 1px solid #eef1f5;
    padding: 10px 0;
    background: transparent;
}

/* Liste elemanları arası daha kontrollü boşluk */
.etkinlik-box > div:first-child {
    padding-top: 0;
}

.etkinlik-box > div:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

/* Kullanıcı odaklı hover: kaydırmaz, sadece odak verir */
.etkinlik-box > div:hover .e-content {
    border-color: rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    background: #ffffff;
}

/* Hover sırasında metin okunabilirliği */
.etkinlik-box > div:hover .e-content p {
    color: #475467;
}

/* Klavye erişilebilirliği */
.e-content a:focus-visible,
.e-content h5:focus-visible {
    outline: 3px solid rgba(0, 0, 0, 0.12);
    outline-offset: 4px;
    border-radius: 8px;
}

/* Dar alanlarda taşmayı önle */
.e-content h5,
.e-content p {
    word-break: break-word;
}

/* Mobil */
@media (max-width: 768px) {
    .e-content {
        padding: 20px 18px 20px 22px;
        border-radius: 14px;
    }

    .e-content::before {
        top: 16px;
        bottom: 16px;
        width: 4px;
    }

    .e-content h5 {
        font-size: 16px;
        padding-right: 30px;
    }

    .e-content h5::after {
        width: 24px;
        height: 24px;
        font-size: 23px;
        line-height: 21px;
    }

    .e-content p {
        font-size: 13px;
        line-height: 1.6;
        max-width: 100%;
    }

    .etkinlik-box > div {
        padding: 8px 0;
    }
}

/* --- GELİŞMİŞ BELEDİYE HABER KARTI / PREMIUM VİTRİN TASARIMI --- */

.haber-box {
    position: relative;
    height: 455px !important;
    margin-bottom: 36px;
    overflow: hidden;

    display: flex;
    flex-direction: column;

    border-radius: 30px;
    border: 1px solid rgba(15, 23, 42, 0.08);

    background:
        linear-gradient(145deg, rgba(255,255,255,0.95), rgba(241,245,249,0.96)),
        radial-gradient(circle at 0% 0%, color-mix(in srgb, #0f172a 20%, transparent), transparent 34%);

    -webkit-box-shadow:
        0 30px 80px -45px rgba(15, 23, 42, 0.75),
        inset 0 1px 0 rgba(255,255,255,0.95);
    box-shadow:
        0 30px 80px -45px rgba(15, 23, 42, 0.75),
        inset 0 1px 0 rgba(255,255,255,0.95);

    isolation: isolate;

    -webkit-transition:
        transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.5s cubic-bezier(0.16, 1, 0.3, 1),
        border-color 0.4s ease;
    transition:
        transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.5s cubic-bezier(0.16, 1, 0.3, 1),
        border-color 0.4s ease;
}

/* Kartın arkasında şehir ışığı efekti */
.haber-box::before {
    content: "";
    position: absolute;
    inset: -40%;
    z-index: -2;

    background:
        conic-gradient(
            from 180deg at 50% 50%,
            transparent 0deg,
            color-mix(in srgb, #0f172a 22%, transparent) 70deg,
            rgba(14, 165, 233, 0.18) 130deg,
            transparent 210deg,
            rgba(34, 197, 94, 0.16) 280deg,
            transparent 360deg
        );

    opacity: 0;
    transform: rotate(0deg) scale(0.85);
    transition:
        opacity 0.55s ease,
        transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.haber-box:hover {
    transform: translateY(-12px) scale(1.012);
    border-color: color-mix(in srgb, #0f172a 25%, rgba(15, 23, 42, 0.08));

    -webkit-box-shadow:
        0 38px 95px -48px rgba(15, 23, 42, 0.85),
        0 18px 45px -35px #0f172a,
        inset 0 1px 0 rgba(255,255,255,0.95);
    box-shadow:
        0 38px 95px -48px rgba(15, 23, 42, 0.85),
        0 18px 45px -35px #0f172a,
        inset 0 1px 0 rgba(255,255,255,0.95);
}

.haber-box:hover::before {
    opacity: 1;
    transform: rotate(14deg) scale(1);
}

/* --- GÖRSEL ALANI: AFİŞ / HERO BLOK --- */

.cards-photo {
    position: relative;
    height: 250px;
    flex-shrink: 0;
    overflow: hidden;

    background: #0f172a;
    border-radius: 30px 30px 0 0;
}

/* Görsel üstünde sinematik degrade */
.cards-photo::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;

    background:
        linear-gradient(
            180deg,
            rgba(15,23,42,0.08) 0%,
            rgba(15,23,42,0.14) 34%,
            rgba(15,23,42,0.86) 100%
        ),
        linear-gradient(
            120deg,
            color-mix(in srgb, #0f172a 30%, transparent) 0%,
            transparent 45%
        );

    pointer-events: none;
}

/* Görsel üzerinde mimari/grid dokusu */
.cards-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;

    pointer-events: none;

    background-image:
        linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
    background-size: 34px 34px;

    opacity: 0.16;

    mask-image: linear-gradient(180deg, transparent 0%, #000 42%, #000 100%);
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 42%, #000 100%);
}

.haberler-box img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    border-radius: 0;

    transform: scale(1.04);
    filter: saturate(1.02) contrast(1.02);

    -webkit-transition:
        transform 0.9s cubic-bezier(0.16, 1, 0.3, 1),
        filter 0.9s ease;
    transition:
        transform 0.9s cubic-bezier(0.16, 1, 0.3, 1),
        filter 0.9s ease;

    will-change: transform;
}

.haber-box a:hover img {
    transform: scale(1.16) rotate(0.8deg);
    filter: saturate(1.18) contrast(1.08) brightness(0.95);
    text-decoration: none;
}

/* --- İÇERİK ALANI: CAM PANEL / ÜSTE BİNEN BLOK --- */

.haber-box .content {
    position: relative;
    z-index: 5;

    height: 245px;
    margin: -40px 18px 18px;
    padding: 22px 22px 20px;

    display: flex;
    flex-direction: column;
    overflow: hidden;

    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.72);

    background:
        linear-gradient(180deg, rgba(255,255,255,0.88), rgba(248,250,252,0.94));

    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);

    -webkit-box-shadow:
        0 22px 42px -28px rgba(15, 23, 42, 0.65),
        inset 0 1px 0 rgba(255,255,255,0.9);
    box-shadow:
        0 22px 42px -28px rgba(15, 23, 42, 0.65),
        inset 0 1px 0 rgba(255,255,255,0.9);

    transition:
        transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
        background 0.45s ease,
        border-color 0.45s ease;
}

/* İçerik panelinin solunda kurumsal çizgi */
.haber-box .content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    bottom: 22px;
    width: 5px;

    border-radius: 0 99px 99px 0;

    background:
        linear-gradient(
            180deg,
            #0f172a,
            rgba(14,165,233,0.85),
            rgba(34,197,94,0.8)
        );
}

/* Panel içinde zarif parlama */
.haber-box .content::after {
    content: "";
    position: absolute;
    right: -45px;
    bottom: -55px;
    width: 150px;
    height: 150px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            color-mix(in srgb, #0f172a 13%, transparent),
            transparent 68%
        );

    pointer-events: none;
}

.haber-box:hover .content {
    transform: translateY(-6px);
    border-color: color-mix(in srgb, #0f172a 28%, rgba(255,255,255,0.85));

    background:
        linear-gradient(180deg, rgba(255,255,255,0.94), rgba(248,250,252,0.98));
}

.haber-box .content a:hover {
    text-decoration: none;
}

/* --- KATEGORİ / ÜST ETİKET --- */

.haber-box h4 {
    position: relative;
    z-index: 2;

    width: fit-content;
    max-width: 100%;

    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-top: 0;
    margin-bottom: 12px;

    padding: 7px 12px 7px 13px;
    border-radius: 999px;

    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.35px;
    line-height: 1;
    text-transform: uppercase;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #0f172a,
            color-mix(in srgb, #0f172a 72%, #0f172a)
        );

    box-shadow:
        0 10px 24px -18px #0f172a,
        inset 0 1px 0 rgba(255,255,255,0.24);

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

    flex-shrink: 0;
}

/* Rozet içinde hareketli ışık */
.haber-box h4::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 42%;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,0.36),
            transparent
        );

    transform: translateX(-130%) skewX(-18deg);
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.haber-box:hover h4::before {
    transform: translateX(280%) skewX(-18deg);
}

/* --- BAŞLIK --- */

.haber-box h4.title {
    position: relative;
    z-index: 2;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    height: 58px;
    overflow: hidden;

    margin: 0 0 12px;
    padding: 0;

    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;

    font-size: 21px;
    font-weight: 900;
    line-height: 1.28;
    letter-spacing: -0.55px;
    text-transform: none;

    color: #0f172a;

    transition:
        color 0.35s ease,
        transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.haber-box h4.title::before {
    display: none;
}

.haber-box a:hover h4.title {
    color: #0f172a;
    transform: translateX(3px);
}

/* --- META / TARİH SATIRI --- */

.haber-box p {
    position: relative;
    z-index: 2;

    margin: 0 0 13px;

    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    color: #64748b;

    flex-shrink: 0;
}

/* Tarih / meta satırı - simge ve metin aynı flex ekseninde */
.haber-box p:not(.icerik) {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 11px;

    width: 100%;
    max-width: 100%;
    min-height: 24px;

    margin: 0 0 13px;
    padding: 0 0 0 10px;

    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    color: #64748b;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    flex-shrink: 0;
}

/* Tarih simgesi - absolute yok, kayma yok */
.haber-box p:not(.icerik)::before {
    content: "";

    display: block;
    flex: 0 0 9px;

    width: 9px;
    height: 9px;

    margin: 0;

    border-radius: 50%;

    background: #0f172a;
    box-shadow:
        0 0 0 5px color-mix(in srgb, #0f172a 13%, transparent);
}

/* Tarih metni span/time içinde gelirse hizayı koru */
.haber-box p:not(.icerik) span,
.haber-box p:not(.icerik) time {
    display: block;
    min-width: 0;

    line-height: 1;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* --- AÇIKLAMA --- */

.haber-box p.icerik {
    position: relative;
    z-index: 2;

    margin-bottom: 0;

    font-size: 15px;
    font-weight: 500;
    line-height: 1.68;
    color: #475569;

    overflow: hidden;
    text-overflow: ellipsis;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    min-width: 0;
}

/* Kartın altında görünmeyen ama hover'da hissedilen çağrı efekti */
.haber-box p.icerik::after {
    content: "";
    position: absolute;
    left: 0;
    right: 35%;
    bottom: -10px;

    height: 2px;
    border-radius: 99px;

    background:
        linear-gradient(90deg, #0f172a, transparent);

    opacity: 0;
    transform: translateX(-20px);

    transition:
        opacity 0.4s ease,
        transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.haber-box:hover p.icerik::after {
    opacity: 0.8;
    transform: translateX(0);
}

/* --- ERİŞİLEBİLİRLİK / PERFORMANS --- */

.haber-box a {
    color: inherit;
    text-decoration: none;
}

.haber-box a:focus-visible {
    outline: 3px solid color-mix(in srgb, #0f172a 55%, #ffffff);
    outline-offset: 4px;
    border-radius: 24px;
}

/* Hareket azaltma tercihi olan kullanıcılar için */
@media (prefers-reduced-motion: reduce) {
    .haber-box,
    .haber-box::before,
    .haber-box .content,
    .haberler-box img,
    .haber-box h4,
    .haber-box h4::before,
    .haber-box h4.title,
    .haber-box p.icerik::after {
        transition: none !important;
        animation: none !important;
    }

    .haber-box:hover,
    .haber-box:hover .content,
    .haber-box a:hover img,
    .haber-box a:hover h4.title {
        transform: none !important;
    }
}

/* --- RESPONSIVE --- */

@media (max-width: 1199px) {
    .haber-box {
        height: 440px !important;
    }

    .cards-photo {
        height: 235px;
    }

    .haber-box .content {
        height: 238px;
    }

    .haber-box h4.title {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .haber-box {
        height: 430px !important;
        border-radius: 26px;
    }

    .cards-photo {
        height: 225px;
        border-radius: 26px 26px 0 0;
    }

    .haber-box .content {
        height: 235px;
        margin: -36px 16px 16px;
        padding: 21px 21px 19px;
        border-radius: 22px;
    }

    .haber-box h4.title {
        height: 55px;
        font-size: 19px;
    }

    .haber-box p:not(.icerik) {
        min-height: 24px;
        padding-left: 10px;
        gap: 10px;

        font-size: 12.8px;
        line-height: 1;
    }

    .haber-box p:not(.icerik)::before {
        flex-basis: 8px;
        width: 8px;
        height: 8px;
    }

    .haber-box p.icerik {
        -webkit-line-clamp: 3;
    }
}

@media (max-width: 575px) {
    .haber-box {
        height: auto !important;
        min-height: 430px;
        border-radius: 24px;
    }

    .cards-photo {
        height: 230px;
        border-radius: 24px 24px 0 0;
    }

    .haber-box .content {
        height: auto;
        min-height: 220px;
        margin: -34px 14px 16px;
        padding: 20px 20px 19px;
        border-radius: 21px;
    }

    .haber-box h4 {
        font-size: 10.5px;
        letter-spacing: 1.1px;
    }

    .haber-box h4.title {
        height: auto;
        min-height: 52px;
        font-size: 19px;
    }

    .haber-box p:not(.icerik) {
        min-height: 24px;
        padding-left: 10px;
        gap: 10px;

        font-size: 12.5px;
        line-height: 1;
    }

    .haber-box p:not(.icerik)::before {
        flex-basis: 8px;
        width: 8px;
        height: 8px;
        box-shadow:
            0 0 0 4px color-mix(in srgb, #0f172a 13%, transparent);
    }

    .haber-box p.icerik {
        -webkit-line-clamp: 3;
    }
}


.ihale-table thead th {
    color: #fff;
    font-size: 14px;
}

.ihale-table tbody tr {
    font-size: 15px;
    color: black;
    font-weight: 500;
}

.ihale-table tbody tr:nth-child(2n + 1) {
    background: #edf4f4;
}

.ihale-table tbody tr:nth-child(2n) {
    background: white;
}

.fotolar-box {}

.foto-box {
    height: 250px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
}

.foto-box .content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    color: white;
}

.foto-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.foto-box span {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 32px;
}

.foto-box:hover img,
.foto-box:hover a {
    transform: scale(1.1);
}

.foto-box a {
    text-decoration: none;
    position: absolute;
    bottom: 20px;
    left: 30px;
    right: 30px;
    transition: all 0.3s;
    transform-origin: left;
}

.foto-box a:hover {
    transform: scale(1.1);
}

.foto-box h4 {
    font-size: 18px;
    font-weight: bold;
    color: white;
}

.foto-box p {
    font-size: 12px;
    color: #c1c1c1;
    margin-bottom: 5px;
}

.page-title .tarih {
    color: #a8afae;
    font-size: 12px;
    float: right;
    line-height: 31px;
}

.haber-detay-image {
    max-width: 50%;
    height: auto;
    margin: 0px 20px 30px 0px;
    float: left;
    border-radius: 5px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 8px;
    background: rgba(255, 255, 255, 0.3);
}



.detay {
    float: left;
    display: contents;
    text-align: justify;
    color: #6f6f6f !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    font-family: "Kursunlu-Font-Medium", sans-serif !important;

}

.spot {
    color: black;
    font-size: 18px;
    font-weight: 600;
}

.small-title {
    color: #7f7f7f;
    font-size: 14px;
    font-weight: bold;
}

.page-title-personel {
    font-size: 28px;
    font-weight: bold;
    color: white;
    border-bottom: 1px solid #6d8fb2;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px;
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
}

.page-title-personel::before {
    content: "";
    width: 35px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: -1;
    background: white;
}

/* =========================================================
   BELEDİYE PERSONEL ALANI — PREMIUM EDITORIAL TASARIM
   Mevcut class ve HTML yapısı korunmuştur.
   ========================================================= */

:root {
    --kurum-ana: #0f172a;
    --kurum-vurgu: #2c4070;
    --lacivert: #071527;
    --lacivert-2: #0f2747;
    --metin: #162033;
    --soluk: #6b7280;
    --zemin: #f3f6fa;
    --beyaz: #ffffff;
    --altin: #d7b56d;
    --golge-yumusak: 0 18px 55px rgba(7, 21, 39, 0.13);
    --golge-sert: 0 32px 85px rgba(7, 21, 39, 0.24);
}

.ilk-personel,
.diger-personeller,
.personeldis,
.personel-foto,
.personel-detay,
.ilk-personel *,
.diger-personeller * {
    box-sizing: border-box;
}

/* =========================================================
   ÜST / İLK PERSONEL ALANI
   ========================================================= */

.ilk-personel {
    position: relative;
    overflow: hidden;
    padding-top: 135px !important;
    padding-bottom: 115px !important;
    background:
        linear-gradient(120deg, rgba(7,21,39,0.96), rgba(15,39,71,0.88)),
        var(--kurum-ana);
    isolation: isolate;
}

/* Belediye binası / kurumsal mimari hissi veren arka plan */
.ilk-personel::before {
    content: "";
    position: absolute;
    inset: -20%;
    z-index: -3;
    background:
        repeating-linear-gradient(
            90deg,
            rgba(255,255,255,0.045) 0,
            rgba(255,255,255,0.045) 1px,
            transparent 1px,
            transparent 78px
        ),
        repeating-linear-gradient(
            0deg,
            rgba(255,255,255,0.035) 0,
            rgba(255,255,255,0.035) 1px,
            transparent 1px,
            transparent 78px
        );
    transform: rotate(-8deg) scale(1.15);
    opacity: 0.55;
}

/* Büyük diyagonal kurumsal alan */
.ilk-personel::after {
    content: "";
    position: absolute;
    right: -18%;
    top: -24%;
    width: 72%;
    height: 150%;
    z-index: -2;
    background:
        linear-gradient(145deg, rgba(255,255,255,0.18), rgba(255,255,255,0.035));
    transform: skewX(-18deg);
    border-left: 1px solid rgba(255,255,255,0.16);
}

.ilk-personel > * {
    position: relative;
    z-index: 2;
    padding-bottom: 15px;
}

/* =========================================================
   DİĞER PERSONELLER ALANI
   ========================================================= */

.diger-personeller {
    position: relative;
    overflow: hidden;
    padding: 110px 36px 62px 36px !important;
    background:
        linear-gradient(180deg, #eef3f8 0%, #ffffff 46%, #f7f9fc 100%);
    isolation: isolate;
}

/* Büyük arka plan amblemi hissi */
.diger-personeller::before {
    content: "";
    position: absolute;
    width: 620px;
    height: 620px;
    right: -260px;
    top: 80px;
    z-index: -2;
    border-radius: 50%;
    border: 80px solid rgba(15, 39, 71, 0.035);
}

/* Sol altta dekoratif diyagonal blok */
.diger-personeller::after {
    content: "";
    position: absolute;
    left: -22%;
    bottom: -220px;
    width: 70%;
    height: 420px;
    z-index: -2;
    background: rgba(84, 148, 219, 0.07);
    transform: skewX(-22deg);
}

/* =========================================================
   BAŞLIK
   ========================================================= */

.page-title-other-personel {
    position: relative;
    max-width: 980px;
    margin: 0 auto 66px;
    padding: 0 18px 28px;
    text-align: center;

    color: #071527;
    font-size: 38px;
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -1.4px;
}

/* Başlığın üstündeki resmi rozet çizgisi */
.page-title-other-personel::before {
    content: "KURUMSAL KADRO";
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 18px;

    color: var(--kurum-vurgu);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2.4px;
    line-height: 1;

    background: rgba(84,148,219,0.10);
    border: 1px solid rgba(84,148,219,0.20);
    border-radius: 999px;
}

/* Başlık altı çift çizgi */
.page-title-other-personel::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 210px;
    height: 8px;
    transform: translateX(-50%);
    background:
        linear-gradient(90deg,
            transparent 0,
            transparent 28px,
            var(--kurum-vurgu) 28px,
            var(--kurum-vurgu) 138px,
            var(--altin) 138px,
            var(--altin) 180px,
            transparent 180px
        );
    border-radius: 999px;
}

/* =========================================================
   PERSONEL KARTI — KLASİK KART DEĞİL, PORTRE PANOSU
   ========================================================= */

.personeldis {
    position: relative;
    height: 100%;
    overflow: hidden;
    margin-bottom: 34px;
    padding: 0 0 26px;

    background: #ffffff;
    border: 0;
    border-radius: 0 34px 34px 34px;

    box-shadow: var(--golge-yumusak);
    transform: translateZ(0);

    transition:
        transform 0.48s cubic-bezier(.19,1,.22,1),
        box-shadow 0.48s cubic-bezier(.19,1,.22,1);
}

/* Sol üstte keskin kurumsal vurgu */
.personeldis::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 82px;
    height: 82px;
    background:
        linear-gradient(135deg, var(--kurum-vurgu) 0%, var(--kurum-vurgu) 50%, transparent 51%);
}

/* Sağ altta mimari imza */
.personeldis::after {
    content: "";
    position: absolute;
    right: -38px;
    bottom: -38px;
    width: 138px;
    height: 138px;
    z-index: 0;
    border: 26px solid rgba(84,148,219,0.075);
    border-radius: 50%;
    transition: transform 0.55s ease, border-color 0.55s ease;
}

.personeldis:hover {
    transform: translateY(-16px);
    box-shadow: var(--golge-sert);
}

.personeldis:hover::after {
    transform: scale(1.25);
    border-color: rgba(84,148,219,0.16);
}

.personeldis div {
    text-align: center;
}

.personeldis a {
    color: inherit;
    text-decoration: none;
}

/* =========================================================
   FOTOĞRAF
   ========================================================= */

.personel-foto {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center top;

    background: #e8eef5;
    border-radius: 0;

    clip-path: polygon(0 0, 100% 0, 100% 86%, 0 100%);

    filter: grayscale(12%) contrast(1.04) saturate(1.02);

    transition:
        transform 0.8s cubic-bezier(.19,1,.22,1),
        filter 0.8s cubic-bezier(.19,1,.22,1);
}

/* Hover fotoğraf daha canlı */
.personeldis:hover .personel-foto {
    transform: scale(1.075);
    filter: grayscale(0%) contrast(1.08) saturate(1.12);
}

/* Fotoğrafın üstüne ince resmi degrade */
.personeldis .personel-foto + *,
.personel-detay {
    position: relative;
    z-index: 2;
}

/* =========================================================
   DETAY ALANI
   ========================================================= */

.personel-detay {
    padding: 30px 24px 0;
    text-align: center;
    background: #ffffff;
}

/* Detay alanındaki küçük kurum çizgisi */
.personel-detay::before {
    content: "";
    display: block;
    width: 46px;
    height: 4px;
    margin: 0 auto 18px;
    background: var(--altin);
    border-radius: 999px;
}

/* =========================================================
   İLK PERSONEL YAZILARI
   ========================================================= */

.ilk-personel .personeldis {
    background:
        linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.08));
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 0 38px 38px 38px;

    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);

    box-shadow:
        0 34px 95px rgba(0,0,0,0.35),
        inset 0 1px 0 rgba(255,255,255,0.20);
}

.ilk-personel .personel-detay {
    background: transparent;
}

.ilk-personel .ad {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -0.8px;
    text-shadow: 0 10px 30px rgba(0,0,0,0.30);
}

.ilk-personel .unvan {
    display: inline-block;
    margin: 0;
    padding: 7px 15px;

    color: rgba(255,255,255,0.86);
    font-size: 14.5px;
    font-weight: 700;
    line-height: 1.4;

    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 999px;
}

/* =========================================================
   DİĞER PERSONELLER YAZILARI
   ========================================================= */

.diger-personeller .ad {
    margin: 0 0 9px;
    color: #071527;
    font-size: 23px;
    font-weight: 900;
    line-height: 1.13;
    letter-spacing: -0.65px;
}

.diger-personeller .unvan {
    display: inline-block;
    margin: 0;
    padding: 7px 15px;

    color: #536175;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;

    background:
        linear-gradient(180deg, #f7f9fc, #edf3f9);
    border: 1px solid rgba(15,39,71,0.08);
    border-radius: 999px;
}

/* =========================================================
   SOSYAL ALAN
   ========================================================= */

.ilk-personel .social,
.diger-personeller .social {
    position: relative;
    z-index: 3;
    margin-top: 22px;
}

.ilk-personel .social a,
.diger-personeller .social a {
    display: inline-block;
    margin: 0 4px;
    color: inherit;
    text-decoration: none;
}

/* Ortak sosyal ikon yapısı */
.ilk-personel .social i,
.diger-personeller .social i {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;

    font-size: 15px;
    border-radius: 15px;

    transition:
        transform 0.32s cubic-bezier(.19,1,.22,1),
        color 0.32s ease,
        background 0.32s ease,
        box-shadow 0.32s ease;
}

/* İlk personel sosyal */
.ilk-personel .social i {
    color: #ffffff;
    background: rgba(255,255,255,0.13);
    border: 1px solid rgba(255,255,255,0.20);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.16);
}

.ilk-personel .social i:hover {
    color: var(--lacivert);
    background: #ffffff;
    transform: translateY(-6px) rotate(-4deg);
    box-shadow: 0 18px 35px rgba(0,0,0,0.28);
}

/* Diğer personel sosyal */
.diger-personeller .social i {
    color: var(--lacivert-2);
    background: #ffffff;
    border: 1px solid rgba(15,39,71,0.08);
    box-shadow: 0 10px 24px rgba(15,39,71,0.10);
}

.diger-personeller .social i:hover {
    color: #ffffff;
    background: var(--kurum-vurgu);
    transform: translateY(-6px) rotate(-4deg);
    box-shadow: 0 18px 38px rgba(84,148,219,0.35);
}

/* =========================================================
   DİĞER PERSONELLER KOLON BOŞLUKLARI
   ========================================================= */

.diger-personeller > div {
    margin-bottom: 58px;
}

/* Kartların farklı sırada daha dinamik görünmesi */
.diger-personeller > div:nth-child(odd) .personeldis {
    border-radius: 34px 0 34px 34px;
}

.diger-personeller > div:nth-child(odd) .personeldis::before {
    left: auto;
    right: 0;
    background:
        linear-gradient(225deg, var(--kurum-vurgu) 0%, var(--kurum-vurgu) 50%, transparent 51%);
}

.diger-personeller > div:nth-child(odd) .personel-foto {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 86%);
}

/* =========================================================
   ERİŞİLEBİLİRLİK
   ========================================================= */

.personeldis a:focus,
.ilk-personel .social a:focus,
.diger-personeller .social a:focus {
    outline: 3px solid rgba(84,148,219,0.42);
    outline-offset: 5px;
    border-radius: 14px;
}

.personeldis a:focus:not(:focus-visible),
.ilk-personel .social a:focus:not(:focus-visible),
.diger-personeller .social a:focus:not(:focus-visible) {
    outline: none;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media only screen and (max-width: 1199px) {
    .ilk-personel {
        padding-top: 115px !important;
        padding-bottom: 95px !important;
    }

    .diger-personeller {
        padding: 92px 28px 48px 28px !important;
    }

    .page-title-other-personel {
        font-size: 34px;
        margin-bottom: 56px;
    }

    .personel-foto {
        height: 285px;
    }
}

@media only screen and (max-width: 991px) {
    .ilk-personel {
        padding-top: 95px !important;
        padding-bottom: 78px !important;
    }

    .diger-personeller {
        padding: 78px 22px 40px 22px !important;
    }

    .page-title-other-personel {
        font-size: 30px;
        letter-spacing: -1px;
    }

    .personeldis,
    .ilk-personel .personeldis,
    .diger-personeller > div:nth-child(odd) .personeldis {
        border-radius: 0 30px 30px 30px;
    }

    .personel-foto {
        height: 265px;
    }

    .ilk-personel .ad,
    .diger-personeller .ad {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .ilk-personel {
        padding-top: 72px !important;
        padding-bottom: 58px !important;
    }

    .diger-personeller {
        padding: 62px 15px 30px 15px !important;
    }

    .page-title-other-personel {
        font-size: 26px;
        margin-bottom: 42px;
        padding-bottom: 24px;
    }

    .page-title-other-personel::before {
        font-size: 10px;
        letter-spacing: 2px;
        padding: 7px 14px;
    }

    .page-title-other-personel::after {
        width: 170px;
    }

    .personeldis {
        max-width: 430px;
        margin-left: auto;
        margin-right: auto;
    }

    .personeldis:hover {
        transform: translateY(-8px);
    }

    .personel-foto {
        height: 245px;
    }

    .personel-detay {
        padding: 26px 20px 0;
    }

    .ilk-personel .ad,
    .diger-personeller .ad {
        font-size: 21px;
    }

    .ilk-personel .unvan,
    .diger-personeller .unvan {
        font-size: 13.5px;
    }
}

@media only screen and (max-width: 480px) {
    .ilk-personel {
        padding-top: 56px !important;
        padding-bottom: 44px !important;
    }

    .diger-personeller {
        padding: 52px 12px 24px 12px !important;
    }

    .page-title-other-personel {
        font-size: 23px;
        line-height: 1.18;
        margin-bottom: 34px;
    }

    .personeldis,
    .ilk-personel .personeldis,
    .diger-personeller > div:nth-child(odd) .personeldis {
        border-radius: 0 24px 24px 24px;
    }

    .personeldis::before {
        width: 66px;
        height: 66px;
    }

    .personel-foto {
        height: 218px;
        clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
    }

    .diger-personeller > div:nth-child(odd) .personel-foto {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 88%);
    }

    .personel-detay {
        padding: 24px 16px 0;
    }

    .ilk-personel .social i,
    .diger-personeller .social i {
        width: 39px;
        height: 39px;
        line-height: 39px;
        border-radius: 13px;
    }
}

@media only screen and (max-width: 360px) {
    .page-title-other-personel {
        font-size: 21px;
    }

    .personel-foto {
        height: 198px;
    }

    .ilk-personel .ad,
    .diger-personeller .ad {
        font-size: 19px;
    }

    .ilk-personel .social i,
    .diger-personeller .social i {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
}

/* =========================================================
   TARAYICI UYUMLULUK / MOTION AYARI
   ========================================================= */

@supports not (clip-path: polygon(0 0, 100% 0, 100% 86%, 0 100%)) {
    .personel-foto,
    .diger-personeller > div:nth-child(odd) .personel-foto {
        clip-path: none;
    }
}

@supports not ((backdrop-filter: blur(16px)) or (-webkit-backdrop-filter: blur(16px))) {
    .ilk-personel .personeldis {
        background: rgba(255,255,255,0.14);
    }
}

@media (prefers-reduced-motion: reduce) {
    .personeldis,
    .personeldis::after,
    .personel-foto,
    .ilk-personel .social i,
    .diger-personeller .social i {
        transition: none !important;
    }

    .personeldis:hover,
    .personeldis:hover .personel-foto,
    .ilk-personel .social i:hover,
    .diger-personeller .social i:hover {
        transform: none !important;
    }
}

.iletisim-mini {
    padding: 45px;
    position: relative;
}

.iletisim-mini i {
    position: absolute;
    top: 0;
    left: 0;
    background: #0f172a;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: white;
}

.iletisim-mini h5 {
    font-size: 22px;
    color: #0f172a;
}

.iletisim-mini p {
    color: 666868;
    font-size: 14px;
}

.iletisim-box {
    padding-top: 80px;
    background: #0f172a;
}

.iletisim-box .sol div {
    display: flex;
    justify-content: center;
}

.iletisim-box .sol .social a {
    color: #0f172a;
    text-decoration: none;
    margin: 0 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}

/* Dış prestij halkası */
.iletisim-box .sol .social a::before {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.75), rgba(255,255,255,0.08)),
        radial-gradient(circle at 30% 20%, rgba(255,255,255,0.55), transparent 42%);
    box-shadow:
        0 14px 34px rgba(0,0,0,0.10),
        inset 0 1px 0 rgba(255,255,255,0.70);
    opacity: 0;
    transform: scale(0.78);
    transition: all 0.35s cubic-bezier(.2,.9,.2,1);
    z-index: 0;
    pointer-events: none;
}

.iletisim-box .sol .social a i {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 14px;
    font-size: 20px;
    color: #0f172a;
    background:
        linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow:
        0 10px 22px rgba(15,23,42,0.10),
        0 2px 4px rgba(15,23,42,0.06),
        inset 0 1px 0 rgba(255,255,255,0.95);
    position: relative;
    z-index: 2;
    overflow: hidden;
    transition:
        color 0.25s ease,
        background 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease,
        transform 0.35s cubic-bezier(.2,.9,.2,1),
        border-radius 0.35s cubic-bezier(.2,.9,.2,1);
}

/* İkonun altından geçen modern ışık şeridi */
.iletisim-box .sol .social a i::after {
    content: "";
    position: absolute;
    left: -80%;
    top: 0;
    width: 55%;
    height: 100%;
    background: linear-gradient(
        110deg,
        transparent 0%,
        rgba(255,255,255,0.15) 20%,
        rgba(255,255,255,0.80) 50%,
        rgba(255,255,255,0.12) 80%,
        transparent 100%
    );
    transform: skewX(-18deg);
    opacity: 0;
    transition: all 0.55s ease;
    z-index: 1;
    pointer-events: none;
}

.iletisim-box .sol .social a:hover::before,
.iletisim-box .sol .social a:focus-visible::before {
    opacity: 1;
    transform: scale(1);
}

.iletisim-box .sol .social a:hover i,
.iletisim-box .sol .social a:focus-visible i {
    color: #fff;
    transform: translateY(-7px) rotate(-3deg);
    border-radius: 18px;
    border-color: rgba(255,255,255,0.35);
    box-shadow:
        0 18px 38px rgba(15,23,42,0.22),
        0 7px 14px rgba(15,23,42,0.14),
        inset 0 1px 0 rgba(255,255,255,0.32);
}

.iletisim-box .sol .social a:hover i::after,
.iletisim-box .sol .social a:focus-visible i::after {
    left: 130%;
    opacity: 1;
}

.iletisim-box .sol .social a:active i {
    transform: translateY(-3px) scale(0.96);
}

/* Varsayılan kurumsal hover */
.iletisim-box .sol .social a i:hover {
    background: linear-gradient(135deg, #0f172a, #2c4070);
    color: #fff;
}

/* Facebook */
.iletisim-box .sol .social a:hover .fa-facebook,
.iletisim-box .sol .social a:hover .fa-facebook-f,
.iletisim-box .sol .social a:focus-visible .fa-facebook,
.iletisim-box .sol .social a:focus-visible .fa-facebook-f {
    background: linear-gradient(135deg, #1877f2, #084ec1);
}

/* X / Twitter */
.iletisim-box .sol .social a:hover .fa-twitter,
.iletisim-box .sol .social a:hover .fa-x-twitter,
.iletisim-box .sol .social a:focus-visible .fa-twitter,
.iletisim-box .sol .social a:focus-visible .fa-x-twitter {
    background: linear-gradient(135deg, #151515, #000000);
}

/* Instagram */
.iletisim-box .sol .social a:hover .fa-instagram,
.iletisim-box .sol .social a:focus-visible .fa-instagram {
    background:
        radial-gradient(circle at 25% 105%, #fdf497 0%, #fdf497 10%, transparent 31%),
        radial-gradient(circle at 12% 18%, #fd5949 0%, transparent 38%),
        linear-gradient(135deg, #405de6, #833ab4, #fd1d1d, #fcb045);
}

/* YouTube */
.iletisim-box .sol .social a:hover .fa-youtube,
.iletisim-box .sol .social a:focus-visible .fa-youtube {
    background: linear-gradient(135deg, #ff1a1a, #b80000);
}

/* LinkedIn */
.iletisim-box .sol .social a:hover .fa-linkedin,
.iletisim-box .sol .social a:hover .fa-linkedin-in,
.iletisim-box .sol .social a:focus-visible .fa-linkedin,
.iletisim-box .sol .social a:focus-visible .fa-linkedin-in {
    background: linear-gradient(135deg, #0a66c2, #003f7d);
}

/* WhatsApp */
.iletisim-box .sol .social a:hover .fa-whatsapp,
.iletisim-box .sol .social a:focus-visible .fa-whatsapp {
    background: linear-gradient(135deg, #25d366, #0b8f56);
}

/* Telegram */
.iletisim-box .sol .social a:hover .fa-telegram,
.iletisim-box .sol .social a:hover .fa-telegram-plane,
.iletisim-box .sol .social a:focus-visible .fa-telegram,
.iletisim-box .sol .social a:focus-visible .fa-telegram-plane {
    background: linear-gradient(135deg, #2aabee, #1476a8);
}

/* TikTok */
.iletisim-box .sol .social a:hover .fa-tiktok,
.iletisim-box .sol .social a:focus-visible .fa-tiktok {
    background:
        radial-gradient(circle at 25% 25%, rgba(37,244,238,0.85), transparent 28%),
        radial-gradient(circle at 78% 82%, rgba(254,44,85,0.9), transparent 30%),
        linear-gradient(135deg, #050505, #111111);
}

/* Pinterest */
.iletisim-box .sol .social a:hover .fa-pinterest,
.iletisim-box .sol .social a:hover .fa-pinterest-p,
.iletisim-box .sol .social a:focus-visible .fa-pinterest,
.iletisim-box .sol .social a:focus-visible .fa-pinterest-p {
    background: linear-gradient(135deg, #e60023, #9f0018);
}

/* Mobil ve tablet */
@media (max-width: 768px) {
    .iletisim-box .sol .social a {
        margin: 0 5px 9px;
    }

    .iletisim-box .sol .social a::before {
        inset: -5px;
        border-radius: 20px;
    }

    .iletisim-box .sol .social a i {
        width: 43px;
        height: 43px;
        line-height: 43px;
        font-size: 19px;
        border-radius: 13px;
    }
}

@media (max-width: 480px) {
    .iletisim-box .sol .social a {
        margin: 0 4px 8px;
    }

    .iletisim-box .sol .social a i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    .iletisim-box .sol .social a:hover i,
    .iletisim-box .sol .social a:focus-visible i {
        transform: translateY(-4px) rotate(-2deg);
    }
}

/* Klavye erişilebilirliği */
.iletisim-box .sol .social a:focus-visible {
    outline: none;
}

.iletisim-box .sol .social a:focus-visible i {
    outline: 3px solid rgba(255,255,255,0.75);
    outline-offset: 3px;
}

/* Animasyon hassasiyeti olan kullanıcılar */
@media (prefers-reduced-motion: reduce) {
    .iletisim-box .sol .social a,
    .iletisim-box .sol .social a::before,
    .iletisim-box .sol .social a i,
    .iletisim-box .sol .social a i::after {
        transition: none;
    }

    .iletisim-box .sol .social a:hover i,
    .iletisim-box .sol .social a:focus-visible i {
        transform: none;
    }
}

.iletisim-box .title h3 {
    color: white;
    font-size: 35px;
}

.iletisim-box .title p {
    color: #b8b8c4;
    font-size: 18px;
}

.form-box {
    display: table;
    width: 100%;
}

.form-box .image {
    display: table-cell;
    white-space: nowrap;
    width: 40px;
    padding: 5px;
    vertical-align: middle;
    color: #fff;
}

.form-box .image i {
    font-size: 25px;
}

.form-box .image img {
    width: 28px;
}

.form-box .inputs {
    display: table-cell;
    padding: 10px;
}

.form-box .inputs .iletisim-form {
    width: 100%;
    border: none;
    outline: none;
    height: 50px;
    border-radius: 10px;
    padding: 5px 10px;
}

.form-box .inputs textarea.iletisim-form {
    min-height: 80px;
}

.form-button.iletisim-page {
    margin-top: 15px;
    margin-left: 53px;
    transition: all 0.3s;
}

.form-button.iletisim-page:hover {
    background: white;
    color: #0f172a;
}

.bize-ulasin {
    text-align: center;
    width: 100%;
    margin-top: 30px;
}

.bize-ulasin h4 {
    color: #0f172a;
    font-size: 35px;
    margin: 0;
}

.bize-ulasin p {
    color: #8e8e8e;
    font-size: 18px;
    position: relative;
}

.bize-ulasin p::before {
    content: "";
    background-color: #0f172a;
    width: 25px;
    height: 5px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
}

.etkinlik-kutucuk {
    width: 100%;
    background: rgba(255, 255, 255, 0.82);
    padding: 22px 28px;
    border-radius: 14px;
    border: 1px solid rgba(24, 76, 124, 0.08);
    -webkit-box-shadow: 0 12px 35px rgba(24, 76, 124, 0.10);
    box-shadow: 0 12px 35px rgba(24, 76, 124, 0.10);
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}

.etkinlik-kutucuk:hover {
    transform: translateY(-3px);
    -webkit-box-shadow: 0 18px 45px rgba(24, 76, 124, 0.16);
    box-shadow: 0 18px 45px rgba(24, 76, 124, 0.16);
}

.etkinlik-kutucuk h5 {
    color: #0f172a;
    font-weight: 700;
    display: inline;
    font-size: 18px;
    letter-spacing: -0.2px;
}

.etkinlik-kutucuk img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.etkinlik-kutucuk ul {
    padding: 0;
    list-style: none;
    margin-top: 18px;
    margin-bottom: 0;
}

.etkinlik-kutucuk ul li {
    margin-top: 8px;
}

.etkinlik-kutucuk ul li a {
    display: flex;
    align-items: stretch;
    gap: 6px;
    text-decoration: none;
}

.etkinlik-kutucuk ul li a:hover {
    text-decoration: none;
}

.etkinlik-kutucuk ul li a:hover span:first-child {
    background-color: #0f172a;
    color: #fff;
}

.etkinlik-kutucuk ul li a:hover span:last-child {
    background-color: #0f172a;
    color: white;
    transition: all 0.3s ease;
}

.etkinlik-kutucuk ul li a span:first-child {
    display: inline-flex;
    width: 42px;
    min-width: 42px;
    height: 40px;
    text-align: center;
    background: #eef3f7;
    color: #0f172a;
    line-height: 40px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.etkinlik-kutucuk ul li a span:first-child i {
    line-height: 40px;
    width: 100%;
    text-align: center;
    font-size: 15px;
}

.etkinlik-kutucuk ul li a span:last-child {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    height: auto;
    background: #eef3f7;
    color: #0f172a;
    width: calc(100% - 48px);
    line-height: 1.35;
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 8px;
    font-size: 13.5px;
    font-weight: 400;
    transition: all 0.3s ease;
}

.e-content p:last-child {
    font-size: 15px;
    line-height: 1.7;
    font-weight: 300;
    color: #4b5563;
}

.gecmis-etkinlik-box {
    margin-top: 12px;
    padding: 8px;
    background: #2c4070;
    border: 1px solid #2c4070;
    border-radius: 12px;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 8px 22px rgba(24, 76, 124, 0.10);
    box-shadow: 0 8px 22px rgba(24, 76, 124, 0.10);
}

.gecmis-etkinlik-box:hover {
    background: white;
    transform: translateY(-2px);
}

.gecmis-etkinlik-box:hover a {
    color: #0f172a;
}

.gecmis-etkinlik-box a {
    display: flex;
    align-items: center;
    color: white;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.gecmis-etkinlik-box a span:first-child {
    display: inline-flex;
    width: 52px;
    min-width: 52px;
    height: 52px;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    font-size: 23px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.14);
}

.gecmis-etkinlik-box:hover a span:first-child {
    background: rgba(24, 76, 124, 0.08);
}

.gecmis-etkinlik-box a span:last-child {
    display: inline-flex;
    width: calc(100% - 58px);
    min-height: 52px;
    height: auto;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
    padding-left: 12px;
    font-size: 14px;
    line-height: 1.35;
}

.owl-carousel-etkinlik {
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0 18px 45px rgba(24, 76, 124, 0.18);
    box-shadow: 0 18px 45px rgba(24, 76, 124, 0.18);
}

.owl-carousel-etkinlik img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
}

.owl-carousel-etkinlik::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    background: linear-gradient(
        90deg,
        rgba(8, 35, 61, 0.78) 0%,
        rgba(8, 35, 61, 0.42) 45%,
        rgba(8, 35, 61, 0.18) 100%
    );
    pointer-events: none;
}

.owl-carousel-etkinlik .row {
    height: 100%;
    min-height: 390px;
}

.etkinlik-slider-content {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 8;
    display: flex;
    align-items: center;
}

.etkinlik-slider-content .g-title {
    z-index: 8;
    color: #fff;
    padding: 14px 34px;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -0.6px;
    max-width: 760px;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.etkinlik-foto-buton {
    position: absolute;
    bottom: 42px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 8;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.82);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(6px);
    padding: 12px 24px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.etkinlik-foto-buton:hover {
    background-color: white;
    color: #0f172a;
    text-decoration: none;
    transform: translateX(-50%) translateY(-2px);
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}

.etkinlik-detay-kutu {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Mobil uyum */
@media (max-width: 768px) {
    .etkinlik-kutucuk {
        padding: 18px 20px;
        border-radius: 12px;
    }

    .owl-carousel-etkinlik .row {
        min-height: 300px;
    }

    .etkinlik-slider-content .g-title {
        padding: 12px 22px;
        font-size: 24px;
        line-height: 1.25;
    }

    .etkinlik-foto-buton {
        bottom: 25px;
        padding: 10px 18px;
        font-size: 13px;
    }

    .gecmis-etkinlik-box a span:first-child {
        width: 46px;
        min-width: 46px;
        height: 46px;
        font-size: 20px;
    }

    .gecmis-etkinlik-box a span:last-child {
        width: calc(100% - 52px);
        min-height: 46px;
        font-size: 13px;
    }
}

.hizli-menu-box {
    width: 100%;
    position: relative;
    height: 285px;
    isolation: isolate;
}

.hizli-menu-box .hizli-icon {
    width: 78px;
    height: 78px;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 38px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 24px;
    backdrop-filter: blur(8px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.hizli-menu-box p {
    color: #ffffff;
    margin: 0;
    text-align: center;
}

.hizli-menu-box p:first-child {
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.2px;
}

.hizli-menu-box p:last-child {
    color: rgba(255, 255, 255, 0.84);
    font-size: 14px;
    line-height: 1.45;
    margin-top: 8px;
    font-weight: 500;
}

.hizli-menu-box:hover .hizli-back {
    transform: translateY(22px) scale(0.97);
    opacity: 1;
}

.hizli-menu-box:hover > a:first-child {
    transform: translateY(0px);
    box-shadow:
        0 24px 60px rgba(10, 34, 55, 0.22),
        0 8px 22px rgba(10, 34, 55, 0.16);
}

.hizli-back {
    position: absolute;
    width: 100%;
    background: #0b5162;
    z-index: 1;
    top: 32px;
    bottom: 28px;
    left: 0;
    transform: translateY(0px) scale(0.94);
    transition: all 0.35s ease;
    border-radius: 24px;
    box-shadow: 0 18px 36px rgba(11, 81, 98, 0.28);
    overflow: hidden;
}

.hizli-back::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.14), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent);
    pointer-events: none;
}

.hizli-back span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 54px;
    text-align: center;
    line-height: 54px;
    color: #ffffff;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.2px;
    background: rgba(0, 0, 0, 0.12);
}

.hizli-menu-box > a:first-child {
    text-decoration: none !important;
    border-radius: 24px;
    width: 100%;
    height: 235px;
    display: block;
    padding: 38px 18px;
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease;
    transform: translateY(30px);
    z-index: 3;

    background:
        radial-gradient(circle at 20% 15%, rgba(255, 255, 255, 0.26), transparent 30%),
        linear-gradient(135deg, #16a6c4 0%, #08748d 100%);

    box-shadow:
        0 16px 34px rgba(8, 116, 141, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.hizli-menu-box > a:first-child::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 38%),
        radial-gradient(circle at 90% 85%, rgba(255, 255, 255, 0.16), transparent 28%);
    pointer-events: none;
}

.hizli-menu-box > a:first-child::after {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    right: -52px;
    bottom: -52px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    pointer-events: none;
}

.hizli-menu-box > a:first-child:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.95);
    outline-offset: 4px;
}

.hizli-menu .owl-item:nth-child(4n + 2) .hizli-menu-box > a:first-child {
    background:
        radial-gradient(circle at 20% 15%, rgba(255, 255, 255, 0.24), transparent 30%),
        linear-gradient(135deg, #64748b 0%, #334155 100%);
    box-shadow:
        0 16px 34px rgba(51, 65, 85, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.hizli-menu .owl-item:nth-child(4n + 2) .hizli-menu-box .hizli-back {
    background: #1f2937;
    box-shadow: 0 18px 36px rgba(31, 41, 55, 0.28);
}

.hizli-menu .owl-item:nth-child(4n + 3) .hizli-menu-box > a:first-child {
    background:
        radial-gradient(circle at 20% 15%, rgba(255, 255, 255, 0.28), transparent 30%),
        linear-gradient(135deg, #f6b73c 0%, #d97706 100%);
    box-shadow:
        0 16px 34px rgba(217, 119, 6, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.hizli-menu .owl-item:nth-child(4n + 3) .hizli-menu-box .hizli-back {
    background: #92400e;
    box-shadow: 0 18px 36px rgba(146, 64, 14, 0.28);
}

.hizli-menu .owl-item:nth-child(4n + 4) .hizli-menu-box > a:first-child {
    background:
        radial-gradient(circle at 20% 15%, rgba(255, 255, 255, 0.25), transparent 30%),
        linear-gradient(135deg, #7c3aed 0%, #4f46e5 100%);
    box-shadow:
        0 16px 34px rgba(79, 70, 229, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.hizli-menu .owl-item:nth-child(4n + 4) .hizli-menu-box .hizli-back {
    background: #3730a3;
    box-shadow: 0 18px 36px rgba(55, 48, 163, 0.28);
}

.clip-t-t {
    clip-path: polygon(50% 0px, 100% 40px, 100% 100%, 0 100%, 0 40px);
    padding-top: 40px;
    margin-top: -40px;
}

.clip-t-b {
    clip-path: polygon(50% 40px, 100% 0, 100% 100%, 0 100%, 0 0);
    padding-top: 40px;
    margin-top: -40px;
}

.bize-ulasin-sidebar {
    padding: 26px;
    background:
        radial-gradient(circle at 15% 10%, rgba(255, 255, 255, 0.2), transparent 32%),
        linear-gradient(135deg, #2f8f46 0%, #166534 100%);
    text-align: left;
    color: #ffffff;
    border-radius: 24px;
    box-shadow:
        0 18px 42px rgba(22, 101, 52, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.bize-ulasin-sidebar::after {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    right: -62px;
    bottom: -62px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    pointer-events: none;
}

.bize-ulasin-sidebar p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.55;
}

.bize-ulasin-sidebar h6 {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 8px;
}

.bize-ulasin-sidebar h5 {
    font-size: 25px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -0.4px;
    color: #ffffff;
}

.bize-ulasin-sidebar a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.65);
    padding: 11px 24px;
    border-radius: 999px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
}

.bize-ulasin-sidebar a:hover {
    background-color: #ffffff;
    color: #166534;
    border-color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.14);
}

.bize-ulasin-sidebar a:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.95);
    outline-offset: 4px;
}

@media (max-width: 768px) {
    .hizli-menu-box {
        height: 260px;
    }

    .hizli-menu-box > a:first-child {
        height: 215px;
        padding: 32px 16px;
    }

    .hizli-menu-box .hizli-icon {
        width: 68px;
        height: 68px;
        font-size: 32px;
        border-radius: 20px;
    }

    .hizli-menu-box p:first-child {
        font-size: 16px;
    }

    .bize-ulasin-sidebar {
        padding: 22px;
        border-radius: 20px;
    }

    .bize-ulasin-sidebar h5 {
        font-size: 22px;
    }
}

.baskan-kosesi .image-box {
    position: relative;
}

.baskan-kosesi .image-box img {
    width: 100%;
    filter: drop-shadow(1px 1px 5px black);
}

.baskan-kosesi .image-box ul {
    background: -webkit-linear-gradient(linear,
            left top,
            left bottom,
            from(transparent),
            to(rgba(23, 53, 86, 0.9)));
    background: linear-gradient(transparent, rgba(23, 53, 86, 0.9));
    padding: 0;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.baskan-kosesi .image-box ul li {
    display: inline-block;
    margin: 0px 5px 15px 5px;
}

.baskan-kosesi .image-box ul li a {
    color: white;
}

.baskan-kosesi .image-box ul li a i {
    border: 1px solid white;
    border-radius: 2px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 0.3s;
}

.baskan-kosesi .image-box ul li a i:hover {
    background-color: white;
    color: #0f172a;
    border-radius: 50%;
}

.baskan-kosesi>h5 {
    color: #7aab2b;
    margin-bottom: 10px;
}

.baskan-kosesi .link-box ul {
    list-style: none;
    padding: 0 20px;
}

.baskan-kosesi .link-box {
    -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: .3s;
    transition: .3s;
}

.baskan-kosesi .link-box ul li {
    padding: 20px 0px;
    border-bottom: 1px solid #e9e9e9;
    font-size:20px;
}

.baskan-kosesi .link-box ul li:last-child {
    border-bottom: unset;
}

.baskan-kosesi .link-box ul li a {
    width: 100%;
    display: block;
    text-decoration: none !important;
}

.baskan-kosesi .link-box ul li a span {
    vertical-align: middle;
    display: inline-flex;
    color: #8d8b8e;
    transition: all 0.3s;
}

.baskan-kosesi .link-box ul li a:hover span {
    color: #7aab2b;
}

.baskan-kosesi .link-box ul li a span:first-child {
    width: calc(100% - 20px);
}

.baskan-kosesi .link-box ul li a span:last-child {
    width: 15px;
    text-align: right;
}

/* Mobile Device */
@media only screen and (max-width: 992px) {
    .baskan-section .sag {
        align-items: flex-start;
    }

    .baskan-section .sag .text-side h3 {
        font-size: 41px;
    }

    .baskan-section .sag .text-side p {
        font-size: 22px;
    }

    .ilk-personel img,
    .diger-personeller img {
        padding: 0px 50px;
    }

    .e-tarih {
        width: 100%;
        height: 70px;
        background: #2c4070;
        color: white;
        text-align: center;
        border-radius: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .e-tarih p {
        display: inline;
        font-size: 20px !important;
        line-height: 70px;
    }

    .header-fix {
        padding-top: 0;
    }

    .slider-text {
        max-width: 550px;
    }

    .slider-text .slide-title {
        font-size: 40px;
    }

    .slide-menu.container {
        max-width: 100%;
    }

    .slide-menu {
        height: auto;
        position: static;
        left: 0;
        transform: translateX(0);
    }

    .slide-menu>div {
        height: auto !important;
    }

    .slide-menu>div>div {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 140px;
    }

    .header-mobile {
        display: block;
        position: static;
        padding: 10px;
        background: #0f172a;
        z-index: 9;
        width: 100%;
        height: 100px;
    }

    .header-top,
    .header-bottom {
        display: none;
    }

    .slider-haber-box {
        width: 600px;
        height: auto;
    }

    .slider-haber-box .s-type {
        width: auto;
        display: inline-block;
        padding: 10px 20px;
        position: static;
        transform: translateY(-50%);
    }

    .slider-haber-box .s-image {
        width: 600px;
        height: 250px;
        margin-top: -1px;
        object-fit: cover;
        position: static;
        left: unset;
        top: unset;
        border-radius: 0%;
        border-radius: 10px 10px 0 0;
    }

    .slider-haber-box>div>div:nth-child(2) {
        padding-top: 0 !important;
    }

    .footer-section .border-right {
        border-right: none !important;
    }

    .diger-haberler a .content p {
        font-size: 14px;
    }

    .diger-haberler a .content h3 {
        font-size: 18px;
    }

    .slide-menu .row {
        height: min-content;
    }
}

@media only screen and (max-width: 768px) {
    .owl-carousel-etkinlik .row {
        height: 350px;
    }

    .etkinlik-slider-content {
        height: 350px;
    }

    .owl-carousel-etkinlik img {
        height: 350px;
    }

    .festival-image {
        height: 200px;
    }

    .baskan-section {
        padding-bottom: 0px;
    }

    .haber-nav {
        display: none;
    }

    .slider-text {
        max-width: 300px;
    }

    .slider-text .slide-title {
        font-size: 22px;
    }

    .slide-menu.container {
        max-width: 100%;
    }

    .slide-menu {
        height: auto;
        position: static;
        left: 0;
        transform: translateX(0);
    }

    .slide-menu>div {
        height: auto !important;
    }

    .slide-menu>div>div {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .diger-haberler a .content p {
        font-size: 12px;
    }

    .diger-haberler a .content h3 {
        font-size: 14px;
    }

    .etkinlik-image {
        height: 250px;
        width: 100%;
        object-fit: cover;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .etkinlik-content {
        background: white;
        padding: 30px 100px 30px 50px;
        position: static;
        left: 0;
        bottom: 0;
        widows: 100%;
    }

    #haberSlide {
        height: 420px;
    }

    #haberSlide .carousel-indicators {
        display: none;
    }

    .haber-section>div {
        height: 420px;
    }

    .slider-haber-box {
        width: 400px;
        height: auto;
    }

    .slider-haber-box .s-image {
        width: 400px;
        height: 200px;
    }

    .festival-nav {
        bottom: 85px;
        top: auto;
        width: 100px;
        margin: 0px auto;
        transform: translateY(-50%);
        z-index: 9;
    }

    .festival-nav button {
        background: #2c4070;
        width: 36px;
        height: 36px;
        font-size: 30px;
    }

    .festival-nav button:hover {
        background: #0f172a;
        width: 36px;
        height: 36px;
        font-size: 30px;
    }
}

@media only screen and (max-width: 1400px) {
    .bagis-box button{
		font-size:12px !important;
	}
}
@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1340px;
    }
}

@media only screen and (max-width: 1200px) {
    .header-bottom .navs {
        font-size: 14px;
    }

    .projeler-section .custom-owl-nav {
        position: absolute;
        top: 50%;
        left: 5%;
        right: 5%;
        transform: translateY(-50%);
        width: auto;
        z-index: 9;
        height: 85px;
    }

    .projeler-section .custom-owl-nav button {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }

    .projeler-section .custom-owl-nav button span {
        line-height: 30px;
    }
}

#haberSlide .carousel-control-next,
#haberSlide .carousel-control-prev {
    width: 100px;
    z-index: 9;
}

#carouselExampleControls .carousel-control-next,
#carouselExampleControls .carousel-control-prev {
    width: 100px;
    top: 50%;
    transform: translateY(-50%);
}

.z-index-9 {
    z-index: 9;
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes scroll {
    0% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -moz-transform: translateY(10px);
        transform: translateY(10px)
    }

    100% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

.header-down {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 185px;
    left: 0;
    border-radius: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 25px;
    height: 40px;
    margin: 0 auto;
    border: 2px solid #fff;
    cursor: pointer;
    -webkit-animation: scroll 1.3s ease-out infinite forwards;
    -moz-animation: scroll 1.3s ease-out infinite forwards;
    animation: scroll 1.3s ease-out infinite forwards;
    -webkit-transition: .3s;
    transition: .3s;
}

@media (max-width: 1279px) {
    .header-down {
        bottom: 30px;
    }
}

@media (max-width: 767px) {
    .header-down {
        display: none;
    }

    .ustslider img {
        height: auto !important;
        object-fit: contain !important;
    }

    .context {
        font-size: 12px !important;
        font-weight: normal !important;
    }

    .content p {
        font-size: 11px;
        text-align: left !important;
        margin-bottom: 5px;
        font-weight: bold;
    }

    #haberSlide .content h3 {
        font-size: 18px !important;
    }
}

.header-down:before {
    content: "";
    position: absolute;
    top: 12px;
    right: 0;
    left: 50%;
    border-radius: 3px;
    width: 2px;
    height: 6px;
    background: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-down:hover {
    background: #fff;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.header-down:hover:before {
    background: #0f172a;
}

section.bg-cover:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
}

section.cover-1:before {
    background-image: url(../../assets/images/cover-1.jpg);
}

.ordered-list {
    --ol-primary: #0f172a;
    --ol-primary-rgb: 18, 74, 142;
    --ol-surface: rgba(255, 255, 255, 0.86);
    --ol-surface-strong: #ffffff;
    --ol-text: #102033;
    --ol-muted: #6d7888;
    --ol-border: rgba(16, 32, 51, 0.10);
    --ol-shadow: 0 18px 45px rgba(12, 35, 66, 0.10);
    --ol-shadow-hover: 0 26px 70px rgba(12, 35, 66, 0.18);
    --ol-radius: 22px;
    --ol-radius-sm: 16px;
    display: inline-block;
    width: 100%;
    position: relative;
    isolation: isolate;
}

.ordered-list:before {
    content: "";
    position: absolute;
    inset: -24px;
    z-index: -2;
    pointer-events: none;
    border-radius: 34px;
    background:
        radial-gradient(circle at 0 0, rgba(255, 255, 255, 0.95) 0, rgba(255, 255, 255, 0) 34%),
        radial-gradient(circle at 100% 15%, rgba(34, 127, 196, 0.14) 0, rgba(34, 127, 196, 0) 28%),
        linear-gradient(135deg, rgba(245, 249, 255, 0.88), rgba(255, 255, 255, 0.54));
}

.ordered-list>ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 14px;
}

.ordered-list>ul>li:not(.more) {
    position: relative;
    margin-bottom: 0;
    background: var(--ol-surface);
    border: 1px solid var(--ol-border);
    border-radius: var(--ol-radius);
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(12, 35, 66, 0.07);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    -webkit-transition: border-color .28s ease, box-shadow .28s ease, -webkit-transform .28s ease;
    transition: border-color .28s ease, box-shadow .28s ease, transform .28s ease;
}

.ordered-list>ul>li:not(.more):before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    bottom: 14px;
    width: 5px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, var(--ol-primary), rgba(20, 148, 208, 0.72));
    box-shadow: 0 0 24px rgba(20, 148, 208, 0.34);
    -webkit-transition: width .28s ease, top .28s ease, bottom .28s ease;
    transition: width .28s ease, top .28s ease, bottom .28s ease;
}

.ordered-list>ul>li:not(.more):last-child {
    margin-bottom: 0;
}

.ordered-list>ul>li:not(.more):hover {
    border-color: rgba(20, 92, 158, 0.24);
    box-shadow: var(--ol-shadow-hover);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.ordered-list>ul>li:not(.more):hover:before,
.ordered-list__dropdown>ul>li.is-open:before {
    top: 0;
    bottom: 0;
    width: 7px;
}

.ordered-list>ul>li:not(.more):hover>a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}

.ordered-list>ul>li:not(.more):hover>a:after {
    width: 100%;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.ordered-list>ul>li:not(.more)>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 18px;
    min-height: 78px;
    padding: 22px 26px 22px 28px;
    color: var(--ol-primary);
    -webkit-transition: color .28s ease, background .28s ease, -webkit-transform .28s ease;
    transition: color .28s ease, background .28s ease, transform .28s ease;
    position: relative;
    z-index: 1;
    text-decoration: none;
    outline: none;
}

.ordered-list>ul>li:not(.more)>a:focus-visible {
    box-shadow: inset 0 0 0 3px rgba(20, 148, 208, 0.24);
    border-radius: var(--ol-radius);
}

.ordered-list>ul>li:not(.more)>a:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    background:
        linear-gradient(90deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.78) 46%, rgba(20,148,208,0.09) 100%),
        radial-gradient(circle at 92% 50%, rgba(20,148,208,0.20), rgba(20,148,208,0) 34%);
    -webkit-transform: translateX(-14px);
    transform: translateX(-14px);
    -webkit-transition: opacity .28s ease, -webkit-transform .28s ease;
    transition: opacity .28s ease, transform .28s ease;
}

.ordered-list>ul>li:not(.more)>a .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42px;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    margin-right: 16px;
    border-radius: 14px;
    font-size: 15px;
    color: var(--ol-primary);
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(234,243,255,0.86));
    border: 1px solid rgba(20, 92, 158, 0.12);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 9px 20px rgba(12, 35, 66, 0.08);
    -webkit-transition: color .28s ease, background .28s ease, -webkit-transform .28s ease;
    transition: color .28s ease, background .28s ease, transform .28s ease;
}

.ordered-list>ul>li:not(.more):hover>a .icon,
.ordered-list__dropdown>ul>li.is-open>a .icon {
    color: #fff;
    background: linear-gradient(145deg, var(--ol-primary), #1494d0);
    -webkit-transform: rotate(-5deg) scale(1.05);
    transform: rotate(-5deg) scale(1.05);
}

.ordered-list>ul>li:not(.more)>a .text {
    font-size: clamp(15px, 1.4vw, 17px);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 24px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    line-height: 1.45;
    margin-bottom: 0;
    color: var(--ol-text);
    font-weight: 650;
    letter-spacing: -0.015em;
}

.ordered-list>ul>li:not(.more)>a .date {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
    font-size: 12px;
    line-height: 1;
    letter-spacing: .04em;
    color: var(--ol-muted);
    background: rgba(16, 32, 51, 0.045);
    border: 1px solid rgba(16, 32, 51, 0.07);
    border-radius: 999px;
    padding: 10px 14px;
}

.ordered-list .more a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    height: auto;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    margin-top: 14px;
    padding: 14px 22px;
    border-radius: 999px;
    background:
        linear-gradient(135deg, var(--ol-primary), #1494d0),
        linear-gradient(135deg, rgba(255,255,255,0.18), rgba(255,255,255,0));
    box-shadow: 0 16px 34px rgba(20, 92, 158, 0.26);
    text-decoration: none;
    -webkit-transition: box-shadow .28s ease, -webkit-transform .28s ease, -webkit-filter .28s ease;
    transition: transform .28s ease, box-shadow .28s ease, filter .28s ease;
}

.ordered-list .more a:hover {
    color: #fff;
    text-decoration: none;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-filter: saturate(1.08);
    filter: saturate(1.08);
    box-shadow: 0 22px 46px rgba(20, 92, 158, 0.34);
}

.ordered-list .more .icon {
    margin-right: 0;
    font-size: 16px;
    margin: 0;
    height: auto;
}

.ordered-list .loading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 48px;
    height: auto;
    text-transform: uppercase;
    color: var(--ol-muted);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .06em;
    margin-top: 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid var(--ol-border);
}

.ordered-list__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,251,255,0.96));
    border-top: 1px solid rgba(16, 32, 51, 0.08);
    -webkit-box-shadow: inset 0 18px 38px rgba(12, 35, 66, 0.045);
    box-shadow: inset 0 18px 38px rgba(12, 35, 66, 0.045);
}

.ordered-list__sub-content {
    width: 100%;
    color: var(--ol-text);
}

.ordered-list__sub-content .page-content-description,
.ordered-list__sub-content .page-content-gallery,
.ordered-list__sub-content .documents-files,
.ordered-list__sub-content .ordered-links {
    padding: clamp(18px, 3vw, 34px);
}

.ordered-list__sub-content .page-content-gallery {
    margin-top: 0;
}

.ordered-list__sub-content>img {
    width: min(250px, 42vw);
    float: left;
    margin-right: 24px;
    margin-bottom: 18px;
    border-radius: 20px;
    box-shadow: 0 18px 38px rgba(12, 35, 66, 0.13);
}

.ordered-list__dropdown>ul>li.is-open {
    border-color: rgba(20, 92, 158, 0.28);
    box-shadow: var(--ol-shadow-hover);
}

.ordered-list__dropdown>ul>li.is-open>a {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ordered-list__dropdown>ul>li.is-open>a:before {
    content: "";
    margin-top: 0;
    width: 18px;
    height: 2px;
    right: 22px;
    background: currentColor;
    border-radius: 999px;
}

.ordered-list__dropdown>ul>li.is-open>a:after {
    width: 100%;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.ordered-list__dropdown>ul>li>a {
    padding-right: 68px;
}

.ordered-list__dropdown>ul>li>a:before {
    content: "+";
    position: absolute;
    right: 18px;
    top: 50%;
    width: 34px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    line-height: 1;
    font-weight: 300;
    border-radius: 12px;
    color: var(--ol-primary);
    background: rgba(20, 92, 158, 0.075);
    border: 1px solid rgba(20, 92, 158, 0.10);
    -webkit-transition: background .28s ease, color .28s ease, -webkit-transform .28s ease;
    transition: background .28s ease, color .28s ease, transform .28s ease;
}

.ordered-list__dropdown>ul>li:hover>a:before,
.ordered-list__dropdown>ul>li.is-open>a:before {
    color: #fff;
    background: linear-gradient(145deg, var(--ol-primary), #1494d0);
}

.ordered-list__dropdown>ul>li>a .date {
    margin-right: 22px;
}

.ordered-list__dropdown .ordered-list__sub {
    display: none;
}

.ordered-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.ordered-links ul li {
    position: relative;
    border-bottom: 0 none;
    border: 1px solid rgba(16, 32, 51, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
    overflow: hidden;
    -webkit-transition: border-color .28s ease, background .28s ease, box-shadow .28s ease, padding-left .28s ease, -webkit-transform .28s ease;
    transition: border-color .28s ease, background .28s ease, box-shadow .28s ease, padding-left .28s ease, transform .28s ease;
}

.ordered-links ul li:last-child {
    border-bottom: 1px solid rgba(16, 32, 51, 0.08);
}

.ordered-links ul li:hover {
    background: #fff;
    border-color: rgba(20, 92, 158, 0.18);
    -webkit-box-shadow: 0 14px 34px rgba(23, 53, 86, 0.10);
    box-shadow: 0 14px 34px rgba(23, 53, 86, 0.10);
    padding-left: 8px;
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}

.ordered-links ul li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3e4a5a;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    padding: 14px 48px 14px 16px;
    text-decoration: none;
}

.ordered-links ul li a:hover {
    color: var(--ol-primary);
    text-decoration: none;
}

.ordered-links ul li a:after {
    content: "";
    position: absolute;
    z-index: 12;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    -webkit-transition: right .28s ease, opacity .28s ease;
    transition: right .28s ease, opacity .28s ease;
    opacity: .62;
}

.ordered-links ul li:hover a:after {
    right: 16px;
    opacity: 1;
}

@media (max-width: 991px) {
    .ordered-list {
        --ol-radius: 20px;
    }

    .ordered-list>ul {
        gap: 12px;
    }

    .ordered-list>ul>li:not(.more)>a {
        padding: 20px 22px 20px 24px;
    }
}

@media (max-width: 767px) {
    .ordered-list:before {
        inset: -14px;
        border-radius: 26px;
    }

    .ordered-list>ul {
        gap: 12px;
    }

    .ordered-list>ul>li:not(.more)>a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 10px;
        min-height: auto;
        padding: 18px 18px 18px 22px;
    }

    .ordered-list>ul>li:not(.more)>a .text {
        width: 100%;
        padding-right: 0;
        font-size: 15px;
    }

    .ordered-list>ul>li:not(.more)>a .icon {
        width: 38px;
        height: 38px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 38px;
        flex: 0 0 38px;
        margin-right: 12px;
        border-radius: 13px;
    }

    .ordered-list>ul>li:not(.more)>a .date {
        padding-left: 12px;
        padding-top: 9px;
        padding-bottom: 9px;
        margin-left: 50px;
        white-space: normal;
    }

    .ordered-list__dropdown>ul>li>a {
        padding-right: 62px;
    }

    .ordered-list__dropdown>ul>li>a:before {
        right: 15px;
        top: 24px;
        -webkit-transform: none;
        transform: none;
    }

    .ordered-list__dropdown>ul>li.is-open>a:before {
        top: 40px;
    }

    .ordered-list__dropdown>ul>li>a .date {
        margin-right: 0;
    }

    .ordered-list__sub {
        display: block;
    }

    .ordered-list__sub-content .page-content-description,
    .ordered-list__sub-content .page-content-gallery,
    .ordered-list__sub-content .documents-files,
    .ordered-list__sub-content .ordered-links {
        padding: 18px;
    }

    .ordered-list__sub-content>img {
        width: 100%;
        float: none;
        display: block;
        margin-right: 0;
        margin-bottom: 16px;
    }

    .ordered-links ul li a {
        padding: 13px 16px;
        font-size: 14px;
    }

    .ordered-links ul li a:after {
        display: none;
    }
}

@media (max-width: 420px) {
    .ordered-list>ul>li:not(.more)>a {
        padding: 16px 15px 16px 19px;
    }

    .ordered-list>ul>li:not(.more)>a .date {
        margin-left: 0;
    }

    .ordered-list .more a {
        width: 100%;
        padding-left: 14px;
        padding-right: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ordered-list *,
    .ordered-list *:before,
    .ordered-list *:after {
        -webkit-transition: none !important;
        transition: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        scroll-behavior: auto !important;
    }
}

/* Daha fazla göster sonrası AJAX ile gelen kayıtların sağa kaymasını engelleyen hizalama düzeltmesi */
.ordered-list,
.ordered-list *,
.ordered-list *:before,
.ordered-list *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ordered-list>ul,
.ordered-list>ul>li:not(.more),
.ordered-list>ul>li:not(.more)>a {
    width: 100%;
    max-width: 100%;
}

.ordered-list>ul>li:not(.more) {
    left: auto !important;
    right: auto !important;
}

.ordered-list>ul>li:not(.more)>a {
    -webkit-transform: none !important;
    transform: none !important;
}

/* Liste kartı hover'da sadece yukarı kalksın; yatay pozisyon sabit kalsın */
.ordered-list>ul>li:not(.more):hover {
    -webkit-transform: translateY(-3px) !important;
    transform: translateY(-3px) !important;
}

/* Daha fazla ile gelen alt bağlantılarda sağa kaydıran padding/translate etkisini kaldır */
.ordered-links ul li:hover {
    padding-left: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
}

/* Mobilde tarih ve metin başlangıç çizgisi sabit kalsın */
@media (max-width: 767px) {
    .ordered-list>ul>li:not(.more)>a .date {
        margin-left: 0 !important;
    }

    .ordered-list>ul>li:not(.more)>a .text {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
/*
  KESIN HIZALAMA DUZELTMESI
  Sorun: Daha fazla göster sonrası gelen kayıtların içeriği soldan başlamıyor,
  ikon/metin bloğu kartın ortasına veya sağına kayıyor.
  Bu patch mevcut class ve etiketleri değiştirmez; sadece flex yerleşimini kilitler.
*/

.ordered-list,
.ordered-list *,
.ordered-list *::before,
.ordered-list *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ordered-list > ul {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.ordered-list > ul > li:not(.more) {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: auto !important;
    right: auto !important;
}

/* Ana çözüm: içerik artık space-between ile ortada/sağda toplanmaz. */
.ordered-list > ul > li:not(.more) > a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
    gap: 0 !important;
}

/* Metin bloğu soldan başlar, kalan alanı kaplar, tarihi sağa iter. */
.ordered-list > ul > li:not(.more) > a .text {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 0% !important;
    flex: 1 1 0% !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    text-align: left !important;
}

/* İkon, metnin içinde de olsa dışında da olsa solda sabit kalır. */
.ordered-list > ul > li:not(.more) > a .icon {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 42px !important;
    flex: 0 0 42px !important;
    width: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
    margin-left: 0 !important;
    margin-right: 16px !important;
    text-align: center !important;
}

/* Tarih sadece en sağda durur; metin bloğunu sola kaydırmaz. */
.ordered-list > ul > li:not(.more) > a .date {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    white-space: nowrap !important;
    text-align: center !important;
}

/* Dropdown artı/eksi alanı tarihi veya metni sağa itmesin. */
.ordered-list__dropdown > ul > li > a {
    padding-right: 76px !important;
}

.ordered-list__dropdown > ul > li > a .date {
    margin-right: 0 !important;
}

/* Daha fazla göster butonu ayrı kalsın; yukarıdaki flex kilidi buna uygulanmaz. */
.ordered-list .more a {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    text-align: center !important;
}

/* Mobilde tek kolon: ikon + başlık üstte, tarih altında solda. */
@media (max-width: 767px) {
    .ordered-list > ul > li:not(.more) > a {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .ordered-list > ul > li:not(.more) > a .text {
        width: 100% !important;
        margin-right: 0 !important;
        padding-right: 48px !important;
    }

    .ordered-list > ul > li:not(.more) > a .icon {
        -ms-flex-preferred-size: 38px !important;
        flex-basis: 38px !important;
        width: 38px !important;
        min-width: 38px !important;
        max-width: 38px !important;
        margin-right: 12px !important;
    }

    .ordered-list > ul > li:not(.more) > a .date {
        width: -webkit-fit-content !important;
        width: -moz-fit-content !important;
        width: fit-content !important;
        margin-left: 50px !important;
        margin-right: 0 !important;
        margin-top: 8px !important;
    }
}

@media (max-width: 420px) {
    .ordered-list > ul > li:not(.more) > a .date {
        margin-left: 0 !important;
    }
}


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

.gallery {
    --gallery-primary: #003464;
    --gallery-primary-soft: rgba(0, 52, 100, 0.88);
    --gallery-accent: #7aab2b;
    --gallery-text: #253142;
    --gallery-muted: #6b7280;
    --gallery-surface: #ffffff;
    --gallery-radius: 18px;
    --gallery-shadow: 0 16px 36px rgba(15, 23, 42, 0.14);
    --gallery-shadow-hover: 0 22px 48px rgba(0, 52, 100, 0.22);
}

.gallery.small .gallery-cover {
    height: 175px;
}

.gallery.small .gallery-body {
    padding: 20px;
}

.gallery.small .gallery-body .title {
    font-size: 16px;
}

.gallery.small .gallery-body .title:before {
    left: -20px;
}

.gallery.small .gallery-body .date {
    font-size: 12px;
}

.gallery.small .gallery-body>.icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
}

.gallery.list .gallery-card {
    margin-bottom: 22px;
}

@media (max-width: 479px) {
    .gallery.list .gallery-card:last-child {
        margin-bottom: 0;
    }
}

.gallery ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gallery-card {
    border-radius: var(--gallery-radius);
}

.gallery-card a {
    position: relative;
    display: block;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    border-radius: var(--gallery-radius);
    background: var(--gallery-surface);
    box-shadow: var(--gallery-shadow);
    transform: translateY(0);
    transition: transform .35s ease, box-shadow .35s ease;
}

.gallery-card a:hover,
.gallery-card a:focus-visible {
    transform: translateY(-5px);
    box-shadow: var(--gallery-shadow-hover);
    outline: none;
}

.gallery-card a:focus-visible {
    box-shadow: 0 0 0 4px rgba(122, 171, 43, .26), var(--gallery-shadow-hover);
}

.gallery-card a:hover .gallery-cover img,
.gallery-card a:focus-visible .gallery-cover img {
    -webkit-transform: scale3d(1.08, 1.08, 1.08);
    transform: scale3d(1.08, 1.08, 1.08);
}

.gallery-card a:hover .gallery-cover-kapak img,
.gallery-card a:focus-visible .gallery-cover-kapak img {
    -webkit-transform: scale3d(1.08, 1.08, 1.08);
    transform: scale3d(1.08, 1.08, 1.08);
}

.gallery-card a:hover .gallery-photo img,
.gallery-card a:focus-visible .gallery-photo img {
    -webkit-transform: scale3d(1.08, 1.08, 1.08);
    transform: scale3d(1.08, 1.08, 1.08);
}

.gallery-card a:hover .gallery-overlay,
.gallery-card a:focus-visible .gallery-overlay {
    opacity: 1;
    visibility: visible;
    background: linear-gradient(180deg, rgba(0, 52, 100, .08) 0%, rgba(0, 52, 100, .54) 100%);
}

.gallery-header {
    position: relative;
    overflow: hidden;
    border-radius: var(--gallery-radius);
}

.gallery-photo {
    overflow: hidden;
    height: 150px;
    border-radius: var(--gallery-radius);
    background: #e5e7eb;
    filter: none;
}

.gallery-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale3d(1.01, 1.01, 1.01);
    transform: scale3d(1.01, 1.01, 1.01);
    -webkit-transition: -webkit-transform .75s cubic-bezier(.2, .8, .2, 1);
    transition: -webkit-transform .75s cubic-bezier(.2, .8, .2, 1);
    transition: transform .75s cubic-bezier(.2, .8, .2, 1);
    transition: transform .75s cubic-bezier(.2, .8, .2, 1), -webkit-transform .75s cubic-bezier(.2, .8, .2, 1);
}

.gallery-footer {
    padding-top: 16px;
}

.gallery-footer .title {
    font-size: 18px;
    color: var(--gallery-text);
    font-weight: 700;
    line-height: 1.35;
    overflow: hidden;
    margin-bottom: 8px;
    letter-spacing: -.01em;
}

.gallery-footer .text {
    font-size: 14px;
    color: var(--gallery-muted);
    line-height: 1.65;
    overflow: hidden;
}

.gallery-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
    background: linear-gradient(180deg, rgba(0, 52, 100, .04) 0%, rgba(0, 52, 100, .42) 100%);
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    opacity: 1;
    visibility: visible;
    -webkit-transition: background .35s ease, opacity .35s ease, visibility .35s ease;
    transition: background .35s ease, opacity .35s ease, visibility .35s ease;
}

.gallery-overlay .icon {
    font-size: 18px;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 100%;
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(255, 255, 255, .14);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.gallery-body {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: rgb(0, 52, 100);
    background: linear-gradient(180deg, rgba(0, 52, 100, .04) 0%, rgba(0, 52, 100, .52) 50%, rgba(0, 36, 74, .94) 100%);
    padding: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.gallery-body .title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.28;
    position: relative;
    letter-spacing: -.015em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .28);
}

.gallery-body .title:before {
    content: "";
    position: absolute;
    left: -25px;
    top: 2px;
    background: var(--gallery-accent);
    width: 5px;
    height: 34px;
    border-radius: 99px;
    box-shadow: 0 0 0 4px rgba(122, 171, 43, .16);
}

.gallery-body .date {
    color: rgba(255, 255, 255, .88);
    font-size: 13px;
    margin-top: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    letter-spacing: .01em;
}

.gallery-body .date .icon {
    font-size: 13px;
    margin-right: 7px;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
}

.gallery-body>.icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 46px;
    height: 46px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 16px;
    top: 16px;
    background: rgba(255, 255, 255, .14);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

@media (max-width: 479px) {
    .gallery-body>.icon {
        display: none;
    }
}

.gallery-cover {
    overflow: hidden;
    height: 170px;
    border-radius: var(--gallery-radius);
    background: #e5e7eb;
}

.gallery-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale3d(1.01, 1.01, 1.01);
    transform: scale3d(1.01, 1.01, 1.01);
    -webkit-transition: -webkit-transform .75s cubic-bezier(.2, .8, .2, 1);
    transition: -webkit-transform .75s cubic-bezier(.2, .8, .2, 1);
    transition: transform .75s cubic-bezier(.2, .8, .2, 1);
    transition: transform .75s cubic-bezier(.2, .8, .2, 1), -webkit-transform .75s cubic-bezier(.2, .8, .2, 1);
}

.gallery-cover-kapak {
    overflow: hidden;
    height: 220px;
    border-radius: var(--gallery-radius);
    background: #e5e7eb;
}

.gallery-cover-kapak img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale3d(1.01, 1.01, 1.01);
    transform: scale3d(1.01, 1.01, 1.01);
    -webkit-transition: -webkit-transform .75s cubic-bezier(.2, .8, .2, 1);
    transition: -webkit-transform .75s cubic-bezier(.2, .8, .2, 1);
    transition: transform .75s cubic-bezier(.2, .8, .2, 1);
    transition: transform .75s cubic-bezier(.2, .8, .2, 1), -webkit-transform .75s cubic-bezier(.2, .8, .2, 1);
}

@media (max-width: 767px) {
    .gallery {
        --gallery-radius: 14px;
    }

    .gallery-body {
        padding: 22px;
    }

    .gallery-body .title {
        font-size: 18px;
    }

    .gallery-cover,
    .gallery-cover-kapak {
        height: 190px;
    }
}


.margin-top-30 {
    margin-top: 30px;
}

.margin-top-50 {
    margin-top: 50px;
}

.page-content-gallery {
    display: inline-block;
    width: 100%;
}

.inner-page-back {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
}

.contact-us {
    z-index: 1;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact-us:before {
    content: "";
    position: absolute;
    height: 100%;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
    background: linear-gradient(#fff, transparent);
}

.contact-us .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-us-bg {
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    float: left;
    width: 100%;
}

.contact-us-content {
    max-width: 100%;
}

.contact-us-content>.title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 12px;
    color: #222;
}

.contact-us-content>.text {
    font-size: 16px;
    font-weight: 300;
}

.contact-us-content.left {
    float: right;
    width: 590px;
}

@media (min-width: 1824px) {
    .contact-us-content.left {
        width: 665px;
    }
}

@media (min-width: 1280px) {
    .contact-us-content.left {
        padding-right: 60px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .contact-us-content.left {
        width: 486px;
        padding-right: 40px;
    }
}

.contact-us-content.right {
    float: left;
    width: calc(1200px - 590px - 20px);
    padding: 35px 0 35px 50px;
    height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 1824px) {
    .contact-us-content.right {
        width: calc(1350px - 665px - 20px);
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .contact-us-content.right {
        width: calc(992px - 486px - 20px);
    }
}

.contact-us-list {
    margin-top: 30px;
}

/* Liste reset */
.contact-us-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Eleman aralığı */
.contact-us-list ul li:not(:last-child) {
    margin-bottom: 12px;
}

/* Ana kart */
.contact-us-list ul li a {
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    min-height: 74px;
    padding: 12px 18px;

    border: 1px solid rgba(15, 42, 70, 0.09);
    border-radius: 18px;

    background: #ffffff;

    -webkit-box-shadow: 0 8px 24px rgba(15, 42, 70, 0.06);
    box-shadow: 0 8px 24px rgba(15, 42, 70, 0.06);

    color: inherit;
    text-decoration: none;

    -webkit-transition:
        border-color 0.25s ease,
        -webkit-box-shadow 0.25s ease,
        -webkit-transform 0.25s ease;
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

/* Minimal sol vurgu */
.contact-us-list ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    bottom: 18px;

    width: 3px;
    border-radius: 0 8px 8px 0;

    background: #0b79bf;

    opacity: 0.65;

    -webkit-transition:
        opacity 0.25s ease,
        top 0.25s ease,
        bottom 0.25s ease;
    transition:
        opacity 0.25s ease,
        top 0.25s ease,
        bottom 0.25s ease;
}

/* Hover */
.contact-us-list ul li a:hover {
    border-color: rgba(11, 121, 191, 0.22);

    -webkit-box-shadow: 0 14px 34px rgba(15, 42, 70, 0.10);
    box-shadow: 0 14px 34px rgba(15, 42, 70, 0.10);

    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);

    text-decoration: none;
}

.contact-us-list ul li a:hover::before {
    top: 12px;
    bottom: 12px;
    opacity: 1;
}

/* Klavye erişilebilirliği */
.contact-us-list ul li a:focus-visible {
    outline: 3px solid rgba(11, 121, 191, 0.22);
    outline-offset: 4px;
}

/* İkon */
.contact-us-list .icon {
    margin: 0;
    margin-right: 16px;

    width: 48px;
    min-width: 48px;
    height: 48px;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    border-radius: 14px;

    background: #eef7fc;
    color: #0b79bf;

    font-size: 22px;

    -webkit-transition:
        background 0.25s ease,
        color 0.25s ease,
        -webkit-transform 0.25s ease;
    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.contact-us-list ul li a:hover .icon {
    background: #0b79bf;
    color: #ffffff;

    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

/* Metin */
.contact-us-list .text {
    color: #52616f;
    font-size: 15.5px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.01em;

    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
}

.contact-us-list ul li a:hover .text {
    color: #142f43;
}

/* Tablet */
@media (max-width: 768px) {
    .contact-us-list {
        margin-top: 24px;
    }

    .contact-us-list ul li:not(:last-child) {
        margin-bottom: 10px;
    }

    .contact-us-list ul li a {
        min-height: 68px;
        padding: 11px 15px;
        border-radius: 16px;
    }

    .contact-us-list .icon {
        width: 44px;
        min-width: 44px;
        height: 44px;
        margin-right: 14px;
        border-radius: 13px;
        font-size: 20px;
    }

    .contact-us-list .text {
        font-size: 14.5px;
    }
}

/* Mobil */
@media (max-width: 480px) {
    .contact-us-list {
        margin-top: 20px;
    }

    .contact-us-list ul li a {
        min-height: 64px;
        padding: 10px 13px;
        border-radius: 15px;
    }

    .contact-us-list ul li a::before {
        top: 16px;
        bottom: 16px;
    }

    .contact-us-list .icon {
        width: 40px;
        min-width: 40px;
        height: 40px;
        margin-right: 12px;
        border-radius: 12px;
        font-size: 18px;
    }

    .contact-us-list .text {
        font-size: 14px;
        line-height: 1.45;
    }
}

/* Çok küçük ekran */
@media (max-width: 360px) {
    .contact-us-list ul li a {
        padding: 9px 12px;
    }

    .contact-us-list .icon {
        width: 38px;
        min-width: 38px;
        height: 38px;
        margin-right: 10px;
        font-size: 17px;
    }

    .contact-us-list .text {
        font-size: 13.5px;
    }
}

/* Dokunmatik cihazlarda hover hareketini sadeleştir */
@media (hover: none) {
    .contact-us-list ul li a:hover,
    .contact-us-list ul li a:hover .icon {
        -webkit-transform: none;
        transform: none;
    }
}

/* Hareket azaltma tercihi */
@media (prefers-reduced-motion: reduce) {
    .contact-us-list ul li a,
    .contact-us-list ul li a::before,
    .contact-us-list .icon,
    .contact-us-list .text {
        -webkit-transition: none;
        transition: none;
    }

    .contact-us-list ul li a:hover,
    .contact-us-list ul li a:hover .icon {
        -webkit-transform: none;
        transform: none;
    }
}
.l-relative {
    position: relative;
}

.form-custom ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.form-custom ul li {
    margin-bottom: 20px;
}

.form-custom ul li.is-error input,
.form-custom ul li.is-error textarea,
.form-custom ul li.is-error .current,
.form-custom ul li.is-error label {
    border: 1px solid red;
}

.form-custom ul li input,
.form-custom ul li textarea {
    width: 100%;
    height: 60px;
    padding-right: 20px;
    padding-left: 20px;
    font-family: inherit;
    color: #222;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: 300;
    -webkit-transition: .3s;
    transition: .3s;
}

.form-custom ul li input:focus,
.form-custom ul li textarea:focus {
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.form-custom ul li input {
    padding-left: 80px;
}

.form-custom ul li textarea {
    padding-top: 20px;
    height: 150px;
}

.form-custom ul li .icon {
    margin: 0;
    display: flex;
    width: 65px;
    height: 60px;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6f6f6f;
    font-size: 18px;
    left: 10px;
    z-index: 1;
}

.form-custom ul li .icon:before {
    position: absolute;
    right: 0;
    content: "";
    background: rgba(0, 0, 0, 0.15);
    width: 1px;
    height: 20px;
}

.form-custom .send {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
}

.form-custom.form-contact-us .send {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.section.cover-2 {
    height: 630px;
}

.section.cover-2:before {
    opacity: .5;
}

.section.bg-cover {
    position: relative;
    z-index: 1;
}

.gallery-description {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    min-height: 220px;
    height: auto;
    padding: 34px 38px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    background:
        radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.26) 0 2px, transparent 3px),
        radial-gradient(circle at 88% 20%, rgba(255, 255, 255, 0.18) 0 90px, transparent 92px),
        linear-gradient(135deg, #0b7fab 0%, #18bfd2 46%, #0f9a86 100%);

    border-radius: 26px;
    box-shadow:
        0 24px 55px rgba(0, 95, 120, 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);

    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.gallery-description::before {
    content: "";
    position: absolute;
    z-index: -2;
    inset: 0;

    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.18), transparent 34%),
        repeating-linear-gradient(
            -35deg,
            rgba(255, 255, 255, 0.08) 0,
            rgba(255, 255, 255, 0.08) 1px,
            transparent 1px,
            transparent 12px
        );

    opacity: 0.65;
    pointer-events: none;
}

.gallery-description::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: -48px;
    bottom: -66px;

    width: 210px;
    height: 210px;

    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.24) 0 0, transparent 58%),
        conic-gradient(
            from 180deg,
            rgba(255, 255, 255, 0.22),
            rgba(255, 255, 255, 0.04),
            rgba(255, 255, 255, 0.22)
        );

    border-radius: 42% 58% 52% 48%;
    -webkit-filter: blur(0.2px);
    filter: blur(0.2px);
    opacity: 0.9;
    pointer-events: none;
}

.gallery-description .title {
    position: relative;

    max-width: 92%;
    margin: 0 0 9px;

    font-size: clamp(22px, 2.4vw, 32px);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -0.035em;
    color: #fff;

    text-shadow: 0 3px 18px rgba(0, 66, 82, 0.28);
}

.gallery-description .title::after {
    content: "";
    display: block;

    width: 58px;
    height: 4px;
    margin-top: 14px;

    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.25));
    border-radius: 999px;
}

.gallery-description .text {
    max-width: 88%;
    margin: 0;

    font-size: clamp(14px, 1.2vw, 16px);
    font-weight: 400;
    line-height: 1.62;
    color: rgba(255, 255, 255, 0.94);

    text-shadow: 0 2px 12px rgba(0, 60, 75, 0.18);
}

/* Dokunmatik cihazlarda daha rahat okunabilirlik */
@media (hover: hover) {
    .gallery-description {
        -webkit-transition:
            -webkit-transform 0.28s ease,
            box-shadow 0.28s ease,
            background-position 0.28s ease;
        transition:
            transform 0.28s ease,
            box-shadow 0.28s ease,
            background-position 0.28s ease;
    }

    .gallery-description:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        box-shadow:
            0 30px 70px rgba(0, 95, 120, 0.34),
            inset 0 1px 0 rgba(255, 255, 255, 0.34);
    }
}

/* Tablet */
@media (max-width: 991px) {
    .gallery-description {
        min-height: 210px;
        padding: 30px 32px;
        border-radius: 22px;
    }

    .gallery-description .title,
    .gallery-description .text {
        max-width: 100%;
    }
}

/* Mobil */
@media (max-width: 575px) {
    .gallery-description {
        min-height: 190px;
        padding: 26px 24px;
        border-radius: 20px;
        background:
            radial-gradient(circle at 88% 14%, rgba(255, 255, 255, 0.18) 0 64px, transparent 66px),
            linear-gradient(145deg, #086f9b 0%, #12b5cb 52%, #0e927d 100%);
    }

    .gallery-description::after {
        right: -76px;
        bottom: -88px;
        width: 190px;
        height: 190px;
    }

    .gallery-description .title {
        letter-spacing: -0.025em;
    }

    .gallery-description .title::after {
        width: 48px;
        height: 3px;
        margin-top: 12px;
    }

    .gallery-description .text {
        line-height: 1.55;
    }
}

/* Hareket azaltma tercihi olan kullanıcılar için */
@media (prefers-reduced-motion: reduce) {
    .gallery-description {
        -webkit-transition: none;
        transition: none;
    }

    .gallery-description:hover {
        -webkit-transform: none;
        transform: none;
    }
}

.button-border .icon {
    margin-left: 10px;
    font-size: 14px;
    height: auto;
}

.button-border.light {
    border: 2px solid #fff;
    color: #fff;
}

.button-border:last-child {
    margin-right: 0;
}

.button-border {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 170px;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    letter-spacing: .5px;
    margin-right: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    border: 2px solid #e1e1e1;
    color: #6f6f6f;
}

.button-border.light:hover {
    background: #fff;
    color: #6f6f6f;
    text-decoration: none;
}

/* ==========================================================
   MODERN BELEDİYE ETKİNLİK DETAY TASARIMI
   Mevcut class ve etiket yapısı korunmuştur
   ========================================================== */

.etkinlikdetay {
    margin-top: 18px;
    position: relative;
}

.etkinlikdetay.single .etkinlikdetay-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
}

.etkinlikdetay.large {
    margin-bottom: 60px;
}

/* Büyük detay görünümü */
.etkinlikdetay.large .etkinlikdetay-photo {
    width: 34%;
    height: auto;
    border-radius: 28px 0 0 28px;
}

@media (max-width: 991px) {
    .etkinlikdetay.large .etkinlikdetay-photo {
        width: 100%;
        border-radius: 24px 24px 0 0;
    }
}

.etkinlikdetay.large .etkinlikdetay-description {
    width: calc(100% - 34%);
    padding: 42px;
    background:
        radial-gradient(circle at right top, rgba(23, 53, 86, 0.07), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid rgba(23, 53, 86, 0.08);
    border-left: none;
    border-radius: 0 28px 28px 0;
    -webkit-box-shadow: 0 24px 55px rgba(23, 53, 86, 0.12);
    box-shadow: 0 24px 55px rgba(23, 53, 86, 0.12);
    position: relative;
    overflow: hidden;
}

.etkinlikdetay.large .etkinlikdetay-description::before {
    content: "";
    position: absolute;
    left: 0;
    top: 34px;
    bottom: 34px;
    width: 6px;
    background: #0f172a;
    border-radius: 0 30px 30px 0;
}

.etkinlikdetay.large .etkinlikdetay-description::after {
    content: "";
    position: absolute;
    right: -55px;
    bottom: -55px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(23, 53, 86, 0.05) 0 32px, transparent 33px),
        radial-gradient(circle, transparent 0 58px, rgba(23, 53, 86, 0.04) 59px, transparent 61px);
    pointer-events: none;
}

@media (max-width: 991px) {
    .etkinlikdetay.large .etkinlikdetay-description {
        width: 100%;
        padding: 30px 24px;
        border-left: 1px solid rgba(23, 53, 86, 0.08);
        border-radius: 0 0 24px 24px;
    }
}

.etkinlikdetay.large .etkinlikdetay-description .page-content__spot {
    margin-top: 0;
    margin-bottom: 0;
    color: #475569;
    line-height: 1.75;
    font-size: 16px;
}

@media (min-width: 992px) and (max-width: 1279px) {
    .etkinlikdetay.large .etkinlikdetay-description .page-content__spot {
        font-size: 14px;
    }
}

/* Büyük detay bilgi satırları */
.etkinlikdetay.large .etkinlikdetay-info .icon,
.etkinlikdetay.large .etkinlikdetay-info .text {
    height: 62px;
}

@media (min-width: 992px) and (max-width: 1279px) {
    .etkinlikdetay.large .etkinlikdetay-info .icon,
    .etkinlikdetay.large .etkinlikdetay-info .text {
        height: 42px;
    }
}

.etkinlikdetay.large .etkinlikdetay-info .icon {
    width: 62px;
    font-size: 19px;
}

@media (min-width: 992px) and (max-width: 1279px) {
    .etkinlikdetay.large .etkinlikdetay-info .icon {
        font-size: 14px;
    }
}

.etkinlikdetay.large .etkinlikdetay-info .text {
    width: calc(100% - 62px - 5px);
    font-size: 16px;
    padding-left: 22px;
    padding-right: 22px;
}

@media (min-width: 992px) and (max-width: 1279px) {
    .etkinlikdetay.large .etkinlikdetay-info .text {
        font-size: 13px;
    }
}

/* Frame kart */
.etkinlikdetay.frame a {
    display: block;
    background: #ffffff;
    border-radius: 24px;
    padding: 12px;
    border: 1px solid rgba(23, 53, 86, 0.08);
    -webkit-box-shadow: 0 18px 38px rgba(23, 53, 86, 0.10);
    box-shadow: 0 18px 38px rgba(23, 53, 86, 0.10);
    -webkit-transition: .3s;
    transition: .3s;
}

.etkinlikdetay.frame a:hover {
    -webkit-box-shadow: 0 26px 55px rgba(23, 53, 86, 0.18);
    box-shadow: 0 26px 55px rgba(23, 53, 86, 0.18);
}

/* Liste */
.etkinlikdetay.list > ul {
    margin-left: -15px;
    margin-right: -15px;
}

.etkinlikdetay.list > ul > li {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 34px;
}

/* Fotoğraf alanı */
.etkinlikdetay-photo {
    overflow: hidden;
    width: 190px;
    height: 255px;
    border-radius: 22px;
    background:
        linear-gradient(135deg, #f1f5f9 0%, #ffffff 100%);
    position: relative;
    -webkit-box-shadow: 0 16px 34px rgba(15, 23, 42, 0.10);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.10);
}

.etkinlikdetay-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 45%, rgba(15, 23, 42, 0.10) 100%);
    pointer-events: none;
}

@media (max-width: 479px) {
    .etkinlikdetay-photo {
        width: 100%;
        height: auto;
        border-radius: 20px;
    }
}

.etkinlikdetay-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform .8s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Açıklama alanı */
.etkinlikdetay-description {
    width: calc(100% - 190px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 26px;
    position: relative;
}

@media (max-width: 479px) {
    .etkinlikdetay-description {
        width: 100%;
        padding-left: 0;
        padding-top: 22px;
        padding-bottom: 12px;
    }
}

.etkinlikdetay-description .title {
    color: #0f2742;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.35;
    overflow: hidden;
    max-height: 82px;
    letter-spacing: -0.25px;
    position: relative;
}

.etkinlikdetay-description .title::after {
    content: "";
    display: block;
    width: 54px;
    height: 4px;
    margin-top: 12px;
    border-radius: 99px;
    background: #0f172a;
}

/* Bilgi kutuları */
.etkinlikdetay-info {
    margin-top: 22px;
    margin-bottom: 22px;
}

.etkinlikdetay-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.etkinlikdetay-info ul li {
    margin-bottom: 7px;
}

.etkinlikdetay-info ul li:last-child {
    margin-bottom: 0;
}

.etkinlikdetay-info ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #173556;
    position: relative;
    text-decoration: none;
}

.etkinlikdetay-info ul li a:hover .text {
    background: #ffffff;
    -webkit-box-shadow: 0 14px 32px rgba(24, 76, 124, 0.16);
    box-shadow: 0 14px 32px rgba(24, 76, 124, 0.16);
    color: #0f2742;
}

.etkinlikdetay-info ul li a:hover .icon {
    background: #0f172a;
    color: #ffffff;
}

.etkinlikdetay-info .icon,
.etkinlikdetay-info .text {
    height: 42px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #eef3f8;
}

.etkinlikdetay-info .icon {
    width: 46px;
    font-size: 15px;
    color: #0f172a;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 13px 0 0 13px;
    transition: .3s;
}

.etkinlikdetay-info .text {
    width: calc(100% - 46px - 5px);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25;
    font-family: "Exo", sans-serif !important;
    margin-left: 5px;
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 0 13px 13px 0;
    color: #475569;
    -webkit-transition: .3s;
    transition: .3s;
}

/* Kart gövdesi */
.etkinlikdetay-card__content {
    position: relative;
    border-radius: 28px;
}

.etkinlikdetay-card__content:hover .etkinlikdetay-body {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.etkinlikdetay-card__content:hover .etkinlikdetay-cover img,
.etkinlikdetay-card__content:hover .etkinlikdetay-photo img {
    -webkit-transform: scale3d(1.08, 1.08, 1.08);
    transform: scale3d(1.08, 1.08, 1.08);
}

/* Header */
.etkinlikdetay-header {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: #0f2742;
    -webkit-box-shadow: 0 26px 60px rgba(23, 53, 86, 0.20);
    box-shadow: 0 26px 60px rgba(23, 53, 86, 0.20);
}

.etkinlikdetay-header::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(15, 39, 66, 0.05) 0%, rgba(15, 39, 66, 0.34) 100%);
    pointer-events: none;
}

.etkinlikdetay-cover {
    overflow: hidden;
    height: 430px;
}

@media (max-width: 1279px) {
    .etkinlikdetay-cover {
        height: auto;
    }
}

.etkinlikdetay-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
}

/* Footer */
.etkinlikdetay-footer {
    text-align: left;
    min-height: 72px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 22px;
    background:
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 0 0 24px 24px;
}

.etkinlikdetay-footer .title {
    color: #475569;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
    overflow: hidden;
    max-height: 44px;
}

/* Hover overlay */
.etkinlikdetay-body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:
        radial-gradient(circle at right top, rgba(255, 255, 255, 0.18), transparent 34%),
        linear-gradient(135deg, rgba(15, 39, 66, 0.96) 0%, rgba(23, 155, 216, 0.92) 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 34px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-transition: .35s;
    transition: .35s;
    border-radius: 28px;
    z-index: 3;
}

.etkinlikdetay-body::before {
    content: "";
    position: absolute;
    left: 34px;
    top: 34px;
    width: 64px;
    height: 5px;
    border-radius: 99px;
    background: #ffffff;
    opacity: .9;
}

.etkinlikdetay-body .title {
    color: #ffffff;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.4;
    overflow: hidden;
    max-height: 88px;
    padding-top: 24px;
    letter-spacing: -0.2px;
}

.etkinlikdetay-body ul li {
    margin-bottom: 9px;
}

.etkinlikdetay-body ul li:last-child {
    margin-bottom: 0;
}

.etkinlikdetay-body ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    border-radius: 14px;
    height: 42px;
    border: 1px solid rgba(255,255,255,0.55);
    min-width: 175px;
    padding-right: 14px;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(8px);
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none;
}

.etkinlikdetay-body ul li a:hover {
    background: #ffffff;
    color: #179bd8;
    border-color: #ffffff;
}

.etkinlikdetay-body ul li a .icon {
    width: 48px;
    font-size: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* Mobil iyileştirmeler */
@media (max-width: 768px) {
    .etkinlikdetay.large {
        margin-bottom: 40px;
    }

    .etkinlikdetay.large .etkinlikdetay-description {
        padding: 26px 20px;
    }

    .etkinlikdetay-description .title {
        font-size: 18px;
    }

    .etkinlikdetay-info .icon,
    .etkinlikdetay-info .text {
        height: 40px;
    }

    .etkinlikdetay-info .icon {
        width: 42px;
        border-radius: 11px 0 0 11px;
    }

    .etkinlikdetay-info .text {
        width: calc(100% - 42px - 5px);
        font-size: 12px;
        border-radius: 0 11px 11px 0;
    }

    .etkinlikdetay-header,
    .etkinlikdetay-body,
    .etkinlikdetay-card__content {
        border-radius: 22px;
    }

    .etkinlikdetay-body {
        padding: 26px;
    }

    .etkinlikdetay-body .title {
        font-size: 18px;
        max-height: 78px;
    }

    .etkinlikdetay-footer {
        padding: 16px 18px;
    }

    .etkinlikdetay-footer .title {
        font-size: 14px;
    }
}

@media (max-width: 479px) {
    .etkinlikdetay.single .etkinlikdetay-card__content {
        display: block;
    }

    .etkinlikdetay-photo img {
        height: auto;
    }

    .etkinlikdetay-body {
        position: relative;
        opacity: 1;
        visibility: visible;
        transform: none;
        margin-top: 14px;
    }
}

.page-content__spot {
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #333;
}

.page-content__spot p {
    margin: 0;
    padding: 0;
}

.boxes ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Sol hizalı varyasyon */
.boxes.no-center ul li a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    padding: 0 34px;
}

/* Belediye hizmet kutuları */
.boxes ul li:not(.boxes-card) a {
    background:
        linear-gradient(135deg, rgba(255,255,255,0.96), rgba(244,248,255,0.94)),
        radial-gradient(circle at top right, rgba(0,89,179,0.14), transparent 38%);
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;

    min-height: 112px;
    position: relative;
    overflow: hidden;

    padding: 0 30px 0 34px;

    color: #24364b;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.2px;
    text-transform: uppercase;
    line-height: 1.35;
    text-align: left;

    border: 1px solid rgba(24, 91, 165, 0.16);
    border-radius: 18px;

    -webkit-box-shadow:
        0 14px 34px rgba(18, 48, 92, 0.08),
        inset 0 1px 0 rgba(255,255,255,0.9);
    box-shadow:
        0 14px 34px rgba(18, 48, 92, 0.08),
        inset 0 1px 0 rgba(255,255,255,0.9);

    -webkit-transition:
        color .35s ease,
        border-color .35s ease,
        -webkit-box-shadow .35s ease,
        -webkit-transform .35s ease;
    transition:
        color .35s ease,
        border-color .35s ease,
        box-shadow .35s ease,
        transform .35s ease;
}

/* Sol vurgu çizgisi */
.boxes ul li:not(.boxes-card) a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    bottom: 18px;
    width: 6px;
    border-radius: 0 12px 12px 0;
    background: linear-gradient(180deg, #005eb8, #00a6d6);
    -webkit-transition: .35s ease;
    transition: .35s ease;
}

/* Arka plan ışık efekti */
.boxes ul li:not(.boxes-card) a::after {
    content: "";
    position: absolute;
    right: -70px;
    top: -70px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(0, 94, 184, 0.08);
    -webkit-transition: .45s ease;
    transition: .45s ease;
}

/* Kart aralıkları */
.boxes ul li:not(.boxes-card) {
    margin-bottom: 22px;
}

/* Hover */
.boxes ul li:not(.boxes-card) a:not(.all):hover {
    color: #004b93;
    text-decoration: none;
    border-color: rgba(0, 94, 184, 0.38);

    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);

    -webkit-box-shadow:
        0 24px 48px rgba(18, 48, 92, 0.16),
        inset 0 1px 0 rgba(255,255,255,1);
    box-shadow:
        0 24px 48px rgba(18, 48, 92, 0.16),
        inset 0 1px 0 rgba(255,255,255,1);
}

/* Hover'da vurgu çizgisi büyüsün */
.boxes ul li:not(.boxes-card) a:not(.all):hover::before {
    top: 0;
    bottom: 0;
    width: 8px;
    border-radius: 18px 0 0 18px;
    background: linear-gradient(180deg, #003f88, #00b4d8);
}

/* Hover'da ışık alanı genişlesin */
.boxes ul li:not(.boxes-card) a:not(.all):hover::after {
    right: -34px;
    top: -34px;
    width: 220px;
    height: 220px;
    background: rgba(0, 94, 184, 0.13);
}

/* Klavye erişilebilirliği */
.boxes ul li:not(.boxes-card) a:focus {
    outline: none;
}

.boxes ul li:not(.boxes-card) a:focus-visible {
    outline: 3px solid rgba(0, 166, 214, 0.35);
    outline-offset: 4px;
}

/* Mobil uyum */
@media (max-width: 767px) {
    .boxes.no-center ul li a,
    .boxes ul li:not(.boxes-card) a {
        min-height: 92px;
        padding: 0 22px 0 28px;
        font-size: 15px;
        border-radius: 14px;
    }

    .boxes ul li:not(.boxes-card) {
        margin-bottom: 14px;
    }

    .boxes ul li:not(.boxes-card) a::before {
        top: 14px;
        bottom: 14px;
        width: 5px;
    }
}
.documents {
    display: inline-block;
    width: 100%;
    position: relative;
}

/* Liste reset */
.documents > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Ana doküman kartı */
.documents > ul > li:not(.more) {
    position: relative;
    margin-bottom: 18px;
    border-radius: 20px;
    overflow: hidden;

    background:
        linear-gradient(135deg, rgba(255,255,255,.96), rgba(248,251,255,.94)),
        radial-gradient(circle at 100% 0%, rgba(renk1_rgb, .15), transparent 34%);

    border: 1px solid rgba(renk1_rgb, .16);

    -webkit-box-shadow:
        0 18px 42px rgba(15, 23, 42, .08),
        inset 0 1px 0 rgba(255,255,255,.95);
    box-shadow:
        0 18px 42px rgba(15, 23, 42, .08),
        inset 0 1px 0 rgba(255,255,255,.95);

    -webkit-transition: .4s cubic-bezier(.2,.8,.2,1);
    transition: .4s cubic-bezier(.2,.8,.2,1);
}

/* Kartın sol belediye şerit vurgusu */
.documents > ul > li:not(.more):before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    bottom: 18px;
    width: 6px;
    z-index: 3;
    border-radius: 0 12px 12px 0;
    background: linear-gradient(
        180deg,
        #0f172a,
        rgba(renk1_rgb, .45)
    );
    -webkit-transition: .35s ease;
    transition: .35s ease;
}

/* Dekoratif kamusal hizmet ışığı */
.documents > ul > li:not(.more):after {
    content: "";
    position: absolute;
    right: -80px;
    top: -80px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(renk1_rgb, .08);
    pointer-events: none;
    -webkit-transition: .45s ease;
    transition: .45s ease;
}

/* Hover: daha premium etkileşim */
.documents > ul > li:not(.more):hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);

    border-color: rgba(renk1_rgb, .34);

    -webkit-box-shadow:
        0 26px 60px rgba(15, 23, 42, .15),
        inset 0 1px 0 rgba(255,255,255,1);
    box-shadow:
        0 26px 60px rgba(15, 23, 42, .15),
        inset 0 1px 0 rgba(255,255,255,1);
}

.documents > ul > li:not(.more):hover:before {
    top: 0;
    bottom: 0;
    width: 8px;
    border-radius: 20px 0 0 20px;
}

.documents > ul > li:not(.more):hover:after {
    right: -35px;
    top: -35px;
    width: 230px;
    height: 230px;
    background: rgba(renk1_rgb, .13);
}

/* Link alanı */
.documents > ul > li:not(.more) > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    gap: 18px;
    padding: 22px 26px 22px 30px;

    position: relative;
    z-index: 2;

    color: #0f172a;
    text-decoration: none;

    background:
        linear-gradient(120deg, rgba(255,255,255,.8), rgba(255,255,255,.35)),
        linear-gradient(135deg, rgba(255,255,255,.85), rgba(247,250,255,.78));

    -webkit-transition: .35s ease;
    transition: .35s ease;
}

/* Altın/parlak kamu kurumu efekti */
.documents > ul > li:not(.more) > a:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: -20%;
    top: 0;
    bottom: 0;
    width: 38%;
    opacity: .55;

    background: linear-gradient(
        115deg,
        rgba(255,255,255,0),
        rgba(255, 218, 120, .42),
        rgba(255,255,255,0)
    );

    -webkit-transform: skewX(-18deg);
    transform: skewX(-18deg);

    -webkit-transition: .55s ease;
    transition: .55s ease;
}

.documents > ul > li:not(.more):hover a:after {
    left: 92%;
    width: 45%;
    opacity: .9;
}

/* İkon */
.documents > ul > li:not(.more) > a .icon {
    width: 46px;
    height: 46px;
    min-width: 46px;

    margin: 0 14px 0 0;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    border-radius: 15px;

    font-size: 20px;
    color: #0f172a;

    background:
        linear-gradient(135deg, rgba(renk1_rgb, .12), rgba(renk1_rgb, .04));

    border: 1px solid rgba(renk1_rgb, .14);

    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8);

    -ms-flex-negative: 0;
    flex-shrink: 0;

    -webkit-transition: .35s ease;
    transition: .35s ease;
}

.documents > ul > li:not(.more):hover > a .icon {
    color: #fff;
    background: linear-gradient(135deg, #0f172a, rgba(renk1_rgb, .72));
    -webkit-transform: scale(1.06) rotate(-3deg);
    transform: scale(1.06) rotate(-3deg);
}

/* Metin */
.documents > ul > li:not(.more) > a .text {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    margin: 0;
    color: #172033;
    letter-spacing: -.2px;

    -webkit-transition: .35s ease;
    transition: .35s ease;
}

.documents > ul > li:not(.more):hover > a .text {
    color: #0f172a;
}

/* Tarih rozeti */
.documents > ul > li:not(.more) > a .date {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .2px;

    color: rgba(15, 23, 42, .68);
    background:
        linear-gradient(135deg, #ffffff, #eef4fb);

    padding: 8px 13px;
    border-radius: 999px;
    white-space: nowrap;

    border: 1px solid rgba(15, 23, 42, .07);

    -webkit-box-shadow:
        0 6px 18px rgba(15, 23, 42, .06),
        inset 0 1px 0 rgba(255,255,255,.9);
    box-shadow:
        0 6px 18px rgba(15, 23, 42, .06),
        inset 0 1px 0 rgba(255,255,255,.9);

    -webkit-transition: .35s ease;
    transition: .35s ease;
}

.documents > ul > li:not(.more):hover > a .date {
    color: #0f172a;
    border-color: rgba(renk1_rgb, .18);
    background: rgba(renk1_rgb, .08);
}

/* Klavye erişilebilirliği */
.documents > ul > li:not(.more) > a:focus {
    outline: none;
}

.documents > ul > li:not(.more) > a:focus-visible {
    outline: 3px solid rgba(renk1_rgb, .28);
    outline-offset: 4px;
}

/* Alt içerik alanı */
.documents-sub {
    border-top: 1px solid rgba(renk1_rgb, .13);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    background:
        linear-gradient(180deg, rgba(248,251,255,.95), rgba(255,255,255,.98));
}

.documents-sub-content {
    width: 100%;
}

.documents-sub-content .page-content-description,
.documents-sub-content .documents-files,
.documents-sub-content .page-content__gallery {
    padding: 24px;
    font-weight: 300;
    color: #334155;
    line-height: 1.7;
}

.documents-sub-content img {
    width: 250px;
    float: left;
    margin-right: 22px;
    margin-bottom: 18px;
    border-radius: 16px;

    -webkit-box-shadow: 0 16px 36px rgba(15, 23, 42, .12);
    box-shadow: 0 16px 36px rgba(15, 23, 42, .12);
}

/* Dropdown açık hali */
.documents-dropdown ul li.is-open a:before {
    content: "_";
    margin-top: -13px;
}

.documents-dropdown ul li.is-open a:after {
    left: 92%;
    width: 45%;
    opacity: .9;
}

.documents-dropdown ul li a {
    padding-right: 54px;
}

/* Artı / eksi butonu */
.documents-dropdown ul li a:before {
    content: "+";
    position: absolute;
    right: 18px;
    top: 50%;

    width: 34px;
    height: 34px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(renk1_rgb, .08);
    color: #0f172a;

    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

    font-size: 24px;
    font-weight: 300;
    line-height: 1;

    -webkit-transition: .35s ease;
    transition: .35s ease;
}

.documents-dropdown ul li:hover a:before,
.documents-dropdown ul li.is-open a:before {
    background: #0f172a;
    color: #fff;
}

.documents-dropdown .documents-sub {
    display: none;
}

/* Dosya listesi */
.documents-files {
    display: inline-block;
    width: 100%;
}

.documents-files ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.documents-files ul li {
    margin-bottom: 12px;
}

.documents-files ul li:last-child {
    margin-bottom: 0;
}

.documents-files ul li a {
    display: block;
    position: relative;

    padding: 18px 58px 18px 22px;

    border-radius: 15px;
    border-left: 6px solid #0f172a;

    background:
        linear-gradient(135deg, #ffffff, #f7fbff);

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-transition: .35s ease;
    transition: .35s ease;

    -webkit-box-shadow:
        0 10px 24px rgba(15, 23, 42, .06),
        inset 0 1px 0 rgba(255,255,255,.9);
    box-shadow:
        0 10px 24px rgba(15, 23, 42, .06),
        inset 0 1px 0 rgba(255,255,255,.9);
}

.documents-files ul li a:hover {
    background: #fff;
    text-decoration: none;

    -webkit-transform: translateX(4px);
    transform: translateX(4px);

    -webkit-box-shadow: 0 16px 34px rgba(15, 23, 42, .1);
    box-shadow: 0 16px 34px rgba(15, 23, 42, .1);
}

.documents-files ul li a .text {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.45;
}

.documents-files ul li a .date {
    display: inline-block;
    margin-top: 5px;

    font-size: 12px;
    font-weight: 600;
    color: #64748b;
}

.documents-files ul li a .icon {
    position: absolute;
    right: 22px;
    top: 50%;

    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

    font-size: 25px;
    color: #0f172a;
    opacity: .35;

    -webkit-transition: .35s ease;
    transition: .35s ease;
}

.documents-files ul li a:hover .icon {
    opacity: 1;
    right: 18px;
}

/* Genel doküman ikon */
.documents-icon {
    font-size: 26px;
    color: #0f172a;
    margin-right: 20px;
    margin-top: 10px;
}

/* Mobil */
@media (max-width: 767px) {
    .documents > ul > li:not(.more) {
        margin-bottom: 14px;
        border-radius: 16px;
    }

    .documents > ul > li:not(.more) > a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;

        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;

        padding: 18px 18px 18px 24px;
        gap: 12px;
    }

    .documents > ul > li:not(.more) > a .icon {
        width: 42px;
        height: 42px;
        min-width: 42px;
        font-size: 18px;
        margin-right: 0;
    }

    .documents > ul > li:not(.more) > a .text {
        font-size: 15px;
    }

    .documents > ul > li:not(.more) > a .date {
        font-size: 12px;
        padding: 7px 11px;
    }

    .documents-dropdown ul li a {
        padding-right: 48px;
    }

    .documents-dropdown ul li a:before {
        right: 14px;
        width: 30px;
        height: 30px;
        font-size: 21px;
    }

    .documents-sub-content .page-content-description,
    .documents-sub-content .documents-files,
    .documents-sub-content .page-content__gallery {
        padding: 18px;
    }

    .documents-sub-content img {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 18px;
    }

    .documents-files ul li a {
        padding: 16px 50px 16px 18px;
    }

    .documents-files ul li a .text {
        font-size: 15px;
    }

    .documents-files ul li a .date {
        font-size: 12px;
    }

    .documents > ul > li:not(.more) > a .date,
    .documents>ul>li:not(.more)>a .date {
        padding-left: 11px;
    }

    .contact-us-content.left {
        width: 100%;
    }

    .section.cover-2 {
        height: auto;
    }

    .no-gutters {
        margin: 15px;
    }

    .contact-us-list {
        margin-bottom: 30px;
    }

    .contact-us-content.right {
        padding: 10px 0;
        height: auto;
    }

    .contact-us {
        height: auto;
    }
}

.primary-table th {
    background: #0f172a;
    color: #fff;
    font-weight: 700;
    letter-spacing: .3px;
    text-transform: uppercase;
    border: 1px solid rgba(255,255,255,.18);
}

.table {
    width: 100%;
    margin: 18px 0;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border: 1px solid #dfe7ef;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
}

.table tr {
    border-top: 1px solid #e8eef4;
    border-bottom: 1px solid #e8eef4;
}

.table td,
.table th {
    text-align: left;
    font-size: 14px;
    font-size: .875rem;
    vertical-align: middle;
    padding: 16px 18px;
}

.primary-table,
.primary-table a {
    color: #5f7283;
}

/* Başlık satırı */
.primary-table thead th {
    position: relative;
    background: #0f172a;
}

.primary-table thead th:first-child {
    border-top-left-radius: 14px;
}

.primary-table thead th:last-child {
    border-top-right-radius: 14px;
}

/* Gövde */
.primary-table tbody tr:nth-child(odd) {
    background: #f8fbfd;
}

.primary-table tbody tr:nth-child(even) {
    background: #ffffff;
}

.primary-table tbody tr:hover {
    background: #eef5fa;
}

.primary-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 14px;
}

.primary-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 14px;
}

.primary-table td {
    border-top: 1px solid #e4ebf1;
    color: #273746;
    line-height: 1.55;
}

/* İlk kolona kurumsal vurgu */
.primary-table tbody td:first-child {
    border-left: 4px solid #0f172a;
    font-weight: 600;
}

/* Linkler */
.primary-table a {
    color: #0f172a;
    text-decoration: none;
    font-weight: 600;
}

.primary-table a:hover {
    text-decoration: underline;
}

/* Durum etiketi */
.label-status {
    display: inline-block;
    line-height: 1;
    padding: 8px 12px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #3b4b5c;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #dce5ed;
    white-space: nowrap;
}

.label-status i {
    margin-right: 8px;
}

.icon-status-waiting {
    background-position: 0 -382px;
    width: 15px;
    height: 21px;
}

.row-large {
    width: 35%;
}

/* İç tablo */
.inline-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e3eaf1;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
}

.inline-table tr {
    border-top: none;
    border-bottom: none;
}

.inline-table td {
    padding: 12px !important;
}

.inline-table td.table-title {
    background: #0f172a;
    color: #fff;
    font-weight: 700;
    border: 1px solid #0f172a;
}

.inline-table td.table-content {
    border: 1px solid #e4e4e5;
    background: #fff;
    color: #263746;
}

/* Dosya liste tablosu */
.file-list-table .table-column.column-name {
    margin-bottom: 10px;
}

.file-list-table .table-column {
    color: #0f172a;
}

.file-list-table .table-column.column-action a {
    color: #fff;
    background: #0f172a;
    border: 1px solid #0f172a;
    border-radius: 8px;
    padding: 9px 16px;
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.35;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.10);
    transition: background-color .25s ease, color .25s ease, box-shadow .25s ease;
}

.file-list-table .table-column.column-action a:hover {
    background: #fff;
    color: #0f172a;
    text-decoration: none;
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.12);
}

/* Dosyayı indir linki - güvenli yapı */
.link-file {
    display: inline-block;
    height: auto;
    min-height: 34px;
    padding: 9px 16px;
    color: #fff;
    background: #0f172a;
    border: 1px solid #0f172a;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.35;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.10);
    transition: background-color .25s ease, color .25s ease, box-shadow .25s ease;
}

.link-file:hover {
    background: #fff;
    color: #0f172a;
    text-decoration: none;
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.12);
}

/* İndirme linkini bozabilecek pseudo elementler kapatıldı */
.link-file:before,
.link-file:after {
    content: none !important;
    display: none !important;
}

@media (min-width: 1024px) {
    .inline-table td {
        padding: 20px 40px !important;
    }
}

@media (min-width: 480px) {
    .primary-table th {
        border: 1px solid rgba(255,255,255,.20);
    }

    .table td,
    .table th {
        display: table-cell;
        padding: 16px 18px;
    }

    .table tr {
        border-top: none;
        border-bottom: none;
    }

    .primary-table tbody:before {
        content: "";
        display: block;
        height: 0;
    }

    .primary-table td {
        border-bottom: 1px solid #e4ebf1;
    }

    .inline-table td.table-title {
        width: 30%;
        border: 1px solid #0f172a;
        border-bottom-color: rgba(255,255,255,.35);
    }

    .inline-table td.table-content {
        width: 70%;
    }

    .file-list-table .table-column.column-name {
        width: 70%;
        float: left;
        margin-bottom: 0;
        padding-top: 10px;
    }

    .file-list-table .table-column.column-action {
        width: 20%;
        float: right;
        text-align: right;
    }
}

@media (max-width: 767px) {
    .table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        border-radius: 10px;
    }

    .table td,
    .table th {
        padding: 13px 14px;
        font-size: 13px;
    }

    .file-list-table .table-column.column-name,
    .file-list-table .table-column.column-action {
        width: 100%;
        float: none;
        text-align: left;
    }

    .file-list-table .table-column.column-action {
        margin-top: 10px;
    }

    .file-list-table .table-column.column-action a,
    .link-file {
        max-width: 100%;
    }
}

@media (min-width: 480px) {
    .container {
        width: 100%;
        max-width: 600px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 768px;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 992px;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1250px;
        max-width: 100%;
    }
}

@media (min-width: 1824px) {
    .container {
        width: 1400px;
    }
}

.footer {
    position: relative;
    font-family: "Exo", sans-serif !important;
    color: #fff;
}

.footer * {
    box-sizing: border-box;
}

.footer a,
.footer button {
    -webkit-tap-highlight-color: transparent;
}

.footer-ust {
    background:
        radial-gradient(circle at 8% 18%, rgba(255, 255, 255, 0.16) 0, rgba(255, 255, 255, 0) 30%),
        radial-gradient(circle at 92% 8%, rgba(247, 164, 43, 0.18) 0, rgba(247, 164, 43, 0) 28%),
        linear-gradient(135deg, #2c4070 0%, #23335a 100%);
    min-height: 450px;
    position: relative;
    padding-top: 96px;
    padding-bottom: 42px;
    overflow: hidden;
}

.footer-ust:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.08);
    height: 72px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.footer-ust:after {
    content: "";
    position: absolute;
    right: -140px;
    bottom: -160px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.footer-baslik {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 72px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 22px;
    font-family: "Kursunlu-Font", sans-serif;
    letter-spacing: .2px;
    position: relative;
    z-index: 1;
}

.footer-baslik:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 54px;
    height: 3px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
}

@media (max-width: 479px) {
    .footer-baslik {
        font-size: 17px;
        height: auto;
        min-height: 48px;
        margin-bottom: 16px;
    }
}

.footer-dbv7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    z-index: 1;
}

.footer-dbv7 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: "KursunluText-Light", sans-serif;
}

@media (max-width: 767px) {
    .footer-dbv7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 18px;
    }
}

@media (max-width: 479px) {
    .footer-dbv7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.footer-dbv7 ul li.all {
    display: none;
}

@media (max-width: 991px) {
    .footer-dbv7 ul li.all {
        display: block;
    }
}

.footer-dbv7 ul li a {
    display: block;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    padding: 8px 10px 8px 22px;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 10px;
    -webkit-transition: .24s ease;
    transition: .24s ease;
}

.footer-dbv7 ul li a:before {
    content: "";
    position: absolute;
    left: 9px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: currentColor;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .8;
}

.footer-dbv7 ul li a:hover,
.footer-dbv7 ul li a:focus {
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.10);
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
    outline: none;
}

.footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .footer-social {
        display: none;
    }

    .col-kolaymenu {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .kolay-menu>ul {
        display: none;
    }

    .bize-ulasin-sidebar {
        display: none;
    }

    .baskan-kosesi {
        display: none;
    }

    .kolay-menu .social {
        display: none;
    }

    .breadcrumb {
        width: 80%;
    }

    .page-title .tarih {
        float: none;
        display: block;
    }

    .banner img {
        height: 150px;
    }

    .slide-menu>div>div:last-child {
        width: 100% !important;
        flex: 100%;
        max-width: 100%;
    }

    .haber-detay-image {
        max-width: 100%;
        float: none;
    }

    .tab-component .tab-head .tab-link {
        font-size: 12px;
    }

    .footer-alan .description .text {
        text-align: center !important;
    }

    .footerkutu .description {
        text-align: center;
        width: 100%;
        margin-top: 20px;
    }

    .hava-kutular {
        justify-content: center !important;
        text-align: center !important;
        max-height: 110px;
        width: 100%;
    }

    .hava-kutu {
        width: 33% !important;
        margin-left: 0px !important;
    }

    .footer-son .footer-alan {
        width: 100%;
    }

    .slider-text .text {
        font-size: 14px !important;
    }

    .button-border {
        min-width: 100px !important;
        height: 30px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        font-size: 13px !important;
        border: 1px solid #e1e1e1 !important;
    }

    .baskan-section .sag .text-side p {
        font-size: 20px;
        letter-spacing: 0;
        text-align: center;
        font-weight: 400;
    }

    .baskan-section .social {
        width: 100%;
        position: relative;
    }

    .bagis-component .tab-head .tab-link {
        width: 33.333% !important;
    }

    .contact-us-bg {
        background: none !important;
    }
}

.footer-social a {
    --social-color: #23335a;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 44px;
    height: 44px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 16px;
    margin-left: 0;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 10px 22px rgba(0, 0, 0, 0.10);
    -webkit-transition: color .24s ease, border-color .24s ease, box-shadow .24s ease, -webkit-transform .24s ease;
    transition: color .24s ease, border-color .24s ease, box-shadow .24s ease, transform .24s ease;
}

.footer-social a:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: var(--social-color);
    opacity: 0;
    -webkit-transform: scale(.72);
    transform: scale(.72);
    border-radius: inherit;
    -webkit-transition: .24s ease;
    transition: .24s ease;
}

.footer-social a:first-child {
    margin-right: 0;
}

.footer-social a:hover,
.footer-social a:focus {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.35);
    text-decoration: none;
    -webkit-transform: translateY(-5px) scale(1.04);
    transform: translateY(-5px) scale(1.04);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
    outline: none;
}

.footer-social a:hover:before,
.footer-social a:focus:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.footer-social a[href*="facebook"],
.footer-social a.facebook,
.footer-social a:has(.fa-facebook),
.footer-social a:has(.fa-facebook-f) {
    --social-color: #1877f2;
}

.footer-social a[href*="twitter"],
.footer-social a[href*="x.com"],
.footer-social a.twitter,
.footer-social a.x-twitter,
.footer-social a:has(.fa-twitter),
.footer-social a:has(.fa-x-twitter) {
    --social-color: #111111;
}

.footer-social a[href*="instagram"],
.footer-social a.instagram,
.footer-social a:has(.fa-instagram) {
    --social-color: #e4405f;
}

.footer-social a[href*="youtube"],
.footer-social a.youtube,
.footer-social a:has(.fa-youtube) {
    --social-color: #ff0000;
}

.footer-social a[href*="linkedin"],
.footer-social a.linkedin,
.footer-social a:has(.fa-linkedin),
.footer-social a:has(.fa-linkedin-in) {
    --social-color: #0a66c2;
}

.footer-social a[href*="whatsapp"],
.footer-social a.whatsapp,
.footer-social a:has(.fa-whatsapp) {
    --social-color: #25d366;
}

.footer-social a[href*="t.me"],
.footer-social a[href*="telegram"],
.footer-social a.telegram,
.footer-social a:has(.fa-telegram),
.footer-social a:has(.fa-telegram-plane) {
    --social-color: #229ed9;
}

.footer-social a[href*="tiktok"],
.footer-social a.tiktok,
.footer-social a:has(.fa-tiktok) {
    --social-color: #000000;
}

.footer-social a[href*="pinterest"],
.footer-social a.pinterest,
.footer-social a:has(.fa-pinterest),
.footer-social a:has(.fa-pinterest-p) {
    --social-color: #bd081c;
}

.footer-social a[href*="mailto:"],
.footer-social a.mail,
.footer-social a.email,
.footer-social a:has(.fa-envelope) {
    --social-color: #ea4335;
}

.footer-son {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .footer-son {
        margin-top: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-son {
        -webkit-box-orient: inherit;
        -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
        flex-direction: inherit;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .footer-son {
        -webkit-box-orient: inherit;
        -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
        flex-direction: inherit;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: contents;
    }
}

.footer-son .footer-alan {
    margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-son .footer-alan {
        margin-top: 0;
        padding-right: 20px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .footer-son .footer-alan {
        margin-top: 0;
        padding-right: 20px;
    }
}

.footer-text {
    margin-top: 26px;
    color: rgba(255, 255, 255, 0.86);
    font-weight: 400;
    font-size: 16px;
    text-align: right;
    line-height: 1.55;
    max-width: 360px;
}

.footer-text strong {
    font-weight: 800;
    color: #fff;
}

@media (max-width: 479px) {
    .footer-text {
        display: none;
    }
}

.footer-logo {
    margin-top: 72px;
    margin-right: 0;
}

@media (max-width: 991px) {
    .footer-logo {
        display: none;
    }
}

.footer-logo a {
    display: block;
    position: relative;
}

.footer-logo img {
    width: auto;
    max-width: 230px;
    padding: 14px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

.footer-bottom {
    background: #23335a;
    padding-top: 22px;
    padding-bottom: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 479px) {
    .footer-bottom .container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}

.footer-bottom .text {
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    font-weight: 400;
    font-family: "KursunluText-Light", sans-serif;
    line-height: 1.5;
}

.footer-bottom .text strong {
    font-weight: 800;
    color: #fff;
}

.footer-bottom .design {
    color: rgba(255, 255, 255, 0.86);
}

.footer-bottom .design a {
    color: #fff;
    font-weight: 700;
}

.footer-sticky {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 999;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 18px;
    -webkit-box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    display: none;
    overflow: hidden;
}

@media (max-width: 991px) {
    .footer-sticky {
        display: block;
    }
}

.footer-sticky ul {
    margin: 0;
    padding: 0;
}

.footer-sticky ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.footer-sticky ul li:last-child {
    border-right: 0;
}

.footer-sticky ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 58px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
    color: #404040;
    font-family: "Exo", sans-serif !important;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: .24s ease;
    transition: .24s ease;
}

.footer-sticky ul li a:hover,
.footer-sticky ul li a:focus {
    background: rgba(0, 0, 0, 0.04);
    color: #23335a;
    text-decoration: none;
    outline: none;
}

.footer-sticky ul li a .icon {
    margin-right: 10px;
    font-size: 18px;
    color: #23335a;
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footerkutu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 14px;
}

.footer-alan .description .title {
    font-size: 20px;
    font-weight: 900;
}

.footer-alan .description .title,
.footer-alan .description .text {
    color: #fff;
    line-height: 1.25;
}

.footer-alan .description .title span {
    color: #f7a42b;
    font-size: 28px;
}

.footer-alan .description .text {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: .3px;
    text-align: right;
}

.col-kolaymenu {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    padding: 9px 12px;
    float: right;
    -webkit-transition: .24s ease;
    transition: .24s ease;
}

.col-kolaymenu:hover,
.col-kolaymenu:focus {
    background: rgba(255, 255, 255, 0.2);
    outline: none;
}

.iletisim-adres ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.iletisim-adres .iletisim-adres-bilgi {
    background: #ffffff;
}

.iletisim-adres-bilgi {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;

    width: 100%;
    height: 270px;
    min-height: 270px;

    margin-bottom: 20px;
    padding: 34px 24px 30px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    text-align: center;
    font-family: "Kursunlu-Font", Arial, Helvetica, sans-serif !important;

    border-radius: 24px;
    border: 1px solid rgba(17, 24, 39, 0.10);

    background:
        linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);

    -webkit-box-shadow:
        0 16px 36px rgba(15, 23, 42, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
    box-shadow:
        0 16px 36px rgba(15, 23, 42, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);

    -webkit-transition:
        -webkit-transform .22s ease,
        -webkit-box-shadow .22s ease,
        border-color .22s ease;
    transition:
        transform .22s ease,
        box-shadow .22s ease,
        border-color .22s ease;
}

.iletisim-adres-bilgi:before {
    content: "";
    position: absolute;
    left: 22px;
    right: 22px;
    top: 0;

    height: 6px;
    border-radius: 0 0 999px 999px;

    background: linear-gradient(90deg, #0f172a 0%, #23335a 100%);
}

.iletisim-adres-bilgi:after {
    content: "";
    position: absolute;
    right: -72px;
    bottom: -72px;

    width: 175px;
    height: 175px;

    border-radius: 50%;
    background: #0f172a;
    opacity: .065;

    pointer-events: none;
}

.iletisim-adres-bilgi:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);

    border-color: rgba(17, 24, 39, 0.16);

    -webkit-box-shadow:
        0 26px 58px rgba(15, 23, 42, 0.13),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
    box-shadow:
        0 26px 58px rgba(15, 23, 42, 0.13),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.iletisim-adres .icon {
    position: relative;
    z-index: 2;

    width: 70px;
    height: 70px;
    min-width: 70px;
    min-height: 70px;

    -ms-flex-negative: 0;
    flex-shrink: 0;

    margin: 0 0 20px 0;

    border-radius: 22px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    color: #ffffff;
    font-size: 27px;

    background: linear-gradient(135deg, #0f172a 0%, #23335a 100%);

    -webkit-box-shadow:
        0 15px 28px rgba(15, 23, 42, 0.20),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
    box-shadow:
        0 15px 28px rgba(15, 23, 42, 0.20),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);

    -webkit-transition:
        -webkit-transform .22s ease,
        -webkit-box-shadow .22s ease;
    transition:
        transform .22s ease,
        box-shadow .22s ease;
}

.iletisim-adres .icon:before {
    content: "";
    position: absolute;
    inset: -7px;
    z-index: -1;

    border-radius: 28px;
    background: linear-gradient(135deg, #0f172a 0%, #23335a 100%);
    opacity: .12;
}

.iletisim-adres-bilgi:hover .icon {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);

    -webkit-box-shadow:
        0 20px 38px rgba(15, 23, 42, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.38);
    box-shadow:
        0 20px 38px rgba(15, 23, 42, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.iletisim-adres-bilgi .title {
    position: relative;
    z-index: 2;

    width: 100%;
    min-height: 52px;

    margin: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    text-align: center;
    text-transform: none;

    color: #111827;

    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: .1px;

    word-break: normal;
    overflow-wrap: anywhere;
}

.iletisim-adres-bilgi .title:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -13px;

    width: 46px;
    height: 3px;

    border-radius: 999px;

    background: linear-gradient(90deg, #0f172a 0%, #23335a 100%);

    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.iletisim-adres .iletisim-adres-bilgi .text {
    font-size: 16px;
    margin-top: 28px;
}

.iletisim-adres-bilgi .text {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 370px;
    min-height: 54px;

    margin-left: auto;
    margin-right: auto;

    color: #4b5563;

    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;

    text-align: center;

    word-break: normal;
    overflow-wrap: anywhere;
}

.iletisim-adres-bilgi .text a,
.iletisim-adres-bilgi a {
    color: #0f172a;
    font-weight: 700;
    text-decoration: none;
}

.iletisim-adres-bilgi .text a:hover,
.iletisim-adres-bilgi a:hover {
    color: #23335a;
    text-decoration: underline;
}

/* Tablet */
@media (max-width: 991px) {
    .iletisim-adres-bilgi {
        height: 255px;
        min-height: 255px;
        padding: 30px 22px 28px;
        border-radius: 22px;
    }

    .iletisim-adres .icon {
        width: 64px;
        height: 64px;
        min-width: 64px;
        min-height: 64px;
        font-size: 24px;
        margin-bottom: 18px;
    }

    .iletisim-adres-bilgi .title {
        min-height: 50px;
        font-size: 19px;
    }

    .iletisim-adres .iletisim-adres-bilgi .text,
    .iletisim-adres-bilgi .text {
        font-size: 15.5px;
        line-height: 1.55;
    }
}

/* Mobil */
@media (max-width: 575px) {
    .iletisim-adres-bilgi {
        height: 245px;
        min-height: 245px;
        padding: 28px 18px 26px;
        border-radius: 20px;
        margin-bottom: 15px;
    }

    .iletisim-adres-bilgi:before {
        left: 18px;
        right: 18px;
        height: 5px;
    }

    .iletisim-adres .icon {
        width: 60px;
        height: 60px;
        min-width: 60px;
        min-height: 60px;
        border-radius: 19px;
        font-size: 23px;
        margin-bottom: 17px;
    }

    .iletisim-adres .icon:before {
        inset: -6px;
        border-radius: 25px;
    }

    .iletisim-adres-bilgi .title {
        min-height: 48px;
        font-size: 18px;
        line-height: 1.3;
    }

    .iletisim-adres .iletisim-adres-bilgi .text,
    .iletisim-adres-bilgi .text {
        max-width: 100%;
        min-height: 50px;
        font-size: 15px;
        line-height: 1.55;
        margin-top: 26px;
    }
}

/* Çok küçük ekranlar */
@media (max-width: 380px) {
    .iletisim-adres-bilgi {
        height: 260px;
        min-height: 260px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .iletisim-adres-bilgi .title {
        font-size: 17px;
    }

    .iletisim-adres .iletisim-adres-bilgi .text,
    .iletisim-adres-bilgi .text {
        font-size: 14.5px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .iletisim-adres-bilgi,
    .iletisim-adres .icon {
        -webkit-transition: none;
        transition: none;
    }

    .iletisim-adres-bilgi:hover,
    .iletisim-adres-bilgi:hover .icon {
        -webkit-transform: none;
        transform: none;
    }
}

.ortala {
    align-items: center;
}

.pagination {
    margin-top: 48px;
    display: block;
    width: 100%;
    text-align: center;
}

/* Ana ray */
.pagination ul {
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    list-style: none;
    padding: 18px 20px;
    margin: 0 auto;

    width: auto;
    max-width: 100%;

    background: #ffffff;
    border: 1px solid rgba(23, 53, 86, 0.14);
    border-radius: 26px;

    -webkit-box-shadow:
        0 22px 55px rgba(23, 53, 86, 0.13),
        inset 0 -4px 0 rgba(23, 53, 86, 0.035);
    box-shadow:
        0 22px 55px rgba(23, 53, 86, 0.13),
        inset 0 -4px 0 rgba(23, 53, 86, 0.035);
}

/* Üst belediye çizgisi */
.pagination ul:before {
    content: "";
    position: absolute;
    left: 28px;
    right: 28px;
    top: 0;
    height: 5px;
    border-radius: 0 0 12px 12px;
    background: #0f172a;
}

/* Altta ince bağlantı çizgisi */
.pagination ul:after {
    content: "";
    position: absolute;
    left: 42px;
    right: 42px;
    top: 50%;
    height: 2px;
    background: rgba(23, 53, 86, 0.08);
    z-index: 0;
}

.pagination ul li {
    position: relative;
    z-index: 1;
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Sayfa numaraları */
.pagination ul li a {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    width: 52px;
    height: 52px;

    border-radius: 18px;

    background:
        linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%);

    color: #0f172a;

    border: 1px solid rgba(23, 53, 86, 0.12);

    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;

    -webkit-box-shadow:
        0 9px 18px rgba(23, 53, 86, 0.10),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
    box-shadow:
        0 9px 18px rgba(23, 53, 86, 0.10),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);

    -webkit-transition:
        color 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease,
        -webkit-transform 0.25s ease,
        -webkit-box-shadow 0.25s ease;
    transition:
        color 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

/* İç dekoratif köşe */
.pagination ul li a:before {
    content: "";
    position: absolute;
    left: -18px;
    top: -18px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(23, 53, 86, 0.08);
    z-index: -1;

    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
}

/* Küçük alt nokta */
.pagination ul li a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 7px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0f172a;
    opacity: 0.28;

    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);

    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.pagination ul li a:hover {
    background: #0f172a;
    color: #ffffff;
    border-color: #0f172a;
    text-decoration: none;

    -webkit-transform: translateY(-5px) scale(1.03);
    transform: translateY(-5px) scale(1.03);

    -webkit-box-shadow:
        0 18px 32px rgba(23, 53, 86, 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.24);
    box-shadow:
        0 18px 32px rgba(23, 53, 86, 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.pagination ul li a:hover:before {
    left: -8px;
    top: -8px;
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.16);
}

.pagination ul li a:hover:after {
    width: 18px;
    height: 4px;
    border-radius: 20px;
    background: #ffffff;
    opacity: 0.85;
}

/* Seçili sayfa */
.secili {
    background: #0f172a !important;
    color: #ffffff !important;
    border-color: #0f172a !important;

    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);

    -webkit-box-shadow:
        0 20px 36px rgba(23, 53, 86, 0.30),
        0 0 0 6px rgba(23, 53, 86, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.26) !important;
    box-shadow:
        0 20px 36px rgba(23, 53, 86, 0.30),
        0 0 0 6px rgba(23, 53, 86, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.26) !important;
}

.secili:before {
    left: -8px !important;
    top: -8px !important;
    width: 70px !important;
    height: 70px !important;
    background: rgba(255, 255, 255, 0.16) !important;
}

.secili:after {
    width: 22px !important;
    height: 4px !important;
    border-radius: 20px !important;
    background: #ffffff !important;
    opacity: 0.95 !important;
}

/* Önceki / Sonraki aksiyon butonları */
.pagination ul li a.prev,
.pagination ul li a.next {
    width: auto;
    min-width: 124px;
    padding-left: 22px;
    padding-right: 22px;

    border-radius: 18px;

    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.02em;
}

/* Önceki daha soft */
.pagination ul li a.prev {
    background: #eef3f8;
    color: #173556;
    border-color: rgba(23, 53, 86, 0.12);
}

/* Sonraki ana aksiyon */
.pagination ul li a.next {
    background: #173556;
    color: #ffffff;
    border-color: #173556;
}

/* Prev-next iç dekoru */
.pagination ul li a.prev:before,
.pagination ul li a.next:before {
    width: 58px;
    height: 58px;
}

.pagination ul li a.prev:after,
.pagination ul li a.next:after {
    display: none;
}

.pagination ul li a.prev:hover,
.pagination ul li a.next:hover {
    background: #0f172a;
    color: #ffffff;
    border-color: #0f172a;
}

/* Erişilebilir odak */
.pagination ul li a:focus {
    outline: none;
}

.pagination ul li a:focus-visible {
    outline: 4px solid rgba(23, 53, 86, 0.18);
    outline-offset: 4px;
}

/* Tablet */
@media (max-width: 991px) {
    .pagination {
        margin-top: 38px;
    }

    .pagination ul {
        padding: 16px;
        border-radius: 24px;
    }

    .pagination ul li {
        padding-left: 5px;
        padding-right: 5px;
    }

    .pagination ul li a {
        width: 48px;
        height: 48px;
        border-radius: 16px;
        font-size: 15px;
    }

    .pagination ul li a.prev,
    .pagination ul li a.next {
        min-width: 112px;
        padding-left: 18px;
        padding-right: 18px;
    }
}

/* Mobil */
@media (max-width: 767px) {
    .pagination {
        margin-top: 30px;
    }

    .pagination ul {
        width: 100%;
        padding: 12px;
        border-radius: 20px;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .pagination ul:before {
        left: 18px;
        right: 18px;
        height: 4px;
    }

    .pagination ul:after {
        display: none;
    }

    .pagination ul li {
        padding-left: 0;
        padding-right: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .pagination ul li:not(.onceki_sayfa):not(.sonraki_sayfa) {
        display: none;
    }

    .pagination ul li.onceki_sayfa,
    .pagination ul li.sonraki_sayfa {
        width: 48.5%;
    }

    .pagination ul li a.prev,
    .pagination ul li a.next {
        width: 100%;
        min-width: 0;
        height: 52px;
        padding-left: 10px;
        padding-right: 10px;

        border-radius: 16px;

        font-size: 13px;
        white-space: nowrap;
    }

    .pagination ul li a:hover {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
}

/* Çok küçük mobil */
@media (max-width: 360px) {
    .pagination ul {
        padding: 10px;
    }

    .pagination ul li.onceki_sayfa,
    .pagination ul li.sonraki_sayfa {
        width: 49%;
    }

    .pagination ul li a.prev,
    .pagination ul li a.next {
        height: 48px;
        font-size: 12px;
        border-radius: 14px;
    }
}

/* Hareket azaltma tercihi */
@media (prefers-reduced-motion: reduce) {
    .pagination ul li a,
    .pagination ul li a:before,
    .pagination ul li a:after {
        -webkit-transition: none;
        transition: none;
    }

    .pagination ul li a:hover,
    .secili {
        -webkit-transform: none;
        transform: none;
    }
}

.slider-text .buttons-container {
    text-shadow: 0px 2px 3px #141415;
    -webkit-transition: .8s .4s;
    transition: .8s .4s;
    text-align: center;
}

.slider-text .button-border {
    color: #fff;
}

.slider-text .button-border:hover {
    border: 2px solid #0f172a;
    color: #fff;
    background: #0f172a;
    text-decoration: none;
}

.slider-text .text {
    margin-top: 20px;
    text-shadow: 0px 2px 3px #141415;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-transition: .8s .2s;
    transition: .8s .2s;
    text-align: center;
}

.modal-content {
    border-radius: 0;
}

.Oops {
    text-align: center;
    color: #79ac2b;
}

.Oops .title {
    line-height: 0.8;
    font-weight: 900;
    font-size: 224px;
}

@media (max-width: 479px) {
    .Oops .title {
        font-size: 164px;
    }
}

.Oops .text {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 42px;
    letter-spacing: 3px;
    line-height: 1.2;
}

@media (max-width: 479px) {
    .Oops .text {
        font-size: 28px;
    }
}

.yapimAsamasindaFontSize {
    font-size: 50px !important;
    font-weight: 700 !important;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-70 {
    margin-top: 70px;
}

.bagis-component .tab-head .tab-link {
    width: 20%;
    display: inline-block;
    padding: 10px 0;
    background: #F8F8F6;
    color: #0f172a;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    margin-top: -5px;
    border-right: 1px solid #e3e3e2;
}

.bagis-component .tab-head .tab-link:hover,
.bagis-component .tab-head .tab-link.active {
    border-top: 5px solid #0f172a;
    background-color: #fff;
}

.bagis-component .tab-head .row {
    display: flex;
}

.bagis-component .tab-body .tab-panel {
    display: none;
    width: 100%;
    background: rgba(255, 255, 255, 0.45);
}

.bagis-box {
    border: 2px solid #f8f8f6;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 30px;
}

.category-title {
    width: 100%;
    margin-top: 8px;
    font-weight: 600;
    font-size: 16px;
    color: #5e5c59;
}

.tab-tum-buton {
    color: #0f172a;
    text-decoration: none;
    display: inline-block;
    float: right;
    padding-bottom: 10px;
    margin: 20px 30px;
    font-weight: 700;
    position: relative;
}

.tab-tum-buton::before {
    content: "";
    height: 1px;
    width: 0%;
    position: absolute;
    background: #0f172a;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
}

.tab-tum-buton:hover {
    color: #0f172a;
    text-decoration: none;
}

.tab-tum-buton:hover::before {
    width: 100%;
}

.bagis-component .tab-body .tab-panel.active {
    display: block;
}

.bagis-component .tab-body .tab-panel .do-nicescroll3.active {
    display: block;
}

.bagis-ortala {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.bagis-ortala p {
    margin: 0;
    font-size: 18px;
}

.bagis-title {
    min-height: auto !important;
    font-weight: 300;
    color: #0f172a;
}

.sepetdiv {
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    background-color: #FFF;
    padding: 15px;
}

.sepetdiv h4 {
    color: #c1c1c1;
}

.sepetdiv li {
    color: #c1c1c1;
    font-weight: 300;
}

.basket-card {
    background-color: #f8f8f6;
    padding: 10px 13px 15px 15px;
    overflow: hidden;
}

.basket-card .basket-line {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 100;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 2px;
}

.basket-card .basket-line:last-child {
    border-bottom: none;
}

.basket-card .basket-line .product-name {
    font-size: 13px;
    font-weight: 400;
}

.basket-card .basket-line .delete.nameless {
    margin-top: 0px;
    font-size: 18px;
}

.basket-card .basket-line .delete {
    margin-top: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.basket-card .basket-line .product-price {
    color: #2a9972;
    font-size: 13px;
    font-weight: 500;
    text-align: right;
}

.beyazbg {
    background-color: white;
    box-shadow: 0px 0px 30px 4px rgb(247, 247, 247);
}

.bs-wizard {
    border-bottom: 1px dashed #BBB;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    background-color: #FBBD19;
    padding-top: 20px;
    background: #ffffff;
    background: -moz-linear-gradient(45deg, #ffffff 0%, #e1e1e1 98%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #ffffff), color-stop(98%, #e1e1e1));
    background: -webkit-linear-gradient(45deg, #ffffff 0%, #e1e1e1 98%);
    background: -o-linear-gradient(45deg, #ffffff 0%, #e1e1e1 98%);
    background: -ms-linear-gradient(45deg, #ffffff 0%, #e1e1e1 98%);
    background: linear-gradient(45deg, #ffffff 0%, #e1e1e1 98%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType=1);
}

.bs-wizard>.bs-wizard-step:first-child>.progress {
    left: 50%;
    width: 50%;
}

.progress {
    border-radius: 25px;
    height: 20px;
    background: #FAFAFA;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    overflow: visible;
}

.alert.alert-default {
    background-color: #f2f2f266;
    border-color: #eaeaea;
    color: #737373;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fafafa;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.toplam_tutar {
    color: #8E0000;
    font-weight: bold;
    padding-left: 5px;
}

.bagis_toplam {
    color: #068f06;
    font-weight: bold;
    padding-left: 5px;
}

.bs-wizard>.bs-wizard-step {
    padding: 0;
    position: relative;
}

.bs-wizard>.bs-wizard-step+.bs-wizard-step {}

.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
    color: #595959;
    font-size: 16px;
    margin-bottom: 5px;
}

.bs-wizard>.bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 14px;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #B30000;
    top: 45px;
    left: 50%;
    margin-top: -12px;
    margin-left: -15px;
    border-radius: 50%;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #FFFFFF;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.bs-wizard>.bs-wizard-step>.progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 20px 0;
}

.bs-wizard>.bs-wizard-step>.progress>.progress-bar {
    /* width:0px; */
    /* box-shadow: none; */
    background: #FF0000;
}

.bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
    width: 100%;
}

.bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
    width: 50%;
}

.bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
    width: 0%;
}

.bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
    width: 100%;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
    background-color: #FFFFFF;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
    opacity: 0;
}

.bs-wizard>.bs-wizard-step:first-child>.progress {
    left: 50%;
    width: 50%;
}

.bs-wizard>.bs-wizard-step:last-child>.progress {
    width: 50%;
}

.bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}

.bs-wizard>.bs-wizard-step.active>.bs-wizard-stepnum {
    color: #b30000;
}

.d-orta {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-xs {
    color: #fff !important;
}
.loader {
    background: #0f172a !important;
}
/* ================================
   Modern Belediye İletişim Butonları
   Mevcut class yapısı korunmuştur:
   .whatsapp
   .telefon
   .tooltiptext
================================ */

.whatsapp,
.telefon {
    position: fixed;
    left: 18px;
    z-index: 999;
    transition: transform .35s cubic-bezier(.2,.8,.2,1);
    isolation: isolate;
}

/* Konumlar */
.whatsapp {
    bottom: 18px;
}

.telefon {
    bottom: 84px;
}

/* Ortak buton tasarımı */
.whatsapp a,
.telefon a {
    position: relative;
    width: 58px;
    height: 58px;
    border-radius: 22px;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;
    line-height: 1;
    font-size: 28px;
    color: #ffffff;
    text-decoration: none;

    box-shadow:
        0 16px 34px rgba(15, 23, 42, .28),
        inset 0 1px 0 rgba(255, 255, 255, .35),
        inset 0 -10px 18px rgba(0, 0, 0, .14);

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    transform: translateZ(0);
    transition:
        transform .35s cubic-bezier(.2,.8,.2,1),
        box-shadow .35s ease,
        border-radius .35s ease,
        filter .35s ease;

    border: 1px solid rgba(255, 255, 255, .32);
}

/* WhatsApp özel renk */
.whatsapp a {
    background:
        radial-gradient(circle at 30% 20%, rgba(255,255,255,.45), transparent 28%),
        linear-gradient(145deg, #2fd66f 0%, #13a84d 50%, #08783a 100%);
}

/* Telefon özel renk - belediye kurumsal mavisi */
.telefon a {
    background:
        radial-gradient(circle at 30% 20%, rgba(255,255,255,.42), transparent 28%),
        linear-gradient(145deg, #2f8df5 0%, #1557b7 52%, #07316f 100%);
}

/* Işık efekti */
.whatsapp a::before,
.telefon a::before {
    content: "";
    position: absolute;
    inset: -40%;
    background:
        linear-gradient(
            120deg,
            transparent 30%,
            rgba(255,255,255,.42) 48%,
            transparent 66%
        );
    transform: translateX(-70%) rotate(18deg);
    transition: transform .75s cubic-bezier(.2,.8,.2,1);
    pointer-events: none;
}

/* Yumuşak dış halka */
.whatsapp a::after,
.telefon a::after {
    content: "";
    position: absolute;
    inset: -7px;
    border-radius: 26px;
    border: 1px solid rgba(255,255,255,.34);
    opacity: .7;
    pointer-events: none;
}

/* Hover hareketi */
.whatsapp:hover,
.telefon:hover {
    transform: translateX(4px) translateY(-2px);
}

.whatsapp:hover a,
.telefon:hover a {
    transform: scale(1.08) rotate(-4deg);
    border-radius: 18px;
    filter: saturate(1.14) contrast(1.04);
    box-shadow:
        0 22px 44px rgba(15, 23, 42, .36),
        0 0 0 7px rgba(255,255,255,.10),
        inset 0 1px 0 rgba(255,255,255,.42),
        inset 0 -12px 20px rgba(0,0,0,.18);
}

.whatsapp:hover a::before,
.telefon:hover a::before {
    transform: translateX(72%) rotate(18deg);
}

/* Tooltip */
.whatsapp .tooltiptext,
.telefon .tooltiptext {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;

    position: absolute;
    left: calc(100% + 14px);
    top: 50%;
    transform: translateY(-50%) translateX(-8px) scale(.96);

    width: max-content;
    min-width: 132px;
    max-width: 220px;
    height: auto;

    padding: 10px 14px;
    border-radius: 14px;

    background:
        linear-gradient(145deg, rgba(15,23,42,.96), rgba(30,41,59,.94));
    color: #ffffff;

    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: .2px;
    text-align: center;
    white-space: nowrap;

    box-shadow:
        0 14px 32px rgba(15, 23, 42, .32),
        inset 0 1px 0 rgba(255,255,255,.10);

    border: 1px solid rgba(255,255,255,.10);

    transition:
        opacity .28s ease,
        transform .28s cubic-bezier(.2,.8,.2,1),
        visibility .28s ease;

    z-index: 2;
}

/* Tooltip oku */
.whatsapp .tooltiptext::before,
.telefon .tooltiptext::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);

    border-width: 7px;
    border-style: solid;
    border-color: transparent rgba(15,23,42,.96) transparent transparent;
}

/* Tooltip görünürlük */
.whatsapp:hover .tooltiptext,
.telefon:hover .tooltiptext,
.whatsapp:focus-within .tooltiptext,
.telefon:focus-within .tooltiptext {
    visibility: visible;
    opacity: 1;
    transform: translateY(-50%) translateX(0) scale(1);
}

/* Klavye erişilebilirliği */
.whatsapp a:focus-visible,
.telefon a:focus-visible {
    outline: 3px solid rgba(255, 255, 255, .9);
    outline-offset: 4px;
}

/* Hafif nabız efekti */
@keyframes belediyePulse {
    0% {
        box-shadow:
            0 0 0 0 rgba(47, 141, 245, .26),
            0 16px 34px rgba(15, 23, 42, .28);
    }
    70% {
        box-shadow:
            0 0 0 14px rgba(47, 141, 245, 0),
            0 16px 34px rgba(15, 23, 42, .28);
    }
    100% {
        box-shadow:
            0 0 0 0 rgba(47, 141, 245, 0),
            0 16px 34px rgba(15, 23, 42, .28);
    }
}

.telefon a {
    animation: belediyePulse 2.8s infinite;
}

.whatsapp a {
    animation: belediyePulse 3.4s infinite;
}

/* Hareket hassasiyeti olan kullanıcılar için */
@media (prefers-reduced-motion: reduce) {
    .whatsapp,
    .telefon,
    .whatsapp a,
    .telefon a,
    .whatsapp a::before,
    .telefon a::before,
    .whatsapp .tooltiptext,
    .telefon .tooltiptext {
        transition: none;
        animation: none;
    }
}

/* Tablet ve mobil */
@media (max-width: 768px) {
    .whatsapp,
    .telefon {
        left: 14px;
    }

    .whatsapp {
        bottom: 14px;
    }

    .telefon {
        bottom: 78px;
    }

    .whatsapp a,
    .telefon a {
        width: 54px;
        height: 54px;
        border-radius: 20px;
        font-size: 25px;
    }

    .whatsapp .tooltiptext,
    .telefon .tooltiptext {
        display: none;
    }
}

/* Çok küçük ekranlar */
@media (max-width: 380px) {
    .whatsapp,
    .telefon {
        left: 10px;
    }

    .whatsapp a,
    .telefon a {
        width: 50px;
        height: 50px;
        font-size: 23px;
    }

    .telefon {
        bottom: 72px;
    }
}

/* Yazdırma ekranında gizle */
@media print {
    .whatsapp,
    .telefon {
        display: none !important;
    }
}
.lang {float:left;width:100%;}
.lang img {
    display: inline-block;
    height: 16px;
    margin-right: 8px;
    margin-top: 0px;
    margin-bottom: -3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.lang .currencyitems a {width:24%;}
.activelang {opacity:0.45; filter:alpha(opacity=45);}
.lang h4 {float:left;width:100%;padding-bottom:10px;margin-bottom:15px;    font-size: 24px;    font-weight: 600;}
.lang a {
    display: inline-block;
    vertical-align: top;
    /* width: 32%; */
    margin: 5px;
    font-size: 16px;
    color: #9d9d9d;
    padding: 10px;
    border: 1px solid #0000004d;
    border-radius: 50px;
}
.lang a:hover {
    border: 1px solid #000;
	color: #000;
	text-decoration:none;
}
.trigger-link {
    color: #fff;
    opacity: .7;
    font-size: 13px;
    text-decoration: none;
    font-weight: 400;
}
.trigger-link:hover{
	text-decoration:none;
}

/* Firefox (uncomment to work in Firefox, although other properties will not work!)  */
/** {
  scrollbar-width: thin;
  scrollbar-color: #003464 #DFE9EB;
}*/

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
  height: 15px;
  width: 15px;
}
*::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #DFE9EB;
}

*::-webkit-scrollbar-track:hover {
  background-color: #B8C0C2;
}

*::-webkit-scrollbar-track:active {
  background-color: #B8C0C2;
}

*::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #003464;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #007BFF;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #749EFF;
}

.deger {
    width: 25%; 
    border: none; 
    outline: none; 
    height: 50px; 
    border-radius: 10px; 
    margin-left: 49px;
}

.degerc {
    height: 50px; 
    border-radius: 10px;  
    padding-left: 5px; 
    margin-right: -45px;
}

.scroll-top-btn {
  position: fixed;
  right: 24px;
  bottom: 28px;
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  z-index: 99999;
  padding: 0;

  opacity: 0;
  visibility: hidden;
  transform: translateY(14px) scale(0.92);
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.18);

  transition:
    opacity 0.25s ease,
    visibility 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.scroll-top-btn.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.scroll-top-btn:hover {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.25);
}

.scroll-top-btn:active {
  transform: translateY(0) scale(0.96);
}

.scroll-top-btn:focus-visible {
  outline: 3px solid rgba(20, 184, 166, 0.35);
  outline-offset: 4px;
}

.scroll-progress {
  position: absolute;
  inset: 0;
  width: 56px;
  height: 56px;
  transform: rotate(-90deg);
}

.scroll-progress-bg {
  fill: none;
  stroke: #e5e7eb;
  stroke-width: 4;
}

.scroll-progress-bar {
  fill: none;
  stroke: url(#scrollGradient);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 157;
  stroke-dashoffset: 157;
  transition: stroke-dashoffset 0.12s linear;
}

/* SVG gradient için alternatif: stroke rengini doğrudan kullanıyoruz */
.scroll-progress-bar {
  stroke: #14b8a6;
}

.scroll-top-icon {
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0f766e, #14b8a6);
  display: grid;
  place-items: center;
  color: #ffffff;
}

.scroll-top-icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
  transition: transform 0.25s ease;
}

.scroll-top-btn:hover .scroll-top-icon svg {
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .scroll-top-btn {
    right: 16px;
    bottom: 20px;
    width: 52px;
    height: 52px;
  }

  .scroll-progress {
    width: 52px;
    height: 52px;
  }

  .scroll-top-icon {
    inset: 7px;
  }

  .scroll-top-icon svg {
    width: 21px;
    height: 21px;
  }
}

