.elementor-139 .elementor-element.elementor-element-44a12c2{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-4136f0f *//* =========================================================
   SHREE BALAJEE GROUP
   PREMIUM CORPORATE FOOTER
========================================================= */

.sbg-footer-block {
    --sbg-footer-primary: #0d1b2a;
    --sbg-footer-secondary: #13293d;
    --sbg-footer-deep: #091521;
    --sbg-footer-accent: #d89c3d;
    --sbg-footer-white: #ffffff;
    --sbg-footer-text: rgba(255, 255, 255, 0.72);
    --sbg-footer-muted: rgba(255, 255, 255, 0.52);
    --sbg-footer-border: rgba(255, 255, 255, 0.09);
    --sbg-footer-dark-text: #1f2933;

    position: relative;
    isolation: isolate;
    font-family:
        var(--e-global-typography-text-font-family),
        "Inter",
        "Helvetica Neue",
        Arial,
        sans-serif;
}

.sbg-footer-block,
.sbg-footer-block * {
    box-sizing: border-box;
}

/* =========================================================
   FOOTER BACKGROUND
========================================================= */

.sbg-footer {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 165px 24px 0;
    color: var(--sbg-footer-white);
    background:
        radial-gradient(
            circle at 10% 5%,
            rgba(58, 106, 140, 0.16),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            var(--sbg-footer-deep) 0%,
            var(--sbg-footer-primary) 48%,
            var(--sbg-footer-secondary) 100%
        );
}

.sbg-footer::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.018) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.018) 1px,
            transparent 1px
        );
    background-size: 70px 70px;
    content: "";
    mask-image:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.8),
            transparent 72%
        );
    pointer-events: none;
}

/* =========================================================
   DECORATION
========================================================= */

.sbg-footer__decoration {
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
}

.sbg-footer__ring {
    position: absolute;
    top: 90px;
    right: -310px;
    width: 650px;
    height: 650px;
    border: 1px solid rgba(216, 156, 61, 0.08);
    border-radius: 50%;
}

.sbg-footer__ring::before,
.sbg-footer__ring::after {
    position: absolute;
    border: 1px solid rgba(216, 156, 61, 0.05);
    border-radius: inherit;
    content: "";
}

.sbg-footer__ring::before {
    inset: 105px;
}

.sbg-footer__ring::after {
    inset: 225px;
}

.sbg-footer__line {
    position: absolute;
    top: 170px;
    bottom: 110px;
    left: 37%;
    width: 1px;
    background:
        linear-gradient(
            180deg,
            transparent,
            rgba(255, 255, 255, 0.07),
            transparent
        );
}

/* =========================================================
   CONTAINER AND GRID
========================================================= */

.sbg-footer__container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.sbg-footer__grid {
    display: grid;
    grid-template-columns:
        minmax(290px, 1.45fr)
        minmax(145px, 0.72fr)
        minmax(180px, 0.9fr)
        minmax(245px, 1.12fr);
    gap: clamp(42px, 5vw, 72px);
    padding-bottom: 58px;
}

.sbg-footer__column {
    min-width: 0;
}

/* =========================================================
   COMPANY
========================================================= */

.sbg-footer__brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: var(--sbg-footer-white);
    text-decoration: none;
}

.sbg-footer__logo-wrap {
    display: inline-flex;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    overflow: hidden;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 10px;
    background-color: var(--sbg-footer-white);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    transition:
        border-color 0.3s ease,
        transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.sbg-footer__brand:hover
.sbg-footer__logo-wrap {
    border-color: var(--sbg-footer-accent);
    transform: translateY(-3px);
}

.sbg-footer__logo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sbg-footer__brand-name {
    display: grid;
    gap: 3px;
    line-height: 1;
}

.sbg-footer__brand-name strong {
    font-size: 19px;
    font-weight: 650;
    letter-spacing: -0.02em;
}

.sbg-footer__brand-name small {
    color: var(--sbg-footer-accent);
    font-size: 9px;
    font-weight: 750;
    letter-spacing: 0.23em;
    text-transform: uppercase;
}

.sbg-footer__company-description {
    max-width: 390px;
    margin: 27px 0 0;
    color: var(--sbg-footer-text);
    font-size: 14px;
    line-height: 1.82;
}

.sbg-footer__highlights {
    display: grid;
    gap: 13px;
    margin: 27px 0 0;
    padding: 0;
    list-style: none;
}

.sbg-footer__highlights li {
    display: grid;
    grid-template-columns: 22px 1fr;
    align-items: start;
    gap: 11px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    font-weight: 520;
    line-height: 1.55;
}

.sbg-footer__check {
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(216, 156, 61, 0.34);
    border-radius: 50%;
    color: var(--sbg-footer-accent);
    background-color: rgba(216, 156, 61, 0.07);
}

.sbg-footer__check svg {
    width: 11px;
    height: 11px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* =========================================================
   COLUMN HEADINGS
========================================================= */

.sbg-footer__heading {
    position: relative;
    margin: 8px 0 28px;
    padding-bottom: 16px;
    color: var(--sbg-footer-white);
    font-size: 15px;
    font-weight: 650;
    line-height: 1.35;
    letter-spacing: 0.01em;
}

.sbg-footer__heading::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 38px;
    height: 2px;
    background-color: var(--sbg-footer-accent);
    content: "";
}

.sbg-footer__heading::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 47px;
    height: 1px;
    background:
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.13),
            transparent
        );
    content: "";
}

