.elementor-5033 .elementor-element.elementor-element-bcff96f{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}.elementor-5033 .elementor-element.elementor-element-3a43e32 img{width:120px;}.elementor-5033 .elementor-element.elementor-element-616657e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}.elementor-5033 .elementor-element.elementor-element-9343d75{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5033 .elementor-element.elementor-element-58d52ec .jet-form-builder__label{text-align:left;}.elementor-5033 .elementor-element.elementor-element-58d52ec .jet-form-builder__desc{text-align:left;}.elementor-5033 .elementor-element.elementor-element-58d52ec .jet-form-builder__fields-group{gap:0.7em 0.7em;}.elementor-5033 .elementor-element.elementor-element-58d52ec .jet-form-builder__field-wrap.checkradio-wrap span{gap:8px;}.elementor-5033 .elementor-element.elementor-element-58d52ec .jet-form-builder input{color-scheme:normal;}.elementor-5033 .elementor-element.elementor-element-58d52ec .jet-form-builder-repeater__row-remove{align-self:flex-start;}.elementor-5033 .elementor-element.elementor-element-58d52ec .jet-form-builder__action-button{transition:all 0.3s;}.elementor-5033 .elementor-element.elementor-element-58d52ec .jet-form-builder__next-page-wrap{text-align:left;}.elementor-5033 .elementor-element.elementor-element-58d52ec .jet-form-builder-message--success{text-align:center;}.elementor-5033 .elementor-element.elementor-element-58d52ec .jet-form-builder-message--error{text-align:center;}.elementor-5033 .elementor-element.elementor-element-9a3cf5a{--display:flex;}.elementor-5033 .elementor-element.elementor-element-077ea9b{text-align:start;}.elementor-5033 .elementor-element.elementor-element-077ea9b .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:20px;font-weight:700;color:#172033;}.elementor-5033 .elementor-element.elementor-element-4062344 > .jet-listing-grid > .jet-listing-grid__items{--columns:2;}.elementor-5033 .elementor-element.elementor-element-65538f3{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5033 .elementor-element.elementor-element-46035ec{--display:flex;}.elementor-5033 .elementor-element.elementor-element-d93019c > .jet-listing-grid > .jet-listing-grid__items{--columns:1;}.elementor-5033 .elementor-element.elementor-element-b7fc3f0{--display:flex;}.elementor-5033 .elementor-element.elementor-element-2bc367f{text-align:start;}.elementor-5033 .elementor-element.elementor-element-2bc367f .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:20px;font-weight:700;color:#172033;}.elementor-5033 .elementor-element.elementor-element-1684f03{--display:flex;}.elementor-5033 .elementor-element.elementor-element-9550e0c{text-align:start;}.elementor-5033 .elementor-element.elementor-element-9550e0c .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:20px;font-weight:700;color:#172033;}.elementor-5033 .elementor-element.elementor-element-3f7d187{--display:flex;}@media(min-width:768px){.elementor-5033 .elementor-element.elementor-element-9343d75{--width:70%;}.elementor-5033 .elementor-element.elementor-element-65538f3{--width:30%;}}@media(max-width:1024px) and (min-width:768px){.elementor-5033 .elementor-element.elementor-element-9343d75{--width:100%;}.elementor-5033 .elementor-element.elementor-element-65538f3{--width:100%;}}@media(max-width:1024px){.elementor-5033 .elementor-element.elementor-element-616657e{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}}@media(max-width:767px){.elementor-5033 .elementor-element.elementor-element-077ea9b .elementor-heading-title{font-size:16px;}.elementor-5033 .elementor-element.elementor-element-2bc367f .elementor-heading-title{font-size:16px;}.elementor-5033 .elementor-element.elementor-element-9550e0c .elementor-heading-title{font-size:16px;}}/* Start custom CSS for html, class: .elementor-element-6ff3b99 */.checkout-steps {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 25px 15px;
    box-sizing: border-box;
}

.checkout-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.step-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0875d1;
    border-radius: 50%;
    background: #ffffff;
    color: #0875d1;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    box-sizing: border-box;
}

.checkout-step.completed .step-icon {
    background: #0875d1;
    color: #ffffff;
    font-size: 15px;
    border-color: #0875d1;
}

