.plan-page {
    --pg: #679500;
    --pale: #e1f4fc;
    --yellow: #ffe900;
    color: #111;
    font-family: Montserrat, Arial, sans-serif
}

.plan-page .site-header {
    position: relative
}

.plan-page .nav-link.active {
    color: var(--pg) !important;
    font-weight: 700
}

.plan-hero {
    position: relative;
    height: 653px;
    background: url('../assets/plan/slide.png') center/cover no-repeat;
    color: #fff
}

.plan-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(21, 62, 8, .52), rgba(21, 62, 8, .03))
}

.plan-hero .container {
    position: relative;
    height: 100%
}

.plan-hero-copy {
    padding-top: 115px
}

.plan-hero-copy > p:first-child {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.plan-hero h1 {
    font-size: 64px;
    line-height: 1;
    font-weight: 900;
    font-style: italic
}

.plan-hero h1 span {
    color: var(--yellow)
}

.plan-hero-copy > p:nth-of-type(2) {
    max-width: 717px;
    margin: 30px 0 60px;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

.plan-hero .grt-btn {
    min-width: 500px;
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    padding: 22px 88px 22px 47px;
    color: #000;
    background: url('../assets/detail/icon-up-black.png') var(--yellow) no-repeat right 40px center;
}

.plan-hero aside {
    position: absolute;
    right: 0;
    bottom: 80px;
    width: 330px;
    padding: 22px 28px;
    background: var(--pg);
    border-radius: 0 0 60px 0;
    border-left: 5px solid var(--yellow);
}

.plan-hero aside h2 {
    color: var(--yellow);
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 19px 0;
}

.plan-hero aside a {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.plan-hero aside a b{
    color: #F0EBB1;
    font-weight: 400;
}
.plan-hero aside a + a{
    border-top: 1px solid rgba(255, 255, 255, .45);
}

.booking-builder {
    padding: 50px 0;
    background: var(--pale)
}
.checkbox-item i{
    background: #b5c0b0;
}
.checkbox-item i{

    border-radius: 999px;
    width: 44px;
    height: 20px;
    transition: all .2s;
    display: block;
    position: relative;
}
.checkbox-item input:checked + i{
    background: #4C8413;
}
.checkbox-item input:checked + i::after {
    transform: translate(24px);
}
.checkbox-item i::after {
    content: "";
    background: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    transition: all .2s;
    position: absolute;
    top: 1px;
    left: 1px;
}
.booking-grid {
    display: grid;
    grid-template-columns:41% 59%;
    gap: 54px
}

.builder-intro h2 {
    color: var(--pg);
    font-size: 48px;
    line-height: 1;
    font-weight: 800;
    margin: 8px 0 16px;
    line-height: .98;
    text-transform: lowercase
}

.builder-intro > p:not(:first-child), .builder-intro li {
    font-size: 12px
}

.booking-form {
    padding: 16px 34px;
    background: #fffdf0;
    border-radius: 0 0 55px 0
}

.form-progress {
    display: flex;
    justify-content: space-between;
    padding-bottom: 14px;
    border-bottom: 1px solid #bbb
}

.form-progress span {
    font-size: 9px;
    text-transform: uppercase
}

.form-progress .active {
    color: var(--pg);
    /*font-weight: 700*/
}

.form-kicker {
    margin: 18px 0 18px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase
}

.tour-choice {
    display: grid;
    grid-template-columns:24px 1fr auto;
    align-items: center;
    margin-bottom: 10px;
    padding: 14px 17px;
    border: 1px solid #b7d06d;

}
.tour-choice.active{
    background: #edffc7
}

.tour-choice input {
    accent-color: var(--pg)
}

.tour-choice small, .tour-choice b {
    display: block;
    font-size: 10px
}

.tour-choice strong {
    color: var(--pg);
    font-size: 17px
}

.booking-form > label:not(.tour-choice):not(.switch-row), .input-grid label {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 9px 0;
    font-size: 9px;
    text-transform: uppercase
}

.booking-form input, .booking-form select, .booking-form textarea {
    min-height: 42px;
    padding: 8px 11px;
    border: 1px solid #d8d8d0;
    background: #fff;
    font: 12px Montserrat
}

.input-grid {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 0 14px
}

.switch-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
    padding: 12px;
    background: #d8efd3;
    font-size: 10px
}

.switch-row input {
    min-height: auto
}

.booking-total {
    display: grid;
    grid-template-columns:1fr auto;
    padding: 14px 18px;
    background: var(--pg);
    color: #fff
}

.booking-total span {
    font-size: 10px;
    text-transform: uppercase
}

.booking-total strong {
    grid-row: 2;
    font-size: 25px
}

.booking-total small {
    grid-column: 2;
    grid-row: 1/3;
    align-self: center;
    max-width: 110px;
    font-size: 8px
}

.booking-form button {
    width: 100%;
    padding: 14px;
    border: 0;
    border-radius: 45px;
    background: #006837;
    color: #fff;
    font: 700 12px Montserrat;
    text-transform: uppercase
}

.form-note {
    text-align: center;
    font-size: 8px
}

.getting-there {
    padding: 45px 0 55px
}

.getting-there header {
    text-align: center
}

.getting-there header p {
    margin: 0;
    font-size: 12px
}

.getting-there header h2 {
    color: var(--pg);
    font-size: 38px
}

.getting-there header small {
    font-size: 10px
}

.hanoi-banner {
    margin-top: 32px;
    padding: 25px 40px;
    background: var(--yellow);
    border-radius: 0 0 105px 0
}

.hanoi-banner h3 {
    margin: 0;
    font-size: 35px;
    text-transform: uppercase
}

.hanoi-banner p {
    margin: 4px 0 0;
    font-size: 10px
}

.travel-options {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    /*gap: 28px;*/
    margin: 35px 0 0 0;
}

.travel-options article {
    padding: 20px;
    border-top: 1px solid #ccc
}
@media screen and (max-width: 767px) {
    .travel-options article{
        padding: 20px 0;
    }
}
.travel-options article + article{
    border-left: 1px solid #ccc;
}
@media screen and (max-width: 992px) {
    .travel-options article + article{
        border-left: none;
    }
}
.travel-options h3 {
    color: var(--pg);
    font-size: 12px;
    text-transform: uppercase
}

.travel-options p {
    font-size: 10px
}

.night-zero {
    display: grid;
    grid-template-columns:160px 1fr auto;
    align-items: center;
    padding: 22px 28px;
    background: var(--pg);
    color: #fff
}

.night-zero strong {
    color: var(--yellow);
    font-size: 11px;
    text-transform: uppercase
}

.night-zero p {
    margin: 0;
    font-size: 16px
}
.night-zero p b {
    display: block;
    margin: 0 0 10px 0;
}
.night-zero a {
    padding: 22px 40px 22px 20px;
    border: 1px solid #fff;
    border-radius: 45px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    background: url('../assets/plan/icon-up-right.png') no-repeat right 20px center;
    background-size: 12px;
}

.packing {
    padding: 38px 0;
    background: var(--pale)
}

.split-section {
    display: grid;
    grid-template-columns:42% 58%;
    gap: 35px
}

.split-section > div > p {
    margin: 0 0 15px 0;
    font-size: 24px;
    font-weight: 400;
}

.split-section > div > h2 {
    color: var(--pg);
    font-size: 48px;
    line-height: .95;
    font-weight: 800;
    margin: 0 0 15px 0;
}

.packing aside {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px 14px;
    background: #c8e9bd;
    border-left: 3px solid #FFE900;
}

.packing aside strong {
    color: var(--pg);
    font-size: 24px
}

.packing aside span {
    font-size: 12px
}

.split-section ol {
    margin: 0;
    padding: 0;
    list-style: none
}

.split-section li {
    display: grid;
    gap: 20px;
    grid-template-columns:55px 1fr;
    padding: 14px 0;

    position: relative;
    transition: all 0.3s ease;
}
.split-section li.provided.provided-green{
    grid-template-columns: 200px 1fr;
    align-items: center;
    background: #CEE8CD;
}
.split-section li + li:not(.provided){
    border-top: 1px solid #aebebd;
}
.split-section li:not(.provided):hover:before{
    content: '';
    border-left: 4px solid #F9E501;
    position: absolute;
    left: -15px;
    width: 0;
    height: 100%;
}
.split-section li.provided h3{
    color: #000;
    margin-bottom: 6px;
}
.split-section li.provided.provided-green h3{
    color: var(--green);
    text-transform: capitalize;
}
@media screen and (max-width: 767px) {
    .split-section li.provided.provided-green{
        grid-template-columns: 1fr;
        gap: 10px;
    }
}
.split-section li.provided p{
    font-size: 12px;
    line-height: 1.25;
}
.split-section li > b {
    color: var(--pg);
    font-size: 42px;
    line-height: 1;
}

.split-section li h3 {
    margin: 0;
    color: var(--pg);
    text-transform: uppercase
}

.split-section li p {
    margin: 4px 0 0;
    font-size: 9px
}

.split-section .provided {
    padding: 17px 19px;
    background: var(--yellow);
    border: none;
    grid-template-columns: 1fr;
}

.payment {
    padding: 42px 0
}
.payment ol li:not(.provided) {
    grid-template-columns: 100px 1fr!important;
}
.conditions {
    padding: 48px 0;
    background: #006837;
    color: #fff
}

.conditions > div > p:first-child {
    margin: 0;
}

.conditions > div > small {
    font-size: 10px
}

.condition-grid {
    display: grid;
    grid-template-columns:1fr 1fr;
    /*gap: 34px 50px;*/
    margin-top: 40px;
    border-top: 1px solid;
    border-left: 1px solid;
}
.condition-grid article {
    padding: 16px 38px;
    border-right: 1px solid;
    border-bottom: 1px solid;
}
.condition-grid article:nth-child(even){
    border-right: 1px solid;
}
.condition-grid h3 {
    color: #6B9510;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;

}

.conditions-note {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 12px
}

.plan-faq {
    padding: 45px 0
}

.faq-grid {
    display: grid;
    grid-template-columns:42% 58%;
    gap: 45px
}

.faq-grid > div > div > p:first-child {
    font-weight: 500!important;
    margin: 0;
    font-size: 24px;
}

.faq-grid > div:first-child h2 {
    line-height: 1.02
}

.plan-faq .accordion-item {
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
}
.plan-faq .accordion-item h3 {
    line-height: 1;
    margin: 0;
}
.plan-faq .accordion-item:last-child{
    border: none
}
.plan-faq .accordion-button {
    padding: 12px 0;
    background: #fff !important;
    box-shadow: none !important;
    font: 600 10px Montserrat;
    color: #000;
    text-transform: capitalize;
}

.plan-faq .accordion-button:after {
    background-image: none;
    content: "+";
    color: var(--pg);
    font-size: 16px;
    text-align: center;
}
.accordion-button:not(.collapsed)::after{
    transform: rotate(-135deg);
}

.plan-faq .accordion-body {
    padding: 0 25px 12px 0;
    font-size: 9px
}

.plan-cta {
    padding: 35px 0 42px;
    background: var(--pg);
    color: #fff;
    text-align: center
}

.plan-cta p {
    margin: 0;
    font-size: 11px
}

.plan-cta h2 {
    font-size: 37px;
    line-height: 1.02
}

.plan-cta .grt-btn {
    margin: 16px;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    padding: 20px 30px;
    
}
.plan-cta .grt-btn.grt-btn-yellow {
    color: #000;
    padding: 20px 60px 20px 29px;
    background: url('../assets/detail/icon-up-black.png') var(--yellow) no-repeat right 30px center;
    background-size: 12px;
}
.plan-cta .grt-btn.cta-outline {
    border-color: #fff;
    color: #fff;
    font-style: normal;
}

@media (max-width: 991.98px) {
    .plan-page .site-header {
        position: fixed
    }

    .plan-hero {
        padding-top: 64px
    }

    .plan-hero aside {
        right: 24px
    }

    .booking-grid, .split-section, .faq-grid {
        grid-template-columns:1fr
    }

    .builder-intro {
        padding: 0 24px
    }

    .travel-options {
        grid-template-columns:1fr
    }

    .night-zero {
        grid-template-columns:1fr;
        gap: 14px
    }

    .condition-grid {
        grid-template-columns:1fr
    }

    .grt-container {
        padding-left: 24px;
        padding-right: 24px
    }
}

@media (max-width: 575.98px) {
    .plan-hero {
        height: auto;
        /*height: 720px*/
    }

    .plan-hero .container{
        padding-bottom: 30px;
    }
    .plan-hero-copy {
        padding-top: 95px;
        margin-bottom: 20px;
    }

    .plan-hero h1 {
        font-size: 45px
    }

    .plan-hero .grt-btn {
        min-width: 0;
        width: 100%;
        padding: 20px;
    }

    .plan-hero aside {
        left: auto;
        right: auto;
        bottom: auto;
        width: auto;
        position: relative;
        padding: 20px;
        border-radius: 0 0 30px 0;
        padding-bottom: 0;
    }

    .builder-intro h2, .getting-there header h2, .split-section > div > h2, .conditions h2, .faq-grid > div:first-child h2, .plan-cta h2 {
        font-size: 30px
    }

    .booking-form {
        padding: 25px 18px
    }

    .input-grid {
        grid-template-columns:1fr
    }

    .tour-choice {
        grid-template-columns:22px 1fr
    }

    .tour-choice strong {
        /*grid-column: 2*/
    }

    .hanoi-banner {
        padding: 22px
    }

    .hanoi-banner h3 {
        font-size: 28px
    }

    .booking-total {
        grid-template-columns:1fr
    }

    .booking-total small {
        grid-column: 1;
        grid-row: auto
    }

    .night-zero a {
        text-align: center
    }

    .condition-grid {
        gap: 0px
    }
    .condition-grid article{
        padding: 16px;
    }

    .plan-cta .grt-btn {
        width: 100%;
        margin: 7px 0
    }
}

/* Figma typography scale at the 1440px desktop frame */
.builder-intro > p:first-child, .getting-there header > p, .split-section > div > p:first-child, .conditions > div > p:first-child, .faq-grid > div:first-child > p:first-child {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
}
.getting-there header > p {
    font-weight: 600;
}
.builder-intro > p:nth-of-type(2) {
    max-width: 466px;
    font-size: 16px;
    line-height: 1.42;
    font-weight: 500;
}

.builder-intro li {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.form-progress span, .form-kicker {
    font-size: 12px
}

.tour-choice small, .tour-choice b {
    font-size: 12px
}

.booking-form > label:not(.tour-choice):not(.switch-row), .input-grid label {
    font-size: 11px
}
.booking-form > label:not(.tour-choice):not(.switch-row){
    font-size: 11px;
    color: #000;
    text-transform: none;
}
.switch-row {
    font-size: 11px
}

.getting-there header h2 {
    margin: 5px 0 11px;
    font-size: 48px;
    line-height: 1.08;
    font-weight: 700;
}

.getting-there header small {
    font-size: 16px
}

.hanoi-banner h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}

.hanoi-banner p {
    font-size: 16px;
    line-height: 1.45
}

.travel-options h3 {
    font-size: 16px;
    font-weight: 700;
}

.travel-options p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}

.night-zero strong {
    font-size: 14px
}

.night-zero p {
    font-size: 16px;
    line-height: 1.45
}

.split-section > div > h2 {
    font-size: 48px;
    line-height: 1;
    color: #517307;
    text-transform: uppercase;
}

.split-section > div > p:nth-of-type(2) {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.split-section li h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 9px 0;
}

.split-section li p {
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
    line-height: 20px;
}

.conditions h2 {
    font-size: 48px;
    line-height: 1.25;
    font-weight: 700;
}

.conditions > div > small {
    font-size: 16px
}

.condition-grid h3 {
    font-size: 12px
}

.condition-grid p {
    font-size: 14px;
    margin-bottom: 0;
}
.condition-grid p.sub {
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 0 9px 0;
    font-weight: 700;
}

.faq-grid > div:first-child h2 {
    font-size: 48px;
    font-weight: 700;
    color: var(--green);
}

.faq-grid > div:first-child > p:last-child {
    font-size: 16px;
}

.plan-faq .accordion-button {
    font-size: 16px;
    font-weight: 700;
}

.plan-faq .accordion-body {
    font-size: 12px
}

.plan-cta p {
    font-size: 24px
}

.plan-cta h2 {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.25;
}

@media (max-width: 991.98px) {
    .builder-intro > p:first-child, .getting-there header > p, .split-section > div > p:first-child, .conditions > div > p:first-child, .faq-grid > div:first-child > p:first-child {
        font-size: 19px
    }
}

@media (max-width: 575.98px) {
    .builder-intro h2, .getting-there header h2, .split-section > div > h2, .conditions h2, .faq-grid > div:first-child h2, .plan-cta h2 {
        font-size: 30px
    }

    .hanoi-banner h3 {
        font-size: 27px
    }
}

/* Booking form structure matched to the Plan frame */
.booking-builder {
    padding: 50px 0 49px
}

.booking-grid {
    align-items: start
}

.builder-intro ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.builder-intro li b {
    color: var(--pg)
}

.booking-form {
    padding: 28px 46px 34px;
    border-radius: 10px 10px 77px 10px
}

.form-progress {
    position: relative;
    /*margin-bottom: 24px;*/
    padding: 0 0 17px;
    border: 0
}

.form-progress:after {
    position: absolute;
    right: 50px;
    bottom: 23px;
    left: 50px;
    height: 1px;
    background: #000;
    content: "";
    z-index: 0
}

.form-progress span {
    position: relative;
    z-index: 1;
    padding: 0 8px;
    background: #fffdf0;
    font-size: 16px;
    text-transform: none
}

.form-kicker {
    font-size: 16px
}

.details-kicker {
    margin-top: 14px;
    font-size: 10px;
    margin-bottom: 0;
    font-weight: 700;
}

.tour-choice {
    grid-template-columns:1fr 1fr;
    min-height: 90px;
    margin-bottom: 25px;
    padding: 11px 30px 11px 11px;
    border-color: var(--pg);
    overflow: hidden
}

.tour-choice input {
    position: absolute;
    opacity: 0
}

.tour-choice span small, .tour-choice span b, .tour-choice span em {
    display: block
}

.tour-choice span small {
    font-size: 12px;
    font-weight: 600
}

.tour-choice span b {
    margin: 9px 0;
    color: var(--pg);
    font-size: 20px;
    line-height: 1;
}

.tour-choice span em {
    font-size: 12px;
    font-style: normal
}

.tour-choice strong {
    font-size: 27px;
    line-height: 1;
    text-align: right
}

.tour-choice strong i {
    display: block;
    font-size: 12px;
    font-weight: 400;
    font-style: italic
}

.booking-form > label:not(.tour-choice):not(.option-card):not(.terms-check), .input-grid label {
    font-size: 11px;
    text-transform: none;
    text-transform: capitalize;
}

.booking-form input, .booking-form select {
    height: 48px
}

.field-help {
    margin-top: 2px;
    color: #888;
    font-size: 10px;
    font-style: italic;
    line-height: 1.15;
    text-transform: none
}

.option-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 14px 0;
    padding: 14px 16px;
    background: #cee8cd
}

