.elementor-14 .elementor-element.elementor-element-8a0a49a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14 .elementor-element.elementor-element-bbcc51d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14 .elementor-element.elementor-element-f256d64{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14 .elementor-element.elementor-element-ac32906 iframe{height:348px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4ac5463 *//* =========================================================
   SHREE BALAJEE GROUP
   CONTACT PAGE HERO
   FULLY ANIMATED DARK PREMIUM VERSION
   NO FADE-IN / FADE-OUT
========================================================= */

.sbg-contact-hero {
    --sbg-ch-black: #090a08;
    --sbg-ch-charcoal: #11120e;
    --sbg-ch-charcoal-light: #191a15;
    --sbg-ch-charcoal-soft: #24251e;
    --sbg-ch-gold: #b89c63;
    --sbg-ch-gold-dark: #8e7547;
    --sbg-ch-gold-light: #ead19a;
    --sbg-ch-ivory: #f7f4eb;
    --sbg-ch-muted: rgba(247, 244, 235, 0.67);
    --sbg-ch-border: rgba(234, 209, 154, 0.14);
    --sbg-ch-border-strong: rgba(234, 209, 154, 0.26);

    position: relative;
    isolation: isolate;
    width: 100vw;
    min-height: 660px;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    color: var(--sbg-ch-ivory);
    background:
        linear-gradient(
            125deg,
            var(--sbg-ch-black) 0%,
            var(--sbg-ch-charcoal) 57%,
            #1b1a15 100%
        );
    font-family:
        var(--e-global-typography-text-font-family),
        "Inter",
        "Helvetica Neue",
        Arial,
        sans-serif;
}

.sbg-contact-hero,
.sbg-contact-hero * {
    box-sizing: border-box;
}

/* =========================================================
   BACKGROUND
========================================================= */

.sbg-contact-hero::before {
    position: absolute;
    inset: 0;
    z-index: -5;
    background:
        radial-gradient(
            circle at 84% 24%,
            rgba(234, 209, 154, 0.075),
            transparent 25%
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.012) 1px,
            transparent 1px
        ),
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.012) 1px,
            transparent 1px
        );
    background-size:
        auto,
        110px 110px,
        110px 110px;
    content: "";
    pointer-events: none;
}

.sbg-contact-hero::after {
    position: absolute;
    right: -360px;
    bottom: -470px;
    z-index: -3;
    width: 780px;
    height: 780px;
    border: 1px solid rgba(234, 209, 154, 0.07);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.sbg-contact-hero__background {
    position: absolute;
    inset: 0;
    z-index: -4;
    overflow: hidden;
    pointer-events: none;
}

.sbg-contact-hero__background-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8%;
    width: 1px;
    background:
        linear-gradient(
            180deg,
            transparent,
            rgba(234, 209, 154, 0.1) 16%,
            rgba(234, 209, 154, 0.1) 84%,
            transparent
        );
}

.sbg-contact-hero__background-circle {
    position: absolute;
    top: -330px;
    right: -270px;
    width: 720px;
    height: 720px;
    border: 1px solid rgba(184, 156, 99, 0.09);
    border-radius: 50%;
    transform: rotate(0deg) scale(1);
}

.sbg-contact-hero__background-circle::before,
.sbg-contact-hero__background-circle::after {
    position: absolute;
    border: 1px solid rgba(184, 156, 99, 0.055);
    border-radius: 50%;
    content: "";
}

.sbg-contact-hero__background-circle::before {
    inset: 105px;
}

.sbg-contact-hero__background-circle::after {
    inset: 225px;
}

.sbg-contact-hero__background-circle-small {
    position: absolute;
    bottom: -180px;
    left: -120px;
    width: 380px;
    height: 380px;
    border: 1px solid rgba(234, 209, 154, 0.045);
    border-radius: 50%;
    transform: scale(1);
}

/* =========================================================
   FULL-SECTION SHUTTER
========================================================= */

.sbg-contact-hero__curtain {
    position: absolute;
    inset: 0;
    z-index: 30;
    background:
        linear-gradient(
            115deg,
            var(--sbg-ch-black),
            var(--sbg-ch-charcoal-soft)
        );
    pointer-events: none;
    transform: translateX(101%);
}

.sbg-contact-hero__curtain::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background:
        linear-gradient(
            180deg,
            transparent 3%,
            var(--sbg-ch-gold-light) 27%,
            var(--sbg-ch-gold) 73%,
            transparent 97%
        );
    content: "";
    box-shadow:
        -14px 0 38px rgba(234, 209, 154, 0.17);
}

.sbg-contact-hero__curtain::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4px;
    width: 90px;
    background:
        linear-gradient(
            90deg,
            rgba(184, 156, 99, 0.12),
            transparent
        );
    content: "";
}

/* =========================================================
   ARCHITECTURAL FRAME
========================================================= */

.sbg-contact-hero__frame {
    position: absolute;
    inset: 27px;
    z-index: 8;
    overflow: hidden;
    border-top: 0px solid var(--sbg-ch-border);
    border-bottom: 1px solid var(--sbg-ch-border);
    pointer-events: none;
}

.sbg-contact-hero__frame::before,
.sbg-contact-hero__frame::after {
    position: absolute;
    width: 125px;
    height: 3px;
    content: "";
}

.sbg-contact-hero__frame::before {
    top: -1px;
    left: 0;
    background:
        linear-gradient(
            90deg,
            var(--sbg-ch-gold),
            var(--sbg-ch-gold-light)
        );
    transform-origin: left center;
}

.sbg-contact-hero__frame::after {
    right: 0;
    bottom: -1px;
    background:
        linear-gradient(
            90deg,
            rgba(234, 209, 154, 0.15),
            var(--sbg-ch-gold)
        );
    transform-origin: right center;
}

/* =========================================================
   CONTAINER
========================================================= */

.sbg-contact-hero__container {
    position: relative;
    z-index: 5;
    display: flex;
    width: 100%;
    max-width: 1200px;
    min-height: 660px;
    align-items: center;
    margin: 0 auto;
    padding: 105px 24px 90px;
}

/* =========================================================
   MAIN LAYOUT
========================================================= */

.sbg-contact-hero__layout {
    display: grid;
    width: 100%;
    grid-template-columns:
        minmax(0, 1.05fr)
        minmax(380px, 0.95fr);
    align-items: center;
    gap: clamp(75px, 9vw, 130px);
}

/* =========================================================
   HERO CONTENT
========================================================= */

.sbg-contact-hero__content {
    position: relative;
    min-width: 0;
    padding-left: 31px;
}

.sbg-contact-hero__content::before {
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 0;
    width: 1px;
    background:
        linear-gradient(
            180deg,
            var(--sbg-ch-gold),
            rgba(184, 156, 99, 0.16) 74%,
            transparent
        );
    content: "";
    transform-origin: top center;
}

.sbg-contact-hero__content::after {
    position: absolute;
    top: 6px;
    left: -4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: var(--sbg-ch-gold-light);
    box-shadow:
        0 0 0 8px rgba(184, 156, 99, 0.09);
    content: "";
}

.sbg-contact-hero__content-line {
    display: block;
    width: 76px;
    height: 3px;
    margin-bottom: 28px;
    background:
        linear-gradient(
            90deg,
            var(--sbg-ch-gold),
            var(--sbg-ch-gold-light)
        );
    transform-origin: left center;
}

/* =========================================================
   MAIN TITLE
========================================================= */

.sbg-contact-hero__title {
    max-width: 690px;
    color: var(--sbg-ch-ivory);
    font-family:
        var(--e-global-typography-primary-font-family),
        "Inter",
        "Helvetica Neue",
        Arial,
        sans-serif;
    font-size: clamp(46px, 5.2vw, 68px);
    font-weight: 560;
    line-height: 1.03;
    letter-spacing: -0.052em;
}

.sbg-contact-hero__title-mask {
    display: block;
    overflow: hidden;
    padding: 0.04em 0 0.11em;
}

