:root {
    --tp-ink: #153841;
    --tp-teal: #073b4c;
    --tp-teal-soft: #0d6770;
    --tp-coral: #ee6b50;
    --tp-coral-dark: #d9533c;
    --tp-sand: #f7f2ea;
    --tp-sky: #eaf4f3;
    --tp-line: #d9e2df;
    --tp-muted: #5b6d72;
    --tp-white: #ffffff;
    --tp-shadow: 0 18px 48px rgba(7, 59, 76, .11);
    --tp-radius: 20px;
}

body {
    color: var(--tp-ink);
    background: var(--tp-white);
    font-family: 'Inter', 'Open Sans', Arial, sans-serif;
}

.site-header *,
.home-redesign *,
.destination-redesign *,
.package-redesign *,
.site-footer * {
    box-sizing: border-box;
}

.site-header h1,
.site-header h2,
.site-header h3,
.site-header a,
.home-redesign h1,
.home-redesign h2,
.home-redesign h3,
.home-redesign h4,
.home-redesign a,
.destination-redesign h1,
.destination-redesign h2,
.destination-redesign h3,
.destination-redesign h4,
.destination-redesign a,
.package-redesign h1,
.package-redesign h2,
.package-redesign h3,
.package-redesign h4,
.package-redesign a,
.not-found-page a,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer a {
    font-family: 'Inter', 'Open Sans', Arial, sans-serif;
}

.site-header {
    background: var(--tp-white);
    border-bottom: 1px solid var(--tp-line);
}

.site-header__inner {
    align-items: center;
    display: flex;
    gap: 32px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    min-height: 86px;
    padding: 10px 24px;
}

.site-brand {
    align-items: center;
    color: var(--tp-teal);
    display: flex;
    gap: 14px;
    padding: 0;
    text-decoration: none;
}

.site-brand img {
    height: 64px;
    object-fit: contain;
    width: 82px;
}

.site-brand__copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.site-brand__copy strong {
    color: var(--tp-teal);
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -.04em;
    text-transform: uppercase;
}

.site-brand__copy small {
    color: var(--tp-muted);
    font-size: 13px;
    font-weight: 500;
}

.site-header__actions {
    align-items: center;
    display: flex;
    gap: 12px;
}

.header-contact {
    border-right: 1px solid var(--tp-line);
    display: flex;
    flex-direction: column;
    margin-right: 8px;
    padding: 0 20px 0 0;
    text-decoration: none;
}

.header-contact span {
    color: var(--tp-muted);
    font-size: 12px;
}

.header-contact strong {
    color: var(--tp-teal);
    font-size: 17px;
    font-weight: 700;
}

.btn-primary,
.btn-outline {
    border-radius: 999px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    line-height: 1;
    padding: 14px 22px !important;
    text-decoration: none;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.btn-primary {
    background: var(--tp-coral);
    border: 1px solid var(--tp-coral);
    color: var(--tp-white) !important;
}

.btn-primary:hover {
    background: var(--tp-coral-dark);
    border-color: var(--tp-coral-dark);
    transform: translateY(-1px);
}

.btn-outline {
    background: var(--tp-white);
    border: 1px solid var(--tp-line);
    color: var(--tp-teal) !important;
}

.btn-outline:hover {
    border-color: var(--tp-teal);
}

#main-nav.stellarnav {
    background: var(--tp-white);
    border-bottom: 1px solid var(--tp-line);
    z-index: 900;
}

#main-nav.stellarnav > ul {
    margin: 0 auto;
    max-width: 1200px;
}

#main-nav.stellarnav > ul > li > a {
    color: var(--tp-ink);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 17px 18px;
}

#main-nav.stellarnav > ul > li > a:hover,
#main-nav.stellarnav li.active > a {
    color: var(--tp-coral);
}

#main-nav.stellarnav ul ul {
    background: var(--tp-white);
    border: 1px solid var(--tp-line);
    box-shadow: var(--tp-shadow);
}

#main-nav.stellarnav ul ul a {
    color: var(--tp-ink);
    font-family: 'Inter', sans-serif;
}

.home-redesign {
    color: var(--tp-ink);
}

