#loader{
    width: 100vw;
    height: 100vh;
    position: fixed!important;
}
.repair-hero {
    background: #85898b;
    height: 340px;
    overflow: hidden;
    padding: 10px;
    margin: 0.1rem 0 3.1rem;
}

.repair-hero-inner {
    max-width: 980px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 45px;
}

.repair-hero-img {
    width: 300px;
    height: 100%;
    flex: 0 0 300px;
    overflow: hidden;
}

.repair-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.repair-hero-content {
    width: 520px;
    flex: 0 0 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.repair-hero-content h1 {
    color: #fff;
    font-size: 32px;
    line-height: 1.18;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.repair-hero-content ul {
    margin: 0;
    padding-left: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.repair-hero-content li {
    margin-bottom: 9px;
}

@media (max-width: 991px) {
    .repair-hero {
        height: auto;
    }

    .repair-hero-inner {
        flex-direction: column;
        gap: 25px;
        padding: 35px 20px;
    }

    .repair-hero-img,
    .repair-hero-content {
        width: 100%;
        flex: none;
    }

    .repair-hero-img {
        height: 260px;
    }

    .repair-hero-content h1 {
        font-size: 26px;
    }
}

.repair-info-section {
    padding: 70px 0;
    background: #fff;
}

.repair-info-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 70px;
    align-items: center;
}

.repair-info-image img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.repair-info-content h2 {
    font-size: 34px;
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 24px;
    color: #222;
}

.repair-info-content p,
.repair-info-content li {
    font-size: 15px;
    line-height: 1.65;
    color: #5f6368;
}

.repair-info-content p {
    margin: 0 0 16px;
}

.repair-info-content ul {
    margin: 0 0 18px;
    padding-left: 20px;
}

.repair-info-content li {
    margin-bottom: 7px;
}

@media (max-width: 991px) {
    .repair-info-section {
        padding: 45px 0;
    }

    .repair-info-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .repair-info-image img {
        height: auto;
    }

    .repair-info-content h2 {
        font-size: 28px;
    }
}

/* Repair Service isolated header/footer + page fixes */
html body.repair-service-template,
body.repair-service-template {
    margin: 0;
    background: #fff;
    font-family: Poppins, Arial, sans-serif;
    color: #222;
}

body.repair-service-template #wpadminbar {
    display: none !important;
}

html body.repair-service-template {
    padding-top: 0 !important;
}

.sc-custom-header,
.sc-custom-header * {
    box-sizing: border-box;
}

.sc-custom-header {
    position: relative;
    z-index: 999;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.sc-header-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.sc-topbar {
    background: #111;
    color: #fff;
    font-size: 14px;
}

.sc-topbar .sc-header-container {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sc-top-left {
    display: flex;
    align-items: center;
    gap: 18px;
}

.sc-top-left a {
    color: #ccc;
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
}

.sc-top-left a:hover,
.sc-top-right a:hover {
    color: #76bd43;
}

.sc-top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    color: #fff;
    font-weight: 700;
    line-height: 1.4;
}

.sc-top-right a {
    color: #fff;
    text-decoration: none;
}

.sc-main-header {
    position: relative;
    z-index: 50;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.sc-main-inner {
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sc-logo {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.sc-logo img {
    max-height: 70px;
    width: auto;
    display: block;
}

.sc-desktop-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sc-menu,
.sc-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sc-menu {
    display: flex;
    align-items: center;
}

.sc-menu li {
    position: relative;
    list-style: none;
}

.sc-menu > li {
    height: 95px;
    display: flex;
    align-items: center;
}

.sc-menu > li > a {
    display: flex;
    align-items: center;
    gap: 7px;
    height: 95px;
    padding: 0 13px;
    color: #222;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
}

.sc-menu > li:hover > a,
.sc-menu > li.current-menu-item > a,
.sc-menu > li.current-menu-parent > a,
.sc-menu > li.current_page_item > a {
    color: #76bd43;
}

.sc-menu > li.menu-item-has-children > a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    margin-top: -4px;
    transition: transform .25s ease;
    flex: 0 0 auto;
}

.sc-menu > li.menu-item-has-children:hover > a::after {
    transform: rotate(225deg);
    margin-top: 3px;
}

.sc-menu .sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 215px;
    background: #111;
    padding: 12px 0;
    margin: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -18px, 0) scaleY(.92);
    transform-origin: top center;
    transition:
            opacity .45s cubic-bezier(.23, 1, .32, 1),
            transform .45s cubic-bezier(.23, 1, .32, 1),
            visibility .45s;
    pointer-events: none;
    will-change: transform, opacity;
}

.sc-menu > li:hover > .sub-menu,
.sc-menu > li.is-hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0) scaleY(1);
    pointer-events: auto;
}

.sc-menu .sub-menu a {
    display: block;
    padding: 13px 22px;
    color: #fff;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
}

.sc-menu .sub-menu a:hover {
    color: #76bd43;
}

.sc-burger {
    display: none;
    background: none;
    border: 0;
    font-size: 30px;
    line-height: 1;
    color: #000;
    cursor: pointer;
    padding: 0;
}

.sc-mobile-menu {
    display: none;
    background: #111;
}

.sc-mobile-nav,
.sc-mobile-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sc-mobile-nav {
    padding: 25px 20px;
}

.sc-mobile-nav li {
    list-style: none;
    border-bottom: 1px solid #444;
}

.sc-mobile-nav a {
    display: block;
    padding: 12px 0;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.sc-mobile-nav .sub-menu {
    display: none;
    padding-left: 15px;
}

.sc-mobile-nav li.is-open > .sub-menu {
    display: block;
}

.sc-mobile-nav .menu-item-has-children > a {
    position: relative;
    padding-right: 35px;
}

.sc-mobile-nav .menu-item-has-children > a::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    position: absolute;
    right: 2px;
    top: 16px;
    transition: transform .2s ease;
}

.sc-mobile-nav .menu-item-has-children.is-open > a::after {
    transform: rotate(225deg);
    top: 20px;
}

.repair-service-page {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.repair-service-page .page-content {
    background: #fff;
}

.repair-service-page .container {
    max-width: 1220px;
    width: 100%;
}

.repair-hero {
    background: #064429;
    height: 320px;
    overflow: hidden;
}

.repair-hero-inner {
    max-width: 980px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 45px;
}

.repair-hero-img {
    width: 300px;
    height: 100%;
    flex: 0 0 300px;
    overflow: hidden;
}

.repair-hero-img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

.repair-hero-content {
    width: 520px;
    flex: 0 0 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.repair-hero-content h1 {
    color: #fff;
    font-size: 32px;
    line-height: 1.18;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.repair-hero-content ul {
    margin: 0;
    padding-left: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.repair-hero-content li {
    margin-bottom: 9px;
}

.repair-info-section {
    padding: 70px 0;
    background: #fff;
}

.repair-info-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 70px;
    align-items: center;
}

.repair-info-image img {
    width: 100%;
    height: 430px !important;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.repair-info-content h2 {
    font-size: 34px;
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 24px;
    color: #222;
}

.repair-info-content p,
.repair-info-content li {
    font-size: 15px;
    line-height: 1.65;
    color: #5f6368;
}

.repair-info-content p {
    margin: 0 0 16px;
}

.repair-info-content ul {
    margin: 0 0 18px;
    padding-left: 20px;
}

.repair-info-content li {
    margin-bottom: 7px;
}

.sc-custom-footer {
    background: #111;
    color: #fff;
    padding: 35px 0;
}

.sc-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.sc-footer-logo img {
    max-height: 55px;
    filter: brightness(0) invert(1);
}

.sc-footer-text p {
    margin: 0;
    color: #fff;
}

@media (max-width: 991px) {
    .sc-topbar .sc-header-container {
        height: auto;
        min-height: 94px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 8px;
    }

    .sc-top-right {
        flex-wrap: wrap;
        justify-content: center;
        line-height: 1.5;
    }

    .sc-main-inner {
        height: 80px;
    }

    .sc-logo img {
        max-height: 58px;
    }

    .sc-desktop-nav {
        display: none;
    }

    .sc-burger {
        display: block;
    }

    .sc-mobile-menu.is-open {
        display: block;
    }

    .repair-hero {
        height: auto;
    }

    .repair-hero-inner {
        flex-direction: column;
        gap: 25px;
        padding: 35px 20px;
        height: auto;
    }

    .repair-hero-img,
    .repair-hero-content {
        width: 100%;
        flex: none;
    }

    .repair-hero-img {
        height: 260px;
    }

    .repair-hero-content h1 {
        font-size: 26px;
    }

    .repair-info-section {
        padding: 45px 0;
    }

    .repair-info-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .repair-info-image img {
        height: auto !important;
    }

    .repair-info-content h2 {
        font-size: 28px;
    }

    .sc-footer-inner {
        flex-direction: column;
        text-align: center;
    }
}

/* ===== Repair Service header match old Argu builder header ===== */
body.repair-service-template .sc-custom-header {
    position: relative;
    z-index: 9999;
    width: 100%;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

body.repair-service-template .sc-header-container {
    width: 1170px;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

body.repair-service-template .sc-topbar {
    background: #111;
    min-height: 34px;
    padding: 6px 0;
    line-height: 20px;
    color: #fff;
}

body.repair-service-template .sc-topbar .sc-header-container {
    height: auto;
    min-height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body.repair-service-template .sc-top-left {
    width: 33.333333%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
}

body.repair-service-template .sc-top-left a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    font-size: 15px;
    line-height: 20px;
    padding: 0 13px;
    text-decoration: none;
}

body.repair-service-template .sc-top-right {
    width: 66.666667%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 13px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: right;
}

body.repair-service-template .sc-top-right a {
    color: #fff;
    text-decoration: none;
}

body.repair-service-template .sc-main-header {
    position: relative;
    z-index: 60;
    width: 100%;
    background: #fff;
    border-bottom: 0;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .15);
}

body.repair-service-template .sc-main-inner {
    height: 95px;
    min-height: 95px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

body.repair-service-template .sc-logo {
    width: 292.5px;
    flex: 0 0 292.5px;
    display: flex;
    align-items: center;
}

body.repair-service-template .sc-logo img {
    max-height: 70px;
    width: auto;
    display: block;
    margin-top: 5px;
}

body.repair-service-template .sc-desktop-nav {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
}

body.repair-service-template .sc-menu,
body.repair-service-template .sc-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.repair-service-template .sc-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

body.repair-service-template .sc-menu > li {
    position: relative;
    height: 95px;
    display: flex;
    align-items: center;
    list-style: none;
}

body.repair-service-template .sc-menu > li > a {
    height: 95px;
    display: flex;
    align-items: center;
    padding: 7px 10px;
    color: #222;
    font-size: 14px;
    font-weight: 700;
    line-height: 69px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
}

body.repair-service-template .sc-menu > li:hover > a,
body.repair-service-template .sc-menu > li.current-menu-item > a,
body.repair-service-template .sc-menu > li.current-menu-parent > a,
body.repair-service-template .sc-menu > li.current_page_item > a {
    color: #76bd43;
    background: none;
}

body.repair-service-template .sc-menu > li.menu-item-has-children > a::after {
    content: "\f107";
    font-family: FontAwesome;
    border: 0;
    width: auto;
    height: auto;
    margin: 0 0 0 7px;
    font-size: 12px;
    line-height: 1;
    transform: none;
    transition: transform .25s ease;
}

body.repair-service-template .sc-menu > li.menu-item-has-children:hover > a::after {
    transform: rotate(180deg);
    margin-top: 0;
}

body.repair-service-template .sc-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 210px;
    display: block;
    background: #111;
    padding: 9px 0 8px 6px;
    margin: 0;
    list-style: none;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -16px, 0);
    transform-origin: top center;
    transition:
            opacity .45s cubic-bezier(.19, 1, .22, 1),
            transform .45s cubic-bezier(.19, 1, .22, 1),
            visibility .45s;
    pointer-events: none;
    will-change: transform, opacity;
}

body.repair-service-template .sc-menu > li:hover > .sub-menu,
body.repair-service-template .sc-menu > li.is-hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    pointer-events: auto;
}

body.repair-service-template .sc-menu .sub-menu li {
    width: 100%;
    float: none;
    list-style: none;
    text-align: left;
}

body.repair-service-template .sc-menu .sub-menu a {
    display: block;
    width: auto;
    padding: 10px 32px 10px 13px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 25px;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    word-spacing: 2px;
    white-space: nowrap;
    transition: color .3s ease-in-out;
}

body.repair-service-template .sc-menu .sub-menu a:hover {
    color: #76bd43;
    background: none;
}

@media (max-width: 1199px) {
    body.repair-service-template .sc-header-container {
        width: 970px;
        max-width: 970px;
    }

    body.repair-service-template .sc-logo {
        width: 242.5px;
        flex-basis: 242.5px;
    }

    body.repair-service-template .sc-menu > li > a {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    body.repair-service-template .sc-header-container {
        width: 100%;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    body.repair-service-template .sc-topbar .sc-header-container {
        min-height: 94px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 8px;
    }

    body.repair-service-template .sc-top-left,
    body.repair-service-template .sc-top-right {
        width: 100%;
        justify-content: center;
        text-align: center;
        flex-wrap: wrap;
    }

    body.repair-service-template .sc-main-inner {
        height: 80px;
        min-height: 80px;
        justify-content: space-between;
    }

    body.repair-service-template .sc-logo {
        width: auto;
        flex: 0 0 auto;
    }

    body.repair-service-template .sc-logo img {
        max-height: 58px;
        margin-top: 0;
    }

    body.repair-service-template .sc-desktop-nav {
        display: none;
    }

    body.repair-service-template .sc-burger {
        display: block;
    }
}


/* ===== FIX social icons without FontAwesome dependency ===== */
body.repair-service-template .sc-top-left {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 33.333333% !important;
    min-width: 200px !important;
    gap: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-top-left .sc-social-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 20px !important;
    padding: 0 13px !important;
    color: #ccc !important;
    text-decoration: none !important;
    line-height: 20px !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-social-icon {
    display: block !important;
    width: 15px !important;
    height: 15px !important;
    fill: currentColor !important;
    color: #ccc !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-top-left .sc-social-link:hover,
body.repair-service-template .sc-top-left .sc-social-link:hover .sc-social-icon {
    color: #76bd43 !important;
}

body.repair-service-template .sc-top-left .fa {
    display: none !important;
}


/* ===== FINAL: Repair custom header 1:1 builder sticky + arrows ===== */
body.repair-service-template .sc-custom-header {
    position: relative !important;
    z-index: 99999 !important;
}

body.repair-service-template .sc-main-header {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    z-index: 99999 !important;
    background: #fff !important;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .15) !important;
    transition: all .25s ease-in-out !important;
}

body.repair-service-template .sc-main-header.is-sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    min-height: 65px !important;
    animation: sc_argu_stick .6s ease-out both !important;
}

body.repair-service-template.admin-bar .sc-main-header.is-sticky {
    top: 0 !important;
}

@keyframes sc_argu_stick {
    0% { transform: translateY(-100px); }
    50% { transform: translateY(-74px); }
    100% { transform: translateY(0); }
}

body.repair-service-template .sc-main-header.is-sticky .sc-main-inner {
    height: 65px !important;
    min-height: 65px !important;
}

body.repair-service-template .sc-main-header.is-sticky .sc-logo img {
    max-height: 45px !important;
    margin-top: 5px !important;
}

body.repair-service-template .sc-main-header.is-sticky .sc-menu > li,
body.repair-service-template .sc-main-header.is-sticky .sc-menu > li > a {
    height: 65px !important;
    min-height: 65px !important;
    line-height: 51px !important;
}

body.repair-service-template .sc-menu > li.menu-item-has-children > a::after {
    content: "" !important;
    display: inline-block !important;
    width: 6px !important;
    height: 6px !important;
    border: 0 !important;
    border-right: 2px solid currentColor !important;
    border-bottom: 2px solid currentColor !important;
    margin: -4px 0 0 7px !important;
    padding: 0 !important;
    transform: rotate(45deg) !important;
    transform-origin: 50% 50% !important;
    transition: transform .25s ease, margin .25s ease !important;
    font-size: 0 !important;
    line-height: 0 !important;
    font-family: inherit !important;
    flex: 0 0 auto !important;
}

body.repair-service-template .sc-menu > li.menu-item-has-children:hover > a::after,
body.repair-service-template .sc-menu > li.menu-item-has-children.is-hover > a::after {
    transform: rotate(225deg) !important;
    margin-top: 3px !important;
}

body.repair-service-template .sc-menu .sub-menu {
    top: 100% !important;
}

@media (max-width: 991px) {
    body.repair-service-template .sc-main-header.is-sticky .sc-main-inner {
        height: 80px !important;
        min-height: 80px !important;
    }

    body.repair-service-template .sc-main-header.is-sticky .sc-logo img {
        max-height: 58px !important;
        margin-top: 0 !important;
    }
}

/* ===== Repair Service footer 1:1 Argu builder style ===== */
body.repair-service-template .sc-builder-footer,
body.repair-service-template .footer_up_wrap.dark.sc-builder-footer {
    background: #000 !important;
    color: #ebebeb !important;
    font-family: Arial, Helvetica, sans-serif !important;
    width: 100% !important;
    clear: both !important;
}

body.repair-service-template .sc-builder-footer * {
    box-sizing: border-box;
}

body.repair-service-template .sc-builder-footer .container,
body.repair-service-template .sc-footer-container,
body.repair-service-template .sc-footer-copy-container {
    width: 1170px !important;
    max-width: 1170px !important;
    margin: 0 auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.repair-service-template #up_footerwrap.footerclass {
    background: #000 !important;
    color: #ebebeb !important;
}

body.repair-service-template .sc-footer-grid {
    display: grid !important;
    grid-template-columns: 1.2fr 1.2fr 1fr .9fr !important;
    gap: 70px !important;
    align-items: flex-start !important;
    padding: 65px 0 !important;
}

body.repair-service-template .sc-builder-footer .footer-widget,
body.repair-service-template #up_footerwrap .footer-widget,
body.repair-service-template #up_footerwrap .sc-footer-col {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
}

body.repair-service-template .sc-footer-logo {
    display: inline-block !important;
    margin-bottom: 26px !important;
}

body.repair-service-template .sc-footer-logo img,
body.repair-service-template img._foot_logo {
    display: block !important;
    max-height: 75px !important;
    width: auto !important;
    margin: 0 0 6px 0 !important;
    filter: brightness(0) invert(1) !important;
}

body.repair-service-template .sc-footer-values,
body.repair-service-template .sc-footer-list,
body.repair-service-template .menu_top_footer ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.repair-service-template .sc-footer-values li {
    color: #fff !important;
    font-size: 16px !important;
    line-height: 33px !important;
    font-weight: 400 !important;
    border: 0 !important;
}

body.repair-service-template #up_footerwrap h3,
body.repair-service-template .sc-builder-footer h3 {
    color: #fff !important;
    letter-spacing: 2px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    line-height: 36px !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
}

body.repair-service-template #up_footerwrap ul li,
body.repair-service-template .sc-footer-list li {
    line-height: 33px !important;
    border: 0 !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ebebeb !important;
    font-size: 15px !important;
}

body.repair-service-template .footerclass a,
body.repair-service-template .sc-builder-footer a {
    color: #fff !important;
    text-decoration: none !important;
    transition: all .4s ease-in-out !important;
}

body.repair-service-template .footerclass a:hover,
body.repair-service-template .sc-builder-footer a:hover {
    color: #ccc !important;
    text-decoration: none !important;
}

body.repair-service-template .sc-footer-contact-list li {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

body.repair-service-template .sc-footer-contact-list i,
body.repair-service-template .sc-footer-menu-list li:before {
    color: #86c72b !important;
    font-family: FontAwesome !important;
    font-size: 13px !important;
    line-height: 1 !important;
    flex: 0 0 auto !important;
}

body.repair-service-template .sc-footer-menu-list li {
    position: relative !important;
    padding-left: 18px !important;
}

body.repair-service-template .sc-footer-menu-list li:before {
    content: "\f105" !important;
    position: absolute !important;
    left: 0 !important;
    top: 10px !important;
}

body.repair-service-template .sc-footer-socials {
    display: flex !important;
    align-items: center !important;
    gap: 24px !important;
    padding-top: 6px !important;
}

body.repair-service-template .sc-footer-socials a {
    color: #ccc !important;
    font-size: 18px !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

body.repair-service-template .sc-footer-socials a:hover {
    color: #86c72b !important;
}

body.repair-service-template .footercopy {
    background: #111 !important;
    color: #fff !important;
    font-size: 14px !important;
    padding: 10px 0 !important;
    line-height: 20px !important;
}

body.repair-service-template .sc-footer-copy-container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 30px !important;
}

body.repair-service-template .footercopy p {
    margin: 0 !important;
    color: #fff !important;
    font-size: 14px !important;
    line-height: 20px !important;
}

body.repair-service-template .footercopy a,
body.repair-service-template .menu_top_footer a {
    color: #fff !important;
    text-decoration: none !important;
}

body.repair-service-template .menu_top_footer ul {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
}

body.repair-service-template .menu_top_footer li {
    list-style: none !important;
    border-right: 1px solid rgba(255,255,255,.35) !important;
    line-height: 14px !important;
    padding: 0 22px !important;
    margin: 0 !important;
}

body.repair-service-template .menu_top_footer li:last-child {
    border-right: 0 !important;
    padding-right: 0 !important;
}

body.repair-service-template .menu_top_footer a {
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 14px !important;
}

body.repair-service-template .sc-topcontrol {
    position: fixed !important;
    right: 26px !important;
    bottom: 40px !important;
    z-index: 9999 !important;
    width: 38px !important;
    height: 33px !important;
    cursor: pointer !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all .3s linear !important;
}

body.repair-service-template .sc-topcontrol.is-visible {
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-topcontrol > div {
    width: 38px !important;
    height: 33px !important;
    background: #1d1d1d !important;
    text-align: center !important;
    box-shadow: 0 8px 23px -6px rgba(27,27,27,1) !important;
}

body.repair-service-template .sc-topcontrol .to_the_top > i {
    color: #fff !important;
    font-size: 25px !important;
    line-height: 32px !important;
}

@media (max-width: 1199px) {
    body.repair-service-template .sc-builder-footer .container,
    body.repair-service-template .sc-footer-container,
    body.repair-service-template .sc-footer-copy-container {
        width: 970px !important;
        max-width: 970px !important;
    }

    body.repair-service-template .sc-footer-grid {
        gap: 45px !important;
    }
}

@media (max-width: 991px) {
    body.repair-service-template .sc-builder-footer .container,
    body.repair-service-template .sc-footer-container,
    body.repair-service-template .sc-footer-copy-container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    body.repair-service-template .sc-footer-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 35px !important;
        padding: 45px 0 !important;
    }

    body.repair-service-template .sc-footer-copy-container {
        flex-direction: column !important;
        justify-content: center !important;
        text-align: center !important;
        gap: 12px !important;
    }

    body.repair-service-template .menu_top_footer ul {
        justify-content: center !important;
        flex-wrap: wrap !important;
        row-gap: 8px !important;
    }
}

@media (max-width: 575px) {
    body.repair-service-template .sc-footer-grid {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
        padding: 38px 0 !important;
        text-align: left !important;
    }

    body.repair-service-template .menu_top_footer li {
        padding: 0 12px !important;
    }
}

/* ===== FINAL FOOTER FIX: builder 1:1, no overlap/fixed footer, SVG icons ===== */
body.repair-service-template .sc-builder-footer,
body.repair-service-template .footer_up_wrap.dark.sc-builder-footer,
body.repair-service-template #up_footerwrap.footerclass,
body.repair-service-template .footercopy {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 100% !important;
    clear: both !important;
    z-index: 1 !important;
}

body.repair-service-template .sc-builder-footer {
    margin-top: 0 !important;
    background: #000 !important;
    overflow: visible !important;
}

body.repair-service-template #up_footerwrap.footerclass {
    background: #000 !important;
    min-height: 280px !important;
}

body.repair-service-template .sc-footer-grid {
    display: grid !important;
    grid-template-columns: 1.2fr 1.2fr 1fr .9fr !important;
    gap: 70px !important;
    align-items: flex-start !important;
    padding: 65px 0 65px !important;
    margin: 0 !important;
}

body.repair-service-template .sc-footer-logo {
    display: inline-block !important;
    margin: 0 0 26px 0 !important;
    padding: 0 !important;
}

body.repair-service-template .sc-footer-logo img,
body.repair-service-template img._foot_logo {
    display: block !important;
    max-height: 75px !important;
    width: auto !important;
    margin: 0 0 6px 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
    filter: brightness(0) invert(1) !important;
}

body.repair-service-template .sc-footer-contact-list li {
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
    line-height: 33px !important;
}

body.repair-service-template .sc-footer-icon,
body.repair-service-template .sc-footer-social-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #86c72b !important;
    fill: currentColor !important;
    flex: 0 0 auto !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-footer-icon svg,
body.repair-service-template .sc-footer-social-icon {
    display: block !important;
    fill: currentColor !important;
}

body.repair-service-template .sc-footer-contact-list i,
body.repair-service-template .sc-footer-socials i {
    display: none !important;
}

body.repair-service-template .sc-footer-socials {
    display: flex !important;
    align-items: center !important;
    gap: 28px !important;
    padding-top: 6px !important;
}

body.repair-service-template .sc-footer-socials a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 18px !important;
    height: 18px !important;
    color: #ccc !important;
    fill: currentColor !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-footer-socials a:hover,
body.repair-service-template .sc-footer-socials a:hover .sc-footer-social-icon {
    color: #86c72b !important;
}

body.repair-service-template .sc-footer-menu-list li:before {
    content: "›" !important;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #86c72b !important;
    font-size: 18px !important;
    line-height: 33px !important;
    top: 0 !important;
}

body.repair-service-template .footercopy {
    background: #111 !important;
    padding: 10px 0 !important;
    margin: 0 !important;
    min-height: 40px !important;
}

body.repair-service-template .sc-topcontrol .to_the_top > span {
    color: #fff !important;
    font-size: 26px !important;
    line-height: 32px !important;
    font-weight: 700 !important;
}

@media (max-width: 991px) {
    body.repair-service-template .sc-footer-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 35px !important;
        padding: 45px 20px !important;
    }
}

@media (max-width: 575px) {
    body.repair-service-template .sc-footer-grid {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
        padding: 38px 20px !important;
    }
}


/* ===== FINAL FIX: footer services arrows like builder ===== */
body.repair-service-template .sc-builder-footer #menu-footer_menu,
body.repair-service-template .sc-builder-footer .widget_nav_menu ul,
body.repair-service-template #up_footerwrap .widget_nav_menu ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.repair-service-template .sc-builder-footer #menu-footer_menu li,
body.repair-service-template .sc-builder-footer .widget_nav_menu ul li,
body.repair-service-template #up_footerwrap .widget_nav_menu ul li {
    position: relative !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 0 0 18px !important;
    border: 0 !important;
    line-height: 33px !important;
}

body.repair-service-template .sc-builder-footer #menu-footer_menu li:before,
body.repair-service-template .sc-builder-footer .widget_nav_menu ul li:before,
body.repair-service-template #up_footerwrap .widget_nav_menu ul li:before {
    content: "›" !important;
    display: inline-block !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    color: #86c72b !important;
    font-family: FontAwesome !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: 33px !important;
    width: 10px !important;
    height: 33px !important;
    text-align: left !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-builder-footer #menu-footer_menu li a,
body.repair-service-template .sc-builder-footer .widget_nav_menu ul li a,
body.repair-service-template #up_footerwrap .widget_nav_menu ul li a {
    display: inline-block !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 33px !important;
    text-decoration: none !important;
}

body.repair-service-template .sc-builder-footer #menu-footer_menu li a:hover,
body.repair-service-template .sc-builder-footer .widget_nav_menu ul li a:hover,
body.repair-service-template #up_footerwrap .widget_nav_menu ul li a:hover {
    color: #86c72b !important;
}

/* ===== FINAL FIX: footer services arrows + bigger white social icons ===== */
body.repair-service-template .sc-builder-footer .sc-footer-menu-list,
body.repair-service-template footer.sc-builder-footer .sc-footer-menu-list {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-menu-list > li,
body.repair-service-template footer.sc-builder-footer .sc-footer-menu-list > li,
body.repair-service-template #up_footerwrap .sc-footer-menu-list > li {
    position: relative !important;
    display: block !important;
    padding-left: 18px !important;
    margin: 0 !important;
    line-height: 33px !important;
    list-style: none !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-menu-list > li::before,
body.repair-service-template footer.sc-builder-footer .sc-footer-menu-list > li::before,
body.repair-service-template #up_footerwrap .sc-footer-menu-list > li::before {
    content: "\f105" !important;
    font-family: FontAwesome !important;
    display: inline-block !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 12px !important;
    height: 33px !important;
    color: #86c72b !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 33px !important;
    text-align: left !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-menu-list > li > a,
body.repair-service-template footer.sc-builder-footer .sc-footer-menu-list > li > a {
    display: inline-block !important;
    color: #fff !important;
    line-height: 33px !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-socials,
body.repair-service-template footer.sc-builder-footer .sc-footer-socials {
    gap: 30px !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-socials a,
body.repair-service-template footer.sc-builder-footer .sc-footer-socials a {
    width: 24px !important;
    height: 24px !important;
    color: #fff !important;
    fill: #fff !important;
    font-size: 24px !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-social-icon,
body.repair-service-template footer.sc-builder-footer .sc-footer-social-icon,
body.repair-service-template .sc-builder-footer .sc-footer-socials svg,
body.repair-service-template footer.sc-builder-footer .sc-footer-socials svg {
    width: 22px !important;
    height: 22px !important;
    color: #fff !important;
    fill: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-socials a:hover,
body.repair-service-template footer.sc-builder-footer .sc-footer-socials a:hover,
body.repair-service-template .sc-builder-footer .sc-footer-socials a:hover svg,
body.repair-service-template footer.sc-builder-footer .sc-footer-socials a:hover svg {
    color: #86c72b !important;
    fill: #86c72b !important;
}


/* ===== ABSOLUTE FINAL: floating footer reveal + services arrows + white social icons ===== */
html body.repair-service-template,
body.repair-service-template {
    background: #000 !important;
    overflow-x: hidden !important;
    --sc-footer-real-height: 360px;
}

/* footer stays fixed behind page content */
body.repair-service-template .sc-builder-footer,
body.repair-service-template footer.sc-builder-footer,
body.repair-service-template .footer_up_wrap.dark.sc-builder-footer {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    width: 100% !important;
    z-index: 0 !important;
    background: #000 !important;
    margin: 0 !important;
    transform: none !important;
    will-change: transform !important;
}

/* content scrolls over fixed footer */
body.repair-service-template .repair-service-page,
body.repair-service-template main.repair-service-page,
body.repair-service-template #wrapper {
    position: relative !important;
    z-index: 2 !important;
}

body.repair-service-template .repair-service-page,
body.repair-service-template main.repair-service-page {
    background: #fff !important;
    margin-bottom: var(--sc-footer-real-height) !important;
    min-height: calc(100vh + 1px) !important;
}

body.repair-service-template .sc-custom-header,
body.repair-service-template .sc-main-header,
body.repair-service-template .sc-main-header.is-sticky,
body.repair-service-template .sc-topcontrol {
    z-index: 99999 !important;
}

/* footer internal parts must not be fixed separately */
body.repair-service-template .sc-builder-footer #up_footerwrap.footerclass,
body.repair-service-template .sc-builder-footer .footercopy,
body.repair-service-template .sc-builder-footer .sc-footer-container,
body.repair-service-template .sc-builder-footer .sc-footer-copy-container {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
}

/* SERVICES arrows: no FontAwesome dependency, real CSS arrow */
body.repair-service-template .sc-builder-footer .sc-footer-menu-list,
body.repair-service-template .sc-builder-footer .widget_nav_menu ul,
body.repair-service-template .sc-builder-footer #menu-footer_menu,
body.repair-service-template #up_footerwrap .widget_nav_menu ul,
body.repair-service-template #up_footerwrap #menu-footer_menu {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-menu-list > li,
body.repair-service-template .sc-builder-footer .widget_nav_menu ul > li,
body.repair-service-template .sc-builder-footer #menu-footer_menu > li,
body.repair-service-template #up_footerwrap .widget_nav_menu ul > li,
body.repair-service-template #up_footerwrap #menu-footer_menu > li {
    position: relative !important;
    display: block !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 0 0 18px !important;
    border: 0 !important;
    line-height: 33px !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-menu-list > li:before,
body.repair-service-template .sc-builder-footer .widget_nav_menu ul > li:before,
body.repair-service-template .sc-builder-footer #menu-footer_menu > li:before,
body.repair-service-template #up_footerwrap .widget_nav_menu ul > li:before,
body.repair-service-template #up_footerwrap #menu-footer_menu > li:before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 12px !important;
    display: block !important;
    width: 6px !important;
    height: 6px !important;
    border: 0 !important;
    border-top: 2px solid #86c72b !important;
    border-right: 2px solid #86c72b !important;
    transform: rotate(45deg) !important;
    background: transparent !important;
    opacity: 1 !important;
    visibility: visible !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-menu-list > li > a,
body.repair-service-template .sc-builder-footer .widget_nav_menu ul > li > a,
body.repair-service-template .sc-builder-footer #menu-footer_menu > li > a,
body.repair-service-template #up_footerwrap .widget_nav_menu ul > li > a,
body.repair-service-template #up_footerwrap #menu-footer_menu > li > a {
    display: inline-block !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 33px !important;
    text-decoration: none !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-menu-list > li > a:hover,
body.repair-service-template .sc-builder-footer .widget_nav_menu ul > li > a:hover,
body.repair-service-template .sc-builder-footer #menu-footer_menu > li > a:hover {
    color: #86c72b !important;
}

/* bigger white socials */
body.repair-service-template .sc-builder-footer .sc-footer-socials,
body.repair-service-template #up_footerwrap .sc-footer-socials {
    display: flex !important;
    align-items: center !important;
    gap: 28px !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-socials a,
body.repair-service-template #up_footerwrap .sc-footer-socials a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    color: #fff !important;
    fill: #fff !important;
    font-size: 24px !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-socials svg,
body.repair-service-template .sc-builder-footer .sc-footer-social-icon,
body.repair-service-template #up_footerwrap .sc-footer-socials svg,
body.repair-service-template #up_footerwrap .sc-footer-social-icon {
    width: 23px !important;
    height: 23px !important;
    color: #fff !important;
    fill: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-socials a:hover,
body.repair-service-template .sc-builder-footer .sc-footer-socials a:hover svg,
body.repair-service-template #up_footerwrap .sc-footer-socials a:hover,
body.repair-service-template #up_footerwrap .sc-footer-socials a:hover svg {
    color: #86c72b !important;
    fill: #86c72b !important;
}

/* mobile: footer becomes normal, otherwise it covers content too much */
@media (max-width: 991px) {
    html body.repair-service-template,
    body.repair-service-template {
        --sc-footer-real-height: 0px;
    }

    body.repair-service-template .sc-builder-footer,
    body.repair-service-template footer.sc-builder-footer,
    body.repair-service-template .footer_up_wrap.dark.sc-builder-footer {
        position: relative !important;
        z-index: 1 !important;
    }

    body.repair-service-template .repair-service-page,
    body.repair-service-template main.repair-service-page {
        margin-bottom: 0 !important;
    }
}

/* ===== REAL FINAL OVERRIDE: footer menu arrows as text glyph, no FontAwesome needed ===== */
body.repair-service-template footer#up_footerwrap .menu-footer_menu-container ul.menu > li,
body.repair-service-template footer#up_footerwrap #menu-footer_menu > li,
body.repair-service-template .sc-builder-footer .menu-footer_menu-container ul.menu > li,
body.repair-service-template .sc-builder-footer #menu-footer_menu > li,
body.repair-service-template #up_footerwrap .widget_nav_menu ul.menu > li {
    position: relative !important;
    display: block !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 0 0 18px !important;
    line-height: 33px !important;
    border: 0 !important;
    background: transparent !important;
}

body.repair-service-template footer#up_footerwrap .menu-footer_menu-container ul.menu > li::before,
body.repair-service-template footer#up_footerwrap #menu-footer_menu > li::before,
body.repair-service-template .sc-builder-footer .menu-footer_menu-container ul.menu > li::before,
body.repair-service-template .sc-builder-footer #menu-footer_menu > li::before,
body.repair-service-template #up_footerwrap .widget_nav_menu ul.menu > li::before {
    content: "›" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    color: #1d592b !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 33px !important;
    text-align: left !important;
    text-rendering: auto !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template footer#up_footerwrap #menu-footer_menu > li > a,
body.repair-service-template .sc-builder-footer #menu-footer_menu > li > a,
body.repair-service-template #up_footerwrap .widget_nav_menu ul.menu > li > a {
    display: inline-block !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 33px !important;
    text-decoration: none !important;
    background: transparent !important;
}

body.repair-service-template footer#up_footerwrap #menu-footer_menu > li > a:hover,
body.repair-service-template .sc-builder-footer #menu-footer_menu > li > a:hover,
body.repair-service-template #up_footerwrap .widget_nav_menu ul.menu > li > a:hover {
    color: #1d592b !important;
}

