:root {
    --corporate-blue: #0668b1;
    --corporate-accent: #a05c89;
    --corporate-red: #2cb431;
    --corporate-green: #2cb431;
    --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(6, 104, 178) !important;
    /* Fixed rgb syntax and forced blue */
    backdrop-filter: blur(15px);
    position: fixed;
    top: 13px;
    left: 15px;
    right: 10px;
    height: 75px;
    /* Prevent tall logos from pushing the mega menu down */
    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(6, 104, 178) !important;
    /* 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: #2cb431;
    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);
    position: relative;
    z-index: 9999 !important;
}

.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;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 5px;
    height: 100%;
}

.nav-item {
    position: relative;
    height: 100%;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
}

.nav-item.mega-trigger {
    position: static;
    display: flex;
    justify-content: center;
}

.nav-link {
    font-weight: 800;
    font-size: 14px;
    color: #fff !important;
    /* Force white text */
    padding: 0 15px;
    position: relative;
    z-index: 9999 !important;
    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: absolute !important;
    top: 80% !important;
    left: -1px !important;
    /* To align with the header's left border */
    width: calc(100% + 2px) !important;
    /* To cover left and right borders of header */
    height: auto !important;
    background: rgba(6, 104, 178, 0.98) !important;
    /* Site Blue */
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    padding: 40px 0 40px 0;
    z-index: 9998 !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: none;
    /* No top border to connect seamlessly */
    border-bottom-left-radius: 33px;
    /* Match header's top radius for symmetry */
    border-bottom-right-radius: 33px;
    overflow: hidden;
    /* box-shadow: 0 20px 50px rgba(0,0,0,0.5); */
    margin: 0 !important;
    transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.3s, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    transform: translateY(15px);
}

.mega-close-btn {
    display: none !important;
}

.mega-close-btn:hover {
    display: none !important;
}

/* Mega MenÃ¼ Alt Bilgi Ã‡ubuÄŸu Styles */
.mega-menu-footer {
    position: relative;
    margin-top: 30px;
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0;
    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: #fff;
    font-size: 13px;
    font-weight: 600;
}

.m-f-item i {
    color: #2cb431;
    /* 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: #ffffff;
    border: 1px solid rgba(6, 104, 178, 0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4a5a71;
    font-size: 18px;
    transition: all 0.3s ease;
    text-decoration: none !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}

.m-f-social a:hover {
    background: #2cb431;
    border-color: #2cb431;
    color: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(44, 180, 49, 0.2);
}

.mega-trigger:hover>.mega-menu-content {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.is-sticky .mega-menu-content {
    top: 100% !important;
    left: 0 !important;
    transform: translateY(0) !important;
}



.mega-menu-content::before {
    display: 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: #ffffff;
    padding: 35px 25px;
    border-radius: 24px;
    text-align: center;
    border: 1px solid rgba(6, 104, 178, 0.08);
    color: #1e293b;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.img-frame {
    width: 180px;
    height: 180px;
    margin: 0 auto 25px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid rgba(6, 104, 178, 0.08);
    box-shadow: 0 10px 25px rgba(6, 104, 178, 0.08);
    background: #fff;
    /* Fotoğraf arkası beyaz kalsın */
}

.img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.baskan-card-detailed h5 {
    color: #1e293b;
    font-weight: 900;
    font-size: 28px;
    margin: 0;
    letter-spacing: -1px;
}

.baskan-card-detailed p {
    font-size: 16px;
    color: #64748b;
    font-weight: 600;
    margin-top: 10px;
}

.b-links {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.bl-item {
    color: #1e293b;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 18px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid rgba(6, 104, 178, 0.04);
    transition: all 0.3s ease;
}

.bl-item:hover {
    background: var(--corporate-accent);
    color: #ffffff;
    border-color: var(--corporate-accent);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(160, 92, 137, 0.15);
}


.mega-subtitle {
    font-size: 12px;
    font-weight: 900;
    color: #64748b;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    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: #1e293b;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 25px;
    border-radius: 15px;
    background: #ffffff;
    border: 1px solid rgba(6, 104, 178, 0.08);
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}

.mega-links-list-complex li a i {
    font-size: 18px;
    color: #64748b;
    transition: 0.3s;
}

.mega-links-list-complex li a:hover {
    background: rgba(6, 104, 178, 0.05);
    color: var(--corporate-blue);
    border-color: rgba(6, 104, 178, 0.15);
    box-shadow: 0 8px 20px rgba(6, 104, 178, 0.05);
}

.mega-links-list-complex li a:hover i {
    color: var(--corporate-blue);
}


/* Wide Mega */
.wide-mega .mega-menu-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 1590px;
    margin: 0 auto;
    align-items: start;
    padding-left: 280px;
    /* Leave space for the hanging logo */
    padding-right: 30px;
}