.sbg-contact-hero__title-mask--accent {
    margin-top: -0.04em;
    color: var(--sbg-ch-gold-light);
}

.sbg-contact-hero__title-text {
    display: block;
    transform-origin: left bottom;
    will-change: transform;
}

/* =========================================================
   DIVIDER
========================================================= */

.sbg-contact-hero__divider {
    width: 105px;
    height: 3px;
    margin-top: 30px;
    background:
        linear-gradient(
            90deg,
            var(--sbg-ch-gold),
            var(--sbg-ch-gold-light)
        );
    transform-origin: left center;
}

/* =========================================================
   DESCRIPTION
========================================================= */

.sbg-contact-hero__description-mask {
    max-width: 620px;
    overflow: hidden;
}

.sbg-contact-hero__description {
    max-width: 620px;
    margin: 27px 0 0;
    color: var(--sbg-ch-muted);
    font-size: clamp(16px, 1.45vw, 19px);
    font-weight: 400;
    line-height: 1.76;
    will-change: transform;
}

/* =========================================================
   LOCATIONS PANEL
========================================================= */

.sbg-contact-hero__locations {
    position: relative;
    min-width: 0;
    padding: 25px 0 0 25px;
}

.sbg-contact-hero__locations-frame {
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 25px;
    left: 0;
    z-index: 1;
    overflow: hidden;
    border: 1px solid var(--sbg-ch-border-strong);
    pointer-events: none;
    transition:
        border-color 0.4s ease,
        transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.sbg-contact-hero__locations-frame::before,
.sbg-contact-hero__locations-frame::after {
    position: absolute;
    width: 115px;
    height: 4px;
    content: "";
}

.sbg-contact-hero__locations-frame::before {
    top: -1px;
    left: -1px;
    background:
        linear-gradient(
            90deg,
            var(--sbg-ch-gold),
            var(--sbg-ch-gold-light)
        );
    transform-origin: left center;
}

.sbg-contact-hero__locations-frame::after {
    right: -1px;
    bottom: -1px;
    background:
        linear-gradient(
            90deg,
            rgba(234, 209, 154, 0.14),
            var(--sbg-ch-gold)
        );
    transform-origin: right center;
}

.sbg-contact-hero__locations:hover
.sbg-contact-hero__locations-frame {
    border-color: rgba(234, 209, 154, 0.38);
    transform: translate(-4px, 4px);
}

.sbg-contact-hero__locations-inner {
    position: relative;
    z-index: 2;
    min-height: 445px;
    overflow: hidden;
    padding: 55px 48px 47px;
    background:
        radial-gradient(
            circle at 90% 8%,
            rgba(234, 209, 154, 0.08),
            transparent 29%
        ),
        linear-gradient(
            145deg,
            var(--sbg-ch-charcoal-light),
            var(--sbg-ch-charcoal-soft)
        );
    box-shadow:
        0 34px 72px rgba(0, 0, 0, 0.31);
}

/* =========================================================
   PANEL SHUTTER
========================================================= */

.sbg-contact-hero__locations-shutter {
    position: absolute;
    top: 25px;
    right: 0;
    bottom: 0;
    left: 25px;
    z-index: 12;
    background:
        linear-gradient(
            125deg,
            var(--sbg-ch-black),
            var(--sbg-ch-charcoal-soft)
        );
    pointer-events: none;
    transform: translateX(101%);
}

.sbg-contact-hero__locations-shutter::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background:
        linear-gradient(
            180deg,
            transparent 4%,
            var(--sbg-ch-gold-light) 25%,
            var(--sbg-ch-gold) 75%,
            transparent 96%
        );
    content: "";
    box-shadow:
        -12px 0 34px rgba(234, 209, 154, 0.16);
}

/* =========================================================
   LOCATIONS HEADING
========================================================= */

.sbg-contact-hero__locations-heading {
    display: flex;
    align-items: center;
    gap: 16px;
}

.sbg-contact-hero__locations-heading-line {
    width: 45px;
    height: 1px;
    flex: 0 0 auto;
    background-color: var(--sbg-ch-gold);
    transform-origin: left center;
}

.sbg-contact-hero__locations-title-mask {
    overflow: hidden;
}

.sbg-contact-hero__locations-title {
    margin: 0;
    color: var(--sbg-ch-gold-light);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    transform-origin: left bottom;
}

/* =========================================================
   LOCATION LIST
========================================================= */

.sbg-contact-hero__location-list {
    display: grid;
    gap: 0;
    margin: 39px 0 0;
    padding: 0;
    border-top: 1px solid var(--sbg-ch-border);
    list-style: none;
}

.sbg-contact-hero__location {
    position: relative;
    display: grid;
    grid-template-columns: 57px minmax(0, 1fr);
    align-items: center;
    gap: 20px;
    min-height: 96px;
    overflow: hidden;
    padding: 18px 0;
    border-bottom: 1px solid var(--sbg-ch-border);
    transition:
        padding-left 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        background-color 0.4s ease;
}

.sbg-contact-hero__location::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    background:
        linear-gradient(
            180deg,
            var(--sbg-ch-gold-light),
            var(--sbg-ch-gold)
        );
    content: "";
    transform: scaleY(0);
    transition:
        transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.sbg-contact-hero__location:hover {
    padding-left: 15px;
    background-color: rgba(234, 209, 154, 0.035);
}

.sbg-contact-hero__location:hover::before {
    transform: scaleY(1);
}

/* =========================================================
   LOCATION ICON
========================================================= */

