.elementor-143 .elementor-element.elementor-element-268b66f{--display:flex;}.elementor-143 .elementor-element.elementor-element-19ec127{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-143 .elementor-element.elementor-element-9b683b0{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-143 .elementor-element.elementor-element-946a8b6{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-143 .elementor-element.elementor-element-00ff74c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-143 .elementor-element.elementor-element-1073c8c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-143 .elementor-element.elementor-element-ca59a32{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-143 .elementor-element.elementor-element-5d7d367{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-19ec127 *//* =========================================================
   NIHARIKA BHAWAN KATRA
   PREMIUM HEADER
========================================================= */

.nb-header {

    position: sticky;

    top: 0;

    z-index: 9999;

    width: 100%;

    background:
        rgba(255, 255, 255, .96);

    border-bottom: 1px solid #E9E0D8;

    box-shadow:
        0 4px 20px rgba(43, 23, 27, .045);

    backdrop-filter: blur(14px);

    -webkit-backdrop-filter: blur(14px);
}


/* =========================================================
   HEADER CONTAINER
========================================================= */

.nb-header-container {

    width: 100%;

    max-width: 1250px;

    min-height: 76px;

    margin: 0 auto;

    padding: 0 22px;

    display: flex;

    align-items: center;

    gap: 30px;
}


/* =========================================================
   LOGO
========================================================= */

.nb-logo {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    flex: 0 0 auto;

    color: #651522;

    text-decoration: none;
}


/* =========================================================
   LOGO SYMBOL
========================================================= */

.nb-logo-symbol {

    width: 39px;

    height: 39px;

    display: flex;

    align-items: center;

    justify-content: center;

    flex: 0 0 auto;

    border: 1px solid #D99A22;

    border-radius: 50%;

    background: #651522;

    color: #D99A22;

    font-size: 17px;

    line-height: 1;

    box-shadow:
        0 5px 15px rgba(101, 21, 34, .13);
}


/* =========================================================
   LOGO TEXT
========================================================= */

.nb-logo-text {

    display: flex;

    flex-direction: column;

    gap: 2px;
}


.nb-logo-text strong {

    color: #651522;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 19px;

    line-height: 1;

    letter-spacing: .055em;

    font-weight: 800;
}


.nb-logo-text small {

    color: #9A7040;

    font-size: 7px;

    line-height: 1;

    letter-spacing: .19em;

    font-weight: 800;
}


/* =========================================================
   NAVIGATION
========================================================= */

.nb-nav {

    min-width: 0;

    margin-left: auto;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 25px;
}


.nb-nav a {

    position: relative;

    padding: 29px 0;

    color: #403A36;

    text-decoration: none;

    font-size: 11px;

    line-height: 1;

    font-weight: 650;

    white-space: nowrap;

    transition:
        color .2s ease;
}


.nb-nav a::after {

    content: "";

    position: absolute;

    left: 0;

    bottom: 21px;

    width: 0;

    height: 2px;

    border-radius: 5px;

    background: #D99A22;

    transition:
        width .25s ease;
}


.nb-nav a:hover {

    color: #8B1E2D;
}


.nb-nav a:hover::after {

    width: 100%;
}


/* =========================================================
   HEADER BOOKING BUTTON
========================================================= */

.nb-header-action {

    flex: 0 0 auto;
}


.nb-header-book {

    min-height: 42px;

    padding: 0 17px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 7px;

    border-radius: 6px;

    background: #8B1E2D;

    color: #FFFFFF;

    text-decoration: none;

    font-size: 10px;

    font-weight: 800;

    white-space: nowrap;

    transition:
        background .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
}


.nb-header-book span {

    font-size: 14px;
}


.nb-header-book:hover {

    background: #651522;

    color: #FFFFFF;

    transform: translateY(-1px);

    box-shadow:
        0 7px 18px rgba(101, 21, 34, .16);
}


/* =========================================================
   MOBILE MENU BUTTON
========================================================= */

.nb-menu-toggle {

    display: none;

    width: 42px;

    height: 42px;

    flex: 0 0 auto;

    padding: 0;

    border: 1px solid #E0D6CE;

    border-radius: 7px;

    background: #FFFFFF;

    cursor: pointer;

    align-items: center;

    justify-content: center;

    flex-direction: column;

    gap: 5px;
}


.nb-menu-toggle span {

    width: 19px;

    height: 2px;

    border-radius: 5px;

    background: #651522;

    transition:
        transform .25s ease,
        opacity .25s ease;
}


/* =========================================================
   ACTIVE HAMBURGER
========================================================= */

.nb-header.menu-open
.nb-menu-toggle span:nth-child(1) {

    transform:
        translateY(7px)
        rotate(45deg);
}


.nb-header.menu-open
.nb-menu-toggle span:nth-child(2) {

    opacity: 0;
}


.nb-header.menu-open
.nb-menu-toggle span:nth-child(3) {

    transform:
        translateY(-7px)
        rotate(-45deg);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .nb-header-container {

        gap: 20px;
    }


    .nb-nav {

        gap: 17px;
    }


    .nb-nav a {

        font-size: 10px;
    }


    .nb-logo-text strong {

        font-size: 17px;
    }

}


/* =========================================================
   TABLET / MOBILE MENU
========================================================= */

@media (max-width: 900px) {

    .nb-header-container {

        min-height: 70px;

        padding: 0 18px;
    }


    .nb-nav {

        position: fixed;

        top: 70px;

        left: 0;

        right: 0;

        width: 100%;

        max-height: 0;

        overflow: hidden;

        margin: 0;

        padding: 0 20px;

        display: flex;

        flex-direction: column;

        align-items: stretch;

        gap: 0;

        background: #FFFFFF;

        border-bottom: 1px solid #E5DDD3;

        box-shadow:
            0 15px 30px rgba(43, 23, 27, .08);

        opacity: 0;

        visibility: hidden;

        transition:
            max-height .35s ease,
            opacity .25s ease,
            visibility .25s ease;
    }


    .nb-header.menu-open .nb-nav {

        max-height: calc(100vh - 70px);

        padding-top: 10px;

        padding-bottom: 15px;

        overflow-y: auto;

        opacity: 1;

        visibility: visible;
    }


    .nb-nav a {

        width: 100%;

        padding: 15px 4px;

        border-bottom: 1px solid #F0E9E3;

        font-size: 12px;

        line-height: 1.2;
    }


    .nb-nav a:last-child {

        border-bottom: 0;
    }


    .nb-nav a::after {

        display: none;
    }


    .nb-nav a:hover {

        color: #8B1E2D;

        padding-left: 8px;
    }


    .nb-header-action {

        margin-left: auto;
    }


    .nb-menu-toggle {

        display: flex;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .nb-header-container {

        min-height: 64px;

        padding: 0 14px;

        gap: 10px;
    }


    .nb-logo {

        gap: 8px;
    }


    .nb-logo-symbol {

        width: 34px;

        height: 34px;

        font-size: 14px;
    }


    .nb-logo-text strong {

        font-size: 15px;

        letter-spacing: .045em;
    }


    .nb-logo-text small {

        font-size: 6px;

        letter-spacing: .15em;
    }


    .nb-header-book {

        min-height: 37px;

        padding: 0 11px;

        font-size: 9px;
    }


    .nb-header-book span {

        display: none;
    }


    .nb-menu-toggle {

        width: 38px;

        height: 38px;
    }


    .nb-nav {

        top: 64px;
    }


    .nb-header.menu-open .nb-nav {

        max-height: calc(100vh - 64px);
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .nb-header-container {

        padding: 0 10px;
    }


    .nb-logo-text strong {

        font-size: 14px;
    }


    .nb-logo-text small {

        font-size: 5px;
    }


    .nb-header-book {

        padding: 0 9px;

        font-size: 8px;
    }


    .nb-menu-toggle {

        width: 36px;

        height: 36px;
    }

}


/* =========================================================
   VERY SMALL DEVICES
========================================================= */

@media (max-width: 330px) {

    .nb-logo-text {

        display: none;
    }


    .nb-logo-symbol {

        width: 36px;

        height: 36px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9b683b0 *//* =========================================================
   ABOUT PAGE HERO
========================================================= */

.nb-about-hero {

    width: 100%;

    padding: 95px 20px;

    background:
        linear-gradient(
            135deg,
            #FFF9F3 0%,
            #FFFFFF 55%,
            #F9F0E8 100%
        );

    overflow: hidden;
}


.nb-about-hero-container {

    width: 100%;

    max-width: 1180px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        minmax(0, 1.35fr)
        minmax(300px, .65fr);

    align-items: center;

    gap: 70px;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.nb-about-hero-content {

    max-width: 700px;
}


.nb-about-eyebrow {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    margin-bottom: 18px;

    color: #9A7040;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: .18em;
}


.nb-about-eyebrow::before {

    content: "";

    width: 25px;

    height: 2px;

    background: #D99A22;

    border-radius: 5px;
}


.nb-about-hero h1 {

    margin: 0 0 20px;

    color: #651522;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: clamp(38px, 5vw, 64px);

    line-height: 1.05;

    letter-spacing: -.025em;

    font-weight: 700;
}


.nb-about-hero-content > p {

    max-width: 650px;

    margin: 0;

    color: #5B514B;

    font-size: 16px;

    line-height: 1.85;
}


/* =========================================================
   BUTTONS
========================================================= */

.nb-about-hero-actions {

    display: flex;

    flex-wrap: wrap;

    gap: 12px;

    margin-top: 30px;
}


.nb-about-btn {

    min-height: 46px;

    padding: 0 20px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    border-radius: 6px;

    text-decoration: none;

    font-size: 11px;

    font-weight: 800;

    transition:
        transform .25s ease,
        background .25s ease;
}


.nb-about-btn-primary {

    background: #8B1E2D;

    color: #FFFFFF;
}


.nb-about-btn-primary:hover {

    background: #651522;

    color: #FFFFFF;

    transform: translateY(-2px);
}


.nb-about-btn-secondary {

    border: 1px solid #D7C5B8;

    background: #FFFFFF;

    color: #651522;
}


.nb-about-btn-secondary:hover {

    background: #F8EEE7;

    color: #651522;

    transform: translateY(-2px);
}


/* =========================================================
   RIGHT CARD
========================================================= */

.nb-about-hero-card {

    position: relative;

    padding: 38px 32px;

    border: 1px solid #E5D6CA;

    border-radius: 14px;

    background:
        rgba(255,255,255,.78);

    box-shadow:
        0 20px 50px rgba(72, 31, 25, .08);

    overflow: hidden;
}


.nb-about-hero-card::after {

    content: "";

    position: absolute;

    width: 130px;

    height: 130px;

    right: -55px;

    bottom: -55px;

    border-radius: 50%;

    border: 1px solid #D99A22;

    opacity: .35;
}


.nb-about-card-symbol {

    width: 45px;

    height: 45px;

    margin-bottom: 25px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #651522;

    color: #D99A22;

    font-size: 18px;
}


.nb-about-hero-card > span {

    color: #9A7040;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: .18em;
}


.nb-about-hero-card h2 {

    margin: 12px 0 15px;

    color: #651522;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 27px;

    line-height: 1.2;
}


.nb-about-hero-card p {

    margin: 0;

    color: #665B55;

    font-size: 11px;

    line-height: 1.8;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 850px) {

    .nb-about-hero {

        padding: 75px 20px;
    }


    .nb-about-hero-container {

        grid-template-columns: 1fr;

        gap: 40px;
    }


    .nb-about-hero-content {

        max-width: 760px;
    }


    .nb-about-hero-card {

        max-width: 600px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .nb-about-hero {

        padding: 60px 15px;
    }


    .nb-about-hero-container {

        gap: 30px;
    }


    .nb-about-eyebrow {

        font-size: 8px;

        letter-spacing: .14em;
    }


    .nb-about-hero h1 {

        font-size: 37px;

        line-height: 1.08;

        margin-bottom: 16px;
    }


    .nb-about-hero-content > p {

        font-size: 13px;

        line-height: 1.75;
    }


    .nb-about-hero-actions {

        margin-top: 24px;

        flex-direction: column;

        align-items: stretch;
    }


    .nb-about-btn {

        width: 100%;
    }


    .nb-about-hero-card {

        padding: 30px 24px;
    }


    .nb-about-hero-card h2 {

        font-size: 24px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-946a8b6 *//* =========================================================
   OUR STORY SECTION
========================================================= */

.nb-story-section {

    width: 100%;

    padding: 90px 20px;

    background: #FFFFFF;

    overflow: hidden;
}


.nb-story-container {

    width: 100%;

    max-width: 1160px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        minmax(0, 1.2fr)
        minmax(320px, .8fr);

    gap: 75px;

    align-items: center;
}


/* =========================================================
   SECTION LABEL
========================================================= */

.nb-section-label {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    margin-bottom: 15px;

    color: #9A7040;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: .18em;
}


.nb-section-label::before {

    content: "";

    width: 24px;

    height: 2px;

    background: #D99A22;

    border-radius: 5px;
}


/* =========================================================
   CONTENT
========================================================= */

.nb-story-content h2 {

    max-width: 650px;

    margin: 0 0 22px;

    color: #651522;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: clamp(32px, 4vw, 48px);

    line-height: 1.12;

    letter-spacing: -.02em;
}


.nb-story-content > p {

    max-width: 680px;

    margin: 0 0 15px;

    color: #5D554F;

    font-size: 13px;

    line-height: 1.85;
}


/* =========================================================
   HIGHLIGHTS
========================================================= */

.nb-story-highlights {

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 12px;

    margin-top: 28px;
}


.nb-story-highlight {

    padding: 15px 13px;

    border: 1px solid #E9DED5;

    border-radius: 8px;

    background: #FFF9F4;
}


.nb-story-highlight > span {

    display: block;

    margin-bottom: 9px;

    color: #D99A22;

    font-size: 9px;

    font-weight: 800;
}


.nb-story-highlight strong {

    display: block;

    margin-bottom: 5px;

    color: #651522;

    font-size: 10px;

    line-height: 1.3;
}


.nb-story-highlight small {

    display: block;

    color: #776C65;

    font-size: 8px;

    line-height: 1.5;
}


/* =========================================================
   RIGHT SIDE
========================================================= */

.nb-story-side {

    display: flex;

    flex-direction: column;

    gap: 18px;
}


/* =========================================================
   LOCATION CARD
========================================================= */

.nb-story-card {

    position: relative;

    padding: 28px;

    border-radius: 14px;

    background: #651522;

    color: #FFFFFF;

    box-shadow:
        0 20px 45px rgba(101, 21, 34, .13);

    overflow: hidden;
}


.nb-story-card::before {

    content: "";

    position: absolute;

    width: 180px;

    height: 180px;

    top: -90px;

    right: -80px;

    border: 1px solid rgba(217,154,34,.4);

    border-radius: 50%;
}


.nb-story-card-top {

    position: relative;

    display: flex;

    align-items: center;

    gap: 10px;
}


.nb-story-icon {

    width: 34px;

    height: 34px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #D99A22;

    color: #651522;

    font-size: 13px;
}


.nb-story-card-label {

    color: #EACB94;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: .16em;
}


/* =========================================================
   LOCATION NAME
========================================================= */

.nb-story-card-main {

    margin-top: 30px;
}


.nb-story-card-main strong {

    display: block;

    color: #FFFFFF;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 30px;

    line-height: 1.1;
}


.nb-story-card-main span {

    display: block;

    margin-top: 5px;

    color: #DCC7BE;

    font-size: 10px;
}


/* =========================================================
   DIVIDER
========================================================= */

.nb-story-divider {

    height: 1px;

    margin: 23px 0;

    background: rgba(255,255,255,.14);
}


/* =========================================================
   ADDRESS
========================================================= */

.nb-story-location {

    display: flex;

    align-items: flex-start;

    gap: 10px;
}


.nb-story-location > span {

    color: #D99A22;

    font-size: 14px;
}


.nb-story-location p {

    margin: 0;

    color: #E5D8D2;

    font-size: 10px;

    line-height: 1.65;
}


/* =========================================================
   MAP LINK
========================================================= */

.nb-story-map-link {

    position: relative;

    margin-top: 23px;

    padding-top: 15px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    border-top: 1px solid rgba(255,255,255,.14);

    color: #D99A22;

    text-decoration: none;

    font-size: 10px;

    font-weight: 800;
}


.nb-story-map-link span {

    font-size: 14px;
}


.nb-story-map-link:hover {

    color: #FFFFFF;
}


/* =========================================================
   QUOTE
========================================================= */

.nb-story-quote {

    position: relative;

    padding: 22px 24px;

    border-left: 3px solid #D99A22;

    background: #FFF8F2;
}


.nb-quote-mark {

    position: absolute;

    top: 7px;

    right: 18px;

    color: #D99A22;

    font-family: Georgia, serif;

    font-size: 34px;

    line-height: 1;
}


.nb-story-quote p {

    margin: 0;

    padding-right: 20px;

    color: #665B54;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 13px;

    line-height: 1.65;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 850px) {

    .nb-story-section {

        padding: 70px 20px;
    }


    .nb-story-container {

        grid-template-columns: 1fr;

        gap: 40px;
    }


    .nb-story-content {

        max-width: 750px;
    }


    .nb-story-side {

        max-width: 650px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .nb-story-section {

        padding: 60px 15px;
    }


    .nb-story-content h2 {

        font-size: 32px;

        line-height: 1.15;
    }


    .nb-story-content > p {

        font-size: 12px;

        line-height: 1.8;
    }


    .nb-story-highlights {

        grid-template-columns: 1fr;

        gap: 9px;
    }


    .nb-story-highlight {

        display: flex;

        align-items: center;

        gap: 13px;
    }


    .nb-story-highlight > span {

        margin: 0;

        flex: 0 0 auto;
    }


    .nb-story-highlight strong {

        margin-bottom: 3px;
    }


    .nb-story-card {

        padding: 24px;
    }


    .nb-story-card-main strong {

        font-size: 27px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-00ff74c *//* =========================================================
   WHY STAY WITH US
========================================================= */

.nb-about-benefits {

    width: 100%;

    padding: 90px 20px;

    background: #FFF9F4;

    overflow: hidden;
}


.nb-about-benefits-container {

    width: 100%;

    max-width: 1160px;

    margin: 0 auto;
}


/* =========================================================
   HEADING
========================================================= */

.nb-about-benefits-heading {

    max-width: 720px;

    margin: 0 auto 45px;

    text-align: center;
}


.nb-about-benefits-heading .nb-section-label {

    justify-content: center;
}


.nb-about-benefits-heading h2 {

    margin: 0 0 16px;

    color: #651522;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: clamp(32px, 4vw, 47px);

    line-height: 1.12;

    letter-spacing: -.02em;
}


.nb-about-benefits-heading p {

    margin: 0;

    color: #665C55;

    font-size: 13px;

    line-height: 1.8;
}


/* =========================================================
   BENEFIT GRID
========================================================= */

.nb-about-benefits-grid {

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 16px;
}


/* =========================================================
   CARD
========================================================= */

.nb-about-benefit-card {

    position: relative;

    min-height: 245px;

    padding: 27px 24px;

    border: 1px solid #E9DED5;

    border-radius: 10px;

    background: #FFFFFF;

    box-shadow:
        0 7px 25px rgba(67, 31, 23, .035);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}


.nb-about-benefit-card:hover {

    transform: translateY(-5px);

    border-color: #D9B878;

    box-shadow:
        0 16px 35px rgba(67, 31, 23, .08);
}


/* =========================================================
   NUMBER
========================================================= */

.nb-benefit-number {

    position: absolute;

    top: 17px;

    right: 18px;

    color: #D5C4B7;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: .08em;
}


/* =========================================================
   ICON
========================================================= */

.nb-benefit-icon {

    width: 42px;

    height: 42px;

    margin-bottom: 20px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 9px;

    background: #F8EEE6;

    color: #8B1E2D;

    font-size: 17px;
}


/* =========================================================
   TITLE
========================================================= */

.nb-about-benefit-card h3 {

    margin: 0 0 10px;

    color: #651522;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 18px;

    line-height: 1.3;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.nb-about-benefit-card p {

    margin: 0;

    color: #6A6059;

    font-size: 10px;

    line-height: 1.75;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .nb-about-benefits {

        padding: 75px 20px;
    }


    .nb-about-benefits-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .nb-about-benefits {

        padding: 60px 15px;
    }


    .nb-about-benefits-heading {

        margin-bottom: 32px;
    }


    .nb-about-benefits-heading h2 {

        font-size: 31px;
    }


    .nb-about-benefits-heading p {

        font-size: 12px;

        line-height: 1.75;
    }


    .nb-about-benefits-grid {

        grid-template-columns: 1fr;

        gap: 11px;
    }


    .nb-about-benefit-card {

        min-height: auto;

        padding: 23px 20px;
    }


    .nb-about-benefit-card h3 {

        font-size: 17px;
    }


    .nb-about-benefit-card p {

        font-size: 10px;

        line-height: 1.7;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1073c8c *//* =========================================================
   OUR APPROACH
========================================================= */

.nb-about-approach {

    width: 100%;

    padding: 95px 20px;

    background: #FFF9F4;

    overflow: hidden;
}


.nb-about-approach-container {

    width: 100%;

    max-width: 1160px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        .85fr 1.15fr;

    align-items: center;

    gap: 80px;
}


/* =========================================================
   VISUAL
========================================================= */

.nb-about-approach-visual {

    min-height: 400px;

    display: flex;

    align-items: center;

    justify-content: center;

    position: relative;
}


.nb-about-approach-visual::before {

    content: "";

    position: absolute;

    width: 320px;

    height: 320px;

    border: 1px solid #E2CDAE;

    border-radius: 50%;
}


.nb-about-approach-visual::after {

    content: "";

    position: absolute;

    width: 235px;

    height: 235px;

    border: 1px dashed #D8B97C;

    border-radius: 50%;
}


/* =========================================================
   CENTER CIRCLE
========================================================= */

.nb-approach-circle {

    position: relative;

    z-index: 2;

    width: 190px;

    height: 190px;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column;

    border-radius: 50%;

    background: #651522;

    box-shadow:
        0 25px 55px rgba(101, 21, 34, .16);
}


.nb-approach-symbol {

    margin-bottom: 13px;

    color: #D99A22;

    font-size: 22px;
}


.nb-approach-circle strong {

    color: #FFFFFF;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 20px;

    letter-spacing: .08em;
}


.nb-approach-circle small {

    margin-top: 5px;

    color: #D9B979;

    font-size: 6px;

    letter-spacing: .2em;

    font-weight: 800;
}


/* =========================================================
   CONTENT
========================================================= */

.nb-about-approach-content {

    max-width: 650px;
}


.nb-about-approach-content h2 {

    margin: 0 0 20px;

    color: #651522;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: clamp(32px, 4vw, 47px);

    line-height: 1.12;

    letter-spacing: -.02em;
}


.nb-about-approach-content > p {

    margin: 0 0 13px;

    color: #665C55;

    font-size: 12px;

    line-height: 1.85;
}


/* =========================================================
   APPROACH POINTS
========================================================= */

.nb-approach-points {

    margin-top: 28px;

    display: flex;

    flex-direction: column;

    border-top: 1px solid #E5D8CF;
}


.nb-approach-point {

    display: grid;

    grid-template-columns: 40px 1fr;

    gap: 15px;

    padding: 17px 0;

    border-bottom: 1px solid #E5D8CF;
}


.nb-approach-point > span {

    color: #D99A22;

    font-size: 9px;

    font-weight: 800;
}


.nb-approach-point strong {

    display: block;

    margin-bottom: 4px;

    color: #651522;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 15px;
}


.nb-approach-point p {

    margin: 0;

    color: #756A63;

    font-size: 9px;

    line-height: 1.65;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 850px) {

    .nb-about-approach {

        padding: 75px 20px;
    }


    .nb-about-approach-container {

        grid-template-columns: 1fr;

        gap: 45px;
    }


    .nb-about-approach-visual {

        min-height: 330px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .nb-about-approach {

        padding: 60px 15px;
    }


    .nb-about-approach-container {

        gap: 30px;
    }


    .nb-about-approach-visual {

        min-height: 260px;
    }


    .nb-about-approach-visual::before {

        width: 230px;

        height: 230px;
    }


    .nb-about-approach-visual::after {

        width: 175px;

        height: 175px;
    }


    .nb-approach-circle {

        width: 145px;

        height: 145px;
    }


    .nb-approach-circle strong {

        font-size: 16px;
    }


    .nb-about-approach-content h2 {

        font-size: 31px;
    }


    .nb-about-approach-content > p {

        font-size: 11px;

        line-height: 1.8;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ca59a32 *//* =========================================================
   OUR COMMITMENT
========================================================= */

.nb-about-commitment {

    width: 100%;

    padding: 90px 20px;

    background: #FFFFFF;

    overflow: hidden;
}


.nb-about-commitment-container {

    width: 100%;

    max-width: 1160px;

    margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

.nb-about-commitment-header {

    max-width: 720px;

    margin: 0 auto 45px;

    text-align: center;
}


.nb-about-commitment-header
.nb-section-label {

    justify-content: center;
}


.nb-about-commitment-header h2 {

    margin: 0 0 17px;

    color: #651522;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: clamp(32px, 4vw, 47px);

    line-height: 1.12;

    letter-spacing: -.02em;
}


.nb-about-commitment-header p {

    margin: 0;

    color: #665C55;

    font-size: 12px;

    line-height: 1.8;
}


/* =========================================================
   GRID
========================================================= */

.nb-commitment-grid {

    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 13px;
}


/* =========================================================
   CARD
========================================================= */

.nb-commitment-card {

    padding: 25px 21px;

    border: 1px solid #E9DED5;

    border-radius: 10px;

    background: #FFF9F4;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}


.nb-commitment-card:hover {

    transform: translateY(-4px);

    border-color: #D8B46D;

    box-shadow:
        0 15px 30px rgba(70, 30, 23, .07);
}


/* =========================================================
   TOP
========================================================= */

.nb-commitment-top {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 24px;
}


.nb-commitment-icon {

    width: 40px;

    height: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #F6EBDD;

    color: #8B1E2D;

    font-size: 17px;
}


.nb-commitment-no {

    color: #CDBDB2;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: .08em;
}


/* =========================================================
   TITLE
========================================================= */

.nb-commitment-card h3 {

    margin: 0 0 10px;

    color: #651522;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 17px;

    line-height: 1.3;
}


/* =========================================================
   TEXT
========================================================= */

.nb-commitment-card p {

    margin: 0;

    color: #6A6059;

    font-size: 9px;

    line-height: 1.75;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .nb-about-commitment {

        padding: 75px 20px;
    }


    .nb-commitment-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .nb-about-commitment {

        padding: 60px 15px;
    }


    .nb-about-commitment-header {

        margin-bottom: 30px;
    }


    .nb-about-commitment-header h2 {

        font-size: 31px;
    }


    .nb-about-commitment-header p {

        font-size: 11px;

        line-height: 1.75;
    }


    .nb-commitment-grid {

        grid-template-columns: 1fr;

        gap: 10px;
    }


    .nb-commitment-card {

        padding: 22px 19px;
    }


    .nb-commitment-card h3 {

        font-size: 16px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5d7d367 *//* =========================================================
   NIHARIKA BHAWAN KATRA
   PREMIUM FOOTER
========================================================= */

.nb-footer {

    width: 100%;

    background: #45101A;

    color: #FFFFFF;

    overflow: hidden;
}


/* =========================================================
   CONTAINER
========================================================= */

.nb-footer-container {

    width: 100%;

    max-width: 1200px;

    margin: 0 auto;

    padding: 70px 20px 22px;
}


/* =========================================================
   TOP FOOTER
========================================================= */

.nb-footer-top {

    display: grid;

    grid-template-columns:
        1.45fr
        .75fr
        .75fr
        1fr;

    gap: 45px;

    padding-bottom: 45px;

    border-bottom: 1px solid rgba(255,255,255,.13);
}


/* =========================================================
   FOOTER LOGO
========================================================= */

.nb-footer-logo {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    color: #FFFFFF;

    text-decoration: none;

    margin-bottom: 20px;
}


.nb-footer-logo-symbol {

    width: 40px;

    height: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid #D99A22;

    border-radius: 50%;

    background: #D99A22;

    color: #45101A;

    font-size: 17px;

    font-weight: 800;
}


.nb-footer-logo-text {

    display: flex;

    flex-direction: column;

    gap: 3px;
}


.nb-footer-logo-text strong {

    color: #FFFFFF;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 20px;

    line-height: 1;

    letter-spacing: .06em;

    font-weight: 800;
}


.nb-footer-logo-text small {

    color: #D99A22;

    font-size: 7px;

    line-height: 1;

    letter-spacing: .18em;

    font-weight: 800;
}


/* =========================================================
   BRAND DESCRIPTION
========================================================= */

.nb-footer-brand > p {

    max-width: 380px;

    margin: 0 0 20px;

    color: #E7D9D2;

    font-size: 11px;

    line-height: 1.8;
}


/* =========================================================
   FOOTER BOOK BUTTON
========================================================= */

.nb-footer-book {

    min-height: 43px;

    padding: 0 17px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    border-radius: 6px;

    background: #D99A22;

    color: #45101A;

    text-decoration: none;

    font-size: 10px;

    font-weight: 800;

    transition:
        background .25s ease,
        transform .25s ease;
}


.nb-footer-book:hover {

    background: #FFFFFF;

    transform: translateY(-2px);
}


.nb-footer-book span {

    font-size: 14px;
}


/* =========================================================
   FOOTER COLUMNS
========================================================= */

.nb-footer-column h3 {

    margin: 2px 0 18px;

    color: #FFFFFF;

    font-size: 14px;

    line-height: 1.3;

    font-weight: 800;
}


.nb-footer-column ul {

    margin: 0;

    padding: 0;

    list-style: none;
}


.nb-footer-column li {

    margin-bottom: 11px;
}


.nb-footer-column li:last-child {

    margin-bottom: 0;
}


.nb-footer-column a {

    color: #DCCBC3;

    text-decoration: none;

    font-size: 10px;

    line-height: 1.5;

    transition:
        color .2s ease,
        padding-left .2s ease;
}


.nb-footer-column a:hover {

    color: #D99A22;

    padding-left: 3px;
}


/* =========================================================
   CONTACT
========================================================= */

.nb-footer-contact-item {

    display: flex;

    align-items: flex-start;

    gap: 9px;

    margin-bottom: 14px;
}


.nb-footer-contact-item > span {

    flex: 0 0 auto;

    width: 24px;

    color: #D99A22;

    font-size: 12px;

    text-align: center;
}


.nb-footer-contact-item p {

    margin: 0;

    color: #DCCBC3;

    font-size: 10px;

    line-height: 1.65;
}


.nb-footer-contact-item a {

    display: block;

    padding: 0 !important;

    color: #DCCBC3;

    font-size: 10px;

    line-height: 1.5;
}


.nb-footer-contact-item a:hover {

    color: #D99A22;
}


/* =========================================================
   TRUST STRIP
========================================================= */

.nb-footer-trust {

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 15px;

    padding: 25px 0;

    border-bottom: 1px solid rgba(255,255,255,.13);
}


.nb-footer-trust > div {

    display: flex;

    align-items: center;

    gap: 11px;
}


.nb-footer-trust-icon {

    width: 35px;

    height: 35px;

    flex: 0 0 auto;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 9px;

    background: rgba(217,154,34,.13);

    color: #D99A22;

    font-size: 13px;
}


.nb-footer-trust strong {

    display: block;

    margin-bottom: 3px;

    color: #FFFFFF;

    font-size: 10px;

    font-weight: 800;
}


.nb-footer-trust small {

    display: block;

    color: #CDBBB3;

    font-size: 8px;

    line-height: 1.4;
}


/* =========================================================
   LEGAL
========================================================= */

.nb-footer-legal {

    padding: 20px 0;

    border-bottom: 1px solid rgba(255,255,255,.13);
}


.nb-footer-legal-links {

    display: flex;

    align-items: center;

    justify-content: center;

    flex-wrap: wrap;

    gap: 7px 22px;
}


.nb-footer-legal-links a {

    color: #CDBBB3;

    text-decoration: none;

    font-size: 9px;

    transition:
        color .2s ease;
}


.nb-footer-legal-links a:hover {

    color: #D99A22;
}


/* =========================================================
   BOTTOM
========================================================= */

.nb-footer-bottom {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    padding-top: 18px;
}


.nb-footer-bottom p {

    margin: 0;

    color: #BDAAA2;

    font-size: 10px;

    line-height: 1.5;
}


.nb-footer-bottom p:last-child {

    text-align: right;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .nb-footer-container {

        padding: 60px 20px 20px;
    }


    .nb-footer-top {

        grid-template-columns:
            1.3fr 1fr 1fr;

        gap: 35px;
    }


    .nb-footer-brand {

        grid-column: 1 / -1;

        max-width: 600px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .nb-footer-container {

        padding: 52px 17px 18px;
    }


    .nb-footer-top {

        grid-template-columns: 1fr 1fr;

        gap: 32px 22px;

        padding-bottom: 32px;
    }


    .nb-footer-brand {

        grid-column: 1 / -1;
    }


    .nb-footer-logo-text strong {

        font-size: 17px;
    }


    .nb-footer-brand > p {

        font-size: 13px;

        line-height: 1.75;
    }


    .nb-footer-column h3 {

        margin-bottom: 14px;

        font-size: 13px;
    }


    .nb-footer-column a {

        font-size: 9px;
    }


    .nb-footer-contact {

        grid-column: 1 / -1;
    }


    .nb-footer-trust {

        grid-template-columns: 1fr;

        gap: 13px;

        padding: 22px 0;
    }


    .nb-footer-bottom {

        align-items: flex-start;

        flex-direction: column;

        gap: 8px;
    }


    .nb-footer-bottom p:last-child {

        text-align: left;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .nb-footer-container {

        padding-left: 14px;

        padding-right: 14px;
    }


    .nb-footer-top {

        grid-template-columns: 1fr;

        gap: 28px;
    }


    .nb-footer-brand,
    .nb-footer-contact {

        grid-column: auto;
    }


    .nb-footer-legal-links {

        justify-content: flex-start;

        gap: 10px 16px;
    }

}/* End custom CSS */