.step-title {
    margin-top: 8px;
    color: #0066cc;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
}

.step-line {
    width: 48px;
    height: 1px;
    margin: 12px 16px 0;
    background: #0875d1;
    flex-shrink: 1;
}

/* Tablet */
@media screen and (max-width: 768px) {
    .checkout-steps {
        padding: 20px 10px;
    }

    .step-line {
        width: 40px;
        margin-left: 12px;
        margin-right: 12px;
    }
}

/* Mobile */
@media screen and (max-width: 480px) {
    .checkout-steps {
        padding: 18px 5px;
    }

    .step-title {
        font-size: 12px;
    }

    .step-icon {
        width: 22px;
        height: 22px;
        font-size: 13px;
    }

    .step-line {
        width: 32px;
        margin: 11px 8px 0;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cbbf9f0 *//* ==================================================
   JETENGINE ADD-ON MOBILE CAROUSEL
   Desktop/Tablet: Normal JetEngine grid
   Mobile <= 550px: 1 item carousel
================================================== */

/* Always hide carousel navigation by default */
.cc-addon-listing .cc-addon-carousel-nav,
.cc-addon-listing .cc-addon-carousel-button {
    display: none !important;
}


/* ==================================================
   DESKTOP AND TABLET RESET
================================================== */

@media only screen and (min-width: 551px) {

    .cc-addon-listing .jet-listing-grid {
        overflow: visible !important;
    }

    .cc-addon-listing .jet-listing-grid__items {
        transform: none !important;
        transition: none !important;
        will-change: auto !important;
    }

    .cc-addon-listing .cc-addon-carousel-nav,
    .cc-addon-listing .cc-addon-carousel-button {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }
}


/* ==================================================
   MOBILE CAROUSEL
================================================== */

@media only screen and (max-width: 550px) {

    /* Main carousel viewport */
    .cc-addon-listing .jet-listing-grid {
        position: relative;
        width: 100%;
        max-width: 100%;
        overflow: hidden !important;
    }

    /* Carousel track */
    .cc-addon-listing .jet-listing-grid__items {
        display: flex !important;
        grid-template-columns: none !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: stretch !important;

        width: 100% !important;
        max-width: 100% !important;

        gap: 12px !important;
        margin: 0 !important;
        padding: 0 !important;

        transition: transform 0.5s ease;
        will-change: transform;
    }

    /* One full-width item */
    .cc-addon-listing .jet-listing-grid__item {
        display: block !important;

        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;

        margin: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;

        box-sizing: border-box !important;
    }

    /* Equal-height support */
    .cc-addon-listing
    .jet-listing-grid__item > .elementor {
        width: 100%;
        height: 100%;
    }

    .cc-addon-listing .booking-addon-card {
        width: 100%;
        height: 100%;
    }

    /* Navigation only when carousel is active */
    .cc-addon-listing.cc-mobile-carousel-active
    .cc-addon-carousel-nav {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;

        align-items: center;
        justify-content: center;

        width: 100%;
        gap: 14px;

        margin: 18px 0 0;
        padding: 0;

        pointer-events: auto !important;
    }

    /* Arrow buttons */
    .cc-addon-listing.cc-mobile-carousel-active
    .cc-addon-carousel-button {
        display: inline-flex !important;
        visibility: visible !important;
        opacity: 1 !important;

        align-items: center;
        justify-content: center;

        flex: 0 0 38px;
        width: 38px !important;
        min-width: 38px !important;
        max-width: 38px !important;
        height: 38px !important;
        min-height: 38px !important;

        margin: 0 !important;
        padding: 0 !important;

        border: 1px solid #d7d7d7 !important;
        border-radius: 50% !important;

        background: #ffffff !important;
        color: #111111 !important;

        font-size: 0;
        line-height: 1;

        cursor: pointer;
        pointer-events: auto !important;

        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);

        appearance: none;
        -webkit-appearance: none;

        transition:
            background-color 0.25s ease,
            color 0.25s ease,
            border-color 0.25s ease,
            transform 0.25s ease;
    }

    .cc-addon-listing.cc-mobile-carousel-active
    .cc-addon-carousel-button:hover,
    .cc-addon-listing.cc-mobile-carousel-active
    .cc-addon-carousel-button:focus {
        background: #111111 !important;
        color: #ffffff !important;
        border-color: #111111 !important;
        outline: none !important;
    }

    .cc-addon-listing.cc-mobile-carousel-active
    .cc-addon-carousel-button:active {
        transform: scale(0.92);
    }

    .cc-addon-listing.cc-mobile-carousel-active
    .cc-addon-carousel-button svg {
        display: block;
        width: 16px;
        height: 16px;
        fill: currentColor;
        pointer-events: none;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-9a3cf5a */.cc-addon-container {
    
    margin: 0 !important;
     padding: 28px 24px 24px;
    background: #ffffff;
    border: 1px solid #d7dee8;
    border-radius: 16px;
    box-shadow: 0 2px 4px rgba(15, 23, 42, 0.12);
    box-sizing: border-box;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d97e899 */.booking-selected-addons-card {
    margin: 0 !important;
    padding: 28px 24px 24px;
    background: #ffffff;
    border: 1px solid #d7dee8;
    border-radius: 16px;
    box-shadow: 0 2px 4px rgba(15, 23, 42, 0.12);
    box-sizing: border-box;
}





.booking-selected-addons__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.booking-selected-addons__empty {
    margin: 0;
    color: #667085;
    font-size: 14px;
}

.booking-selected-addon-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eaecf0;
}

.booking-selected-addon-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.booking-selected-addon-item__image {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    overflow: hidden;
    border-radius: 7px;
    background: #f2f4f7;
}

.booking-selected-addon-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.booking-selected-addon-item__content {
    flex: 1;
    min-width: 0;
}

.booking-selected-addon-item__title {
    margin: 0;
    color: #101828;
    font-size: 14px;
    font-weight: 600;
}

.booking-selected-addon-item__quantity {
    color: #1686d9;
}

.booking-selected-addon-item__price {
    color: #ff3b30;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8d8c02b */.booking-payment-summary-card {
    margin: 0 !important;
    padding: 28px 24px 24px;
    background: #ffffff;
    border: 1px solid #d7dee8;
    border-radius: 16px;
    box-shadow: 0 2px 4px rgba(15, 23, 42, 0.12);
    box-sizing: border-box;
}

.booking-payment-summary {
    display: flex;
    flex-direction: column;
}

.booking-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 11px 0;
    color: #344054;
    font-size: 14px;
}

.booking-summary-row strong {
    color: #344054;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

.booking-summary-row--total {
    margin-top: 3px;
    border-top: 1px solid #eaecf0;
    border-bottom: 1px solid #eaecf0;
}

.booking-summary-row--grand {
    margin-top: 3px;
    padding-bottom: 0;
    border-top: 1px solid #eaecf0;
    color: #101828;
    font-weight: 600;
}

.booking-summary-row--grand strong {
    color: #ff3b30;
    font-size: 16px;
    font-weight: 600;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d72543c *//* Original JetFormBuilder controls:
   DOM/form-এর মধ্যে থাকবে, কিন্তু visually hidden থাকবে */
.jet-form-builder-row:has(.jfb-age-source),
.jet-form-builder-row:has(.jfb-terms-source),
.jet-form-builder-row:has(.jfb-submit-source) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

/* Right column confirmation panel */
.booking-confirmation-panel {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin-top: 18px;
}

.booking-confirmation-option {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 0;
    color: #475467;
    font-size: 13px;
    line-height: 1.45;
    cursor: pointer;
}

.booking-confirmation-option input {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    margin: 2px 0 0;
    accent-color: #28a9e0;
    cursor: pointer;
}

.booking-confirmation-option a {
    color: #0078c8;
    font-weight: 600;
    text-decoration: none;
}

.booking-confirmation-option a:hover {
    text-decoration: underline;
}

.booking-confirmation-error {
    margin: 8px 0 0;
    color: #ff3b30;
    font-size: 12px;
}

.booking-visible-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    margin-top: 4px;
    padding: 12px 25px;
    border: 0;
    border-radius: 999px;
    background: #29a9df;
    color: #ffffff;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.2s ease;
}

.booking-visible-submit:hover {
    background: #168fc5;
    transform: translateY(-1px);
}

.booking-visible-submit.is-processing {
    opacity: 0.65;
    pointer-events: none;
}/* End custom CSS */