/*
 * ============================================================
 * Responsive Styles
 * समस्त प्रजापति वेलफेयर संस्थान सुमेरपुर
 * ============================================================
 */

/* ===== Extra Large Devices (1200px+) ===== */
@media (min-width: 1200px) {
    .hero-slider .slide-content h1 {
        font-size: 3.5rem;
    }
}

/* ===== Large Devices (992px - 1199px) ===== */
@media (max-width: 1199px) {
    .hero-slider .slide-content h1 {
        font-size: 2.8rem;
    }
    .section-title h2 {
        font-size: 2rem;
    }
}

/* ===== Medium Devices / Tablets (768px - 991px) ===== */
@media (max-width: 991px) {
    .hero-slider {
        height: 80vh;
        min-height: 500px;
    }
    .hero-slider .slide-content h1 {
        font-size: 2.2rem;
    }
    .hero-slider .slide-content p {
        font-size: 1rem;
    }
    .section-padding {
        padding: 60px 0;
    }
    .section-title h2 {
        font-size: 1.8rem;
    }
    .main-header {
        padding: 8px 0;
    }
    .main-header .navbar-brand img {
        height: 50px;
    }
    .main-header.scrolled {
        padding: 6px 0;
    }
    .main-header.scrolled .navbar-brand img {
        height: 45px;
    }
    .main-header .navbar-collapse {
        background: var(--white);
        padding: 20px;
        border-radius: var(--border-radius);
        box-shadow: var(--shadow-lg);
        margin-top: 15px;
    }
    .main-header .nav-link {
        color: var(--dark-text) !important;
        padding: 10px 15px !important;
    }
    .main-header .nav-link:hover {
        color: var(--primary-orange) !important;
    }
    .stats-section .stat-item .stat-number {
        font-size: 2.2rem;
    }
    .about-section .about-img img {
        height: 350px;
        margin-bottom: 30px;
    }
}

/* ===== Small Devices / Mobile Landscape (576px - 767px) ===== */
@media (max-width: 767px) {
    .main-header {
        padding: 6px 0;
        top: 35px;
    }
    .main-header .navbar-brand img {
        height: 45px;
    }
    .main-header.scrolled {
        padding: 5px 0;
        top: 0;
    }
    .main-header.scrolled .navbar-brand img {
        height: 40px;
    }
    .hero-slider {
        height: 70vh;
        min-height: 450px;
    }
    .hero-slider .slide-content h1 {
        font-size: 1.8rem;
    }
    .hero-slider .slide-content p {
        font-size: 0.9rem;
    }
    .hero-slider .swiper-button-next,
    .hero-slider .swiper-button-prev {
        display: none;
    }
    .section-padding {
        padding: 50px 0;
    }
    .section-title h2 {
        font-size: 1.6rem;
    }
    .section-title {
        margin-bottom: 35px;
    }
    .stats-section .stat-item {
        padding: 15px 10px;
    }
    .stats-section .stat-item .stat-number {
        font-size: 2rem;
    }
    .welcome-section .welcome-img img {
        height: 280px;
        margin-bottom: 25px;
    }
    .cta-section h2 {
        font-size: 1.6rem;
    }
    .cta-section p {
        font-size: 0.95rem;
    }
    .page-banner {
        padding: 100px 0 50px;
    }
    .page-banner h1 {
        font-size: 1.8rem;
    }
    .gallery-item img {
        height: 200px;
    }
    .blog-card .blog-img {
        height: 180px;
    }
    .main-footer {
        padding: 40px 0 0;
    }
}

/* ===== Extra Small Devices / Mobile Portrait (425px and below) ===== */
@media (max-width: 425px) {
    .hero-slider {
        height: 65vh;
        min-height: 400px;
    }
    .hero-slider .slide-content h1 {
        font-size: 1.5rem;
    }
    .hero-slider .slide-content p {
        font-size: 0.85rem;
        margin-bottom: 20px;
    }
    .btn-primary-custom,
    .btn-secondary-custom {
        padding: 10px 22px;
        font-size: 0.85rem;
    }
    .member-card {
        padding: 25px 15px;
    }
    .member-card .member-photo {
        width: 100px;
        height: 100px;
    }
    .contact-form {
        padding: 20px;
    }
    .search-filter-bar {
        padding: 15px;
    }
}

/* ===== Very Small Devices (375px and below) ===== */
@media (max-width: 375px) {
    .hero-slider .slide-content h1 {
        font-size: 1.3rem;
    }
    .section-title h2 {
        font-size: 1.4rem;
    }
    .main-header .navbar-brand .brand-text {
        font-size: 0.9rem;
    }
    .stats-section .stat-item .stat-number {
        font-size: 1.8rem;
    }
}
