@import url('https://fonts.googleapis.com/css2?family=Mynerve&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');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    overflow-x: hidden;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
}

body {
    font-family: -apple-system, poppins, sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

/* Header Section - Fixed */
.header-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0px 40px;
    background: #ffffffee;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.logo-section {
    display: flex;
    align-items: center;
    gap: 8px;
}

.logo-icon img {
    width: 150px;
    height: 90px;
}

.logo-text {
    font-weight: 600;
    font-size: 18px;
}

.navigation-menu {
    display: flex;
    gap: 30px;
    list-style: none;
}

.nav-link {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
}

.mobile-menu-bar {
    width: 25px;
    height: 3px;
    background: #333;
    transition: 0.3s;
}

/* Full Height Sections */
.full-height-section {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #fef3c7 0%, #b8fd8a 50%, #d1fae5 100%);
    background: linear-gradient(135deg, rgba(1, 41, 7, 0.219), rgba(0, 0, 0, 0.11)), url("assests/background.webp") center/cover no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 40px;
    padding-top: 80px;
    /* Account for fixed header */
}

.hero-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(1, 27, 5, 0.123);
    /* green overlay, 40% transparent */
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 1200px;
    width: 100%;
}

.hero-title {
    font-size: clamp(36px, 13vw, 132px);
    font-weight: 900;
    margin-bottom: 30px;
    font-family: "Mynerve", cursive;
    line-height: 1.1;
    color: #000;
}

.hero-description {
    max-width: 700px;
    margin-bottom: 40px;
    font-size: clamp(14px, 2.3vw, 19px);
    color: #4d4d4d;
    padding: 0 20px;
}

.hero-cta-section {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 60px;
    flex-wrap: wrap;
    justify-content: center;
}

.primary-cta-button {
    background: #000;
    color: white;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
}

.rating-display {
    display: flex;
    align-items: center;
    gap: 8px;
}

.star-rating {
    color: #fbbf24;
    font-size: 2rem;
}

.qr-code-container {
    position: absolute;
    right: 40px;
    bottom: 40px;
    width: 150px;
    height: 150px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qr-code-pattern {
    width: 150px;
    height: 150px;
    background: url('assests/qr-code.webp')center/contain;
}

.dynamic-music-label {
    position: absolute;
    bottom: 60px;
    right: 140px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}

/* Career Goals Section */
.career-goals-section {
    background: #f8fafc;
    padding: 100px 0px;
}

.career-goals-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-width: 1600px;
    width: 100%;
}

.career-goals-title {
    font-size: clamp(38px, 6vw, 72px);
    font-weight: 800;
    text-align: center;
    max-width: 100%;
    line-height: 1.3;
}

.career-goals-title .purple-text {
    color: #6366f1;
}

.career-goals-title .green-text {
    color: #22c55e;
}

.career-goals-title .pink-text {
    color: #ec4899;
}

.decorative-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.floating-circle {
    position: absolute;
    border-radius: 50%;
}

.circle-pink {
    width: 30px;
    height: 30px;
    background: #ec4899;
    top: 20%;
    left: 10%;
}

.circle-blue {
    width: 40px;
    height: 40px;
    background: #3b82f6;
    top: 60%;
    right: 15%;
}

.circle-green {
    width: 25px;
    height: 25px;
    background: #22c55e;
    bottom: 30%;
    right: 10%;
}

/* Open Your Eyes Section */
.yoga-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.yoga-content {
    display: flex;
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
    gap: 80px;
    align-items: center;
}

.content-container {
    flex: 1;
    max-width: 800px;
}

.section-title {
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.1;
    margin-bottom: 60px;
}

.features-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 24px;
}

.feature-icon.purple {
    background: #e9d5ff;
    color: #7c3aed;
}

.feature-icon.green {
    background: #bbf7d0;
    color: #059669;
}

.feature-icon.light-green {
    background: #d1fae5;
    color: #065f46;
}

.feature-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.feature-content p {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.6;
}

.image-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yoga-image {
    width: 100%;
    max-width: 700px;
    height: 600px;
    background: url('assests/Sustainable.webp') center/cover;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}

