:root {
    --primary-color: #0a3d62; /* Example: Dark Blue */
    --secondary-color: #1e88e5; /* Example: Lighter Blue */
    --accent-color: #ffc107; /* Example: Yellow */
    --text-color: #333333;
    --header-bg-color: #ffffff;
    --footer-bg-color: #0a3d62;
    --sidebar-bg-color: #f8f9fa;
    --font-family: "Libre Franklin", "Inter", "Segoe UI", Arial, sans-serif;
    --ataturk-badge-width-md: 100px;
    --ataturk-badge-width-xl: 120px;
    --ataturk-badge-padding-gap: 0px;
}

svg {
    width: 14px !important;
}

#headerSearchInput {
    line-height: 2.2 !important;
}

.social {
    margin: 0;
}

.main-content-area {
    padding-right: 0 !important;
}

.UstBannerAlani {
    padding: 10px 0 10px 0;
    border-top: 1px solid #b6b5b5;
    border-bottom: 1px solid #b6b5b5;
}

body {
    font-family: var(--font-family);
    color: var(--text-color);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: scroll;
}

/* Aramızdan Ayrılanlar Layout*/

@media (min-width: 992px) {
    body {
        background-attachment: fixed;
    }
}

.header-social {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, transform 0.2s ease;
    text-decoration: none;
}

    .header-social:hover {
        background: rgba(255, 255, 255, 0.2);
        transform: translateY(-2px);
    }

#headerSearchInput::placeholder {
    color: rgba(255, 255, 255, 0.85);
}

#headerSearchButton {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: #9f9c9c;
}

@media (max-width: 991px) {
    .site-navbar {
        background: transparent !important;
        box-shadow: none !important;
        margin-top: 0 !important;
    }

    #mobileMenuToggler {
        position: fixed !important;
        left: 10px !important;
        top: 10px !important;
        color: #ffffff !important;
        background: rgba(0, 0, 0, 0.25) !important;
        border: none !important;
        width: 40px !important;
        height: 40px !important;
        border-radius: 10px !important;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        z-index: 1051 !important;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }

        #mobileMenuToggler i {
            font-size: 18px;
        }

    body:has(.offcanvas.show) #mobileMenuToggler {
        opacity: 0;
        visibility: hidden;
    }

    .offcanvas-backdrop + * #mobileMenuToggler {
        opacity: 0;
        visibility: hidden;
    }
}

@media (min-width: 992px) {
    #mobileMenuToggler {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .navbar {
        --bs-navbar-padding-y: 0;
    }

    .site-navbar .navbar-collapse {
        display: flex !important;
        position: static !important;
        background: transparent !important;
    }

        .site-navbar .navbar-collapse .navbar-nav {
            display: none !important;
        }

        .site-navbar .navbar-collapse .d-flex.align-items-center.ms-auto {
            display: flex !important;
            position: absolute;
            bottom: -50px;
            left: 0;
            right: 0;
            width: 100%;
            justify-content: center;
            margin: 0 !important;
            gap: 1rem;
        }

    .site-navbar {
        margin-bottom: 50px !important;
        position: relative;
    }

    .belgedogrula,
    .hizli-erisim-btn {
        flex: 0 0 auto;
    }
}

/* Atatürk */
.ataturk-badge {
    position: absolute;
    top: -10px;
    right: 0px;
    width: var(--ataturk-badge-width-md);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.35));
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    z-index: 999999;
}

.navbar-nav .dropdown-menu {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    padding: 0.5rem 0;
    margin-top: 0.5rem;
    min-width: 200px;
}

.navbar-nav .dropdown-item {
    padding: 0.6rem 1.25rem;
    font-size: 0.9rem;
    color: #334155;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

    .navbar-nav .dropdown-item:hover {
        background: linear-gradient(90deg, rgba(10, 61, 98, 0.08) 0%, rgba(30, 136, 229, 0.05) 100%);
        color: var(--primary-color);
        border-left-color: var(--primary-color);
        padding-left: 1.5rem;
    }

    .navbar-nav .dropdown-item:active {
        background: linear-gradient(90deg, rgba(10, 61, 98, 0.12) 0%, rgba(30, 136, 229, 0.08) 100%);
        color: var(--primary-color);
    }

    .navbar-nav .dropdown-item:focus {
        background: transparent;
        outline: none;
    }

.navbar-nav .dropdown-menu.show {
    animation: dropdownFadeIn 0.2s ease;
}

@keyframes dropdownFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Dropdown toggle ikon */
.navbar-nav .dropdown-toggle::after {
    display: inline-block !important;
    border: none !important;
    content: "▼" !important;
    font-family: inherit !important;
    font-size: 0.7em !important;
    margin-left: 0.5rem !important;
    vertical-align: middle !important;
    transition: transform 0.2s ease !important;
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
}

.navbar-nav .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg) !important;
}

.accordion-button:not([data-bs-toggle="collapse"])::after {
    display: none !important;
}

