.elementor-8033 .elementor-element.elementor-element-54f25cb{--display:flex;--margin-top:-50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for container, class: .elementor-element-54f25cb */.elementor-7744 .elementor-element.elementor-element-54f25cb {
    --display: unset;
}
.elementor-element.elementor-element-e27b762.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
    display: none;
}
:root {
    --sbg-orange: #d77b16;
    --sbg-orange-dark: #b9620b;
    --sbg-black: #17191b;
    --sbg-dark: #222629;
    --sbg-text: #50565a;
    --sbg-light: #f7f5f1;
    --sbg-white: #ffffff;
    --sbg-border: #e5e1db;
    --sbg-green: #315c43;
}

.sbg-section {
    width: 100%;
    margin: 0;
    padding: 60px 0;
    color: var(--sbg-text);
    background: #fff;
    font-size: 16px;
    line-height: 1.65;
    overflow: hidden;
}

.sbg-section *,
.sbg-section *::before,
.sbg-section *::after {
    box-sizing: border-box;
}

.sbg-section img {
    max-width: 100%;
    height: auto;
    display: block;
}

.sbg-section a {
    text-decoration: none;
}

.sbg-section h1,
.sbg-section h2,
.sbg-section h3,
.sbg-section p,
.sbg-section ul,
.sbg-section ol {
    margin-top: 0;
}

.sbg-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.sbg-header {
    background: #fff;
    border-bottom: 1px solid #ece8e2;
}

.sbg-header-inner {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.sbg-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--sbg-black);
}

.sbg-logo-icon {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: var(--sbg-orange);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 900;
}

.sbg-logo-text {
    font-size: 15px;
    font-weight: 900;
    line-height: 1.15;
}

.sbg-logo-text span {
    display: block;
    color: var(--sbg-orange);
    font-size: 9px;
    letter-spacing: 2px;
    margin-top: 4px;
}

.sbg-nav {
    display: flex;
    align-items: center;
    gap: 18px;
}

.sbg-nav a {
    color: #35393b;
    font-size: 14px;
    font-weight: 700;
}

.sbg-nav a:hover {
    color: var(--sbg-orange);
}

.sbg-nav-quote {
    background: var(--sbg-orange);
    color: #fff !important;
    padding: 9px 16px;
    border-radius: 7px;
}

.sbg-section-light {
    background: var(--sbg-light);
}

.sbg-label {
    margin-bottom: 8px;
    color: var(--sbg-orange);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 1.4;
    text-transform: uppercase;
}

.sbg-title {
    margin-bottom: 18px;
    color: var(--sbg-black);
    font-size: clamp(30px, 3.5vw, 40px);
    line-height: 1.15;
    letter-spacing: -0.8px;
}

.sbg-content p {
    margin-bottom: 15px;
}

.sbg-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
    align-items: center;
}

.sbg-intro-image-wrap {
    position: relative;
}

.sbg-intro-image {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.13);
}

.sbg-image-caption {
    position: absolute;
    left: 18px;
    bottom: 18px;
    padding: 12px 16px;
    background: #fff;
    border-radius: 9px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
}

.sbg-image-caption strong {
    display: block;
    color: var(--sbg-black);
    font-size: 14px;
    line-height: 1.4;
}

.sbg-image-caption span {
    display: block;
    color: var(--sbg-orange);
    font-size: 12px;
    font-weight: 700;
    margin-top: 2px;
}

.sbg-local-section {
    background: var(--sbg-black);
    color: #fff;
}

.sbg-local-section .sbg-title {
    color: #fff;
}

.sbg-local-intro {
    max-width: 900px;
    color: #c8ccce;
    margin-bottom: 0;
}

.sbg-condition-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 32px;
}

.sbg-condition-card {
    padding: 22px 19px;
    background: var(--sbg-dark);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
}

.sbg-condition-number {
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(215, 123, 22, 0.15);
    color: #ffb052;
    border-radius: 8px;
    font-weight: 900;
}

.sbg-condition-card h3 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 17px;
    line-height: 1.35;
}

.sbg-condition-card p {
    margin-bottom: 0;
    color: #c4c8ca;
    font-size: 14px;
    line-height: 1.6;
}

.sbg-local-note {
    margin-top: 20px;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.05);
    border-left: 4px solid var(--sbg-orange);
    color: #e1e4e5;
    font-weight: 700;
}

.sbg-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 32px;
}

.sbg-process-card {
    padding: 22px 19px;
    background: #fff;
    border: 1px solid var(--sbg-border);
    border-radius: 12px;
}

.sbg-process-number {
    margin-bottom: 14px;
    color: var(--sbg-orange);
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}