.video-overlay {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.video-text {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
}

.play-button {
    width: 40px;
    height: 40px;
    background: #1a1a1a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.play-button:hover {
    transform: scale(1.1);
}

.waveform {
    width: 60px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 20'%3E%3Cpath d='M2 10h4l2-6 2 12 2-8 2 4 2-10 2 16 2-12 2 8 2-4 2 6 2-2 2 4 2-8 2 12 2-6 2 2 2-4 2 8 2-12 2 6 2-2 2 4 2-8 2 12 2-6 2 2' stroke='%23059669' stroke-width='2' fill='none'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* The Goal Section */
.goal-section {
    background: #f8fafc;
    padding: 0px 40px;
}

.goal-content-wrapper {
    display: flex;
    align-items: center;
    height: auto;
    gap: 80px;
    max-width: 1300px;
    width: 100%;
}

.goal-content {
    flex: 1;
    text-align: justify;
}

.goal-content.one {
    margin-bottom: 300px;
}

.goal-content.two {
    margin-top: 200px;
}

.goal-title {
    font-size: clamp(40px, 8vw, 64px);
    font-weight: 800;
    margin-bottom: 30px;
    color: #065f46;
}

.goal-description {
    font-size: clamp(14px, 2vw, 16px);
    line-height: 1.8;
    color: #666;
}

.goal-visual {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.crossed-circle {
    width: clamp(250px, 20vw, 350px);
    height: clamp(250px, 30vw, 400px);
    background: url("assests/purple-plastic-grocery-bag.webp") center/contain no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.cross-mark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 100%;
    height: 20px;
    background: #ef4444;
}

.cross-mark::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    width: 100%;
    height: 20px;
    background: #ef4444;
}

.goal-label {
    position: absolute;
    bottom: -40px;
    right: 0;
    font-size: clamp(32px, 6vw, 48px);
    font-weight: 800;
    color: #22c55e;
}

/* Video Courses Section */
.video-courses-section {
    background: #eeffea;
    padding: 100px 40px;
    height: auto;
}

.courses-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-width: 1400px;
    width: 100%;
    text-align: center;
}

.courses-title {
    font-size: clamp(28px, 5vw, 48px);
    font-weight: 800;
    margin-bottom: 20px;
}

.courses-title .purple-number {
    color: #6366f1;
}

.courses-subtitle {
    font-size: clamp(28px, 5vw, 48px);
    font-weight: 800;
    margin-bottom: 40px;
}

.courses-description {
    max-width: 800px;
    color: #666;
    font-size: clamp(14px, 2vw, 16px);
    padding: 0 20px;
}

.product-images {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    padding-top: 50px;
}

.product-images img {
    height: 300px;
    border-radius: 20px;
    width: calc(33.333% - 14px);
    /* 3 per row with gap accounted */
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.product-images img:hover {
    transform: scale(1.03);
    transition: all 0.3s ease;
}

/*money*/
.money-move-section {
    min-height: auto;
    padding: 50px 40px;
    display: flex;
    background: #eeffea;
    align-items: center;
    justify-content: center;
}

.money-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    gap: 80px;
}

.money-content {
    flex: 1;
    max-width: 1000px;
}

.money-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    color: #000;
    margin-bottom: 24px;
}

.money-description {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 1000px;
}

