@import url('https://cdn-uicons.flaticon.com/2.2.0/uicons-regular-rounded/css/uicons-regular-rounded.css');
@import url('https://cdn-uicons.flaticon.com/2.2.0/uicons-thin-rounded/css/uicons-thin-rounded.css');
@import url('https://cdn-uicons.flaticon.com/2.2.0/uicons-thin-straight/css/uicons-thin-straight.css');
@import url('https://cdn-uicons.flaticon.com/2.2.0/uicons-solid-rounded/css/uicons-solid-rounded.css');
@import url('https://cdn-uicons.flaticon.com/2.2.0/uicons-regular-rounded/css/uicons-regular-rounded.css');
@import url('https://cdn-uicons.flaticon.com/2.4.2/uicons-solid-straight/css/uicons-solid-straight.css');
@import url('https://cdn-uicons.flaticon.com/2.5.1/uicons-brands/css/uicons-brands.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.5.0/css/flag-icon.min.css');
@import url('https://cdn-uicons.flaticon.com/2.5.1/uicons-thin-rounded/css/uicons-thin-rounded.css');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Montserrat, sans-serif !important
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

select.form-select-flag,
select.form-select-flag option {
    font-family: 'Noto Color Emoji' !important;
    letter-spacing: 0px !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    background-color: var(--primary-color) !important;
    border-radius: 25px !important;
}

div:where(.swal2-container) div:where(.swal2-popup) {
    border-radius: 20px !important;
}

:root {
    --primary-color: #ff6900;
    --secondary-color: #023047;
    --text-color: var(--primary-color);
    --text-color-light: #ffffff;
    --text-color-dark: #000000;
    --text-color-gray: #959595;
    --bg-color: var(--primary-color);
    --bg-color-light: #FFFFFF;
    --bg-color-dark: #000000;
    --border-color: #B5B5B5;
    --border-color-light: #ffffff;
    --border-color-dark: #000000
}

.text-justify {
    text-align: justify;
}

section {
    padding-block: 60px
}

.text-required {
    color: orangered !important;
}

.form-control,
.form-select,
.text-area {
    color: var(--text-color-dark) !important;
    font-weight: 400 !important;
    cursor: default !important;
    outline: 0 !important;
    border: 1px solid #c2c2c2 !important;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, .1) !important
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 20px !important;
    line-height: 30px !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px !important;
    height: 20px !important;
    content: 'â€¢';
    text-align: center;
    opacity: .65;
    margin-top: 40px !important;
    color: var(--primary-color) !important
}

.slick-next,
.slick-prev {
    display: none !important
}

.fi {
    display: flex !important
}

.fs-18 {
    font-size: 18px !important
}

.toastify {
    font-size: 14px !important;
    padding: 12px 20px;
    color: #fff;
    display: inline-block;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .12), 0 10px 36px -4px rgba(77, 96, 232, .3);
    background: var(--primary-color) !important;
    background: var(--primary-color) !important;
    position: fixed;
    opacity: 0;
    transition: all .4s cubic-bezier(.215, .61, .355, 1);
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    max-width: calc(50% - 20px);
    z-index: 2147483647
}

.main-btn {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    background-color: var(--bg-color);
    color: var(--text-color-light);
    padding: 10px 20px;
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.main-btn:hover {
    color: var(--text-color);
    border: 1px solid var(--primary-color);
    background-color: var(--bg-color-light);
}

.payment-btn {
    font-size: 14px !important;
    line-height: 18px !important;
    background-color: var(--secondary-color) !important;
    color: var(--text-color-light) !important;
    border: 1px solid var(--secondary-color) !important;
}

.payment-btn:hover {
    color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    background-color: var(--bg-color-light) !important;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
    display: block !important;
}

.iti.iti--allow-dropdown.iti--separate-dial-code input {
    padding-left: 73px !important;
}

.primary-btn {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    background-color: var(--bg-color-light) !important;
    color: var(--text-color-dark) !important;
    padding: 10px 20px;
    border: 1px solid var(--bg-color-light) !important;
    border-radius: 8px;
    cursor: pointer;
    transition: all .3s ease-in-out
}

.section-tag {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--text-color)
}

.section-title {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    margin-block-end: 20px;
    color: var(--text-color-dark)
}

.section-sub-title {
    font-size: 33px;
    line-height: 36px;
    font-weight: 700;
    margin-block-end: 20px;
    color: var(--text-color-dark)
}

.section-paragraph {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--text-color-dark)
}

/* ══════════════════════════════════════════════════════════════
   HEADER – Modern White Theme
   ══════════════════════════════════════════════════════════════ */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,.06);
    box-shadow: 0 1px 12px rgba(0,0,0,.04);
    transition: box-shadow .3s ease, background .3s ease;
}
.site-header.header--scrolled {
    box-shadow: 0 2px 20px rgba(0,0,0,.08);
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
    gap: 20px;
}

/* Brand / Logo */
.header__brand {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
}
.header__logo {
    height: 48px;
    width: auto;
    object-fit: contain;
    transition: transform .25s ease;
}
.header__brand:hover .header__logo {
    transform: scale(1.03);
}

/* Desktop Nav Links */
.header__nav {
    display: flex;
    align-items: center;
    gap: 6px;
}
.header__link {
    position: relative;
    font-size: 14.5px;
    font-weight: 500;
    letter-spacing: .2px;
    color: #333333;
    text-decoration: none !important;
    padding: 8px 16px;
    border-radius: 8px;
    transition: color .25s ease, background .25s ease;
}
.header__link:hover {
    color: #ff6900;
    background: rgba(255,105,0,.05);
}
.header__link--active {
    color: #ff6900 !important;
    background: rgba(255,105,0,.07);
}
.header__link--active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 2.5px;
    background: #ff6900;
    border-radius: 2px;
}

/* Actions (CTA + Hamburger) */
.header__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.header__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    font-weight: 600;
    letter-spacing: .3px;
    text-decoration: none !important;
    color: #ffffff !important;
    background: var(--secondary-color, #023047);
    padding: 10px 22px;
    border-radius: 10px;
    border: 1.5px solid var(--secondary-color, #023047);
    transition: all .3s ease;
    white-space: nowrap;
}
.header__cta:hover {
    color: #ff6900 !important;
    background: #ffffff;
    border-color: #ff6900;
    box-shadow: 0 4px 16px rgba(255,105,0,.15);
    transform: translateY(-1px);
}
.header__cta i {
    font-size: 15px;
}

/* Hamburger */
.header__hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 0;
    background: none;
    border: 1.5px solid rgba(0,0,0,.1);
    border-radius: 10px;
    cursor: pointer;
    transition: all .25s ease;
}
.header__hamburger:hover {
    border-color: rgba(0,0,0,.2);
    background: rgba(0,0,0,.02);
}
.header__hamburger-line {
    display: block;
    width: 18px;
    height: 2px;
    background: #333333;
    border-radius: 2px;
    transition: all .3s ease;
}
/* Hamburger active state */
.header__hamburger.is-active .header__hamburger-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.header__hamburger.is-active .header__hamburger-line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}
.header__hamburger.is-active .header__hamburger-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* ── Mobile Overlay ── */
.mobile-overlay {
    position: fixed;
    inset: 0;
    z-index: 1050;
    background: rgba(0,0,0,.35);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s ease, visibility .35s ease;
}
.mobile-overlay.is-visible {
    opacity: 1;
    visibility: visible;
}

/* ── Mobile Drawer ── */
.mobile-drawer {
    position: fixed;
    top: 0;
    right: -320px;
    z-index: 1060;
    width: 300px;
    max-width: 85vw;
    height: 100%;
    background: #ffffff;
    box-shadow: -4px 0 30px rgba(0,0,0,.1);
    display: flex;
    flex-direction: column;
    transition: right .35s cubic-bezier(.4,0,.2,1);
    overflow-y: auto;
}
.mobile-drawer.is-open {
    right: 0;
}

.mobile-drawer__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid rgba(0,0,0,.06);
}
.mobile-drawer__logo {
    height: 40px;
    width: auto;
    object-fit: contain;
}
.mobile-drawer__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: none;
    background: #f5f5f5;
    border-radius: 50%;
    cursor: pointer;
    color: #333;
    font-size: 18px;
    transition: all .25s ease;
}
.mobile-drawer__close:hover {
    background: #eee;
    transform: rotate(90deg);
}

.mobile-drawer__nav {
    display: flex;
    flex-direction: column;
    padding: 16px 12px;
    gap: 2px;
    flex: 1;
}
.mobile-drawer__link {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    font-size: 15px;
    font-weight: 500;
    color: #333333 !important;
    text-decoration: none !important;
    border-radius: 12px;
    transition: all .2s ease;
}
.mobile-drawer__link i {
    font-size: 17px;
    color: #888;
    width: 24px;
    text-align: center;
    transition: color .2s ease;
}
.mobile-drawer__link:hover {
    background: rgba(255,105,0,.05);
    color: #ff6900 !important;
}
.mobile-drawer__link:hover i {
    color: #ff6900;
}
.mobile-drawer__link--active {
    background: rgba(255,105,0,.07) !important;
    color: #ff6900 !important;
}
.mobile-drawer__link--active i {
    color: #ff6900 !important;
}

/* Drawer Footer */
.mobile-drawer__footer {
    padding: 20px 24px;
    border-top: 1px solid rgba(0,0,0,.06);
}
.mobile-drawer__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 13px 20px;
    font-size: 14.5px;
    font-weight: 600;
    color: #ffffff !important;
    text-decoration: none !important;
    background: var(--secondary-color, #023047);
    border-radius: 12px;
    transition: all .3s ease;
}
.mobile-drawer__cta:hover {
    background: #ff6900;
    box-shadow: 0 4px 16px rgba(255,105,0,.25);
    transform: translateY(-1px);
}
.mobile-drawer__cta i {
    font-size: 16px;
}