.hero {
    background: linear-gradient(90deg, rgba(7, 39, 50, .79) 0%, rgba(7, 39, 50, .53) 40%, rgba(7, 39, 50, .12) 100%), url('/images/280190/maldives03.jpg') center center / cover no-repeat;
    min-height: 620px;
    position: relative;
}

.hero__inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 74px 24px 62px;
}

.hero__content {
    color: var(--tp-white);
    max-width: 630px;
}

.eyebrow {
    color: var(--tp-coral);
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.hero .eyebrow {
    color: #ffd0c6;
}

.hero h1 {
    color: var(--tp-white);
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 57px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 1.06;
    margin: 0 0 18px;
    padding: 0;
}

.hero p {
    color: rgba(255, 255, 255, .9);
    font-size: 18px;
    line-height: 1.65;
    margin: 0 0 29px;
}

.hero__buttons {
    display: flex;
    gap: 12px;
    margin-bottom: 42px;
}

.hero__buttons .btn-outline {
    background: rgba(255, 255, 255, .12);
    border-color: rgba(255, 255, 255, .55);
    color: var(--tp-white) !important;
}

.quote-card {
    align-items: end;
    background: var(--tp-white);
    border-radius: 18px;
    box-shadow: var(--tp-shadow);
    display: grid;
    gap: 12px;
    grid-template-columns: 1.25fr 1fr .8fr auto;
    max-width: 870px;
    padding: 15px;
}

.quote-card label {
    color: var(--tp-muted);
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 7px;
}

.quote-card select {
    appearance: none;
    background: var(--tp-sky);
    border: 1px solid transparent;
    border-radius: 11px;
    color: var(--tp-ink);
    font: 500 14px/1.4 'Inter', sans-serif;
    height: 48px;
    padding: 0 12px;
    width: 100%;
}

.quote-card .btn-primary {
    height: 48px;
    white-space: nowrap;
}

.trust-bar {
    background: var(--tp-white);
    border-bottom: 1px solid var(--tp-line);
}

.trust-bar__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 auto;
    max-width: 1200px;
    padding: 21px 24px;
}

.trust-item {
    align-items: center;
    border-right: 1px solid var(--tp-line);
    display: flex;
    gap: 12px;
    justify-content: center;
    padding: 0 12px;
}

.trust-item:last-child {
    border-right: 0;
}

.trust-item strong {
    color: var(--tp-teal);
    display: block;
    font-size: 15px;
}

.trust-item span {
    color: var(--tp-muted);
    font-size: 12px;
}

.trust-icon {
    align-items: center;
    background: var(--tp-sky);
    border-radius: 50%;
    color: var(--tp-teal-soft);
    display: inline-flex;
    flex-shrink: 0;
    font-size: 18px;
    font-weight: 700;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.content-section {
    margin: 0 auto;
    max-width: 1200px;
    padding: 70px 24px;
}

.content-section--tinted {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    background: var(--tp-sand);
}

.content-section--tinted .section-inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 24px;
}

