body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #000;
    overflow: auto;
    /* Ensure normal scrolling for the page */

}

a {
    text-decoration: none;
}

@media (max-width: 768px) {
    .contact-section {
        text-align: center;
        /* Center-align content in mobile view */
    }

    .contact-heading {
        margin-bottom: 1.5rem;
        /* Add spacing between heading and form */
    }

    .contact-form {
        margin-top: 2rem;
        /* Add spacing for form from top content */
    }

    .social-links {
        margin-top: 1rem;
        /* Add spacing for social links */
    }

    .social-links a {
        display: inline-block;
        margin: 0 5px;
        /* Add some spacing between links */
    }
}

.card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

/* Mobile Paginated Carousel Styles */
.mobile-carousel-section {
    padding: 20px 0;
    background-color: #000;
}

.carousel-wrapper {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.custom-carousel-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
    flex-wrap: nowrap;
}

.custom-carousel-item {
    min-width: 100%;
    max-width: 100%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
}



.custom-carousel-item img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 16px;
}


.custom-carousel-item .text-content {
    color: white;
    max-width: 90%;
    margin: 0 auto;
    overflow-wrap: break-word;
    word-break: break-word;
}


.custom-carousel-item h3 {
    color: #dbfb35;
    font-size: 1.75rem;
    padding-bottom: 2%;
}

.custom-carousel-item p {
    color: white;
    font-size: 3rem;
    line-height: 1.5;
}

.custom-carousel-item h3,
.custom-carousel-item p {
    white-space: normal;
    word-wrap: break-word;
    line-height: 1.5;
    margin: 0 auto;
}


/* Adjust Arrow Buttons */
.carousel-arrow {
    position: absolute;
    bottom: 10%;
    transform: translateY(-50%);
    background-color: rgba(219, 251, 53, 0.5);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

.carousel-arrow-left {
    left: 10%;
}

.carousel-arrow-right {
    right: 10%;
}

.carousel-arrow i {
    color: #000;
    font-size: 16px;
}

.carousel-arrow:hover {
    background-color: #c2ff26;
}

/* Pagination Dots */
.carousel-pagination {
    display: flex;
    justify-content: center;
}

.carousel-pagination .dot {
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 0.5;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: opacity 0.3s, background-color 0.3s;
}

.carousel-pagination .dot.active {
    opacity: 1;
    background-color: #dbfb35;
}

/* Responsive Adjustments */
@media (max-width: 576px) {
    .custom-carousel-item {
        padding: 10px 10px;
    }

    .custom-carousel-item .text-content {
        max-width: 90%;
    }

    .custom-carousel-item h3 {
        font-size: 2rem;
    }

    .custom-carousel-item p {
        font-size: 1.1rem;
    }

    .carousel-arrow-left {
        left: 30%;
    }

    .carousel-arrow-right {
        right: 30%;
    }
}

.contact-section {
    padding: 100px 0;
    display: flex;
}

.contact-heading {
    font-size: 72px;
    font-weight: bold;
    color: #dbfb35;
    margin-bottom: 30%;
}

.contact-form {
    background-color: #dbfb35;
    padding: 30px;
    border-radius: 16px;
    color: black;
    width: 100%;
    max-width: 500px;
}

.form-control,
.form-select {
    background-color: white;
    color: black;
    border: none;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 16px;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-color: #22e6e4;
}

.btn-primary {
    background-color: black;
    border: none;
    width: 100%;
    padding: 10px;
    border-radius: 8px;
}

.btn-primary:hover {
    background-color: #22e6e4;
}

.social-links {
    margin-top: 20px;
    justify-content: space-between;
}

.social-links a {
    color: black;
    margin-right: 15px;
    text-decoration: underline;
    font-weight: bold;
}

.social-links a:hover {
    color: #3c463c;
}

.active-tab {
    background-color: #6451DD !important;
    color: white !important;
    border-color: #6451DD !important;
}

.custom-nav {
    width: 100%;
    max-width: 1440px;
    height: 100px;
    padding: 10px 64px;
    background-color: transparent;
}

.logo {
    width: 124.14px;
    height: 48px;
}

.nav-links {
    gap: 32px;
}

.nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.nav-link:hover {
    color: #00c853;
}

.nav-item {
    margin-bottom: 8px;
}

.btn-container {
    display: flex;
    justify-content: flex-end;
}

.join-btn-nav {
    width: 148px;
    height: 40px;
    padding: 8px 20px;
    border-radius: 24px;
    background-color: #dbfb35;
    color: black;
    text-align: center;
}

.join-btn-nav:hover {
    background-color: #00c853;
}

/* Toggle button icon fix for visibility */
/* .navbar-toggler-icon {
    background-color: white;
    border-radius: 4px;
} */

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.5 12.5a.5.5 0 0 1 0-1h13a.5.5 0 0 1 0 1h-13zm0-5a.5.5 0 0 1 0-1h13a.5.5 0 0 1 0 1h-13zm0-5a.5.5 0 0 1 0-1h13a.5.5 0 0 1 0 1h-13z'/%3E%3C/svg%3E");
    border-radius: 4px;

}