.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: #f8fafc;
    padding: 30px 25px;
    /* Reduced from 60px 45px */
    border-radius: 30px;
    /* Reduced from 40px */
    color: #1e293b;
    border: 1px solid rgba(6, 104, 178, 0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.03);
    position: relative;
    overflow: hidden;
}

.info-box-img-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.18;
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 0) 100%);
    z-index: 0;
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.info-box:hover .info-box-img-bg {
    transform: scale(1.08);
    opacity: 0.3;
}

.info-box::after {
    display: none;
}

.info-box i {
    font-size: 35px;
    margin-bottom: 20px;
    color: #2cb431;
    opacity: 0.8;
    position: relative;
    z-index: 2;
}

/* Reduced from 72px */
.info-box h5 {
    font-size: 25px;
    font-weight: 900;
    margin: 0;
    line-height: 1;
    letter-spacing: -1px;
    position: relative;
    z-index: 2;
}

/* Reduced from 42px */
.info-box p {
    font-size: 12px;
    opacity: 0.8;
    margin: 20px 0 0;
    line-height: 1.6;
    font-weight: 500;
    position: relative;
    z-index: 2;
}

/* Reduced from 18px */
.mega-links-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    width: 100%;
}

.mega-link-card {
    flex: 1 1 220px;
    max-width: 320px;
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    border-radius: 14px;
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    transition: all 0.3s ease;
    box-shadow: none !important;
}

.mega-link-card:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
}

.mega-link-card i {
    font-size: 18px;
    color: #ffffff;
    transition: 0.3s;
}

.mega-link-card:hover i {
    color: #ffffff;
}

.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: #1e293b;
    font-weight: 600;
    font-size: 15px;
    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(6, 104, 178, 0.08);
    background: #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}

.m-col li a:hover {
    background: rgba(6, 104, 178, 0.05);
    color: var(--corporate-blue);
    border-color: rgba(6, 104, 178, 0.15);
    transform: translateX(10px);
    box-shadow: 0 8px 20px rgba(6, 104, 178, 0.05);
}

.m-col li a .icon-m {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: var(--corporate-blue);
    background: rgba(6, 104, 178, 0.06);
    border-radius: 8px;
    transition: 0.3s;
}

.m-col li a:hover .icon-m {
    background: var(--corporate-blue);
    color: #fff;
}

/* Dynamic Update Feed in Mega Menu */
.mega-update-feed {
    grid-column: 1 / -1;

    padding-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    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: #2cb431;
    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: transparent;
    border: 1px solid transparent;
    border-radius: 12px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.feed-item:hover {
    background: rgba(13, 110, 253, 0.05);
    border-color: rgba(13, 110, 253, 0.1);
    transform: translateY(-2px);
}

.feed-item:hover .f-title {
    color: #0d6efd !important;
}

.feed-item .f-title {
    font-size: 13px;
    font-weight: 700;
    color: #333 !important;
    line-height: 1.4;
    margin-bottom: 2px;
}

.feed-item .f-date {
    font-size: 11px;
    font-weight: 600;
    color: #888 !important;
}

/* 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;
    /* Changed from 0 0 20px 20px to remove weird left curve */
    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: #2cb431 !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, #2cb431 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: 12px;
    }
    .nav-link {
        font-size: 11px !important;
        padding: 0 4px !important;
        letter-spacing: 0 !important;
    }
    .brand {
        padding: 0 !important;
        margin-top: 0 !important;
        min-width: 100px !important;
    }
    .anasayfa .brand {
        margin-top: 0 !important;
    }
    .h-center-logo img.logo-main {
        width: 80px !important;
        height: 80px !important;
    }
    .logo-bg-shield {
        padding: 10px !important;
    }
    .top-action-btn {
        padding: 4px 6px !important;
        gap: 3px !important;
    }
    .top-action-btn i {
        font-size: 12px !important;
    }
    .top-action-btn-text .small-text {
        display: none !important;
    }
    .top-action-btn-text .main-text {
        font-size: 9px !important;
    }
    .h-top-right {
        gap: 6px !important;
    }
    .top-circle-btn {
        width: 25px !important;
        height: 25px !important;
        font-size: 10px !important;
    }
    .h-social {
        gap: 2px !important;
        margin-right: 5px !important;
    }
    .h-call-center {
        gap: 8px !important;
    }
    .h-call-center .text-end .mb-0 {
        font-size: 10px !important;
    }
    .h-call-center .text-end .text-white:last-child {
        font-size: 18px !important;
    }
    .call-icon-wrapper {
        min-width: 40px !important;
        min-height: 40px !important;
    }
    .call-icon-wrapper svg {
        width: 40px !important;
        height: 40px !important;
    }
}