/* ===== SERVICE COFFEE FOOTER FINAL: real arrows in HTML + clean old pseudo arrows ===== */
body.repair-service-template .sc-builder-footer .sc-footer-menu-list > li,
body.repair-service-template footer.sc-builder-footer .sc-footer-menu-list > li,
body.repair-service-template #up_footerwrap .sc-footer-menu-list > li {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding-left: 0 !important;
    margin: 0 !important;
    line-height: 33px !important;
    list-style: none !important;
    border: 0 !important;
    background: transparent !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-menu-list > li::before,
body.repair-service-template .sc-builder-footer .sc-footer-menu-list > li:before,
body.repair-service-template footer.sc-builder-footer .sc-footer-menu-list > li::before,
body.repair-service-template footer.sc-builder-footer .sc-footer-menu-list > li:before,
body.repair-service-template #up_footerwrap .sc-footer-menu-list > li::before,
body.repair-service-template #up_footerwrap .sc-footer-menu-list > li:before {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    border: 0 !important;
    transform: none !important;
}

body.repair-service-template .sc-footer-service-arrow {
    display: inline-block !important;
    width: 10px !important;
    min-width: 10px !important;
    color: #1d592b !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    line-height: 33px !important;
    text-align: left !important;
    transform: translateY(-1px) !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-menu-list > li > a,
body.repair-service-template footer.sc-builder-footer .sc-footer-menu-list > li > a,
body.repair-service-template #up_footerwrap .sc-footer-menu-list > li > a {
    display: inline-block !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 33px !important;
    text-decoration: none !important;
    background: transparent !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-menu-list > li > a:hover,
body.repair-service-template footer.sc-builder-footer .sc-footer-menu-list > li > a:hover,
body.repair-service-template #up_footerwrap .sc-footer-menu-list > li > a:hover {
    color: #1d592b !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-socials a,
body.repair-service-template footer.sc-builder-footer .sc-footer-socials a,
body.repair-service-template #up_footerwrap .sc-footer-socials a {
    width: 28px !important;
    height: 28px !important;
    color: #fff !important;
    fill: #fff !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-social-icon,
body.repair-service-template footer.sc-builder-footer .sc-footer-social-icon,
body.repair-service-template #up_footerwrap .sc-footer-social-icon,
body.repair-service-template .sc-builder-footer .sc-footer-socials svg,
body.repair-service-template footer.sc-builder-footer .sc-footer-socials svg,
body.repair-service-template #up_footerwrap .sc-footer-socials svg {
    width: 22px !important;
    height: 22px !important;
    color: #fff !important;
    fill: #fff !important;
}

.repair-contact-form {
    background: #fff;
    padding: 42px 46px;
    border-radius: 14px;
    box-shadow: 0 12px 45px rgba(0,0,0,.08);
}

.repair-contact-form h4 {
    margin: 0 0 8px;
    font-size: 26px;
    line-height: 1.25;
    font-weight: 700;
    color: #111;
}

.repair-contact-form p {
    margin: 0 0 24px;
    color: #5f6368;
    font-size: 15px;
}

.repair-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-bottom: 24px;
}

.repair-contact-form .form-control {
    width: 100%;
    height: 54px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0 18px;
    font-size: 15px;
}

.repair-submit {
    min-width: 190px;
    height: 54px;
    border: 0;
    border-radius: 8px;
    background: #111;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.repair-submit:hover {
    background: #1d592b;
}

@media (max-width: 767px) {
    .repair-contact-form {
        padding: 30px 22px;
    }

    .repair-form-row {
        grid-template-columns: 1fr;
    }
}

.repair-benefits {
    padding: 34px 32px;
    border-radius: 14px;
    background: #f5f6f8;
}

.repair-benefits h4 {
    margin: 0 0 24px;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
    color: #111;
}

.repair-benefit-item {
    padding-left: 18px;
    border-left: 3px solid #1d592b;
    margin-bottom: 24px;
}

.repair-benefit-item:last-child {
    margin-bottom: 0;
}

.repair-benefit-item strong {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    color: #111;
}

.repair-benefit-item span {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
}

#loader{
    width: 100vw;
    height: 100vh;
    position: fixed!important;
}
.repair-hero {
    background: #85898b;
    height: 340px;
    overflow: hidden;
    padding: 10px;
    margin: 0.1rem 0 3.1rem;
}

.repair-hero-inner {
    max-width: 980px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 45px;
}

.repair-hero-img {
    width: 300px;
    height: 100%;
    flex: 0 0 300px;
    overflow: hidden;
}

.repair-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.repair-hero-content {
    width: 520px;
    flex: 0 0 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.repair-hero-content h1 {
    color: #fff;
    font-size: 32px;
    line-height: 1.18;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.repair-hero-content ul {
    margin: 0;
    padding-left: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.repair-hero-content li {
    margin-bottom: 9px;
}

@media (max-width: 991px) {
    .repair-hero {
        height: auto;
    }

    .repair-hero-inner {
        flex-direction: column;
        gap: 25px;
        padding: 35px 20px;
    }

    .repair-hero-img,
    .repair-hero-content {
        width: 100%;
        flex: none;
    }

    .repair-hero-img {
        height: 260px;
    }

    .repair-hero-content h1 {
        font-size: 26px;
    }
}

.repair-info-section {
    padding: 70px 0;
    background: #fff;
}

.repair-info-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 70px;
    align-items: center;
}

.repair-info-image img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.repair-info-content h2 {
    font-size: 34px;
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 24px;
    color: #222;
}

.repair-info-content p,
.repair-info-content li {
    font-size: 15px;
    line-height: 1.65;
    color: #5f6368;
}

.repair-info-content p {
    margin: 0 0 16px;
}

.repair-info-content ul {
    margin: 0 0 18px;
    padding-left: 20px;
}

.repair-info-content li {
    margin-bottom: 7px;
}

@media (max-width: 991px) {
    .repair-info-section {
        padding: 45px 0;
    }

    .repair-info-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .repair-info-image img {
        height: auto;
    }

    .repair-info-content h2 {
        font-size: 28px;
    }
}

/* Repair Service isolated header/footer + page fixes */
html body.repair-service-template,
body.repair-service-template {
    margin: 0;
    background: #fff;
    font-family: Poppins, Arial, sans-serif;
    color: #222;
}

body.repair-service-template #wpadminbar {
    display: none !important;
}

html body.repair-service-template {
    padding-top: 0 !important;
}

.sc-custom-header,
.sc-custom-header * {
    box-sizing: border-box;
}

.sc-custom-header {
    position: relative;
    z-index: 999;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.sc-header-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.sc-topbar {
    background: #111;
    color: #fff;
    font-size: 14px;
}

.sc-topbar .sc-header-container {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sc-top-left {
    display: flex;
    align-items: center;
    gap: 18px;
}

.sc-top-left a {
    color: #ccc;
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
}

.sc-top-left a:hover,
.sc-top-right a:hover {
    color: #76bd43;
}

.sc-top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    color: #fff;
    font-weight: 700;
    line-height: 1.4;
}

.sc-top-right a {
    color: #fff;
    text-decoration: none;
}

.sc-main-header {
    position: relative;
    z-index: 50;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.sc-main-inner {
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sc-logo {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.sc-logo img {
    max-height: 70px;
    width: auto;
    display: block;
}

.sc-desktop-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sc-menu,
.sc-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sc-menu {
    display: flex;
    align-items: center;
}

.sc-menu li {
    position: relative;
    list-style: none;
}

.sc-menu > li {
    height: 95px;
    display: flex;
    align-items: center;
}

.sc-menu > li > a {
    display: flex;
    align-items: center;
    gap: 7px;
    height: 95px;
    padding: 0 13px;
    color: #222;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
}

.sc-menu > li:hover > a,
.sc-menu > li.current-menu-item > a,
.sc-menu > li.current-menu-parent > a,
.sc-menu > li.current_page_item > a {
    color: #76bd43;
}

.sc-menu > li.menu-item-has-children > a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    margin-top: -4px;
    transition: transform .25s ease;
    flex: 0 0 auto;
}

.sc-menu > li.menu-item-has-children:hover > a::after {
    transform: rotate(225deg);
    margin-top: 3px;
}

.sc-menu .sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 215px;
    background: #111;
    padding: 12px 0;
    margin: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -18px, 0) scaleY(.92);
    transform-origin: top center;
    transition:
            opacity .45s cubic-bezier(.23, 1, .32, 1),
            transform .45s cubic-bezier(.23, 1, .32, 1),
            visibility .45s;
    pointer-events: none;
    will-change: transform, opacity;
}

.sc-menu > li:hover > .sub-menu,
.sc-menu > li.is-hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0) scaleY(1);
    pointer-events: auto;
}

.sc-menu .sub-menu a {
    display: block;
    padding: 13px 22px;
    color: #fff;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
}

.sc-menu .sub-menu a:hover {
    color: #76bd43;
}

.sc-burger {
    display: none;
    background: none;
    border: 0;
    font-size: 30px;
    line-height: 1;
    color: #000;
    cursor: pointer;
    padding: 0;
}

.sc-mobile-menu {
    display: none;
    background: #111;
}

.sc-mobile-nav,
.sc-mobile-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sc-mobile-nav {
    padding: 25px 20px;
}

.sc-mobile-nav li {
    list-style: none;
    border-bottom: 1px solid #444;
}

.sc-mobile-nav a {
    display: block;
    padding: 12px 0;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.sc-mobile-nav .sub-menu {
    display: none;
    padding-left: 15px;
}

.sc-mobile-nav li.is-open > .sub-menu {
    display: block;
}

.sc-mobile-nav .menu-item-has-children > a {
    position: relative;
    padding-right: 35px;
}

.sc-mobile-nav .menu-item-has-children > a::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    position: absolute;
    right: 2px;
    top: 16px;
    transition: transform .2s ease;
}

.sc-mobile-nav .menu-item-has-children.is-open > a::after {
    transform: rotate(225deg);
    top: 20px;
}

