@media(max-width:767px){.elementor-134 .elementor-element.elementor-element-99f7c34{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-99f7c34 *//* =========================================================
   TRIKUTA BHAWAN KATRA
   KATRA & VAISHNO DEVI PAGE CSS
========================================================= */

.tk-katra-page {

    width: 100%;

    overflow: hidden;

    background: #ffffff;

    color: #073b5c;

    font-family:
        Arial,
        Helvetica,
        sans-serif;
}


.tk-katra-page *,
.tk-katra-page *::before,
.tk-katra-page *::after {

    box-sizing: border-box;
}


/* =========================================================
   COMMON CONTAINER
========================================================= */

.tk-katra-container {

    width: 100%;

    max-width: 1180px;

    margin: 0 auto;

    padding-left: 20px;

    padding-right: 20px;
}


/* =========================================================
   COMMON SECTION LABEL
========================================================= */

.tk-katra-section-label {

    display: flex;

    align-items: center;

    gap: 9px;

    margin-bottom: 13px;

    color: #dca900;

    font-size: 9px;

    line-height: 1;

    font-weight: 900;

    letter-spacing: 1.7px;
}


.tk-katra-section-label span {

    width: 28px;

    height: 2px;

    flex: 0 0 28px;

    background: #dca900;
}


/* =========================================================
   SECTION 1 — HERO
========================================================= */

.tk-katra-hero {

    position: relative;

    min-height: 500px;

    display: flex;

    align-items: center;

    background-image:
        url("https://trikutabhawankatraa.com/wp-content/uploads/2026/08/unnamed-45.webp");

    background-size: cover;

    background-position: center;

    overflow: hidden;
}


.tk-katra-hero-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(3,43,66,.95) 0%,
            rgba(3,43,66,.80) 45%,
            rgba(3,43,66,.40) 75%,
            rgba(3,43,66,.12) 100%
        );
}


.tk-katra-hero-container {

    position: relative;

    z-index: 2;

    width: 100%;

    max-width: 1180px;

    margin: 0 auto;

    padding:
        50px 20px;
}


.tk-katra-breadcrumb {

    display: flex;

    align-items: center;

    gap: 9px;

    margin-bottom: 28px;

    color: #dce7eb;

    font-size: 10px;
}


.tk-katra-breadcrumb a {

    color: #f2bd24 !important;

    text-decoration: none !important;

    font-weight: 700;
}


.tk-katra-hero-content {

    max-width: 760px;
}


.tk-katra-eyebrow {

    display: block;

    margin-bottom: 13px;

    color: #f2bd24;

    font-size: 10px;

    font-weight: 900;

    letter-spacing: 2px;
}


.tk-katra-hero h1 {

    margin: 0 0 17px;

    color: #ffffff;

    font-size:
        clamp(39px, 5vw, 60px);

    line-height: 1.05;

    font-weight: 900;

    letter-spacing: -1px;
}


.tk-katra-hero h1 span {

    display: block;

    color: #f2bd24;
}


.tk-katra-hero-content > p {

    max-width: 650px;

    margin:
        0 0 27px;

    color: #edf4f6;

    font-size: 13px;

    line-height: 1.75;
}


.tk-katra-hero-actions {

    display: flex;

    flex-wrap: wrap;

    gap: 9px;
}


.tk-katra-primary-btn,
.tk-katra-outline-btn {

    min-height: 47px;

    padding:
        0 19px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    border-radius: 5px;

    text-decoration: none !important;

    font-size: 9px;

    font-weight: 900;
}


.tk-katra-primary-btn {

    background: #f2bd24;

    color: #073b5c !important;
}


.tk-katra-outline-btn {

    border:
        1px solid rgba(255,255,255,.65);

    color: #ffffff !important;

    background:
        rgba(255,255,255,.04);
}


.tk-katra-primary-btn span {

    font-size: 16px;
}


/* =========================================================
   SECTION 2 — ABOUT KATRA
========================================================= */

.tk-katra-about {

    padding:
        85px 0;

    background: #ffffff;
}