@media(max-width:1200px) {
    .nav-link {
        font-size: 11px;
        padding: 0 5px;
    }
    .brand {
        min-width: 100px !important;
        padding: 5px 10px !important;
    }
    .h-center-logo img.logo-main {
        width: 75px !important;
        height: 75px !important;
    }
    .top-action-group {
        display: none !important;
    }
}

/* Active Mega Menu States */
/* body.menu-open .header-corporate {
    background: rgba(255, 255, 255, 0.96) !important;
    border-color: rgba(6, 104, 178, 0.08) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
} */

/* 
body.menu-open .header-corporate .nav-link {
    color: #1e293b !important;
} */

body.menu-open .header-corporate .nav-item:hover .nav-link {
    background: rgba(6, 104, 178, 0.05) !important;
    /* color: var(--corporate-blue) !important; */
}

/* body.menu-open .header-corporate .c-number {
    color: #1e293b !important;
} */
/* 
body.menu-open .header-corporate .c-icon i,
body.menu-open .header-corporate .c-icon {
    color: var(--corporate-blue) !important;
} */

body.menu-open .header-corporate .h-contact-info {
    border-left-color: rgba(0, 0, 0, 0.08) !important;
}

/* SPLIT HEADER MODERN DESIGN */
.header-split-modern.header-corporate {
    background: transparent !important;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    border: none;
    height: auto;
    backdrop-filter: none;
    padding: 0;
    margin: 0;
    /* Override any margin */
}

.header-split-modern.header-corporate.is-sticky {
    background: linear-gradient(rgba(0,39,67,.81), rgba(0,19,33,.80))!important;
    backdrop-filter: blur(15px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
}

.header-split-modern .h-center-logo {
    transition: all 0.3s ease;
}

.header-split-modern.is-sticky .h-center-logo img.logo-main {
    width: 70px !important;
    height: 70px !important;
}

.header-split-modern.is-sticky .logo-bg-shield {
    padding: 5px !important;
    margin-top: 0px !important;
    top: -5px !important;
}

.header-split-modern.is-sticky .h-top-bar {
    display: none !important;
}

.header-split-modern.is-sticky .h-main-nav {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.header-split-modern.is-sticky .nav-bottom-line {
    display: none !important;
}

@media (max-width: 500px) {
    .hide-on-mobile {
        display: none !important;
    }
}

.top-circle-btn {
    width: 34px;
    height: 34px;
    border: 1.5px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
}

.top-circle-btn:hover {
    background: #fff;
    color: #000;
}

.mega-menu-content.standard-dropdown {
    width: 260px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    padding: 10px !important;
    background: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
    top: 100% !important;
    margin-top: 10px !important;
}

.mega-menu-content.standard-dropdown::after {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.95);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.mega-menu-content.standard-dropdown .mega-links-grid {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0;
    width: 100%;
}

.mega-menu-content.standard-dropdown .mega-link-card {
    padding: 12px 15px;
    border-radius: 8px;
    color: #444 !important;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s ease;
    border: none !important;
    background: transparent !important;
    justify-content: flex-start;
    max-width: none;
}

.mega-menu-content.standard-dropdown .mega-link-card i {
    color: #0d6efd;
    font-size: 16px;
    margin-right: 8px;
}

.mega-menu-content.standard-dropdown .mega-link-card:hover {
    background: rgba(13, 110, 253, 0.08) !important;
    color: #0d6efd !important;
    transform: translateX(5px);
}

.mega-menu-content.standard-dropdown .mega-close-btn {
    display: none !important;
}

.dropdown-modern {
    position: absolute;
    top: 130%;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 9999;
    padding: 10px;
}

.dropdown-modern::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.98);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    z-index: -1;
}