.repair-service-page {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.repair-service-page .page-content {
    background: #fff;
}

.repair-service-page .container {
    max-width: 1220px;
    width: 100%;
}

.repair-hero {
    background: #064429;
    height: 320px;
    overflow: hidden;
}

.repair-hero-inner {
    max-width: 980px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 45px;
}

.repair-hero-img {
    width: 300px;
    height: 100%;
    flex: 0 0 300px;
    overflow: hidden;
}

.repair-hero-img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

.repair-hero-content {
    width: 520px;
    flex: 0 0 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.repair-hero-content h1 {
    color: #fff;
    font-size: 32px;
    line-height: 1.18;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.repair-hero-content ul {
    margin: 0;
    padding-left: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.repair-hero-content li {
    margin-bottom: 9px;
}

.repair-info-section {
    padding: 70px 0;
    background: #fff;
}

.repair-info-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 70px;
    align-items: center;
}

.repair-info-image img {
    width: 100%;
    height: 430px !important;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.repair-info-content h2 {
    font-size: 34px;
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 24px;
    color: #222;
}

.repair-info-content p,
.repair-info-content li {
    font-size: 15px;
    line-height: 1.65;
    color: #5f6368;
}

.repair-info-content p {
    margin: 0 0 16px;
}

.repair-info-content ul {
    margin: 0 0 18px;
    padding-left: 20px;
}

.repair-info-content li {
    margin-bottom: 7px;
}

.sc-custom-footer {
    background: #111;
    color: #fff;
    padding: 35px 0;
}

.sc-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.sc-footer-logo img {
    max-height: 55px;
    filter: brightness(0) invert(1);
}

.sc-footer-text p {
    margin: 0;
    color: #fff;
}

@media (max-width: 991px) {
    .sc-topbar .sc-header-container {
        height: auto;
        min-height: 94px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 8px;
    }

    .sc-top-right {
        flex-wrap: wrap;
        justify-content: center;
        line-height: 1.5;
    }

    .sc-main-inner {
        height: 80px;
    }

    .sc-logo img {
        max-height: 58px;
    }

    .sc-desktop-nav {
        display: none;
    }

    .sc-burger {
        display: block;
    }

    .sc-mobile-menu.is-open {
        display: block;
    }

    .repair-hero {
        height: auto;
    }

    .repair-hero-inner {
        flex-direction: column;
        gap: 25px;
        padding: 35px 20px;
        height: auto;
    }

    .repair-hero-img,
    .repair-hero-content {
        width: 100%;
        flex: none;
    }

    .repair-hero-img {
        height: 260px;
    }

    .repair-hero-content h1 {
        font-size: 26px;
    }

    .repair-info-section {
        padding: 45px 0;
    }

    .repair-info-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .repair-info-image img {
        height: auto !important;
    }

    .repair-info-content h2 {
        font-size: 28px;
    }

    .sc-footer-inner {
        flex-direction: column;
        text-align: center;
    }
}

/* ===== Repair Service header match old Argu builder header ===== */
body.repair-service-template .sc-custom-header {
    position: relative;
    z-index: 9999;
    width: 100%;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

body.repair-service-template .sc-header-container {
    width: 1170px;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

body.repair-service-template .sc-topbar {
    background: #111;
    min-height: 34px;
    padding: 6px 0;
    line-height: 20px;
    color: #fff;
}

body.repair-service-template .sc-topbar .sc-header-container {
    height: auto;
    min-height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body.repair-service-template .sc-top-left {
    width: 33.333333%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
}

body.repair-service-template .sc-top-left a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    font-size: 15px;
    line-height: 20px;
    padding: 0 13px;
    text-decoration: none;
}

body.repair-service-template .sc-top-right {
    width: 66.666667%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 13px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: right;
}

body.repair-service-template .sc-top-right a {
    color: #fff;
    text-decoration: none;
}

body.repair-service-template .sc-main-header {
    position: relative;
    z-index: 60;
    width: 100%;
    background: #fff;
    border-bottom: 0;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .15);
}

body.repair-service-template .sc-main-inner {
    height: 95px;
    min-height: 95px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

body.repair-service-template .sc-logo {
    width: 292.5px;
    flex: 0 0 292.5px;
    display: flex;
    align-items: center;
}

body.repair-service-template .sc-logo img {
    max-height: 70px;
    width: auto;
    display: block;
    margin-top: 5px;
}

body.repair-service-template .sc-desktop-nav {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
}

body.repair-service-template .sc-menu,
body.repair-service-template .sc-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.repair-service-template .sc-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

body.repair-service-template .sc-menu > li {
    position: relative;
    height: 95px;
    display: flex;
    align-items: center;
    list-style: none;
}

body.repair-service-template .sc-menu > li > a {
    height: 95px;
    display: flex;
    align-items: center;
    padding: 7px 10px;
    color: #222;
    font-size: 14px;
    font-weight: 700;
    line-height: 69px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
}

body.repair-service-template .sc-menu > li:hover > a,
body.repair-service-template .sc-menu > li.current-menu-item > a,
body.repair-service-template .sc-menu > li.current-menu-parent > a,
body.repair-service-template .sc-menu > li.current_page_item > a {
    color: #76bd43;
    background: none;
}

body.repair-service-template .sc-menu > li.menu-item-has-children > a::after {
    content: "\f107";
    font-family: FontAwesome;
    border: 0;
    width: auto;
    height: auto;
    margin: 0 0 0 7px;
    font-size: 12px;
    line-height: 1;
    transform: none;
    transition: transform .25s ease;
}

body.repair-service-template .sc-menu > li.menu-item-has-children:hover > a::after {
    transform: rotate(180deg);
    margin-top: 0;
}

body.repair-service-template .sc-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 210px;
    display: block;
    background: #111;
    padding: 9px 0 8px 6px;
    margin: 0;
    list-style: none;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -16px, 0);
    transform-origin: top center;
    transition:
            opacity .45s cubic-bezier(.19, 1, .22, 1),
            transform .45s cubic-bezier(.19, 1, .22, 1),
            visibility .45s;
    pointer-events: none;
    will-change: transform, opacity;
}

body.repair-service-template .sc-menu > li:hover > .sub-menu,
body.repair-service-template .sc-menu > li.is-hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    pointer-events: auto;
}

body.repair-service-template .sc-menu .sub-menu li {
    width: 100%;
    float: none;
    list-style: none;
    text-align: left;
}

body.repair-service-template .sc-menu .sub-menu a {
    display: block;
    width: auto;
    padding: 10px 32px 10px 13px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 25px;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    word-spacing: 2px;
    white-space: nowrap;
    transition: color .3s ease-in-out;
}

body.repair-service-template .sc-menu .sub-menu a:hover {
    color: #76bd43;
    background: none;
}

@media (max-width: 1199px) {
    body.repair-service-template .sc-header-container {
        width: 970px;
        max-width: 970px;
    }

    body.repair-service-template .sc-logo {
        width: 242.5px;
        flex-basis: 242.5px;
    }

    body.repair-service-template .sc-menu > li > a {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    body.repair-service-template .sc-header-container {
        width: 100%;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    body.repair-service-template .sc-topbar .sc-header-container {
        min-height: 94px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 8px;
    }

    body.repair-service-template .sc-top-left,
    body.repair-service-template .sc-top-right {
        width: 100%;
        justify-content: center;
        text-align: center;
        flex-wrap: wrap;
    }

    body.repair-service-template .sc-main-inner {
        height: 80px;
        min-height: 80px;
        justify-content: space-between;
    }

    body.repair-service-template .sc-logo {
        width: auto;
        flex: 0 0 auto;
    }

    body.repair-service-template .sc-logo img {
        max-height: 58px;
        margin-top: 0;
    }

    body.repair-service-template .sc-desktop-nav {
        display: none;
    }

    body.repair-service-template .sc-burger {
        display: block;
    }
}


/* ===== FIX social icons without FontAwesome dependency ===== */
body.repair-service-template .sc-top-left {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 33.333333% !important;
    min-width: 200px !important;
    gap: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-top-left .sc-social-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 20px !important;
    padding: 0 13px !important;
    color: #ccc !important;
    text-decoration: none !important;
    line-height: 20px !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-social-icon {
    display: block !important;
    width: 15px !important;
    height: 15px !important;
    fill: currentColor !important;
    color: #ccc !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-top-left .sc-social-link:hover,
body.repair-service-template .sc-top-left .sc-social-link:hover .sc-social-icon {
    color: #76bd43 !important;
}

body.repair-service-template .sc-top-left .fa {
    display: none !important;
}


/* ===== FINAL: Repair custom header 1:1 builder sticky + arrows ===== */
body.repair-service-template .sc-custom-header {
    position: relative !important;
    z-index: 99999 !important;
}

body.repair-service-template .sc-main-header {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    z-index: 99999 !important;
    background: #fff !important;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .15) !important;
    transition: all .25s ease-in-out !important;
}

body.repair-service-template .sc-main-header.is-sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    min-height: 65px !important;
    animation: sc_argu_stick .6s ease-out both !important;
}

body.repair-service-template.admin-bar .sc-main-header.is-sticky {
    top: 0 !important;
}

@keyframes sc_argu_stick {
    0% { transform: translateY(-100px); }
    50% { transform: translateY(-74px); }
    100% { transform: translateY(0); }
}

body.repair-service-template .sc-main-header.is-sticky .sc-main-inner {
    height: 65px !important;
    min-height: 65px !important;
}

body.repair-service-template .sc-main-header.is-sticky .sc-logo img {
    max-height: 45px !important;
    margin-top: 5px !important;
}

body.repair-service-template .sc-main-header.is-sticky .sc-menu > li,
body.repair-service-template .sc-main-header.is-sticky .sc-menu > li > a {
    height: 65px !important;
    min-height: 65px !important;
    line-height: 51px !important;
}

body.repair-service-template .sc-menu > li.menu-item-has-children > a::after {
    content: "" !important;
    display: inline-block !important;
    width: 6px !important;
    height: 6px !important;
    border: 0 !important;
    border-right: 2px solid currentColor !important;
    border-bottom: 2px solid currentColor !important;
    margin: -4px 0 0 7px !important;
    padding: 0 !important;
    transform: rotate(45deg) !important;
    transform-origin: 50% 50% !important;
    transition: transform .25s ease, margin .25s ease !important;
    font-size: 0 !important;
    line-height: 0 !important;
    font-family: inherit !important;
    flex: 0 0 auto !important;
}

body.repair-service-template .sc-menu > li.menu-item-has-children:hover > a::after,
body.repair-service-template .sc-menu > li.menu-item-has-children.is-hover > a::after {
    transform: rotate(225deg) !important;
    margin-top: 3px !important;
}

body.repair-service-template .sc-menu .sub-menu {
    top: 100% !important;
}

@media (max-width: 991px) {
    body.repair-service-template .sc-main-header.is-sticky .sc-main-inner {
        height: 80px !important;
        min-height: 80px !important;
    }

    body.repair-service-template .sc-main-header.is-sticky .sc-logo img {
        max-height: 58px !important;
        margin-top: 0 !important;
    }
}

/* ===== Repair Service footer 1:1 Argu builder style ===== */
body.repair-service-template .sc-builder-footer,
body.repair-service-template .footer_up_wrap.dark.sc-builder-footer {
    background: #000 !important;
    color: #ebebeb !important;
    font-family: Arial, Helvetica, sans-serif !important;
    width: 100% !important;
    clear: both !important;
}

body.repair-service-template .sc-builder-footer * {
    box-sizing: border-box;
}

body.repair-service-template .sc-builder-footer .container,
body.repair-service-template .sc-footer-container,
body.repair-service-template .sc-footer-copy-container {
    width: 1170px !important;
    max-width: 1170px !important;
    margin: 0 auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.repair-service-template #up_footerwrap.footerclass {
    background: #000 !important;
    color: #ebebeb !important;
}

body.repair-service-template .sc-footer-grid {
    display: grid !important;
    grid-template-columns: 1.2fr 1.2fr 1fr .9fr !important;
    gap: 70px !important;
    align-items: flex-start !important;
    padding: 65px 0 !important;
}

body.repair-service-template .sc-builder-footer .footer-widget,
body.repair-service-template #up_footerwrap .footer-widget,
body.repair-service-template #up_footerwrap .sc-footer-col {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
}

body.repair-service-template .sc-footer-logo {
    display: inline-block !important;
    margin-bottom: 26px !important;
}

body.repair-service-template .sc-footer-logo img,
body.repair-service-template img._foot_logo {
    display: block !important;
    max-height: 75px !important;
    width: auto !important;
    margin: 0 0 6px 0 !important;
    filter: brightness(0) invert(1) !important;
}

body.repair-service-template .sc-footer-values,
body.repair-service-template .sc-footer-list,
body.repair-service-template .menu_top_footer ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.repair-service-template .sc-footer-values li {
    color: #fff !important;
    font-size: 16px !important;
    line-height: 33px !important;
    font-weight: 400 !important;
    border: 0 !important;
}

body.repair-service-template #up_footerwrap h3,
body.repair-service-template .sc-builder-footer h3 {
    color: #fff !important;
    letter-spacing: 2px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    line-height: 36px !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
}

body.repair-service-template #up_footerwrap ul li,
body.repair-service-template .sc-footer-list li {
    line-height: 33px !important;
    border: 0 !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ebebeb !important;
    font-size: 15px !important;
}

body.repair-service-template .footerclass a,
body.repair-service-template .sc-builder-footer a {
    color: #fff !important;
    text-decoration: none !important;
    transition: all .4s ease-in-out !important;
}

body.repair-service-template .footerclass a:hover,
body.repair-service-template .sc-builder-footer a:hover {
    color: #ccc !important;
    text-decoration: none !important;
}

body.repair-service-template .sc-footer-contact-list li {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

body.repair-service-template .sc-footer-contact-list i,
body.repair-service-template .sc-footer-menu-list li:before {
    color: #86c72b !important;
    font-family: FontAwesome !important;
    font-size: 13px !important;
    line-height: 1 !important;
    flex: 0 0 auto !important;
}

body.repair-service-template .sc-footer-menu-list li {
    position: relative !important;
    padding-left: 18px !important;
}

body.repair-service-template .sc-footer-menu-list li:before {
    content: "\f105" !important;
    position: absolute !important;
    left: 0 !important;
    top: 10px !important;
}

body.repair-service-template .sc-footer-socials {
    display: flex !important;
    align-items: center !important;
    gap: 24px !important;
    padding-top: 6px !important;
}

body.repair-service-template .sc-footer-socials a {
    color: #ccc !important;
    font-size: 18px !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

body.repair-service-template .sc-footer-socials a:hover {
    color: #86c72b !important;
}

body.repair-service-template .footercopy {
    background: #111 !important;
    color: #fff !important;
    font-size: 14px !important;
    padding: 10px 0 !important;
    line-height: 20px !important;
}

body.repair-service-template .sc-footer-copy-container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 30px !important;
}

body.repair-service-template .footercopy p {
    margin: 0 !important;
    color: #fff !important;
    font-size: 14px !important;
    line-height: 20px !important;
}

body.repair-service-template .footercopy a,
body.repair-service-template .menu_top_footer a {
    color: #fff !important;
    text-decoration: none !important;
}

body.repair-service-template .menu_top_footer ul {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
}

body.repair-service-template .menu_top_footer li {
    list-style: none !important;
    border-right: 1px solid rgba(255,255,255,.35) !important;
    line-height: 14px !important;
    padding: 0 22px !important;
    margin: 0 !important;
}

body.repair-service-template .menu_top_footer li:last-child {
    border-right: 0 !important;
    padding-right: 0 !important;
}

body.repair-service-template .menu_top_footer a {
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 14px !important;
}

body.repair-service-template .sc-topcontrol {
    position: fixed !important;
    right: 26px !important;
    bottom: 40px !important;
    z-index: 9999 !important;
    width: 38px !important;
    height: 33px !important;
    cursor: pointer !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all .3s linear !important;
}

body.repair-service-template .sc-topcontrol.is-visible {
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-topcontrol > div {
    width: 38px !important;
    height: 33px !important;
    background: #1d1d1d !important;
    text-align: center !important;
    box-shadow: 0 8px 23px -6px rgba(27,27,27,1) !important;
}

body.repair-service-template .sc-topcontrol .to_the_top > i {
    color: #fff !important;
    font-size: 25px !important;
    line-height: 32px !important;
}

@media (max-width: 1199px) {
    body.repair-service-template .sc-builder-footer .container,
    body.repair-service-template .sc-footer-container,
    body.repair-service-template .sc-footer-copy-container {
        width: 970px !important;
        max-width: 970px !important;
    }

    body.repair-service-template .sc-footer-grid {
        gap: 45px !important;
    }
}

@media (max-width: 991px) {
    body.repair-service-template .sc-builder-footer .container,
    body.repair-service-template .sc-footer-container,
    body.repair-service-template .sc-footer-copy-container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    body.repair-service-template .sc-footer-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 35px !important;
        padding: 45px 0 !important;
    }

    body.repair-service-template .sc-footer-copy-container {
        flex-direction: column !important;
        justify-content: center !important;
        text-align: center !important;
        gap: 12px !important;
    }

    body.repair-service-template .menu_top_footer ul {
        justify-content: center !important;
        flex-wrap: wrap !important;
        row-gap: 8px !important;
    }
}

@media (max-width: 575px) {
    body.repair-service-template .sc-footer-grid {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
        padding: 38px 0 !important;
        text-align: left !important;
    }

    body.repair-service-template .menu_top_footer li {
        padding: 0 12px !important;
    }
}

/* ===== FINAL FOOTER FIX: builder 1:1, no overlap/fixed footer, SVG icons ===== */
body.repair-service-template .sc-builder-footer,
body.repair-service-template .footer_up_wrap.dark.sc-builder-footer,
body.repair-service-template #up_footerwrap.footerclass,
body.repair-service-template .footercopy {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 100% !important;
    clear: both !important;
    z-index: 1 !important;
}

body.repair-service-template .sc-builder-footer {
    margin-top: 0 !important;
    background: #000 !important;
    overflow: visible !important;
}

body.repair-service-template #up_footerwrap.footerclass {
    background: #000 !important;
    min-height: 280px !important;
}

body.repair-service-template .sc-footer-grid {
    display: grid !important;
    grid-template-columns: 1.2fr 1.2fr 1fr .9fr !important;
    gap: 70px !important;
    align-items: flex-start !important;
    padding: 65px 0 65px !important;
    margin: 0 !important;
}

body.repair-service-template .sc-footer-logo {
    display: inline-block !important;
    margin: 0 0 26px 0 !important;
    padding: 0 !important;
}

body.repair-service-template .sc-footer-logo img,
body.repair-service-template img._foot_logo {
    display: block !important;
    max-height: 75px !important;
    width: auto !important;
    margin: 0 0 6px 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
    filter: brightness(0) invert(1) !important;
}

body.repair-service-template .sc-footer-contact-list li {
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
    line-height: 33px !important;
}

body.repair-service-template .sc-footer-icon,
body.repair-service-template .sc-footer-social-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #86c72b !important;
    fill: currentColor !important;
    flex: 0 0 auto !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-footer-icon svg,
body.repair-service-template .sc-footer-social-icon {
    display: block !important;
    fill: currentColor !important;
}

body.repair-service-template .sc-footer-contact-list i,
body.repair-service-template .sc-footer-socials i {
    display: none !important;
}

body.repair-service-template .sc-footer-socials {
    display: flex !important;
    align-items: center !important;
    gap: 28px !important;
    padding-top: 6px !important;
}

body.repair-service-template .sc-footer-socials a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 18px !important;
    height: 18px !important;
    color: #ccc !important;
    fill: currentColor !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-footer-socials a:hover,
body.repair-service-template .sc-footer-socials a:hover .sc-footer-social-icon {
    color: #86c72b !important;
}

body.repair-service-template .sc-footer-menu-list li:before {
    content: "›" !important;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #86c72b !important;
    font-size: 18px !important;
    line-height: 33px !important;
    top: 0 !important;
}

body.repair-service-template .footercopy {
    background: #111 !important;
    padding: 10px 0 !important;
    margin: 0 !important;
    min-height: 40px !important;
}

body.repair-service-template .sc-topcontrol .to_the_top > span {
    color: #fff !important;
    font-size: 26px !important;
    line-height: 32px !important;
    font-weight: 700 !important;
}

@media (max-width: 991px) {
    body.repair-service-template .sc-footer-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 35px !important;
        padding: 45px 20px !important;
    }
}

@media (max-width: 575px) {
    body.repair-service-template .sc-footer-grid {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
        padding: 38px 20px !important;
    }
}


/* ===== FINAL FIX: footer services arrows like builder ===== */
body.repair-service-template .sc-builder-footer #menu-footer_menu,
body.repair-service-template .sc-builder-footer .widget_nav_menu ul,
body.repair-service-template #up_footerwrap .widget_nav_menu ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.repair-service-template .sc-builder-footer #menu-footer_menu li,
body.repair-service-template .sc-builder-footer .widget_nav_menu ul li,
body.repair-service-template #up_footerwrap .widget_nav_menu ul li {
    position: relative !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 0 0 18px !important;
    border: 0 !important;
    line-height: 33px !important;
}

body.repair-service-template .sc-builder-footer #menu-footer_menu li:before,
body.repair-service-template .sc-builder-footer .widget_nav_menu ul li:before,
body.repair-service-template #up_footerwrap .widget_nav_menu ul li:before {
    content: "›" !important;
    display: inline-block !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    color: #86c72b !important;
    font-family: FontAwesome !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: 33px !important;
    width: 10px !important;
    height: 33px !important;
    text-align: left !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-builder-footer #menu-footer_menu li a,
body.repair-service-template .sc-builder-footer .widget_nav_menu ul li a,
body.repair-service-template #up_footerwrap .widget_nav_menu ul li a {
    display: inline-block !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 33px !important;
    text-decoration: none !important;
}

body.repair-service-template .sc-builder-footer #menu-footer_menu li a:hover,
body.repair-service-template .sc-builder-footer .widget_nav_menu ul li a:hover,
body.repair-service-template #up_footerwrap .widget_nav_menu ul li a:hover {
    color: #86c72b !important;
}

/* ===== FINAL FIX: footer services arrows + bigger white social icons ===== */
body.repair-service-template .sc-builder-footer .sc-footer-menu-list,
body.repair-service-template footer.sc-builder-footer .sc-footer-menu-list {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-menu-list > li,
body.repair-service-template footer.sc-builder-footer .sc-footer-menu-list > li,
body.repair-service-template #up_footerwrap .sc-footer-menu-list > li {
    position: relative !important;
    display: block !important;
    padding-left: 18px !important;
    margin: 0 !important;
    line-height: 33px !important;
    list-style: none !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-menu-list > li::before,
body.repair-service-template footer.sc-builder-footer .sc-footer-menu-list > li::before,
body.repair-service-template #up_footerwrap .sc-footer-menu-list > li::before {
    content: "\f105" !important;
    font-family: FontAwesome !important;
    display: inline-block !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 12px !important;
    height: 33px !important;
    color: #86c72b !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 33px !important;
    text-align: left !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-menu-list > li > a,
body.repair-service-template footer.sc-builder-footer .sc-footer-menu-list > li > a {
    display: inline-block !important;
    color: #fff !important;
    line-height: 33px !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-socials,
body.repair-service-template footer.sc-builder-footer .sc-footer-socials {
    gap: 30px !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-socials a,
body.repair-service-template footer.sc-builder-footer .sc-footer-socials a {
    width: 24px !important;
    height: 24px !important;
    color: #fff !important;
    fill: #fff !important;
    font-size: 24px !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-social-icon,
body.repair-service-template footer.sc-builder-footer .sc-footer-social-icon,
body.repair-service-template .sc-builder-footer .sc-footer-socials svg,
body.repair-service-template footer.sc-builder-footer .sc-footer-socials svg {
    width: 22px !important;
    height: 22px !important;
    color: #fff !important;
    fill: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-socials a:hover,
body.repair-service-template footer.sc-builder-footer .sc-footer-socials a:hover,
body.repair-service-template .sc-builder-footer .sc-footer-socials a:hover svg,
body.repair-service-template footer.sc-builder-footer .sc-footer-socials a:hover svg {
    color: #86c72b !important;
    fill: #86c72b !important;
}


/* ===== ABSOLUTE FINAL: floating footer reveal + services arrows + white social icons ===== */
html body.repair-service-template,
body.repair-service-template {
    background: #000 !important;
    overflow-x: hidden !important;
    --sc-footer-real-height: 360px;
}

/* footer stays fixed behind page content */
body.repair-service-template .sc-builder-footer,
body.repair-service-template footer.sc-builder-footer,
body.repair-service-template .footer_up_wrap.dark.sc-builder-footer {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    width: 100% !important;
    z-index: 0 !important;
    background: #000 !important;
    margin: 0 !important;
    transform: none !important;
    will-change: transform !important;
}

/* content scrolls over fixed footer */
body.repair-service-template .repair-service-page,
body.repair-service-template main.repair-service-page,
body.repair-service-template #wrapper {
    position: relative !important;
    z-index: 2 !important;
}

body.repair-service-template .repair-service-page,
body.repair-service-template main.repair-service-page {
    background: #fff !important;
    margin-bottom: var(--sc-footer-real-height) !important;
    min-height: calc(100vh + 1px) !important;
}

body.repair-service-template .sc-custom-header,
body.repair-service-template .sc-main-header,
body.repair-service-template .sc-main-header.is-sticky,
body.repair-service-template .sc-topcontrol {
    z-index: 99999 !important;
}

/* footer internal parts must not be fixed separately */
body.repair-service-template .sc-builder-footer #up_footerwrap.footerclass,
body.repair-service-template .sc-builder-footer .footercopy,
body.repair-service-template .sc-builder-footer .sc-footer-container,
body.repair-service-template .sc-builder-footer .sc-footer-copy-container {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
}

/* SERVICES arrows: no FontAwesome dependency, real CSS arrow */
body.repair-service-template .sc-builder-footer .sc-footer-menu-list,
body.repair-service-template .sc-builder-footer .widget_nav_menu ul,
body.repair-service-template .sc-builder-footer #menu-footer_menu,
body.repair-service-template #up_footerwrap .widget_nav_menu ul,
body.repair-service-template #up_footerwrap #menu-footer_menu {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-menu-list > li,
body.repair-service-template .sc-builder-footer .widget_nav_menu ul > li,
body.repair-service-template .sc-builder-footer #menu-footer_menu > li,
body.repair-service-template #up_footerwrap .widget_nav_menu ul > li,
body.repair-service-template #up_footerwrap #menu-footer_menu > li {
    position: relative !important;
    display: block !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 0 0 18px !important;
    border: 0 !important;
    line-height: 33px !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-menu-list > li:before,
body.repair-service-template .sc-builder-footer .widget_nav_menu ul > li:before,
body.repair-service-template .sc-builder-footer #menu-footer_menu > li:before,
body.repair-service-template #up_footerwrap .widget_nav_menu ul > li:before,
body.repair-service-template #up_footerwrap #menu-footer_menu > li:before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 12px !important;
    display: block !important;
    width: 6px !important;
    height: 6px !important;
    border: 0 !important;
    border-top: 2px solid #86c72b !important;
    border-right: 2px solid #86c72b !important;
    transform: rotate(45deg) !important;
    background: transparent !important;
    opacity: 1 !important;
    visibility: visible !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-menu-list > li > a,
body.repair-service-template .sc-builder-footer .widget_nav_menu ul > li > a,
body.repair-service-template .sc-builder-footer #menu-footer_menu > li > a,
body.repair-service-template #up_footerwrap .widget_nav_menu ul > li > a,
body.repair-service-template #up_footerwrap #menu-footer_menu > li > a {
    display: inline-block !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 33px !important;
    text-decoration: none !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-menu-list > li > a:hover,
body.repair-service-template .sc-builder-footer .widget_nav_menu ul > li > a:hover,
body.repair-service-template .sc-builder-footer #menu-footer_menu > li > a:hover {
    color: #86c72b !important;
}

/* bigger white socials */
body.repair-service-template .sc-builder-footer .sc-footer-socials,
body.repair-service-template #up_footerwrap .sc-footer-socials {
    display: flex !important;
    align-items: center !important;
    gap: 28px !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-socials a,
body.repair-service-template #up_footerwrap .sc-footer-socials a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    color: #fff !important;
    fill: #fff !important;
    font-size: 24px !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-socials svg,
body.repair-service-template .sc-builder-footer .sc-footer-social-icon,
body.repair-service-template #up_footerwrap .sc-footer-socials svg,
body.repair-service-template #up_footerwrap .sc-footer-social-icon {
    width: 23px !important;
    height: 23px !important;
    color: #fff !important;
    fill: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-socials a:hover,
body.repair-service-template .sc-builder-footer .sc-footer-socials a:hover svg,
body.repair-service-template #up_footerwrap .sc-footer-socials a:hover,
body.repair-service-template #up_footerwrap .sc-footer-socials a:hover svg {
    color: #86c72b !important;
    fill: #86c72b !important;
}

/* mobile: footer becomes normal, otherwise it covers content too much */
@media (max-width: 991px) {
    html body.repair-service-template,
    body.repair-service-template {
        --sc-footer-real-height: 0px;
    }

    body.repair-service-template .sc-builder-footer,
    body.repair-service-template footer.sc-builder-footer,
    body.repair-service-template .footer_up_wrap.dark.sc-builder-footer {
        position: relative !important;
        z-index: 1 !important;
    }

    body.repair-service-template .repair-service-page,
    body.repair-service-template main.repair-service-page {
        margin-bottom: 0 !important;
    }
}

/* ===== REAL FINAL OVERRIDE: footer menu arrows as text glyph, no FontAwesome needed ===== */
body.repair-service-template footer#up_footerwrap .menu-footer_menu-container ul.menu > li,
body.repair-service-template footer#up_footerwrap #menu-footer_menu > li,
body.repair-service-template .sc-builder-footer .menu-footer_menu-container ul.menu > li,
body.repair-service-template .sc-builder-footer #menu-footer_menu > li,
body.repair-service-template #up_footerwrap .widget_nav_menu ul.menu > li {
    position: relative !important;
    display: block !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 0 0 18px !important;
    line-height: 33px !important;
    border: 0 !important;
    background: transparent !important;
}

body.repair-service-template footer#up_footerwrap .menu-footer_menu-container ul.menu > li::before,
body.repair-service-template footer#up_footerwrap #menu-footer_menu > li::before,
body.repair-service-template .sc-builder-footer .menu-footer_menu-container ul.menu > li::before,
body.repair-service-template .sc-builder-footer #menu-footer_menu > li::before,
body.repair-service-template #up_footerwrap .widget_nav_menu ul.menu > li::before {
    content: "›" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    color: #1d592b !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 33px !important;
    text-align: left !important;
    text-rendering: auto !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template footer#up_footerwrap #menu-footer_menu > li > a,
body.repair-service-template .sc-builder-footer #menu-footer_menu > li > a,
body.repair-service-template #up_footerwrap .widget_nav_menu ul.menu > li > a {
    display: inline-block !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 33px !important;
    text-decoration: none !important;
    background: transparent !important;
}

body.repair-service-template footer#up_footerwrap #menu-footer_menu > li > a:hover,
body.repair-service-template .sc-builder-footer #menu-footer_menu > li > a:hover,
body.repair-service-template #up_footerwrap .widget_nav_menu ul.menu > li > a:hover {
    color: #1d592b !important;
}

/* ===== Service page content ===== */
body.repair-service-template.service-page-active .service-main {
    background: #fff;
}

body.repair-service-template.service-page-active .service-single {
    padding: 55px 0 0;
    background: #fff;
}

body.repair-service-template.service-page-active .service-main-photo-section {
    padding-bottom: 42px;
}

body.repair-service-template.service-page-active .service-main-photo {
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .08);
}

body.repair-service-template.service-page-active .service-main-photo img {
    display: block;
    width: 100%;
    height: 520px !important;
    object-fit: cover;
}

body.repair-service-template.service-page-active .service-content-container {
    max-width: 980px;
}

body.repair-service-template.service-page-active .service-text-section {
    padding: 10px 0 42px;
}

body.repair-service-template.service-page-active .service-post-details {
    max-width: 880px;
    margin: 0 auto;
}

body.repair-service-template.service-page-active .service-title {
    margin: 0 0 18px;
    color: #222;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -.02em;
}

body.repair-service-template.service-page-active .service-post-details p {
    margin: 0 0 18px;
    color: #666;
    font-size: 16px;
    line-height: 1.85;
}

body.repair-service-template.service-page-active .service-steps-section {
    padding: 28px 0 48px;
}

body.repair-service-template.service-page-active .service-steps-row {
    row-gap: 30px;
}

body.repair-service-template.service-page-active .service-side-photo {
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 16px 38px rgba(0, 0, 0, .08);
}

