@media (max-width: 768px) {
    .journey-grid-section {
        padding: 80px 0;
    }

    .hero {
        position: relative;
        height: 100%;
        min-height: 544px;
        display: flex;
        align-items: center;
        overflow: hidden;
        background-color: #000;
    }

    .btn-hero {
        padding: 1rem 2rem;
        font-size: 0.75rem;
        letter-spacing: 1.5px;
    }

    .about-section {
        padding: 6rem 0;
    }

    .section-title-modern {
        font-size: 2.2rem;
    }

    .about-badge {
        padding: 1.5rem 1rem;
        min-width: 100px;
    }

    .badge-year {
        font-size: 1.8rem;
    }

    .header-actions .btn-cta {
        display: none;
    }

    .logo img {
        height: 70px;
        width: 120px;
        object-fit: contain;
        transition: all 0.4s var(--transition);
        border-radius: 4px;
    }
}

@media(max-width:576px) {
    .hero {
        height: 100%;
        min-height: 100%;
        background-size: 100% 100%;
        padding-top: 100px;
    }

    .hero-title {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .hero-subtitle {
        margin-bottom: 15px;
    }

    .hero-btns {
        margin-bottom: 26px;
    }

    .mobile-sidebar {
        position: fixed;
        top: 0;
        right: -111%;
    }

    /* Testimonials Mobile Refinement */
    .testimonial-swiper {
        padding: 2rem 0 4rem !important;
    }

    .testimonial-card {
        padding: 2.5rem 1.5rem;
    }

    .quote {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }

    .testimonial-next,
    .testimonial-prev {
        display: none !important;
        /* Hide arrows on small screens to avoid overflow */
    }
}