/* Close button styling */
.btn-close-white {
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
}

.empower-section {
    width: 100%;
    max-width: 1112.48px;
    margin: 50px auto;
}

.empower-heading {
    font-family: 'Akzidenz-Grotesk BQ', sans-serif;
    font-size: 75.13px;
    font-weight: 700;
    line-height: 121.36px;
    color: #dbfb35;
}

.empower-image-section {
    width: 100%;
    max-width: 1400px;
    height: 744px;
    margin: 50px auto;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    /* Ensure the video stays within the container */
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    /* Keeps the video behind the card content */
}

.card-container {
    position: absolute;
    bottom: 32px;
    left: 32px;
    background-color: rgba(0, 0, 0, 0.6);
    /* Reduce opacity */
    border-radius: 24px;
    padding: 32px;
    color: white;
    width: 90%;
    max-width: 636px;
}


.card-text {
    font-size: 18px;
    margin-bottom: 24px;
}

.button-group {
    gap: 8px;
}

.primary-btn {
    background-color: #c2ff26;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 500;
}

.primary-btn:hover {
    background-color: white;
    color: #000;
}

.secondary-btn {
    color: white;
    font-size: 16px;
    font-weight: 500;
    text-decoration-line: underline;
}

/* Responsive for small screens */
@media (max-width: 768px) {

    .empower-image-section {
        height: auto;
        /* Allow the section height to adjust dynamically */
        min-height: 400px;
        /* Ensure a minimum height for visual balance */
    }

    .background-video {
        object-fit: cover;
        /* Maintain aspect ratio and cover on small screens */
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #000;
        z-index: 9999;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 72px;
    }

    .nav-link {
        padding: 12px 0;
        text-align: center;
        font-size: 20px;
    }

    .join-btn-nav.w-100 {
        width: 120px;
        /* Reduced button width for small screens */
        height: 32px;
        /* Reduced height */
        font-size: 14px;
        /* Smaller font size */
        padding: 4px 12px;
        /* Smaller padding */
        border-radius: 20px;
        /* Slightly smaller rounded corners */
        margin-top: 20px;
    }

    .empower-heading {
        font-size: 48px;
        line-height: 58px;
        margin-top: 20px;
    }


    .card-container {
        width: 90%;
        left: 16px;
        right: 16px;
        bottom: 16px;
    }

    .card-text {
        font-size: 16px;
    }

    .button-group {
        flex-direction: column;
        gap: 16px;
    }

    .primary-btn,
    .secondary-btn {
        width: 100%;
    }
}

/* For larger screens (optional but ensures consistency) */
@media (min-width: 1400px) {
    .empower-image-section {
        max-height: 900px;
        /* Prevent video section from growing too large */
    }

    .background-video {
        object-fit: cover;
        /* Maintain video scaling */
    }
}

/* Health Potential Section */
.health-potential-section {
    padding: 50px 20px;
    background-color: #000;
    color: #fff;
}

.container {
    max-width: 1200px;
}

/* Left Section */
.left-section h2 {
    font-family: 'Akzidenz-Grotesk BQ', sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 76.8px;
    color: #dbfb35;
}