.stats-container {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.stat-icon {
    width: 48px;
    height: 48px;
    background: #e5e7eb;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
}

.stat-value {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    line-height: 1;
}

.stat-label {
    font-size: 14px;
    color: #666;
    margin-top: 4px;
}

.money-visual {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
}

.background-text {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 300px;
    font-size: 14px;
    color: #d1d5db;
    line-height: 1.5;
}

.logo-container {
    position: relative;
    z-index: 2;
}

.circular-logo {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 64px;
    font-weight: 700;
    color: white;
    margin-top: 20px;
    position: relative;
}

.globe-icon {
    position: absolute;
    top: -16px;
    left: -16px;
    width: 32px;
    height: 32px;
    background: #fbbf24;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.credit-card {
    position: absolute;
    top: 60px;
    right: 40px;
    width: 280px;
    height: 176px;
    background: white;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    z-index: 3;
}

.card-chip {
    width: 32px;
    height: 24px;
    background: #fbbf24;
    border-radius: 4px;
    margin-bottom: 32px;
}

.contactless-symbol {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #9ca3af;
    transform: rotate(90deg);
}

.card-number {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

.number-group {
    display: flex;
    gap: 4px;
}

.dot {
    width: 8px;
    height: 8px;
    background: #a6a8ac;
    border-radius: 50%;
}

.cardholder-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cardholder-details {
    display: flex;
    align-items: center;
    gap: 12px;
}

.avatar {
    width: 35px;
    height: 35px;
    background: #d1d5db;
    border-radius: 50%;
    background: url("assests/logo.png") center/contain no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.name {
    font-size: 14px;
    font-weight: 700;
    color: #374151;
    line-height: 1.2;
}

.mastercard-logo {
    display: flex;
    position: relative;
}

.circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    opacity: 0.8;
}

.circle.red {
    background: #eb1c26;
}

.circle.yellow {
    background: #f79e1b;
    margin-left: -12px;
}

.floating-card {
    position: absolute;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.small-card-1 {
    width: 64px;
    height: 40px;
    bottom: 80px;
    left: 40px;
}

/* Testimonials Section */
.testimonials-section {
    background: white;
    padding: 0 40px;
}

.testimonials-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    max-width: 1200px;
    width: 100%;
}

.testimonials-header {
    text-align: left;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
}

.testimonials-title {
    font-size: clamp(28px, 5vw, 42px);
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.3;
}

.testimonials-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: clamp(16px, 2vw, 18px);
    font-weight: 600;
    flex-wrap: wrap;
}

.testimonials-grid {
    display: flex;
    gap: 40px;
}

.testimonial-card {
    flex: 1;
    background: #eaf5ea;
    padding: 40px;
    border-radius: 12px;
    position: relative;
}

.quote-mark {
    font-size: 48px;
    color: #6366f1;
    margin-bottom: 20px;
}

.testimonial-text {
    font-size: clamp(14px, 2vw, 16px);
    line-height: 1.6;
    margin-bottom: 30px;
    color: #333;
}

.testimonial-author {
    font-weight: 600;
    color: #333;
}

/* Footer Section */
.footer-section.full-height-section {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.footer-section {
    background: #1f2937;
    color: white;
    padding: 50px 10px 20px 10px;
}

.footer-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    max-width: 1200px;
    width: 100%;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.footer-brand {
    flex: 1;
}

.footer-logo {
    font-size: clamp(20px, 3vw, 24px);
    font-weight: 700;
    margin-bottom: 10px;
}

.footer-tagline {
    font-size: clamp(16px, 2vw, 18px);
    margin-bottom: 10px;
}

.footer-links {
    display: flex;
    gap: 80px;
}

.footer-column {
    display: flex;
    flex-direction: column;
}

.footer-column-title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
}

.footer-link {
    color: #9ca3af;
    text-decoration: none;
    margin-bottom: 12px;
    font-size: 14px;
}

.footer-link:hover {
    color: white;
}

.footer-bottom {
    border-top: 1px solid #374151;
    padding-top: 10px;
    text-align: center;
    color: #9ca3af;
    font-size: 14px;
}

.container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 100px 0;
}

.section-title {
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 60px;
}

.content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.image-section {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    height: 500px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url('assests/bacground_img2.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px;
}

.cta-text {
    color: white;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 30px;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    background-color: white;
    color: #333;
    padding: 16px 24px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: transform 0.2s ease;
    width: fit-content;
}

.cta-button:hover {
    transform: translateY(-2px);
}

.arrow-icon {
    margin-left: 12px;
    width: 24px;
    height: 24px;
    background-color: #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
}

.faq-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.2s ease;
}

.faq-item:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: 0;
}

.faq-question h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
    flex: 1;
    margin-right: 20px;
}

.faq-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #666;
    flex-shrink: 0;
}

