:root {
    --ntk-primary: #fd5056;
    --ntk-primary-dark: #e04046;
    --ntk-primary-light: #fff0f1;
    --ntk-primary-border: #ffc2c5;
    --ntk-primary-gradient: linear-gradient(135deg, #fd5056 0%, #ff6b70 100%);
    --ntk-red: #fd5056;
    --ntk-red-dark: #e04046;
    --ntk-red-light: #fff0f1;
    --ntk-red-border: #ffc2c5;
    --ntk-red-gradient: linear-gradient(135deg, #fd5056 0%, #ff6b70 100%);
    --ntk-red-shadow: 0 6px 20px rgba(253, 80, 86, 0.4);
    --ntk-red-shadow-hover: 0 10px 25px rgba(253, 80, 86, 0.6);
    --ntk-gold: #d4af37;
    --ntk-gold-light: #fdf6e2;
    --ntk-copper: #c25925;
    --ntk-dark: #120e0d;
    --ntk-dark-card: #1c1715;
    --ntk-text-dark: #1f1b1a;
    --ntk-text-body: #3d3533;
    --ntk-text-muted: #000000;
    --ntk-bg-white: #ffffff;
    --ntk-bg-cream: #faf7f2;
    --ntk-border-light: #ede6df;
    --ntk-border-card: #e4dad0;
    --ntk-radius-sm: 8px;
    --ntk-radius-md: 14px;
    --ntk-radius-lg: 20px;
    --ntk-shadow-subtle: 0 4px 20px rgba(0, 0, 0, 0.05);
    --ntk-shadow-card: 0 10px 30px rgba(0, 0, 0, 0.08);
    --ntk-shadow-glow: 0 10px 30px rgba(253, 80, 86, 0.2);
    --ntk-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ntk-luxe-root {
    font-family: 'Poppins', sans-serif;
    color: var(--ntk-text-body);
    background-color: var(--ntk-bg-white);
    overflow-x: hidden;
    line-height: 1.7;
}

.ntk-luxe-root a {
    transition: var(--ntk-transition);
}

.ntk-luxe-root a:hover {
    color: var(--ntk-red);
}

.ntk-luxe-hero a:hover,
.ntk-countdown-section a:hover {
    color: #ffffff;
}

.ntk-btn-saffron:hover,
.ntk-btn-outline:hover,
.ntk-btn-red:hover,
.ntk-pkg-btn:hover,
.ntk-focal-action .ntk-focal-btn:hover {
    color: #ffffff;
}

.ntk-luxe-hero-title,
.ntk-main-heading,
.ntk-table-event-name,
.ntk-focal-header h3,
.ntk-trust-top h3,
.ntk-section-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.ntk-strip-num,
.ntk-unit-num,
.ntk-node-count,
.ntk-day-badge .day-num,
.ntk-countdown-val {
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 0.04em;
}

.ntk-lead-paragraph {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    font-style: italic;
    color: #27211e;
    line-height: 1.75;
    margin-bottom: 24px;
    width: 100%;
    max-width: 100%;
}

.ntk-master-table,
.ntk-day-schedule-grid,
.ntk-form-group .form-control {
    font-family: 'Inter', sans-serif;
}

/* =========================================================================
   HERO SECTION
   ========================================================================= */
.ntk-luxe-hero {
    --ntk-primary: #fd5056;
    --ntk-primary-dark: #e04046;
    --ntk-primary-light: #fff0f1;
    --ntk-primary-border: #ffc2c5;
    --ntk-primary-gradient: linear-gradient(135deg, #fd5056 0%, #ff6b70 100%);
    position: relative;
    padding: 55px 0 50px;
    background-color: var(--ntk-dark);
    color: #ffffff;
    min-height: auto;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

.ntk-hero-dual-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

.ntk-hero-bg-panel {
    position: absolute;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
}

.ntk-panel-primary {
    left: 0;
    width: 65%;
    opacity: 0.9;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
    animation: ntkKenBurnsPrimary 30s ease-in-out infinite alternate;
    will-change: transform;
}

.ntk-panel-secondary {
    right: 0;
    width: 65%;
    opacity: 1;
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
    animation: ntkKenBurnsSecondary 30s ease-in-out infinite alternate;
    will-change: transform;
}

@keyframes ntkKenBurnsPrimary {
    0% { transform: scale(1.0) translate(0, 0); }
    50% { transform: scale(1.05) translate(-10px, -5px); }
    100% { transform: scale(1.02) translate(5px, -8px); }
}

@keyframes ntkKenBurnsSecondary {
    0% { transform: scale(1.04) translate(0, 0); }
    50% { transform: scale(1.0) translate(10px, 5px); }
    100% { transform: scale(1.06) translate(-5px, 8px); }
}

.ntk-hero-dual-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(18, 14, 13, 0.92) 0%, rgba(18, 14, 13, 0.82) 42%, rgba(18, 14, 13, 0.42) 80%, rgba(18, 14, 13, 0.28) 100%),
                linear-gradient(to top, rgba(18, 14, 13, 0.85) 0%, transparent 35%);
    z-index: 2;
}

.ntk-hero-ember-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 3;
}

.ntk-hero-shimmer-beam {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 50% 50%, rgba(253, 80, 86, 0.16) 0%, transparent 60%);
    pointer-events: none;
    z-index: 3;
    animation: ntkShimmerOrbit 22s ease-in-out infinite alternate;
}

@keyframes ntkShimmerOrbit {
    0% { transform: translate(-10%, -10%) scale(0.9); opacity: 0.4; }
    50% { transform: translate(5%, 5%) scale(1.1); opacity: 0.8; }
    100% { transform: translate(15%, -5%) scale(1.0); opacity: 0.5; }
}

.ntk-luxe-hero-left {
    position: relative;
    z-index: 4;
}

.ntk-luxe-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(253, 80, 86, 0.18);
    border: 1px solid rgba(253, 80, 86, 0.38);
    backdrop-filter: blur(8px);
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.ntk-eyebrow-badge {
    color: #ff787d;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ntk-eyebrow-date {
    color: #ffffff;
    font-size: 0.86rem;
    font-weight: 600;
}

.ntk-luxe-hero-title {
    font-size: clamp(2.5rem, 5.2vw, 4.2rem);
    line-height: 1.15;
    margin-bottom: 20px;
    color: #ffffff;
    max-width: 960px;
}

.ntk-luxe-hero-title span {
    display: block;
}

.ntk-title-accent {
    background: linear-gradient(135deg, #fd5056 0%, #ff787d 50%, #ffd54f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 40px rgba(253, 80, 86, 0.35);
}

.ntk-luxe-hero-lead {
    font-size: 1.12rem;
    color: #e5ded8;
    line-height: 1.75;
    margin-bottom: 32px;
    max-width: 880px;
}

.ntk-luxe-hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 25px;
}

.ntk-btn-saffron {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #fd5056 0%, #ff6b70 100%);
    color: #ffffff;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(253, 80, 86, 0.4);
    transition: var(--ntk-transition);
}

.ntk-btn-saffron:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(253, 80, 86, 0.6);
}

.ntk-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(6px);
    font-weight: 600;
    font-size: 0.95rem;
    padding: 14px 26px;
    border-radius: 50px;
    text-decoration: none;
    transition: var(--ntk-transition);
}

.ntk-btn-outline:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: #fd5056;
    color: #ffffff;
    transform: translateY(-3px);
}

.ntk-btn-red {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--ntk-red-gradient);
    color: #ffffff;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 14px 28px;
    border-radius: var(--ntk-radius-md);
    text-decoration: none;
    box-shadow: var(--ntk-red-shadow);
    transition: var(--ntk-transition);
}

.ntk-btn-red:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: var(--ntk-red-shadow-hover);
}

/* Hero Right Graphics & Summary Panel */
.ntk-hero-right-container {
    position: relative;
    z-index: 4;
}

.ntk-hero-right-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140%;
    height: 140%;
    background: radial-gradient(circle, rgba(253, 80, 86, 0.22) 0%, rgba(212, 175, 55, 0.08) 45%, transparent 70%);
    filter: blur(40px);
    pointer-events: none;
    z-index: 1;
}

.ntk-hero-mandala-graphic {
    position: absolute;
    top: -60px;
    right: -60px;
    width: 380px;
    height: 380px;
    background-image: url('../images/special-pages/nashik-kumbh/haridwar-ghats-mandala-watermark.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.18;
    filter: drop-shadow(0 0 20px rgba(255, 193, 7, 0.25));
    pointer-events: none;
    z-index: 2;
    animation: ntkMandalaSpin 60s linear infinite;
}

@keyframes ntkMandalaSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.ntk-focal-summary-panel {
    position: relative;
    z-index: 3;
    background: rgba(28, 23, 21, 0.88);
    border: 1px solid rgba(212, 175, 55, 0.38);
    border-radius: var(--ntk-radius-lg);
    padding: 32px 28px;
    backdrop-filter: blur(18px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 215, 0, 0.2);
    overflow: hidden;
}

.ntk-panel-watermark-art {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 200px;
    height: 240px;
    background-image: url('../images/special-pages/nashik-kumbh/kumbh-amrit-kalash-motif.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    opacity: 0.1;
    pointer-events: none;
    z-index: 1;
}

.ntk-focal-header {
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.ntk-focal-kicker {
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem;
    font-style: italic;
    font-weight: 700;
    color: #ffd54f;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-shadow: 0 0 20px rgba(255, 213, 79, 0.4);
}

.ntk-focal-kicker::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, rgba(255, 213, 79, 0.6), transparent);
}

.ntk-focal-header h3 {
    color: #ffffff;
    font-size: 1.45rem;
    margin: 0;
}

.ntk-focal-divider {
    height: 1px;
    background: linear-gradient(to right, rgba(212, 175, 55, 0.4), transparent);
    margin: 18px 0;
}

.ntk-focal-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.ntk-focal-cell {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--ntk-radius-sm);
    padding: 12px 14px;
}

.ntk-focal-label {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #a89f99;
    margin-bottom: 4px;
}

.ntk-focal-val {
    display: block;
    font-size: 1.05rem;
    font-weight: 700;
    color: #ffffff;
}

.ntk-focal-val.saffron {
    color: #fd5056;
}