body.repair-service-template.service-page-active .service-side-photo img {
    display: block;
    width: 100%;
    height: 520px !important;
    object-fit: cover;
}

body.repair-service-template.service-page-active .service-check-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.repair-service-template.service-page-active .service-check-list li {
    position: relative;
    margin: 0 0 13px;
    padding-left: 30px;
    color: #555;
    font-size: 16px;
    line-height: 1.55;
}

body.repair-service-template.service-page-active .service-check-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 1px;
    color: #1d592b;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

body.repair-service-template.service-page-active .service-text-section-last {
    padding-bottom: 35px;
}

body.repair-service-template.service-page-active .service-call-section {
    padding: 55px 0 70px;
    background: #111;
    color: #fff;
    text-align: center;
}

body.repair-service-template.service-page-active .service-call-box {
    max-width: 850px;
    margin: 0 auto;
}

body.repair-service-template.service-page-active .service-call-box h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 700;
}

body.repair-service-template.service-page-active .service-call-box p {
    margin: 0 0 28px;
    color: #cfcfcf;
    font-size: 18px;
}

body.repair-service-template.service-page-active .service-call-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-width: 360px;
    height: 58px;
    padding: 0 36px;
    background: #1d592b;
    color: #fff !important;
    border-radius: 0;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .12em;
    transition: background .25s ease, transform .25s ease;
}

body.repair-service-template.service-page-active .service-call-btn span {
    font-size: 24px;
    line-height: 1;
    transform: translateY(-1px);
}

body.repair-service-template.service-page-active .service-call-btn:hover {
    background: #6fa622;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    body.repair-service-template.service-page-active .service-single {
        padding-top: 35px;
    }

    body.repair-service-template.service-page-active .service-main-photo img,
    body.repair-service-template.service-page-active .service-side-photo img {
        height: auto !important;
    }

    body.repair-service-template.service-page-active .service-title,
    body.repair-service-template.service-page-active .service-call-box h2 {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    body.repair-service-template.service-page-active .service-single {
        padding-top: 25px;
    }

    body.repair-service-template.service-page-active .service-main-photo-section,
    body.repair-service-template.service-page-active .service-text-section,
    body.repair-service-template.service-page-active .service-steps-section {
        padding-bottom: 30px;
    }

    body.repair-service-template.service-page-active .service-title,
    body.repair-service-template.service-page-active .service-call-box h2 {
        font-size: 24px;
    }

    body.repair-service-template.service-page-active .service-post-details p,
    body.repair-service-template.service-page-active .service-check-list li {
        font-size: 15px;
    }

    body.repair-service-template.service-page-active .service-call-btn {
        width: 100%;
        min-width: 0;
    }
}

#loader{
    width: 100vw;
    height: 100vh;
    position: fixed!important;
}
.repair-hero {
    background: #85898b;
    height: 340px;
    overflow: hidden;
    padding: 10px;
    margin: 0.1rem 0 3.1rem;
}

.repair-hero-inner {
    max-width: 980px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 45px;
}

.repair-hero-img {
    width: 300px;
    height: 100%;
    flex: 0 0 300px;
    overflow: hidden;
}

.repair-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.repair-hero-content {
    width: 520px;
    flex: 0 0 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.repair-hero-content h1 {
    color: #fff;
    font-size: 32px;
    line-height: 1.18;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.repair-hero-content ul {
    margin: 0;
    padding-left: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.repair-hero-content li {
    margin-bottom: 9px;
}

@media (max-width: 991px) {
    .repair-hero {
        height: auto;
    }

    .repair-hero-inner {
        flex-direction: column;
        gap: 25px;
        padding: 35px 20px;
    }

    .repair-hero-img,
    .repair-hero-content {
        width: 100%;
        flex: none;
    }

    .repair-hero-img {
        height: 260px;
    }

    .repair-hero-content h1 {
        font-size: 26px;
    }
}

.repair-info-section {
    padding: 70px 0;
    background: #fff;
}

.repair-info-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 70px;
    align-items: center;
}

.repair-info-image img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.repair-info-content h2 {
    font-size: 34px;
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 24px;
    color: #222;
}

.repair-info-content p,
.repair-info-content li {
    font-size: 15px;
    line-height: 1.65;
    color: #5f6368;
}

.repair-info-content p {
    margin: 0 0 16px;
}

.repair-info-content ul {
    margin: 0 0 18px;
    padding-left: 20px;
}

.repair-info-content li {
    margin-bottom: 7px;
}

@media (max-width: 991px) {
    .repair-info-section {
        padding: 45px 0;
    }

    .repair-info-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .repair-info-image img {
        height: auto;
    }

    .repair-info-content h2 {
        font-size: 28px;
    }
}

/* Repair Service isolated header/footer + page fixes */
html body.repair-service-template,
body.repair-service-template {
    margin: 0;
    background: #fff;
    font-family: Poppins, Arial, sans-serif;
    color: #222;
}

body.repair-service-template #wpadminbar {
    display: none !important;
}

html body.repair-service-template {
    padding-top: 0 !important;
}

.sc-custom-header,
.sc-custom-header * {
    box-sizing: border-box;
}

.sc-custom-header {
    position: relative;
    z-index: 999;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.sc-header-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.sc-topbar {
    background: #111;
    color: #fff;
    font-size: 14px;
}

.sc-topbar .sc-header-container {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sc-top-left {
    display: flex;
    align-items: center;
    gap: 18px;
}

.sc-top-left a {
    color: #ccc;
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
}

.sc-top-left a:hover,
.sc-top-right a:hover {
    color: #76bd43;
}

.sc-top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    color: #fff;
    font-weight: 700;
    line-height: 1.4;
}

.sc-top-right a {
    color: #fff;
    text-decoration: none;
}

.sc-main-header {
    position: relative;
    z-index: 50;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.sc-main-inner {
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sc-logo {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.sc-logo img {
    max-height: 70px;
    width: auto;
    display: block;
}

.sc-desktop-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sc-menu,
.sc-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sc-menu {
    display: flex;
    align-items: center;
}

.sc-menu li {
    position: relative;
    list-style: none;
}

.sc-menu > li {
    height: 95px;
    display: flex;
    align-items: center;
}

.sc-menu > li > a {
    display: flex;
    align-items: center;
    gap: 7px;
    height: 95px;
    padding: 0 13px;
    color: #222;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
}

.sc-menu > li:hover > a,
.sc-menu > li.current-menu-item > a,
.sc-menu > li.current-menu-parent > a,
.sc-menu > li.current_page_item > a {
    color: #76bd43;
}

.sc-menu > li.menu-item-has-children > a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    margin-top: -4px;
    transition: transform .25s ease;
    flex: 0 0 auto;
}

.sc-menu > li.menu-item-has-children:hover > a::after {
    transform: rotate(225deg);
    margin-top: 3px;
}

.sc-menu .sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 215px;
    background: #111;
    padding: 12px 0;
    margin: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -18px, 0) scaleY(.92);
    transform-origin: top center;
    transition:
            opacity .45s cubic-bezier(.23, 1, .32, 1),
            transform .45s cubic-bezier(.23, 1, .32, 1),
            visibility .45s;
    pointer-events: none;
    will-change: transform, opacity;
}

.sc-menu > li:hover > .sub-menu,
.sc-menu > li.is-hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0) scaleY(1);
    pointer-events: auto;
}

.sc-menu .sub-menu a {
    display: block;
    padding: 13px 22px;
    color: #fff;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
}

.sc-menu .sub-menu a:hover {
    color: #76bd43;
}

.sc-burger {
    display: none;
    background: none;
    border: 0;
    font-size: 30px;
    line-height: 1;
    color: #000;
    cursor: pointer;
    padding: 0;
}

.sc-mobile-menu {
    display: none;
    background: #111;
}

.sc-mobile-nav,
.sc-mobile-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sc-mobile-nav {
    padding: 25px 20px;
}

.sc-mobile-nav li {
    list-style: none;
    border-bottom: 1px solid #444;
}

.sc-mobile-nav a {
    display: block;
    padding: 12px 0;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.sc-mobile-nav .sub-menu {
    display: none;
    padding-left: 15px;
}

.sc-mobile-nav li.is-open > .sub-menu {
    display: block;
}

.sc-mobile-nav .menu-item-has-children > a {
    position: relative;
    padding-right: 35px;
}

.sc-mobile-nav .menu-item-has-children > a::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    position: absolute;
    right: 2px;
    top: 16px;
    transition: transform .2s ease;
}

.sc-mobile-nav .menu-item-has-children.is-open > a::after {
    transform: rotate(225deg);
    top: 20px;
}

.repair-service-page {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.repair-service-page .page-content {
    background: #fff;
}

.repair-service-page .container {
    max-width: 1220px;
    width: 100%;
}

.repair-hero {
    background: #064429;
    height: 320px;
    overflow: hidden;
}

.repair-hero-inner {
    max-width: 980px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 45px;
}

.repair-hero-img {
    width: 300px;
    height: 100%;
    flex: 0 0 300px;
    overflow: hidden;
}

.repair-hero-img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

.repair-hero-content {
    width: 520px;
    flex: 0 0 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.repair-hero-content h1 {
    color: #fff;
    font-size: 32px;
    line-height: 1.18;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.repair-hero-content ul {
    margin: 0;
    padding-left: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.repair-hero-content li {
    margin-bottom: 9px;
}

.repair-info-section {
    padding: 70px 0;
    background: #fff;
}

.repair-info-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 70px;
    align-items: center;
}

.repair-info-image img {
    width: 100%;
    height: 430px !important;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.repair-info-content h2 {
    font-size: 34px;
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 24px;
    color: #222;
}

.repair-info-content p,
.repair-info-content li {
    font-size: 15px;
    line-height: 1.65;
    color: #5f6368;
}

.repair-info-content p {
    margin: 0 0 16px;
}

.repair-info-content ul {
    margin: 0 0 18px;
    padding-left: 20px;
}

.repair-info-content li {
    margin-bottom: 7px;
}

.sc-custom-footer {
    background: #111;
    color: #fff;
    padding: 35px 0;
}

.sc-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.sc-footer-logo img {
    max-height: 55px;
    filter: brightness(0) invert(1);
}

.sc-footer-text p {
    margin: 0;
    color: #fff;
}

@media (max-width: 991px) {
    .sc-topbar .sc-header-container {
        height: auto;
        min-height: 94px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 8px;
    }

    .sc-top-right {
        flex-wrap: wrap;
        justify-content: center;
        line-height: 1.5;
    }

    .sc-main-inner {
        height: 80px;
    }

    .sc-logo img {
        max-height: 58px;
    }

    .sc-desktop-nav {
        display: none;
    }

    .sc-burger {
        display: block;
    }

    .sc-mobile-menu.is-open {
        display: block;
    }

    .repair-hero {
        height: auto;
    }

    .repair-hero-inner {
        flex-direction: column;
        gap: 25px;
        padding: 35px 20px;
        height: auto;
    }

    .repair-hero-img,
    .repair-hero-content {
        width: 100%;
        flex: none;
    }

    .repair-hero-img {
        height: 260px;
    }

    .repair-hero-content h1 {
        font-size: 26px;
    }

    .repair-info-section {
        padding: 45px 0;
    }

    .repair-info-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .repair-info-image img {
        height: auto !important;
    }

    .repair-info-content h2 {
        font-size: 28px;
    }

    .sc-footer-inner {
        flex-direction: column;
        text-align: center;
    }
}

/* ===== Repair Service header match old Argu builder header ===== */
body.repair-service-template .sc-custom-header {
    position: relative;
    z-index: 9999;
    width: 100%;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

body.repair-service-template .sc-header-container {
    width: 1170px;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

body.repair-service-template .sc-topbar {
    background: #111;
    min-height: 34px;
    padding: 6px 0;
    line-height: 20px;
    color: #fff;
}

body.repair-service-template .sc-topbar .sc-header-container {
    height: auto;
    min-height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body.repair-service-template .sc-top-left {
    width: 33.333333%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
}

body.repair-service-template .sc-top-left a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    font-size: 15px;
    line-height: 20px;
    padding: 0 13px;
    text-decoration: none;
}

body.repair-service-template .sc-top-right {
    width: 66.666667%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 13px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: right;
}

body.repair-service-template .sc-top-right a {
    color: #fff;
    text-decoration: none;
}

body.repair-service-template .sc-main-header {
    position: relative;
    z-index: 60;
    width: 100%;
    background: #fff;
    border-bottom: 0;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .15);
}

body.repair-service-template .sc-main-inner {
    height: 95px;
    min-height: 95px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

body.repair-service-template .sc-logo {
    width: 292.5px;
    flex: 0 0 292.5px;
    display: flex;
    align-items: center;
}

body.repair-service-template .sc-logo img {
    max-height: 70px;
    width: auto;
    display: block;
    margin-top: 5px;
}

body.repair-service-template .sc-desktop-nav {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
}

body.repair-service-template .sc-menu,
body.repair-service-template .sc-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.repair-service-template .sc-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

body.repair-service-template .sc-menu > li {
    position: relative;
    height: 95px;
    display: flex;
    align-items: center;
    list-style: none;
}

body.repair-service-template .sc-menu > li > a {
    height: 95px;
    display: flex;
    align-items: center;
    padding: 7px 10px;
    color: #222;
    font-size: 14px;
    font-weight: 700;
    line-height: 69px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
}

body.repair-service-template .sc-menu > li:hover > a,
body.repair-service-template .sc-menu > li.current-menu-item > a,
body.repair-service-template .sc-menu > li.current-menu-parent > a,
body.repair-service-template .sc-menu > li.current_page_item > a {
    color: #76bd43;
    background: none;
}

body.repair-service-template .sc-menu > li.menu-item-has-children > a::after {
    content: "\f107";
    font-family: FontAwesome;
    border: 0;
    width: auto;
    height: auto;
    margin: 0 0 0 7px;
    font-size: 12px;
    line-height: 1;
    transform: none;
    transition: transform .25s ease;
}

body.repair-service-template .sc-menu > li.menu-item-has-children:hover > a::after {
    transform: rotate(180deg);
    margin-top: 0;
}

body.repair-service-template .sc-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 210px;
    display: block;
    background: #111;
    padding: 9px 0 8px 6px;
    margin: 0;
    list-style: none;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -16px, 0);
    transform-origin: top center;
    transition:
            opacity .45s cubic-bezier(.19, 1, .22, 1),
            transform .45s cubic-bezier(.19, 1, .22, 1),
            visibility .45s;
    pointer-events: none;
    will-change: transform, opacity;
}

body.repair-service-template .sc-menu > li:hover > .sub-menu,
body.repair-service-template .sc-menu > li.is-hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    pointer-events: auto;
}

body.repair-service-template .sc-menu .sub-menu li {
    width: 100%;
    float: none;
    list-style: none;
    text-align: left;
}

body.repair-service-template .sc-menu .sub-menu a {
    display: block;
    width: auto;
    padding: 10px 32px 10px 13px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 25px;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    word-spacing: 2px;
    white-space: nowrap;
    transition: color .3s ease-in-out;
}

body.repair-service-template .sc-menu .sub-menu a:hover {
    color: #76bd43;
    background: none;
}

@media (max-width: 1199px) {
    body.repair-service-template .sc-header-container {
        width: 970px;
        max-width: 970px;
    }

    body.repair-service-template .sc-logo {
        width: 242.5px;
        flex-basis: 242.5px;
    }

    body.repair-service-template .sc-menu > li > a {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    body.repair-service-template .sc-header-container {
        width: 100%;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    body.repair-service-template .sc-topbar .sc-header-container {
        min-height: 94px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 8px;
    }

    body.repair-service-template .sc-top-left,
    body.repair-service-template .sc-top-right {
        width: 100%;
        justify-content: center;
        text-align: center;
        flex-wrap: wrap;
    }

    body.repair-service-template .sc-main-inner {
        height: 80px;
        min-height: 80px;
        justify-content: space-between;
    }

    body.repair-service-template .sc-logo {
        width: auto;
        flex: 0 0 auto;
    }

    body.repair-service-template .sc-logo img {
        max-height: 58px;
        margin-top: 0;
    }

    body.repair-service-template .sc-desktop-nav {
        display: none;
    }

    body.repair-service-template .sc-burger {
        display: block;
    }
}


/* ===== FIX social icons without FontAwesome dependency ===== */
body.repair-service-template .sc-top-left {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 33.333333% !important;
    min-width: 200px !important;
    gap: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-top-left .sc-social-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 20px !important;
    padding: 0 13px !important;
    color: #ccc !important;
    text-decoration: none !important;
    line-height: 20px !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-social-icon {
    display: block !important;
    width: 15px !important;
    height: 15px !important;
    fill: currentColor !important;
    color: #ccc !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-top-left .sc-social-link:hover,
body.repair-service-template .sc-top-left .sc-social-link:hover .sc-social-icon {
    color: #76bd43 !important;
}

body.repair-service-template .sc-top-left .fa {
    display: none !important;
}


/* ===== FINAL: Repair custom header 1:1 builder sticky + arrows ===== */
body.repair-service-template .sc-custom-header {
    position: relative !important;
    z-index: 99999 !important;
}

body.repair-service-template .sc-main-header {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    z-index: 99999 !important;
    background: #fff !important;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .15) !important;
    transition: all .25s ease-in-out !important;
}

body.repair-service-template .sc-main-header.is-sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    min-height: 65px !important;
    animation: sc_argu_stick .6s ease-out both !important;
}

body.repair-service-template.admin-bar .sc-main-header.is-sticky {
    top: 0 !important;
}

@keyframes sc_argu_stick {
    0% { transform: translateY(-100px); }
    50% { transform: translateY(-74px); }
    100% { transform: translateY(0); }
}

body.repair-service-template .sc-main-header.is-sticky .sc-main-inner {
    height: 65px !important;
    min-height: 65px !important;
}

body.repair-service-template .sc-main-header.is-sticky .sc-logo img {
    max-height: 45px !important;
    margin-top: 5px !important;
}

body.repair-service-template .sc-main-header.is-sticky .sc-menu > li,
body.repair-service-template .sc-main-header.is-sticky .sc-menu > li > a {
    height: 65px !important;
    min-height: 65px !important;
    line-height: 51px !important;
}

body.repair-service-template .sc-menu > li.menu-item-has-children > a::after {
    content: "" !important;
    display: inline-block !important;
    width: 6px !important;
    height: 6px !important;
    border: 0 !important;
    border-right: 2px solid currentColor !important;
    border-bottom: 2px solid currentColor !important;
    margin: -4px 0 0 7px !important;
    padding: 0 !important;
    transform: rotate(45deg) !important;
    transform-origin: 50% 50% !important;
    transition: transform .25s ease, margin .25s ease !important;
    font-size: 0 !important;
    line-height: 0 !important;
    font-family: inherit !important;
    flex: 0 0 auto !important;
}

body.repair-service-template .sc-menu > li.menu-item-has-children:hover > a::after,
body.repair-service-template .sc-menu > li.menu-item-has-children.is-hover > a::after {
    transform: rotate(225deg) !important;
    margin-top: 3px !important;
}

body.repair-service-template .sc-menu .sub-menu {
    top: 100% !important;
}

@media (max-width: 991px) {
    body.repair-service-template .sc-main-header.is-sticky .sc-main-inner {
        height: 80px !important;
        min-height: 80px !important;
    }

    body.repair-service-template .sc-main-header.is-sticky .sc-logo img {
        max-height: 58px !important;
        margin-top: 0 !important;
    }
}

/* ===== Repair Service footer 1:1 Argu builder style ===== */
body.repair-service-template .sc-builder-footer,
body.repair-service-template .footer_up_wrap.dark.sc-builder-footer {
    background: #000 !important;
    color: #ebebeb !important;
    font-family: Arial, Helvetica, sans-serif !important;
    width: 100% !important;
    clear: both !important;
}

body.repair-service-template .sc-builder-footer * {
    box-sizing: border-box;
}

body.repair-service-template .sc-builder-footer .container,
body.repair-service-template .sc-footer-container,
body.repair-service-template .sc-footer-copy-container {
    width: 1170px !important;
    max-width: 1170px !important;
    margin: 0 auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.repair-service-template #up_footerwrap.footerclass {
    background: #000 !important;
    color: #ebebeb !important;
}

body.repair-service-template .sc-footer-grid {
    display: grid !important;
    grid-template-columns: 1.2fr 1.2fr 1fr .9fr !important;
    gap: 70px !important;
    align-items: flex-start !important;
    padding: 65px 0 !important;
}

body.repair-service-template .sc-builder-footer .footer-widget,
body.repair-service-template #up_footerwrap .footer-widget,
body.repair-service-template #up_footerwrap .sc-footer-col {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
}

body.repair-service-template .sc-footer-logo {
    display: inline-block !important;
    margin-bottom: 26px !important;
}

body.repair-service-template .sc-footer-logo img,
body.repair-service-template img._foot_logo {
    display: block !important;
    max-height: 75px !important;
    width: auto !important;
    margin: 0 0 6px 0 !important;
    filter: brightness(0) invert(1) !important;
}

body.repair-service-template .sc-footer-values,
body.repair-service-template .sc-footer-list,
body.repair-service-template .menu_top_footer ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.repair-service-template .sc-footer-values li {
    color: #fff !important;
    font-size: 16px !important;
    line-height: 33px !important;
    font-weight: 400 !important;
    border: 0 !important;
}

body.repair-service-template #up_footerwrap h3,
body.repair-service-template .sc-builder-footer h3 {
    color: #fff !important;
    letter-spacing: 2px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    line-height: 36px !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
}

body.repair-service-template #up_footerwrap ul li,
body.repair-service-template .sc-footer-list li {
    line-height: 33px !important;
    border: 0 !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ebebeb !important;
    font-size: 15px !important;
}

body.repair-service-template .footerclass a,
body.repair-service-template .sc-builder-footer a {
    color: #fff !important;
    text-decoration: none !important;
    transition: all .4s ease-in-out !important;
}

body.repair-service-template .footerclass a:hover,
body.repair-service-template .sc-builder-footer a:hover {
    color: #ccc !important;
    text-decoration: none !important;
}

body.repair-service-template .sc-footer-contact-list li {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

body.repair-service-template .sc-footer-contact-list i,
body.repair-service-template .sc-footer-menu-list li:before {
    color: #86c72b !important;
    font-family: FontAwesome !important;
    font-size: 13px !important;
    line-height: 1 !important;
    flex: 0 0 auto !important;
}

body.repair-service-template .sc-footer-menu-list li {
    position: relative !important;
    padding-left: 18px !important;
}

body.repair-service-template .sc-footer-menu-list li:before {
    content: "\f105" !important;
    position: absolute !important;
    left: 0 !important;
    top: 10px !important;
}

body.repair-service-template .sc-footer-socials {
    display: flex !important;
    align-items: center !important;
    gap: 24px !important;
    padding-top: 6px !important;
}

body.repair-service-template .sc-footer-socials a {
    color: #ccc !important;
    font-size: 18px !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

body.repair-service-template .sc-footer-socials a:hover {
    color: #86c72b !important;
}

body.repair-service-template .footercopy {
    background: #111 !important;
    color: #fff !important;
    font-size: 14px !important;
    padding: 10px 0 !important;
    line-height: 20px !important;
}

body.repair-service-template .sc-footer-copy-container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 30px !important;
}

body.repair-service-template .footercopy p {
    margin: 0 !important;
    color: #fff !important;
    font-size: 14px !important;
    line-height: 20px !important;
}

body.repair-service-template .footercopy a,
body.repair-service-template .menu_top_footer a {
    color: #fff !important;
    text-decoration: none !important;
}

body.repair-service-template .menu_top_footer ul {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
}

body.repair-service-template .menu_top_footer li {
    list-style: none !important;
    border-right: 1px solid rgba(255,255,255,.35) !important;
    line-height: 14px !important;
    padding: 0 22px !important;
    margin: 0 !important;
}

body.repair-service-template .menu_top_footer li:last-child {
    border-right: 0 !important;
    padding-right: 0 !important;
}

body.repair-service-template .menu_top_footer a {
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 14px !important;
}

body.repair-service-template .sc-topcontrol {
    position: fixed !important;
    right: 26px !important;
    bottom: 40px !important;
    z-index: 9999 !important;
    width: 38px !important;
    height: 33px !important;
    cursor: pointer !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all .3s linear !important;
}

body.repair-service-template .sc-topcontrol.is-visible {
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-topcontrol > div {
    width: 38px !important;
    height: 33px !important;
    background: #1d1d1d !important;
    text-align: center !important;
    box-shadow: 0 8px 23px -6px rgba(27,27,27,1) !important;
}

body.repair-service-template .sc-topcontrol .to_the_top > i {
    color: #fff !important;
    font-size: 25px !important;
    line-height: 32px !important;
}

@media (max-width: 1199px) {
    body.repair-service-template .sc-builder-footer .container,
    body.repair-service-template .sc-footer-container,
    body.repair-service-template .sc-footer-copy-container {
        width: 970px !important;
        max-width: 970px !important;
    }

    body.repair-service-template .sc-footer-grid {
        gap: 45px !important;
    }
}

@media (max-width: 991px) {
    body.repair-service-template .sc-builder-footer .container,
    body.repair-service-template .sc-footer-container,
    body.repair-service-template .sc-footer-copy-container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    body.repair-service-template .sc-footer-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 35px !important;
        padding: 45px 0 !important;
    }

    body.repair-service-template .sc-footer-copy-container {
        flex-direction: column !important;
        justify-content: center !important;
        text-align: center !important;
        gap: 12px !important;
    }

    body.repair-service-template .menu_top_footer ul {
        justify-content: center !important;
        flex-wrap: wrap !important;
        row-gap: 8px !important;
    }
}

@media (max-width: 575px) {
    body.repair-service-template .sc-footer-grid {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
        padding: 38px 0 !important;
        text-align: left !important;
    }

    body.repair-service-template .menu_top_footer li {
        padding: 0 12px !important;
    }
}

/* ===== FINAL FOOTER FIX: builder 1:1, no overlap/fixed footer, SVG icons ===== */
body.repair-service-template .sc-builder-footer,
body.repair-service-template .footer_up_wrap.dark.sc-builder-footer,
body.repair-service-template #up_footerwrap.footerclass,
body.repair-service-template .footercopy {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 100% !important;
    clear: both !important;
    z-index: 1 !important;
}

body.repair-service-template .sc-builder-footer {
    margin-top: 0 !important;
    background: #000 !important;
    overflow: visible !important;
}

body.repair-service-template #up_footerwrap.footerclass {
    background: #000 !important;
    min-height: 280px !important;
}

body.repair-service-template .sc-footer-grid {
    display: grid !important;
    grid-template-columns: 1.2fr 1.2fr 1fr .9fr !important;
    gap: 70px !important;
    align-items: flex-start !important;
    padding: 65px 0 65px !important;
    margin: 0 !important;
}

body.repair-service-template .sc-footer-logo {
    display: inline-block !important;
    margin: 0 0 26px 0 !important;
    padding: 0 !important;
}

body.repair-service-template .sc-footer-logo img,
body.repair-service-template img._foot_logo {
    display: block !important;
    max-height: 75px !important;
    width: auto !important;
    margin: 0 0 6px 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
    filter: brightness(0) invert(1) !important;
}

body.repair-service-template .sc-footer-contact-list li {
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
    line-height: 33px !important;
}

body.repair-service-template .sc-footer-icon,
body.repair-service-template .sc-footer-social-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #86c72b !important;
    fill: currentColor !important;
    flex: 0 0 auto !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-footer-icon svg,
body.repair-service-template .sc-footer-social-icon {
    display: block !important;
    fill: currentColor !important;
}

body.repair-service-template .sc-footer-contact-list i,
body.repair-service-template .sc-footer-socials i {
    display: none !important;
}

body.repair-service-template .sc-footer-socials {
    display: flex !important;
    align-items: center !important;
    gap: 28px !important;
    padding-top: 6px !important;
}

body.repair-service-template .sc-footer-socials a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 18px !important;
    height: 18px !important;
    color: #ccc !important;
    fill: currentColor !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-footer-socials a:hover,
body.repair-service-template .sc-footer-socials a:hover .sc-footer-social-icon {
    color: #86c72b !important;
}

body.repair-service-template .sc-footer-menu-list li:before {
    content: "›" !important;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #86c72b !important;
    font-size: 18px !important;
    line-height: 33px !important;
    top: 0 !important;
}

body.repair-service-template .footercopy {
    background: #111 !important;
    padding: 10px 0 !important;
    margin: 0 !important;
    min-height: 40px !important;
}

body.repair-service-template .sc-topcontrol .to_the_top > span {
    color: #fff !important;
    font-size: 26px !important;
    line-height: 32px !important;
    font-weight: 700 !important;
}

@media (max-width: 991px) {
    body.repair-service-template .sc-footer-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 35px !important;
        padding: 45px 20px !important;
    }
}

@media (max-width: 575px) {
    body.repair-service-template .sc-footer-grid {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
        padding: 38px 20px !important;
    }
}


/* ===== FINAL FIX: footer services arrows like builder ===== */
body.repair-service-template .sc-builder-footer #menu-footer_menu,
body.repair-service-template .sc-builder-footer .widget_nav_menu ul,
body.repair-service-template #up_footerwrap .widget_nav_menu ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.repair-service-template .sc-builder-footer #menu-footer_menu li,
body.repair-service-template .sc-builder-footer .widget_nav_menu ul li,
body.repair-service-template #up_footerwrap .widget_nav_menu ul li {
    position: relative !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 0 0 18px !important;
    border: 0 !important;
    line-height: 33px !important;
}

body.repair-service-template .sc-builder-footer #menu-footer_menu li:before,
body.repair-service-template .sc-builder-footer .widget_nav_menu ul li:before,
body.repair-service-template #up_footerwrap .widget_nav_menu ul li:before {
    content: "›" !important;
    display: inline-block !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    color: #86c72b !important;
    font-family: FontAwesome !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: 33px !important;
    width: 10px !important;
    height: 33px !important;
    text-align: left !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-builder-footer #menu-footer_menu li a,
body.repair-service-template .sc-builder-footer .widget_nav_menu ul li a,
body.repair-service-template #up_footerwrap .widget_nav_menu ul li a {
    display: inline-block !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 33px !important;
    text-decoration: none !important;
}

body.repair-service-template .sc-builder-footer #menu-footer_menu li a:hover,
body.repair-service-template .sc-builder-footer .widget_nav_menu ul li a:hover,
body.repair-service-template #up_footerwrap .widget_nav_menu ul li a:hover {
    color: #86c72b !important;
}

/* ===== FINAL FIX: footer services arrows + bigger white social icons ===== */
body.repair-service-template .sc-builder-footer .sc-footer-menu-list,
body.repair-service-template footer.sc-builder-footer .sc-footer-menu-list {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-menu-list > li,
body.repair-service-template footer.sc-builder-footer .sc-footer-menu-list > li,
body.repair-service-template #up_footerwrap .sc-footer-menu-list > li {
    position: relative !important;
    display: block !important;
    padding-left: 18px !important;
    margin: 0 !important;
    line-height: 33px !important;
    list-style: none !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-menu-list > li::before,
body.repair-service-template footer.sc-builder-footer .sc-footer-menu-list > li::before,
body.repair-service-template #up_footerwrap .sc-footer-menu-list > li::before {
    content: "\f105" !important;
    font-family: FontAwesome !important;
    display: inline-block !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 12px !important;
    height: 33px !important;
    color: #86c72b !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 33px !important;
    text-align: left !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-menu-list > li > a,
body.repair-service-template footer.sc-builder-footer .sc-footer-menu-list > li > a {
    display: inline-block !important;
    color: #fff !important;
    line-height: 33px !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-socials,
body.repair-service-template footer.sc-builder-footer .sc-footer-socials {
    gap: 30px !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-socials a,
body.repair-service-template footer.sc-builder-footer .sc-footer-socials a {
    width: 24px !important;
    height: 24px !important;
    color: #fff !important;
    fill: #fff !important;
    font-size: 24px !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-social-icon,
body.repair-service-template footer.sc-builder-footer .sc-footer-social-icon,
body.repair-service-template .sc-builder-footer .sc-footer-socials svg,
body.repair-service-template footer.sc-builder-footer .sc-footer-socials svg {
    width: 22px !important;
    height: 22px !important;
    color: #fff !important;
    fill: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-socials a:hover,
body.repair-service-template footer.sc-builder-footer .sc-footer-socials a:hover,
body.repair-service-template .sc-builder-footer .sc-footer-socials a:hover svg,
body.repair-service-template footer.sc-builder-footer .sc-footer-socials a:hover svg {
    color: #86c72b !important;
    fill: #86c72b !important;
}


/* ===== ABSOLUTE FINAL: floating footer reveal + services arrows + white social icons ===== */
html body.repair-service-template,
body.repair-service-template {
    background: #000 !important;
    overflow-x: hidden !important;
    --sc-footer-real-height: 360px;
}

/* footer stays fixed behind page content */
body.repair-service-template .sc-builder-footer,
body.repair-service-template footer.sc-builder-footer,
body.repair-service-template .footer_up_wrap.dark.sc-builder-footer {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    width: 100% !important;
    z-index: 0 !important;
    background: #000 !important;
    margin: 0 !important;
    transform: none !important;
    will-change: transform !important;
}

/* content scrolls over fixed footer */
body.repair-service-template .repair-service-page,
body.repair-service-template main.repair-service-page,
body.repair-service-template #wrapper {
    position: relative !important;
    z-index: 2 !important;
}

body.repair-service-template .repair-service-page,
body.repair-service-template main.repair-service-page {
    background: #fff !important;
    margin-bottom: var(--sc-footer-real-height) !important;
    min-height: calc(100vh + 1px) !important;
}

body.repair-service-template .sc-custom-header,
body.repair-service-template .sc-main-header,
body.repair-service-template .sc-main-header.is-sticky,
body.repair-service-template .sc-topcontrol {
    z-index: 99999 !important;
}

/* footer internal parts must not be fixed separately */
body.repair-service-template .sc-builder-footer #up_footerwrap.footerclass,
body.repair-service-template .sc-builder-footer .footercopy,
body.repair-service-template .sc-builder-footer .sc-footer-container,
body.repair-service-template .sc-builder-footer .sc-footer-copy-container {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
}

/* SERVICES arrows: no FontAwesome dependency, real CSS arrow */
body.repair-service-template .sc-builder-footer .sc-footer-menu-list,
body.repair-service-template .sc-builder-footer .widget_nav_menu ul,
body.repair-service-template .sc-builder-footer #menu-footer_menu,
body.repair-service-template #up_footerwrap .widget_nav_menu ul,
body.repair-service-template #up_footerwrap #menu-footer_menu {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-menu-list > li,
body.repair-service-template .sc-builder-footer .widget_nav_menu ul > li,
body.repair-service-template .sc-builder-footer #menu-footer_menu > li,
body.repair-service-template #up_footerwrap .widget_nav_menu ul > li,
body.repair-service-template #up_footerwrap #menu-footer_menu > li {
    position: relative !important;
    display: block !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 0 0 18px !important;
    border: 0 !important;
    line-height: 33px !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-menu-list > li:before,
body.repair-service-template .sc-builder-footer .widget_nav_menu ul > li:before,
body.repair-service-template .sc-builder-footer #menu-footer_menu > li:before,
body.repair-service-template #up_footerwrap .widget_nav_menu ul > li:before,
body.repair-service-template #up_footerwrap #menu-footer_menu > li:before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 12px !important;
    display: block !important;
    width: 6px !important;
    height: 6px !important;
    border: 0 !important;
    border-top: 2px solid #86c72b !important;
    border-right: 2px solid #86c72b !important;
    transform: rotate(45deg) !important;
    background: transparent !important;
    opacity: 1 !important;
    visibility: visible !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-menu-list > li > a,
body.repair-service-template .sc-builder-footer .widget_nav_menu ul > li > a,
body.repair-service-template .sc-builder-footer #menu-footer_menu > li > a,
body.repair-service-template #up_footerwrap .widget_nav_menu ul > li > a,
body.repair-service-template #up_footerwrap #menu-footer_menu > li > a {
    display: inline-block !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 33px !important;
    text-decoration: none !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-menu-list > li > a:hover,
body.repair-service-template .sc-builder-footer .widget_nav_menu ul > li > a:hover,
body.repair-service-template .sc-builder-footer #menu-footer_menu > li > a:hover {
    color: #86c72b !important;
}

/* bigger white socials */
body.repair-service-template .sc-builder-footer .sc-footer-socials,
body.repair-service-template #up_footerwrap .sc-footer-socials {
    display: flex !important;
    align-items: center !important;
    gap: 28px !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-socials a,
body.repair-service-template #up_footerwrap .sc-footer-socials a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    color: #fff !important;
    fill: #fff !important;
    font-size: 24px !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-socials svg,
body.repair-service-template .sc-builder-footer .sc-footer-social-icon,
body.repair-service-template #up_footerwrap .sc-footer-socials svg,
body.repair-service-template #up_footerwrap .sc-footer-social-icon {
    width: 23px !important;
    height: 23px !important;
    color: #fff !important;
    fill: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-socials a:hover,
body.repair-service-template .sc-builder-footer .sc-footer-socials a:hover svg,
body.repair-service-template #up_footerwrap .sc-footer-socials a:hover,
body.repair-service-template #up_footerwrap .sc-footer-socials a:hover svg {
    color: #86c72b !important;
    fill: #86c72b !important;
}

/* mobile: footer becomes normal, otherwise it covers content too much */
@media (max-width: 991px) {
    html body.repair-service-template,
    body.repair-service-template {
        --sc-footer-real-height: 0px;
    }

    body.repair-service-template .sc-builder-footer,
    body.repair-service-template footer.sc-builder-footer,
    body.repair-service-template .footer_up_wrap.dark.sc-builder-footer {
        position: relative !important;
        z-index: 1 !important;
    }

    body.repair-service-template .repair-service-page,
    body.repair-service-template main.repair-service-page {
        margin-bottom: 0 !important;
    }
}

/* ===== REAL FINAL OVERRIDE: footer menu arrows as text glyph, no FontAwesome needed ===== */
body.repair-service-template footer#up_footerwrap .menu-footer_menu-container ul.menu > li,
body.repair-service-template footer#up_footerwrap #menu-footer_menu > li,
body.repair-service-template .sc-builder-footer .menu-footer_menu-container ul.menu > li,
body.repair-service-template .sc-builder-footer #menu-footer_menu > li,
body.repair-service-template #up_footerwrap .widget_nav_menu ul.menu > li {
    position: relative !important;
    display: block !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 0 0 18px !important;
    line-height: 33px !important;
    border: 0 !important;
    background: transparent !important;
}

body.repair-service-template footer#up_footerwrap .menu-footer_menu-container ul.menu > li::before,
body.repair-service-template footer#up_footerwrap #menu-footer_menu > li::before,
body.repair-service-template .sc-builder-footer .menu-footer_menu-container ul.menu > li::before,
body.repair-service-template .sc-builder-footer #menu-footer_menu > li::before,
body.repair-service-template #up_footerwrap .widget_nav_menu ul.menu > li::before {
    content: "›" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    color: #1d592b !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 33px !important;
    text-align: left !important;
    text-rendering: auto !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template footer#up_footerwrap #menu-footer_menu > li > a,
body.repair-service-template .sc-builder-footer #menu-footer_menu > li > a,
body.repair-service-template #up_footerwrap .widget_nav_menu ul.menu > li > a {
    display: inline-block !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 33px !important;
    text-decoration: none !important;
    background: transparent !important;
}

body.repair-service-template footer#up_footerwrap #menu-footer_menu > li > a:hover,
body.repair-service-template .sc-builder-footer #menu-footer_menu > li > a:hover,
body.repair-service-template #up_footerwrap .widget_nav_menu ul.menu > li > a:hover {
    color: #1d592b !important;
}

