body {
    background: #c5c5c5;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #1f2937;
    line-height: 1.6;
}

header#side_nav {
    background: #000;
}

.main-header-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    align-items: center;
}

a.header-brand {
    color: #fff;
    display: inline-flex;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 15px 0;
}

nav.side_nav_wrap {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-right: 15px;
}

.menu-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
}

ul.menu_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #fff;
}

ul.menu_wrap li.menu_item a {
    color: #fff;
    display: inline-block;
    padding: 18px 16px;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    transition: all 0.2s linear;
}

ul.menu_wrap li.menu_item a:hover,
ul.menu_wrap li.menu_item.active a {
    color: #000;
    background: #fff;
}

section {
    margin-top: 40px;
}

.card {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08), 0 4px 12px rgba(0,0,0,0.06);
    border-radius: 12px;
}

section.gallery-hero .container.card {
    position: relative;
}

/* ── Page banner headings (trips, gallery, contact pages) ── */
.banner-heading .container.card {
    padding: 25px 20px;
}

/* fl-wrap — full-width block helper used on banner h1/h2 */
.fl-wrap {
    display: block;
    width: 100%;
}

/* fl-right — float right helper used on language select */
.fl-right {
    margin-left: auto;
}

.single-article-title {
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #111827;
    margin-bottom: 8px;
}

/* Date label shown under the banner title on blog/trip pages */
span.single-article-date {
    display: block;
    color: #5c5c5c;
    font-size: 0.875rem;
    margin-top: 4px;
}

/* Favourite heart icon on trip cards */
.fav-trip-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    color: #333;
    backdrop-filter: blur(4px);
    transition: color 0.2s linear, background 0.2s linear;
    margin-left: auto;
}

.fav-trip-icon:hover {
    color: #f52f6e;
    background: #fff;
}

.heading-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.share-btn a {
    margin-right: 15px;
    color: #000;
}

.share-btn a i {
    margin-right: 10px;
}

.primary-heading {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #111827;
}

.hero-img-gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-content: flex-start; /* prevent vertical stretching of rows */
}

.hero-man-img {
    border-radius: 15px 0 0 15px;
    overflow: hidden;
}

.hero-img-item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
}

/* Remove bottom margin from the last two items (bottom row of the 2×2 grid)
   so the gallery container is exactly 450px — no stray space below */
.hero-img-item:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.hero-img-item img {
    height: 215px;
    object-fit: cover;
    object-position: center;
}

.hero-man-img.first-img {
    height: 450px;      /* 2 × 215px (grid rows) + 20px gap = 450px — matches right gallery exactly */
    max-height: 450px;  /* was 420px — 30px short of the 2×2 grid on the right */
}

.hero-man-img.first-img img {
    height: 100%;
    width: 100%;         /* fill the full column width */
    object-fit: cover;
    object-position: center;
}

a.all-gallery-btn {
    position: absolute;
    bottom: 80px;
    right: 50px;
    background: #fff;
    padding: 15px 20px;
    border-radius: 4px;
    color: #000;
    transition: all 0.2s linear;
}

a.all-gallery-btn i {
    margin-right: 5px;
}

a.all-gallery-btn:hover {
    background: #f52f6e;
    color: #fff;
}

.share-btn a:hover {
    color: #f52f6e;
}

.container.no-padding {
    padding: 0;
}

.container.no-padding .card {
    padding: 22px 24px 18px;
}

.content .col-8 {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.features {
    margin-top: 8px;
    font-size: 0.9375rem;
    color: #4b5563;
    line-height: 1.7;
}

.offers-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 8px;
    width: 100%;
}

.offers-item {
    width: calc(50% - 10px);
    margin-bottom: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    display: flex;
    align-items: center;
}

.offers-item i {
    margin-right: 10px;
    font-size: 1rem;
    color: #6b7280;
    flex-shrink: 0;
}

/*form style */
.booking-form {
    margin-top: 12px;
}

.booking-form label,
.form-group label {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: #374151;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.form-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 12px;
}

.input-holder {
    width: 100%;
}

.form-group.group-two .input-holder {
    width: calc(50% - 5px);
}

.input-wrapper.has-icon {
    position: relative;
}

