*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #102a43;
    background: #f5f7fa;
    line-height: 1.6;
    transition: background 0.3s ease, color 0.3s ease;
}

/* utility */
.container {
    width: 90%;
    max-width: 1120px;
    margin: 0 auto;
}

.section {
    padding: 4rem 0;
}

.section-alt {
    background: #ffffff;
    transition: background 0.3s ease;
}

.section-heading {
    text-align: center;
    margin-bottom: 2.5rem;
}

.section-heading h2 {
    font-size: 2rem;
    margin-bottom: 0.75rem;
}

.section-heading p {
    max-width: 650px;
    margin: 0 auto;
    color: #627d98;
}

.btn {
    display: inline-block;
    padding: 0.75rem 1.4rem;
    border-radius: 999px;
    border: none;
    outline: none;
    cursor: pointer;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.btn.primary {
    background: linear-gradient(135deg, #1b8a5a, #0b5b39);
    color: #fff;
    box-shadow: 0 10px 25px rgba(16, 112, 79, 0.3);
}

.btn.primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(16, 112, 79, 0.4);
}

.btn.secondary {
    background: #f0f4f8;
    color: #0b5b39;
}

.btn.secondary:hover {
    background: #d9e2ec;
}

.btn.ghost {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: #fff;
}

.btn.ghost:hover {
    background: rgba(255, 255, 255, 0.12);
}

.btn.full-width {
    width: 100%;
}

.highlight {
    color: #0b5b39;
    font-weight: 600;
}

/* language display */
[data-lang] {
    display: inline;
}

body.lang-en [data-lang="hi"] {
    display: none !important;
}

body.lang-hi [data-lang="en"] {
    display: none !important;
}

/* Header */
.header {
    position: sticky;
    top: 0;
    z-index: 300;
    /* 🔥 MUST be higher than backdrop */
    background: rgba(10, 25, 47, 0.9);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}



.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.7rem 0;
}

.logo {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    text-decoration: none;
}

.logo-main {
    font-weight: 600;
    color: #fdfdfd;
    letter-spacing: 0.03em;
}

.logo-sub,
.logo-sub-hi {
    font-size: 0.7rem;
    color: #d9e2ec;
}

.nav {
    display: flex;
    gap: 1.1rem;
}

.nav a {
    color: #d9e2ec;
    text-decoration: none;
    font-size: 0.84rem;
    transition: color 0.15s ease;
}

.nav a:hover {
    color: #fff;
}

.header-actions {
    display: flex;
    gap: 0.6rem;
    align-items: center;
}

/* language toggle */
.lang-toggle {
    display: flex;
    border-radius: 999px;
    padding: 0.1rem;
    border: 1px solid rgba(148, 163, 184, 0.7);
    background: rgba(15, 23, 42, 0.6);
}

.lang-btn {
    border: none;
    background: transparent;
    padding: 0.18rem 0.5rem;
    font-size: 0.78rem;
    cursor: pointer;
    color: #e5e7eb;
    border-radius: 999px;
    transition: background 0.2s ease, color 0.2s ease;
}

.lang-btn.active {
    background: #e5e7eb;
    color: #020617;
}

/* Backdrop behind mobile nav */
.nav-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    z-index: 180;
    /* BELOW nav, ABOVE page */
}


.nav-backdrop.show {
    opacity: 1;
    pointer-events: auto;
}


/* theme toggle */
.nav-toggle {
    display: none;
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
}

.theme-toggle {
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: rgba(15, 23, 42, 0.3);
    padding: 0.3rem 0.6rem;
    cursor: pointer;
    font-size: 1rem;
    color: #fff;
    transition: background 0.2s ease, transform 0.1s ease;
}

.theme-toggle:hover {
    background: rgba(15, 23, 42, 0.6);
    transform: translateY(-1px);
}