/* ===== SERVICE COFFEE FOOTER FINAL: real arrows in HTML + clean old pseudo arrows ===== */
body.repair-service-template .sc-builder-footer .sc-footer-menu-list > li,
body.repair-service-template footer.sc-builder-footer .sc-footer-menu-list > li,
body.repair-service-template #up_footerwrap .sc-footer-menu-list > li {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding-left: 0 !important;
    margin: 0 !important;
    line-height: 33px !important;
    list-style: none !important;
    border: 0 !important;
    background: transparent !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-menu-list > li::before,
body.repair-service-template .sc-builder-footer .sc-footer-menu-list > li:before,
body.repair-service-template footer.sc-builder-footer .sc-footer-menu-list > li::before,
body.repair-service-template footer.sc-builder-footer .sc-footer-menu-list > li:before,
body.repair-service-template #up_footerwrap .sc-footer-menu-list > li::before,
body.repair-service-template #up_footerwrap .sc-footer-menu-list > li:before {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    border: 0 !important;
    transform: none !important;
}

body.repair-service-template .sc-footer-service-arrow {
    display: inline-block !important;
    width: 10px !important;
    min-width: 10px !important;
    color: #1d592b !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    line-height: 33px !important;
    text-align: left !important;
    transform: translateY(-1px) !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-menu-list > li > a,
body.repair-service-template footer.sc-builder-footer .sc-footer-menu-list > li > a,
body.repair-service-template #up_footerwrap .sc-footer-menu-list > li > a {
    display: inline-block !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 33px !important;
    text-decoration: none !important;
    background: transparent !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-menu-list > li > a:hover,
body.repair-service-template footer.sc-builder-footer .sc-footer-menu-list > li > a:hover,
body.repair-service-template #up_footerwrap .sc-footer-menu-list > li > a:hover {
    color: #1d592b !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-socials a,
body.repair-service-template footer.sc-builder-footer .sc-footer-socials a,
body.repair-service-template #up_footerwrap .sc-footer-socials a {
    width: 28px !important;
    height: 28px !important;
    color: #fff !important;
    fill: #fff !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-social-icon,
body.repair-service-template footer.sc-builder-footer .sc-footer-social-icon,
body.repair-service-template #up_footerwrap .sc-footer-social-icon,
body.repair-service-template .sc-builder-footer .sc-footer-socials svg,
body.repair-service-template footer.sc-builder-footer .sc-footer-socials svg,
body.repair-service-template #up_footerwrap .sc-footer-socials svg {
    width: 22px !important;
    height: 22px !important;
    color: #fff !important;
    fill: #fff !important;
}

.repair-contact-form {
    background: #fff;
    padding: 42px 46px;
    border-radius: 14px;
    box-shadow: 0 12px 45px rgba(0,0,0,.08);
}

.repair-contact-form h4 {
    margin: 0 0 8px;
    font-size: 26px;
    line-height: 1.25;
    font-weight: 700;
    color: #111;
}

.repair-contact-form p {
    margin: 0 0 24px;
    color: #5f6368;
    font-size: 15px;
}

.repair-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-bottom: 24px;
}

.repair-contact-form .form-control {
    width: 100%;
    height: 54px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0 18px;
    font-size: 15px;
}

.repair-submit {
    min-width: 190px;
    height: 54px;
    border: 0;
    border-radius: 8px;
    background: #111;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.repair-submit:hover {
    background: #1d592b;
}

@media (max-width: 767px) {
    .repair-contact-form {
        padding: 30px 22px;
    }

    .repair-form-row {
        grid-template-columns: 1fr;
    }
}

.repair-benefits {
    padding: 34px 32px;
    border-radius: 14px;
    background: #f5f6f8;
}

.repair-benefits h4 {
    margin: 0 0 24px;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
    color: #111;
}

.repair-benefit-item {
    padding-left: 18px;
    border-left: 3px solid #1d592b;
    margin-bottom: 24px;
}

.repair-benefit-item:last-child {
    margin-bottom: 0;
}

.repair-benefit-item strong {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    color: #111;
}

.repair-benefit-item span {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
}

#loader{
    width: 100vw;
    height: 100vh;
    position: fixed!important;
}
.repair-hero {
    background: #85898b;
    height: 340px;
    overflow: hidden;
    padding: 10px;
    margin: 0.1rem 0 3.1rem;
}

.repair-hero-inner {
    max-width: 980px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 45px;
}

.repair-hero-img {
    width: 300px;
    height: 100%;
    flex: 0 0 300px;
    overflow: hidden;
}

.repair-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.repair-hero-content {
    width: 520px;
    flex: 0 0 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.repair-hero-content h1 {
    color: #fff;
    font-size: 32px;
    line-height: 1.18;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.repair-hero-content ul {
    margin: 0;
    padding-left: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.repair-hero-content li {
    margin-bottom: 9px;
}

@media (max-width: 991px) {
    .repair-hero {
        height: auto;
    }

    .repair-hero-inner {
        flex-direction: column;
        gap: 25px;
        padding: 35px 20px;
    }

    .repair-hero-img,
    .repair-hero-content {
        width: 100%;
        flex: none;
    }

    .repair-hero-img {
        height: 260px;
    }

    .repair-hero-content h1 {
        font-size: 26px;
    }
}

.repair-info-section {
    padding: 70px 0;
    background: #fff;
}

.repair-info-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 70px;
    align-items: center;
}

.repair-info-image img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.repair-info-content h2 {
    font-size: 34px;
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 24px;
    color: #222;
}

.repair-info-content p,
.repair-info-content li {
    font-size: 15px;
    line-height: 1.65;
    color: #5f6368;
}

.repair-info-content p {
    margin: 0 0 16px;
}

.repair-info-content ul {
    margin: 0 0 18px;
    padding-left: 20px;
}

.repair-info-content li {
    margin-bottom: 7px;
}

@media (max-width: 991px) {
    .repair-info-section {
        padding: 45px 0;
    }

    .repair-info-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .repair-info-image img {
        height: auto;
    }

    .repair-info-content h2 {
        font-size: 28px;
    }
}

/* Repair Service isolated header/footer + page fixes */
html body.repair-service-template,
body.repair-service-template {
    margin: 0;
    background: #fff;
    font-family: Poppins, Arial, sans-serif;
    color: #222;
}

body.repair-service-template #wpadminbar {
    display: none !important;
}

html body.repair-service-template {
    padding-top: 0 !important;
}

.sc-custom-header,
.sc-custom-header * {
    box-sizing: border-box;
}

.sc-custom-header {
    position: relative;
    z-index: 999;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.sc-header-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.sc-topbar {
    background: #111;
    color: #fff;
    font-size: 14px;
}

.sc-topbar .sc-header-container {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sc-top-left {
    display: flex;
    align-items: center;
    gap: 18px;
}

.sc-top-left a {
    color: #ccc;
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
}

.sc-top-left a:hover,
.sc-top-right a:hover {
    color: #76bd43;
}

.sc-top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    color: #fff;
    font-weight: 700;
    line-height: 1.4;
}

.sc-top-right a {
    color: #fff;
    text-decoration: none;
}

.sc-main-header {
    position: relative;
    z-index: 50;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.sc-main-inner {
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sc-logo {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.sc-logo img {
    max-height: 70px;
    width: auto;
    display: block;
}

.sc-desktop-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sc-menu,
.sc-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sc-menu {
    display: flex;
    align-items: center;
}

.sc-menu li {
    position: relative;
    list-style: none;
}

.sc-menu > li {
    height: 95px;
    display: flex;
    align-items: center;
}

.sc-menu > li > a {
    display: flex;
    align-items: center;
    gap: 7px;
    height: 95px;
    padding: 0 13px;
    color: #222;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
}

.sc-menu > li:hover > a,
.sc-menu > li.current-menu-item > a,
.sc-menu > li.current-menu-parent > a,
.sc-menu > li.current_page_item > a {
    color: #76bd43;
}

.sc-menu > li.menu-item-has-children > a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    margin-top: -4px;
    transition: transform .25s ease;
    flex: 0 0 auto;
}

.sc-menu > li.menu-item-has-children:hover > a::after {
    transform: rotate(225deg);
    margin-top: 3px;
}

.sc-menu .sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 215px;
    background: #111;
    padding: 12px 0;
    margin: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -18px, 0) scaleY(.92);
    transform-origin: top center;
    transition:
            opacity .45s cubic-bezier(.23, 1, .32, 1),
            transform .45s cubic-bezier(.23, 1, .32, 1),
            visibility .45s;
    pointer-events: none;
    will-change: transform, opacity;
}

.sc-menu > li:hover > .sub-menu,
.sc-menu > li.is-hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0) scaleY(1);
    pointer-events: auto;
}

.sc-menu .sub-menu a {
    display: block;
    padding: 13px 22px;
    color: #fff;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
}

.sc-menu .sub-menu a:hover {
    color: #76bd43;
}

.sc-burger {
    display: none;
    background: none;
    border: 0;
    font-size: 30px;
    line-height: 1;
    color: #000;
    cursor: pointer;
    padding: 0;
}

.sc-mobile-menu {
    display: none;
    background: #111;
}

.sc-mobile-nav,
.sc-mobile-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sc-mobile-nav {
    padding: 25px 20px;
}

.sc-mobile-nav li {
    list-style: none;
    border-bottom: 1px solid #444;
}

.sc-mobile-nav a {
    display: block;
    padding: 12px 0;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.sc-mobile-nav .sub-menu {
    display: none;
    padding-left: 15px;
}

.sc-mobile-nav li.is-open > .sub-menu {
    display: block;
}

.sc-mobile-nav .menu-item-has-children > a {
    position: relative;
    padding-right: 35px;
}

.sc-mobile-nav .menu-item-has-children > a::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    position: absolute;
    right: 2px;
    top: 16px;
    transition: transform .2s ease;
}

.sc-mobile-nav .menu-item-has-children.is-open > a::after {
    transform: rotate(225deg);
    top: 20px;
}