.ntk-focal-action .ntk-focal-btn {
    display: block;
    text-align: center;
    background: linear-gradient(135deg, #fd5056 0%, #ff6b70 100%);
    color: #ffffff;
    font-weight: 600;
    padding: 12px;
    border-radius: var(--ntk-radius-md);
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(253, 80, 86, 0.35);
    transition: var(--ntk-transition);
}

.ntk-focal-action .ntk-focal-btn:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(253, 80, 86, 0.5);
}

/* Hero Strip */
.ntk-luxe-hero-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 45px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 4;
}

.ntk-strip-cell {
    display: flex;
    align-items: center;
    gap: 15px;
}

.ntk-strip-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(253, 80, 86, 0.16);
    border: 1px solid rgba(253, 80, 86, 0.35);
    color: #fd5056;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.ntk-strip-body {
    display: flex;
    flex-direction: column;
}

.ntk-strip-num {
    font-size: 1.8rem;
    line-height: 1;
    color: #ffffff;
}

.ntk-strip-label {
    font-size: 0.8rem;
    color: #bdb3aa;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* =========================================================================
   COUNTDOWN TIMER SECTION
   ========================================================================= */
.ntk-countdown-section {
    --ntk-primary: #fd5056;
    --ntk-primary-dark: #e04046;
    --ntk-primary-light: #fff0f1;
    --ntk-primary-border: #ffc2c5;
    --ntk-primary-gradient: linear-gradient(135deg, #fd5056 0%, #ff6b70 100%);
    background: linear-gradient(135deg, #1c1715 0%, #291e1a 100%);
    padding: 22px 0;
    border-bottom: 2px solid rgba(212, 175, 55, 0.3);
    color: #ffffff;
}

.ntk-countdown-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px;
}

.ntk-countdown-info h4 {
    font-size: 1.35rem;
    color: #ffd54f;
    margin: 0 0 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ntk-countdown-info p {
    margin: 0;
    font-size: 0.92rem;
    color: #d1c7be;
}

.ntk-countdown-units {
    display: flex;
    gap: 14px;
}

.ntk-countdown-box {
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(253, 80, 86, 0.35);
    border-radius: var(--ntk-radius-sm);
    padding: 10px 16px;
    text-align: center;
    min-width: 74px;
    box-shadow: inset 0 0 15px rgba(253, 80, 86, 0.12);
}

.ntk-countdown-val {
    font-size: 2.3rem;
    line-height: 1;
    color: #ffffff;
    display: block;
}

.ntk-countdown-lbl {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #ff8e93;
    display: block;
    margin-top: 4px;
}

/* =========================================================================
   SANCTITY & SAMUDRA MANTHAN SECTION
   ========================================================================= */
.ntk-section-py {
    padding: 48px 0;
    position: relative;
}

.ntk-section-py.bg-cream {
    background-color: var(--ntk-bg-cream);
}

.ntk-section-eyebrow {
    display: inline-block;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--ntk-primary);
    background: var(--ntk-primary-light);
    border: 1px solid var(--ntk-primary-border);
    padding: 4px 15px;
    border-radius: 30px;
    margin-bottom: 8px;
}

.ntk-section-title {
    font-size: clamp(1.9rem, 3.2vw, 2.7rem);
    color: var(--ntk-text-dark);
    margin-bottom: 12px;
    line-height: 1.25;
}

.ntk-section-title span.accent {
    color: var(--ntk-primary);
}

.ntk-section-subtitle {
    font-size: 1.15rem;
    color: var(--ntk-text-muted);
    width: 100%;
    max-width: 100%;
    margin-bottom: 26px;
}

/* =========================================================================
   SANCTITY & SACRED DUAL EPICENTERS SECTION (TRIMBAK & NASHIK)
   ========================================================================= */
.ntk-epicenters-section {
    position: relative;
    padding: 60px 0;
    background-color: var(--ntk-bg-cream);
    overflow: hidden;
    scroll-margin-top: 90px;
}

/* Animated Sacred Om Background Motifs */
.ntk-epicenter-om-decor {
    position: absolute;
    pointer-events: none;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}

.ntk-epicenter-om-decor.ntk-om-left {
    top: 40px;
    left: -30px;
    animation: ntkOmFloatLeft 16s ease-in-out infinite alternate;
}

.ntk-epicenter-om-decor.ntk-om-right {
    bottom: 30px;
    right: -30px;
    animation: ntkOmFloatRight 18s ease-in-out infinite alternate;
}

.ntk-om-radiance {
    position: absolute;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(253, 80, 86, 0.16) 0%, rgba(212, 175, 55, 0.12) 40%, transparent 70%);
    animation: ntkRadiancePulse 7s ease-in-out infinite alternate;
}

.ntk-om-glyph {
    position: relative;
    z-index: 2;
    animation: ntkOmBreathing 6s ease-in-out infinite alternate;
}

.ntk-om-glyph i {
    font-size: clamp(220px, 20vw, 340px);
    line-height: 1;
    display: block;
    color: rgba(253, 80, 86, 0.22);
    background: linear-gradient(135deg, rgba(253, 80, 86, 0.32) 0%, rgba(224, 64, 70, 0.25) 50%, rgba(212, 175, 55, 0.35) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 35px rgba(253, 80, 86, 0.25));
}

@keyframes ntkOmFloatLeft {
    0% {
        transform: translate(0, 0) rotate(-3deg);
    }
    50% {
        transform: translate(30px, -25px) rotate(2deg);
    }
    100% {
        transform: translate(15px, 20px) rotate(-1deg);
    }
}

@keyframes ntkOmFloatRight {
    0% {
        transform: translate(0, 0) rotate(2deg);
    }
    50% {
        transform: translate(-30px, -25px) rotate(-2deg);
    }
    100% {
        transform: translate(-15px, 20px) rotate(1deg);
    }
}

@keyframes ntkOmBreathing {
    0% {
        transform: scale(0.95);
        filter: drop-shadow(0 0 15px rgba(253, 80, 86, 0.15));
    }
    50% {
        transform: scale(1.04);
        filter: drop-shadow(0 0 40px rgba(212, 175, 55, 0.35));
    }
    100% {
        transform: scale(0.98);
        filter: drop-shadow(0 0 20px rgba(253, 80, 86, 0.22));
    }
}

@keyframes ntkRadiancePulse {
    0% {
        transform: scale(0.9);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.15);
        opacity: 0.95;
    }
    100% {
        transform: scale(1.0);
        opacity: 0.7;
    }
}

.ntk-epicenter-row {
    position: relative;
    z-index: 2;
}

.ntk-epicenter-row:not(:last-child) {
    margin-bottom: 55px;
}

/* Media Frame - Stretches to match content height */
.ntk-epicenter-media {
    position: relative;
    border-radius: var(--ntk-radius-lg);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.ntk-media-frame {
    position: relative;
    border-radius: var(--ntk-radius-lg);
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
    border: 3px solid #ffffff;
    background-color: #120e0d;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.ntk-epicenter-img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    display: block;
    flex: 1 1 auto;
    transition: transform 0.8s cubic-bezier(0.2, 0, 0.2, 1);
}

.ntk-epicenter-media:hover .ntk-epicenter-img {
    transform: scale(1.04);
}

.ntk-media-gradient-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(18, 14, 13, 0.4) 0%, transparent 60%);
    pointer-events: none;
}

/* Content Column */
.ntk-epicenter-content {
    padding: 8px 0;
}

.ntk-epicenter-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.84rem;
    font-weight: 700;
    color: var(--ntk-primary);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
}

.ntk-epicenter-kicker i {
    font-size: 0.95rem;
}

.ntk-epicenter-title {
    font-size: clamp(1.65rem, 2.4vw, 2.15rem);
    font-weight: 700;
    color: var(--ntk-text-dark);
    margin-bottom: 16px;
    line-height: 1.28;
}

.ntk-epicenter-text {
    font-size: 0.97rem;
    color: var(--ntk-text-body);
    line-height: 1.72;
    margin-bottom: 14px;
}

.ntk-epicenter-text strong {
    color: var(--ntk-text-dark);
}

/* 2-column feature boxes */
.ntk-epicenter-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 22px;
}

.ntk-epicenter-feature-item {
    background: #ffffff;
    border: 1px solid var(--ntk-border-light);
    border-left: 3px solid var(--ntk-primary);
    border-radius: var(--ntk-radius-sm);
    padding: 14px 18px;
    transition: var(--ntk-transition);
}

.ntk-epicenter-feature-item:hover {
    border-color: var(--ntk-primary-border);
    border-left-color: var(--ntk-primary-dark);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(253, 80, 86, 0.09);
}

.ntk-feat-text strong {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--ntk-text-dark);
    margin-bottom: 4px;
}

.ntk-feat-text p {
    margin: 0;
    font-size: 0.82rem;
    color: var(--ntk-text-muted);
    line-height: 1.55;
}


/* =========================================================================
   BATHING CALENDAR & AMRIT SNAN TABLE
   ========================================================================= */
.ntk-calendar-section {
    background: #ffffff;
    position: relative;
}