.section-head {
    align-items: end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.section-head h2 {
    color: var(--tp-teal);
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

.section-head p {
    color: var(--tp-muted);
    font-size: 15px;
    line-height: 1.7;
    margin: 10px 0 0;
    max-width: 560px;
}

.text-link {
    color: var(--tp-coral) !important;
    font-weight: 600;
    padding: 0 !important;
}

.package-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(4, 1fr);
}

.travel-card {
    background: var(--tp-white);
    border: 1px solid var(--tp-line);
    border-radius: var(--tp-radius);
    box-shadow: 0 5px 20px rgba(7, 59, 76, .04);
    display: block;
    overflow: hidden;
    padding: 0 !important;
    text-decoration: none;
    transition: box-shadow .2s ease, transform .2s ease;
}

.travel-card:hover {
    box-shadow: var(--tp-shadow);
    transform: translateY(-3px);
}

.travel-card img {
    display: block;
    height: 190px;
    object-fit: cover;
    width: 100%;
}

.travel-card__body {
    padding: 18px;
}

.travel-card__tag {
    color: var(--tp-coral);
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.travel-card h3 {
    color: var(--tp-teal);
    font-size: 19px;
    font-weight: 700;
    margin: 0 0 8px;
    padding: 0;
}

.travel-card p {
    color: var(--tp-muted);
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 15px;
    min-height: 39px;
}

.travel-card__action {
    color: var(--tp-teal-soft);
    font-size: 13px;
    font-weight: 700;
}

.destinations-grid {
    display: grid;
    gap: 17px;
    grid-template-columns: repeat(3, 1fr);
}

.destination-tile {
    border-radius: var(--tp-radius);
    display: block;
    height: 255px;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
}

.destination-tile img {
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
    width: 100%;
}

.destination-tile:hover img {
    transform: scale(1.04);
}

.destination-tile__label {
    background: linear-gradient(transparent, rgba(6, 31, 38, .74));
    bottom: 0;
    color: var(--tp-white);
    display: flex;
    flex-direction: column;
    justify-content: end;
    left: 0;
    padding: 54px 22px 21px;
    position: absolute;
    right: 0;
}

.destination-tile__label strong {
    font-size: 22px;
}

.destination-tile__label span {
    color: rgba(255, 255, 255, .85);
    font-size: 13px;
}

.journey-steps {
    display: grid;
    gap: 26px;
    grid-template-columns: repeat(3, 1fr);
}

.journey-step {
    background: var(--tp-white);
    border-radius: var(--tp-radius);
    padding: 28px;
}

.journey-step__number {
    align-items: center;
    background: var(--tp-coral);
    border-radius: 50%;
    color: var(--tp-white);
    display: inline-flex;
    font-size: 15px;
    font-weight: 700;
    height: 42px;
    justify-content: center;
    margin-bottom: 20px;
    width: 42px;
}

.journey-step h3 {
    color: var(--tp-teal);
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 8px;
    padding: 0;
}

.journey-step p {
    color: var(--tp-muted);
    font-size: 14px;
    line-height: 1.65;
}

.home-cta {
    align-items: center;
    background: var(--tp-teal);
    border-radius: 28px;
    color: var(--tp-white);
    display: flex;
    justify-content: space-between;
    margin: 0 auto 72px;
    max-width: 1152px;
    padding: 43px 48px;
}

.home-cta h2 {
    color: var(--tp-white);
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 34px;
    font-weight: 700;
    margin: 0 0 8px;
    padding: 0;
}

.home-cta p {
    color: rgba(255, 255, 255, .78);
    font-size: 15px;
}

.home-cta__buttons {
    display: flex;
    flex-shrink: 0;
    gap: 12px;
}

.home-cta .btn-outline {
    background: transparent;
    border-color: rgba(255, 255, 255, .4);
    color: var(--tp-white) !important;
}

.destination-redesign {
    background: #fbfaf8;
    margin: 0 auto;
    padding: 42px 24px 72px;
    width: 100%;
}

.destination-hero {
    align-items: center;
    display: grid;
    gap: 45px;
    grid-template-columns: .87fr 1.13fr;
    margin: 0 auto;
    max-width: 1200px;
}

.destination-hero__copy h1 {
    color: var(--tp-teal);
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 1.13;
    margin: 0 0 18px;
    padding: 0;
}

.destination-hero__intro {
    color: var(--tp-muted);
    font-size: 15px;
    line-height: 1.72;
    margin-bottom: 29px;
}

.destination-hero__actions {
    display: flex;
    gap: 11px;
}

.destination-hero__image {
    border-radius: 26px;
    height: 435px;
    overflow: hidden;
    position: relative;
}

.destination-hero__image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.destination-hero__badge {
    background: rgba(7, 59, 76, .82) !important;
    border-radius: 999px;
    bottom: 24px;
    color: var(--tp-white);
    font-size: 14px;
    font-weight: 600;
    left: 24px;
    padding: 12px 19px;
    position: absolute;
}

.destination-packages,
.destination-experiences {
    margin: 0 auto;
    max-width: 1200px;
    padding-top: 72px;
}

.destination-package-grid .travel-card img {
    height: 200px;
}

.destination-package-grid {
    justify-content: center;
}

.destination-experiences {
    border-top: 1px solid var(--tp-line);
    margin-top: 65px;
    padding-top: 52px;
}

.destination-cta {
    align-items: center;
    background: var(--tp-teal);
    border-radius: 27px;
    color: var(--tp-white);
    display: flex;
    justify-content: space-between;
    margin: 72px auto 0;
    max-width: 1200px;
    padding: 40px 45px;
}

.destination-cta h2 {
    color: var(--tp-white);
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0;
}

.destination-cta p {
    color: rgba(255, 255, 255, .74);
    font-size: 14px;
    line-height: 1.65;
    max-width: 590px;
}

.destination-cta .eyebrow {
    color: #ffc3b6;
}

.destination-cta__actions {
    display: flex;
    flex-shrink: 0;
    gap: 11px;
    margin-left: 38px;
}

.destination-cta .btn-outline {
    background: transparent;
    border-color: rgba(255, 255, 255, .45);
    color: var(--tp-white) !important;
}

.package-redesign {
    background: #fbfaf8;
    padding-bottom: 72px;
}

.package-hero {
    display: grid;
    gap: 40px;
    grid-template-columns: 1.07fr .93fr;
    margin: 0 auto;
    max-width: 1200px;
    padding: 42px 24px 48px;
}

.package-gallery {
    border-radius: 24px;
    height: 480px;
    overflow: hidden;
}

.package-gallery img {
    height: 480px;
    object-fit: cover;
    width: 100%;
}

.package-summary {
    padding: 18px 0;
}

.package-summary h1 {
    color: var(--tp-teal);
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 1.15;
    margin: 0 0 14px;
    padding: 0;
}

.package-summary__lead {
    color: var(--tp-muted);
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 23px;
}

.package-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}

.package-meta span {
    background: var(--tp-sky);
    border-radius: 999px;
    color: var(--tp-teal);
    font-size: 13px;
    font-weight: 600;
    padding: 10px 14px;
}

.package-quote {
    background: var(--tp-white);
    border: 1px solid var(--tp-line);
    border-radius: 18px;
    padding: 21px;
}

.package-quote strong {
    color: var(--tp-teal);
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
}

.package-quote p {
    color: var(--tp-muted);
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 18px;
}

.package-quote__actions {
    display: flex;
    gap: 10px;
}

.package-body {
    display: grid;
    gap: 30px;
    grid-template-columns: minmax(0, 1fr) 350px;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 24px;
}

.package-content,
.enquiry-panel {
    background: var(--tp-white);
    border: 1px solid var(--tp-line);
    border-radius: var(--tp-radius);
}

.package-content {
    padding: 32px;
}

.package-content h2,
.enquiry-panel h2 {
    color: var(--tp-teal);
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 29px;
    font-weight: 700;
    margin: 0 0 22px;
    padding: 0;
}

.itinerary-day {
    border: 1px solid var(--tp-line);
    border-radius: 14px;
    margin-bottom: 13px;
    overflow: hidden;
}

.itinerary-day summary {
    background: var(--tp-sky);
    color: var(--tp-teal);
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    list-style: none;
    padding: 17px 20px;
}

.itinerary-day summary::-webkit-details-marker {
    display: none;
}

.itinerary-day summary:after {
    color: var(--tp-coral);
    content: '+';
    float: right;
    font-size: 21px;
}

.itinerary-day[open] summary:after {
    content: '-';
}

.itinerary-day p {
    color: var(--tp-muted);
    font-size: 14px;
    line-height: 1.75;
    padding: 19px 20px 21px;
}

.package-block {
    border-top: 1px solid var(--tp-line);
    margin-top: 30px;
    padding-top: 30px;
}

.check-list {
    display: grid;
    gap: 11px;
    list-style: none;
}

.check-list li {
    color: var(--tp-muted);
    font-size: 14px;
    line-height: 1.55;
    padding-left: 28px;
    position: relative;
}

.check-list li:before {
    color: var(--tp-coral);
    content: '\2713';
    font-weight: 700;
    left: 0;
    position: absolute;
}

.hotel-grid {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
}

.hotel-choice {
    border: 1px solid var(--tp-line);
    border-radius: 14px;
    overflow: hidden;
}

.hotel-choice img {
    display: block;
    height: 125px;
    object-fit: cover;
    width: 100%;
}

.hotel-choice div {
    padding: 13px;
}

.hotel-choice strong {
    color: var(--tp-teal);
    display: block;
    font-size: 14px;
}

.hotel-choice span {
    color: var(--tp-muted);
    font-size: 12px;
}

.enquiry-panel {
    align-self: start;
    padding: 28px;
    position: sticky;
    top: 22px;
}

.enquiry-panel p {
    color: var(--tp-muted);
    font-size: 14px;
    line-height: 1.65;
    margin: 0 0 22px;
}

.enquiry-benefits {
    border-top: 1px solid var(--tp-line);
    list-style: none;
    margin-top: 24px;
    padding-top: 22px;
}

.enquiry-benefits li {
    color: var(--tp-muted);
    font-size: 13px;
    margin-bottom: 14px;
    padding-left: 23px;
    position: relative;
}

.enquiry-benefits li:before {
    color: var(--tp-coral);
    content: '\2713';
    font-weight: bold;
    left: 0;
    position: absolute;
}

.mobile-trip-bar {
    display: none;
}

.not-found-page {
    margin: 0 auto;
    max-width: 680px;
    padding: 106px 24px 120px;
    text-align: center;
}

.not-found-page h1 {
    color: var(--tp-teal);
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 52px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 1.16;
    margin: 0 0 18px;
    padding: 0;
}

.not-found-page p {
    color: var(--tp-muted);
    font-size: 16px;
    line-height: 1.75;
    margin: 0 auto 34px;
}

.not-found-page div {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.site-footer {
    background: var(--tp-teal);
    color: rgba(255, 255, 255, .76);
    padding: 62px 24px 24px;
}

.site-footer__grid {
    display: grid;
    gap: 48px;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    margin: 0 auto;
    max-width: 1200px;
}

.site-footer h2 {
    color: var(--tp-white);
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 29px;
    font-weight: 700;
    margin: 0 0 13px;
    padding: 0;
}

.site-footer h3 {
    color: var(--tp-white);
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 19px;
    padding: 0;
}

.site-footer p {
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 18px;
    max-width: 295px;
}

.site-footer a {
    color: rgba(255, 255, 255, .74);
    display: block;
    font-size: 14px;
    margin-bottom: 12px;
    padding: 0;
}

.site-footer a:hover {
    color: var(--tp-white);
}

.site-footer__brand a {
    color: var(--tp-white);
    font-weight: 600;
}

.site-footer__bottom {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .14);
    display: flex;
    justify-content: space-between;
    margin: 44px auto 0;
    max-width: 1200px;
    padding-top: 23px;
}

.site-footer__bottom span {
    font-size: 13px;
}

.site-footer__social {
    display: flex;
    gap: 18px;
}

.site-footer__social a {
    margin: 0;
}

@media (min-width: 769px) {
    #main-nav.stellarnav > ul {
        display: block !important;
        text-align: center;
    }

    #main-nav.stellarnav .menu-toggle {
        display: none !important;
    }

    #main-nav.stellarnav.mobile > ul {
        background: var(--tp-white);
    }

    #main-nav.stellarnav.mobile > ul > li {
        display: inline-block !important;
        width: auto;
    }

    #main-nav.stellarnav.mobile > ul > li > a {
        border: 0;
        padding: 17px 18px;
    }

    #main-nav.stellarnav.mobile ul ul {
        background: var(--tp-white);
        position: absolute;
    }

    #main-nav.stellarnav li.call-btn-mobile,
    #main-nav.stellarnav li.call-btn-location {
        display: none !important;
    }

    #main-nav.stellarnav.mobile .dd-toggle {
        display: none !important;
    }
}

