:root {
    --bs-primary-rgb: 19, 72, 133;
    --bs-secondary-rgb: 108, 117, 125;

    .btn-primary {
        --bs-btn-color: #fff;
        --bs-btn-bg: #134885;
        --bs-btn-border-color: #134885;
        --bs-btn-hover-color: #fff;
        --bs-btn-hover-bg: #052345;
        --bs-btn-hover-border-color: #134885;
        --bs-btn-focus-shadow-rgb: 49, 132, 253;
        --bs-btn-active-color: #fff;
        --bs-btn-active-bg: #134885;
        --bs-btn-active-border-color: #134885;
        --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        --bs-btn-disabled-color: #fff;
        --bs-btn-disabled-bg: #134885;
        --bs-btn-disabled-border-color: #134885;
    }
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: 'DM Sans', sans-serif;
    scroll-behavior: smooth;
    background: #fff !important;
    color: #000 !important;
}

a {
    text-decoration: none;
}

.gray-500 {
    color: #898986;
}

.border-top-gray-300 {
    border-top: 1px solid #E4E4DF;
}

.default-logo {
    width: 99px;
    height: 20px;
}

.hero-logo {
    width: 158px;
    height: 32px;
    margin: 32px 0;
}

.overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1220px;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.navigate-icon {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer !important;
}

.navigate-icon:hover {
    opacity: 0.7;
}

.hero-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    width: 100%;
    max-width: 725px;
    bottom: 0;
    position: absolute;
    z-index: 2;
}

.bubble-widget {
    position: absolute;
    top: 26%;
    left: 0;
    z-index: 2;
}

.logo-widget {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.hero-image {
    width: 100%;
    opacity: 1;
    transition: opacity 1s ease-in-out;
    z-index: 2;
}

.hero-title {
    font-weight: 700;
    font-size: 64px;
    color: #152639;
    line-height: 64px;
}

.hero-subtitle {
    font-size: 20px;
    color: #9D9E9E
}

.btn-hero {
    width: fit-content;
    height: 56px !important;
}

.text-shadow {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.nav-item {
    color: #898986;
    font-weight: 600;
    text-decoration: none;
}

.footer-inner-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-icon {
    width: 24px;
    height: 24px;
}

.footer-download-title {
    font-family: Inter, sans-serif;
    color: #6941C6;
    font-weight: 600;
}

.nav-link-container {
    gap: 32px;
}

.download-icon {
    width: 135px;
    height: 40px;
}

.default-container {
    max-width: 1220px !important;
    margin: 0 auto !important;
    padding: 0 16px !important;
    width: 100% !important;
}

.btn-default-color {
    color: #134885;
}

.btn-header {
    height: 40px;
    font-family: 'Lexend', sans-serif;
    display: flex;
    gap: 4px;
    align-items: center;
    font-weight: 500;
    box-shadow: 0px 8px 16px 0px #15488726;
}

.btn-default {
    height: 56px;
}

.header-nav-item {
    color: #9D9E9E;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}

#mobile-menu.active {
    transform: translateX(0);
}

#menu-overlay.active {
    display: block;
}

.rotate-180 {
    transform: rotate(180deg);
}

.loading {
    opacity: 0;
}

.features-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 48px;
    padding: 16px 0 0 0;
}

.feature-icon {
    width: 48px;
    height: 48px;
}

.badge-feature-icon {
    width: 20px;
    height: 20px;
}

.hero-button-icon {
    width: 15px;
    height: 15px;
}

.hero-button {
    height: 32px;
    font-size: 13px;
    width: 77px;
    cursor: default !important;
}

.feature-title {
    font-size: 24px;
    font-weight: 700;
    color: #152639;
    overflow-wrap: anywhere;
    word-break: normal;
}

.section {
    padding: 96px 0;
}

.section-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.section-badge {
    color: #ECDAB9;
    font-weight: 700;
}

.section-title {
    color: #152639;
    font-size: 48px;
    font-weight: 700;
    max-width: 872px;
    width: 100%;
    text-align: center;
    line-height: 48px;
}

.section-subtitle {
    color: #898986;
    font-size: 18px;
    max-width: 872px;
    width: 100%;
    text-align: center;
}

.travel-section-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    width: 100%;
    padding: 32px 0 0 0;
}

.travel-img {
    width: 45%;
    height: auto;
}

.team-section-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    padding: 32px 0 0 0;
}

