/* Tablet styles */
@media screen and (max-width: 1024px) {
    .hero-section h1 {
        font-size: 64px;
    }

    .hero-subtitle {
        font-size: 22px;
    }

    .hero-description {
        font-size: 16px;
    }

    .gallery-section h2 {
        font-size: 36px;
    }

    .gallery-item {
        flex: 0 0 280px;
        width: 280px;
        height: 373px;
    }

    .gallery-track {
        gap: 1rem;
    }

    .gallery-nav {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 768px) {
    .nav-container {
        padding: 0.75rem 1.5rem;
    }

    .logo {
        font-size: 1.1rem;
    }

    .social-links {
        gap: 1.25rem;
    }

    .social-button {
        font-size: 1.1rem;
    }

    .hero-content {
        padding: 0 1.5rem;
        align-items: flex-start;
    }

    .hero-section h1 {
        font-size: 48px;
        letter-spacing: -0.5px;
        text-align: left;
        max-width: 100%;
    }

    .hero-subtitle {
        font-size: 20px;
        text-align: left;
        width: 100%;
    }

    .hero-description {
        font-size: 16px;
        text-align: left;
        margin-left: 0;
        max-width: 100%;
    }

    .btn {
        padding: 1rem 2rem;
        font-size: 0.95rem;
    }

    section {
        padding: 3rem 1rem;
    }

    .container {
        padding: 0 1rem;
    }

    .hero-background-right {
        display: none;
    }

    .hero-background-left {
        flex: 1;
    }

    .hero-overlay {
        background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.4));
    }

    .gallery-section {
        padding: 2rem 0;
    }

    .gallery-section h2 {
        font-size: 28px;
        margin-bottom: 1.5rem;
        padding-left: 1rem;
    }

    .gallery-item {
        flex: 0 0 260px;
        width: 260px;
        height: 462px;
    }

    .gallery-track {
        gap: 0.75rem;
    }

    .gallery-nav {
        width: 36px;
        height: 36px;
        font-size: 20px;
    }

    .gallery-prev {
        left: 0.25rem;
    }

    .gallery-next {
        right: 0.25rem;
    }

    /* Master section responsive styles */
    .master-container {
        flex-direction: column;
        gap: 2rem;
    }

    .master-image {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .master-info h2 {
        font-size: 36px;
    }

    .master-info h3 {
        font-size: 28px;
    }

    .master-info h4 {
        font-size: 22px;
    }

    .master-description,
    .master-features span {
        font-size: 16px;
    }

    /* Reviews responsive styles */
    .reviews-section h2 {
        font-size: 36px;
        text-align: left;
    }

    .reviews-container {
        margin: 0 -1rem;
        padding: 0 1rem;
    }

    .reviews-track {
        gap: 1rem;
        padding: 0;
    }

    .review-item {
        flex: 0 0 280px;
        width: 280px;
        height: 373px;
    }

    .reviews-slider .gallery-nav {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    /* Session info responsive styles */
    .session-info-section h2 {
        font-size: 36px;
    }

    .info-columns {
        flex-direction: column;
        gap: 2rem;
    }

    .info-column h3 {
        font-size: 22px;
    }

    /* Pricing responsive styles */
    .pricing-section h2 {
        font-size: 36px;
    }

    .pricing-container {
        padding: 0 1rem;
    }

    .price-card {
        padding: 1.25rem 1rem;
    }

    .hero-section {
        min-height: 800px;
    }
}

@media screen and (max-width: 480px) {
    .nav-container {
        padding: 0.5rem 1rem;
    }

    .logo {
        font-size: 1rem;
    }

    .social-links {
        gap: 1rem;
    }

    .social-button {
        font-size: 1rem;
    }

    .hero-content {
        padding: 0 1rem;
        align-items: flex-start;
    }

    .hero-section h1 {
        font-size: 36px;
        margin-bottom: 1rem;
        text-align: left;
    }

    .hero-subtitle {
        font-size: 18px;
        text-align: left;
    }

    .hero-description {
        font-size: 14px;
        margin-bottom: 2rem;
        text-align: left;
    }

    .btn {
        padding: 1rem 1.8rem;
        font-size: 0.9rem;
        width: auto;
        text-align: center;
    }

    section {
        padding: 2rem 1rem;
    }

    .hero-section {
        min-height: 800px;
    }

    .hero-section h1 {
        font-size: 32px;
        letter-spacing: 2px;
    }

    .hero-subtitle,
    .hero-description {
        font-size: 18px;
    }

    .hero-content {
        padding-top: 100px;
    }

    .btn-large {
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
    }

    /* Gallery responsive styles */
    .gallery-section h2 {
        font-size: 28px;
    }

    .gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 0.5rem;
    }

    .lightbox-prev,
    .lightbox-next {
        font-size: 1.5rem;
        padding: 0.5rem;
    }

    .lightbox-close {
        font-size: 2rem;
    }

    /* Master section responsive styles */
    .master-info h2 {
        font-size: 32px;
    }

    .master-info h3 {
        font-size: 24px;
    }

    .master-info h4 {
        font-size: 20px;
    }

    .master-description,
    .master-features span {
        font-size: 16px;
    }

    .master-features i {
        font-size: 1rem;
        margin-right: 0.5rem;
    }

    /* Reviews responsive styles */
    .reviews-section h2 {
        font-size: 28px;
        text-align: left;
    }

    .reviews-container {
        margin: 0 -0.5rem;
        padding: 0 0.5rem;
    }

    .gallery-track {
        gap: 0.75rem;
        padding: 0;
    }

    .reviews-track {
        gap: 0.75rem;
        padding: 0;
    }

    .review-item {
        flex: 0 0 260px;
        width: 260px;
        height: 462px;
    }

    .reviews-slider .gallery-nav {
        width: 36px;
        height: 36px; 
        font-size: 18px;
    }

    .info-column h3 {
        font-size: 20px;
    }

    .info-list i {
        font-size: 1rem;
    }

    .info-list span {
        font-size: 14px;
    }

    /* Pricing responsive styles */
    .pricing-section h2 {
        font-size: 28px;
    }

    .price-card h3 {
        font-size: 16px;
    }

    .price-card .price {
        font-size: 20px;
    }

    .price-note {
        font-size: 12px;
    }
}

