/* HERO */
.hh-container-mod {
    position: relative;
    align-items: flex-start;
}

.hh-content-mod {
    z-index: 3;
    padding: 60px 5% 60px 80px;
    gap: 64px;
    align-items: flex-start;
}

.hh-slide-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: start;
    max-width: 780px;
}

.hh-slide-content h1 {
    font-size: clamp(28px, 4vw, 54px);
    text-wrap: balance;
}

.hh-finder {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.hh-card-find {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
}

.hh-card-find header {
    display: flex;
    flex-direction: row;
    align-self: flex-start;
}

.hh-card-find-tab.active {
    background-color: var(--blue-80);
    padding: 12px 24px;
    border-radius: 8px 8px 0px 0px;
}

.hh-card-find-tab {
    background-color: var(--light-10);
    color: var(--blue-80);
    padding: 12px 24px;
    border-radius: 8px 8px 0px 0px;
    cursor: pointer;
}

.hh-card-find-tab.active h3,
.hh-card-find-tab.active p {
    color: var(--light-00);
}

.hh-card-find-tab h3,
.hh-card-find-tab p {
    color: var(--blue-80);
}

.hh-card-find-tab-content {
    width: 100%;
    display: flex;
    flex: 1;
    flex-direction: row;
    background-color: var(--light-00);
    padding: 16px 24px;
    gap: 8px;
    border-radius: 8px;
}

.hh-card-find footer {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 16px 24px;
    gap: 8px;
}

.hh-button-mod {
    font-size: 20px;
    padding: 16px;
}

.hh-button-mod:hover {
    box-shadow: inset 0em 0em 0em 10em rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0em 0em 0em 10em rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0em 0em 0em 10em rgba(0, 0, 0, 0.1);
}

.trgSearchGroup {
    border: 1px solid var(--blue-40);
}

.trgSearchGroup:hover {
    color: var(--light-00);
    background-color: var(--blue-50);
}

#find-excursions:hover {
    box-shadow: inset 0em 0em 0em 10em rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0em 0em 0em 10em rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0em 0em 0em 10em rgba(0, 0, 0, 0.1);
}

.hs-container-mod {
    background-color: var(--light-10);
}

.hs-content-mod {
    padding: 32px;
    gap: 32px;
    align-items: center;
}

/* ITINERARY FINDER — homepage hero override */
#excursions.hs-border-mod {
    border: none;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 6px 6px 6px 0;
    gap: 0;
    align-items: center;
}

#excursions .hs-select-mod {
    flex: 1;
    min-width: 0;
    padding: 12px 16px;
    font-size: 14px;
    font-family: "Work Sans", var(--main-font);
    color: var(--dark-80);
    background: transparent;
    border: none;
    border-right: 1px solid #e0e0e0;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    appearance: auto;
}

#excursions .hs-select-mod:last-of-type {
    border-right: none;
}

#excursions #find-excursions {
    flex-shrink: 0;
    margin-left: 6px;
    padding: 14px 24px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
    margin-top: 0;
}

#excursions #find-excursions:hover {
    box-shadow: none;
    opacity: 0.88;
}

.hs-border-mod {
    border: 1px solid var(--blue-70);
}

.hs-select-mod {
    font-size: 20px;
}

/* HERO TRUST BADGE */
.hero-trust {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 8px;
    padding: 10px 16px;
    backdrop-filter: blur(4px);
    text-decoration: none;
}

.tp-stars {
    display: flex;
    gap: 3px;
}

.tp-star {
    width: 18px;
    height: 18px;
    background: #00B67A;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tp-star svg {
    width: 11px;
    height: 11px;
    fill: #fff;
}