@media (max-width: 1000px) {
    .site-header__actions .header-contact,
    .site-header__actions .btn-outline {
        display: none;
    }

    .hero h1 {
        font-size: 48px;
    }

    .package-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .destination-hero {
        gap: 30px;
        grid-template-columns: 1fr;
    }

    .destination-hero__image {
        height: 385px;
        order: -1;
    }

    .destination-cta {
        align-items: start;
        flex-direction: column;
        gap: 24px;
    }

    .destination-cta__actions {
        margin-left: 0;
    }

    .package-hero,
    .package-body {
        grid-template-columns: 1fr;
    }

    .package-gallery,
    .package-gallery img {
        height: 390px;
    }

    .enquiry-panel {
        position: static;
    }

    .site-footer__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .site-header__inner {
        min-height: 72px;
        padding: 7px 16px;
    }

    .site-brand img {
        height: 55px;
        width: 65px;
    }

    .site-brand__copy {
        display: none;
    }

    .site-header__actions .btn-primary {
        font-size: 13px;
        padding: 12px 16px !important;
    }

    #main-nav.stellarnav .menu-toggle {
        color: var(--tp-teal);
        display: block;
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        margin: 0;
        padding: 14px 16px;
    }

    #main-nav.stellarnav > ul {
        display: none;
    }

    #main-nav.stellarnav.tp-mobile-start > ul {
        display: none !important;
    }

    #main-nav.stellarnav.active > ul {
        display: block;
    }

    #main-nav.stellarnav.mobile ul {
        background: var(--tp-white);
    }

    .hero {
        min-height: 590px;
    }

    .hero__inner {
        padding: 48px 20px 38px;
    }

    .hero h1 {
        font-size: 39px;
    }

    .hero p {
        font-size: 16px;
    }

    .hero__buttons {
        margin-bottom: 29px;
    }

    .quote-card {
        display: block;
        padding: 17px;
    }

    .quote-field {
        margin-bottom: 12px;
    }

    .quote-card .btn-primary {
        margin-top: 5px;
        width: 100%;
    }

    .trust-bar__inner {
        gap: 20px 0;
        grid-template-columns: repeat(2, 1fr);
        padding: 20px 12px;
    }

    .trust-item {
        border-right: 0;
        justify-content: flex-start;
    }

    .content-section {
        padding: 50px 20px;
    }

    .content-section--tinted .section-inner {
        padding: 0 20px;
    }

    .section-head {
        align-items: start;
        flex-direction: column;
        gap: 17px;
        margin-bottom: 24px;
    }

    .section-head h2 {
        font-size: 31px;
    }

    .package-grid,
    .destinations-grid,
    .journey-steps {
        grid-template-columns: 1fr;
    }

    .destination-tile {
        height: 230px;
    }

    .home-cta {
        align-items: start;
        border-radius: 0;
        flex-direction: column;
        gap: 25px;
        margin: 0;
        padding: 43px 20px 88px;
    }

    .home-cta h2 {
        font-size: 29px;
    }

    .home-cta__buttons {
        flex-direction: column;
        width: 100%;
    }

    .destination-redesign {
        padding: 20px 18px 55px;
    }

    .destination-hero {
        gap: 26px;
    }

    .destination-hero__image {
        border-radius: 20px;
        height: 250px;
    }

    .destination-hero__badge {
        bottom: 15px;
        left: 15px;
        padding: 10px 15px;
    }

    .destination-hero__copy h1 {
        font-size: 36px;
    }

    .destination-hero__actions,
    .destination-cta__actions {
        flex-direction: column;
    }

    .destination-packages,
    .destination-experiences {
        padding-top: 52px;
    }

    .destination-cta {
        border-radius: 20px;
        margin-top: 52px;
        padding: 33px 22px;
    }

    .destination-cta h2 {
        font-size: 28px;
    }

    .package-redesign {
        padding-bottom: 70px;
    }

    .package-hero {
        gap: 25px;
        padding: 20px 18px 30px;
    }

    .package-gallery,
    .package-gallery img {
        height: 245px;
    }

    .package-summary {
        padding: 0;
    }

    .package-summary h1 {
        font-size: 34px;
    }

    .package-quote__actions {
        flex-direction: column;
    }

    .package-body {
        padding: 0 18px;
    }

    .package-content,
    .enquiry-panel {
        padding: 22px 18px;
    }

    .package-content h2,
    .enquiry-panel h2 {
        font-size: 26px;
    }

    .hotel-grid {
        grid-template-columns: 1fr;
    }

    .mobile-trip-bar {
        background: var(--tp-white);
        border-top: 1px solid var(--tp-line);
        bottom: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        left: 0;
        padding: 10px 12px;
        position: fixed;
        right: 0;
        z-index: 9900;
    }

    .floating-whatsapp {
        display: none;
    }

    .mobile-trip-bar a {
        margin: 0 5px;
        padding: 13px 9px !important;
    }

    .site-footer {
        padding: 47px 20px 82px;
    }

    .not-found-page {
        padding: 72px 20px 90px;
    }

    .not-found-page h1 {
        font-size: 39px;
    }

    .not-found-page div {
        flex-direction: column;
    }

    .site-footer__grid {
        gap: 33px;
        grid-template-columns: 1fr;
    }

    .site-footer__bottom {
        align-items: start;
        flex-direction: column;
        gap: 16px;
        margin-top: 33px;
    }
}