.tk-katra-about-grid {

    display: grid;

    grid-template-columns:
        .8fr 1.2fr;

    gap: 70px;

    align-items: start;
}


.tk-katra-about-heading h2 {

    margin: 0;

    color: #073b5c;

    font-size:
        clamp(32px, 4vw, 45px);

    line-height: 1.08;

    font-weight: 900;

    letter-spacing: -.6px;
}


.tk-katra-about-heading h2 span {

    display: block;

    color: #dca900;
}


.tk-katra-about-content p {

    margin:
        0 0 16px;

    color: #68747b;

    font-size: 11px;

    line-height: 1.85;
}


.tk-katra-about-content p:last-child {

    margin-bottom: 0;
}


.tk-katra-about-content strong {

    color: #073b5c;

    font-weight: 800;
}


/* =========================================================
   SECTION 3 — TRIKUTA STAY
========================================================= */

.tk-trikuta-stay {

    padding:
        85px 0;

    background: #f5f7f8;
}


.tk-trikuta-stay-grid {

    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 65px;

    align-items: center;
}


.tk-trikuta-stay-image {

    position: relative;

    height: 450px;

    overflow: hidden;

    border-radius: 9px;

    background: #e5e9eb;
}


.tk-trikuta-stay-image img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;
}


.tk-trikuta-image-badge {

    position: absolute;

    left: 20px;

    bottom: 20px;

    padding:
        13px 16px;

    border-radius: 5px;

    background:
        rgba(7,59,92,.93);
}


.tk-trikuta-image-badge strong {

    display: block;

    margin-bottom: 4px;

    color: #f2bd24;

    font-size: 9px;

    letter-spacing: 1px;
}


.tk-trikuta-image-badge span {

    color: #ffffff;

    font-size: 8px;
}


.tk-trikuta-stay-content h2 {

    margin:
        0 0 16px;

    color: #073b5c;

    font-size:
        clamp(32px, 4vw, 45px);

    line-height: 1.08;

    font-weight: 900;
}


.tk-trikuta-stay-content h2 span {

    display: block;

    color: #dca900;
}


.tk-trikuta-stay-content > p {

    margin:
        0 0 15px;

    color: #68747b;

    font-size: 11px;

    line-height: 1.8;
}


.tk-stay-highlights {

    display: grid;

    grid-template-columns:
        repeat(3,1fr);

    gap: 7px;

    margin:
        24px 0;
}


.tk-stay-highlight {

    padding:
        14px 10px;

    border:
        1px solid #dce3e6;

    border-radius: 5px;

    background: #ffffff;
}


.tk-stay-highlight strong {

    display: block;

    margin-bottom: 5px;

    color: #073b5c;

    font-size: 9px;
}


.tk-stay-highlight span {

    display: block;

    color: #748087;

    font-size: 7px;

    line-height: 1.4;
}


.tk-katra-dark-btn {

    min-height: 43px;

    padding:
        0 17px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    border-radius: 5px;

    background: #073b5c;

    color: #ffffff !important;

    text-decoration: none !important;

    font-size: 8px;

    font-weight: 900;
}


.tk-katra-dark-btn span {

    font-size: 15px;
}


/* =========================================================
   SECTION 4 — VAISHNO DEVI
========================================================= */

.tk-vaishno-pilgrimage {

    padding:
        85px 0;

    background: #ffffff;
}


.tk-vaishno-header {

    max-width: 760px;

    margin-bottom: 38px;
}


.tk-vaishno-header h2 {

    margin:
        0 0 13px;

    color: #073b5c;

    font-size:
        clamp(32px, 4vw, 45px);

    line-height: 1.08;

    font-weight: 900;
}


.tk-vaishno-header h2 span {

    display: block;

    color: #dca900;
}


.tk-vaishno-header p {

    max-width: 700px;

    margin: 0;

    color: #68747b;

    font-size: 11px;

    line-height: 1.8;
}


.tk-pilgrimage-journey {

    display: grid;

    grid-template-columns:
        repeat(3,1fr);

    gap: 14px;
}