.tp-half {
    background: linear-gradient(90deg, #00B67A 70%, rgba(255,255,255,0.3) 70%);
}

.hero-trust-text {
    color: #fff;
    font-size: 13px;
    line-height: 1.3;
}

.hero-trust-text strong {
    font-size: 15px;
    display: block;
}

/* GUARANTEE */
.hg-container-mod {
    background-color: var(--blue-80);
}

.hg-content-mod {
    flex-direction: row;
    padding: 14px 32px;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.hg-item {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
}

.hg-item svg {
    width: 22px;
    height: 22px;
    color: var(--light-00);
}

.hg-item p {
    color: var(--light-00);
    font-size: 13px;
    font-weight: 600;
}

/* HOW IT WORKS */

.hi-container-mod {
    background-color: var(--light-10);
    padding: 72px 5%;
}

.hi-content-mod {
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding: 0;
}

.hi-head {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.hi-title {
    font-family: 'Urbanist', sans-serif;  
    font-weight: 700;
    color: var(--blue-90);
    font-size: clamp(22px, 2.8vw, 36px);
}

.hi-subtitle {
    margin: 0;
    max-width: 640px;
    color: var(--dark-70);
    opacity: 0.8;
}

.hi-steps {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    position: relative;
}

.hi-steps::before {
    content: '';
    position: absolute;
    top: 36px;
    left: 16.66%;
    right: 16.66%;
    height: 2px;
    background: var(--blue-40);
    z-index: 0;
}

.hi-step {
    text-align: center;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

.hi-num {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--blue-90);
    color: var(--light-00);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 800;
    margin: 0 auto 20px;
    border: 4px solid var(--light-10);
}

.hi-step h5 {
    padding-bottom: 10px;
}

.hi-step p {
    font-weight: 300;
    color: var(--dark-70);
}

/* GROUPS */

.hgp-container-mod {
    background-color: var(--blue-80);
    padding: 80px 5%;
}

.hgp-content-mod {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
    padding: 0;
}

.hgp-title {
    color: var(--light-00);
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 20px;
}

.hgp-body {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.75;
    margin-bottom: 24px;
}

.hgp-coordinator {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: rgba(255, 255, 255, 0.1);
    border-left: 3px solid var(--acent-50);
    border-radius: 0 8px 8px 0;
    padding: 16px 20px;
    margin-bottom: 32px;
}

.hgp-coordinator svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: var(--acent-50);
    margin-top: 2px;
}

.hgp-coordinator p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin: 0;
}

.hgp-coordinator strong {
    color: var(--light-00);
}

.hgp-cta {
    display: inline-flex;
    background-color: var(--acent-50);
    color: var(--light-00);
    border: none;
}

.hgp-right {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    border-radius: 16px;
    overflow: hidden;
}

.hgp-right-bg {
    position: absolute;
    inset: 0;
    background-image: url('/Content/new/images/home-groups-bg.jpg');
    background-size: cover;
    background-position: center;
}

.hgp-right-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(15, 35, 80, 0.72);
}

.hgp-tile {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.07);
    padding: 28px 22px;
    transition: background 0.2s;
}

.hgp-tile:hover {
    background: rgba(225, 103, 84, 0.15);
}

.hgp-tile-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: var(--acent-50);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    color: var(--light-00);
    flex-shrink: 0;
}

.hgp-tile-icon svg {
    width: 20px;
    height: 20px;
}

.hgp-tile-title {
    color: var(--light-00);
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
}

.hgp-tile-body {
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.65;
    margin: 0;
    font-size: 13px;
}

/* GUARANTEES */

.hgr-container-mod {
    background-color: var(--light-00);
    padding: 72px 5%;
}

.hgr-content-mod {
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding: 0;
}

.hgr-title {
    color: var(--blue-90);
    font-weight: 700;
    text-align: center;
    max-width: 780px;
    margin: 0 auto;
    line-height: 1.3;
}

.hgr-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.hgr-card {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    border: 1px solid var(--light-20);
    border-radius: 14px;
    padding: 36px;
    transition: border-color 0.2s;
}

.hgr-card:hover {
    border-color: var(--blue-40);
}

.hgr-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border: 2px solid var(--blue-40);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blue-40);
}

.hgr-icon svg {
    width: 22px;
    height: 22px;
}

.hgr-card-title {
    color: var(--blue-90);
    padding-bottom: 10px;
}

.hgr-card-body {
    color: var(--dark-70);
    font-weight: 300;
    line-height: 1.7;
    margin: 0;
}

/* DIFFERENCE */

.hd-container-mod {
    background-color: var(--blue-90);
    padding: 72px 5%;
}

.hd-content-mod {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: start;
    padding: 0;
}

.hd-title {
    color: var(--light-00);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 24px;
}

.hd-body {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.75;
    margin-bottom: 16px;
}

.hd-body:last-of-type {
    margin-bottom: 0;
}

.hd-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.hd-stat {
    background: rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    padding: 24px;
}