/* =========================================================
   FOOTER LINKS
========================================================= */

.sbg-footer__links {
    display: grid;
    gap: 2px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sbg-footer__links > li {
    margin: 0;
    padding: 0;
}

.sbg-footer__links a {
    position: relative;
    display: inline-flex;
    width: fit-content;
    min-height: 34px;
    align-items: center;
    color: var(--sbg-footer-text);
    font-size: 13px;
    line-height: 1.45;
    text-decoration: none;
    transition:
        color 0.3s ease,
        transform 0.3s ease;
}

.sbg-footer__links a::after {
    position: absolute;
    right: 0;
    bottom: 4px;
    left: 0;
    height: 1px;
    background-color: var(--sbg-footer-accent);
    content: "";
    transform: scaleX(0);
    transform-origin: right center;
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.sbg-footer__links a:hover,
.sbg-footer__links a:focus-visible {
    color: var(--sbg-footer-accent);
    transform: translateX(4px);
}

.sbg-footer__links a:hover::after,
.sbg-footer__links a:focus-visible::after {
    transform: scaleX(1);
    transform-origin: left center;
}

/* Product links */

.sbg-footer__links--products a {
    gap: 9px;
}

.sbg-footer__links--products a::after {
    left: 25px;
}

.sbg-footer__links--products svg {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    fill: none;
    stroke: var(--sbg-footer-accent);
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.3s ease;
}

.sbg-footer__links--products a:hover svg {
    transform: translateX(3px);
}

/* =========================================================
   CONTACT
========================================================= */

.sbg-footer__contact {
    display: grid;
    gap: 22px;
    margin: 0;
    font-style: normal;
}

.sbg-footer__contact-item {
    display: grid;
    grid-template-columns: 40px 1fr;
    align-items: start;
    gap: 14px;
}

.sbg-footer__contact-icon {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(216, 156, 61, 0.27);
    border-radius: 7px;
    color: var(--sbg-footer-accent);
    background-color: rgba(216, 156, 61, 0.055);
    transition:
        color 0.3s ease,
        border-color 0.3s ease,
        background-color 0.3s ease,
        transform 0.35s ease;
}

.sbg-footer__contact-item:hover
.sbg-footer__contact-icon {
    border-color: var(--sbg-footer-accent);
    color: var(--sbg-footer-primary);
    background-color: var(--sbg-footer-accent);
    transform: translateY(-2px);
}

.sbg-footer__contact-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sbg-footer__contact-label {
    display: block;
    margin-bottom: 5px;
    color: var(--sbg-footer-white);
    font-size: 11px;
    font-weight: 650;
    line-height: 1.4;
    letter-spacing: 0.04em;
}

.sbg-footer__contact p,
.sbg-footer__contact a {
    margin: 0;
    color: var(--sbg-footer-text);
    font-size: 12px;
    line-height: 1.65;
    text-decoration: none;
    overflow-wrap: anywhere;
    transition: color 0.3s ease;
}

.sbg-footer__contact a:hover {
    color: var(--sbg-footer-accent);
}

.sbg-footer__contact-link {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(216, 156, 61, 0.42);
    color: var(--sbg-footer-accent);
    font-size: 10px;
    font-weight: 750;
    line-height: 1.4;
    letter-spacing: 0.11em;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        color 0.3s ease,
        border-color 0.3s ease,
        gap 0.3s ease;
}

.sbg-footer__contact-link svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sbg-footer__contact-link:hover {
    gap: 15px;
    border-color: var(--sbg-footer-white);
    color: var(--sbg-footer-white);
}

/* =========================================================
   BOTTOM BAR
========================================================= */

.sbg-footer__bottom {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 30px;
    min-height: 78px;
    border-top: 1px solid var(--sbg-footer-border);
}

.sbg-footer__copyright,
.sbg-footer__credit {
    margin: 0;
    color: var(--sbg-footer-muted);
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.025em;
}

.sbg-footer__credit {
    justify-self: end;
    text-align: right;
}

.sbg-footer__legal {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    color: var(--sbg-footer-muted);
    font-size: 10px;
    line-height: 1.5;
}

.sbg-footer__legal span {
    position: relative;
    padding: 0 12px;
}

.sbg-footer__legal span + span::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 11px;
    background-color: var(--sbg-footer-border);
    content: "";
    transform: translateY(-50%);
}

/* =========================================================
   FOCUS
========================================================= */

.sbg-footer-block a:focus-visible {
    outline: 2px solid var(--sbg-footer-accent);
    outline-offset: 4px;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {
    .sbg-footer-cta {
        margin-bottom: -72px;
    }

    .sbg-footer-cta__inner {
        gap: 40px;
        padding: 40px;
    }

    .sbg-footer {
        padding-top: 145px;
    }

    .sbg-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 58px 65px;
    }

    .sbg-footer__company-description {
        max-width: 500px;
    }

    .sbg-footer__line {
        display: none;
    }

    .sbg-footer__bottom {
        grid-template-columns: 1fr 1fr;
        padding: 23px 0;
    }

    .sbg-footer__legal {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-content: flex-start;
        order: 3;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
    .sbg-footer-block {
        padding-top: 54px;
    }

    .sbg-footer-cta {
        margin-bottom: -62px;
        padding: 0 18px;
    }

    .sbg-footer-cta__inner {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 35px 29px;
    }

    .sbg-footer-cta__button {
        width: fit-content;
    }

    .sbg-footer {
        padding: 125px 18px 0;
    }

    .sbg-footer__grid {
        grid-template-columns: 1fr;
        gap: 48px;
        padding-bottom: 58px;
    }

    .sbg-footer__company-description {
        max-width: 620px;
    }

    .sbg-footer__heading {
        margin-top: 0;
    }

    .sbg-footer__bottom {
        grid-template-columns: 1fr;
        gap: 15px;
        min-height: auto;
        padding: 28px 0;
    }

    .sbg-footer__copyright,
    .sbg-footer__credit {
        justify-self: start;
        text-align: left;
    }

    .sbg-footer__legal {
        grid-column: auto;
        grid-row: auto;
        flex-wrap: wrap;
        justify-content: flex-start;
        order: 0;
    }

    .sbg-footer__legal span:first-child {
        padding-left: 0;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {
    .sbg-footer-cta__inner {
        padding: 31px 24px;
    }

    .sbg-footer-cta__title {
        font-size: 28px;
    }

    .sbg-footer-cta__description {
        font-size: 14px;
    }

    .sbg-footer-cta__button {
        width: 100%;
    }

    .sbg-footer__brand {
        align-items: flex-start;
    }

    .sbg-footer__logo-wrap {
        width: 62px;
        height: 62px;
    }

    .sbg-footer__brand-name strong {
        font-size: 17px;
    }

    .sbg-footer__company-description {
        font-size: 13px;
    }

    .sbg-footer__legal {
        display: grid;
        gap: 8px;
    }

    .sbg-footer__legal span {
        padding: 0;
    }

    .sbg-footer__legal span + span::before {
        display: none;
    }
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
    .sbg-footer-block *,
    .sbg-footer-block *::before,
    .sbg-footer-block *::after {
        transition-duration: 0.01ms !important;
        transition-delay: 0ms !important;
    }
}

/* Remove excessive space above footer columns */

.sbg-footer-block {
    padding-top: 0;
}

.sbg-footer {
    padding-top: 75px;
}

@media (max-width: 1024px) {
    .sbg-footer {
        padding-top: 70px;
    }
}

@media (max-width: 767px) {
    .sbg-footer {
        padding-top: 60px;
    }
}/* End custom CSS */