@import url(./variables.css);
html {
    scroll-behavior: auto;
}

html,
body {
    overscroll-behavior: none;
    /* prevent overscroll chain */
}

* {
    /* cursor: none !important; */
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px !important;
}

.hidden {
    display: none !important;
}

body {
    background-color: var(--background) !important;
}

.header {
    display: flex;
    width: 100%;
    height: 96px;
    padding: 27px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    background: linear-gradient( 0deg, rgba(35, 35, 35, 0.3) 0%, rgba(35, 35, 35, 0.3) 100%), rgba(35, 56, 47, 0.9);
    backdrop-filter: blur(10.649999618530273px);
}

.header .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.nav-button {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    border: 1px solid var(--text-1);
    background: var(--accent);
}

.nav-button a {
    text-decoration: none;
    color: var(--text-3);
    font-family: var(--body-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


/* Hero Section */

.hero {
    width: 100%;
    height: 70vh;
    background: linear-gradient( 0deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.32) 100%), url("../img/hero.png") lightgray 50% / cover no-repeat;
    /* background-image: url("../img/hero.png"); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    /* padding: 267px 397px; */
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 60px;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    flex-shrink: 0;
}

.hero-content .hero-h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}

.hero-content .hero-h1 h1 {
    color: var(--white);
    text-align: center;
    font-family: var(--logo-font);
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 96%;
    /* 54.72px */
}