.mobile-drawer__social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 18px;
}
.mobile-drawer__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.1);
    color: #555 !important;
    text-decoration: none !important;
    transition: all .3s ease;
}
.mobile-drawer__social a:hover {
    background: #ff6900;
    border-color: #ff6900;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255,105,0,.25);
}
.mobile-drawer__social a i {
    font-size: 15px;
    line-height: 1;
}

/* ── Responsive tweaks ── */
@media (max-width: 991px) {
    .header__inner {
        height: 64px;
    }
    .header__logo {
        height: 40px;
    }
    .header__cta span {
        display: none;
    }
    .header__cta {
        padding: 9px 14px;
        border-radius: 9px;
    }
}
@media (max-width: 575px) {
    .header__inner {
        height: 58px;
    }
    .header__logo {
        height: 36px;
    }
}

.dropdown-item {
    color: var(--main-color) !important;
    font-weight: 400 !important;
    text-align: start !important;
    text-transform: uppercase !important
}

.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: var(--main-color) !important;
    color: #fff !important
}

.slider {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 10
}

.slider .overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    background-color: rgba(0, 0, 0, .5)
}

.slider-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    transition: transform 1s ease-in-out
}

.slider-inner .content {
    width: 100%;
    max-width: 800px;
    margin-inline: auto;
    padding-inline: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 999
}

.slider .slider-item {
    flex: 0 0 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center
}

.slider .slider-left,
.slider .slider-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bg-color-light);
    color: var(--text-color-dark);
    font-size: 24px;
    opacity: .4;
    transition: opacity .3s ease-in-out;
    cursor: pointer;
    transition: background-color .3s ease-in-out
}

.slider .slider-left {
    left: 20px
}

.slider .slider-right {
    right: 20px
}

.slider .slider-left:hover,
.slider .slider-right:hover {
    opacity: 1;
    transition: opacity .3s ease-in-out
}

.title-hero-section {
    height: 280px;
    padding: 0px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--text-color-light);
    background-color: var(--secondary-color)
}

.title-hero-section a {
    color: var(--text-color-light);
}

.title-hero-section .title {
    font-size: 46px;
    font-weight: 600;
}

@media screen and (max-width:992px) {
    .title-hero-section {
        font-size: 15px;
    }

    .title-hero-section .title {
        font-size: 30px;
    }
}

.hero-section {
    min-height: 520px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

section.hero.py-0 {
    background: #f6f7f9;
}

@media (max-width: 768px) {
    section.hero.py-0 {
        padding-top: 0 !important;
        margin-top: -10px;
    }
}

.hero-section .row {
    min-height: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.hero-section .content {
    transform: translateY(-40px)
}

.hero-section .content .section-paragraph,
.hero-section .content .section-title {
    color: var(--text-color-light)
}

@media (max-width: 1199px) {
    .hero-section {
        min-height: 500px;
    }
}

@media (max-width: 991px) {
    .hero-section {
        min-height: 500px;
    }

    .hero-section .content {
        transform: translateY(-18px);
    }

    .hero-section .content .section-title {
        font-size: 38px;
        line-height: 1.1;
    }
}

@media (max-width: 767px) {
    .hero-section {
        min-height: 430px;
    }

    .slider-inner .content {
        max-width: 100%;
        padding-inline: 16px;
    }

    .hero-section .content {
        transform: translateY(-8px);
    }

    .hero-section .content .section-title {
        font-size: 24px;
        line-height: 1.15;
        margin-bottom: 10px;
    }

    .hero-section .content .section-paragraph {
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 14px;
    }

    .slider .slider-left,
    .slider .slider-right {
        width: 34px;
        height: 34px;
        font-size: 20px;
    }

    .slider .slider-left {
        left: 10px;
    }

    .slider .slider-right {
        right: 10px;
    }
}

@media (max-width: 575px) {
    .hero-section .content .section-title {
        font-size: 21px;
    }

    .hero-section .content .section-paragraph {
        font-size: 11px;
    }
}

@media (max-width: 575px) {
    .hero-section {
        min-height: 390px;
    }

    .slider .slider-left,
    .slider .slider-right {
        display: none;
    }
}

.bottom-tab-bar {
    position: absolute;
    bottom: 0;
    border-radius: 40px 40px 0 0;
    padding: 0 !important;
    margin: 0 !important;
    background-color: var(--bg-color-light)
}

.bottom-tab-bar .item-list {
    padding: 0 !important;
    margin: 0 !important
}

.bottom-tab-bar .item-list .item {
    padding: 24px 40px;
    cursor: pointer;
}

.bottom-tab-bar .item-list .item:first-child {
    border-top-left-radius: 40px !important
}

.bottom-tab-bar .item-list .item:last-child {
    border-top-right-radius: 40px !important
}

.bottom-tab-bar .item-list .item:hover {
    background-color: var(--secondary-color)
}

.bottom-tab-bar .item-list .item:hover .icon,
.bottom-tab-bar .item-list .item:hover .text {
    color: var(--text-color-light)
}

.bottom-tab-bar .item-list .item:hover svg,
.bottom-tab-bar .item-list .item:hover svg path {
    color: var(--bg-color-light) !important;
    fill: var(--bg-color-light) !important;
}

.bottom-tab-bar .item-list .item.active {
    background-color: var(--secondary-color);
}

.bottom-tab-bar .item-list .item.active .icon,
.bottom-tab-bar .item-list .item.active .text {
    color: var(--text-color-light)
}

.bottom-tab-bar .item-list .item .icon {
    color: var(--secondary-color);
    font-size: 22px
}

.bottom-tab-bar .item-list .item svg path {
    fill: var(--secondary-color);
}

.bottom-tab-bar .item-list .item svg {
    color: var(--secondary-color);
    font-size: 30px;
    height: 22px;
    width: auto;
}

.bottom-tab-bar .item-list .item.active svg path {
    fill: var(--bg-color-light) !important;
}

.bottom-tab-bar .item-list .item .text {
    font-size: 14px;
    line-height: 14px;
    padding-block-start: 10px;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    color: var(--text-color-dark)
}

@media screen and (max-width:768px) {
    .m-hero {
        height: auto !important;
        min-height: 140px;
        transform: translateY(-80px);
        z-index: 40;
        position: relative;
        margin-bottom: -80px;
    }

    .m-hero .item-list {
        border-radius: 16px !important;
        padding: 4px !important;
    }

    .m-hero .item-list .item {
        margin-block-start: 0;
        padding: 4px !important;
    }

    .m-hero .item-list .item .m-booking-tab {
        padding: 14px 6px;
        border-radius: 14px;
        cursor: pointer;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
        background-color: var(--bg-color-light);
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.2s ease;
    }

    .m-hero .item-list .item .m-booking-tab.active {
        background-color: var(--secondary-color) !important;
        box-shadow: 0 3px 12px rgba(0, 0, 0, .12);
    }

    .m-hero .item-list .item .m-booking-tab.active .icon,
    .m-hero .item-list .item .m-booking-tab.active .text {
        color: var(--text-color-light) !important
    }

    .m-hero .item-list .item .m-booking-tab svg path {
        fill: var(--secondary-color) !important;
    }

    .m-hero .item-list .item .m-booking-tab.active svg path {
        fill: var(--bg-color-light) !important;
    }

    .m-hero .item-list .item .icon {
        color: var(--secondary-color);
        font-size: 20px;
        line-height: 1;
    }

    .m-hero .item-list .item .text {
        font-size: 11px !important;
        line-height: 14px;
        display: block;
        text-align: center;
        padding-top: 4px;
        margin: 0 !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .m-hero .item-list .item .m-booking-tab svg {
        width: 20px;
        height: 20px;
    }
}

.hero .booking-tabs {
    border-radius: 12px;
    background-color: #f1fcfb
}

.hero .booking-tabs i {
    color: var(--text-color);
    font-size: 18px;
    transition: all .3s ease-in-out
}

.hero .booking-tabs p {
    font-size: 13px;
    line-height: 20px;
    margin-block-start: 8px !important;
    margin: 0;
    transition: all .3s ease-in-out
}

.hero .booking-tabs .tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 12px;
    cursor: pointer;
    text-align: center;
    background-color: var(--primary-color);
    transition: all .3s ease-in-out
}

.hero .booking-tabs .tab:hover {
    background-color: var(--primary-color);
    transition: all .3s ease-in-out
}

.hero .booking-tabs .tab i,
.hero .booking-tabs .tab p {
    color: var(--text-color-light) !important;
    transition: all .3s ease-in-out;
    margin-block-start: 4px
}

.hero .pickup label {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600
}

.hero .pickup .form-control,
.hero .pickup .form-select {
    font-size: 14px !important;
    outline: 0 !important
}

.hero #plan-my-trip {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 40px;
    border: none !important;
    color: var(--bg-color-light) !important;
    background-color: var(--primary-color)
}

.hero .step-form legend {
    font-size: 15px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
    display: flex
}

.hero .step-form legend::before {
    content: '•';
    font-size: 40px !important;
    color: var(--primary-color) !important;
    margin-inline-end: 5px;
    margin-block-start: -3px !important
}

.hero .step-form .form-check,
.hero .step-form .form-control,
.hero .step-form .form-select {
    font-size: 13px !important;
    line-height: 20px !important;
    font-weight: 500;
    display: inline-flex;
    cursor: pointer;
    margin-inline-end: 10px !important;
    margin-block-end: 10px !important;
    padding: 10px 20px !important;
    border-radius: 40px !important;
    border: 1px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
    background-color: var(--bg-color-light) !important
}

.hero .step-form .form-control,
.hero .step-form .form-control:active,
.hero .step-form .form-control:focus,
.hero .step-form .form-select,
.hero .step-form .form-select:active,
.hero .step-form .form-select:focus {
    max-width: 400px;
    color: var(--text-color-dark) !important;
    font-weight: 400 !important;
    cursor: default !important;
    outline: 0 !important;
    border: 1px solid #c2c2c2 !important;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, .1) !important
}

.hero .step-form .form-check.active {
    background-color: var(--primary-color) !important;
    color: var(--text-color-light) !important
}

.hero .step-form .form-check input {
    display: none !important
}

.hero .step-form .main-btn {
    color: var(--bg-color-light) !important;
    border-radius: 40px !important;
    border: none !important;
    background-color: var(--secondary-color) !important;
}

.booking-step-form .form-label {
    font-size: 14px !important;
    line-height: 20px;
    font-weight: 600;
    color: var(--text-color-dark) !important
}

.booking-step-form .form-control,
.booking-step-form .form-select {
    font-size: 14px !important;
    line-height: 20px;
    font-weight: 400;
    padding: 10px;
    border-radius: 40px;
    border: 1px solid #707070;
    outline: 0 !important;
    color: var(--text-color-dark) !important
}

.booking-step-form .next-btn {
    font-size: 14px;
    line-height: 20px;
    border-radius: 40px !important;
    padding: 12px 40px !important;
    border: none !important;
    box-shadow: none !important;
    outline: 0 !important;
    color: var(--text-color-light) !important;
    background-color: var(--secondary-color) !important
}

.booking-step-form .prev-btn {
    font-size: 14px;
    line-height: 20px;
    border-radius: 40px !important;
    padding: 12px 40px !important;
    border: 1px solid var(--text-color-dark) !important;
    box-shadow: none !important;
    outline: 0 !important;
    color: var(--text-color-dark) !important;
    background-color: var(--bg-color-light) !important
}

.vehicle-type-dropdown {
    width: 100%;
    max-width: 400px;
    max-height: 320px;
    overflow-y: auto
}

.dropdown-menu-header {
    background-color: var(--primary-color);
}

.bg-orange {
    background-color: var(--primary-color);
}

.airport-exchange {
    background-color: var(--primary-color);
    padding: 8px;
    border-radius: 50%;
}

.airport-exchange i {
    color: var(--bg-color-light);
}

.tuktuk-cost {
    color: white !important;
    background-color: var(--secondary-color) !important;
    width: 250px;
    font-weight: bold !important;
}

.vehicle-type-dropdown .dropdown-list {
    width: 100%;
    display: block;
    padding: 20px 50px !important;
    background-color: var(--bg-color-light);
    cursor: pointer
}

.vehicle-type-dropdown .dropdown-list:hover {
    background-color: #f3f3f3
}

.vehicle-type-dropdown .dropdown-list {
    width: 100%;
    display: block;
    padding: 20px 50px !important;
    background-color: var(--bg-color-light);
    cursor: pointer
}

.vehicle-type-dropdown .dropdown-list:hover {
    background-color: #f3f3f3
}

.vehicle-type-dropdown .dropdown-list .packages,
.vehicle-type-dropdown .dropdown-list .passengers {
    display: flex;
    align-items: center;
    gap: 4px
}

.vehicle-type-dropdown .dropdown-list .packages i,
.vehicle-type-dropdown .dropdown-list .packages span,
.vehicle-type-dropdown .dropdown-list .passengers i,
.vehicle-type-dropdown .dropdown-list .passengers span {
    font-size: 10px
}

.vehicle-type-dropdown .dropdown-list .price {
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    text-wrap: nowrap
}

.vehicle-type-dropdown .dropdown-list img {
    width: 100%;
    height: 100%;
    max-height: 24px !important;
    object-fit: contain;
    object-position: center
}

.train-list {
    max-width: 350px !important;
    max-height: 320px;
    overflow-y: auto;
    margin-block: 0
}

.train-list .list-item {
    cursor: pointer
}

.train-list .list-item:hover {
    background-color: #e9e9e9
}

.train-list .info h6 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600
}