.ntk-calendar-table-wrap {
    background: var(--ntk-bg-white);
    border: 1px solid #e8e0d6;
    border-radius: var(--ntk-radius-md);
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.ntk-calendar-table-wrap .table-responsive {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.ntk-calendar-table-wrap .table-responsive::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.ntk-calendar-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-family: 'Inter', sans-serif;
    margin: 0;
}

.ntk-calendar-table thead {
    background: linear-gradient(135deg, #181311 0%, #261d1a 100%);
}

.ntk-calendar-table th {
    padding: 16px 14px;
    font-size: 0.79rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #f7ece5;
    border-bottom: 2px solid var(--ntk-primary);
    white-space: nowrap !important; /* Never break line in thead columns */
    vertical-align: middle;
}

.ntk-calendar-table th.ntk-th-date {
    width: 12%;
}

.ntk-calendar-table th.ntk-th-snan {
    width: 18%;
}

.ntk-calendar-table th.ntk-th-tithi {
    width: 16%;
}

.ntk-calendar-table th.ntk-th-venue {
    width: 15%;
}

.ntk-calendar-table th.ntk-th-akharas {
    width: 39%;
    padding-right: 22px;
}

.ntk-calendar-table tbody tr {
    transition: all 0.2s ease;
    border-bottom: 1px solid #efe7df;
}

.ntk-calendar-table tbody tr:hover {
    background-color: #fcf9f5;
}

.ntk-calendar-table tbody tr.royal-bath {
    background: linear-gradient(90deg, rgba(253, 80, 86, 0.04) 0%, rgba(253, 80, 86, 0.01) 100%);
    border-left: 4px solid var(--ntk-primary);
}

.ntk-calendar-table tbody tr.royal-bath:hover {
    background: linear-gradient(90deg, rgba(253, 80, 86, 0.08) 0%, rgba(253, 80, 86, 0.03) 100%);
}

.ntk-calendar-table td {
    padding: 15px 14px;
    font-size: 0.91rem;
    vertical-align: middle;
    border-bottom: 1px solid #efe7df;
}

.ntk-calendar-table td:last-child {
    padding-right: 22px;
}

/* Date cell */
.ntk-date-block {
    display: flex;
    flex-direction: column;
    gap: 4px;
    white-space: nowrap;
}

.ntk-date-str {
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--ntk-text-dark);
    letter-spacing: -0.01em;
}

.ntk-day-badge {
    display: inline-block;
    width: fit-content;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 2px 8px;
    border-radius: 4px;
    background: #f0e8e0;
    color: #635852;
}

.royal-bath .ntk-day-badge {
    background: #ffe2e4;
    color: #cf2d33;
}

/* Snan Classification badge */
.ntk-bath-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 0.77rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.ntk-bath-badge.amrit {
    background: linear-gradient(135deg, #fd5056 0%, #e04046 100%);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(253, 80, 86, 0.35);
}

.ntk-bath-badge.amrit i {
    color: #ffd54f;
    font-size: 0.85rem;
}

.ntk-bath-badge.parva {
    background: #fdf5e0;
    color: #8a6400;
    border: 1px solid #edd595;
}

.ntk-bath-badge.parva i {
    color: #d4af37;
    font-size: 0.85rem;
}

/* Tithi title */
.ntk-tithi-title {
    font-weight: 600;
    color: #2b221f;
    font-size: 0.92rem;
    white-space: nowrap;
}

/* Bathing Venue Name (Clean text, no badge, no icon) */
.ntk-venue-name {
    font-weight: 600;
    color: #2b221f;
    font-size: 0.92rem;
    white-space: nowrap;
    display: inline-block;
}

/* Location Badge */
.ntk-location-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.82rem;
    font-weight: 600;
    white-space: nowrap;
}

.ntk-location-badge.both {
    background: #f4eefb;
    color: #552796;
    border: 1px solid #dfcefa;
}

.ntk-location-badge.both i {
    color: #6f34c2;
}

.ntk-location-badge.ramkund {
    background: #fff0f1;
    color: #c92f35;
    border: 1px solid #ffd4d7;
}

.ntk-location-badge.ramkund i {
    color: var(--ntk-primary);
}

.ntk-location-badge.kushavarta {
    background: #eaf7f4;
    color: #0c695c;
    border: 1px solid #c2ebe3;
}

.ntk-location-badge.kushavarta i {
    color: #0f8272;
}

/* Table Note */
.ntk-table-note {
    font-size: 0.88rem;
    color: #4c413e;
    line-height: 1.6;
}

/* Notice Box */
.ntk-calendar-notice-box {
    background: linear-gradient(135deg, #fffcf5 0%, #fff8eb 100%);
    border: 1px solid #f6e3b5;
    border-left: 5px solid #d4af37;
    padding: 22px 26px;
    border-radius: var(--ntk-radius-sm);
    margin-top: 25px;
    box-shadow: 0 4px 18px rgba(212, 175, 55, 0.08);
}

.ntk-calendar-notice-box h5 {
    font-size: 1.05rem;
    color: #7a5e00;
    margin: 0 0 8px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 9px;
}

.ntk-calendar-notice-box h5 i {
    color: #d4af37;
    font-size: 1.15rem;
}

.ntk-calendar-notice-box p {
    margin: 0;
    font-size: 0.91rem;
    color: #554413;
    line-height: 1.65;
}

/* =========================================================================
   SACRED VEDIC PUJAS SECTION (CAROUSEL SHOWCASE & CREATIVE BACKGROUND)
   ========================================================================= */
.ntk-pujas-section {
    position: relative;
    background-color: #cd1c18 !important;
    background-image: linear-gradient(326deg, #cd1c18 0%, #66023c 74%) !important;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ntk-pujas-section .ntk-section-title {
    color: #ffffff;
}

.ntk-pujas-section .ntk-section-title .accent {
    color: #ffd54f;
    text-shadow: 0 0 24px rgba(255, 213, 79, 0.45);
}

/* Creative Background Art Layer */
.ntk-pujas-bg-art {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 1;
}

/* Warm Sacred Fire (Agni) Ambient Auric Fields */
.ntk-pujas-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.ntk-pujas-glow-left {
    width: 480px;
    height: 480px;
    top: -80px;
    left: -120px;
    background: radial-gradient(circle, rgba(255, 213, 79, 0.12) 0%, transparent 70%);
    filter: blur(50px);
}

.ntk-pujas-glow-right {
    width: 520px;
    height: 520px;
    bottom: -100px;
    right: -100px;
    background: radial-gradient(circle, rgba(255, 107, 112, 0.2) 0%, transparent 70%);
    filter: blur(55px);
}

.ntk-pujas-glow-center {
    width: 600px;
    height: 380px;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(ellipse, rgba(255, 213, 79, 0.08) 0%, transparent 70%);
    filter: blur(50px);
}

/* Sacred Mahamrityunjaya Shloka Watermark Band */
.ntk-pujas-shloka-band {
    position: absolute;
    top: 10%;
    left: -5%;
    right: -5%;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.4rem, 5.2vw, 4.4rem);
    font-weight: 700;
    color: rgba(255, 213, 79, 0.07);
    white-space: nowrap;
    user-select: none;
    pointer-events: none;
    letter-spacing: 0.06em;
    line-height: 1;
    overflow: hidden;
    text-align: center;
}

/* Rotating Sacred Geometric Vedic Yantras */
.ntk-yantra-shape {
    position: absolute;
    width: 420px;
    height: 420px;
    color: #ffd54f;
    opacity: 0.12;
    pointer-events: none;
}

.ntk-yantra-left {
    top: -60px;
    left: -100px;
    animation: ntkYantraSpin 160s linear infinite;
}

.ntk-yantra-right {
    bottom: -100px;
    right: -80px;
    animation: ntkYantraCounterSpin 180s linear infinite;
}

@keyframes ntkYantraSpin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes ntkYantraCounterSpin {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}

/* Rising Sacred Yajna Embers */
.ntk-puja-ember {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, #ffffff 0%, #ffd54f 60%, rgba(255, 107, 112, 0.8) 100%);
    pointer-events: none;
    box-shadow: 0 0 10px rgba(255, 213, 79, 0.95);
}

.ntk-ember-1 {
    width: 5px;
    height: 5px;
    left: 14%;
    bottom: -10px;
    animation: ntkPujaEmberFloat 9s ease-in-out infinite 0.5s;
}

.ntk-ember-2 {
    width: 4px;
    height: 4px;
    left: 36%;
    bottom: -10px;
    animation: ntkPujaEmberFloat 11s ease-in-out infinite 2s;
}

.ntk-ember-3 {
    width: 6px;
    height: 6px;
    left: 56%;
    bottom: -10px;
    animation: ntkPujaEmberFloat 8s ease-in-out infinite 1.2s;
}

.ntk-ember-4 {
    width: 4px;
    height: 4px;
    left: 76%;
    bottom: -10px;
    animation: ntkPujaEmberFloat 10s ease-in-out infinite 3.5s;
}

.ntk-ember-5 {
    width: 5px;
    height: 5px;
    left: 88%;
    bottom: -10px;
    animation: ntkPujaEmberFloat 12s ease-in-out infinite 4s;
}

@keyframes ntkPujaEmberFloat {
    0% {
        transform: translateY(0) scale(0.6);
        opacity: 0;
    }
    20% {
        opacity: 0.85;
    }
    80% {
        opacity: 0.85;
    }
    100% {
        transform: translateY(-480px) scale(1.2);
        opacity: 0;
    }
}

/* Justified Header & Controls */
.ntk-puja-header-wrap {
    position: relative;
    z-index: 2;
}

.ntk-puja-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #ffd54f;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 213, 79, 0.35);
    padding: 5px 14px;
    border-radius: 30px;
    backdrop-filter: blur(8px);
    margin-bottom: 10px;
}

.ntk-puja-header-lead {
    font-size: 0.98rem;
    color: rgba(255, 245, 240, 0.92);
    line-height: 1.68;
    max-width: 740px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.ntk-puja-controls-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ntk-puja-counter {
    display: flex;
    align-items: baseline;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    padding: 7px 18px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 30px;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.ntk-counter-current {
    font-size: 1.25rem;
    font-weight: 800;
    color: #ffd54f;
    line-height: 1;
}

.ntk-counter-divider {
    color: rgba(255, 255, 255, 0.4);
    margin: 0 5px;
    font-size: 0.9rem;
}

.ntk-counter-total {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.92rem;
    line-height: 1;
}

.ntk-puja-nav-btns {
    display: flex;
    gap: 8px;
}

.ntk-puja-nav-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.25s ease;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.ntk-puja-nav-btn:hover {
    background: #ffd54f;
    color: #66023c;
    border-color: #ffd54f;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255, 213, 79, 0.45);
}

.ntk-puja-nav-btn:active {
    transform: scale(0.95);
}

.ntk-puja-nav-btn.swiper-button-disabled {
    opacity: 0.35;
    cursor: not-allowed;
    pointer-events: none;
}

/* Swiper Carousel & Card Layout */
.ntk-puja-swiper {
    padding: 10px 4px 20px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.ntk-puja-swiper .swiper-wrapper {
    align-items: stretch;
}

.ntk-puja-swiper .swiper-slide {
    height: auto;
    display: flex;
}

.ntk-puja-card {
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 16px 36px rgba(30, 0, 15, 0.35);
    transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}

.ntk-puja-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #fd5056 0%, #d4af37 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 3;
}

.ntk-puja-card:hover {
    transform: translateY(-8px);
    border-color: #ffd54f;
    box-shadow: 0 24px 50px rgba(30, 0, 15, 0.45), 0 0 30px rgba(255, 213, 79, 0.25);
}

.ntk-puja-card:hover::before {
    opacity: 1;
}

.ntk-puja-img-wrap {
    height: 220px;
    overflow: hidden;
    position: relative;
    background: #261d1a;
}

.ntk-puja-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.ntk-puja-card:hover .ntk-puja-img {
    transform: scale(1.08);
}

.ntk-puja-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(18, 14, 13, 0.86);
    color: #ffd54f;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 5px 12px;
    border-radius: 20px;
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 213, 79, 0.28);
    z-index: 2;
}

.ntk-puja-loc-chip {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgba(255, 255, 255, 0.94);
    color: #2e2624;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 12px;
    backdrop-filter: blur(4px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
    z-index: 2;
}

.ntk-puja-body {
    padding: 22px 22px 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.ntk-puja-body h4 {
    font-size: 1.18rem;
    font-weight: 700;
    color: #1f1815;
    margin: 0 0 10px;
    transition: color 0.2s ease;
    line-height: 1.35;
}

.ntk-puja-card:hover .ntk-puja-body h4 {
    color: var(--ntk-primary);
}

.ntk-puja-body p {
    font-size: 0.88rem;
    color: #584c47;
    line-height: 1.62;
    margin-bottom: 16px;
    flex-grow: 1;
}

.ntk-puja-specs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 10px 14px;
    background: #faf6f0;
    border: 1px solid #f0e6d8;
    border-radius: 10px;
    margin-bottom: 18px;
}

.ntk-puja-spec-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 0.78rem;
    font-weight: 600;
    color: #4a3e39;
}

.ntk-puja-spec-item i {
    color: var(--ntk-primary);
    font-size: 0.82rem;
}

.ntk-puja-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    border-top: 1px solid #ebdccc;
    gap: 10px;
}

