/* Custom Styles for New Elements */
html,
body {
    overflow-x: hidden;
    scroll-behavior: smooth;
    width: 100%;
    position: relative;
}

html {
    scroll-padding-top: 180px;
    /* Offset for sticky header (150px + extra buffer) */
}

/* 1. Timer and Text Section */
.hero-timer-block {
    margin-top: clamp(1rem, 4vh, 3rem);
    margin-bottom: clamp(2rem, 10vh, 7rem);
    padding: 1.5rem 2rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    width: 100%;
    max-width: 700px;
    z-index: 10;
    position: relative;
    text-align: center;
}

.hero-timer-block .promo-text {
    font-size: clamp(1.4rem, 3.5vw, 2.7rem) !important;
    line-height: 1.2;
    margin-bottom: 1.5rem !important;
    display: block;
}

.countdown-timer {
    display: flex;
    justify-content: space-between;
    color: var(--secondary);
    gap: 10px;
}

.timer-item {
    text-align: center;
    flex: 1;
}

.timer-number {
    display: block;
    font-size: clamp(2rem, 5vw, 4.5rem);
    font-weight: 800;
    line-height: 1;
}

.timer-label {
    font-size: clamp(0.8rem, 1.2vw, 1.1rem);
    text-transform: uppercase;
    font-weight: 600;
    opacity: 0.9;
}

/* Adjustments for specific ranges */
@media (min-width: 1400px) {
    .hero-timer-block {
        max-width: 800px;
    }
}

@media (max-width: 1210px) {
    .hero-timer-block {
        margin-top: 2rem;
        margin-bottom: 2rem;
        padding: 1rem 1.5rem;
    }

    .hero-timer-block .promo-text {
        font-size: clamp(1.2rem, 3vw, 2.1rem) !important;
    }
}

@media (max-width: 768px) {
    .hero-timer-block {
        padding: 1rem;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .countdown-timer {
        gap: 5px;
    }
}

/* 2. FAQ Section */
.faq-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.faq-accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.faq-accordion .accordion-button {
    font-size: 1.8rem;
    font-weight: 500;
    padding: 20px 25px;
    color: var(--secondary);
    background-color: #fff;
    border: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--primary);
    background-color: #fff;
    box-shadow: none;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
}

