:root{--page-title-display:none;}@media(max-width:767px){.elementor-104 .elementor-element.elementor-element-8314a8f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-104 .elementor-element.elementor-element-9dc2b47{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-8314a8f *//* =========================================================
   TRIKUTA BHAWAN KATRA
   ABOUT PAGE CSS
========================================================= */

.tk-about-page {

    width: 100%;

    color: #073b5c;

    background: #ffffff;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    overflow: hidden;
}


.tk-about-page *,
.tk-about-page *::before,
.tk-about-page *::after {

    box-sizing: border-box;
}


.tk-about-container {

    width: 100%;

    max-width: 1180px;

    margin: 0 auto;

    padding-left: 20px;

    padding-right: 20px;
}


/* =========================================================
   HERO
========================================================= */

.tk-about-hero {

    position: relative;

    min-height: 470px;

    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-about-hero-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(3,43,66,.92),
            rgba(3,43,66,.62) 55%,
            rgba(3,43,66,.20)
        );
}


.tk-about-hero-container {

    position: relative;

    z-index: 2;

    width: 100%;

    max-width: 1180px;

    margin: 0 auto;

    padding:
        40px 20px;
}


.tk-about-breadcrumb {

    display: flex;

    align-items: center;

    gap: 9px;

    margin-bottom: 28px;

    color: #dbe5e9;

    font-size: 10px;
}


.tk-about-breadcrumb a {

    color: #f2bd24 !important;

    text-decoration: none !important;
}


.tk-about-hero-content {

    max-width: 700px;
}


.tk-about-eyebrow {

    display: block;

    margin-bottom: 12px;

    color: #f2bd24;

    font-size: 10px;

    font-weight: 900;

    letter-spacing: 2px;
}


.tk-about-hero h1 {

    margin: 0 0 17px;

    color: #ffffff;

    font-size:
        clamp(40px, 5vw, 62px);

    line-height: 1.04;

    font-weight: 900;

    letter-spacing: -1px;
}


.tk-about-hero-content > p {

    max-width: 580px;

    margin: 0 0 27px;

    color: #edf3f5;

    font-size: 15px;

    line-height: 1.7;
}


.tk-about-hero-btn {

    min-height: 47px;

    padding:
        0 20px;

    display: inline-flex;

    align-items: center;

    gap: 12px;

    border-radius: 5px;

    background: #f2bd24;

    color: #073b5c !important;

    text-decoration: none !important;

    font-size: 11px;

    font-weight: 900;
}


.tk-about-hero-btn span {

    font-size: 18px;
}


/* =========================================================
   SECTION LABEL
========================================================= */

.tk-about-section-label {

    display: flex;

    align-items: center;

    gap: 9px;

    margin-bottom: 13px;

    color: #dca900;

    font-size: 10px;

    font-weight: 900;

    letter-spacing: 1.7px;
}


.tk-about-section-label span {

    width: 28px;

    height: 2px;

    background: #dca900;
}


/* =========================================================
   INTRODUCTION
========================================================= */

.tk-about-introduction {

    padding:
        90px 0;

    background: #ffffff;
}


.tk-about-intro-grid {

    display: grid;

    grid-template-columns:
        .8fr 1.2fr;

    gap: 70px;
}


.tk-about-intro-heading h2,
.tk-about-accommodation-content h2,
.tk-about-approach h2,
.tk-about-vision-header h2,
.tk-about-katra-content h2 {

    margin: 0;

    color: #073b5c;

    font-size:
        clamp(32px, 4vw, 46px);

    line-height: 1.08;

    font-weight: 850;

    letter-spacing: -.7px;
}


.tk-about-intro-heading h2 span,
.tk-about-accommodation-content h2 span,
.tk-about-approach h2 span,
.tk-about-vision-header h2 span,
.tk-about-katra-content h2 span {

    display: block;

    color: #dca900;
}


.tk-about-intro-content {

    padding-top: 3px;
}


.tk-about-intro-content p {

    margin: 0 0 16px;

    color: #626e75;

    font-size: 13px;

    line-height: 1.85;
}


.tk-about-intro-content p:last-child {

    margin-bottom: 0;
}


/* =========================================================
   ACCOMMODATION
========================================================= */

.tk-about-accommodation {

    padding:
        90px 0;

    background: #f5f7f8;
}


.tk-about-accommodation-grid {

    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 65px;

    align-items: center;
}


.tk-about-accommodation-image {

    position: relative;

    min-height: 480px;

    overflow: hidden;

    border-radius: 12px;

    box-shadow:
        0 12px 35px rgba(0,0,0,.12);
}


.tk-about-accommodation-image img {

    width: 100%;

    height: 100%;

    min-height: 480px;

    display: block;

    object-fit: cover;
}


.tk-about-image-caption {

    position: absolute;

    left: 18px;

    right: 18px;

    bottom: 18px;

    padding:
        16px;

    display: flex;

    flex-direction: column;

    gap: 5px;

    background:
        rgba(4,43,65,.88);

    border-radius: 7px;

    color: #ffffff;
}


.tk-about-image-caption strong {

    font-size: 14px;

    font-weight: 800;
}


.tk-about-image-caption span {

    color: #f2bd24;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 1px;
}


.tk-about-accommodation-content > p {

    margin: 0 0 15px;

    color: #657078;

    font-size: 12.5px;

    line-height: 1.8;
}


.tk-about-room-types {

    margin:
        23px 0;

    display: flex;

    flex-wrap: wrap;

    gap: 7px;
}


.tk-about-room-types span {

    padding:
        8px 10px;

    border:
        1px solid #dce2e5;

    border-radius: 4px;

    background: #ffffff;

    color: #073b5c;

    font-size: 8px;

    font-weight: 850;

    letter-spacing: .4px;
}


.tk-about-text-btn {

    min-height: 43px;

    padding:
        0 17px;

    display: inline-flex;

    align-items: center;

    gap: 11px;

    border-radius: 5px;

    background: #073b5c;

    color: #ffffff !important;

    text-decoration: none !important;

    font-size: 10px;

    font-weight: 900;
}


.tk-about-text-btn span {

    font-size: 16px;
}


/* =========================================================
   PILGRIMS
========================================================= */

.tk-about-pilgrims {

    padding:
        90px 0;

    background: #ffffff;
}


.tk-about-centered-heading {

    max-width: 760px;

    margin: 0 auto 42px;

    text-align: center;
}


.tk-about-centered-heading
.tk-about-section-label {

    justify-content: center;
}


.tk-about-centered-heading > p {

    margin: 17px auto 0;

    color: #68747a;

    font-size: 12.5px;

    line-height: 1.8;
}


.tk-about-traveller-grid {

    display: grid;

    grid-template-columns:
        repeat(3,1fr);

    gap: 14px;
}


.tk-about-traveller-card {

    position: relative;

    padding:
        27px 23px;

    min-height: 190px;

    background: #f5f7f8;

    border:
        1px solid #e1e5e7;

    border-radius: 8px;

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}


.tk-about-traveller-card:hover {

    transform: translateY(-4px);

    box-shadow:
        0 10px 25px rgba(0,0,0,.07);
}


.tk-about-card-number {

    width: 38px;

    height: 38px;

    margin-bottom: 18px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #073b5c;

    color: #ffffff;

    font-size: 9px;

    font-weight: 900;
}


.tk-about-traveller-card h3 {

    margin: 0 0 8px;

    color: #073b5c;

    font-size: 17px;

    font-weight: 850;
}


.tk-about-traveller-card p {

    margin: 0;

    color: #68747a;

    font-size: 10.5px;

    line-height: 1.65;
}


/* =========================================================
   APPROACH
========================================================= */

.tk-about-approach {

    padding:
        90px 0;

    background: #073b5c;

    color: #ffffff;
}


.tk-about-approach-grid {

    display: grid;

    grid-template-columns:
        .8fr 1.2fr;

    gap: 70px;
}


.tk-about-approach h2 {

    color: #ffffff;
}


.tk-about-approach h2 span {

    color: #f2bd24;
}


.tk-about-approach-content > p {

    margin: 0 0 14px;

    color: #d6e1e6;

    font-size: 12.5px;

    line-height: 1.8;
}


.tk-about-essential-list {

    margin-top: 24px;

    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 10px;
}


.tk-about-essential-list div {

    padding:
        11px 12px;

    display: flex;

    align-items: center;

    gap: 9px;

    border:
        1px solid rgba(255,255,255,.11);

    border-radius: 5px;

    background:
        rgba(255,255,255,.05);
}


.tk-about-essential-list b {

    color: #f2bd24;

    font-size: 13px;
}


.tk-about-essential-list span {

    color: #d9e4e8;

    font-size: 9.5px;

    font-weight: 600;
}


/* =========================================================
   VISION
========================================================= */

.tk-about-vision {

    padding:
        90px 0;

    background: #f5f7f8;
}


.tk-about-vision-header {

    max-width: 700px;

    margin-bottom: 40px;
}


.tk-about-vision-grid {

    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 15px;
}


.tk-about-vision-card {

    padding:
        25px;

    display: grid;

    grid-template-columns:
        48px 1fr;

    gap: 16px;

    background: #ffffff;

    border:
        1px solid #dfe4e7;

    border-radius: 8px;
}


.tk-about-vision-number {

    width: 43px;

    height: 43px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #f2bd24;

    color: #073b5c;

    font-size: 9px;

    font-weight: 900;
}


.tk-about-vision-card h3 {

    margin: 1px 0 7px;

    color: #073b5c;

    font-size: 17px;

    font-weight: 850;
}


.tk-about-vision-card p {

    margin: 0;

    color: #69747a;

    font-size: 10.5px;

    line-height: 1.7;
}


/* =========================================================
   KATRA CONNECTION
========================================================= */

.tk-about-katra {

    padding:
        90px 0;

    background: #ffffff;
}


.tk-about-katra-box {

    min-height: 350px;

    padding:
        55px;

    display: flex;

    align-items: center;

    border-radius: 12px;

    background:
        linear-gradient(
            110deg,
            #073b5c 0%,
            #0b557b 100%
        );

    position: relative;

    overflow: hidden;
}


.tk-about-katra-box::after {

    content: "";

    position: absolute;

    width: 350px;

    height: 350px;

    right: -120px;

    top: -120px;

    border:
        60px solid rgba(255,255,255,.04);

    border-radius: 50%;
}


.tk-about-katra-content {

    position: relative;

    z-index: 2;

    max-width: 650px;
}


.tk-about-katra-content h2 {

    color: #ffffff;
}


.tk-about-katra-content h2 span {

    color: #f2bd24;
}


.tk-about-katra-content p {

    max-width: 650px;

    margin: 15px 0 0;

    color: #dce6ea;

    font-size: 12px;

    line-height: 1.8;
}


.tk-about-katra-btn {

    margin-top: 25px;

    min-height: 44px;

    padding:
        0 18px;

    display: inline-flex;

    align-items: center;

    gap: 11px;

    background: #f2bd24;

    color: #073b5c !important;

    text-decoration: none !important;

    border-radius: 5px;

    font-size: 10px;

    font-weight: 900;
}


/* =========================================================
   FINAL CTA
========================================================= */

.tk-about-final-cta {

    padding:
        35px 0;

    background: #f5f7f8;
}


.tk-about-final-content {

    padding:
        24px 28px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;

    background: #ffffff;

    border:
        1px solid #dfe4e7;

    border-radius: 8px;
}


.tk-about-final-content > div:first-child span {

    display: block;

    margin-bottom: 5px;

    color: #dca900;

    font-size: 8px;

    font-weight: 900;

    letter-spacing: 1.5px;
}


.tk-about-final-content h2 {

    margin: 0 0 5px;

    color: #073b5c;

    font-size: 21px;

    font-weight: 850;
}


.tk-about-final-content p {

    margin: 0;

    color: #6c777d;

    font-size: 10px;
}


.tk-about-final-buttons {

    display: flex;

    gap: 8px;

    flex-shrink: 0;
}


.tk-about-final-buttons a {

    min-height: 43px;

    padding:
        0 17px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    border-radius: 5px;

    text-decoration: none !important;

    font-size: 9px;

    font-weight: 900;
}


.tk-about-final-primary {

    background: #073b5c;

    color: #ffffff !important;
}


.tk-about-final-secondary {

    border:
        1px solid #073b5c;

    color: #073b5c !important;

    background: #ffffff;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .tk-about-intro-grid,
    .tk-about-accommodation-grid,
    .tk-about-approach-grid {

        grid-template-columns: 1fr;

        gap: 35px;
    }


    .tk-about-intro-heading {

        max-width: 650px;
    }


    .tk-about-accommodation-image {

        max-width: 700px;

        width: 100%;

        margin: auto;
    }


    .tk-about-approach-grid {

        max-width: 700px;

        margin: auto;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .tk-about-container {

        padding-left: 12px;

        padding-right: 12px;
    }


    .tk-about-hero {

        min-height: 410px;
    }


    .tk-about-hero-container {

        padding:
            35px 15px;
    }


    .tk-about-hero h1 {

        font-size: 36px;
    }


    .tk-about-hero-content > p {

        font-size: 12px;
    }


    .tk-about-introduction,
    .tk-about-accommodation,
    .tk-about-pilgrims,
    .tk-about-approach,
    .tk-about-vision,
    .tk-about-katra {

        padding:
            60px 0;
    }


    .tk-about-intro-grid,
    .tk-about-accommodation-grid,
    .tk-about-approach-grid {

        gap: 28px;
    }


    .tk-about-intro-heading h2,
    .tk-about-accommodation-content h2,
    .tk-about-approach h2,
    .tk-about-vision-header h2,
    .tk-about-katra-content h2 {

        font-size: 31px;
    }


    .tk-about-intro-content p,
    .tk-about-accommodation-content > p {

        font-size: 11px;

        line-height: 1.7;
    }


    .tk-about-accommodation-image,
    .tk-about-accommodation-image img {

        min-height: 340px;
    }


    .tk-about-traveller-grid {

        grid-template-columns: 1fr;

        gap: 9px;
    }


    .tk-about-traveller-card {

        min-height: auto;

        padding: 20px;
    }


    .tk-about-essential-list {

        grid-template-columns: 1fr;
    }


    .tk-about-vision-grid {

        grid-template-columns: 1fr;

        gap: 10px;
    }


    .tk-about-katra-box {

        min-height: 360px;

        padding: 30px 22px;
    }


    .tk-about-final-content {

        flex-direction: column;

        align-items: stretch;

        padding: 20px 17px;
    }


    .tk-about-final-buttons {

        display: grid;

        grid-template-columns: 1fr 1fr;
    }


    .tk-about-final-buttons a {

        width: 100%;

        padding:
            0 8px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9dc2b47 *//* =========================================================
   TRIKUTA BHAWAN KATRA
   FOOTER
========================================================= */

.tk-footer {

    width: 100%;

    background: #062f49;

    color: #ffffff;

    overflow: hidden;
}


.tk-footer *,
.tk-footer *::before,
.tk-footer *::after {

    box-sizing: border-box;
}


.tk-footer-container {

    width: 100%;

    max-width: 1180px;

    margin: 0 auto;

    padding:
        65px 20px 20px;
}


/* =========================================================
   MAIN FOOTER
========================================================= */

.tk-footer-main {

    display: grid;

    grid-template-columns:
        1.4fr
        .8fr
        .9fr
        1.1fr;

    gap: 45px;

    padding-bottom: 45px;

    border-bottom:
        1px solid rgba(255,255,255,.12);
}


/* =========================================================
   BRAND
========================================================= */

.tk-footer-brand {

    max-width: 340px;
}


.tk-footer-logo {

    display: inline-block;

    margin-bottom: 15px;

    color: #ffffff !important;

    font-size: 27px;

    line-height: 1.05;

    font-weight: 850;

    text-decoration: none !important;

    letter-spacing: -.5px;
}


.tk-footer-logo span {

    display: block;

    color: #f2bd24;

    font-size: 16px;

    margin-top: 3px;

    letter-spacing: 1px;
}


.tk-footer-brand > p {

    margin: 0 0 20px;

    color: #c5d2d9;

    font-size: 11px;

    line-height: 1.75;
}


.tk-footer-tagline {

    display: flex;

    align-items: center;

    gap: 8px;

    color: #f2bd24;

    font-size: 8px;

    font-weight: 900;

    letter-spacing: 1.5px;
}


.tk-footer-tagline span {

    width: 24px;

    height: 2px;

    background: #f2bd24;
}


/* =========================================================
   COLUMNS
========================================================= */

.tk-footer-column h3 {

    margin: 2px 0 17px;

    color: #ffffff;

    font-size: 14px;

    font-weight: 850;
}


.tk-footer-column ul {

    list-style: none;

    margin: 0;

    padding: 0;
}


.tk-footer-column li {

    margin-bottom: 10px;
}


.tk-footer-column li a {

    color: #b9c9d1 !important;

    text-decoration: none !important;

    font-size: 10.5px;

    transition:
        color .2s ease,
        padding-left .2s ease;
}


.tk-footer-column li a:hover {

    color: #f2bd24 !important;

    padding-left: 3px;
}


/* =========================================================
   CONTACT
========================================================= */

.tk-footer-contact-item {

    display: grid;

    grid-template-columns:
        30px 1fr;

    gap: 10px;

    margin-bottom: 14px;
}


.tk-footer-contact-icon {

    width: 30px;

    height: 30px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 6px;

    background:
        rgba(255,255,255,.08);

    color: #f2bd24;

    font-size: 13px;
}


.tk-footer-contact-item small {

    display: block;

    margin-bottom: 3px;

    color: #8fa5b1;

    font-size: 7px;

    font-weight: 800;

    letter-spacing: .8px;

    text-transform: uppercase;
}


.tk-footer-contact-item a {

    color: #ffffff !important;

    text-decoration: none !important;

    font-size: 10px;

    line-height: 1.4;

    word-break: break-word;
}


.tk-footer-contact-item p {

    margin: 0;

    color: #c5d2d9;

    font-size: 10px;

    line-height: 1.4;
}


/* =========================================================
   CTA
========================================================= */

.tk-footer-cta {

    margin:
        28px 0;

    padding:
        18px 22px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    background:
        rgba(255,255,255,.07);

    border:
        1px solid rgba(255,255,255,.12);

    border-radius: 8px;
}


.tk-footer-cta span {

    display: block;

    margin-bottom: 5px;

    color: #f2bd24;

    font-size: 7px;

    font-weight: 900;

    letter-spacing: 1.4px;
}


.tk-footer-cta strong {

    color: #ffffff;

    font-size: 16px;

    font-weight: 800;
}


.tk-footer-cta-buttons {

    display: flex;

    gap: 8px;
}


.tk-footer-cta-buttons a {

    min-height: 40px;

    padding:
        0 17px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    border-radius: 5px;

    text-decoration: none !important;

    font-size: 9px;

    font-weight: 900;

    transition:
        transform .2s ease,
        background .2s ease;
}


.tk-footer-enquire {

    background: #f2bd24;

    color: #062f49 !important;
}


.tk-footer-enquire b {

    margin-left: 8px;

    font-size: 15px;
}


.tk-footer-whatsapp {

    background: #0aa66c;

    color: #ffffff !important;
}


.tk-footer-cta-buttons a:hover {

    transform: translateY(-2px);

    background: #ffffff;

    color: #062f49 !important;
}


/* =========================================================
   BOTTOM
========================================================= */

.tk-footer-bottom {

    min-height: 45px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 15px;
}


.tk-footer-bottom p {

    margin: 0;

    color: #8fa5b1;

    font-size: 8.5px;

    line-height: 1.5;
}


.tk-footer-legal {

    display: flex;

    align-items: center;

    justify-content: flex-end;

    gap: 8px;
}


.tk-footer-legal a {

    color: #9fb1ba !important;

    text-decoration: none !important;

    font-size: 8px;

    transition:
        color .2s ease;
}


.tk-footer-legal a:hover {

    color: #f2bd24 !important;
}


.tk-footer-legal span {

    color: #607985;

    font-size: 8px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .tk-footer-main {

        grid-template-columns:
            repeat(2, 1fr);

        gap: 35px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .tk-footer-container {

        padding:
            50px 14px 18px;
    }


    .tk-footer-main {

        grid-template-columns:
            1fr 1fr;

        gap: 30px 20px;

        padding-bottom: 30px;
    }


    .tk-footer-brand {

        grid-column:
            1 / -1;

        max-width: 100%;

        text-align: center;
    }


    .tk-footer-tagline {

        justify-content: center;
    }


    .tk-footer-logo {

        font-size: 24px;
    }


    .tk-footer-brand > p {

        font-size: 10px;
    }


    .tk-footer-column h3 {

        font-size: 12px;

        margin-bottom: 13px;
    }


    .tk-footer-column li {

        margin-bottom: 8px;
    }


    .tk-footer-column li a {

        font-size: 9px;
    }


    .tk-footer-contact-item {

        grid-template-columns:
            26px 1fr;

        gap: 7px;
    }


    .tk-footer-contact-icon {

        width: 26px;

        height: 26px;

        font-size: 11px;
    }


    .tk-footer-contact-item a,
    .tk-footer-contact-item p {

        font-size: 8.5px;
    }


    .tk-footer-cta {

        flex-direction: column;

        align-items: stretch;

        text-align: center;

        padding: 18px 14px;
    }


    .tk-footer-cta-buttons {

        display: grid;

        grid-template-columns:
            1fr 1fr;
    }


    .tk-footer-cta-buttons a {

        width: 100%;
    }


    .tk-footer-bottom {

        flex-direction: column;

        text-align: center;

        padding-top: 8px;
    }


    .tk-footer-legal {

        flex-wrap: wrap;

        justify-content: center;

        gap: 6px;
    }

}


/* =========================================================
   VERY SMALL PHONES
========================================================= */

@media (max-width: 380px) {

    .tk-footer-main {

        gap: 25px 14px;
    }


    .tk-footer-column li a {

        font-size: 8.5px;
    }


    .tk-footer-legal a {

        font-size: 7px;
    }

}/* End custom CSS */