/* =========================================================
   KALAPANI HOLIDAYS
   DESTINATION PAGES
   Havelock Island
   ========================================================= */


/* =========================================================
   HAVELOCK - TOP PLACES TO VISIT
   ========================================================= */

.kh-havelock-places {
    padding: 110px 0;
    background: #f6f9fd;
}

.kh-havelock-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}


/* =========================================================
   SECTION HEADING
   ========================================================= */

.kh-havelock-section-heading {
    max-width: 850px;
    margin: 0 auto 55px;
    text-align: center;
}

.kh-havelock-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: #10a9ed;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.kh-havelock-section-heading h2 {
    margin: 0 0 18px;
    color: #071b36;
    font-size: clamp(38px, 5vw, 58px);
    line-height: 1.08;
    font-weight: 800;
}

.kh-havelock-section-heading p {
    max-width: 780px;
    margin: 0 auto;
    color: #58708d;
    font-size: 18px;
    line-height: 1.8;
}


/* =========================================================
   PLACES GRID
   ========================================================= */

.kh-havelock-places-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}


/* =========================================================
   PLACE CARD
   ========================================================= */

.kh-havelock-place-card {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e2eaf2;
    border-radius: 24px;
    box-shadow: 0 15px 45px rgba(7, 27, 54, 0.07);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.kh-havelock-place-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 55px rgba(7, 27, 54, 0.12);
}


/* =========================================================
   PLACE IMAGE
   ========================================================= */

.kh-havelock-place-image {
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.kh-havelock-place-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.kh-havelock-place-card:hover .kh-havelock-place-image img {
    transform: scale(1.05);
}


/* =========================================================
   PLACE CONTENT
   ========================================================= */

.kh-havelock-place-content {
    padding: 30px;
}

.kh-havelock-place-number {
    display: block;
    margin-bottom: 8px;
    color: #10a9ed;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
}

.kh-havelock-place-content h3 {
    margin: 0 0 12px;
    color: #071b36;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
}

.kh-havelock-place-content p {
    margin: 0 0 20px;
    color: #60758e;
    font-size: 16px;
    line-height: 1.75;
}

.kh-havelock-place-highlight {
    padding-top: 18px;
    border-top: 1px solid #e5ebf1;
    color: #087fc1;
    font-size: 14px;
    font-weight: 700;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .kh-havelock-places {
        padding: 80px 0;
    }

    .kh-havelock-places-grid {
        grid-template-columns: 1fr;
    }

    .kh-havelock-place-image {
        height: 300px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .kh-havelock-container {
        width: min(100% - 30px, 1180px);
    }

    .kh-havelock-places {
        padding: 65px 0;
    }

    .kh-havelock-section-heading {
        margin-bottom: 35px;
    }

    .kh-havelock-section-heading h2 {
        font-size: 34px;
    }

    .kh-havelock-section-heading p {
        font-size: 16px;
        line-height: 1.7;
    }

    .kh-havelock-place-image {
        height: 230px;
    }

    .kh-havelock-place-content {
        padding: 24px;
    }

    .kh-havelock-place-content h3 {
        font-size: 24px;
    }
}

/* =========================================================
   DESTINATIONS LISTING PAGE
   /destinations/index.php
   ========================================================= */

.kh-destinations-page {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
}


/* =========================================================
   COMMON CONTAINER
   ========================================================= */

.kh-destinations-page .kh-destinations-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}


/* =========================================================
   HERO
   ========================================================= */

.kh-destinations-page .kh-destinations-hero {
    position: relative;
    padding: 120px 0;
    background:
        linear-gradient(
            135deg,
            #071b36 0%,
            #0b3558 55%,
            #087fc1 100%
        );
    color: #ffffff;
}


.kh-destinations-page .kh-destinations-hero-content {
    max-width: 820px;
}


.kh-destinations-page .kh-destinations-eyebrow,
.kh-destinations-page .kh-destinations-section-label {
    display: inline-block;
    margin-bottom: 14px;
    color: #10a9ed;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 3px;
    line-height: 1.4;
    text-transform: uppercase;
}


.kh-destinations-page .kh-destinations-hero h1 {
    margin: 0 0 22px;
    color: #ffffff;
    font-size: clamp(42px, 6vw, 72px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -1.5px;
}


.kh-destinations-page .kh-destinations-hero h1 span {
    color: #10a9ed;
}


.kh-destinations-page .kh-destinations-hero p {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 18px;
    line-height: 1.8;
}


/* =========================================================
   INTRO
   ========================================================= */

.kh-destinations-page .kh-destinations-intro {
    padding: 95px 0 55px;
    background: #ffffff;
}


.kh-destinations-page .kh-destinations-intro-content {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}


.kh-destinations-page .kh-destinations-intro h2,
.kh-destinations-page .kh-destinations-list-heading h2,
.kh-destinations-page .kh-destinations-cta-box h2 {
    margin: 0 0 18px;
    color: #071b36;
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1px;
}


.kh-destinations-page h2 span {
    color: #10a9ed;
}


.kh-destinations-page .kh-destinations-intro p,
.kh-destinations-page .kh-destinations-list-heading p,
.kh-destinations-page .kh-destinations-cta-box p {
    color: #58708d;
    font-size: 17px;
    line-height: 1.8;
}


/* =========================================================
   DESTINATION LIST
   ========================================================= */

.kh-destinations-page .kh-destinations-list {
    padding: 55px 0 100px;
    background: #f6f9fd;
}


.kh-destinations-page .kh-destinations-list-heading {
    max-width: 850px;
    margin: 0 auto 50px;
    text-align: center;
}


.kh-destinations-page .kh-destination-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    align-items: stretch;
}


/* =========================================================
   DESTINATION CARD
   ========================================================= */

.kh-destinations-page .kh-destination-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e2eaf2;
    border-radius: 22px;
    box-shadow: 0 12px 35px rgba(7, 27, 54, 0.07);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


.kh-destinations-page .kh-destination-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 20px 50px rgba(7, 27, 54, 0.12);
}


