/* @media (max-width: 1200px) {
    .main-title {
        font-size: 3rem;
    }

    .benefits-title {
        font-size: 2rem;
    }
    .training-main-heading {
        font-size: 3rem;
    }

    .stat-large-number {
        font-size: 3rem;
    }

    .academy-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .member-photo {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 992px) {
    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .left h1 {
        font-size: 3.5rem;
    }
    .stats {
        margin: 0 auto;
    }

    .main-title {
        font-size: 2.5rem;
    }

    .container-fluid {
        padding: 40px 20px;
    }

    .row-features {
        flex-direction: column;
    }
    .tournaments-title {
        font-size: 2.5rem;
    }
    .passion-main-title {
        font-size: 3rem;
    }
    .title-heading {
        font-size: 3rem;
    }

    .member-photo {
        width: 60px;
        height: 60px;
    }

    .review-card {
        padding: 45px 35px;
    }

    .testimonial-quote {
        font-size: 1.3rem;
    }
    .main-heading-text {
        font-size: 2.8rem;
    }

    .lime-membership-card,
    .dark-info-card {
        padding: 40px;
    }

    .perk-item {
        font-size: 1.1rem;
    }

    .info-description {
        font-size: 1.3rem;
    }
    .contact-grid-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .primary-heading {
        font-size: 2.8rem;
    }

    .form-column {
        padding: 40px;
    }
}

@media (max-width: 768px) {
    .stats-badge {
        bottom: 40px;
        left: 20px;
        max-width: 90%;
        padding: 1.5rem 2rem;
        font-size: 1.3rem;
    }

    .stats-image {
        height: 400px;
    }
    .services-section {
        padding: 40px 20px;
    }

    .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .main-title {
        font-size: 2.5rem;
    }

    .service-card {
        height: 350px;
        margin-bottom: 20px;
    }
    .booking-section {
        padding: 40px 20px;
    }
    .booking-image {
        height: 400px;
        margin-bottom: 30px;
    }

    .feature-tags {
        justify-content: center;
    }
    .padel-training-wrapper {
        padding: 40px 20px;
    }

    .training-hero-area {
        flex-direction: column;
        text-align: center;
    }

    .training-main-heading {
        font-size: 2.5rem;
    }

    .circular-player-photo {
        width: 180px;
        height: 180px;
    }

    .academy-stats-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .bottom-content-grid {
        grid-template-columns: 1fr;
    }

    .stat-large-number {
        font-size: 2.5rem;
    }
    .tournaments-wrapper {
        padding: 40px 0;
    }

    .event-card {
        min-height: 400px;
        margin-bottom: 20px;
    }

    .cta-event-card {
        min-height: 400px;
    }

    .cta-heading {
        font-size: 2rem;
    }

    .passion-section-wrapper {
        padding: 40px 0;
    }

    .passion-main-title {
        font-size: 2.5rem;
        margin-bottom: 30px;
    }

    .passion-description {
        margin-bottom: 40px;
    }

    .feature-card-wrapper {
        min-height: 350px;
        margin-bottom: 20px;
    }

    .brand-logos-container {
        gap: 40px;
    }

    .brand-logo-item {
        font-size: 1.5rem;
    }
    .title-heading {
        font-size: 2.5rem;
    }

    .member-photo {
        width: 50px;
        height: 50px;
    }

    .member-photo:nth-child(2),
    .member-photo:nth-child(3),
    .member-photo:nth-child(5),
    .member-photo:nth-child(6) {
        display: none;
    }

    .review-card {
        padding: 35px 25px;
    }

    .testimonial-quote {
        font-size: 1.15rem;
    }

    .author-section {
        flex-direction: column;
        text-align: center;
    }
    .join-container {
        padding: 60px 15px;
    }

    .main-heading-text {
        font-size: 2.2rem;
        margin-bottom: 30px;
    }

    .lime-membership-card,
    .dark-info-card {
        padding: 30px;
    }

    .perk-item {
        font-size: 1rem;
    }

    .info-description {
        font-size: 1.2rem;
        margin-bottom: 30px;
    }

    .register-button {
        padding: 15px 30px;
        font-size: 1rem;
    }

    .members-count {
        font-size: 1.5rem;
    }

    .access-info {
        font-size: 1rem;
    }

    .photo-container {
        height: 250px;
    }
    .primary-heading {
        font-size: 2.2rem;
    }

    .form-heading {
        font-size: 2rem;
    }

    .input-group-wrapper {
        grid-template-columns: 1fr;
    }

    .contact-main-wrapper {
        padding: 60px 15px;
    }

    .form-column {
        padding: 30px;
        border-radius: 30px;
    }

    .detail-value {
        font-size: 1.2rem;
    }

    .hours-schedule {
        font-size: 1.1rem;
    }
}
@media (max-width: 576px) {
    .left h1 {
        font-size: 2.8rem;
    }
    .btn-group {
        flex-direction: column;
        align-items: center;
    }
    .reviews-wrapper {
        padding: 60px 15px;
    }

    .title-heading {
        font-size: 2rem;
    }

    .review-card {
        padding: 30px 20px;
    }

    .testimonial-quote {
        font-size: 1rem;
    }

    .arrow-button {
        width: 45px;
        height: 45px;
        font-size: 1rem;
    }

    .author-photo {
        width: 60px;
        height: 60px;
    }

    .author-info h4 {
        font-size: 1.1rem;
    }
    .main-heading-text {
        font-size: 1.8rem;
    }

    .lime-membership-card,
    .dark-info-card {
        padding: 25px;
        border-radius: 30px;
    }

    .perk-item {
        font-size: 0.95rem;
        margin-bottom: 15px;
    }

    .check-icon {
        width: 30px;
        height: 30px;
    }

    .info-description {
        font-size: 1.1rem;
    }

    .register-button {
        width: 100%;
        justify-content: center;
    }

    .photo-container {
        height: 200px;
    }
    .primary-heading {
        font-size: 1.8rem;
    }

    .form-heading {
        font-size: 1.6rem;
    }

    .submit-button {
        width: 100%;
        justify-content: center;
    }

    .icon-square {
        width: 50px;
        height: 50px;
    }

    .icon-square i {
        font-size: 1.2rem;
    }
} */



