html {
    scroll-behavior: smooth;
}

.gt-big-button-mod {
    font-size: 24px;
    padding: 24px 36px;
}

.gt-hero-mod {
    flex-direction: row;
    padding: 48px 32px 32px 32px;
    gap: 42px;
}

.gt-hero-content {
    width: 75%;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 16px;
    align-items: start;
}

.gt-inclusions-mod {
    flex-direction: row;
    align-items: center;
    gap: 48px;
    padding: 64px 0px;
}

.gt-join-mod {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 32px 0px;
    gap: 64px;
}

.gt-steps-mod {
    display: flex;
    align-items: start;
    gap: 16px;
}

.gt-testimonials-mod {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 32px;
}

.gt-check-mod {
    height: 24px;
    width: 24px;
}

.gt-section-group-mod {
    background-color: var(--blue-80);
}

.gt-section-container-mod {
    background-color: var(--light-10);
}

.gt-card-container {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 32px;
    gap: 32px;
    border-radius: 8px;
    border: 1px solid var(--light-20);
    background-color: var(--light-00);
}

.gt-card-image-container {
    flex: 3;
}

.gt-card-image-container-mod {
    display: none;
}

.gt-card-text-container {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.gt-card-image {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.gt-form {
    flex: 3;
    overflow: hidden;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

    .gt-form iframe {
        position: relative;
        top: -15px;
        min-height: 950px;
        overflow: hidden;
        border-radius: 8px;
    }

.hb-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .hb-item div {
        display: flex;
        background-color: var(--blue-05);
        padding: 24px;
        border-radius: 64px;
        margin-bottom: 16px;
    }

    .hb-item .hb-wave-mod {
        padding: 0;
        background-color: transparent;
    }

    .hb-item h5, .hb-item p {
        text-align: center;
    }

    .hb-item h5 {
        padding-bottom: 8px;
    }

    .hb-item p {
        font-weight: 300;
    }

.fm-section {
    background-color: var(--light-00);
    border: 1px solid var(--light-20);
    border-radius: 8px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.fm-question {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1;
}

.fm-button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .fm-button h4 {
        width: 85%;
    }

.fm-question-wrapped {
    width: 100%;
    display: flex;
    flex: 2;
    flex-direction: column;
    overflow: hidden;
    transition: all 0.3s;
}

.fm-answer {
    padding: 16px 0px;
}

.plusminus {
    position: relative;
    width: 16px;
    height: 16px;
    cursor: pointer;
    color: var(--blue-80);
}

.open .plusminus:before {
    transform: translatey(-50%) rotate(-90deg);
    opacity: 0;
}

.open .plusminus:after {
    transform: translatey(-50%) rotate(0);
}

.plusminus:before, .plusminus:after {
    content: "";
    display: block;
    background-color: var(--blue-80);
    position: absolute;
    top: 50%;
    left: 0;
    transition: 0.35s;
    width: 100%;
    height: 2px;
}

.plusminus:before {
    transform: translatey(-50%);
}

.plusminus:after {
    transform: translatey(-50%) rotate(90deg);
}

.des-none {
    display: none;
}

.wrapped-mod {
    flex: auto;
}

.gt-hero-content .sticky {
    position: fixed;
    bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 8px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
}

.gt-hero-content .sticky a {
    font-size: 20px;
    padding: 18px 24px;
}

.rounded {
    border-radius: 8px;
}

.itinerary-img-container {
    position: relative;
    width: 100%;
}

.itinerary-img {
    width: 100%;
    height: 640px;
    object-fit: cover;
    object-position: 100% 10%;
    border-radius: 8px;
}

@media screen and (max-width: 964px) {
    .gt-hero-mod {
        flex-direction: column;
    }

    .gt-hero-content {
        width: 100%;
    }

    .gt-card-mob-button {
        width: 100%;
    }

    .sticky {
        border-radius: 0px;
        position: fixed;
        bottom: 0px;
        width: 100%;
        padding: 16px;
        background-color: var(--light-00);
        display: flex;
        align-items: stretch;
    }

    .gt-big-button-mod {
        font-size: 20px;
        padding: 12px 18px;
        width: 100%;
    }

    .mob-request-button {
        width: 100%;
    }

    .mob-align-center {
        text-align: center;
        align-items: center;
    }

    .gt-inclusions-mod {
        flex-direction: column-reverse;
        padding: 32px;
    }

    .gt-join-mod {
        flex-direction: column;
        gap: 32px;
        padding: 32px;
    }

    .gt-testimonials-mod {
        flex-direction: column;
    }

    .gt-steps-mod {
        flex-wrap: wrap;
    }

    .hb-item {
        width: 45%;
    }

    .gt-card-container {
        flex-direction: column;
        padding: 16px;
        gap: 16px;
    }

    .gt-card-mob-button {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .gt-card-mob-button h3 {
            width: 85%;
        }

    .mob-card-container-mod {
        flex-direction: column-reverse;
    }

    .mob-none {
        display: none;
    }

    .des-none {
        display: flex;
    }

    .mob-mod {
        padding: 32px;
    }

    .gt-form-mod {
        flex-direction: column;
        padding: 32px;
    }

    .fm-question-wrapped {
        flex: auto;
    }
}

@media screen and (max-width: 640px) {
    .hb-item {
        width: 100%;
        max-width: 100%;
    }
}