/* Hero */
.hero {
    position: relative;
    min-height: 85vh;
    color: #fff;
    background-image: url("https://images.pexels.com/photos/247431/pexels-photo-247431.jpeg?auto=compress&cs=tinysrgb&w=1600");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.hero .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(3, 26, 21, 0.8), rgba(4, 46, 32, 0.85));
    transition: background 0.3s ease;
}

.hero-content {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(0, 1.1fr);
    gap: 2.5rem;
    padding: 5rem 0 4rem;
}

.hero-text {
    opacity: 0;
    transform: translateY(25px);
    animation: fadeInUp 1s ease-out forwards;
}

.hero-text h1 {
    font-size: clamp(2.1rem, 3.2vw, 2.8rem);
    margin-bottom: 1rem;
}

.subheading-hi {
    font-size: 0.9em;
    font-weight: 400;
    display: block;
    margin-top: 0.3rem;
}

.hero-text p {
    max-width: 540px;
    color: #edf2ff;
    margin-bottom: 1.5rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.hero-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.82rem;
}

.hero-highlights span {
    background: rgba(15, 63, 42, 0.8);
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
}

/* Hero gallery (replaces hero-card on desktop) */
.hero-gallery {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 1.2rem;
    padding: 0.6rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
    opacity: 0;
    transform: translateY(25px);
    animation: fadeInUp 1s ease-out 0.15s forwards;
}

.hero-gallery-main {
    position: relative;
    border-radius: 1.1rem;
    overflow: hidden;
    background: rgba(15, 23, 42, 0.9);
}

.hero-gallery-main img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    transition: transform 0.7s ease;
}

.hero-gallery-main:hover img {
    transform: scale(1.03);
}


.hero-gallery-caption {
    position: absolute;
    left: 0.8rem;
    bottom: 0.8rem;
    right: 0.8rem;
    font-size: 0.85rem;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.65),
            transparent);
    padding: 0.5rem 0.7rem 0.4rem;
    color: #e5e7eb;
    border-radius: 0.9rem;
}

/* Navigation arrows */
.hero-gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    border: none;
    background: rgba(15, 23, 42, 0.85);
    color: #e5e7eb;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: background 0.2s ease, transform 0.1s ease;
}

.hero-gallery-nav:hover {
    background: rgba(30, 64, 175, 0.9);
    transform: translateY(-50%) scale(1.05);
}

.hero-gallery-prev {
    left: 0.5rem;
}

.hero-gallery-next {
    right: 0.5rem;
}

/* Dots under gallery */
.hero-gallery-dots {
    display: flex;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.4rem 0.2rem 0.1rem;
}

.hero-gallery-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    border: none;
    background: rgba(148, 163, 184, 0.7);
    cursor: pointer;
    padding: 0;
    transition: transform 0.15s ease, background 0.15s ease, width 0.15s ease;
}

.hero-gallery-dot.active {
    width: 18px;
    background: #22c55e;
    transform: translateY(-1px);
}

.hero-image {
    opacity: 1;
    transition: opacity 0.4s ease;
}

.hero-image.fade-out {
    opacity: 0;
}


/* Dark theme tweak */
body.dark-theme .hero-gallery {
    background: rgba(15, 23, 42, 0.9);
}


/* Cards general */
.cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.8rem;
}

.card {
    background: #ffffff;
    border-radius: 1.25rem;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.3s ease;
}

.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.16);
}

.card-image {
    height: 190px;
    background-size: cover;
    background-position: center;
}

/* Package images */
.card-image-morning {
    background-image: url("https://images.pexels.com/photos/1526405/pexels-photo-1526405.jpeg?auto=compress&cs=tinysrgb&w=1600");
}

.card-image-evening {
    background-image: url("images/packages/evening-safari.jpg");
}


/* Portfolio images */
.portfolio-img-1 {
    background-image: url("https://images.pexels.com/photos/417074/pexels-photo-417074.jpeg?auto=compress&cs=tinysrgb&w=1600");
}

.portfolio-img-2 {
    background-image: url("https://images.pexels.com/photos/417142/pexels-photo-417142.jpeg?auto=compress&cs=tinysrgb&w=1600");
}