.option-card > input {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    min-height: 20px;
    accent-color: var(--pg)
}

.option-card span {
    display: flex;
    flex: 1;
    flex-direction: column
}

.option-card b {
    color: var(--pg);
    font-size: 10px;
    text-transform: uppercase
}

.option-card strong {
    margin: 5px 0;
    font-size: 10px
}

.option-card small {
    font-size: 10px;
    line-height: 1.35
}

.bus-help {
    align-items: center
}

.bus-help > input {
    order: 2
}

.booking-total {
    grid-template-columns:1fr 190px;
    padding: 17px 24px;
    background: #4c8413
}

.booking-total span {
    color: var(--yellow);
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-transform: none;
    margin: 0 0 4px 0;
}

.booking-total strong {
    grid-row: auto;
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    margin: 0 0 7px 0;
}

.booking-total > small {
    grid-column: 1;
    grid-row: auto;
    max-width: none;
    font-size: 11px
}

.booking-total ul {
    grid-column: 2;
    grid-row: 1/4;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 11px;
    line-height: 1.25;
}

.booking-total li + li {
    margin-top: 10px
}

.payment-methods {
    margin: 14px 0 0;
    padding: 0;
    border: 0
}

.payment-methods legend {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase
}

.payment-choice {
    display: grid;
    grid-template-columns:1fr auto;
    align-items: center;
    min-height: 64px;
    margin-bottom: 14px;
    padding: 9px 11px;
    border: 1px solid var(--pg);
    background: #fff;
    cursor: pointer;
}