.repair-service-page {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.repair-service-page .page-content {
    background: #fff;
}

.repair-service-page .container {
    max-width: 1220px;
    width: 100%;
}

.repair-hero {
    background: #064429;
    height: 320px;
    overflow: hidden;
}

.repair-hero-inner {
    max-width: 980px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 45px;
}

.repair-hero-img {
    width: 300px;
    height: 100%;
    flex: 0 0 300px;
    overflow: hidden;
}

.repair-hero-img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

.repair-hero-content {
    width: 520px;
    flex: 0 0 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.repair-hero-content h1 {
    color: #fff;
    font-size: 32px;
    line-height: 1.18;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.repair-hero-content ul {
    margin: 0;
    padding-left: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.repair-hero-content li {
    margin-bottom: 9px;
}

.repair-info-section {
    padding: 70px 0;
    background: #fff;
}

.repair-info-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 70px;
    align-items: center;
}

.repair-info-image img {
    width: 100%;
    height: 430px !important;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.repair-info-content h2 {
    font-size: 34px;
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 24px;
    color: #222;
}

.repair-info-content p,
.repair-info-content li {
    font-size: 15px;
    line-height: 1.65;
    color: #5f6368;
}

.repair-info-content p {
    margin: 0 0 16px;
}

.repair-info-content ul {
    margin: 0 0 18px;
    padding-left: 20px;
}

.repair-info-content li {
    margin-bottom: 7px;
}

.sc-custom-footer {
    background: #111;
    color: #fff;
    padding: 35px 0;
}

.sc-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.sc-footer-logo img {
    max-height: 55px;
    filter: brightness(0) invert(1);
}

.sc-footer-text p {
    margin: 0;
    color: #fff;
}

@media (max-width: 991px) {
    .sc-topbar .sc-header-container {
        height: auto;
        min-height: 94px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 8px;
    }

    .sc-top-right {
        flex-wrap: wrap;
        justify-content: center;
        line-height: 1.5;
    }

    .sc-main-inner {
        height: 80px;
    }

    .sc-logo img {
        max-height: 58px;
    }

    .sc-desktop-nav {
        display: none;
    }

    .sc-burger {
        display: block;
    }

    .sc-mobile-menu.is-open {
        display: block;
    }

    .repair-hero {
        height: auto;
    }

    .repair-hero-inner {
        flex-direction: column;
        gap: 25px;
        padding: 35px 20px;
        height: auto;
    }

    .repair-hero-img,
    .repair-hero-content {
        width: 100%;
        flex: none;
    }

    .repair-hero-img {
        height: 260px;
    }

    .repair-hero-content h1 {
        font-size: 26px;
    }

    .repair-info-section {
        padding: 45px 0;
    }

    .repair-info-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .repair-info-image img {
        height: auto !important;
    }

    .repair-info-content h2 {
        font-size: 28px;
    }

    .sc-footer-inner {
        flex-direction: column;
        text-align: center;
    }
}

/* ===== Repair Service header match old Argu builder header ===== */
body.repair-service-template .sc-custom-header {
    position: relative;
    z-index: 9999;
    width: 100%;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

body.repair-service-template .sc-header-container {
    width: 1170px;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

body.repair-service-template .sc-topbar {
    background: #111;
    min-height: 34px;
    padding: 6px 0;
    line-height: 20px;
    color: #fff;
}

body.repair-service-template .sc-topbar .sc-header-container {
    height: auto;
    min-height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body.repair-service-template .sc-top-left {
    width: 33.333333%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
}

body.repair-service-template .sc-top-left a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    font-size: 15px;
    line-height: 20px;
    padding: 0 13px;
    text-decoration: none;
}

body.repair-service-template .sc-top-right {
    width: 66.666667%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 13px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: right;
}

body.repair-service-template .sc-top-right a {
    color: #fff;
    text-decoration: none;
}

body.repair-service-template .sc-main-header {
    position: relative;
    z-index: 60;
    width: 100%;
    background: #fff;
    border-bottom: 0;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .15);
}

body.repair-service-template .sc-main-inner {
    height: 95px;
    min-height: 95px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

body.repair-service-template .sc-logo {
    width: 292.5px;
    flex: 0 0 292.5px;
    display: flex;
    align-items: center;
}

body.repair-service-template .sc-logo img {
    max-height: 70px;
    width: auto;
    display: block;
    margin-top: 5px;
}

body.repair-service-template .sc-desktop-nav {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
}

body.repair-service-template .sc-menu,
body.repair-service-template .sc-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.repair-service-template .sc-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

body.repair-service-template .sc-menu > li {
    position: relative;
    height: 95px;
    display: flex;
    align-items: center;
    list-style: none;
}

body.repair-service-template .sc-menu > li > a {
    height: 95px;
    display: flex;
    align-items: center;
    padding: 7px 10px;
    color: #222;
    font-size: 14px;
    font-weight: 700;
    line-height: 69px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
}

body.repair-service-template .sc-menu > li:hover > a,
body.repair-service-template .sc-menu > li.current-menu-item > a,
body.repair-service-template .sc-menu > li.current-menu-parent > a,
body.repair-service-template .sc-menu > li.current_page_item > a {
    color: #76bd43;
    background: none;
}

body.repair-service-template .sc-menu > li.menu-item-has-children > a::after {
    content: "\f107";
    font-family: FontAwesome;
    border: 0;
    width: auto;
    height: auto;
    margin: 0 0 0 7px;
    font-size: 12px;
    line-height: 1;
    transform: none;
    transition: transform .25s ease;
}

body.repair-service-template .sc-menu > li.menu-item-has-children:hover > a::after {
    transform: rotate(180deg);
    margin-top: 0;
}

body.repair-service-template .sc-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 210px;
    display: block;
    background: #111;
    padding: 9px 0 8px 6px;
    margin: 0;
    list-style: none;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -16px, 0);
    transform-origin: top center;
    transition:
            opacity .45s cubic-bezier(.19, 1, .22, 1),
            transform .45s cubic-bezier(.19, 1, .22, 1),
            visibility .45s;
    pointer-events: none;
    will-change: transform, opacity;
}

body.repair-service-template .sc-menu > li:hover > .sub-menu,
body.repair-service-template .sc-menu > li.is-hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    pointer-events: auto;
}

body.repair-service-template .sc-menu .sub-menu li {
    width: 100%;
    float: none;
    list-style: none;
    text-align: left;
}

body.repair-service-template .sc-menu .sub-menu a {
    display: block;
    width: auto;
    padding: 10px 32px 10px 13px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 25px;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    word-spacing: 2px;
    white-space: nowrap;
    transition: color .3s ease-in-out;
}

body.repair-service-template .sc-menu .sub-menu a:hover {
    color: #76bd43;
    background: none;
}

@media (max-width: 1199px) {
    body.repair-service-template .sc-header-container {
        width: 970px;
        max-width: 970px;
    }

    body.repair-service-template .sc-logo {
        width: 242.5px;
        flex-basis: 242.5px;
    }

    body.repair-service-template .sc-menu > li > a {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    body.repair-service-template .sc-header-container {
        width: 100%;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    body.repair-service-template .sc-topbar .sc-header-container {
        min-height: 94px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 8px;
    }

    body.repair-service-template .sc-top-left,
    body.repair-service-template .sc-top-right {
        width: 100%;
        justify-content: center;
        text-align: center;
        flex-wrap: wrap;
    }

    body.repair-service-template .sc-main-inner {
        height: 80px;
        min-height: 80px;
        justify-content: space-between;
    }

    body.repair-service-template .sc-logo {
        width: auto;
        flex: 0 0 auto;
    }

    body.repair-service-template .sc-logo img {
        max-height: 58px;
        margin-top: 0;
    }

    body.repair-service-template .sc-desktop-nav {
        display: none;
    }

    body.repair-service-template .sc-burger {
        display: block;
    }
}


/* ===== FIX social icons without FontAwesome dependency ===== */
body.repair-service-template .sc-top-left {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 33.333333% !important;
    min-width: 200px !important;
    gap: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-top-left .sc-social-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 20px !important;
    padding: 0 13px !important;
    color: #ccc !important;
    text-decoration: none !important;
    line-height: 20px !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-social-icon {
    display: block !important;
    width: 15px !important;
    height: 15px !important;
    fill: currentColor !important;
    color: #ccc !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-top-left .sc-social-link:hover,
body.repair-service-template .sc-top-left .sc-social-link:hover .sc-social-icon {
    color: #76bd43 !important;
}

body.repair-service-template .sc-top-left .fa {
    display: none !important;
}


/* ===== FINAL: Repair custom header 1:1 builder sticky + arrows ===== */
body.repair-service-template .sc-custom-header {
    position: relative !important;
    z-index: 99999 !important;
}

body.repair-service-template .sc-main-header {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    z-index: 99999 !important;
    background: #fff !important;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .15) !important;
    transition: all .25s ease-in-out !important;
}

body.repair-service-template .sc-main-header.is-sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    min-height: 65px !important;
    animation: sc_argu_stick .6s ease-out both !important;
}

body.repair-service-template.admin-bar .sc-main-header.is-sticky {
    top: 0 !important;
}

@keyframes sc_argu_stick {
    0% { transform: translateY(-100px); }
    50% { transform: translateY(-74px); }
    100% { transform: translateY(0); }
}

body.repair-service-template .sc-main-header.is-sticky .sc-main-inner {
    height: 65px !important;
    min-height: 65px !important;
}

body.repair-service-template .sc-main-header.is-sticky .sc-logo img {
    max-height: 45px !important;
    margin-top: 5px !important;
}

body.repair-service-template .sc-main-header.is-sticky .sc-menu > li,
body.repair-service-template .sc-main-header.is-sticky .sc-menu > li > a {
    height: 65px !important;
    min-height: 65px !important;
    line-height: 51px !important;
}

body.repair-service-template .sc-menu > li.menu-item-has-children > a::after {
    content: "" !important;
    display: inline-block !important;
    width: 6px !important;
    height: 6px !important;
    border: 0 !important;
    border-right: 2px solid currentColor !important;
    border-bottom: 2px solid currentColor !important;
    margin: -4px 0 0 7px !important;
    padding: 0 !important;
    transform: rotate(45deg) !important;
    transform-origin: 50% 50% !important;
    transition: transform .25s ease, margin .25s ease !important;
    font-size: 0 !important;
    line-height: 0 !important;
    font-family: inherit !important;
    flex: 0 0 auto !important;
}

body.repair-service-template .sc-menu > li.menu-item-has-children:hover > a::after,
body.repair-service-template .sc-menu > li.menu-item-has-children.is-hover > a::after {
    transform: rotate(225deg) !important;
    margin-top: 3px !important;
}

body.repair-service-template .sc-menu .sub-menu {
    top: 100% !important;
}

@media (max-width: 991px) {
    body.repair-service-template .sc-main-header.is-sticky .sc-main-inner {
        height: 80px !important;
        min-height: 80px !important;
    }

    body.repair-service-template .sc-main-header.is-sticky .sc-logo img {
        max-height: 58px !important;
        margin-top: 0 !important;
    }
}

/* ===== Repair Service footer 1:1 Argu builder style ===== */
body.repair-service-template .sc-builder-footer,
body.repair-service-template .footer_up_wrap.dark.sc-builder-footer {
    background: #000 !important;
    color: #ebebeb !important;
    font-family: Arial, Helvetica, sans-serif !important;
    width: 100% !important;
    clear: both !important;
}

body.repair-service-template .sc-builder-footer * {
    box-sizing: border-box;
}

body.repair-service-template .sc-builder-footer .container,
body.repair-service-template .sc-footer-container,
body.repair-service-template .sc-footer-copy-container {
    width: 1170px !important;
    max-width: 1170px !important;
    margin: 0 auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.repair-service-template #up_footerwrap.footerclass {
    background: #000 !important;
    color: #ebebeb !important;
}

body.repair-service-template .sc-footer-grid {
    display: grid !important;
    grid-template-columns: 1.2fr 1.2fr 1fr .9fr !important;
    gap: 70px !important;
    align-items: flex-start !important;
    padding: 65px 0 !important;
}

body.repair-service-template .sc-builder-footer .footer-widget,
body.repair-service-template #up_footerwrap .footer-widget,
body.repair-service-template #up_footerwrap .sc-footer-col {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
}

body.repair-service-template .sc-footer-logo {
    display: inline-block !important;
    margin-bottom: 26px !important;
}

body.repair-service-template .sc-footer-logo img,
body.repair-service-template img._foot_logo {
    display: block !important;
    max-height: 75px !important;
    width: auto !important;
    margin: 0 0 6px 0 !important;
    filter: brightness(0) invert(1) !important;
}

body.repair-service-template .sc-footer-values,
body.repair-service-template .sc-footer-list,
body.repair-service-template .menu_top_footer ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.repair-service-template .sc-footer-values li {
    color: #fff !important;
    font-size: 16px !important;
    line-height: 33px !important;
    font-weight: 400 !important;
    border: 0 !important;
}

body.repair-service-template #up_footerwrap h3,
body.repair-service-template .sc-builder-footer h3 {
    color: #fff !important;
    letter-spacing: 2px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    line-height: 36px !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
}

body.repair-service-template #up_footerwrap ul li,
body.repair-service-template .sc-footer-list li {
    line-height: 33px !important;
    border: 0 !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ebebeb !important;
    font-size: 15px !important;
}

body.repair-service-template .footerclass a,
body.repair-service-template .sc-builder-footer a {
    color: #fff !important;
    text-decoration: none !important;
    transition: all .4s ease-in-out !important;
}

body.repair-service-template .footerclass a:hover,
body.repair-service-template .sc-builder-footer a:hover {
    color: #ccc !important;
    text-decoration: none !important;
}

body.repair-service-template .sc-footer-contact-list li {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

body.repair-service-template .sc-footer-contact-list i,
body.repair-service-template .sc-footer-menu-list li:before {
    color: #86c72b !important;
    font-family: FontAwesome !important;
    font-size: 13px !important;
    line-height: 1 !important;
    flex: 0 0 auto !important;
}

body.repair-service-template .sc-footer-menu-list li {
    position: relative !important;
    padding-left: 18px !important;
}

body.repair-service-template .sc-footer-menu-list li:before {
    content: "\f105" !important;
    position: absolute !important;
    left: 0 !important;
    top: 10px !important;
}

body.repair-service-template .sc-footer-socials {
    display: flex !important;
    align-items: center !important;
    gap: 24px !important;
    padding-top: 6px !important;
}

body.repair-service-template .sc-footer-socials a {
    color: #ccc !important;
    font-size: 18px !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

body.repair-service-template .sc-footer-socials a:hover {
    color: #86c72b !important;
}

body.repair-service-template .footercopy {
    background: #111 !important;
    color: #fff !important;
    font-size: 14px !important;
    padding: 10px 0 !important;
    line-height: 20px !important;
}

body.repair-service-template .sc-footer-copy-container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 30px !important;
}

body.repair-service-template .footercopy p {
    margin: 0 !important;
    color: #fff !important;
    font-size: 14px !important;
    line-height: 20px !important;
}

body.repair-service-template .footercopy a,
body.repair-service-template .menu_top_footer a {
    color: #fff !important;
    text-decoration: none !important;
}

body.repair-service-template .menu_top_footer ul {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
}

body.repair-service-template .menu_top_footer li {
    list-style: none !important;
    border-right: 1px solid rgba(255,255,255,.35) !important;
    line-height: 14px !important;
    padding: 0 22px !important;
    margin: 0 !important;
}

body.repair-service-template .menu_top_footer li:last-child {
    border-right: 0 !important;
    padding-right: 0 !important;
}

body.repair-service-template .menu_top_footer a {
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 14px !important;
}

body.repair-service-template .sc-topcontrol {
    position: fixed !important;
    right: 26px !important;
    bottom: 40px !important;
    z-index: 9999 !important;
    width: 38px !important;
    height: 33px !important;
    cursor: pointer !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all .3s linear !important;
}

body.repair-service-template .sc-topcontrol.is-visible {
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-topcontrol > div {
    width: 38px !important;
    height: 33px !important;
    background: #1d1d1d !important;
    text-align: center !important;
    box-shadow: 0 8px 23px -6px rgba(27,27,27,1) !important;
}

body.repair-service-template .sc-topcontrol .to_the_top > i {
    color: #fff !important;
    font-size: 25px !important;
    line-height: 32px !important;
}

@media (max-width: 1199px) {
    body.repair-service-template .sc-builder-footer .container,
    body.repair-service-template .sc-footer-container,
    body.repair-service-template .sc-footer-copy-container {
        width: 970px !important;
        max-width: 970px !important;
    }

    body.repair-service-template .sc-footer-grid {
        gap: 45px !important;
    }
}

@media (max-width: 991px) {
    body.repair-service-template .sc-builder-footer .container,
    body.repair-service-template .sc-footer-container,
    body.repair-service-template .sc-footer-copy-container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    body.repair-service-template .sc-footer-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 35px !important;
        padding: 45px 0 !important;
    }

    body.repair-service-template .sc-footer-copy-container {
        flex-direction: column !important;
        justify-content: center !important;
        text-align: center !important;
        gap: 12px !important;
    }

    body.repair-service-template .menu_top_footer ul {
        justify-content: center !important;
        flex-wrap: wrap !important;
        row-gap: 8px !important;
    }
}

@media (max-width: 575px) {
    body.repair-service-template .sc-footer-grid {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
        padding: 38px 0 !important;
        text-align: left !important;
    }

    body.repair-service-template .menu_top_footer li {
        padding: 0 12px !important;
    }
}

/* ===== FINAL FOOTER FIX: builder 1:1, no overlap/fixed footer, SVG icons ===== */
body.repair-service-template .sc-builder-footer,
body.repair-service-template .footer_up_wrap.dark.sc-builder-footer,
body.repair-service-template #up_footerwrap.footerclass,
body.repair-service-template .footercopy {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 100% !important;
    clear: both !important;
    z-index: 1 !important;
}

body.repair-service-template .sc-builder-footer {
    margin-top: 0 !important;
    background: #000 !important;
    overflow: visible !important;
}

body.repair-service-template #up_footerwrap.footerclass {
    background: #000 !important;
    min-height: 280px !important;
}

body.repair-service-template .sc-footer-grid {
    display: grid !important;
    grid-template-columns: 1.2fr 1.2fr 1fr .9fr !important;
    gap: 70px !important;
    align-items: flex-start !important;
    padding: 65px 0 65px !important;
    margin: 0 !important;
}

body.repair-service-template .sc-footer-logo {
    display: inline-block !important;
    margin: 0 0 26px 0 !important;
    padding: 0 !important;
}

body.repair-service-template .sc-footer-logo img,
body.repair-service-template img._foot_logo {
    display: block !important;
    max-height: 75px !important;
    width: auto !important;
    margin: 0 0 6px 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
    filter: brightness(0) invert(1) !important;
}

body.repair-service-template .sc-footer-contact-list li {
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
    line-height: 33px !important;
}

body.repair-service-template .sc-footer-icon,
body.repair-service-template .sc-footer-social-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #86c72b !important;
    fill: currentColor !important;
    flex: 0 0 auto !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-footer-icon svg,
body.repair-service-template .sc-footer-social-icon {
    display: block !important;
    fill: currentColor !important;
}

body.repair-service-template .sc-footer-contact-list i,
body.repair-service-template .sc-footer-socials i {
    display: none !important;
}

body.repair-service-template .sc-footer-socials {
    display: flex !important;
    align-items: center !important;
    gap: 28px !important;
    padding-top: 6px !important;
}

body.repair-service-template .sc-footer-socials a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 18px !important;
    height: 18px !important;
    color: #ccc !important;
    fill: currentColor !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-footer-socials a:hover,
body.repair-service-template .sc-footer-socials a:hover .sc-footer-social-icon {
    color: #86c72b !important;
}

body.repair-service-template .sc-footer-menu-list li:before {
    content: "›" !important;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #86c72b !important;
    font-size: 18px !important;
    line-height: 33px !important;
    top: 0 !important;
}

body.repair-service-template .footercopy {
    background: #111 !important;
    padding: 10px 0 !important;
    margin: 0 !important;
    min-height: 40px !important;
}

body.repair-service-template .sc-topcontrol .to_the_top > span {
    color: #fff !important;
    font-size: 26px !important;
    line-height: 32px !important;
    font-weight: 700 !important;
}

@media (max-width: 991px) {
    body.repair-service-template .sc-footer-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 35px !important;
        padding: 45px 20px !important;
    }
}

@media (max-width: 575px) {
    body.repair-service-template .sc-footer-grid {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
        padding: 38px 20px !important;
    }
}


/* ===== FINAL FIX: footer services arrows like builder ===== */
body.repair-service-template .sc-builder-footer #menu-footer_menu,
body.repair-service-template .sc-builder-footer .widget_nav_menu ul,
body.repair-service-template #up_footerwrap .widget_nav_menu ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.repair-service-template .sc-builder-footer #menu-footer_menu li,
body.repair-service-template .sc-builder-footer .widget_nav_menu ul li,
body.repair-service-template #up_footerwrap .widget_nav_menu ul li {
    position: relative !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 0 0 18px !important;
    border: 0 !important;
    line-height: 33px !important;
}

body.repair-service-template .sc-builder-footer #menu-footer_menu li:before,
body.repair-service-template .sc-builder-footer .widget_nav_menu ul li:before,
body.repair-service-template #up_footerwrap .widget_nav_menu ul li:before {
    content: "›" !important;
    display: inline-block !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    color: #86c72b !important;
    font-family: FontAwesome !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: 33px !important;
    width: 10px !important;
    height: 33px !important;
    text-align: left !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-builder-footer #menu-footer_menu li a,
body.repair-service-template .sc-builder-footer .widget_nav_menu ul li a,
body.repair-service-template #up_footerwrap .widget_nav_menu ul li a {
    display: inline-block !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 33px !important;
    text-decoration: none !important;
}

body.repair-service-template .sc-builder-footer #menu-footer_menu li a:hover,
body.repair-service-template .sc-builder-footer .widget_nav_menu ul li a:hover,
body.repair-service-template #up_footerwrap .widget_nav_menu ul li a:hover {
    color: #86c72b !important;
}

/* ===== FINAL FIX: footer services arrows + bigger white social icons ===== */
body.repair-service-template .sc-builder-footer .sc-footer-menu-list,
body.repair-service-template footer.sc-builder-footer .sc-footer-menu-list {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-menu-list > li,
body.repair-service-template footer.sc-builder-footer .sc-footer-menu-list > li,
body.repair-service-template #up_footerwrap .sc-footer-menu-list > li {
    position: relative !important;
    display: block !important;
    padding-left: 18px !important;
    margin: 0 !important;
    line-height: 33px !important;
    list-style: none !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-menu-list > li::before,
body.repair-service-template footer.sc-builder-footer .sc-footer-menu-list > li::before,
body.repair-service-template #up_footerwrap .sc-footer-menu-list > li::before {
    content: "\f105" !important;
    font-family: FontAwesome !important;
    display: inline-block !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 12px !important;
    height: 33px !important;
    color: #86c72b !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 33px !important;
    text-align: left !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-menu-list > li > a,
body.repair-service-template footer.sc-builder-footer .sc-footer-menu-list > li > a {
    display: inline-block !important;
    color: #fff !important;
    line-height: 33px !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-socials,
body.repair-service-template footer.sc-builder-footer .sc-footer-socials {
    gap: 30px !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-socials a,
body.repair-service-template footer.sc-builder-footer .sc-footer-socials a {
    width: 24px !important;
    height: 24px !important;
    color: #fff !important;
    fill: #fff !important;
    font-size: 24px !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-social-icon,
body.repair-service-template footer.sc-builder-footer .sc-footer-social-icon,
body.repair-service-template .sc-builder-footer .sc-footer-socials svg,
body.repair-service-template footer.sc-builder-footer .sc-footer-socials svg {
    width: 22px !important;
    height: 22px !important;
    color: #fff !important;
    fill: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-socials a:hover,
body.repair-service-template footer.sc-builder-footer .sc-footer-socials a:hover,
body.repair-service-template .sc-builder-footer .sc-footer-socials a:hover svg,
body.repair-service-template footer.sc-builder-footer .sc-footer-socials a:hover svg {
    color: #86c72b !important;
    fill: #86c72b !important;
}


/* ===== ABSOLUTE FINAL: floating footer reveal + services arrows + white social icons ===== */
html body.repair-service-template,
body.repair-service-template {
    background: #000 !important;
    overflow-x: hidden !important;
    --sc-footer-real-height: 360px;
}

/* footer stays fixed behind page content */
body.repair-service-template .sc-builder-footer,
body.repair-service-template footer.sc-builder-footer,
body.repair-service-template .footer_up_wrap.dark.sc-builder-footer {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    width: 100% !important;
    z-index: 0 !important;
    background: #000 !important;
    margin: 0 !important;
    transform: none !important;
    will-change: transform !important;
}

/* content scrolls over fixed footer */
body.repair-service-template .repair-service-page,
body.repair-service-template main.repair-service-page,
body.repair-service-template #wrapper {
    position: relative !important;
    z-index: 2 !important;
}

body.repair-service-template .repair-service-page,
body.repair-service-template main.repair-service-page {
    background: #fff !important;
    margin-bottom: var(--sc-footer-real-height) !important;
    min-height: calc(100vh + 1px) !important;
}

body.repair-service-template .sc-custom-header,
body.repair-service-template .sc-main-header,
body.repair-service-template .sc-main-header.is-sticky,
body.repair-service-template .sc-topcontrol {
    z-index: 99999 !important;
}

/* footer internal parts must not be fixed separately */
body.repair-service-template .sc-builder-footer #up_footerwrap.footerclass,
body.repair-service-template .sc-builder-footer .footercopy,
body.repair-service-template .sc-builder-footer .sc-footer-container,
body.repair-service-template .sc-builder-footer .sc-footer-copy-container {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
}

/* SERVICES arrows: no FontAwesome dependency, real CSS arrow */
body.repair-service-template .sc-builder-footer .sc-footer-menu-list,
body.repair-service-template .sc-builder-footer .widget_nav_menu ul,
body.repair-service-template .sc-builder-footer #menu-footer_menu,
body.repair-service-template #up_footerwrap .widget_nav_menu ul,
body.repair-service-template #up_footerwrap #menu-footer_menu {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-menu-list > li,
body.repair-service-template .sc-builder-footer .widget_nav_menu ul > li,
body.repair-service-template .sc-builder-footer #menu-footer_menu > li,
body.repair-service-template #up_footerwrap .widget_nav_menu ul > li,
body.repair-service-template #up_footerwrap #menu-footer_menu > li {
    position: relative !important;
    display: block !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 0 0 18px !important;
    border: 0 !important;
    line-height: 33px !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-menu-list > li:before,
body.repair-service-template .sc-builder-footer .widget_nav_menu ul > li:before,
body.repair-service-template .sc-builder-footer #menu-footer_menu > li:before,
body.repair-service-template #up_footerwrap .widget_nav_menu ul > li:before,
body.repair-service-template #up_footerwrap #menu-footer_menu > li:before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 12px !important;
    display: block !important;
    width: 6px !important;
    height: 6px !important;
    border: 0 !important;
    border-top: 2px solid #86c72b !important;
    border-right: 2px solid #86c72b !important;
    transform: rotate(45deg) !important;
    background: transparent !important;
    opacity: 1 !important;
    visibility: visible !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-menu-list > li > a,
body.repair-service-template .sc-builder-footer .widget_nav_menu ul > li > a,
body.repair-service-template .sc-builder-footer #menu-footer_menu > li > a,
body.repair-service-template #up_footerwrap .widget_nav_menu ul > li > a,
body.repair-service-template #up_footerwrap #menu-footer_menu > li > a {
    display: inline-block !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 33px !important;
    text-decoration: none !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-menu-list > li > a:hover,
body.repair-service-template .sc-builder-footer .widget_nav_menu ul > li > a:hover,
body.repair-service-template .sc-builder-footer #menu-footer_menu > li > a:hover {
    color: #86c72b !important;
}

/* bigger white socials */
body.repair-service-template .sc-builder-footer .sc-footer-socials,
body.repair-service-template #up_footerwrap .sc-footer-socials {
    display: flex !important;
    align-items: center !important;
    gap: 28px !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-socials a,
body.repair-service-template #up_footerwrap .sc-footer-socials a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    color: #fff !important;
    fill: #fff !important;
    font-size: 24px !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-socials svg,
body.repair-service-template .sc-builder-footer .sc-footer-social-icon,
body.repair-service-template #up_footerwrap .sc-footer-socials svg,
body.repair-service-template #up_footerwrap .sc-footer-social-icon {
    width: 23px !important;
    height: 23px !important;
    color: #fff !important;
    fill: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template .sc-builder-footer .sc-footer-socials a:hover,
body.repair-service-template .sc-builder-footer .sc-footer-socials a:hover svg,
body.repair-service-template #up_footerwrap .sc-footer-socials a:hover,
body.repair-service-template #up_footerwrap .sc-footer-socials a:hover svg {
    color: #86c72b !important;
    fill: #86c72b !important;
}

/* mobile: footer becomes normal, otherwise it covers content too much */
@media (max-width: 991px) {
    html body.repair-service-template,
    body.repair-service-template {
        --sc-footer-real-height: 0px;
    }

    body.repair-service-template .sc-builder-footer,
    body.repair-service-template footer.sc-builder-footer,
    body.repair-service-template .footer_up_wrap.dark.sc-builder-footer {
        position: relative !important;
        z-index: 1 !important;
    }

    body.repair-service-template .repair-service-page,
    body.repair-service-template main.repair-service-page {
        margin-bottom: 0 !important;
    }
}

/* ===== REAL FINAL OVERRIDE: footer menu arrows as text glyph, no FontAwesome needed ===== */
body.repair-service-template footer#up_footerwrap .menu-footer_menu-container ul.menu > li,
body.repair-service-template footer#up_footerwrap #menu-footer_menu > li,
body.repair-service-template .sc-builder-footer .menu-footer_menu-container ul.menu > li,
body.repair-service-template .sc-builder-footer #menu-footer_menu > li,
body.repair-service-template #up_footerwrap .widget_nav_menu ul.menu > li {
    position: relative !important;
    display: block !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 0 0 18px !important;
    line-height: 33px !important;
    border: 0 !important;
    background: transparent !important;
}

body.repair-service-template footer#up_footerwrap .menu-footer_menu-container ul.menu > li::before,
body.repair-service-template footer#up_footerwrap #menu-footer_menu > li::before,
body.repair-service-template .sc-builder-footer .menu-footer_menu-container ul.menu > li::before,
body.repair-service-template .sc-builder-footer #menu-footer_menu > li::before,
body.repair-service-template #up_footerwrap .widget_nav_menu ul.menu > li::before {
    content: "›" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    color: #1d592b !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 33px !important;
    text-align: left !important;
    text-rendering: auto !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.repair-service-template footer#up_footerwrap #menu-footer_menu > li > a,
body.repair-service-template .sc-builder-footer #menu-footer_menu > li > a,
body.repair-service-template #up_footerwrap .widget_nav_menu ul.menu > li > a {
    display: inline-block !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 33px !important;
    text-decoration: none !important;
    background: transparent !important;
}

body.repair-service-template footer#up_footerwrap #menu-footer_menu > li > a:hover,
body.repair-service-template .sc-builder-footer #menu-footer_menu > li > a:hover,
body.repair-service-template #up_footerwrap .widget_nav_menu ul.menu > li > a:hover {
    color: #1d592b !important;
}