@media (min-width: 768px) {
    .header-has-badge {
        padding-right: calc(var(--ataturk-badge-width-md) + var(--ataturk-badge-padding-gap));
    }

    .site-navbar.header-has-badge {
        padding-right: 0 !important;
    }

    .site-navbar .ms-auto {
        position: relative;
        z-index: 999999;
        padding-right: 1rem;
    }

    .social {
        justify-content: flex-end !important;
        padding-right: calc(var(--ataturk-badge-width-md) + var(--ataturk-badge-padding-gap));
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .belgedogrula i,
    .hizli-erisim-btn i {
        display: none !important;
    }

    .belgedogrula {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .ataturk-badge {
        width: var(--ataturk-badge-width-xl);
    }

    .header-has-badge {
        padding-right: calc(var(--ataturk-badge-width-xl) + var(--ataturk-badge-padding-gap));
    }

    .site-navbar.header-has-badge {
        padding-right: 0 !important;
        padding-left: 1rem;
    }

    .site-navbar .container-fluid {
        padding-right: 0;
        padding-left: 0;
        margin-right: 0;
    }

    .social {
        padding-right: calc(var(--ataturk-badge-width-xl) + var(--ataturk-badge-padding-gap));
    }
}

.menu-accordion .accordion-item {
    background: #fff;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    margin-bottom: 0.5rem;
}

.menu-accordion .accordion-button {
    background: #fff !important;
    color: var(--text-color);
    font-weight: 500;
}

    .menu-accordion .accordion-button:focus {
        box-shadow: none;
    }

    .menu-accordion .accordion-button:not(.collapsed) {
        color: var(--primary-color);
        border-bottom: 1px solid #e9ecef;
    }

.menu-accordion .accordion-body a,
.menu-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
    color: #556;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-left-color 0.2s ease;
    border-left: 3px solid transparent;
}

    .menu-accordion .accordion-body a:hover,
    .menu-link:hover {
        background: #f5f7fb;
        color: var(--primary-color);
        border-left-color: var(--secondary-color);
    }

    .menu-accordion .accordion-body a i,
    .menu-link i {
        color: #98a2b3;
        transition: color 0.2s ease;
    }

    .menu-accordion .accordion-body a:hover i,
    .menu-link:hover i {
        color: var(--secondary-color);
    }

.baro-logo {
    max-height: 60px;
}

.social-icon {
    transition: color 0.3s ease;
}

    .social-icon:hover {
        color: var(--secondary-color);
    }

/* Left Sidebar Accordion Menu */
.accordion-menu-item-header {
    cursor: pointer;
    padding: 0.75rem 1rem;
    background-color: #e9ecef;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
}

    .accordion-menu-item-header:hover {
        background-color: #ced4da;
    }

.accordion-menu-item-content {
    display: none;
    padding: 0.5rem 0;
    background-color: white;
}

    .accordion-menu-item-content a {
        display: block;
        padding: 0.5rem 1.5rem;
        color: var(--text-color);
        font-size: 0.9rem;
    }

        .accordion-menu-item-content a:hover {
            background-color: var(--secondary-color);
            color: white;
        }

.accordion-icon {
    transition: transform 0.3s ease;
}

.accordion-menu-item-header.active .accordion-icon {
    transform: rotate(90deg);
}

/* News Slider (Swiper JS) */
.news-slider-container {
    position: relative;
    border-radius: 0.75rem;
    overflow: hidden;
}

    .news-slider-container .main-news-slider,
    .news-slider-container .swiper-wrapper,
    .news-slider-container .swiper-slide {
        height: 100%;
    }

.of-cover {
    object-fit: cover;
}

.news-slide-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1.25rem;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 60%, rgba(0, 0, 0, 0.85) 100%);
}

.news-slider-title {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.news-slider-link {
    display: inline-block;
    margin-top: 0.75rem;
    padding: 0.5rem 1rem;
    background-color: var(--accent-color);
    color: var(--primary-color);
    font-weight: 600;
    border-radius: 0.25rem;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

    .news-slider-link:hover {
        background-color: darken(var(--accent-color), 10%);
    }

.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: white;
    opacity: 0.7;
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: var(--accent-color);
    opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--accent-color);
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 18px;
    }

/* News Grid Card Styling */
.news-card {
    background-color: white;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .news-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    }

.news-card-image {
    width: 100%;
   /* height: 149px;*/
    height: 220px;
    object-fit: cover;
}

.digerhaberler .news-card-image {
    width: 100%;
  height: 149px;
    object-fit: cover;
}

.news-card-content {
    padding: 1rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

@media (max-width: 767px) {
    .news-card-image {
        height: 220px;
    }
}

.news-card-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
    line-height: 1.4;

    /* Kart Başlıkları En Fazla 4 satır */
    display: -webkit-box;
    -webkit-line-clamp: 4; /* Maksimum 4 satır */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-card-summary {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 1rem;
    flex-grow: 1;
    line-height: 1.6;
    display: -webkit-box;
    display: box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-card-meta {
    font-size: 0.8rem;
    color: #777;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding-top: 0.75rem;
    margin-top: auto;
}

/* Right Sidebar Styling */
.right-sidebar-card {
    background-color: white;
    padding: 0.8rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.president-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 1rem auto;
    border: 3px solid #ccc;
}

.president-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary-color);
    text-align: center;
}

.president-message-btn {
    display: block;
    width: 100%;
    padding: 0.3rem;
    background-color: var(--primary-color);
    color: white;
    text-align: center;
    border-radius: 0.3rem;
    transition: background-color 0.3s ease;
    font-weight: 500;
    font-size: 0.8rem;
    text-decoration: none;
    font-weight: 200;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    -ms-border-radius: 0.3rem;
    -o-border-radius: 0.3rem;
}

    .president-message-btn:hover {
        background-color: var(--secondary-color);
    }

.sidebar-banner {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: transparent;
    color: var(--primary-color);
    padding: 0.75rem 1rem;
    text-align: left;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

    .sidebar-banner i {
        font-size: 1.1rem;
        margin-right: 0.75rem;
        color: var(--secondary-color);
        transition: all 0.3s ease;
    }

    .sidebar-banner:hover {
        background-color: rgba(30, 136, 229, 0.05);
        border-color: var(--secondary-color);
        transform: translateX(3px);
    }

        .sidebar-banner:hover i {
            transform: scale(1.1);
        }

/* Footer */
.footer-custom {
    background-color: var(--footer-bg-color);
    color: #cecece;
    padding: 2rem 0;
}

.container {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1440px;
    }
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .left-sidebar,
    .right-sidebar {
        display: none;
    }

    .main-content-area {
        width: 100%;
        padding: 0 !important;
        margin: 0 !important;
    }
}

.icon-lawyer {
    width: 50px;
    height: 50px;
    background-color: #2563eb;
    -webkit-mask: url("/img/lawyer.svg") no-repeat center / contain;
    mask: url("/img/lawyer.svg") no-repeat center / contain;
}