.payment-choice.active {
    background: #eafbc4
}

.payment-choice input {
    position: absolute;
    opacity: 0
}

.payment-choice span {
    display: flex;
    flex-direction: column
}

.payment-choice b {
    font-size: 12px;
    text-transform: capitalize;
}

.payment-choice small {
    margin-top: 4px;
    color: #595858;
    font-size: 12px;
    line-height: 1.25
}

.payment-choice em {
    color: var(--pg);
    font-size: 12px;
    text-transform: capitalize;
}

.card-total {
    display: flex;
    gap: 36px;
    margin-top: 7px;
    padding: 9px 11px;
    background: var(--yellow);
    display: none;
}

.card-total.is-visible {
    display: flex;
}

.card-total span {
    display: flex;
    flex-direction: column
}

.card-total b {
    font-size: 16px;
    text-transform: capitalize
}

.card-total small {
    color: #595858;
    font-size: 12px;
    font-style: italic
}

.card-total strong {
    font-size: 16px
}

.terms-check {
    display: flex;
    gap: 9px;
    margin: 9px 0;
    font-size: 9px;
    font-style: italic;
    line-height: 1.4
}

.terms-check input {
    width: 17px;
    height: 17px;
    min-height: 17px;
    accent-color: #4cbd31
}

.terms-check a {
    color: inherit;
    text-decoration: underline
}