.sbg-process-card h3 {
    margin-bottom: 8px;
    color: var(--sbg-black);
    font-size: 17px;
    line-height: 1.35;
}

.sbg-process-card p {
    margin-bottom: 0;
    color: var(--sbg-text);
    font-size: 14px;
    line-height: 1.6;
}

.sbg-process-bottom {
    margin-top: 20px;
    padding: 17px 20px;
    background: #fff;
    border-left: 4px solid var(--sbg-green);
}

.sbg-why-grid {
    display: grid;
    grid-template-columns: 1fr 0.85fr;
    gap: 45px;
    align-items: center;
}

.sbg-benefits {
    list-style: none;
    margin: 22px 0 0;
    padding: 0;
    display: grid;
    gap: 11px;
}

.sbg-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #34393c;
    font-weight: 600;
}

.sbg-check {
    flex: 0 0 23px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e7f0ea;
    color: var(--sbg-green);
    font-size: 13px;
    font-weight: 900;
    margin-top: 2px;
}

.sbg-quote-card {
    padding: 32px;
    background: var(--sbg-black);
    border-radius: 15px;
    color: #fff;
}

.sbg-quote-card h3 {
    margin-bottom: 13px;
    color: #fff;
    font-size: 27px;
    line-height: 1.25;
}

.sbg-quote-card p {
    margin-bottom: 18px;
    color: #c6cacb;
}

.sbg-phone {
    display: block;
    margin-bottom: 16px;
    color: #ffb052;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.3;
}

.sbg-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    background: var(--sbg-orange);
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
    transition: 0.2s ease;
}

.sbg-button:hover {
    background: var(--sbg-orange-dark);
    color: #fff;
    transform: translateY(-2px);
}

.sbg-service-area {
    background: var(--sbg-light);
    text-align: center;
}

.sbg-service-area .sbg-area-text {
    max-width: 900px;
    margin: 0 auto;
}

.sbg-area-tags {
    margin-top: 22px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.sbg-area-tag {
    padding: 7px 14px;
    background: #fff;
    border: 1px solid var(--sbg-border);
    border-radius: 50px;
    color: #3f4447;
    font-size: 14px;
    font-weight: 700;
}

.sbg-final-cta {
    background: var(--sbg-black);
    text-align: center;
    color: #fff;
}

.sbg-final-inner {
    max-width: 850px;
    margin: 0 auto;
}

.sbg-final-cta .sbg-title {
    color: #fff;
}

.sbg-final-cta p {
    color: #c8ccce;
    font-size: 16px;
}

.sbg-final-phone {
    margin-top: 15px;
    color: #d5d9da;
}

.sbg-final-phone a {
    color: #ffb052;
    font-weight: 900;
}

.sbg-footer {
    padding: 40px 0 18px;
    background: #101214;
    color: #aeb3b5;
}

.sbg-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 0.8fr;
    gap: 35px;
    padding-bottom: 25px;
}

.sbg-footer h3 {
    margin-bottom: 12px;
    color: #fff;
    font-size: 17px;
}

.sbg-footer p {
    margin-top: 14px;
    margin-bottom: 0;
    font-size: 14px;
}

.sbg-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sbg-footer li {
    margin-bottom: 5px;
    font-size: 14px;
}

.sbg-footer a {
    color: #aeb3b5;
}

.sbg-footer a:hover {
    color: #ffb052;
}

.sbg-copyright {
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: space-between;
    gap: 15px;
    color: #858b8e;
    font-size: 12px;
}

@media (max-width: 1000px) {
    .sbg-nav {
        display: none;
    }

    .sbg-intro-grid,
    .sbg-why-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .sbg-condition-grid,
    .sbg-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sbg-footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 650px) {
    .sbg-container {
        width: calc(100% - 28px);
    }

    .sbg-section {
        padding: 45px 0;
    }

    .sbg-intro-grid,
    .sbg-why-grid,
    .sbg-condition-grid,
    .sbg-process-grid,
    .sbg-footer-grid {
        grid-template-columns: 1fr;
    }

    .sbg-intro-image {
        height: 300px;
    }

    .sbg-title {
        font-size: 31px;
        margin-bottom: 15px;
    }

    .sbg-condition-grid,
    .sbg-process-grid {
        gap: 12px;
        margin-top: 25px;
    }

    .sbg-condition-card,
    .sbg-process-card {
        padding: 20px 17px;
    }

    .sbg-quote-card {
        padding: 25px 20px;
    }

    .sbg-quote-card h3 {
        font-size: 24px;
    }

    .sbg-phone {
        font-size: 22px;
    }

    .sbg-copyright {
        flex-direction: column;
    }
}/* End custom CSS */