﻿@media (max-width: 1200px) {

    .navbar {
        padding: 20px 40px;
    }

    .retreat-section {
        padding: 80px 80px;
    }

    .social-icons {
        left: -50px;
    }

    .footer-wrap {
        padding: 45px 40px;
    }

    .testi-grid {
        grid-template-columns: 1fr 1fr;
    }

    .video-wrap {
        grid-column: 1 / 3;
    }
}


@media (max-width: 992px) {

    .nav-links {
        display: none;
    }

    .contact-btn {
        display: none;
    }

    .hamburger {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-nav {
        width: 300px;
        right: -320px;
    }

        .mobile-nav.open {
            right: 0;
        }

    .hero-section {
        flex-direction: column;
        padding: 20px;
    }

    .hero-left,
    .hero-right {
        width: 100%;
        border-radius: 20px;
    }

    .hero-right {
        padding: 60px 25px;
    }

    .retreat-section {
        padding: 60px 40px;
    }

    .social-icons {
        position: static;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 20px;
    }

    .testi-grid {
        grid-template-columns: 1fr;
    }

    .video-front {
        grid-template-columns: 1fr;
    }

    .footer-wrap {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-navrow {
        flex-direction: column;
        gap: 20px;
    }

    .footer-copy {
        text-align: left;
    }

    .mobile-close {
        display: block;
    }
}


@media (max-width: 768px) {

    .navbar {
        padding: 15px 20px;
    }

    .hero-right h1 {
        font-size: 40px;
    }

    .hero-right h2 {
        font-size: 28px;
    }

    .retreat-section {
        padding: 50px 25px;
    }

    .section-title {
        font-size: 34px;
    }

    .quote-box {
        padding: 30px 25px;
    }

    .footer-brand {
        font-size: 52px;
    }
}


@media (max-width: 576px) {

    .hamburger {
        width: 42px;
        height: 42px;
    }

    .mobile-nav {
        width: 260px;
        padding: 80px 16px 20px;
    }

    .hero-right h1 {
        font-size: 30px;
    }

    .hero-right h2 {
        font-size: 22px;
    }

    .section-title {
        font-size: 26px;
    }

    .intro-text,
    .content-wrapper p,
    .content-wrapper li {
        font-size: 14px;
    }

    .footer-brand {
        font-size: 40px;
    }
}
