@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800;900&family=Playfair+Display:wght@700;800;900&display=swap');

/* === CHT GLOBAL PREMIUM FRONTEND STYLE v60 - READABILITY SAFE === */

:root{
    --cht-font-body: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --cht-font-display: "Playfair Display", Georgia, serif;

    --cht-ink: #071a33;
    --cht-navy: #10284d;
    --cht-blue: #0e63ce;
    --cht-blue-2: #2b8cff;
    --cht-orange: #ff6b1a;
    --cht-gold: #f5b84b;
    --cht-muted: #61738c;
    --cht-soft-bg: #f7f9fc;
    --cht-border: rgba(14,99,206,.10);
    --cht-shadow: 0 14px 34px rgba(11,31,61,.08);
}

/* Base font */
html,
body{
    font-family: var(--cht-font-body) !important;
    color: var(--cht-ink);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body p,
body li,
body a,
body span,
body label,
body input,
body select,
body textarea,
body button,
body td,
body th{
    font-family: var(--cht-font-body) !important;
}

/* Default readable text */
body p,
body li,
body td,
body th,
body label,
body small{
    color: var(--cht-muted);
    line-height: 1.66;
    -webkit-text-fill-color: currentColor;
}

/* Headings default: solid readable color */
body h1,
body h2,
body h3,
body h4,
body h5,
body h6{
    text-wrap: balance;
    overflow-wrap: break-word;
    color: var(--cht-navy);
    -webkit-text-fill-color: currentColor;
}

body h1{
    font-family: var(--cht-font-display) !important;
    font-weight: 900 !important;
    letter-spacing: -0.052em !important;
    line-height: 1.04 !important;
}

body h2{
    font-family: var(--cht-font-display) !important;
    font-weight: 900 !important;
    letter-spacing: -0.042em !important;
    line-height: 1.12 !important;
}

body h3,
body h4,
.card-title,
.tour-title,
.package-title,
.service-title{
    font-family: var(--cht-font-body) !important;
    font-weight: 900 !important;
    letter-spacing: -0.025em !important;
    line-height: 1.25 !important;
}

/* Gradient only for safe section heading wrappers */
.section-heading h2,
.section-header h2,
.section-title h2,
.sec-title h2,
.title-section h2,
.home-section-title h2,
.cht-home-blog-section .section-heading h2{
    font-family: var(--cht-font-display) !important;
    font-weight: 900 !important;
    background: linear-gradient(92deg, #071a33 0%, #104f9e 50%, #ff6b1a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: #10284d !important;
    -webkit-text-fill-color: transparent !important;
}

/* Important: make all normal content readable again */
main :where(.card, .tour-card, .package-card, .hotel-card, .destination-card, .accordion, .accordion-item, .filter-card, .sidebar, .booking-card, .content-card, .table, table, .pagination, .tour-list, .package-list, .seo-content, .category-content, .destination-content, .tour-guide-content, .guide-content, .content-area, .blog-card) :where(p, span, li, td, th, label, small, strong, em, a, h3, h4, h5, h6){
    -webkit-text-fill-color: currentColor !important;
}

/* Links */
main a{
    color: inherit;
}

main a:hover{
    color: var(--cht-orange) !important;
}

/* Hero / breadcrumb banners should stay visible */
.banner-section h1,
.hero-section h1,
.hero-banner h1,
.inner-banner h1,
.breadcrumb-area h1,
.page-banner h1,
.page-header h1{
    color: #fff7e8 !important;
    -webkit-text-fill-color: #fff7e8 !important;
    text-shadow: 0 5px 28px rgba(0,0,0,.72), 0 1px 3px rgba(0,0,0,.55);
}

.banner-section p,
.hero-section p,
.hero-banner p,
.inner-banner p,
.breadcrumb-area p,
.page-banner p,
.page-header p{
    color: rgba(255,255,255,.94) !important;
    -webkit-text-fill-color: rgba(255,255,255,.94) !important;
    font-weight: 600;
    text-shadow: 0 2px 14px rgba(0,0,0,.40);
}

/* White text utility safety */
.text-white,
.text-white *,
.text-light,
.text-light *,
[class*="overlay"] .text-white,
[class*="overlay"] h1,
[class*="overlay"] h2,
[class*="overlay"] h3,
[class*="overlay"] p{
    color: #ffffff !important;
    -webkit-text-fill-color: currentColor !important;
}

/* Header / menu */
.header a,
.header-area a,
.main-header a,
.navbar a,
.navigation a,
.nav a{
    font-weight: 800 !important;
    letter-spacing: -0.01em;
}

/* Premium small badges */
.section-subtitle,
.section-tag,
.title-badge,
.sec-subtitle,
.sub-title{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-family: var(--cht-font-body) !important;
    color: var(--cht-blue) !important;
    -webkit-text-fill-color: var(--cht-blue) !important;
    background: linear-gradient(135deg, rgba(14,99,206,.10), rgba(255,107,26,.10)) !important;
    border: 1px solid rgba(14,99,206,.14) !important;
    border-radius: 999px;
    padding: 5px 13px;
    font-size: 11px !important;
    font-weight: 900 !important;
    letter-spacing: .09em !important;
    text-transform: uppercase !important;
}

/* Buttons */
.btn,
.btn-primary,
.theme-btn,
.orange-btn,
a[class*="btn"],
button[type="submit"]{
    font-family: var(--cht-font-body) !important;
    font-weight: 900 !important;
    letter-spacing: -0.01em !important;
    border-radius: 999px;
}

.btn-primary,
.theme-btn,
.orange-btn,
button[type="submit"]{
    box-shadow: 0 12px 28px rgba(255,107,26,.22);
}

/* Cards */
.card,
.tour-card,
.package-card,
.hotel-card,
.destination-card,
.blog-card,
.service-card{
    border-color: var(--cht-border) !important;
    box-shadow: var(--cht-shadow) !important;
    border-radius: 20px !important;
}

.card h3,
.card h4,
.tour-card h3,
.tour-card h4,
.package-card h3,
.package-card h4,
.hotel-card h3,
.hotel-card h4,
.destination-card h3,
.destination-card h4,
.blog-card h3,
.service-card h3,
.card-title,
.tour-title,
.package-title,
.service-title{
    color: var(--cht-navy) !important;
    -webkit-text-fill-color: var(--cht-navy) !important;
}

.card p,
.tour-card p,
.package-card p,
.hotel-card p,
.destination-card p,
.blog-card p,
.service-card p{
    color: var(--cht-muted) !important;
    -webkit-text-fill-color: var(--cht-muted) !important;
    line-height: 1.56 !important;
}

/* Price visibility */
.price,
.amount,
.tour-price,
.package-price,
.text-primary,
[class*="price"],
[class*="amount"]{
    font-weight: 900 !important;
    color: var(--cht-orange) !important;
    -webkit-text-fill-color: var(--cht-orange) !important;
}

/* Filter/sidebar forms readability */
.filter-card,
.sidebar,
.booking-card,
.search-box,
.form-card{
    color: var(--cht-ink);
}

input,
select,
textarea{
    border-radius: 14px !important;
    font-weight: 600 !important;
    color: #10284d !important;
    -webkit-text-fill-color: #10284d !important;
}

input::placeholder,
textarea::placeholder{
    color: #8090a4 !important;
    -webkit-text-fill-color: #8090a4 !important;
}

input:focus,
select:focus,
textarea:focus{
    border-color: rgba(14,99,206,.45) !important;
    box-shadow: 0 0 0 4px rgba(14,99,206,.08) !important;
}

/* SEO guide / long content sections */
.seo-content,
.category-content,
.destination-content,
.tour-guide-content,
.guide-content,
.content-area,
.entry-content,
.page-content{
    color: #33445c;
}

.seo-content h2,
.category-content h2,
.destination-content h2,
.tour-guide-content h2,
.guide-content h2,
.content-area h2,
.entry-content h2,
.page-content h2{
    color: var(--cht-navy) !important;
    -webkit-text-fill-color: var(--cht-navy) !important;
    background: none !important;
}

.seo-content h3,
.category-content h3,
.destination-content h3,
.tour-guide-content h3,
.guide-content h3,
.content-area h3,
.entry-content h3,
.page-content h3{
    color: #143b6d !important;
    -webkit-text-fill-color: #143b6d !important;
}

.seo-content p,
.category-content p,
.destination-content p,
.tour-guide-content p,
.guide-content p,
.content-area p,
.entry-content p,
.page-content p{
    color: #465a73 !important;
    -webkit-text-fill-color: #465a73 !important;
}

/* Tables: visible and mobile friendly */
table{
    width: 100%;
    border-collapse: collapse;
    color: #24364d;
    -webkit-text-fill-color: currentColor;
}

table th,
table td{
    color: #24364d !important;
    -webkit-text-fill-color: #24364d !important;
    border: 1px solid rgba(14,99,206,.12);
    padding: 12px 14px;
    vertical-align: top;
    background: #ffffff;
}

table th{
    background: #eef5ff;
    color: #10284d !important;
    -webkit-text-fill-color: #10284d !important;
    font-weight: 900;
}

/* FAQ */
.accordion h2,
.accordion-header,
.accordion-button,
.accordion h2 button{
    font-family: var(--cht-font-body) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    letter-spacing: -0.01em !important;
    color: var(--cht-navy) !important;
    -webkit-text-fill-color: var(--cht-navy) !important;
    background: transparent !important;
    text-shadow: none !important;
}

/* Dark CTA / footer readability */
.cta,
.cta-section,
.call-to-action,
.ready-section,
.footer-cta,
footer,
.footer,
.footer-area{
    color: rgba(255,255,255,.88);
}

.cta h1,
.cta h2,
.cta h3,
.cta-section h1,
.cta-section h2,
.cta-section h3,
.call-to-action h2,
.ready-section h2,
.footer-cta h2,
footer h2,
footer h3,
footer h4,
.footer h2,
.footer h3,
.footer h4{
    color: #fff7e8 !important;
    -webkit-text-fill-color: #fff7e8 !important;
    background: none !important;
    text-shadow: 0 4px 22px rgba(0,0,0,.45);
}

.cta p,
.cta-section p,
.call-to-action p,
.ready-section p,
.footer-cta p,
footer p,
footer li,
footer a,
.footer p,
.footer li,
.footer a{
    color: rgba(255,255,255,.82) !important;
    -webkit-text-fill-color: rgba(255,255,255,.82) !important;
}

/* Home Blog Section */
.cht-home-blog-section{
    position: relative;
    padding: 72px 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(245,184,75,.16), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
    overflow: hidden;
}

.cht-home-blog-section .section-heading{
    text-align: center;
    max-width: 760px;
    margin: 0 auto 30px;
}

.cht-home-blog-section .section-heading p{
    color: var(--cht-muted) !important;
    -webkit-text-fill-color: var(--cht-muted) !important;
    font-weight: 500;
    margin-top: 10px;
}

.cht-blog-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.cht-blog-card{
    background: #ffffff;
    border: 1px solid var(--cht-border);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--cht-shadow);
    transition: transform .25s ease, box-shadow .25s ease;
}

.cht-blog-card:hover{
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(11,31,61,.14);
}

.cht-blog-image-wrap{
    display: block;
    position: relative;
    aspect-ratio: 16 / 10;
    background: linear-gradient(135deg, #10284d, #0e63ce);
    overflow: hidden;
}

.cht-blog-image-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .45s ease;
}

.cht-blog-card:hover .cht-blog-image-wrap img{
    transform: scale(1.06);
}

.cht-blog-placeholder{
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: #fff7e8;
    font-family: var(--cht-font-display);
    font-size: 38px;
    font-weight: 900;
}

.cht-blog-content{
    padding: 18px 18px 20px;
}

.cht-blog-date{
    display: inline-flex;
    margin-bottom: 9px;
    color: var(--cht-blue);
    -webkit-text-fill-color: var(--cht-blue);
    background: rgba(14,99,206,.08);
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.cht-blog-content h3{
    margin: 0 0 9px;
    font-size: 20px;
    line-height: 1.22;
}

.cht-blog-content h3 a{
    color: var(--cht-navy) !important;
    -webkit-text-fill-color: var(--cht-navy) !important;
    text-decoration: none !important;
}

.cht-blog-content p{
    margin: 0 0 14px;
    font-size: 14px;
    color: var(--cht-muted) !important;
    -webkit-text-fill-color: var(--cht-muted) !important;
}

.cht-blog-read{
    display: inline-flex;
    align-items: center;
    font-weight: 900;
    color: var(--cht-orange) !important;
    -webkit-text-fill-color: var(--cht-orange) !important;
    text-decoration: none !important;
}

.cht-blog-read::after{
    content: "→";
    margin-left: 7px;
    transition: transform .2s ease;
}

.cht-blog-read:hover::after{
    transform: translateX(3px);
}

.cht-blog-more{
    text-align: center;
    margin-top: 28px;
}

/* Mobile */
@media (max-width: 991px){
    .cht-blog-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px){
    body{
        font-size: 14px !important;
    }

    body h1{
        font-size: clamp(33px, 10vw, 42px) !important;
        line-height: 1.02 !important;
    }

    body h2,
    .section-heading h2,
    .section-header h2,
    .section-title h2,
    .sec-title h2,
    .title-section h2,
    .home-section-title h2{
        font-size: clamp(25px, 7.3vw, 32px) !important;
        line-height: 1.08 !important;
    }

    body h3,
    body h4,
    .card-title,
    .tour-title,
    .package-title,
    .service-title{
        font-size: 15px !important;
        line-height: 1.25 !important;
    }

    .section-heading,
    .section-header,
    .section-title,
    .sec-title,
    .title-section{
        text-align: center !important;
    }

    .section-heading p,
    .section-header p,
    .section-title p,
    .sec-title p,
    .title-section p{
        font-size: 13.5px !important;
        line-height: 1.55 !important;
        max-width: 94% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .section-subtitle,
    .section-tag,
    .title-badge,
    .sec-subtitle,
    .sub-title{
        font-size: 10.5px !important;
        padding: 4px 11px !important;
        margin-bottom: 8px !important;
    }

    table{
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        border-radius: 14px;
        -webkit-overflow-scrolling: touch;
    }

    table th,
    table td{
        min-width: 150px;
        font-size: 12.8px;
        line-height: 1.45;
    }

    .cht-home-blog-section{
        padding: 48px 0;
    }

    .cht-blog-grid{
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .cht-blog-content{
        padding: 16px;
    }

    .cht-blog-content h3{
        font-size: 18px !important;
    }
}

/* === CHT LADAKH SEO COMMERCIAL BOOST v62 === */
.cht-ladakh-seo-boost{
    padding: 72px 0;
    background:
        radial-gradient(circle at 12% 8%, rgba(245,184,75,.14), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.cht-ladakh-boost-head{
    max-width: 880px;
    margin: 0 auto 30px;
    text-align: center;
}

.cht-ladakh-boost-head h2{
    margin: 8px 0 10px;
}

.cht-ladakh-boost-head p{
    max-width: 760px;
    margin: 0 auto;
    color: #61738c !important;
    -webkit-text-fill-color: #61738c !important;
}

.cht-ladakh-top-grid{
    display: grid;
    grid-template-columns: 1.45fr 1fr 1fr 1fr;
    gap: 18px;
    align-items: stretch;
}

.cht-ladakh-price-hook,
.cht-ladakh-option-card,
.cht-ladakh-table-card,
.cht-ladakh-trust-section,
.cht-ladakh-cluster-links,
.cht-ladakh-faq-mini{
    background: #ffffff;
    border: 1px solid rgba(14,99,206,.10);
    border-radius: 24px;
    box-shadow: 0 16px 42px rgba(11,31,61,.08);
}

.cht-ladakh-price-hook{
    padding: 26px;
    background:
        radial-gradient(circle at 18% 12%, rgba(245,184,75,.20), transparent 35%),
        linear-gradient(135deg, #071a33 0%, #10284d 58%, #0e63ce 100%);
    color: #ffffff;
}

.cht-ladakh-kicker{
    display: inline-flex;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    color: #fff7e8 !important;
    -webkit-text-fill-color: #fff7e8 !important;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.cht-ladakh-price-hook h3{
    margin: 12px 0 10px;
    font-size: 31px;
    color: #fff7e8 !important;
    -webkit-text-fill-color: #fff7e8 !important;
    letter-spacing: -0.04em;
}

.cht-ladakh-price-hook p{
    color: rgba(255,255,255,.86) !important;
    -webkit-text-fill-color: rgba(255,255,255,.86) !important;
}

.cht-ladakh-trust-points{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0 18px;
}

.cht-ladakh-trust-points span{
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-size: 12px;
    font-weight: 800;
}

.cht-ladakh-actions{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.cht-outline-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.36);
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-weight: 900;
    text-decoration: none !important;
}

.cht-ladakh-option-card{
    padding: 22px;
}

.cht-ladakh-option-card h3{
    margin-bottom: 8px;
    color: #10284d !important;
    -webkit-text-fill-color: #10284d !important;
}

.cht-ladakh-option-card p{
    color: #61738c !important;
    -webkit-text-fill-color: #61738c !important;
    margin-bottom: 12px;
}

.cht-ladakh-option-card a{
    color: #ff6b1a !important;
    -webkit-text-fill-color: #ff6b1a !important;
    font-weight: 900;
    text-decoration: none;
}

.cht-ladakh-best-sellers,
.cht-ladakh-info-grid,
.cht-ladakh-trust-section,
.cht-ladakh-cluster-links,
.cht-ladakh-faq-mini{
    margin-top: 30px;
}

.cht-mini-heading{
    text-align: center;
    margin-bottom: 18px;
}

.cht-mini-heading h3{
    font-size: 28px;
    color: #10284d !important;
    -webkit-text-fill-color: #10284d !important;
}

.cht-mini-heading p{
    color: #61738c !important;
    -webkit-text-fill-color: #61738c !important;
}

.cht-ladakh-seller-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.cht-ladakh-seller-card{
    background: #fff;
    border: 1px solid rgba(14,99,206,.10);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 14px 34px rgba(11,31,61,.08);
}

.cht-ladakh-seller-img{
    display: block;
    aspect-ratio: 16 / 9;
    background: #eef5ff;
    overflow: hidden;
}

.cht-ladakh-seller-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cht-ladakh-seller-body{
    padding: 16px;
}

.cht-ladakh-seller-body h4{
    margin: 0 0 8px;
    font-size: 17px;
}

.cht-ladakh-seller-body h4 a{
    color: #10284d !important;
    -webkit-text-fill-color: #10284d !important;
    text-decoration: none;
}

.cht-ladakh-duration{
    display: inline-flex;
    margin-bottom: 8px;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(14,99,206,.08);
    color: #0e63ce !important;
    -webkit-text-fill-color: #0e63ce !important;
    font-size: 11px;
    font-weight: 900;
}

.cht-ladakh-seller-body p{
    color: #61738c !important;
    -webkit-text-fill-color: #61738c !important;
    font-size: 13px;
}

.cht-ladakh-seller-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
}

.cht-ladakh-seller-bottom strong{
    color: #ff6b1a !important;
    -webkit-text-fill-color: #ff6b1a !important;
    font-weight: 900;
}

.cht-ladakh-seller-bottom a{
    color: #0e63ce !important;
    -webkit-text-fill-color: #0e63ce !important;
    font-weight: 900;
    text-decoration: none;
}

.cht-ladakh-info-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.cht-ladakh-table-card{
    padding: 22px;
}

.cht-ladakh-table-card h3{
    margin-bottom: 14px;
}

.cht-responsive-table{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.cht-responsive-table table{
    width: 100%;
    border-collapse: collapse;
    min-width: 620px;
}

.cht-responsive-table th,
.cht-responsive-table td{
    padding: 12px 13px;
    border: 1px solid rgba(14,99,206,.12);
    color: #263850 !important;
    -webkit-text-fill-color: #263850 !important;
    background: #fff;
    vertical-align: top;
}

.cht-responsive-table th{
    background: #eef5ff;
    color: #10284d !important;
    -webkit-text-fill-color: #10284d !important;
    font-weight: 900;
}

.cht-ladakh-trust-section{
    padding: 28px;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 24px;
    align-items: start;
}

.cht-ladakh-trust-section h3{
    font-size: 27px;
    margin: 8px 0 10px;
}

.cht-ladakh-trust-section p{
    color: #61738c !important;
    -webkit-text-fill-color: #61738c !important;
}

.cht-ladakh-trust-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.cht-ladakh-trust-grid div{
    padding: 16px;
    border-radius: 18px;
    background: #f7f9fc;
    border: 1px solid rgba(14,99,206,.08);
}

.cht-ladakh-trust-grid strong{
    display: block;
    margin-bottom: 5px;
    color: #10284d !important;
    -webkit-text-fill-color: #10284d !important;
    font-weight: 900;
}

.cht-ladakh-trust-grid span{
    color: #61738c !important;
    -webkit-text-fill-color: #61738c !important;
    font-size: 13px;
}

.cht-ladakh-cluster-links,
.cht-ladakh-faq-mini{
    padding: 24px;
}

.cht-ladakh-cluster-links h3,
.cht-ladakh-faq-mini h3{
    margin-bottom: 15px;
}

.cht-ladakh-cluster-links div{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cht-ladakh-cluster-links a{
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    background: #eef5ff;
    color: #0e63ce !important;
    -webkit-text-fill-color: #0e63ce !important;
    font-weight: 900;
    text-decoration: none;
}

.cht-ladakh-faq-mini details{
    border: 1px solid rgba(14,99,206,.10);
    border-radius: 16px;
    padding: 14px 16px;
    background: #fff;
    margin-bottom: 10px;
}

.cht-ladakh-faq-mini summary{
    cursor: pointer;
    color: #10284d !important;
    -webkit-text-fill-color: #10284d !important;
    font-weight: 900;
}

.cht-ladakh-faq-mini p{
    margin: 10px 0 0;
    color: #61738c !important;
    -webkit-text-fill-color: #61738c !important;
}

@media (max-width: 991px){
    .cht-ladakh-top-grid,
    .cht-ladakh-info-grid,
    .cht-ladakh-trust-section{
        grid-template-columns: 1fr;
    }

    .cht-ladakh-seller-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px){
    .cht-ladakh-seo-boost{
        padding: 48px 0;
    }

    .cht-ladakh-boost-head h2{
        font-size: 28px !important;
    }

    .cht-ladakh-price-hook{
        padding: 22px;
    }

    .cht-ladakh-price-hook h3{
        font-size: 25px !important;
    }

    .cht-ladakh-seller-grid,
    .cht-ladakh-trust-grid{
        grid-template-columns: 1fr;
    }

    .cht-ladakh-table-card,
    .cht-ladakh-trust-section,
    .cht-ladakh-cluster-links,
    .cht-ladakh-faq-mini{
        padding: 18px;
    }

    .cht-responsive-table table{
        min-width: 560px;
    }
}

/* === CHT LADAKH PRICE TRUST POLISH v63 === */
.cht-ladakh-price-hook h3{
    letter-spacing: -0.045em;
}
.cht-ladakh-price-hook p::after{
    content: " Prices are estimate-based and finalized after hotel category, route and vehicle confirmation.";
    display: block;
    margin-top: 8px;
    color: rgba(255,255,255,.78);
    -webkit-text-fill-color: rgba(255,255,255,.78);
    font-size: 12px;
}

/* === CHT LADAKH BLOG CLUSTER LINKS v64 === */
.cht-ladakh-guide-links{
    margin-top: 30px;
    padding: 26px;
    background: #ffffff;
    border: 1px solid rgba(14,99,206,.10);
    border-radius: 24px;
    box-shadow: 0 16px 42px rgba(11,31,61,.08);
}

.cht-ladakh-guide-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.cht-ladakh-guide-grid a{
    display: block;
    padding: 16px;
    border-radius: 18px;
    background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
    border: 1px solid rgba(14,99,206,.09);
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease;
}

.cht-ladakh-guide-grid a:hover{
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(11,31,61,.09);
}

.cht-ladakh-guide-grid strong{
    display: block;
    color: #10284d !important;
    -webkit-text-fill-color: #10284d !important;
    font-weight: 900;
    line-height: 1.25;
    margin-bottom: 6px;
}

.cht-ladakh-guide-grid span{
    color: #61738c !important;
    -webkit-text-fill-color: #61738c !important;
    font-size: 13px;
    line-height: 1.5;
}

@media (max-width: 991px){
    .cht-ladakh-guide-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px){
    .cht-ladakh-guide-links{
        padding: 18px;
    }

    .cht-ladakh-guide-grid{
        grid-template-columns: 1fr;
    }
}

/* === CHT LADAKH BLOG CTA v68 === */
.cht-ladakh-blog-cta{
    margin: 42px 0;
    padding: 0 15px;
}

.cht-ladakh-blog-cta-inner{
    max-width: 980px;
    margin: 0 auto;
    padding: 34px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 14% 18%, rgba(245,184,75,.20), transparent 34%),
        linear-gradient(135deg, #071a33 0%, #10284d 58%, #0e63ce 100%);
    box-shadow: 0 18px 48px rgba(11,31,61,.16);
    color: #ffffff;
    text-align: center;
}

.cht-ladakh-blog-cta-inner h2{
    color: #fff7e8 !important;
    -webkit-text-fill-color: #fff7e8 !important;
    background: none !important;
    margin: 10px 0;
}

.cht-ladakh-blog-cta-inner p{
    color: rgba(255,255,255,.86) !important;
    -webkit-text-fill-color: rgba(255,255,255,.86) !important;
    max-width: 760px;
    margin: 0 auto 18px;
}

.cht-ladakh-blog-cta-actions{
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.cht-blog-whatsapp-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.38);
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-weight: 900;
    text-decoration: none !important;
}

.cht-ladakh-blog-related{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 9px;
    flex-wrap: wrap;
}

.cht-ladakh-blog-related a{
    display: inline-flex;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(255,255,255,.11);
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none !important;
}

@media (max-width: 767px){
    .cht-ladakh-blog-cta{
        margin: 30px 0;
    }

    .cht-ladakh-blog-cta-inner{
        padding: 24px 18px;
        border-radius: 22px;
    }

    .cht-ladakh-blog-cta-inner h2{
        font-size: 25px !important;
    }
}

/* === CHT LADAKH SEO CLUSTER PAGES v70 === */
.cht-ladakh-cluster-hero{
    padding: 72px 0 36px;
    background:
        radial-gradient(circle at 16% 20%, rgba(245,184,75,.18), transparent 34%),
        linear-gradient(135deg, #071a33 0%, #10284d 56%, #0e63ce 100%);
}

.cht-ladakh-cluster-hero-card{
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.cht-ladakh-cluster-hero-card h1{
    color: #fff7e8 !important;
    -webkit-text-fill-color: #fff7e8 !important;
    text-shadow: 0 5px 28px rgba(0,0,0,.42);
    margin: 12px 0;
}

.cht-ladakh-cluster-hero-card p{
    max-width: 790px;
    margin: 0 auto 20px;
    color: rgba(255,255,255,.86) !important;
    -webkit-text-fill-color: rgba(255,255,255,.86) !important;
    font-size: 17px;
}

.cht-ladakh-cluster-actions{
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.cht-cluster-outline{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.38);
    border-radius: 999px;
    padding: 11px 18px;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    text-decoration: none !important;
    font-weight: 900;
}

.cht-ladakh-cluster-content{
    padding: 56px 0;
    background: #f7f9fc;
}

.cht-ladakh-cluster-grid{
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 24px;
    align-items: start;
}

.cht-cluster-card,
.cht-cluster-sidebar-card{
    background: #fff;
    border: 1px solid rgba(14,99,206,.10);
    border-radius: 24px;
    box-shadow: 0 16px 42px rgba(11,31,61,.08);
    padding: 26px;
    margin-bottom: 22px;
}

.cht-cluster-card h2{
    color: #10284d !important;
    -webkit-text-fill-color: #10284d !important;
    background: none !important;
    margin-bottom: 12px;
}

.cht-cluster-card p{
    color: #465a73 !important;
    -webkit-text-fill-color: #465a73 !important;
}

.cht-cluster-highlight-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.cht-cluster-highlight-grid div{
    padding: 14px;
    border-radius: 16px;
    background: #eef5ff;
    color: #10284d !important;
    -webkit-text-fill-color: #10284d !important;
    font-weight: 900;
}

.cht-cluster-faqs details{
    border: 1px solid rgba(14,99,206,.10);
    border-radius: 16px;
    padding: 14px 16px;
    margin-bottom: 10px;
}

.cht-cluster-faqs summary{
    cursor: pointer;
    font-weight: 900;
    color: #10284d !important;
    -webkit-text-fill-color: #10284d !important;
}

.cht-cluster-sidebar-card{
    position: relative;
}

.cht-cluster-sidebar-card h3{
    margin-bottom: 10px;
}

.cht-cluster-sidebar-card p{
    color: #61738c !important;
    -webkit-text-fill-color: #61738c !important;
}

.cht-cluster-related-link{
    display: block;
    padding: 10px 12px;
    border-radius: 14px;
    background: #f7f9fc;
    color: #0e63ce !important;
    -webkit-text-fill-color: #0e63ce !important;
    font-weight: 900;
    text-decoration: none !important;
    margin-top: 8px;
}

@media (max-width: 991px){
    .cht-ladakh-cluster-grid{
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px){
    .cht-ladakh-cluster-hero{
        padding: 48px 0 28px;
    }

    .cht-ladakh-cluster-hero-card h1{
        font-size: 34px !important;
    }

    .cht-ladakh-cluster-content{
        padding: 38px 0;
    }

    .cht-cluster-card,
    .cht-cluster-sidebar-card{
        padding: 20px;
        border-radius: 20px;
    }

    .cht-cluster-highlight-grid{
        grid-template-columns: 1fr;
    }
}

/* === CHT LADAKH CLUSTER LIVE PACKAGE CARDS v71 === */
.cht-cluster-live-tours{
    background: #ffffff;
    border: 1px solid rgba(14,99,206,.10);
    border-radius: 24px;
    box-shadow: 0 16px 42px rgba(11,31,61,.08);
    padding: 26px;
    margin-bottom: 22px;
}

.cht-cluster-live-head{
    text-align: center;
    max-width: 720px;
    margin: 0 auto 18px;
}

.cht-cluster-live-head h2{
    color: #10284d !important;
    -webkit-text-fill-color: #10284d !important;
    background: none !important;
    margin-bottom: 8px;
}

.cht-cluster-live-head p{
    color: #61738c !important;
    -webkit-text-fill-color: #61738c !important;
}

.cht-cluster-live-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.cht-cluster-live-card{
    border: 1px solid rgba(14,99,206,.10);
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 12px 30px rgba(11,31,61,.07);
}

.cht-cluster-live-img{
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #eef5ff;
}

.cht-cluster-live-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.cht-cluster-live-card:hover .cht-cluster-live-img img{
    transform: scale(1.06);
}

.cht-cluster-live-body{
    padding: 15px;
}

.cht-cluster-live-body h3{
    font-size: 16px;
    margin: 0 0 8px;
    line-height: 1.28;
}

.cht-cluster-live-body h3 a{
    color: #10284d !important;
    -webkit-text-fill-color: #10284d !important;
    text-decoration: none !important;
}

.cht-cluster-live-body span{
    display: inline-flex;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(14,99,206,.08);
    color: #0e63ce !important;
    -webkit-text-fill-color: #0e63ce !important;
    font-size: 11px;
    font-weight: 900;
    margin-bottom: 8px;
}

.cht-cluster-live-body p{
    color: #61738c !important;
    -webkit-text-fill-color: #61738c !important;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 12px;
}

.cht-cluster-live-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.cht-cluster-live-bottom strong{
    color: #ff6b1a !important;
    -webkit-text-fill-color: #ff6b1a !important;
    font-weight: 900;
}

.cht-cluster-live-bottom a{
    color: #0e63ce !important;
    -webkit-text-fill-color: #0e63ce !important;
    font-weight: 900;
    text-decoration: none !important;
}

@media (max-width: 991px){
    .cht-cluster-live-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px){
    .cht-cluster-live-tours{
        padding: 18px;
    }

    .cht-cluster-live-grid{
        grid-template-columns: 1fr;
    }

    .cht-cluster-live-head h2{
        font-size: 24px !important;
    }
}

/* === CHT LADAKH CLEAN BOTTOM LINKS v74 === */
.cht-ladakh-bottom-clean{
    padding: 34px 0 46px;
    background: #f7f9fc;
}

.cht-ladakh-bottom-clean-card{
    background: #ffffff;
    border: 1px solid rgba(14,99,206,.10);
    border-radius: 22px;
    box-shadow: 0 12px 34px rgba(11,31,61,.07);
    padding: 24px;
}

.cht-ladakh-bottom-clean-head{
    max-width: 820px;
    margin-bottom: 18px;
}

.cht-ladakh-bottom-clean-head h2{
    color: #10284d !important;
    -webkit-text-fill-color: #10284d !important;
    background: none !important;
    margin: 8px 0;
}

.cht-ladakh-bottom-clean-head p{
    color: #61738c !important;
    -webkit-text-fill-color: #61738c !important;
    margin: 0;
}

.cht-ladakh-bottom-link-grid{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cht-ladakh-bottom-link-grid a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: #eef5ff;
    border: 1px solid rgba(14,99,206,.10);
    color: #0e63ce !important;
    -webkit-text-fill-color: #0e63ce !important;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none !important;
}

.cht-ladakh-bottom-link-grid a:hover{
    background: #0e63ce;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

@media (max-width: 767px){
    .cht-ladakh-bottom-clean{
        padding: 26px 0 36px;
    }

    .cht-ladakh-bottom-clean-card{
        padding: 18px;
        border-radius: 18px;
    }

    .cht-ladakh-bottom-clean-head h2{
        font-size: 24px !important;
    }

    .cht-ladakh-bottom-link-grid a{
        width: 100%;
        justify-content: flex-start;
    }
}