.team-member-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.avatar {
    border-radius: 50%;
    width: 56px;
    height: 56px;
    background: #E4E4DF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.avatar-initials {
    font-size: 20px;
    color: #000080;
    font-weight: 500;
}

.team-member-name {
    color: #152639;
    font-weight: 600;
    font-size: 18px;
}

.team-member-email {
    color: #898986;
}

.hero-wrapper {
    display: flex;
    flex-direction: column;
}

.feature-section-wrapper {
    padding-top: 188px !important;
}

.destination-section-wrapper {
    padding: 188px 0 0 0 !important;
}

.board-container {
    padding-top: 188px !important;
    padding-bottom: 188px !important;
}

.overviews {
    display: flex;
    flex-direction: column;
    gap: 64px;
    padding-top: 188px !important;
}

.overview-section {
    display: flex;
    gap: 64px;
    align-items: center;
}

.overview-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ECDAB9;
    font-weight: 700;
}

.overview-title {
    font-size: 48px;
    font-weight: 700;
    color: #181D27;
    line-height: 48px;
}

.overview-description {
    font-size: 18px;
    color: #898986;
}

.overview-text-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.overview-img {
    max-width: 600px;
    width: 100%;
    height: auto;
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

.footer-container {
    display: flex;
    flex-direction: column;
}

.join-us-container {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

.hero-container {
    position: relative;
    width: 100%;
    height: 100vw;
    overflow: hidden;
    max-height: 1024px;
}


.pilots-widgets {
    position: absolute;
    top: 20%;
    left: -5%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pilot-widget {
    max-width: 220px;
    max-height: 80px;
    gap: 16px;
}

.widget-container {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 8px;
    border-radius: 16px;
    background: rgba(19, 72, 133, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.hero-destination-widget {
    width: 298px;
    height: 182px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 19px;
}

.hero-route-widget {
    width: 380px;
    height: 144px;
    padding: 17px;
    gap: 14px;
}

.hero-time-widget-container {
    display: flex;
    align-items: center;
    gap: 24px;
}

.hero-time-widget {
    width: 202px;
    height: 150px;
    padding: 16px;
}

.widget-text {
    width: 66px;
    height: 31px;
}

.expansions-widgets {
    position: absolute;
    bottom: 9%;
    left: -5%;
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.expansions-widget {
    max-width: 266px;
    max-height: 76px;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
}

.widget-month-text {
    height: 15px;
    width: 60px;
}

.widget-spain {
    max-width: 401px;
}

.widget-text-expansions {
    width: 134px;
    height: 31px;
}

.widgets-right-container {
    position: absolute;
    right: 0;
    top: 17%;
}

.hero-widgets-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: end;
}

.nav-left-container {
    padding: 16px 16px 16px 32px;
    display: flex;
    justify-content: space-between;
    background: #1548871A;
    align-items: center;
    gap: 32px;
}

.nav-container {
    margin-top: 24px !important;
}

.navbar-toggler {
    border: none !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.pilots-image {
    width: 100%;
    height: auto;
}

.hero-buttons-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5%;
}

.mobile-hero-widgets {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30%;
    width: 95%;
}

.hero-text-mobile-container {
    width: 95%;
    height: fit-content;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -5%;
}

.waitlist-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 64px;
    justify-content: center;
    align-items: center;
    padding-top: 132px !important;
    padding-bottom: 132px !important;
}

.waitlist-title {
    max-width: 578px;
}

.waitlist-subtitle {
    max-width: 478px;
    font-weight: 400;
    color: #9D9E9E;
}

.waitlist-input-container {
    position: relative;
    max-width: 584px;
    width: 100%;
    margin-bottom: 0;
}

.waitlist-button {
    height: 56px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
}

#waitlist-email {
    width: 100%;
    border-radius: 200px;
    height: 88px;
    box-shadow: 0px 16px 32px 0px #15488740;
    padding: 16px 200px 16px 32px;
    border: none;
    background: #DEE5EE1A;
}

.waitlist-features-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    justify-content: center;
    max-width: 584px;
    width: 100%;
    gap: 48px;
}

.waitlist-feature-text {
    color: #9D9E9E;
    font-weight: 500;
}

.status-page-container {
    height: 80vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 64px;
}

.success-text {
    color: #A0D6B6;
}

.error-text {
    color: #F48F64;
}

.status-note {
    color: #9D9E9E;
    font-size: 12px;
    font-weight: 500;
}

.status-text-container {
    max-width: 500px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.back-button-text {
    color: #081D35;
    font-weight: 700;
}

.contact-container {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 64px;
}

.contact-input-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-input {
    border-radius: 200px;
    box-shadow: 0px 8px 16px 0px #15488726;
    background: #DEE5EE1A;
    border: 1px solid white;
    padding: 18px 24px;
    font-size: 14px;
}

.contact-textarea {
    border-radius: 16px;
    resize: none;
}

.contact-input::placeholder {
    color: #9D9E9E;
    font-size: 14px;
}

.contact-label {
    color: #152639;
    font-size: 14px;
    font-weight: 500;
}

.contact-input-form {
    max-width: 584px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.full-width-col {
    grid-column: 1 / -1;
}

.input-wrapper {
    position: relative;
    width: 100%;
}

.placeholder-email-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}

.icon-input {
    padding-left: 45px;
}

.cursor-default {
    cursor: default;
}

.cookie-consent {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 1080;
    max-width: 340px;
    box-shadow: 0px 8px 16px 0px #15488726;
    border-radius: 16px;
}

.cookie-content {
    color: #152639;
}


.terms-badge {
    color: #C4C5C5;
    font-weight: bold;
    font-size: 14px;
}

.terms-badge-img {
    width: 22px;
    height: 22px;
}

.terms-title {
    color: #152639;
    font-weight: bold;
    font-size: 48px;
}

.terms-top-section {
    padding-top: 96px;
    padding-bottom: 48px;
}

.terms-subtitle {
    color: #152639;
    font-weight: bold;
    font-size: 32px;
}

.terms-middle-section {
    color: #898986;
    line-height: 168%;
}

.terms-subsection {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 32px;
}

.main-list-item {
    color: #152639;
    font-weight: bold;
    font-size: 18px;
    line-height: 168%;
    padding-top: 16px;
}

.primary-list-item {
    color: #152639;
    font-weight: bold;
    font-size: 18px;
    line-height: 168%;
    margin-left: 1.5rem;
}

.secondary-list-item {
    color: #898986;
    margin-left: 1.5rem;
    font-size: 18px;
    line-height: 168%;
}

.tertiary-list-item {
    color: #898986;
    font-size: 18px;
    line-height: 168%;
}

.terms-additional-text {
    color: #898986;
    font-size: 18px;
    font-weight: normal;
}

.terms-contact {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.terms-highlight-title {
    color: #152639;
    font-weight: bold;
}

.terms-subsection .no-padding-ul {
    padding-left: 0 !important;
}

.about-us-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding-top: 16px !important;
}

.about-us-card-image {
    width: 320px;
    height: 320px;
    border-radius: 16px;
}

.about-us-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.image-wrapper {
    position: relative;
    display: inline-block;
}

.about-us-card-image {
    display: block;
    width: 100%;
    height: auto;
}

.image-gradient-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 84px;
    background: linear-gradient(0deg, #000000 0%, rgba(21, 38, 57, 0.5) 50%, rgba(21, 38, 57, 0) 100%);
    pointer-events: none;
    border-radius: 16px;
}

.btn-contact {
    width: fit-content;
}

.about-us-nameplate {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 84px;
    padding: 16px;
}

.about-us-name {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.about-us-position {
    color: #fff;
    font-weight: 400;
}

.about-us-description {
    color: #898986;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
}


.about-hero-text {
    max-width: 670px;
    width: 100%;
}

.about-hero-text h1 {
    font-size: 64px;
    color: #152639 !important;
    font-weight: bold;
    line-height: 72px;
    text-align: center;
}

.highlight-gold {
    color: #DFC18A !important;
}

.highlight-blue {
    color: #134885 !important;
}

.about-hero-subtitle {
    text-align: center;
    color: #9D9E9E;
    font-size: 18px;
}

.about-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 160px;
    padding-top: 64px !important;
}

.about-hero-img {
    width: 100%;
    height: auto;
}

.about-story {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 96px !important;
}

.about-story-text {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.about-story-text p {
    color: #898986;
    line-height: 120%;
    font-size: 16px;
}

.about-quote {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
    font-size: 30px;
    color: #152639;
    font-weight: bold;
}

.about-team {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center;
    padding-top: 96px !important;
    padding-bottom: 32px !important;
}

.about-team-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-hero-text-title {
    font-weight: bold;
    color: #152639 !important;
    font-size: 48px;
}

.about-team-text span {
    font-weight: bold;
    color: #152639 !important;
    font-size: 18px;
}

.about-team-text-content {
    color: #898986;
    font-size: 16px;
    line-height: 120%;
}

.about-us-quote {
    font-size: 24px;
    font-weight: bold;
    color: #152639;
    text-align: center;
    padding-top: 32px !important;
    padding-bottom: 96px !important;
}

.about-track-record-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 48px;
}

.about-track-record {
    display: flex;
    flex-direction: column;
    gap: 64px;
    padding-top: 96px !important;
    padding-bottom: 96px !important;
}

.about-track-record-item {
    display: flex;
    flex-direction: column;
}

.about-track-record-item h6 {
    font-size: 24px;
    color: #152639;
    font-weight: bold;
}

.about-track-record-item p {
    color: #898986;
    line-height: 130%;
}

.about-different {
    display: flex;
    gap: 32px;
    align-items: center;
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}

.about-values {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
    gap: 64px;
    display: flex;
    flex-direction: column;
}

.about-values-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
}

.about-join {
    background: #152639 !important;
    padding-top: 96px !important;
    padding-bottom: 96px !important;
    margin-bottom: 64px !important;
    position: relative;
    overflow: hidden;
}

.about-join-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.about-join-img {
    z-index: 100;
}

.about-join-container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    z-index: 1;
}

.about-join-text-title {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
}

.about-join-text {
    color: #EAEAE6;
    font-size: 24px;
}

.btn-about {
    border: 1px solid #fff;
    color: #fff;
}

.btn-about:hover {
    background: #1c2e42 !important;
    border: 1px solid #fff;
    color: #fff;
}

.about-join-text-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-different-text-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media (max-width: 420px) {
    .cookie-consent {
        right: .5rem;
        left: .5rem;
        max-width: unset;
    }
}

#cookie-terms-link {
    text-decoration: underline;
    font-weight: bold;
    color: #152639;
}