.faq-accordion .accordion-collapse {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-accordion .accordion-item {
    transition: margin 0.3s ease-in-out;
}

.faq-accordion .accordion-body {
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 0 25px 25px;
}

/* 3. Testimonials Section (YouTube Videos) */
.testimonials-youtube {
    padding: 80px 0;
}

.contact-page .testimonials-youtube {
    padding: 0 0 30px 0 !important;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 4. Subscription/CTA Block (Vertical) */
.cta-vertical-block {
    padding: 60px;
    background: var(--secondary);
    border-radius: 20px;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.cta-vertical-block .indutext {
    position: relative;
    z-index: 2;
}

.subribe-img {
    pointer-events: none;
    z-index: 0;
}

.cta-vertical-block .form-control {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 15px 20px;
    height: auto;
    margin-bottom: 15px;
    border-radius: 8px !important;
}

.cta-vertical-block .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.cta-vertical-block .btn-submit01 {
    width: 100%;
    justify-content: center;
    padding: 15px;
    border-radius: 8px !important;
}

/* 5. Contact Page Subscription & Hero */
.contact-page .navbar-nav .nav-link {
    color: var(--secondary) !important;
}

.contact-page .navbar-nav .nav-link:hover {
    color: var(--primary) !important;
}

.contact-page .navbar-toggler {
    color: var(--secondary) !important;
}


.contact-page header {
    transition: background 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 9999 !important;
}

.contact-page header.fixed-menu {
    background: #ffffff !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.contact-page header.fixed-menu .navbar-nav .nav-link {
    color: var(--secondary) !important;
}

.banner-section {
    padding-bottom: 120px !important;
}

.maiu-div01 {
    margin-top: 50px;
}

.contact-banner {
    padding-top: 80px !important;
    padding-bottom: 30px !important;
    background: #ffffff;
    min-height: auto !important;
    z-index: 1;
}

.contact-banner .part-img {
    position: relative !important;
    top: auto !important;
    transform: none !important;
}


.contact-banner .container {
    z-index: 2;
}

.contact-banner .img-right,
.contact-banner .img-left,
.contact-banner .dots-cierl,
.contact-banner .dots-cierl2,
.contact-banner .floating-circles {
    z-index: 0;
    max-width: 100vw;
    overflow: hidden;
}
}

.floating-circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.floating-circles .circle {
    position: absolute;
    background: var(--primary);
    border-radius: 50%;
    opacity: 0.1;
    filter: blur(1px);
    animation: float-around 25s infinite linear;
}


.circle-1 {
    width: 40px;
    height: 40px;
    top: 15%;
    left: 8%;
    animation-duration: 20s !important;
}

.circle-2 {
    width: 80px;
    height: 80px;
    top: 70%;
    left: 12%;
    animation-duration: 30s !important;
}

.circle-3 {
    width: 120px;
    height: 120px;
    top: 35%;
    left: 88%;
    animation-duration: 40s !important;
    opacity: 0.08 !important;
}

.circle-4 {
    width: 60px;
    height: 60px;
    top: 85%;
    left: 70%;
    animation-duration: 25s !important;
}

.circle-5 {
    width: 100px;
    height: 100px;
    top: 10%;
    left: 65%;
    animation-duration: 35s !important;
    opacity: 0.1 !important;
}

.circle-6 {
    width: 50px;
    height: 50px;
    top: 50%;
    left: 40%;
    animation-duration: 22s !important;
}

@keyframes float-around {
    0% {
        transform: translate(0, 0) rotate(0deg) scale(1);
    }

    33% {
        transform: translate(60px, -40px) rotate(120deg) scale(1.1);
    }

    66% {
        transform: translate(-40px, 60px) rotate(240deg) scale(0.9);
    }

    100% {
        transform: translate(0, 0) rotate(360deg) scale(1);
    }
}



.contact-banner .img-men {
    position: relative;
    z-index: 2;
}

.contact-banner .part-img {
    width: auto !important;
    max-width: none !important;
    height: auto;
    min-width: 500px;
    /* Force it to stay large */
}

@media (max-width: 1200px) {
    .contact-banner .part-img {
        min-width: 400px;
    }
}

@media (max-width: 991px) {
    .contact-banner .part-img {
        min-width: unset;
        width: 100% !important;
        max-width: 500px !important;
        margin: 0 auto;
    }
}


.contact-page .box01 {
    margin-bottom: 25px !important;
}

.contact-banner .text-block-ban h4 {
    color: var(--primary) !important;
    font-weight: 600;
}

.contact-banner .text-block-ban h1 {
    color: var(--secondary) !important;
}

.contact-banner .text-block-ban {
    position: relative !important;
    top: 0 !important;
}

.contact-banner .video-container {
    max-width: 100%;
}

.contact-subscribe-form {
    background: #f8f9fa;
    color: var(--secondary);
    padding: 60px 40px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    margin: 60px 0;
    z-index: 1;
    border: 1px solid #eee;
}

.contact-subscribe-form::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: url('../images/sub-bg01.svg') no-repeat center;
    background-size: contain;
    opacity: 0.05;
    z-index: -1;
    filter: invert(1);
}

.contact-subscribe-form h3 {
    color: var(--secondary) !important;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: none;
    letter-spacing: normal;
    background: none;
    -webkit-text-fill-color: initial;
    -webkit-background-clip: initial;
}

.contact-subscribe-form p {
    color: #666 !important;
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.contact-banner h1 span {
    color: var(--primary);
    position: relative;
    z-index: 1;
}

.contact-banner h1 span::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 10px;
    background: rgba(var(--primary-rgb), 0.2);
    z-index: -1;
}

.contact-banner .video-wrapper {
    border: 4px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-banner .video-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    border-color: var(--primary);
}


.contact-subscribe-form .form-control {
    background: #fff !important;
    border: 1px solid #ddd !important;
    color: var(--secondary) !important;
    padding: 15px 20px !important;
    border-radius: 10px !important;
    height: auto;
}

.contact-subscribe-form .form-control::placeholder {
    color: #999;
}

.contact-subscribe-form .btn {
    padding: 15px 30px;
    font-weight: 600;
    border-radius: 10px !important;
    transition: all 0.3s ease;
}

.contact-subscribe-form .comon-button {
    background: var(--primary);
    border: none;
    color: #fff;
}

.contact-subscribe-form .comon-button:hover {
    background: #fff !important;
    color: var(--secondary) !important;
    transform: translateY(-2px);
}

/* 7. Success Metrics Section */
.metrics-section {
    background: #ffffff;
    position: relative;
}

.metrics-section .sub-text {
    color: var(--primary) !important;
    font-weight: 600;
}

.metrics-section .page-heading {
    color: var(--secondary) !important;
}

.metric-card {
    background: #fff;
    border: 1px solid #eee;
    padding: 35px 25px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.4s ease;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.metric-card:hover {
    background: #fff;
    transform: translateY(-10px);
    border-color: var(--primary);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.metric-icon {
    width: 60px;
    height: 60px;
    background: rgba(var(--primary-rgb), 0.08);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    margin: 0 auto 20px;
    transition: all 0.4s ease;
}

.metric-card:hover .metric-icon {
    background: var(--primary);
    color: #fff;
    transform: rotateY(180deg);
}

.metric-card h4 {
    color: var(--secondary);
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.progress-wrap {
    height: 10px;
    background: #f0f0f0;
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative;
    overflow: visible;
}

.progress-bar-custom {
    height: 100%;
    background: var(--primary);
    border-radius: 10px;
    position: relative;
    transition: width 1.5s cubic-bezier(0.1, 0, 0.2, 1);
}

/* AOS specific animation for progress bar */
[data-aos="zoom-in"].aos-animate .progress-bar-custom {
    width: inherit;
    /* Trigger CSS transitions if needed */
}

.progress-val {
    position: absolute;
    right: 0;
    top: -30px;
    color: var(--primary);
    font-weight: 700;
    font-size: 1rem;
}

.metric-card p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 0;
}

/* Newsletter Section Spacing on Contact Page */
.home-cta-newsletter {
    margin-top: 0px;
    /* Reduced from 50px */
    padding-bottom: 80px !important;
}

.subscription-cta-section {
    padding: 80px 0 0px !important;
    /* Reduced bottom padding from 20px to 0 */
}

.value-props-section {
    padding: 80px 0 !important;
}

.faq-section {
    background: #fcfcfc;
    padding: 100px 0 !important;
}

/* Ensure no overlap with floating circles */
.banner-section {
    z-index: 1;
}

.value-props-section,
.contact-timer-section,
.subscription-cta-section,
.home-cta-newsletter,
.faq-section,
.metrics-section {
    position: relative;
    z-index: 10;
}

@media (max-width: 991px) {
    .testimonials-youtube {
        padding: 40px 0 !important;
    }

    .contact-banner {
        padding-top: 120px !important;
        text-align: center;
    }

    .contact-banner .text-block-ban {
        text-align: center !important;
    }
}

@media (max-width: 575px) {
    .testimonials-youtube {
        padding: 20px 0 !important;
    }

    .contact-banner {
        padding-top: 100px !important;
    }
}

/* Meet the Mentor Section */
.mentor-section {
    padding: 100px 0;
    background: #ffffff;
    overflow: hidden;
}

.mentor-glass-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(var(--primary-rgb), 0.1);
    border-radius: 40px;
    padding: 60px;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.04);
}

.mentor-image-wrap {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.mentor-image-wrap img {
    transition: transform 0.6s cubic-bezier(0.2, 0, 0.2, 1);
}

.mentor-image-wrap:hover img {
    transform: scale(1.05);
}

.mentor-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: var(--primary);
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: 0 10px 20px rgba(var(--primary-rgb), 0.3);
}

/* Global Impact Marquee */
.impact-marquee-section {
    background: var(--secondary);
    padding: 60px 0;
    overflow: hidden;
    white-space: nowrap;
}

.marquee-content {
    display: inline-flex;
    animation: marquee-scroll 40s linear infinite;
}

.marquee-item {
    display: flex;
    align-items: center;
    padding: 0 50px;
}

.marquee-num {
    font-size: 3.5rem;
    font-weight: 900;
    color: #fff;
    margin-right: 15px;
    opacity: 1;
}

.marquee-text {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 991px) {
    .mentor-glass-card {
        padding: 40px 30px;
    }

    .marquee-num {
        font-size: 2.5rem;
    }
}

/* Benefit List Refinements */
.benefit-list {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

.benefit-list li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
    font-size: 1.2rem;
    line-height: 2.1 !important;
    color: var(--secondary);
    display: block;
}

.benefit-list li i {
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 1.5rem;
}

.benefit-list.list-cross li i {
    color: #dc3545 !important;
    /* Red for crosses */
}

.benefit-list.list-check li i {
    color: #28a745 !important;
    /* Green for checkmarks */
}

/* Pulsing Animation for Buttons */
.btn-pulse {
    animation: btn-pulse-orange 2s infinite;
    box-shadow: 0 0 0 0 rgba(255, 107, 0, 0.7);
    transition: all 0.3s ease;
}

@keyframes btn-pulse-orange {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 107, 0, 0.7);
    }

    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 15px rgba(255, 107, 0, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 107, 0, 0);
    }
}