/* ============================================
   RESPONSIVE STYLES - MOBILE FIRST APPROACH
   ============================================ */

/* ========== BELOW 384px (Extra Small Phones) ========== */
@media (max-width: 383px) {
    /* Header */
    header {
        padding: 8px 3%;
        flex-wrap: wrap;
    }

    .logo img {
        width: 100px !important;
    }

    nav {
        display: none; /* Show hamburger menu instead */
    }

    .join-btn {
        padding: 0.6rem 1.2rem;
        font-size: 0.8rem;
    }

    /* Hero Section */
    .hero-content {
        grid-template-columns: 1fr;
        padding: 0 3%;
        height: auto;
        min-height: 100vh;
        margin-top: 70px;
        gap: 2rem;
    }

    .left h1 {
        font-size: 2rem;
        line-height: 1.2;
    }

    .tagline {
        font-size: 0.85rem;
    }

    .stats {
        padding: 1rem;
        flex-direction: column;
    }

    .stats img {
        width: 30px;
        height: 30px;
    }

    .social-links {
        margin-left: 0;
        margin-top: 20px;
    }

    .social-box {
        width: 100%;
        padding: 1rem;
    }

    .social-box h3 {
        font-size: 1.2rem;
    }

    .bottom h2 {
        font-size: 1.5rem;
    }

    .btn-group {
        flex-direction: column;
        gap: 0.8rem;
    }

    .book_btn {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
        width: 100%;
        justify-content: center;
    }

    /* Stats Section */
    .stats-section {
        padding: 3rem 1rem;
    }

    .stats-left {
        padding: 10px;
    }

    .stats-image {
        height: 300px;
    }

    .stats-badge {
        bottom: 20px;
        left: 10px;
        right: 10px;
        max-width: none;
        padding: 1.5rem;
        font-size: 1rem;
    }

    .stats-right h1 {
        font-size: 2rem;
    }

    .stats-right p {
        font-size: 0.95rem;
    }

    .counters {
        gap: 1.5rem;
        justify-content: space-around;
    }

    .counter-item h3 {
        font-size: 2rem;
    }

    /* Why Choose Us */
    .why-choose-us {
        padding: 40px 0;
    }

    .container-fluid {
        padding: 10px 15px;
    }

    .left-section {
        padding-right: 0;
    }

    .main-title {
        font-size: 1.8rem;
    }

    .subtitle {
        font-size: 0.95rem;
    }

    .us-membership-box img {
        width: 100%;
        max-height: 250px;
    }

    .us-membership-content {
        flex-direction: column;
        gap: 10px;
        padding: 15px;
    }

    .feature-box {
        padding: 25px;
        min-height: 200px;
    }

    .feature-box img {
        width: 40px;
        height: 40px;
    }

    .feature-title {
        font-size: 1.1rem;
    }

    .arrow-circle {
        width: 40px;
        height: 40px;
    }

    /* Services Section */
    .services-section {
        padding: 2rem 0;
    }

    .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .service-card {
        height: 320px;
    }

    .service-icon {
        width: 50px;
        height: 50px;
    }

    .service-title {
        font-size: 1.2rem;
    }

    /* Booking Section */
    .booking-section {
        padding: 2rem 0;
    }

    .feature-tags {
        gap: 8px;
    }

    .tag {
        padding: 8px 15px;
        font-size: 0.8rem;
    }

    .booking-image {
        width: 100%;
        height: 300px;
    }

    .cta-card {
        padding: 30px 20px;
    }

    .cta-title {
        font-size: 1.5rem;
    }

    .benefits-title {
        font-size: 1.8rem;
    }

    .benefit-text {
        font-size: 0.95rem;
    }

    /* Training Section */
    .padel-training-wrapper {
        padding: 2rem 0;
    }

    .training-hero-area {
        flex-direction: column;
        gap: 20px;
    }

    .training-main-heading,
    .main-title {
        font-size: 1.8rem;
    }

    .circular-player-photo {
        width: 180px;
        height: 180px;
    }

    .program-description {
        font-size: 0.85rem;
    }

    .academy-stats-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .stat-large-number {
        font-size: 2.5rem;
    }

    .bottom-content-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .large-training-image {
        height: 280px;
    }

    /* Tournaments Section */
    .tournaments-wrapper {
        padding: 2rem 0;
    }

    .event-card {
        min-height: 350px;
    }

    .event-title {
        font-size: 1.5rem;
    }

    .cta-event-card {
        padding: 25px;
        min-height: 350px;
    }

    .cta-heading {
        font-size: 1.8rem;
    }

    /* Community Section */
    .community-section {
        padding: 60px 0;
    }

    .badge-community {
        width: 220px;
        height: 150px;
        margin-left: 20px;
        margin-bottom: 350px;
        padding: 10px 15px;
    }

    .badge-community span p {
        font-size: 0.9rem;
    }

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

    .icon-box {
        width: 50px;
        height: 50px;
    }

    /* Reviews Section */
    .reviews-wrapper {
        padding: 40px 10px;
    }

    .member-photo {
        width: 50px;
        height: 50px;
    }

    .review-card {
        padding: 30px 20px;
    }

    .testimonial-quote {
        font-size: 1.1rem;
    }

    .author-photo {
        width: 50px;
        height: 50px;
    }

    .author-info h4 {
        font-size: 1rem;
    }

    .arrow-button {
        width: 40px;
        height: 40px;
    }

    /* Join Section */
    .join-container {
        padding: 40px 10px;
    }

    .lime-membership-card {
        padding: 30px 20px;
    }

    .perk-item {
        font-size: 0.95rem;
    }

    .dark-info-card {
        padding: 30px 20px;
    }

    .info-description {
        font-size: 1.1rem;
    }

    .photo-container {
        height: 220px;
    }

    .members-count {
        font-size: 1.3rem;
    }

    /* Articles Section */
    .articles-wrapper {
        padding: 40px 10px;
    }

    .posts-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .post-item {
        height: 320px;
    }

    .post-heading {
        font-size: 1.2rem;
    }

    /* Footer */
    .footer-main-section {
        padding: 40px 0 20px;
    }

    .company-title-footer {
        font-size: 1.3rem;
    }

    .footer-section-heading {
        font-size: 1.2rem;
    }

    .contact-icon-circle {
        width: 40px;
        height: 40px;
    }
}

