/*
* Bazar Media - Kurdistan Tourism Responsive CSS
* Theme: Modern Tourism
* Author: Bazar Media Team
* Version: 1.0
*/

/* Large Devices (Desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .hero-content h1 {
        font-size: 3rem;
    }
    
    .hero-content p {
        font-size: 1.1rem;
    }
    
    .section-padding {
        padding: 80px 0;
    }
}

/* Medium Devices (Tablets, less than 992px) */
@media (max-width: 991.98px) {
    .hero-content h1 {
        font-size: 2.5rem;
    }
    
    .hero-content p {
        font-size: 1rem;
    }
    
    .section-padding {
        padding: 70px 0;
    }
    
    .section-header {
        margin-bottom: 2.5rem;
    }
    
    .section-header h2 {
        font-size: 1.75rem;
    }
    
    .navbar-nav {
        margin-right: 0;
        margin-top: 1rem;
    }
    
    .nav-link:before {
        display: none;
    }
    
    .nav-right {
        margin-top: 1rem;
    }
    
    .language-switcher {
        margin-left: auto;
    }
    
    .search-icon a {
        margin-right: 0;
        margin-left: 1rem;
    }
    
    .navbar-collapse {
        background-color: var(--white);
        padding: 1rem;
        border-radius: var(--border-radius);
        box-shadow: var(--box-shadow);
        margin-top: 0.5rem;
    }
    
    .about-image {
        margin-bottom: 2rem;
    }
    
    .contact-form {
        margin-top: 2rem;
    }
    
    .footer-nav ul {
        justify-content: flex-start;
        margin-top: 1rem;
    }
}

/* Small Devices (Landscape Phones, less than 768px) */
@media (max-width: 767.98px) {
    .hero-banner {
        height: 80vh;
    }
    
    .hero-item {
        height: 80vh;
    }
    
    .hero-content h1 {
        font-size: 2rem;
    }
    
    .hero-content p {
        font-size: 0.9rem;
    }
    
    .section-padding {
        padding: 60px 0;
    }
    
    .section-header {
        margin-bottom: 2rem;
    }
    
    .section-header h2 {
        font-size: 1.5rem;
    }
    
    .btn {
        padding: 0.6rem 1.5rem;
        font-size: 0.9rem;
    }
    
    .gallery-container {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
    
    .gallery-item {
        height: 200px;
    }
    
    .testimonial-item {
        padding: 1.5rem;
    }
    
    .contact-info-item {
        padding: 1.5rem;
    }
    
    .contact-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .footer-top {
        padding: 60px 0 30px;
    }
    
    .hero-btns .btn {
        margin: 0.5rem;
        display: block;
        width: 100%;
    }
}

/* Extra Small Devices (Portrait Phones, less than 576px) */
@media (max-width: 575.98px) {
    .hero-content h1 {
        font-size: 1.75rem;
    }
    
    .hero-content p {
        font-size: 0.85rem;
        margin-bottom: 1.5rem;
    }
    
    .section-padding {
        padding: 50px 0;
    }
    
    .section-header {
        margin-bottom: 1.5rem;
    }
    
    .section-header h2 {
        font-size: 1.25rem;
    }
    
    .gallery-container {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
    
    .gallery-item {
        height: 150px;
    }
    
    .testimonial-author {
        flex-direction: column;
        text-align: center;
    }
    
    .author-image {
        margin: 0 auto 1rem;
    }
    
    .contact-icon {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }
    
    .contact-form {
        padding: 1.5rem;
    }
    
    .footer-widget .widget-title h3 {
        font-size: 1.25rem;
    }
    
    .navbar-brand {
        font-size: 1.25rem;
    }
    
    .navbar-brand img {
        height: 40px;
    }
}

/* Fix for sticky header on mobile */
@media (max-width: 991.98px) {
    .site-header {
        margin-bottom: 70px;
    }
    
    .navbar {
        padding: 0.5rem 0;
    }
}