:root {
    --blue: #1f83f8;
    --blue-dark: #0e73e7;
    --black: #0b0b0d;
    --text: #111113;
    --muted: #5f6368;
    --line: #e6e6e6;
    --soft: #f1f1ff;
    --yellow: #ffbd27;
    --cyan: #15b6ea;
    --green: #2f9560;
    --heading-gradient: linear-gradient(92deg, #1f83f8 0%, #15b6ea 34%, #2f9560 68%, #ffbd27 100%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: "Poppins", Arial, sans-serif;
    color: var(--text);
    background: #fff;
    letter-spacing: 0;
}

/* Destination detail page */
.destination-detail-page { background: #fff; color: #111; }
.destination-detail-gallery { position: relative; overflow: hidden; }
.destination-gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.destination-gallery-grid img { width: 100%; height: 368px; object-fit: cover; display: block; }
.dest-gallery-arrow,
.tourist-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 56px;
    height: 56px;
    border: 0;
    border-radius: 50%;
    background: rgba(17, 17, 17, .45);
    color: #fff;
    display: grid;
    place-items: center;
    transform: translateY(-50%);
    transition: .25s ease;
}
.dest-gallery-arrow:hover,
.tourist-arrow:hover { background: var(--primary); }
.dest-gallery-prev { left: 40px; }
.dest-gallery-next { right: 40px; }
.destination-intro-section { padding: 56px 0 74px; text-align: center; }
.destination-intro-section h1 { margin: 0 0 22px; font-size: clamp(42px, 5vw, 64px); line-height: 1.05; font-weight: 700; }
.destination-detail-chips { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px; margin-bottom: 26px; }
.destination-detail-chips span { border: 1px solid #e5e5e5; border-radius: 999px; padding: 8px 22px; color: #333; background: #fff; }
.destination-intro-section p { max-width: 920px; margin: 0 auto 44px; color: #3f4650; font-size: 20px; line-height: 1.55; }
.destination-intro-section a { color: var(--primary); font-weight: 700; }
.destination-tourist-section { padding: 0 0 92px; }
.destination-tourist-section h2,
.destination-best-time h2,
.destination-experience-section h2 { margin: 0 0 26px; font-size: clamp(30px, 4vw, 42px); font-weight: 700; }
.tourist-slider-wrap { position: relative; }
.tourist-place-row { display: grid; grid-template-columns: repeat(6, minmax(170px, 1fr)); gap: 24px; }
.tourist-place-card { text-align: center; color: #111; }
.tourist-place-card img { width: 100%; height: 150px; object-fit: cover; border-radius: 16px; transition: .35s ease; }
.tourist-place-card:hover img { transform: translateY(-4px) scale(1.02); }
.tourist-place-card h3 { margin: 16px 0 0; font-size: 18px; font-weight: 700; }
.tourist-prev { left: -24px; background: #fff; color: #111; border: 1px solid #ddd; }
.tourist-next { right: -24px; background: #fff; color: #111; border: 1px solid #ddd; }
.destination-why-section,
.destination-faq-section {
    padding: 92px 0;
    background-color: #f1f1ff;
    background-image: radial-gradient(rgba(17,17,17,.055) 1.5px, transparent 1.5px);
    background-size: 12px 12px;
}
.destination-why-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin-top: 54px; }
.destination-why-grid article { min-height: 250px; padding: 48px 42px; border-radius: 18px; background: #fff; text-align: center; }
.destination-why-grid i { color: var(--primary); font-size: 42px; margin-bottom: 28px; }
.destination-why-grid h3 { font-size: 26px; font-weight: 700; margin-bottom: 16px; }
.destination-why-grid p { color: #39414c; font-size: 18px; line-height: 1.55; }
.destination-why-pills { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 70px; max-width: 880px; margin: 70px auto 0; }
.destination-why-pills span { background: #fff; border-radius: 999px; text-align: center; padding: 12px 18px; font-weight: 600; }
.destination-experience-section { padding: 90px 0 80px; overflow: hidden; text-align: center; }
.destination-experience-strip { display: grid; grid-template-columns: repeat(5, minmax(220px, 1fr)); gap: 32px; align-items: center; margin-top: 48px; }
.destination-experience-strip img { width: 100%; height: 300px; object-fit: cover; border-radius: 18px; }
.destination-experience-strip img:nth-child(2),
.destination-experience-strip img:nth-child(4) { height: 260px; }
.destination-best-time { padding: 34px 0 92px; }
.destination-best-time .container-fluid { max-width: 1392px; margin: 0 auto; }
.season-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.season-card { display: grid; grid-template-columns: 250px 1fr; gap: 34px; align-items: start; padding: 30px; border: 1px solid #e2e2e2; border-radius: 18px; position: relative; min-height: 365px; background: #fff; }
.season-card img { width: 195px; height: 213px; object-fit: cover; border-radius: 8px; align-self: start; margin-top: 0; }
.season-card h3 { font-size: 24px; line-height: 1.2; font-weight: 700; margin: 0 0 4px; }
.season-card h4 { margin: 32px 0 16px; font-size: 20px; line-height: 1.2; font-weight: 500; }
.season-card p,
.season-card li { color: #3f4650; font-size: 16px; line-height: 1.6; font-weight: 400; }
.season-card p { margin: 0; }
.season-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.season-card li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
    background: var(--primary);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    font-size: 10px;
    margin-right: 12px;
}
.season-card > span { grid-column: 1 / -1; display: block; align-self: end; margin-top: 14px; padding: 10px 18px; border-radius: 999px; background: #f1f1ff; color: var(--primary); text-align: center; font-size: 17px; font-weight: 500; }
.destination-video-section { padding: 16px 0 0; }
.destination-video-card { position: relative; border-radius: 18px; overflow: hidden; }
.destination-video-card img { width: 100%; height: 560px; object-fit: cover; display: block; }
.destination-video-card button { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%); width: 74px; height: 74px; border: 0; border-radius: 50%; background: var(--primary); color: #fff; box-shadow: 0 0 0 14px rgba(33, 132, 245, .25); }
.destination-faq-section { padding-top: 110px; }
.destination-faq-section .general-faq-list { max-width: 860px; margin: 42px auto 0; }
.destination-tours-section { padding: 92px 0 120px; }
.destination-tours-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }

@media (max-width: 1199px) {
    .tourist-place-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .season-card { grid-template-columns: 170px 1fr; gap: 24px; }
}
@media (max-width: 991px) {
    .destination-gallery-grid,
    .destination-why-grid,
    .destination-tours-grid,
    .season-grid,
    .destination-why-pills { grid-template-columns: 1fr; }
    .destination-gallery-grid img,
    .destination-video-card img { height: 320px; }
    .destination-experience-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 575px) {
    .destination-intro-section { padding: 44px 0 58px; }
    .tourist-place-row { grid-template-columns: 1fr; }
    .season-card { grid-template-columns: 1fr; }
    .season-card img { width: 100%; }
    .destination-experience-strip { grid-template-columns: 1fr; }
    .dest-gallery-prev { left: 14px; }
    .dest-gallery-next { right: 14px; }
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { max-width: 1260px; }

.reveal-ready {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .7s ease var(--reveal-delay, 0ms), transform .7s ease var(--reveal-delay, 0ms);
}
.reveal-ready.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.site-header {
    position: relative;
    z-index: 1000;
    background: #fff;
    border-top: 4px solid #f7e5ef;
}
.header-container {
    max-width: 1260px;
    padding-inline: 18px;
    margin-inline: auto;
}
.header-top {
    height: 96px;
    border-bottom: 1px solid var(--line);
    display: flex;
    align-items: center;
}
.header-top .header-container,
.header-nav .header-container,
.header-actions,
.brand,
.nav-whatsapp {
    display: flex;
    align-items: center;
}
.header-top .header-container { gap: 34px; }
.brand { gap: 12px; min-width: 132px; }
.site-logo {
    width: 142px;
    height: auto;
    max-height: 64px;
    object-fit: contain;
}
.footer-logo {
    width: 136px;
    max-height: 60px;
    filter: brightness(0) invert(1) contrast(1.15);
    opacity: 1;
}
.logo-icon {
    width: 40px;
    height: 48px;
    border: 2px solid #111;
    border-radius: 6px;
    display: grid;
    place-items: center;
    font-size: 27px;
    transform: rotate(7deg);
}
.brand strong {
    display: block;
    font-size: 25px;
    line-height: .9;
    font-weight: 900;
    text-transform: uppercase;
    white-space: nowrap;
}
.brand em {
    display: block;
    font-style: normal;
    font-size: 17px;
    font-weight: 700;
    color: #4e4e4e;
}
.header-search {
    flex: 1;
    height: 56px;
    border-radius: 999px;
    background: #eee;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 26px;
    color: #111;
    max-width: 635px;
}
.header-search input {
    border: 0;
    outline: 0;
    width: 100%;
    background: transparent;
    font-size: 18px;
    color: #777;
}
.header-search input::placeholder { color: #aaa; }
.header-actions { gap: 16px; margin-left: auto; }
.help-link {
    color: #1880ff;
    font-weight: 700;
    font-size: 16px;
}
.divider { width: 1px; height: 19px; background: #ddd; }
.language-btn {
    border: 0;
    background: transparent;
    font-weight: 800;
    display: flex;
    gap: 6px;
    align-items: center;
}
.login-btn {
    height: 53px;
    min-width: 135px;
    border-radius: 11px;
    background: #0c0b0c;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-size: 18px;
    font-weight: 800;
}

body.button-blue-mode .login-btn,
body.button-blue-mode .customize-box a,
body.button-blue-mode .custom-box > a,
.login-btn.is-clicked,
.customize-box a.is-clicked,
.custom-box > a.is-clicked {
    background: var(--blue);
    color: #fff;
    border-color: var(--blue);
}
.menu-toggle { display: none; border: 0; background: var(--blue); color: #fff; width: 44px; height: 44px; border-radius: 8px; }
.header-nav {
    height: 62px;
    border-bottom: 1px solid var(--line);
    position: relative;
    z-index: 50;
}
.header-nav .header-container { height: 100%; justify-content: space-between; }
.main-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 38px;
    height: 100%;
}
.main-menu > li {
    height: 100%;
    display: flex;
    align-items: center;
}
.main-menu a {
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}
.main-menu a.active,
.main-menu a:hover { color: var(--blue); }

.has-dropdown {
    position: relative;
}

.simple-dropdown {
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 90;
    width: 220px;
    margin: 0;
    padding: 12px 0;
    list-style: none;
    border: 1px solid var(--line);
    border-radius: 0 0 12px 12px;
    background: #fff;
    box-shadow: 0 18px 36px rgba(0,0,0,.09);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 12px);
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}

.has-dropdown:hover .simple-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.simple-dropdown li {
    display: block;
}

.simple-dropdown a {
    min-height: 42px;
    padding: 10px 18px;
    color: var(--black);
    font-size: 15px;
    white-space: nowrap;
}

.simple-dropdown a:hover {
    background: #f3f8ff;
    color: var(--blue);
}
.destination-mega {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 80;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,255,255,.98)),
        url("https://gofly-wp.egenstheme.com/wp-content/themes/gofly/assets/img/home1/vector/world-map-vector.svg") right bottom/360px auto no-repeat;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    box-shadow: 0 18px 40px rgba(0,0,0,.08);
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
}
.has-mega:hover .destination-mega,
.has-mega:focus-within .destination-mega {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.destination-mega-inner {
    max-width: 1260px;
    margin: 0 auto;
    padding: 46px 18px 38px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 42px;
}
.package-mega-inner {
    gap: 34px;
}
.taxi-mega-inner {
    gap: 36px;
}
.destination-mega h4 {
    margin: 0 0 20px;
    color: #0c0c0d;
    font-size: 20px;
    font-weight: 700;
}
.destination-mega a {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0;
    margin: 0 0 16px;
    color: #30343a;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25;
}
.package-mega a {
    align-items: flex-start;
    line-height: 1.35;
}
.taxi-mega a {
    align-items: flex-start;
    line-height: 1.35;
}
.destination-mega a:hover {
    color: var(--blue);
    transform: translateX(2px);
}
.destination-mega a span {
    color: var(--blue);
    font-size: 10px;
    line-height: 1;
}
.nav-whatsapp {
    gap: 13px;
    background: #f0f0f0;
    height: 62px;
    padding: 0 28px;
    font-size: 15px;
    font-weight: 700;
}
.nav-whatsapp > i:first-child {
    color: #39c85f;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    display: grid;
    place-items: center;
    font-size: 22px;
}
.nav-whatsapp strong { display: block; font-size: 19px; color: #090909; }
.mobile-panel { background: #101010; color: #fff; }
.mobile-panel a { display: block; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-weight: 700; }

.hero-home {
    position: relative;
    min-height: 516px;
    overflow: visible;
}
.hero-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0,0,0,.22), rgba(0,0,0,.05)),
        url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1920&q=80") center 42%/cover no-repeat;
}
.hero-copy {
    position: relative;
    z-index: 1;
    color: #fff;
    padding-top: 140px;
    max-width: 980px;
}
.hero-copy h1 {
    font-size: clamp(44px, 4.6vw, 58px);
    line-height: 1.05;
    font-weight: 900;
    margin: 0 0 24px;
    letter-spacing: 0;
}
.hero-copy p {
    font-size: 20px;
    line-height: 1.45;
    font-weight: 700;
    margin: 0;
    max-width: 960px;
}

.booking-shell {
    position: relative;
    margin-top: -106px;
    z-index: 2;
}
.booking-card {
    background: #fff;
    border-radius: 19px;
    box-shadow: 0 24px 40px rgba(0,0,0,.08);
    padding: 0 33px 34px;
}
.booking-tabs {
    display: flex;
    gap: 17px;
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    transform: translateY(-27px);
}
.booking-tabs li {
    height: 53px;
    min-width: 116px;
    padding: 0 22px;
    border-radius: 999px;
    border: 1px solid #e2e2e2;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
    transition: .25s ease;
}
.booking-tabs li i { color: #caa600; }
.booking-tabs li.active {
    background: var(--blue);
    color: #fff;
    border-color: var(--blue);
}
.booking-tabs li.active i { color: #fff; }
.booking-form {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 186px;
    gap: 25px;
    margin-top: -10px;
}
.booking-form[hidden] { display: none !important; }
.hotel-booking-form {
    grid-template-columns: 1.1fr 1fr 1fr 1.08fr 142px;
    gap: 21px;
}
.experience-booking-form {
    grid-template-columns: 1.2fr .95fr .95fr 154px;
    gap: 22px;
}
.taxi-booking-form {
    grid-template-columns: 1.25fr 1.05fr 168px;
    gap: 24px;
}
.booking-field,
.booking-form label {
    height: 68px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 0 18px;
    min-width: 0;
    cursor: pointer;
    transition: .25s ease;
}
.booking-field { position: relative; background: #fff; }
.booking-form label:hover,
.booking-field:hover,
.booking-field.open {
    border-color: var(--blue);
    box-shadow: 0 10px 24px rgba(31, 131, 248, .12);
}
.booking-form label i,
.booking-field-trigger > i { color: #666; font-size: 21px; }
.booking-form strong {
    display: block;
    font-size: 19px;
    line-height: 1.1;
}
.booking-form small {
    color: #666;
    font-size: 15px;
    display: block;
    white-space: nowrap;
    overflow: visible;
    text-overflow: ellipsis;
    max-width: 100%;
}
.booking-field-trigger {
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 0;
    color: inherit;
    text-align: left;
}
.booking-field-trigger::before { display: none !important; }
.booking-date-field input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    opacity: 0;
    pointer-events: none;
}
.booking-date-field.open {
    border-color: var(--blue);
    box-shadow: 0 10px 24px rgba(31, 131, 248, .12);
}
.booking-calendar {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 245px;
    z-index: 90;
    display: none;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 18px 40px rgba(0,0,0,.13);
    color: #111;
    cursor: default;
    overflow: hidden;
}
.booking-date-field.open .booking-calendar { display: block; }
.booking-calendar-head {
    height: 44px;
    display: grid;
    grid-template-columns: 34px 1fr 34px;
    align-items: center;
    padding: 0 9px;
}
.booking-calendar-head strong {
    text-align: center;
    font-size: 13px;
    font-weight: 700;
}
.booking-calendar-head button,
.booking-calendar-actions button {
    border: 0;
    background: transparent;
    color: #111;
    padding: 0;
}
.booking-calendar-week,
.booking-calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
}
.booking-calendar-week {
    color: #9aa0a6;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 9px 8px;
}
.booking-calendar-days {
    gap: 2px 0;
    padding: 0 9px 12px;
}
.booking-calendar-days button {
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #65707c;
    font-size: 12px;
    justify-self: center;
}
.booking-calendar-days button.is-muted {
    color: #b1b6bd;
}
.booking-calendar-days button.is-selected {
    background: var(--blue);
    color: #fff;
}
.booking-calendar-actions {
    height: 45px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    padding: 0 9px;
    border-top: 1px solid #e2e2e2;
}
.booking-calendar-actions button {
    font-size: 12px;
    font-weight: 700;
}
.booking-calendar-actions [data-calendar-apply] {
    min-width: 48px;
    height: 30px;
    border-radius: 4px;
    background: var(--blue);
    color: #fff;
}
.booking-dropdown {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    z-index: 80;
    display: none;
    background: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 18px 40px rgba(0,0,0,.12);
    overflow: hidden;
}
.booking-field.open .booking-dropdown { display: block; }
.booking-dropdown-search {
    height: 40px !important;
    border: 0 !important;
    border-bottom: 1px solid #eee !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 10px !important;
    gap: 8px !important;
}
.booking-dropdown-search i { color: var(--blue) !important; font-size: 13px !important; }
.booking-dropdown-search input {
    width: 100%;
    border: 0;
    outline: 0;
    font: inherit;
    font-size: 13px;
    color: #555;
}
.booking-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 225px;
    overflow-y: auto;
}
.booking-dropdown li {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 9px 12px;
    color: #343434;
    font-size: 14px;
    cursor: pointer;
    border-bottom: 1px solid #f1f1f1;
    transition: background .2s ease, color .2s ease;
}
.booking-dropdown li:hover,
.booking-dropdown li.active {
    background: var(--blue);
    color: #fff;
}
.booking-dropdown li strong {
    font-size: 14px;
    font-weight: 600;
}
.booking-dropdown li small {
    font-size: 12px;
    color: inherit;
}
.booking-dropdown li em {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--blue);
    color: #fff;
    display: grid;
    place-items: center;
    font-style: normal;
    font-size: 10px;
    line-height: 1.05;
    text-align: center;
    flex: 0 0 34px;
}
.booking-dropdown li:hover em,
.booking-dropdown li.active em {
    background: #fff;
    color: var(--blue);
}
.tour-type-dropdown ul { max-height: none; }
.tour-type-dropdown li {
    min-height: 37px;
    justify-content: flex-start;
    padding: 9px 14px;
}
.hotel-destination-dropdown li em {
    background: #fff;
    border: 1px solid #e8eef8;
    color: var(--blue);
    font-size: 11px;
}
.hotel-range-calendar {
    left: auto;
    right: 8px;
    width: 488px;
}
.hotel-date-field.open {
    border-color: var(--blue);
    box-shadow: 0 10px 24px rgba(31, 131, 248, .12);
}
.hotel-date-field.open .hotel-range-calendar { display: block; }
.experience-date-field.open {
    border-color: var(--blue);
    box-shadow: 0 10px 24px rgba(31, 131, 248, .12);
}
.experience-date-field.open .booking-calendar { display: block; }
.taxi-date-field.open {
    border-color: var(--blue);
    box-shadow: 0 10px 24px rgba(31, 131, 248, .12);
}
.taxi-date-field.open .booking-calendar { display: block; }
.hotel-calendar-months {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.hotel-calendar-month {
    padding: 14px 13px 8px;
}
.hotel-calendar-month + .hotel-calendar-month {
    border-left: 1px solid #eee;
}
.hotel-calendar-month h5 {
    text-align: center;
    margin: 0 0 14px;
    font-size: 13px;
}
.hotel-calendar-days button.is-range {
    background: #eaf3ff;
    color: var(--blue);
}
.hotel-calendar-days button.is-selected {
    background: var(--blue);
    color: #fff;
}
.hotel-calendar-actions {
    justify-content: flex-end;
}
.hotel-calendar-actions span {
    margin-right: auto;
    color: #222;
    font-size: 12px;
}
.guest-room-field { position: relative; }
.guest-room-field.open {
    border-color: var(--blue);
    box-shadow: 0 10px 24px rgba(31, 131, 248, .12);
}
.guest-room-dropdown {
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    z-index: 90;
    display: none;
    width: 286px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(0,0,0,.13);
    padding: 21px 18px 19px;
    color: #111;
}
.guest-room-field.open .guest-room-dropdown { display: block; }
.guest-room-dropdown h4 {
    margin: 0 0 6px;
    font-size: 15px;
}
.guest-room-dropdown > p {
    margin: 0 0 18px;
    color: #555;
    font-size: 13px;
}
.room-card {
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 27px;
}
.room-card > strong {
    display: block;
    padding: 12px 14px;
    background: #f2f2f2;
    font-size: 15px;
}
.room-card div {
    display: grid;
    grid-template-columns: 1fr 24px 22px 24px;
    gap: 7px;
    align-items: center;
    padding: 15px 14px;
}
.room-card span { font-size: 15px; }
.room-card small {
    display: block;
    color: #777;
    font-size: 12px;
}
.room-card button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid var(--blue);
    background: #fff;
    color: var(--blue);
    line-height: 1;
}
.add-room-btn {
    width: 100%;
    height: 48px;
    border: 0;
    border-radius: 999px;
    background: var(--blue);
    color: #fff;
    font-weight: 800;
}
.booking-form > button {
    height: 68px;
    border: 0;
    border-radius: 9px;
    background: var(--blue);
    color: #fff;
    font-weight: 900;
    letter-spacing: .6px;
    font-size: 17px;
    transition: .25s ease;
}
.booking-form > button:hover {
    background: var(--blue-dark);
    transform: translateY(-2px);
}
.booking-card p {
    margin: 17px 0 0;
    color: #535353;
    font-weight: 600;
}
.booking-card p a { color: var(--blue); font-weight: 800; }

.section { padding: 109px 0; }
.section-title {
    text-align: center;
    margin-bottom: 54px;
}
.section-title h2 {
    font-size: clamp(38px, 3.4vw, 48px);
    line-height: 1.08;
    margin: 0 0 22px;
    font-weight: 900;
}
.section-title p {
    margin: 0 auto;
    color: #3f454c;
    font-size: 21px;
    line-height: 1.45;
}
.offers-section { padding-top: 84px; padding-bottom: 64px; }
.offers-section .section-title { margin-bottom: 48px; }
.destination-section { padding-top: 58px; padding-bottom: 88px; }
.offers-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.offers-row img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
    transition: .3s ease;
}
.offers-row img:hover { transform: translateY(-5px); }
.filter-pills {
    display: flex;
    justify-content: center;
    gap: 17px;
    flex-wrap: wrap;
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
}
.filter-pills li {
    height: 36px;
    padding: 0 22px;
    min-width: 84px;
    border-radius: 999px;
    border: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3d3d3d;
    font-size: 21px;
    font-weight: 500;
    cursor: pointer;
    transition: .25s ease;
}
.filter-pills li.active {
    background: var(--blue);
    color: #fff;
    border-color: var(--blue);
}
.filter-pills li:hover {
    border-color: var(--blue);
    color: var(--blue);
}
.filter-pills li.active:hover {
    color: #fff;
}
.destination-panel {
    display: none;
    animation: destinationFade .42s ease both;
}
.destination-panel.active {
    display: block;
}
@keyframes destinationFade {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}
.clean-destination-slider {
    padding: 4px 0 64px;
}
.clean-destination-slider .swiper-slide {
    height: auto;
}
.clean-destination-card {
    display: block;
}
.clean-destination-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 16px;
    transition: .35s ease;
}
.clean-destination-card:hover img {
    transform: scale(1.04);
    box-shadow: 0 18px 36px rgba(0,0,0,.14);
}
.clean-destination-card h3 {
    margin: 18px 0 0;
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
}
.clean-destination-card h3 i {
    margin-right: 6px;
    font-size: 16px;
}
.clean-destination-card p {
    text-align: center;
    margin: 7px 0 0;
    color: #555;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 600;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity .25s ease, transform .25s ease;
    pointer-events: none;
}
.clean-destination-card:hover p,
.clean-destination-card:focus-visible p {
    opacity: 1;
    transform: translateY(0);
}
.destination-pagination {
    bottom: 2px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.destination-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin: 0 !important;
    border-radius: 50%;
    background: #d0d0d0;
    opacity: 1;
}
.destination-pagination .swiper-pagination-bullet-active {
    width: 28px;
    height: 11px;
    border-radius: 999px;
    background: var(--blue);
}

.service-light {
    background: #f1f0ff;
    border-radius: 0 0 20px 20px;
    padding: 70px 0 66px;
}
.service-light h2 {
    text-align: center;
    font-size: clamp(34px, 3.2vw, 42px);
    line-height: 1.1;
    margin: 0;
    padding-top: 0;
    font-weight: 900;
}
.thin-line {
    height: 1px;
    background: linear-gradient(90deg, transparent, #d7d6e8, transparent);
    margin: 26px auto 33px;
    max-width: 920px;
}
.service-three {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
}
.service-three article {
    display: flex;
    gap: 22px;
    align-items: flex-start;
}
.service-three article > span {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    flex: 0 0 55px;
    font-size: 24px;
    color: #000;
}
.service-three .yellow { background: var(--yellow); }
.service-three .cyan { background: var(--cyan); }
.service-three h3 {
    margin: 0 0 12px;
    font-size: 28px;
    font-weight: 900;
}
.service-three p {
    margin: 0;
    color: #333940;
    font-size: 19px;
    line-height: 1.45;
    font-weight: 500;
}
.discount-pill {
    width: 462px;
    min-height: 69px;
    border-radius: 999px;
    margin: 56px auto 0;
    padding: 0 33px 0 40px;
    background: var(--blue);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    font-size: 18px;
}
.discount-pill strong,
.discount-pill span { line-height: 1.25; }

.package-section { padding-top: 90px; padding-bottom: 90px; }
.service-light + .package-section { padding-top: 78px; }
.trusted + .weekend-trip-section { padding-top: 76px; }
.weekend-trip-section + .inspiration { padding-top: 42px; }
.package-grid.exact {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.weekend-trip-slider { padding: 0 0 58px; }
.weekend-trip-slider .swiper-slide {
    height: auto;
    display: flex;
}
.weekend-trip-slider .exact-package {
    width: 100%;
    height: auto;
}
.weekend-trip-pagination {
    bottom: 4px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.weekend-trip-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin: 0 !important;
    background: #d1d1d1;
    opacity: 1;
}
.weekend-trip-pagination .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 999px;
    background: var(--blue);
}
.exact-package {
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    background: #fff;
    padding: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-width: 0;
    transition: .28s ease;
}
.exact-package:hover {
    transform: translateY(-7px);
    box-shadow: 0 18px 38px rgba(0,0,0,.12);
}
.exact-img {
    height: 224px;
    border-radius: 11px;
    overflow: hidden;
    position: relative;
}
.exact-img .tour-card-media-link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}
.exact-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.exact-img span {
    position: absolute;
    z-index: 1;
    display: block;
    right: 16px;
    width: max-content;
    max-width: calc(100% - 32px);
    top: 16px;
    border-radius: 999px;
    background: #ffe100;
    color: #000;
    padding: 8px 18px;
    font-weight: 800;
    margin-bottom: 0;
    white-space: nowrap;
}
.exact-img span:nth-of-type(2) { top: 56px; }
.exact-img span:nth-of-type(3) { top: 96px; }
.exact-img span:first-of-type {
    background: #ff392a;
    color: #fff;
}
.exact-img span:last-of-type:nth-of-type(3) {
    background: #ff9700;
    color: #fff;
}
.exact-body { padding: 21px 12px 14px; }
.exact-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}
.exact-body h3 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
    margin: 0 0 14px;
    min-height: 58px;
}
.exact-body h3 .tour-card-title-link {
    color: inherit;
    text-decoration: none;
    transition: color .3s ease;
}
.exact-body h3 .tour-card-title-link:hover {
    color: var(--primary);
}
.pkg-meta {
    display: grid;
    grid-template-columns: 18px 1fr;
    column-gap: 8px;
    row-gap: 7px;
    align-items: start;
    color: #4a4f55;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
    margin: 0 0 24px;
    overflow-wrap: anywhere;
}
.package-link-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    line-height: 1.12;
    margin-bottom: 30px;
}
.package-link-meta a {
    color: #3e454d;
    font-weight: 900;
    min-width: 0;
}
.package-link-meta a:hover {
    color: var(--blue);
}
.package-link-meta b {
    display: inline-block;
    width: 25px;
    height: 6px;
    flex: 0 0 25px;
    background: url("data:image/svg+xml,%3Csvg class='arrow' width='25' height='6' viewBox='0 0 25 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3H25M3 0L0 3L3 6M22 0L25 3L22 6' fill='none' stroke='%235d646b' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
    font-size: 0;
    line-height: 0;
}
.package-link-meta span {
    color: #3e454d;
    font-weight: 900;
    white-space: nowrap;
}
.pkg-meta i { margin-top: 2px; }
.pkg-meta b {
    display: none;
}
.book-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto;
}
.book-row a {
    height: 45px;
    border-radius: 9px;
    background: var(--blue);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 16px;
    font-weight: 800;
    font-size: 18px;
}
.book-row i,
.discount-pill i,
.custom-box a i { transform: rotate(45deg); }
.book-row small {
    display: block;
    text-align: right;
    color: #333;
    font-weight: 700;
    margin-bottom: 3px;
    white-space: nowrap;
}
.book-row strong {
    display: block;
    font-size: 29px;
    line-height: 1;
    font-weight: 900;
    color: #000;
    white-space: nowrap;
}
.book-row del {
    display: block;
    color: #909090;
    font-size: 20px;
    margin-bottom: 7px;
}
.card-bottom {
    border-top: 1px solid #eee;
    margin-top: 22px;
    padding-top: 18px;
    display: flex;
    justify-content: space-between;
    font-weight: 800;
    gap: 10px;
    flex-wrap: wrap;
    position: relative;
}
.card-bottom .tip-trigger {
    position: relative;
    cursor: pointer;
}
.card-bottom .tip-trigger > small {
    display: inline-grid;
    place-items: center;
    width: 12px;
    height: 12px;
    margin-left: 4px;
    border-radius: 50%;
    background: #a7a7a7;
    color: #fff;
    font-size: 8px;
    font-weight: 900;
    vertical-align: middle;
}
.card-bottom .tip-trigger > em {
    position: absolute;
    left: 0;
    bottom: calc(100% + 14px);
    z-index: 30;
    width: 320px;
    max-width: min(320px, 82vw);
    padding: 18px 20px;
    border-radius: 8px;
    background: #111;
    color: #fff;
    font-style: normal;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 500;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: .22s ease;
    box-shadow: 0 14px 34px rgba(0,0,0,.25);
}
.card-bottom .tip-trigger > em::after {
    content: "";
    position: absolute;
    left: 22px;
    top: 100%;
    border: 8px solid transparent;
    border-top-color: #111;
}
.card-bottom .tip-trigger > em strong {
    color: #fff;
    font-weight: 900;
}
.card-bottom .tip-trigger:hover > em,
.card-bottom .tip-trigger:focus-within > em {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.card-bottom .tip-trigger:nth-child(2) > em {
    left: auto;
    right: 0;
}
.card-bottom .tip-trigger:nth-child(2) > em::after {
    left: auto;
    right: 22px;
}
.quote-banner {
    min-height: 585px;
    margin-top: 0;
    position: relative;
    color: #fff;
    text-align: center;
    background: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1920&q=80") center/cover no-repeat;
    display: flex;
    align-items: center;
}
.quote-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.33);
}
.quote-banner .container { position: relative; z-index: 1; }
.quote-banner span {
    font-family: "Courgette", cursive;
    font-size: 26px;
    font-weight: 500;
}
.quote-banner h2 {
    font-size: clamp(52px, 6vw, 74px);
    line-height: 1.03;
    font-weight: 900;
    margin: 24px 0 30px;
}
.quote-banner h3 {
    font-size: 24px;
    font-weight: 900;
    margin: 0 0 10px;
}
.quote-banner p { font-size: 18px; font-weight: 800; margin-bottom: 62px; }
.quote-banner a {
    display: inline-flex;
    height: 61px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--blue);
    color: #fff;
    padding: 0 28px;
    font-size: 18px;
    font-weight: 800;
}
.last-minute { padding-top: 88px; }

.custom-exact { padding: 20px 0 78px; }
.custom-box {
    background: var(--green);
    min-height: 475px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    padding: 68px 125px 64px;
    position: relative;
    overflow: hidden;
}
.custom-box::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .13;
    background: url("https://gofly-wp.egenstheme.com/wp-content/themes/gofly/assets/img/home1/vector/world-map-vector.svg") center/contain no-repeat;
}
.custom-box > * { position: relative; z-index: 1; }
.custom-box h2 {
    font-size: 38px;
    font-weight: 900;
    margin: 0 0 46px;
}
.custom-box form {
    border: 10px solid rgba(20,93,57,.8);
    background: #fff;
    border-radius: 19px;
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px 0 28px;
    color: #333;
    gap: 16px;
}
.custom-box form:has(.custom-select-wrap.open) {
    align-items: flex-start;
    padding-top: 8px;
    padding-bottom: 8px;
}
.custom-box form span {
    display: flex;
    align-items: center;
    gap: 27px;
    font-size: 18px;
    font-weight: 700;
}
.custom-destination-form label {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 27px;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}
.custom-destination-form select {
    flex: 1;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #222;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}
.custom-destination-form {
    position: relative;
    flex-wrap: nowrap;
}
.custom-static-field {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 27px;
    min-height: 58px;
    color: #333;
    font-size: 18px;
    font-weight: 500;
}
.gofly-location-select {
    position: relative;
    padding: 0;
}
.gofly-location-select button {
    width: 100%;
    min-height: 58px;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 27px;
    color: #333;
    font: inherit;
    text-align: left;
    padding: 0;
}
.gofly-location-select button::before {
    display: none !important;
}
.gofly-location-select ul {
    position: absolute;
    z-index: 20;
    left: -28px;
    right: -8px;
    top: calc(100% + 19px);
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #e4e4e4;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: .2s ease;
}
.gofly-location-select.open ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.gofly-location-select li {
    min-height: 60px;
    display: flex;
    align-items: center;
    padding: 0 22px;
    color: #505050;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
.gofly-location-select li:hover {
    background: #fff;
    color: #505050;
}
.gofly-location-select li.active {
    background: var(--blue);
    color: #fff;
}
.gofly-location-select li::before {
    display: none !important;
    content: none !important;
}
.custom-box:has(.gofly-location-select.open) {
    padding-bottom: 64px;
}
.custom-box .custom-static-field + button {
    flex: 0 0 166px;
}
.custom-select-wrap {
    flex: 1;
    position: relative;
    min-width: 0;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.custom-select-trigger {
    width: 100%;
    min-height: 58px;
    border: 0;
    background: transparent !important;
    color: #111 !important;
    display: grid;
    grid-template-columns: 28px 1fr 24px;
    gap: 22px;
    align-items: center;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    min-width: 0;
    box-shadow: none !important;
    transform: none !important;
}
.custom-select-trigger::before {
    display: none !important;
}
.custom-select-trigger:hover {
    background: transparent !important;
    color: #111 !important;
    box-shadow: none !important;
    transform: none !important;
}
.custom-select-trigger span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.custom-select-menu {
    position: static;
    z-index: 100;
    left: auto;
    right: auto;
    top: auto;
    flex: 0 0 100%;
    width: calc(100% + 70px);
    margin-left: -70px;
    margin-top: 7px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    box-shadow: none;
    display: block !important;
    justify-content: initial !important;
    gap: 0 !important;
    font-weight: 500 !important;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
    overflow: hidden;
    transition: .2s ease;
}
.custom-select-wrap.open .custom-select-menu {
    max-height: 430px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    overflow: visible;
}
.custom-select-menu li {
    min-height: 61px;
    display: flex;
    align-items: center;
    padding: 0 22px;
    border-radius: 0;
    color: #111;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    margin: 0 !important;
}
.custom-select-menu li::before {
    display: none !important;
    content: none !important;
}
.custom-select-menu li:hover,
.custom-select-menu li.active {
    background: var(--blue);
    color: #fff;
}
.custom-box button {
    height: 58px;
    min-width: 166px;
    border-radius: 9px;
    border: 0;
    background: var(--blue);
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    transition: .25s ease;
}
.custom-box button:hover,
.quote-banner a:hover,
.book-row a:hover,
.discount-pill:hover {
    background: var(--blue-dark);
    color: #fff;
    transform: translateY(-2px);
}
.custom-box ul {
    margin: 25px 0 66px;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 58px;
    font-weight: 500;
    font-size: 18px;
}
.custom-box li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 9px;
}
.custom-box > a {
    background: #fff;
    color: #222;
    min-height: 45px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 24px;
    padding: 0 32px;
    font-weight: 500;
    font-size: 17px;
    box-shadow: 0 8px 24px rgba(0,0,0,.05);
}
.custom-box > a strong { color: #000; }

.trusted {
    padding: 33px 0 70px;
    text-align: center;
}
.trusted h3 {
    font-size: 24px;
    color: #484e55;
    font-weight: 800;
    margin-bottom: 42px;
}
.logo-row {
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #4b6d9b;
    font-size: 25px;
    font-weight: 900;
    opacity: .9;
}

.inspiration { padding-top: 62px; }
.inspiration-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 29px;
}
.inspiration-grid article {
    min-height: 330px;
    display: grid;
    grid-template-columns: .92fr 1fr;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}
.inspiration-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inspiration-grid div { padding: 34px 22px 22px; }
.inspiration-grid span,
.inspiration-grid p:first-of-type {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 800;
}
.inspiration-grid h3 {
    font-size: 24px;
    line-height: 1.36;
    font-weight: 900;
    margin: 20px 0 12px;
    overflow-wrap: anywhere;
}
.inspiration-grid hr { border-color: #eee; margin: 22px 0 28px; }
.inspiration-grid p:last-child {
    color: #585858;
    font-size: 18px;
    line-height: 1.45;
}
.inspiration-action {
    display: flex;
    justify-content: center;
    margin-top: 42px;
}
.blue-cta {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 21px;
    border-radius: 10px;
    background: var(--blue);
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    box-shadow: 0 13px 22px rgba(32,132,248,.15);
    transition: transform .3s ease, box-shadow .3s ease, background .3s ease;
}
.blue-cta i {
    transform: rotate(45deg);
    transition: transform .3s ease;
}
.blue-cta:hover {
    color: #fff;
    background: #0d6fe8;
    transform: translateY(-3px);
    box-shadow: 0 16px 28px rgba(32,132,248,.22);
}
.blue-cta:hover i { transform: rotate(90deg); }

.testimonial-exact {
    background: #f1f0ff;
    padding: 68px 0 78px;
}
.testimonial-exact .section-title {
    margin-bottom: 46px;
}
.testimonial-exact .section-title h2 {
    font-size: 42px;
    margin-bottom: 18px;
}
.testimonial-exact .section-title p {
    font-size: 20px;
    max-width: 620px;
}
.testimonial-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.testimonial-row article {
    background: #fff;
    border-radius: 16px;
    padding: 36px 30px 34px;
    min-height: 415px;
    min-width: 0;
}
.traveler {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 14px;
    align-items: center;
    position: relative;
}
.traveler img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: cover;
}
.traveler > span {
    position: absolute;
    left: 44px;
    top: 14px;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 4px solid #c5e2f5;
    background: #fff;
    color: var(--blue);
    display: grid;
    place-items: center;
    font-size: 12px;
}
.traveler h3 { font-size: 22px; font-weight: 900; margin: 0; }
.traveler p { margin: 3px 0 0; font-size: 16px; font-weight: 600; }
.stars {
    color: #fff;
    background: linear-gradient(90deg, #00b779 0 100%);
    display: inline-block;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 1;
    margin: 36px 0 26px;
}
.testimonial-row h4 { font-size: 20px; font-weight: 900; margin: 0 0 16px; }
.testimonial-row article > p {
    font-size: 20px;
    line-height: 1.5;
    color: #333940;
    margin: 0;
}

.general-questions {
    padding-top: 76px;
    padding-bottom: 84px;
    background: #fff;
}
.general-questions .section-title {
    margin-bottom: 50px;
}
.general-questions .section-title h2 {
    font-size: 43px;
    margin-bottom: 18px;
}
.general-questions .section-title p {
    max-width: 600px;
    color: #555;
    font-size: 20px;
}
.general-faq-list {
    max-width: 856px;
    margin: 0 auto;
    display: grid;
    gap: 24px;
}
.general-faq-list details {
    border-radius: 9px;
    overflow: hidden;
    background: #efefef;
}
.general-faq-list summary {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 37px 0 31px;
    color: #151515;
    font-size: 19px;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}
.general-faq-list summary::-webkit-details-marker { display: none; }
.general-faq-list summary::after {
    content: "\f0d7";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #5c5c5c;
    font-size: 14px;
    transition: transform .24s ease;
}
.general-faq-list details[open] summary::after {
    transform: rotate(180deg);
}
.general-faq-list p {
    margin: 0;
    padding: 0 31px 24px;
    color: #4f4f4f;
    font-size: 17px;
    line-height: 1.55;
}

.stats-strip {
    height: 144px;
    background: #f3f3f3;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-bottom: 1px solid #ddd;
}
.stats-strip div {
    display: grid;
    grid-template-columns: 54px 1fr;
    grid-template-rows: 48px 34px;
    align-content: center;
    padding-left: 70px;
    border-right: 1px solid #d8d8d8;
}
.stats-strip i {
    grid-row: span 2;
    color: var(--blue);
    font-size: 40px;
    align-self: center;
}
.stats-strip strong {
    font-size: 39px;
    line-height: 1;
    font-weight: 900;
}
.stats-strip span {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.15;
}

.exact-footer {
    background: #101010;
    color: #fff;
    padding: 38px 0 0;
    position: relative;
    overflow: hidden;
}
.exact-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .08;
    background: url("https://gofly-wp.egenstheme.com/wp-content/themes/gofly/assets/img/home1/vector/world-map-vector.svg") center top/80% auto no-repeat;
}
.exact-footer > * { position: relative; z-index: 1; }
.footer-contact-row {
    max-width: 1260px;
    margin: 0 auto 34px;
    display: grid;
    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: 34px;
}
.footer-contact-row div,
.footer-contact-row a {
    display: grid;
    grid-template-columns: 46px 1fr;
    column-gap: 13px;
    align-items: center;
    color: inherit;
}
.footer-contact-row i {
    grid-row: span 2;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid var(--blue);
    color: var(--blue);
    display: grid;
    place-items: center;
    font-size: 23px;
}
.footer-contact-row .fa-whatsapp,
.footer-contact-row .fa-envelope,
.footer-contact-row .fa-phone {
    border-color: #fff;
    background: #fff;
}
.footer-contact-row .fa-whatsapp { color: #4ec65a; }
.footer-contact-row .fa-envelope,
.footer-contact-row .fa-phone { color: var(--blue); }
.footer-contact-row strong {
    font-size: 20px;
    line-height: 1.1;
    font-weight: 700;
}
.footer-contact-row span {
    color: #bcc1c6;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
}
.footer-line {
    max-width: 1260px;
    height: 1px;
    background: rgba(255,255,255,.12);
    margin: 0 auto 92px;
}
.footer-main.exact {
    display: grid;
    grid-template-columns: 1.3fr repeat(3, 1fr);
    gap: 80px;
    padding-bottom: 45px;
}
.footer-brand {
    color: #fff;
    margin-bottom: 28px;
    align-items: flex-start;
}
.footer-brand .site-logo {
    display: block;
    flex: 0 0 auto;
}
.footer-about p {
    color: #c5c9ce;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 42px;
}
.footer-about p strong {
    color: #fff;
    font-weight: 650;
}
.footer-about p a {
    display: inline;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}
.footer-main h5 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 30px;
}
.footer-main a {
    display: block;
    color: #aeb1b5;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 22px;
}
.socials { display: flex; gap: 14px; }
.socials a {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: #2c2c2c;
    color: #fff;
    display: grid;
    place-items: center;
    margin: 0;
    font-size: 14px;
}
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.12);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    max-width: 1260px;
    margin: 0 auto;
    min-height: 84px;
    color: #c5c9ce;
}
.footer-bottom p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}
.footer-bottom p strong {
    color: #fff;
    font-weight: 600;
}
.payment-methods {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 16px;
    font-weight: 400;
}
.payment-methods b {
    min-width: 48px;
    height: 28px;
    padding: 0 10px;
    border-radius: 7px;
    background: #fff;
    color: #111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    white-space: nowrap;
}
.payment-methods b img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    display: block;
}
.payment-methods b i {
    font-size: 14px;
}
.payment-methods b:nth-of-type(1) { color: #1f83f8; }
.payment-methods b:nth-of-type(2) { color: #21814a; }
.payment-methods b:nth-of-type(3) { color: #3c4043; }
.payment-methods b:nth-of-type(4) { color: #6739b7; }
@media (max-width: 767px) {
    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        min-height: auto;
        padding: 24px 18px 28px;
    }

    .payment-methods {
        flex-wrap: wrap;
        gap: 12px;
    }
}
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 28px;
    z-index: 2000;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    border: 2px solid var(--blue);
    background: #fff;
    color: var(--blue);
    display: grid;
    place-items: center;
    font-size: 27px;
}

.search-popup { display: none; }
.inner-hero {
    min-height: 380px;
    display: grid;
    place-items: center;
    text-align: center;
    color: #fff;
    background: linear-gradient(rgba(0,0,0,.38), rgba(0,0,0,.38)), url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1600&q=80") center/cover;
}
.inner-hero h1 { font-size: 56px; font-weight: 900; }
.contact-card { background: #f6f6f6; border-radius: 20px; padding: 32px; }
.contact-card input, .contact-card textarea { width: 100%; border: 1px solid #ddd; border-radius: 10px; padding: 14px 16px; margin-bottom: 14px; }
.primary-btn { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; background: var(--blue); color: #fff; font-weight: 800; padding: 14px 24px; }

.login-btn,
.booking-form > button,
.book-row a,
.discount-pill,
.quote-banner a,
.custom-box button,
.custom-box > a,
.primary-btn,
.package-card .price-row a,
.tour-brochure a,
.booking-box a,
.customize-box a,
.rating-box button,
.newsletter button {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    transition: transform .28s ease, box-shadow .28s ease, background-color .28s ease, color .28s ease;
}
.login-btn::before,
.booking-form > button::before,
.book-row a::before,
.discount-pill::before,
.quote-banner a::before,
.custom-box button::before,
.custom-box > a::before,
.primary-btn::before,
.package-card .price-row a::before,
.tour-brochure a::before,
.booking-box a::before,
.customize-box a::before,
.rating-box button::before,
.newsletter button::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 -75%;
    z-index: -1;
    width: 55%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,.42), transparent);
    transform: skewX(-18deg);
    transition: left .55s ease;
}
.login-btn:hover,
.booking-form > button:hover,
.book-row a:hover,
.discount-pill:hover,
.quote-banner a:hover,
.custom-box button:hover,
.custom-box > a:hover,
.primary-btn:hover,
.package-card .price-row a:hover,
.tour-brochure a:hover,
.booking-box a:hover,
.customize-box a:hover,
.rating-box button:hover,
.newsletter button:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(31, 131, 248, .24);
}
.login-btn:hover::before,
.booking-form > button:hover::before,
.book-row a:hover::before,
.discount-pill:hover::before,
.quote-banner a:hover::before,
.custom-box button:hover::before,
.custom-box > a:hover::before,
.primary-btn:hover::before,
.package-card .price-row a:hover::before,
.tour-brochure a:hover::before,
.booking-box a:hover::before,
.customize-box a:hover::before,
.rating-box button:hover::before,
.newsletter button:hover::before {
    left: 125%;
}
.book-row a i,
.discount-pill i,
.quote-banner a i,
.custom-box > a i,
.package-card .price-row a i,
.tour-brochure a i,
.booking-box a i,
.customize-box a i {
    transition: transform .28s ease;
}
.book-row a:hover i,
.discount-pill:hover i,
.quote-banner a:hover i,
.custom-box > a:hover i,
.package-card .price-row a:hover i,
.tour-brochure a:hover i,
.booking-box a:hover i,
.customize-box a:hover i {
    transform: translate(4px, -4px) rotate(45deg);
}

.tour-hero {
    min-height: 575px;
    display: grid;
    place-items: center;
    text-align: center;
    color: #fff;
    background-size: cover;
    background-position: center;
}
.tour-hero p {
    font-size: 21px;
    font-weight: 800;
    margin: 0 0 22px;
}
.tour-hero p strong {
    font-size: 40px;
}
.tour-hero h1 {
    max-width: 760px;
    margin: 0 auto 26px;
    font-size: clamp(48px, 6vw, 76px);
    line-height: 1.08;
    font-weight: 900;
}
.tour-hero span {
    display: inline-flex;
    min-height: 55px;
    align-items: center;
    border-radius: 999px;
    background: rgba(52, 43, 38, .72);
    padding: 0 34px;
    font-size: 22px;
    font-weight: 900;
}
.tour-trust-strip {
    min-height: 55px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 28px;
    font-weight: 800;
    color: #555;
}
.tour-trust-strip i { color: #555; margin-right: 7px; }
.review-dots { display: flex; align-items: center; gap: 3px; }
.review-dots b {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #09ad76;
}
.tour-detail-wrap { padding: 92px 0 30px; }
.tour-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 450px;
    gap: 70px;
    align-items: start;
}
.tour-block { margin-bottom: 70px; }
.tour-block h2,
.tour-title-row h2 {
    font-size: 29px;
    line-height: 1.15;
    font-weight: 900;
    margin: 0 0 30px;
}
.tour-block > p {
    max-width: 820px;
    font-size: 20px;
    line-height: 1.55;
    color: #2f3b45;
    margin-bottom: 24px;
}
.tour-info-grid {
    border: 1px solid #e4e4e4;
    border-radius: 20px;
    padding: 54px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 42px 48px;
}
.tour-info-grid div {
    display: grid;
    grid-template-columns: 38px 1fr;
    column-gap: 12px;
}
.tour-info-grid i {
    grid-row: span 2;
    color: #565656;
    font-size: 29px;
}
.tour-info-grid span { color: #454b50; font-size: 16px; font-weight: 600; }
.tour-info-grid strong { font-size: 18px; }
.tour-location-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.tour-location-grid img {
    height: 164px;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}
.tour-location-grid h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    margin: 20px 0 5px;
}
.tour-location-grid p { text-align: center; color: #555; font-weight: 800; }
.tour-check-list {
    border: 1px solid #e4e4e4;
    border-radius: 20px;
    padding: 28px 32px;
    list-style: none;
    margin: 0;
}
.tour-check-list li {
    font-size: 20px;
    line-height: 1.45;
    margin: 18px 0;
    padding-left: 30px;
    position: relative;
}
.tour-check-list li::before,
.booking-box li::before,
.customize-box li::before,
.feature-columns li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--blue);
    position: absolute;
    left: 0;
}
.tour-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.tour-title-row button {
    border: 0;
    background: transparent;
    color: var(--blue);
    font-weight: 900;
}
.route-title {
    display: flex;
    align-items: center;
    gap: 13px;
    font-size: 20px;
    margin-bottom: 22px;
}
.route-title i {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--blue);
    color: #fff;
    display: grid;
    place-items: center;
}
.tour-itinerary {
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    overflow: hidden;
}
.tour-itinerary details {
    padding: 0 24px;
}
.tour-itinerary details + details {
    border-top: 1px solid #e8e8e8;
}
.tour-itinerary summary {
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 28px 0;
    font-size: 22px;
    font-weight: 900;
}
.tour-itinerary summary::-webkit-details-marker { display: none; }
.tour-itinerary summary span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}
.tour-itinerary summary > i { margin-left: auto; color: var(--blue); }
.tour-itinerary details:not([open]) summary > i { transform: rotate(180deg); }
.tour-itinerary details > p {
    border-top: 1px solid #e8e8e8;
    color: #2f3b45;
    font-size: 18px;
    line-height: 1.45;
    padding-top: 30px;
}
.tour-itinerary dl {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 28px 24px;
    padding: 26px 0 34px;
    margin: 0;
}
.tour-itinerary dt {
    font-weight: 900;
    font-size: 18px;
}
.tour-itinerary dt i { color: var(--blue); margin-right: 10px; }
.tour-itinerary dd {
    margin: 0;
    font-size: 17px;
}
.tour-itinerary dd a { float: right; color: var(--blue); font-weight: 900; }
.tour-map {
    position: relative;
}
.tour-route-map {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #d9e3ee;
    background: #eef3f6;
    z-index: 1;
}
.tour-route-map .leaflet-control-zoom a {
    color: #111;
    font-weight: 900;
}
.route-marker {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 3px solid var(--blue);
    background: #fff;
    color: var(--blue);
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 3px 10px rgba(0,0,0,.2);
}
.route-marker.start-marker {
    background: var(--blue);
    color: #fff;
}
.feature-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 58px;
}
.feature-columns h3 { font-size: 23px; font-weight: 900; margin-bottom: 25px; }
.feature-columns ul { list-style: none; padding: 0; margin: 0; }
.feature-columns li {
    position: relative;
    padding-left: 28px;
    font-size: 20px;
    line-height: 1.45;
    margin-bottom: 22px;
    color: #2f3b45;
}
.feature-columns .exclude li::before {
    content: "\f057";
    color: #ff4038;
}
.tour-brochure {
    min-height: 156px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 44px;
    color: #fff;
    background: linear-gradient(90deg, #111 0 43%, rgba(17,17,17,.2)), url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1200&q=80") center/cover;
}
.tour-brochure h2 {
    font-size: 34px;
    font-weight: 900;
    margin: 0;
}
.tour-brochure em { font-family: "Courgette", cursive; font-style: normal; }
.tour-brochure a,
.booking-box a,
.customize-box a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    min-height: 58px;
    background: var(--blue);
    color: #fff;
    padding: 0 30px;
    font-weight: 900;
}
.tour-brochure i,
.booking-box i,
.customize-box i { transform: rotate(45deg); }
.tour-faq details {
    border-radius: 9px;
    background: #f0f0f0;
    margin-bottom: 28px;
    padding: 0 34px;
}
.tour-faq summary {
    cursor: pointer;
    list-style: none;
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 900;
}
.tour-faq summary::after {
    content: "\f0d7";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.tour-faq p { padding-bottom: 24px; margin: 0; color: #333; }
.rating-box {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    padding: 38px;
    display: grid;
    grid-template-columns: 230px 1fr;
    gap: 44px;
}
.rating-box strong { display: block; font-size: 20px; text-align: center; }
.rating-box span { display: block; color: #e4a600; text-align: center; margin: 12px 0; }
.rating-box button {
    border: 0;
    border-radius: 999px;
    background: var(--blue);
    color: #fff;
    padding: 13px 24px;
    font-weight: 900;
}
.rating-box b {
    display: block;
    height: 7px;
    border-radius: 999px;
    background: #e8ebee;
    margin-bottom: 10px;
}
.no-review { color: #555; margin-top: 28px; }
.tour-sidebar {
    position: sticky;
    top: 20px;
}
.booking-box {
    background: #f1f0ff;
    border-radius: 22px;
    padding: 42px 33px;
    margin-bottom: 43px;
    position: relative;
}
.booking-box .discount {
    position: absolute;
    right: 33px;
    top: 42px;
    background: #ff392a;
    color: #fff;
    border-radius: 999px;
    padding: 8px 18px;
    font-weight: 900;
}
.booking-box p { margin-top: 60px; font-weight: 800; }
.booking-box h3 {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 32px;
}
.booking-box h3 del {
    display: block;
    color: #777;
    font-size: 22px;
    margin-bottom: 5px;
}
.booking-box small { font-size: 16px; font-weight: 600; }
.booking-box ul,
.customize-box ul { list-style: none; padding: 0; margin: 0 0 28px; }
.booking-box li,
.customize-box li { position: relative; padding-left: 26px; margin-bottom: 17px; font-weight: 800; }
.booking-box a {
    width: 100%;
    border-radius: 9px;
    margin-bottom: 22px;
}
.booking-box a.outline {
    background: transparent;
    color: var(--blue);
    border: 1px solid #d9d9e7;
}
.customize-box {
    background: #bcefcf;
    border-radius: 22px;
    padding: 42px 43px;
}
.customize-box > span {
    font-family: "Courgette", cursive;
    font-size: 35px;
    font-weight: 700;
}
.customize-box h3 {
    font-size: 37px;
    font-weight: 900;
    margin: 20px 0 28px;
}
.customize-box p {
    font-size: 20px;
    margin: 42px 0;
}
.customize-box a {
    background: #111;
}

@media (max-width: 1199px) {
    .tour-layout { grid-template-columns: 1fr; }
    .tour-sidebar { position: static; display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
}

@media (max-width: 767px) {
    .tour-hero { min-height: 460px; }
    .tour-trust-strip { flex-direction: column; align-items: flex-start; padding: 18px; }
    .tour-detail-wrap { padding-top: 60px; }
    .tour-info-grid,
    .tour-location-grid,
    .feature-columns,
    .rating-box,
    .tour-sidebar { grid-template-columns: 1fr; }
    .tour-info-grid { padding: 28px; }
    .tour-itinerary dl { grid-template-columns: 1fr; gap: 8px; }
    .tour-itinerary dd a { float: none; display: block; margin-top: 8px; }
    .tour-brochure { flex-direction: column; align-items: flex-start; gap: 20px; }
}

.custom-box .custom-select-trigger,
.custom-box .custom-select-trigger:hover,
body.button-blue-mode .custom-box .custom-select-trigger {
    background: transparent !important;
    color: #111 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    width: 100%;
    height: 58px;
    min-width: 0;
    padding: 0;
}
.custom-box .custom-select-trigger::before {
    display: none !important;
}

@media (max-width: 767px) {
    .custom-select-menu {
        left: 0;
        right: 0;
        top: calc(100% + 4px);
    }
}

.package-link-meta,
.package-link-meta a,
.package-link-meta span,
.package-link-meta b,
.card-bottom,
.book-row small {
    font-weight: 500;
}
.package-link-meta b {
    width: 25px;
    height: 6px;
    background: url("data:image/svg+xml,%3Csvg class='arrow' width='25' height='6' viewBox='0 0 25 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3H25M3 0L0 3L3 6M22 0L25 3L22 6' fill='none' stroke='%235d646b' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
    flex: 0 0 25px;
    font-size: 0;
    line-height: 0;
}

.custom-box .gofly-location-select {
    position: relative !important;
}
.custom-box .gofly-location-select ul {
    position: absolute !important;
    top: calc(100% + 19px) !important;
    left: -28px !important;
    right: -8px !important;
    width: auto !important;
    margin: 0 !important;
}
.custom-box:has(.gofly-location-select.open) {
    padding-bottom: 64px !important;
}
.custom-box:has(.gofly-location-select.open) > ul {
    margin-top: 390px;
}

.custom-box > a.guider-contact-pill,
.custom-box > a.guider-contact-pill.is-clicked,
body.button-blue-mode .custom-box > a.guider-contact-pill {
    background: #fff;
    color: #222;
    border-color: #fff;
}
.custom-box > a.guider-contact-pill strong,
.custom-box > a.guider-contact-pill.is-clicked strong,
body.button-blue-mode .custom-box > a.guider-contact-pill strong {
    color: var(--blue);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700 !important;
}
.gradient-text {
    background: var(--heading-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    -webkit-text-fill-color: transparent;
    display: inline;
}

.error-page-body {
    margin: 0;
    min-height: 100vh;
    overflow-x: hidden;
    font-family: var(--font);
    background: #bfeccd;
}

.error-page {
    position: relative;
    min-height: 650px;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% -12%, rgba(255,255,255,.24) 0 13%, transparent 13.2%),
        radial-gradient(circle at 0 -4%, rgba(255,255,255,.34) 0 20%, transparent 20.2%),
        radial-gradient(circle at 96% 113%, rgba(255,255,255,.22) 0 20%, transparent 20.2%),
        #bfeccd;
}

.error-page::before,
.error-page::after {
    content: '';
    position: absolute;
    border-radius: 999px 999px 0 0;
    border: 18px solid rgba(255,255,255,.17);
    border-bottom: 0;
}

.error-page::before {
    width: 350px;
    height: 160px;
    left: -70px;
    top: -28px;
}

.error-page::after {
    width: 320px;
    height: 140px;
    right: -40px;
    bottom: -14px;
}

.error-hero {
    position: relative;
    z-index: 1;
    min-height: 650px;
    max-width: 1210px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 420px minmax(0, 1fr);
    gap: 62px;
    align-items: center;
    padding: 64px 28px 74px;
}

.error-copy h1 {
    margin: 0 0 18px;
    color: #0b0b0b;
    font-size: clamp(118px, 13vw, 178px);
    line-height: .82;
    letter-spacing: -3px;
}

.error-copy h2 {
    margin: 0 0 20px;
    color: #060606;
    font-size: clamp(27px, 3vw, 38px);
    line-height: 1.18;
}

.error-copy p {
    max-width: 390px;
    margin: 0 0 42px;
    color: #3e4c45;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.58;
}

.error-home-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 56px;
    padding: 0 30px;
    border-radius: 999px;
    background: #0b0b0b;
    color: #fff;
    font-weight: 800;
}

.error-home-btn:hover {
    background: var(--blue);
    color: #fff;
}

.error-art {
    position: relative;
    min-height: 560px;
}

.error-emoji {
    position: absolute;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(255,255,255,.82);
    box-shadow: 0 12px 26px rgba(0,0,0,.12);
    font-size: 28px;
    animation: floatEmoji 4.2s ease-in-out infinite;
}

.emoji-taxi { left: 14%; top: 9%; }
.emoji-room { right: 8%; top: 19%; animation-delay: .6s; }
.emoji-hike { left: 8%; bottom: 22%; animation-delay: 1.1s; }
.emoji-camp { right: 18%; bottom: 10%; animation-delay: 1.6s; }

@keyframes floatEmoji {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

.error-art svg {
    width: 100%;
    height: 100%;
    min-height: 560px;
    overflow: visible;
}

.art-circle { fill: rgba(124, 208, 153, .35); }
.fly-path { fill: none; stroke: rgba(20,20,20,.55); stroke-width: 1.7; stroke-dasharray: 5 6; }
.plane path { fill: #fff; stroke: #4a4a4a; stroke-width: 3; }
.plane line { stroke: #ef6262; stroke-width: 8; }
.glasses path { fill: #30343a; stroke: #f1b735; stroke-width: 5; }
.balloons ellipse { fill: #ef6c67; stroke: #fff; stroke-width: 5; }
.balloons path { fill: #c6904b; stroke: #785d3e; stroke-width: 3; }
.balloons line { stroke: #6d6d6d; stroke-width: 2; }
.umbrella path:first-child { fill: #fff; stroke: #3f3f3f; stroke-width: 5; }
.umbrella path:nth-child(2),
.umbrella path:nth-child(3),
.umbrella path:nth-child(4) { fill: none; stroke: #3f3f3f; stroke-width: 4; }
.umbrella path:nth-child(5) { fill: none; stroke: #3f3f3f; stroke-width: 5; }
.suitcase rect:first-child { fill: #9a795b; stroke: #333; stroke-width: 5; }
.suitcase path { fill: none; stroke: #333; stroke-width: 8; }
.suitcase rect:not(:first-child) { fill: #e45f5f; stroke: #333; stroke-width: 4; }
.suitcase line { stroke: #333; stroke-width: 4; }
.suitcase circle { fill: #333; }
.camera rect { fill: #f4bd49; stroke: #4a4a4a; stroke-width: 3; }
.camera circle { fill: #4eb8c9; stroke: #333; stroke-width: 3; }
.hat ellipse { fill: #f6e8bf; stroke: #333; stroke-width: 4; }
.hat path { fill: #f8e6b2; stroke: #333; stroke-width: 4; }
.scarf path { fill: #f36d67; stroke: #333; stroke-width: 4; }
.scarf path:nth-child(3) { fill: none; stroke: #fff; stroke-width: 9; }

.blue-orb {
    position: absolute;
    z-index: 2;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #73b8f5;
}

.error-orb-one { left: 5.4%; top: 18%; }
.error-orb-two { right: 4.5%; bottom: 18%; }
.error-back { right: 24px; bottom: 24px; }

@media (max-width: 991px) {
    .error-hero {
        grid-template-columns: 1fr;
        gap: 28px;
        padding-top: 54px;
    }
    .error-art,
    .error-art svg {
        min-height: 420px;
    }
}

@media (max-width: 575px) {
    .error-hero {
        padding: 46px 18px 90px;
    }
    .error-copy h1 {
        font-size: 112px;
        letter-spacing: -2px;
    }
    .error-copy p {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .error-art,
    .error-art svg {
        min-height: 300px;
    }
    .error-emoji {
        width: 42px;
        height: 42px;
        font-size: 22px;
    }
}

.about-page-hero {
    background-image: linear-gradient(rgba(0,0,0,.42), rgba(0,0,0,.42)), url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1800&q=85');
    min-height: 360px;
}

.about-page-hero a { color: #fff; }

.blog-page-hero {
    background-image: linear-gradient(rgba(0,0,0,.42), rgba(0,0,0,.42)), url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1800&q=85');
    min-height: 360px;
}

.blog-page-hero a { color: #fff; }

.contact-page-hero {
    background-image: linear-gradient(rgba(0,0,0,.42), rgba(0,0,0,.42)), url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1800&q=85');
    min-height: 360px;
}

.contact-page-hero a { color: #fff; }

.contact-info-section {
    position: relative;
    padding: 92px 0 82px;
    overflow: hidden;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.contact-info-card {
    min-height: 300px;
    border-radius: 8px;
    padding: 54px 38px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform .3s ease, box-shadow .3s ease;
}

.contact-info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 42px rgba(10, 17, 32, .12);
}

.contact-card-lime { background: #e9f9a9; }
.contact-card-soft { background: #f0f0f0; }
.contact-card-mint { background: #bff0d2; }

.contact-info-icon {
    width: 56px;
    height: 56px;
    border: 1px solid rgba(0,0,0,.18);
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    color: #111;
    font-size: 24px;
}

.contact-info-card h2 {
    font-size: 25px;
    margin: 0 0 22px;
    font-weight: 760;
}

.contact-info-card p {
    margin: 0 0 10px;
    line-height: 1.55;
    color: #111;
}

.contact-info-card a {
    color: #111;
    text-decoration: none;
}

.contact-info-card a:hover { color: var(--blue); }

.contact-deco {
    position: absolute;
    pointer-events: none;
    user-select: none;
    z-index: 0;
    filter: saturate(1.15);
}

.contact-deco-left {
    left: 3.5%;
    bottom: 1%;
    font-size: 72px;
    transform: rotate(-8deg);
}

.contact-deco-right {
    right: 1.5%;
    top: 30%;
    font-size: 70px;
    transform: rotate(8deg);
}

.contact-form-section {
    padding: 14px 0 90px;
}

.contact-form-card {
    max-width: 780px;
    margin: 0 auto;
    padding: 58px 54px 72px;
    background: #e4e3ff;
    border-radius: 10px;
}

.contact-form-card .section-title {
    margin-bottom: 46px;
}

.contact-form-card .section-title h2 {
    font-size: 38px;
    margin-bottom: 14px;
    font-weight: 700;
}

.contact-form-card .section-title p {
    max-width: 560px;
    margin-inline: auto;
    color: #42474f;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
}

.contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.contact-form-grid label,
.contact-policy {
    display: flex;
    flex-direction: column;
    gap: 9px;
    font-weight: 500;
}

.contact-form-grid input,
.contact-form-grid select,
.contact-form-grid textarea {
    width: 100%;
    border: 0;
    border-radius: 8px;
    background: #fff;
    padding: 0 20px;
    color: #333;
    outline: none;
    transition: box-shadow .2s ease, transform .2s ease;
}

.contact-form-grid input,
.contact-form-grid select {
    height: 54px;
}

.contact-form-grid textarea {
    min-height: 180px;
    padding-top: 18px;
    resize: vertical;
}

.contact-form-grid input:focus,
.contact-form-grid select:focus,
.contact-form-grid textarea:focus {
    box-shadow: 0 0 0 3px rgba(32, 130, 244, .18);
}

.contact-form-grid input::placeholder,
.contact-form-grid textarea::placeholder {
    color: #a5a7ad;
}

.contact-form-wide {
    grid-column: 1 / -1;
}

.contact-policy {
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin: 26px 0 34px;
    color: #374151;
    font-weight: 500;
}

.contact-submit {
    border-radius: 8px;
    min-width: 162px;
}

.contact-map-section {
    height: 520px;
    background: #f5f7fb;
}

.contact-map {
    width: 100%;
    height: 520px;
}

.custom-exact {
    padding: 34px 0 70px;
}

.custom-box {
    min-height: 348px;
    border-radius: 14px;
    padding: 48px 140px 48px;
}

.custom-box h2 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 34px;
}

.custom-box form.custom-destination-form {
    width: 704px;
    max-width: 100%;
    min-height: 70px;
    margin: 0 auto;
    border-width: 7px;
    border-radius: 15px;
    padding: 0 6px 0 23px;
    gap: 12px;
}

.custom-box form.custom-destination-form:has(.custom-select-wrap.open),
.custom-box form.custom-destination-form:has(.gofly-location-select.open) {
    align-items: center;
    padding: 0 6px 0 23px;
}

.custom-box .custom-static-field {
    min-height: 50px;
}

.custom-box .custom-static-field button,
.custom-box .custom-select-trigger,
.custom-box .custom-select-trigger:hover,
body.button-blue-mode .custom-box .custom-select-trigger {
    height: 50px !important;
    min-height: 50px;
    font-size: 13px;
    font-weight: 500;
}

.custom-box .custom-static-field button {
    gap: 20px;
}

.custom-box form.custom-destination-form > button {
    height: 42px;
    min-width: 124px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
}

.custom-box ul:not(.custom-select-menu) {
    margin: 18px 0 47px;
    gap: 44px;
    font-size: 13px;
    font-weight: 600;
}

.custom-box li::before {
    margin-right: 7px;
}

.custom-box > a.guider-contact-pill {
    min-height: 35px;
    padding: 0 26px;
    gap: 22px;
    font-size: 13px;
    font-weight: 500;
}

.custom-box > a.guider-contact-pill strong {
    font-weight: 700;
}

.custom-box .gofly-location-select ul {
    top: calc(100% + 10px) !important;
    left: -23px !important;
    right: -6px !important;
    z-index: 8;
}

.custom-box form.custom-destination-form .gofly-location-select > button,
.custom-box form.custom-destination-form .gofly-location-select > button:hover,
.custom-box form.custom-destination-form .gofly-location-select.open > button,
body.button-blue-mode .custom-box form.custom-destination-form .gofly-location-select > button {
    background: #fff !important;
    color: #111 !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    justify-content: flex-start;
    width: 100%;
}

.custom-box form.custom-destination-form .gofly-location-select > button::before,
.custom-box form.custom-destination-form .gofly-location-select > button:hover::before {
    display: none !important;
}

.custom-box form.custom-destination-form .gofly-location-select > button span {
    color: #111;
    font-weight: 500;
}

.custom-box .gofly-location-select.open ul {
    display: block;
    background: #fff;
    border: 0;
    box-shadow: 0 18px 34px rgba(0,0,0,.08);
    overflow: hidden;
    height: auto;
    max-height: 390px;
}

.custom-box .gofly-location-select li[data-placeholder="true"] {
    display: none;
}

.custom-box .gofly-location-select li,
.custom-box .gofly-location-select li.active {
    background: #fff;
    color: #555;
    font-weight: 500;
}

.custom-box .gofly-location-select li:hover,
.custom-box .gofly-location-select li.active:hover {
    background: var(--blue);
    color: #fff;
}

.custom-box:has(.gofly-location-select.open) {
    padding-bottom: 48px !important;
}

.custom-box:has(.gofly-location-select.open) > ul {
    margin-top: 18px;
}


.blog-detail-hero {
    background-image: linear-gradient(rgba(0,0,0,.48), rgba(0,0,0,.48)), url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1800&q=85');
    min-height: 430px;
}

.blog-detail-hero h1 {
    max-width: 780px;
    margin-inline: auto;
    line-height: 1.16;
}

.blog-detail-hero a { color: #fff; }

.blog-list-section {
    padding: 90px 0 104px;
}

.blog-detail-section {
    padding: 90px 0 76px;
}

.blog-article h2 {
    font-size: clamp(32px, 3.2vw, 44px);
    line-height: 1.25;
    margin: 0 0 22px;
}

.blog-article h3 {
    font-size: clamp(25px, 2.2vw, 31px);
    line-height: 1.35;
    margin: 56px 0 24px;
}

.blog-article h4 {
    font-size: 28px;
    margin: 34px 0 20px;
}

.blog-article p {
    color: #31404a;
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 28px;
}

.article-feature,
.article-wide-image {
    margin: 38px 0 48px;
}

.article-feature img,
.article-wide-image img {
    width: 100%;
    max-height: 430px;
    object-fit: cover;
    border-radius: 0;
}

.article-feature figcaption {
    margin-top: 8px;
    text-align: center;
    color: #555;
    font-size: 13px;
}

.blog-article blockquote {
    position: relative;
    margin: 42px 0 52px;
    padding-left: 78px;
}

.blog-article blockquote::before {
    content: '“';
    position: absolute;
    left: 0;
    top: -18px;
    color: #eee;
    font-size: 136px;
    line-height: .8;
    font-family: Georgia, serif;
}

.blog-article blockquote::after {
    content: '';
    position: absolute;
    left: 22px;
    top: 0;
    width: 2px;
    height: 118px;
    background: #111;
}

.blog-article blockquote p {
    position: relative;
    z-index: 1;
    max-width: 690px;
    color: #111;
    font-size: 28px;
    line-height: 1.36;
    font-weight: 800;
}

.blog-article blockquote cite,
.blog-article blockquote span {
    position: relative;
    z-index: 1;
    display: block;
    color: #111;
    font-style: normal;
}

.blog-article blockquote cite {
    font-size: 25px;
    font-weight: 800;
    margin: 14px 0 20px;
}

.blog-article blockquote span {
    font-size: 22px;
}

.article-two-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    margin: 34px 0 54px;
}

.article-two-images img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.article-activities {
    margin: 24px 0 50px;
}

.article-activities strong {
    display: block;
    margin-bottom: 14px;
}

.article-activities div,
.must-visit-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.article-activities span,
.must-visit-grid span {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 8px 24px;
    border-radius: 999px;
    background: #efefef;
    color: #111;
    font-weight: 700;
}

.must-visit-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    margin: 26px 0 58px;
}

.must-visit-grid span {
    min-height: 98px;
    border-radius: 8px;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    font-size: 18px;
    line-height: 1.4;
}

.must-visit-grid i {
    color: var(--blue);
    font-size: 30px;
}

.must-visit-grid span:nth-child(even) {
    background: #fff;
    border: 1px solid var(--line);
}

.article-faq {
    margin: 64px 0 46px;
}

.article-faq h3 {
    margin-top: 0;
}

.article-faq .general-faq-list {
    max-width: none;
    margin: 0;
    gap: 22px;
}

.article-tag-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 74px;
    margin: 46px 0 82px;
    padding: 12px 30px;
    border: 1px solid var(--line);
    border-radius: 999px;
}

.article-tag-share > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.article-tag-share strong {
    font-size: 18px;
}

.article-tag-share a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 17px;
    border-radius: 999px;
    background: #f0f0f0;
    color: #111;
    font-weight: 700;
}

.article-tag-share a:hover {
    background: var(--blue);
    color: #fff;
}

.comment-box {
    max-width: 710px;
    padding: 60px 54px;
    border-radius: 18px;
    background: #c4edcf;
}

.comment-box h3 {
    margin: 0 0 12px;
}

.comment-box p {
    margin-bottom: 20px;
}

.comment-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.comment-box label {
    display: grid;
    gap: 9px;
    color: #111;
    font-weight: 700;
}

.comment-box input:not([type="checkbox"]),
.comment-box textarea {
    width: 100%;
    border: 0;
    border-radius: 8px;
    background: #fff;
    padding: 0 20px;
    outline: none;
}

.comment-box input:not([type="checkbox"]) {
    height: 50px;
}

.comment-box textarea {
    min-height: 154px;
    padding-top: 18px;
    resize: vertical;
}

.comment-check {
    display: flex !important;
    grid-template-columns: none;
    align-items: center;
    flex-direction: row;
    gap: 10px !important;
    margin: 20px 0 22px;
    color: #3d4b42 !important;
    font-weight: 500 !important;
}

.comment-box button {
    min-height: 56px;
    margin-top: 18px;
    padding: 0 28px;
    border: 0;
    border-radius: 8px;
    background: var(--blue);
    color: #fff;
    font-weight: 800;
}

.related-blog-section {
    padding: 86px 0 104px;
    border-top: 1px solid var(--line);
}

.related-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 48px;
}

.related-blog-grid .blog-image-wrap img {
    height: 220px;
}

.related-blog-grid .blog-card-content h2 {
    font-size: 25px;
}

.blog-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 375px;
    gap: 70px;
    align-items: start;
}

.blog-list {
    display: grid;
    gap: 32px;
}

.blog-list-card {
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 10px;
    background: #fff;
    overflow: hidden;
}

.blog-image-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 12px;
}

.blog-image-wrap img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    transition: transform .45s ease;
}

.blog-list-card:hover .blog-image-wrap img {
    transform: scale(1.05);
}

.blog-location {
    position: absolute;
    left: 18px;
    top: 16px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 6px 15px;
    border-radius: 999px;
    background: #fff;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 10px 22px rgba(0,0,0,.12);
    transition: background .24s ease, color .24s ease;
}

.blog-location:hover,
.blog-list-card:hover .blog-location {
    background: #16b978;
    color: #fff;
}

.blog-card-content {
    padding: 28px 30px 22px;
}

.blog-date {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 4px 16px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: #4d4d4d;
    font-size: 15px;
    margin-bottom: 16px;
}

.blog-card-content h2 {
    max-width: 680px;
    margin: 0 0 6px;
    font-size: clamp(26px, 2.6vw, 34px);
    line-height: 1.22;
}

.blog-card-content h2 a {
    color: var(--black);
}

.blog-card-content h2 a:hover {
    color: var(--blue);
}

.blog-card-content p {
    color: #35424d;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

.blog-sidebar {
    position: sticky;
    top: 104px;
    display: grid;
    gap: 34px;
}

.blog-search {
    height: 58px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 24px;
    border-radius: 9px;
    background: #efefef;
}

.blog-search input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #333;
    font-size: 14px;
}

.blog-widget {
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 30px 28px;
    background: #fff;
}

.blog-widget h3 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 24px;
    font-size: 28px;
}

.blog-widget h3 i {
    color: var(--blue);
    font-size: 20px;
}

.blog-category-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 18px;
}

.blog-category-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #111;
    font-size: 16px;
}

.blog-category-list a:hover {
    color: var(--blue);
}

.recent-posts {
    display: grid;
    gap: 22px;
}

.recent-posts a {
    display: grid;
    grid-template-columns: 86px 1fr;
    gap: 14px;
    align-items: center;
    color: #111;
}

.recent-posts img {
    grid-row: span 2;
    width: 86px;
    height: 76px;
    object-fit: cover;
    border-radius: 8px;
}

.recent-posts span {
    color: #4e4e4e;
    font-size: 13px;
}

.recent-posts strong {
    font-size: 15px;
    line-height: 1.35;
}

.recent-posts a:hover strong {
    color: var(--blue);
}

.blog-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.blog-tags a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 5px 17px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: #111;
    font-size: 14px;
}

.blog-tags a:hover {
    border-color: var(--blue);
    background: var(--blue);
    color: #fff;
}

.blog-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding-top: 20px;
}

.blog-pagination a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 48px;
    padding: 0 16px;
    border: 1px solid var(--line);
    border-radius: 50%;
    color: #111;
    font-weight: 700;
}

.blog-pagination a:first-child,
.blog-pagination a:last-child {
    min-width: 84px;
    height: 84px;
}

.blog-pagination a:nth-child(2) {
    margin-left: 112px;
}

.blog-pagination a:nth-child(4) { margin-right: 112px; }

.blog-pagination a.active,
.blog-pagination a:hover {
    border-color: var(--blue);
    background: var(--blue);
    color: #fff;
}

.about-story-section,
.why-travel-about,
.about-services,
.covered-section,
.about-journey,
.about-video-section,
.about-quote,
.about-faq-section,
.about-contact-cta {
    padding: 92px 0;
}

.about-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 520px);
    gap: 72px;
    align-items: center;
}

.section-kicker {
    display: inline-block;
    color: var(--blue);
    font-weight: 700;
    margin-bottom: 12px;
}

.about-story-copy h2,
.covered-head h2,
.about-faq-grid h2,
.about-contact-cta h2 {
    font-size: clamp(42px, 5vw, 78px);
    line-height: 1.08;
    margin-bottom: 22px;
}

.about-story-copy h3 {
    font-size: 22px;
    line-height: 1.45;
    margin-bottom: 28px;
}

.about-story-copy p {
    color: #4d4d4d;
    font-size: 17px;
    line-height: 1.8;
}

.founder-row {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 36px;
}

.founder-row img {
    width: 104px;
    height: auto;
}

.founder-row strong,
.founder-row span {
    display: block;
}

.founder-row span { color: #5c5c5c; font-size: 14px; }

.about-collage {
    position: relative;
    min-height: 520px;
}

.about-collage img {
    position: absolute;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 18px 44px rgba(0,0,0,.14);
}

.about-collage-main {
    width: 62%;
    height: 390px;
    left: 0;
    top: 70px;
}

.about-collage-top {
    width: 58%;
    height: 300px;
    right: 0;
    top: 0;
    border: 8px solid #fff;
}

.about-collage-bottom {
    width: 58%;
    height: 230px;
    right: 8%;
    bottom: 0;
    border: 8px solid #fff;
}

.about-service-strip {
    margin: 0 auto 80px;
    max-width: 1188px;
    position: relative;
    overflow: hidden;
    background: #e4e3ff;
    color: var(--black);
    border-radius: 0 0 20px 20px;
}

.about-service-strip .container {
    position: relative;
    z-index: 1;
}

.about-service-strip h2,
.about-service-strip .service-items h3 {
    color: var(--black);
}

.about-service-strip .service-line {
    opacity: 1;
}

.about-service-strip .service-items p {
    color: #333;
}

.about-service-strip .service-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 42px;
    margin: 42px 0 46px;
}

.about-service-strip .service-items article {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 20px;
    align-items: start;
}

.about-service-strip .service-items span {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #111;
    font-size: 20px;
}

.about-service-strip .service-items .yellow { background: #ffb11b; }
.about-service-strip .service-items .blue { background: #18b8ed; }

.about-service-strip .service-items h3 {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.2;
}

.about-service-strip .pill-cta {
    width: fit-content;
    min-width: 390px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    padding: 14px 34px;
    border-radius: 999px;
    background: var(--blue);
    color: #fff;
    font-weight: 700;
}

.about-service-strip .pill-cta span,
.about-service-strip .pill-cta strong {
    color: #fff;
    line-height: 1.2;
}

.why-travel-about {
    padding-bottom: 70px;
}

.why-travel-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 48px;
}

.why-travel-grid article {
    min-height: 194px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 34px 26px;
    border-radius: 16px;
    background: #e8f7a8;
}

.why-travel-grid article:nth-child(2) { background: #f1f1f1; }
.why-travel-grid article:nth-child(3) { background: #e4e3ff; }
.why-travel-grid article:nth-child(4) { background: #bcf0d0; }

.why-travel-grid i {
    font-size: 34px;
    margin-bottom: 28px;
    color: #111;
}

.why-travel-grid h3 {
    font-size: 20px;
    line-height: 1.3;
    margin: 0;
}

.about-services { padding-top: 10px; }

.about-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 48px;
}

.about-services-grid article {
    min-height: 250px;
    padding: 34px 28px;
    border-radius: 18px;
    background: #f1f1f1;
    transition: transform .25s ease, box-shadow .25s ease;
}

.about-services-grid article:nth-child(1) { background: #e8f7a8; }
.about-services-grid article:nth-child(3) { background: #e8e6ff; }
.about-services-grid article:nth-child(4) { background: #bcf0d0; }

.about-services-grid article:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 38px rgba(0,0,0,.1);
}

.about-services-grid i {
    font-size: 32px;
    margin-bottom: 30px;
}

.about-services-grid h3 {
    font-size: 24px;
    line-height: 1.25;
}

.about-services-grid p {
    color: #333;
    line-height: 1.65;
    margin: 18px 0 24px;
}

.about-services-grid a {
    color: var(--black);
    font-weight: 700;
}

.covered-head {
    max-width: 760px;
    margin: 0 auto 56px;
    text-align: center;
}

.covered-head p,
.about-contact-cta p,
.about-faq-grid > div:first-child p {
    color: #3d3d3d;
    font-size: 18px;
    line-height: 1.7;
}

.covered-grid {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 12px;
    align-items: stretch;
}

.covered-grid img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.covered-panel {
    position: relative;
    overflow: hidden;
    display: grid;
    align-content: center;
    gap: 28px;
    padding: 54px 80px;
    background: #e4e3ff;
    color: #fff;
}

.covered-panel p {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    color: var(--black);
}

.about-journey {
    background: #f2f2f2;
    background-image: radial-gradient(circle at 50% 20%, rgba(255,255,255,.8), transparent 28%);
}

.journey-track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    margin-top: 58px;
}

.journey-track::before {
    content: '';
    position: absolute;
    left: 8%;
    right: 8%;
    top: 51px;
    height: 2px;
    background: var(--blue);
}

.journey-track article {
    position: relative;
    z-index: 1;
    text-align: center;
}

.journey-track span {
    display: grid;
    place-items: center;
    width: 104px;
    height: 104px;
    margin: 0 auto 24px;
    border: 2px solid var(--blue);
    border-radius: 50%;
    background: #fff;
    color: var(--blue);
    font-size: 24px;
    font-weight: 800;
}

.journey-track strong {
    display: block;
    font-size: 20px;
    margin-bottom: 12px;
}

.journey-track p { color: #555; line-height: 1.65; margin: 0; }

.about-video-section { padding-top: 18px; }

.about-video-card {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    min-height: 520px;
}

.about-video-card img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.about-video-card button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 76px;
    height: 76px;
    border: 10px solid rgba(30,132,247,.35);
    border-radius: 50%;
    background: var(--blue);
    color: #fff;
    font-size: 22px;
}

.about-quote {
    text-align: center;
    padding-top: 36px;
    padding-bottom: 44px;
}

.about-quote p {
    max-width: 860px;
    margin: 0 auto;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.25;
    color: #2f2f2f;
}

.about-testimonials { padding-top: 90px; }

.about-faq-grid {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 90px;
    align-items: start;
}

.about-faq-grid .general-faq-list {
    max-width: none;
    margin: 0;
}

.about-faq-grid .general-faq-list details[open] {
    border: 1px solid var(--blue);
    background: #fff;
}

.about-contact-cta {
    position: relative;
    overflow: hidden;
    background: #4851c4;
    color: #fff;
}

.about-contact-grid {
    display: grid;
    grid-template-columns: 380px minmax(0, 1fr);
    gap: 90px;
    align-items: end;
}

.about-contact-cta h2 { color: #fff; }
.about-contact-cta p { color: #fff; }

.about-contact-cta form {
    display: grid;
    grid-template-columns: repeat(2, 1fr) 180px;
    gap: 34px 24px;
    align-items: end;
}

.about-contact-cta input,
.about-contact-cta select {
    height: 58px;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.85);
    border-radius: 0;
    background: transparent;
    color: #fff;
    outline: none;
}

.about-contact-cta input::placeholder { color: rgba(255,255,255,.75); }

.about-contact-cta select option { color: #111; }

.about-contact-cta button {
    height: 58px;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #4851c4;
    font-weight: 700;
}

@media (max-width: 991px) {
    .contact-info-grid {
        grid-template-columns: 1fr;
    }
    .contact-info-card {
        min-height: 240px;
    }
    .contact-deco {
        display: none;
    }
    .blog-layout {
        grid-template-columns: 1fr;
        gap: 42px;
    }
    .blog-sidebar {
        position: static;
    }
    .must-visit-grid,
    .related-blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .comment-box {
        max-width: none;
    }
    .about-story-grid,
    .covered-grid,
    .about-faq-grid,
    .about-contact-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }
    .about-collage { min-height: 460px; }
    .about-services-grid,
    .why-travel-grid,
    .about-service-strip .service-items,
    .journey-track {
        grid-template-columns: repeat(2, 1fr);
    }
    .journey-track::before { display: none; }
    .about-contact-cta form { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 575px) {
    .contact-info-section {
        padding: 64px 0 54px;
    }
    .contact-form-section {
        padding: 8px 0 64px;
    }
    .contact-form-card {
        padding: 38px 22px 44px;
    }
    .contact-form-card .section-title h2 {
        font-size: 30px;
    }
    .contact-form-grid {
        grid-template-columns: 1fr;
    }
    .contact-map-section,
    .contact-map {
        height: 420px;
    }
    .blog-list-section,
    .blog-detail-section,
    .related-blog-section {
        padding: 64px 0;
    }
    .blog-image-wrap img,
    .article-feature img,
    .article-wide-image img {
        height: 250px;
    }
    .blog-card-content {
        padding: 22px 18px 18px;
    }
    .blog-pagination {
        grid-template-columns: 1fr;
        row-gap: 16px;
    }
    .blog-pagination a:nth-child(2),
    .blog-pagination a:nth-child(3),
    .blog-pagination a:nth-child(4) {
        margin: 0;
    }
    .article-two-images,
    .must-visit-grid,
    .related-blog-grid,
    .comment-grid {
        grid-template-columns: 1fr;
    }
    .blog-article blockquote {
        padding-left: 34px;
    }
    .blog-article blockquote p {
        font-size: 22px;
    }
    .article-tag-share {
        align-items: flex-start;
        flex-direction: column;
        border-radius: 22px;
    }
    .comment-box {
        padding: 36px 20px;
    }
    .about-story-section,
    .about-services,
    .covered-section,
    .about-journey,
    .about-video-section,
    .about-faq-section,
    .about-contact-cta {
        padding: 64px 0;
    }
    .about-collage { min-height: auto; display: grid; gap: 14px; }
    .about-collage img {
        position: static;
        width: 100%;
        height: 230px;
        border: 0;
    }
    .about-services-grid,
    .why-travel-grid,
    .about-service-strip .service-items,
    .journey-track,
    .about-contact-cta form {
        grid-template-columns: 1fr;
    }
    .covered-panel { padding: 34px 28px; }
    .covered-panel p { font-size: 20px; }
    .about-service-strip .pill-cta {
        width: 100%;
        min-width: 0;
        flex-direction: column;
        gap: 6px;
    }
    .about-video-card,
    .about-video-card img { min-height: 320px; height: 320px; }
}
.hero-copy h1,
.inner-hero h1,
.tour-hero h1 {
    filter: drop-shadow(0 5px 12px rgba(0,0,0,.24));
}

@media (max-width: 1199px) {
    .header-search { max-width: none; }
    .header-actions, .header-nav { display: none; }
    .menu-toggle { display: grid; place-items: center; margin-left: auto; }
    .header-top .header-container { gap: 18px; }
    .booking-form,
    .offers-row,
    .clean-destination-grid,
    .service-three,
    .package-grid.exact,
    .testimonial-row,
    .stats-strip,
    .footer-contact-row,
    .footer-main.exact { grid-template-columns: repeat(2, 1fr); }
    .stats-strip { height: auto; }
    .stats-strip div { min-height: 120px; }
    .booking-form { grid-template-columns: repeat(2, 1fr); }
    .booking-form > button { grid-column: span 2; }
    .hero-copy h1 { max-width: 850px; }
    .weekend-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
    .header-top { height: auto; padding: 16px 0; }
    .header-top .header-container { flex-wrap: wrap; }
    .brand strong { font-size: 23px; }
    .brand em { font-size: 14px; }
    .header-search { order: 3; flex-basis: 100%; height: 48px; }
    .hero-home { min-height: 450px; }
    .hero-copy { padding-top: 90px; }
    .hero-copy h1 { font-size: 42px; }
    .hero-copy p { font-size: 16px; }
    .booking-shell { margin-top: -54px; }
    .booking-card { padding: 0 16px 24px; }
    .booking-tabs { overflow-x: auto; gap: 10px; }
    .booking-tabs li { min-width: 110px; }
    .booking-form,
    .offers-row,
    .clean-destination-grid,
    .service-three,
    .package-grid.exact,
    .inspiration-grid,
    .inspiration-grid article,
    .testimonial-row,
    .stats-strip,
    .footer-contact-row,
    .footer-main.exact { grid-template-columns: 1fr; }
    .weekend-grid { grid-template-columns: 1fr; }
    .booking-form > button { grid-column: auto; }
    .section { padding: 72px 0; }
    .section-title h2 { font-size: 36px; }
    .section-title p { font-size: 17px; }
    .service-light { padding-top: 70px; }
    .discount-pill { width: 100%; }
    .quote-banner h2 { font-size: 48px; }
    .custom-box { padding: 56px 18px; border-radius: 16px; }
    .custom-box form, .custom-box ul { flex-direction: column; gap: 18px; }
    .custom-box form { padding: 18px; }
    .custom-box button { width: 100%; }
    .logo-row { flex-wrap: wrap; gap: 22px; }
    .footer-line { margin-bottom: 44px; }
    .footer-contact-row, .footer-main.exact { padding-inline: 18px; }
    .exact-body h3 { min-height: auto; }
    .book-row { align-items: flex-start; }
    .book-row strong { white-space: normal; text-align: right; }
    .stats-strip div { padding-left: 24px; }
}

.custom-exact .custom-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    max-width: 1038px;
    margin: 0 auto;
    min-height: 348px;
    padding: 48px 72px;
}

.custom-exact .custom-box h2 {
    margin: 0 0 34px;
    color: #fff;
    text-align: center;
}

.custom-exact .custom-destination-form {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 800px;
    width: 100%;
    min-height: auto;
    background: #fff;
    padding: 10px;
    border: 7px solid rgba(20,93,57,.78);
    border-radius: 16px;
    color: #111;
    overflow: visible;
    box-shadow: 0 16px 38px rgba(0,0,0,.08);
}

.custom-exact .custom-static-field.gofly-location-select {
    position: relative !important;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 44px;
}

.custom-exact .custom-static-field.gofly-location-select > button,
.custom-exact .custom-static-field.gofly-location-select > button:hover,
.custom-exact .custom-static-field.gofly-location-select.open > button,
body.button-blue-mode .custom-exact .custom-static-field.gofly-location-select > button {
    width: 100%;
    height: 44px !important;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    padding: 0 18px;
    background: #fff !important;
    color: #111 !important;
    border: 0 !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    transform: none !important;
    font-size: 14px;
    font-weight: 500;
}

.custom-exact .custom-static-field.gofly-location-select > button::before,
.custom-exact .custom-static-field.gofly-location-select > button:hover::before {
    display: none !important;
}

.custom-exact .custom-static-field.gofly-location-select > button i {
    color: #111;
    font-size: 14px;
}

.custom-exact .custom-static-field.gofly-location-select > button span {
    color: #111;
    font-weight: 500;
}

.custom-exact .custom-destination-form > button {
    flex: 0 0 124px;
    height: 44px;
    min-width: 124px;
    border: 0;
    border-radius: 10px;
    background: var(--blue);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.custom-exact .gofly-location-select ul {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: 100% !important;
    max-height: 220px;
    overflow-y: auto;
    margin: 10px 0 0 !important;
    padding: 8px 0 !important;
    list-style: none;
    background: #fff;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 18px 38px rgba(0,0,0,.13);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.custom-exact .gofly-location-select.open ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.custom-exact .gofly-location-select li {
    display: block;
    padding: 12px 18px;
    background: #fff;
    color: #555;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background .18s ease, color .18s ease;
}

.custom-exact .gofly-location-select li[data-placeholder="true"] {
    display: none;
}

.custom-exact .gofly-location-select li:hover,
.custom-exact .gofly-location-select li.active {
    background: var(--blue);
    color: #fff;
}

.custom-exact .custom-feature-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 42px;
    margin: 18px 0 47px;
    padding: 0;
    list-style: none;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    transition: margin .2s ease;
}

.custom-exact .custom-box:has(.gofly-location-select.open) {
    min-height: 520px;
}

.custom-exact .custom-box:has(.gofly-location-select.open) .custom-feature-list {
    margin-top: 248px;
}

.custom-exact .guider-contact-pill {
    background: #fff !important;
    color: #222 !important;
}

@media (max-width: 767px) {
    .custom-exact .custom-box {
        padding: 42px 18px;
        min-height: auto;
    }
    .custom-exact .custom-destination-form {
        flex-direction: column;
        gap: 10px;
        padding: 10px;
    }
    .custom-exact .custom-static-field.gofly-location-select,
    .custom-exact .custom-destination-form > button {
        width: 100%;
        flex: 0 0 auto;
    }
    .custom-exact .custom-destination-form > button {
        min-width: 0;
    }
    .custom-exact .custom-box:has(.gofly-location-select.open) {
        min-height: 560px;
    }
    .custom-exact .custom-box:has(.gofly-location-select.open) .custom-feature-list {
        margin-top: 248px;
    }
    .custom-exact .custom-feature-list {
        flex-direction: column;
        gap: 14px;
        margin-bottom: 34px;
    }
}

.custom-exact .custom-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    overflow: visible;
}

.custom-search-wrapper {
    position: relative;
    overflow: visible;
    max-width: 800px;
    width: 100%;
    margin: 0 auto 0;
    transition: margin-bottom .2s ease;
}

.custom-search-wrapper:has(.gofly-location-select.open) {
    margin-bottom: 246px;
}

.custom-search-wrapper .custom-destination-form {
    position: relative;
    overflow: visible;
}

.custom-search-wrapper .gofly-location-select {
    position: relative !important;
    overflow: visible;
}

.custom-search-wrapper .gofly-location-select ul {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 60;
    max-height: 220px;
    overflow-y: auto;
    margin-top: 10px !important;
}

.custom-exact .custom-feature-list {
    position: relative;
    z-index: 1;
    margin-top: 0;
}

.custom-exact .custom-box:has(.gofly-location-select.open) {
    min-height: 600px;
}

.custom-exact .custom-box:has(.gofly-location-select.open) .custom-feature-list {
    margin-top: 0;
}

@media (max-width: 767px) {
    .custom-search-wrapper:has(.gofly-location-select.open) {
        margin-bottom: 246px;
    }
}
.tour-list-hero {
    background-image: linear-gradient(rgba(0,0,0,.42), rgba(0,0,0,.42)), url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1800&q=85');
    min-height: 360px;
}

.tour-list-hero a { color: #fff; }

.tour-list-section {
    padding: 80px 0 105px;
}

.tour-list-layout {
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    max-width: 1080px;
    margin: 0 auto;
}

.tour-filter-panel {
    border: 1px solid #e1e1e1;
    border-radius: 18px;
    background: #fff;
    overflow: hidden;
    position: sticky;
    top: 18px;
}

.tour-filter-head,
.tour-filter-group {
    padding: 28px 26px;
    border-bottom: 1px solid #e7e7e7;
}

.tour-filter-group:last-child { border-bottom: 0; }

.tour-filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 82px;
}

.tour-filter-head h2,
.tour-filter-group h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.tour-filter-head button {
    border: 0;
    background: transparent;
    color: #3a3f45;
    font-size: 12px;
    font-weight: 600;
}

.filter-accordion { margin-top: 18px; }

.filter-accordion summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 700;
}

.filter-accordion summary::-webkit-details-marker { display: none; }

.filter-accordion summary i {
    color: #999;
    font-size: 12px;
    transition: .25s ease;
}

.filter-accordion[open] summary i { transform: rotate(180deg); }

.filter-accordion ul,
.filter-simple-list {
    list-style: none;
    padding: 0;
    margin: 14px 0 0;
}

.filter-accordion li,
.filter-simple-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 34px;
    color: #2f3b45;
    font-size: 14px;
}

.filter-accordion li { padding-left: 26px; }

.tour-filter-panel input[type="checkbox"] {
    width: 12px;
    height: 12px;
    margin-right: 8px;
    accent-color: var(--blue);
}

.filter-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    margin-top: 18px;
}

.filter-chip-row button {
    border: 0;
    border-radius: 999px;
    background: #f0f0f0;
    color: #202020;
    min-height: 28px;
    padding: 0 16px;
    font-size: 13px;
    font-weight: 500;
    transition: .25s ease;
}

.filter-chip-row button:hover {
    background: var(--blue);
    color: #fff;
}

.price-range {
    height: 4px;
    border-radius: 999px;
    background: var(--blue);
    margin: 26px 0 12px;
    position: relative;
}

.price-range::before,
.price-range::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 4px solid var(--blue);
    background: #fff;
    transform: translateY(-50%);
}

.price-range::before { left: 0; }
.price-range::after { right: 0; }

.price-values {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}

.filter-more {
    display: inline-flex;
    margin-top: 14px;
    color: var(--blue);
    font-size: 13px;
    font-weight: 700;
}

.tour-results-toolbar {
    min-height: 74px;
    border: 1px solid #e1e1e1;
    border-radius: 18px;
    background: #fff;
    padding: 0 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 20px;
}

.tour-results-toolbar p {
    margin: 0;
    font-size: 13px;
    color: #333;
}

.tour-results-toolbar strong { font-weight: 700; }

.tour-sort {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 13px;
}

.tour-sort button {
    border: 0;
    background: transparent;
    color: #111;
    font-weight: 600;
}

.tour-sort button i {
    color: #9a9a9a;
    margin-left: 10px;
}

.tour-sort button[aria-label] {
    width: 24px;
    height: 24px;
    padding: 0;
    display: inline-grid;
    place-items: center;
}

.tour-sort button[aria-label] i {
    margin: 0;
    color: #333;
    font-size: 15px;
}

.tour-sort button.active i { color: var(--blue); }

.tour-list-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 22px;
}

.tour-list-card {
    width: 100%;
    min-width: 0;
}

.tour-list-card .exact-img img { height: 198px; }

.tour-list-card .exact-body { padding: 18px 18px 20px; }

.tour-list-card h3 a { color: inherit; }

.tour-list-card .book-row { margin-top: 24px; }

.tour-list-pagination {
    margin-top: 56px;
    padding-top: 0;
}

.tour-directory-section {
    padding: 78px 0 26px;
    background: #fff;
}

.tour-directory-menu {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 34px;
    overflow: hidden;
    padding: 46px 50px;
    border-radius: 10px;
    background: #f8f9fb;
}

.tour-directory-menu::before {
    content: "Himachal Tour Package";
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: rgba(255, 255, 255, 0.64);
    font-size: clamp(48px, 7vw, 118px);
    line-height: 0.9;
    font-weight: 700;
    text-align: center;
    pointer-events: none;
}

.tour-directory-menu > div {
    position: relative;
    z-index: 1;
}

.tour-directory-menu h3 {
    margin: 0 0 18px;
    color: #111;
    font-size: 20px;
    line-height: 1.05;
    font-weight: 700;
}

.tour-directory-menu a {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
    color: #333942;
    font-size: 15px;
    line-height: 1.28;
    font-weight: 400;
    text-decoration: none;
}

.tour-directory-menu a span {
    color: var(--blue);
    font-size: 13px;
    line-height: 1.28;
}

.tour-directory-menu a:hover {
    color: var(--blue);
}

.tour-category-list {
    padding-top: 42px;
}

.tour-category-title {
    margin: 42px 0 38px;
}

.tour-category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px 24px;
}

@media (max-width: 1199px) {
    .tour-list-layout { grid-template-columns: 300px minmax(0, 1fr); }
    .tour-directory-menu { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .tour-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 991px) {
    .tour-list-layout { grid-template-columns: 1fr; }
    .tour-filter-panel { position: static; }
    .tour-directory-menu {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 36px 30px;
    }
}

@media (max-width: 767px) {
    .tour-list-section { padding: 56px 0 78px; }
    .tour-results-toolbar {
        align-items: flex-start;
        flex-direction: column;
        padding: 18px;
    }
    .tour-list-grid { grid-template-columns: 1fr; }
    .tour-filter-head,
    .tour-filter-group { padding: 22px 18px; }
    .tour-directory-section { padding: 54px 0 18px; }
    .tour-directory-menu,
    .tour-category-grid { grid-template-columns: 1fr; }
    .tour-directory-menu {
        gap: 22px;
        padding: 30px 22px;
    }
}

/* Tour detail GoFly-style refinement */
.tour-detail-wrap .tour-block {
    margin-bottom: 68px;
}

.tour-detail-wrap .tour-block h2,
.tour-detail-wrap .tour-title-row h2,
.tour-detail-wrap .section-title h2 {
    font-weight: 700;
    letter-spacing: 0;
}

.tour-detail-wrap .tour-block > p {
    font-size: 20px;
    line-height: 1.55;
    font-weight: 400;
    color: #26343f;
}

.tour-detail-wrap .tour-info-grid {
    padding: 48px 52px;
    border-radius: 20px;
    gap: 44px 52px;
    align-items: start;
}

.tour-detail-wrap .tour-info-grid div {
    grid-template-columns: 44px 1fr;
    column-gap: 16px;
    row-gap: 5px;
    align-items: start;
}

.tour-detail-wrap .tour-info-grid i {
    font-size: 27px;
    color: #5c5c5c;
    line-height: 1.1;
}

.tour-detail-wrap .tour-info-grid span {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 500;
    color: #3f4850;
}

.tour-detail-wrap .tour-info-grid strong {
    font-size: 17px;
    line-height: 1.35;
    font-weight: 600;
    color: #000;
}

.tour-detail-wrap .tour-location-grid h3,
.tour-detail-wrap .feature-columns h3,
.tour-detail-wrap .tour-faq summary,
.tour-detail-wrap .tour-check-list li,
.tour-detail-wrap .feature-columns li {
    font-weight: 600;
}

.tour-detail-wrap .tour-title-row {
    margin-bottom: 24px;
}

.tour-detail-wrap .tour-title-row button {
    font-weight: 600;
}

.tour-detail-wrap .route-title {
    font-size: 20px;
    color: #111;
}

.tour-detail-wrap .route-title strong {
    font-weight: 600;
}

.tour-detail-wrap .route-title span {
    font-weight: 400;
}

.tour-detail-wrap .tour-itinerary {
    border-radius: 20px;
}

.tour-detail-wrap .tour-itinerary details {
    padding: 0 30px;
}

.tour-detail-wrap .tour-itinerary summary {
    min-height: 82px;
    gap: 16px;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 500;
}

.tour-detail-wrap .tour-itinerary summary span {
    font-weight: 600;
}

.tour-detail-wrap .tour-itinerary details > p {
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
}

.tour-detail-wrap .tour-itinerary dt {
    font-size: 17px;
    font-weight: 600;
}

.tour-detail-wrap .tour-itinerary dd {
    font-size: 17px;
    font-weight: 400;
}

.tour-detail-wrap .tour-itinerary dd a {
    font-weight: 600;
}

.tour-detail-wrap .booking-box p,
.tour-detail-wrap .booking-box li,
.tour-detail-wrap .customize-box li {
    font-weight: 500;
}

.tour-detail-wrap .feature-columns {
    gap: 74px;
}

.tour-detail-wrap .feature-columns h3 {
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 22px;
}

.tour-detail-wrap .feature-columns li {
    font-size: 19px;
    line-height: 1.45;
    font-weight: 400;
    margin-bottom: 20px;
    color: #2f3b45;
}

.tour-detail-wrap .feature-columns li::before {
    font-size: 15px;
    top: 4px;
}

.tour-detail-wrap .booking-box h3 {
    font-weight: 700;
}

.tour-detail-wrap .booking-box small {
    font-weight: 500;
}

.tour-detail-wrap .tour-brochure a,
.tour-detail-wrap .booking-box a,
.tour-detail-wrap .customize-box a,
.tour-detail-wrap .rating-box button {
    font-weight: 600;
}

.tour-detail-wrap .customize-box {
    background: #bcefcf;
    border-radius: 22px;
    padding: 44px 42px 48px;
}

.tour-detail-wrap .customize-box > span {
    font-family: "Courgette", cursive;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 400;
}

.tour-detail-wrap .customize-box h3 {
    font-size: 35px;
    line-height: 1.15;
    font-weight: 700;
    margin: 22px 0 32px;
}

.tour-detail-wrap .customize-box p {
    font-size: 20px;
    line-height: 1.35;
    font-weight: 400;
}

.tour-detail-wrap .rating-box {
    border-radius: 10px;
    padding: 38px 42px;
    align-items: center;
}

.tour-detail-wrap .rating-box strong {
    font-weight: 600;
}

.tour-detail-wrap .rating-box p {
    font-weight: 400;
    color: #444;
}

.tour-detail-wrap .rating-box b {
    background: #e9ecef;
}

/* Softer tour detail typography and review spacing */
.tour-detail-wrap .tour-block h2,
.tour-detail-wrap .tour-title-row h2 {
    font-weight: 650;
}

.tour-detail-wrap .tour-check-list {
    padding: 26px 32px;
}

.tour-detail-wrap .tour-check-list li,
.tour-detail-wrap .tour-check-list.simple li {
    font-size: 20px;
    line-height: 1.48;
    font-weight: 400;
    color: #202b34;
    margin: 17px 0;
}

.tour-detail-wrap .tour-check-list li strong,
.tour-detail-wrap .tour-check-list.simple li strong {
    font-weight: 500;
}

.tour-detail-wrap .feature-columns li,
.tour-detail-wrap .tour-faq summary,
.tour-detail-wrap .tour-location-grid h3 {
    font-weight: 500;
}

.tour-detail-wrap .rating-box {
    max-width: 760px;
    min-height: 272px;
    padding: 36px 42px;
    grid-template-columns: 220px 1fr;
    gap: 46px;
    align-items: center;
}

.tour-detail-wrap .rating-box strong {
    font-size: 19px;
    font-weight: 600;
}

.tour-detail-wrap .rating-box span {
    margin: 9px 0 10px;
    letter-spacing: 2px;
}

.tour-detail-wrap .rating-box p {
    margin: 0 0 6px;
    font-size: 18px;
}

.tour-detail-wrap .rating-box button {
    margin-top: 20px;
    min-width: 164px;
    padding: 13px 22px;
    font-weight: 600;
}

.tour-detail-wrap .rating-box b {
    height: 6px;
    margin-bottom: 9px;
}

.tour-detail-wrap .no-review {
    margin-top: 36px;
    font-size: 17px;
    font-weight: 400;
    color: #444;
}

.package-grid.exact .exact-package h3,
.package-grid.exact .package-link-meta,
.package-grid.exact .package-link-meta a,
.package-grid.exact .package-link-meta span,
.package-grid.exact .package-link-meta b,
.package-grid.exact .book-row small,
.package-grid.exact .card-bottom {
    font-weight: 500;
}

.package-grid.exact .book-row strong {
    font-weight: 700;
}

.package-grid.exact .card-bottom .tip-trigger {
    font-weight: 500;
}

.package-grid.exact .card-bottom .tip-trigger > em {
    font-weight: 400;
}

.package-grid.exact .card-bottom .tip-trigger > em strong {
    font-weight: 700;
}

@media (max-width: 767px) {
    .tour-detail-wrap .tour-info-grid {
        padding: 30px 24px;
        gap: 30px;
    }

    .tour-detail-wrap .tour-itinerary details {
        padding: 0 20px;
    }

    .tour-detail-wrap .tour-itinerary summary {
        font-size: 18px;
        min-height: 74px;
        align-items: flex-start;
        padding: 22px 0;
    }

    .tour-detail-wrap .customize-box {
        padding: 34px 28px 38px;
    }

    .tour-detail-wrap .rating-box {
        max-width: 100%;
        min-height: auto;
        grid-template-columns: 1fr;
        padding: 30px 24px;
        gap: 28px;
    }
}
/* Final destination season layout override */
.destination-detail-page .destination-best-time {
    padding: 34px 0 92px;
}

.destination-detail-page .destination-best-time .container-fluid {
    max-width: 1392px;
    margin: 0 auto;
}

.destination-detail-page .destination-best-time h2 {
    text-align: left;
    margin: 0 0 52px;
    font-size: 42px;
    line-height: 1.1;
}

.destination-detail-page .season-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.destination-detail-page .season-card {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 44px;
    align-items: start;
    padding: 30px;
    min-height: 365px;
    border: 1px solid #e2e2e2;
    border-radius: 18px;
    background: #fff;
}

.destination-detail-page .season-card img {
    width: 195px;
    height: 213px;
    object-fit: cover;
    border-radius: 8px;
    margin: 0;
}

.destination-detail-page .season-card > div {
    text-align: left;
}

.destination-detail-page .season-card h3 {
    margin: 0 0 4px;
    color: #000;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}

.destination-detail-page .season-card p {
    margin: 0;
    color: #2f3c4c;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

.destination-detail-page .season-card h4 {
    margin: 32px 0 16px;
    color: #000;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
}

.destination-detail-page .season-card ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.destination-detail-page .season-card li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #2f3c4c;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    text-align: left;
}

.destination-detail-page .season-card li::before {
    content: "\f00c";
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    margin-top: 4px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    font-family: "Font Awesome 6 Free";
    font-size: 9px;
    font-weight: 900;
    line-height: 16px;
    text-align: center;
}

.destination-detail-page .season-card > span {
    grid-column: 1 / -1;
    display: block;
    align-self: end;
    margin-top: 14px;
    padding: 10px 18px;
    border-radius: 999px;
    background: #f1f1ff;
    color: var(--primary);
    text-align: center;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 500;
}

@media (max-width: 991px) {
    .destination-detail-page .season-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .destination-detail-page .season-card {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .destination-detail-page .season-card img {
        width: 100%;
    }
}

/* Destination detail final GoFly-style polish */
.destination-detail-page .destination-why-section {
    padding: 92px 0 88px;
}

.destination-detail-page .destination-why-grid article {
    min-height: 250px;
    padding: 48px 42px;
    border-radius: 18px;
    background: #fff;
    text-align: center;
}

.destination-detail-page .destination-why-grid article > i {
    color: var(--primary) !important;
    font-size: 42px;
    line-height: 1;
    margin-bottom: 28px;
}

.destination-detail-page .destination-why-grid h3 {
    margin: 0 0 16px;
    color: #000;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
}

.destination-detail-page .destination-why-grid p {
    margin: 0;
    color: #39414c;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
}

.destination-detail-page .destination-why-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 70px;
    max-width: 920px;
    margin: 70px auto 0;
}

.destination-detail-page .destination-why-pills span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 250px;
    min-height: 42px;
    padding: 10px 24px;
    border-radius: 999px;
    background: #fff;
    color: #111;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    white-space: nowrap;
}

.destination-detail-page .season-card li::before {
    content: none !important;
}

.destination-detail-page .season-card .season-check {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    margin-top: 4px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    display: inline-grid;
    place-items: center;
}

.destination-detail-page .season-card .season-check i {
    color: #fff;
    font-size: 9px;
    line-height: 1;
}

.destination-detail-page .season-card > span {
    color: var(--primary);
}

@media (max-width: 991px) {
    .destination-detail-page .destination-why-pills {
        gap: 18px;
    }
}

@media (max-width: 575px) {
    .destination-detail-page .destination-why-pills span {
        width: 100%;
        min-width: 0;
        white-space: normal;
    }
}

/* Destination why section: blue GoFly-style polish */
.destination-detail-page .destination-why-section {
    padding: 86px 0 72px;
}

.destination-detail-page .destination-why-section .section-head {
    margin-bottom: 42px;
}

.destination-detail-page .destination-why-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 42px;
}

.destination-detail-page .destination-why-grid article {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 255px;
    height: 100%;
    padding: 44px 38px 40px;
    border: 1px solid rgba(31, 131, 248, .12);
    border-radius: 18px;
    background: #fff;
    text-align: center;
    box-shadow: 0 14px 34px rgba(17, 24, 39, .05);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.destination-detail-page .destination-why-grid article:hover {
    transform: translateY(-6px);
    border-color: rgba(31, 131, 248, .28);
    box-shadow: 0 22px 48px rgba(31, 131, 248, .14);
}

.destination-detail-page .destination-why-grid article > i {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin: 0 auto 24px;
    border-radius: 18px;
    background: rgba(31, 131, 248, .10);
    color: var(--primary) !important;
    font-size: 30px;
    line-height: 1;
}

.destination-detail-page .destination-why-grid h3 {
    margin: 0 0 14px;
    color: #000;
    font-size: 25px;
    line-height: 1.22;
    font-weight: 700;
}

.destination-detail-page .destination-why-grid p {
    max-width: 280px;
    margin: 0 auto;
    color: #39414c;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
}

.destination-detail-page .destination-why-pills {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 14px 18px;
    max-width: 900px;
    margin: 34px auto 0;
}

.destination-detail-page .destination-why-pills span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 0;
    min-height: 40px;
    padding: 9px 18px;
    border: 1px solid rgba(31, 131, 248, .24);
    border-radius: 999px;
    background: #fff;
    color: var(--primary);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 10px 26px rgba(31, 131, 248, .08);
    transition: transform .22s ease, box-shadow .22s ease, color .22s ease, background-color .22s ease;
}

.destination-detail-page .destination-why-pills span i {
    color: var(--primary);
    font-size: 15px;
}

.destination-detail-page .destination-why-pills span:hover {
    transform: translateY(-2px);
    background: var(--primary);
    color: #fff;
    box-shadow: 0 14px 32px rgba(31, 131, 248, .18);
}

.destination-detail-page .destination-why-pills span:hover i {
    color: #fff;
}

@media (max-width: 991px) {
    .destination-detail-page .destination-why-section {
        padding: 72px 0 60px;
    }

    .destination-detail-page .destination-why-grid {
        grid-template-columns: 1fr;
        max-width: 520px;
        margin: 36px auto 0;
    }

    .destination-detail-page .destination-why-pills {
        margin-top: 28px;
        gap: 12px;
    }
}

@media (max-width: 575px) {
    .destination-detail-page .destination-why-grid article {
        min-height: 230px;
        padding: 36px 26px;
    }

    .destination-detail-page .destination-why-pills span {
        width: auto;
        max-width: 100%;
        white-space: normal;
    }
}

/* GoFly interaction polish: destination pages and shared UI */
:root {
    --hs-gofly-blue: var(--primary, #1f83f8);
    --hs-gofly-blue-dark: #0b74e5;
    --hs-gofly-blue-soft: rgba(31, 131, 248, .1);
    --hs-gofly-shadow: 0 18px 42px rgba(17, 24, 39, .1);
}

.tour-card,
.package-card,
.blog-card,
.destination-card,
.destination-why-grid article,
.season-card,
.general-faq-list details,
.destination-why-pills span,
.destination-visit-link,
.btn,
.primary-btn,
.cta-btn,
.book-btn,
.hero-search-btn,
.footer-social a {
    transition: all .3s ease;
}

.tour-card:hover,
.package-card:hover,
.blog-card:hover,
.destination-card:hover,
.season-card:hover,
.destination-why-grid article:hover,
.general-faq-list details:hover {
    transform: translateY(-4px);
    box-shadow: var(--hs-gofly-shadow);
}

.btn:hover,
.primary-btn:hover,
.cta-btn:hover,
.book-btn:hover,
.hero-search-btn:hover {
    transform: translateY(-2px);
}

.destination-detail-page .destination-info-section {
    text-align: center;
}

.destination-detail-page .destination-info-section .destination-visit-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: 34px auto 0;
    padding: 14px 27px;
    border-radius: 13px;
    background: var(--hs-gofly-blue);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 12px 26px rgba(31, 131, 248, .22);
}

.destination-detail-page .destination-info-section .destination-visit-link:hover {
    background: linear-gradient(135deg, var(--hs-gofly-blue), var(--hs-gofly-blue-dark));
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(31, 131, 248, .3);
}

.destination-detail-page .destination-info-section .destination-visit-link i {
    transition: transform .3s ease;
}

.destination-detail-page .destination-info-section .destination-visit-link:hover i {
    transform: translateX(4px);
}

.destination-detail-page .destination-faq-section .section-head {
    max-width: 720px;
    margin: 0 auto 42px;
    text-align: center;
}

.destination-detail-page .destination-faq-section .section-head h2,
.destination-detail-page .destination-faq-section .section-head p {
    text-align: center;
}

.destination-detail-page .destination-faq-section .general-faq-list {
    max-width: 860px;
    margin: 0 auto;
}

.destination-detail-page .destination-faq-section .general-faq-list details {
    width: 100%;
    border: 1px solid transparent;
}

.destination-detail-page .destination-faq-section .general-faq-list details[open],
.destination-detail-page .destination-faq-section .general-faq-list details:hover {
    border-color: rgba(31, 131, 248, .25);
    background: #fff;
}

.destination-detail-page .destination-best-time h2 {
    margin-bottom: 48px;
}

.destination-detail-page .season-card {
    align-items: stretch;
}

.destination-detail-page .season-card .season-content {
    text-align: left;
}

.destination-detail-page .season-card ul {
    display: grid;
    gap: 12px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.destination-detail-page .season-card li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #344050;
    line-height: 1.5;
    text-align: left;
}

.destination-detail-page .season-card .season-check {
    display: inline-grid;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-top: 3px;
    place-items: center;
    border-radius: 50%;
    background: var(--hs-gofly-blue);
    color: #fff;
}

.destination-detail-page .season-card .season-check i {
    color: #fff;
    font-size: 10px;
    line-height: 1;
}

.destination-detail-page .season-perfect {
    color: var(--hs-gofly-blue);
}

.destination-detail-page .destination-why-grid article > i {
    display: grid;
    width: 60px;
    height: 60px;
    margin: 0 auto 24px;
    place-items: center;
    border-radius: 18px;
    background: var(--hs-gofly-blue-soft) !important;
    color: var(--hs-gofly-blue) !important;
    font-size: 30px;
}

.destination-detail-page .destination-why-grid article:hover > i {
    background: rgba(31, 131, 248, .16) !important;
    transform: translateY(-2px);
}

.destination-detail-page .destination-why-pills {
    gap: 14px 18px;
    margin-top: 34px;
}

.destination-detail-page .destination-why-pills span {
    border: 1px solid rgba(31, 131, 248, .24);
    background: #fff;
    color: #111;
    box-shadow: 0 10px 24px rgba(17, 24, 39, .04);
    animation: hsPillActiveCycle 7.5s ease-in-out infinite;
}

.destination-detail-page .destination-why-pills span:nth-child(2) {
    animation-delay: 2.5s;
}

.destination-detail-page .destination-why-pills span:nth-child(3) {
    animation-delay: 5s;
}

.destination-detail-page .destination-why-pills span i {
    color: currentColor !important;
}

.destination-detail-page .destination-why-pills span:hover {
    animation-play-state: paused;
    background: var(--hs-gofly-blue);
    color: #fff;
    border-color: var(--hs-gofly-blue);
}

@keyframes hsPillActiveCycle {
    0%, 31%, 100% {
        background: #fff;
        color: #111;
        border-color: rgba(31, 131, 248, .24);
        transform: translateY(0);
        box-shadow: 0 10px 24px rgba(17, 24, 39, .04);
    }
    6%, 25% {
        background: var(--hs-gofly-blue);
        color: #fff;
        border-color: var(--hs-gofly-blue);
        transform: translateY(-2px);
        box-shadow: 0 14px 30px rgba(31, 131, 248, .26);
    }
}

@media (max-width: 991px) {
    .destination-detail-page .destination-faq-section .section-head {
        margin-bottom: 34px;
    }

    .destination-detail-page .destination-why-pills {
        margin-top: 28px;
    }
}

@media (max-width: 575px) {
    .destination-detail-page .destination-info-section .destination-visit-link {
        width: max-content;
        max-width: 100%;
        padding: 13px 22px;
    }

    .destination-detail-page .season-card li {
        gap: 9px;
    }
}

/* Destination section heading alignment */
.destination-detail-page .destination-tourist-section h2,
.destination-detail-page .destination-why-section .section-head h2,
.destination-detail-page .destination-best-time h2,
.destination-detail-page .destination-tours-section .section-head h2 {
    text-align: center;
}

.destination-detail-page .section-head {
    text-align: center;
}

.destination-detail-page .section-head p,
.destination-detail-page .destination-intro-section p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.destination-detail-page .destination-visit-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: 14px auto 0;
    padding: 13px 28px;
    border-radius: 999px;
    background: var(--hs-gofly-blue, #1f83f8);
    color: #fff !important;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 12px 26px rgba(31, 131, 248, .22);
}

.destination-detail-page .destination-visit-link:hover {
    background: linear-gradient(135deg, var(--hs-gofly-blue, #1f83f8), var(--hs-gofly-blue-dark, #0b74e5));
    color: #fff !important;
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(31, 131, 248, .3);
}

.destination-detail-page .destination-visit-link i {
    transition: transform .3s ease;
}

.destination-detail-page .destination-visit-link:hover i {
    transform: translateX(4px);
}

/* Destination pages: final GoFly-style centered section layout */
.destination-detail-page .destination-intro-section,
.destination-detail-page .destination-tourist-section,
.destination-detail-page .destination-why-section,
.destination-detail-page .destination-best-time,
.destination-detail-page .destination-faq-section,
.destination-detail-page .destination-tours-section {
    text-align: center;
}

.destination-detail-page .destination-intro-section .container,
.destination-detail-page .section-head,
.destination-detail-page .section-header {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.destination-detail-page .destination-intro-section h1,
.destination-detail-page .destination-tourist-section h2,
.destination-detail-page .destination-why-section h2,
.destination-detail-page .destination-best-time h2,
.destination-detail-page .destination-faq-section h2,
.destination-detail-page .destination-tours-section h2,
.destination-detail-page .section-head h1,
.destination-detail-page .section-head h2,
.destination-detail-page .section-head h3,
.destination-detail-page .section-header h1,
.destination-detail-page .section-header h2,
.destination-detail-page .section-header h3 {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
}

.destination-detail-page .destination-intro-section p,
.destination-detail-page .destination-why-section .section-head p,
.destination-detail-page .destination-faq-section .section-head p,
.destination-detail-page .destination-tours-section .section-head p,
.destination-detail-page .section-head p,
.destination-detail-page .section-header p {
    max-width: 950px;
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
}

.destination-detail-page .destination-detail-chips {
    justify-content: center;
    align-items: center;
}

.destination-detail-page .destination-intro-section .destination-visit-link {
    margin: 26px auto 0;
}

.destination-detail-page .destination-why-grid,
.destination-detail-page .destination-tours-grid,
.destination-detail-page .season-grid,
.destination-detail-page .tourist-slider-wrap {
    margin-left: auto;
    margin-right: auto;
}

/* Destination pages: GoFly-style centered final pass */
.destination-detail-page .destination-intro-section > .container,
.destination-detail-page .destination-tourist-section > .container,
.destination-detail-page .destination-why-section > .container,
.destination-detail-page .destination-best-time > .container,
.destination-detail-page .destination-best-time > .container-fluid,
.destination-detail-page .destination-faq-section > .container,
.destination-detail-page .destination-tours-section > .container,
.destination-detail-page .destination-tours-section > .container-fluid {
    text-align: center;
}

.destination-detail-page .destination-tourist-section h2,
.destination-detail-page .destination-why-section .section-head,
.destination-detail-page .destination-best-time h2,
.destination-detail-page .destination-faq-section .section-head,
.destination-detail-page .destination-tours-section .section-head {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.destination-detail-page .destination-why-section .section-head p,
.destination-detail-page .destination-faq-section .section-head p,
.destination-detail-page .destination-tours-section .section-head p {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.destination-detail-page .destination-intro-section a.destination-visit-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: max-content;
    margin: 26px auto 0;
    padding: 13px 28px;
    border-radius: 999px;
    background: var(--hs-gofly-blue, #1f83f8);
    color: #fff !important;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 12px 26px rgba(31, 131, 248, .22);
    transition: all .3s ease;
}

.destination-detail-page .destination-intro-section a.destination-visit-link:hover {
    background: linear-gradient(135deg, #0f72ea, #22b8ff);
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(31, 131, 248, .28);
}
.web-stories-page {
  background: #fff;
}

.web-story-hero {
  padding: 52px 16px 46px;
  overflow: visible;
}

.web-story-heading {
  text-align: center;
  margin: 0 auto;
}

.web-story-heading h1 {
  margin: 0;
  color: #101010;
  font-size: clamp(2.1rem, 4vw, 3.7rem);
  font-weight: 500;
  line-height: 1.12;
}

.story-filter {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 30px auto 32px;
}

.story-filter button {
  border: 1px solid #111;
  background: #fff;
  color: #111;
  border-radius: 12px;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.story-filter button[data-story-filter="Adventure"] {
  color: #ef2f2f;
  border-color: #ef2f2f;
}

.story-filter button.active,
.story-filter button:hover {
  background: var(--primary-blue, #2384ff);
  border-color: var(--primary-blue, #2384ff);
  color: #fff;
  box-shadow: 0 10px 24px rgba(36, 132, 255, 0.22);
  transform: translateY(-2px);
}

.stories-masonry {
  max-width: 1090px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
  justify-items: center;
}

.story-card {
  position: relative;
  display: block;
  width: 100%;
  max-width: 250px;
  height: 335px;
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  color: #fff;
  background: #111;
  text-decoration: none;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
}

.story-card--tall {
  height: 335px;
}

.story-card--short {
  height: 335px;
}

.story-card:hover {
  color: #fff;
  transform: translateY(-6px);
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.2);
}

.story-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}

.story-card:hover img {
  transform: scale(1.07);
}

.story-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.2) 38%, rgba(0, 0, 0, 0.84) 100%);
  z-index: 1;
  pointer-events: none;
}

.story-badge {
  position: absolute;
  top: 0;
  left: 28px;
  z-index: 2;
  background: #df2324;
  color: #fff;
  padding: 8px 15px;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.story-book-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.72);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 14px;
}

.story-title {
  position: absolute;
  left: 24px;
  right: 22px;
  bottom: 72px;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.1vw, 2.25rem);
  font-weight: 800;
  line-height: 1.08;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.story-play {
  position: absolute;
  right: 20px;
  bottom: 18px;
  z-index: 2;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff;
  transition: all 0.3s ease;
}

.story-card:hover .story-play {
  background: var(--primary-blue, #2384ff);
  border-color: var(--primary-blue, #2384ff);
  transform: translateX(3px);
}

.story-card.is-hidden {
  display: none;
}

.web-story-info {
  padding: 58px 16px 34px;
}

.web-story-info-grid {
  max-width: 1220px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 820px) 300px;
  gap: 44px;
  align-items: start;
  justify-content: center;
}

.web-story-copy h2 {
  margin: 0 0 24px;
  font-size: clamp(2.6rem, 5vw, 4.7rem);
  line-height: 1.02;
  font-weight: 700;
  color: #242424;
}

.web-story-copy p {
  margin: 0;
  color: #20242b;
  font-size: 1.16rem;
  line-height: 1.75;
  max-width: 820px;
}

.web-story-copy p::first-letter {
  float: left;
  padding: 8px 12px 0 0;
  color: #111;
  font-size: 5.7rem;
  line-height: 0.72;
  font-weight: 800;
}

.web-story-about-card {
  border: 1px solid #ececec;
  padding: 30px 28px 36px;
  text-align: center;
  background: #fff;
}

.web-story-about-card h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 0 0 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
  font-size: 1.05rem;
  font-weight: 800;
  color: #222;
}

.web-story-about-card h3::before {
  content: "";
  width: 4px;
  height: 24px;
  background: var(--primary-blue, #2384ff);
}

.web-story-about-card p {
  color: #222;
  line-height: 1.55;
  font-size: 1rem;
  margin: 0 0 26px;
}

.story-outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--primary-blue, #2384ff);
  color: var(--primary-blue, #2384ff);
  background: #fff;
  border-radius: 999px;
  padding: 13px 28px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}

.story-outline-btn:hover {
  background: var(--primary-blue, #2384ff);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(36, 132, 255, 0.22);
}

@media (max-width: 1200px) {
  .stories-masonry {
    max-width: 820px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .web-story-info-grid {
    max-width: 980px;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 36px;
  }
}

@media (max-width: 992px) {
  .stories-masonry {
    max-width: 540px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .web-story-info-grid {
    grid-template-columns: 1fr;
  }

  .web-story-about-card {
    max-width: 420px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .web-story-hero {
    padding-top: 42px;
  }

  .story-filter {
    gap: 8px;
  }

  .story-filter button {
    padding: 10px 14px;
    font-size: 14px;
  }

  .stories-masonry {
    max-width: 500px;
  }

  .story-card,
  .story-card--short,
  .story-card--tall {
    height: 300px;
  }

  .story-title {
    font-size: 1.45rem;
    left: 18px;
    right: 18px;
  }

  .web-story-copy p::first-letter {
    font-size: 4.6rem;
  }
}

@media (max-width: 520px) {
  .stories-masonry {
    max-width: 330px;
    grid-template-columns: 1fr;
  }

  .story-card,
  .story-card--short,
  .story-card--tall {
    height: 410px;
  }

  .web-story-copy h2 {
    text-align: left;
  }

  .web-story-about-card {
    text-align: left;
  }

  .story-outline-btn {
    width: 100%;
  }
}