.portfolio-img-3 {
    background-image: url("https://images.pexels.com/photos/247376/pexels-photo-247376.jpeg?auto=compress&cs=tinysrgb&w=1600");
}

.card-body {
    padding: 1.3rem 1.4rem 1.5rem;
}

.card-body h3 {
    margin-bottom: 0.4rem;
}

.price {
    font-weight: 600;
    color: #0b5b39;
    margin-bottom: 0.7rem;
}

.card-list {
    list-style: none;
    font-size: 0.9rem;
    color: #52606d;
    margin-bottom: 1.1rem;
}

.card-list li+li {
    margin-top: 0.3rem;
}

/* Portfolio note */
.portfolio-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);
    gap: 2rem;
    align-items: flex-start;
}

.portfolio-photo img {
    width: 100%;
    max-width: 260px;
    border-radius: 1.5rem;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.35);
    display: block;
    object-fit: cover;
}

.portfolio-details h3 {
    margin-bottom: 0.6rem;
}

.portfolio-details p {
    color: #52606d;
    margin-bottom: 1.2rem;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.portfolio-block {
    background: #f5f7fa;
    border-radius: 1rem;
    padding: 0.9rem 1rem;
    font-size: 0.9rem;
}

.portfolio-block h4 {
    margin-bottom: 0.4rem;
}

.portfolio-block ul {
    list-style: none;
    color: #52606d;
}

.portfolio-block li+li {
    margin-top: 0.25rem;
}

/* Dark theme tweak */
body.dark-theme .portfolio-block {
    background: #020617;
}


/* Booking */
.booking-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
    gap: 2rem;
    align-items: flex-start;
}

.booking-form {
    background: #fdfdfd;
    padding: 1.5rem;
    border-radius: 1.25rem;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.06);
    transition: background 0.3s ease;
}

.form-group {
    margin-bottom: 1rem;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

label {
    display: block;
    font-size: 0.85rem;
    margin-bottom: 0.3rem;
    color: #52606d;
}

input,
select,
textarea {
    width: 100%;
    padding: 0.6rem 0.7rem;
    border-radius: 0.7rem;
    border: 1px solid #cbd2d9;
    font-family: inherit;
    font-size: 0.9rem;
    outline: none;
    transition: border 0.15s ease, box-shadow 0.15s ease, background 0.3s ease, color 0.3s ease;
    background: #ffffff;
}

input:focus,
select:focus,
textarea:focus {
    border-color: #1b8a5a;
    box-shadow: 0 0 0 1px rgba(27, 138, 90, 0.25);
}

textarea {
    resize: vertical;
}

.form-note {
    margin-top: 0.75rem;
    font-size: 0.85rem;
    color: #829ab1;
}

.booking-info h3 {
    margin-bottom: 0.75rem;
}

.booking-info ul {
    list-style: none;
    font-size: 0.9rem;
    color: #52606d;
    margin-bottom: 1.1rem;
}

.booking-info li+li {
    margin-top: 0.3rem;
}

.info-box {
    background: #e3f9e5;
    border-radius: 1rem;
    padding: 1rem;
    font-size: 0.9rem;
    color: #1c4532;
    transition: background 0.3s ease, color 0.3s ease;
}

/* About */
.about-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
    gap: 2.5rem;
    align-items: center;
}

.about-text p {
    margin-bottom: 0.8rem;
    color: #52606d;
}

.about-list {
    list-style: none;
    margin-top: 0.4rem;
    color: #52606d;
    font-size: 0.95rem;
}

.about-list li+li {
    margin-top: 0.35rem;
}

.about-image-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 120px 120px;
    gap: 0.6rem;
}

.about-img {
    border-radius: 1rem;
    background-size: cover;
    background-position: center;
}

.about-img-1 {
    grid-column: 1 / 3;
    background-image: url("https://images.pexels.com/photos/247431/pexels-photo-247431.jpeg?auto=compress&cs=tinysrgb&w=1600");
}

