/* ========================================
   Patna Desktop CSS
   Desktop Enhancements - Media Queries
======================================== */

/* Tablet and Up (768px+) */
@media (min-width: 768px) {
    /* Hero Section - Tablet */
    .seo-hero {
        padding: 100px 0 60px;
    }
    
    .seo-hero h1 {
        font-size: 2.5rem;
        margin-bottom: 25px;
    }
    
    .seo-hero-subtitle {
        font-size: 1.3rem;
        margin-bottom: 20px;
    }
    
    .seo-hero-description {
        font-size: 1.1rem;
        margin-bottom: 40px;
    }
    
    .hero-cta-buttons {
        flex-direction: row;
    }
    
    .hero-cta-btn {
        padding: 15px 35px;
        font-size: 1.05rem;
        width: auto;
        max-width: none;
    }
    
    .hero-stats {
        justify-content: space-around;
        gap: 40px;
        margin-top: 50px;
    }
    
    .hero-stat {
        flex: none;
        min-width: auto;
    }
    
    .hero-stat-value {
        font-size: 2.5rem;
    }
    
    .hero-stat-label {
        font-size: 1rem;
    }
    
    /* Why Choose - Tablet */
    .why-choose-seo {
        padding: 60px 0;
    }
    
    .why-choose-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        padding: 0 40px;
    }
    
    .why-choose-card {
        padding: 30px;
    }
    
    .why-choose-icon {
        width: 70px;
        height: 70px;
    }
    
    .why-choose-icon i {
        font-size: 2rem;
    }
    
    .why-choose-card h3 {
        font-size: 1.4rem;
    }
    
    /* About - Tablet */
    .about-seo-section {
        padding: 60px 0;
    }
    
    .about-content {
        gap: 40px;
        padding: 0 40px;
    }
    
    .about-text h2 {
        font-size: 2.2rem;
    }
    
    .about-text p {
        font-size: 1.05rem;
    }
    
    /* CTA - Tablet */
    .cta-seo-section {
        padding: 60px 0;
    }
    
    .cta-seo-section .container {
        padding: 0 40px;
    }
    
    .cta-seo-section h2 {
        font-size: 2.2rem;
    }
    
    .cta-buttons {
        flex-direction: row;
    }
    
    .cta-buttons .hero-cta-btn {
        max-width: 300px;
    }
}

/* Desktop (1024px+) */
@media (min-width: 1024px) {
    /* Hero Section - Desktop */
    .seo-hero {
        padding: 120px 0 80px;
    }
    
    .seo-hero-content {
        padding: 0;
    }
    
    .seo-hero h1 {
        font-size: 3.5rem;
        margin-bottom: 25px;
        line-height: 1.2;
    }
    
    .seo-hero-subtitle {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    
    .seo-hero-description {
        font-size: 1.2rem;
        margin-bottom: 40px;
    }
    
    .hero-cta-buttons {
        gap: 20px;
    }
    
    .hero-cta-btn {
        padding: 18px 40px;
        font-size: 1.1rem;
    }
    
    .hero-stats {
        justify-content: center;
        gap: 60px;
        margin-top: 60px;
    }
    
    .hero-stat-value {
        font-size: 3rem;
    }
    
    .hero-stat-label {
        font-size: 1.1rem;
    }
    
    /* Why Choose - Desktop */
    .why-choose-seo {
        padding: 80px 0;
    }
    
    .why-choose-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
        margin-top: 50px;
        padding: 0;
    }
    
    .why-choose-card {
        background: white;
        border-radius: 20px;
        padding: 35px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    }
    
    .why-choose-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 40px rgba(102, 126, 234, 0.2);
    }
    
    .why-choose-icon {
        width: 80px;
        height: 80px;
        border-radius: 20px;
        margin-bottom: 25px;
    }
    
    .why-choose-icon i {
        font-size: 2.5rem;
    }
    
    .why-choose-card h3 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    .why-choose-card p {
        font-size: 1rem;
        line-height: 1.8;
    }
    
    /* About - Desktop */
    .about-seo-section {
        padding: 80px 0;
    }
    
    .about-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        padding: 0;
    }
    
    .about-image {
        order: 2;
    }
    
    .about-text {
        order: 1;
    }
    
    .about-text h2 {
        font-size: 2.5rem;
        margin-bottom: 25px;
    }
    
    .about-text p {
        font-size: 1.1rem;
        margin-bottom: 25px;
    }
    
    .about-features li {
        padding: 15px 0;
        font-size: 1.1rem;
        gap: 15px;
    }
    
    .about-features li i {
        font-size: 1.3rem;
    }
    
    /* Services - Desktop */
    .services-section-seo {
        padding: 80px 0;
    }
    
    .services-section-seo .section-title,
    .services-section-seo > p {
        padding: 0;
    }
    
    /* CTA - Desktop */
    .cta-seo-section {
        padding: 80px 0;
    }
    
    .cta-seo-section .container {
        padding: 0;
    }
    
    .cta-seo-section h2 {
        font-size: 2.5rem;
        margin-bottom: 20px;
    }
    
    .cta-seo-section p {
        font-size: 1.3rem;
        margin-bottom: 40px;
    }
    
    .cta-buttons {
        gap: 20px;
    }
    
    /* FAQ - Desktop */
    .faq-section-seo {
        padding: 80px 0;
    }
    
    .faq-section-seo .section-title,
    .faq-section-seo .section-subtitle,
    .faq-container-seo {
        padding: 0;
    }
    
    .faq-container-seo {
        margin-top: 50px;
    }
}

/* Desktop Enhancements */
@media (min-width: 1024px) {
    .section-subtitle-seo {
        font-size: 1.2rem;
        padding: 0;
    }
    
    .why-choose-seo p {
        padding: 0;
        font-size: 1.2rem;
    }
    
    .why-choose-cta-wrapper {
        padding: 0;
    }
    
    .cta-footer-text {
        font-size: 1.1rem;
    }
}

/* Book Now Section - Desktop */
@media (min-width: 768px) {
    .book-now-seo-section {
        padding: 60px 0;
    }
    
    .book-now-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        padding: 0 40px;
    }
    
    .book-now-card {
        padding: 30px;
    }
    
    .book-now-icon {
        width: 72px;
        height: 72px;
    }
    
    .book-now-card h3 {
        font-size: 1.4rem;
    }
    
    .book-now-card p {
        font-size: 1rem;
    }
    
    .book-now-btn {
        padding: 14px 28px;
        font-size: 1rem;
    }
    
    .book-now-location-info {
        padding: 0 40px;
    }
    
    .location-card {
        padding: 35px;
    }
    
    .location-card h3 {
        font-size: 1.5rem;
    }
    
    .location-card p {
        font-size: 1.05rem;
    }
}

@media (min-width: 1024px) {
    .book-now-seo-section {
        padding: 80px 0;
    }
    
    .book-now-grid {
        padding: 0;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .book-now-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }
    
    .book-now-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
    }
    
    .book-now-location-info {
        padding: 0;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .services-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        padding: 0;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1440px) {
    .services-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Large Desktop (1440px+) */
@media (min-width: 1440px) {
    .seo-hero-content,
    .about-content,
    .why-choose-grid {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .seo-hero h1 {
        font-size: 4rem;
    }
    
    .why-choose-grid {
        gap: 50px;
    }
    
    .about-content {
        gap: 80px;
    }
}

/* Print Styles */
@media print {
    .hero-cta-buttons,
    .cta-buttons,
    .nav-toggle,
    .navbar {
        display: none !important;
    }
    
    .seo-hero,
    .cta-seo-section {
        background: white !important;
        color: black !important;
    }
}