.train-list .info p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400
}

/* ===== Why Choose Us - Redesigned ===== */
.wcu-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 24px;
    height: 100%;
    border: 1px solid rgba(0,0,0,0.06);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}



.wcu-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.08);
    border-color: rgba(255,105,0,0.15);
}



.wcu-icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: rgba(255,105,0,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    transition: all 0.3s ease;
}

.wcu-icon-wrap i {
    font-size: 24px;
    color: var(--primary-color);
    transition: all 0.3s ease;
}

.wcu-card:hover .wcu-icon-wrap {
    background: var(--primary-color);
}

.wcu-card:hover .wcu-icon-wrap i {
    color: #fff;
}

.wcu-title {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 10px;
    line-height: 1.3;
}

.wcu-desc {
    font-size: 13.5px;
    line-height: 1.65;
    color: #666;
    margin: 0;
}

/* Legacy why-choose-us card styles (keep for backward compat) */
.why-choose-us .card {
    border-radius: 12px !important;
    border: none !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .03);
    cursor: pointer;
    transition: all .3s ease-in-out
}

.why-choose-us .card i {
    font-size: 42px;
    color: var(--text-color);
    margin-block: 16px;
    transition: all .3s ease-in-out
}

.why-choose-us .card h4,
.why-choose-us .card p {
    transition: all .3s ease-in-out
}

.why-choose-us .card h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: var(--text-color-dark)
}

.why-choose-us .card:hover {
    background-color: var(--primary-color);
    transition: all .3s ease-in-out
}

.why-choose-us .card:hover h4,
.why-choose-us .card:hover i,
.why-choose-us .card:hover p {
    color: var(--text-color-light) !important;
    transition: all .3s ease-in-out
}

#how-it-works .accordion-item {
    border: none;
    box-shadow: none;
}

.accordion-item {
    margin-bottom: 15px;
    border: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.accordion-button {
    background-color: var(--primary-color) !important;
    color: var(--bg-color-light);
    border-radius: 6px !important;
}

.accordion {
    --bs-accordion-active-color: var(--secondary-color) !important;
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: white !important;
}

.accordion-item,
.accordion-body,
.accordion-collapse.show {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.accordion-body {
    font-size: 13px;
}

.destination .card {
    border: none !important;
    border-radius: 22px !important;
    padding: 0 !important;
    transition: all .3s ease-in-out;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .03)
}

.destination .card .card-header {
    padding: 10px !important;
    border: none !important;
    background-color: var(--bg-color-light) !important
}

.destination .card .card-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 160px !important;
    border-radius: 12px
}

.destination .card:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .03)
}

.destination .card h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 !important;
    color: var(--text-color-dark)
}

.destination .card span {
    font-size: 13px;
    color: var(--text-color)
}

.destination .card ul {
    font-size: 12px;
    line-height: 20px;
    list-style: var(--text-color);
    margin-block-start: 16px !important
}

.destination .card ul li::marker {
    color: var(--text-color) !important
}

.destination .card .pricing span {
    font-size: 14px;
    line-height: 20px;
    color: var(--text-color-dark)
}

.destination .card .pricing h5 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: var(--text-color-dark)
}


/* Things To Do Section */

/* .things-to-do .next-btn,
.things-to-do .prev-btn {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #fff;
    background-color: var(--primary-color);
    transition: all 0.3s ease-in-out;
    z-index: 99;
}

.things-to-do .next-btn:hover,
.things-to-do .prev-btn:hover {
    border: 1px solid var(--primary-color);
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

.things-to-do .next-btn:hover svg,
.things-to-do .prev-btn:hover svg {
    color: var(--primary-color);
    transition: all 0.3s ease-in-out;
}

.things-to-do .next-btn {
    right: -40px;
}

.things-to-do .prev-btn {
    left: -40px;
}

.things-to-do .next-btn svg,
.things-to-do .prev-btn svg {
    width: 25px;
    height: 25px;
    color: #fff;
    fill: #fff;
    transition: all 0.3s ease-in-out;
} */

.carousel-next-btn,
.carousel-prev-btn {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #fff;
    background-color: var(--primary-color);
    transition: all 0.3s ease-in-out;
    z-index: 99;
}

.carousel-next-btn:hover,
.carousel-prev-btn:hover {
    border: 1px solid var(--primary-color);
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

.carousel-next-btn:hover svg,
.carousel-prev-btn:hover svg {
    color: var(--primary-color);
    transition: all 0.3s ease-in-out;
}

.carousel-next-btn {
    right: -40px;
}

.carousel-prev-btn {
    left: -40px;
}

/* Prevent horizontal overflow on home carousels */
.destination #locations,
.things-to-do #things-to-do {
    margin-left: 0;
    margin-right: 0;
}

.tour-itinerary-carousel .tour-itinerary-slider {
    margin-left: 0;
    margin-right: 0;
}

.destination .carousel-next-btn,
.things-to-do .carousel-next-btn {
    right: 8px;
}

.destination .carousel-prev-btn,
.things-to-do .carousel-prev-btn {
    left: 8px;
}

.tour-itinerary-carousel .carousel-next-btn {
    right: 8px;
}

.tour-itinerary-carousel .carousel-prev-btn {
    left: 8px;
}

.carousel-next-btn svg,
.carousel-prev-btn svg {
    width: 25px;
    height: 25px;
    color: #fff;
    fill: #fff;
    transition: all 0.3s ease-in-out;
}

.carousel-section .card {
    height: 100% !important;
    position: relative !important;
    border: none;
    border-radius: 22px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all .3s ease-in-out
}

.carousel-section .card:hover {
    translate: 0 -10px
}

.carousel-section .card img {
    width: 100%;
    height: 100%;
    min-height: 160px;
    max-height: 160px;
    min-width: 160px;
    object-fit: cover;
    object-position: center;
    border-radius: 12px !important;
    position: relative;
    cursor: pointer
}

.carousel-section .card h6 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin-block-start: 10px;
    margin-block-end: 10px;
    color: var(--text-color-dark)
}

.carousel-section .tag {
    position: absolute;
    top: 10px;
    left: 22px;
    background-color: var(--primary-color);
    color: #fff;
    padding: 3px 10px;
    border-radius: 25px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    z-index: 3;
}

.tour-itinerary-carousel {
    --itinerary-accent: #ff6f00;
    --itinerary-ink: #1d1d1f;
    background: #f6f7f9;
    padding: 60px 0;
}

.tour-itinerary-carousel .tour-itinerary-category-block {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0 0 16px;
    margin-bottom: 26px;
    position: relative;
    overflow: visible;
}

