@media (max-width: 480px) {
    :root {
        --nav-h: 95px;
    }

    .nav-inner {
        padding: 0 1.25rem;
    }

    .stats-bar {
        grid-template-columns: repeat(2, 1fr);
    }

    .slider-dots {
        bottom: 6.5rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn-join,
    .btn-programs {
        width: 100%;
        justify-content: center;
    }

    .stat-item {
        padding: 0.9rem 1rem;
    }

    .stat-num {
        font-size: 1.5rem;
    }

    .hero-content {

        padding-top: 1rem;
    }

    .hero-heading {
        letter-spacing: 0.005em;
        font-size: 45px;
    }

    .hero-eyebrow {
        display: inline-flex;
        font-weight: 800;
        color: white;
        -webkit-text-stroke: 1px #32CD32;
        text-transform: uppercase;
        font-family: Arial, sans-serif;
        font-size: large;
        align-items: center;
        gap: 13px;
        letter-spacing: 0.1em;
        margin-bottom: 1rem;
        animation: fadeUp 0.9s 0.2s ease both;
    }

    .hero-heading span {
        text-transform: capitalize;
        font-family: "Playfair Display", serif;
        /* font-size: 59px; */
        color: var(--green);
        font-weight: 400;
        /* transform: skewX(-5deg);
        -webkit-text-stroke: 0.5px black; */
        /* text-transform: uppercase; */
        /* font-family: Arial, sans-serif; */
        /* text-shadow: 0 0 0 #32CD32, 2px 2px 0 #32CD32, -2px 2px 0 #32CD32, 2px -2px 0 #32CD32, -2px -2px 0 #32CD32; */
        letter-spacing: 2px;
        line-height: 1;
        /* transform: scaleX(2); */
        display: inline-block;
    }

    .hero-tagline {
        font-family: "Playfair Display", serif;
        font-size: clamp(1.2rem, 3vw, 1.8rem);
        letter-spacing: 0.2em;
        color: #10d918;
        margin-bottom: 0.5rem;
        animation: fadeUp 0.9s 0.35s ease both;
        text-shadow: 0 0 40px var(--green-glow);
        display: inline-flex;
        font-weight: 800;
        /* -webkit-text-stroke: 0.1px #32CD32; */
    }

    .fx9-packages-section {
        padding: 2rem 1rem;
    }

    .fx9-section-header {
        margin-bottom: 2rem;
    }

    .fx9-header-title {
        font-size: 1.5rem;
    }

    .fx9-header-subtitle {
        font-size: 0.9rem;
    }

    .fx9-header-tag {
        font-size: 0.7rem;
    }

    .fx9-package-item {
        gap: 1rem;
        background: #80808012;
    }

    .fx9-pkg-image-box {
        min-height: 240px;
        border-radius: 0.875rem;
    }

    .fx9-pkg-name {
        font-size: 1.25rem;
    }

    .fx9-pkg-description {
        font-size: 0.9rem;
    }

    .fx9-btn-contact {
        padding: 0.75rem 1.5rem;
        font-size: 0.85rem;
    }

    .fit9-form-02 {
        padding: 30px 20px;
    }

    .fit9-title-03 {
        font-size: 1.6rem;
    }

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

    .header p {
        font-size: 0.95rem;
    }

    .contact-card {
        padding: var(--spacing-md);
    }

    .form-wrapper {
        padding: var(--spacing-md);
    }

    .form-group input,
    .form-group textarea {
        padding: var(--spacing-sm);
    }

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

    .social-link {
        width: 48px;
        height: 48px;
        font-size: 1.1rem;
    }

    .contact-info-grid .contact-card {
        flex: 1 1 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .footer {
        padding: var(--spacing-lg) var(--spacing-md);
    }

    .footer-brand-logo {
        font-size: 1.25rem;
    }

    .logo-icon img {
        width: 35px;
        height: 35px;
    }

    .footer-column h4,
    .footer-contact h4 {
        font-size: 1.4rem;
        font-weight: 700;
    }

    .footer-social {
        gap: var(--spacing-sm);
    }

    .social-icon {
        width: 36px;
        height: 36px;
        font-size: 0.9rem;
    }

    .footer-links {
        flex-direction: column;
        gap: var(--spacing-sm);
    }

    .footer-links a {
        display: block;
    }

    .footer-bottom {
        gap: var(--spacing-sm);
    }

    .header h1 {
        font-size: 1.75rem;
    }

    .header p {
        font-size: 0.9rem;
    }

    .section-title {
        font-size: 1.5rem;
        margin-bottom: var(--spacing-lg);
    }

    .founder-image {
        min-width: 100%;
    }

    .founder-info {
        min-width: 100%;
    }

    .founder-info h2 {
        font-size: 1.5rem;
    }

    .team-member {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .team-grid {
        gap: var(--spacing-md);
    }

    .member-image {
        height: 300px;
    }

    .member-content {
        padding: var(--spacing-md);
    }

    .modal-content {
        width: 98%;
    }

    .modal-header {
        height: 200px;
    }

    .modal-close {
        width: 36px;
        height: 36px;
        font-size: 1.25rem;
        top: 12px;
        right: 12px;
        color: white;
        border: 1px solid white;
    }

    .modal-body {
        padding: var(--spacing-md) var(--spacing-sm);
    }

    .modal-name {
        font-size: 1.25rem;
    }

    .modal-title {
        font-size: 1rem;
    }

    .my-about-best-pg.header h1 {
        font-size: 2rem;
    }

    .my-about-best-pg.header p {
        font-size: 0.95rem;
    }

    .my-about-best-pg.stat-card {
        flex: 1 1 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .my-about-best-pg.btn {
        padding: 12px 28px;
        font-size: 0.9rem;
    }

    .my-about-best-pg.why-choose-list {
        gap: var(--spacing-sm);
    }

    .my-about-best-pg.why-choose-item {
        padding: var(--spacing-sm);
    }

    .my-about-best-pg.hours-row {
        flex-direction: column;
        align-items: center;
        gap: var(--spacing-sm);
        text-align: center;
    }

    .my-about-best-pg.cta-section h2 {
        font-size: 1.75rem;
    }

    .rw_card-header {
        margin-top: 0;
    }


    .rw-tt-box p {
        margin-bottom: 0;
    }

    .branches-header h2 {
        font-size: 2rem;
    }
}


@media (max-width: 600px) {
    .my-services-main {
        padding: 64px 0 80px;
    }

    .my-services-main__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .my-services-main__container {
        padding: 0 18px;
    }

    .my-services-main__header {
        margin-bottom: 44px;
    }

    .my-services-main__title {
        font-size: 1.75rem;
    }

    .fit9-input-wrap-06 {
        flex: 0 0 calc(100% - 10px);
    }

}


/* Mobile */
@media (max-width: 768px) {
    .fh9-loader-text {
        font-size: 26px;
    }

    .fh9-ring {
        width: 70px;
        height: 70px;
    }

    .footer {
        padding: var(--spacing-xl) var(--spacing-md) var(--spacing-lg);
    }

    .footer-main {
        flex-direction: column;
        gap: var(--spacing-xl);
    }

    .footer-brand,
    .footer-column,
    .footer-contact {
        flex: 1 1 100%;
        min-width: 100%;
    }

    .footer-column h4,
    .footer-contact h4 {
        margin-bottom: var(--spacing-md);
    }

    .footer-bottom {
        flex-direction: column;
        gap: var(--spacing-md);
        text-align: center;
    }

    .footer-copyright {
        order: 1;
        width: 100%;
    }

    .footer-links {
        order: 2;
        width: 100%;
        justify-content: center;
    }

    .footer-brand-bottom {
        order: 3;
        width: 100%;
        justify-content: center;
    }

    .brand-badge {
        width: 100%;
        justify-content: center;
    }

    .fx9-packages-section {
        padding: 3rem 1rem;
        min-height: auto;
    }

    .fx9-section-header {
        margin-bottom: 2.5rem;
    }

    .fx9-header-title {
        font-size: 2rem;
    }

    .fx9-header-subtitle {
        font-size: 1rem;
    }

    .fx9-packages-container {
        gap: 4rem;
    }

    .fx9-package-item {
        gap: 1.5rem;
    }

    .fx9-pkg-image-box {
        /* min-height: 280px; */
        border-radius: 1rem;
    }

    .fx9-pkg-name {
        font-size: 1.5rem;
    }

    .fx9-pkg-description {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }

    .fx9-btn-contact {
        padding: 0.875rem 1.75rem;
        font-size: 0.9rem;
    }

    .fx9-pkg-header {
        margin-bottom: 1.5rem;
    }

    .form-section {
        flex-direction: column;
        align-items: center;
    }

    .form-wrapper {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .whatsapp-section {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .contact-info-grid {
        flex-direction: column;
        align-items: center;
    }

    .contact-info-grid .contact-card {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .container {
        padding: var(--spacing-lg) var(--spacing-md);
    }

    .header {
        padding: var(--spacing-xl) var(--spacing-md);
    }

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

    .whatsapp-input-group {
        flex-direction: column;
    }

    .btn-whatsapp {
        width: 100%;
    }

    .social-links {
        gap: var(--spacing-md);
    }

    .social-link {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }

    .map-button-container {
        flex-direction: column;
    }

    .map-button-container .btn {
        width: 100%;
        min-width: 100px;
        /* text-decoration: none; */
    }

    .fx9-btn {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .tm-container {
        padding: var(--spacing-lg) var(--spacing-md);
    }



    .my-best-team-cl.founder-section {
        padding: var(--spacing-lg) var(--spacing-md);
    }

    .founder-container {
        gap: var(--spacing-lg);
    }

    .founder-image {
        min-width: 100%;
    }

    .founder-info {
        min-width: 100%;
    }

    .team-member {
        flex: 1 1 calc(50% - var(--spacing-lg));
    }

    .modal-content {
        width: 95%;
        max-height: 95vh;
    }

    .modal-header {
        height: 250px;
    }

    .modal-body {
        padding: var(--spacing-lg) var(--spacing-md);
    }

    .modal-name {
        font-size: 1.5rem;
    }

    .my-about-best-pg.container {
        padding: var(--spacing-lg) var(--spacing-md);
    }

    .my-about-best-pg.header {
        padding: var(--spacing-xl) var(--spacing-md);
    }

    .my-about-best-pg.section-title {
        font-size: 1.75rem;
    }

    .my-about-best-pg.vmv-card {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .my-about-best-pg.stat-card {
        flex: 1 1 calc(50% - var(--spacing-lg));
    }

    .my-about-best-pg.business-hours-card {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .my-about-best-pg.cta-buttons {
        flex-direction: column;
    }

    .my-about-best-pg.btn {
        width: 100%;
    }

    .my-about-best-pg.why-choose-item {
        padding: var(--spacing-md);
    }
}

/* ─── RESPONSIVE ─── */
@media (max-width: 900px) {
    .stats-bar {
        grid-template-columns: repeat(2, 1fr);
    }

    .stat-item:nth-child(2) {
        border-right: none;
    }

    .stat-item:nth-child(3) {
        border-top: 1px solid rgba(0, 200, 83, 0.08);
    }

    .ppx9-container {
        flex-direction: column;
    }

    .ppx9-sidebar {
        width: 100%;
        position: relative;
    }
}


/* ===== RESPONSIVE DESIGN ===== last */
@media (max-width: 1024px) {
    .footer-main {
        gap: var(--spacing-xl);
        align-items: center;
        justify-content: space-around;
    }

    .footer-brand,
    .footer-column,
    .footer-contact {
        flex: 1 1 calc(50% - var(--spacing-xl));
        min-width: 200px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .footer-copyright {
        order: 3;
    }

    .footer-links {
        order: 1;
        width: 100%;
    }

    .footer-brand-bottom {
        order: 3;
        justify-content: center;
    }

    .fx9-packages-section {
        padding: 4rem 1.5rem;
    }

    .fx9-section-header {
        margin-bottom: 3.5rem;
    }

    .fx9-package-item {
        flex-direction: column;
        gap: 2rem;
        min-height: auto;
    }

    .fx9-package-item:nth-child(odd) .fx9-pkg-image-box {
        order: 0;
    }

    /* .fx9-pkg-image-box {
        min-height: 320px;
    } */

    .fx9-pkg-content-box {
        padding: 1rem;
    }

    /* .my-services-main__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    } */

    .my-services-main__container {
        padding: 0 28px;
    }

    .founder-container {
        flex-direction: column;
        text-align: center;
    }

    .founder-image {
        flex: 1 1 100%;
        max-width: 350px;
    }

    .founder-info {
        flex: 1 1 100%;
    }

    .founder-social {
        justify-content: center;
    }

    .team-member {
        flex: 1 1 calc(50% - var(--spacing-lg));
        max-width: 400px;
    }

    .my-about-best-pg.vmv-card {
        flex: 1 1 calc(50% - var(--spacing-lg));
        max-width: 100%;
    }

    .my-about-best-pg.stat-card {
        flex: 1 1 calc(50% - var(--spacing-lg));
    }

    .my-about-best-pg.why-choose-text {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .my-about-best-pg.why-choose-image {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .my-about-best-pg.why-choose-content {
        flex-direction: column;
    }
}


@media (max-width: 1060px) {
    .nav-links {
        display: none;
    }

    .hamburger {
        display: flex;
    }

    .scroll-hint {
        display: none;
    }

    .slide-counter {
        display: none;
    }

    .hero-heading {
        letter-spacing: 0.005em;
        font-size: 45px;

    }

    .logo-text {
        font-size: 1.3rem;
    }

    /* .r9-card-04 {
        flex: 0 0 calc(25% - 25px);
    } */
}








/* ===== RESPONSIVE ===== */
@media (min-width: 768px) {
    .r9-card-04 {
        flex: 0 0 calc(50% - 25px);
    }

    .branch-card {
        flex: 0 0 calc(25% - 25px);
    }

    .branch-card {
        flex: 0 0 calc(50% - 25px);
    }
}