.input-wrapper.has-icon input.input-controller,
.input-wrapper.has-icon select.input-controller {
    padding-left: 38px;
}

.input-controller {
    width: 100%;
    padding: 0 14px;
    border: 1.5px solid #e5e7eb;
    background-color: #fff;
    outline: none;
    border-radius: 8px;
    font-size: 0.9rem;
    color: #111827;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.input-controller::placeholder {
    color: #b0b7c3;
    font-size: 0.875rem;
}

.input-controller:focus {
    border-color: #f52f6e;
    box-shadow: 0 0 0 3px rgba(245, 47, 110, 0.1);
}

h2.sub-title.mb-10.strong {
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
    letter-spacing: -0.01em;
    margin-bottom: 10px;
}

textarea.input-controller {
    padding: 12px 14px;
    resize: vertical;
    min-height: 140px;
    line-height: 1.6;
}

input.input-controller,
select.input-controller {
    height: 46px;
}

.input-wrapper.has-icon i {
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #9ca3af;
    pointer-events: none;
    z-index: 1;
}

.input-wrapper {
    margin-top: 4px;
}

/* select padding merged into .input-wrapper.has-icon rule above */

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select-wrapper {
    position: relative;
}

.custom-select-wrapper::after {
    content: '▾';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 16px;
    color: #333;
}

.custom-select-wrapper.has-icon::after {
    right: 15px;
}

.custom-select-wrapper::after {
    right: 5px;
}

.btn-danger-custom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    height: 46px;
    padding: 0 20px;
    color: #fff;
    background: #f52f6e;
    text-align: center;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}
.btn-danger-custom:hover {
    background: #d4265e;
    box-shadow: 0 4px 14px rgba(245, 47, 110, 0.35);
}

a.form-text {
    text-align: center;
    width: 100%;
    display: block;
}

span.form-text {
    display: block;
    text-align: center;
    font-size: 0.8125rem;
    color: #6b7280;
    margin-top: 8px;
}

.price {
    margin-bottom: 4px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f3f4f6;
}

ul.price-table {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 15px;
}

ul.price-table li {
    width: 100%;
    margin-bottom: 10px;
}

ul.price-table li span {
    float: right;
}

.sub-totle {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-weight: 600;
    border-top: 1px solid #000;
    margin-top: 10px;
}

.trip-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: flex-start;
}

.trip-item {
    position: relative;
    width: calc(25% - 15px);
    min-width: 200px;
    margin-bottom: 20px;
    /* max-height: 250px; */
}

.trip-item.trip-gallery {
    height: 250px;
    overflow: hidden;          /* clip image to the card boundary */
    border-radius: 15px;       /* match .slid-img corners */
}

/* Gallery-box anchor: fill the whole card */
a.gallery-box {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

/* Contained image: cover-fill, no overflow, smooth zoom on hover */
a.gallery-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.3s ease;
}
.trip-item.trip-gallery:hover a.gallery-box img {
    transform: scale(1.05);
}

.slid-img img {
    width: 100%;          /* fill container width — replaces broken aspect-ratio hack */
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.3s ease;
}

a.lightbox-anker {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
}

.trip-item:hover .slid-img img {
    transform: scale(1.05); /* was 1.5 — too aggressive and janky */
}

.info-wrapper {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 15px;
    z-index: 55;
}

.slid-img {
    border-radius: 15px;
    overflow: hidden;
    height: 250px;
}

.trip-content {
    padding: 12px 0 6px;
}

.sub-heading {
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #111827;
    line-height: 1.3;
}

.trip-content h3.sub-heading,
.trip-content p {
    margin-bottom: 4px;
}

.trip-content p {
    font-size: 0.8125rem;
    color: #6b7280;
    line-height: 1.5;
}

/* Clamp cabin short-description to 3 lines so all cards stay the same height */
.trip-content p.cabin-desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Linked cabin image — same zoom/hover as trip images */
.slid-img a {
    display: block;
    height: 100%;
    width: 100%;
}

.slid-img a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.3s ease;
}

.trip-item:hover .slid-img a img {
    transform: scale(1.05);
}

footer {
    margin-top: 50px;
    background: #000;
    color: #5c5c5c;
    text-align: center;
    padding: 25px !important;
}