.tour-itinerary-carousel .category-header {
    gap: 12px;
}

.tour-itinerary-carousel .category-title {
    font-size: 24px;
    font-weight: 800;
    color: var(--itinerary-ink);
    margin: 6px 0 0;
}

.tour-itinerary-carousel .category-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(255, 111, 0, 0.12);
    color: var(--itinerary-accent);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.tour-itinerary-carousel .tour-itinerary-slider .card {
    box-shadow: none;
}

.tour-itinerary-carousel .tour-itinerary-slider .card img {
    border-radius: 14px !important;
}

.tour-itinerary-carousel .carousel-prev-btn,
.tour-itinerary-carousel .carousel-next-btn {
    top: 44%;
}

/* Itinerary card redesign */
.itinerary-card {
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    border-radius: 18px !important;
    background: #ffffff;
    overflow: hidden;
    transition: all 0.3s ease;
}

.itinerary-card .card-body {
    padding: 10px !important;
}

.itinerary-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 111, 0, 0.4) !important;
    box-shadow: none !important;
}

.itinerary-card .itinerary-card-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 14px !important;
    margin: 0;
    display: block;
}

.itinerary-duration-badge {
    position: absolute;
    bottom: 8px;
    left: 18px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    backdrop-filter: blur(4px);
}

.itinerary-card-info {
    padding: 10px 4px 4px;
}

.itinerary-card-title {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #1a1a2e;
    margin: 0 0 8px !important;
    line-height: 1.35 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 40px;
}

.itinerary-card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.itinerary-stars {
    display: flex;
    align-items: center;
    gap: 1px;
}

.itinerary-rating-num {
    font-size: 12px;
    font-weight: 700;
    color: #ff9800;
    margin-left: 4px;
}

.itinerary-price {
    text-align: right;
}

.itinerary-price-label {
    display: block;
    font-size: 10px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1;
}

.itinerary-price-value {
    font-size: 16px;
    font-weight: 800;
    color: var(--primary-color, #ff6f00);
    line-height: 1.2;
}

/* ===== Modern Tour Card ===== */
.tour-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Fix Slick clipping card shadows */
.destination .slick-list {
    overflow: visible !important;
    padding-bottom: 15px;
}

.destination .slick-slide {
    overflow: visible !important;
}
.tour-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.13);
}
.tour-card-image {
    position: relative;
    overflow: hidden;
    height: 200px;
}
.tour-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.tour-card:hover .tour-card-image img {
    transform: scale(1.05);
}
.tour-card-badge-green {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(25,135,84,0.92);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    backdrop-filter: blur(4px);
    z-index: 2;
}
.tour-card-duration {
    position: absolute;
    bottom: 10px;
    left: 12px;
    background: rgba(0,0,0,0.55);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    backdrop-filter: blur(4px);
}
.tour-card-body {
    padding: 14px 16px 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.tour-card-title {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 8px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 42px;
}
.tour-card-rating {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 10px;
}
.tour-card-rating-text {
    font-size: 12px;
    font-weight: 700;
    color: #ff9800;
    margin-left: 4px;
}
.tour-card-footer {
    margin-top: auto;
    padding-top: 10px;
    border-top: 1px solid #f0f0f0;
}
.tour-card-price {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.tour-card-price-note {
    font-size: 10px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 500;
}
.tour-card-price-from {
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.tour-card-price-amount {
    font-size: 18px;
    font-weight: 800;
    color: var(--primary-color, #ff6900);
    line-height: 1.2;
}

@media (max-width: 767px) {
    .tour-card-image { height: 140px; }
    .tour-card-badge-green {
        top: 8px;
        left: 8px;
        font-size: 9px;
        padding: 3px 8px;
        border-radius: 14px;
        gap: 3px;
    }
    .tour-card-badge-green svg {
        width: 9px;
        height: 9px;
    }
    .tour-card-duration {
        left: 8px;
        bottom: 8px;
        font-size: 9px;
        padding: 3px 8px;
        border-radius: 14px;
    }
    .tour-card-title { font-size: 13px; min-height: 35px; }
    .tour-card-price-amount { font-size: 14px; }
    .tour-card-price-note { font-size: 9px; }
    .tour-card-price-from { font-size: 10px; }
    .tour-card-body { padding: 10px 10px 12px; }
    .tour-card-rating svg { width: 12px; height: 12px; }

    /* Hide slider nav buttons on mobile */
    .destination #locationsPrev,
    .destination #locationsNext {
        display: none !important;
    }

    /* 2-column grid for tour packages on mobile */
    .destination #locations {
        display: flex !important;
        flex-wrap: wrap !important;
        overflow: visible !important;
    }

    .destination #locations > .col-lg-4 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50% !important;
        padding: 6px !important;
    }

    .destination .col-10 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}

/* ===== Things To Do - Redesigned ===== */
.ttd-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    min-height: 220px;
    cursor: pointer;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.ttd-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 36px rgba(0,0,0,0.15);
}

.ttd-card-img-wrap {
    position: absolute;
    inset: 0;
}

.ttd-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

.ttd-card:hover .ttd-card-img-wrap img {
    transform: scale(1.08);
}

.ttd-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.1) 50%, transparent 100%);
    transition: background 0.3s ease;
}

.ttd-card:hover .ttd-card-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 60%, transparent 100%);
}

.ttd-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 16px;
    z-index: 2;
}

.ttd-card-title {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 6px;
    line-height: 1.3;
    text-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

.ttd-card-link {
    font-size: 12px;
    font-weight: 600;
    color: var(--primary-color);
    display: inline-flex;
    align-items: center;
    gap: 4px;
    opacity: 0;
    transform: translateY(8px);
    transition: all 0.3s ease;
}

.ttd-card:hover .ttd-card-link {
    opacity: 1;
    transform: translateY(0);
}

/* Legacy things-to-do card styles */
.things-to-do .card {
    height: 100% !important;
    position: relative !important;
    border: none;
    border-radius: 22px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all .3s ease-in-out
}

.things-to-do .card:hover {
    translate: 0 -10px
}

.things-to-do .card img {
    width: 100%;
    height: 100%;
    min-height: 160px;
    max-height: 160px;
    min-width: 160px;
    object-fit: cover;
    object-position: center;
    border-radius: 12px !important;
    position: relative;
    cursor: pointer
}

.things-to-do .card .icon {
    font-size: 22px;
    color: var(--text-color-light);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10
}

.things-to-do .card h6 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin-block-start: 10px;
    margin-block-end: 10px;
    color: var(--text-color-dark)
}

.things-to-do .card .card-body {
    height: 100% !important;
}


.things-to-do .card .description {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--text-color-dark);
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tour-itinerary .card {
    width: 100%;
    padding: 40px 30px;
    position: relative !important;
    border: 1px solid #D9D9D9;
    border-radius: 22px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: all .3s ease-in-out
}

.tour-itinerary .day-container .card:hover {
    translate: 0 -10px
}

.tour-itinerary .day-container .card {
    height: 100% !important;
    padding: 70px 40px 30px 40px !important;
}

.tour-itinerary .day-container .map-icon,
.tour-itinerary .day-container .day-count {
    width: 78px;
    height: 78px;
    position: absolute;
    top: 0;
    left: 30px;
    transform: translateY(-40%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--primary-color);
}

.tour-itinerary .day-container .day-count span {
    font-size: 23px;
    line-height: 28px;
    font-weight: 700;
    color: var(--text-color-light);
}

.tour-itinerary .card .icon {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    background-color: var(--primary-color);
}

.tour-itinerary .card .icon svg {
    width: 17px;
    height: 17px;
}

.tour-itinerary .card .day {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: var(--text-color-dark);
}

.tour-itinerary .card .destination {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--text-color-dark);
}

.tour-itinerary .card .duration {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

.tour-itinerary .day-container p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: var(--text-color-dark);
}

/*
.tour-itinerary .day-container .card .image-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
} */

.tour-itinerary .day-container .card .image-container .image-wrapper {
    width: 100%;
    height: 150px;
    margin-top: 20px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.tour-itinerary .day-container .card .image-container .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.tour-itinerary .day-container .card .image-container .image-wrapper a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    /* Initially transparent */
    transition: background 0.3s ease-in-out;
    border-radius: 12px;
}

/* Apply overlay on hover */
.tour-itinerary .day-container .card .image-container .image-wrapper a:hover::after {
    background: rgba(0, 0, 0, 0.25);
    /* 25% dark overlay */
}

.tour-itinerary .tour-map-title {
    margin-left: 20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: var(--text-color-dark);
}

.tour-itinerary .tour-map-wrapper {
    max-width: 430px !important;
    width: 100% !important;
    height: 443px;
    position: relative !important;
    border-radius: 32px;
    overflow: hidden;
}

.tour-itinerary .tour-map-wrapper iframe {
    max-width: 100%;
}

.tour-itinerary .card .title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: var(--text-color-dark);
}

.tour-itinerary .card .form-label {
    margin-left: 10px;
    margin-bottom: 3px !important;
    font-size: 14px;
    line-height: 20px;
}

.tour-itinerary .card .form-control {
    height: 45px;
    width: 100%;
    padding-inline: 20px;
    border-radius: 22px;
    box-shadow: none !important;
    border: 1px solid #D9D9D9;
    background-color: #F8F8F8;
}

.tour-itinerary .card .form-check-input {
    border: 1px solid var(--primary-color) !important;
    box-shadow: none !important;
}

.tour-itinerary .card .form-check-input:checked {
    background-color: var(--primary-color) !important;
}

.tour-itinerary .card .chosen-single {
    height: 45px !important;
    padding-block: 12px !important;
    padding-left: 10px !important;
    font-size: 14px;
    line-height: 20px;
    background-color: #F8F8F8 !important;
}

.tour-itinerary .card .main-btn,
.tour-itinerary .card .main-btn:hover,
.tour-itinerary .card .main-btn:focus {
    height: 45px;
    width: 100%;
    padding-inline: 20px;
    border-radius: 22px;
    box-shadow: none !important;
    border: 1px solid var(--primary-color);
    color: var(--text-color-light);
    background-color: var(--primary-color);
}

