/* ============================================
   EXTRA SMALL DEVICES (Below 375px)
   ============================================ */
@media (max-width: 376px) {
    /* Header */
    header {
        padding: 10px 3%;
    }

    .logo {
        font-size: 1.4rem;
    }

    nav .join-btn {
        width: 100%;
        justify-content: center;
        margin-top: 20px;
        padding: 0.8rem 1.5rem;
    }

    /* Hero Section */
    .hero {
        min-height: 80vh;
    }

    .hero-content {
        grid-template-columns: 1fr;
        padding: 80px 4% 20px;
        height: auto;
        min-height: 80vh;
        margin-top: 60px;
        border-radius: 25px;
        gap: 1.5rem;
    }

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

    .tagline {
        font-size: 0.9rem;
    }

    .stats {
        flex-direction: column;
        padding: 1rem;
        gap: 0.8rem;
        width: 100%;
    }

    .stats .avatars {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .stats img,
    .avatars img {
        width: 35px;
        height: 35px;
    }

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

    .social-links-wrapper {
        width: 100%;
    }

    .social-links {
        margin-left: 0;
        margin-top: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }

    .social-media {
        width: 100%;
        height: 40px;
        margin-bottom: 0;
        font-size: 0.85rem;
    }

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

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

    .bottom {
        margin-top: 1.5rem;
    }

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

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

    .btn-group {
        flex-direction: row;
        gap: 0.8rem;
        width: 100%;
    }

    .book_btn {
        width: 86%;
        justify-content: center;
        padding: 0.9rem 2rem;
        font-size: 12px;
    }

    .home_btn.play {
        width: 50px;
        height: 50px;
        margin: 0 auto;
    }

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

    .stats-section .row {
        flex-direction: column;
        gap: 2rem;
    }

    .stats-left,
    .stats-right {
        width: 100%;
        padding: 0 !important;
    }

    .stats-image {
        height: 300px;
        border-radius: 15px;
    }

    .stats-badge {
        position: static;
        max-width: 92%;
        padding: 1.2rem 1.5rem;
        font-size: 1rem;
        margin-top: -162px;
        border-radius: 18px;
    }

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

    .stats-right p {
        font-size: 10px;
    }

    .counters {
        flex-direction: row;
        gap: 1.5rem;
        margin-top: 2rem;
    }

    .counter-item {
        text-align: left;
    }

    .counter-item h3 {
        font-size: 28px;
    }

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

    .container-fluid {
        padding: 15px;
    }

    .why-choose-us .row {
        flex-direction: column;
    }

    .left-section,
    .right-section {
        width: 100%;
        padding: 0 !important;
    }

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

    .subtitle {
        font-size: 0.9rem;
        max-width: 100%;
    }

    .us-membership-box {
        margin-top: 2rem;
        max-width: 100%;
    }

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

    .us-membership-content {
        flex-direction: column;
        bottom: 15px;
        left: 15px;
        gap: 8px;
    }

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

    .us-membership-label {
        font-size: 1.1rem;
    }

    .us-avatar {
        width: 35px;
        height: 35px;
        margin-right: -12px;
    }

    .row-features {
        flex-direction: column;
        gap: 15px;
    }

    .row-features > div {
        width: 100%;
    }

    .feature-box {
        padding: 25px;
        border-radius: 15px;
    }

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

    .feature-title {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }

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

    .section-header {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 25px;
        gap: 15px;
    }

    .section-header .btn-group {
        width: 100%;
    }

    .services-section .g-4 {
        gap: 1rem !important;
    }

    .services-section [class*="col-"] {
        width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-bottom: 1rem;
    }

    .service-card {
        height: 300px;
        border-radius: 18px;
    }

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

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

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

    .booking-section .g-5 {
        gap: 1.5rem !important;
    }

    .booking-section [class*="col-"] {
        width: 100%;
    }

    .feature-tags {
        gap: 8px;
        margin-bottom: 20px;
        justify-content: center;
    }

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

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

    .cta-card {
        padding: 25px 20px;
        margin-bottom: 15px;
        border-radius: 18px;
    }

    .cta-card .row {
        flex-direction: column;
    }

    .cta-card [class*="col-"] {
        width: 100%;
    }

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

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

    .benefits-section {
        margin-top: 15px;
    }

    .benefits-title {
        font-size: 0.8rem;
        margin-bottom: 20px;
    }

    .benefit-item {
        margin-bottom: 18px;
    }

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

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

    .training-left-content {
        text-align: center;
    }

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

    .training-right-content {
        text-align: center;
    }

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

    .programs-cta-button {
        padding: 12px 24px;
        font-size: 0.9rem;
        width: 100%;
        justify-content: center;
    }

    .academy-stats-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 35px;
        padding-bottom: 35px;
    }

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

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

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

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

    .program-name-text {
        font-size: 0.95rem;
    }

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

    .tournaments-wrapper .container {
        padding: 0 15px;
    }

    .tournaments-wrapper .row {
        margin: 0;
    }

    .tournaments-wrapper [class*="col-"] {
        width: 100%;
        padding: 0 8px;
        margin-bottom: 15px;
    }

    .members-count {
        font-size: 22px;
    }

    .access-info {
        font-size: 15px;
    }

    .event-card {
        height: 500px;
        margin-bottom: 15px;
    }

    .event-tags {
        gap: 6px;
    }

    .event-tag {
        padding: 6px 10px;
        font-size: 0.7rem;
    }

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

    .cta-event-card {
        flex-direction: column;
        height: auto;
        margin-bottom: 15px;
    }

    .cta-content {
        padding: 25px 20px;
    }

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

    .cta-image-section {
        height: 220px;
    }

    /* Community Section */
    .community-section {
        padding: 20px 15px 40px 15px;
    }

    .community-section .row {
        flex-direction: column;
    }

    .community-section [class*="col-"] {
        width: 100%;
    }

    .event-card-overlay {
        gap: 8px;
    }

    .badge-community {
        width: 36%;
        height: 150px;
        padding: 15px;
        margin-top: -80px;
        margin-right: 340px;
        position: static;
        transform: none;
    }

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

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

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

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

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

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

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

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

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

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

    .join-container .row {
        flex-direction: column;
    }

    .join-container [class*="col-"] {
        width: 100%;
    }

    .lime-membership-card,
    .dark-info-card {
        padding: 25px 20px;
        height: auto;
        border-radius: 20px;
        margin-bottom: 15px;
    }

    .main-title-new {
        font-size: 1.6rem;
    }

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

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

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

    .photo-container {
        height: 200px;
    }

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

    .header-row {
        flex-direction: column;
        gap: 15px;
    }

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

    .post-item {
        height: 320px;
    }

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

    .academy-hero-content h1 {
        font-size: 1.8rem;
    }

    .about-academy-section h2,
    .courses-header h2 {
        font-size: 1.6rem;
    }

    .pricing-amount {
        font-size: 2rem;
    }

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

    .courses-section {
        background: #000;
        color: white;
        padding: 80px 0;
        width: fit-content;
    }
}

