/* ===== Responsive Styles ===== */

/* Extra Large: 1400px+ */
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

/* Large: 1200px - 1399px */
@media (max-width: 1399px) {
    .hero-content h1 {
        font-size: 3rem;
    }
}

/* Medium-Large: 992px - 1199px */
@media (max-width: 1199px) {
    .hero-content h1 {
        font-size: 2.5rem;
    }

    .hero-slide {
        min-height: 70vh;
    }

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

    .page-header h1 {
        font-size: 2.5rem;
    }
}

/* Tablet: 768px - 991px */
@media (max-width: 991px) {
    .top-bar {
        display: none !important;
    }

    .main-navbar {
        padding: 10px 0;
    }

    .main-navbar .navbar-collapse {
        background: var(--primary-light);
        padding: 15px;
        border-radius: var(--radius-md);
        margin-top: 10px;
    }

    .main-navbar .nav-link {
        padding: 10px 16px !important;
    }

    .main-navbar .dropdown-menu {
        background: transparent;
        border: none;
        padding-left: 15px;
    }

    .main-navbar .dropdown-item {
        color: rgba(255,255,255,0.7);
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-content .hero-subtitle {
        font-size: 1.1rem;
    }

    .hero-slide {
        min-height: 60vh;
    }

    .section-title {
        font-size: 1.8rem;
    }

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

    .page-header {
        padding: 100px 0 60px;
    }

    .page-header h1 {
        font-size: 2rem;
    }

    .counter-item .counter-number {
        font-size: 2.2rem;
    }

    .about-image .experience-badge {
        right: 10px;
        bottom: -10px;
        padding: 15px 20px;
        min-width: 100px;
    }

    .about-image .experience-badge span {
        font-size: 1.8rem;
    }

    .footer-main {
        padding: 50px 0 30px;
    }

    .contact-info-card {
        margin-bottom: 30px;
    }

    .cta-section h2 {
        font-size: 1.8rem;
    }

    .product-gallery .main-image {
        height: 350px;
    }
}

/* Mobile: 576px - 767px */
@media (max-width: 767px) {
    .hero-content h1 {
        font-size: 1.6rem;
    }

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

    .hero-content .hero-desc {
        font-size: 0.95rem;
    }

    .hero-content .btn {
        padding: 10px 24px;
        font-size: 0.9rem;
    }

    .hero-slide {
        min-height: 50vh;
    }

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

    .section-padding {
        padding: 60px 0;
    }

    .page-header {
        padding: 80px 0 50px;
    }

    .page-header h1 {
        font-size: 1.6rem;
    }

    .counter-item .counter-number {
        font-size: 1.8rem;
    }

    .counter-item .counter-icon {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }

    .service-card {
        padding: 25px 20px;
    }

    .product-card .product-image {
        height: 180px;
    }

    .testimonial-card {
        padding: 25px;
    }

    .contact-form-wrapper {
        padding: 25px;
    }

    .contact-info-card {
        padding: 25px;
    }

    .blog-card .blog-image {
        height: 180px;
    }

    .inquiry-form {
        padding: 20px;
        position: static;
    }

    .product-gallery .main-image {
        height: 280px;
    }

    .cta-section {
        padding: 50px 0;
    }

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

    .footer-bottom-links a {
        margin-left: 0;
        margin-right: 15px;
    }

    .whatsapp-float {
        width: 48px;
        height: 48px;
        font-size: 1.5rem;
        bottom: 80px;
        right: 15px;
    }

    .scroll-top-btn {
        width: 38px;
        height: 38px;
        font-size: 1rem;
        bottom: 15px;
        right: 15px;
    }

    .portfolio-item img {
        height: 220px;
    }

    .gallery-item img {
        height: 200px;
    }

    .video-card img {
        height: 180px;
    }

    .newsletter-section {
        padding: 40px 0;
    }

    .sidebar-widget {
        margin-top: 30px;
    }
}

/* Small Mobile: < 576px */
@media (max-width: 575px) {
    .hero-content h1 {
        font-size: 1.3rem;
    }

    .hero-slide {
        min-height: 45vh;
    }

    .section-title {
        font-size: 1.3rem;
    }

    .page-header h1 {
        font-size: 1.4rem;
    }

    .counter-item .counter-number {
        font-size: 1.5rem;
    }

    .counter-section {
        padding: 40px 0;
    }

    .product-card .product-image {
        height: 160px;
    }

    .product-gallery .main-image {
        height: 220px;
    }

    .product-gallery .thumbnails img {
        width: 60px;
        height: 60px;
    }

    .about-image .experience-badge {
        padding: 12px 15px;
        min-width: 80px;
    }

    .about-image .experience-badge span {
        font-size: 1.3rem;
    }

    .about-image .experience-badge small {
        font-size: 0.7rem;
    }

    .portfolio-item img {
        height: 180px;
    }

    .gallery-item img {
        height: 170px;
    }

    .video-card img {
        height: 150px;
    }

    .footer-main {
        padding: 40px 0 20px;
    }

    .footer-widget {
        margin-bottom: 30px;
    }

    .footer-bottom-links {
        margin-top: 10px;
    }

    .whatsapp-float {
        width: 42px;
        height: 42px;
        font-size: 1.3rem;
        bottom: 70px;
        right: 12px;
    }
}

/* Print Styles */
@media print {
    .top-bar,
    .main-navbar,
    .whatsapp-float,
    .scroll-top-btn,
    .site-footer,
    .newsletter-section,
    .cta-section {
        display: none !important;
    }

    .page-header {
        padding: 20px 0;
        background: none;
    }

    .page-header h1 {
        color: black;
    }
}