.tour-itinerary-carousel .category-btn {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: var(--primary-color);
    border-radius: 22px;
    padding: 8px 20px;
    cursor: pointer;
    border: 1px solid var(--primary-color);
    background-color: var(--white);
    transition: all .3s ease;
}

.tour-itinerary-carousel input[type="radio"]:checked~label .category-btn {
    color: var(--text-color-light);
    background-color: var(--primary-color);
}

/* ===== Testimonials - Redesigned ===== */
.testimonials {
    background: linear-gradient(180deg, #ffffff 0%, #faf7f2 100%);
    padding-bottom: 76px;
}

.testimonials .container {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(17, 24, 39, 0.06);
    border-radius: 28px;
    box-shadow: 0 22px 52px rgba(15, 23, 42, 0.08);
    padding: 34px 28px;
}

.google-review-header {
    margin-bottom: 22px;
}

.google-review-title {
    line-height: 1;
    color: #474747;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.google-review-title-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.google-review-wordmark {
    height: 42px;
    width: auto;
    display: block;
}

.google-review-title-text {
    display: inline-block;
    font-size: 26px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -0.02em;
}

.google-review-divider {
    display: none;
}

.google-review-shell {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.google-rating-card,
.google-mini-review-card,
.google-review-empty {
    background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 18px;
    box-shadow: none;
}

.google-rating-card {
    min-height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 26px 18px;
    position: relative;
    overflow: hidden;
}

.google-rating-card::before {
    content: '';
    position: absolute;
    inset: auto -20px -30px auto;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.18) 0%, rgba(245, 158, 11, 0) 70%);
    pointer-events: none;
}

.google-rating-score {
    font-size: 52px;
    line-height: 1;
    font-weight: 700;
    color: #2f2f2f;
    letter-spacing: -1px;
}

.google-rating-stars {
    display: flex;
    align-items: center;
    gap: 4px;
}

.google-rating-count {
    font-size: 14px;
    color: #6b7280;
    text-align: center;
    font-weight: 500;
}

.google-review-slider-wrap {
    min-width: 0;
    position: relative;
    padding-bottom: 12px;
}

.google-rating-card-static {
    margin-top: 64px;
}

.google-review-slider {
    margin: 0 -8px -18px;
    padding-bottom: 18px;
}

.google-review-slider .slick-list {
    overflow: hidden !important;
    padding-bottom: 18px;
    margin-bottom: -18px;
}

.google-review-slider .slick-track {
    display: flex;
}

.google-review-slide {
    padding: 0 8px;
}

.google-mini-review-card {
    min-height: 240px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.google-mini-review-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 105, 0, 0.22);
}

.google-mini-review-top {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.google-mini-review-header {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
}

.google-mini-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    flex-shrink: 0;
    border: 2px solid rgba(255, 105, 0, 0.12);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.google-mini-meta {
    min-width: 0;
    flex: 1;
}

.google-mini-name {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.google-mini-stars {
    display: flex;
    align-items: center;
    gap: 2px;
}

.google-mini-text {
    font-size: 13px;
    line-height: 1.75;
    color: #4b5563;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.google-mini-footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 14px;
    margin-top: 16px;
    border-top: 1px solid rgba(17, 24, 39, 0.08);
    font-size: 11px;
    color: #6b7280;
}

.google-mini-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

.google-mini-footer a,
.google-mini-footer span {
    color: #6b7280;
    text-decoration: none;
}

.google-mini-footer a:hover {
    color: var(--primary-color);
}

.google-mini-badge-logo {
    width: 18px;
    height: 18px;
    object-fit: contain;
    flex-shrink: 0;
}

.google-review-empty {
    width: 100%;
    min-height: 240px;
    padding: 28px;
    font-size: 14px;
    color: #666;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.google-review-arrow {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(255, 105, 0, 0.18);
    background: var(--primary-color);
    color: #fff;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 30px rgba(255, 105, 0, 0.28);
    z-index: 3;
}

.google-review-arrow:hover {
    color: #fff;
    background: #e25e00;
    border-color: #e25e00;
}

.google-review-slider .slick-prev {
    left: -10px;
}

.google-review-slider .slick-next {
    right: -10px;
}

.google-review-slider .slick-prev:before,
.google-review-slider .slick-next:before {
    display: none;
}

.review-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 32px;
    position: relative;
    border: 1px solid rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.review-card:hover {
    box-shadow: 0 8px 28px rgba(0,0,0,0.07);
    border-color: rgba(255,105,0,0.12);
}

.review-card-quote {
    flex-shrink: 0;
    margin-top: 2px;
}

.review-card-body {
    flex: 1;
}

.review-card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.review-card-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    border: 2px solid rgba(255,105,0,0.2);
    flex-shrink: 0;
}

.review-card-name {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 3px;
    line-height: 1.2;
}

.review-card-stars {
    display: flex;
    align-items: center;
    gap: 1px;
}

.review-card-text {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    margin: 0;
}

/* Legacy testimonials styles */
.testimonials .reviews .card {
    border: none !important;
    border-radius: 22px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .03) !important
}

.testimonials .reviews .card .client-img {
    width: 100%;
    height: 100%;
    max-width: 100px;
    max-height: 100px;
    object-fit: cover;
    object-position: center;
    border-radius: 12px
}

.testimonials .reviews .card h4 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    color: var(--text-color-dark);
    margin-block-start: 10px;
    margin-block-end: 10px
}

.testimonials .reviews .card .ratings {
    height: 100%;
    width: 100%;
    max-height: 20px;
    object-fit: contain
}

/* ── Booking Form: Two-Panel Layout ── */
.booking-form {
    padding: 80px 0;
}

.bf-wrapper {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0,0,0,0.10);
}

/* Left info panel */
.bf-info {
    flex: 0 0 42%;
    background: var(--secondary-color);
    padding: 48px 40px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.bf-info::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
}

.bf-info::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(255,105,0,0.10);
}

.bf-info-inner {
    position: relative;
    z-index: 1;
}

.bf-badge {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 30px;
    background: rgba(255,105,0,0.15);
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.bf-heading {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 14px;
}

.bf-desc {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255,255,255,0.7);
    margin-bottom: 32px;
}

.bf-contact-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bf-contact-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.bf-contact-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 10px;
    background: rgba(255,255,255,0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
}

.bf-contact-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(255,255,255,0.5);
    margin-bottom: 2px;
}

.bf-contact-value {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

/* Right form panel */
.bf-form-panel {
    flex: 1;
    padding: 44px 40px;
    background: #fff;
}

.bf-label {
    display: block;
    font-size: 12.5px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 7px;
    letter-spacing: 0.2px;
}

.bf-input {
    width: 100%;
    padding: 13px 18px;
    border: 1.5px solid #e8e8ee;
    border-radius: 12px;
    font-size: 14px;
    color: #333;
    background: #fafafa;
    transition: all 0.25s ease;
    outline: none;
}

.bf-input:focus {
    border-color: var(--primary-color);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(255,105,0,0.08);
}

.bf-input::placeholder {
    color: #aaa;
}

.bf-select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
    cursor: pointer;
    height: 48px;
}

.bf-textarea {
    border-radius: 12px;
    resize: vertical;
    min-height: 110px;
}

.bf-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    border: none;
    border-radius: 12px;
    background: var(--primary-color);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    justify-content: center;
}

.bf-submit-btn:hover {
    background: #e55d00;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(255,105,0,0.3);
}

.bf-submit-btn svg {
    transition: transform 0.3s ease;
}

.bf-submit-btn:hover svg {
    transform: translateX(3px) translateY(-3px);
}


/* Things to do detail page */

.title-hero-section.things-to-do {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.title-hero-section.things-to-do .overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-color: rgba(2, 48, 71, 0.65);
    z-index: 2;
}

.things-to-do.locations .image {
    max-height: 180px !important;
}

.things-to-do.locations h6 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: var(--text-color-dark)
}

.things-to-do.locations .description {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: var(--text-color-dark);
}

.things-to-do.locations .location-more-details .key {
    margin-bottom: 0 !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #292929;
}

.things-to-do.locations .location-more-details .value {
    margin-bottom: 0 !important;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: var(--text-color-dark);
}

.things-to-do.locations .location-more-details .icon {
    padding: 4px !important;
    top: 0 !important;
    left: 0 !important;
    left: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50%;
    position: relative !important;
    transform: none !important;
    background-color: var(--primary-color);
}

.things-to-do.locations .location-more-details svg {
    width: 17px !important;
    height: 17px !important;
    min-width: 17px !important;
    min-height: 17px !important;
}

.booking-form .chosen-container-single .chosen-single {
    height: 48px !important;
    margin-top: 0 !important;
    border-radius: 12px !important;
    padding-left: 18px !important;
    margin-block: auto !important;
    border: 1.5px solid #e8e8ee !important;
    background: #fafafa !important;
}

.booking-form .chosen-container-single .chosen-single span {
    margin-top: 5px !important;
    font-size: 14px !important;
}

footer a {
    font-size: 14px !important;
    color: var(--text-color-dark);
    text-decoration: none !important
}

.info span {
    text-decoration: underline;
    text-decoration-thickness: 1px !important
}

footer .card-icon {
    margin-top: 25px;
    margin-inline: auto;
    display: block !important;
    text-align: center;
    background-color: transparent;
}

footer .card-icon img {
    height: 100%;
    width: auto;
    max-height: 60px;
    max-width: 100%;
}

footer .socail-media i {
    font-size: 20px;
    line-height: 20px;
    transition: all .3s ease-in-out
}

footer .socail-media li:hover i {
    color: var(--primary-color);
    transition: all .3s ease-in-out
}

footer .copyright a,
footer .copyright p {
    color: var(--text-color-dark);
    font-size: 14px !important;
    line-height: 20px !important
}