.nav-item:hover>.dropdown-modern {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    top: 100%;
    margin-top: 20px;
}

.dropdown-modern-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    padding: 0;
}

.dropdown-modern-link {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    color: #333;
    font-size: 14.5px;
    font-weight: 600;
    text-decoration: none !important;
    border-radius: 10px;
    transition: all 0.2s ease;
}

.dropdown-modern-link i {
    font-size: 12px;
    color: #adb5bd;
    margin-right: 12px;
    transition: all 0.2s ease;
}

.dropdown-modern-link:hover {
    background: rgba(13, 110, 253, 0.08);
    color: #0d6efd;
    transform: translateX(5px);
}

.dropdown-modern-link:hover i {
    color: #0d6efd;
}

.top-action-group {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 15px;
}

.top-action-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 16px;
    border: 1.5px solid rgba(255, 255, 255, 0.6);
    border-radius: 50px;
    color: #fff;
    text-decoration: none !important;
    transition: all 0.2s ease;
    background: transparent;
}

.top-action-btn:hover {
    background: rgb(6, 104, 178);
    border-color: rgb(6, 104, 178);
    color: #fff;
    transform: translateY(-1px);
    /* box-shadow: 0 5px 15px rgba(6, 104, 178, 0.4); */
}

.top-action-btn i {
    font-size: 18px;
}

.top-action-btn-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.2;
}

.top-action-btn-text.text-left {
    text-align: left;
}

.top-action-btn-text.text-right {
    text-align: right;
}