.heading-link {
    color: #000;
}

.primary-heading.blog {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin-bottom: 18px;
    width: 100%;
    color: #111827;
}

.full-btn {
    display: block;
    width: 100%;
    text-align: center;
    margin: 15px 0;
}

a.all-blogs {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding: 10px 28px;
    border: 1px solid #111;
    color: #111;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s linear;
}

a.all-blogs:hover {
    background-color: #f52f6e;
    color: #fff;
    border-color: #f52f6e;
}

ul.facilitie-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

ul.facilitie-wrapper li.facilitie-item {
    position: relative;
    background: #000;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s linear;
}

ul.facilitie-wrapper li.facilitie-item:hover {
    background: #F52F6E;
}

ul.facilitie-wrapper li.facilitie-item i {
    color: #ffffff;
}

ul.facilitie-wrapper li.facilitie-item span.tooltip {
    opacity: 0;
    position: absolute;
    bottom: 100%;
    background: #F52F6E;
    text-align: center;
    color: #fff;
    width: 150px;
    padding: 10px;
    border-radius: 5px;
    z-index: -1;
    transition: all 0.2s linear;
    line-height: 18px;
}

ul.facilitie-wrapper li.facilitie-item span.tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #F52F6E transparent transparent transparent;
}

ul.facilitie-wrapper li.facilitie-item:hover span.tooltip {
    bottom: calc(100% + 7px);
    opacity: 1;
    z-index: 1;
}

.cabin-contact-btn {
    background: #F52F6E;
    padding: 10px 15px;
    display: inline-block;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    border-radius: 4px;
}

span.lb-caption {
    font-size: 1.5rem !important;
}

a.lightbox-anker {
    position: relative;
    display: flex;
}

span.hover {
    height: 100%;
    width: 100%;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 0;
    color: #fff;
    font-size: 1.2rem;
    background: rgba(0, 0, 0, 0.4);
    font-weight: 600;
    opacity: 0;
}

.trip-item.trip-gallery:hover span.hover {
    opacity: 1;
    transition: all 0.2s ease;
}

.trip-item video {
    width: 100%;
}

.hamburger {
    height: 30px;
    width: 30px;
    position: relative;
    z-index: 5555;
    display: none;
    margin-left: 10px;
}

.hamburger span {
    position: absolute;
    height: 2px;
    width: calc(100% - 5px);
    background: #fff;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-radius: 4px;
    transition: all 0.4s linear;
}

.hamburger.open span {
    width: 0;
}

.hamburger:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    top: calc(50% + 10px);
    right: 50%;
    transform: translate(50%, -50%);
    border-radius: 4px;
    transition: all 0.4s linear;
}

.hamburger.open:after {
    top: 50%;
    transform: translate(50%, -50%) rotate(45deg);
}

.hamburger:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    top: calc(50% - 10px);
    right: 50%;
    transform: translate(50%, -50%);
    border-radius: 4px;
    transition: all 0.4s linear;
}

.hamburger.open:before {
    top: 50%;
    transform: translate(50%, -50%) rotate(-45deg);
}

.no-margin {
    margin: 0 !important;
}

div#sideMenu {
    position: fixed;
    height: 100vh;
    width: 320px;
    background: #000000;
    z-index: 5555;
    display: none;
}

div#sideMenu {
    padding: 0 25px;
}

div#sideMenu a.header-brand {
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

div#sideMenu li.menu_item,
div#sideMenu li.menu_item a {
    width: 100%;
    text-align: center;
}

/* ═══════════════════════════════════════════════════
   Recent Cabins — card redesign
   Scoped to .cabin-section so trip gallery is unaffected
   ═══════════════════════════════════════════════════ */

/* Widen the gap so 4 × calc(25% - 15px) + 3 × 20px = 100% */
.cabin-section .trip-wrapper {
    gap: 20px;
}

/* Card chrome */
.cabin-section .trip-item {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}
.cabin-section .trip-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.13);
}

/* Image area: card handles rounding, slid-img just clips */
.cabin-section .slid-img {
    border-radius: 0;
    position: relative;
    flex-shrink: 0;
}