footer .copyright img {
    width: 16px !important;
    height: 16px !important;
    object-fit: contain
}

@media only screen and (max-width:768px) {

    .payment-btn {
        font-size: 12px !important;
        line-height: 15px !important;
    }

    section {
        padding-block: 40px
    }

    .section-tag {
        font-size: 14px;
        line-height: 20px
    }

    .section-title {
        font-size: 18px;
        line-height: 25px
    }

    .google-review-title-brand {
        gap: 12px;
    }

    .google-review-wordmark {
        height: 34px;
    }

    .google-review-title-text {
        font-size: 22px;
    }

    .google-review-shell {
        grid-template-columns: 1fr;
    }

    .testimonials .container {
        border-radius: 22px;
        padding: 26px 18px;
    }

    .google-rating-card-static {
        margin-top: 0;
    }

    .google-rating-card {
        min-height: 180px;
        gap: 10px;
    }

    .google-mini-review-card,
    .google-review-empty {
        min-height: 200px;
    }

    .google-review-slider .slick-prev {
        left: -4px;
    }

    .google-review-slider .slick-next {
        right: -4px;
    }

    .testimonials .reviews .card h4 {
        font-size: 24px;
        line-height: 28px
    }

    .bf-wrapper {
        flex-direction: column;
    }
    .bf-info {
        padding: 32px 24px;
    }
    .bf-form-panel {
        padding: 28px 20px;
    }
    .bf-heading {
        font-size: 22px;
    }
}

.about-content-1 .left-area .sub-heading {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--text-color-gray);
}

.about-content-1 .left-area .heading {
    font-size: 50px;
    line-height: 53px;
    font-weight: 700;
    color: var(--text-color-dark);
}

@media only screen and (max-width:992px) {
    .about-content-1 .left-area .heading {
        font-size: 30px;
        line-height: 35px;
        margin-top: 10px;
        margin-bottom: 30px;
    }
}

.about-content-1 .right-area p {
    font-size: 14px;
    line-height: 20px;
    color: var(--text-color-dark);
}

.about-content-2 svg {
    font-size: 60px;
    fill: #555555;
    color: #555555;
    margin-bottom: 40px;
    transition: all .3s ease-in-out;
}

.about-content-2 .title {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    transition: all .3s ease-in-out;
}

.about-content-2 .description {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: var(--text-color-gray);
    transition: all .3s ease-in-out;
}

.about-content-2 .content-card:hover svg,
.about-content-2 .content-card:hover .title {
    color: var(--primary-color);
    fill: var(--primary-color);
    transition: all .3s ease-in-out;
}

/* ── About Page: Redesigned ── */

/* Hero */
.abt-hero {
    position: relative;
    background: linear-gradient(135deg, #023047 0%, #012a3f 50%, #011f2e 100%);
    padding: 100px 0 80px;
    overflow: hidden;
}

.abt-hero::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(255,105,0,0.06);
}

.abt-hero::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255,255,255,0.03);
}

.abt-hero-overlay {
    position: absolute;
    inset: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="g" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="1" cy="1" r="0.5" fill="rgba(255,255,255,0.03)"/></pattern></defs><rect fill="url(%23g)" width="100" height="100"/></svg>');
    z-index: 1;
}

.abt-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    font-size: 14px;
}

.abt-breadcrumb a {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    transition: color 0.2s;
}

.abt-breadcrumb a:hover {
    color: var(--primary-color);
}

.abt-breadcrumb svg {
    color: rgba(255,255,255,0.3);
}

.abt-breadcrumb span {
    color: var(--primary-color);
    font-weight: 600;
}

.abt-hero-title {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.15;
}

.abt-hero-sub {
    font-size: 16px;
    color: rgba(255,255,255,0.6);
    margin: 0;
    max-width: 420px;
}

/* Welcome Section */
.abt-welcome {
    padding: 90px 0 70px;
}

.abt-tag {
    display: inline-block;
    padding: 6px 18px;
    border-radius: 30px;
    background: rgba(255,105,0,0.08);
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.abt-welcome-heading {
    font-size: 42px;
    font-weight: 800;
    color: #1a1a2e;
    line-height: 1.2;
    margin-bottom: 30px;
}

.abt-experience-badge {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 16px 24px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--primary-color), #e55d00);
    color: #fff;
}

.abt-exp-num {
    font-size: 38px;
    font-weight: 800;
    line-height: 1;
}

.abt-exp-label {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    opacity: 0.9;
}

.abt-welcome-text p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 18px;
}

.abt-welcome-text p:last-child {
    margin-bottom: 0;
}

/* Value Proposition Cards */
.abt-values {
    padding: 0 0 80px;
}

.abt-val-card {
    position: relative;
    padding: 36px 30px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    transition: all 0.35s ease;
    overflow: hidden;
    height: 100%;
}

.abt-val-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(255,105,0,0.10);
    border-color: rgba(255,105,0,0.15);
}

.abt-val-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(255,105,0,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    color: var(--primary-color);
    transition: all 0.3s ease;
}

.abt-val-card:hover .abt-val-icon {
    background: var(--primary-color);
    color: #fff;
}

.abt-val-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 10px;
}

.abt-val-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #777;
    margin: 0;
}

.abt-val-num {
    position: absolute;
    top: 20px;
    right: 24px;
    font-size: 48px;
    font-weight: 900;
    color: rgba(0,0,0,0.03);
    line-height: 1;
    pointer-events: none;
}

.abt-val-card:hover .abt-val-num {
    color: rgba(255,105,0,0.08);
}

/* Why Choose Us (About Page) */
.abt-why-choose {
    padding: 80px 0;
    background: #f9fafb;
}

.abt-wcu-card {
    padding: 32px 28px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    transition: all 0.3s ease;
    height: 100%;
}

.abt-wcu-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.07);
}

.abt-wcu-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: rgba(255,105,0,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.abt-wcu-icon i {
    font-size: 24px;
    color: var(--primary-color);
}

.abt-wcu-title {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 10px;
}

.abt-wcu-desc {
    font-size: 13.5px;
    line-height: 1.7;
    color: #777;
    margin: 0;
}

/* Testimonials (About Page) */
.abt-testimonials {
    padding: 80px 0;
}

.abt-reviews-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.abt-review-card {
    padding: 30px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
    position: relative;
}

.abt-review-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(0,0,0,0.08);
}

.abt-review-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.abt-review-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255,105,0,0.15);
}

.abt-review-name {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 4px;
}

.abt-review-stars {
    display: flex;
    gap: 2px;
}

.abt-review-quote {
    margin-bottom: 12px;
}

.abt-quote-icon {
    opacity: 0.6;
}

.abt-review-text {
    font-size: 13.5px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

/* About Page Mobile */
@media (max-width: 767px) {
    .abt-hero {
        padding: 70px 0 50px;
    }
    .abt-hero-title {
        font-size: 32px;
    }
    .abt-hero-sub {
        font-size: 14px;
    }
    .abt-welcome {
        padding: 50px 0 40px;
    }
    .abt-welcome-heading {
        font-size: 28px;
        text-align: center;
    }
    .abt-tag {
        display: block;
        text-align: center;
    }
    .abt-experience-badge {
        display: flex;
        justify-content: center;
        margin: 0 auto 30px;
        width: fit-content;
    }
    .abt-values {
        padding: 0 0 50px;
    }
    .abt-reviews-grid {
        grid-template-columns: 1fr;
    }
    .abt-review-card {
        padding: 22px;
    }
    .abt-why-choose {
        padding: 50px 0;
    }
    .abt-testimonials {
        padding: 50px 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .abt-reviews-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ── Subscribe / Newsletter Section ── */
.sub-section {
    padding: 0 0 60px;
    margin-bottom: 80px;
}

.sub-wrapper {
    position: relative;
    background: linear-gradient(135deg, #023047 0%, #012a3f 60%, #011f2e 100%);
    border-radius: 24px;
    padding: 60px 40px;
    overflow: hidden;
    text-align: center;
}

.sub-content {
    position: relative;
    z-index: 2;
    max-width: 540px;
    margin: 0 auto;
}

.sub-icon-ring {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255,105,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    border: 2px solid rgba(255,105,0,0.25);
}

.sub-heading {
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.25;
}

.sub-desc {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255,255,255,0.6);
    margin-bottom: 28px;
}

.sub-form {
    display: flex;
    gap: 10px;
    max-width: 480px;
    margin: 0 auto;
}

.sub-input-wrap {
    flex: 1;
    position: relative;
}

.sub-input-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    pointer-events: none;
}

.sub-input {
    width: 100%;
    padding: 14px 18px;
    border: 1.5px solid rgba(255,255,255,0.12);
    border-radius: 12px;
    background: rgba(255,255,255,0.08);
    color: #fff;
    font-size: 14px;
    outline: none;
    transition: all 0.25s ease;
}

.sub-input::placeholder {
    color: rgba(255,255,255,0.4);
}

.sub-input:focus {
    border-color: var(--primary-color);
    background: rgba(255,255,255,0.12);
    box-shadow: 0 0 0 3px rgba(255,105,0,0.15);
}

.sub-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border: none;
    border-radius: 12px;
    background: var(--primary-color);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.sub-btn:hover {
    background: #e55d00;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(255,105,0,0.35);
}

.sub-btn svg {
    transition: transform 0.3s ease;
}

.sub-btn:hover svg {
    transform: translateX(4px);
}

.sub-privacy {
    margin-top: 16px;
    font-size: 12px;
    color: rgba(255,255,255,0.35);
}

/* Decorative circles */
.sub-decoration {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.sub-deco-circle {
    position: absolute;
    border-radius: 50%;
}

.sub-deco-1 {
    width: 300px;
    height: 300px;
    top: -120px;
    right: -80px;
    background: rgba(255,105,0,0.06);
}

.sub-deco-2 {
    width: 200px;
    height: 200px;
    bottom: -80px;
    left: -60px;
    background: rgba(255,255,255,0.03);
}

.sub-deco-3 {
    width: 120px;
    height: 120px;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
    background: rgba(255,105,0,0.04);
}

/* Mobile */
@media (max-width: 767px) {
    .sub-section {
        margin-bottom: 50px;
    }
    .sub-wrapper {
        padding: 40px 20px;
        border-radius: 18px;
    }
    .sub-heading {
        font-size: 22px;
    }
    .sub-form {
        flex-direction: column;
    }
    .sub-btn {
        justify-content: center;
    }
}

/* ── Contact Page ── */
.ct-info-section {
    padding: 80px 0;
}

.ct-card {
    padding: 32px 24px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
}

.ct-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.ct-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(255,105,0,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    color: var(--primary-color);
}

.ct-card-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #999;
    margin-bottom: 6px;
}

.ct-card-value {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a2e;
    text-decoration: none;
    transition: color 0.2s;
}

.ct-card-value:hover {
    color: var(--primary-color);
}

/* Contact Form Wrapper */
.ct-form-section {
    padding: 0 0 80px;
}

.ct-form-wrapper {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0,0,0,0.10);
}

.ct-form-info {
    flex: 0 0 38%;
    background: var(--secondary-color);
    padding: 48px 36px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.ct-form-info::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
}

.ct-form-info::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(255,105,0,0.10);
}

