@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    background: #111827;
    color: #fff;
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    font-size: 100%;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

a {
    text-decoration: none;
    color: inherit;
}
@media (max-width: 768px) {
    body {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 0.9rem;
    }
    .container {
        padding: 0 0.5rem;
    }
}
.main_navbar {
    width: 90%;
    max-width: 1200px;
    margin: 20px auto;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
    border-radius: 100px;
    border: 3px solid #414652;
    background: #282F3C;
    box-shadow: 0px 6.882px 144.517px 0px #0D091E;
    position: relative;
    z-index: 999;
}

.logo img {
    height: clamp(40px, 6vw, 55px);
}

.nav-links {
    list-style: none;
    display: flex;
    gap: clamp(15px, 3vw, 30px);
    margin: 0;
    padding: 0;
}

.nav-links a {
    color: #fff;
    font-weight: 500;
    position: relative;
    font-size: clamp(14px, 2vw, 16px);
}

.nav-links a.active::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #00bfff;
    border-radius: 2px;
}

.nav-btns {
    display: flex;
    align-items: center;
}

.nav-btns button {
    background: none;
    border: none;
    color: white;
    font-weight: 500;
    padding: 8px 16px;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 20px;
    font-size: clamp(14px, 2vw, 16px);
}

.login {
    border: 1px solid #6a6a6a;
}

.signup {
    display: flex;
    height: clamp(30px, 5vw, 35px);
    padding: 12px 13.512px 12px 16px !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #9D174D 0%, #111827 50%, #000 100%) !important;
    border: none;
    color: white;
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: #fff;
    display: block;
}