/* =========================================================
   DESTINATION IMAGE
   ========================================================= */

.kh-destinations-page .kh-destination-image {
    display: block;
    position: relative;
    width: 100%;
    height: 230px;
    overflow: hidden;
    flex-shrink: 0;
}


.kh-destinations-page .kh-destination-image img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}


.kh-destinations-page .kh-destination-card:hover
.kh-destination-image img {
    transform: scale(1.05);
}


/* =========================================================
   CARD CONTENT
   ========================================================= */

.kh-destinations-page .kh-destination-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 26px 27px 28px;
}


.kh-destinations-page .kh-destination-number {
    display: block;
    margin-bottom: 8px;
    color: #10a9ed;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1.4;
}


.kh-destinations-page .kh-destination-content h2 {
    margin: 0 0 12px;
    color: #071b36;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.25;
}


.kh-destinations-page .kh-destination-content h2 span {
    display: block;
    margin-top: 3px;
    color: #58708d;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
}


.kh-destinations-page .kh-destination-content p {
    margin: 0 0 20px;
    color: #60758e;
    font-size: 15px;
    line-height: 1.7;
}


.kh-destinations-page .kh-destination-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-top: auto;
    color: #087fc1;
    font-size: 15px;
    font-weight: 700;
}


.kh-destinations-page .kh-destination-link span {
    transition: transform 0.25s ease;
}


.kh-destinations-page .kh-destination-link:hover {
    color: #071b36;
}


.kh-destinations-page .kh-destination-link:hover span {
    transform: translateX(4px);
}


/* =========================================================
   CTA
   ========================================================= */

.kh-destinations-page .kh-destinations-cta {
    padding: 90px 0;
    background: #ffffff;
}


.kh-destinations-page .kh-destinations-cta-box {
    max-width: 850px;
    margin: 0 auto;
    padding: 65px 50px;
    border-radius: 28px;
    background: #f6f9fd;
    text-align: center;
}


.kh-destinations-page .kh-destinations-cta-box p {
    max-width: 680px;
    margin: 0 auto 30px;
}


.kh-destinations-page .kh-destinations-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 52px;
    padding: 14px 28px;
    border-radius: 50px;
    background: #10a9ed;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


.kh-destinations-page .kh-destinations-cta-button:hover {
    transform: translateY(-3px);
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(16, 169, 237, 0.25);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1199px) {

    .kh-destinations-page .kh-destination-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px;
    }

    .kh-destinations-page .kh-destination-image {
        height: 240px;
    }

    .kh-destinations-page .kh-destinations-hero {
        padding: 100px 0;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .kh-destinations-page .kh-destinations-container {
        width: min(100% - 30px, 1180px);
    }

    .kh-destinations-page .kh-destinations-hero {
        padding: 75px 0;
    }

    .kh-destinations-page .kh-destinations-hero h1 {
        font-size: 42px;
        letter-spacing: -0.8px;
    }

    .kh-destinations-page .kh-destinations-hero p {
        font-size: 16px;
        line-height: 1.7;
    }

    .kh-destinations-page .kh-destinations-intro {
        padding: 70px 0 35px;
    }

    .kh-destinations-page .kh-destinations-intro h2,
    .kh-destinations-page .kh-destinations-list-heading h2,
    .kh-destinations-page .kh-destinations-cta-box h2 {
        font-size: 36px;
    }

    .kh-destinations-page .kh-destinations-list {
        padding: 45px 0 70px;
    }

    .kh-destinations-page .kh-destination-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .kh-destinations-page .kh-destination-image {
        height: 230px;
    }

    .kh-destinations-page .kh-destination-content {
        padding: 23px 22px 25px;
    }

    .kh-destinations-page .kh-destination-content h2 {
        font-size: 23px;
    }

    .kh-destinations-page .kh-destination-content p {
        font-size: 15px;
    }

    .kh-destinations-page .kh-destinations-cta {
        padding: 65px 0;
    }

    .kh-destinations-page .kh-destinations-cta-box {
        padding: 45px 25px;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 576px) {

    .kh-destinations-page .kh-destinations-hero {
        padding: 65px 0;
    }

    .kh-destinations-page .kh-destinations-hero h1 {
        font-size: 36px;
    }

    .kh-destinations-page .kh-destinations-eyebrow,
    .kh-destinations-page .kh-destinations-section-label {
        font-size: 11px;
        letter-spacing: 2px;
    }

    .kh-destinations-page .kh-destinations-intro h2,
    .kh-destinations-page .kh-destinations-list-heading h2,
    .kh-destinations-page .kh-destinations-cta-box h2 {
        font-size: 31px;
    }

    .kh-destinations-page .kh-destination-image {
        height: 220px;
    }

    .kh-destinations-page .kh-destination-content {
        padding: 21px 20px 23px;
    }

    .kh-destinations-page .kh-destination-content h2 {
        font-size: 21px;
    }

    .kh-destinations-page .kh-destinations-cta-box {
        padding: 40px 20px;
    }

}