.about-img-2 {
    background-image: url("images/about/about-2.jpeg");
}

.about-img-3 {
    background-image: url("images/about/about-3.jpg");
}

/* Reviews */
.reviews .card {
    min-height: 150px;
}

.review-text {
    font-size: 0.95rem;
    color: #334e68;
    margin-bottom: 0.55rem;
}

.review-name {
    font-size: 0.85rem;
    color: #829ab1;
}




/* ===============================
   SGX GALLERY – NO CROP, NO BOBBLE
   =============================== */

.sgx-stage {
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 12px;

    display: flex;             /* 🔥 key */
    align-items: center;       /* vertical center */
    justify-content: center;   /* horizontal center */
}

/* IMPORTANT: remove any other height rules */
#sgxImage {
    /*max-width: 100%;*/
    /*max-height: 100%;*/
    width: auto;
    height: auto;

    object-fit: contain;       /* 🔥 no cropping */
    display: block;
}





/* TEXT BELOW IMAGE */
.gallery-slide-info {
    margin-top: 0.8rem;
    padding: center;
}

.gallery-slide-caption {
    font-size: 0.95rem;
    color: #e5e7eb;
}

.gallery-slide-meta {
    font-size: 0.75rem;
    color: #9ca3af;
}

/* NAVIGATION ARROWS */
.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.85);
    color: #e5e7eb;
    border: none;
    cursor: pointer;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-prev {
    left: 0.6rem;
}

.gallery-next {
    right: 0.6rem;
}

.gallery-nav:hover {
    background: rgba(34, 197, 94, 0.95);
}

/* DOTS */
.gallery-dots {
    display: flex;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 0.8rem;
}

.gallery-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #6b7280;
    border: none;
    cursor: pointer;
}

.gallery-dot.active {
    width: 18px;
    background: #22c55e;
}

/* MOBILE */
@media (max-width: 768px) {
    #galleryMainImage {
        max-height: 260px;
    }

    .gallery-slide-caption {
        font-size: 0.85rem;
    }
}



/* Review form */
.review-form-wrapper {
    margin-top: 2.5rem;
}

.review-form-wrapper h3 {
    margin-bottom: 0.5rem;
}

/* FAQ */
.faq-list {
    max-width: 720px;
    margin: 0 auto;
}

details {
    background: #ffffff;
    border-radius: 0.9rem;
    margin-bottom: 0.7rem;
    padding: 0.8rem 1rem;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
    transition: background 0.3s ease, color 0.3s ease;
}

summary {
    cursor: pointer;
    font-weight: 500;
    list-style: none;
}

summary::-webkit-details-marker {
    display: none;
}

details p {
    margin-top: 0.6rem;
    font-size: 0.9rem;
    color: #52606d;
}

/* Contact */
.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
    gap: 2rem;
    align-items: flex-start;
}

.contact-list {
    list-style: none;
    margin: 1rem 0;
    color: #52606d;
    font-size: 0.95rem;
}

.contact-list li+li {
    margin-top: 0.3rem;
}

.map-box {
    background: #0b5b39;
    color: #e6fffa;
    border-radius: 1.25rem;
    padding: 1.25rem;
    font-size: 0.9rem;
    transition: background 0.3s ease, color 0.3s ease;
}

.map-note {
    opacity: 0.9;
}

/* Footer */
.footer {
    background: #0b1120;
    color: #9fb3c8;
    padding: 1.5rem 0 2rem;
    font-size: 0.8rem;
    transition: background 0.3s ease, color 0.3s ease;
}

.footer-inner {
    text-align: center;
}

.footer-note {
    margin-top: 0.5rem;
    color: #7b8794;
}

/* Simple card animation */
.card-animated {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.9s ease forwards;
}

.cards .card-animated:nth-child(1) {
    animation-delay: 0.05s;
}

.cards .card-animated:nth-child(2) {
    animation-delay: 0.12s;
}

