article {
    max-width: 1200px;
    margin: 0 auto;
}

.single-product article .inside-article {
    padding: 30px 16px;
}

.woocommerce h1 {
    font: 700 26px/1.1 var(--all-round-gothic);
    color: var(--brand-green-new);
    margin-bottom: 18px;
    text-align: center;
}

.woocommerce h2 {
    font: 500 24px / 1.3 var(--Lexend);
    color: var(--green-dark-2);
    margin-bottom: 10px;
}

.entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child) {
    margin-top: 0;
}

.woocommerce #content .product div.summary,
.woocommerce .product div.summary,
.woocommerce-page #content .product div.summary,
.woocommerce-page .product div.summary {
    width: 100%;
}

.booking-error {
    color: var(--error-red);
    font-weight: 500;
}

.wc-bookings-booking-form {
    border: 1px solid #eee;
    border-radius: 8px;
}

.woocommerce .product form.cart {
    /*max-width: 950px;*/
    margin: 0 0 32px;
}

.woocommerce .product form.cart .button {
    width: 100%;
    max-width: 500px;
    font-size: 24px;
    padding: 10px;
}

.tour_booking_info h4 {
    font: 500 22px / 1.3 var(--Lexend);
    margin-bottom: 12px;
}

.tour_booking_info ul {
    margin: 0 0 0 20px;
    font-size: 15px;
}

.tb-extra-questions h5 {
    font: 400 20px/1.3 var(--Lexend);
}

.woocommerce form .optional {
    display: none !important;
}

.woocommerce p {
    font: 300 16px/1.5 var(--Lexend);
}

.woocommerce .intro-text p {
    font-size: 16px;
}

.woocommerce .details-text p {
    font-size: 16px;
}

.details-intro {
    display: grid;
    margin: 30px auto;
    gap: 20px;
}

.intro-item-text {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.intro-item {
    align-items: center;
    gap: 10px;
    padding: 0;
    text-align: center;
    border-radius: 8px;
    /*box-shadow: 0 0 40px 0 #0000001a;*/
}

.product-intro hr {
    background-color: rgba(57, 75, 87, 0.5);
    height: 1px;
}

.details-intro hr {
    display: none;
}

.intro-item svg {
    width: 36px;
    height: auto;
    color: var(--brand-grey);
    margin-bottom: 0;
}

.intro-item span:first-of-type {
    font: 500 14px / 1.3 var(--Lexend);
    color: var(--brand-grey);
}

.intro-item span {
    font-weight: 300;
    font-size: 13px;
}

hr {
    margin-bottom: 30px;
    margin-top: 30px;
}

.product-details,
.office-info {
    margin: 30px 0;
}

.product-details ul {
    margin: 0 0 0 24px;
}

.product-details li {
    margin-bottom: 10px;
    font-size: 16px;
}

.office-info ol, .office-info ul {
    margin: 12px 0 12px 24px;
    font-size: 16px;
}

.woocommerce form .form-row label {
    line-height: 1.5;
    font-size: 14px;
}

p#tb_first_name_field,
p#tb_email_field,
p#tb_pickup_option_field,
p#tb_q_first_time_field {
    width: 100%;
}

p#tb_last_name_field,
p#tb_nationality_field,
p#tb_contact_number_field,
p#tb_q_how_know_field {
    width: 100%;
}

input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    padding: 6px 10px;
    border: var(--wc-form-border-width) solid var(--wc-form-border-color);
    border-radius: var(--wc-form-border-radius);
    color: var(--wc-form-color-text, #000);
    line-height: normal;
    font-size: 14px;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    padding: 6px 10px;
    font-size: 14px;
}

.wc-bookings-date-picker {
    padding: 0;
}

#book-now {
    scroll-margin: 90px;
}

a.product-cta {
    margin: 20px auto;
    max-width: 500px;
    width: 100%;
    text-transform: uppercase;
    box-shadow: 0 0 30px 0 #00000038;
}

.woocommerce .product form.cart .button {
    background-color: var(--brand-grey-dark);
    color: var(--color-website-bg);
    font: 500 24px / 1.3 var(--Lexend);
    border-radius: 4px;
    box-shadow: 0 0 30px 0 #00000038;
    text-transform: capitalize;
}

.woocommerce .product form.cart .button:hover {
    background-color: var(--brand-grey-dark);
    opacity: 0.75;
}

.wc-deposits-wrapper .wc-deposits-payment-description {
    font-size: 20px;
}


.back-to-all {
    display: block;
    font: 400 22px / 1.3 var(--Lexend);
    width: max-content;
    margin: 0 auto;
    color: var(--brand-green-new);
    text-decoration: none !important;
}

.back-to-all > svg {
    width: 28px;
    height: auto;
    vertical-align: bottom;
    fill: var(--brand-green-new);
}

.back-to-all span {
    position: relative;
}

.back-to-all span::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -5px;
    height: 2px;
    width: 0;
    background: var(--brand-green-new);
    transform-origin: right;
    transition: all 0.5s cubic-bezier(0.4,0,0.2,1);
}

.back-to-all:hover span::after {
    width: calc(100%);
}

.wc-bookings-booking-form label {
    font-weight: 500;
}

