:root {
    --corporate-blue:#024e6e;
    --corporate-accent: #3d6137;
    --corporate-red: #03a258;
    --nav-font: 'Quicksand', sans-serif;
}

body {
    font-family: 'Quicksand', sans-serif !important;
    font-size: 13px !important;
}

html.menu-open, 
body.menu-open {
    overflow: hidden !important;
    touch-action: none !important;
    -ms-touch-action: none !important;
}

.header-corporate {
     background: rgb(2 78 110);
    backdrop-filter: blur(15px);
    position: fixed;
    top: 13px;
    left: 15px;
    right: 10px;
    margin: 0 auto;
    z-index: 9999;
    /* width: auto; */
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top-left-radius: 33px;
    border-top-right-radius: 33px;
}

/* MenÃ¼ durumunda da mavi kalmaya devam etsin */
.header-corporate:hover {
    /* background: rgb(2 78 110); */
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    border-color: rgba(255,255,255,0.1);
}

.header-corporate:hover .nav-link {
    color: #fff !important; /* Mavi zeminde mavi yazÄ± olmasÄ±n diye zorunlu beyaz */
}


.header-corporate:hover .logo-dark { display: none; }
.header-corporate:hover .logo-white { display: block; }

.brand {
    background-color: #fff;
    padding: 10px 25px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
    z-index: 10010 !important;
    margin-top: 25px; /* Intentional hanging effect for inner pages */
    margin-left: 55px; /* Consistent left alignment */
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    transition: all 0.3s ease;
}

.anasayfa .brand {
    margin-left: 55px;
    margin-top: 55px;
}