.cards .card-animated:nth-child(3) {
    animation-delay: 0.19s;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(25px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Dark theme */
body.dark-theme {
    background: #020617;
    color: #e5e7eb;
}

body.dark-theme .section-alt {
    background: #020617;
}

body.dark-theme .section-heading p,
body.dark-theme .booking-info ul,
body.dark-theme .about-text p,
body.dark-theme .about-list,
body.dark-theme .review-text,
body.dark-theme .contact-list,
body.dark-theme details p,
body.dark-theme .portfolio-note {
    color: #cbd5f5;
}

body.dark-theme .hero .overlay {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(2, 44, 34, 0.9));
}

body.dark-theme .card,
body.dark-theme .booking-form,
body.dark-theme details {
    background: #020617;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.7);
}

body.dark-theme .card-list,
body.dark-theme .price {
    color: #e5e7eb;
}

body.dark-theme .price {
    color: #6ee7b7;
}

body.dark-theme input,
body.dark-theme select,
body.dark-theme textarea {
    background: #020617;
    border-color: #1f2937;
    color: #e5e7eb;
}

body.dark-theme input::placeholder,
body.dark-theme textarea::placeholder {
    color: #6b7280;
}

body.dark-theme .info-box {
    background: #022c22;
    color: #bbf7d0;
}

body.dark-theme .map-box {
    background: #022c22;
    color: #ccfbf1;
}

body.dark-theme .footer {
    background: #000000;
    color: #cbd5f5;
}

body.dark-theme .footer-note {
    color: #9ca3af;
}

/* Dark theme – Softer style for Review Submit Button */
body.dark-theme #reviewForm .btn.secondary {
    background: #0b5b39;
    /* same green tone used across site */
    color: #ffffff;
    border: none;
    transition: background 0.2s ease, transform 0.15s ease;
}

body.dark-theme #reviewForm .btn.secondary:hover {
    background: #128a5a;
    /* subtle dark hover (same as other green buttons) */
    transform: translateY(-2px);
}



/* Scroll UP */