@media (max-width: 990px) {
    /*Roi to Prod*/
    .tour-booking-extra-fields {
        display: flex;
        flex-direction: column;
    }
    #tb_contact_number_field {
        order: 2;
    }
    /*Roi to Prod End*/
}

@media (min-width: 991px) {
    .single-product article .inside-article {
        padding: 30px;
    }

    .single-tour-slider-list {
        max-height: 550px;
    }

    .woocommerce h1 {
        font: 700 42px/1.3 var(--all-round-gothic);
        color: var(--brand-green-new);
        margin-bottom: 24px;
    }

    .woocommerce h2 {
        font: 500 30px / 1.3 var(--Lexend);
        color: var(--green-dark-2);
        margin-bottom: 24px;
    }

    .details-intro {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
    }

    .details-intro hr {
        display: block;
        background-color: rgb(57 75 87);
        height: 1.5px;
        width: 36px;
        margin: 4px auto;
    }

    .intro-item {
        flex-direction: column;
        padding: 24px 20px;
        gap: 4px;
    }

    .intro-item svg {
        width: 50px;
        height: auto;
        color: var(--brand-grey);
        margin-bottom: 8px;
    }

    .intro-item span:first-of-type {
        font: 500 22px / 1.3 var(--Lexend);
    }

    .intro-item-text {
        align-items: center;
        gap: 4px;
    }

    .intro-item span {
        font-weight: 300;
        font-size: 20px;
    }

    .woocommerce .intro-text p {
        font-size: 20px;
    }

    .woocommerce .details-text p {
        font-size: 18px;
    }

    hr {
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .product-details,
    .office-info {
        margin: 50px 0;
    }

    a.product-cta {
        width: 250px;
    }

    .product-details li {
        font-size: 18px;
    }

    .office-info ol, .office-info ul {
        font-size: 18px;
    }

    .tour_booking_info h4 {
        font: 400 30px / 1.3 var(--Lexend);
    }

    .tour_booking_info ul {
        font-size: 16px;
    }

    p#tb_first_name_field,
    p#tb_email_field,
    p#tb_pickup_option_field,
    p#tb_q_first_time_field {
        display: inline-block;
        width: calc(50% - 8px);
        margin-right: 16px;
    }

    p#tb_last_name_field,
    p#tb_nationality_field,
    p#tb_contact_number_field,
    p#tb_q_how_know_field {
        display: inline-block;
        width: calc(50% - 8px);
    }

    .woocommerce form .form-row label {
        font-size: 15px;
    }

    .tb-extra-questions h5 {
        font-size: 28px;
    }

    .woocommerce .product form.cart .button {
        width: 250px;
        padding: 14px 24px;
    }

    .back-to-all {
        font: 400 30px / 1.3 var(--Lexend);
    }

    .back-to-all > svg {
        width: 38px;
    }

    input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
        font-size: 15px;
        padding: 8px 10px;
    }

    .woocommerce form .form-row .input-text, .woocommerce form .form-row select {
        font-size: 15px;
        padding: 8px 10px;
    }
}


/* ===== Single Tour Slider ===== */
.single-tour-gallery {
    position: relative;
    padding: 0 0 50px;
}

.single-tour-slider {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 0 30px 0 #00000038;
}

/* Track becomes a "stack" for fade mode */
.single-tour-slider-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    height: auto;
    width: 100%;
    aspect-ratio: 1.56;
}

/* Slides stacked on top of each other */
.single-tour-slider-item {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 400ms ease;
}

.single-tour-slider-item.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 2;
}

.single-tour-slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ===== Arrows ===== */

.slider-arrow,
.slider-arrow:hover,
.slider-arrow:focus,
.slider-arrow:active {
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10;
    padding: 0;
    user-select: none;
    transition: all 0.3s ease;
}

.slider-arrow:hover {
    opacity: 0.5;
}

.slider-arrow svg {
    width: 30px;
    height: 30px;
    fill: var(--cyan-dark-88);
}

.section-container > div.cta-bookings-container {
    padding-bottom: 70px;
}

.booking-slider-arrows {
    position: absolute;
    left: 10px;
    gap: 10px;
    bottom: 0;
}

.slider-arrow svg {
    width: 30px;
    height: 30px;
}

/* Dots */

.slider-dots {
    position: absolute;
    bottom: 10px;
    right: 20px;
    display: none;
    gap: 10px;
    height: 40px;
    align-items: center;
}

.slider-dot {
    width: 12px;
    height: 12px;
    background: var(--cyan-dark-88);
    opacity: 0.5;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dot.active {
    opacity: 1;
}


@media (max-width: 768px) {
    .single-tour-slider-list {
        min-height: 200px;
    }

    .slider-arrow {
        width: 40px;
        height: 40px;
    }
}

@media (min-width: 991px) {
    .single-tour-gallery {
        position: relative;
        padding: 0 0 80px;
    }

    .booking-slider-arrows {
        bottom: 15px;
        left: 20px;
        gap: 16px;
    }

    .slider-arrow svg {
        width: 40px;
        height: 40px;
    }

    .slider-dots {
        bottom: 15px;
        display: flex;
        max-width: 85%;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
}



