/* =========================================================
   FINAL CTA — PACKAGES (Premium, Calm)
========================================================= */

.hn-final-cta {
    padding-top: 100px;
}

.hn-final-cta-card {
    background: linear-gradient(
        180deg,
        #ffffff 0%,
        #fafafa 100%
    );
    border-radius: var(--hn-radius-lg);
    padding: 44px 32px;
    text-align: center;
    box-shadow: var(--hn-shadow-lg);
    border: 1px solid var(--hn-border-soft);
}

.hn-final-cta-title {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}

.hn-final-cta-subtitle {
    color: var(--hn-text-muted);
    font-size: 15px;
    max-width: 520px;
    margin: 0 auto 32px;
    line-height: 1.6;
}

.hn-final-cta-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}

/* WhatsApp primary */
.hn-final-cta-wa {
    display: inline-flex;
    gap: 10px;
    padding: 14px 26px;
    font-size: 15px;
}

/* Call icon button */
.hn-final-cta-call {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid var(--hn-border-soft);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--hn-primary);
    background: #fff;
    transition: 0.25s ease;
}

.hn-final-cta-call:hover {
    background: var(--hn-primary-bg-soft);
    transform: translateY(-2px);
}


/* =========================================================
   PACKAGES HERO — PREMIUM, AIRY, CALM
   (Service-level overrides only)
========================================================= */

.hn-packages-hero {
    padding-bottom: 120px; /* reduced slightly for balance */
}

/* ---------------------------------------------------------
   CTA CARD — LIGHTER VISUAL MASS
--------------------------------------------------------- */

.hn-packages-hero .hn-hero-cta-card {
    margin-top: 28px;
    padding: 24px 26px;
    max-width: 440px;
}

/* CTA title refinement */
.hn-packages-hero .hn-hero-cta-title {
    font-size: 18px;
    margin-bottom: 14px;
    opacity: 0.95;
}

/* ---------------------------------------------------------
   CALL ICON — MORE ELEGANT, LESS LOUD
--------------------------------------------------------- */

.hn-hero-call-btn {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.28);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
    transition: 0.22s ease;
}

.hn-hero-call-btn:hover {
    background: rgba(255,255,255,0.24);
    transform: translateY(-1px);
}

/* ---------------------------------------------------------
   TRUST CHIPS — SUPPORTIVE, NOT DOMINANT
--------------------------------------------------------- */

.hn-packages-hero .hn-hero-trust {
    margin-top: 32px;
    gap: 10px;
}

.hn-packages-hero .hn-hero-trust-item {
    font-size: 12.5px;
    padding: 8px 14px;
    opacity: 0.88;
}

/* =========================================================
   MOBILE DENSITY CONTROL (CRITICAL)
========================================================= */

@media (max-width: 480px) {

    /* Reduce overall vertical pressure */
    .hn-packages-hero {
        padding-bottom: 96px;
    }

    /* Subtitle calming */
    .hn-packages-hero .hn-hero-support {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 20px;
        opacity: 0.85;
    }

    /* CTA card — less blocky */
    .hn-packages-hero .hn-hero-cta-card {
        padding: 18px 16px;
        margin-top: 22px;
    }

    .hn-packages-hero .hn-hero-cta-title {
        font-size: 16px;
        margin-bottom: 12px;
    }

    /* Trust chips — tighter + secondary */
    .hn-packages-hero .hn-hero-trust {
        margin-top: 24px;
        gap: 8px;
    }

    .hn-packages-hero .hn-hero-trust-item {
        font-size: 12px;
        padding: 7px 12px;
    }
}


.hn-hero-support{font-size: clamp(15px, 4vw, 10px);}

/* =========================================================
   FAQ — PACKAGES (Editorial Blocks)
========================================================= */

.hn-faq-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    margin-top: 28px;
}

/* FAQ item */
.hn-faq-item {
    box-shadow: var(--hn-shadow-sm);
    border-radius: var(--hn-radius-lg);
}

/* Question */
.hn-faq-question {
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
    color: var(--hn-text-main);
    letter-spacing: -0.015em;
}