@media (max-width: 992px) {
    .main_navbar {
        width: 95%;
    }
    .navbar {
        padding: 10px 20px;
    }
     .navbar.open .nav-btns {
      display: flex;
      justify-content: center;
      flex-direction: column;
      gap: 10px;
      margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .navbar {
        border-radius: 20px;
        flex-wrap: wrap;
        padding: 15px;
    }
    .nav-links {
        display: none;
        flex-direction: column;
        width: 100%;
        text-align: center;
        gap: 15px;
        padding: 15px 0;
        background-color: #282F3C;
        border-radius: 10px;
        margin-top: 10px;
        box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
    }

    .nav-links a {
        padding: 10px;
        border-radius: 5px;
    }

    .nav-links a.active::after {
        display: none;
    }

    .nav-links.active {
        display: flex;
    }

    .hamburger {
        display: flex;
    }

    .nav-btns {
        display: none;
    }
     .navbar.open .nav-btns {
      display: flex;
      justify-content: center;
      flex-direction: column;
      gap: 10px;
      margin-top: 10px;
    }
}

@media (max-width: 480px) {
    .navbar {
        padding: 10px;
    }
    .logo img {
        height: 40px;
    }
     .navbar.open .nav-btns {
      display: flex;
      justify-content: center;
      flex-direction: column;
      gap: 10px;
      margin-top: 10px;
    }
}

/* Hero Banner */
  .hero {
    display: flex;
    z-index: 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
    position: relative;
    margin-top: 6rem;
    margin-bottom: 5rem;
    width:100%;
  }

  
  .banner_img_1 {
    background-image: url(./assets/img/banner/1.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 218.095px;
    height: 442.902px;
    position: absolute;
    left:0;
    top: 232px;
  }

  .banner_img_2 {
    background-image: url(./assets/img/banner/2.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 295.095px;
    height: 442.902px;
    transform: rotate(0deg);
    position: absolute;
    left:8%;
    top: 79px;
    z-index: -1;
  }

  .banner_img_3 {
    background-image: url(./assets/img/banner/3.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 275.095px;
    height: 442.902px;
    position: absolute;
    left:24%;
    top: -22px;
    z-index: 1;
    transform: rotate(0deg);
  }

  .banner_img_4 {
    background-image: url(./assets/img/banner/4.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 207.095px;
    height: 442.902px;
    transform: rotate(16deg);
    position: absolute;
    right:43%;
    top: -70.498px;
    z-index: -1;
    transform: rotate(0deg);
  }

  .banner_img_5 {
    background-image: url(./assets/img/banner/5.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 273.095px;
    height: 442.902px;
    transform: rotate(16deg);
    position: absolute;
    right:24%;
    top: -53.498px;
    z-index: 1;
    transform: rotate(-3deg);
  }

  .banner_img_6 {
    background-image: url(./assets/img/banner/6.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 295.095px;
    height: 442.902px;
    transform: rotate(16deg);
    position: absolute;
    right:8%;
    top: 20.502px;
    z-index: -1;
    transform: rotate(0deg);

  }

  .banner_img_7 {
    background-image: url(./assets/img/banner/7.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 295.095px;
    height: 442.902px;
    transform: rotate(16deg);
    position: absolute;
    right:0;
    top: 223.502px;
    z-index: -1;
    transform: rotate(0deg);

  }

  .banner-images img {
    width: 90%;
    max-width: 1300px;
    margin-bottom: -50px;
    border-radius: 40px;
  }

  .banner-content {
    max-width: 800px;
    z-index: 1;
  }

  .banner-content h1 {
    font-size: 48px;
    font-weight: 600;
    margin: 20px 0;

  }

  .banner-content h1 span {
    color: #d136d8;
  }

  .subheading {
    font-size: 12px;
    color: #ff008c;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 10px 0;
    background: rgba(0, 0, 0, );
    backdrop-filter: blur(2px);
    background: rgba(0, 0, 0, 0.2);
    width: max-content;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    margin: 0 auto;
  }

  .description {
    font-size: 16px;
    color: #ddd;
    margin: 20px 0;
  }

  .cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
    align-items: center;
  }

  .cta-buttons .btn {
    border-radius: 30px;
    font-weight: bold;
    transition: all 0.3s;
    height: 3rem;
    width: 12rem;
  }

  .demo {
   
    font-weight: 400 !important;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.8rem !important;
  }

  .boot_icon {
    transform: rotate(41deg);
    background: white;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    color: #9f3fc9;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .book_trail_btn {
    background: linear-gradient(90deg, rgba(0, 160, 255, 1) 0%, rgba(255, 0, 131, 1) 93%);
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    width: 13rem;
    padding: 1px;
  }

  .book_trail_btn_two {
    background: linear-gradient(180deg, #411834 100%);
    border-radius: 3rem;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;

  }

  .trial {
    background: linear-gradient(93deg, #FF0083 3.33%, #00A0FF 100.85%);
    color: white;
    border: none;
    display: flex;
    align-items: center;
    /* gap: 6px; */
    align-items: center;
    justify-content: center;
    column-gap: 1.5rem;
  }


  .trial span {
    font-size: 17px;
    font-weight: 400 !important;
  }
.banner_img_7 { margin-right: -3%; }


@media (max-width: 992px) {
    .banner_img_1 { top: 200px; }
    .banner_img_2 { top: 60px; }
    .banner_img_3 { top: -10px; }
    .banner_img_4 { top: -50px; }
    .banner_img_5 { top: -30px; }
    .banner_img_6 { top: 10px; }
    .banner_img_7 { top: 200px; }
}

@media (max-width: 768px) {
    .profile-img{
            align-self: center;
    }
    .explore{
        font-size: 12px;
    }
    .hero {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .banner_img_1,
    .banner_img_2,
    .banner_img_3,
    .banner_img_4,
    .banner_img_5,
    .banner_img_6,
    .banner_img_7 {
        background-size: contain;
        transform: scale(0.6);
        max-height: 200px;
    }
    .banner_img_5 { margin-right: -7%; }
    .banner_img_6 { margin-right: -18%; }
    .banner_img_7 { margin-right: -12%; }
    .banner_img_1 { top: 100px; left: -10%; }
    .banner_img_2 { top: 20px; left: -5%; }
    .banner_img_3 { top: -50px; left: 13%; }
    .banner_img_4 { top: -80px; right: 25%; }
    .banner_img_5 { top: -45px; right: 15%; }
    .banner_img_6 { top: 0px; right: 5%; }
    .banner_img_7 { top: 80px; right: -10%; }
    .cta-buttons { flex-direction: column; }
    .cta-buttons .btn, .book_trail_btn { width: 100%; }
}

@media (max-width: 480px) {
      .profile-img{
            align-self: center;
    }
    .explore{
        font-size: 12px;}
    .banner_img_1,
    .banner_img_2,
    .banner_img_3,
    .banner_img_4,
    .banner_img_5,
    .banner_img_6,
    .banner_img_7 {
        background-size: contain;
        transform: scale(0.4);
    }
    .banner_img_1 { top: 50px; left: -20%; }
    .banner_img_2 { top: -10px; left: -15%; }
    .banner_img_3 { top: -80px; left: 5%; }
    .banner_img_4 { top: -100px; right: 30%; }
    .banner_img_5 { top: -80px; right: 10%; }
    .banner_img_6 { top: -20px; right: 0%; }
    .banner_img_7 { top: 40px; right: -20%; }
    .cta-buttons { flex-direction: column; }
    .cta-buttons .btn, .book_trail_btn { width: 100%; }
}


.stats-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    padding: 2rem 5%;
    justify-content: center;
    margin: 0 auto;
    max-width: 1200px;
}

.stat-box {
    background-color: #1f2937;
    color: white;
    padding: 1.5rem;
    border-radius: 0.75rem;
    width: auto;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    border: 1px solid #424854;
    transition: transform 0.2s ease-in-out;
}

.stat-box:hover {
    transform: translateY(-5px);
}

.stat-box .icon {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.5rem;
}

.stat-box .value {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 0.5rem;
}

.stat-box .label {
    font-size: 0.95rem;
    color: #cbd5e1;
    margin-top: 0.3rem;
}

/* About Tumble Fit Section */
.about_tumble_fit {
    padding: 4rem 2rem;
    background: #111827;
}

.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
    gap: 3rem;
    overflow: hidden;
}

.text-content {
    flex: 1 1 min(500px, 100%);
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.box {
    border: 2px dashed #374151;
    border-radius: 16px;
    padding: 1.5rem;
    background-color: #111827;
}

.box h2 {
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 1rem;
}

.box .highlight {
    font-weight: bold;
}

.box p {
    font-size: 1rem;
    line-height: 1.6;
    color: #9ca3af;
}

.image-content {
    flex: 1 1 min(400px, 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.image-content img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
}

.image-content::before,
.image-content::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1px dashed rgba(255, 255, 255, 0.1);
}

.image-content::before {
    width: 300px;
    height: 300px;
    top: 0;
    left: 0;
    transform: translate(-30%, -30%);
}

.image-content::after {
    width: 400px;
    height: 400px;
    bottom: 0;
    right: 0;
    transform: translate(30%, 30%);
}

/* Features Section */
.feature-container {
    display: grid;
    place-content: center;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    padding: 2rem 5%;
    max-width: 1200px;
    margin: 0 auto;
}

.feature-box {
    background-color: #1f2937;
    color: white;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* Media Queries */

/* Tablet and Small Desktop screens */
@media (max-width: 1024px) {
    /* Stats Section */
    .stats-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        padding: 1.5rem 4%;
    }

    /* About Tumble Fit Section */
    .container-fluid {
        padding: 3rem 2rem;
        gap: 2rem;
    }

    .box h2 {
        font-size: 1.4rem;
    }

    .box p {
        font-size: 0.95rem;
    }

    /* Features Section */
    .feature-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        padding: 1.5rem 4%;
    }
}

/* Mobile Devices */
@media (max-width: 768px) {
    /* Stats Section */
    .stats-container {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 1rem 3%;
    }

    /* About Tumble Fit Section */
    .container-fluid {
        flex-direction: column;
        text-align: center;
    }

    .text-content {
        gap: 1rem;
        flex: 1 1 100%;
    }

    .image-content {
        flex: 1 1 100%;
    }

    .image-content::before,
    .image-content::after {
        display: none;
    }

    .box h2 {
        font-size: 1.2rem;
    }

    .box p {
        font-size: 0.9rem;
    }
    
    /* Features Section */
    .feature-container {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 1rem 3%;
    }
}

.feature-box:hover {
    transform: translateY(-5px);
}

.feature-container .icon {
    background: linear-gradient(135deg, #ff00a8, #4f46e5);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    font-size: 20px;
    color: #fff;
}

.feature-box h3 {
    margin-bottom: 10px;
    font-size: 1.1rem;
    font-weight: 700;
}

.feature-box p {
    color: #cfcfd2;
    font-size: 0.9rem;
    line-height: 1.4;
}

/* Testimonial Section */
.transformation-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 5rem auto;
    column-gap: 5rem;
    padding: 0 1rem;
}

.transformation-text {
    flex: 1 1 300px;
    max-width: 500px;
    font-family: 'Segoe UI', sans-serif;
    margin-bottom: 2rem;
}

.transformation-text h2 {
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 700;
    margin-bottom: 10px;
}

.transformation-text p {
    color: #bdbdc0;
    font-size: clamp(14px, 2vw, 16px);
}

/* .swiper {
    flex: 1 1 500px;
    min-width: 0;
    max-width: 800px;
}

.swiper-slide {
    background-color: #131622;
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
    border: 1px solid #424854;
    width: auto !important;
} */
.swiper {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.swiper-slide {
    background-color: #131622;
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
    border: 1px solid #424854;
    width: 251px;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .swiper-slide {
        width: 220px !important;
        padding: 25px 15px;
    }
}

@media (max-width: 480px) {
    .swiper {
        padding: 0 10px;
    }
    .swiper-slide {
        width: 180px !important;
        padding: 20px 10px;
    }
}

@media (max-width: 380px) {
    .swiper-slide {
        width: 100% !important;
    }
}

/* Media Queries */
@media (max-width: 1024px) {
    .transformation-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 3rem;
    }
    
    .transformation-text {
        max-width: 100%;
        margin-bottom: 0;
    }

}

@media (max-width: 768px) {
    .transformation-section {
        margin: 3rem auto;
    }

}

.profile-img {
    width: 100px;
    height: 100px;
    border-radius: 12px;
    object-fit: cover;
    margin-bottom: 15px;
}

.name {
    font-weight: 700;
    font-size: clamp(16px, 3vw, 18px);
    font-family: 'Segoe UI', sans-serif;
}

.age {
    font-size: clamp(12px, 2.5vw, 14px);
    color: #bdbdc0;
    margin-bottom: 10px;
    font-family: 'Segoe UI', sans-serif;
}

.badge {
    display: inline-block;
    background-color: #00d084;
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: clamp(10px, 2vw, 12px);
    margin-bottom: 15px;
    font-weight: 600;
    font-family: 'Segoe UI', sans-serif;
}

.quote {
    font-style: italic;
    font-size: clamp(12px, 2.5vw, 14px);
    color: #d3d3d5;
    line-height: 1.5;
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
}

.swiper-button-next,
.swiper-button-prev {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
    padding: 10px !important;
    border-radius: 50% !important;
    width: 36px !important;
    height: 36px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 16px !important;
    font-weight: bold;
}

@media (max-width: 768px) {
    .swiper-button-next,
    .swiper-button-prev {
        width: 32px !important;
        height: 32px !important;
    }
    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 14px !important;
    }
}

@media (max-width: 480px) {
    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }
}

.gym-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #111827 60%, rgba(17, 24, 39, 0.6));
    border-radius: 20px;
    padding: 32px;
    gap: 20px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.1);
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 1200px;
    margin: 3rem auto;
}

.gym-container::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(45deg, #00f0ff, #ff00c8);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
}

.gym-content {
    flex: 1 1 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gym-content .btn {
    border-radius: 30px;
    font-weight: bold;
    transition: all 0.3s;
    height: 3rem;
    width: 12rem;
}

.gym-content h2 {
    font-size: clamp(20px, 4vw, 24px);
    font-weight: 700;
    margin: 0 0 12px 0;
}

.gym-content p {
    font-size: clamp(12px, 2.5vw, 14px);
    color: #cbd5e1;
    max-width: 450px;
    line-height: 1.6;
    margin-bottom: 24px;
}

.gym-image {
    flex: 1 1 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gym-image img {
    height: 100%;
    max-height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

@media (min-width: 768px) {
    .gym-container {
        flex-wrap: nowrap;
    }
    .gym-image {
        order: 0;
        margin-bottom: 0;
    }
    .gym-image img {
        max-height: none;
    }
}

@media (max-width: 768px) {
    .gym-container {
        flex-direction: column;
        padding: 24px;
    }
    .gym-content {
        text-align: center;
        margin-top: -50%;
        margin-bottom: -40%;
    }
    .gym-content p {
        margin-left: auto;
        margin-right: auto;
    }
    .gym-content .btn {
        margin-left: auto;
        margin-right: auto;
    }
    .gym-image {
        order: -1;
        margin-bottom: 20px;
        max-width: 400px;
    }
    .gym-image img {
        max-height: 180px;
    }
}

@media (max-width: 480px) {
    .gym-container {
        padding: 16px;
    }
    .gym-content h2 {
        font-size: clamp(18px, 5vw, 22px);
    }
    .gym-content p {
        font-size: clamp(11px, 3vw, 13px);
        margin-bottom: 16px;
    }
    .gym-image {
        margin-bottom: 15px;
        max-width: 100%;
    }
    .gym-image img {
        max-height: 300px;
        width: 100%;
    }
    .gym-content .btn {
        height: 2.5rem;
        width: 10rem;
        font-size: 0.9rem;
        margin-left: auto;
        margin-right: auto;
        align-self: center;
    }
}


.transformation_card_heading {
    display: grid;
    place-content: center;
    place-items: center;
    margin-top: 5rem;
}

.transformation_card_heading h1 {
    font-size: clamp(2.5rem, 6vw, 3.2rem);
    font-weight: 600;
    margin-bottom: 1rem !important;
    text-align: center;
}

.transformation_card_heading p {
    text-align: center;
    font-size: clamp(0.9rem, 2vw, 1rem);
    max-width: 800px;
    padding: 0 1rem;
}

.transformation_card_heading h1 span {
    background: linear-gradient(90deg, #9333EA 0%, #DB2777 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    padding: 0 2rem;
    justify-content: center;
    margin-top: 5rem;
    max-width: 1200px;
    margin: 5rem auto;
}


@media (max-width: 1024px) {
   

    .transformation_card_heading {
        margin-top: 3rem;
    }

    .card-container {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 1rem;
        padding: 0 1rem;
    }
}

@media (max-width: 768px) {
   
    .transformation_card_heading h1 {
        font-size: clamp(2rem, 8vw, 2.5rem);
    }

    .transformation_card_heading p {
        font-size: clamp(0.8rem, 2.5vw, 0.9rem);
    }

    .card-container {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-top: 3rem;
    }
}
/* Card */
.card-container .card {
    width: 280px;
    background-color: #1e293b;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.card-container .card:hover {
    transform: translateY(-8px);
}

/* Header with gradient and watermark text */
.card-container .card-header {
    background: linear-gradient(90deg, #A855F7 0%, #EC4899 100%);
    padding: 1rem;
    position: relative;
    color: white;
    height: 7rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.sec_header {
    background: linear-gradient(90deg, #3B82F6 0%, #06B6D4 100%) !important;
}

.third_header {
    background: linear-gradient(90deg, #22C55E 0%, #10B981 100%) !important;
}

.fourth_header {
    background: linear-gradient(90deg, #F97316 0%, #EF4444 100%) !important;
}

.card-container .card-top {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
}

.card-container .card-top h3 {
    font-size: clamp(1rem, 2.5vw, 1.1rem);
    font-weight: bold;
    margin: 0;
}

.badge {
    background-color: #facc15;
    color: #1e293b;
    font-size: clamp(0.6rem, 1.5vw, 0.7rem);
    padding: 0.2rem 0.5rem;
    border-radius: 999px;
    font-weight: 600;
    width: max-content;
    white-space: nowrap;
}

/* Watermark text */
.bg-text {
    position: absolute;
    top: 5.2rem;
    right: 0rem;
    font-size: clamp(2.5rem, 8vw, 3.3rem);
    font-weight: bold;
    color: rgba(255, 255, 255, 0.1);
    pointer-events: none;
    user-select: none;
    transform: translateY(-50%);
}

/* Card Details */
.card-container .card-details {
    padding: 1.2rem;
}

/* Stats Row */
.stats {
    display: flex;
    justify-content: space-between;
    font-size: clamp(0.75rem, 2vw, 0.85rem);
    color: #e2e8f0;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.stats i {
    margin-right: 4px;
    color: #fff;
}

/* Features List */
.features {
    list-style: none;
    margin-bottom: 1.5rem;
    padding: 0;
}

.features li {
    display: flex;
    align-items: center;
    color: #cbd5e1;
    font-size: clamp(0.8rem, 2vw, 0.9rem);
    margin-bottom: 0.5rem;
}

.features i {
    color: #22c55e;
    margin-right: 8px;
}

/* Price and Button */
.price-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.price {
    color: white;
    font-size: clamp(1.1rem, 3vw, 1.3rem);
    font-weight: bold;
}

.card-container .btn {
    background: linear-gradient(to right, #d946ef, #6366f1);
    color: white;
    border: none;
    padding: 0.4rem 1rem;
    border-radius: 0.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    flex-grow: 1;
    text-align: center;
    white-space: nowrap;
    min-width: 100px;
}

.card-container .btn:hover {
    opacity: 0.9;
}

.choose_btn1 {
    background: linear-gradient(90deg, #A855F7 0%, #EC4899 100%);
}

.choose_btn2 {
    background: linear-gradient(90deg, #3B82F6 0%, #06B6D4 100%) !important;
}

.choose_btn3 {
    background: linear-gradient(90deg, #22C55E 0%, #10B981 100%) !important;
}

.choose_btn4 {
    background: linear-gradient(90deg, #F97316 0%, #EF4444 100%) !important;
}

@media (max-width: 768px) {
    .card-container .card {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }

    .bg-text {
        font-size: clamp(2rem, 10vw, 3rem);
        top: 50%;
        right: -1rem;
        transform: translateY(-50%) rotate(-5deg);
    }

    .price-section {
        flex-direction: column;
        align-items: stretch;
    }

    .card-container .btn {
        width: 100%;
        padding: 0.6rem 1rem;
    }
}

@media (max-width: 480px) {
    .card-container .card-header {
        height: 6rem;
        padding: 0.8rem;
    }

    .card-container .card-top h3 {
        font-size: 0.95rem;
    }

    .badge {
        font-size: 0.65rem;
        padding: 0.15rem 0.4rem;
    }

    .bg-text {
        font-size: clamp(1.8rem, 12vw, 2.5rem);
        right: -0.5rem;
    }

    .card-container .card-details {
        padding: 1rem;
    }

    .stats {
        font-size: 0.7rem;
        gap: 0.3rem;
    }

    .features li {
        font-size: 0.8rem;
    }

    .price {
        font-size: 1rem;
    }
}
.ai_card_heading {
    display: grid;
    place-content: center;
    place-items: center;
    margin: 5rem 0 4rem 0;
    padding: 0 1rem;
}

.ai_card_heading h1 {
    font-size: clamp(2.5rem, 6vw, 3.2rem);
    font-weight: 600;
    margin-bottom: 1rem !important;
    text-align: center;
}

.ai_card_heading h1 span {
    background: #9333EA;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ai_card_heading p {
    text-align: center;
    font-size: clamp(0.9rem, 2vw, 1rem);
    max-width: 800px;
}

.ai-card-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    justify-content: center;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

@media (max-width: 1024px) {
    .ai_card_heading {
        margin: 3rem 0 2rem 0;
    }

    .ai-card-container {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .ai_card_heading h1 {
        font-size: clamp(2rem, 8vw, 2.5rem);
    }

    .ai_card_heading p {
        font-size: clamp(0.8rem, 2.5vw, 0.9rem);
    }

    .ai-card-container {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 0 1rem;
    }
}
.ai-card-container .card {
    background-color: #1E293B;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 24px;
    width: 100%;
    max-width: 320px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
    transition: transform 0.3s ease;
}

.ai-card-container .card:hover {
    transform: translateY(-8px);
}

.ai-card-container .icon-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    position: absolute;
    top: -27px;
    left: 24px;
    z-index: 1;
}

.ai-card-container .icon-blue {
    background-image: linear-gradient(90deg, #3B82F6 0%, #06B6D4 100%);
}

.ai-card-container .icon-green {
    background-image: linear-gradient(90deg, #22C55E 0%, #10B981 100%);
}

.ai-card-container .icon-pink {
    background-image: linear-gradient(90deg, #A855F7 0%, #EC4899 100%);
}

.ai-card-container .icon-circle img {
    width: 24px;
    height: 24px;
}

.ai-card-container .card h3 {
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    font-weight: bold;
    margin: 0 0 8px 0;
    margin-top: 20px;
    white-space: nowrap;
}

.ai-card-container .card p {
    font-size: clamp(0.85rem, 2vw, 0.9rem);
    color: #CBD5E1;
    margin-bottom: 16px;
}

.ai-card-container .features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.ai-card-container .features li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #d0d4da;
    font-size: clamp(0.8rem, 2vw, 0.9rem);
}

.ai-card-container .features li::before {
    content: '👁';
    margin-right: 8px;
}

.ai-card-container .btn {
    padding: 12px;
    text-align: center;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    transition: filter 0.2s ease-in-out;
    width: 100%;
}

.ai-card-container .btn:hover {
    filter: brightness(1.15);
}

.ai-card-container .btn-blue {
    background-image: linear-gradient(90deg, #3B82F6 0%, #06B6D4 100%);
}

.ai-card-container .btn-green {
    background-image: linear-gradient(90deg, #22C55E 0%, #10B981 100%);
}

.ai-card-container .btn-pink {
    background-image: linear-gradient(90deg, #A855F7 0%, #EC4899 100%);
}

.stats_main_card {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    justify-content: center;
    gap: 1.5rem;
    margin-top: 5rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1rem;
}

@media (max-width: 1024px) {
    .ai-card-container .card {
        max-width: 300px;
        padding: 20px;
    }

    .ai-card-container .icon-circle {
        top: -24px;
        left: 20px;
    }

    .ai-card-container .card h3 {
        font-size: 1.1rem;
        margin-top: 15px;
    }

    .ai-card-container .card p {
        font-size: 0.85rem;
    }

    .ai-card-container .features li {
        font-size: 0.85rem;
    }

    .stats_main_card {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 1rem;
        margin-top: 3rem;
    }
}

@media (max-width: 768px) {
    .ai-card-container .card {
        max-width: none;
        padding: 18px;
    }

    .ai-card-container .icon-circle {
        width: 40px;
        height: 40px;
        top: -20px;
        left: 18px;
    }

    .ai-card-container .icon-circle img {
        width: 20px;
        height: 20px;
    }

    .ai-card-container .card h3 {
        font-size: 1rem;
        margin-top: 10px;
    }

    .ai-card-container .card p {
        font-size: 0.8rem;
    }

    .ai-card-container .features li {
        font-size: 0.8rem;
    }

    .ai-card-container .btn {
        padding: 10px;
        font-size: 0.9rem;
    }

    .stats_main_card {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 0.8rem;
        margin-top: 2rem;
    }
}

@media (max-width: 480px) {
    .ai-card-container .card {
        padding: 15px;
    }
    .ai-card-container .icon-circle {
        left: 15px;
    }
    .ai-card-container .card h3 {
        white-space: normal;
    }
    .stats_main_card {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}
.stats-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 20px;
    gap: 20px;
}

.stats-card {
    background-color: #1E293B;
    border: 1px solid #383d4a;
    border-radius: 12px;
    text-align: center;
    flex: 1 1 220px;
    width: 100%;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    justify-content: center;
    padding: 20px;
}

.stats_main_card .icon {
    font-size: clamp(24px, 4vw, 28px);
    margin-bottom: 15px;
}

.stats_main_card .icon.blue {
    color: #3B82F6;
}

.stats_main_card .icon.green {
    color: #22C55E;
}

.stats_main_card .icon.yellow {
    color: #FACC15;
}

.stats_main_card .icon.purple {
    color: #A855F7;
}

.stats_main_card h2 {
    font-size: clamp(20px, 4vw, 24px);
    font-weight: 700;
    margin: 0;
}

.stats_main_card p {
    margin-top: 8px;
    font-size: clamp(12px, 2.5vw, 14px);
    color: #CBD5E1;
}

.reserve_heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
    margin-bottom: 3rem;
    padding: 0 1rem;
}

.reserve_heading .btn {
    background-color: #e5ecff;
    color: #1e40af;
    font-weight: 600;
    border: none;
    border-radius: 999px;
    padding: 10px 20px;
    font-size: clamp(12px, 2vw, 14px);
    cursor: pointer;
    margin-bottom: 25px;
    transition: background-color 0.3s ease;
}

.reserve_heading .btn:hover {
    background-color: #c7d1ff;
}

.reserve_heading h1 {
    font-size: clamp(2rem, 6vw, 2.5rem);
    font-weight: 700;
    margin: 0;
    text-align: center;
}
.reserve_spot {
    grid-template-columns: repeat(3, max-content);
   
    }
 

    
.select_program_container .grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    gap: 16px;
    justify-content: center;
}

    .date-container {
   
    width: 190px;
    
}
    /* The Modal (background) */
    .modal {
      display: none;
      /* Hidden by default */
      position: fixed;
      /* Stay in place */
      z-index: 1;
      /* Sit on top */
      padding-top: 100px;
      /* Location of the box */
      left: 0;
      top: 0;
      width: 100%;
      /* Full width */
      height: 100%;
      /* Full height */
      overflow: auto;
      /* Enable scroll if needed */
      background-color: rgb(0, 0, 0);
      /* Fallback color */
      background-color: rgba(0, 0, 0, 0.4);
      /* Black w/ opacity */
    }

    /* Modal Content */
    .modal-content {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    max-width: 600px; 
    width: 90%; 
    margin: 30px auto; 
}

    /* The Close Button */
    .close {
      color: #aaaaaa;
      float: right;
      font-size: 28px;
      font-weight: bold;
    }

    .close:hover,
    .close:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer;
    }

    .header svg {
            color: #d136d8;
        }

        

.reserve_heading .highlight {
    background: linear-gradient(90deg, #F72585, #FF4D97);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.reserve_heading .description {
    max-width: 700px;
    font-size: clamp(0.9rem, 2vw, 1rem);
    line-height: 1.6;
    color: #CBD5E1;
    margin-top: 20px;
    text-align: center;
}

.reserve_spot {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    justify-content: center;
    gap: 2rem;
    padding: 0 2rem;
    max-width: 1200px;
    margin: 5rem auto;
}
.program-data{
    border-radius: 999px;
    padding: 6px;
    margin-top: 5px;
    background-color: #0d385a;
    border: none;
    color: #38BDF8;
}
@media (max-width: 1024px) {
    .stats-card {
        flex: 1 1 200px;
    }
    
    .stats_main_card .icon {
        font-size: 24px;
    }

    .stats_main_card h2 {
        font-size: 20px;
    }
    
    .stats_main_card p {
        font-size: 13px;
    }

    .reserve_heading {
        margin-top: 3rem;
        margin-bottom: 2rem;
    }

    .reserve_spot {
        gap: 1.5rem;
        margin-top: 3rem;
    }
}

@media (max-width: 768px) {
    .stats-card {
        flex: 1 1 150px;
        min-height: 120px;
    }
    
    .stats_main_card .icon {
        font-size: 22px;
    }

    .stats_main_card h2 {
        font-size: 18px;
    }

    .stats_main_card p {
        font-size: 12px;
    }
.modal-content{

        margin-left: 2px;
    margin-top: 80%;
            width: 30%;
}
    .reserve_heading h1 {
        font-size: clamp(1.8rem, 7vw, 2.2rem);
    }

    .reserve_heading .description {
        font-size: clamp(0.8rem, 2.5vw, 0.9rem);
        margin-top: 15px;
    }

    .reserve_spot {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 0 1rem;
    }
}
/* @media (min-width: 375px) and (max-width: 667px){
        .modal-content{  
             background-color: white;
        margin-left: 2px;
        margin-top: 150%;
        width: 27%;
}
} */

@media (min-width: 786px) and (max-width: 1024px) {
       .modal-content {
        margin-left: 21%;
        margin-top: 0%;
        width: 59%;
    }
}
@media (min-width: 375px) and (max-width: 667px) {
    .modal-content {
        background-color: white;
                margin-left: 50px;
        margin-top: 80%;
        width: 27%;
    }
}
@media (max-width: 480px) {
    .stats-section {
        gap: 10px;
        padding: 20px 10px;
    }
    .modal-content{
background-color: white;
        margin-left: 2px;
            margin-top: 80%;
        width: 25%;
}
    .stats-card {
        padding: 15px;
        min-height: 100px;
    }
    .stats_main_card h2 {
        font-size: 16px;
    }
    .reserve_heading .btn {
        padding: 8px 16px;
        margin-bottom: 20px;
    }
}

.date-container {
    background-color: #142235;
    padding: 20px;
    border-radius: 16px;
    width: 100%;
    max-width: 250px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    border: 1px solid #232b39;
    height: max-content;
}

.date-container .title {
    display: flex;
    align-items: center;
    color: white;
    font-weight: 600;
    font-size: clamp(16px, 3vw, 18px);
    margin-bottom: 20px;
}

.date-container .title .icon {
    margin-right: 8px;
    font-size: clamp(18px, 4vw, 20px);
    color: #38BDF8;
}

.date-container .date-option {
    background-color: #0F172A;
    border-radius: 10px;
    padding: 17px;
    margin-bottom: 10px;
    color: #94A3B8;
    transition: background 0.3s;
}

.date-container .date-option:hover {
    background-color: #1C2431;
    cursor: pointer;
}

.date-container .date-option.active {
    background-color: #0d385a;
}

.date-container .date-option.active .day {
    color: white;
}

.date-container .date-option .day {
    font-weight: 600;
    font-size: clamp(13px, 2.5vw, 15px);
    color: #38BDF8;
}

.date-container .date-option .date {
    font-size: clamp(11px, 2vw, 13px);
    margin-top: 4px;
    color: #CBD5E1;
}.select_program_container {
    background-color: #132234;
    border-radius: 16px;
    padding: 24px;
    max-width: 488px;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border: 1px solid #222a3a;
}

.select_program_container .title {
    font-size: clamp(18px, 3vw, 20px);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    color: white;
}

.select_program_container .title i {
    color: #38BDF8;
}



@media (max-width: 768px) {
    .date-container {
        max-width: none;
    }
    
    .select_program_container {
        padding: 20px;
    }
    
    .select_program_container .grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 480px) {
    .date-container {
        padding: 15px;
    }
    .date-container .title {
        font-size: 16px;
    }
    .date-container .date-option {
        padding: 15px;
    }
    .select_program_container {
        padding: 15px;
    }
    .select_program_container .title {
        font-size: 16px;
    }
}

.select_program_container .card {
    background-color: #0F172A;
    border-radius: 12px;
    padding: 16px;
    border: 1px solid #334155;
    display: flex;
    column-gap: 0.5rem;
    height: auto;
    cursor: pointer;
    transition: all 0.3s ease;
}

.select_program_container .card:hover {
    background-color: #1c2431;
}

.select_program_container .icon {
    font-size: clamp(24px, 4vw, 28px);
    color: white;
   
}

.select_program_container .card h3 {
    margin: 0;
    font-size: clamp(14px, 3vw, 16px);
    font-weight: 700;
    color: white;
}

.select_program_container .card p {
    margin: 0;
    font-size: clamp(12px, 2.5vw, 14px);
    color: #CBD5E1;
    line-height: 1.4;
}

.select_program_container .program_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.form-container {
    background-color: #142235;
    padding: 24px;
    border-radius: 16px;
    max-width: 400px;
    width: 100%;
    color: white;
}

.form-container h2 {
    font-size: clamp(18px, 4vw, 20px);
    font-weight: 700;
    margin-bottom: 20px;
}

.form-container form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-container input,
.form-container select,
.form-container textarea {
    width: 100%;
    padding: 14px;
    border-radius: 10px;
    background-color: #272e3b;
    border: 1px solid #565c69;
    color: #83878d;
    font-size: clamp(14px, 2.5vw, 16px);
    font-weight: 600;
}

.form-container select {
    width: 100%;
}

.form-container textarea {
    resize: vertical;
    min-height: 100px;
}

.form-container .select-wrapper {
    position: relative;
}

.form-container .select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form-container .select-wrapper i {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #94A3B8;
    pointer-events: none;
}

.form-container .form_btn {
    background: linear-gradient(93deg, #FF0083 3.33%, #00A0FF 100.85%);
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1.5rem;
    height: 3rem;
    width: 11rem;
    max-width: 100%;
    padding: 0.2rem;
    border-radius: 2rem;
    cursor: pointer;
    transition: filter 0.3s ease;
    align-self: center;
}

.form-container .form_btn:hover {
    filter: brightness(1.15);
}
@media (max-width: 768px) {
    .form-container {
        padding: 20px;
    }
    .form-container h2 {
        font-size: 18px;
    }
    .form-container input,
    .form-container select,
    .form-container textarea {
        padding: 12px;
        font-size: 14px;
    }
    .form-container .form_btn {
        height: 2.5rem;
        width: 10rem;
    }
}

@media (max-width: 480px) {
    .form-container {
        padding: 15px;
    }
    .form-container h2 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .form-container input,
    .form-container select,
    .form-container textarea {
        padding: 10px;
        font-size: 12px;
    }
    .form-container .form_btn {
        height: 2.2rem;
        width: 9rem;
        column-gap: 1rem;
        font-size: 0.9rem;
    }
}
.join_champion {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    justify-content: center;
    gap: 5rem;
    align-items: center;
    padding: 0 1rem;
    max-width: 1200px;
    margin: 5rem auto;
}

@media (max-width: 1024px) {
    .join_champion {
        gap: 3rem;
    }
}

@media (max-width: 768px) {
    .join_champion {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .select_program_container .card {
        padding: 12px;
    }

    .select_program_container .icon {
        font-size: 24px;
    }

    .select_program_container .card h3 {
        font-size: 15px;
    }

    .select_program_container .card p {
        font-size: 13px;
    }

}

@media (max-width: 480px) {
    .join_champion {
        gap: 1rem;
    }

    .select_program_container .card {
        column-gap: 0.25rem;
    }


}

.leaderboard {
    border-radius: 1rem;
    padding: 1.5rem;
    border: 1px solid #424854;
    border-bottom: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    animation: fadeIn 1s ease;
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
}

.leaderboard .header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: clamp(1rem, 3vw, 1.2rem);
    margin-bottom: 1rem;
    color: #f5f5f5;
}

.leaderboard .header span {
    font-size: clamp(1rem, 3vw, 1.2rem);
}

.leaderboard .user {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1b263b;
    border-radius: 0.75rem;
    padding: 0.8rem 1rem;
    margin-bottom: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.leaderboard .user:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    transform: scale(1.03);
}

.leaderboard .user.top {
    background: #0a4da2;
    color: white;
}

.leaderboard .profile {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.leaderboard .profile img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.leaderboard .info {
    display: flex;
    flex-direction: column;
}

.leaderboard .name {
    font-weight: 600;
    color: #48a0ff;
    font-size: clamp(0.9rem, 2vw, 1rem);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.leaderboard .user.top .name {
    color: #ffffff;
}

.leaderboard .streak {
    font-size: clamp(0.75rem, 1.5vw, 0.85rem);
    color: #ccc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.leaderboard .points {
    text-align: right;
    white-space: nowrap;
}

.leaderboard .points .score {
    font-size: clamp(1rem, 3vw, 1.2rem);
    font-weight: 600;
}

.leaderboard .points .label {
    font-size: clamp(0.65rem, 1.5vw, 0.75rem);
    color: #aaa;
}

.leaderboard .button {
    display: block;
    margin-top: 1rem;
    text-align: center;
    padding: 0.75rem;
    background: linear-gradient(to right, #ff4bc1, #4bbfff);
    border-radius: 999px;
    font-weight: 600;
    color: white;
    text-decoration: none;
    transition: opacity 0.3s ease;
    width: 100%;
}

.leaderboard .button:hover {
    opacity: 0.85;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 480px) {
    .leaderboard {
        padding: 1rem;
    }

    .leaderboard .header {
        font-size: 1rem;
    }

    .leaderboard .header span {
        font-size: 1rem;
    }
    
    .leaderboard .user {
        padding: 0.6rem 0.8rem;
    }

    .leaderboard .profile img {
        width: 40px;
        height: 40px;
    }

    .leaderboard .name {
        font-size: 0.85rem;
    }

    .leaderboard .streak {
        font-size: 0.7rem;
    }

    .leaderboard .points .score {
        font-size: 1rem;
    }

    .leaderboard .points .label {
        font-size: 0.65rem;
    }

    .leaderboard .button {
        padding: 0.6rem;
    }
}

.left-card-container {
    position: relative;
    width: 100%;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
}

.left-card-container .card {
    background-color: #1a1e2d;
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    padding: 11px 20px;
    text-align: center;
    color: white;
    transition: transform 0.3s ease;
    z-index: 2;
}

.left-card-container .card h2 {
    font-size: clamp(1rem, 3vw, 1.2rem);
    font-weight: 700;
    margin: 10px 0 5px;
}

.left-card-container .card p {
    color: #A0AEC0;
    font-size: clamp(0.8rem, 2vw, 0.9rem);
}

.left-card-container .emoji {
    font-size: clamp(1.2rem, 3vw, 1.5rem);
}

.left-card-container .card.back {
    position: absolute;
    top: -168px;
    left: -46px;
    opacity: 0.4;
    filter: blur(1px);
    z-index: 1;
    transform: scale(0.9);
}

.left-card-container .card.front {
    z-index: 2;
}

.right-card-container {
    position: relative;
    width: 100%;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
}

.right-card-container .card {
    background-color: #1a1e2d;
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    padding: 11px 20px;
    text-align: center;
    color: white;
    transition: transform 0.3s ease;
    z-index: 2;
}

.right-card-container .card h2 {
    font-size: clamp(1rem, 3vw, 1.2rem);
    font-weight: 700;
    margin: 10px 0 5px;
}

.right-card-container .card p {
    color: #A0AEC0;
    font-size: clamp(0.8rem, 2vw, 0.9rem);
}

.right-card-container .emoji {
    font-size: clamp(1.2rem, 3vw, 1.5rem);
}

.right-card-container .card.back {
    position: absolute;
    width: 100%;
    max-width: 16rem;
    box-shadow: none !important;
    top: 171px;
    opacity: 0.4;
    filter: blur(1px);
    z-index: 1;
    left: 4rem;
    transform: scale(0.9);
}

@media (max-width: 768px) {
    .left-card-container, .right-card-container {
        width: 100%;
        max-width: 300px;
        gap: 15px;
    }
    
    .left-card-container .card.back,
    .right-card-container .card.back {
        display: none;
    }
}

@media (max-width: 480px) {
    .left-card-container, .right-card-container {
        gap: 10px;
    }
    
    .left-card-container .card,
    .right-card-container .card {
        padding: 8px 15px;
    }
    
    .left-card-container .card h2,
    .right-card-container .card h2 {
        font-size: 1rem;
    }
    
    .left-card-container .card p,
    .right-card-container .card p {
        font-size: 0.8rem;
    }
    
    .left-card-container .emoji,
    .right-card-container .emoji {
        font-size: 1.2rem;
    }
}

.online_section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    align-items: center;
    max-width: 1100px;
    width: 100%;
    margin: 2rem auto;
    margin-bottom: 3rem;
    padding: 0 1rem;
}

.online_section .form_btn {
    background: linear-gradient(93deg, #FF0083 3.33%, #00A0FF 100.85%);
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1.5rem;
    height: 3rem;
    width: max-content;
    padding: 0.2rem 1.5rem;
    border-radius: 2rem;
    cursor: pointer;
    transition: filter 0.3s ease;
}

.online_section .form_btn:hover {
    filter: brightness(1.15);
}

.online_section img {
    width: 100%;
    max-width: 500px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.online_section .card {
    background-color: #1e293b;
    border-radius: 12px;
    padding: 40px 24px;
    color: #e2e8f0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    border: 1px solid #334155;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.online_section .description {
    font-size: clamp(14px, 2.5vw, 15px);
    margin-bottom: 24px;
    line-height: 1.6;
    text-align: start;
}

.online_section .feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.online_section .feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 16px;
    font-size: clamp(14px, 2.5vw, 15px);
    color: #38bdf8;
    font-weight: 600;
    text-align: start;
}

.online_section .feature-list li::before {
    content: "✔️";
    color: #38bdf8;
    font-size: clamp(16px, 3vw, 18px);
    flex-shrink: 0;
}

.online_section .cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(to right, #ec4899, #6366f1);
    color: white;
    padding: 12px 20px;
    border-radius: 9999px;
    font-weight: 600;
    font-size: clamp(13px, 2.5vw, 14px);
    text-decoration: none;
    transition: transform 0.2s ease;
}

.online_section .cta-button:hover {
    transform: translateY(-2px);
}

.online_section .cta-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #3b82f6;
    width: 26px;
    height: 26px;
    border-radius: 9999px;
    font-size: 14px;
}

.transformationwall_heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
    margin-bottom: 3rem;
    padding: 0 1rem;
}

.transformationwall_heading h1 {
    font-size: clamp(2rem, 6vw, 2.5rem);
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.transformationwall_heading .description {
    max-width: 700px;
    font-size: clamp(0.9rem, 2vw, 1rem);
    line-height: 1.6;
    color: #CBD5E1;
    margin-top: 20px;
    text-align: center;
}

.transformation_wall {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    justify-content: center;
    margin-top: 3rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1rem;
}

.transformation_wall .card {
    position: relative;
    background: #161c2b;
    color: white;
    text-align: center;
    padding: 2rem 1.5rem;
    border-radius: 1rem;
    width: 100%;
    max-width: 320px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin: 0 auto;
    transition: transform 0.3s ease;
}

.transformation_wall .card:hover {
    transform: translateY(-8px);
}

.transformation_wall .profile-img {
    width: 120px;
    height: 120px;
    border-radius: 1rem;
    object-fit: cover;
    margin-bottom: 1rem;
    z-index: 1;
}

.transformation_wall .name {
    font-weight: 700;
    font-size: clamp(0.9rem, 2vw, 1rem);
    margin-bottom: 0.5rem;
}

.transformation_wall .quote {
    font-size: clamp(0.8rem, 1.8vw, 0.9rem);
    font-style: italic;
    color: #cbd5e1;
    margin-bottom: 1rem;
}

.transformation_wall .badges {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.transformation_wall .badge {
    padding: 6px 12px;
    border-radius: 999px;
    font-size: clamp(0.65rem, 1.5vw, 0.75rem);
    font-weight: 600;
    color: white;
}

.transformation_wall .blue {
    background-color: #3b82f6;
}

.transformation_wall .green {
    background-color: #22c55e;
}

.transformation_wall .arrow-svg {
    width: 167px;
    height: 167px;
    position: absolute;
    right: -2.099px;
    top: 1.875px;
    z-index: 0;
    opacity: 0.2;
    transform: rotate(15deg);
}

@media (max-width: 1024px) {
    .online_section {
        gap: 1.5rem;
        margin-bottom: 2rem;
    }

    .online_section .card {
        padding: 30px 20px;
    }

    .transformationwall_heading {
        margin-top: 3rem;
        margin-bottom: 2rem;
    }

    .transformation_wall {
        gap: 1.5rem;
        margin-top: 2rem;
    }

    .transformation_wall .card {
        padding: 1.5rem 1rem;
    }
}

@media (max-width: 768px) {
    .online_section {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 0 15px;
    }

    .online_section img {
        margin-bottom: 1.5rem;
    }

    .online_section .description,
    .online_section .feature-list li {
        text-align: center;
        justify-content: center;
    }

    .online_section .card {
        padding: 25px 15px;
    }

    .online_section .form_btn {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
    }

    .transformationwall_heading h1 {
        font-size: clamp(1.8rem, 7vw, 2.2rem);
    }

    .transformationwall_heading .description {
        font-size: clamp(0.8rem, 2.5vw, 0.9rem);
        margin-top: 15px;
    }

    .transformation_wall {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 0 15px;
    }

    .transformation_wall .card {
        padding: 1.2rem 1rem;
    }

    .transformation_wall .profile-img {
        width: 100px;
        height: 100px;
    }

    .transformation_wall .arrow-svg {
        width: 120px;
        height: 120px;
        right: -10px;
        top: 5px;
    }
}

@media (max-width: 480px) {
    .online_section .card {
        padding: 20px 10px;
    }
    .online_section .description {
        font-size: 13px;
    }
    .online_section .feature-list li {
        font-size: 13px;
    }
    .online_section .cta-button {
        padding: 10px 15px;
        font-size: 12px;
    }
    .transformationwall_heading {
        margin-top: 2rem;
        margin-bottom: 1.5rem;
    }
    .transformation_wall {
        gap: 1rem;
        margin-top: 1.5rem;
    }
}

.impact-container {
    background: linear-gradient(to right, #2196f3, #9c27b0, #ff4081);
    color: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    width: 90%;
    max-width: 1200px;
    text-align: center;
    padding: 2rem 1rem;
    margin: 5rem auto;
}

.impact-container .impact-title {
    font-size: clamp(2rem, 5vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 10px;
}

.impact-container .impact-subtitle {
    font-size: clamp(0.9rem, 2vw, 1rem);
    opacity: 0.85;
    margin-bottom: 40px;
    padding: 0 1rem;
}

.impact-container .stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 30px;
    padding: 0 1rem;
}

.impact-container .stat-item {
    flex: 1 1 180px;
    min-width: 150px;
}

.impact-container .stat-icon {
    font-size: clamp(1.8rem, 4vw, 2rem);
    margin-bottom: 10px;
}

.impact-container .stat-value {
    font-size: clamp(1.3rem, 3vw, 1.5rem);
    font-weight: 700;
}

.impact-container .stat-label {
    font-size: clamp(0.8rem, 1.8vw, 0.9rem);
    opacity: 0.8;
    margin-top: 4px;
}

.footer {
    background: radial-gradient(141.47% 63.67% at 100% 0%, rgba(255, 0, 131, 0.50) 0%, rgba(0, 0, 0, 0.00) 100%), radial-gradient(113.69% 51.83% at 0.49% 1.14%, rgba(0, 160, 255, 0.50) 0%, rgba(0, 0, 0, 0.00) 100%), #020817;
    padding: 40px 20px;
    margin-top: 5rem;
}

.footer .footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 30px;
    column-gap: 4rem;
    max-width: 1200px;
    margin: 0 auto;
}

.footer .logo-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    flex: 1 1 300px;
    text-align: center;
}

.footer .logo-section img {
    max-width: 100px;
}

.footer .description {
    color: #CBD5E1;
    font-size: clamp(13px, 2vw, 14px);
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.footer .social-icons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    justify-content: center;
}

.footer .social-icons a {
    color: white;
    font-size: clamp(16px, 3vw, 18px);
    padding: 10px;
    border-radius: 50%;
    transition: background 0.3s;
}

.footer .social-icons a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.footer .footer-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    gap: 30px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.footer .footer-column {
    flex: 1 1 150px;
    text-align: center;
}

.footer .footer-column h4 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: clamp(15px, 3vw, 16px);
    color: white;
}

.footer .footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-column ul li {
    margin-bottom: 8px;
    font-size: clamp(13px, 2vw, 14px);
    color: #CBD5E1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .footer-column ul li i {
    margin-right: 8px;
}

@media (max-width: 1024px) {
    .impact-container {
        padding: 1.5rem 0.8rem;
    }
    
    .impact-container .stats {
        gap: 20px;
    }

    .footer .footer-top {
        column-gap: 2rem;
        padding-bottom: 20px;
    }
    
    .footer .logo-section {
        flex: 1 1 100%;
        margin-bottom: 20px;
    }

    .footer .footer-columns {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .impact-container {
        width: 95%;
        margin: 3rem auto;
        padding: 1.5rem 0.5rem;
    }
    
    .impact-container .impact-title {
        font-size: clamp(1.8rem, 7vw, 2.2rem);
    }

    .impact-container .impact-subtitle {
        font-size: clamp(0.8rem, 2.5vw, 0.9rem);
        margin-bottom: 30px;
    }

    .impact-container .stats {
        flex-direction: column;
        align-items: center;
    }

    .impact-container .stat-item {
        flex: none;
        width: 100%;
        max-width: 250px;
    }

    .footer {
        padding: 30px 15px;
        margin-top: 3rem;
    }

    .footer .footer-top {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding-bottom: 20px;
    }

    .footer .logo-section {
        margin-bottom: 10px;
    }

    .footer .footer-columns {
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

    .footer .footer-column {
        flex: none;
        width: 100%;
        max-width: 250px;
        margin-bottom: 20px;
    }

    .footer .footer-column:last-child {
        margin-bottom: 0;
    }
    .footer .footer-column ul li {
        justify-content: flex-start;
    }
}

@media (max-width: 480px) {
    .impact-container {
        padding: 1rem 0.2rem;
    }
    .impact-container .stat-icon {
        font-size: 1.5rem;
    }
    .impact-container .stat-value {
        font-size: 1.1rem;
    }
    .impact-container .stat-label {
        font-size: 0.75rem;
    }
    .footer {
        padding: 20px 10px;
    }
    .footer .social-icons {
        margin-top: 15px;
    }
    .footer .social-icons a {
        font-size: 16px;
        padding: 8px;
    }
}