.tk-pilgrimage-step {

    padding:
        25px;

    display: grid;

    grid-template-columns: 42px 1fr;

    gap: 15px;

    border:
        1px solid #dfe5e8;

    border-radius: 8px;

    background: #f6f8f9;
}


.tk-pilgrimage-number {

    width: 40px;

    height: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #073b5c;

    color: #f2bd24;

    font-size: 8px;

    font-weight: 900;
}


.tk-pilgrimage-step h3 {

    margin:
        1px 0 8px;

    color: #073b5c;

    font-size: 16px;

    font-weight: 900;
}


.tk-pilgrimage-step p {

    margin: 0;

    color: #68747b;

    font-size: 9.5px;

    line-height: 1.7;
}


/* =========================================================
   SECTION 5 — PLACES
========================================================= */

.tk-katra-places {

    padding:
        85px 0;

    background: #f5f7f8;
}


.tk-katra-places-header {

    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 50px;

    align-items: end;

    margin-bottom: 35px;
}


.tk-katra-places-header h2 {

    margin: 0;

    color: #073b5c;

    font-size:
        clamp(32px, 4vw, 45px);

    line-height: 1.08;

    font-weight: 900;
}


.tk-katra-places-header h2 span {

    display: block;

    color: #dca900;
}


.tk-katra-places-header > p {

    margin: 0;

    color: #68747b;

    font-size: 11px;

    line-height: 1.8;
}


.tk-katra-places-grid {

    display: grid;

    grid-template-columns:
        repeat(3,1fr);

    gap: 13px;
}


.tk-katra-place-card {

    min-height: 210px;

    padding:
        23px;

    position: relative;

    border:
        1px solid #dfe4e7;

    border-radius: 8px;

    background: #ffffff;

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}


.tk-katra-place-card:hover {

    transform: translateY(-4px);

    box-shadow:
        0 13px 28px rgba(0,0,0,.07);
}


.tk-place-number {

    margin-bottom: 22px;

    color: #dca900;

    font-size: 8px;

    font-weight: 900;

    letter-spacing: 1px;
}


.tk-katra-place-card h3 {

    margin:
        0 0 9px;

    color: #073b5c;

    font-size: 17px;

    line-height: 1.3;

    font-weight: 900;
}


.tk-katra-place-card p {

    margin:
        0 0 18px;

    color: #68747b;

    font-size: 9.5px;

    line-height: 1.7;
}


.tk-katra-place-card > span {

    display: inline-flex;

    padding:
        5px 7px;

    border-radius: 3px;

    background: #f1f4f5;

    color: #68747b;

    font-size: 6.5px;

    font-weight: 900;

    letter-spacing: .3px;
}


/* =========================================================
   SECTION 6 — TRAVELLERS
========================================================= */

.tk-traveller-types {

    padding:
        85px 0;

    background: #ffffff;
}


.tk-traveller-types-header {

    max-width: 700px;

    margin-bottom: 35px;
}


.tk-traveller-types-header h2 {

    margin: 0;

    color: #073b5c;

    font-size:
        clamp(32px, 4vw, 45px);

    line-height: 1.08;

    font-weight: 900;
}


.tk-traveller-types-header h2 span {

    display: block;

    color: #dca900;
}


.tk-traveller-types-grid {

    display: grid;

    grid-template-columns:
        repeat(4,1fr);

    gap: 12px;
}


.tk-traveller-card {

    min-height: 205px;

    padding:
        24px;

    border:
        1px solid #dfe4e7;

    border-radius: 8px;

    background: #f7f8f9;
}


.tk-traveller-card > span {

    display: block;

    margin-bottom: 25px;

    color: #dca900;

    font-size: 8px;

    font-weight: 900;
}


.tk-traveller-card h3 {

    margin:
        0 0 9px;

    color: #073b5c;

    font-size: 17px;

    font-weight: 900;
}


.tk-traveller-card p {

    margin: 0;

    color: #68747b;

    font-size: 9px;

    line-height: 1.75;
}