/* ===== Service page content ===== */
body.repair-service-template.service-page-active .service-main {
    background: #fff;
}

body.repair-service-template.service-page-active .service-single {
    padding: 55px 0 0;
    background: #fff;
}

body.repair-service-template.service-page-active .service-main-photo-section {
    padding-bottom: 42px;
}

body.repair-service-template.service-page-active .service-main-photo {
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .08);
}

body.repair-service-template.service-page-active .service-main-photo img {
    display: block;
    width: 100%;
    height: 520px !important;
    object-fit: cover;
}

body.repair-service-template.service-page-active .service-content-container {
    max-width: 980px;
}

body.repair-service-template.service-page-active .service-text-section {
    padding: 10px 0 42px;
}

body.repair-service-template.service-page-active .service-post-details {
    max-width: 880px;
    margin: 0 auto;
}

body.repair-service-template.service-page-active .service-title {
    margin: 0 0 18px;
    color: #222;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -.02em;
}

body.repair-service-template.service-page-active .service-post-details p {
    margin: 0 0 18px;
    color: #666;
    font-size: 16px;
    line-height: 1.85;
}

body.repair-service-template.service-page-active .service-steps-section {
    padding: 28px 0 48px;
}

body.repair-service-template.service-page-active .service-steps-row {
    row-gap: 30px;
}

body.repair-service-template.service-page-active .service-side-photo {
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 16px 38px rgba(0, 0, 0, .08);
}

body.repair-service-template.service-page-active .service-side-photo img {
    display: block;
    width: 100%;
    height: 520px !important;
    object-fit: cover;
}

body.repair-service-template.service-page-active .service-check-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.repair-service-template.service-page-active .service-check-list li {
    position: relative;
    margin: 0 0 13px;
    padding-left: 30px;
    color: #555;
    font-size: 16px;
    line-height: 1.55;
}

body.repair-service-template.service-page-active .service-check-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 1px;
    color: #1d592b;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

body.repair-service-template.service-page-active .service-text-section-last {
    padding-bottom: 35px;
}

body.repair-service-template.service-page-active .service-call-section {
    padding: 55px 0 70px;
    background: #111;
    color: #fff;
    text-align: center;
}

body.repair-service-template.service-page-active .service-call-box {
    max-width: 850px;
    margin: 0 auto;
}

body.repair-service-template.service-page-active .service-call-box h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 700;
}

body.repair-service-template.service-page-active .service-call-box p {
    margin: 0 0 28px;
    color: #cfcfcf;
    font-size: 18px;
}

body.repair-service-template.service-page-active .service-call-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-width: 360px;
    height: 58px;
    padding: 0 36px;
    background: #1d592b;
    color: #fff !important;
    border-radius: 0;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .12em;
    transition: background .25s ease, transform .25s ease;
}

body.repair-service-template.service-page-active .service-call-btn span {
    font-size: 24px;
    line-height: 1;
    transform: translateY(-1px);
}

body.repair-service-template.service-page-active .service-call-btn:hover {
    background: #6fa622;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    body.repair-service-template.service-page-active .service-single {
        padding-top: 35px;
    }

    body.repair-service-template.service-page-active .service-main-photo img,
    body.repair-service-template.service-page-active .service-side-photo img {
        height: auto !important;
    }

    body.repair-service-template.service-page-active .service-title,
    body.repair-service-template.service-page-active .service-call-box h2 {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    body.repair-service-template.service-page-active .service-single {
        padding-top: 25px;
    }

    body.repair-service-template.service-page-active .service-main-photo-section,
    body.repair-service-template.service-page-active .service-text-section,
    body.repair-service-template.service-page-active .service-steps-section {
        padding-bottom: 30px;
    }

    body.repair-service-template.service-page-active .service-title,
    body.repair-service-template.service-page-active .service-call-box h2 {
        font-size: 24px;
    }

    body.repair-service-template.service-page-active .service-post-details p,
    body.repair-service-template.service-page-active .service-check-list li {
        font-size: 15px;
    }

    body.repair-service-template.service-page-active .service-call-btn {
        width: 100%;
        min-width: 0;
    }
}

/* ===== Rent page custom template ===== */
body.repair-service-template.rent-page-active .rent-page {
    background: #fff !important;
    overflow: hidden;
}

body.repair-service-template.rent-page-active .rent-main {
    background: #fff;
}

body.repair-service-template.rent-page-active .rent-hero-section {
    background: #111;
}

body.repair-service-template.rent-page-active .rent-hero {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    background: #111;
}

body.repair-service-template.rent-page-active .rent-hero figure {
    position: absolute;
    inset: 0;
    margin: 0;
}

body.repair-service-template.rent-page-active .rent-hero figure:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,.68), rgba(0,0,0,.28) 48%, rgba(0,0,0,.12));
    z-index: 1;
}

body.repair-service-template.rent-page-active .rent-hero img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
    transform: scale(1.02);
    transition: transform 1.2s ease;
}

body.repair-service-template.rent-page-active .rent-hero:hover img {
    transform: scale(1.07);
}

body.repair-service-template.rent-page-active .rent-hero .container {
    position: relative;
    z-index: 2;
    min-height: 520px;
    display: flex;
    align-items: center;
}

body.repair-service-template.rent-page-active .rent-hero-content {
    max-width: 680px;
    padding: 70px 0;
}

body.repair-service-template.rent-page-active .rent-hero-content h1 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 54px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -.02em;
    text-transform: uppercase;
}

body.repair-service-template.rent-page-active .rent-hero-price {
    display: inline-flex;
    align-items: center;
    padding: 9px 18px;
    background: #1d592b;
    color: #fff;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    border-radius: 3px;
}

body.repair-service-template.rent-page-active .rent-about-section {
    padding: 75px 0 45px;
    background: #fff;
}

body.repair-service-template.rent-page-active .rent-about-second {
    padding-top: 45px;
    padding-bottom: 75px;
}

body.repair-service-template.rent-page-active .rent-about-row {
    row-gap: 35px;
}

body.repair-service-template.rent-page-active .rent-about-img {
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .09);
}

body.repair-service-template.rent-page-active .rent-about-img img {
    display: block;
    width: 100%;
    height: 465px !important;
    object-fit: cover;
}

body.repair-service-template.rent-page-active .rent-about-content {
    max-width: 560px;
}

body.repair-service-template.rent-page-active .rent-about-content h2 {
    margin: 0 0 20px;
    color: #222;
    font-size: 34px;
    line-height: 1.22;
    font-weight: 700;
    letter-spacing: -.02em;
}

body.repair-service-template.rent-page-active .rent-about-content h3 {
    margin: 0 0 14px;
    color: #222;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
}

body.repair-service-template.rent-page-active .rent-about-content p {
    margin: 0 0 18px;
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}

body.repair-service-template.rent-page-active .rent-check-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.repair-service-template.rent-page-active .rent-check-list li {
    position: relative;
    margin: 0 0 12px;
    padding-left: 31px;
    color: #555;
    font-size: 16px;
    line-height: 1.55;
}

body.repair-service-template.rent-page-active .rent-check-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 1px;
    color: #1d592b;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

body.repair-service-template.rent-page-active .rent-brand-section {
    padding: 70px 0;
    background: #f5f6f8 !important;
}

body.repair-service-template.rent-page-active .rent-section-title {
    margin: 0 0 32px;
    color: #222;
    text-align: center;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
}

body.repair-service-template.rent-page-active .rent-brand-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

body.repair-service-template.rent-page-active .rent-brand-card {
    height: 105px;
    margin: 0;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,.035);
}

body.repair-service-template.rent-page-active .rent-brand-card img {
    display: block;
    max-width: 100%;
    max-height: 64px !important;
    object-fit: contain;
}

body.repair-service-template.rent-page-active .rent-brand-text {
    color: #222;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .01em;
    text-align: center;
}

body.repair-service-template.rent-page-active .rent-contact-section {
    padding: 75px 0 80px;
    background: #fff;
}

body.repair-service-template.rent-page-active .rent-contact-info {
    height: 100%;
    min-height: 360px;
    padding: 34px 30px;
    background: #f4f5f7 !important;
    border-radius: 10px;
}

body.repair-service-template.rent-page-active .rent-contact-info h3 {
    margin: 0 0 18px;
    color: #222;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
}

body.repair-service-template.rent-page-active .rent-contact-info ul {
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

body.repair-service-template.rent-page-active .rent-contact-info li {
    position: relative;
    margin: 0 0 14px;
    padding-left: 24px;
    color: #555;
    font-size: 15px;
    line-height: 1.55;
}

body.repair-service-template.rent-page-active .rent-contact-info li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 1px;
    color: #1d592b;
    font-weight: 700;
}

body.repair-service-template.rent-page-active .rent-contact-info h4 {
    margin: 18px 0 8px;
    color: #222;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
}

body.repair-service-template.rent-page-active .rent-contact-info p {
    margin: 0 0 12px;
    color: #555;
    font-size: 15px;
    line-height: 1.65;
}

body.repair-service-template.rent-page-active .rent-contact-info a {
    color: #222;
    text-decoration: none;
}

body.repair-service-template.rent-page-active .rent-contact-info a:hover {
    color: #1d592b;
}

body.repair-service-template.rent-page-active .rent-form-card {
    padding: 46px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 20px 55px rgba(0,0,0,.09);
}

body.repair-service-template.rent-page-active .rent-form-card h2 {
    margin: 0 0 9px;
    color: #111;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
}

body.repair-service-template.rent-page-active .rent-form-card > p {
    margin: 0 0 28px;
    color: #666;
    font-size: 15px;
    line-height: 1.55;
}

body.repair-service-template.rent-page-active .rent-form-card .repair-contact-form h4,
body.repair-service-template.rent-page-active .rent-form-card .repair-contact-form > p {
    display: none !important;
}

body.repair-service-template.rent-page-active .rent-form-card .row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 0 24px !important;
}

body.repair-service-template.rent-page-active .rent-form-card .col-md-6 {
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
    padding: 0 !important;
    margin: 0 !important;
}

body.repair-service-template.rent-page-active .rent-form-card .form-control,
body.repair-service-template.rent-page-active .rent-form-card input[type="text"],
body.repair-service-template.rent-page-active .rent-form-card input[type="tel"],
body.repair-service-template.rent-page-active .rent-form-card input[type="email"] {
    width: 100%;
    height: 56px;
    padding: 0 18px;
    border: 1px solid #ddd;
    border-radius: 7px;
    background: #fff;
    color: #222;
    font-size: 15px;
    line-height: 56px;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

body.repair-service-template.rent-page-active .rent-form-card .form-control:focus,
body.repair-service-template.rent-page-active .rent-form-card input:focus {
    border-color: #1d592b;
    box-shadow: 0 0 0 3px rgba(134,194,50,.14);
}

body.repair-service-template.rent-page-active .rent-form-card .btn,
body.repair-service-template.rent-page-active .rent-form-card button,
body.repair-service-template.rent-page-active .rent-form-card input[type="submit"] {
    min-width: 190px;
    height: 56px;
    padding: 0 34px;
    background: #1c1c1c;
    border: 0;
    border-radius: 7px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .04em;
    cursor: pointer;
    transition: background .25s ease, transform .25s ease;
}

body.repair-service-template.rent-page-active .rent-form-card .btn:hover,
body.repair-service-template.rent-page-active .rent-form-card button:hover,
body.repair-service-template.rent-page-active .rent-form-card input[type="submit"]:hover {
    background: #1d592b;
    transform: translateY(-2px);
}

body.repair-service-template.rent-page-active .wpcf7-response-output {
    margin: 18px 0 0 !important;
    border-radius: 6px;
    font-size: 14px;
}

@media (max-width: 991px) {
    body.repair-service-template.rent-page-active .rent-hero,
    body.repair-service-template.rent-page-active .rent-hero .container {
        min-height: 420px;
    }

    body.repair-service-template.rent-page-active .rent-hero-content h1 {
        font-size: 40px;
    }

    body.repair-service-template.rent-page-active .rent-about-section,
    body.repair-service-template.rent-page-active .rent-about-second,
    body.repair-service-template.rent-page-active .rent-brand-section,
    body.repair-service-template.rent-page-active .rent-contact-section {
        padding: 48px 0;
    }

    body.repair-service-template.rent-page-active .rent-about-img img {
        height: auto !important;
    }

    body.repair-service-template.rent-page-active .rent-about-content h2,
    body.repair-service-template.rent-page-active .rent-section-title,
    body.repair-service-template.rent-page-active .rent-form-card h2 {
        font-size: 28px;
    }

    body.repair-service-template.rent-page-active .rent-brand-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    body.repair-service-template.rent-page-active .rent-hero,
    body.repair-service-template.rent-page-active .rent-hero .container {
        min-height: 360px;
    }

    body.repair-service-template.rent-page-active .rent-hero-content h1 {
        font-size: 30px;
    }

    body.repair-service-template.rent-page-active .rent-hero-price {
        font-size: 20px;
    }

    body.repair-service-template.rent-page-active .rent-about-content h2,
    body.repair-service-template.rent-page-active .rent-section-title,
    body.repair-service-template.rent-page-active .rent-form-card h2 {
        font-size: 24px;
    }

    body.repair-service-template.rent-page-active .rent-brand-grid,
    body.repair-service-template.rent-page-active .rent-form-card .row {
        grid-template-columns: 1fr;
    }

    body.repair-service-template.rent-page-active .rent-form-card {
        padding: 28px 20px;
    }

    body.repair-service-template.rent-page-active .rent-form-card .col-md-6 {
        flex-basis: 100%;
        max-width: 100%;
    }

    body.repair-service-template.rent-page-active .rent-form-card .btn,
    body.repair-service-template.rent-page-active .rent-form-card button,
    body.repair-service-template.rent-page-active .rent-form-card input[type="submit"] {
        width: 100%;
    }
}

.rent-page-new {
    --rent-green: #1d592b;
    --rent-dark: #111;
    --rent-text: #5f6368;
    --rent-light: #f5f6f7;
    --rent-border: #e7e9ec;
    background: #fff;
    color: var(--rent-dark);
}

.rent-page-new * {
    box-sizing: border-box;
}

.rent-page-new .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.rent-page-new section {
    padding: 80px 0;
}

.rent-page-new .rent-section-head {
    max-width: 850px;
    margin: 0 auto 42px;
    text-align: center;
}

.rent-page-new .rent-section-head h2,
.rent-page-new .rent-pricing-title,
.rent-page-new .rent-final-title {
    margin: 0 0 16px;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--rent-dark);
}

.rent-page-new .rent-section-head p,
.rent-page-new .rent-section-text {
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
    color: var(--rent-text);
}

.rent-page-new .rent-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 26px;
    border: 0;
    border-radius: 7px;
    background: var(--rent-green);
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    transition: .25s ease;
}

.rent-page-new .rent-btn:hover {
    background: #6ea727;
    transform: translateY(-2px);
}

.rent-page-new .rent-btn-dark {
    background: var(--rent-dark);
}

.rent-page-new .rent-btn-dark:hover {
    background: var(--rent-green);
}

/* Hero */
.rent-page-new .rent-hero-new {
    position: relative;
    min-height: 610px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 90px 0;
    background: #111;
}

.rent-page-new .rent-hero-new::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.56) 48%, rgba(0,0,0,.28) 100%);
    z-index: 1;
}

.rent-page-new .rent-hero-new > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rent-page-new .rent-hero-content-new {
    position: relative;
    z-index: 2;
    max-width: 760px;
    color: #fff;
}

.rent-page-new .rent-hero-content-new h1 {
    margin: 0 0 20px;
    font-size: 54px;
    line-height: 1.1;
    font-weight: 800;
    color: #fff;
}

.rent-page-new .rent-hero-content-new p {
    max-width: 700px;
    margin: 0 0 30px;
    font-size: 21px;
    line-height: 1.55;
    color: rgba(255,255,255,.92);
}

.rent-page-new .rent-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 22px;
}

.rent-page-new .rent-hero-phone {
    color: #fff !important;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none !important;
}

.rent-page-new .rent-hero-phone:hover {
    color: var(--rent-green) !important;
}

/* Two format tiles */
.rent-page-new .rent-two-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.rent-page-new .rent-format-card {
    position: relative;
    min-height: 440px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 16px 45px rgba(0,0,0,.12);
}

.rent-page-new .rent-format-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.08) 15%, rgba(0,0,0,.78) 100%);
}

.rent-page-new .rent-format-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .45s ease;
}

.rent-page-new .rent-format-card:hover img {
    transform: scale(1.05);
}

.rent-page-new .rent-format-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 34px;
    color: #fff;
}

.rent-page-new .rent-format-content h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 28px;
    line-height: 1.25;
}

.rent-page-new .rent-format-content p {
    margin: 0 0 22px;
    color: rgba(255,255,255,.9);
    font-size: 16px;
    line-height: 1.6;
}

/* Equipment cards */
.rent-page-new .rent-equipment-section {
    background: var(--rent-light);
}

.rent-page-new .rent-three-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.rent-page-new .rent-equipment-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 36px rgba(0,0,0,.08);
}

.rent-page-new .rent-equipment-card figure {
    height: 260px;
    margin: 0;
    overflow: hidden;
}

.rent-page-new .rent-equipment-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}

.rent-page-new .rent-equipment-card:hover img {
    transform: scale(1.04);
}

.rent-page-new .rent-equipment-body {
    padding: 26px;
}

.rent-page-new .rent-equipment-body h3 {
    margin: 0 0 12px;
    font-size: 23px;
    line-height: 1.3;
}

.rent-page-new .rent-equipment-body p {
    min-height: 50px;
    margin: 0;
    color: var(--rent-text);
    font-size: 15px;
    line-height: 1.65;
}

/* Formats */
.rent-page-new .rent-use-grid,
.rent-page-new .rent-factors-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.rent-page-new .rent-use-item,
.rent-page-new .rent-factor-item {
    padding: 26px 20px;
    background: #fff;
    border: 1px solid var(--rent-border);
    border-radius: 12px;
    box-shadow: 0 8px 28px rgba(0,0,0,.05);
}

.rent-page-new .rent-use-item {
    border-left: 4px solid var(--rent-green);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
}

/* Pricing */
.rent-page-new .rent-pricing-section {
    background: linear-gradient(135deg, #0d0d0d, #272727);
    color: #fff;
}

.rent-page-new .rent-pricing-title {
    color: #fff;
    text-align: center;
    margin-bottom: 36px;
}

.rent-page-new .rent-price-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    max-width: 1100px;
    margin: 0 auto 34px;
}

.rent-page-new .rent-price-card {
    padding: 36px;
    background: #fff;
    border-radius: 16px;
    color: var(--rent-dark);
    box-shadow: 0 18px 50px rgba(0,0,0,.2);
}

.rent-page-new .rent-price-card h4 {
    margin: 0 0 18px;
    font-size: 25px;
    line-height: 1.3;
}

.rent-page-new .rent-price-main {
    margin-bottom: 12px;
    color: var(--rent-green);
    font-size: 29px;
    font-weight: 800;
}

.rent-page-new .rent-price-special {
    margin: 0;
    padding-top: 14px;
    border-top: 1px solid var(--rent-border);
    color: var(--rent-text);
    font-size: 16px;
    line-height: 1.55;
}

.rent-page-new .rent-price-special strong {
    color: var(--rent-dark);
}

.rent-page-new .rent-pricing-action {
    text-align: center;
}

/* Factors */
.rent-page-new .rent-factors-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rent-page-new .rent-factor-number {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 50%;
    background: var(--rent-green);
    color: #fff;
    font-weight: 800;
}

.rent-page-new .rent-factor-item h3 {
    margin: 0 0 10px;
    font-size: 20px;
}

.rent-page-new .rent-factor-item p {
    margin: 0;
    color: var(--rent-text);
    line-height: 1.65;
}

/* Brands */
.rent-page-new .rent-brands-section {
    background: var(--rent-light);
}

.rent-page-new .rent-brand-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.rent-page-new .rent-brand-card {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 28px rgba(0,0,0,.05);
}

.rent-page-new .rent-brand-card img {
    max-width: 100%;
    max-height: 72px;
    object-fit: contain;
}

/* Final CTA */
.rent-page-new .rent-final-section {
    padding-bottom: 95px;
}

.rent-page-new .rent-final-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 36px;
    align-items: stretch;
}

.rent-page-new .rent-contact-card,
.rent-page-new .rent-form-card-new {
    padding: 38px;
    border-radius: 16px;
}

.rent-page-new .rent-contact-card {
    background: var(--rent-dark);
    color: #fff;
}

.rent-page-new .rent-final-title {
    color: #fff;
    font-size: 32px;
}

.rent-page-new .rent-contact-card > p {
    margin: 0 0 28px;
    color: rgba(255,255,255,.78);
    font-size: 16px;
    line-height: 1.65;
}

.rent-page-new .rent-contact-line {
    margin-top: 20px;
}