.hd-big {
    display: block;
    font-size: 36px;
    font-weight: 800;
    color: var(--blue-40);
    margin-bottom: 10px;
    line-height: 1;
}

.hd-stat-label {
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.55;
    margin: 0;
}

/* BENEFITS */

.hb-container-mod {
    background-color: var(--light-00);
    padding: 72px 5%;
}

.hb-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 52px;
    width: 100%;
    padding: 0;
}

.hb-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
}

.hb-title {
    color: var(--blue-90);
    font-weight: 700;
    margin: 0;
}

.hb-subtitle {
    color: var(--dark-70);
    margin: 0;
    max-width: 640px;
}

.hb-content-mod {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 36px;
    text-align: center;
    padding: 0;
    width: 100%;
}

.hb-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.hb-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--blue-05);
    margin-bottom: 20px;
    flex-shrink: 0;
}

.hb-icon-wrap svg {
    width: 36px;
    height: 36px;
    stroke: var(--blue-70);
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hb-item .hb-wave-mod {
    background: linear-gradient(135deg, #f0a830, #e8821a);
    flex-direction: column;
    color: #fff;
    line-height: 1.2;
}

.hb-wave-top {
    font-size: 6.5px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
    opacity: 0.9;
}

.hb-wave-year {
    font-size: 10px;
    font-weight: 800;
}

.hb-wave-win {
    font-size: 11px;
    font-weight: 800;
}

.hb-wave-label {
    font-size: 6.5px;
    text-align: center;
    opacity: 0.9;
    line-height: 1.2;
    margin-top: 1px;
}

.hb-item-title {
    color: var(--blue-90);
    margin-bottom: 10px;
    line-height: 1.3;
}

.hb-item-body {
    color: var(--dark-70);
    font-weight: 400;
    line-height: 1.65;
}

.slide-img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50% 70%;
}

.slide-img-mod-1 {
    object-position: 50% 90%;
}

.rich-text br {
    display: none;
}

.rich-text strong {
    font-weight: 600;
}
.slide-img-mod-2,
.slide-img-mod-3 {
    object-position: 50% 30%;
}

.hh-shade {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(15, 30, 70, 0.75) 0%, rgba(15, 30, 70, 0.4) 60%, rgba(15, 30, 70, 0.15) 100%);
}

/* TRUSTPILOT */

.htp-header-mod {
    background-color: var(--light-00);
    padding: 72px 5% 0;
}

.htp-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 0;
    text-align: center;
}

.htp-title {
    color: var(--blue-90);
    font-weight: 700;
    margin: 0;
}

.htp-subtitle {
    color: var(--dark-70);
    margin: 0;
}

/* POPULAR DESTINATIONS */

.hpd-container-mod {
    background-color: var(--light-00);
    padding: 56px 5%;
    border-top: 1px solid var(--light-20);
}

.hpd-content-mod {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    padding: 0;
}

.hpd-title {
    color: var(--blue-90);
    font-weight: 700;
    text-align: center;
    margin: 0;
}

.hpd-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    max-width: 900px;
}

.hpd-tag {
    background-color: var(--blue-05);
    color: var(--blue-80);
    padding: 8px 18px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s, color 0.2s;
    white-space: nowrap;
}

.hpd-tag:hover {
    background-color: var(--blue-40);
    color: var(--light-00);
}

/* CRUISE LINES */

.hcl-container-mod {
    background-color: var(--light-00);
    padding: 48px 5%;
    border-top: 1px solid var(--light-20);
}

.hcl-content-mod {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    padding: 0;
}

.hcl-title {
    color: var(--blue-90);
    font-weight: 700;
    text-align: center;
    margin: 0;
}

.hcl-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    max-width: 1000px;
}

.hcl-tag {
    background-color: var(--blue-05);
    color: var(--blue-80);
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid var(--light-15);
    white-space: nowrap;
}

/* FAQ */

.hfq-container-mod {
    background-color: var(--light-10);
    padding: 72px 5%;
}

.hfq-content-mod {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0;
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}

.hfq-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
}

.hfq-title {
    color: var(--blue-90);
    font-weight: 700;
    margin: 0;
}

.hfq-subtitle {
    color: var(--dark-70);
    margin: 0;
}

.hfq-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: var(--light-00);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--light-20);
}