/* =========================================================
   SECTION 7 — PLANNING
========================================================= */

.tk-planning-stay {

    padding:
        85px 0;

    background: #f5f7f8;
}


.tk-planning-grid {

    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 70px;

    align-items: center;
}


.tk-planning-content h2 {

    margin:
        0 0 16px;

    color: #073b5c;

    font-size:
        clamp(32px, 4vw, 45px);

    line-height: 1.08;

    font-weight: 900;
}


.tk-planning-content h2 span {

    display: block;

    color: #dca900;
}


.tk-planning-content > p {

    margin:
        0 0 15px;

    color: #68747b;

    font-size: 11px;

    line-height: 1.8;
}


.tk-planning-content .tk-katra-dark-btn {

    margin-top: 8px;
}


.tk-planning-steps {

    display: flex;

    flex-direction: column;

    gap: 9px;
}


.tk-planning-step {

    padding:
        18px;

    display: grid;

    grid-template-columns: 38px 1fr;

    gap: 13px;

    align-items: start;

    border:
        1px solid #dfe5e8;

    border-radius: 7px;

    background: #ffffff;
}


.tk-planning-step > span {

    width: 36px;

    height: 36px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #073b5c;

    color: #f2bd24;

    font-size: 7px;

    font-weight: 900;
}


.tk-planning-step strong {

    display: block;

    margin:
        1px 0 5px;

    color: #073b5c;

    font-size: 13px;

    font-weight: 900;
}


.tk-planning-step p {

    margin: 0;

    color: #707b81;

    font-size: 8.5px;

    line-height: 1.6;
}


/* =========================================================
   SECTION 8 — FINAL CTA
========================================================= */

.tk-katra-booking-cta {

    padding:
        45px 0 70px;

    background: #ffffff;
}


.tk-katra-booking-box {

    padding:
        30px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    border-radius: 9px;

    background:
        linear-gradient(
            110deg,
            #073b5c,
            #0b557b
        );

    box-shadow:
        0 15px 35px rgba(7,59,92,.12);
}


.tk-katra-booking-box > div:first-child {

    max-width: 700px;
}


.tk-katra-booking-box > div:first-child > span {

    display: block;

    margin-bottom: 7px;

    color: #f2bd24;

    font-size: 7px;

    font-weight: 900;

    letter-spacing: 1.5px;
}


.tk-katra-booking-box h2 {

    margin:
        0 0 8px;

    color: #ffffff;

    font-size: 23px;

    line-height: 1.2;

    font-weight: 900;
}


.tk-katra-booking-box p {

    margin: 0;

    color: #d6e2e7;

    font-size: 9.5px;

    line-height: 1.7;
}


.tk-katra-booking-actions {

    display: flex;

    gap: 7px;

    flex-shrink: 0;
}


.tk-katra-booking-primary,
.tk-katra-booking-secondary {

    min-height: 44px;

    padding:
        0 16px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    border-radius: 4px;

    text-decoration: none !important;

    font-size: 8px;

    font-weight: 900;

    white-space: nowrap;
}


.tk-katra-booking-primary {

    background: #f2bd24;

    color: #073b5c !important;
}


.tk-katra-booking-secondary {

    border:
        1px solid rgba(255,255,255,.55);

    background: transparent;

    color: #ffffff !important;
}


.tk-katra-booking-primary span {

    font-size: 14px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .tk-traveller-types-grid {

        grid-template-columns:
            repeat(2,1fr);
    }


    .tk-katra-places-grid {

        grid-template-columns:
            repeat(2,1fr);
    }


    .tk-katra-booking-box {

        flex-direction: column;

        align-items: flex-start;
    }

}