.booking-form button {
    padding: 17px 73px 17px 23px;
    font-size: 24px;
    line-height: 1.25;
    background: url('../assets/plan/icon-up-right.png') #006837 no-repeat right 35px center;
}

.form-note {
    margin: 14px 0 0;
    text-align: left;
    font-size: 9px;
    font-style: italic;
    line-height: 1.4;
    color: #595858;
}

.night-zero {
    grid-template-columns:160px 1fr 310px;
    /*background: #fff;*/
    border: 1px solid #d2d2c9;
    color: #fff
}

.night-zero strong {
    color: var(--yellow);
    font-weight: 600;
}

.night-zero a {
    border-color: #fff;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-style: italic;
}

.transport-note {
    margin: 20px 0 0;
    font-size: 9px;
    color: #595858;
    font-style: italic;
}

@media (max-width: 991.98px) {
    .booking-form {
        padding: 28px
    }

    .booking-total {
        grid-template-columns:1fr 180px
    }

    .night-zero {
        grid-template-columns:1fr;
        gap: 16px
    }

    .night-zero a {
        justify-self: start
    }
}

@media (max-width: 575.98px) {
    .form-progress span {
        font-size: 12px
    }

    .form-progress:after {
        right: 32px;
        left: 32px
    }

    .tour-choice {
        grid-template-columns:1fr;
        padding: 11px 20px;
    }

    .tour-choice strong {
        text-align: left;
        margin-top: 10px;
    }

    .booking-total {
        grid-template-columns:1fr
    }

    .booking-total ul {
        grid-column: 1;
        grid-row: auto;
        margin-top: 12px
    }

    .payment-choice {
        grid-template-columns:1fr
    }

    .payment-choice em {
        margin-top: 8px
    }

    .card-total {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px
    }

    .booking-form button {
        font-size: 14px
    }
}

/* GRT booking / OnePAY result notice */
.booking-notice {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 8px;
    padding: 16px 20px;
    border: 1px solid #cfd6ca;
    background: #fff;
    color: #173326;
}

.booking-notice strong {
    font-weight: 700;
}

.booking-notice span {
    white-space: nowrap;
    font-size: 13px;
    font-weight: 700;
}

.booking-notice--success {
    border-color: #85a86b;
    background: #f2f8ec;
}

.booking-notice--info {
    border-color: #d5c96d;
    background: #fffbea;
}

.booking-notice--error {
    border-color: #c99191;
    background: #fff2f2;
}

#bookingSubmitButton:disabled {
    cursor: wait;
    opacity: .7;
}

@media (max-width: 767.98px) {
    .booking-notice {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .booking-notice span {
        white-space: normal;
    }
}
