    /* --- Yeni Font ve Genel Body Stili --- */
    body {
        font-family: 'Poppins', sans-serif;
        background-color: #f8f9fa;
    }

    /* =============================================== */
    /* YENİ VE GÜNCEL HEADER STİLLERİ (V2)             */
    /* =============================================== */

    .main-header-v2 {
        background-color: #1c233b;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        position: relative;
        z-index: 1030;
    }

    /* 1. Üst Bar */
    .top-bar {
        padding: 8px 0;
        color: #fff;
    }

    /* 2. Ana Menü Barı */
    .main-navbar-menu {
        background-color: #13192a;
        /* Ana renkten bir ton daha koyu */
    }

    .main-navbar-menu .nav-link {
        padding: 0.75rem 1rem;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.8) !important;
        transition: all 0.2s ease-in-out;
        border-bottom: 3px solid transparent;
    }

    .main-navbar-menu .nav-link:hover,
    .main-navbar-menu .nav-link.active {
        color: #ffffff !important;
        border-bottom-color: #eec120;
    }

    .main-navbar-menu .dropdown-menu {
        background-color: #1c233b;
        border: 1px solid rgba(255, 255, 255, 0.15);
    }

    .main-navbar-menu .dropdown-item {
        color: rgba(255, 255, 255, 0.8) !important;
    }

    .main-navbar-menu .dropdown-item:hover {
        background-color: rgba(255, 255, 255, 0.1);
        color: #eec120 !important;
    }

    .main-navbar-menu .navbar-toggler {
        border-color: rgba(255, 255, 255, 0.2);
    }

    .main-navbar-menu .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    /* Mobil Menüdeki Arama Çubuğu */
    .main-navbar-menu .form-control {
        background-color: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.2);
        color: #fff;
    }

    .main-navbar-menu .form-control::placeholder {
        color: rgba(255, 255, 255, 0.5);
    }

    /* Bildirim Menüsü */
    .notification-dropdown {
        width: 350px;
        max-height: 400px;
        overflow-y: auto;
    }

    .notification-dropdown .dropdown-item {
        white-space: normal;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .notification-dropdown .dropdown-item.fw-bold {
        /* Okunmamış bildirimler */
        background-color: rgba(255, 255, 255, 0.08);
    }


    /* --- Genel Bölüm Stilleri --- */
    .section {
        padding: 30px 0;
    }

    .section-title {
        text-align: center;
        margin-bottom: 50px;
        font-weight: 700;
        font-size: 2.2rem;
        color: #343a40;
    }

    /* --- Hero Slider Bölümü --- */
    .hero-slider .carousel-item {
        height: 85vh;
        min-height: 450px;
        background-size: cover;
        background-position: center;
    }

    .hero-slider .carousel-caption {
        background-color: rgba(0, 0, 0, 0.5);
        padding: 25px;
        border-radius: 8px;
        bottom: 15%;
    }

    /* --- TREND HİZMETLER / KATEGORİLER BÖLÜMÜ --- */
    .trending-services .card {
        border: none;
        border-radius: 12px;
        box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
        overflow: hidden;
    }

    .trending-services .card:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    }

    .trending-services .card-img-top {
        height: 180px;
        object-fit: cover;
    }

    .trending-services .card-body {
        padding: 1rem 1.25rem;
    }

    .trending-services .card-title a {
        font-weight: 600;
        font-size: 1.1rem;
        color: #2c3e50;
        margin-bottom: 0.75rem;
        text-decoration: none;
    }

    .trending-services .service-meta {
        font-size: 0.85rem;
        color: #7f8c8d;
        margin-bottom: 0.5rem;
    }

    .trending-services .service-meta i {
        margin-right: 6px;
        color: #95a5a6;
    }

    .trending-services .card-footer {
        background-color: #fff;
        border-top: none;
        padding: 0 1.25rem 1.25rem;
    }

    .card-footer a {
        background-color: #1c233b;
        color: white;
    }

    .card-footer a:hover {
        background-color: #eec120;
    }

    .trending-services .btn-success {
        font-weight: 500;
    }

    /* --- SIKÇA SORULAN SORULAR (SSS) BÖLÜMÜ --- */
    .faq-section {
        background-color: #ffffff;
    }

    .custom-accordion-item {
        border: 1px solid #e9ecef;
        margin-bottom: 10px;
        border-radius: 8px !important;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }

    .custom-accordion-item .accordion-button {
        font-weight: 600;
        color: #2c3e50;
        box-shadow: none !important;
    }

    .custom-accordion-item .accordion-button:not(.collapsed) {
        background-color: #ffc107;
        color: #212529;
    }

    .custom-accordion-item .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
    }

    .custom-accordion-item .accordion-body {
        padding: 1.5rem;
        line-height: 1.7;
        color: #34495e;
    }

    /* --- İLAN LİSTELEME SAYFASI stilleri (V2) --- */
    .page-banner {
        background-color: #f8f9fa;
        padding: 2rem 0;
        border-bottom: 1px solid #dee2e6;
    }

    .page-banner h1 {
        font-weight: 700;
        color: #343a40;
    }

    .filter-bar {
        background-color: #fff;
        padding: 15px;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        margin-bottom: 30px;
    }

    .listing-card-v2 {
        background-color: #fff;
        border: 1px solid #e9ecef;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease;
        overflow: hidden;
        position: relative;
    }

    .listing-card-v2:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    }

    .listing-card-v2 .card-img-container {
        height: 180px;
        overflow: hidden;
    }

    .listing-card-v2 .card-img-top {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .listing-card-v2 .card-body {
        padding: 1.25rem;
    }

    .listing-card-v2 .card-category {
        font-size: 0.8rem;
        font-weight: 600;
        color: #eec120;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .listing-card-v2 .card-title {
        font-size: 1.1rem;
        font-weight: 600;
        color: #212529;
        margin-bottom: 10px;
    }

    .listing-card-v2 .card-details {
        font-size: 0.85rem;
        color: #6c757d;
    }

    .listing-card-v2 .card-details i {
        margin-right: 5px;
    }

    .listing-card-v2 .card-footer {
        background-color: transparent;
        border-top: 1px solid #e9ecef;
        padding: 0.75rem 1.25rem;
        font-size: 0.8rem;
    }

    /* --- KULLANICI PROFİL SAYFASI --- */
    .profile-sidebar-card {
        border-radius: 12px;
        box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
        border: none;
        padding: 25px;
        text-align: center;
        position: sticky;
        top: 20px;
    }

    .profile-sidebar-card .profile-avatar {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        border: 4px solid #ffc107;
        margin-bottom: 15px;
        object-fit: cover;
    }

    .profile-sidebar-card .profile-name {
        font-weight: 700;
        font-size: 1.5rem;
        margin-bottom: 5px;
    }

    .profile-sidebar-card .profile-role {
        font-weight: 500;
        color: #6c757d;
        margin-bottom: 20px;
    }

    .profile-sidebar-card .profile-stats {
        list-style: none;
        padding: 0;
        text-align: left;
        margin-top: 20px;
    }

    .profile-sidebar-card .profile-stats li {
        padding: 8px 0;
        border-bottom: 1px solid #f1f1f1;
        display: flex;
        justify-content: space-between;
        font-size: 0.9rem;
    }

    .profile-sidebar-card .profile-stats li:last-child {
        border-bottom: none;
    }

    .profile-sidebar-card .profile-stats strong {
        color: #343a40;
    }

    /* --- İLAN VERME SAYFASI --- */
    .form-wizard-card {
        background-color: #fff;
        border-radius: 12px;
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
        padding: 40px;
    }

    .form-wizard-card .form-section {
        padding: 25px 0;
        border-bottom: 1px solid #e9ecef;
    }

    .form-wizard-card .form-section:last-child {
        border-bottom: none;
    }

    .form-wizard-card .form-section-title {
        font-weight: 600;
        font-size: 1.5rem;
        color: #343a40;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }

    .form-wizard-card .form-section-title .step-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background-color: #ffc107;
        color: #212529;
        font-weight: bold;
        border-radius: 50%;
        margin-right: 15px;
        font-size: 1.2rem;
    }

    .form-control:focus,
    .form-select:focus {
        border-color: #ffc107;
        box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25);
    }

    /* --- YORUM VE PUANLAMA SİSTEMİ --- */
    .review-form-card {
        background-color: #fff;
        padding: 25px;
        border-radius: 12px;
        box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
    }

    .star-rating {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        font-size: 2rem;
    }

    .star-rating input[type="radio"] {
        display: none;
    }

    .star-rating label {
        color: #ddd;
        cursor: pointer;
        transition: color 0.2s;
    }

    .star-rating input[type="radio"]:checked~label,
    .star-rating label:hover,
    .star-rating label:hover~label {
        color: #ffc107;
    }

    .review-list .review-item {
        display: flex;
        gap: 15px;
        padding: 20px 0;
        border-bottom: 1px solid #e9ecef;
    }

    .review-list .review-item:last-child {
        border-bottom: none;
    }

    .review-list .reviewer-avatar {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
    }

    .review-list .review-content {
        flex-grow: 1;
    }

    .review-list .review-meta {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 5px;
    }

    .review-list .reviewer-name {
        font-weight: 600;
    }

    .review-list .review-stars {
        color: #ffc107;
    }

    .review-list .review-comment {
        color: #34495e;
    }

    /* --- İLAN DETAY SAYFASI --- */
    .listing-detail-header h1 {
        font-weight: 700;
    }

    .listing-detail-meta {
        font-size: 0.9rem;
        color: #6c757d;
    }

    .listing-main-image {
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
    }

    .listing-section-title {
        font-weight: 600;
        font-size: 1.5rem;
        border-bottom: 2px solid #ffc107;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .listing-details-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 15px 30px;
        list-style: none;
        padding: 0;
    }

    .listing-details-grid li {
        background-color: #f8f9fa;
        padding: 10px 15px;
        border-radius: 8px;
        border-left: 4px solid #e9ecef;
    }

    .listing-details-grid li strong {
        color: #343a40;
    }

    .user-contact-card {
        border: 1px solid #e9ecef;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
        padding: 25px;
        position: sticky;
        top: 90px;
    }

    .user-contact-card .user-info {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .user-contact-card .user-avatar {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        margin-right: 15px;
        object-fit: cover;
    }

    .user-contact-card .user-name {
        font-weight: 600;
        font-size: 1.2rem;
        margin-bottom: 0;
    }

    .user-contact-card .listing-section-title {
        font-size: 1.25rem;
        text-align: left;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    .user-contact-card .listing-details-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .user-contact-card .listing-details-grid li {
        padding: 8px 12px;
        font-size: 0.9rem;
    }

    /* --- BÖLÜM: NASIL ÇALIŞIR? --- */
    .how-it-works-section {
        background-color: #ffffff;
    }

    .step-box {
        text-align: center;
        padding: 30px;
        position: relative;
    }

    .step-box .step-icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
        border-radius: 50%;
        background-color: #ffc107;
        color: #212529;
        font-size: 2.5rem;
        margin: 0 auto 20px auto;
        transition: all 0.3s ease;
    }

    .step-box:hover .step-icon {
        transform: translateY(-5px) scale(1.1);
        box-shadow: 0 10px 20px rgba(255, 193, 7, 0.4);
    }

    .step-box .step-title {
        font-weight: 700;
        font-size: 1.25rem;
        margin-bottom: 10px;
        color: #343a40;
    }

    .step-box .step-description {
        color: #6c757d;
        line-height: 1.6;
    }

    @media (min-width: 768px) {
        .step-box:not(:last-child)::after {
            content: '\f138';
            font-family: 'bootstrap-icons';
            position: absolute;
            top: 40px;
            right: -25px;
            font-size: 2rem;
            color: #dee2e6;
            transform: translateY(-50%);
        }
    }

    /* =============================================== */
    /* MOBİL İÇİN YÜZEN İLAN VER BUTONU (FAB)          */
    /* =============================================== */
    .fab-ilan-ver {
        position: fixed;
        /* Sayfa kaysa bile sabit kalır */
        bottom: 20px;
        /* Alttan 20px boşluk */
        right: 20px;
        /* Sağdan 20px boşluk */
        z-index: 1030;
        /* Diğer elemanların üzerinde görünür */
        border-radius: 50px;
        /* Kenarları yuvarlak yapar */
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        /* Yükselmiş efekti verir */
        display: flex;
        /* İçindeki ikonu ve yazıyı hizalamak için */
        align-items: center;
        gap: 0.5rem;
        /* İkon ile yazı arasına boşluk */
    }


    /* =============================================== */
    /* MOBİL İÇİN SLIDER YÜKSEKLİK AYARI             */
    /* =============================================== */
    @media (max-width: 767.98px) {

        /* Tablet ve telefonlar için geçerli */
        .hero-slider .carousel-item {
            height: 50vh;
            /* Yüksekliği ekranın yarısı kadar yap */
            min-height: 350px;
            /* Çok kısa olmasını da engelle */
        }
    }



    /* =============================================== */
    /* MOBİL İÇİN SLIDER YAZI STİLLERİ               */
    /* =============================================== */
    @media (max-width: 767.98px) {
        .hero-slider .carousel-caption {
            /* Yazı kutusunun alttan boşluğunu ve genel dolgusunu azalt */
            bottom: 5%;
            padding: 15px;
        }

        .hero-slider .carousel-caption h5 {
            /* Başlık yazı boyutunu küçült */
            font-size: 1.1rem;
        }

        .hero-slider .carousel-caption p {
            /* Paragraf yazı boyutunu küçült ve çok uzunsa gizle */
            font-size: 0.9rem;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            /* En fazla 2 satır göster */
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
    }


    /* =============================================== */
    /* YENİ FOOTER STİLLERİ                            */
    /* =============================================== */
    .site-footer {
        font-size: 0.9rem;
    }

    .site-footer h5 {
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 1rem;
    }

    .site-footer .footer-link {
        color: rgba(255, 255, 255, 0.7);
        text-decoration: none;
        transition: all 0.2s ease-in-out;
        display: inline-block;
        margin-bottom: 0.5rem;
    }

    .site-footer .footer-link:hover {
        color: #ffffff;
        transform: translateX(3px);
    }

    .site-footer .social-icons .social-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.1);
        color: #ffffff;
        text-decoration: none;
        margin-right: 10px;
        transition: all 0.2s ease-in-out;
    }

    .site-footer .social-icons .social-icon:hover {
        background-color: #eec120;
        color: #1c233b;
    }
    
    
    
    /* --- Yeni Modern Hero Alanı (index.php) --- */
.hero-section-v2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.hero-section-v2 .display-4 {
    /* Sitenizin ana koyu rengini (header'daki gibi) kullanıyoruz */
    color: #1c233b; 
    font-size: 2.8rem; /* Mobil için biraz daha optimize */
}

.hero-section-v2 .lead {
    font-size: 1.15rem;
    color: #495057; /* Okunaklı, yumuşak bir metin rengi */
}

.hero-section-v2 .btn-lg {
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
}

/* Telefon ve tabletlerde resim ve metin arasındaki boşluk */
@media (max-width: 991.98px) {
    .hero-section-v2 .col-lg-6 {
        text-align: center;
    }
    .hero-section-v2 .d-md-flex {
        justify-content: center !important;
    }
    .hero-section-v2 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .hero-section-v2 .display-4 {
        font-size: 2.2rem;
    }
}