/* Large screens */
@media screen and (min-width: 1200px) {

    .hero-section {
        min-height: 900px;
    }

    /* Gallery responsive styles */
    .gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
        gap: 1.5rem;
    }

    /* Master section responsive styles */
    .master-container {
        gap: 4rem;
    }

    .master-info {
        padding-top: 2rem;
    }

    /* Reviews responsive styles */
    .review-item {
        flex: 0 0 350px;
        width: 350px;
        height: 467px;
    }

    .reviews-track {
        gap: 1.5rem;
    }

    .reviews-slider .gallery-nav {
        width: 56px;
        height: 56px;
        font-size: 28px;
    }

    /* Session info responsive styles */
    .info-columns {
        gap: 6rem;
    }

    .info-column h3 {
        font-size: 26px;
    }

    .info-list span {
        font-size: 18px;
    }

    /* Pricing responsive styles */
    .pricing-container {
        gap: 1.5rem;
    }

    .price-card {
        padding: 2rem;
    }

    .price-card h3 {
        font-size: 20px;
    }

    .price-card .price {
        font-size: 28px;
    }
}

/* Location section responsive styles */
@media screen and (max-width: 1024px) {
    .location-container {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .location-map {
        order: -1;
    }

    .info-block {
        padding: 1.25rem;
    }

    .location-info {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media screen and (max-width: 768px) {
    .location-section h2 {
        font-size: 36px;
        margin-bottom: 2rem;
    }

    .info-block h3 {
        font-size: 20px;
    }

    .info-block p,
    .info-block li {
        font-size: 14px;
    }

    .location-map {
        min-height: 300px;
    }

    .info-block i {
        font-size: 16px;
        margin-right: 0.75rem;
    }

    .location-info {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

@media screen and (max-width: 480px) {
    .location-section {
        padding: 3rem 0;
    }

    .location-section h2 {
        font-size: 28px;
    }

    .info-block {
        padding: 1rem;
    }

    .location-map {
        min-height: 250px;
        margin: 0 -1rem;
        border-radius: 0;
    }

    .info-block i {
        font-size: 14px;
        margin-right: 0.5rem;
    }

    .info-block:hover {
        transform: none;
    }
}

@media screen and (min-width: 1200px) {
    .location-container {
        gap: 4rem;
    }

    .location-info {
        gap: 2.5rem;
    }

    .info-block {
        padding: 2rem;
    }

    .location-map {
        min-height: 500px;
    }
} 