.rent-page-new .rent-contact-line span {
    display: block;
    margin-bottom: 6px;
    color: rgba(255,255,255,.58);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.rent-page-new .rent-contact-line a {
    color: #fff !important;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none !important;
}

.rent-page-new .rent-contact-line a:hover {
    color: var(--rent-green) !important;
}

.rent-page-new .rent-form-card-new {
    background: #fff;
    border: 1px solid var(--rent-border);
    box-shadow: 0 16px 50px rgba(0,0,0,.09);
}

.rent-page-new .rent-form-card-new h3 {
    margin: 0 0 8px;
    font-size: 28px;
}

.rent-page-new .rent-form-card-new > p {
    margin: 0 0 24px;
    color: var(--rent-text);
}

.rent-page-new .rent-form-card-new .wpcf7 input:not([type="submit"]),
.rent-page-new .rent-form-card-new .wpcf7 textarea {
    width: 100%;
    min-height: 52px;
    padding: 12px 16px;
    border: 1px solid #dcdfe3;
    border-radius: 8px;
    font-size: 15px;
    box-shadow: none;
}

.rent-page-new .rent-form-card-new .wpcf7 input[type="submit"] {
    min-height: 52px;
    padding: 12px 28px;
    border: 0;
    border-radius: 8px;
    background: var(--rent-green);
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

@media (max-width: 991px) {
    .rent-page-new section {
        padding: 60px 0;
    }

    .rent-page-new .rent-hero-new {
        min-height: 520px;
    }

    .rent-page-new .rent-hero-content-new h1 {
        font-size: 44px;
    }

    .rent-page-new .rent-three-grid,
    .rent-page-new .rent-factors-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rent-page-new .rent-use-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rent-page-new .rent-brand-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .rent-page-new .rent-final-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .rent-page-new .rent-section-head h2,
    .rent-page-new .rent-pricing-title {
        font-size: 30px;
    }

    .rent-page-new .rent-hero-new {
        min-height: 500px;
        padding: 70px 0;
    }

    .rent-page-new .rent-hero-content-new h1 {
        font-size: 36px;
    }

    .rent-page-new .rent-hero-content-new p {
        font-size: 18px;
    }

    .rent-page-new .rent-two-grid,
    .rent-page-new .rent-three-grid,
    .rent-page-new .rent-price-grid,
    .rent-page-new .rent-factors-grid,
    .rent-page-new .rent-use-grid,
    .rent-page-new .rent-brand-grid {
        grid-template-columns: 1fr;
    }

    .rent-page-new .rent-format-card {
        min-height: 390px;
    }

    .rent-page-new .rent-contact-card,
    .rent-page-new .rent-form-card-new,
    .rent-page-new .rent-price-card {
        padding: 28px 22px;
    }
}
/* ===== Rent page: improved business formats cards ===== */
.rent-page-new .rent-use-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.rent-page-new .rent-use-item {
    position: relative;
    min-height: 155px;
    padding: 28px 22px 24px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ececec;
    border-left: 1px solid #ececec;
    border-radius: 18px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, .06);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.rent-page-new .rent-use-item::before {
    content: "";
    display: block;
    width: 46px;
    height: 46px;
    margin-bottom: 22px;
    border-radius: 14px;
    background: linear-gradient(135deg, #1d592b, #6fa51f);
    box-shadow: 0 8px 20px rgba(134, 194, 50, .25);
}

.rent-page-new .rent-use-item::after {
    content: "✓";
    position: absolute;
    top: 39px;
    left: 37px;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: 800;
}

.rent-page-new .rent-use-item span {
    display: block;
    color: #111;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 700;
}

.rent-page-new .rent-use-item:hover {
    transform: translateY(-8px);
    border-color: rgba(134, 194, 50, .55);
    box-shadow: 0 22px 48px rgba(0, 0, 0, .11);
}

@media (max-width: 1199px) {
    .rent-page-new .rent-use-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .rent-page-new .rent-use-grid {
        grid-template-columns: 1fr;
    }

    .rent-page-new .rent-use-item {
        min-height: auto;
    }
}


/* ===== Rent business showcase — premium image cards ===== */
.rent-page-new .rent-business-showcase {
    padding: 92px 0 105px;
    background:
            radial-gradient(circle at 50% 0, rgba(134, 194, 50, .045), transparent 35%),
            #fff;
}

.rent-page-new .rent-business-heading {
    max-width: 930px;
    margin: 0 auto 55px;
    text-align: center;
}

.rent-page-new .rent-business-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 14px;
    color: #78b92a;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.rent-page-new .rent-business-eyebrow::before,
.rent-page-new .rent-business-eyebrow::after {
    content: "";
    width: 62px;
    height: 1px;
    background: #1d592b;
}

.rent-page-new .rent-business-heading h2 {
    margin: 0 0 20px;
    color: #111;
    font-size: clamp(34px, 3.25vw, 52px);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -.035em;
}

.rent-page-new .rent-business-heading p {
    max-width: 860px;
    margin: 0 auto;
    color: #6b6b6b;
    font-size: 17px;
    line-height: 1.75;
}

.rent-page-new .rent-business-cards {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.rent-page-new .rent-business-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 440px;
    padding: 20px 20px 28px;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    background: #fff;
    color: #111 !important;
    text-decoration: none !important;
    border: 1px solid #ececec;
    border-radius: 26px;
    box-shadow: 0 16px 42px rgba(28, 35, 21, .07);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.rent-page-new .rent-business-card:hover {
    transform: translateY(-9px);
    border-color: rgba(134, 194, 50, .48);
    box-shadow: 0 25px 58px rgba(28, 35, 21, .14);
}

.rent-page-new .rent-business-visual {
    position: relative;
    width: 100%;
    height: 235px;
    margin-bottom: -22px;
    overflow: hidden;
    background: #eee;
    clip-path: polygon(50% 0, 92% 18%, 100% 76%, 84% 93%, 50% 100%, 16% 93%, 0 76%, 8% 18%);
}

.rent-page-new .rent-business-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 0 7px rgba(255,255,255,.85);
    pointer-events: none;
}

.rent-page-new .rent-business-visual img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: transform .5s ease;
}

.rent-page-new .rent-business-card:hover .rent-business-visual img {
    transform: scale(1.06);
}

.rent-page-new .rent-business-card::before {
    content: "";
    position: absolute;
    top: 205px;
    left: 50%;
    width: calc(100% - 50px);
    height: 82px;
    transform: translateX(-50%);
    border: 8px solid #1d592b;
    border-top: 0;
    border-radius: 0 0 42px 42px;
    z-index: 0;
}

.rent-page-new .rent-business-icon {
    position: relative;
    z-index: 2;
    display: flex;
    width: 76px;
    height: 76px;
    margin: 0 auto 18px;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #f5faec, #e8f4d6);
    border: 1px solid rgba(134, 194, 50, .12);
    clip-path: polygon(50% 0, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
}

.rent-page-new .rent-business-icon svg {
    width: 36px;
    height: 36px;
    fill: none;
    stroke: #79b92a;
    stroke-width: 2.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.rent-page-new .rent-business-card h3 {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #111;
    font-size: 19px;
    line-height: 1.45;
    font-weight: 800;
    text-align: center;
}

.rent-page-new .rent-business-line {
    display: block;
    width: 46px;
    height: 3px;
    margin-top: auto;
    border-radius: 999px;
    background: #1d592b;
    transition: width .3s ease;
}

.rent-page-new .rent-business-card:hover .rent-business-line {
    width: 74px;
}

@media (max-width: 1199px) {
    .rent-page-new .rent-business-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .rent-page-new .rent-business-showcase {
        padding: 65px 0 75px;
    }

    .rent-page-new .rent-business-heading {
        margin-bottom: 38px;
    }

    .rent-page-new .rent-business-heading p {
        font-size: 15px;
    }

    .rent-page-new .rent-business-eyebrow::before,
    .rent-page-new .rent-business-eyebrow::after {
        width: 28px;
    }

    .rent-page-new .rent-business-cards {
        grid-template-columns: 1fr;
        max-width: 410px;
        margin: 0 auto;
    }

    .rent-page-new .rent-business-card {
        min-height: 430px;
    }
}

/* ===== Rent business cards — wide premium layout (final) ===== */
.rent-page-new .rent-business-showcase > .container {
    width: min(1540px, calc(100% - 48px));
    max-width: 1540px;
}

.rent-page-new .rent-business-showcase {
    padding: 88px 0 104px;
    background: linear-gradient(180deg, #fff 0%, #fdfefb 100%);
}

.rent-page-new .rent-business-heading {
    max-width: 980px;
    margin-bottom: 52px;
}

.rent-page-new .rent-business-cards {
    grid-template-columns: repeat(5, minmax(210px, 1fr));
    gap: 22px;
}

.rent-page-new .rent-business-card {
    min-height: 478px;
    padding: 20px 18px 30px;
    border-radius: 24px;
    border: 1px solid #edf0ea;
    box-shadow: 0 16px 44px rgba(23, 36, 15, .07);
}

.rent-page-new .rent-business-visual {
    width: 100%;
    height: 255px;
    margin: 0 0 -10px;
    overflow: hidden;
    background: #eee;
    clip-path: polygon(50% 0, 88% 15%, 96% 30%, 96% 76%, 84% 91%, 50% 100%, 16% 91%, 4% 76%, 4% 30%, 12% 15%);
}

.rent-page-new .rent-business-visual::after {
    box-shadow: inset 0 0 0 5px rgba(255,255,255,.92);
}

.rent-page-new .rent-business-card::before {
    top: 218px;
    width: calc(100% - 42px);
    height: 94px;
    border-width: 7px;
    border-radius: 0 0 46px 46px;
}

.rent-page-new .rent-business-icon {
    width: 82px;
    height: 82px;
    margin-bottom: 18px;
}

.rent-page-new .rent-business-icon svg {
    width: 38px;
    height: 38px;
}

.rent-page-new .rent-business-card h3 {
    font-size: 20px;
    line-height: 1.42;
}

@media (max-width: 1399px) {
    .rent-page-new .rent-business-showcase > .container {
        width: min(1260px, calc(100% - 40px));
    }

    .rent-page-new .rent-business-cards {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 16px;
    }

    .rent-page-new .rent-business-card {
        min-height: 445px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .rent-page-new .rent-business-visual {
        height: 225px;
    }

    .rent-page-new .rent-business-card::before {
        top: 193px;
    }
}

@media (max-width: 1199px) {
    .rent-page-new .rent-business-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 22px;
    }

    .rent-page-new .rent-business-card {
        min-height: 455px;
    }

    .rent-page-new .rent-business-visual {
        height: 245px;
    }

    .rent-page-new .rent-business-card::before {
        top: 213px;
    }
}

@media (max-width: 767px) {
    .rent-page-new .rent-business-showcase > .container {
        width: min(440px, calc(100% - 30px));
    }

    .rent-page-new .rent-business-cards {
        grid-template-columns: 1fr;
    }

    .rent-page-new .rent-business-card {
        min-height: 455px;
    }
}

/* ===== RENT BUSINESS CARDS: clean icon-only variant ===== */
.rent-page-new .rent-business-showcase.rent-business-icons-only {
    padding: 92px 0 105px;
    background:
            radial-gradient(circle at 50% 0%, rgba(134, 194, 50, .045), transparent 34%),
            #fff;
}

.rent-page-new .rent-business-icons-only > .container {
    width: min(1480px, calc(100% - 60px));
    max-width: 1480px;
}

.rent-page-new .rent-business-icons-only .rent-business-heading {
    max-width: 1040px;
    margin: 0 auto 58px;
    text-align: center;
}

.rent-page-new .rent-business-icons-only .rent-business-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 0 0 28px;
}

.rent-page-new .rent-business-icons-only .rent-business-eyebrow::before,
.rent-page-new .rent-business-icons-only .rent-business-eyebrow::after {
    content: "";
    width: 48px;
    height: 2px;
    background: #7bc12d;
}

.rent-page-new .rent-business-icons-only .rent-coffee-bean {
    position: relative;
    display: block;
    width: 23px;
    height: 30px;
    border-radius: 50% 48% 52% 48%;
    background: #7bc12d;
    transform: rotate(22deg);
}

.rent-page-new .rent-business-icons-only .rent-coffee-bean::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 2px;
    width: 3px;
    height: 26px;
    border-radius: 50%;
    background: rgba(255,255,255,.85);
    transform: rotate(12deg);
}

.rent-page-new .rent-business-icons-only .rent-business-heading h2 {
    margin: 0 0 24px;
    color: #101114;
    font-size: clamp(38px, 3.25vw, 58px);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -.035em;
}

.rent-page-new .rent-business-icons-only .rent-business-heading p {
    max-width: 980px;
    margin: 0 auto;
    color: #686868;
    font-size: 18px;
    line-height: 1.75;
}

.rent-page-new .rent-business-icons-only .rent-business-cards {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 28px;
}

.rent-page-new .rent-business-icons-only .rent-business-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 355px;
    padding: 46px 22px 38px;
    overflow: hidden;
    color: #111;
    text-decoration: none;
    text-align: center;
    background: linear-gradient(180deg, #fff 0%, #fefefe 100%);
    border: 1px solid #e6e9e3;
    border-top: 3px solid #7bc12d;
    border-radius: 24px;
    box-shadow: 0 18px 44px rgba(25, 35, 18, .075);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.rent-page-new .rent-business-icons-only .rent-business-card::before {
    content: none !important;
    display: none !important;
}

.rent-page-new .rent-business-icons-only .rent-business-visual {
    display: none !important;
}

.rent-page-new .rent-business-icons-only .rent-business-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    margin: 0 0 30px;
    flex: 0 0 auto;
    border-radius: 50%;
    background:
            radial-gradient(circle at 35% 30%, #f8fceb 0, #eef7dc 58%, #e7f1d2 100%);
    color: #67af19;
    box-shadow: inset 0 0 0 1px rgba(123,193,45,.08);
}

.rent-page-new .rent-business-icons-only .rent-business-icon svg {
    width: 58px;
    height: 58px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.rent-page-new .rent-business-icons-only .rent-business-card h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 78px;
    margin: 0;
    color: #111;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 750;
    letter-spacing: -.015em;
}

.rent-page-new .rent-business-icons-only .rent-business-line {
    display: block;
    width: 58px;
    height: 3px;
    margin-top: 24px;
    border-radius: 999px;
    background: #7bc12d;
    transition: width .28s ease;
}

.rent-page-new .rent-business-icons-only .rent-business-card:hover {
    transform: translateY(-9px);
    border-color: rgba(123,193,45,.7);
    box-shadow: 0 28px 58px rgba(25,35,18,.13);
}

.rent-page-new .rent-business-icons-only .rent-business-card:hover .rent-business-line {
    width: 86px;
}

.rent-page-new .rent-business-icons-only .rent-business-card:hover .rent-business-icon {
    color: #579c10;
}

@media (max-width: 1399px) {
    .rent-page-new .rent-business-icons-only > .container {
        width: min(1260px, calc(100% - 40px));
    }

    .rent-page-new .rent-business-icons-only .rent-business-cards {
        gap: 18px;
    }

    .rent-page-new .rent-business-icons-only .rent-business-card {
        min-height: 330px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .rent-page-new .rent-business-icons-only .rent-business-icon {
        width: 105px;
        height: 105px;
    }

    .rent-page-new .rent-business-icons-only .rent-business-card h3 {
        font-size: 19px;
    }
}

@media (max-width: 1199px) {
    .rent-page-new .rent-business-icons-only .rent-business-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 22px;
    }
}

@media (max-width: 767px) {
    .rent-page-new .rent-business-showcase.rent-business-icons-only {
        padding: 62px 0 72px;
    }

    .rent-page-new .rent-business-icons-only > .container {
        width: min(460px, calc(100% - 30px));
    }

    .rent-page-new .rent-business-icons-only .rent-business-heading {
        margin-bottom: 38px;
    }

    .rent-page-new .rent-business-icons-only .rent-business-heading h2 {
        font-size: 32px;
    }

    .rent-page-new .rent-business-icons-only .rent-business-heading p {
        font-size: 16px;
    }

    .rent-page-new .rent-business-icons-only .rent-business-cards {
        grid-template-columns: 1fr;
    }

    .rent-page-new .rent-business-icons-only .rent-business-card {
        min-height: 300px;
    }
}

/* ===== RENT BUSINESS ICONS: refined SVG set ===== */
.rent-page-new .rent-business-icons-only .rent-business-icon svg {
    width: 54px;
    height: 54px;
    stroke-width: 2;
    vector-effect: non-scaling-stroke;
}

.rent-page-new .rent-business-icons-only .rent-business-card:nth-child(1) .rent-business-icon svg,
.rent-page-new .rent-business-icons-only .rent-business-card:nth-child(4) .rent-business-icon svg,
.rent-page-new .rent-business-icons-only .rent-business-card:nth-child(5) .rent-business-icon svg {
    width: 56px;
    height: 56px;
}


.contact-popup-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 35%);
    z-index: 100;
    display: none;
    opacity: 0;
    transition: .3s;
    z-index: 9999;
}

.contact-popup-bg.active {
    display: block;
}

.contact-popup {
    position: fixed;
    right: 16px;
    bottom: 95px;
    z-index: 150;
}

.contact-popup .contact-popup-button {
    cursor: pointer;
    display: flex;
    border: 2px solid #064429;
    background: #064429;
    padding: 5px;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    position: relative;
    transition: .2s;
}

.contact-popup .contact-popup-button:hover {
    transform: scale(1.1);
    transition: .2s;
}

.contact-popup .contact-popup-button img {
    height: 60px;
    width: 32px;
    display: block;
    margin-top: 2px;
    position: absolute;
    transition: .2s;
}

.contact-popup .contact-popup-button .main-btn {
    opacity: 1;
}

.contact-popup .contact-popup-button .close-btn {
    opacity: 0;
    width: 32px;
    height: 32px;
    margin-top: 0;
}


.contact-popup.active {
    z-index: 9999;
}

.contact-popup.active .contact-popup-button .main-btn {
    opacity: 0;
}

.contact-popup.active .contact-popup-button .close-btn {
    opacity: 1;
    transform: rotate(90deg);
}


.contact-popup .contact-popup-items {
    flex-direction: column;
    justify-content: flex-end;
    display: none;
    transition: .3s;
    transform: translateY(0px);
    margin-right: 7px;
}

.contact-popup .contact-popup-items.active {
    display: flex;
}

.contact-popup .contact-popup-items.active.up {
    transform: translateY(-10px);
}

.contact-popup .contact-popup-items .contact-popup-item {
    transition: .3s;
    margin-bottom: 10px;
    text-decoration: none;
    display: flex;
    color: #000;
    align-items: center;
}

.contact-popup .contact-popup-items .contact-popup-item:hover .contact-popup-item-text {
    transition: .15s;
    box-shadow: 4px 4px 5px 0px rgb(0 0 0 / 12%);
}


.contact-popup .contact-popup-items .contact-popup-item:hover {
    transform: translateX(-5px);
}

.contact-popup .contact-popup-item-icon {
    border-radius: 50%;
    overflow: hidden;
}

.contact-popup .contact-popup-item-icon img {
    height: 48px;
    width: 48px;
}

.contact-popup .contact-popup-item-text {
    font-family: 'BebasNeuePro', Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    background: #064429;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
    margin-right: 15px;
    min-width: 135px;
    display: inline-block;
    text-align: center;
}

.contact-popup-wrapper {
    position: relative;
}

.popup-question {
    position: absolute;
    top: 0px;
    left: -230px;
    max-width: fit-content;
    min-width: 205px;
    cursor: pointer;
    display: none;
    white-space: nowrap;
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-weight: 600;
}

.popup-question div {
    background: #064429;
    padding: 3px 5px 3px 15px;
    position: relative;
    border-radius: 6px;
    color: #fff;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    white-space: nowrap;
}

.popup-question div::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    z-index: 11;
    top: 13px;
    right: -8px;
    border-width: 10px 6px 10px 6px;
    border-style: solid;
    border-color: #064429;
    border-top-color: transparent;
    border-right-color: transparent;
}

.popup-question img {
    width: 40px;
    height: auto;
}

@media only screen and (max-width: 575px) {
    .popup-question {
        top: 2px;
        left: -215px;
    }

    .single_variation_wrap .product-action {
        width: 100%;
    }
}

/* Repair Service redesign v2 */
.repair-v2,.repair-v2 *{box-sizing:border-box}.repair-v2{font-family:Poppins,Arial,sans-serif;color:#171717}.repair-v2 .container{width:min(1220px,calc(100% - 40px));max-width:1220px;margin:0 auto;padding:0}.repair-v2-section{padding:90px 0;background:#fff}.repair-v2-soft{background:#f7f8f6}.repair-v2-heading{max-width:860px;margin:0 auto 46px;text-align:center}.repair-v2-heading h2{margin:0 0 16px;color:#111;font-size:40px;line-height:1.18;font-weight:700;letter-spacing:-.03em}.repair-v2-heading p{margin:0;color:#666;font-size:17px;line-height:1.75}
.repair-v2-hero{position:relative;min-height:620px;display:flex;align-items:center;background-position:center;background-size:cover;overflow:hidden}.repair-v2-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.62) 48%,rgba(0,0,0,.16))}.repair-v2-hero-inner{position:relative;z-index:2}.repair-v2-hero-content{max-width:700px;padding:70px 0}.repair-v2-hero-content h1{margin:0 0 22px;color:#fff;font-size:54px;line-height:1.12;font-weight:700;letter-spacing:-.04em;text-transform:none}.repair-v2-hero-content p{max-width:650px;margin:0 0 34px;color:rgba(255,255,255,.9);font-size:21px;line-height:1.55}.repair-v2-hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:24px}.repair-v2-btn{min-height:54px;padding:0 30px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background:#76bd43;color:#fff!important;font-size:15px;font-weight:700;text-decoration:none!important}.repair-v2-phone{color:#fff!important;font-size:18px;font-weight:700;text-decoration:none!important}
.repair-v2-category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.repair-v2-category-card{min-height:330px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;overflow:hidden;border:1px solid #e7e7e7;border-radius:16px;background:#fff;box-shadow:0 18px 50px rgba(0,0,0,.07);transition:.25s}.repair-v2-category-card:hover{transform:translateY(-5px)}.repair-v2-category-image{height:100%;min-height:330px;display:flex;align-items:center;justify-content:center;padding:26px;background:#f7f8f5}.repair-v2-category-image img{width:100%;height:270px!important;object-fit:contain}.repair-v2-category-card h3{margin:0;padding:34px;color:#111;font-size:25px;line-height:1.3;font-weight:700}
.repair-v2-type-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.repair-v2-type-card{min-height:170px;position:relative;padding:26px 22px;border:1px solid #e3e6df;border-radius:14px;background:#fff;box-shadow:0 12px 30px rgba(0,0,0,.05)}.repair-v2-type-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:#76bd43}.repair-v2-type-card span{display:block;margin-bottom:26px;color:#76bd43;font-size:13px;font-weight:700;letter-spacing:.12em}.repair-v2-type-card h3{margin:0;font-size:17px;line-height:1.45}
.repair-v2-step-list{max-width:980px;margin:0 auto;display:grid;gap:18px}.repair-v2-step-list article{display:grid;grid-template-columns:76px 1fr;gap:24px;padding:28px 30px;border:1px solid #e5e5e5;border-radius:14px;background:#fff;box-shadow:0 14px 35px rgba(0,0,0,.05)}.repair-v2-step-list article>b{width:58px;height:58px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#76bd43;color:#fff;font-size:22px}.repair-v2-step-list p{margin:5px 0 0;color:#555;font-size:16px;line-height:1.75}.repair-v2-step-list strong{color:#111}
.repair-v2-dark{background:#111}.repair-v2-dark .repair-v2-heading h2{color:#fff}.repair-v2-duration-table{max-width:980px;margin:0 auto;border:1px solid rgba(255,255,255,.16);border-radius:14px;overflow:hidden}.repair-v2-duration-table>div{display:grid;grid-template-columns:1fr 180px;gap:30px;align-items:center;padding:25px 30px;border-bottom:1px solid rgba(255,255,255,.12)}.repair-v2-duration-table>div:last-child{border:0}.repair-v2-duration-table strong{display:block;color:#fff;font-size:18px}.repair-v2-duration-table small{display:block;margin-top:4px;color:rgba(255,255,255,.6)}.repair-v2-duration-table b{color:#76bd43;font-size:20px;text-align:right}.repair-v2-note{max-width:980px;margin:22px auto 0;color:rgba(255,255,255,.68)}
.repair-v2-warranty-box{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:.9fr 1.1fr;border-radius:18px;overflow:hidden;box-shadow:0 20px 55px rgba(0,0,0,.1)}.repair-v2-warranty-title{padding:48px;background:#76bd43;color:#fff}.repair-v2-warranty-title span{display:block;margin-bottom:18px;font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.repair-v2-warranty-title h3{margin:0;color:#fff;font-size:32px;line-height:1.25}.repair-v2-warranty-list{padding:32px 38px;background:#111}.repair-v2-warranty-list p{margin:0;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.8);line-height:1.65}.repair-v2-warranty-list p:last-child{border:0}.repair-v2-warranty-list strong{color:#fff}
.repair-v2-brand-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px}.repair-v2-brand-grid figure{height:120px;margin:0;padding:20px;display:flex;align-items:center;justify-content:center;border:1px solid #e2e5df;border-radius:12px;background:#fff}.repair-v2-brand-grid img{max-width:100%;max-height:72px;width:auto;height:auto!important;object-fit:contain;filter:grayscale(1);opacity:.78}.repair-v2-benefit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.repair-v2-benefit-grid article{padding:38px 34px;border:1px solid #e5e5e5;border-radius:16px;background:#fff;box-shadow:0 15px 40px rgba(0,0,0,.06)}.repair-v2-benefit-grid span{display:block;margin-bottom:28px;color:#76bd43;font-size:15px;font-weight:700;letter-spacing:.16em}.repair-v2-benefit-grid h3{margin:0 0 12px;font-size:23px}.repair-v2-benefit-grid p{margin:0;color:#666;line-height:1.7}
.repair-v2-faq{max-width:920px;margin:0 auto}.repair-v2-faq article{margin-bottom:14px;border:1px solid #e0e3dd;border-radius:12px;background:#fff;overflow:hidden}.repair-v2-faq button{width:100%;padding:22px 24px;display:flex;justify-content:space-between;gap:20px;border:0;background:transparent;font:700 17px Poppins,Arial,sans-serif;text-align:left;cursor:pointer}.repair-v2-faq button b{color:#76bd43;font-size:24px;transition:.25s}.repair-v2-faq article.is-open button b{transform:rotate(45deg)}.repair-v2-faq article>div{padding:0 24px 22px}.repair-v2-faq p{margin:0;color:#666;line-height:1.7}
.repair-v2-contact{background:#111}.repair-v2-contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center}.repair-v2-kicker{display:block;margin-bottom:15px;color:#76bd43;font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.repair-v2-contact-grid h2{margin:0 0 34px;color:#fff;font-size:40px;line-height:1.18}.repair-v2-contact-grid>div:first-child>a{margin-bottom:14px;padding:18px 20px;display:block;border:1px solid rgba(255,255,255,.15);border-radius:10px;color:#fff!important;text-decoration:none!important}.repair-v2-contact-grid small{display:block;margin-bottom:4px;color:rgba(255,255,255,.55);text-transform:uppercase}.repair-v2-contact-grid strong{font-size:18px}.repair-v2-form{padding:38px;border-radius:16px;background:#fff;box-shadow:0 20px 55px rgba(0,0,0,.22)}.repair-v2-form input[type=text],.repair-v2-form input[type=tel],.repair-v2-form input[type=email],.repair-v2-form textarea,.repair-v2-form select{width:100%;min-height:54px;padding:0 16px;border:1px solid #ddd;border-radius:8px}.repair-v2-form textarea{padding-top:14px}.repair-v2-form input[type=submit],.repair-v2-form button[type=submit]{min-height:54px;padding:0 28px;border:0;border-radius:8px;background:#76bd43;color:#fff;font-weight:700}
@media(max-width:1100px){.repair-v2-type-grid{grid-template-columns:repeat(3,1fr)}.repair-v2-brand-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:991px){.repair-v2-section{padding:65px 0}.repair-v2-hero{min-height:540px}.repair-v2-hero-content h1{font-size:43px}.repair-v2-category-grid,.repair-v2-warranty-box,.repair-v2-contact-grid{grid-template-columns:1fr}.repair-v2-benefit-grid{grid-template-columns:1fr}}@media(max-width:767px){.repair-v2 .container{width:min(100% - 28px,1220px)}.repair-v2-heading h2,.repair-v2-contact-grid h2{font-size:32px}.repair-v2-hero{min-height:500px}.repair-v2-hero-overlay{background:rgba(0,0,0,.68)}.repair-v2-hero-content h1{font-size:36px}.repair-v2-category-card{grid-template-columns:1fr}.repair-v2-category-image{min-height:260px}.repair-v2-category-image img{height:220px!important}.repair-v2-type-grid,.repair-v2-brand-grid{grid-template-columns:repeat(2,1fr)}.repair-v2-step-list article{grid-template-columns:54px 1fr;gap:16px;padding:22px 20px}.repair-v2-duration-table>div{grid-template-columns:1fr;gap:12px}.repair-v2-duration-table b{text-align:left}}@media(max-width:480px){.repair-v2-hero-actions{align-items:flex-start;flex-direction:column}.repair-v2-type-grid,.repair-v2-brand-grid{grid-template-columns:1fr}}


body.repair-service-template .sc-builder-footer .sc-footer-menu-list > li::before, body.repair-service-template footer.sc-builder-footer .sc-footer-menu-list > li::before, body.repair-service-template #up_footerwrap .sc-footer-menu-list > li::before{
    content: unset!important;
}
body.repair-service-template .sc-builder-footer .sc-footer-menu-list > li, body.repair-service-template footer.sc-builder-footer .sc-footer-menu-list > li, body.repair-service-template #up_footerwrap .sc-footer-menu-list > li{
    padding-left: unset!important;

}

/* ===== Brand categories: Rent + Repair ===== */
.sc-brand-categories-section .rent-section-head,
.sc-brand-categories-section .repair-v2-heading {
    margin-bottom: 42px;
}

.sc-brand-categories {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.sc-brand-category {
    width: 100%;
}

.sc-brand-category > h3 {
    margin: 0 0 22px;
    color: #222;
    font-size: 25px;
    line-height: 1.25;
    font-weight: 700;
    text-align: left;
}

.sc-brand-logo-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.sc-brand-logo-card {
    min-width: 0;
    height: 138px;
    margin: 0;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e4e6e8;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .05);
}

.sc-brand-logo-card img {
    display: block;
    width: 100%;
    max-width: 165px;
    height: 82px !important;
    object-fit: contain;
}

.sc-brand-logo-card.is-empty {
    border-style: dashed;
    background: #fafafa;
}

.sc-brand-logo-card.is-empty span {
    color: #777;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    text-align: center;
}

@media (max-width: 1199px) {
    .sc-brand-logo-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
    .sc-brand-categories { gap: 38px; }
    .sc-brand-category > h3 { font-size: 22px; }
    .sc-brand-logo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
    .sc-brand-logo-card { height: 116px; padding: 14px; }
    .sc-brand-logo-card img { height: 68px !important; }
}

@media (max-width: 420px) {
    .sc-brand-logo-grid { grid-template-columns: 1fr; }
}