.scroll-top-btn {
    position: fixed;
    right: 1.3rem;
    bottom: 1.3rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    border: none;
    background: #0b5b39;
    color: #ffffff;
    font-size: 1.3rem;
    cursor: pointer;
    display: none;
    /* hidden by default */
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(16, 112, 79, 0.4);
    z-index: 120;
    transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.scroll-top-btn.show {
    display: flex;
    opacity: 1;
}

.scroll-top-btn:hover {
    transform: translateY(-2px);
    background: #128a5a;
}

/* Dark theme */
body.dark-theme .scroll-top-btn {
    background: #16a34a;
}


/* Responsive */
@media (max-width: 960px) {

    .hero-content,
    .booking-layout,
    .about-layout,
    .contact-layout,
    .cards {
        grid-template-columns: 1fr;
    }

    .hero {
        min-height: 80vh;
    }

    .hero-gallery {
        order: -1;
    }

    /* Stack photo and details vertically on mobile */
    .portfolio-layout {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        align-items: flex-start;
    }

    /* Center Kapil's photo */
    .portfolio-photo {
        display: flex;
        justify-content: center;
        padding-right: 1rem;
    }

    .portfolio-photo img {
        max-width: 220px;
        width: 70%;
    }
}

@media (max-width: 768px) {

    /* HEADER + NAV (MOBILE) */
    .header-inner {
        padding: 0.6rem 0;
        position: relative;
        /* needed for absolute nav */
    }

    .nav {
        position: absolute;
        top: 100%;
        right: 0;
        background: rgba(10, 25, 47, 0.97);
        flex-direction: column;
        padding: 0.75rem 1.1rem 0.9rem;
        border-radius: 0 0 0 1rem;
        min-width: 210px;

        /* animation-friendly hiding */
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transform: translateY(-8px);
        pointer-events: none;
        transition: max-height 0.25s ease, opacity 0.2s ease, transform 0.2s ease;
        z-index: 220;
        box-shadow: 0 16px 35px rgba(15, 23, 42, 0.6);
    }

    .nav a {
        padding: 0.35rem 0;
    }

    .nav.show {
        max-height: 400px;
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .nav-toggle {
        display: block;
        /* show ☰ icon on mobile */
    }

    /* HERO LAYOUT & SPACING (MOBILE) */
    .hero {
        min-height: 80vh;
        padding-top: 0.8rem;
    }

    .hero-content {
        padding-top: 1.2rem !important;
    }

    /* Smaller, centered heading */
    .hero-text h1 {
        font-size: 1.65rem;
        line-height: 1.2;
        text-align: center;
        margin-top: 0.6rem;
        /* space after gallery */
        margin-bottom: 0.4rem;
        /* above buttons */
    }

    .hero-text {
        text-align: center;
        margin-bottom: 0.3rem;
    }

    /* Hide extra text to keep hero clean */
    .hero-text p,
    .hero-highlights {
        display: none;
    }

    /* Hero buttons – side by side, perfectly centered */
    .hero-actions {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
        flex-wrap: nowrap;
        margin-top: 0.3rem;
        margin-bottom: 0.4rem;
    }

    .hero-actions .btn {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 2.3rem;
        font-size: 0.8rem;
        padding: 0.5rem 0.4rem;
        line-height: 1;
        text-align: center;
    }

    /* FORM STACKING */
    .form-row {
        grid-template-columns: 1fr;
    }

    /* PORTFOLIO MOBILE IMPROVEMENTS */
    #portfolio .section-heading h2,
    #portfolio .section-heading p {
        text-align: center;
    }

    .portfolio-details p {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .portfolio-block {
        padding: 0.75rem 0.85rem;
        font-size: 0.85rem;
        border-radius: 0.9rem;
        margin-bottom: 0.4rem;
    }

    .portfolio-block h4 {
        font-size: 0.9rem;
        margin-bottom: 0.35rem;
    }

    .portfolio-block ul {
        padding-left: 0;
    }

    .portfolio-block li+li {
        margin-top: 0.2rem;
    }

    .portfolio-note {
        font-size: 0.8rem;
        margin-top: 0.6rem;
    }
}



@media (max-width: 480px) {
    .hero-text h1 {
        font-size: 1.8rem;
    }

    .section {
        padding: 3rem 0;
    }
}

/* ================================
   FINAL POLISH – SPACING & COLORS
   (Paste at bottom of style.css)
   ================================ */

/* Section titles a bit sharper */
.section-heading h2 {
    letter-spacing: 0.03em;
    font-weight: 600;
}

.section-heading p {
    font-size: 0.95rem;
}

/* Slightly softer body text color */
.about-text p,
.booking-info ul,
.contact-list,
.review-text,
.portfolio-details p {
    color: #475569;
}

body.dark-theme .about-text p,
body.dark-theme .booking-info ul,
body.dark-theme .contact-list,
body.dark-theme .review-text,
body.dark-theme .portfolio-details p {
    color: #cbd5f5;
}

/* Global section spacing – a bit more air on desktop */
@media (min-width: 960px) {
    .section {
        padding: 4.5rem 0;
    }
}

/* Hero polish: tighter text block, nicer spacing */
.hero-text p {
    max-width: 520px;
    margin-bottom: 1.3rem;
}

.hero-actions .btn {
    font-size: 0.9rem;
    padding: 0.7rem 1.3rem;
}

/* Cards: slightly softer edges & borders in light mode */
.card,
.booking-form,
.details {
    border: 1px solid rgba(148, 163, 184, 0.25);
}

body.dark-theme .card,
body.dark-theme .booking-form,
body.dark-theme details {
    border-color: #111827;
}

/* Review cards: a bit more padding & separation */
.reviews .card {
    padding-top: 0.8rem;
    padding-bottom: 0.9rem;
}

.review-text {
    margin-bottom: 0.4rem;
    line-height: 1.55;
}

.review-name {
    font-size: 0.82rem;
}

/* Portfolio mobile refinement */
@media (max-width: 768px) {
    .portfolio-layout {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .portfolio-photo {
        text-align: center;
    }

    .portfolio-photo img {
        max-width: 220px;
        margin: 0 auto;
    }

    .portfolio-grid {
        gap: 0.8rem;
    }
}

/* FAQ: make each block a little softer */
details {
    border-radius: 1rem;
    padding: 0.85rem 1.1rem;
}

summary {
    font-size: 0.9rem;
}

details p {
    margin-top: 0.5rem;
    font-size: 0.88rem;
}

/* Buttons – keep them consistent & a bit calmer */
.btn {
    font-size: 0.9rem;
    line-height: 1.2;
}

.btn.secondary {
    background: #e5edf5;
    color: #0b5b39;
}

.btn.secondary:hover {
    background: #d0deec;
}

body.dark-theme .btn.secondary {
    background: #020617;
    color: #e5e7eb;
    border: 1px solid #1f2937;
}

body.dark-theme .btn.secondary:hover {
    background: #030712;
}

/* Contact box – slightly softer text */
.map-box {
    font-size: 0.88rem;
    line-height: 1.55;
}

/* Footer – reduce text crowding */
.footer-inner p {
    margin-bottom: 0.2rem;
}

/* ================================
   HORIZONTAL REVIEWS CAROUSEL
   ================================ */

.reviews-carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.reviews-carousel {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex: 1;
}

/* Hide ugly scrollbar on mobile */
.reviews-carousel::-webkit-scrollbar {
    display: none;
}

.reviews-carousel {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-behavior: smooth;
    width: 100%;
}

/* Review cards inside the slider */
.reviews-carousel .card {
    min-width: 260px;
    max-width: 260px;
    flex-shrink: 0;
    padding: 1rem 1.2rem;
    border-radius: 1rem;
}

/* ================================
   REVIEW SCROLL ARROWS – MODERN UI
   ================================ */

.reviews-carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Minimal arrow button */
.review-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 50%;
    border: 1px solid rgba(148, 163, 184, 0.4);
    background: rgba(255, 255, 255, 0.9);
    color: #0b5b39;
    font-size: 1.15rem;
    font-weight: 500;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.15);
    backdrop-filter: blur(6px);
    z-index: 10;

    transition:
        background 0.2s ease,
        color 0.2s ease,
        transform 0.15s ease,
        box-shadow 0.15s ease;
}

/* Position */
.review-prev {
    left: -0.8rem;
}

.review-next {
    right: -0.8rem;
}

/* Hover – subtle, premium */
.review-arrow:hover {
    background: #0b5b39;
    color: #ffffff;
    transform: translateY(-50%) scale(1.08);
    box-shadow: 0 10px 26px rgba(16, 112, 79, 0.35);
}

/* Active (tap feedback) */
.review-arrow:active {
    transform: translateY(-50%) scale(0.95);
}

/* Mobile – even lighter */
@media (max-width: 768px) {
    .review-arrow {
        width: 1.9rem;
        height: 1.9rem;
        font-size: 1.05rem;
    }

    .review-prev {
        left: -0.4rem;
    }

    .review-next {
        right: -0.4rem;
    }
}

/* Dark theme */
body.dark-theme .review-arrow {
    background: rgba(2, 6, 23, 0.85);
    color: #6ee7b7;
    border-color: rgba(110, 231, 183, 0.25);
}

body.dark-theme .review-arrow:hover {
    background: #16a34a;
    color: #ffffff;
}

body.dark-theme input[type="date"] {
    color-scheme: dark;
}

/* ===== CLEAN GALLERY FIX ===== */

.gallery-slide-main {
    position: relative;
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    background: #020617;
    border-radius: 1.2rem;
    overflow: hidden;
}

#galleryMainImage {
    width: 100%;
    height: auto;
    max-height: 70vh;
    object-fit: contain;
    /* FULL IMAGE VISIBLE */
    display: block;
    margin: 0 auto;
    background: #020617;
}