/* ========== 384px - 575px (Small Phones) ========== */
@media (min-width: 384px) and (max-width: 575px) {
    /* Header */
    header {
        padding: 10px 4%;
    }

    .logo img {
        width: 120px !important;
    }

    nav {
        display: none;
    }

    /* Hero Section */
    .hero-content {
        grid-template-columns: 1fr;
        padding: 0 4%;
        height: auto;
        margin-top: 80px;
        gap: 2.5rem;
    }

    .left h1 {
        font-size: 2.5rem;
    }

    .tagline {
        font-size: 0.9rem;
    }

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

    .social-links {
        margin-left: 0;
    }

    .bottom h2 {
        font-size: 1.8rem;
    }

    .book_btn {
        padding: 0.9rem 2rem;
        font-size: 0.95rem;
    }

    /* Stats Section */
    .stats-section {
        padding: 4rem 1.5rem;
    }

    .stats-image {
        height: 350px;
    }

    .stats-badge {
        padding: 1.8rem;
        font-size: 1.2rem;
    }

    .stats-right h1 {
        font-size: 2.5rem;
    }

    .counter-item h3 {
        font-size: 2.5rem;
    }

    /* Why Choose Us */
    .main-title {
        font-size: 2rem;
    }

    .us-membership-box img {
        max-height: 280px;
    }

    .row-features {
        flex-direction: column;
    }

    .feature-box {
        padding: 30px;
    }

    /* Services Section */
    .service-card {
        height: 350px;
    }

    .service-title {
        font-size: 1.3rem;
    }

    /* Booking Section */
    .booking-image {
        height: 350px;
    }

    .cta-card {
        padding: 35px 25px;
    }

    .cta-title {
        font-size: 1.6rem;
    }

    /* Training Section */
    .circular-player-photo {
        width: 200px;
        height: 200px;
    }

    .stat-large-number {
        font-size: 3rem;
    }

    .large-training-image {
        height: 320px;
    }

    /* Tournaments Section */
    .event-card {
        min-height: 380px;
    }

    .event-title {
        font-size: 1.6rem;
    }

    .cta-heading {
        font-size: 2rem;
    }

    /* Community Section */
    .badge-community {
        width: 250px;
        height: 160px;
        margin-left: 50px;
    }

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

    /* Reviews Section */
    .member-photo {
        width: 60px;
        height: 60px;
    }

    .review-card {
        padding: 35px 25px;
    }

    .testimonial-quote {
        font-size: 1.2rem;
    }

    /* Join Section */
    .lime-membership-card {
        padding: 40px 25px;
    }

    .dark-info-card {
        padding: 35px 25px;
    }

    .info-description {
        font-size: 1.2rem;
    }

    /* Articles Section */
    .post-item {
        height: 350px;
    }

    .post-heading {
        font-size: 1.3rem;
    }
}