.faq-answer {
    margin-top: 20px;
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
    display: none;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

/*message button*/
.whatsapp-button {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 80px;
    background: url("assests/whatsapp.png") center/contain no-repeat;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 10px;
    /* Animation */
    animation: bounce 3.5s infinite;
}

/* Bounce Keyframes */
@keyframes bounce {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

.whatsapp-button:hover {
    cursor: pointer;
}
.up {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    height: 50px;
    width: 50px;
    font-size: 24px;
    padding: 10px 15px;
    background: #02532b;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
}
/* Mobile First Responsive Design */

/* Small Mobile Devices (320px - 480px) */
@media (max-width: 480px) {
    .header-container {
        padding: 0px 20px;
        flex-wrap: wrap;
    }
    
    .logo-icon img {
        width: 120px;
        height: 60px;
    }
    
    .navigation-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #ffffffee;
        flex-direction: column;
        padding: 20px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    
    .navigation-menu.active {
        display: flex;
    }
    
    .mobile-menu-toggle {
        display: flex;
    }
    
    .hero-section {
        padding: 0 20px;
        
    }
    
    .hero-cta-section {
        flex-direction: column;
        gap: 15px;
    }
    
    .qr-code-container {
        display: none;
    }
    
    .dynamic-music-label {
        display: none;
    }
    
    .career-goals-section {
        padding: 0 20px;
    }
    
    .decorative-elements {
        display: none;
    }
    .yoga-section{
        height: auto;
        padding: 60px 15px;
    }
    .yoga-content {
        flex-direction: column;
        gap: 40px;
    }
    
    .image-container {
        display:none
    }
    
    .yoga-image {
        height: 300px;
    }
    
    .video-overlay {
        bottom: 15px;
        right: 15px;
        padding: 12px 16px;
    }
    .goal-section {
    height: auto;
    padding: 60px 40px;
}
    .goal-content-wrapper {
        flex-direction: column;
        gap: 40px;
    }
    
    .goal-content.one {
        margin-bottom: 0;
    }
    
    .goal-content.two {
        margin-top: 0;
    }
    
    .video-courses-section {
        padding: 80px 20px;
    }
    
    .product-images {
        align-items: center;
        justify-content: center;
        gap:20px;
    }
    
    .product-images img {
        width: calc(50.333% - 14px);
        height: 200px;
    }
    
    .money-move-section {
        padding: 50px 20px;
    }
    
    .money-content-wrapper {
        flex-direction: column;
        gap: 10px;
    }
    
    .stats-container {
        flex-direction: column;
        gap: 20px;
    }
    .money-visual {
        flex-direction: column;
    }
    .circular-logo {
        top: 50px;
        right: 80px;
    }
    
    .credit-card {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        max-width: 280px;
        margin: 20px auto;
    }
    
    .testimonials-section {
        padding: 0 20px;
    }
    
    .testimonials-header {
        flex-direction: column;
        text-align: center;
    }
    
    .testimonials-grid {
        flex-direction: column;
        gap: 20px;
    }
    
    .testimonial-card {
        padding: 30px 20px;
    }
    
    .footer-section {
        padding: 50px 20px 20px 20px;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 30px;
    }
    
    .footer-links {
        flex-direction: column;
        gap: 30px;
    }

    .container{
        padding: 50px 20px;
    }
    
    .content-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .image-section {
        height: 400px;
        padding: 30px 20px;
    }
    
    .cta-text {
        font-size: 1.8rem;
    }
    
    .whatsapp-button {
        width: 60px;
        height: 60px;
    }
}

/* Large Mobile Devices (481px - 768px) */
@media (min-width: 481px) and (max-width: 768px) {
    .header-container {
        padding: 0px 30px;
    }
    
    .logo-icon img {
        width: 120px;
        height: 70px;
    }
    
    .navigation-menu {
        gap: 20px;
    }
    
    .hero-section {
        padding: 0 30px;
        padding-top: 90px;
    }
    
    .qr-code-container {
        width: 120px;
        height: 120px;
        right: 30px;
        bottom: 30px;
    }
    
    .qr-code-pattern {
        width: 120px;
        height: 120px;
    }
    
    .career-goals-section {
        padding: 0 30px;
    }
    
    .yoga-content {
        flex-direction: column;
        gap: 50px;
    }
    
    .yoga-image {
        height: 400px;
    }
    
    .goal-content-wrapper {
        flex-direction: column;
        gap: 50px;
    }
    
    .goal-content.one {
        margin-bottom: 50px;
    }
    
    .goal-content.two {
        margin-top: 50px;
    }
    
    .video-courses-section {
        padding: 100px 30px;
    }
    
    .product-images img {
        width: calc(50% - 10px);
        height: 280px;
    }
    
    .money-move-section {
        padding: 50px 30px;
    }
    
    .money-content-wrapper {
        flex-direction: column;
        gap: 50px;
    }
    
    .stats-container {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 30px;
    }
    
    .testimonials-section {
        padding: 0 30px;
    }
    
    .testimonials-grid {
        flex-direction: column;
        gap: 30px;
    }
    
    .footer-section {
        padding: 50px 30px 20px 30px;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 40px;
    }
    
    .footer-links {
        flex-direction: row;
        gap: 50px;
        flex-wrap: wrap;
    }
    
    .content-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .image-section {
        height: 450px;
        padding: 35px 25px;
    }
}

/* Tablet Devices (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    .header-container {
        padding: 0px 35px;
    }
    
    .navigation-menu {
        gap: 25px;
    }
    
    .hero-section {
        padding: 0 35px;
        padding-top: 85px;
    }
    
    .career-goals-section {
        padding: 0 35px;
    }
    
    .yoga-content {
        gap: 60px;
    }
    
    .yoga-image {
        height: 500px;
    }
    
    .goal-content-wrapper {
        gap: 60px;
    }
    
    .goal-content.one {
        margin-bottom: 150px;
    }
    
    .goal-content.two {
        margin-top: 100px;
    }
    
    .video-courses-section {
        padding: 120px 35px;
    }
    
    .product-images img {
        width: calc(50% - 10px);
        height: 290px;
    }
    
    .money-move-section {
        padding: 50px 35px;
    }
    
    .money-content-wrapper {
        gap: 60px;
    }
    
    .credit-card {
        width: 250px;
        height: 156px;
        top: 50px;
        right: 30px;
    }
    
    .testimonials-section {
        padding: 0 35px;
    }
    
    .testimonials-grid {
        gap: 30px;
    }
    
    .footer-section {
        padding: 50px 35px 20px 35px;
    }
    
    .footer-links {
        gap: 60px;
    }
    
    .content-wrapper {
        gap: 50px;
    }
    
    .image-section {
        height: 480px;
    }
}

/* Large Tablet/Small Desktop (1025px - 1200px) */
@media (min-width: 1025px) and (max-width: 1200px) {
    .yoga-content {
        gap: 70px;
    }
    
    .goal-content-wrapper {
        gap: 70px;
    }
    
    .goal-content.one {
        margin-bottom: 200px;
    }
    
    .goal-content.two {
        margin-top: 150px;
    }
    
    .product-images img {
        width: calc(33.333% - 14px);
        height: 290px;
    }
    
    .money-content-wrapper {
        gap: 70px;
    }
    
    .testimonials-grid {
        gap: 35px;
    }
    
    .footer-links {
        gap: 70px;
    }
}

/* Large Desktop (1201px and above) */
@media (min-width: 1201px) {
    .container {
        max-width: 1400px;
    }
    
    .hero-content {
        max-width: 1400px;
    }
    
    .career-goals-content {
        max-width: 1400px;
    }
    
    .yoga-content {
        max-width: 1400px;
    }
    
    .goal-content-wrapper {
        max-width: 1400px;
    }
    
    .courses-content {
        max-width: 1400px;
    }
    
    .money-content-wrapper {
        max-width: 1400px;
    }
    
    .testimonials-content {
        max-width: 1400px;
    }
    
    .footer-content-wrapper {
        max-width: 1400px;
    }
}

/* Additional Mobile Menu JavaScript Toggle Class */
.mobile-menu-toggle.active .mobile-menu-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-toggle.active .mobile-menu-bar:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active .mobile-menu-bar:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

/* Smooth transitions for better UX */
.navigation-menu,
.mobile-menu-bar,
.testimonial-card,
.product-images img,
.cta-button,
.play-button {
    transition: all 0.3s ease;
}