.ntk-puja-schedule {
    font-size: 0.77rem;
    font-weight: 600;
    color: #7f6e66;
    line-height: 1.3;
}

.ntk-puja-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: linear-gradient(135deg, #fd5056 0%, #e04046 100%);
    color: #ffffff !important;
    border-radius: 20px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 4px 12px rgba(253, 80, 86, 0.25);
    white-space: nowrap;
    flex-shrink: 0;
}

.ntk-puja-cta-btn:hover {
    transform: translateX(3px);
    box-shadow: 0 6px 16px rgba(253, 80, 86, 0.38);
}

/* Pagination bullets */
.ntk-puja-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: rgba(255, 255, 255, 0.45);
    opacity: 0.8;
    margin: 0 5px !important;
    transition: all 0.3s ease;
}

.ntk-puja-pagination .swiper-pagination-bullet-active {
    width: 26px;
    border-radius: 6px;
    background: #ffd54f;
    opacity: 1;
    box-shadow: 0 2px 10px rgba(255, 213, 79, 0.65);
}

@media (max-width: 767.98px) {
    .ntk-puja-img-wrap {
        height: 190px;
    }
    .ntk-puja-body {
        padding: 18px;
    }
    .ntk-puja-nav-btn {
        width: 42px;
        height: 42px;
        font-size: 0.88rem;
    }
}

/* =========================================================================
   BATHING GHATS & SACRED SANCTUARIES SECTION (LUXURY PILGRIMAGE GRID)
   ========================================================================= */
.ntk-sanctuaries-strip-section {
    background: #fbf8f4;
    position: relative;
    overflow: hidden;
}

.ntk-strips-gallery {
    display: flex;
    gap: 12px;
    height: 610px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    user-select: none;
    box-shadow: 0 16px 40px rgba(45, 25, 15, 0.08);
}

.ntk-strip-panel {
    flex: 1;
    min-width: 72px;
    height: 100%;
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    cursor: pointer;
    background-color: #17110e;
    transition: flex 0.65s cubic-bezier(0.22, 1, 0.36, 1), transform 0.4s ease, box-shadow 0.4s ease;
}

.ntk-strip-panel.active {
    flex: 5.6;
    cursor: default;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
}

.ntk-strip-bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.02);
    filter: brightness(0.68) saturate(0.85);
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), filter 0.6s ease;
}

.ntk-strip-panel:hover .ntk-strip-bg {
    filter: brightness(0.78) saturate(0.95);
}

.ntk-strip-panel.active .ntk-strip-bg {
    transform: scale(1.08);
    filter: brightness(0.86) saturate(1.05);
}

.ntk-strip-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(14, 10, 9, 0.35) 0%, rgba(14, 10, 9, 0.85) 100%);
    transition: background 0.6s ease;
    z-index: 1;
}

.ntk-strip-panel.active .ntk-strip-overlay {
    background: linear-gradient(90deg, rgba(14, 10, 9, 0.95) 0%, rgba(14, 10, 9, 0.82) 46%, rgba(14, 10, 9, 0.32) 100%);
}

/* Collapsed State Elements */
.ntk-strip-collapsed {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 24px 10px;
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.ntk-strip-panel.active .ntk-strip-collapsed {
    opacity: 0;
    pointer-events: none;
    transform: translateY(15px);
}

.ntk-strip-num {
    font-size: 1.15rem;
    font-weight: 800;
    color: #e5b263;
    letter-spacing: 0.05em;
    font-family: var(--ntk-font-heading, inherit);
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.ntk-strip-vert-title {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 1.08rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #ffffff;
    white-space: nowrap;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.75);
    margin: auto 0;
    transition: color 0.3s ease;
}

.ntk-strip-panel:hover .ntk-strip-vert-title {
    color: #fd686d;
}

.ntk-strip-hint-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.85rem;
    transition: background 0.3s ease, transform 0.3s ease;
}

.ntk-strip-panel:hover .ntk-strip-hint-icon {
    background: var(--ntk-primary);
    transform: translateY(-3px);
}

/* Expanded State Elements */
.ntk-strip-expanded {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 30px 38px;
    opacity: 0;
    pointer-events: none;
    transform: translateX(30px);
    transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.ntk-strip-panel.active .ntk-strip-expanded {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
    transition-delay: 0.12s;
}

.ntk-strip-content {
    max-width: 540px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
}

.ntk-strip-meta-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px;
}

.ntk-strip-index {
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: #e5b263;
    text-transform: uppercase;
}

.ntk-strip-location {
    font-size: 0.82rem;
    font-weight: 600;
    color: #d1c8c1;
    display: inline-flex;
    align-items: center;
}

.ntk-strip-location i {
    color: #fd5056;
}

.ntk-strip-category {
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #fd7276;
    margin-bottom: 4px;
    display: block;
}