/* "View →" pill fades in on card hover */
.cabin-section .slid-img::after {
    content: 'View \2192';
    position: absolute;
    bottom: 12px;
    right: 14px;
    background: rgba(245, 47, 110, 0.92);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 13px;
    border-radius: 20px;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    pointer-events: none;
    letter-spacing: 0.2px;
}
.cabin-section .trip-item:hover .slid-img::after {
    opacity: 1;
    transform: translateY(0);
}

/* Content */
.cabin-section .trip-content {
    padding: 14px 16px 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.cabin-section .trip-content h3.sub-heading {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    line-height: 1.3;
    margin-bottom: 4px;
}
.cabin-section .heading-link {
    transition: color 0.15s ease;
}
.cabin-section .heading-link:hover {
    color: #f52f6e;
}
.cabin-section .trip-content p.cabin-desc {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    flex: 1;
    margin-bottom: 0;
}
.cabin-section .trip-content p.trip-date {
    font-size: 12px;
    color: #9ca3af;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Facility icons — light gray bg instead of solid black */
.cabin-section ul.facilitie-wrapper {
    padding: 0 16px 14px;
    gap: 8px;
    margin: 0;
}
.cabin-section ul.facilitie-wrapper li.facilitie-item {
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    width: 32px;
    height: 32px;
    margin-right: 0;
    margin-bottom: 0;
}
.cabin-section ul.facilitie-wrapper li.facilitie-item i {
    color: #4b5563;
    font-size: 12px;
}
.cabin-section ul.facilitie-wrapper li.facilitie-item:hover {
    background: #f52f6e;
    border-color: #f52f6e;
}
.cabin-section ul.facilitie-wrapper li.facilitie-item:hover i {
    color: #fff;
}
.cabin-section ul.facilitie-wrapper li.facilitie-item:hover span.tooltip {
    bottom: calc(100% + 7px);
    opacity: 1;
    z-index: 1;
}

/* ── Trips card inside col-8 (alongside map in col-4) ─────── */
.content .col-8 .trip-wrapper {
    gap: 16px;
}
.content .col-8 .trip-item {
    width: calc(33.333% - 11px);
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}
.content .col-8 .trip-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}
.content .col-8 .slid-img {
    border-radius: 0;
}
.content .col-8 .trip-content {
    padding: 12px 14px 10px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.content .col-8 .trip-content h3.sub-heading {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    line-height: 1.3;
    margin-bottom: 2px;
}
.content .col-8 .trip-content p.trip-date {
    font-size: 12px;
    color: #9ca3af;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}
.content .col-8 .heading-link:hover {
    color: #f52f6e;
}
.content .col-8 .slid-img {
    position: relative;
}
.content .col-8 .slid-img::after {
    content: 'View \2192';
    position: absolute;
    bottom: 12px;
    right: 14px;
    background: rgba(245, 47, 110, 0.92);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 13px;
    border-radius: 20px;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    pointer-events: none;
    letter-spacing: 0.2px;
}
.content .col-8 .trip-item:hover .slid-img::after {
    opacity: 1;
    transform: translateY(0);
}
@media (max-width: 900px) {
    .content .col-8 .trip-item { width: calc(50% - 8px); }
}
@media (max-width: 560px) {
    .content .col-8 .trip-item { width: 100%; }
}

/* ── Trips page pagination ─────────────────────────────────── */
/* A single full-width flex child so the parent .container's own
   `display:flex; justify-content:space-between` (reset.css) can't
   split the buttons and the "Showing X of Y" text apart. */
.solo-pagination-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
    padding: 12px 16px;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
}
.solo-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: wrap;
}
.solo-pagination a,
.solo-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #e5e7eb;
    color: #374151;
    background: #fff;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.solo-pagination a:hover {
    background: #f52f6e;
    border-color: #f52f6e;
    color: #fff;
}
.solo-pagination span.active {
    background: #f52f6e;
    border-color: #f52f6e;
    color: #fff;
    cursor: default;
}
.solo-pagination span.disabled {
    color: #d1d5db;
    cursor: default;
    pointer-events: none;
}
.solo-pag-info {
    text-align: right;
    font-size: 13px;
    color: #9ca3af;
    margin: 0;
    white-space: nowrap;
}