@media (max-width: 850px) {

    .tk-katra-about-grid,
    .tk-trikuta-stay-grid,
    .tk-planning-grid {

        grid-template-columns: 1fr;

        gap: 35px;
    }


    .tk-katra-places-header {

        grid-template-columns: 1fr;

        gap: 18px;

        align-items: start;
    }


    .tk-pilgrimage-journey {

        grid-template-columns:
            1fr 1fr;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .tk-katra-container {

        padding-left: 13px;

        padding-right: 13px;
    }


    /* HERO */

    .tk-katra-hero {

        min-height: 450px;

        background-position: center;
    }


    .tk-katra-hero-container {

        padding:
            38px 14px;
    }


    .tk-katra-breadcrumb {

        margin-bottom: 23px;

        font-size: 9px;
    }


    .tk-katra-eyebrow {

        font-size: 8px;

        letter-spacing: 1.4px;
    }


    .tk-katra-hero h1 {

        font-size: 34px;

        line-height: 1.08;
    }


    .tk-katra-hero-content > p {

        font-size: 10.5px;

        line-height: 1.7;
    }


    .tk-katra-hero-actions {

        flex-direction: column;

        align-items: stretch;

        max-width: 290px;
    }


    .tk-katra-primary-btn,
    .tk-katra-outline-btn {

        width: 100%;
    }


    /* ABOUT */

    .tk-katra-about,
    .tk-trikuta-stay,
    .tk-vaishno-pilgrimage,
    .tk-katra-places,
    .tk-traveller-types,
    .tk-planning-stay {

        padding:
            60px 0;
    }


    .tk-katra-about-heading h2,
    .tk-trikuta-stay-content h2,
    .tk-vaishno-header h2,
    .tk-katra-places-header h2,
    .tk-traveller-types-header h2,
    .tk-planning-content h2 {

        font-size: 30px;
    }


    .tk-katra-about-content p,
    .tk-trikuta-stay-content > p,
    .tk-vaishno-header p,
    .tk-katra-places-header > p,
    .tk-planning-content > p {

        font-size: 10px;

        line-height: 1.75;
    }


    /* TRIKUTA STAY */

    .tk-trikuta-stay-image {

        height: 300px;
    }


    .tk-stay-highlights {

        grid-template-columns:
            1fr;

        gap: 7px;
    }


    .tk-stay-highlight {

        padding:
            12px;
    }


    .tk-katra-dark-btn {

        width: 100%;
    }


    /* PILGRIMAGE */

    .tk-pilgrimage-journey {

        grid-template-columns: 1fr;

        gap: 9px;
    }


    .tk-pilgrimage-step {

        padding:
            20px;
    }


    /* PLACES */

    .tk-katra-places-grid {

        grid-template-columns: 1fr;

        gap: 9px;
    }


    .tk-katra-place-card {

        min-height: auto;

        padding:
            20px;
    }


    /* TRAVELLERS */

    .tk-traveller-types-grid {

        grid-template-columns: 1fr;

        gap: 9px;
    }


    .tk-traveller-card {

        min-height: auto;

        padding:
            20px;
    }


    /* PLANNING */

    .tk-planning-grid {

        gap: 30px;
    }


    .tk-planning-step {

        padding:
            16px;
    }


    /* FINAL CTA */

    .tk-katra-booking-cta {

        padding:
            25px 0 50px;
    }


    .tk-katra-booking-box {

        padding:
            23px 17px;

        gap: 20px;
    }


    .tk-katra-booking-box h2 {

        font-size: 19px;
    }


    .tk-katra-booking-box p {

        font-size: 8.8px;

        line-height: 1.7;
    }


    .tk-katra-booking-actions {

        width: 100%;

        display: grid;

        grid-template-columns:
            1fr 1fr;
    }


    .tk-katra-booking-primary,
    .tk-katra-booking-secondary {

        width: 100%;

        min-height: 44px;

        padding:
            0 8px;

        text-align: center;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .tk-katra-hero h1 {

        font-size: 31px;
    }


    .tk-katra-about-heading h2,
    .tk-trikuta-stay-content h2,
    .tk-vaishno-header h2,
    .tk-katra-places-header h2,
    .tk-traveller-types-header h2,
    .tk-planning-content h2 {

        font-size: 28px;
    }


    .tk-katra-booking-actions {

        grid-template-columns: 1fr;
    }

}/* End custom CSS */