/* Responsive Styles for Kashmir Golden Harvest Export Website */

/* Tablets and smaller desktops */
@media (max-width: 1200px) {
    .hero h1 {
        font-size: 3rem;
    }
    
    .features {
        gap: 20px;
    }
    
    .footer-content {
        gap: 30px;
    }
}

/* Tablets */
@media (max-width: 992px) {
    .about-content,
    .contact-container {
        grid-template-columns: 1fr;
    }
    
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .features {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .hero h1 {
        font-size: 2.8rem;
    }
    
    .process-steps:before {
        left: 12%;
        width: 76%;
    }
    
    .step {
        width: 18%;
    }
}

/* Small tablets and large phones */
@media (max-width: 768px) {
    .nav-links {
        position: fixed;
        top: 80px;
        left: 0;
        width: 100%;
        background-color: white;
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        transform: translateY(-100%);
        opacity: 0;
        transition: all 0.3s;
        z-index: 999;
    }
    
    .nav-links.active {
        transform: translateY(0);
        opacity: 1;
    }
    
    .nav-links li {
        margin: 15px 0;
    }
    
    .mobile-menu-btn {
        display: block;
    }
    
    .products-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .features {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .process-steps {
        flex-direction: column;
        gap: 40px;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .process-steps:before {
        display: none;
    }
    
    .step {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .step-number {
        margin-bottom: 15px;
    }
    
    .hero h1 {
        font-size: 2.2rem;
    }
    
    .hero p {
        font-size: 1rem;
    }
    
    .btn-outline {
        margin-left: 0;
        margin-top: 15px;
        display: inline-block;
    }
    
    .section-title h2 {
        font-size: 2rem;
    }
    
    section {
        padding: 70px 0;
    }
    
    .hero {
        height: 80vh;
        padding-top: 70px;
    }
    
    .logo {
        font-size: 24px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .footer-column h4:after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .social-icons {
        justify-content: center;
    }
    
    .whatsapp-float {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
        bottom: 20px;
        right: 20px;
    }
}

/* Mobile phones */
@media (max-width: 576px) {
    .container {
        width: 95%;
        padding: 0 15px;
    }
    
    .hero h1 {
        font-size: 1.8rem;
    }
    
    .hero p {
        font-size: 0.95rem;
    }
    
    .btn {
        padding: 12px 24px;
        font-size: 0.9rem;
    }
    
    .section-title h2 {
        font-size: 1.8rem;
    }
    
    .about-text h3 {
        font-size: 1.6rem;
    }
    
    .product-info h3 {
        font-size: 1.3rem;
    }
    
    .step h4 {
        font-size: 1.1rem;
    }
    
    .contact-info h3 {
        font-size: 1.5rem;
    }
    
    .logo {
        font-size: 20px;
    }
    
    .hero {
        height: 70vh;
        background-attachment: scroll;
    }
    
    .features {
        gap: 15px;
    }
    
    .feature {
        padding: 20px 15px;
    }
    
    .footer-column {
        margin-bottom: 30px;
    }
    
    .footer-column:last-child {
        margin-bottom: 0;
    }
}

/* Very small phones */
@media (max-width: 400px) {
    .hero h1 {
        font-size: 1.6rem;
    }
    
    .btn {
        padding: 10px 20px;
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    
    .btn-outline {
        margin-top: 0;
    }
    
    .logo {
        font-size: 18px;
    }
    
    .section-title h2 {
        font-size: 1.6rem;
    }
    
    .product-tags {
        justify-content: center;
    }
    
    .contact-form input,
    .contact-form textarea,
    .contact-form select {
        padding: 12px;
    }
}

/* Landscape mode on mobile */
@media (max-height: 600px) and (orientation: landscape) {
    .hero {
        height: 100vh;
        padding-top: 60px;
    }
    
    .hero h1 {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    
    .hero p {
        font-size: 0.9rem;
        margin-bottom: 20px;
    }
    
    .hero-content {
        max-width: 90%;
    }
    
    .mobile-menu-btn {
        position: relative;
        z-index: 1001;
    }
}

/* High-resolution screens */
@media (min-width: 1400px) {
    .container {
        max-width: 1300px;
    }
    
    .hero h1 {
        font-size: 4rem;
    }
    
    .hero p {
        font-size: 1.3rem;
    }
}

/* Print styles */
@media print {
    .whatsapp-float,
    .mobile-menu-btn,
    .btn,
    .contact-form,
    .social-icons {
        display: none !important;
    }
    
    body {
        font-size: 12pt;
        line-height: 1.4;
        color: #000;
        background: #fff;
    }
    
    .hero {
        height: auto;
        background: #fff !important;
        color: #000;
        padding: 50px 0;
    }
    
    .hero h1 {
        color: #000;
        text-shadow: none;
    }
    
    section {
        padding: 50px 0;
        page-break-inside: avoid;
    }
    
    a {
        text-decoration: none;
        color: #000;
    }
    
    .logo span {
        color: #000;
    }
    
    footer {
        background: #fff !important;
        color: #000;
        border-top: 1px solid #000;
    }
    
    .footer-links a {
        color: #000;
    }
}