/* TEXT BELOW IMAGE */
.gallery-info-below {
    text-align: center;
    padding: 0.8rem 0.5rem;
}

.gallery-name {
    font-size: 0.85rem;
    font-weight: 600;
    color: #22c55e;
    margin-bottom: 0.2rem;
}

.gallery-caption {
    font-size: 0.85rem;
    color: #e5e7eb;
}

/* Dark theme support */
body.dark-theme .gallery-caption {
    color: #cbd5f5;
}

/* =====================================
   SGX – ISOLATED SAFARI GALLERY
   (NO CSS CONFLICTS)
   ===================================== */

.sgx-gallery {
    max-width: 900px;
    max-height: 80vh;
    margin: 0 auto 3rem;
    text-align: center;
}

.sgx-stage {
    position: relative;
    background: #020617;
    border-radius: 1.2rem;
    padding: 0.6rem;
}


#sgxImage {
    max-width: 100%;
    max-height: 80vh;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    background: #020617;
}

/* TEXT BELOW IMAGE */
.sgx-info {
    padding: 0.8rem 0.4rem;
}

.sgx-name {
    font-size: 0.85rem;
    font-weight: 600;
    color: #22c55e;
    margin-bottom: 0.2rem;
}

.sgx-caption {
    font-size: 0.85rem;
    color: #334155;
}