.footer-logo {
    display: inline-flex;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

    .footer-logo img {
        height: 50px;
        margin-bottom: 0;
    }

    .footer-logo a {
        text-decoration: none;
        color: #bbbbbb;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

@media (max-width: 767.98px) {
    .footer-logo {
        display: none;
    }
}

.belgedogrula {
    background: rgba(247, 244, 244, 0.1);
    border-radius: 5px;
    padding: 6px 6px;
    font-size: 13px;
    transition: background-color 0.2s ease, transform 0.2s ease;
    -webkit-transition: background-color 0.2s ease, transform 0.2s ease;
    -moz-transition: background-color 0.2s ease, transform 0.2s ease;
    -ms-transition: background-color 0.2s ease, transform 0.2s ease;
    -o-transition: background-color 0.2s ease, transform 0.2s ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

    .belgedogrula:hover {
        background: rgba(255, 255, 255, 0.2);
        transform: translateY(-2px);
    }

    .belgedogrula i {
        font-size: 20px;
        margin-right: 2px;
    }

/* Hızlı Erişim Button */
.hizli-erisim-btn {
    background: rgba(247, 244, 244, 0.1);
    border: none;
    border-radius: 5px;
    padding: 6px 6px;
    font-size: 13px;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
    -webkit-transition: background-color 0.2s ease, transform 0.2s ease;
    -moz-transition: background-color 0.2s ease, transform 0.2s ease;
    -ms-transition: background-color 0.2s ease, transform 0.2s ease;
    -o-transition: background-color 0.2s ease, transform 0.2s ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

    .hizli-erisim-btn:hover {
        background: rgba(255, 255, 255, 0.2);
        transform: translateY(-2px);
    }

    .hizli-erisim-btn i {
        font-size: 20px;
        margin-right: 2px;
    }

/* Hızlı Erişim Overlay */
.quick-access-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    padding: 20px;
}

    .quick-access-overlay.active {
        opacity: 1;
        visibility: visible;
    }

.quick-access-modal {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    max-width: 600px;
    width: 100%;
    max-height: 85vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    position: relative;
    transform: scale(0.9);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.quick-access-overlay.active .quick-access-modal {
    transform: scale(1);
}

.quick-access-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #f5f5f5;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #666;
    font-size: 18px;
}

    .quick-access-close:hover {
        background: #e0e0e0;
        color: #333;
        transform: rotate(90deg);
    }

.quick-access-title {
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 1.25rem;
    padding-right: 40px;
}

.quick-access-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 0.75rem;
}

.quick-access-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem 0.75rem;
    background: #f8f9fa;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    min-height: 100px;
}

    .quick-access-item:hover {
        background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(10, 61, 98, 0.2);
        border-color: var(--secondary-color);
    }

.quick-access-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.6rem;
    background: white;
    transition: all 0.3s ease;
}

.quick-access-item:hover .quick-access-icon {
    background: rgba(255, 255, 255, 0.95);
    transform: scale(1.1);
}

.quick-access-icon i {
    font-size: 20px;
    color: var(--primary-color);
    transition: color 0.3s ease;
}

.quick-access-item:hover .quick-access-icon i {
    color: var(--secondary-color);
}

.quick-access-label {
    font-size: 0.78rem;
    font-weight: 500;
    color: #333;
    text-align: center;
    line-height: 1.2;
    transition: color 0.3s ease;
}

.quick-access-item:hover .quick-access-label {
    color: white;
}

/* Responsive */
@media (max-width: 768px) {
    .quick-access-modal {
        padding: 1.25rem;
        max-height: 90vh;
    }

    .quick-access-title {
        font-size: 1.15rem;
        margin-bottom: 1rem;
    }

    .quick-access-grid {
        grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
        gap: 0.6rem;
    }

    .quick-access-item {
        padding: 0.85rem 0.6rem;
        min-height: 90px;
    }

    .quick-access-icon {
        width: 38px;
        height: 38px;
    }

        .quick-access-icon i {
            font-size: 18px;
        }

    .quick-access-label {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .quick-access-overlay {
        padding: 10px;
    }

    .quick-access-modal {
        padding: 1.25rem;
        border-radius: 12px;
    }

    .quick-access-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }

    .quick-access-item {
        padding: 0.75rem 0.5rem;
        min-height: 90px;
    }

    .quick-access-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 0.5rem;
    }

        .quick-access-icon i {
            font-size: 18px;
        }

    .quick-access-label {
        font-size: 0.7rem;
    }
}

/* Banner Menu Buttons */
.bannermenu {
    margin-top: 0;
    width: 100%;
}

.banner-btn {
    display: block;
    height: 100px;
    border: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: #fff;
    position: relative;
    min-height: 90px;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.bannermenu .banner-btn {
    flex: 1;
}

.banner-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
}

.banner-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
    -webkit-transition: transform 0.6s ease;
    -moz-transition: transform 0.6s ease;
    -ms-transition: transform 0.6s ease;
    -o-transition: transform 0.6s ease;
}

.banner-btn:hover .banner-bg-img {
    transform: scale(1.08);
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(10, 61, 98, 0.92) 0%, rgba(30, 136, 229, 0.85) 100%);
    z-index: 1;
    transition: opacity 0.4s ease;
}

.banner-btn:hover .banner-overlay {
    opacity: 0.95;
}

.banner-content {
    z-index: 2;
    height: 100%;
    padding: 0.75rem !important;
}

.banner-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    flex-shrink: 0;
}

    .banner-icon i {
        font-size: 24px;
        color: #fff;
        transition: transform 0.4s ease;
    }

.banner-btn:hover .banner-icon {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(5deg);
}

    .banner-btn:hover .banner-icon i {
        transform: scale(1.15);
    }