.hero-content .hero-h1 p {
    color: var(--white);
    text-align: center;
    font-family: var(--body-font);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


/* Event Snippet */

.event-snippet {
    display: flex;
    padding-bottom: 120px;
    flex-direction: column;
    align-items: center;
    /* gap: 84px; */
}

.event-snippet-head {
    display: flex;
    padding-bottom: 60px;
    padding-top: 48px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.event-snippet-head h2 {
    color: var(--text-2);
    text-align: center;
    font-family: var(--heading-font);
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 114%;
    margin: 0px;
    /* 54.72px */
}

.event-snippet-head p {
    color: var(--text-2);
    text-align: center;
    font-family: var(--body-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 114%;
    margin: 0px;
    /* 54.72px */
}

.event-snippet-content {
    display: flex;
    width: 100%;
    padding: 0 120px;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.event-snippet-card {
    display: flex;
    max-width: 350px;
    padding: 16px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex-shrink: 0;
    border-radius: 8px;
    background: var(--secondary-bg);
    margin-bottom: 84px;
}

.event-snippet-card p {
    margin: 0px;
}

.event-snippet-card .heading {
    color: var(--text-4);
    font-family: var(--body-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 114%;
    /* 54.72px */
}

.event-snippet-card .details {
    color: var(--text-2);
    font-family: var(--body-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 24px */
}

.cta-button {
    display: flex;
    width: 100%;
    padding: 24px 48px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    border: 1px solid var(--text-1);
    background: var(--accent);
    width: fit-content;
    margin: 0 auto;
}

.cta-button a {
    text-decoration: none;
    color: var(--text-3);
    font-family: var(--body-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


/* Work On */

.work-on {
    display: flex;
    padding: 60px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}

.work-on .container-fluid {
    display: flex;
    flex-direction: column;
    gap: 84px;
}

.section-head {
    display: flex;
    width: 100%;
    /* width: 851px; */
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin: auto;
}

.section-head h2 {
    color: var(--text-2);
    text-align: center;
    font-family: var(--heading-font);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin: 0px;
}

.section-head p {
    color: var(--text-2);
    text-align: center;
    font-family: var(--body-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    width: 60%;
    margin: 0px;
    max-width: 800px;
}

.work-on-details {
    display: flex;
    padding: 0 120px;
    justify-content: center;
    align-items: center;
    gap: 60px;
    align-self: stretch;
}

.work-on-cards {
    display: flex;
    width: 100%;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 8px;
    background: var(--secondary-bg);
    max-width: 450px;
}

.work-on-cards .work-on-title-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.work-on-cards .work-on-title-section h5 {
    color: var(--text-2);
    /* Desktop/H5 */
    font-family: var(--body-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin: 0px;
}

.work-on-cards .work-on-title-section p {
    margin: 0px;
    color: var(--light-green);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.work-on-cards .details {
    color: var(--text-4);
    font-family: var(--body-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 24px */
    letter-spacing: -0.4px;
}


/* Game Plan */

.game-plan .container-fluid {
    display: flex;
    padding: 120px 30px;
    flex-direction: column;
    align-items: center;
    gap: 84px;
    align-self: stretch;
}

.game-plan-accordian {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 24px;
    /* padding: 0 200px; */
    max-width: 1200px;
    /* align-self: stretch; */
}

.game-plan-accordian .accordian-card {
    display: flex;
    padding: 24px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 8px;
    background: var(--secondary-bg);
}

.accordian-card .acc-card-heading h5 {
    color: var(--light-green);
    font-family: var(--body-font);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.44px;
    margin: 0px;
}

.accordian-card .acc-card-heading h5 span {
    color: var(--light-green);
    font-family: var(--body-font);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.44px;
}

.accordian-card .acc-card-details p {
    color: var(--text-4);
    font-family: var(--body-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 0px;
    /* 24px */
}


/* Green Section */

.green-section {
    display: flex;
    /* width: 1512px; */
    justify-content: center;
    align-items: center;
    background: var(--dark-green);
}

.green-section .container-fluid {
    display: flex;
    padding: 100px 15px;
    justify-content: center;
    align-items: center;
    gap: 48px;
    flex: 1 0 0;
}

.green-section-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.green-section-left .img-container {
    display: flex;
    align-items: flex-start;
    gap: 32px;
}

.green-section-left .img-container .img-left {
    display: flex;
    padding-top: 50px;
    align-items: flex-start;
    gap: 10px;
}

.green-section-left .img-container .img-right {
    display: flex;
    padding-bottom: 50px;
    align-items: flex-start;
    gap: 10px;
}

.green-section-left .img-container .img-left img,
.green-section-left .img-container .img-right img {
    width: 256px;
    height: 300px;
    flex-shrink: 0;
    border-radius: 20px;
    border: 4px solid var(--background);
}

.green-section-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.green-section-right .expSwiper {
    display: none;
}

.green-section-right h3 {
    color: var(--white);
    font-family: var(--heading-font);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    /* 125% */
    letter-spacing: -0.96px;
    max-width: 404px;
    margin: 0px;
}

.green-section-right-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.green-section-right-content .content-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.green-section-right-content .content-box h5 {
    color: var(--white);
    font-family: var(--body-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0px;
}

.green-section-right-content .content-box p {
    color: var(--secondary-bg);
    /* Desktop/Body */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 544px;
    margin: 0px;
}

.green-section-right .cta-button {
    margin: 0px;
}


/* Feel Like You Section */

.feel-like-you {
    display: flex;
    /* width: 1512px; */
    padding: 120px 120px 60px 120px;
    justify-content: center;
    align-items: flex-start;
}

.feel-left-section {
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: flex-start;
    gap: 84px;
    flex-shrink: 0;
    max-width: 600px;
}

.feel-content {
    display: flex;
    height: fit-content;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    gap: 16px;
    padding-right: 30px;
}

.feel-heading {
    display: flex;
    padding: 0 0 48px 24px;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.feel-heading h3 {
    color: var(--text-2);
    font-family: var(--heading-font);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 48px */
    margin: 0px;
}

.feel-card {
    display: flex;
    padding: 16px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 8px;
    background: var(--secondary-bg);
}

.feel-card p {
    color: var(--text-2);
    font-family: var(--body-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 0px;
    /* 24px */
}

.feel-card p span {
    color: var(--text-2);
    font-family: var(--body-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 24px */
}

.feel-left-section .cta-button {
    margin: 0px;
}

.feel-right-section {
    width: 565px;
    flex-shrink: 0;
    align-self: stretch;
    aspect-ratio: 565/644;
    border-radius: 16px;
}

.feel-right-section img {
    width: 100%;
    border-radius: 16px;
}


/* Instructors Section */

.instructors {
    display: flex;
    padding: 120px 200px;
    flex-direction: column;
    align-items: center;
    gap: 84px;
    align-self: stretch;
}

.instructors .container-fluid {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 84px;
    align-self: stretch;
}

.ins-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.ins-heading h3 {
    color: var(--text-2);
    text-align: center;
    font-family: var(--heading-font);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 48px */
    margin: 0px;
}

.ins-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 100px;
    align-self: stretch;
}

.ins-card {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    gap: 32px;
}

.ins-card:nth-child(even) {
    flex-direction: row-reverse;
}

.ins-card-left {
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    max-width: 600px;
}

.ins-card-left .card-top {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.ins-card-left .card-top hr {
    width: 100%;
    stroke-width: 1px;
    stroke: var(--text-1);
    margin: 0px;
}

.ins-card-left .card-top .speaker-short {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.ins-card-left .card-top .speaker-short h4 {
    color: var(--text-2);
    font-family: var(--body-font);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 0px;
    /* 38.4px */
}

.ins-card-left .card-top .speaker-short p {
    color: var(--text-4);
    font-family: var(--body-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 24px */
    margin: 0px;
    /* 38.4px */
}

.ins-card-left .card-top .speaker-brief p {
    color: var(--text-4);
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 24px */
    margin: 0px;
}

.ins-card-left .card-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.ins-card-left .card-bottom .speaker-experience {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.ins-card-left .card-bottom .speaker-experience h5 {
    color: var(--text-2);
    font-family: var(--body-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 0px;
    /* 28.8px */
}

.ins-card-left .card-bottom .speaker-experience p {
    color: var(--text-4);
    font-family: var(--body-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 24px */
    margin: 0px;
}

.ins-card-left .card-bottom .speaker-tags {
    display: flex;
    /* width: 50%; */
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.ins-card-left .card-bottom .speaker-tags p {
    color: var(--light-green);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 21.6px */
    margin: 0px;
}

.ins-card-right {
    max-width: 40%;
}

.ins-card-right .swiper-wrapper {
    width: 439px;
}

.ins-card-right .swiper-pagination-bullet-active {
    background: var(--dark-green) !important;
}

.ins-card-right .swiper-pagination-horizontal {
    filter: drop-shadow(0 1px 3.4px rgba(0, 0, 0, 0.25)) !important;
}

.ins-card-right .insSwiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
    flex-shrink: 0;
    border-radius: 16px;
}

.what-awaits-you {
    display: flex;
    /* width: 1512px; */
    padding: 80px 0;
    flex-direction: column;
    align-items: center;
    gap: 62px;
    background: var(--dark-green);
}

.what-awaits-heading {
    width: 100%;
    display: flex;
    padding: 0 200px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}

.what-awaits-heading h2 {
    color: var(--white);
    text-align: center;
    /* Desktop/H3 */
    font-family: var(--heading-font);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
}

.what-awaits-heading p {
    color: var(--white);
    text-align: center;
    font-family: var(--body-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 28px */
    margin: 0px;
    max-width: 496px;
}

.what-awaits-content {
    display: flex;
    width: 100%;
    /* width: 1512px; */
    padding: 0 120px 60px 120px;
    justify-content: center;
    align-items: flex-start;
    gap: 48px;
}

.what-awaits-content .wa-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    border-radius: 16px;
}

.what-awaits-content .wa-card .wa-card-top {
    width: 256px;
}

.what-awaits-content .wa-card .wa-card-top img {
    width: 100%;
    border-radius: 16px;
    border: 4px solid var(--background);
}

.what-awaits-content .wa-card .wa-card-bottom h5 {
    color: var(--background);
    text-align: center;
    font-family: var(--body-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
}


/* Choose Your Pass */

.choose-your-pass {
    display: flex;
    width: 100%;
    padding: 120px 120px 200px 120px;
    flex-direction: column;
    align-items: center;
    gap: 84px;
}

.choose-your-pass .container-fluid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 84px;
    align-self: stretch;
}

.choose-your-pass-heading {
    display: flex;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.choose-your-pass-heading h2 {
    color: var(--text-2);
    text-align: center;
    font-family: var(--heading-font);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 48px */
    margin: 0px;
}

.choose-your-pass-heading p {
    color: var(--text-2);
    text-align: center;
    font-family: var(--body-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 28px */
    width: 60%;
    margin: 0px;
}

.choose-your-pass-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 70px;
    align-self: stretch;
}

.choose-your-pass-content .pass-card {
    display: flex;
    width: 363px;
    height: 425.31px;
    flex-shrink: 0;
    fill: var(--secondary-bg);
    stroke-width: 1px;
    stroke: var(--text-6);
    background: url("../img/Vector.svg") no-repeat center center;
    background-size: cover;
}

.choose-your-pass-content .pass-card .card-content {
    display: flex;
    width: 85%;
    margin: auto;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.choose-your-pass-content .pass-card .card-content p {
    margin: 0px;
}

.choose-your-pass-content .pass-card .card-content .pass-type {
    color: var(--light-green);
    text-align: center;
    font-family: var(--body-font);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.choose-your-pass-content .pass-card .card-content .price {
    color: var(--light-green);
    text-align: center;
    font-family: var(--body-font);
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.choose-your-pass-content .pass-card .card-content .desc {
    color: var(--light-green);
    text-align: center;
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


/* Spots */

.spots {
    display: flex;
    width: 100%;
    /* height: 450px; */
    padding: 80px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 64px;
    background: var(--dark-green);
}

.spots-title {
    display: flex;
    width: 100%;
    padding: 0 200px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.spots-title h2 {
    /* width: 40%; */
    color: var(--white);
    text-align: center;
    font-family: var(--heading-font);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 57.6px */
    margin: 0px;
}

.additional-details {
    display: flex;
    width: 60%;
    margin: auto;
    padding: 120px 0 60px 0;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.additional-details h3 {
    color: var(--text-2);
    text-align: center;
    /* Desktop/H3 */
    font-family: var(--heading-font);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
}

.addn-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

.addn-card {
    display: flex;
    width: 100%;
    /* width: 922px; */
    padding: 16px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-radius: 8px;
    background: var(--secondary-bg);
    max-width: 800px;
}

.addn-card-top h5 {
    color: var(--text-1);
    /* Desktop/H5 */
    font-family: var(--body-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
}

.addn-card-bottom p {
    color: var(--text-4);
    /* Desktop/Body */
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
}

.addn-card-bottom li {
    color: var(--text-4);
    /* Desktop/Body */
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
}


/* FAQ Section */

.faq {
    display: flex;
    width: 100%;
    padding: 60px 120px 80px 120px;
    justify-content: space-between;
    align-items: flex-start;
}

.faq-box {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    align-items: flex-start;
}

.faq-left {
    width: 40%;
}

.faq-title {
    color: var(--text-2);
    /* Desktop/H3 */
    font-family: var(--heading-font);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: fit-content;
    /* shrink to fit text */
    max-width: 10ch;
    /* roughly 8 characters per line */
    white-space: normal;
    /* allow wrapping */
    word-break: break-word;
}

.faq-right {
    width: 60%;
    display: flex;
    /* width: 835px; */
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    /* or adjust the width if you want side-by-side columns, for example:
	   flex: 0 0 60%;
	   margin-left: auto;
	*/
}


/* FAQ Items */

.faq-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    /* height: 178px; */
    padding: 14px 14px 14px 0;
    justify-content: space-between;
    align-items: flex-start;
    /* border-top: 1px solid var(--text-1); */
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.faq-heading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    cursor: pointer;
    /* 25.68px */
}

.faq-heading h3 {
    color: var(--text-2);
    font-family: var(--body-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0px;
}

.faq-heading span {
    align-items: end;
}


/* Optional icon styling */

.icon {
    width: 20px;
    height: 5.846px;
    background: url("../img/arrow.svg") no-repeat center;
    background-size: contain;
    transition: transform 0.3s ease-in-out;
    margin: auto;
    margin-right: 0px !important;
}


/* Rotate icon on open (active) */

.faq-item.active .icon {
    transform: rotate(180deg);
}


/* --- FAQ Content Animation --- */

.faq-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.6s ease, opacity 0.6s ease;
}

.faq-item.active .faq-content {
    max-height: fit-content;
    opacity: 1;
    transition: max-height 1s ease-in-out;
}

.faq-item.active p {
    margin-top: 19px;
    transition: max-height 1s ease-in-out;
}

.faq-content p {
    color: var(--text-4);
    /* Desktop/Body */
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
}

.newsletter {
    display: flex;
    width: 100%;
    padding: 48px 60px;
    justify-content: space-between;
    align-items: center;
    background-color: var(--secondary-bg);
}

.newsletter-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    /* width: 25%; */
    gap: 16px;
}

.newsletter-left h3 {
    color: var(--text-1);
    font-family: var(--heading-font);
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 0px;
    /* 48px */
}

.newsletter-left p {
    color: var(--text-4);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    margin: 0px;
    max-width: 45ch;
    white-space: normal;
    word-break: break-word;
}

.newsletter-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    min-width: 30%;
}

.newsletter-form {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    width: 100%;
}

.newsletter-form input {
    display: flex;
    width: 100%;
    height: 60px;
    padding: 21px 24px;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    border: 1px solid var(--text-3);
    background: var(--secondary-bg);
    box-shadow: 0 10px 45px 0 rgba(0, 0, 0, 0.05);
}

.newsletter-form button {
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid var(--text-1);
    background: var(--dark-green);
    color: var(--white);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.newsletter-right p {
    color: var(--text-4);
    font-family: Roboto;
    font-size: 15px;
    padding-left: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
}

.footer {
    display: flex;
    width: 100%;
    padding: 48px 0;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    background: var(--dark-green);
}

.footer-top {
    /* display: none; */
    display: flex;
    padding: 0 60px;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

.footer-top .footer-nav {
    display: none;
}

.footer-info {
    display: flex;
    /* width: 347px; */
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 25%;
}

.footer-info .footer-logo {
    width: 320px;
}

.footer-info p {
    color: var(--secondary-bg);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 114%;
    /* 15.96px */
    margin: 0px;
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 24px;
}

.footer-nav {
    display: flex;
    width: 88px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.footer-nav h4 {
    color: var(--secondary-bg);
    font-family: var(--caption-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 114%;
    margin: 0px;
    text-transform: uppercase;
    /* 18.24px */
}

.footer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.footer-links a {
    color: var(--white);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 114%;
    /* 18.24px */
    margin: 0px;
    text-decoration: none;
    text-wrap: nowrap;
}

.footer-event {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    max-width: 25%;
}

.footer-event h4 {
    color: var(--secondary-bg);
    font-family: var(--caption-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 114%;
    /* 18.24px */
    margin: 0px;
    text-transform: uppercase;
}

.footer-event .event-link {
    color: var(--secondary-bg);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 114%;
    /* 18.24px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.footer-event p {
    color: var(--secondary-bg);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
}

.footer-event .cta-button {
    margin: 0px;
    padding: 12px 24px;
}

.footer-bottom {
    display: flex;
    width: 100%;
    padding: 0px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.footer-bottom hr {
    width: 100%;
    height: 2px;
    stroke-width: 2px;
    stroke: var(--white);
    margin: 0px;
    color: var(--white);
}

.footer-bottom-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.footer-bottom-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-bottom-left p,
.footer-bottom-right p {
    color: var(--white);
    text-align: center;
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
}

.footer-bottom-right {
    display: flex;
    align-items: center;
    gap: 8px;
}


/* Request Invite Page */

.simple-header {
    display: flex;
    width: 100%;
    padding: 27px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: linear-gradient( 0deg, rgba(35, 35, 35, 0.3) 0%, rgba(35, 35, 35, 0.3) 100%), rgba(35, 56, 47, 0.9);
    backdrop-filter: blur(10.649999618530273px);
}

.simple-header .container-fluid {
    display: flex;
    align-items: center;
}

.simple-header .container-fluid a {
    margin: auto;
}


/* Form Hero */

.form-hero {
    display: flex;
    justify-content: center;
    /* height: 465px; */
    background: linear-gradient( 0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(../img/form-hero.jpg) lightgray 50% / cover no-repeat;
}

.form-hero h1 {
    color: var(--white);
    text-align: center;
    font-family: var(--logo-font);
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: auto;
    padding-top: 202px;
    padding-bottom: 200px;
    padding-left: 30px;
    padding-right: 30px;
}


/* Form Start */

.form-start .container-fluid {
    display: flex;
    flex-direction: row;
    padding: 64px 60px;
    align-items: center;
    gap: 84px;
    align-items: stretch;
    /* key! */
    justify-content: center;
    width: 100%;
}

.form-start .container-fluid .form-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    max-width: 600px;
}

.form-start .container-fluid .form-left .step-form .heading-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.form-start .container-fluid .form-left .step-form .heading-wrapper h1 {
    color: var(--text-2);
    font-family: var(--body-font);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.form-start .container-fluid .form-left .step-form .heading-wrapper p {
    color: var(--text-2);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 25.2px */
    align-self: stretch;
}

.form-start .container-fluid .form-left .step-form .heading-wrapper hr {
    stroke-width: 2px;
    stroke: rgba(0, 0, 0, 0.08);
    fill: rgba(0, 0, 0, 0.08);
    height: 2px;
    margin: 0px;
    width: 100%;
}

.form-start .container-fluid .form-left .step-form .section-title {
    display: flex;
    padding-bottom: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
}

.form-start .container-fluid .form-left .step-form .section-title h2 {
    color: var(--text-2);
    font-family: var(--body-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.form-start .container-fluid .form-left .step-form .section-title p {
    color: var(--text-2);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form-start .container-fluid .form-left .step-form .section-title h3 {
    color: var(--text-2);
    font-family: var(--body-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.form-section {
    display: flex;
    width: 100%;
    padding-bottom: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.form-section .form-section-group {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.form-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
}

.form-group label,
.radio-group label,
.check-group label {
    color: var(--text-2);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.form-group label span,
.radio-group label span,
.check-group label span {
    color: var(--red);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.form-group input,
select {
    display: block;
    padding: 16px 12px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    background: var(--secondary-bg);
    border: 0;
    color: var(--text-4);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form-group input:focus,
select:focus {
    border: 0;
    outline: none;
}

.form-group p {
    color: var(--text-4);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.submit-div {
    display: flex;
    padding-top: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    align-items: center;
}

.submit-div .data-secure {
    display: flex;
    /* width: 496px; */
    justify-content: center;
    align-items: center;
    gap: 2px;
}

.submit-div .data-secure img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.submit-div .data-secure p {
    color: var(--text-2);
    font-family: var(--body-font);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.submit-cta {
    display: flex;
    width: 100%;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    border: 1px solid var(--text-1);
    background: var(--accent);
    color: var(--text-3);
    font-family: var(--body-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}

.form-start .container-fluid .form-right {
    width: 50%;
    padding-top: 0px;
    position: relative;
    display: flex;
    justify-content: center;
    position: relative;
}

.experience-card-wrapper {
    position: relative;
    height: 100%;
}

.experience-card {
    display: flex;
    max-width: 650px;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-radius: 16px;
    background: var(--secondary-bg);
    position: sticky;
    top: 120px;
    z-index: 1;
    /* distance from top when it should stick */
}

.experience-card .card-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    align-self: stretch;
}

.experience-card .card-top h5 {
    color: var(--dark-green);
    font-family: var(--body-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.experience-card .card-top h2 {
    color: var(--text-2);
    font-family: var(--body-font);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.experience-card .card-top p {
    color: var(--text-2);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
}

.experience-card .card-dates {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.experience-card .feature-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.experience-card .feature-group .feature-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.experience-card .feature-group .feature-row p {
    color: var(--text-2);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.card-dates .date-heading {
    color: var(--dark-green);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.card-dates .batch-details {
    display: flex;
    align-items: center;
    gap: 12px;
}

.card-dates .batch-details .date-tag {
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid var(--text-6);
    background: var(--background);
    color: var(--text-2);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.card-dates .batch-details .arrow {
    width: 18.5px;
    height: 5.773px;
    background: url("../img/icons/right-arrow.svg") no-repeat center center;
}

.card-dates .date-words {
    color: var(--dark-green);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.step-form .section-title .step-mark {
    display: flex;
    padding-bottom: 12px;
    align-items: center;
    gap: 4px;
    align-self: stretch;
}

.step-form .section-title .step-mark span {
    color: var(--light-green);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.step-form .section-title .step-mark .arrow {
    width: 18.5px;
    height: 5.773px;
    background: url("../img/icons/right-arrow.svg") no-repeat center center;
}

.step-form .back-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    margin-bottom: 24px;
    width: 100%;
}

.step-form .back-button span {
    color: var(--text-2);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.step-form .back-button .arrow {
    width: 18.5px;
    height: 5.773px;
    background: url("../img/icons/right-arrow.svg") no-repeat center center;
    transform: rotate(180deg);
}

.step-form .form-section .radio-group,
.check-group {
    display: flex;
    padding-bottom: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.form-check {
    display: flex !important;
    align-items: center;
    gap: 13px;
    align-self: stretch;
}

.form-check label {
    color: var(--text-4);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form-check-input:focus {
    box-shadow: none !important;
    border: 1px solid var(--dark-green) !important;
}

.form-check-input[type="radio"] {
    background-color: var(--background) !important;
    border: 1px solid var(--dark-green) !important;
}

.form-check-input[type="checkbox"] {
    background-color: var(--background) !important;
    border: 1px solid var(--dark-green) !important;
}

.form-check-input[type="checkbox"]:checked {
    background-color: var(--dark-green) !important;
    border: 1px solid var(--dark-green) !important;
    color: var(--dark-green) !important;
}

.form-check-input:checked[type="radio"] {
    background-image: url("../img/icons/checkbox-selected.svg") !important;
}

.social-section {
    display: flex;
    padding-bottom: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.social-section .social-form-group {
    display: flex;
    align-items: flex-start;
    gap: 36px;
}


/* Select2 Styling */


/* Match Select2 to your form inputs */

.select2-container .select2-selection--single {
    height: 52px;
    /* same as your inputs */
    border-radius: 8px;
    background: var(--secondary-bg);
    border: 0;
    display: flex;
    align-items: center;
    /* padding: 0 12px; */
    padding: 16px 12px;
    font-family: var(--body-font);
    font-size: 16px;
    color: var(--text-4);
}

.select2-container .select2-selection__arrow {
    right: 12px !important;
    top: auto !important;
    /* bring arrow closer */
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    /* vertically center text */
}

.select2-dropdown {
    background-color: var(--secondary-bg);
    border: none;
    font-family: var(--body-font);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: var(--dark-green);
    background-color: var(--accent);
}


/* Phone */

.phone-row {
    display: flex;
    gap: 12px;
    width: 100%;
}

.phone-row .select2-container .select2-selection--single {
    height: 48px;
    border-radius: 8px;
    background: var(--secondary-bg);
    border: 0;
    display: flex;
    align-items: center;
    padding: 0 12px;
    font-family: var(--body-font);
    font-size: 16px;
    color: var(--text-4);
}

.phone-row .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
}

.phone-row .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px;
}

.phone-row input[type="tel"] {
    flex: 1;
    height: 48px;
    padding: 16px 12px;
    border-radius: 8px;
    background: var(--secondary-bg);
    border: 0;
    color: var(--text-4);
    font-family: var(--body-font);
    font-size: 16px;
}

.invalid-feedback {
    color: var(--red);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: -4px !important;
    padding-left: 8px;
}

.submission-card {
    display: flex;
    max-width: 500px;
    padding: 32px 0 48px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    border-radius: 16px;
    border: 2px solid var(--light-green);
    background: var(--secondary-bg);
}

.submission-card .card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.submission-card .card-content h2 {
    color: var(--text-2);
    text-align: center;
    font-family: var(--heading-font);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.submission-card .card-content p {
    color: var(--text-2);
    text-align: center;
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 80%;
    margin: auto;
}

.submission-card .go-home a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: var(--text-2);
    text-align: center;
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: underline;
}

.submission-card .go-home a .arrow {
    width: 12px;
    height: 12px;
    aspect-ratio: 1/1;
    background-image: url("../img/icons/arrow-up-left-bold.svg") !important;
}


/* 404 */

.header-404 {
    display: flex;
    position: absolute;
    width: 100%;
    padding: 27px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: rgba(116, 116, 116, 0.48);
    backdrop-filter: blur(22.700000762939453px);
}

.header-404 .container-fluid {
    display: flex;
    align-items: center;
}

.header-404 .container-fluid .logo {
    margin: auto;
}

.hero-404 {
    height: 100vh;
    display: flex;
    width: 100%;
    padding-top: 30vh;
    flex-direction: column;
    align-items: center;
    gap: 241px;
    background: linear-gradient( 0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url("../img/404.jpg") lightgray 50% / cover no-repeat;
}

.hero-404 .content {
    display: flex;
    max-width: 346px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.hero-404 .content .content-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.hero-404 .content .content-top h1 {
    color: var(--white);
    text-align: center;
    font-family: var(--heading-font);
    font-size: 160px;
    font-style: normal;
    font-weight: 400;
    line-height: 128px;
    text-align: center;
    /* 80% */
}

.hero-404 .content .content-top p {
    color: var(--white);
    text-align: center;
    font-family: var(--body-font);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    /* 100% */
}

.hero-404 .content p {
    color: var(--white);
    text-align: center;
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
}

.hero-404 .content .cta-button {
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    border: 1px solid var(--text-6);
    background: rgba(255, 255, 255, 0.27);
    backdrop-filter: blur(3.5999999046325684px);
}

.hero-404 .content .cta-button a {
    color: var(--white);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}