
.filter-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 1.5rem;
}

.news-detail-image {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.mobile-menu {
    z-index: 1040 !important;
}

@media (max-width: 1199.98px) {
}

@media (max-width: 1199.98px) {
    .nav-desktop {
        display: none !important;
    }
    .mobile-menu-toggle {
        display: flex !important;
    }
    .hero-image-section-div {
        max-height: 400px;
    }
    h1 {
        font-size: 2.5rem !important;
    }
    h2 {
        font-size: 2rem !important;
    }
    
    header .logo {
        height: 100px !important;
    }

    .top-bar-content {
        flex-direction: column !important;
        gap: 0.75rem !important;
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
        align-items: center !important;
        width: 100%;
    }

    .top-bar .d-flex.gap-4 {
        flex-direction: column !important;
        gap: 0.5rem !important;
        text-align: center;
        width: 100%;
        align-items: center !important;
    }

    .top-bar .d-flex.gap-4 a {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        font-size: 0.9rem !important;
        gap: 0.25rem;
    }

    .top-bar .social-media {
        justify-content: center !important;
        margin-top: 0.25rem !important;
        width: 100%;
        gap: 1.25rem !important;
    }
    
    .top-bar .social-media a {
        margin: 0 !important;
        font-size: 1rem !important;
    }
}

@media (max-width: 767.98px) {
    body {
        font-size: 0.95rem;
    }

    h1 {
        font-size: 2.2rem !important;
        text-align: center;
    }
    h2 {
        font-size: 1.8rem !important;
        text-align: center;
    }
    
    .hero-container {
        flex-direction: column-reverse !important;
        gap: 1.5rem !important;
    }

    .search-bar-absolute {
        position: relative !important;
        bottom: auto !important;
        width: 100% !important;
        margin-top: 0 !important;
        z-index: 99;
        background: #fff;
        padding: 1.25rem !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
        border-radius: 16px !important;
    }

    header .logo {
        height: 85px !important;
    }
    
    .w-50, .w-75 {
        width: 100% !important;
    }
    
    .process-item .content p {
        font-size: 0.9rem;
    }

    .mobile-menu {
        width: 100%;
        padding: 1.25rem 1.5rem !important;
    }

    .mobile-menu .close-btn {
        margin-bottom: 0.5rem !important;
    }

    footer .col-md-2, footer .col-md-4 {
        margin-bottom: 2rem;
        text-align: center;
    }
    
    footer .d-flex {
        justify-content: center;
    }
    
    .bg-home-section-two .row.col-md-2 {
        width: 100%;
        margin: 0.5rem 0 !important;
    }
    
    .tab-content img {
        height: 280px !important;
        border-radius: 20px !important;
    }
    
    .testimonial-item img {
        max-width: 150px !important;
        margin: 0 auto !important;
    }
    
    .testimonial-item .d-flex.flex-column {
        text-align: center;
    }
    
    .testimonial-item .d-flex.gap-1 {
        justify-content: center;
    }

    .news-detail-image {
        height: 250px !important;
    }
    
    .display-1.text-primary {
        font-size: 5rem !important;
    }
}