/* ========== 576px - 767px (Large Phones / Small Tablets) ========== */
@media (min-width: 576px) and (max-width: 767px) {
    /* Header */
    header {
        padding: 12px 5%;
    }

    .logo img {
        width: 130px !important;
    }

    nav a {
        margin: 0 0.5rem;
        font-size: 0.9rem;
    }

    /* Hero Section */
    .hero-content {
        grid-template-columns: 1fr;
        padding: 0 5%;
        height: auto;
        gap: 3rem;
    }

    .left h1 {
        font-size: 3rem;
    }

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

    .social-links {
        margin-left: 50px;
    }

    .bottom h2 {
        font-size: 2rem;
    }

    /* Stats Section */
    .stats-image {
        height: 400px;
    }

    .stats-badge {
        max-width: 400px;
        padding: 2rem;
        font-size: 1.4rem;
    }

    .stats-right h1 {
        font-size: 3rem;
    }

    .counters {
        gap: 2rem;
    }

    /* Why Choose Us */
    .main-title {
        font-size: 2.2rem;
    }

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

    /* Services Section */
    .posts-grid,
    .row.g-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .service-card {
        height: 380px;
    }

    /* Booking Section */
    .booking-image {
        height: 380px;
    }

    .input-group-wrapper {
        grid-template-columns: 1fr;
    }

    /* Training Section */
    .training-hero-area {
        flex-direction: column;
        text-align: center;
    }

    .circular-player-photo {
        width: 220px;
        height: 220px;
    }

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

    .bottom-content-grid {
        grid-template-columns: 1fr;
    }

    /* Tournaments Section */
    .event-card {
        min-height: 400px;
    }

    /* Community Section */
    .badge-community {
        width: 280px;
        margin-left: 100px;
    }

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

    /* Articles Section */
    .posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ========== 768px - 991px (Tablets) ========== */
@media (min-width: 768px) and (max-width: 991px) {
    /* Header */
    nav a {
        margin: 0 0.7rem;
    }

    /* Hero Section */
    .hero-content {
        grid-template-columns: 1fr 1fr;
        gap: 2.5rem;
        height: 90vh;
    }

    .left h1 {
        font-size: 3.5rem;
    }

    .social-links {
        margin-left: 80px;
    }

    /* Stats Section */
    .stats-image {
        height: 450px;
    }

    .stats-badge {
        max-width: 450px;
    }

    .stats-right h1 {
        font-size: 3.2rem;
    }

    /* Why Choose Us */
    .us-membership-box img {
        width: 400px;
    }

    /* Services Section */
    .row.g-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Training Section */
    .training-hero-area {
        flex-direction: row;
        gap: 25px;
    }

    .circular-player-photo {
        width: 240px;
        height: 240px;
    }

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

    /* Tournaments Section */
    .cta-event-card {
        min-height: 420px;
    }

    /* Community Section */
    .badge-community {
        margin-left: 200px;
    }

    /* Articles Section */
    .posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ========== 992px - 1199px (Small Laptops) ========== */
@media (min-width: 992px) and (max-width: 1199px) {
    /* Hero Section */
    .left h1 {
        font-size: 4rem;
    }

    .social-links {
        margin-left: 120px;
    }

    /* Stats Section */
    .stats-image {
        height: 500px;
    }

    .stats-badge {
        max-width: 480px;
        bottom: 80px;
    }

    /* Why Choose Us */
    .us-membership-box img {
        width: 450px;
    }

    /* Services Section */
    .row.g-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    /* Training Section */
    .circular-player-photo {
        width: 250px;
        height: 250px;
    }

    /* Tournaments Section */
    .posts-grid,
    .row.g-4 {
        gap: 25px;
    }

    /* Articles Section */
    .posts-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ========== 1200px - 1439px (Standard Laptops) ========== */
@media (min-width: 1200px) and (max-width: 1439px) {
    /* Fine-tune spacing */
    .hero-content {
        max-width: 1300px;
    }

    .stats-section,
    .why-choose-us,
    .services-section,
    .booking-section,
    .padel-training-wrapper,
    .tournaments-wrapper,
    .articles-wrapper {
        max-width: 1300px;
    }

    .social-links {
        margin-left: 140px;
    }

    .stats-badge {
        max-width: 500px;
    }
}

/* ========== 1440px - 1919px (Large Desktops) ========== */
@media (min-width: 1440px) and (max-width: 1919px) {
    /* Optimal spacing for large screens */
    .hero-content {
        max-width: 1400px;
    }

    .left h1 {
        font-size: 4.8rem;
    }

    .stats-badge {
        max-width: 520px;
        font-size: 1.9rem;
    }

    .circular-player-photo {
        width: 280px;
        height: 280px;
    }
}

/* ========== 1920px and Above (Extra Large Screens) ========== */
@media (min-width: 1920px) {
    /* Maximum width constraints */
    .hero-content,
    .stats-section,
    .why-choose-us,
    .services-section,
    .booking-section,
    .padel-training-wrapper,
    .tournaments-wrapper,
    .articles-wrapper {
        max-width: 1600px;
    }

    .left h1 {
        font-size: 5rem;
    }

    .stats-image {
        height: 600px;
    }

    .stats-badge {
        font-size: 2rem;
    }

    .circular-player-photo {
        width: 300px;
        height: 300px;
    }

    .main-title {
        font-size: 3rem;
    }
}

/* ========== MOBILE MENU BAR (Below 1024px) ========== */
@media (max-width: 1024px) {
    /* Mobile Menu Toggle Button */
    .mobile-menu-toggle {
        display: block;
        position: relative;
        width: 35px;
        height: 30px;
        cursor: pointer;
        z-index: 1001;
    }

    .mobile-menu-toggle span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: var(--primary);
        border-radius: 3px;
        opacity: 1;
        left: 0;
        transition: 0.25s ease-in-out;
    }

    .mobile-menu-toggle span:nth-child(1) {
        top: 0px;
    }

    .mobile-menu-toggle span:nth-child(2) {
        top: 12px;
    }

    .mobile-menu-toggle span:nth-child(3) {
        top: 24px;
    }

    /* Animated hamburger to X */
    .mobile-menu-toggle.active span:nth-child(1) {
        top: 12px;
        transform: rotate(135deg);
    }

    .mobile-menu-toggle.active span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    .mobile-menu-toggle.active span:nth-child(3) {
        top: 12px;
        transform: rotate(-135deg);
    }

    /* Hide desktop navigation */
    nav {
        position: fixed;
        top: 0;
        left: -100%;
        width: 280px;
        height: 100vh;
        background: rgba(0, 0, 0, 0.98);
        backdrop-filter: blur(20px);
        padding: 100px 30px 30px;
        display: flex;
        flex-direction: column;
        gap: 0;
        transition: left 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        z-index: 1000;
        overflow-y: auto;
    }

    nav.active {
        left: 0;
    }

    nav a {
        display: block;
        margin: 0;
        padding: 18px 20px;
        font-size: 1.1rem;
        font-weight: 600;
        color: #fff;
        border-bottom: 1px solid rgba(163, 230, 53, 0.1);
        transition: all 0.3s ease;
        position: relative;
    }

    nav a::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 60%;
        background: var(--primary);
        transition: width 0.3s ease;
        border-radius: 0 5px 5px 0;
    }

    nav a:hover {
        padding-left: 35px;
        color: var(--primary);
    }

    nav a:hover::before {
        width: 5px;
    }

    /* Mobile menu overlay */
    .mobile-menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 999;
    }

    .mobile-menu-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    /* Adjust header for mobile menu */
    header {
        justify-content: space-between;
    }

    /* Move join button to mobile menu */
    header > .join-btn {
        display: none;
    }

    nav .join-btn {
        display: inline-flex;
        margin-top: 20px;
        width: 100%;
        justify-content: center;
        border-top: 1px solid rgba(163, 230, 53, 0.2);
        padding-top: 20px;
    }
}

