/* 
   BeautyParlour Responsive Stylesheet - responsive.css
   Specific media queries for custom components
*/

@media (max-width: 1199.98px) {
    .hero-slide-content h1 {
        font-size: 3.2rem;
    }
    .section-header h2 {
        font-size: 2.2rem;
    }
}

@media (max-width: 991.98px) {
    .navbar-premium {
        padding: 10px 0;
        background: var(--white) !important;
    }
    
    .navbar-premium .navbar-collapse {
        margin-top: 15px;
        background: var(--white);
        border-radius: 12px;
        box-shadow: var(--shadow-md);
        padding: 20px;
        border: 1px solid rgba(183, 110, 121, 0.1);
    }
    
    .navbar-premium .nav-link {
        margin: 8px 0;
        padding: 5px 0;
    }
    
    .navbar-premium .nav-link::after {
        display: none;
    }
    
    .navbar-premium .btn-premium {
        margin-top: 10px;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    
    .hero-slider-container {
        height: 60vh;
    }
    
    .hero-slide-content h1 {
        font-size: 2.8rem;
    }
    
    .about-image-stack {
        margin-bottom: 50px;
        text-align: center;
    }
    
    .about-img-main {
        width: 80%;
    }
    
    .about-img-sub {
        bottom: -20px;
        width: 40%;
    }
    
    .bridal-highlight-text {
        padding: 40px;
    }
    
    .instagram-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .pricing-card.featured {
        transform: scale(1);
        margin: 20px 0;
    }
    
    .pricing-card.featured:hover {
        transform: translateY(-8px);
    }
    
    .appointment-info-sidebar {
        padding: 40px;
    }
    
    .appointment-form-wrapper {
        padding: 40px;
    }
    
    .footer-bottom-links {
        justify-content: center;
        margin-top: 15px;
        padding: 0;
    }
}

@media (max-width: 767.98px) {
    .top-contact-bar {
        display: none; /* Hide top bar on mobile for cleaner header space */
    }
    
    .hero-slider-container {
        height: 50vh;
        min-height: 400px;
    }
    
    .hero-slide-content span {
        font-size: 0.8rem;
        letter-spacing: 2px;
    }
    
    .hero-slide-content h1 {
        font-size: 2.2rem;
    }
    
    .hero-slide-content p {
        font-size: 0.95rem;
        margin-bottom: 25px;
    }
    
    .section-padding {
        padding: 60px 0;
    }
    
    .section-header {
        margin-bottom: 40px;
    }
    
    .section-header h2 {
        font-size: 1.8rem;
    }
    
    .page-title-banner {
        padding: 80px 0;
    }
    
    .page-title-content h1 {
        font-size: 2.2rem;
    }
    
    .bridal-highlight-text {
        padding: 30px;
    }
    
    .bridal-highlight-image {
        min-height: 250px;
    }
    
    .testimonial-slide {
        padding: 25px;
    }
    
    .testimonial-text {
        font-size: 1.1rem;
    }
    
    .appointment-info-sidebar {
        padding: 30px;
    }
    
    .appointment-form-wrapper {
        padding: 30px;
    }
    
    .contact-form-box {
        padding: 30px;
    }
    
    .map-container {
        height: 300px;
    }
    
    .floating-social-panel {
        display: none; /* Hide floating social sidepanel on mobile to save screen real estate */
    }
    
    .back-to-top {
        bottom: 95px;
        right: 15px;
    }
    
    .floating-whatsapp {
        right: 15px;
        bottom: 20px;
    }
    
    .floating-call {
        left: 15px;
        bottom: 20px;
    }
}

@media (max-width: 575.98px) {
    .hero-slide-content h1 {
        font-size: 1.8rem;
    }
    
    .instagram-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .gallery-filters {
        margin-bottom: 30px;
    }
    
    .filter-btn {
        padding: 6px 16px;
        font-size: 0.8rem;
        margin: 3px;
    }
}