/* ============================================
   EXTRA SMALL DEVICES (377px - 575px)
   ============================================ */
@media (min-width: 377px) and (max-width: 575px) {
    /* Header */
    header {
        padding: 10px 3%;
    }

    .logo {
        font-size: 1.4rem;
    }

    nav .join-btn {
        width: 100%;
        justify-content: center;
        margin-top: 20px;
        padding: 0.8rem 1.5rem;
    }

    /* Hero Section */
    .hero {
        min-height: 80vh;
    }

    .hero-content {
        grid-template-columns: 1fr;
        padding: 80px 4% 20px;
        height: auto;
        min-height: 80vh;
        margin-top: 60px;
        border-radius: 25px;
        gap: 1.5rem;
    }

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

    .tagline {
        font-size: 0.9rem;
    }

    .stats {
        flex-direction: column;
        padding: 1rem;
        gap: 0.8rem;
        width: 100%;
    }

    .stats .avatars {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .stats img,
    .avatars img {
        width: 35px;
        height: 35px;
    }

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

    .social-links-wrapper {
        width: 100%;
    }

    .social-links {
        margin-left: 0;
        margin-top: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }

    .social-media {
        width: 100%;
        height: 40px;
        margin-bottom: 0;
        font-size: 0.85rem;
    }

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

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

    .bottom {
        margin-top: 1.5rem;
    }

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

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

    .btn-group {
        flex-direction: row;
        gap: 0.8rem;
        width: 100%;
    }

    .book_btn {
        width: 80%;
        justify-content: center;
        padding: 0.9rem 2rem;
        font-size: 14px;
    }

    .home_btn.play {
        width: 50px;
        height: 50px;
        margin: 0 auto;
    }

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

    .stats-section .row {
        flex-direction: column;
        gap: 2rem;
    }

    .stats-left,
    .stats-right {
        width: 100%;
        padding: 0 !important;
    }

    .stats-image {
        height: 300px;
        border-radius: 15px;
    }

    .stats-badge {
        position: static;
        max-width: 92%;
        padding: 1.2rem 1.5rem;
        font-size: 1rem;
        margin-top: -141px;
        border-radius: 18px;
        display: inline-flex;
    }

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

    .stats-right p {
        font-size: 10px;
    }

    .counters {
        flex-direction: row;
        gap: 1.5rem;
        margin-top: 2rem;
    }

    .counter-item {
        text-align: left;
    }

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

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

    .container-fluid {
        padding: 15px;
    }

    .why-choose-us .row {
        flex-direction: column;
    }

    .left-section,
    .right-section {
        width: 100%;
        padding: 0 !important;
    }

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

    .subtitle {
        font-size: 0.9rem;
        max-width: 100%;
    }

    .us-membership-box {
        margin-top: 2rem;
        max-width: 100%;
    }

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

    .us-membership-content {
        flex-direction: column;
        bottom: 15px;
        left: 15px;
        gap: 8px;
    }

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

    .us-membership-label {
        font-size: 1.1rem;
    }

    .us-avatar {
        width: 35px;
        height: 35px;
        margin-right: -12px;
    }

    .row-features {
        flex-direction: column;
        gap: 15px;
    }

    .row-features > div {
        width: 100%;
    }

    .feature-box {
        padding: 25px;
        border-radius: 15px;
    }

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

    .feature-title {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }

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

    .section-header {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 25px;
        gap: 15px;
    }

    .section-header .btn-group {
        width: 100%;
    }

    .services-section .g-4 {
        gap: 1rem !important;
    }

    .services-section [class*="col-"] {
        width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-bottom: 1rem;
    }

    .service-card {
        height: 300px;
        border-radius: 18px;
    }

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

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

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

    .booking-section .g-5 {
        gap: 1.5rem !important;
    }

    .booking-section [class*="col-"] {
        width: 100%;
    }

    .feature-tags {
        gap: 8px;
        margin-bottom: 20px;
        justify-content: center;
    }

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

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

    .cta-card {
        padding: 25px 20px;
        margin-bottom: 15px;
        border-radius: 18px;
    }

    .cta-card .row {
        flex-direction: column;
    }

    .cta-card [class*="col-"] {
        width: 100%;
    }

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

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

    .benefits-section {
        margin-top: 15px;
    }

    .benefits-title {
        font-size: 0.8rem;
        margin-bottom: 20px;
    }

    .benefit-item {
        margin-bottom: 18px;
    }

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

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

    .training-left-content {
        text-align: center;
    }

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

    .training-right-content {
        text-align: center;
    }

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

    .programs-cta-button {
        padding: 12px 24px;
        font-size: 0.9rem;
        width: 100%;
        justify-content: center;
    }

    .academy-stats-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 35px;
        padding-bottom: 35px;
    }

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

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

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

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

    .program-name-text {
        font-size: 0.95rem;
    }

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

    .tournaments-wrapper .container {
        padding: 0 15px;
    }

    .tournaments-wrapper .row {
        margin: 0;
    }

    .tournaments-wrapper [class*="col-"] {
        width: 100%;
        padding: 0 8px;
        margin-bottom: 15px;
    }

    .members-count {
        font-size: 22px;
    }

    .access-info {
        font-size: 15px;
    }

    .event-card {
        height: 500px;
        margin-bottom: -5px;
    }

    .event-tags {
        gap: 6px;
    }

    .event-tag {
        padding: 6px 10px;
        font-size: 0.7rem;
    }

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

    .cta-event-card {
        flex-direction: column;
        height: auto;
        margin-bottom: 15px;
    }

    .cta-content {
        padding: 25px 20px;
    }

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

    .cta-image-section {
        height: 220px;
    }

    /* Community Section */
    .community-section {
        padding: 20px 15px 40px 15px;
    }

    .community-section .row {
        flex-direction: column;
    }

    .community-section [class*="col-"] {
        width: 100%;
    }

    .event-card-overlay {
        gap: 8px;
    }

    .badge-community {
        width: 36%;
        height: 150px;
        padding: 15px;
        margin-top: -80px;
        margin-right: 340px;
        position: static;
        transform: none;
    }

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

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

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

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

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

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

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

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

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

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

    .join-container .row {
        flex-direction: column;
    }

    .join-container [class*="col-"] {
        width: 100%;
    }

    .lime-membership-card,
    .dark-info-card {
        padding: 25px 20px;
        height: auto;
        border-radius: 20px;
        margin-bottom: 15px;
    }

    .main-title-new {
        font-size: 1.6rem;
    }

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

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

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

    .photo-container {
        height: 200px;
    }

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

    .header-row {
        flex-direction: column;
        gap: 15px;
    }

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

    .post-item {
        height: 320px;
    }

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

    .academy-hero-content h1 {
        font-size: 1.8rem;
    }

    .about-academy-section h2,
    .courses-header h2 {
        font-size: 1.6rem;
    }

    .pricing-amount {
        font-size: 2rem;
    }

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

/* ============================================
   SMALL DEVICES (576px - 768px)
   ============================================ */
@media (min-width: 576px) and (max-width: 768px) {
    .hero-content {
        grid-template-columns: 1fr;
        margin-top: 70px;
        padding: 90px 4% 25px;
    }

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

    .stats-section .row {
        flex-direction: column;
    }

    .stats-left,
    .stats-right {
        width: 100%;
        padding: 0 !important;
    }

    .badge-community {
        background: var(--neon-green);
        color: #000;
        padding: 12px 24px;
        border-radius: 30px;
        font-weight: 700;
        font-size: 0.95rem;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        height: 200px;
        width: 300px;
        margin-bottom: 450px;
        margin-left: 396px;
    }

    .stats-image {
        height: 380px;
    }

    .stats-badge {
        position: static;
        max-width: 80%;
        margin-top: -208px;
        margin-bottom: 40px;
        display: inline-flex;
    }

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

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

    .why-choose-us .row {
        flex-direction: column;
    }

    .left-section,
    .right-section {
        width: 100%;
        padding: 0 !important;
    }

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

    .services-section [class*="col-lg-3"] {
        width: 50%;
    }

    .service-card {
        height: 340px;
    }

    .booking-section .row {
        flex-direction: column;
    }

    .booking-section [class*="col-"] {
        width: 100%;
        padding: 78px;
    }

    .booking-image {
        height: 400px;
    }

    .us-membership-box {
        margin-top: 2rem;
        margin-bottom: 40px;
    }

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

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

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

    .tournaments-wrapper [class*="col-lg-4"],
    .tournaments-wrapper [class*="col-lg-8"] {
        width: 100%;
    }

    .cta-event-card {
        flex-direction: column;
        height: auto;
    }

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

    .community-section .row {
        flex-direction: column;
    }

    .community-section [class*="col-"] {
        width: 100%;
    }

    .join-container .row {
        flex-direction: column;
    }

    .join-container [class*="col-"] {
        width: 100%;
    }

    .lime-membership-card {
        padding: 88px;
    }

    .event-card {
        position: relative;
        border-radius: 25px;
        overflow: hidden;
        height: 500px;
        min-height: 350px;
        transition: transform 0.3s ease;
        cursor: pointer;
        margin-bottom: 20px;
    }
}

/* ============================================
   MEDIUM DEVICES (769px - 991px)
   ============================================ */
@media (min-width: 769px) and (max-width: 991px) {
    .hero-content {
        margin-top: 85px;
        padding: 0 30px;
        height: 80vh;
        width: -webkit-fill-available;
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 100%;
    }

    .stats .avatars img {
        display: none;
    }

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

    .stats-section .row {
        gap: 3rem;
    }

    .stats-image {
        height: 440px;
    }

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

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

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

    .services-section [class*="col-lg-3"] {
        width: 50%;
    }

    .service-card {
        height: 370px;
    }

    .booking-section [class*="col-lg-6"] {
        width: 100%;
        gap: 40px;
    }

    .booking-image {
        height: 460px;
    }

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

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

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

    .tournaments-wrapper [class*="col-lg-4"] {
        width: 100%;
    }

    .tournaments-wrapper [class*="col-lg-8"] {
        width: 100%;
    }

    .cta-event-card {
        flex-direction: row;
        height: 370px;
    }

    .cta-event-card .row {
        flex-direction: row;
    }

    .cta-event-card [class*="col-lg-6"] {
        width: 50%;
    }

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

    .community-section [class*="col-lg-6"] {
        width: 100%;
    }

    .join-container [class*="col-lg-4"] {
        width: 100%;
    }

    .join-container [class*="col-lg-8"] {
        width: 100%;
    }

    .us-membership-box {
        margin-bottom: 40px;
    }

    .event-card {
        position: relative;
        border-radius: 25px;
        overflow: hidden;
        height: 100%;
        min-height: 435px;
        transition: transform 0.3s ease;
        cursor: pointer;
        margin-bottom: 20px;
    }

    .community-card {
        background: white;
        border-radius: 32px;
        overflow: hidden;
        transition: transform 0.4s ease;
        gap: 4px;
    }

    .programs-cta-button {
        font-size: 13px;
    }

    .badge-community {
        background: var(--neon-green);
        color: #000;
        padding: 12px 24px;
        border-radius: 30px;
        font-weight: 700;
        font-size: 0.95rem;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        height: 200px;
        width: 300px;
        margin-bottom: 450px;
        margin-left: 396px;
    }

    .lime-membership-card {
        background: var(--neon-green);
        border-radius: 40px;
        padding: 70px 150px;
        position: relative;
        overflow: hidden;
        animation: slideInLeft 1s ease-out;
        height: 750px;
    }

    .main-title-new {
        font-size: 42px;
        font-weight: 800;
        margin-bottom: 30px;
        color: #000;
        position: relative;
        z-index: 1;
    }

    .perk-item {
        list-style: none;
        padding: 0;
        margin-bottom: 27px;
        position: relative;
        z-index: 1;
        font-size: 30px;
        font-weight: normal;
    }

    .cta-card {
        gap: 100px;
    }

    .academy-hero {
        height: 60vh;
    }

    .academy-hero-content h1 {
        font-size: 2.2rem;
    }

    .academy-hero-content p {
        font-size: 1.1rem;
    }

    .hero-stat-number {
        font-size: 2rem;
    }

    .about-academy-section h2,
    .courses-header h2,
    .schedule-section h2,
    .pricing-header h2,
    .testimonials-header h2,
    .faq-header h2 {
        font-size: 2rem;
    }

    .final-cta-box {
        padding: 60px 30px;
    }

    .final-cta-box h2 {
        font-size: 2rem;
    }

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

    .final-cta-btn {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
}

/* ============================================
   LARGE DEVICES (992px - 1049px)
   ============================================ */
@media (min-width: 992px) and (max-width: 1049px) {
    nav .join-btn {
        width: auto;
        margin-top: 0;
    }

    .hero-content {
        grid-template-columns: 1fr 1fr;
        max-width: 1280px;
        margin-top: 90px;
        gap: 3.5rem;
        height: auto;
        max-height: 190vh;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .hero-text {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 2;
        padding-left: 410px;

        display: flex;
        flex-direction: column;
        justify-content: center; /* vertical center */
        align-items: center; /* horizontal center */

        text-align: center;
        font-style: italic;
    }

    .social-box p {
        font-size: 0.85rem;
    }

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

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

    .stats-section {
        max-width: 1240px;
    }

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

    .stats-section .row {
        flex-direction: row;
    }

    .main-title-new {
        font-size: 25px;
    }

    .lime-membership-card {
        padding: 50px 27px;
    }

    .stats-left {
        width: 50%;
    }

    .stats-right {
        width: 50%;
    }

    .stats-image {
        height: 500px;
    }

    .stats-badge {
        position: absolute;
        bottom: 104px;
        max-width: 335px;
        padding: 2rem 2.5rem;
        font-size: 1.2rem;
        margin-bottom: -40px;
        margin-left: 0px;
        display: inline-flex;
        height: auto;
    }

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

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

    .counter-item p {
        font-size: 0.7rem;
    }

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

    .perk-item {
        font-size: 15px;
    }

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

    .post-heading {
        font-size: 17px;
    }

    .meta-item {
        font-size: 12px;
    }

    .content-overlay {
        padding: 10px 20px;
    }

    .members-count {
        font-size: 28px;
    }

    .badge-community {
        margin-left: 146px;
    }

    .why-choose-us .row {
        flex-direction: row;
    }

    .left-section {
        width: 50%;
        padding-right: 40px;
    }

    .right-section {
        width: 50%;
    }

    .row-features {
        display: flex;
        flex-direction: row;
        gap: 20px;
    }

    .row-features > div {
        flex: 1;
    }

    .services-section [class*="col-lg-3"] {
        width: 25%;
    }

    .service-card {
        height: 400px;
    }

    .service-title {
        font-size: 16px;
    }
    .section-label h1 {
        font-size: 0.8rem;
    }

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

    .feature-title {
        font-size: 18px;
        padding-top: 10px;
    }
    .arrow-circle img {
        width: 30px;
        height: 30px;
    }

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

    .booking-section [class*="col-lg-6"] {
        width: 50%;
    }

    .booking-image {
        height: 398px;
    }

    .cta-event-card {
        height: auto;
    }

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

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

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

    .stats .avatars img {
        display: none;
    }

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

    .tournaments-wrapper [class*="col-lg-4"] {
        width: 33.33%;
    }

    .tournaments-wrapper [class*="col-lg-8"] {
        width: 66.67%;
    }

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

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

    .community-section [class*="col-lg-6"] {
        width: 50%;
    }

    .join-container [class*="col-lg-4"] {
        width: 33.33%;
    }

    .join-container [class*="col-lg-8"] {
        width: 66.67%;
    }

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

    .cta-title {
        font-size: 22px;
        text-align: left;
        line-height: 35px;
    }

    .programs-cta-button {
        font-size: 15px;
    }

    .benefit-item {
        padding: 0px;
        gap: 13px;
        margin-top: -4px;
    }

    .tag {
        width: auto;
        height: auto;
    }

    .book_btn {
        font-size: 15px;
        width: auto;
        padding: 12px 12px;
    }

    .benefits-title {
        font-size: 22px;
    }

    .benefit-icon {
        font-size: 13px;
    }

    .benefit-icon {
        font-size: 11px;
    }

    .academy-hero-content h1 {
        font-size: 3rem;
    }

    .about-academy-section h2,
    .courses-header h2,
    .schedule-section h2,
    .pricing-header h2,
    .testimonials-header h2,
    .faq-header h2,
    .final-cta-box h2 {
        font-size: 2.5rem;
    }

    .courses-grid,
    .pricing-grid,
    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .pricing-card.featured {
        transform: scale(1);
    }
}

/* ============================================
   LARGE DEVICES (1050px - 1199px)
   ============================================ */
@media (min-width: 1050px) and (max-width: 1199px) {
    body {
        padding: 0 20px;
    }

    nav .join-btn {
        width: auto;
        margin-top: 0;
    }

    .hero-content {
        grid-template-columns: 1fr 1fr;
        max-width: 1280px;
        margin-top: 90px;
        gap: 3.5rem;
        height: auto;
        max-height: 190vh;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .hero-text {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 2;
        padding-left: 438px;

        display: flex;
        flex-direction: column;
        justify-content: center; /* vertical center */
        align-items: center; /* horizontal center */

        text-align: center;
        font-style: italic;
    }

    .hero-text h1 {
        font-size: 56px;
        font-weight: 700;
    }

    .hero-text p {
        font-size: 26px;
        margin-top: 10px;
    }

    .social-box p {
        font-size: 0.85rem;
    }

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

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

    .stats-section {
        max-width: 1240px;
    }

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

    .stats-section .row {
        flex-direction: row;
    }

    .stats-left {
        width: 50%;
    }

    .stats-right {
        width: 50%;
    }

    .stats-image {
        height: 500px;
    }

    .stats-badge {
        position: absolute;
        bottom: 104px;
        max-width: 450px;
        padding: 2rem 2.5rem;
        font-size: 1.2rem;
        margin-bottom: -75px;
        margin-left: 0px;
        display: inline-flex;
    }

    .stats-right h1 {
        font-size: 35px;
    }

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

    .counter-item p {
        font-size: 0.8rem;
    }

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

    .perk-item {
        font-size: 15px;
    }

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

    .post-heading {
        font-size: 20px;
    }

    .badge-community {
        margin-left: 146px;
    }

    .why-choose-us .row {
        flex-direction: row;
    }

    .left-section {
        width: 50%;
        padding-right: 40px;
    }

    .right-section {
        width: 50%;
    }

    .row-features {
        display: flex;
        flex-direction: row;
        gap: 20px;
    }

    .row-features > div {
        flex: 1;
    }

    .services-section [class*="col-lg-3"] {
        width: 25%;
    }

    .service-card {
        height: 400px;
    }

    .service-title {
        font-size: 16px;
    }
    .section-label h1 {
        font-size: 0.8rem;
    }

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

    .feature-title {
        font-size: 18px;
        padding-top: 10px;
    }
    .arrow-circle img {
        width: 30px;
        height: 30px;
    }

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

    .booking-section [class*="col-lg-6"] {
        width: 50%;
    }

    .booking-image {
        height: 490px;
    }

    .cta-event-card {
        height: auto;
    }

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

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

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

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

    .tournaments-wrapper [class*="col-lg-4"] {
        width: 33.33%;
    }

    .tournaments-wrapper [class*="col-lg-8"] {
        width: 66.67%;
    }

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

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

    .community-section [class*="col-lg-6"] {
        width: 50%;
    }

    .join-container [class*="col-lg-4"] {
        width: 33.33%;
    }

    .join-container [class*="col-lg-8"] {
        width: 66.67%;
    }

    .cta-title {
        font-size: 22px;
        text-align: left;
        line-height: 35px;
    }

    .book_btn {
        font-size: 15px;
        width: auto;
        padding: 12px 12px;
    }

    .benefits-title {
        font-size: 22px;
    }

    .benefit-icon {
        font-size: 13px;
    }

    .benefit-icon {
        font-size: 11px;
    }
}

/* ---------------------------------------------------------------------- */
@media (min-width: 1200px) and (max-width: 1380px) {
    .perk-item {
        font-size: 18px;
    }

    .perk-item i {
        font-size: 16px;
    }

    .main-title-new {
        font-size: 25px;
    }

    .service-title {
        font-size: 18px;
    }

    .service-arrow {
        font-size: 16px;
    }

    .cta-title {
        font-size: 28px;
        text-align: left;
    }

    .book_btn {
        font-size: 15px;
        padding: 12px 24px;
    }

    .benefits-title {
        font-size: 22px;
    }

    .booking-image {
        height: 380px;
    }
}

/* ============================================
   1200px - 1439px - Laptop (Desktop Menu)
   ============================================ */
@media (min-width: 1200px) and (max-width: 1439px) {
    .hero-text {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 2;
        padding-left: 508px;

        display: flex;
        flex-direction: column;
        justify-content: center; /* vertical center */
        align-items: center; /* horizontal center */

        text-align: center;
        font-style: italic;
    }

    .hero-text h1 {
        font-size: 70px;
        font-weight: 700;
    }

    .hero-text p {
        font-size: 26px;
        margin-top: 10px;
    }

    nav .join-btn {
        width: auto;
        margin-top: 0;
    }

    .hero-content {
        max-width: 1320px;
        margin-top: 95px;
        gap: 3.5rem;
        height: auto;
        padding-bottom: 20px;
        padding-top: 20px;
    }

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

    .stats-section {
        max-width: 1280px;
    }

    .stats-badge {
        max-width: 75%;
        padding: 1rem 1.2rem;
        font-size: 1.2rem;
        border-radius: 15px;
        margin-bottom: 22px;
        margin-left: 1px;
        display: inline-flex;
    }

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

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

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

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

/* ============================================
   1440px - 1919px - Desktop
   ============================================ */
@media (min-width: 1440px) and (max-width: 1921px) {
    .hero-content {
        max-width: 1380px;
        gap: 3.8rem;
        height: auto;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .stats-section {
        max-width: 1340px;
    }

    .status-badge {
        max-width: 60%;
        padding: 1rem 1.2rem;
        font-size: 0.85rem;
        border-radius: 15px;
        margin-bottom: -49px;
        margin-left: -3px;
        display: inline-flex;
    }

    .hero-content {
        grid-template-columns: 1fr 1fr;
        max-width: 1280px;
        margin-top: 90px;
        gap: 3.5rem;
        height: auto;
        max-height: 190vh;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .hero-text {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 2;
        padding-left: 490px;

        display: flex;
        flex-direction: column;
        justify-content: center; /* vertical center */
        align-items: center; /* horizontal center */

        text-align: center;
        font-style: italic;
    }

    .hero-text h1 {
        font-size: 75px;
        font-weight: 700;
    }

    .hero-text p {
        font-size: 26px;
        margin-top: 10px;
    }

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

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

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

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

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

/* ============================================
   1920px and above - Large Desktop
   ============================================ */
@media (min-width: 1922px) {
    .stats-section {
        max-width: 1550px;
    }

    .hero-text {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 2;
        padding-left: 490px;

        display: flex;
        flex-direction: column;
        justify-content: center; /* vertical center */
        align-items: center; /* horizontal center */

        text-align: center;
        font-style: italic;
    }

    .hero-text h1 {
        font-size: 75px;
        font-weight: 700;
    }

    .hero-text p {
        font-size: 26px;
        margin-top: 10px;
    }

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

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

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

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

    .service-card {
        height: 490px;
    }

    .booking-image {
        height: 500px;
    }

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

    .stats-image {
        height: 620px;
    }

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

    .stats-badge {
        max-width: 75%;
        height: 150px;
        padding: 1rem 1.2rem;
        font-size: 1.2rem;
        border-radius: 15px;
        margin-bottom: -51px;
        margin-left: -1px;
    }

    .cta-card {
        text-align: left;
        height: 476px;
        width: 315px;
    }

    .book_btn {
        margin-top: 40px;
        margin-left: 26px;
    }

    .btn-group {
        
        margin-top: 1.5rem;
        gap: 1rem;
    }
}

@media (min-width: 540px) {
    .stats-badge {
        position: static;
        max-width: 92%;
        padding: 1.2rem 1.5rem;
        font-size: 1rem;
        margin-top: -120px;
        border-radius: 18px;
        display: inline-flex;
    }
}

@media (min-width: 1024px) and (max-width: 1039px) {
    .stats-badge {
        position: static;
        max-width: 92%;
        padding: 1.2rem 1.5rem;
        font-size: 1rem;
        margin-top: -140px;
        border-radius: 18px;
        display: inline-flex;
    }
}