.ntk-strip-title {
    font-size: 1.85rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.22;
    margin: 0 0 10px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.ntk-strip-desc {
    font-size: 0.90rem;
    line-height: 1.58;
    color: #e8ded6;
    margin-bottom: 18px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.ntk-strip-details {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    background: rgba(22, 16, 14, 0.68);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 12px 14px;
    margin-bottom: 20px;
}

.ntk-strip-detail-item {
    display: flex;
    align-items: flex-start;
    gap: 9px;
}

.ntk-strip-detail-item i {
    color: #e5b263;
    font-size: 1rem;
    margin-top: 2px;
    flex-shrink: 0;
}

.ntk-detail-info {
    display: flex;
    flex-direction: column;
}

.ntk-detail-lbl {
    font-size: 0.70rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #a89f99;
    margin-bottom: 2px;
}

.ntk-detail-val {
    font-size: 0.80rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.3;
}

.ntk-strip-action {
    display: flex;
    align-items: center;
}

.ntk-strip-cta-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 24px;
    background: linear-gradient(135deg, #fd5056 0%, #d8343a 100%);
    color: #ffffff !important;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.03em;
    box-shadow: 0 6px 18px rgba(253, 80, 86, 0.35);
    transition: all 0.3s ease;
}

.ntk-strip-cta-btn:hover {
    transform: translateX(4px);
    box-shadow: 0 8px 24px rgba(253, 80, 86, 0.5);
    background: linear-gradient(135deg, #ff656a 0%, #e63940 100%);
}

.ntk-strip-cta-btn:hover {
    transform: translateX(4px);
    box-shadow: 0 8px 24px rgba(253, 80, 86, 0.5);
    background: linear-gradient(135deg, #ff656a 0%, #e63940 100%);
}

/* =========================================================================
   RESPONSIVE: MOBILE & TABLET LAYOUT (< 992px)
   ========================================================================= */
@media (max-width: 991.98px) {
    .ntk-strips-gallery {
        flex-direction: column;
        height: auto;
        gap: 10px;
        box-shadow: none;
        border-radius: 0;
        background: transparent;
    }

    .ntk-strip-panel {
        flex: none;
        width: 100%;
        min-width: unset;
        border-radius: 14px;
        transition: all 0.45s ease;
    }

    .ntk-strip-panel:not(.active) {
        height: 72px;
    }

    .ntk-strip-panel.active {
        flex: none;
        height: auto;
        min-height: 480px;
    }

    .ntk-strip-panel.active .ntk-strip-overlay {
        background: linear-gradient(180deg, rgba(14, 10, 9, 0.82) 0%, rgba(14, 10, 9, 0.96) 100%);
    }

    .ntk-strip-collapsed {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        padding: 0 20px;
        gap: 16px;
    }

    .ntk-strip-vert-title {
        writing-mode: horizontal-tb;
        transform: none;
        margin: 0;
        font-size: 1.02rem;
    }

    .ntk-strip-hint-icon {
        margin-left: auto;
        transform: rotate(90deg);
    }

    .ntk-strip-expanded {
        position: relative;
        padding: 28px 22px;
        transform: none;
    }

    .ntk-strip-title {
        font-size: 1.5rem;
    }

    .ntk-strip-desc {
        font-size: 0.88rem;
    }

    .ntk-strip-details {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 12px 14px;
    }
}

/* =========================================================================
   THE 13 AKHARAS & HISTORIC 1789 PESHWA ACCORD (CLEAN LIGHT EDITORIAL LOOK)
   ========================================================================= */
.ntk-akharas-section {
    background: #faf8f5;
    position: relative;
    overflow: hidden;
    scroll-margin-top: 100px;
}

/* Part 1: Clean Light 1789 Peshwa Accord Centerpiece */
.ntk-peshwa-accord-showcase {
    background: #ffffff;
    border: 1px solid #ebdccc;
    border-radius: 20px;
    padding: 34px 38px;
    position: relative;
    box-shadow: 0 8px 30px rgba(45, 30, 15, 0.04);
}

.ntk-peshwa-inner {
    position: relative;
}

.ntk-peshwa-seal-header {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 18px;
}

.ntk-peshwa-meta-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 4px;
}

.ntk-peshwa-seal-pill {
    background: #fdf7ee;
    border: 1px solid #dfba8e;
    color: #8c6019;
    font-size: 0.70rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 3px 10px;
    border-radius: 6px;
    line-height: 1.2;
}

.ntk-peshwa-seal {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    background: #fdf7ee;
    border: 1.5px solid #dfba8e;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #9c630e;
}

.ntk-seal-year {
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1;
    font-family: var(--ntk-font-heading, inherit);
    letter-spacing: 0.02em;
}

.ntk-seal-sub {
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: #b87b1c;
    text-transform: uppercase;
    margin-top: 3px;
}

.ntk-peshwa-title-wrap {
    display: flex;
    flex-direction: column;
}

.ntk-peshwa-tag {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--ntk-primary);
    margin-bottom: 4px;
}

.ntk-peshwa-title {
    font-size: 1.65rem;
    font-weight: 800;
    color: #1f1815;
    line-height: 1.25;
    margin: 0 0 4px;
}

.ntk-peshwa-lead {
    font-size: 0.92rem;
    font-weight: 600;
    color: #78665f;
    margin: 0;
}

.ntk-peshwa-body {
    margin-bottom: 24px;
}

.ntk-peshwa-text {
    font-size: 0.94rem;
    line-height: 1.72;
    color: #4a3e39;
    margin-bottom: 12px;
}

.ntk-peshwa-text:last-child {
    margin-bottom: 0;
}

.ntk-peshwa-text strong {
    color: #1f1815;
    font-weight: 700;
}

/* Dual Routing Branches inside Accord */
.ntk-peshwa-branches {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 20px;
    align-items: center;
    background: #faf6f0;
    border: 1px solid #ecdccb;
    border-radius: 14px;
    padding: 18px 24px;
}

.ntk-branch-card {
    display: flex;
    flex-direction: column;
}

.ntk-branch-lbl {
    font-size: 0.70rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #8c7e77;
    margin-bottom: 2px;
}

.ntk-branch-card.shaiva .ntk-branch-lbl {
    color: #a06815;
}

.ntk-branch-card.vaishnava .ntk-branch-lbl {
    color: #b82329;
}

.ntk-branch-venue {
    font-size: 1.05rem;
    font-weight: 800;
    color: #1f1815;
    margin: 0 0 2px;
}

.ntk-branch-desc {
    font-size: 0.80rem;
    color: #695d57;
    margin: 0;
}

.ntk-branch-divider {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ntk-divider-text {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #8c6019;
    background: #ffffff;
    border: 1px solid #dfba8e;
    padding: 6px 16px;
    border-radius: 20px;
    white-space: nowrap;
}

/* Part 2: Dual Encampment Showcase (Clean Editorial Directory) */
.ntk-encampment-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.ntk-realm-card {
    background: #ffffff;
    border: 1px solid #ebdccc;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(45, 25, 15, 0.04);
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.25s ease;
}

.ntk-realm-card:hover {
    box-shadow: 0 10px 32px rgba(45, 25, 15, 0.07);
}

/* Realm Header */
.ntk-realm-header {
    padding: 24px 28px 20px;
    background-color: #cd1c18 !important;
    background-image: linear-gradient(326deg, #cd1c18 0%, #66023c 74%) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.ntk-realm-location {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #ffd54f;
    display: block;
    margin-bottom: 4px;
}

.ntk-realm-title {
    font-size: 1.32rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 4px;
    line-height: 1.25;
}

.ntk-realm-desc {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
    line-height: 1.4;
}

/* Clean Editorial List */
.ntk-akhara-clean-list {
    padding: 8px 28px 16px;
    display: flex;
    flex-direction: column;
}

.ntk-akhara-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 14px 4px;
    border-bottom: 1px solid #f2ece4;
    transition: padding-left 0.2s ease;
}

.ntk-akhara-item:last-child {
    border-bottom: none;
}

.ntk-akhara-item:hover {
    padding-left: 6px;
}

.ntk-akhara-index {
    font-size: 0.86rem;
    font-weight: 700;
    color: #b0a096;
    width: 22px;
    padding-top: 1px;
    flex-shrink: 0;
    letter-spacing: 0.04em;
    font-variant-numeric: tabular-nums;
}

.ntk-akhara-item:hover .ntk-akhara-index {
    color: #7a6659;
}

.ntk-akhara-details {
    flex-grow: 1;
    min-width: 0;
}

.ntk-akhara-top {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 3px;
}

.ntk-akhara-name {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1e1714;
    margin: 0;
    line-height: 1.35;
    transition: color 0.2s ease;
}

.ntk-akhara-item:hover .ntk-akhara-name {
    color: var(--ntk-primary);
}

.ntk-akhara-est {
    font-size: 0.76rem;
    font-weight: 600;
    color: #8e8078;
    white-space: nowrap;
    flex-shrink: 0;
}

.ntk-akhara-sub {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 0.78rem;
    color: #6b5e57;
    line-height: 1.35;
}

.ntk-sep {
    color: #d6cbbf;
    font-size: 0.70rem;
}

/* Responsive: Akharas Section (< 992px) */
@media (max-width: 991.98px) {
    .ntk-akharas-section {
        scroll-margin-top: 85px;
    }

    .ntk-akharas-section .mb-5 {
        margin-bottom: 1.75rem !important;
    }

    .ntk-peshwa-accord-showcase {
        padding: 20px 16px;
        border-radius: 16px;
        margin-bottom: 24px !important;
    }

    .ntk-peshwa-seal-header {
        display: block;
        margin-bottom: 14px;
    }

    .ntk-peshwa-title-wrap {
        width: 100%;
    }

    .ntk-peshwa-meta-row {
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
        margin-bottom: 6px;
    }

    .ntk-peshwa-seal-pill {
        background: #fdf7ee;
        border: 1px solid #dfba8e;
        color: #8c6019;
        font-size: 0.68rem;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        padding: 3px 9px;
        border-radius: 6px;
        line-height: 1.2;
    }

    .ntk-peshwa-tag {
        font-size: 0.68rem;
        letter-spacing: 0.08em;
        margin-bottom: 0;
    }

    .ntk-peshwa-title {
        font-size: 1.28rem;
        font-weight: 800;
        line-height: 1.28;
        color: #1c1512;
        margin: 0 0 4px;
        width: 100%;
    }

    .ntk-peshwa-lead {
        font-size: 0.82rem;
        color: #70625b;
        line-height: 1.4;
        width: 100%;
    }

    .ntk-peshwa-body {
        margin-bottom: 20px;
    }

    .ntk-peshwa-text {
        font-size: 0.86rem;
        line-height: 1.6;
        margin-bottom: 10px;
    }

    .ntk-peshwa-text:last-child {
        margin-bottom: 0;
    }

    .ntk-peshwa-branches {
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding: 10px;
        border-radius: 12px;
    }

    .ntk-branch-card {
        padding: 12px 14px;
        border-radius: 10px;
        background: #ffffff;
        border: 1px solid #ebdccb;
    }

    .ntk-branch-card.shaiva {
        border-left: 3.5px solid #c98b2c;
        background: #fdfaf6;
    }

    .ntk-branch-card.vaishnava {
        border-left: 3.5px solid #cd1c18;
        background: #fdf6f6;
    }

    .ntk-branch-lbl {
        font-size: 0.67rem;
        margin-bottom: 2px;
    }

    .ntk-branch-venue {
        font-size: 0.94rem;
        margin: 0 0 2px;
    }

    .ntk-branch-desc {
        font-size: 0.75rem;
        line-height: 1.35;
    }

    .ntk-branch-divider {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 2px 0;
        position: relative;
        width: 100%;
    }

    .ntk-branch-divider::before {
        content: '';
        position: absolute;
        left: 12px;
        right: 12px;
        top: 50%;
        height: 1px;
        background: #dfba8e;
        opacity: 0.45;
        z-index: 1;
    }

    .ntk-divider-text {
        position: relative;
        z-index: 2;
        font-size: 0.64rem;
        padding: 2px 12px;
        border-radius: 12px;
    }

    .ntk-encampment-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ntk-akhara-clean-list {
        padding: 6px 18px 14px;
    }

    .ntk-realm-header {
        padding: 20px 18px 16px;
    }

    .ntk-akhara-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }
}

@media (max-width: 575.98px) {
    .ntk-peshwa-accord-showcase {
        padding: 18px 14px;
        margin-bottom: 20px !important;
    }

    .ntk-peshwa-title {
        font-size: 1.18rem;
    }

    .ntk-peshwa-lead {
        font-size: 0.78rem;
    }

    .ntk-peshwa-body {
        margin-bottom: 16px;
    }

    .ntk-branch-card {
        padding: 10px 12px;
    }
}

/* =========================================================================
   YATRA PACKAGES SECTION (PREMIUM 2027 REDESIGN)
   ========================================================================= */
.ntk-packages-section {
    background: #f7f3ed;
    background: linear-gradient(180deg, #f7f3ed 0%, #fbf9f6 45%, #f3ede2 100%);
    position: relative;
    overflow: hidden;
    scroll-margin-top: 90px;
    border-top: 1px solid #e8dcce;
    border-bottom: 1px solid #e8dcce;
}

/* Corner Background Floral Ornaments */
.ntk-corner-decor {
    position: absolute;
    top: 0;
    width: 170px;
    height: 170px;
    pointer-events: none;
    user-select: none;
    z-index: 1;
    opacity: 0.22;
    transition: opacity 0.3s ease;
}

.ntk-corner-tl {
    left: 0;
}

.ntk-corner-tr {
    right: 0;
    transform: scaleX(-1);
}

.ntk-corner-decor img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    filter: invert(18%) sepia(85%) saturate(3500%) hue-rotate(352deg) brightness(85%) contrast(100%);
}

@media (max-width: 991.98px) {
    .ntk-corner-decor {
        width: 120px;
        height: 120px;
        opacity: 0.16;
    }
}

@media (max-width: 575.98px) {
    .ntk-corner-decor {
        width: 75px;
        height: 75px;
        opacity: 0.12;
    }
}

.ntk-package-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    align-items: stretch;
}

.ntk-pkg-card {
    background: #ffffff;
    border: 1px solid #e2d2c0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(50, 30, 20, 0.07);
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.ntk-pkg-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 46px rgba(45, 25, 15, 0.14);
    border-color: #d1a875;
}

/* Recommended / Featured Card */
.ntk-pkg-card.recommended {
    border: 2px solid #cd1c18;
    box-shadow: 0 12px 34px rgba(205, 28, 24, 0.12);
}

.ntk-pkg-card.recommended:hover {
    box-shadow: 0 24px 52px rgba(205, 28, 24, 0.22);
    border-color: #b01511;
}

.ntk-pkg-badge-top {
    position: absolute;
    top: 0;
    right: 20px;
    background: #ffffff;
    color: #b71c1c;
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 6px 14px;
    border-radius: 0 0 10px 10px;
    z-index: 5;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-top: none;
}

.ntk-pkg-badge-top i {
    color: #d48806;
}

/* Card Header - Equal Heights across all cards with generous top breathing room */
.ntk-pkg-header {
    background: linear-gradient(145deg, #1f1815 0%, #2e221c 100%);
    color: #ffffff;
    padding: 48px 22px 20px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 190px;
}

.ntk-pkg-card.recommended .ntk-pkg-header {
    background: linear-gradient(145deg, #cd1c18 0%, #66023c 100%) !important;
    padding-top: 48px !important;
}

/* Duration Text - Clean Minimalist Typography, No Badge UI */
.ntk-pkg-duration {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    border: none !important;
    color: #f3d483 !important;
    margin-bottom: 8px;
    box-shadow: none !important;
}

.ntk-pkg-duration i {
    color: #ffd54f !important;
    font-size: 0.82rem;
}

.ntk-pkg-card.recommended .ntk-pkg-duration {
    background: transparent !important;
    border: none !important;
    color: #ffe082 !important;
}

.ntk-pkg-card.recommended .ntk-pkg-duration i {
    color: #ffd54f !important;
}

.ntk-pkg-title {
    font-size: 1.20rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 6px;
    line-height: 1.25;
    height: 2.5em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ntk-pkg-lead {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.82);
    margin: 0;
    line-height: 1.38;
    height: 2.76em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Card Body */
.ntk-pkg-body {
    padding: 24px 22px 22px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background: #ffffff;
}

/* Inclusions Highlights List */
.ntk-pkg-highlights {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-grow: 1;
}

.ntk-pkg-highlights li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    font-size: 0.84rem;
    color: #4a3e39;
    line-height: 1.48;
    padding: 3px 6px;
    border-radius: 8px;
    transition: all 0.22s ease;
}

.ntk-pkg-highlights li:hover {
    color: #1f1815;
    background: #fdfaf7;
}

/* Premium Rounded Check Emblem */
.ntk-check {
    width: 22px;
    height: 22px;
    min-width: 22px;
    border-radius: 50%;
    background: #fbf1ef;
    border: 1.5px solid #f6cfc9;
    color: #cd1c18;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.64rem;
    font-weight: 900;
    flex-shrink: 0;
    margin-top: 1px;
    box-shadow: 0 2px 6px rgba(205, 28, 24, 0.08);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Recommended card distinctive check icon */
.ntk-pkg-card.recommended .ntk-check {
    background: #fff6eb;
    border-color: #fed7aa;
    color: #c2410c;
    box-shadow: 0 2px 6px rgba(194, 65, 12, 0.10);
}

/* Interactive Hover state on list item */
.ntk-pkg-highlights li:hover .ntk-check {
    background: #cd1c18;
    border-color: #cd1c18;
    color: #ffffff;
    transform: scale(1.15);
    box-shadow: 0 4px 10px rgba(205, 28, 24, 0.32);
}

.ntk-pkg-card.recommended .ntk-pkg-highlights li:hover .ntk-check {
    background: linear-gradient(135deg, #cd1c18 0%, #7d0a4e 100%);
    border-color: #cd1c18;
    color: #ffffff;
    transform: scale(1.15);
    box-shadow: 0 4px 12px rgba(205, 28, 24, 0.36);
}

/* Card Footer & Action Button */
.ntk-pkg-footer {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 16px;
    border-top: 1px solid #f0e6dc;
    margin-top: auto;
}

.ntk-pkg-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #1f1815;
    color: #ffffff !important;
    font-size: 0.88rem;
    font-weight: 700;
    padding: 12px 18px;
    border-radius: 12px;
    text-decoration: none !important;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(31, 24, 21, 0.16);
    position: relative;
}

.ntk-pkg-btn,
.ntk-pkg-btn:visited,
.ntk-pkg-btn:link,
.ntk-pkg-btn *,
.ntk-pkg-btn span,
.ntk-pkg-btn i {
    color: #ffffff !important;
    text-decoration: none !important;
}

.ntk-pkg-btn i {
    transition: transform 0.25s ease;
}

.ntk-pkg-btn:hover {
    background: linear-gradient(135deg, #cd1c18 0%, #66023c 100%);
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(205, 28, 24, 0.35);
}

.ntk-pkg-btn:hover,
.ntk-pkg-btn:focus,
.ntk-pkg-btn:active,
.ntk-pkg-btn:hover *,
.ntk-pkg-btn:hover span,
.ntk-pkg-btn:hover i,
.ntk-pkg-btn:focus *,
.ntk-pkg-btn:focus span,
.ntk-pkg-btn:focus i,
.ntk-pkg-btn:active *,
.ntk-pkg-btn:active span,
.ntk-pkg-btn:active i {
    color: #ffffff !important;
    text-decoration: none !important;
}

.ntk-pkg-btn:hover i {
    transform: translateX(4px);
}

.ntk-pkg-card.recommended .ntk-pkg-btn {
    background: linear-gradient(135deg, #cd1c18 0%, #66023c 100%);
    box-shadow: 0 6px 20px rgba(205, 28, 24, 0.28);
}

.ntk-pkg-card.recommended .ntk-pkg-btn:hover {
    background: linear-gradient(135deg, #b51512 0%, #4f002d 100%);
    box-shadow: 0 10px 28px rgba(205, 28, 24, 0.42);
    color: #ffffff !important;
}

.ntk-pkg-trust {
    font-size: 0.72rem;
    font-weight: 600;
    color: #7d6e67;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ntk-pkg-trust i {
    color: #2e7d32;
    font-size: 0.76rem;
}

/* Responsive: Packages Section */
@media (max-width: 1199.98px) {
    .ntk-package-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 767.98px) {
    .ntk-package-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ntk-pkg-header {
        padding: 46px 20px 20px;
        min-height: auto;
    }

    .ntk-pkg-card.recommended .ntk-pkg-header {
        padding-top: 46px !important;
    }

    .ntk-pkg-body {
        padding: 18px 16px 20px;
    }

    .ntk-pkg-title {
        font-size: 1.18rem;
        height: auto;
        -webkit-line-clamp: unset;
        overflow: visible;
    }

    .ntk-pkg-lead {
        height: auto;
        -webkit-line-clamp: unset;
        overflow: visible;
    }
}

@media (max-width: 480px) {
    .ntk-pkg-specs {
        grid-template-columns: 1fr;
        gap: 6px;
    }
}

/* =========================================================================
   LUXURY CAMP & ACCOMMODATION
   ========================================================================= */
.ntk-stay-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.ntk-stay-card {
    background: var(--ntk-bg-white);
    border: 1px solid var(--ntk-border-card);
    border-radius: var(--ntk-radius-md);
    overflow: hidden;
    box-shadow: var(--ntk-shadow-subtle);
}

.ntk-stay-img-wrap {
    height: 210px;
    overflow: hidden;
}

.ntk-stay-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.ntk-stay-card:hover .ntk-stay-img {
    transform: scale(1.06);
}

.ntk-stay-body {
    padding: 24px;
}

.ntk-stay-body h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--ntk-text-dark);
    margin: 0 0 10px;
}

.ntk-stay-body p {
    font-size: 0.9rem;
    color: var(--ntk-text-body);
    line-height: 1.6;
    margin-bottom: 15px;
}

.ntk-stay-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ntk-stay-features li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: var(--ntk-text-muted);
    padding: 4px 0;
}

.ntk-stay-features li i {
    color: var(--ntk-primary);
}

/* =========================================================================
   CONNECTIVITY & MONSOON LOGISTICS
   ========================================================================= */
.ntk-info-box-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.ntk-info-card {
    background: var(--ntk-bg-white);
    border: 1px solid var(--ntk-border-card);
    border-radius: var(--ntk-radius-md);
    padding: 28px 24px;
    box-shadow: var(--ntk-shadow-subtle);
}

.ntk-info-card-icon {
    width: 54px;
    height: 54px;
    border-radius: 12px;
    background: var(--ntk-red-light);
    color: var(--ntk-red);
    border: 1px solid var(--ntk-red-border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 18px;
    transition: var(--ntk-transition);
}

.ntk-info-card:hover .ntk-info-card-icon {
    background: var(--ntk-red-gradient);
    color: #ffffff;
    border-color: transparent;
    transform: scale(1.08);
}

.ntk-info-card h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--ntk-text-dark);
    margin: 0 0 12px;
}

.ntk-info-card p {
    font-size: 0.9rem;
    color: var(--ntk-text-body);
    line-height: 1.6;
    margin: 0;
}

/* =========================================================================
   FAQ SECTION (HARIDWAR LUXE 2-COLUMN MATCHED REDESIGN)
   ========================================================================= */
.ntk-faq-section-luxe {
    padding: 70px 0 80px;
    position: relative;
    background: radial-gradient(circle at 5% 10%, rgba(205, 28, 24, 0.04) 0%, transparent 45%),
                radial-gradient(circle at 95% 90%, rgba(205, 28, 24, 0.05) 0%, transparent 45%),
                linear-gradient(180deg, #ffffff 0%, #faf8f5 50%, #f7f3ed 100%);
    border-top: 1px solid #e8dcce;
    border-bottom: 1px solid #e8dcce;
    overflow: hidden;
}

.ntk-faq-title-wrap {
    max-width: 100% !important;
    margin-bottom: 40px;
}

.ntk-red-divider-line {
    width: 60px;
    height: 3px;
    background: #cd1c18;
    margin: 12px auto 16px;
    border-radius: 3px;
}

.ntk-faq-accordion-clean {
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: relative;
    z-index: 2;
}

.ntk-faq-item {
    border: 1px solid #e5dbcf;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.ntk-faq-item:hover {
    border-color: #d1b89d;
    box-shadow: 0 6px 18px rgba(45, 25, 15, 0.06);
    transform: translateY(-1px);
}

.ntk-faq-item.is-open {
    border-color: rgba(205, 28, 24, 0.45);
    box-shadow: 0 8px 24px rgba(205, 28, 24, 0.10);
}

.ntk-faq-toggle {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 18px;
    background: #ffffff;
    border: 0;
    text-align: left;
    cursor: pointer;
    transition: all 0.25s ease;
}

.ntk-faq-qwrap {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex: 1;
}

.ntk-faq-qnum {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.76rem;
    font-weight: 700;
    color: #cd1c18;
    background: #fdf2f2;
    border: 1px solid #fecaca;
    padding: 2px 7px;
    border-radius: 6px;
    line-height: 1.2;
    margin-top: 2px;
    flex-shrink: 0;
    letter-spacing: 0.03em;
}

.ntk-faq-qtext {
    font-size: 0.94rem;
    font-weight: 700;
    color: #1f1815;
    line-height: 1.45;
    transition: all 0.25s ease;
}

.ntk-faq-toggle:hover .ntk-faq-qtext {
    color: #cd1c18;
}

.ntk-faq-item.is-open .ntk-faq-qtext {
    color: #cd1c18;
}

.ntk-faq-icon-pill {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    border-radius: 50%;
    flex-shrink: 0;
    transition: all 0.3s ease;
    margin-top: 1px;
}

.ntk-faq-icon-pill i {
    font-size: 0.78rem;
    color: #4b5563;
    transition: transform 0.3s ease, color 0.3s ease;
}

.ntk-faq-toggle:hover .ntk-faq-icon-pill {
    background: #fdf2f2;
}

.ntk-faq-toggle:hover .ntk-faq-icon-pill i {
    color: #cd1c18;
}

.ntk-faq-item.is-open .ntk-faq-icon-pill {
    background: #cd1c18;
}

.ntk-faq-item.is-open .ntk-faq-icon-pill i {
    transform: rotate(45deg);
    color: #ffffff;
}

.ntk-faq-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0 18px 0 51px;
    color: #4a3e39;
    font-size: 0.89rem;
    line-height: 1.68;
    background: #ffffff;
    border-top: 1px solid transparent;
    transition: max-height 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s ease, padding 0.35s ease, border-color 0.3s ease;
}

.ntk-faq-item.is-open .ntk-faq-content {
    max-height: 600px;
    opacity: 1;
    padding: 12px 18px 18px 51px;
    border-top-color: rgba(0, 0, 0, 0.05);
}

.ntk-faq-content p {
    margin: 0;
}

@media (max-width: 767.98px) {
    .ntk-faq-content {
        padding: 0 16px 0 16px;
    }
    .ntk-faq-item.is-open .ntk-faq-content {
        padding: 12px 16px 16px 16px;
    }
    .ntk-faq-toggle {
        padding: 14px 14px;
    }
    .ntk-faq-qtext {
        font-size: 0.89rem;
    }
}

/* =========================================================================
   VIP INQUIRY & REGISTRATION FORM
   ========================================================================= */
/* =========================================================================
   VIP INQUIRY & REGISTRATION FORM (PREMIUM COMPACT REDESIGN)
   ========================================================================= */
.ntk-inquiry-section {
    background: linear-gradient(135deg, rgba(16, 11, 8, 0.92) 0%, rgba(30, 18, 14, 0.89) 100%),
                url('/assets/images/special-pages/nashik-kumbh/trimbakeshwar-jyotirlinga-temple.jpg') center center / cover no-repeat;
    color: #ffffff;
    position: relative;
    padding: 60px 0;
}

.ntk-inquiry-left h2 {
    font-size: clamp(1.85rem, 3.2vw, 2.5rem);
    color: #ffffff;
    margin-bottom: 14px;
    font-weight: 800;
    line-height: 1.25;
}

.ntk-inquiry-mobile-title {
    font-size: clamp(1.45rem, 5vw, 1.85rem);
    color: #ffffff;
    margin: 4px 0 8px;
    font-weight: 800;
    line-height: 1.25;
}

.ntk-inquiry-left p {
    color: #e5ded8;
    font-size: 0.95rem;
    line-height: 1.68;
    margin-bottom: 22px;
}

.ntk-inquiry-left p strong {
    color: #ffd54f;
}

.ntk-trust-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.ntk-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.14);
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 0.84rem;
    color: #f5ebe6;
    font-weight: 600;
    backdrop-filter: blur(4px);
}

.ntk-trust-item i {
    color: #ffd54f;
    font-size: 0.95rem;
    flex-shrink: 0;
}

/* Luxury Form Card */
.ntk-inquiry-card {
    background: #ffffff;
    color: var(--ntk-text-dark);
    border-radius: 18px;
    padding: 30px 32px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
    border: 1px solid #ebdccc;
}

.ntk-inquiry-card-header {
    margin-bottom: 18px;
    border-bottom: 1px solid #f0e6dc;
    padding-bottom: 14px;
}

.ntk-inquiry-card-header h3 {
    font-size: 1.35rem;
    font-weight: 800;
    color: #1f1815;
    margin: 0 0 4px;
}

.ntk-inquiry-card-header p {
    font-size: 0.86rem;
    color: #7d6e67;
    margin: 0;
}

.ntk-form-group {
    margin-bottom: 0;
}

.ntk-form-group label {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    color: #3b2e28;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.ntk-req {
    color: #cd1c18;
}

.ntk-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.ntk-input-icon {
    position: absolute;
    left: 14px;
    color: #9e8f86;
    font-size: 0.92rem;
    pointer-events: none;
}

.ntk-input-wrap .form-control {
    padding: 10px 14px 10px 40px;
    border: 1.5px solid #e2d5c7;
    border-radius: 9px;
    font-size: 0.90rem;
    color: #2b1f1a;
    width: 100%;
    transition: all 0.2s ease;
    background: #fdfbf9;
    height: auto;
}

.ntk-input-wrap .form-control:focus {
    border-color: #cd1c18;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(205, 28, 24, 0.12);
    outline: none;
}

.ntk-inquiry-submit-btn {
    width: 100%;
    background: linear-gradient(135deg, #cd1c18 0%, #66023c 100%);
    color: #ffffff !important;
    border: none;
    font-weight: 700;
    font-size: 1rem;
    padding: 13px 22px;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(205, 28, 24, 0.3);
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.ntk-inquiry-submit-btn,
.ntk-inquiry-submit-btn span,
.ntk-inquiry-submit-btn i {
    color: #ffffff !important;
}

.ntk-inquiry-submit-btn:hover {
    background: linear-gradient(135deg, #b51512 0%, #4d002c 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(205, 28, 24, 0.42);
}

.ntk-inquiry-submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

/* =========================================================================
   HOW TO REACH & TRANSIT ROUTE CORRIDORS (CLEAN VERTICAL ROUTE UI)
   ========================================================================= */
.ntk-routes-section {
    background: #fcf9f5;
    position: relative;
    border-top: 1px solid #ebdccc;
    border-bottom: 1px solid #ebdccc;
    padding: 70px 0;
}

.ntk-rc-card {
    background: #ffffff;
    border: 1.5px solid #ebdccc;
    border-radius: 18px;
    overflow: hidden;
    padding: 0;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: all 0.3s ease;
}

.ntk-rc-card:hover {
    border-color: #d8c4b2;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.09);
    transform: translateY(-4px);
}

/* Card Cover Image Header */
.ntk-rc-cover {
    position: relative;
    height: 175px;
    width: 100%;
    overflow: hidden;
}

.ntk-rc-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.ntk-rc-card:hover .ntk-rc-cover img {
    transform: scale(1.06);
}

.ntk-rc-cover-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(16, 12, 10, 0.45) 0%,
        rgba(16, 12, 10, 0.20) 40%,
        rgba(16, 12, 10, 0.88) 100%
    );
}

.ntk-rc-cover-top {
    position: absolute;
    top: 14px;
    left: 16px;
    right: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    z-index: 2;
}

.ntk-rc-badge {
    background: rgba(205, 28, 24, 0.90);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    white-space: nowrap;
}

.ntk-rc-time-badge {
    font-size: 0.72rem;
    font-weight: 700;
    color: #1e1612;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.7);
    padding: 4px 10px;
    border-radius: 50px;
    backdrop-filter: blur(4px);
    white-space: nowrap;
}

.ntk-rc-cover-title {
    position: absolute;
    bottom: 12px;
    left: 16px;
    right: 16px;
    z-index: 2;
}

.ntk-rc-cover-title h3 {
    color: #ffffff;
    font-size: 1.30rem;
    font-weight: 800;
    margin: 0 0 2px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
    line-height: 1.2;
}

.ntk-rc-cover-title p {
    color: #ffd54f;
    font-size: 0.78rem;
    font-weight: 600;
    margin: 0;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}

/* Card Content Area */
.ntk-rc-content {
    padding: 20px 20px 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Vertical Route Stepper */
.ntk-rc-stepper {
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
}

.ntk-rc-step {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    position: relative;
    z-index: 2;
}

.ntk-rc-marker {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #ffffff;
    border: 4px solid #5c4a3e;
    flex-shrink: 0;
    margin-top: 2px;
    box-shadow: 0 0 0 3px rgba(92, 74, 62, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ntk-marker-mid {
    border-color: #cd1c18;
    box-shadow: 0 0 0 3px rgba(205, 28, 24, 0.12);
}

.ntk-marker-end {
    border-color: #b45309;
    background: #fef3c7;
    box-shadow: 0 0 0 4px rgba(180, 83, 9, 0.18);
    font-size: 0.70rem;
    color: #b45309;
    border-width: 2px;
}

.ntk-rc-body {
    flex: 1;
    min-width: 0;
}

.ntk-rc-label {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #8c7768;
    margin-bottom: 2px;
}

.ntk-rc-name {
    font-size: 0.92rem;
    font-weight: 800;
    color: #1e1612;
    margin: 0;
    line-height: 1.35;
}

/* Vertical Connector Line & Pill */
.ntk-rc-connector {
    position: relative;
    padding: 10px 0 10px 36px;
    margin: 3px 0;
}

.ntk-rc-line {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: repeating-linear-gradient(
        to bottom,
        #cfbeaf,
        #cfbeaf 4px,
        transparent 4px,
        transparent 8px
    );
}

.ntk-rc-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #faf6f1;
    border: 1px solid #ebdccc;
    border-radius: 50px;
    padding: 4px 11px;
    font-size: 0.74rem;
    font-weight: 700;
    color: #5c4a3e;
    line-height: 1.2;
}

.ntk-rc-pill i {
    color: #cd1c18;
    font-size: 0.75rem;
}

/* Card Bottom Note */
.ntk-rc-foot {
    background: #fdfaf6;
    border: 1px solid #eee4d9;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 0.82rem;
    color: #5a483e;
    line-height: 1.55;
    margin-top: auto;
}

.ntk-rc-foot p {
    margin: 0;
}

.ntk-rc-foot strong {
    color: #2b1f1a;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .ntk-routes-section {
        padding: 45px 0;
    }
}

@media (max-width: 575.98px) {
    .ntk-rc-card {
        padding: 0;
    }
    .ntk-rc-cover {
        height: 160px;
    }
    .ntk-rc-content {
        padding: 16px 15px 18px;
    }
    .ntk-rc-connector {
        padding: 8px 0 8px 32px;
    }
    .ntk-rc-pill {
        font-size: 0.70rem;
        padding: 3px 9px;
    }
}

@media (max-width: 991.98px) {
    .ntk-inquiry-section {
        padding: 45px 0;
    }
    .ntk-inquiry-left {
        margin-top: 8px;
    }
    .ntk-inquiry-left h2 {
        font-size: 1.65rem;
    }
    .ntk-inquiry-left p {
        font-size: 0.90rem;
        line-height: 1.62;
        margin-bottom: 18px;
    }
    .ntk-trust-points {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

@media (max-width: 575.98px) {
    .ntk-inquiry-section {
        padding: 34px 0;
    }
    .ntk-inquiry-card {
        padding: 22px 18px;
        border-radius: 16px;
    }
    .ntk-inquiry-card-header h3 {
        font-size: 1.20rem;
    }
    .ntk-inquiry-card-header p {
        font-size: 0.82rem;
    }
    .ntk-input-wrap .form-control {
        padding: 9px 12px 9px 36px;
        font-size: 0.88rem;
    }
    .ntk-input-icon {
        left: 12px;
        font-size: 0.85rem;
    }
    .ntk-inquiry-submit-btn {
        padding: 11px 16px;
        font-size: 0.94rem;
    }
    .ntk-trust-points {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .ntk-trust-item {
        padding: 9px 12px;
        font-size: 0.80rem;
    }
}



/* =========================================================================
   RESPONSIVE ADJUSTMENTS
   ========================================================================= */
@media (max-width: 1200px) {
    .ntk-package-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .ntk-section-py {
        padding: 38px 0;
    }
    .ntk-inquiry-section {
        padding: 38px 0;
    }
    .ntk-hero-mandala-graphic {
        width: 260px;
        height: 260px;
        top: -30px;
        right: -30px;
    }
    .ntk-luxe-hero {
        padding: 40px 0 35px;
    }
    .ntk-luxe-hero-left {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
    }
    .ntk-luxe-hero-eyebrow {
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
        border-radius: 50px;
    }
    .ntk-luxe-hero-title {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .ntk-luxe-hero-lead {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .ntk-luxe-hero-ctas {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
    .ntk-luxe-hero-strip {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .ntk-teerth-grid,
    .ntk-puja-grid,
    .ntk-stay-grid,
    .ntk-info-box-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ntk-ghat-display-panel {
        grid-template-columns: 1fr;
    }
    .ntk-ghat-display-img {
        min-height: 280px;
        max-height: 320px;
    }
    .ntk-akhara-dual-grid {
        grid-template-columns: 1fr;
    }
    .ntk-epicenter-media {
        height: auto;
    }
    .ntk-media-frame {
        height: 380px;
    }
    .ntk-epicenter-img {
        height: 380px;
        min-height: 380px;
    }
    .ntk-epicenter-om-decor {
        opacity: 0.12;
    }
}

@media (max-width: 767px) {
    .ntk-luxe-hero {
        padding: 32px 0 24px;
        min-height: auto;
    }
    .ntk-panel-primary {
        width: 100%;
        opacity: 0.85;
        mask-image: none;
        -webkit-mask-image: none;
    }
    .ntk-panel-secondary {
        display: none;
    }
    .ntk-hero-dual-overlay {
        background: radial-gradient(circle at center, rgba(18, 14, 13, 0.82) 0%, rgba(18, 14, 13, 0.95) 100%);
    }
    .ntk-luxe-hero-left {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin: 0 auto;
    }
    .ntk-luxe-hero-eyebrow {
        display: inline-flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 6px 10px;
        padding: 6px 16px;
        margin: 0 auto 16px;
        border-radius: 50px;
        background: rgba(253, 80, 86, 0.2);
        border: 1px solid rgba(253, 80, 86, 0.38);
        max-width: 100%;
        text-align: center;
    }
    .ntk-eyebrow-badge {
        font-size: 0.7rem;
        letter-spacing: 0.05em;
    }
    .ntk-eyebrow-date {
        font-size: 0.76rem;
        font-weight: 500;
    }
    .ntk-luxe-hero-title {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        font-size: clamp(1.6rem, 6.8vw, 2.15rem);
        line-height: 1.18;
        margin-bottom: 14px;
        letter-spacing: -0.01em;
        width: 100%;
    }
    .ntk-luxe-hero-lead {
        text-align: center;
        margin: 0 auto 20px;
        font-size: 0.88rem;
        line-height: 1.6;
        color: #ded6cf;
        max-width: 95%;
    }
    .ntk-luxe-hero-ctas {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 360px;
        margin: 0 auto 22px;
        gap: 12px;
    }
    .ntk-luxe-hero-ctas .ntk-btn-saffron,
    .ntk-luxe-hero-ctas .ntk-btn-outline {
        width: 100%;
        justify-content: center;
        text-align: center;
        padding: 13px 24px;
        font-size: 0.92rem;
        border-radius: 50px !important;
    }
    .ntk-luxe-hero-strip {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-top: 18px;
        padding-top: 18px;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        width: 100%;
    }
    .ntk-strip-cell {
        padding: 10px 12px;
        gap: 10px;
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 12px;
    }
    .ntk-strip-icon {
        width: 36px;
        height: 36px;
        font-size: 0.95rem;
        border-radius: 8px;
        flex-shrink: 0;
    }
    .ntk-strip-num {
        font-size: 1.2rem;
        line-height: 1.1;
    }
    .ntk-strip-label {
        font-size: 0.66rem;
        letter-spacing: 0.02em;
    }
    .ntk-teerth-grid,
    .ntk-puja-grid,
    .ntk-stay-grid,
    .ntk-info-box-grid,
    .ntk-package-grid,
    .ntk-epicenter-features {
        grid-template-columns: 1fr;
    }
    .ntk-media-frame {
        height: 280px;
    }
    .ntk-epicenter-img {
        height: 280px;
        min-height: 280px;
    }
    .ntk-epicenter-om-decor {
        opacity: 0.07;
    }
    .ntk-om-glyph i {
        font-size: 180px;
    }
    .ntk-om-radiance {
        width: 260px;
        height: 260px;
    }
    .ntk-countdown-section {
        padding: 18px 0;
    }
    .ntk-countdown-wrap {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 12px;
    }
    .ntk-countdown-title {
        font-size: 1.1rem;
        margin-bottom: 2px;
    }
    .ntk-countdown-sub {
        font-size: 0.8rem;
        margin-bottom: 0;
    }
    .ntk-countdown-units {
        width: 100%;
        max-width: 380px;
        justify-content: center;
        gap: 8px;
        margin: 0 auto;
    }
    .ntk-countdown-box {
        flex: 1;
        min-width: 0;
        padding: 8px 6px;
    }
    .ntk-countdown-val {
        font-size: 1.55rem;
    }
    .ntk-countdown-lbl {
        font-size: 0.65rem;
    }
    .ntk-countdown-btn {
        width: 100%;
        max-width: 380px;
        justify-content: center;
        text-align: center;
        padding: 11px 18px;
        font-size: 0.88rem;
        margin: 0 auto;
    }
    .ntk-ghat-display-content {
        padding: 24px;
    }
    .ntk-ghat-specs-grid {
        grid-template-columns: 1fr;
    }
    .ntk-inquiry-card {
        padding: 24px 18px;
    }
}

@media (max-width: 420px) {
    .ntk-luxe-hero-title {
        font-size: 1.5rem;
    }
    .ntk-eyebrow-badge {
        font-size: 0.65rem;
    }
    .ntk-eyebrow-date {
        font-size: 0.7rem;
    }
    .ntk-luxe-hero-ctas {
        max-width: 100%;
    }
    .ntk-luxe-hero-ctas .ntk-btn-saffron,
    .ntk-luxe-hero-ctas .ntk-btn-outline {
        padding: 12px 18px;
        font-size: 0.88rem;
    }
    .ntk-strip-cell {
        padding: 8px 10px;
        gap: 8px;
    }
    .ntk-strip-icon {
        width: 30px;
        height: 30px;
        font-size: 0.85rem;
    }
    .ntk-strip-num {
        font-size: 1.1rem;
    }
    .ntk-strip-label {
        font-size: 0.6rem;
    }
    .ntk-countdown-units {
        gap: 5px;
    }
    .ntk-countdown-val {
        font-size: 1.35rem;
    }
}