.banner-title {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 2px;
    letter-spacing: 0.3px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.banner-subtitle {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
    line-height: 1.2;
}

.banner-arrow {
    font-size: 20px;
    color: #fff;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0.9;
    flex-shrink: 0;
    margin-left: 0.5rem;
}

.banner-btn:hover .banner-arrow {
    transform: translateX(6px);
    opacity: 1;
}

@media (max-width: 1599px) {
    .banner-btn {
        height: 65px;
        min-height: 60px;
    }

    .banner-icon {
        width: 55px;
        height: 55px;
        min-width: 55px;
    }

        .banner-icon i {
            font-size: 26px;
        }

    .banner-title {
        font-size: 1rem;
    }

    .banner-subtitle {
        font-size: 0.85rem;
    }
}

@media (max-width: 1399px) {
    .banner-btn {
        height: 40px;
        min-height: 40px;
    }

    .banner-icon {
        display: none;
    }

    .banner-title {
        font-size: 0.9rem;
    }
}

/* Desktop to Large Tablet (992px - 1199px) */
@media (max-width: 1199px) and (min-width: 992px) {
    .banner-btn {
        height: 95px;
    }

    .banner-icon {
        width: 48px;
        height: 48px;
        min-width: 48px;
    }

        .banner-icon i {
            font-size: 22px;
        }

    .banner-title {
        font-size: 0.95rem;
    }

    .banner-subtitle {
        font-size: 0.75rem;
    }

    .banner-content {
        padding: 0.65rem !important;
    }
}

/* Desktop to Large Tablet (992px - 1199px) */
@media (max-width: 1198px) and (min-width: 1025px) {
    .banner-btn {
        display: none;
    }
}

/* Tablet (768px - 991px) */
@media (max-width: 1199px) and (min-width: 768px) {
    .bannermenu {
        flex-direction: row !important;
        gap: 0.75rem !important;
    }

    .banner-btn {
        height: 100px;
        flex: 1;
    }

    .banner-icon {
        width: 45px;
        height: 45px;
        min-width: 45px;
    }

        .banner-icon i {
            font-size: 20px;
        }

    .banner-title {
        font-size: 0.9rem;
    }

    .banner-subtitle {
        font-size: 0.7rem;
    }

    .banner-arrow {
        font-size: 18px;
    }
}

/* Mobile Landscape (576px - 767px) */
@media (max-width: 767px) and (min-width: 576px) {
    .bannermenu {
        flex-direction: column !important;
        gap: 0.75rem !important;
    }

    .banner-btn {
        height: 85px;
    }

    .banner-icon {
        width: 42px;
        height: 42px;
        min-width: 42px;
    }

        .banner-icon i {
            font-size: 18px;
        }

    .banner-title {
        font-size: 0.88rem;
    }

    .banner-subtitle {
        font-size: 0.7rem;
    }

    .banner-content {
        padding: 0.6rem !important;
    }

    .banner-arrow {
        font-size: 16px;
    }
}

/* Mobile Portrait (320px - 575px) */
@media (max-width: 575px) {
    .site-navbar .navbar-collapse {
        display: flex !important;
        position: static !important;
        background: transparent !important;
    }

        .site-navbar .navbar-collapse .navbar-nav {
            display: none !important;
        }

        .site-navbar .navbar-collapse .d-flex.align-items-center.ms-auto {
            display: flex !important;
            position: absolute;
            bottom: -50px;
            left: 0;
            right: 0;
            width: 100%;
            justify-content: center;
            margin: 0 !important;
            gap: 1rem;
        }

    #mobileMenuToggler {
        display: inline-flex !important;
        position: fixed !important;
        left: 10px !important;
        top: 10px !important;
        z-index: 1051 !important;
    }

    .row.align-items-center.g-3 > .col-md-4 {
        flex-direction: column !important;
        text-align: center !important;
        gap: 1rem !important;
    }

        .row.align-items-center.g-3 > .col-md-4 > div:first-child {
            width: 80px !important;
            height: 80px !important;
        }

        .row.align-items-center.g-3 > .col-md-4 > div:last-child {
            text-align: center !important;
        }

        .row.align-items-center.g-3 > .col-md-4 h1 {
            font-size: 1rem !important;
        }

        .row.align-items-center.g-3 > .col-md-4 small {
            font-size: 0.7rem !important;
        }

    .news-slider-title {
        font-size: 1rem !important;
        margin-bottom: 0 !important;
    }

    .swiper-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: var(--swiper-pagination-bottom, 0px) !important;
        top: var(--swiper-pagination-top, auto);
    }

    .bannermenu {
        flex-direction: column !important;
        gap: 0.75rem !important;
    }

    .banner-btn {
        height: 80px;
    }

    .banner-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        border-radius: 10px;
    }

        .banner-icon i {
            font-size: 18px;
        }

    .banner-title {
        font-size: 0.85rem;
        font-weight: 600;
    }

    .banner-subtitle {
        font-size: 0.68rem;
        display: none;
    }

    .banner-content {
        padding: 0.55rem !important;
        gap: 0.5rem !important;
    }

    .banner-arrow {
        font-size: 16px;
    }

    .banner-btn:hover {
        transform: none;
    }

    .banner-btn:active {
        transform: scale(0.98);
    }
}

/* Extra Small Mobile (max 374px) */
@media (max-width: 374px) {
    .banner-btn {
        height: 75px;
    }

    .banner-icon {
        width: 38px;
        height: 38px;
        min-width: 38px;
    }

        .banner-icon i {
            font-size: 16px;
        }

    .banner-title {
        font-size: 0.8rem;
    }

    .banner-content {
        padding: 0.5rem !important;
    }

    .banner-arrow {
        font-size: 14px;
    }
}

.solbanner {
    width: 270px !important;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

/* Yaklaşan Etkinlikler Styles */
.event-card {
    cursor: pointer;
}

    .event-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15) !important;
    }

    .event-card img {
        transition: transform 0.3s ease;
    }

    .event-card:hover img {
        transform: scale(1.05);
    }

.upcoming-events-slider .swiper-button-next,
.upcoming-events-slider .swiper-button-prev {
    width: 45px;
    height: 45px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

    .upcoming-events-slider .swiper-button-next:after,
    .upcoming-events-slider .swiper-button-prev:after {
        font-size: 20px;
        font-weight: bold;
    }

.upcoming-events-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--primary-color);
    opacity: 0.3;
}

.upcoming-events-slider .swiper-pagination-bullet-active {
    opacity: 1;
    width: 24px;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .upcoming-events-slider .swiper-button-next,
    .upcoming-events-slider .swiper-button-prev {
        width: 35px;
        height: 35px;
    }

        .upcoming-events-slider .swiper-button-next:after,
        .upcoming-events-slider .swiper-button-prev:after {
            font-size: 16px;
        }
}

/* Header Styles */
.page-header {
    background: linear-gradient(135deg, var(--primary-color) 0%, #1e3a8a 100%);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.header-logo-container {
    width: 100px;
    height: 100px;
}

    .header-logo-container img {
        width: 100%;
    }

.header-search-input {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.25);
    padding-right: 48px;
}

.header-search-btn {
    background: var(--secondary-color);
    color: #fff;
    width: 40px;
    height: 40px;
}

/* Navigation Styles */
.site-navbar.navbar {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
}

.navbar .nav-item.nav-separator {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding-right: 15px;
    margin-right: 15px;
}

/* Mobile Offcanvas */
#mobileOffcanvas.offcanvas {
    --bs-offcanvas-width: 320px;
}

.offcanvas-social-icon {
    background: rgba(0, 0, 0, 0.08);
}

    .offcanvas-social-icon i {
        color: #333;
    }