@media (max-width: 767px) {

    /* Standardize Section Spacing for Mobile - Aggressive Reduction */
    .banner-section {
        padding-bottom: 0 !important;
    }

    .maiu-div01 {
        margin-top: 0 !important;
    }

    .value-props-section,
    .contact-timer-section,
    .subscription-cta-section,
    .home-cta-newsletter,
    .faq-section,
    .metrics-section,
    .mentor-section,
    .impact-marquee-section,
    .testimonials-youtube,
    .py-5 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .my-5 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    .gy-5 {
        --bs-gutter-y: 20px;
    }

    .page-heading {
        margin-bottom: 20px !important;
        font-size: 1.8rem;
        line-height: 1.3;
    }

    .sub-text {
        margin-bottom: 10px;
        font-size: 1rem;
    }

    .hero-timer-block {
        margin-top: 1.5rem;
    }

    .cta-vertical-block {
        padding: 30px 20px;
    }

    /* Newsletter Text Optimization */
    .cta-vertical-block h2 {
        font-size: 1.8rem;
        /* Larger, clearer title */
        font-weight: 700;
        margin-bottom: 15px;
        line-height: 1.2;
    }

    .cta-vertical-block p.col-9.col-lg-7 {
        flex: 0 0 100%;
        max-width: 100%;
        font-size: 1rem;
        /* Standard readable size */
        line-height: 1.6;
        /* Better readability */
        padding: 0;
        opacity: 0.9 !important;
        /* Increase contrast */
        margin-bottom: 25px;
        /* Space before form */
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        /* Subtle depth */
    }

    .cta-vertical-block .col-11.col-md-8 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 0 !important;
        /* Handled by p margin */
    }

    /* Remove bottom padding from subscription section to close gap with next section */
    .subscribe-webinar-section {
        padding-bottom: 10px !important;
    }

    /* Reduce top padding of next section */
    .value-props-section {
        padding-top: 20px !important;
    }

    /* Ensure lists don't have crazy margins */
    .benefit-card h2.page-heading {
        margin-bottom: 1.5rem !important;
    }

    /* Contact Page Specific Refinements */
    .contact-banner {
        padding-top: 30px !important;
        padding-bottom: 40px !important;
        text-align: center !important;
    }

    .contact-banner .text-block-ban {
        text-align: center !important;
        width: 100%;
        display: block;
    }

    .contact-banner .text-block-ban h1,
    .contact-banner .text-block-ban h4 {
        text-align: center !important;
    }

    .subscription-cta-section .page-heading {
        margin-bottom: 0 !important;
    }

    /* Reduce gap between "Start changing..." and Newsletter */
    .contact-page .subscription-cta-section {
        padding-bottom: 0 !important;
    }

    .contact-page .home-cta-newsletter {
        padding-top: 0 !important;
    }
}