.hfq-list .fm-button {
    background-color: var(--light-00);
    padding: 20px 24px;
}

.hfq-list .fm-button:hover {
    background-color: var(--blue-05);
}

.hfq-list .fm-question-wrapped .fm-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 24px;
    transition: max-height 0.35s ease, padding 0.35s ease;
    color: var(--dark-70);
}

.hfq-list .fm-question-wrapped.open .fm-answer {
    max-height: 600px;
    padding: 0 24px 20px;
}

.hfq-list .fm-question-wrapped:nth-last-child(1) {
    border-bottom: none;
}

/* EXPLORE REGIONS */

.ge-container-mod {
    background-color: var(--light-10);
}

.ge-content-mod {
    padding: 72px 5%;
    gap: 40px;
}

.ge-home-grid.ge-cards-grid {
    gap: 16px;
}

.ge-home-grid .ge-region a {
    height: auto;
    aspect-ratio: 16 / 9;
}

.ge-home-grid .ge-region .img-stack {
    position: absolute;
    inset: 0;
    height: 100%;
}

.ge-home-grid .ge-region .img-in {
    transition: transform 0.4s ease;
}

.ge-home-grid .ge-region a:hover .img-in {
    transform: scale(1.05);
}

.ge-home-grid .ge-region a::after {
    height: 100%;
    background: linear-gradient(to top, rgba(27, 48, 96, 0.72) 0%, rgba(27, 48, 96, 0.08) 60%);
}

.ge-home-grid .ge-region h4 {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding-left: 4px;
    padding-bottom: 4px;
}

.hge-more {
    text-align: center;
}

.hge-more-btn {
    display: inline-block;
    border: 2px solid var(--blue-90);
    color: var(--blue-90);
    padding: 12px 28px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    transition: background-color 0.2s, color 0.2s;
}

.hge-more-btn:hover {
    background-color: var(--blue-90);
    color: var(--light-00);
}

/* CLOSING CTA */

.hct-container-mod {
    background-color: var(--blue-90);
    padding: 80px 5%;
}

.hct-content-mod {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    max-width: 640px;
    margin: 0 auto;
    width: 100%;
}

.hct-title {
    color: var(--light-00);
    font-weight: 700;
    margin: 0;
}

.hct-subtitle {
    color: rgba(200, 216, 236, 0.9);
    margin: 0 0 8px;
    line-height: 1.6;
}

.hct-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

.hct-btn-primary {
    display: inline-block;
    background-color: var(--acent-50);
    color: var(--light-00);
    padding: 16px 36px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    transition: opacity 0.2s;
    white-space: nowrap;
}

.hct-btn-primary:hover {
    opacity: 0.88;
    color: var(--light-00);
}

.hct-btn-secondary {
    display: inline-block;
    background-color: transparent;
    color: var(--light-00);
    padding: 15px 36px;
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    transition: border-color 0.2s, background-color 0.2s;
    white-space: nowrap;
}

.hct-btn-secondary:hover {
    border-color: rgba(255, 255, 255, 0.7);
    background-color: rgba(255, 255, 255, 0.08);
    color: var(--light-00);
}

@media screen and (max-width: 964px) {
    .mob-tab-mod {
        display: none;
    }

    .hh-slide-content {
        align-items: center;
    }

    .hh-button-mod {
        width: 100%;
    }

    .hh-content-mod {
        bottom: 0;
    }

    .hh-card-find-tab-content {
        flex-direction: column;
    }

    .hg-item {
        width: calc(50% - 8px);
    }

    .hb-content-mod {
        grid-template-columns: repeat(2, 1fr);
    }

    .hb-item {
        align-items: center;
    }

    .hd-content-mod {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .hgp-content-mod {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .hs-select-mod {
        font-size: 16px;
    }
}

@media screen and (max-width: 640px) {
    .hg-item {
        width: 100%;
        background-size: 24px;
        padding: 0 0 0 42px;
    }

    .hg-item br {
        display: none;
    }

    .hb-content-mod {
        grid-template-columns: 1fr;
    }

    .hb-item {
        width: 100%;
    }

    .hgr-grid {
        grid-template-columns: 1fr;
    }

    .hd-stats {
        grid-template-columns: 1fr 1fr;
    }

    .hi-steps {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hi-steps::before {
        display: none;
    }
}