/* ========== SPECIFIC DEVICE BREAKPOINTS ========== */

/* 1280px - iPad Pro 12.9" Landscape */
@media (max-width: 1280px) and (min-width: 1025px) {
    .hero-content {
        max-width: 1200px;
    }

    .left h1 {
        font-size: 4.2rem;
    }

    .stats-badge {
        max-width: 480px;
    }
}

/* 1024px - iPad Pro 11" Landscape, iPad Air Landscape */
@media (max-width: 1024px) {
    .hero-content {
        gap: 3rem;
        height: 85vh;
    }

    .left h1 {
        font-size: 3.8rem;
    }

    .social-links {
        margin-left: 100px;
    }

    .stats-image {
        height: 460px;
    }

    .feature-box {
        padding: 35px;
    }

    .service-card {
        height: 390px;
    }
}

/* 912px - Surface Pro 7 */
@media (max-width: 912px) {
    .hero-content {
        gap: 2.8rem;
    }

    .left h1 {
        font-size: 3.6rem;
    }

    .stats-badge {
        max-width: 440px;
        font-size: 1.5rem;
    }

    .circular-player-photo {
        width: 230px;
        height: 230px;
    }
}

/* 853px - Specific Tablet Size */
@media (max-width: 853px) {
    .left h1 {
        font-size: 3.4rem;
    }

    .stats-right h1 {
        font-size: 3rem;
    }

    .us-membership-box img {
        width: 380px;
    }
}

