.elementor-198 .elementor-element.elementor-element-b2cf60f{--display:flex;}.elementor-198 .elementor-element.elementor-element-ca661ae{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-198 .elementor-element.elementor-element-bbc7fff{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-198 .elementor-element.elementor-element-3a69658{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-198 .elementor-element.elementor-element-320c451{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-ca661ae *//* =========================================================
   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-bbc7fff *//* =========================================================
   CONTACT HERO
========================================================= */

.nb-contact-hero {

    width: 100%;

    padding: 90px 20px;

    background:
        linear-gradient(
            135deg,
            #FFF9F3 0%,
            #FFFFFF 58%,
            #F8EEE6 100%
        );

    overflow: hidden;
}


.nb-contact-hero-container {

    width: 100%;

    max-width: 1160px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        1.2fr .8fr;

    align-items: center;

    gap: 70px;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.nb-contact-hero-content {

    max-width: 700px;
}


.nb-contact-eyebrow {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    margin-bottom: 17px;

    color: #9A7040;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: .18em;
}


.nb-contact-eyebrow::before {

    content: "";

    width: 25px;

    height: 2px;

    background: #D99A22;

    border-radius: 5px;
}


.nb-contact-hero h1 {

    margin: 0 0 20px;

    color: #651522;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: clamp(38px, 5vw, 60px);

    line-height: 1.06;

    letter-spacing: -.025em;
}


.nb-contact-hero-content > p {

    max-width: 650px;

    margin: 0;

    color: #5E554F;

    font-size: 15px;

    line-height: 1.85;
}


/* =========================================================
   BUTTONS
========================================================= */

.nb-contact-hero-actions {

    display: flex;

    flex-wrap: wrap;

    gap: 12px;

    margin-top: 29px;
}


.nb-contact-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: 10px;

    font-weight: 800;

    transition:
        transform .25s ease,
        background .25s ease;
}


.nb-contact-btn-primary {

    background: #8B1E2D;

    color: #FFFFFF;
}


.nb-contact-btn-primary:hover {

    background: #651522;

    color: #FFFFFF;

    transform: translateY(-2px);
}


.nb-contact-btn-secondary {

    border: 1px solid #D7C5B8;

    background: #FFFFFF;

    color: #651522;
}


.nb-contact-btn-secondary:hover {

    background: #F8EEE7;

    color: #651522;

    transform: translateY(-2px);
}


/* =========================================================
   RIGHT CARD
========================================================= */

.nb-contact-hero-card {

    position: relative;

    padding: 34px 30px;

    border-radius: 14px;

    background: #651522;

    color: #FFFFFF;

    overflow: hidden;

    box-shadow:
        0 22px 50px rgba(101,21,34,.14);
}


.nb-contact-hero-card::after {

    content: "";

    position: absolute;

    width: 190px;

    height: 190px;

    right: -90px;

    bottom: -95px;

    border: 1px solid rgba(217,154,34,.4);

    border-radius: 50%;
}


.nb-contact-card-icon {

    width: 45px;

    height: 45px;

    margin-bottom: 25px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #D99A22;

    color: #651522;

    font-size: 17px;
}


.nb-contact-hero-card > span {

    color: #E5C98D;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: .17em;
}


.nb-contact-hero-card h2 {

    margin: 12px 0 7px;

    color: #FFFFFF;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 27px;

    line-height: 1.2;
}


.nb-contact-hero-card p {

    margin: 0;

    color: #DCCBC3;

    font-size: 10px;
}


.nb-contact-card-line {

    height: 1px;

    margin: 24px 0;

    background: rgba(255,255,255,.15);
}


.nb-contact-hero-card a {

    position: relative;

    color: #D99A22;

    text-decoration: none;

    font-size: 10px;

    font-weight: 700;
}


.nb-contact-hero-card a:hover {

    color: #FFFFFF;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 850px) {

    .nb-contact-hero {

        padding: 75px 20px;
    }


    .nb-contact-hero-container {

        grid-template-columns: 1fr;

        gap: 40px;
    }


    .nb-contact-hero-content {

        max-width: 760px;
    }


    .nb-contact-hero-card {

        max-width: 620px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .nb-contact-hero {

        padding: 60px 15px;
    }


    .nb-contact-hero h1 {

        font-size: 37px;

        line-height: 1.08;
    }


    .nb-contact-hero-content > p {

        font-size: 12px;

        line-height: 1.8;
    }


    .nb-contact-hero-actions {

        flex-direction: column;

        align-items: stretch;
    }


    .nb-contact-btn {

        width: 100%;
    }


    .nb-contact-hero-card {

        padding: 27px 23px;
    }


    .nb-contact-hero-card h2 {

        font-size: 24px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3a69658 *//* =========================================================
   CONTACT DETAILS
========================================================= */

.nb-contact-details {

    width: 100%;

    padding: 90px 20px;

    background: #FFFFFF;

    overflow: hidden;
}


.nb-contact-details-container {

    width: 100%;

    max-width: 1160px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        .82fr 1.18fr;

    gap: 65px;

    align-items: start;
}


/* =========================================================
   LEFT CONTACT INFORMATION
========================================================= */

.nb-contact-info {

    max-width: 470px;
}


.nb-contact-info h2 {

    margin: 0 0 17px;

    color: #651522;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: clamp(31px, 4vw, 45px);

    line-height: 1.12;

    letter-spacing: -.02em;
}


.nb-contact-intro {

    margin: 0 0 35px;

    color: #665C55;

    font-size: 12px;

    line-height: 1.8;
}


/* =========================================================
   CONTACT ITEMS
========================================================= */

.nb-contact-info-item {

    display: flex;

    align-items: flex-start;

    gap: 14px;

    padding: 18px 0;

    border-top: 1px solid #E9DED5;
}


.nb-contact-info-icon {

    flex: 0 0 40px;

    width: 40px;

    height: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 8px;

    background: #F8EEE6;

    color: #8B1E2D;

    font-size: 15px;
}


.nb-contact-info-item > div:last-child {

    min-width: 0;
}


.nb-contact-info-item span {

    display: block;

    margin-bottom: 5px;

    color: #9A7040;

    font-size: 7px;

    font-weight: 800;

    letter-spacing: .14em;
}


.nb-contact-info-item strong {

    display: block;

    margin-bottom: 4px;

    color: #651522;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 15px;
}


.nb-contact-info-item p {

    margin: 0;

    color: #6D635C;

    font-size: 10px;

    line-height: 1.7;
}


.nb-contact-info-item a {

    color: #8B1E2D;

    text-decoration: none;

    font-size: 10px;

    word-break: break-word;
}


.nb-contact-info-item a:hover {

    color: #651522;

    text-decoration: underline;
}


/* =========================================================
   MAP BUTTON
========================================================= */

.nb-contact-map-button {

    margin-top: 20px;

    padding: 12px 16px;

    display: inline-flex;

    align-items: center;

    gap: 8px;

    border: 1px solid #D9C9BE;

    border-radius: 6px;

    color: #651522;

    background: #FFF9F4;

    text-decoration: none;

    font-size: 9px;

    font-weight: 800;

    transition:
        background .25s ease,
        transform .25s ease;
}


.nb-contact-map-button:hover {

    background: #F8EEE6;

    color: #651522;

    transform: translateY(-2px);
}


/* =========================================================
   FORM CARD
========================================================= */

.nb-contact-form-card {

    padding: 32px;

    border: 1px solid #E6D9D0;

    border-radius: 14px;

    background: #FFF9F4;

    box-shadow:
        0 18px 45px rgba(70,30,23,.06);
}


/* =========================================================
   FORM HEADER
========================================================= */

.nb-contact-form-header > span {

    color: #9A7040;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: .16em;
}


.nb-contact-form-header h2 {

    margin: 8px 0 9px;

    color: #651522;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 28px;

    line-height: 1.2;
}


.nb-contact-form-header p {

    margin: 0 0 25px;

    color: #6D635C;

    font-size: 10px;

    line-height: 1.7;
}


/* =========================================================
   FORM
========================================================= */

.nb-contact-form {

    display: flex;

    flex-direction: column;

    gap: 14px;
}


.nb-contact-form-grid {

    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 12px;
}


.nb-contact-field {

    display: flex;

    flex-direction: column;

    gap: 6px;
}


.nb-contact-field label {

    color: #5F514A;

    font-size: 8px;

    font-weight: 800;
}


.nb-contact-field input,
.nb-contact-field select,
.nb-contact-field textarea {

    width: 100%;

    box-sizing: border-box;

    border: 1px solid #DCCFC6;

    border-radius: 6px;

    background: #FFFFFF;

    color: #332C28;

    font-family: inherit;

    font-size: 10px;

    outline: none;

    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}


.nb-contact-field input,
.nb-contact-field select {

    height: 43px;

    padding: 0 12px;
}


.nb-contact-field textarea {

    min-height: 95px;

    padding: 12px;

    resize: vertical;
}


.nb-contact-field input:focus,
.nb-contact-field select:focus,
.nb-contact-field textarea:focus {

    border-color: #A66B45;

    box-shadow:
        0 0 0 3px rgba(166,107,69,.08);
}


.nb-contact-field input::placeholder,
.nb-contact-field textarea::placeholder {

    color: #A49A93;
}


/* =========================================================
   SUBMIT
========================================================= */

.nb-contact-submit {

    min-height: 47px;

    margin-top: 3px;

    padding: 0 18px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    border: 0;

    border-radius: 6px;

    background: #8B1E2D;

    color: #FFFFFF;

    font-family: inherit;

    font-size: 10px;

    font-weight: 800;

    cursor: pointer;

    transition:
        background .25s ease,
        transform .25s ease;
}


.nb-contact-submit:hover {

    background: #651522;

    transform: translateY(-2px);
}


.nb-contact-submit span {

    font-size: 15px;
}


/* =========================================================
   FORM NOTE
========================================================= */

.nb-contact-form-note {

    margin: 0;

    color: #83766E;

    font-size: 7px;

    line-height: 1.65;

    text-align: center;
}


.nb-contact-form-note a {

    color: #8B1E2D;

    text-decoration: underline;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 850px) {

    .nb-contact-details {

        padding: 75px 20px;
    }


    .nb-contact-details-container {

        grid-template-columns: 1fr;

        gap: 45px;
    }


    .nb-contact-info {

        max-width: 700px;
    }


    .nb-contact-form-card {

        max-width: 700px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .nb-contact-details {

        padding: 60px 15px;
    }


    .nb-contact-info h2 {

        font-size: 31px;
    }


    .nb-contact-intro {

        font-size: 11px;

        line-height: 1.75;
    }


    .nb-contact-form-card {

        padding: 22px 17px;

        border-radius: 11px;
    }


    .nb-contact-form-header h2 {

        font-size: 24px;
    }


    .nb-contact-form-grid {

        grid-template-columns: 1fr;

        gap: 14px;
    }


    .nb-contact-field input,
    .nb-contact-field select {

        height: 45px;

        font-size: 11px;
    }


    .nb-contact-field textarea {

        font-size: 11px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-320c451 *//* =========================================================
   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 */