.ct-form-info-inner {
    position: relative;
    z-index: 1;
}

.ct-info-name {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 6px;
}

.ct-info-address {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 28px;
}

.ct-info-detail {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: rgba(255,255,255,0.5);
}

.ct-info-detail a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s;
}

.ct-info-detail a:hover {
    color: var(--primary-color);
}

.ct-social-links {
    display: flex;
    gap: 10px;
    margin-top: 28px;
}

.ct-social-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.25s ease;
}

.ct-social-icon:hover {
    background: var(--primary-color);
    color: #fff;
    transform: translateY(-2px);
}

.ct-form-panel {
    flex: 1;
    padding: 44px 40px;
    background: #fff;
}

.ct-form-title {
    font-size: 22px;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 24px;
}

@media (max-width: 767px) {
    .ct-form-wrapper {
        flex-direction: column;
    }
    .ct-form-info {
        padding: 32px 24px;
    }
    .ct-form-panel {
        padding: 28px 20px;
    }
}

/* ── Gallery Page ── */
.gal-section {
    padding: 80px 0;
}

.gal-masonry {
    column-count: 3;
    column-gap: 16px;
}

.gal-item {
    display: block;
    position: relative;
    margin-bottom: 16px;
    break-inside: avoid;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
}

.gal-item img {
    width: 100%;
    display: block;
    transition: transform 0.4s ease;
}

.gal-item:hover img {
    transform: scale(1.05);
}

.gal-item-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.gal-item-overlay svg {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease;
}

.gal-item:hover .gal-item-overlay {
    background: rgba(0,0,0,0.3);
}

.gal-item:hover .gal-item-overlay svg {
    opacity: 1;
    transform: scale(1);
}

.gal-load-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 32px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    background: transparent;
    color: #1a1a2e;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.gal-load-btn:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
    transform: translateY(-1px);
}

@media (max-width: 767px) {
    .gal-masonry {
        column-count: 2;
        column-gap: 10px;
    }
    .gal-item {
        margin-bottom: 10px;
        border-radius: 10px;
    }
    .gal-section {
        padding: 50px 0;
    }
}

/* ── Packages Page ── */
.pkg-section {
    padding: 80px 0;
}

@media (max-width: 767px) {
    .pkg-section {
        padding: 50px 0;
    }
}


/* <<<<<<<<<<<<<<<<<<<<<<<<<< Modal Style Start <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

body.modal-open {
    overflow: hidden;
}

.frontend-modal {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1055;
    padding-top: 50px;
    padding-bottom: 50px;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0 !important;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.frontend-modal::-webkit-scrollbar {
    display: none;
}

@media (min-width: 1025px) {
    .frontend-modal-1 {
        margin-left: 150px;
    }
}

.frontend-modal.show-frontend-modal {
    animation-name: animateHideToShow;
    animation-duration: 0.8s
}

.frontend-modal.show-frontend-modal {
    body {
        overflow: hidden;
    }
}

.frontend-modal.hide-frontend-modal {
    animation-name: animateShowToHide;
    animation-duration: 1s
}

@keyframes animateHideToShow {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes animateShowToHide {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}


/* Modal Content */

.frontend-modal--content {
    position: relative;
    background-color: white;
    border-radius: 25px;
}

.frontend-modal .frontend-modal--header {
    border-radius: 25px;
    padding: 25px 15px 10px 15px !important;
    background-color: white !important;
    color: black !important;
}

.frontend-modal .frontend-modal--body {
    padding: 2px 15px !important;
    padding-bottom: 25px !important;
    background-color: #fefefe !important;
}

.frontend-modal .frontend-modal--body input,
.frontend-modal .frontend-modal--body select,
.frontend-modal .frontend-modal--body label {
    font-size: 14px !important;
}

.frontend-modal .frontend-modal--body input,
.frontend-modal .frontend-modal--body select {
    border-radius: 20px;
    padding-block: 8px;
}

.frontend-modal .frontend-modal--footer {
    border: none !important;
    margin: 0 !important;
    padding: 20px 16px !important;
    background-color: var(--white) !important;
    color: rgb(0, 0, 0) !important;
}

.frontend-modal .frontend-modal-close {
    border-radius: 4px;
    font-size: 25px;
    cursor: pointer;
    background-color: var(--light-gray);
}

.frontend-modal .frontend-modal-close i {
    color: var(--text-secondary-color);
}

.frontend-modal .frontend-modal-close:hover i {
    color: var(--text-primary-color);
}


/* Tour Package Styles */

.chosen-container .chosen-single {
    height: 39px !important;
    margin-top: 6px !important;
    color: var(--text-color-dark) !important;
    font-weight: 400 !important;
    cursor: default !important;
    outline: 0 !important;
    border: 1px solid #c2c2c2 !important;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, .1) !important;
    border-radius: 20px !important;
    padding-block: 8px !important;
    background-color: white !important;
}

.chosen-container-single .chosen-single {
    background: white !important;
    padding-left: 10px !important;
}

.chosen-container .chosen-results li.active-result {
    color: black !important;
    cursor: pointer !important;
}

.chosen-container .chosen-results li.highlighted {
    background-color: rgba(0, 0, 0, 0.05) !important;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, rgba(0, 0, 0, 0.05)), color-stop(90%, rgba(0, 0, 0, 0.05))) !important;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.05)) !important;
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.05)) !important;
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.05)) !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0.05)) !important;
    color: black !important;
}

.chosen-container .chosen-results li {
    padding: 8px !important;
}

.chosen-container-single .chosen-single div b {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
    height: 100%;
    background: url(chosen-sprite.png) no-repeat center center !important;
    background-size: contain;
}

#tourBookingForm .iti__selected-flag {
    height: 85% !important;
}


/* Payment Section */

.pay-section--clean {
    padding: 60px 0;
    background: #f4f6f8;
    min-height: calc(100vh - 200px);
    display: flex;
    align-items: center;
}

.pay-card {
    max-width: 620px;
    margin: 0 auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    overflow: hidden;
}

.pay-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 32px;
    background: linear-gradient(135deg, #023047 0%, #126e94 100%);
    color: #fff;
}

.pay-card-header h2 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
}

.pay-card-body {
    padding: 32px;
}

.pay-field {
    margin-bottom: 18px;
}

.pay-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.pay-divider {
    height: 1px;
    background: #e4e7ec;
    margin: 24px 0;
}

.pay-amount-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.pay-currency {
    position: absolute;
    left: 16px;
    font-weight: 700;
    color: #023047;
    font-size: 0.95rem;
    pointer-events: none;
    z-index: 1;
}

.pay-amount-input {
    padding-left: 56px !important;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
    letter-spacing: 0.02em;
}

.pay-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 32px -32px -32px -32px;
    padding: 18px 32px;
    background: #1a1a2e;
    border-radius: 0 0 16px 16px;
}

.pay-secure-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #4ade80;
    font-size: 0.82rem;
    font-weight: 600;
}

.pay-card-logos {
    max-height: 28px;
    opacity: 0.9;
}

/* Payment Result States */
.pay-result {
    text-align: center;
    padding: 48px 20px;
}

.pay-result-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.pay-result-success {
    background: rgba(34,197,94,0.1);
    color: #22c55e;
}

.pay-result-fail {
    background: rgba(239,68,68,0.1);
    color: #ef4444;
}

.pay-result-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #023047;
    margin-bottom: 10px;
}

.pay-result-text {
    font-size: 0.95rem;
    color: #667085;
    line-height: 1.7;
    margin-bottom: 28px;
}

/* Payment Responsive */

/* Payment Order Summary */
.pay-summary {
    text-align: left;
}

.pay-summary-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    color: #023047;
}

.pay-summary-header h4 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
}

.pay-summary-rows {
    background: #f8f9fb;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #e4e7ec;
}

.pay-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.pay-summary-label {
    font-size: 0.9rem;
    color: #667085;
    font-weight: 500;
}

.pay-summary-value {
    font-size: 0.95rem;
    color: #1d2939;
    font-weight: 600;
}

.pay-summary-id {
    font-family: monospace;
    background: rgba(255,105,0,0.08);
    color: #ff6900;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 0.85rem;
}

.pay-summary-divider {
    height: 1px;
    background: #e4e7ec;
    margin: 4px 0;
}

.pay-summary-total {
    padding-top: 14px !important;
}

.pay-summary-total .pay-summary-label {
    font-size: 1rem;
    font-weight: 700;
    color: #023047;
}

.pay-summary-total .pay-summary-value {
    font-size: 1.15rem;
    font-weight: 800;
    color: #023047;
}

.pay-cancel-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 14px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #667085;
    text-decoration: none;
    transition: color 0.2s;
}

.pay-cancel-link:hover {
    color: #ef4444;
}