/* 820px - iPad Air */
@media (max-width: 820px) {
    .hero-content {
        grid-template-columns: 1fr;
        height: auto;
        gap: 2.5rem;
    }

    .left h1 {
        font-size: 3.2rem;
    }

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

    .social-links {
        margin-left: 60px;
    }

    .stats-badge {
        max-width: 420px;
        bottom: 60px;
    }

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

    .bottom-content-grid {
        grid-template-columns: 1fr;
    }
}

/* 768px - iPad Mini, Standard Tablets */
@media (max-width: 768px) {
    .hero-content {
        padding: 0 4%;
        gap: 2.5rem;
    }

    .left h1 {
        font-size: 3rem;
    }

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

    .social-links {
        margin-left: 0;
        margin-top: 20px;
    }

    .row.g-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .training-hero-area {
        flex-direction: column;
        text-align: center;
    }

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

/* 540px - Surface Duo */
@media (max-width: 540px) {
    .hero-content {
        padding: 0 3.5%;
        gap: 2rem;
    }

    .left h1 {
        font-size: 2.6rem;
    }

    .stats-image {
        height: 360px;
    }

    .stats-badge {
        padding: 1.6rem;
        font-size: 1.1rem;
    }

    .counters {
        gap: 1.8rem;
    }

    .main-title {
        font-size: 2.1rem;
    }

    .circular-player-photo {
        width: 200px;
        height: 200px;
    }
}

/* 480px - Small Phones Landscape */
@media (max-width: 480px) {
    .hero-content {
        gap: 1.8rem;
        margin-top: 75px;
    }

    .left h1 {
        font-size: 2.4rem;
    }

    .tagline {
        font-size: 0.88rem;
    }

    .stats-image {
        height: 330px;
    }

    .stats-badge {
        padding: 1.4rem;
        font-size: 1rem;
        bottom: 25px;
    }

    .stats-right h1 {
        font-size: 2.4rem;
    }

    .counter-item h3 {
        font-size: 2.3rem;
    }

    .feature-box {
        padding: 28px;
    }

    .service-card {
        height: 340px;
    }

    .booking-image {
        height: 330px;
    }

    .circular-player-photo {
        width: 190px;
        height: 190px;
    }

    .event-card {
        min-height: 360px;
    }

    .post-item {
        height: 330px;
    }
}

/* 430px - iPhone 14 Pro Max, iPhone 15 Plus */
@media (max-width: 430px) {
    .hero-content {
        gap: 1.6rem;
    }

    .left h1 {
        font-size: 2.2rem;
    }

    .bottom h2 {
        font-size: 1.6rem;
    }

    .book_btn {
        padding: 0.85rem 1.6rem;
        font-size: 0.92rem;
    }

    .stats-image {
        height: 310px;
    }

    .stats-badge {
        padding: 1.3rem;
        font-size: 0.95rem;
    }

    .main-title {
        font-size: 1.9rem;
    }

    .us-membership-box img {
        max-height: 260px;
    }

    .cta-title {
        font-size: 1.55rem;
    }

    .benefits-title {
        font-size: 1.9rem;
    }

    .circular-player-photo {
        width: 185px;
        height: 185px;
    }

    .stat-large-number {
        font-size: 2.8rem;
    }

    .large-training-image {
        height: 290px;
    }
}

/* 414px - iPhone XR, iPhone 11 */
@media (max-width: 414px) {
    .hero-content {
        gap: 1.5rem;
        padding: 0 3%;
    }

    .left h1 {
        font-size: 2.1rem;
    }

    .stats img {
        width: 32px;
        height: 32px;
    }

    .stats-badge {
        font-size: 0.92rem;
    }

    .stats-right p {
        font-size: 0.96rem;
    }

    .counter-item h3 {
        font-size: 2.2rem;
    }

    .feature-title {
        font-size: 1.15rem;
    }

    .service-title {
        font-size: 1.25rem;
    }

    .tag {
        padding: 7px 14px;
        font-size: 0.82rem;
    }

    .circular-player-photo {
        width: 180px;
        height: 180px;
    }

    .event-title {
        font-size: 1.55rem;
    }

    .testimonial-quote {
        font-size: 1.15rem;
    }

    .post-heading {
        font-size: 1.25rem;
    }
}

/* 375px - iPhone SE (3rd gen), iPhone 12 Mini, iPhone 13 Mini */
@media (max-width: 375px) {
    .hero-content {
        gap: 1.4rem;
        margin-top: 72px;
    }

    .left h1 {
        font-size: 2rem;
        line-height: 1.15;
    }

    .tagline {
        font-size: 0.85rem;
    }

    .bottom h2 {
        font-size: 1.5rem;
    }

    .book_btn {
        padding: 0.8rem 1.4rem;
        font-size: 0.9rem;
    }

    .stats {
        padding: 0.9rem;
    }

    .social-box h3 {
        font-size: 1.15rem;
    }

    .stats-image {
        height: 290px;
    }

    .stats-badge {
        padding: 1.2rem;
        font-size: 0.9rem;
        bottom: 18px;
        left: 8px;
        right: 8px;
    }

    .stats-right h1 {
        font-size: 2.2rem;
    }

    .counter-item h3 {
        font-size: 2.1rem;
    }

    .counters {
        gap: 1.4rem;
    }

    .main-title {
        font-size: 1.85rem;
    }

    .subtitle {
        font-size: 0.93rem;
    }

    .us-membership-box img {
        max-height: 240px;
    }

    .us-membership-number {
        font-size: 1.6rem;
    }

    .feature-box {
        padding: 24px;
    }

    .arrow-circle {
        width: 38px;
        height: 38px;
    }

    .service-card {
        height: 310px;
    }

    .service-icon {
        width: 48px;
        height: 48px;
    }

    .booking-image {
        height: 290px;
    }

    .cta-card {
        padding: 28px 18px;
    }

    .cta-icon {
        width: 70px;
        height: 70px;
    }

    .benefit-text {
        font-size: 0.93rem;
    }

    .circular-player-photo {
        width: 175px;
        height: 175px;
    }

    .stat-large-number {
        font-size: 2.6rem;
    }

    .large-training-image {
        height: 270px;
    }

    .event-card {
        min-height: 340px;
    }

    .badge-community {
        width: 210px;
        height: 145px;
        margin-left: 15px;
    }

    .member-photo {
        width: 55px;
        height: 55px;
    }

    .review-card {
        padding: 28px 18px;
    }

    .perk-item {
        font-size: 0.93rem;
    }

    .info-description {
        font-size: 1.08rem;
    }

    .photo-container {
        height: 210px;
    }

    .post-item {
        height: 310px;
    }
}

/* 344px - Small Android Devices */
@media (max-width: 344px) {
    .logo img {
        width: 95px !important;
    }

    .hero-content {
        gap: 1.2rem;
        margin-top: 68px;
        padding: 0 2.5%;
    }

    .left h1 {
        font-size: 1.85rem;
        line-height: 1.1;
    }

    .tagline {
        font-size: 0.82rem;
    }

    .bottom h2 {
        font-size: 1.4rem;
    }

    .book_btn {
        padding: 0.75rem 1.2rem;
        font-size: 0.85rem;
    }

    .stats img {
        width: 28px;
        height: 28px;
    }

    .social-media {
        width: 115px;
        height: 36px;
        font-size: 0.85rem;
    }

    .stats-image {
        height: 270px;
    }

    .stats-badge {
        padding: 1rem;
        font-size: 0.85rem;
        bottom: 15px;
    }

    .stats-right h1 {
        font-size: 2rem;
    }

    .stats-right p {
        font-size: 0.92rem;
    }

    .counter-item h3 {
        font-size: 1.95rem;
    }

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

    .subtitle {
        font-size: 0.9rem;
    }

    .us-membership-box img {
        max-height: 220px;
    }

    .feature-box {
        padding: 20px;
    }

    .feature-title {
        font-size: 1.05rem;
    }

    .service-card {
        height: 290px;
    }

    .service-title {
        font-size: 1.15rem;
    }

    .tag {
        padding: 6px 12px;
        font-size: 0.78rem;
    }

    .booking-image {
        height: 270px;
    }

    .cta-card {
        padding: 25px 15px;
    }

    .cta-title {
        font-size: 1.4rem;
    }

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

    .benefit-icon {
        width: 32px;
        height: 32px;
    }

    .benefit-text {
        font-size: 0.9rem;
    }

    .circular-player-photo {
        width: 165px;
        height: 165px;
    }

    .program-description {
        font-size: 0.82rem;
    }

    .stat-large-number {
        font-size: 2.4rem;
    }

    .stat-heading-text {
        font-size: 1.05rem;
    }

    .large-training-image {
        height: 250px;
    }

    .event-card {
        min-height: 320px;
    }

    .event-title {
        font-size: 1.4rem;
    }

    .cta-heading {
        font-size: 1.7rem;
    }

    .badge-community {
        width: 195px;
        height: 135px;
        margin-left: 10px;
        margin-bottom: 320px;
    }

    .badge-community span p {
        font-size: 0.85rem;
    }

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

    .icon-box {
        width: 48px;
        height: 48px;
    }

    .member-photo {
        width: 48px;
        height: 48px;
    }

    .review-card {
        padding: 25px 15px;
    }

    .testimonial-quote {
        font-size: 1.05rem;
    }

    .author-photo {
        width: 48px;
        height: 48px;
    }

    .author-info h4 {
        font-size: 0.95rem;
    }

    .arrow-button {
        width: 38px;
        height: 38px;
    }

    .lime-membership-card {
        padding: 28px 18px;
    }

    .perk-item {
        font-size: 0.9rem;
    }

    .check-icon {
        width: 32px;
        height: 32px;
    }

    .dark-info-card {
        padding: 28px 18px;
    }

    .info-description {
        font-size: 1.05rem;
    }

    .photo-container {
        height: 190px;
    }

    .members-count {
        font-size: 1.2rem;
    }

    .post-item {
        height: 290px;
    }

    .post-heading {
        font-size: 1.15rem;
    }

    .footer-section-heading {
        font-size: 1.15rem;
    }

    .contact-icon-circle {
        width: 38px;
        height: 38px;
    }
}

/* ========== GLOBAL RESPONSIVE UTILITIES ========== */
@media (max-width: 1024px) {
    /* Hide desktop elements on mobile */
    .desktop-only {
        display: none !important;
    }

    /* Full width buttons on mobile */
    .btn-group {
        width: 100%;
    }

    .btn-group a,
    .btn-group button {
        width: 100%;
        justify-content: center;
    }

    /* Stack columns on mobile */
    .row-features,
    .contact-grid-layout,
    .contact-detail-row {
        grid-template-columns: 1fr !important;
    }

    /* Reduce padding on mobile */
    section {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1025px) {
    /* Show desktop elements */
    .mobile-only,
    .mobile-menu-toggle,
    .mobile-menu-overlay {
        display: none !important;
    }
}

/* Touch-friendly targets for mobile */
@media (hover: none) and (pointer: coarse) {
    a, button, .clickable {
        min-height: 44px;
        min-width: 44px;
    }
}
