/* =========================================================
   TARKARLI PAGE ONLY
   File: css/tarkarli.css
   Body class: .tarkarli-page

   This stylesheet is intentionally scoped so it does not
   change the layout of the other VisitMalvan pages.
   ========================================================= */

/* =========================================================
   TARKARLI HERO
========================================================= */

.tarkarli-page .tarkarli-hero {
    position: relative;
    min-height: 680px;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;
    color: #fff;

    overflow: hidden;

    background-image: url("../images/Tarkarli-Beach.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}


/* Dark overlay */

.tarkarli-page .tarkarli-hero .hero-overlay {
    position: absolute;
    inset: 0;

    z-index: 1;

    background:
        linear-gradient(
            to bottom,
            rgba(0,0,0,0.30),
            rgba(0,0,0,0.68)
        );
}


/* Container */

.tarkarli-page .tarkarli-hero .container {
    position: relative;
    z-index: 2;

    width: 100%;
}


/* Hero content */

.tarkarli-page .tarkarli-hero .hero-content {
    position: relative;
    z-index: 2;

    width: min(92%, 900px);

    margin: 0 auto;

    text-align: center;
}


/* Badge */

.tarkarli-page .tarkarli-hero .hero-badge {
    display: inline-block;

    padding: 9px 18px;

    margin-bottom: 20px;

    border: 1px solid rgba(255,255,255,0.30);

    border-radius: 40px;

    background: rgba(255,255,255,0.14);

    backdrop-filter: blur(10px);

    color: #fff;

    font-size: 12px;
    font-weight: 600;
}


/* Main heading */

.tarkarli-page .tarkarli-hero h1 {
    margin: 0 0 15px;

    color: #fff;

    font-size: clamp(42px, 5vw, 64px);

    line-height: 1.05;

    font-weight: 800;
}


/* Tarkarli in yellow */

.tarkarli-page .tarkarli-hero h1 span {
    display: block;

    color: #FFD166;
}


/* Description */

.tarkarli-page .tarkarli-hero .hero-sub {
    max-width: 760px;

    margin: 0 auto 25px;

    color: #fff;

    font-size: 17px;

    line-height: 1.7;
}


.tarkarli-page .tarkarli-hero .hero-sub strong {
    display: block;

    margin-bottom: 6px;

    font-weight: 700;
}


/* Service pills */

.tarkarli-page .tarkarli-hero .hero-services {

    display: flex;

    justify-content: center;

    align-items: center;

    flex-wrap: wrap;

    gap: 8px;

    margin: 0 auto 25px;
}


.tarkarli-page .tarkarli-hero .hero-services span {

    display: inline-flex;

    align-items: center;

    gap: 6px;

    padding: 8px 13px;

    border: 1px solid rgba(255,255,255,0.25);

    border-radius: 50px;

    background: rgba(255,255,255,0.12);

    backdrop-filter: blur(10px);

    color: #fff;

    font-size: 12px;

    font-weight: 500;
}


/* Hero buttons */

.tarkarli-page .tarkarli-hero .hero-buttons {

    display: flex;

    justify-content: center;

    align-items: center;

    flex-wrap: wrap;

    gap: 12px;

    margin: 0;
}


/* =========================================================
   HERO MOBILE
========================================================= */

@media (max-width: 768px) {

    .tarkarli-page .tarkarli-hero {

        min-height: 650px;

        padding: 55px 0 45px;

        box-sizing: border-box;

        background-position: center center;
    }


    .tarkarli-page .tarkarli-hero .hero-overlay {

        background:
            linear-gradient(
                to bottom,
                rgba(0,0,0,0.40),
                rgba(0,0,0,0.72)
            );
    }


    .tarkarli-page .tarkarli-hero .hero-content {

        width: min(92%, 390px);

        max-width: 390px;

        margin: auto;
    }


    .tarkarli-page .tarkarli-hero .hero-badge {

        margin-bottom: 15px;

        padding: 7px 12px;

        font-size: 9px;
    }


    .tarkarli-page .tarkarli-hero h1 {

        margin-bottom: 12px;

        font-size: 40px;

        line-height: 1.02;
    }


    .tarkarli-page .tarkarli-hero .hero-sub {

        max-width: 350px;

        margin-bottom: 18px;

        font-size: 13px;

        line-height: 1.55;
    }


    .tarkarli-page .tarkarli-hero .hero-sub strong {

        display: block;

        margin-bottom: 7px;

        font-size: 14px;
    }


    .tarkarli-page .tarkarli-hero .hero-services {

        max-width: 350px;

        gap: 6px;

        margin-bottom: 20px;
    }


    .tarkarli-page .tarkarli-hero .hero-services span {

        padding: 6px 9px;

        font-size: 9px;
    }


    .tarkarli-page .tarkarli-hero .hero-buttons {

        flex-direction: column;

        gap: 8px;
    }


    .tarkarli-page .tarkarli-hero .hero-buttons .header-btn {

        width: 185px;

        min-width: 185px;

        height: 42px;

        font-size: 13px;
    }

}


/* =========================================================
   VERY SMALL PHONES
========================================================= */

@media (max-width: 380px) {

    .tarkarli-page .tarkarli-hero {

        min-height: 620px;
    }


    .tarkarli-page .tarkarli-hero h1 {

        font-size: 36px;
    }


    .tarkarli-page .tarkarli-hero .hero-sub {

        font-size: 12px;
    }


    .tarkarli-page .tarkarli-hero .hero-services span {

        font-size: 8px;

        padding: 5px 8px;
    }

}

/* =========================================================
   BUTTONS - TARKARLI ONLY
   ========================================================= */

.tarkarli-page .header-btn {
    min-width: 145px;
    height: 44px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 0;
    border-radius: 7px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    box-sizing: border-box;
    transition: .25s ease;
}

.tarkarli-page .plantrip-header {
    background: #FF7A00;
    color: #fff;
}

.tarkarli-page .plantrip-header:hover {
    background: #e96d00;
    color: #fff;
    transform: translateY(-2px);
}

.tarkarli-page .whatsapp-header {
    background: #25D366;
    color: #fff;
}

.tarkarli-page .whatsapp-header:hover {
    background: #1ebd59;
    color: #fff;
    transform: translateY(-2px);
}

/* =========================================================
   COMMON SECTION TYPOGRAPHY
   ========================================================= */

.tarkarli-page .section-title {
    margin: 0 0 18px;
    color: #0A6D83;
    text-align: center;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 700;
}

.tarkarli-page .section-subtitle {
    max-width: 760px;
    margin: 0 auto 25px;
    color: #666;
    text-align: center;
    font-size: 16px;
    line-height: 1.75;
}

.tarkarli-page .section-badge,
.tarkarli-page .section-label {
    display: block;
    width: fit-content;
    margin: 0 auto 18px;
    padding: 6px 13px;
    border-radius: 30px;
    background: #eaf8fb;
    color: #0A6D83;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .7px;
}

/* =========================================================
   WHY VISIT TARKARLI
   ========================================================= */

.tarkarli-page .intro-section {
    padding: 75px 20px;
    background: #fff;
    text-align: center;
}

.tarkarli-page .intro-section .section-subtitle + .section-subtitle {
    margin-top: 28px;
}

.tarkarli-page .feature-list {
    width: min(100%, 820px);
    margin: 35px auto 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.tarkarli-page .feature-item {
    min-height: 52px;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-sizing: border-box;
    border: 1px solid #dcecf1;
    border-radius: 9px;
    background: #f6fbfd;
    color: #333;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
}

.tarkarli-page .feature-item i {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #0A6D83;
    color: #fff;
    font-size: 11px;
}

.tarkarli-page .intro-section .section-buttons {
    margin-top: 30px;
}

/* =========================================================
   TOP ATTRACTIONS
   ========================================================= */

.tarkarli-page .gallery-section {
    padding: 80px 20px;
    background: #f5f8fa;
}

.tarkarli-page .gallery-section .section-subtitle {
    margin-bottom: 35px;
}

.tarkarli-page .destination-grid {
    width: min(100%, 1040px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.tarkarli-page .destination-card {
    position: relative;
    height: 270px;
    overflow: hidden;
    border-radius: 10px;
    background: #111;
    box-shadow: 0 8px 22px rgba(0,0,0,.13);
    color: #fff;
    transition: transform .3s ease, box-shadow .3s ease;
}

.tarkarli-page .destination-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 32px rgba(0,0,0,.18);
}

.tarkarli-page .destination-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .45s ease;
}

.tarkarli-page .destination-card:hover img {
    transform: scale(1.06);
}

.tarkarli-page .destination-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 18px;
    background: linear-gradient(
        to top,
        rgba(0,0,0,.88) 0%,
        rgba(0,0,0,.58) 38%,
        rgba(0,0,0,.12) 72%,
        transparent 100%
    );
}

.tarkarli-page .destination-tag {
    width: fit-content;
    margin-bottom: 6px;
    padding: 4px 9px;
    border-radius: 20px;
    background: rgba(255,255,255,.18);
    backdrop-filter: blur(7px);
    color: #fff;
    font-size: 10px;
    font-weight: 600;
}

.tarkarli-page .destination-overlay h3 {
    margin: 0 0 7px;
    color: #fff;
    font-size: 22px;
    line-height: 1.15;
}

.tarkarli-page .destination-overlay p {
    margin: 0 0 11px;
    color: #f5f5f5;
    font-size: 12px;
    line-height: 1.45;
}

.tarkarli-page .destination-btn {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 13px;
    border-radius: 30px;
    background: #FF7A00;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
}

.tarkarli-page .destination-btn:hover {
    background: #0099cc;
    color: #fff;
}

/* =========================================================
   POPULAR ACTIVITIES
   ========================================================= */

.tarkarli-page .features-section {
    padding: 75px 20px;
    background: #f5f8fa;
}

.tarkarli-page .activities-grid {
    width: min(100%, 1040px);
    margin: 30px auto 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.tarkarli-page .features-section .feature-card {
    min-height: 170px;
    padding: 25px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(0,0,0,.08);
    text-align: center;
}

.tarkarli-page .activities-grid .feature-card > span {
    display: block;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 1;
}

.tarkarli-page .activities-grid .feature-card h3 {
    margin: 0 0 9px;
    color: #0A6D83;
    font-size: 16px;
    line-height: 1.25;
}

.tarkarli-page .activities-grid .feature-card p {
    margin: 0;
    color: #666;
    font-size: 12px;
    line-height: 1.55;
}

/* =========================================================
   WHY CHOOSE VISITMALVAN
   ========================================================= */

.tarkarli-page .why-us-section {
    padding: 75px 20px;
    background: #fff;
}

.tarkarli-page .why-grid {
    width: min(100%, 1040px);
    margin: 30px auto 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.tarkarli-page .why-grid .feature-card {
    min-height: 185px;
    padding: 22px 18px;
    box-sizing: border-box;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(0,0,0,.08);
    text-align: center;
}

.tarkarli-page .why-grid .feature-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #00b4d8, #0d6efd);
    color: #fff;
    font-size: 20px;
}

.tarkarli-page .why-grid .feature-card h3 {
    margin: 0 0 9px;
    color: #0A6D83;
    font-size: 16px;
    line-height: 1.25;
}

.tarkarli-page .why-grid .feature-card p {
    margin: 0;
    color: #666;
    font-size: 12px;
    line-height: 1.55;
}

.tarkarli-page .why-us-section .section-buttons {
    margin-top: 28px;
}

/* =========================================================
   FINAL CTA
   ========================================================= */

.tarkarli-page .cta-section {
    padding: 75px 20px;
    background: #0A6D83;
    color: #fff;
    text-align: center;
}

.tarkarli-page .cta-section h2 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 32px;
    line-height: 1.25;
}

.tarkarli-page .cta-section p {
    max-width: 700px;
    margin: 0 auto 25px;
    color: rgba(255,255,255,.92);
    font-size: 15px;
    line-height: 1.7;
}

/* =========================================================
   TARKARLI-SPECIFIC FOOTER OVERRIDES
   Footer itself is injected by include.js.
   These rules only improve its mobile layout on Tarkarli.
   ========================================================= */

.tarkarli-page .site-footer {
    width: 100%;
    box-sizing: border-box;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 992px) {

    .tarkarli-page .destination-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tarkarli-page .activities-grid,
    .tarkarli-page .why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {

    .tarkarli-page {
        overflow-x: hidden;
    }

    .tarkarli-page .container {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    /* HERO */

    .tarkarli-page .tarkarli-hero {
        min-height: 650px;
        padding: 55px 0 45px;
        box-sizing: border-box;
        background-position: center center;
    }

    .tarkarli-page .tarkarli-hero .hero-overlay {
        background: linear-gradient(
            to bottom,
            rgba(0,0,0,.42),
            rgba(0,0,0,.70)
        );
    }

    .tarkarli-page .tarkarli-hero .hero-content {
        width: min(92%, 390px);
        max-width: 390px;
        margin: auto;
        padding: 0;
    }

    .tarkarli-page .tarkarli-hero .hero-badge {
        margin-bottom: 15px;
        padding: 7px 12px;
        font-size: 9px;
    }

    .tarkarli-page .tarkarli-hero h1 {
        margin-bottom: 12px;
        font-size: 40px;
        line-height: 1.02;
    }

    .tarkarli-page .tarkarli-hero .hero-sub {
        max-width: 350px;
        margin-bottom: 18px;
        font-size: 13px;
        line-height: 1.55;
    }

    .tarkarli-page .tarkarli-hero .hero-sub strong {
        display: block;
        margin-bottom: 7px;
        font-size: 14px;
    }

    .tarkarli-page .tarkarli-hero .hero-services {
        max-width: 350px;
        gap: 6px;
        margin-bottom: 20px;
    }

    .tarkarli-page .tarkarli-hero .hero-services span {
        padding: 6px 9px;
        font-size: 9px;
    }

    .tarkarli-page .tarkarli-hero .hero-buttons,
    .tarkarli-page .section-buttons,
    .tarkarli-page .cta-buttons {
        flex-direction: column;
        gap: 8px;
    }

    .tarkarli-page .tarkarli-hero .header-btn,
    .tarkarli-page .section-buttons .header-btn,
    .tarkarli-page .cta-buttons .header-btn {
        width: 185px;
        min-width: 185px;
        height: 42px;
        font-size: 13px;
    }

    /* COMMON SECTIONS */

    .tarkarli-page .section-title {
        font-size: 24px;
        line-height: 1.25;
        margin-bottom: 14px;
    }

    .tarkarli-page .section-subtitle {
        width: 100%;
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
        font-size: 13px;
        line-height: 1.65;
    }

    .tarkarli-page .section-badge,
    .tarkarli-page .section-label {
        margin-bottom: 15px;
        font-size: 9px;
    }

    /* WHY VISIT */

    .tarkarli-page .intro-section {
        padding: 55px 18px;
    }

    .tarkarli-page .intro-section .section-subtitle + .section-subtitle {
        margin-top: 20px;
    }

    .tarkarli-page .feature-list {
        width: 100%;
        margin-top: 25px;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .tarkarli-page .feature-item {
        min-height: 46px;
        padding: 10px 12px;
        gap: 10px;
        font-size: 12px;
    }

    .tarkarli-page .feature-item i {
        width: 24px;
        height: 24px;
        flex-basis: 24px;
        font-size: 10px;
    }

    .tarkarli-page .intro-section .section-buttons {
        margin-top: 24px;
    }

    /* TOP ATTRACTIONS */

    .tarkarli-page .gallery-section {
        padding: 55px 18px;
    }

    .tarkarli-page .gallery-section .section-subtitle {
        margin-bottom: 25px;
    }

    .tarkarli-page .destination-grid {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .tarkarli-page .destination-card {
        width: 100%;
        height: 245px;
        border-radius: 10px;
    }

    .tarkarli-page .destination-overlay {
        padding: 16px;
    }

    .tarkarli-page .destination-tag {
        margin-bottom: 5px;
        padding: 4px 8px;
        font-size: 9px;
    }

    .tarkarli-page .destination-overlay h3 {
        margin-bottom: 6px;
        font-size: 20px;
    }

    .tarkarli-page .destination-overlay p {
        margin-bottom: 9px;
        font-size: 11px;
        line-height: 1.45;
    }

    .tarkarli-page .destination-btn {
        padding: 6px 12px;
        font-size: 10px;
    }

    /* POPULAR ACTIVITIES */

    .tarkarli-page .features-section {
        padding: 55px 18px;
    }

    .tarkarli-page .activities-grid {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 25px;
    }

    .tarkarli-page .features-section .feature-card {
        min-height: 155px;
        padding: 24px 18px;
    }

    .tarkarli-page .activities-grid .feature-card > span {
        margin-bottom: 9px;
        font-size: 25px;
    }

    .tarkarli-page .activities-grid .feature-card h3 {
        font-size: 16px;
    }

    .tarkarli-page .activities-grid .feature-card p {
        max-width: 300px;
        font-size: 12px;
    }

    /* WHY CHOOSE */

    .tarkarli-page .why-us-section {
        padding: 55px 18px;
    }

    .tarkarli-page .why-grid {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 25px;
    }

    .tarkarli-page .why-grid .feature-card {
        min-height: 150px;
        padding: 22px 18px;
    }

    .tarkarli-page .why-grid .feature-icon {
        width: 45px;
        height: 45px;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .tarkarli-page .why-grid .feature-card h3 {
        font-size: 16px;
    }

    .tarkarli-page .why-grid .feature-card p {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        font-size: 12px;
    }

    .tarkarli-page .why-us-section .section-buttons {
        margin-top: 24px;
    }

    /* CTA */

    .tarkarli-page .cta-section {
        padding: 58px 18px;
    }

    .tarkarli-page .cta-section h2 {
        font-size: 26px;
        line-height: 1.25;
    }

    .tarkarli-page .cta-section p {
        max-width: 340px;
        margin-bottom: 22px;
        font-size: 13px;
        line-height: 1.6;
    }

    /* FOOTER */

    .tarkarli-page .site-footer {
        padding-top: 45px;
    }

    .tarkarli-page .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: left;
    }

    .tarkarli-page .footer-logo {
        width: 150px;
    }

    .tarkarli-page .footer-section h3 {
        margin-bottom: 12px;
        font-size: 18px;
    }

    .tarkarli-page .footer-section p,
    .tarkarli-page .footer-section li,
    .tarkarli-page .footer-section a {
        font-size: 12px;
        line-height: 1.7;
    }

    .tarkarli-page .footer-section li {
        margin-bottom: 8px;
    }

    .tarkarli-page .footer-social {
        gap: 10px;
        margin-top: 18px;
    }

    .tarkarli-page .footer-social a {
        width: 36px;
        height: 36px;
    }

    .tarkarli-page .footer-bottom {
        margin-top: 35px;
        padding: 18px 0;
    }

    .tarkarli-page .footer-bottom .container {
        gap: 8px;
        font-size: 11px;
        text-align: center;
    }
}

/* =========================================================
   VERY SMALL PHONES
   ========================================================= */

@media (max-width: 380px) {

    .tarkarli-page .tarkarli-hero {
        min-height: 620px;
    }

    .tarkarli-page .tarkarli-hero h1 {
        font-size: 36px;
    }

    .tarkarli-page .tarkarli-hero .hero-sub {
        font-size: 12px;
    }

    .tarkarli-page .tarkarli-hero .hero-services span {
        font-size: 8px;
        padding: 5px 8px;
    }

    .tarkarli-page .destination-card {
        height: 225px;
    }
}