/* Municipal Utility Bar */
.h-utility-bar {
    background: rgba(28, 107, 181, 0.05);
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding: 8px 0;
    font-size: 11px;
    font-weight: 700;
}
.h-utility-bar .container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}
.u-links { display: flex; gap: 20px; }
.u-links a {     color: #3c4a5d;
text-decoration: none !important;
transition: 0.2s;
font-size: 11px; }
.u-links a i { color: var(--corporate-blue); margin-right: 5px; }
.u-links a:hover { color: var(--corporate-blue); }
.u-info { color: #64748b;font-size: 12px; }

/* Main Menu Area */
.menu-area { padding: 0 20px; }
.menu-wrapper { display: flex; align-items: center; justify-content: space-between; height: 75px; } /* Reduced from 100px */

/* Official Branding */
.brand a { display: flex; align-items: center; gap: 15px; text-decoration: none !important; }
.brand img { height: 110px; width: auto; transition: all 0.3s ease; }
.anasayfa .brand img { height: 130px; }
.logo-white { display: none; }
.brand-text-official { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text-official .t1 { font-size: 12px; color: #64748b; font-weight: 800; }
.brand-text-official .t2 { font-size: 22px; color: var(--corporate-blue); font-weight: 900; letter-spacing: -0.5px; }
.brand-text-official .t3 { font-size: 14px; color: #03a258; font-weight: 800; letter-spacing: 2px; }

/* Desktop Navigation Row Fix */
.desktop-navigation {
    flex: 1;
    display: flex;
    justify-content: end;

    height: 100%;
}

.h-contact-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.h-contact-info .c-icon {

    color: #fff;
    font-size: 30px;
}

.h-contact-info .c-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.h-contact-info .c-label {
    font-size: 11px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 0.5px;
}

.h-contact-info .c-number {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    text-decoration: none !important;
    white-space: nowrap;
}

@media (max-width: 1200px) {
    .h-contact-info { display: none; }
}
.nav-row {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 5px;
    height: 100%;
}
.nav-item { 
    position: relative; 
    height: 100%;
    display: flex;
    align-items: center;
}
.nav-item.mega-trigger { position: static;    display: flex;
justify-content: center; }

.nav-link {
    font-weight: 800;
    font-size: 14px;
    color: #fff;
    padding: 0 15px;
    border-radius: 12px;
    transition: 0.3s;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    height: 50px;
    position: relative !important;
    z-index: 10005 !important;
}
.nav-item:hover .nav-link { 
    background: rgba(255, 255, 255, 0.1); 
    color: #fff !important; 
}

/* Mega Menu Content */
.mega-menu-content {
      position: fixed !important;
    top: -20px !important;
    left: -20px !important;
    width: 100vw !important;
    height: 101vh !important;
    background: rgba(2, 78, 110, 0.99);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    padding: 220px 0 40px 0;
    z-index: 9998 !important;
    border: none;
    border-radius: 0;
    overflow-y: auto;
    margin: 0 !important;
    transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.5s;
}

.mega-close-btn {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    z-index: 10001;
    transition: all 0.3s ease;
}

.mega-close-btn:hover {
    background: #03a258;
    border-color: #03a258;
    transform: rotate(90deg);
}

/* Mega MenÃ¼ Alt Bilgi Ã‡ubuÄŸu Styles */
.mega-menu-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(2, 78, 110, 0.4);
    backdrop-filter: blur(15px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0; /* Reduced from 35px */
    z-index: 10;
}

.m-footer-inner {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
}

.m-f-left {
    display: flex;
    gap: 40px;
}

.m-f-item {
    display: flex;
    align-items: center;
    gap: 13px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-weight: 600;
}

.m-f-item i {
    color: #03a258; /* YeÅŸil tonumuz */
    font-size: 18px;
    flex-shrink: 0;
    width: 20px;
    text-align: center;
}

.m-f-social {
    display: flex;
    gap: 15px;
}

.m-f-social a {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.m-f-social a:hover {
    background: #03a258;
    border-color: #03a258;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(3, 162, 88, 0.3);
}

.mega-trigger:hover > .mega-menu-content { 
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.is-sticky .mega-menu-content {
    top: 0 !important;
    left: -30px !important;
}



.mega-menu-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 140px;
    background: linear-gradient(to bottom, rgba(2, 78, 110, 1) 0%, rgba(2, 78, 110, 0) 100%);
    pointer-events: none;
}

.mega-trigger:hover .mega-menu-inner {
    animation: menuContentEntry 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes menuContentEntry {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Ä°Ã§ linklerin sÄ±rayla gelmesi iÃ§in (Staggered Animation) */
.mega-trigger:hover .m-col li {
    animation: linkFadeIn 0.5s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.mega-trigger:hover .m-col li:nth-child(1) { animation-delay: 0.05s; }
.mega-trigger:hover .m-col li:nth-child(2) { animation-delay: 0.1s; }
.mega-trigger:hover .m-col li:nth-child(3) { animation-delay: 0.15s; }
.mega-trigger:hover .m-col li:nth-child(4) { animation-delay: 0.2s; }
.mega-trigger:hover .m-col li:nth-child(5) { animation-delay: 0.25s; }

@keyframes linkFadeIn {
    from { opacity: 0; transform: translateX(10px); }
    to { opacity: 1; transform: translateX(0); }
}


/* MenÃ¼ animasyonlarÄ± iÃ§in temizlik */
.header-corporate .nav-link {
    transition: all 0.3s ease;
}

.complex-mega .mega-menu-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding-bottom: 110px; /* Space for the absolute footer */
}

.baskan-card-detailed {
    background: rgba(255, 255, 255, 0.05); /* Cam efekti */
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}

.img-frame { 
    width: 200px; 
    height: 200px; 
    margin: 0 auto 30px; 
    border-radius: 50%; 
    overflow: hidden; 
    border: 6px solid rgba(255,255,255,0.2); 
    box-shadow: 0 20px 50px rgba(0,0,0,0.3); 
    background: #fff; /* FotoÄŸraf arkasÄ± beyaz kalsÄ±n */
}

.img-frame img { width: 100%; height: 100%; object-fit: cover; }
.baskan-card-detailed h5 { color: #fff; font-weight: 900; font-size: 28px; margin: 0; letter-spacing: -1px; }
.baskan-card-detailed p { font-size: 16px; color: rgba(255,255,255,0.5); font-weight: 600; margin-top: 10px; }
.b-links { margin-top: 35px; display: flex; flex-direction: column; gap: 12px; }
.bl-item { 
    color: #fff; 
    text-decoration: none !important; 
    font-size: 16px; 
    font-weight: 700; 
    padding: 15px;
    border-radius: 15px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    transition: all 0.3s ease;
}
.bl-item:hover { background: #fff; color: var(--corporate-blue); transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0,0,0,0.2); }


.mega-subtitle { 
    font-size: 12px; 
    font-weight: 900; 
    color: rgba(255,255,255,0.4); 
    border-bottom: 1px solid rgba(255,255,255,0.1); 
    padding-bottom: 12px; 
    margin-bottom: 25px; 
    letter-spacing: 1.5px; 
    text-transform: uppercase;
}
.mega-links-list-complex { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.mega-links-list-complex li { margin-bottom: 0px; opacity: 1 !important; transform: none !important; }
.mega-links-list-complex li a { 
    color: #fff; 
    font-weight: 700; 
    font-size: 16px; 
    text-decoration: none !important; 
    display: flex; 
    align-items: center; 
    gap: 15px; 
    padding: 20px 25px; 
    border-radius: 15px; 
    background: rgba(255,255,255,0.03); 
    border: 1px solid rgba(255,255,255,0.05); 
    transition: all 0.3s ease; 
}
.mega-links-list-complex li a i { font-size: 18px; color: rgba(255,255,255,0.5); transition: 0.3s; }
.mega-links-list-complex li a:hover { 
    background: #fff; 
    color: var(--corporate-blue); 

    box-shadow: 0 15px 30px rgba(0,0,0,0.2); 
}
.mega-links-list-complex li a:hover i { color: var(--corporate-blue); }


/* Wide Mega */
.wide-mega .mega-menu-inner { 
    display: grid; 
    grid-template-columns: 400px 1fr;
    gap: 30px;
    max-width: 1440px;
    margin: 0 auto;
    align-items: start;
}
.mega-side-info { 
    opacity: 0;
    transform: scale(0.95);
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.mega-trigger:hover .mega-side-info {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.1s;
}

.info-box { 
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
    padding: 30px 25px; /* Reduced from 60px 45px */
    border-radius: 30px; /* Reduced from 40px */
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}
.info-box::after {
    content: "";
    position: absolute;
    top: -20%;
    right: -20%;
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, rgba(3, 162, 88, 0.2) 0%, transparent 100%);
    border-radius: 50%;
}
.info-box i { font-size: 35px; margin-bottom: 20px; color: #03a258; opacity: 0.8; } /* Reduced from 72px */
.info-box h5 { font-size:25px; font-weight: 900; margin: 0; line-height: 1; letter-spacing: -1px; } /* Reduced from 42px */
.info-box p { font-size: 12px; opacity: 0.8; margin: 20px 0 0; line-height: 1.6; font-weight: 500; } /* Reduced from 18px */
.mega-links-grid { 
    display: grid; 
    grid-template-columns: repeat(2, 1fr); 
    gap: 10px 40px; 
}
.mega-links-grid li { opacity: 1 !important; transform: none !important; }
.m-col { 
    list-style: none; 
    padding: 0; 
    margin: 0; 
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.m-col li { margin-bottom: 0px; }
.m-col li a { 
    color: rgba(255, 255, 255, 0.9); 
    font-weight: 600; 
    font-size: 16px; 
    text-decoration: none !important; 
    display: flex; 
    align-items: center;
    gap: 15px;
    padding: 12px 18px; /* Reduced from 20px 25px */
    border-radius: 15px; /* Reduced from 20px */
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1); 
    border: 1px solid rgba(255,255,255,0.06);
    background: rgba(255,255,255,0.03);
    position: relative;
    overflow: hidden;
}
.m-col li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #03a258;
    transform: scaleY(0);
    transition: 0.3s;
}
.m-col li a:hover { 
    background: rgba(255, 255, 255, 0.08); 
    color: #fff; 
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateX(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.m-col li a:hover::before {
    transform: scaleY(1);
}
.m-col li a .icon-m {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    background: rgba(255,255,255,0.05);
    border-radius: 8px;
    transition: 0.3s;
}
.m-col li a:hover .icon-m {
    background: #03a258;
    color: #fff;
}

/* Dynamic Update Feed in Mega Menu */
.mega-update-feed {
    grid-column: 1 / -1;
 
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    animation: menuContentEntry 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
    animation-delay: 0.2s;
}

.feed-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.feed-label {
    font-size: 11px;
    font-weight: 800;
    color: #03a258;
    letter-spacing: 1px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.feed-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.feed-item:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}

.feed-item .f-title {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

.feed-item .f-date {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.4);
}

/* Municipal Action Buttons */
.action-btns-municipal { display: flex; align-items: center; gap: 20px; }
.btn-ebelediye-hub {
    background: var(--corporate-red);
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px 22px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: 0.3s;
}
.btn-ebelediye-hub:hover { transform: translateY(-3px); box-shadow: 0 15px 35px rgba(28, 107, 181, 0.4); }
.btn-ebelediye-hub i { font-size: 24px; }
.t-wrap { display: flex; flex-direction: column; }
.t-wrap .t1 { font-size: 15px; font-weight: 900; line-height: 1; }
.t-wrap .t2 { font-size: 11px; font-weight: 600; opacity: 0.8; }

.small-actions { display: flex; gap: 8px; }
.mobile-hamburger { display: none !important; }
.s-btn { 
    width: 44px; 
    height: 44px; 
    border-radius: 12px; 
    border: 1px solid #e2e8f0; 
    background: #fff; 
    color: #64748b; 
    cursor: pointer; 
    transition: 0.2s; 
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.s-btn:hover { background: #f8fafc; color: var(--corporate-blue); border-color: var(--corporate-blue); }

/* Global Search Overlay */
.global-search-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.98);
    z-index: 1000001;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}
.global-search-overlay.active { opacity: 1; visibility: visible; }
.search-close-x { position: absolute; top: 40px; right: 40px; color: #fff; font-size: 30px; cursor: pointer; }
.search-box-inner { width: 100%; max-width: 800px; padding: 40px; }
.search-box-inner form { position: relative; }
.search-box-inner input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 3px solid rgba(255,255,255,0.1);
    padding: 20px 0;
    font-size: 48px;
    color: #fff;
    font-weight: 800;
    outline: none;
    transition: 0.3s;
}
.search-box-inner input:focus { border-color: var(--corporate-blue); }
.search-box-inner button {
    position: absolute;
    right: 0;
    bottom: 25px;
    background: none;
    border: none;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
}

/* Sticky Mode */
.header-corporate.is-sticky {
    position: fixed;
    top: 0;
    left: 30px;
    right: 30px;
    margin: 0 auto;
    width: auto;
    /* max-width removed */
    border-radius: 0 0 20px 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    animation: slideInDown 0.4s ease;
    /* transition: background 0.4s; */
}
.header-corporate.is-sticky .h-utility-bar { display: none; }
.header-corporate.is-sticky .menu-wrapper { height: 75px; }
.header-corporate.is-sticky .brand {
    margin-top: 50px;
    padding: 10px 20px;
    top: 0;
    border-radius: 0 0 15px 15px;
}
.header-corporate.is-sticky .brand img { height: 110px; }

@keyframes slideInDown { 
    from { transform: translateY(-100%); } 
    to { transform: translateY(0); } 
}

/* Premium Modern Mobile Drawer Design */
.mobile-menu-box {
    position: fixed;
    top: 0;
    right: 0;
    width: 320px;
    height: 100vh;
    background: rgba(255, 255, 255, 0.96) !important;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    z-index: 1000000 !important;
    display: flex;
    flex-direction: column;
    box-shadow: -20px 0 60px rgba(0,0,0,0.1);
    transform: translateX(100%);
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

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

.m-menu-header {
    padding: 30px 25px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,0.05) !important;
}

.m-brand { 
    display: flex; 
    flex-direction: column; 
    line-height: 1;
}
.m-brand .m-t1 {
    font-weight: 900 !important;
    color: #1a202c !important;
    font-size: 1.25rem !important;
    letter-spacing: -0.8px !important;
}
.m-brand .m-t2 {
    color: #03a258 !important; /* Accent color */
    font-weight: 800 !important;
    font-size: 0.8rem !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px;
}

.m-close { 
    background: #f1f5f9 !important; 
    color: #475569 !important; 
    width: 44px !important; 
    height: 44px !important; 
    border-radius: 50% !important; 
    font-size: 16px !important; 
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.m-close:hover {
    background: #e2e8f0 !important;
    transform: rotate(90deg);
}

.mobile-menu-box .m-menu-content {
    flex: 1;
    overflow-y: auto;
    padding: 25px !important;
    scrollbar-width: thin;
}

.m-sec-title { 
    font-size: 0.8rem !important; 
    font-weight: 900 !important; 
    text-transform: uppercase !important; 
    letter-spacing: 2px !important; 
    color: #94a3b8 !important; 
    margin: 25px 0 15px 10px !important; 
    display: block;
}

.m-nav-list { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.m-nav-list > li { 
    margin-bottom: 8px !important; 
}

.m-nav-list > li > a {
    color: #334155 !important;
    padding: 14px 18px !important;
    font-weight: 800 !important;
    font-size: 1rem !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    text-decoration: none !important;
    border-radius: 16px;
    transition: all 0.2s ease;
    background: rgba(255,255,255,0.5);
}

.m-nav-list > li > a i { 
    font-size: 0.9rem !important; 
    color: #cbd5e1 !important; 
    transition: transform 0.3s;
}

.m-nav-list > li > a.expanded i { transform: rotate(180deg); color: var(--corporate-blue) !important; }

.m-sub-list {
    background: #f8fafc !important;
    padding: 10px !important;
    margin: 5px 0 10px 0 !important;
    list-style: none !important;
    border-radius: 12px;
    display: none;
}
.m-sub-list li a { 
    color: #475569 !important; 
    padding: 10px 15px !important; 
    display: flex !important; 
    align-items: center !important; 
    font-weight: 600 !important; 
    font-size: 0.9rem !important; 
    text-decoration: none !important; 
    border-radius: 10px !important; 
}
.m-sub-list li a:active { background: #fff; color: var(--corporate-blue) !important; }
.m-sub-list li a i { font-size: 1rem !important; color: var(--corporate-blue)!important; margin-right: 12px !important; opacity: 0.5 !important; }

.m-footer { 
    padding: 25px !important; 
    border-top: 1px solid rgba(0,0,0,0.05) !important;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.m-footer-contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 5px;
}

.m-fc-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
}
.m-fc-item i { color: var(--corporate-blue); font-size: 16px; }

.m-btn-ebelediye {
    background: var(--corporate-blue) !important;
    color: #fff !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 54px !important;
    border-radius: 15px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    font-size: 0.95rem !important;
    letter-spacing: 0.5px;
    box-shadow: 0 10px 20px rgba(2, 78, 110, 0.2) !important;
    transition: all 0.3s;
}

.m-btn-ebelediye:active { transform: scale(0.98); opacity: 0.9; }

.m-quick-grid { 
    display: grid !important; 
    grid-template-columns: repeat(2, 1fr) !important; 
    gap: 12px !important; 
    margin-top: 15px !important; 
}
.mq-item {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    padding: 20px 15px !important;
    border-radius: 20px !important;
    text-align: center !important;
    text-decoration: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px !important;
}
.mq-item i { 
    font-size: 1.5rem !important; 
    color: #2563eb !important; 
    background: #eff6ff !important; 
    width: 50px !important; 
    height: 50px !important; 
    display: flex !important; 
    align-items: center !important; 
    justify-content: center !important; 
    border-radius: 14px !important; 
}
.mq-item span { font-size: 0.85rem !important; font-weight: 600 !important; color: #334155 !important; }

.m-footer { margin-top: 40px !important; padding-bottom: 30px !important; }
.m-btn-ebelediye {
    background: linear-gradient(135deg, #03a258 0%, var(--corporate-blue) 100%) !important;
    color: #fff !important;
    display: block !important;
    text-align: center !important;
    padding: 18px !important;
    border-radius: 18px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.3) !important;
    font-size: 1rem !important;
}

/* Mobil arama butonu gÃ¶rÃ¼nÃ¼rlÃ¼ÄŸÃ¼ */
.mobile-left-actions {
    display: flex !important;
}
.mobile-search-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
@media (min-width: 992px) {
    .mobile-left-actions, .mobile-search-btn {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .header-corporate {
        top: 15px;
        width: calc(100% - 30px) !important;
        left: 15px !important;
        transform: none !important;
        border-radius: 20px;
  
        backdrop-filter: blur(15px);
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.3);
        z-index: 9999;
    }
    .header-corporate.is-sticky {
        top: 10px;
        width: calc(100% - 20px) !important;
        left: 10px !important;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.95);
    }
    .desktop-navigation { display: none; }
    .h-utility-bar { display: none; }
    .menu-wrapper { 
        height: 65px; 
        padding: 0 15px; 
        position: relative; 
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .brand {
        position: absolute !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        margin: 0 !important;
        top: -5px !important;
        padding: 8px 15px !important;
        min-width: unset !important;
        height: 75px !important;
        background: #fff;
        border-radius: 0 0 20px 20px;
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 10;
        border: 1px solid rgba(0,0,0,0.05);
        border-top: none;
    }
    .brand img { 
        height: 50px !important; 
        width: auto;
        object-fit: contain;
    }
    .logo-dark { display: block !important; }
    .logo-white { display: none !important; }
    .brand-text-official { display: none; }
    
    .small-actions { 
        margin-left: auto; 
        display: flex;
        align-items: center;
    }
    .mobile-left-actions {
        display: flex !important;
        align-items: center;
        z-index: 20;
    }
    .mobile-search-btn { 
        display: flex !important; 
        align-items: center;
        justify-content: center;
        background: var(--corporate-blue) !important;
        color: #fff !important;
        width: 42px !important;
        height: 42px !important;
        border-radius: 12px !important;
        box-shadow: 0 4px 12px rgba(2, 78, 110, 0.2) !important;
        border: none !important;
        transition: all 0.3s ease;
    }
    .mobile-hamburger { 
        display: flex !important; 
        align-items: center;
        justify-content: center;
        background: var(--corporate-blue) !important;
        color: #fff !important;
        width: 42px !important;
        height: 42px !important;
        border-radius: 12px !important;
        box-shadow: 0 4px 12px rgba(2, 78, 110, 0.2) !important;
        border: none !important;
        transition: all 0.3s ease;
        margin-left: 0;
    }
    .mobile-hamburger i, .mobile-search-btn i {
        font-size: 24px !important;
    }
    .action-btns-municipal { gap: 8px; }
    .s-btn { width: 40px; height: 40px; font-size: 16px; border-radius: 10px; }
}

@media (max-width: 480px) {
    .header-corporate { 
        top: 10px;
        width: calc(100% - 20px) !important; 
        left: 10px !important;
        border-radius: 15px; 
    }
    .menu-wrapper { 
        height: 60px; 
        padding: 0 12px;
    }
    .brand { 
        padding: 5px 12px !important; 
        height: 100px !important;
        border-radius: 0 0 15px 15px;
    }
    .brand img { height: 80px !important; }
    .mobile-hamburger, .mobile-search-btn {
        width: 38px !important;
        height: 38px !important;
        border-radius: 10px !important;
    }
    .mobile-hamburger i, .mobile-search-btn i {
        font-size: 20px !important;
    }
    .action-btns-municipal { 
        position: absolute; 
        right: 12px; 
        top: 50%; 
        transform: translateY(-50%);
        gap: 5px; 
    }
    .s-btn { width: 34px; height: 34px; font-size: 14px; }
}
@media(max-width:1400px){
  .h-contact-info .c-number {
    font-size: 15px;
  
}
}