/* Sidebar Styles */
.left-sidebar {
    background-color: var(--sidebar-bg-color);
    border-radius: 0.5rem;
    padding: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.sidebar-accordion-link {
    pointer-events: auto;
    cursor: pointer;
}

/* News Section */
.news-section-header {
    color: white;
    display: flex;
    align-items: center;
    font-size: 19px;
}

.news-badge-overlay {
    background: #00000057;
    font-size: 0.75rem;
}

.news-badge-event {
    background: #059669;
    font-size: 0.75rem;
}

.news-badge-news {
    background: #2563eb;
    font-size: 0.75rem;
}

.news-badge-announcement {
    background: #dc2626;
    font-size: 0.75rem;
}

.view-all-news-btn {
    background: var(--primary-color);
    color: #fff;
}

/* Events Section */
.upcoming-events-section {
    background: #f8fafc;
    margin-top: 0;
}

.section-header-center {
    text-align: center;
    margin-bottom: 2.5rem;
}

.section-header-icon {
    color: var(--primary-color);
}

.section-description {
    color: #64748b;
    font-size: 0.95rem;
}

.event-card {
    background: white;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

    .event-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    }

.event-image-container {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.event-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-card h5 {
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.event-meta-info {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #94a3b8;
    font-size: 0.8rem;
}

/* License Holders Section */
.license-holders-section {
    background-color: #f2f2f2;
    margin-top: 2rem;
    position: relative;
}

    .license-holders-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: linear-gradient(90deg, transparent, rgba(100, 100, 100, 0.4), transparent);
        opacity: 0.5;
    }

.license-card {
    background: white;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    text-align: center;
}

    .license-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    }

.license-image-container {
    position: relative;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    overflow: hidden;
    background: linear-gradient(135deg, var(--primary-color) 0%, #1e3a8a 100%);
}

.license-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.license-holder-name {
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.5rem;
    line-height: 1.5;
    text-align: center;
}

.license-meta-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: var(--primary-color);
    font-size: 0.85rem;
    font-weight: 500;
}

.license-holders-slider {
    position: relative;
}

    .license-holders-slider .swiper-button-next,
    .license-holders-slider .swiper-button-prev {
        color: var(--primary-color);
        background: white;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

        .license-holders-slider .swiper-button-next:after,
        .license-holders-slider .swiper-button-prev:after {
            font-size: 18px;
            font-weight: bold;
        }

    .license-holders-slider .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: var(--primary-color);
        opacity: 0.3;
    }

    .license-holders-slider .swiper-pagination-bullet-active {
        opacity: 1;
        width: 24px;
        border-radius: 5px;
    }

/* Deceased Section */
.deceased-section {
    background: linear-gradient(180deg, #202020 0%, #121212 100%);
    margin-top: 0;
    padding: 4rem 0 5rem 0 !important;
}

.deceased-section-title {
    color: #d8d8d8;
}

.deceased-section-subtitle {
    color: #666;
    font-size: 0.95rem;
    font-style: italic;
}

.deceased-icon {
    color: #555;
}

/* TBB Banner Section */
.tbb-banner-section {
    background: linear-gradient(180deg, #f2f2f2 0%, #f2f2f2 100%);
}

/* TumunuGoruntule Style */
.filter-buttons-container {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    padding: 0.8rem 0.5rem;
    border-radius: 0.5rem;
    margin-bottom: 0.7rem;
    margin-top: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

    .filter-buttons-container.news-listing {
        padding: 0.5rem 1rem;
        margin-bottom: 1.5rem;
        margin-top: 0;
    }

.category-filter-btn {
    padding: 0.4rem 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.85);
    border-radius: 0.375rem;
    font-weight: 400;
    font-size: 0.875rem;
    transition: all 0.2s ease;
    cursor: pointer;
    backdrop-filter: blur(10px);
}

    .category-filter-btn:hover {
        background: rgba(255, 255, 255, 0.2);
        border-color: rgba(255, 255, 255, 0.5);
        color: white;
    }

    .category-filter-btn.active {
        background: white;
        color: var(--primary-color);
        border-color: white;
        font-weight: 500;
    }

.news-item {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Badge hover effect */
.news-card a:hover .badge {
    transform: scale(1.05);
}

.badge {
    transition: transform 0.2s ease;
    font-weight: 600;
    padding: 0.4rem 0.7rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/*Detay alanı*/

.news-detail-content img{
    max-width: 100%;
}

.main-content-area article h1 {
    font-size: 1.6rem !important;
}

.newsdatebar {
    font-size: 0.8rem;
}

.news-detail-image-container {
    height: 450px;
    overflow: hidden;
}

.news-detail-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related-news-card-image {
    height: 200px;
    overflow: hidden;
}

.related-news-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.related-news-card:hover .related-news-image {
    transform: scale(1.05);
}

/* Button Styles */
.btn-outline-news {
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    transition: all 0.3s ease;
}

    .btn-outline-news:hover {
        background: var(--primary-color);
        color: white;
    }

.view-all-news-btn {
    background: var(--primary-color);
    color: #fff;
    transition: background 0.3s ease;
}

    .view-all-news-btn:hover {
        background: var(--secondary-color);
        color: #fff;
    }

/* Pagination Styles */
.pagination-container {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 2px solid #e2e8f0;
}

.deceased-lawyer-card {
    text-align: center;
    padding: 1rem;
    background: #292929;
    border-radius: 0.375rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

    .deceased-lawyer-card:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    }

.deceased-lawyer-avatar {
    width: 80px;
    height: 80px;
    margin: 0 auto 0.75rem;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #333;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

    .deceased-lawyer-avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: grayscale(100%);
    }

.deceased-lawyer-name {
    font-size: 0.9rem;
    font-weight: 600;
    color: #939393;
    margin-bottom: 0.25rem;
    line-height: 1.3;
}

.deceased-lawyer-date {
    font-size: 0.75rem;
    color: #888;
    margin: 0;
}

.event-date-badge {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    background: rgba(220, 38, 38, 0.95);
    color: white;
    padding: 0.35rem 0.75rem;
    border-radius: 0.375rem;
    font-size: 0.75rem;
    font-weight: 600;
    backdrop-filter: blur(10px);
}

/* Swiper Navigation Colors */
.upcoming-events-slider .swiper-button-next,
.upcoming-events-slider .swiper-button-prev {
    color: var(--primary-color);
}

.deceased-lawyers-slider .swiper-pagination {
    bottom: -35px;
}

.upcoming-events-slider,
.deceased-lawyers-slider {
    position: relative;
}

/* Footer Styles */
.footer-copyright {
    font-size: 14px;
    opacity: 0.5;
}

.footer-credits {
    font-size: 12px;
    opacity: 0.5;
    display: block;
}

/* Section Title Icons */
.news-section-header .fas,
.section-header-center .fas {
    font-size: 1.5rem;
}

.section-title-dark {
    color: #1e293b;
}

/* İlan Ver Sayfası */
.btn-ilan-ver {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

    .btn-ilan-ver:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
        background: linear-gradient(135deg, var(--secondary-color) 0%, var(--primary-color) 100%);
    }

    .btn-ilan-ver i {
        font-size: 18px;
    }

.ilan-filter-section {
    border: 1px solid #e0e0e0;
    background: linear-gradient(to bottom, #f8f9fa, #ffffff);
    transition: all 0.3s ease;
}

    .ilan-filter-section:hover {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    }

    .ilan-filter-section .form-label {
        color: var(--primary-color);
        font-size: 14px;
        margin-bottom: 8px;
    }

    .ilan-filter-section .form-select {
        border: 2px solid #e0e0e0;
        border-radius: 6px;
        padding: 10px 15px;
        font-size: 15px;
        transition: all 0.3s ease;
    }

        .ilan-filter-section .form-select:focus {
            border-color: var(--primary-color);
            box-shadow: 0 0 0 0.2rem rgba(10, 61, 98, 0.15);
        }

.ilan-card {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

    .ilan-card:hover {
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
        transform: translateY(-3px);
        border-color: var(--primary-color);
    }

.ilan-card-header {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 12px 20px;
    border-bottom: 1px solid #dee2e6;
}

.ilan-card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.ilan-tarih {
    color: #6c757d;
    font-size: 14px;
    font-weight: 500;
}

    .ilan-tarih i {
        margin-right: 5px;
        color: var(--primary-color);
    }

.ilan-kategori {
    font-size: 12px;
    padding: 5px 12px;
    font-weight: 600;
    border-radius: 20px;
    letter-spacing: 0.5px;
}

.ilan-card-body {
    padding: 20px;
}

.ilan-baslik {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.4;
}

.ilan-metin {
    color: #495057;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.ilan-sahibi {
    color: #6c757d;
    font-size: 14px;
    padding: 10px 0;
    border-top: 1px solid #f0f0f0;
}

    .ilan-sahibi i {
        color: var(--primary-color);
    }

    .ilan-sahibi strong {
        color: var(--primary-color);
    }

.ilan-iletisim {
    margin-top: 10px;
}

.ilan-telefon {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    padding: 12px 18px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

    .ilan-telefon:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    }

    .ilan-telefon i {
        color: #ffffff;
        font-size: 16px;
        margin-right: 6px;
    }

    .ilan-telefon a {
        color: #ffffff;
        text-decoration: none;
        font-weight: 600;
        font-size: 15px;
        letter-spacing: 0.5px;
        transition: all 0.3s ease;
    }

        .ilan-telefon a:hover {
            color: var(--accent-color);
        }

.ilan-email {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    padding: 12px 18px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.2);
    transition: all 0.3s ease;
}

    .ilan-email:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(40, 167, 69, 0.25);
    }

    .ilan-email i {
        color: #ffffff;
        font-size: 16px;
        margin-right: 6px;
    }

    .ilan-email a {
        color: #ffffff;
        text-decoration: none;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 0.3px;
        transition: all 0.3s ease;
        word-break: break-all;
    }

        .ilan-email a:hover {
            color: var(--accent-color);
        }

.pagination {
    margin-top: 30px;
}

    .pagination .page-link {
        color: var(--primary-color);
        border: 1px solid #dee2e6;
        padding: 10px 18px;
        margin: 0 5px;
        border-radius: 6px;
        font-weight: 500;
        transition: all 0.3s ease;
    }

        .pagination .page-link:hover {
            background-color: var(--primary-color);
            color: #ffffff;
            border-color: var(--primary-color);
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

    .pagination .page-item.active .page-link {
        background-color: var(--primary-color);
        border-color: var(--primary-color);
        color: #ffffff;
        box-shadow: 0 4px 12px rgba(10, 61, 98, 0.3);
    }

    .pagination .page-item.disabled .page-link {
        background-color: #f8f9fa;
        border-color: #dee2e6;
        color: #6c757d;
    }

/* Responsive Tasarım */
@media (max-width: 768px) {
    .btn-ilan-ver {
        width: 100%;
        margin-bottom: 15px;
    }

    .ilan-filter-section .row {
        margin: 0;
    }

    .ilan-filter-section .col-md-6 {
        padding: 0 15px;
        margin-bottom: 15px;
    }

        .ilan-filter-section .col-md-6:last-child {
            margin-bottom: 0;
        }

    .ilan-card-body .row {
        flex-direction: column;
    }

    .ilan-card-body .col-md-8,
    .ilan-card-body .col-md-4 {
        width: 100%;
    }

    .ilan-iletisim {
        margin-top: 20px;
    }

    .ilan-telefon,
    .ilan-email {
        text-align: center;
    }

    .ilan-baslik {
        font-size: 16px;
    }

    .ilan-metin {
        font-size: 14px;
    }

    .pagination .page-link {
        padding: 8px 12px;
        font-size: 14px;
        margin: 0 2px;
    }
}

@media (max-width: 576px) {
    .ilan-card-header {
        padding: 10px 15px;
    }

    .ilan-card-body {
        padding: 15px;
    }

    .ilan-card-meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .ilan-kategori {
        margin-top: 5px;
    }

    .pagination {
        margin-top: 20px;
    }

        .pagination .page-link {
            padding: 6px 10px;
            font-size: 13px;
        }
}

/* Animasyonlar */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ilan-card {
    animation: fadeInUp 0.5s ease-out;
}

    .ilan-card:nth-child(1) {
        animation-delay: 0.1s;
    }

    .ilan-card:nth-child(2) {
        animation-delay: 0.2s;
    }

    .ilan-card:nth-child(3) {
        animation-delay: 0.3s;
    }

    .ilan-card:nth-child(4) {
        animation-delay: 0.4s;
    }

/* Hover Efektleri */
.ilan-baslik {
    transition: color 0.3s ease;
}

.ilan-card:hover .ilan-baslik {
    color: var(--secondary-color);
}

/*  İLAN VER SAYFASI */

.ilan-ver-form {
    animation: fadeInUp 0.6s ease-out;
}

    .ilan-ver-form .form-label {
        color: var(--primary-color);
        font-size: 15px;
        margin-bottom: 10px;
    }

        .ilan-ver-form .form-label i {
            font-size: 16px;
        }

    .ilan-ver-form .form-control,
    .ilan-ver-form .form-select {
        border: 2px solid #e0e0e0;
        border-radius: 8px;
        padding: 12px 18px;
        font-size: 15px;
        transition: all 0.3s ease;
        background-color: #fafafa;
    }

        .ilan-ver-form .form-control:focus,
        .ilan-ver-form .form-select:focus {
            border-color: var(--primary-color);
            box-shadow: 0 0 0 0.25rem rgba(10, 61, 98, 0.15);
            background-color: #ffffff;
            transform: translateY(-2px);
        }

        .ilan-ver-form .form-control:hover,
        .ilan-ver-form .form-select:hover {
            border-color: var(--secondary-color);
            background-color: #ffffff;
        }

    .ilan-ver-form textarea.form-control {
        resize: vertical;
        min-height: 180px;
    }

    .ilan-ver-form .form-text {
        color: #6c757d;
        font-size: 13px;
        margin-top: 8px;
    }

    .ilan-ver-form .text-danger {
        color: #dc3545 !important;
        font-weight: 600;
    }

.btn-ilan-gonder {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    border: none;
    padding: 14px 35px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
}

    .btn-ilan-gonder:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(40, 167, 69, 0.4);
        background: linear-gradient(135deg, #20c997 0%, #28a745 100%);
    }

    .btn-ilan-gonder i {
        font-size: 18px;
    }

.btn-outline-secondary {
    border: 2px solid #6c757d;
    color: #6c757d;
    padding: 14px 35px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

    .btn-outline-secondary:hover {
        background-color: #6c757d;
        border-color: #6c757d;
        color: #ffffff;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(108, 117, 125, 0.3);
    }

.alert-info {
    background: linear-gradient(135deg, #e7f3ff 0%, #cfe2ff 100%);
    border: 1px solid #b6d4fe;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 30px;
}

    .alert-info i {
        font-size: 20px;
    }

.alert-success {
    background: linear-gradient(135deg, #d1f4e0 0%, #b7e4c7 100%);
    border: 1px solid #95d5b2;
    border-radius: 10px;
    padding: 20px;
    animation: slideDown 0.5s ease-out;
}

    .alert-success .alert-heading {
        color: #28a745;
        font-size: 18px;
    }

        .alert-success .alert-heading i {
            font-size: 24px;
        }

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Required Field Indicator */
.ilan-ver-form .form-label .text-danger {
    font-size: 18px;
    margin-left: 3px;
}

.ilan-ver-form .form-control.is-invalid,
.ilan-ver-form .form-select.is-invalid {
    border-color: #dc3545;
    background-image: none;
}

.ilan-ver-form .form-control.is-valid,
.ilan-ver-form .form-select.is-valid {
    border-color: #28a745;
    background-image: none;
}

/* Responsive - İlan Ver Formu */
@media (max-width: 768px) {
    .ilan-ver-form .btn-lg {
        width: 100%;
        margin-bottom: 10px;
    }

    .ilan-ver-form .d-flex.gap-3 {
        flex-direction: column;
    }

    .ilan-ver-form .form-control,
    .ilan-ver-form .form-select {
        font-size: 16px; /* iOS zoom önleme */
    }

    .alert-info,
    .alert-success {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .ilan-ver-form .form-label {
        font-size: 14px;
    }

    .ilan-ver-form .form-check-label {
        font-size: 13px;
    }

    .btn-ilan-gonder,
    .btn-outline-secondary {
        padding: 12px 25px;
        font-size: 15px;
    }
}

.ilan-ver-form .form-control:focus,
.ilan-ver-form .form-select:focus {
    box-shadow: 0 0 0 0.25rem rgba(10, 61, 98, 0.15), 0 4px 12px rgba(10, 61, 98, 0.1);
}

.ilan-ver-form .form-control::placeholder {
    color: #adb5bd;
    opacity: 1;
    font-style: italic;
}

.char-counter {
    text-align: right;
    font-size: 12px;
    color: #6c757d;
    margin-top: 5px;
}

/* ARAMIZDAN AYRILANLAR*/

@media (min-width: 1200px) {
    .col-xl-2-4 {
        flex: 0 0 auto;
        width: 20%; /* 100% / 5 = 20% */
    }
}

.vefat-grid {
    margin-top: 30px;
}

.vefat-card {
    background: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    border: 2px solid #d0d0d0;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .vefat-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
        border-color: #333333;
        background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
    }

.vefat-card-img-wrapper {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    aspect-ratio: 4 / 5;
}

.vefat-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
    filter: grayscale(100%) contrast(1.1);
}

.vefat-card:hover .vefat-card-img {
    transform: scale(1.08);
    filter: grayscale(0%) contrast(1);
}

.vefat-card-body {
    padding: 20px 15px;
    text-align: center;
    background: linear-gradient(to bottom, #f0f0f0 0%, #e0e0e0 100%);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease;
}

.vefat-card:hover .vefat-card-body {
    background: linear-gradient(to bottom, #f8f8f8 0%, #ececec 100%);
}

.vefat-name {
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.vefat-card:hover .vefat-name {
    color: var(--primary-color);
}

.vefat-date {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: all 0.3s ease;
}

.vefat-card:hover .vefat-date {
    color: #2a2a2a;
}

.vefat-date i {
    color: #333333;
    font-size: 13px;
    transition: all 0.3s ease;
}

.vefat-card:hover .vefat-date i {
    color: var(--primary-color);
}

.vefat-grid + nav {
    border-top: 1px solid #cccccc;
    padding-top: 30px;
}

.vefat-grid ~ nav .pagination .page-link {
    background-color: #f0f0f0;
    color: #333333;
    border-color: #cccccc;
}

    .vefat-grid ~ nav .pagination .page-link:hover {
        background-color: #333333;
        color: #ffffff;
        border-color: #333333;
    }

.vefat-grid ~ nav .pagination .page-item.active .page-link {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #ffffff;
}

.vefat-grid ~ nav .pagination .page-item.disabled .page-link {
    background-color: #e8e8e8;
    border-color: #d0d0d0;
    color: #999999;
}

/* Responsive */
@media (max-width: 1199px) {
    .vefat-name {
        font-size: 15px;
        min-height: 36px;
    }

    .vefat-date {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .vefat-card-body {
        padding: 15px 10px;
    }

    .vefat-name {
        font-size: 14px;
        min-height: 34px;
    }
}

@media (max-width: 767px) {
    .vefat-grid {
        margin-top: 20px;
    }

    .vefat-card-img-wrapper {
        aspect-ratio: 3 / 4;
    }
}

@media (max-width: 575px) {
    .vefat-card {
        margin-bottom: 15px;
    }

    .vefat-name {
        font-size: 15px;
    }

    .vefat-date {
        font-size: 13px;
    }
}

.vefat-card {
    animation: fadeInUp 0.6s ease-out backwards;
}

.vefat-grid .col-xl-2-4:nth-child(1) .vefat-card {
    animation-delay: 0.05s;
}

.vefat-grid .col-xl-2-4:nth-child(2) .vefat-card {
    animation-delay: 0.1s;
}

.vefat-grid .col-xl-2-4:nth-child(3) .vefat-card {
    animation-delay: 0.15s;
}

.vefat-grid .col-xl-2-4:nth-child(4) .vefat-card {
    animation-delay: 0.2s;
}

.vefat-grid .col-xl-2-4:nth-child(5) .vefat-card {
    animation-delay: 0.25s;
}

.vefat-grid .col-xl-2-4:nth-child(6) .vefat-card {
    animation-delay: 0.3s;
}

.vefat-grid .col-xl-2-4:nth-child(7) .vefat-card {
    animation-delay: 0.35s;
}

.vefat-grid .col-xl-2-4:nth-child(8) .vefat-card {
    animation-delay: 0.4s;
}

.vefat-grid .col-xl-2-4:nth-child(9) .vefat-card {
    animation-delay: 0.45s;
}

.vefat-grid .col-xl-2-4:nth-child(10) .vefat-card {
    animation-delay: 0.5s;
}

.vefat-grid ~ nav .pagination {
    margin-top: 0;
}

/* Yonetim Kurulu Grid */
.board-section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.board-president {
    display: flex;
    justify-content: center;
}

.board-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    height: 100%;
}

    .board-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
        border-color: rgba(30, 136, 229, 0.4);
    }

.board-card-lead {
    max-width: 420px;
    width: 100%;
    background: linear-gradient(135deg, rgba(10, 61, 98, 0.04), rgba(30, 136, 229, 0.08));
    border: 1px solid rgba(10, 61, 98, 0.15);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.16);
}

.board-photo {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
   /* aspect-ratio: 4 / 5;*/
    border-radius: 0.85rem;
    overflow: hidden;
    background: linear-gradient(135deg, #e0e7ff, #f5f8ff);
}

.board-card-lead .board-photo {
    max-width: 260px;
}

.board-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.board-card:hover .board-photo img {
    transform: scale(1.05);
}

.board-body {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.board-role {
    display: inline-block;
    padding: 0.2rem 0.9rem;
    border-radius: 999px;
    background: rgba(10, 61, 98, 0.08);
    color: var(--primary-color);
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.02em;
}

.board-name {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.board-meta {
    color: #6b7280;
    font-size: 0.95rem;
}

@media (max-width: 575px) {
    .board-card {
        padding: 1rem;
    }

    .board-role {
        font-size: 0.85rem;
    }

    .board-name {
        font-size: 1.05rem;
    }
}

/* Scroll to top button */
.scroll-top-btn {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 50%;
    background: var(--primary-color);
    color: #ffffff;
    display: grid;
    place-items: center;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    z-index: 1055;
}

    .scroll-top-btn:hover {
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24);
        transform: translateY(2px);
    }

    .scroll-top-btn:focus {
        outline: none;
        box-shadow: 0 0 0 3px rgba(10, 61, 98, 0.25), 0 10px 26px rgba(0, 0, 0, 0.18);
    }

    .scroll-top-btn.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

@media (max-width: 575px) {
    .scroll-top-btn {
        bottom: 16px;
        right: 16px;
        width: 42px;
        height: 42px;
    }
}
#newsContainer{
    background-color:#fff;
    border-radius:10px;
}

.footer-bottom-menu {
    padding: 0.85rem 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(135deg, rgba(74, 158, 255, 0.08), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(74, 158, 255, 0.15);
    border-radius: 8px;
    margin-top: 1rem;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transition: all 0.3s ease;
}

    .footer-bottom-menu:hover {
        background: linear-gradient(135deg, rgba(74, 158, 255, 0.12), rgba(255, 255, 255, 0.06));
        border-color: rgba(74, 158, 255, 0.25);
        box-shadow: 0 4px 12px rgba(74, 158, 255, 0.1);
    }

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
}

    .footer-nav a {
        color: #bbbbbb;
        text-decoration: none;
        font-size: 0.9rem;
        transition: all 0.3s ease;
        padding: 0.2rem 0.4rem;
        white-space: nowrap;
    }

        .footer-nav a:hover {
            color: #ffffff;
            transform: translateY(-2px);
        }

    .footer-nav .separator {
        color: rgba(255, 255, 255, 0.3);
        margin: 0 0.25rem;
        font-weight: 300;
    }

.footer-divider {
    border: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    margin: 2rem 0;
}

.footer-copyright-text {
    color: #ffffff;
    font-weight: 500;
    font-size: 1rem;
    margin: 0;
}

.footer-credits {
    color: #999999;
    font-size: 0.9rem;
    font-style: italic;
    margin: 0;
}

@media (max-width: 767px) {
    .footer-nav {
        gap: 0.5rem;
    }

        .footer-nav a {
            font-size: 0.8rem;
            padding: 0.2rem 0.4rem;
        }

        .footer-nav .separator {
            margin: 0 0.15rem;
        }

    .footer-divider {
        margin: 1.5rem 0;
    }

    .footer-copyright-text {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .footer-nav {
        gap: 0.35rem;
    }

        .footer-nav a {
            font-size: 0.75rem;
            padding: 0.15rem 0.3rem;
        }

        .footer-nav .separator {
            margin: 0 0.1rem;
        }
}


.ebulten-card-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

@media (max-width: 767.98px) {
    .ebulten-card-img {
        height: auto;
        object-fit: contain;
    }
}

@media (min-width: 1025px) and (max-width: 1199.98px) {
    #newsContainer > .col-lg-3 {
        flex: 0 0 auto;
        width: 33.3333%;
    }
}

.anahaberresmi {
    display: block;
    margin: 0 auto;
    height: auto;
    width: 100%;
}

@media (min-width: 768px) {
    .anahaberresmi {
        width: 50%;
    }
}