/* Payment Responsive */
@media (max-width: 575px) {
    .pay-section--clean {
        padding: 32px 0;
    }
    .pay-card-body {
        padding: 24px 20px;
    }
    .pay-card-header {
        padding: 16px 20px;
    }
    .pay-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .pay-card-footer {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
        margin: 24px -20px -24px -20px;
        padding: 16px 20px;
    }
}

/* Tour Itinerary - Mobile 2-column grid (no slider) */
@media (max-width: 767px) {
    .tour-itinerary-carousel .carousel-prev-btn,
    .tour-itinerary-carousel .carousel-next-btn {
        display: none !important;
    }

    .tour-itinerary-carousel .tour-itinerary-slider {
        display: flex !important;
        flex-wrap: wrap !important;
        overflow: visible !important;
    }

    .tour-itinerary-carousel .tour-itinerary-slider > .col-3 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        padding: 6px !important;
    }

    .tour-itinerary-carousel .itinerary-card .itinerary-card-img {
        height: 130px;
    }

    .tour-itinerary-carousel .itinerary-card-title {
        font-size: 13px !important;
        min-height: 35px;
    }

    .tour-itinerary-carousel .itinerary-card-meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .tour-itinerary-carousel .itinerary-stars svg {
        width: 12px;
        height: 12px;
    }

    .tour-itinerary-carousel .itinerary-price-value {
        font-size: 13px;
    }

    .tour-itinerary-carousel .category-title {
        font-size: 20px;
    }
}

/* ===== How It Works - Redesigned Accordion ===== */
.how-it-works-section {
    padding: 60px 0;
    background: #fff;
}

.hiw-accordion {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hiw-accordion-item {
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    background: #fff;
}

.hiw-accordion-item.active,
.hiw-accordion-item:has(.collapse.show) {
    border-color: rgba(255,105,0,0.15);
    box-shadow: 0 4px 16px rgba(255,105,0,0.06);
}

.hiw-accordion-btn {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hiw-accordion-btn:hover {
    background: rgba(255,105,0,0.03);
}

.hiw-accordion-btn:not(.collapsed) {
    background: rgba(255,105,0,0.04);
}

.hiw-step-num {
    font-size: 22px;
    font-weight: 800;
    color: var(--primary-color);
    min-width: 36px;
    text-align: left;
    line-height: 1;
    letter-spacing: -0.5px;
}

.hiw-step-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
    flex: 1;
    text-align: left;
}

.hiw-step-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(0,0,0,0.04);
    transition: all 0.3s ease;
    color: #666;
}

.hiw-accordion-btn:not(.collapsed) .hiw-step-icon {
    background: var(--primary-color);
    color: #fff;
    transform: rotate(180deg);
}

.hiw-accordion-body {
    padding: 0 24px 22px 76px;
}

.hiw-steps-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hiw-step-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 13.5px;
    line-height: 1.65;
    color: #555;
}

.hiw-step-dot {
    width: 7px;
    height: 7px;
    min-width: 7px;
    border-radius: 50%;
    background: var(--primary-color);
    margin-top: 7px;
}

.hiw-note {
    margin-top: 14px;
    padding: 12px 16px;
    background: rgba(255,105,0,0.06);
    border-radius: 10px;
    font-size: 12.5px;
    line-height: 1.6;
    color: #555;
}

.hiw-note strong {
    color: #1a1a2e;
}

/* Mobile styles for redesigned sections */
@media (max-width: 767px) {
    .ttd-card {
        min-height: 180px;
    }

    .ttd-card-title {
        font-size: 13px;
    }

    .wcu-card {
        padding: 20px 16px;
    }

    .wcu-icon-wrap {
        width: 42px;
        height: 42px;
    }

    .wcu-icon-wrap i {
        font-size: 20px;
    }

    .wcu-title {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .wcu-desc {
        font-size: 12px;
        line-height: 1.55;
    }

    .review-card {
        padding: 20px 16px;
        flex-direction: column;
        gap: 12px;
    }

    .review-card-avatar {
        width: 44px;
        height: 44px;
    }

    .review-card-name {
        font-size: 14px;
    }

    .review-card-text {
        font-size: 13px;
    }

    .hiw-accordion-body {
        padding: 0 16px 18px 56px;
    }

    .hiw-accordion-btn {
        padding: 14px 16px;
        gap: 12px;
    }

    .hiw-step-num {
        font-size: 18px;
        min-width: 28px;
    }

    .hiw-step-title {
        font-size: 14px;
    }

    .hiw-step-item {
        font-size: 12.5px;
    }

    /* Things to do - 2 col grid on mobile */
    .things-to-do #thingsPrev,
    .things-to-do #thingsNext {
        display: none !important;
    }

    .things-to-do #things-to-do {
        display: flex !important;
        flex-wrap: wrap !important;
        overflow: visible !important;
    }

    .things-to-do #things-to-do > .col-3 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50% !important;
        padding: 6px !important;
    }

    .things-to-do .col-10 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}

/* ===== Tour Itinerary Detail - Redesigned ===== */

.ti-hero {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0 60px;
    position: relative;
}

.ti-hero-meta {
    display: flex;
    gap: 12px;
    margin-top: 16px;
}

.ti-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(6px);
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #fff;
}

.ti-section {
    padding: 60px 0 80px;
    background: #f8f9fb;
}

/* Timeline */
.ti-timeline {
    position: relative;
    padding-left: 48px;
}

.ti-timeline::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #ff6900 0%, #e4e7ec 100%);
}

.ti-day {
    position: relative;
    margin-bottom: 32px;
}

.ti-day-marker {
    position: absolute;
    left: -48px;
    top: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff6900 0%, #ff8c3a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(255,105,0,0.3);
}

.ti-day-num {
    font-size: 0.85rem;
    font-weight: 800;
    color: #fff;
}

.ti-map-marker {
    background: linear-gradient(135deg, #023047 0%, #126e94 100%);
    box-shadow: 0 4px 12px rgba(2,48,71,0.3);
    color: #fff;
}

.ti-day-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 32px;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    transition: box-shadow 0.3s ease;
}

.ti-day-card:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.08);
}

.ti-day-header {
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f0f2f5;
}

.ti-day-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #023047;
    margin-bottom: 6px;
}

.ti-day-dest {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #ff6900;
    font-size: 0.88rem;
    font-weight: 500;
}

.ti-day-dest svg {
    flex-shrink: 0;
}

.ti-day-body {
    font-size: 0.92rem;
    line-height: 1.75;
    color: #344054;
}

.ti-day-body p {
    margin-bottom: 10px;
}

.ti-day-body ul, .ti-day-body ol {
    padding-left: 18px;
    margin-bottom: 10px;
}

.ti-day-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.ti-day-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 110px;
    display: block;
}

.ti-day-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.ti-day-img:hover img {
    transform: scale(1.08);
}

.ti-day-img-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    color: #fff;
    opacity: 0;
}

.ti-day-img:hover .ti-day-img-overlay {
    background: rgba(0,0,0,0.35);
    opacity: 1;
}

.ti-map-wrap {
    border-radius: 14px;
    overflow: hidden;
    max-width: 100%;
    height: 380px;
}

.ti-map-wrap iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* Booking Sidebar */
.ti-sidebar {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    position: sticky;
    top: 100px;
}

.ti-sidebar-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 24px;
    background: linear-gradient(135deg, #023047 0%, #126e94 100%);
    color: #fff;
}

.ti-sidebar-header h4 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
}

.ti-sidebar-body {
    padding: 24px;
}

.ti-radio-group {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ti-radio {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 10px;
    border: 1.5px solid #e4e7ec;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0.88rem;
    color: #344054;
    font-weight: 500;
}

.ti-radio:hover {
    border-color: #ff6900;
    background: #fff7f0;
}

.ti-radio input[type="radio"] {
    accent-color: #ff6900;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.ti-radio input[type="radio"]:checked + span {
    color: #ff6900;
    font-weight: 600;
}

@media (max-width: 991px) {
    .ti-sidebar {
        position: static;
    }
}

@media (max-width: 575px) {
    .ti-hero {
        padding: 80px 0 40px;
    }
    .ti-section {
        padding: 40px 0 60px;
    }
    .ti-timeline {
        padding-left: 36px;
    }
    .ti-timeline::before {
        left: 14px;
    }
    .ti-day-marker {
        left: -36px;
        width: 32px;
        height: 32px;
    }
    .ti-day-num {
        font-size: 0.72rem;
    }
    .ti-day-card {
        padding: 20px;
    }
    .ti-day-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* ===== Things To Do Detail - Location Cards ===== */

.ttd-detail-section {
    padding: 60px 0 80px;
    background: #f8f9fb;
}

.ttd-loc-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.ttd-loc-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    transform: translateY(-4px);
}

.ttd-loc-img {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.ttd-loc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.ttd-loc-card:hover .ttd-loc-img img {
    transform: scale(1.06);
}

.ttd-loc-img-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0;
    transition: all 0.3s ease;
}

.ttd-loc-img:hover .ttd-loc-img-overlay {
    background: rgba(0,0,0,0.35);
    opacity: 1;
}

.ttd-loc-body {
    padding: 22px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.ttd-loc-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #023047;
    margin-bottom: 8px;
}

.ttd-loc-desc {
    font-size: 0.88rem;
    line-height: 1.65;
    color: #667085;
    margin-bottom: 16px;
}

.ttd-loc-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 18px;
    flex: 1;
}

.ttd-loc-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    color: #344054;
}

.ttd-loc-meta-item svg {
    color: #ff6900;
    flex-shrink: 0;
}

.ttd-loc-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.88rem;
    font-weight: 600;
    color: #ff6900;
    text-decoration: none;
    padding: 10px 0;
    border-top: 1px solid #f0f2f5;
    transition: gap 0.3s ease;
}

.ttd-loc-btn:hover {
    color: #e05e00;
    gap: 10px;
}

@media (max-width: 575px) {
    .ttd-detail-section {
        padding: 40px 0 60px;
    }
    .ttd-loc-img {
        height: 180px;
    }
}
