/**
 * Responsive Styles
 * @package RealEstate_Hub_Theme
 */

/* Tablet and Below */
@media (max-width: 1024px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.25rem;
    }

    .section-header h2 {
        font-size: 2rem;
    }

    .content-area.has-sidebar {
        grid-template-columns: 1fr;
    }

    .sidebar {
        position: static;
    }

    .homepage-widgets-grid {
        grid-template-columns: 1fr;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .hero-section {
        min-height: 500px;
        padding: 60px 20px;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1.125rem;
    }

    .hero-quick-search {
        padding: 20px;
    }

    section {
        padding: 40px 0;
    }

    .section-header h2 {
        font-size: 1.75rem;
    }

    .section-header p {
        font-size: 1rem;
    }

    .entry {
        padding: 20px;
    }

    .entry-title {
        font-size: 1.5rem;
    }

    .widget {
        padding: 20px;
    }

    .footer-widgets {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .btn-lg {
        padding: 12px 30px;
        font-size: 16px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .hero-title {
        font-size: 1.75rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .section-header h2 {
        font-size: 1.5rem;
    }

    .entry {
        padding: 15px;
    }

    .widget {
        padding: 15px;
    }
}