body.dark-theme .sgx-caption {
    color: #cbd5f5;
}

/* NAV ARROWS */
.sgx-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 999px;
    border: none;
    background: rgba(15, 23, 42, 0.85);
    color: #e5e7eb;
    font-size: 1.4rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sgx-prev {
    left: 0.6rem;
}

.sgx-next {
    right: 0.6rem;
}

.sgx-nav:hover {
    background: #16a34a;
}

/* DOTS */
.sgx-dots {
    display: flex;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 0.6rem;
}

.sgx-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #6b7280;
    border: none;
    cursor: pointer;
}

.sgx-dot.active {
    width: 18px;
    background: #22c55e;
}

/* MOBILE */
@media (max-width: 768px) {
    #sgxImage {
        max-height: 55vh;
    }
}


/* =====================================
   SGX – FINAL SAFARI GALLERY (NO CROP)
   ===================================== */

.sgx-gallery {
    max-width: 900px;
    margin: 0 auto 3rem;
    text-align: center;
}

.sgx-stage {
    position: relative;
    width: 100%;
    height: 520px;              /* 🔥 fixed height = no bobble */
    background: #020617;
    border-radius: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* IMAGE – NEVER CROPS */
#sgxImage {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;        /* 🔥 full image always */
    display: block;
    margin: 0 auto;
    background: #020617;
}

/* TEXT BELOW IMAGE */
.sgx-info {
    padding: 0.8rem 0.4rem;
}

.sgx-name {
    font-size: 0.85rem;
    font-weight: 600;
    color: #22c55e;
    margin-bottom: 0.2rem;
}

.sgx-caption {
    font-size: 0.85rem;
    color: #334155;
}

body.dark-theme .sgx-caption {
    color: #cbd5f5;
}

/* NAV ARROWS */
.sgx-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 999px;
    border: none;
    background: rgba(15, 23, 42, 0.85);
    color: #e5e7eb;
    font-size: 1.4rem;
    cursor: pointer;
}

.sgx-prev { left: 0.6rem; }
.sgx-next { right: 0.6rem; }

.sgx-nav:hover {
    background: #16a34a;
}

/* DOTS */
.sgx-dots {
    display: flex;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 0.6rem;
}

.sgx-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #6b7280;
    border: none;
    cursor: pointer;
}

.sgx-dot.active {
    width: 18px;
    background: #22c55e;
}

/* MOBILE */
@media (max-width: 768px) {
    .sgx-stage {
        height: 320px;
    }
}