.sbg-contact-hero__location-icon {
    position: relative;
    display: inline-flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(234, 209, 154, 0.22);
    color: var(--sbg-ch-gold-light);
    background-color: rgba(234, 209, 154, 0.035);
    transition:
        color 0.35s ease,
        border-color 0.35s ease,
        background-color 0.35s ease,
        transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.sbg-contact-hero__location-icon::before {
    position: absolute;
    inset: 5px;
    border: 1px solid rgba(234, 209, 154, 0.08);
    content: "";
    transform: rotate(0deg);
    transition:
        transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.sbg-contact-hero__location-icon svg {
    position: relative;
    z-index: 2;
    width: 28px;
    height: 28px;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sbg-contact-hero__location:hover
.sbg-contact-hero__location-icon {
    border-color: var(--sbg-ch-gold);
    color: var(--sbg-ch-charcoal);
    background-color: var(--sbg-ch-gold-light);
    transform: translateY(-3px);
}

.sbg-contact-hero__location:hover
.sbg-contact-hero__location-icon::before {
    border-color: rgba(17, 18, 14, 0.18);
    transform: rotate(45deg);
}

/* =========================================================
   LOCATION TEXT
========================================================= */

.sbg-contact-hero__location-text {
    position: relative;
    z-index: 2;
    color: var(--sbg-ch-ivory);
    font-size: clamp(17px, 1.65vw, 21px);
    font-weight: 560;
    line-height: 1.4;
    letter-spacing: -0.025em;
    transform-origin: left bottom;
}

.sbg-contact-hero__location-rule {
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background:
        linear-gradient(
            90deg,
            transparent,
            var(--sbg-ch-gold)
        );
    transition:
        width 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.sbg-contact-hero__location:hover
.sbg-contact-hero__location-rule {
    width: 58%;
}

/* =========================================================
   INITIAL SCROLL REVEAL
   MASK, SHUTTER AND TRANSFORM BASED
========================================================= */

.sbg-contact-hero[data-sbg-contact-ready="true"]
.sbg-contact-hero__curtain {
    transform: translateX(0);
}

.sbg-contact-hero[data-sbg-contact-ready="true"]
.sbg-contact-hero__frame {
    clip-path: inset(0 100% 0 0);
    transition:
        clip-path 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.sbg-contact-hero[data-sbg-contact-ready="true"]
.sbg-contact-hero__frame::before,
.sbg-contact-hero[data-sbg-contact-ready="true"]
.sbg-contact-hero__frame::after {
    transform: scaleX(0);
    transition:
        transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.sbg-contact-hero[data-sbg-contact-ready="true"]
.sbg-contact-hero__background-circle {
    transform:
        rotate(-12deg)
        scale(0.82);
    transition:
        transform 1.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.sbg-contact-hero[data-sbg-contact-ready="true"]
.sbg-contact-hero__background-circle-small {
    transform: scale(0.65);
    transition:
        transform 1.65s cubic-bezier(0.16, 1, 0.3, 1);
}

.sbg-contact-hero[data-sbg-contact-ready="true"]
.sbg-contact-hero__content::before {
    transform: scaleY(0);
    transition:
        transform 0.95s cubic-bezier(0.22, 1, 0.36, 1);
}

.sbg-contact-hero[data-sbg-contact-ready="true"]
.sbg-contact-hero__content::after {
    transform: scale(0);
    transition:
        transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.sbg-contact-hero[data-sbg-contact-ready="true"]
.sbg-contact-hero__content-line,
.sbg-contact-hero[data-sbg-contact-ready="true"]
.sbg-contact-hero__divider {
    transform: scaleX(0);
    transition:
        transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.sbg-contact-hero[data-sbg-contact-ready="true"]
.sbg-contact-hero__title-text {
    transform:
        translateY(120%)
        rotate(2deg);
    transition:
        transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.sbg-contact-hero[data-sbg-contact-ready="true"]
.sbg-contact-hero__description {
    transform: translateY(115%);
    transition:
        transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.sbg-contact-hero[data-sbg-contact-ready="true"]
.sbg-contact-hero__locations-frame {
    clip-path: inset(0 100% 0 0);
    transition:
        clip-path 1.05s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.4s ease,
        transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.sbg-contact-hero[data-sbg-contact-ready="true"]
.sbg-contact-hero__locations-frame::before,
.sbg-contact-hero[data-sbg-contact-ready="true"]
.sbg-contact-hero__locations-frame::after {
    transform: scaleX(0);
    transition:
        transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.sbg-contact-hero[data-sbg-contact-ready="true"]
.sbg-contact-hero__locations-inner {
    clip-path: inset(0 100% 0 0);
    transition:
        clip-path 1.05s cubic-bezier(0.22, 1, 0.36, 1);
}

.sbg-contact-hero[data-sbg-contact-ready="true"]
.sbg-contact-hero__locations-shutter {
    transform: translateX(0);
}

.sbg-contact-hero[data-sbg-contact-ready="true"]
.sbg-contact-hero__locations-heading-line {
    transform: scaleX(0);
    transition:
        transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.sbg-contact-hero[data-sbg-contact-ready="true"]
.sbg-contact-hero__locations-title {
    transform:
        translateY(125%)
        rotate(2deg);
    transition:
        transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.sbg-contact-hero[data-sbg-contact-ready="true"]
.sbg-contact-hero__location {
    clip-path: inset(0 100% 0 0);
    transform: translateX(-20px);
    transition:
        clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
        padding-left 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        background-color 0.4s ease;
}

.sbg-contact-hero[data-sbg-contact-ready="true"]
.sbg-contact-hero__location-icon {
    transform:
        translateX(-16px)
        rotate(-12deg)
        scale(0.72);
}

.sbg-contact-hero[data-sbg-contact-ready="true"]
.sbg-contact-hero__location-text {
    transform: translateY(125%);
}

/* =========================================================
   REVEALED STATE
========================================================= */

.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__curtain {
    transform: translateX(101%);
    transition:
        transform 1.15s cubic-bezier(0.76, 0, 0.24, 1);
}

.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__frame,
.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__locations-frame,
.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__locations-inner {
    clip-path: inset(0 0 0 0);
}

.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__frame::before,
.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__frame::after,
.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__content-line,
.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__divider,
.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__locations-frame::before,
.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__locations-frame::after,
.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__locations-heading-line {
    transform: scaleX(1);
}

.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__background-circle {
    transform:
        rotate(0deg)
        scale(1);
}

.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__background-circle-small {
    transform: scale(1);
}

.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__content::before {
    transform: scaleY(1);
}

.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__content::after {
    transform: scale(1);
}

.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__title-text,
.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__description,
.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__locations-title {
    transform:
        translateY(0)
        rotate(0);
}

.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__locations-shutter {
    transform: translateX(101%);
    transition:
        transform 1.05s cubic-bezier(0.76, 0, 0.24, 1);
}

.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__location {
    clip-path: inset(0 0 0 0);
    transform: translateX(0);
}

.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__location-icon {
    transform:
        translateX(0)
        rotate(0)
        scale(1);
    transition:
        color 0.35s ease,
        border-color 0.35s ease,
        background-color 0.35s ease,
        transform 0.75s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__location-text {
    transform: translateY(0);
    transition:
        transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

/* =========================================================
   REVEAL SEQUENCE
========================================================= */

.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__curtain {
    transition-delay: 0.04s;
}

.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__frame {
    transition-delay: 0.24s;
}

.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__frame::before,
.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__frame::after {
    transition-delay: 0.48s;
}

.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__background-circle {
    transition-delay: 0.08s;
}

.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__background-circle-small {
    transition-delay: 0.18s;
}

.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__content-line {
    transition-delay: 0.25s;
}

.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__content::before {
    transition-delay: 0.29s;
}

.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__content::after {
    transition-delay: 0.52s;
}

.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__title-mask:nth-child(1)
.sbg-contact-hero__title-text {
    transition-delay: 0.33s;
}

.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__title-mask:nth-child(2)
.sbg-contact-hero__title-text {
    transition-delay: 0.49s;
}

.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__divider {
    transition-delay: 0.68s;
}

.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__description {
    transition-delay: 0.76s;
}

.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__locations-frame {
    transition-delay: 0.34s;
}

.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__locations-inner {
    transition-delay: 0.39s;
}

.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__locations-shutter {
    transition-delay: 0.46s;
}

.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__locations-frame::before,
.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__locations-frame::after {
    transition-delay: 0.61s;
}

.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__locations-heading-line {
    transition-delay: 0.63s;
}

.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__locations-title {
    transition-delay: 0.69s;
}

.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__location:nth-child(1) {
    transition-delay: 0.76s;
}

.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__location:nth-child(2) {
    transition-delay: 0.87s;
}

.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__location:nth-child(3) {
    transition-delay: 0.98s;
}

.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__location:nth-child(1)
.sbg-contact-hero__location-icon,
.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__location:nth-child(1)
.sbg-contact-hero__location-text {
    transition-delay: 0.88s;
}

.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__location:nth-child(2)
.sbg-contact-hero__location-icon,
.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__location:nth-child(2)
.sbg-contact-hero__location-text {
    transition-delay: 0.99s;
}

.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__location:nth-child(3)
.sbg-contact-hero__location-icon,
.sbg-contact-hero[data-sbg-contact-ready="true"].is-inview
.sbg-contact-hero__location:nth-child(3)
.sbg-contact-hero__location-text {
    transition-delay: 1.1s;
}

/* =========================================================
   ELEMENTOR EDITOR PROTECTION
========================================================= */

body.elementor-editor-active
.sbg-contact-hero__curtain,
body.elementor-editor-active
.sbg-contact-hero__locations-shutter,
body.elementor-edit-area-active
.sbg-contact-hero__curtain,
body.elementor-edit-area-active
.sbg-contact-hero__locations-shutter,
body.elementor-editor-preview
.sbg-contact-hero__curtain,
body.elementor-editor-preview
.sbg-contact-hero__locations-shutter,
.elementor-editor-active
.sbg-contact-hero__curtain,
.elementor-editor-active
.sbg-contact-hero__locations-shutter {
    display: none !important;
}

body.elementor-editor-active
.sbg-contact-hero__frame,
body.elementor-editor-active
.sbg-contact-hero__frame::before,
body.elementor-editor-active
.sbg-contact-hero__frame::after,
body.elementor-editor-active
.sbg-contact-hero__background-circle,
body.elementor-editor-active
.sbg-contact-hero__background-circle-small,
body.elementor-editor-active
.sbg-contact-hero__content::before,
body.elementor-editor-active
.sbg-contact-hero__content::after,
body.elementor-editor-active
.sbg-contact-hero__content-line,
body.elementor-editor-active
.sbg-contact-hero__title-text,
body.elementor-editor-active
.sbg-contact-hero__divider,
body.elementor-editor-active
.sbg-contact-hero__description,
body.elementor-editor-active
.sbg-contact-hero__locations-frame,
body.elementor-editor-active
.sbg-contact-hero__locations-frame::before,
body.elementor-editor-active
.sbg-contact-hero__locations-frame::after,
body.elementor-editor-active
.sbg-contact-hero__locations-inner,
body.elementor-editor-active
.sbg-contact-hero__locations-heading-line,
body.elementor-editor-active
.sbg-contact-hero__locations-title,
body.elementor-editor-active
.sbg-contact-hero__location,
body.elementor-editor-active
.sbg-contact-hero__location-icon,
body.elementor-editor-active
.sbg-contact-hero__location-text,
body.elementor-edit-area-active
.sbg-contact-hero__frame,
body.elementor-edit-area-active
.sbg-contact-hero__frame::before,
body.elementor-edit-area-active
.sbg-contact-hero__frame::after,
body.elementor-edit-area-active
.sbg-contact-hero__background-circle,
body.elementor-edit-area-active
.sbg-contact-hero__background-circle-small,
body.elementor-edit-area-active
.sbg-contact-hero__content::before,
body.elementor-edit-area-active
.sbg-contact-hero__content::after,
body.elementor-edit-area-active
.sbg-contact-hero__content-line,
body.elementor-edit-area-active
.sbg-contact-hero__title-text,
body.elementor-edit-area-active
.sbg-contact-hero__divider,
body.elementor-edit-area-active
.sbg-contact-hero__description,
body.elementor-edit-area-active
.sbg-contact-hero__locations-frame,
body.elementor-edit-area-active
.sbg-contact-hero__locations-inner,
body.elementor-edit-area-active
.sbg-contact-hero__locations-heading-line,
body.elementor-edit-area-active
.sbg-contact-hero__locations-title,
body.elementor-edit-area-active
.sbg-contact-hero__location,
body.elementor-edit-area-active
.sbg-contact-hero__location-icon,
body.elementor-edit-area-active
.sbg-contact-hero__location-text,
body.elementor-editor-preview
.sbg-contact-hero__frame,
body.elementor-editor-preview
.sbg-contact-hero__background-circle,
body.elementor-editor-preview
.sbg-contact-hero__background-circle-small,
body.elementor-editor-preview
.sbg-contact-hero__content-line,
body.elementor-editor-preview
.sbg-contact-hero__title-text,
body.elementor-editor-preview
.sbg-contact-hero__divider,
body.elementor-editor-preview
.sbg-contact-hero__description,
body.elementor-editor-preview
.sbg-contact-hero__locations-frame,
body.elementor-editor-preview
.sbg-contact-hero__locations-inner,
body.elementor-editor-preview
.sbg-contact-hero__locations-heading-line,
body.elementor-editor-preview
.sbg-contact-hero__locations-title,
body.elementor-editor-preview
.sbg-contact-hero__location,
body.elementor-editor-preview
.sbg-contact-hero__location-icon,
body.elementor-editor-preview
.sbg-contact-hero__location-text {
    clip-path: none !important;
    transform: none !important;
    transition: none !important;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {
    .sbg-contact-hero,
    .sbg-contact-hero__container {
        min-height: 620px;
    }

    .sbg-contact-hero__container {
        padding: 95px 24px 80px;
    }

    .sbg-contact-hero__layout {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(340px, 0.9fr);
        gap: 58px;
    }

    .sbg-contact-hero__title {
        font-size: clamp(43px, 6vw, 58px);
    }

    .sbg-contact-hero__locations-inner {
        min-height: 420px;
        padding: 48px 38px 42px;
    }

    .sbg-contact-hero__location {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 17px;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
    .sbg-contact-hero {
        min-height: auto;
    }

    .sbg-contact-hero__container {
        min-height: auto;
        padding: 105px 18px 80px;
    }

    .sbg-contact-hero__frame {
        inset: 18px;
    }

    .sbg-contact-hero__layout {
        grid-template-columns: 1fr;
        gap: 68px;
    }

    .sbg-contact-hero__content {
        max-width: 650px;
        padding-left: 24px;
    }

    .sbg-contact-hero__title {
        font-size: clamp(40px, 10.6vw, 52px);
    }

    .sbg-contact-hero__description {
        font-size: 15px;
        line-height: 1.72;
    }

    .sbg-contact-hero__locations {
        width: 100%;
        max-width: 640px;
        padding: 20px 0 0 20px;
    }

    .sbg-contact-hero__locations-frame {
        right: 20px;
        bottom: 20px;
    }

    .sbg-contact-hero__locations-shutter {
        top: 20px;
        left: 20px;
    }

    .sbg-contact-hero__locations-inner {
        min-height: auto;
        padding: 46px 34px 40px;
    }

    .sbg-contact-hero__background-circle {
        top: -420px;
        right: -470px;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {
    .sbg-contact-hero__container {
        padding: 90px 18px 68px;
    }

    .sbg-contact-hero__content {
        padding-left: 21px;
    }

    .sbg-contact-hero__content-line {
        width: 62px;
        margin-bottom: 23px;
    }

    .sbg-contact-hero__title {
        font-size: 37px;
    }

    .sbg-contact-hero__divider {
        width: 82px;
        margin-top: 25px;
    }

    .sbg-contact-hero__description {
        margin-top: 22px;
        font-size: 14px;
    }

    .sbg-contact-hero__locations {
        padding: 14px 0 0 14px;
    }

    .sbg-contact-hero__locations-frame {
        right: 14px;
        bottom: 14px;
    }

    .sbg-contact-hero__locations-shutter {
        top: 14px;
        left: 14px;
    }

    .sbg-contact-hero__locations-inner {
        padding: 39px 22px 34px;
    }

    .sbg-contact-hero__locations-heading {
        gap: 13px;
    }

    .sbg-contact-hero__locations-heading-line {
        width: 35px;
    }

    .sbg-contact-hero__locations-title {
        font-size: 10px;
    }

    .sbg-contact-hero__location {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 15px;
        min-height: 88px;
    }

    .sbg-contact-hero__location-icon {
        width: 47px;
        height: 47px;
    }

    .sbg-contact-hero__location-icon svg {
        width: 25px;
        height: 25px;
    }

    .sbg-contact-hero__location-text {
        font-size: 17px;
    }
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
    .sbg-contact-hero__curtain,
    .sbg-contact-hero__locations-shutter {
        display: none !important;
    }

    .sbg-contact-hero__frame,
    .sbg-contact-hero__frame::before,
    .sbg-contact-hero__frame::after,
    .sbg-contact-hero__background-circle,
    .sbg-contact-hero__background-circle-small,
    .sbg-contact-hero__content::before,
    .sbg-contact-hero__content::after,
    .sbg-contact-hero__content-line,
    .sbg-contact-hero__title-text,
    .sbg-contact-hero__divider,
    .sbg-contact-hero__description,
    .sbg-contact-hero__locations-frame,
    .sbg-contact-hero__locations-frame::before,
    .sbg-contact-hero__locations-frame::after,
    .sbg-contact-hero__locations-inner,
    .sbg-contact-hero__locations-heading-line,
    .sbg-contact-hero__locations-title,
    .sbg-contact-hero__location,
    .sbg-contact-hero__location-icon,
    .sbg-contact-hero__location-text {
        clip-path: none !important;
        transform: none !important;
        transition: none !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-195f30a *//* =========================================================
   SHREE BALAJEE GROUP
   CONTACT INFORMATION AND FORM
   LIGHT PREMIUM VERSION
   FULL SCROLL ANIMATION WITHOUT FADING
========================================================= */

.sbg-contact-info {
    --sbg-ci-black: #090a08;
    --sbg-ci-charcoal: #171813;
    --sbg-ci-charcoal-soft: #292a23;
    --sbg-ci-gold: #b79d67;
    --sbg-ci-gold-dark: #867044;
    --sbg-ci-gold-light: #dfcfaa;
    --sbg-ci-ivory: #f7f4eb;
    --sbg-ci-white: #fffdf8;
    --sbg-ci-cream: #eee8da;
    --sbg-ci-text: #24251f;
    --sbg-ci-muted: #686960;
    --sbg-ci-border: rgba(36, 37, 31, 0.14);
    --sbg-ci-gold-border: rgba(134, 112, 68, 0.3);

    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 120px 24px;
    color: var(--sbg-ci-text);
    background:
        linear-gradient(
            135deg,
            var(--sbg-ci-white) 0%,
            var(--sbg-ci-ivory) 57%,
            var(--sbg-ci-cream) 100%
        );
    font-family:
        var(--e-global-typography-text-font-family),
        "Inter",
        "Helvetica Neue",
        Arial,
        sans-serif;
}

.sbg-contact-info,
.sbg-contact-info * {
    box-sizing: border-box;
}

/* =========================================================
   BACKGROUND DETAILS
========================================================= */

.sbg-contact-info::before {
    position: absolute;
    top: 0;
    left: 8%;
    width: 1px;
    height: 100%;
    background:
        linear-gradient(
            180deg,
            transparent,
            rgba(36, 37, 31, 0.09) 16%,
            rgba(36, 37, 31, 0.09) 84%,
            transparent
        );
    content: "";
    pointer-events: none;
}

.sbg-contact-info::after {
    position: absolute;
    top: 0;
    right: 8%;
    width: 1px;
    height: 100%;
    background:
        linear-gradient(
            180deg,
            transparent,
            rgba(36, 37, 31, 0.055) 23%,
            rgba(36, 37, 31, 0.055) 77%,
            transparent
        );
    content: "";
    pointer-events: none;
}

.sbg-contact-info__ornament {
    position: absolute;
    top: -310px;
    right: -270px;
    z-index: -1;
    width: 720px;
    height: 720px;
    border: 1px solid rgba(183, 157, 103, 0.14);
    border-radius: 50%;
    pointer-events: none;
    transform: rotate(0deg) scale(1);
}

.sbg-contact-info__ornament::before,
.sbg-contact-info__ornament::after {
    position: absolute;
    border: 1px solid rgba(183, 157, 103, 0.09);
    border-radius: 50%;
    content: "";
}

.sbg-contact-info__ornament::before {
    inset: 105px;
}

.sbg-contact-info__ornament::after {
    inset: 225px;
}

/* =========================================================
   CONTAINER
========================================================= */

.sbg-contact-info__container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* =========================================================
   SECTION HEADER
========================================================= */

.sbg-contact-info__header {
    display: grid;
    grid-template-columns:
        minmax(0, 0.85fr)
        minmax(360px, 1.15fr);
    align-items: end;
    gap: clamp(60px, 8vw, 115px);
}

.sbg-contact-info__heading {
    display: flex;
    align-items: center;
    gap: 18px;
}

.sbg-contact-info__heading-line {
    width: 52px;
    height: 1px;
    flex: 0 0 auto;
    background-color: var(--sbg-ci-gold);
    transform-origin: left center;
}

.sbg-contact-info__title-mask,
.sbg-contact-info__intro-mask,
.sbg-contact-info__label-mask,
.sbg-contact-info__value-mask {
    overflow: hidden;
}

.sbg-contact-info__title {
    margin: 0;
    color: var(--sbg-ci-charcoal);
    font-family:
        var(--e-global-typography-primary-font-family),
        "Inter",
        "Helvetica Neue",
        Arial,
        sans-serif;
    font-size: clamp(40px, 4.5vw, 37px);
    font-weight: 560;
    line-height: 1.08;
    letter-spacing: -0.046em;
    transform-origin: left bottom;
}

.sbg-contact-info__intro {
    max-width: 580px;
    margin: 0;
    padding: 7px 0 7px 30px;
    border-left: 1px solid var(--sbg-ci-gold);
    color: var(--sbg-ci-muted);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.82;
}

/* =========================================================
   MAIN LAYOUT
========================================================= */

.sbg-contact-info__layout {
    display: grid;
    grid-template-columns:
        minmax(360px, 0.82fr)
        minmax(0, 1.18fr);
    align-items: stretch;
    gap: clamp(65px, 8vw, 110px);
    margin-top: 80px;
}

/* =========================================================
   CONTACT DETAILS
========================================================= */

.sbg-contact-info__details {
    display: grid;
    align-content: start;
    border-top: 1px solid var(--sbg-ci-border);
}

/* =========================================================
   CONTACT CARD
========================================================= */

.sbg-contact-info__card {
    position: relative;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 24px;
    min-height: 145px;
    overflow: hidden;
    padding: 28px 22px 28px 0;
    border-bottom: 1px solid var(--sbg-ci-border);
    background-color: transparent;
    transition:
        padding-left 0.5s cubic-bezier(0.22, 1, 0.36, 1),
        background-color 0.4s ease,
        box-shadow 0.45s ease;
}

.sbg-contact-info__card::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 3px;
    background:
        linear-gradient(
            180deg,
            var(--sbg-ci-gold-light),
            var(--sbg-ci-gold-dark)
        );
    content: "";
    transform: scaleY(0);
    transition:
        transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.sbg-contact-info__card-sweep {
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(
            90deg,
            rgba(183, 157, 103, 0.09),
            rgba(255, 253, 248, 0.75)
        );
    transform: scaleX(0);
    transform-origin: left center;
    transition:
        transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.sbg-contact-info__card:hover {
    padding-left: 20px;
    background-color: rgba(255, 253, 248, 0.75);
    box-shadow:
        0 22px 48px rgba(47, 43, 32, 0.08);
}

.sbg-contact-info__card:hover::before {
    transform: scaleY(1);
}

.sbg-contact-info__card:hover
.sbg-contact-info__card-sweep {
    transform: scaleX(1);
}

/* =========================================================
   CONTACT ICON
========================================================= */

.sbg-contact-info__icon {
    position: relative;
    z-index: 2;
    display: inline-flex;
    width: 68px;
    height: 68px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--sbg-ci-gold-border);
    color: var(--sbg-ci-gold-dark);
    background-color: rgba(223, 207, 170, 0.12);
    transition:
        color 0.35s ease,
        border-color 0.35s ease,
        background-color 0.35s ease,
        transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.sbg-contact-info__icon::before {
    position: absolute;
    inset: 6px;
    border: 1px solid rgba(134, 112, 68, 0.12);
    content: "";
    transition:
        border-color 0.35s ease,
        transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.sbg-contact-info__icon svg {
    position: relative;
    z-index: 2;
    width: 35px;
    height: 35px;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sbg-contact-info__card:hover
.sbg-contact-info__icon {
    border-color: var(--sbg-ci-gold-dark);
    color: var(--sbg-ci-white);
    background-color: var(--sbg-ci-gold-dark);
    transform:
        translateY(-4px)
        rotate(2deg);
}

.sbg-contact-info__card:hover
.sbg-contact-info__icon::before {
    border-color: rgba(255, 253, 248, 0.22);
    transform: rotate(45deg);
}

/* =========================================================
   CARD CONTENT
========================================================= */

.sbg-contact-info__card-content {
    position: relative;
    z-index: 2;
    min-width: 0;
}

.sbg-contact-info__label {
    margin: 0;
    color: var(--sbg-ci-gold-dark);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    transform-origin: left bottom;
}

.sbg-contact-info__value {
    display: block;
    margin: 12px 0 0;
    color: var(--sbg-ci-charcoal);
    font-family:
        var(--e-global-typography-primary-font-family),
        "Inter",
        "Helvetica Neue",
        Arial,
        sans-serif;
    font-size: clamp(16px, 1.85vw, 16px);
    font-style: normal;
    font-weight: 560;
    line-height: 1.45;
    letter-spacing: -0.03em;
    text-decoration: none;
    overflow-wrap: anywhere;
    transform-origin: left bottom;
    transition: color 0.35s ease;
}

a.sbg-contact-info__value:hover {
    color: var(--sbg-ci-gold-dark);
}

/* =========================================================
   CARD ARROW
========================================================= */

.sbg-contact-info__card-arrow {
    position: relative;
    z-index: 2;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid var(--sbg-ci-gold-dark);
    border-right: 1px solid var(--sbg-ci-gold-dark);
    transform:
        translateX(-8px)
        rotate(45deg)
        scale(0.5);
    transition:
        transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.sbg-contact-info__card:hover
.sbg-contact-info__card-arrow {
    transform:
        translateX(0)
        rotate(45deg)
        scale(1);
}

/* =========================================================
   FORM PANEL
========================================================= */

.sbg-contact-info__form-panel {
    position: relative;
    min-width: 0;
    min-height: 600px;
    padding: 27px 0 0 27px;
}

/* =========================================================
   FORM FRAME
========================================================= */

.sbg-contact-info__form-frame {
    position: absolute;
    top: 0;
    right: 27px;
    bottom: 27px;
    left: 0;
    z-index: 1;
    overflow: hidden;
    border: 1px solid var(--sbg-ci-gold-border);
    pointer-events: none;
    transition:
        border-color 0.4s ease,
        transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.sbg-contact-info__form-frame::before,
.sbg-contact-info__form-frame::after {
    position: absolute;
    width: 130px;
    height: 4px;
    content: "";
}

.sbg-contact-info__form-frame::before {
    top: -1px;
    left: -1px;
    background:
        linear-gradient(
            90deg,
            var(--sbg-ci-gold-dark),
            var(--sbg-ci-gold-light)
        );
    transform-origin: left center;
}

.sbg-contact-info__form-frame::after {
    right: -1px;
    bottom: -1px;
    background:
        linear-gradient(
            90deg,
            rgba(223, 207, 170, 0.14),
            var(--sbg-ci-gold)
        );
    transform-origin: right center;
}

.sbg-contact-info__form-panel:hover
.sbg-contact-info__form-frame {
    border-color: rgba(134, 112, 68, 0.45);
    transform: translate(-4px, 4px);
}

/* =========================================================
   FORM INNER
========================================================= */

.sbg-contact-info__form-inner {
    position: relative;
    z-index: 2;
    min-height: 573px;
    overflow: hidden;
    padding: clamp(40px, 5vw, 64px);
    background:
        radial-gradient(
            circle at 90% 8%,
            rgba(234, 209, 154, 0.075),
            transparent 28%
        ),
        linear-gradient(
            145deg,
            var(--sbg-ci-charcoal),
            var(--sbg-ci-charcoal-soft)
        );
    box-shadow:
        0 32px 72px rgba(47, 43, 32, 0.2);
}

.sbg-contact-info__form-inner::before {
    position: absolute;
    right: -120px;
    bottom: -120px;
    width: 280px;
    height: 280px;
    border: 1px solid rgba(234, 209, 154, 0.08);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.sbg-contact-info__form-accent {
    display: block;
    width: 92px;
    height: 3px;
    margin-bottom: 38px;
    background:
        linear-gradient(
            90deg,
            var(--sbg-ci-gold),
            var(--sbg-ci-gold-light)
        );
    transform-origin: left center;
}

/* =========================================================
   FORM SHUTTER
========================================================= */

.sbg-contact-info__form-shutter {
    position: absolute;
    top: 27px;
    right: 0;
    bottom: 0;
    left: 27px;
    z-index: 10;
    background:
        linear-gradient(
            125deg,
            var(--sbg-ci-black),
            var(--sbg-ci-charcoal-soft)
        );
    pointer-events: none;
    transform: translateX(101%);
}

.sbg-contact-info__form-shutter::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background:
        linear-gradient(
            180deg,
            transparent 4%,
            var(--sbg-ci-gold-light) 25%,
            var(--sbg-ci-gold) 75%,
            transparent 96%
        );
    content: "";
    box-shadow:
        -12px 0 35px rgba(234, 209, 154, 0.16);
}

/* =========================================================
   SHORTCODE PLACEHOLDER
========================================================= */

.sbg-contact-info__form-slot {
    position: relative;
    z-index: 3;
    color: var(--sbg-ci-ivory);
}

.sbg-contact-info__shortcode-placeholder {
    display: flex;
    min-height: 400px;
    align-items: center;
    justify-content: center;
    border: 1px dashed rgba(234, 209, 154, 0.28);
    color: rgba(247, 244, 235, 0.48);
    font-size: 12px;
    font-weight: 650;
    line-height: 1.5;
    letter-spacing: 0.12em;
    text-align: center;
}

/* =========================================================
   GENERIC SHORTCODE FORM STYLING
========================================================= */

.sbg-contact-info__form-slot form {
    display: grid;
    gap: 22px;
    margin: 0;
}

.sbg-contact-info__form-slot form p {
    margin: 0;
}

.sbg-contact-info__form-slot label {
    display: block;
    margin: 0 0 9px;
    color: var(--sbg-ci-gold-light);
    font-size: 11px;
    font-weight: 650;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.sbg-contact-info__form-slot input:not(
    [type="submit"]
):not(
    [type="checkbox"]
):not(
    [type="radio"]
),
.sbg-contact-info__form-slot textarea,
.sbg-contact-info__form-slot select {
    display: block;
    width: 100%;
    min-height: 54px;
    padding: 13px 0;
    border: 0;
    border-bottom: 1px solid rgba(234, 209, 154, 0.25);
    border-radius: 0;
    outline: 0;
    color: var(--sbg-ci-ivory);
    background-color: transparent;
    font: inherit;
    font-size: 15px;
    box-shadow: none;
    transition:
        border-color 0.35s ease,
        padding-left 0.35s ease;
}

.sbg-contact-info__form-slot textarea {
    min-height: 125px;
    resize: vertical;
}

.sbg-contact-info__form-slot input::placeholder,
.sbg-contact-info__form-slot textarea::placeholder {
    color: rgba(247, 244, 235, 0.42);
}

.sbg-contact-info__form-slot input:focus,
.sbg-contact-info__form-slot textarea:focus,
.sbg-contact-info__form-slot select:focus {
    border-color: var(--sbg-ci-gold-light);
    padding-left: 8px;
}

.sbg-contact-info__form-slot button,
.sbg-contact-info__form-slot input[type="submit"] {
    display: inline-flex;
    width: auto;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    padding: 14px 28px;
    border: 1px solid var(--sbg-ci-gold);
    border-radius: 0;
    color: var(--sbg-ci-charcoal);
    background-color: var(--sbg-ci-gold-light);
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
    transition:
        color 0.35s ease,
        background-color 0.35s ease,
        transform 0.35s ease;
}

.sbg-contact-info__form-slot button:hover,
.sbg-contact-info__form-slot input[type="submit"]:hover {
    color: var(--sbg-ci-ivory);
    background-color: transparent;
    transform: translateY(-3px);
}

/* =========================================================
   INITIAL SCROLL ANIMATION
   NO OPACITY OR FADING
========================================================= */

.sbg-contact-info[data-sbg-contact-info-ready="true"]
.sbg-contact-info__ornament {
    transform:
        rotate(-11deg)
        scale(0.82);
    transition:
        transform 1.85s cubic-bezier(0.16, 1, 0.3, 1);
}

.sbg-contact-info[data-sbg-contact-info-ready="true"]
.sbg-contact-info__heading-line {
    transform: scaleX(0);
    transition:
        transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.sbg-contact-info[data-sbg-contact-info-ready="true"]
.sbg-contact-info__title {
    transform:
        translateY(120%)
        rotate(2deg);
    transition:
        transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.sbg-contact-info[data-sbg-contact-info-ready="true"]
.sbg-contact-info__intro {
    transform: translateY(115%);
    transition:
        transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.sbg-contact-info[data-sbg-contact-info-ready="true"]
.sbg-contact-info__card {
    clip-path: inset(0 100% 0 0);
    transform: translateX(-22px);
    transition:
        clip-path 0.85s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.85s cubic-bezier(0.22, 1, 0.36, 1),
        padding-left 0.5s cubic-bezier(0.22, 1, 0.36, 1),
        background-color 0.4s ease,
        box-shadow 0.45s ease;
}

.sbg-contact-info[data-sbg-contact-info-ready="true"]
.sbg-contact-info__icon {
    transform:
        translateX(-18px)
        rotate(-13deg)
        scale(0.7);
}

.sbg-contact-info[data-sbg-contact-info-ready="true"]
.sbg-contact-info__label,
.sbg-contact-info[data-sbg-contact-info-ready="true"]
.sbg-contact-info__value {
    transform: translateY(125%);
}

.sbg-contact-info[data-sbg-contact-info-ready="true"]
.sbg-contact-info__form-frame,
.sbg-contact-info[data-sbg-contact-info-ready="true"]
.sbg-contact-info__form-inner {
    clip-path: inset(0 100% 0 0);
}

.sbg-contact-info[data-sbg-contact-info-ready="true"]
.sbg-contact-info__form-frame {
    transition:
        clip-path 1.05s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.4s ease,
        transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.sbg-contact-info[data-sbg-contact-info-ready="true"]
.sbg-contact-info__form-inner {
    transition:
        clip-path 1.05s cubic-bezier(0.22, 1, 0.36, 1);
}

.sbg-contact-info[data-sbg-contact-info-ready="true"]
.sbg-contact-info__form-frame::before,
.sbg-contact-info[data-sbg-contact-info-ready="true"]
.sbg-contact-info__form-frame::after,
.sbg-contact-info[data-sbg-contact-info-ready="true"]
.sbg-contact-info__form-accent {
    transform: scaleX(0);
    transition:
        transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.sbg-contact-info[data-sbg-contact-info-ready="true"]
.sbg-contact-info__form-shutter {
    transform: translateX(0);
}

.sbg-contact-info[data-sbg-contact-info-ready="true"]
.sbg-contact-info__form-slot {
    transform: translateY(34px);
    transition:
        transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

/* =========================================================
   REVEALED STATE
========================================================= */

.sbg-contact-info[data-sbg-contact-info-ready="true"].is-inview
.sbg-contact-info__ornament {
    transform:
        rotate(0deg)
        scale(1);
}

.sbg-contact-info[data-sbg-contact-info-ready="true"].is-inview
.sbg-contact-info__heading-line,
.sbg-contact-info[data-sbg-contact-info-ready="true"].is-inview
.sbg-contact-info__form-frame::before,
.sbg-contact-info[data-sbg-contact-info-ready="true"].is-inview
.sbg-contact-info__form-frame::after,
.sbg-contact-info[data-sbg-contact-info-ready="true"].is-inview
.sbg-contact-info__form-accent {
    transform: scaleX(1);
}

.sbg-contact-info[data-sbg-contact-info-ready="true"].is-inview
.sbg-contact-info__title,
.sbg-contact-info[data-sbg-contact-info-ready="true"].is-inview
.sbg-contact-info__intro,
.sbg-contact-info[data-sbg-contact-info-ready="true"].is-inview
.sbg-contact-info__label,
.sbg-contact-info[data-sbg-contact-info-ready="true"].is-inview
.sbg-contact-info__value {
    transform:
        translateY(0)
        rotate(0);
}

.sbg-contact-info[data-sbg-contact-info-ready="true"].is-inview
.sbg-contact-info__card {
    clip-path: inset(0 0 0 0);
    transform: translateX(0);
}

.sbg-contact-info[data-sbg-contact-info-ready="true"].is-inview
.sbg-contact-info__icon {
    transform:
        translateX(0)
        rotate(0)
        scale(1);
    transition:
        color 0.35s ease,
        border-color 0.35s ease,
        background-color 0.35s ease,
        transform 0.75s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.sbg-contact-info[data-sbg-contact-info-ready="true"].is-inview
.sbg-contact-info__label,
.sbg-contact-info[data-sbg-contact-info-ready="true"].is-inview
.sbg-contact-info__value {
    transition:
        color 0.35s ease,
        transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.sbg-contact-info[data-sbg-contact-info-ready="true"].is-inview
.sbg-contact-info__form-frame,
.sbg-contact-info[data-sbg-contact-info-ready="true"].is-inview
.sbg-contact-info__form-inner {
    clip-path: inset(0 0 0 0);
}

.sbg-contact-info[data-sbg-contact-info-ready="true"].is-inview
.sbg-contact-info__form-shutter {
    transform: translateX(101%);
    transition:
        transform 1.05s cubic-bezier(0.76, 0, 0.24, 1);
}

.sbg-contact-info[data-sbg-contact-info-ready="true"].is-inview
.sbg-contact-info__form-slot {
    transform: translateY(0);
}

/* =========================================================
   ANIMATION SEQUENCE
========================================================= */

.sbg-contact-info[data-sbg-contact-info-ready="true"].is-inview
.sbg-contact-info__ornament {
    transition-delay: 0.04s;
}

.sbg-contact-info[data-sbg-contact-info-ready="true"].is-inview
.sbg-contact-info__heading-line {
    transition-delay: 0.08s;
}

.sbg-contact-info[data-sbg-contact-info-ready="true"].is-inview
.sbg-contact-info__title {
    transition-delay: 0.16s;
}

.sbg-contact-info[data-sbg-contact-info-ready="true"].is-inview
.sbg-contact-info__intro {
    transition-delay: 0.29s;
}

.sbg-contact-info[data-sbg-contact-info-ready="true"].is-inview
.sbg-contact-info__card:nth-child(1) {
    transition-delay: 0.34s;
}

.sbg-contact-info[data-sbg-contact-info-ready="true"].is-inview
.sbg-contact-info__card:nth-child(2) {
    transition-delay: 0.46s;
}

.sbg-contact-info[data-sbg-contact-info-ready="true"].is-inview
.sbg-contact-info__card:nth-child(3) {
    transition-delay: 0.58s;
}

.sbg-contact-info[data-sbg-contact-info-ready="true"].is-inview
.sbg-contact-info__card:nth-child(1)
.sbg-contact-info__icon,
.sbg-contact-info[data-sbg-contact-info-ready="true"].is-inview
.sbg-contact-info__card:nth-child(1)
.sbg-contact-info__label,
.sbg-contact-info[data-sbg-contact-info-ready="true"].is-inview
.sbg-contact-info__card:nth-child(1)
.sbg-contact-info__value {
    transition-delay: 0.48s;
}

.sbg-contact-info[data-sbg-contact-info-ready="true"].is-inview
.sbg-contact-info__card:nth-child(2)
.sbg-contact-info__icon,
.sbg-contact-info[data-sbg-contact-info-ready="true"].is-inview
.sbg-contact-info__card:nth-child(2)
.sbg-contact-info__label,
.sbg-contact-info[data-sbg-contact-info-ready="true"].is-inview
.sbg-contact-info__card:nth-child(2)
.sbg-contact-info__value {
    transition-delay: 0.6s;
}

.sbg-contact-info[data-sbg-contact-info-ready="true"].is-inview
.sbg-contact-info__card:nth-child(3)
.sbg-contact-info__icon,
.sbg-contact-info[data-sbg-contact-info-ready="true"].is-inview
.sbg-contact-info__card:nth-child(3)
.sbg-contact-info__label,
.sbg-contact-info[data-sbg-contact-info-ready="true"].is-inview
.sbg-contact-info__card:nth-child(3)
.sbg-contact-info__value {
    transition-delay: 0.72s;
}

.sbg-contact-info[data-sbg-contact-info-ready="true"].is-inview
.sbg-contact-info__form-frame {
    transition-delay: 0.37s;
}

.sbg-contact-info[data-sbg-contact-info-ready="true"].is-inview
.sbg-contact-info__form-inner {
    transition-delay: 0.43s;
}

.sbg-contact-info[data-sbg-contact-info-ready="true"].is-inview
.sbg-contact-info__form-shutter {
    transition-delay: 0.49s;
}

.sbg-contact-info[data-sbg-contact-info-ready="true"].is-inview
.sbg-contact-info__form-frame::before,
.sbg-contact-info[data-sbg-contact-info-ready="true"].is-inview
.sbg-contact-info__form-frame::after {
    transition-delay: 0.67s;
}

.sbg-contact-info[data-sbg-contact-info-ready="true"].is-inview
.sbg-contact-info__form-accent {
    transition-delay: 0.7s;
}

.sbg-contact-info[data-sbg-contact-info-ready="true"].is-inview
.sbg-contact-info__form-slot {
    transition-delay: 0.76s;
}

/* =========================================================
   ELEMENTOR EDITOR PROTECTION
========================================================= */

body.elementor-editor-active
.sbg-contact-info__form-shutter,
body.elementor-edit-area-active
.sbg-contact-info__form-shutter,
body.elementor-editor-preview
.sbg-contact-info__form-shutter,
.elementor-editor-active
.sbg-contact-info__form-shutter {
    display: none !important;
}

body.elementor-editor-active
.sbg-contact-info__ornament,
body.elementor-editor-active
.sbg-contact-info__heading-line,
body.elementor-editor-active
.sbg-contact-info__title,
body.elementor-editor-active
.sbg-contact-info__intro,
body.elementor-editor-active
.sbg-contact-info__card,
body.elementor-editor-active
.sbg-contact-info__icon,
body.elementor-editor-active
.sbg-contact-info__label,
body.elementor-editor-active
.sbg-contact-info__value,
body.elementor-editor-active
.sbg-contact-info__form-frame,
body.elementor-editor-active
.sbg-contact-info__form-frame::before,
body.elementor-editor-active
.sbg-contact-info__form-frame::after,
body.elementor-editor-active
.sbg-contact-info__form-inner,
body.elementor-editor-active
.sbg-contact-info__form-accent,
body.elementor-editor-active
.sbg-contact-info__form-slot,
body.elementor-edit-area-active
.sbg-contact-info__ornament,
body.elementor-edit-area-active
.sbg-contact-info__heading-line,
body.elementor-edit-area-active
.sbg-contact-info__title,
body.elementor-edit-area-active
.sbg-contact-info__intro,
body.elementor-edit-area-active
.sbg-contact-info__card,
body.elementor-edit-area-active
.sbg-contact-info__icon,
body.elementor-edit-area-active
.sbg-contact-info__label,
body.elementor-edit-area-active
.sbg-contact-info__value,
body.elementor-edit-area-active
.sbg-contact-info__form-frame,
body.elementor-edit-area-active
.sbg-contact-info__form-inner,
body.elementor-edit-area-active
.sbg-contact-info__form-accent,
body.elementor-edit-area-active
.sbg-contact-info__form-slot,
body.elementor-editor-preview
.sbg-contact-info__ornament,
body.elementor-editor-preview
.sbg-contact-info__heading-line,
body.elementor-editor-preview
.sbg-contact-info__title,
body.elementor-editor-preview
.sbg-contact-info__intro,
body.elementor-editor-preview
.sbg-contact-info__card,
body.elementor-editor-preview
.sbg-contact-info__icon,
body.elementor-editor-preview
.sbg-contact-info__label,
body.elementor-editor-preview
.sbg-contact-info__value,
body.elementor-editor-preview
.sbg-contact-info__form-frame,
body.elementor-editor-preview
.sbg-contact-info__form-inner,
body.elementor-editor-preview
.sbg-contact-info__form-accent,
body.elementor-editor-preview
.sbg-contact-info__form-slot {
    clip-path: none !important;
    transform: none !important;
    transition: none !important;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {
    .sbg-contact-info {
        padding: 100px 24px;
    }

    .sbg-contact-info__header {
        grid-template-columns:
            minmax(0, 0.8fr)
            minmax(320px, 1.2fr);
        gap: 52px;
    }

    .sbg-contact-info__title {
        font-size: clamp(38px, 5vw, 50px);
    }

    .sbg-contact-info__layout {
        grid-template-columns:
            minmax(320px, 0.78fr)
            minmax(0, 1.22fr);
        gap: 52px;
        margin-top: 67px;
    }

    .sbg-contact-info__card {
        grid-template-columns: 62px minmax(0, 1fr) 15px;
        gap: 19px;
        min-height: 135px;
    }

    .sbg-contact-info__icon {
        width: 60px;
        height: 60px;
    }

    .sbg-contact-info__form-inner {
        padding: 48px 40px;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
    .sbg-contact-info {
        padding: 82px 18px;
    }

    .sbg-contact-info::before,
    .sbg-contact-info::after {
        display: none;
    }

    .sbg-contact-info__header {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .sbg-contact-info__title {
        font-size: clamp(36px, 9vw, 47px);
    }

    .sbg-contact-info__intro {
        max-width: 620px;
        padding-left: 23px;
        font-size: 15px;
        line-height: 1.76;
    }

    .sbg-contact-info__layout {
        grid-template-columns: 1fr;
        gap: 60px;
        margin-top: 55px;
    }

    .sbg-contact-info__details {
        max-width: 680px;
    }

    .sbg-contact-info__form-panel {
        width: 100%;
        min-height: 560px;
        padding: 20px 0 0 20px;
    }

    .sbg-contact-info__form-frame {
        right: 20px;
        bottom: 20px;
    }

    .sbg-contact-info__form-shutter {
        top: 20px;
        left: 20px;
    }

    .sbg-contact-info__form-inner {
        min-height: 540px;
        padding: 44px 34px;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {
    .sbg-contact-info {
        padding: 68px 18px;
    }

    .sbg-contact-info__heading {
        gap: 14px;
    }

    .sbg-contact-info__heading-line {
        width: 39px;
    }

    .sbg-contact-info__title {
        font-size: 34px;
    }

    .sbg-contact-info__card {
        grid-template-columns: 53px minmax(0, 1fr);
        gap: 16px;
        min-height: 125px;
        padding: 24px 0;
    }

    .sbg-contact-info__card-arrow {
        display: none;
    }

    .sbg-contact-info__icon {
        width: 52px;
        height: 52px;
    }

    .sbg-contact-info__icon svg {
        width: 29px;
        height: 29px;
    }

    .sbg-contact-info__value {
        font-size: 17px;
    }

    .sbg-contact-info__form-panel {
        min-height: 520px;
        padding: 14px 0 0 14px;
    }

    .sbg-contact-info__form-frame {
        right: 14px;
        bottom: 14px;
    }

    .sbg-contact-info__form-shutter {
        top: 14px;
        left: 14px;
    }

    .sbg-contact-info__form-inner {
        min-height: 506px;
        padding: 36px 22px;
    }

    .sbg-contact-info__form-accent {
        width: 72px;
        margin-bottom: 30px;
    }

    .sbg-contact-info__shortcode-placeholder {
        min-height: 350px;
    }
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
    .sbg-contact-info__form-shutter {
        display: none !important;
    }

    .sbg-contact-info__ornament,
    .sbg-contact-info__heading-line,
    .sbg-contact-info__title,
    .sbg-contact-info__intro,
    .sbg-contact-info__card,
    .sbg-contact-info__icon,
    .sbg-contact-info__label,
    .sbg-contact-info__value,
    .sbg-contact-info__form-frame,
    .sbg-contact-info__form-frame::before,
    .sbg-contact-info__form-frame::after,
    .sbg-contact-info__form-inner,
    .sbg-contact-info__form-accent,
    .sbg-contact-info__form-slot {
        clip-path: none !important;
        transform: none !important;
        transition: none !important;
    }
}/* End custom CSS */