.cookie-consent .btn-accept {
    min-width: 90px;
    width: 100%;
    height: 49px;
    font-weight: 600;
}

.cookie-consent .btn-decline {
    min-width: 90px;
    width: 100%;
    border: none;
    border-radius: 50px;
    color: #081D35;
    height: 49px;
    font-weight: 600;
}

.cookie-consent .btn-decline:hover {
    background: #c6c7c8 !important;
}

@media (max-width: 992px) {
    .features-container {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .team-section-container {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .hero-container {
        height: 100vh;
        max-height: 1133px;
    }

    .about-us-container {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .about-track-record-container {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 48px 32px !important;
    }


    .about-values-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
}

/* Mobile: 1 column */
@media (max-width: 576px) {
    .team-section-container {
        grid-template-columns: 1fr !important;
    }

    .overview-section {
        flex-direction: column-reverse !important;
    }

    .btn-contact {
        width: 100%;
    }

    .travel-section-container {
        flex-direction: column;
    }

    .travel-img {
        width: 80% !important;
    }

    .hero-title {
        font-size: 40px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .hero-text {
        margin-top: 110%;
    }

    .hero-container {
        height: 100% !important;
    }

    .nav-left-container {
        flex-direction: column;
        border-radius: 24px !important;
    }

    .hero-title {
        line-height: 40px;
    }

    .waitlist-features-container {
        grid-template-columns: 1fr 1fr;
    }

    #waitlist-email {
        height: 72px;
        padding: 16px 80px 16px 32px;
    }

    .contact-input-form {
        grid-template-columns: 1fr !important;
    }

    .about-us-container {
        grid-template-columns: 1fr !important;
    }

    .about-story-text {
        flex-direction: column;
    }

    .about-hero-text h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .about-quote {
        font-size: 20px;
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }

    .about-team {
        flex-direction: column;
        gap: 0;
    }

    .about-us-quote {
        text-align: left;
        font-size: 14px !important;
        padding-bottom: 32px !important;
    }

    .about-hero-text-title {
        font-size: 32px;
    }

    .about-different {
        display: flex;
        flex-direction: column-reverse;
        gap: 0;
    }

    .about-values-container {
        grid-template-columns: repeat(1, 1fr);
        gap: 32px;
    }

    .about-track-record-item h6 {
        font-size: 18px !important;
    }

    .about-join-container {
        flex-direction: column;
        gap: 0;
    }

    .about-join-text {
        font-size: 14px;
    }

    .about-join-text-title {
        font-size: 32px;
    }

    .about-section-img {
        width: 100%;
        height: auto;
    }

    .about-hero-subtitle {
        font-size: 16px;
    }

    .about-hero {
        gap: 112px !important;
    }

    .about-values {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
        gap: 24px;
    }

    .about-track-record {
        gap: 24px;
    }
}