@media (max-width: 767.98px) {
    .left-section h2 {
        font-size: 36px;
        line-height: 48px;
        text-align: center;
    }
}

/* Right Section */
.right-section p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 16px;
}

.right-section .learn-more {
    font-family: 'Akzidenz-Grotesk BQ', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: white;
    text-decoration: underline;
    text-underline-offset: 4px;
    margin-top: 8px;
}

@media (max-width: 767.98px) {
    .right-section {
        text-align: center;
    }

    .right-section p {
        font-size: 16px;
        line-height: 24px;
    }

    .right-section .learn-more {
        font-size: 14px;
    }
}


/**************************/
.parent-container {
    gap: 20px;
    padding: 20px;
    justify-content: center;
}

.workout-container {
    height: 477px;
    background-size: cover;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
}

.card-generic {
    width: 100%;
    max-width: 344px;
    height: 73px;
    padding: 10px 10px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1%;

}

.card-left {
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(20px)
}

.card-right {
    background-color: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
}

.card-left img {
    width: 53px;
    height: 53px;
    border-radius: 14px 0 0 0;
    object-fit: cover;
}

.text-part {
    gap: 5px;
    color: #fff;
}

.text-part .title {
    font-family: 'Akzidenz-Grotesk BQ', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.text-part .message {
    font-family: 'Akzidenz-Grotesk BQ', sans-serif;
    font-size: 14px;
    line-height: 20px;
    opacity: 0.8;
}


/* Tailored Solutions Section */
.tailored-solutions-section {
    width: 100%;
    padding: 80px 0;
    background-color: #000;
    color: #fff;
}

.tailored-heading {
    font-family: 'Akzidenz-Grotesk BQ', sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 76.8px;
    text-align: center;
    color: #dbfb35;
    margin-bottom: 20px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.tailored-description {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    width: 768px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .tailored-heading {
        font-size: 36px;
        line-height: 48px;
    }

    .tailored-description {
        font-size: 16px;
        width: 100%;
        padding: 0 20px;
    }
}

/***************************************/

/* Cards Section */
.cards-section {
    padding: 80px 0;
}

.custom-card {
    background-color: #000;
    color: #fff;
    padding: 24px;
    border-radius: 24px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    height: 100%;
    /* Make sure cards have equal height */
}

.card-icon img {
    width: 72px;
    height: 72px;
    margin-bottom: 10px;
}

.card-title {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 41.6px;
    text-align: center;
    margin-bottom: 24px;
}

.card-text {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

@media (max-width: 768px) {
    .custom-card {
        margin-bottom: 20px;
        /* Adds spacing between cards on smaller screens */
    }

    .card-title {
        font-size: 24px;
        line-height: 32px;
    }

    .card-text {
        font-size: 14px;
        line-height: 20px;
    }
}

/* Custom background styles for each card */

/* First Card */
.cards-section .col-md-4:nth-child(1) .custom-card {
    background: radial-gradient(35.16% 64.43% at 2.1% 0%, rgba(219, 251, 53, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    border: 0.5px solid;
    border-image-source: linear-gradient(290.43deg, rgba(219, 251, 53, 0.2) 2.01%, rgba(255, 255, 255, 0.2) 100.99%);
}

/* Second Card */
.cards-section .col-md-4:nth-child(2) .custom-card {
    background: radial-gradient(35.16% 64.43% at 2.1% 0%, rgba(100, 81, 221, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    border: 0.5px solid;
    border-image-source: linear-gradient(290.43deg, rgba(100, 81, 221, 0.2) 2.01%, rgba(255, 255, 255, 0.2) 100.99%);
}

/* Third Card */
.cards-section .col-md-4:nth-child(3) .custom-card {
    background: radial-gradient(35.16% 64.43% at 2.1% 0%, rgba(34, 230, 228, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    border: 0.5px solid;
    border-image-source: linear-gradient(290.43deg, rgba(34, 230, 228, 0.2) 2.01%, rgba(255, 255, 255, 0.2) 100.99%);
}


/* Proven Statistics Section */
.proven-statistics-section {
    padding: 80px 0;
}

.statistics-heading {
    font-family: 'Akzidenz-Grotesk BQ', sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 76.8px;
    text-align: left;
    color: #dbfb35;
    margin-bottom: 20px;
}

.statistics-description {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    color: #ffffff;
}

@media (max-width: 992px) {
    .statistics-heading {
        font-size: 48px;
        line-height: 58px;
    }

    .statistics-description {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 768px) {
    .statistics-heading {
        text-align: center;
        font-size: 36px;
        line-height: 46px;
    }

    .statistics-description {
        text-align: center;
    }
}



/***********************/

/* Statistics Section */
.statistics-section {
    padding: 80px 0;
}

.stat-card {
    width: 100%;
    max-width: 100%;
    gap: 12px;
}

/* First Card (Large) */
.stat-number.large {
    font-family: 'Roboto', sans-serif;
    font-size: 112.39px;
    font-weight: 700;
    line-height: 134.87px;
    color: #22e6e4;
    /* Matches the blue shade from the design */
    text-align: left;
    margin-bottom: 12px;
}

.stat-text.large {
    font-family: 'Roboto', sans-serif;
    font-size: 22.01px;
    font-weight: 400;
    line-height: 33.01px;
    color: #ffffff;
    text-align: left;
}

/* Second Card (Medium) */
.stat-number.medium {
    font-family: 'Roboto', sans-serif;
    font-size: 58.69px;
    font-weight: 700;
    line-height: 70.42px;
    color: #22e6e4;
    text-align: left;
    margin-bottom: 9.78px;
    opacity: 0.5;
    /* Opacity added */

}

.stat-text.medium {
    font-family: 'Roboto', sans-serif;
    font-size: 19.56px;
    font-weight: 400;
    line-height: 29.34px;
    color: #ffffff;
    text-align: left;
    opacity: 0.5;
    /* Opacity added */

}

/* Third Card (Small) */
.stat-number.small {
    font-family: 'Roboto', sans-serif;
    font-size: 46.42px;
    font-weight: 700;
    line-height: 55.71px;
    color: #22e6e4;
    text-align: left;
    opacity: 0.5;
    /* Opacity added */

}

.stat-text.small {
    font-family: 'Roboto', sans-serif;
    font-size: 15.47px;
    font-weight: 400;
    line-height: 23.21px;
    color: #ffffff;
    text-align: left;
    opacity: 0.5;
    /* Opacity added */

}

/* Responsive Design */
@media (max-width: 992px) {
    .stat-number.large {
        font-size: 80px;
        line-height: 100px;
    }

    .stat-number.medium {
        font-size: 45px;
    }

    .stat-number.small {
        font-size: 38px;
    }

    .stat-text.large {
        font-size: 18px;
    }

    .stat-text.medium {
        font-size: 16px;
    }

    .stat-text.small {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .row {
        gap: 16px;
    }

    .stat-card {
        text-align: center;
    }

    .stat-number {
        text-align: center;
    }

    .stat-text {
        text-align: center;
    }
}



/*******************/
/* User Testimonials Section */
.user-testimonials-section {
    padding: 80px 0;
    background-color: #000;
    /* Ensure consistency with your site's theme */
    text-align: left;
}

.testimonials-heading {
    font-family: 'Akzidenz-Grotesk BQ', sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 76.8px;
    color: #dbfb35;
    /* Matches your accent color */
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

@media (max-width: 768px) {
    .testimonials-heading {
        font-size: 48px;
        line-height: 58px;
    }
}

/************************/
/* Testimonial Section Styles */
.testimonial-section {
    width: 100%;
    background-color: #000;
    padding: 50px 0;
    overflow-x: auto;
    /* Enable horizontal scrolling */
}

.testimonial-container {
    display: flex;
    gap: 64px;
    padding: 0 20px;
    /* Add some padding for smoother scroll */
    width: max-content;
    /* Ensures it stretches for all cards */
}

.testimonial-card {
    width: 576px;
    height: 242.89px;
    background-color: #1a1a1a;
    padding: 24px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    flex: 0 0 auto;
    /* Prevent shrinking and maintain fixed width */
}

.stars {
    font-size: 18px;
    color: #ffd700;
    /* Gold color for stars */
    margin-bottom: 16px;
}

.testimonial-text {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 16px;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.user-image {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
}

.user-details {
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-direction: column;
}

.user-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.user-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #b3b3b3;
}

/* Scrollbar styling for better UX (Optional) */
.testimonial-section::-webkit-scrollbar {
    height: 8px;
}

.testimonial-section::-webkit-scrollbar-thumb {
    background: #444;
    border-radius: 4px;
}


/*******************************/
/* Full Section Container */
.join-revolution-section {
    width: 100%;
    height: 686px;
    /* Let content define height */
    display: flex;
    align-items: flex-end;
    /* Aligns yellow container toward the bottom */
    justify-content: center;
    background: url('yellowdiv.png') no-repeat center center;
    background-size: cover;
    padding: 20px 0;
    border-radius: 24px 0 0 0;
}

.yellow-container {
    background-color: rgba(209, 255, 0, 0.9);
    /* Transparency applied */
    border-radius: 24px;
    padding: 32px;
    min-height: 393px;
    display: flex;
    flex-direction: column;
    /* Stack content vertically */
    justify-content: space-between;
    position: relative;
    /* Important for proper layout */
    margin-bottom: 20px;
    /* Adds small gap from the parent container bottom */


}

.text-content {
    text-align: left;
    max-width: 768px;
    /* Ensures the text and input align */
}

.subheading {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 8px;
}

.heading {
    font-family: 'Akzidenz-Grotesk BQ', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
}

.input-container {
    width: 100%;
    max-width: 768px;
    /* Matches the width of the text */
    display: flex;
    justify-content: flex-start;
    /* Align input and button to the left */
    align-items: center;
    background-color: white;
    border-radius: 24px;
    padding: 12px 24px;
}

.email-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin-right: 12px;
}

.join-button {
    padding: 12px 24px;
    background-color: black;
    color: white;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 24px;
    cursor: pointer;
}

.join-button:hover {
    background-color: #333;
}

/* Social Links Styling */
.social-links-row {
    margin-top: auto;
    /* Push social links to the bottom */
}

.social-links {
    display: flex;
    justify-content: space-between;
    /* Spread the links evenly across the width */
    align-items: center;
    /* Align links vertically */
    width: 100%;
    /* Take full width of the container */
    text-align: center;
    padding: 0 20px;
    /* Add some padding on the sides */
    box-sizing: border-box;
    /* Ensure padding doesn't exceed container width */
}

.social-link {
    font-family: 'Akzidenz-Grotesk BQ', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-decoration: underline;
    color: black;
    flex: 1;
    /* Ensure each link takes equal space */
    text-align: center;
    /* Center the text within each link */
}

.social-link:not(:last-child) {
    margin-right: 10px;
    /* Optional: fine-tune spacing between links */
}


/* Media Queries */
@media (max-width: 992px) {
    .yellow-container {
        padding: 20px;
    }

    .heading {
        font-size: 36px;
        line-height: 45px;
    }

    .social-links {
        flex-wrap: wrap;
        justify-content: center;
    }

    .social-link {
        font-size: 20px;
        margin: 8px;
    }
}

@media (max-width: 768px) {
    .input-container {
        flex-direction: column;
        gap: 12px;
    }

    .email-input {
        width: 100%;
    }

    .join-button {
        width: 100%;
    }

    .heading {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .subheading {
        font-size: 16px;
        text-align: center;
    }

    .heading {
        text-align: center;
        font-size: 24px;
    }

    .social-links {
        flex-direction: column;
        text-align: center;
    }
}


/*********************************/

.faq-section {
    padding: 112px 0;
    background-color: #000;
    position: relative;
    /* Ensure FAQ stays in flow */
}

.faq-title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    color: #DBFB35;
    margin-bottom: 24px;
}

.faq-subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.faq-item {
    border-bottom: 1px solid #333;
    padding: 20px 0;
}

.faq-item:not(:last-child) {
    margin-bottom: 24px;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-question h4 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.collapse-icon i {
    font-size: 18px;
    color: white;
    transition: transform 0.3s ease;
}

.collapse.show+.collapse-icon i {
    transform: rotate(180deg);
}

.collapse {
    padding: 16px 0;
    color: #FFFFFF;
}

.faq-right {
    /* Remove max height to allow for full expansion */
    padding-right: 20px;
    overflow: visible;
}

/* Ensure enough space between FAQ and footer */
.faq-section {
    margin-bottom: 50px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .faq-title {
        font-size: 36px;
    }

    .faq-subtitle {
        font-size: 16px;
    }

    .faq-right {
        padding-right: 0;
    }
}

/******************************/
.footer {
    background-color: #DBFB35;
    border-radius: 24px;
}

.footer h3,
.footer h5 {
    color: #000;
}

.footer .btn-dark {
    background-color: #000;
    border-radius: 24px;
}

.footer .form-control {
    border-radius: 24px;
}

.footer .text-dark {
    color: #000 !important;
}

.footer ul {
    padding: 0;
    list-style: none;
}

.footer a {
    text-decoration: none;
    font-size: 17px;
}

.footer a:hover {
    text-decoration: underline;
}

.footer img {
    border-radius: 12px;
}

hr {
    border: 1px solid #000;
}

.input-group {
    display: flex;
    align-items: stretch;
    /* Ensures both the input and button stretch to the same height */
}

.input-group .form-control {
    height: 50px;
    /* Set a fixed height */
    border-radius: 24px 0 0 24px;
    /* Rounded left corners */
    border: 1px solid #ccc;
    /* Consistent borders */
    flex: 1;
    /* Allows the input to take up the remaining space */
}

.input-group .btn {
    height: 50px;
    /* Match the height of the input */
    border-radius: 0 24px 24px 0;
    /* Rounded right corners */
    padding: 0 20px;
    /* Add padding to the button */
    display: flex;
    align-items: center;
    /* Vertically centers the text in the button */
    justify-content: center;
    /* Horizontally centers the text in the button */
}

@media (max-width: 768px) {
    .footer {
        text-align: center;
    }

    .footer .row {
        flex-direction: column;
        align-items: center;
    }
}


.vertical-line {
    border-left: 2px solid #000;
    /* Black vertical line */
    height: 100%;
    /* Full height of the parent container */
    margin: 0 auto;
    /* Center the line */
}

.row {
    align-items: stretch;
    /* Ensure the columns align in height */
}



/************second page***********************/
.about-us-section {
    padding: 150px 0;
    text-align: center;
    margin-bottom: 50px;
    /* Adds spacing between the story section and the footer */

}

.about-hero {
    font-family: 'Akzidenz-Grotesk BQ', sans-serif;
    font-weight: 700;
    font-size: 101.134px;
    line-height: 120%;
    color: #DBFB35;
    margin-bottom: 20px;
}

.about-text {
    font-family: 'Akzidenz-Grotesk BQ', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
}

.story-section {
    position: relative;
    height: 300vh;
    /* Each card occupies 100vh */
    background-color: #000;
}

.story-card {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 100px;
    border-radius: 32px;
    z-index: 1;
    transition: z-index 0.3s, background-color 0.3s;
}

.story-card img {
    width: 100%;
    /* Increase to 90% for larger image width */
    max-height: 100vh;
    /* Increase max height to occupy more vertical space */
    object-fit: cover;
    border-radius: 16px;
}

.story-card h2 {
    font-family: 'Akzidenz-Grotesk BQ', sans-serif;
    font-size: 80px;
    /* Larger title size */
    color: #000;
    margin-bottom: 20px;
}

.story-card p {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 1.6;
    color: #000;
    max-width: 60%;
    /* Ensure the text doesn't dominate */
}

#card-1 {
    background-color: #dbfb35;
    z-index: 3;
}

#card-2 {
    background-color: #22e6e4;
    z-index: 2;
}

#card-3 {
    background-color: #ffffff;
    z-index: 1;
}

@media (max-width: 992px) {
    .story-card {
        flex-direction: column;
        text-align: center;
        padding: 40px;
    }

    .story-card img {
        width: 100%;
        /* Full width on smaller screens */
        max-height: 50vh;
        /* Smaller height for smaller screens */
    }

    .story-card h2 {
        font-size: 48px;
        /* Reduce title size for smaller screens */
    }

    .story-card p {
        font-size: 18px;
        /* Reduce paragraph size for smaller screens */
        max-width: 100%;
        /* Allow text to flow fully */
    }
}

/*****************meet the team***************/
.team-section {
    position: relative;
    /* Adjust for top and bottom spacing */
    background-color: #000;
    /* Background matching the site theme */
    margin-top: 100px;
    /* This will account for the sticky header height when jumping to this section */

}

.team-heading {
    font-family: 'Akzidenz-Grotesk BQ', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 120%;
    /* Matches design line-height */
    color: #DBFB35;
    margin-bottom: 20px;
    /* Adds space between heading and subtext */
    text-align: center;
}

.team-subtext {
    font-family: 'Akzidenz-Grotesk BQ', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    /* Matches the design */
    color: #FFFFFF;
    text-align: center;
}

@media (max-width: 768px) {
    .team-heading {
        font-size: 48px;
        /* Slightly smaller for smaller screens */
    }

    .team-subtext {
        font-size: 16px;
        /* Adjust subtext for smaller screens */
    }
}


/***************team members******************/
.team-grid-section {
    padding: 60px 20px;
    /* Adjust padding */
    background-color: #000;
    /* Section background color */
    ]
    /* Add space between the story-section and team-section */

}

.team-card {
    background-color: #000;
    /* Card background color */
    border-radius: 24px;
    padding: 20px;
    text-align: center;
}

.team-card-image {
    width: 100%;
    height: 300px;
    /* Fixed height for the image */
    background-size: cover;
    background-position: center;
    border-radius: 24px;
}

.team-card-name {
    font-family: 'Akzidenz-Grotesk BQ', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    margin-top: 15px;
}

.team-card-tags {
    margin-top: 10px;
}

.tag {
    display: inline-block;
    font-family: 'Akzidenz-Grotesk BQ', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 24px;
    padding: 5px 10px;
    margin: 5px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .team-card-image {
        height: 200px;
    }

    .team-card-name {
        font-size: 16px;
    }

    .tag {
        font-size: 12px;
        padding: 4px 8px;
    }
}



.careers-section {
    padding: 112px 0;
    background-color: #000;
}

.careers-title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    color: #DBFB35;
    margin-bottom: 24px;
}

.careers-subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.career-item {
    border-bottom: 1px solid #333;
    padding: 20px 0;
}

.career-item:not(:last-child) {
    margin-bottom: 24px;
}

.career-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.career-question h4 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.collapse-icon i {
    font-size: 18px;
    color: white;
    transition: transform 0.3s ease;
}

.collapse.show+.collapse-icon i {
    transform: rotate(180deg);
}

.collapse {
    padding: 16px 0;
    color: #FFFFFF;
}

.apply-btn {
    background-color: #DBFB35;
    color: #000;
    border: none;
    border-radius: 24px;
    padding: 10px 20px;
    font-weight: bold;
    margin-top: 10px;
    cursor: pointer;
}

.apply-btn:hover {
    background-color: #a0e627;
}


/**************third page**********************************/
.tailored-hero-section {
    background-color: #000;
    padding: 100px 0;
    /* Adjust padding for spacing */
    position: relative;
}

.tailored-hero-text {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 101.13px;
    /* Adjust font size for responsiveness */
    line-height: 1.2;
    color: #DBFB35;
    position: relative;
}




@media (max-width: 992px) {
    .tailored-hero-text {
        font-size: 3rem;
    }

    .highlight-circle {
        width: 100px;
        height: 30px;
    }
}

@media (max-width: 768px) {
    .tailored-hero-text {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    .tailored-hero-text {
        font-size: 2rem;
    }
}


/***************************/
.dashboard-section {
    border-radius: 24px 0px 0px 0px;
}

.dashboard-main {
    position: relative;
    width: 100%;
    height: 100%;
    /* Ensure full height for equal alignment */
    border-radius: 24px 0px 0px 0px;
    background-color: #605F66;

}

.dashboard-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensure the image covers the area without distortion */
}

.dashboard-text-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #FFFFFF;
    max-width: 80%;
}

.dashboard-title {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.dashboard-description {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
}

.right-card {
    width: 100%;
    /* Each right card occupies half of the column */
    background-color: #605F66;
    opacity: 1;
    border-radius: 24px 0px 0px 0px;
}

.right-card img {
    width: 100%;
    object-fit: cover;
    border-radius: 24px 0px 0px 0px;
}

/* Utility class for rounded top-left */
.rounded-top-left {
    border-radius: 24px 0 0 0;
}

/* Ensure all cards have the same height across the section */
.row.h-100 {
    height: 750px;
    /* Ensures both left and right sections are the same height */
}

@media (max-width: 768px) {
    .dashboard-title {
        font-size: 36px;
    }

    .dashboard-description {
        font-size: 18px;
    }

    .row.h-100 {
        height: auto;
        /* Allow flexible height on smaller screens */
    }

    .right-card {
        height: auto;
        /* Adapt card height to fit content */
    }
}


@media (max-width: 576px) {
    .dashboard-text-overlay {
        top: 2%;
        left: 2%;
        max-width: 95%;
        padding: 10px;
    }

    .dashboard-title {
        font-size: 20px;
        /* Further reduce size for small screens */
    }

    .dashboard-description {
        font-size: 12px;
    }
}

/*************************************************/

.tracking-wrapper {
    height: 100vh;
    scroll-snap-type: y mandatory;
    overflow: hidden;
    /* Prevent overflow inside */
}

.tracking-section {
    height: 100vh;
    scroll-snap-align: start;
    /* Snap to top of the section */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
}

.tracking-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
}

.tracking-title {
    font-family: 'Inter', sans-serif;
    font-size: 44px;
    font-weight: 500;
    line-height: 1.5;
    color: white;
    margin-bottom: 40px;
}

.tracking-item {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    margin: 15px 0;
}

.tracking-description h3 {
    font-family: 'Inter', sans-serif;
    font-size: 31px;
    font-weight: 500;
    color: white;
    margin-bottom: 15px;
}

.tracking-description p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    max-width: 500px;
    margin: 0 auto 30px auto;
}

.tracking-image img {
    width: 100%;
    max-width: 304px;
    height: auto;
    border-radius: 54px;
}

.divider {
    width: 100vw;
    /* Full screen width */
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin: 10px 0;
    position: relative;
    left: -15px;
    /* Ensure it aligns outside the container */
}

@media (max-width: 768px) {
    .tracking-title {
        font-size: 36px;
    }

    .tracking-description h3 {
        font-size: 24px;
    }

    .tracking-description p {
        font-size: 12px;
    }

    .tracking-image img {
        max-width: 100%;
    }

    .divider {
        left: 0;
    }
}

/* Text content of the first section should be visible immediately */
.tracking-section:first-child .tracking-subtitle,
.tracking-section:first-child .tracking-title,
.tracking-section:first-child .tracking-item,
.tracking-section:first-child .tracking-description {
    opacity: 1;
    /* Fully visible by default */
    transition: none;
    /* No fade-in animation for the first section */
}

/* Other sections will still fade in */
.tracking-subtitle,
.tracking-title,
.tracking-item,
.tracking-description {
    opacity: 0;
    /* Start hidden */
    transition: opacity 1.5s ease-in-out;
    /* Smooth fade-in effect */
}


.done-message {
    display: none;
    color: #28a745;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}

.loading-icon {
    display: none;
}


/*******************career********************/
/* Popup Overlay */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-content {
    background-color: #dbfb35;
    border-radius: 16px;
    padding: 30px;
    width: 90%;
    max-width: 600px;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.popup-content h2 {
    color: #000;
    font-size: 1.5rem;
    font-weight: 700;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #333;
    cursor: pointer;
}

.popup-close:hover {
    color: #000;
}

.popup-content label {
    font-size: 1rem;
    font-weight: 600;
}

.popup-content .form-control {
    border-radius: 8px;
    border: 1px solid #ccc;
}

.popup-content .btn-primary {
    background-color: #000;
    border: none;
    padding: 12px 20px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    transition: background-color 0.3s ease;
    color: white;
}

.popup-content .btn-primary:hover {
    background-color: #333;
}

/* Hide popup by default */
.d-none {
    display: none !important;
}