.top-action-btn-text .small-text {
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.top-action-btn-text .main-text {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.top-action-btn.icon-only {
    padding: 6px 14px;
}

.top-action-btn .single-line-text {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.dropdown-modern.wide {
    width: 850px;
    padding: 25px;
    left: 50%;
    transform: translateX(-50%);
}

.dropdown-modern.wide {
    width: 1000px !important;
}

.dropdown-modern.wide .dropdown-modern-inner {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.dropdown-modern.wide .dropdown-modern-list {
    flex: 0 0 220px;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    padding-right: 20px;
}

.dropdown-modern.wide .mega-update-feed {
    flex: 1;
}

.dropdown-modern.wide .mega-update-feed {
    border-top: none;
    padding-top: 0;
    animation: none;
}

.dropdown-modern.wide .feed-row {
    display: flex;
    gap: 30px;
    width: 100%;
}

.dropdown-modern.wide .feed-col {
    flex: 1;
}

.dropdown-modern.wide .feed-label {
    font-size: 13px;
    font-weight: 700;
    color: #0d6efd;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    border-bottom: 2px solid rgba(13, 110, 253, 0.1);
    padding-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dropdown-modern.wide .feed-label i {
    font-size: 16px;
}

.dropdown-modern.wide .feed-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dropdown-modern.wide .feed-item {
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
    padding: 10px;
    border-radius: 8px;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.dropdown-modern.wide .feed-item:hover {
    background: rgba(13, 110, 253, 0.05);
    border-color: rgba(13, 110, 253, 0.1);
    transform: translateY(-2px);
}

.dropdown-modern.wide .feed-item .f-title {
    color: #333;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 6px;
}

.dropdown-modern.wide .feed-item .f-date {
    color: #888;
    font-size: 11px;
    font-weight: 500;
}

.dropdown-modern::after {
    content: '';
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    height: 80px;
    background: transparent;
}

.h-top-bar {
    position: relative;
    z-index: 9995;
}

.h-main-nav .nav-link {
    position: relative;
    z-index: 9995;
}

.h-center-logo {
    z-index: 9995 !important;
}

.cekerek-mega-menu {
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    width: 100%;
    background-image: linear-gradient(rgb(0 39 67 / 81%), rgb(0 19 33 / 80%)), url('/assets/images/bg.png');
    background-color: rgba(10, 10, 10, 0.98);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 9990;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 210px 0 50px 0;
}

.nav-item:hover .cekerek-mega-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.cekerek-mega-inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 50px;
    display: flex;
    flex-direction: row;
    gap: 50px;
}

.cekerek-links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 15px;
    width: 100%;
}

.cekerek-links-grid.has-feeds {
    flex: 0 0 300px;
    display: flex;
    flex-direction: column;
}

.cekerek-link-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 16px 20px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.cekerek-link-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.cekerek-link-card i {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

.cekerek-link-card:hover i {
    color: #fff;
    transform: scale(1.1);
}

.cekerek-update-feed {
    flex: 1;
}

.cekerek-update-feed .feed-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.cekerek-update-feed .feed-col {
    display: flex;
    flex-direction: column;
}

.cekerek-update-feed .feed-label {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cekerek-update-feed .feed-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cekerek-update-feed .feed-item {
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
    padding: 15px;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.05);
}

.cekerek-update-feed .feed-item:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.cekerek-update-feed .feed-item .f-title {
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 6px;
}

.cekerek-update-feed .feed-item .f-date {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 11px;
    font-weight: 500;
}

.h-main-nav {
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.h-main-nav:has(.cekerek-mega-menu:hover),
.h-main-nav:has(.nav-item:hover .cekerek-mega-menu) {
    background-color: transparent;
}

.header-corporate {
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.header-split-modern.header-corporate:has(.nav-item:hover .cekerek-mega-menu),
.header-split-modern.header-corporate:has(.cekerek-mega-menu:hover) {
    background-color: transparent !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
}

/* MODERN SPLIT HEADER - MOBILE RESPONSIVE FIXES */
@media (max-width: 991px) {
    .h-top-bar,
    .nav-side.nav-left,
    .nav-side.nav-right,
    .hide-on-mobile,
    .desktop-navigation {
        display: none !important;
    }

    .header-split-modern.header-corporate {
        background: linear-gradient(135deg, rgb(6, 104, 178), rgb(3, 72, 124)) !important;
        top: 10px !important;
        left: 12px !important;
        right: 12px !important;
        width: calc(100% - 24px) !important;
        height: 65px !important;
        border-radius: 18px !important;
        padding: 0 !important;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2) !important;
        border: 1px solid rgba(255, 255, 255, 0.2) !important;
        display: flex !important;
        align-items: center !important;
        z-index: 9999 !important;
    }

    .header-split-modern.header-corporate.is-sticky {
        top: 5px !important;
        left: 8px !important;
        right: 8px !important;
        width: calc(100% - 16px) !important;
        background: linear-gradient(135deg, rgb(3, 62, 108), rgb(2, 40, 70)) !important;
    }

    .header-split-modern .h-main-nav {
        width: 100% !important;
        padding: 0 !important;
    }

    .header-split-modern .h-main-nav .container-fluid {
        padding: 0 15px !important;
    }

    .header-split-modern .main-nav-row {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
        height: 65px !important;
    }

    .header-split-modern .h-center-logo {
        position: static !important;
        width: auto !important;
        height: auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .header-split-modern .h-center-logo a {
        position: static !important;
        transform: none !important;
        display: flex !important;
        align-items: center !important;
    }

    .header-split-modern .logo-bg-shield {
        background: transparent !important;
        border-radius: 0 !important;
        padding: 0 !important;
        box-shadow: none !important;
        margin: 0 !important;
    }

    .header-split-modern .h-center-logo img.logo-main {
        width: auto !important;
        height: 57px !important;
        max-height: 57px !important;
        object-fit: contain !important;
    }

    .header-split-modern .mobile-actions {
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        z-index: 20 !important;
    }

    .header-split-modern .mobile-actions .mobile-search-btn,
    .header-split-modern .mobile-actions .mobile-hamburger {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 42px !important;
        height: 42px !important;
        background: rgba(255, 255, 255, 0.15) !important;
        border: 1px solid rgba(255, 255, 255, 0.25) !important;
        border-radius: 12px !important;
        color: #fff !important;
        font-size: 22px !important;
        padding: 0 !important;
        transition: all 0.2s ease !important;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
    }

    .header-split-modern .mobile-actions .mobile-search-btn:active,
    .header-split-modern .mobile-actions .mobile-hamburger:active {
        transform: scale(0.95) !important;
        background: rgba(255, 255, 255, 0.25) !important;
    }
}