/* Answer */
.hn-faq-answer {
    font-size: 14px;
    color: var(--hn-text-soft);
    line-height: 1.7;
}

/* Mobile */
@media (max-width: 768px) {
    .hn-faq-list {
        grid-template-columns: 1fr;
    }
}


/* =========================================================
   EXPERIENCE ICON GRID — VEHICLES (NO CARDS, NO SLIDER)
   Light • Informational • Fast scanning
========================================================= */

.hn-exp-icons {
    background: linear-gradient(
        180deg,
        var(--hn-bg-soft) 0%,
        #ffffff 100%
    );
}

/* Group wrapper */
.hn-exp-group {
    margin-top: 36px;
}

/* Group title */
.hn-exp-group-title {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 18px;
    color: var(--hn-text-main);
}

/* =========================================================
   ICON GRID
========================================================= */

.hn-exp-icon-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px 16px;
    text-align: center;
}

/* Individual item */
.hn-exp-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

/* Only for stay-style circles */
.hn-exp-group[data-type="stay"] .hn-exp-icon-image::after {
    inset: 8px;
}

/* Rounded image */
.hn-exp-icon-image {
    width: 92px;
    height: 92px;
    border-radius: 50px;
    background-color: var(--hn-bg-soft);
    border: 1px solid var(--hn-border-soft);
    box-shadow: var(--hn-shadow-sm);

    /* canvas behavior */
    position: relative;
    overflow: hidden;
    box-shadow:
        0 10px 24px rgba(0,0,0,0.08),
        inset 0 0 0 1px rgba(255,255,255,0.55);
}

/* Inner image layer */
.hn-exp-icon-image::after {
    content: "";
    position: absolute;
    inset: 0px; /* 👈 controls image padding */
    background-image: inherit;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; /* 👈 critical */
}


/* Title below */
.hn-exp-icon-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--hn-text-main);
    line-height: 1.35;
    max-width: 120px;
}

.hn-exp-icon-title {
    font-size: 14px;
    font-weight: 500;              /* ↓ from 600–700 */
    letter-spacing: -0.01em;
    /*color: var(--hn-text-main);*/
    color: #333;
}

.hn-exp-group-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}
.hn-exp-group-title::after {
    content: "";
    display: block;
    width: 36px;
    height: 3px;
    margin-top: 8px;
    border-radius: 2px;
    background: var(--hn-primary);
}

/* =========================================================
   Responsive tuning
========================================================= */

@media (min-width: 768px) {
    .hn-exp-icon-grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 26px;
    }

    .hn-exp-icon-image {
        width: 104px;
        height: 104px;
        border-radius: 30px;
    }

    .hn-exp-icon-title {
        font-size: 15px;
    }
}




/* =========================================================
   DESTINATION SELECTOR — KERALA (Guided Choice)
========================================================= */

.hn-destination-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    margin-top: 28px;
}

/* Card */
.hn-destination-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px;
    background: #fff;
    border-radius: var(--hn-radius-lg);
    border: 1px solid var(--hn-border-soft);
    box-shadow: var(--hn-shadow-sm);
    transition: 0.3s ease;
    color: inherit;
}

.hn-destination-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--hn-shadow-md);
}

/* Image */
.hn-destination-image {
    width: 96px;
    flex-shrink: 0;
    aspect-ratio: 4 / 3;
    border-radius: var(--hn-radius-md);
    background-size: cover;
    background-position: center;
}

/* Content */
.hn-destination-content {
    flex: 1;
}

.hn-destination-title {
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 6px;
    letter-spacing: -0.02em;
}

.hn-destination-note {
    font-size: 14px;
    color: var(--hn-text-soft);
    line-height: 1.6;
}

/* Arrow */
.hn-destination-arrow {
    color: var(--hn-primary);
    font-size: 16px;
    opacity: 0.9;
}

/* Mobile */
@media (max-width: 768px) {
    .hn-destination-grid {
        grid-template-columns: 1fr;
    }
}


/* ------font alterations----*/
.hn-section-title {font-family: "Poiret One", sans-serif;font-weight: 400; }
