/*
Theme Name: Electro Bootstrap
Theme URI: https://themewagon.com/themes/electro-bootstrap/
Author: HTML Codex
Author URI: https://htmlcodex.com/
Description: WordPress setup wrapper for the Electro Bootstrap electronics storefront template.
Version: 1.0.0
License: MIT
License URI: LICENSE.txt
Text Domain: electro-bootstrap
Tags: e-commerce, bootstrap, responsive, electronics
*/

/* Temporarily hide the top utility bar and logo/search header. */
body > .container-fluid.px-5.d-none.border-bottom.d-lg-block,
body > .container-fluid.px-5.py-4.d-none.d-lg-block {
    display: none !important;
}

:root {
    --bs-primary: #a4d572;
    --bs-secondary: #ffffff;
    --bs-white: #ffffff;
    --bs-light: #ffffff;
}

body {
    background-color: #ffffff;
}

a,
.text-primary,
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #6c9f39 !important;
}

.text-secondary {
    color: #ffffff !important;
}

.bg-primary,
.btn.btn-primary,
.btn-primary,
.nav-bar .row.bg-primary,
.product .product-item:hover,
.product .product-item .product-content .product-content-inner .btn.btn-primary:hover {
    background-color: #a4d572 !important;
    border-color: #a4d572 !important;
}

.bg-secondary,
.btn.btn-secondary,
.btn-secondary {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #6c9f39 !important;
}

.btn.btn-primary,
.btn-primary,
.back-to-top {
    color: #ffffff !important;
}

.btn.btn-primary:hover,
.btn-primary:hover,
.back-to-top:hover {
    background-color: #8fc45b !important;
    border-color: #8fc45b !important;
    color: #ffffff !important;
}

.border-primary {
    border-color: #a4d572 !important;
}

.border-secondary {
    border-color: #ffffff !important;
}

.nav-bar .row.bg-primary,
.nav-bar .row.bg-primary .navbar.bg-primary {
    background: #ffffff !important;
    border-bottom: 1px solid rgba(108, 159, 57, 0.16);
}

.nav-bar .row.bg-primary h4,
.nav-bar .row.bg-primary .navbar-toggler,
.nav-bar .row.bg-primary .nav-link,
.nav-bar .row.bg-primary .dropdown-toggle {
    color: #2f4f1f !important;
}

.nav-bar .row.bg-primary .nav-link:hover,
.nav-bar .row.bg-primary .nav-link.active {
    color: #6c9f39 !important;
}

.electro-nav-logo-wrap {
    display: flex;
    align-items: center;
    min-height: 64px;
}

.electro-nav-logo-link {
    display: inline-flex;
    align-items: center;
}

.electro-nav-logo {
    display: block;
    width: auto;
    max-width: 210px;
    height: 52px;
    object-fit: contain;
}

.electro-mobile-logo-link {
    align-items: center;
    min-height: 54px;
    margin: 0;
    padding: 6px 0;
}

.electro-mobile-logo {
    display: block;
    width: auto;
    max-width: 126px;
    height: 46px;
    object-fit: contain;
}

@media (max-width: 991.98px) {
    .nav-bar .row.bg-primary {
        padding-right: 18px !important;
        padding-left: 18px !important;
    }

    .nav-bar .navbar.navbar-light {
        min-height: 64px;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .electro-nav-logo {
        max-width: 160px;
        height: 44px;
    }

    .nav-bar .navbar-toggler {
        margin-left: auto;
    }
}

.electro-main-menu {
    align-items: center;
    gap: 8px;
}

.nav-bar .navbar .navbar-nav.electro-main-menu .nav-link {
    padding-right: 12px;
    padding-left: 12px;
    white-space: nowrap;
}

.nav-bar .navbar a.electro-request-quote {
    display: inline-flex !important;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-width: 174px;
    margin-left: 24px;
    padding: 12px 28px;
    border: 2px solid #a4d572;
    border-radius: 999px;
    background: #a4d572 !important;
    color: #2f4f1f !important;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

.nav-bar .row.bg-primary .navbar a.electro-request-quote {
    color: #2f4f1f !important;
}

.nav-bar .navbar a.electro-request-quote:hover,
.nav-bar .navbar a.electro-request-quote:focus,
.nav-bar .row.bg-primary .navbar a.electro-request-quote:hover,
.nav-bar .row.bg-primary .navbar a.electro-request-quote:focus {
    background: #2f4f1f !important;
    border-color: #2f4f1f !important;
    color: #ffffff !important;
}

@media (max-width: 991.98px) {
    .nav-bar .navbar a.electro-request-quote {
        align-self: flex-start;
        margin: 8px 0 16px;
    }
}

.btn.btn-primary,
.btn-primary,
.back-to-top,
.nav-bar .navbar a.electro-request-quote,
.nav-bar .row.bg-primary .navbar a.electro-request-quote,
.carousel .carousel-banner-offer .bg-primary,
.header-carousel.owl-carousel .owl-nav .owl-prev,
.header-carousel.owl-carousel .owl-nav .owl-next,
.productList .productList-carousel .owl-nav .owl-prev,
.productList .productList-carousel .owl-nav .owl-next,
.productList .productList-carousel .productImg-carousel .owl-nav .owl-prev,
.productList .productList-carousel .productImg-carousel .owl-nav .owl-next {
    background: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
}

.btn.btn-primary:hover,
.btn-primary:hover,
.back-to-top:hover,
.nav-bar .navbar a.electro-request-quote:hover,
.nav-bar .navbar a.electro-request-quote:focus,
.nav-bar .row.bg-primary .navbar a.electro-request-quote:hover,
.nav-bar .row.bg-primary .navbar a.electro-request-quote:focus,
.header-carousel.owl-carousel .owl-nav .owl-prev:hover,
.header-carousel.owl-carousel .owl-nav .owl-next:hover,
.productList .productList-carousel .owl-nav .owl-prev:hover,
.productList .productList-carousel .owl-nav .owl-next:hover,
.productList .productList-carousel .productImg-carousel .owl-nav .owl-prev:hover,
.productList .productList-carousel .productImg-carousel .owl-nav .owl-next:hover {
    background: #222222 !important;
    border-color: #222222 !important;
    color: #ffffff !important;
}

.carousel .carousel-header-banner {
    overflow: hidden;
}

.carousel .carousel-header-banner > img {
    filter: saturate(1.04) contrast(1.02);
}

.carousel .carousel-banner {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .58) 0%, rgba(0, 0, 0, .22) 38%, rgba(0, 0, 0, .76) 100%) !important;
}

.carousel .carousel-banner-offer {
    gap: 10px;
    right: 18px;
    left: 18px !important;
    align-items: stretch;
}

.carousel .carousel-banner-offer p {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    margin: 0 !important;
    padding: 12px 18px !important;
    border-radius: 8px !important;
    background: rgba(0, 0, 0, .82) !important;
    color: #ffffff !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    line-height: 1.1;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .6);
}

.carousel .carousel-banner-offer p:last-child {
    border: 1px solid rgba(164, 213, 114, .85);
    background: rgba(0, 0, 0, .68) !important;
    color: #a4d572 !important;
}

.carousel .carousel-banner-content {
    width: 100%;
    max-width: 280px;
    margin: 0 auto 18px;
    padding: 22px 18px !important;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 8px;
    background: rgba(0, 0, 0, .58);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .28);
    backdrop-filter: blur(4px);
}

.carousel .carousel-banner-content a,
.carousel .carousel-banner-content span {
    color: #ffffff !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .72);
}

.carousel .carousel-banner-content a:first-child {
    color: #a4d572 !important;
    font-weight: 900;
}

.carousel .carousel-banner-content a.fs-3 {
    font-size: clamp(24px, 1.9vw, 34px) !important;
    font-weight: 900;
    line-height: 1.18;
}

.carousel .carousel-banner-content span {
    display: inline-block;
    margin-top: 8px;
    color: #a4d572 !important;
    font-size: 18px !important;
    font-weight: 900;
}

.carousel .carousel-banner > a.btn {
    border: 2px solid #ffffff !important;
    background: #000000 !important;
    color: #ffffff !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .34);
}

.electro-placeholder-page {
    min-height: 55vh;
    padding: 80px 0;
    background: #ffffff;
}

.electro-placeholder-page h1 {
    color: #2f4f1f;
    font-size: 42px;
    font-weight: 700;
}

.electro-quote-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .28s ease;
}

.electro-quote-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}

.electro-quote-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .72);
    backdrop-filter: blur(6px);
}

.electro-quote-dialog {
    position: relative;
    width: min(620px, 100%);
    max-height: calc(100vh - 48px);
    overflow: auto;
    padding: clamp(22px, 3vw, 34px);
    border: 1px solid rgba(164, 213, 114, .46);
    border-radius: 8px;
    background:
        linear-gradient(135deg, #ffffff 0%, #ffffff 58%, #f1fae9 100%);
    box-shadow: 0 34px 100px rgba(0, 0, 0, .4);
    transform: translateY(22px) scale(.98);
    transition: transform .28s ease;
}

.electro-quote-modal.is-open .electro-quote-dialog {
    transform: translateY(0) scale(1);
}

.electro-quote-close {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: #000000;
    color: #ffffff;
    cursor: pointer;
}

.electro-quote-intro {
    max-width: 500px;
    margin-bottom: 20px;
}

.electro-quote-intro span {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #000000;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.electro-quote-intro h2 {
    margin: 0 0 10px;
    color: #07111f;
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 900;
    line-height: 1;
}

.electro-quote-intro p {
    margin: 0;
    color: #4f5d6b;
    font-size: 15px;
    line-height: 1.45;
}

.electro-quote-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.electro-quote-field {
    margin-bottom: 13px;
}

.electro-quote-field label {
    display: block;
    margin-bottom: 6px;
    color: #07111f;
    font-size: 15px;
    font-weight: 900;
}

.electro-quote-field label strong {
    color: #7db64b;
}

.electro-quote-field input,
.electro-quote-field select,
.electro-quote-field textarea {
    width: 100%;
    min-height: 46px;
    padding: 10px 13px;
    border: 1px solid rgba(7, 17, 31, .18);
    border-radius: 8px;
    background: #ffffff;
    color: #07111f;
    font-size: 16px;
    outline: none;
}

.electro-quote-field input:focus,
.electro-quote-field select:focus,
.electro-quote-field textarea:focus {
    border-color: #a4d572;
    box-shadow: 0 0 0 4px rgba(164, 213, 114, .2);
}

.electro-quote-field textarea {
    min-height: 96px;
    resize: vertical;
}

.electro-quote-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 146px;
    min-height: 48px;
    border: 2px solid #000000;
    border-radius: 8px;
    background: #000000;
    color: #ffffff;
    font-size: 17px;
    font-weight: 900;
}

.electro-quote-form button:hover {
    border-color: #a4d572;
    background: #a4d572;
    color: #07111f;
}

body.electro-quote-open {
    overflow: hidden;
}

.electro-scroll-badge {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 997;
    width: 92px;
    height: 92px;
    pointer-events: none;
}

.electro-scroll-badge img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 12px 22px rgba(0, 0, 0, .22));
    transform: rotate(var(--electro-scroll-rotation, 0deg));
    transform-origin: center;
    will-change: transform;
}

.electro-service-products-page {
    background: #ffffff;
}

.electro-service-products-title {
    margin: 12px 0 0;
    color: #000000;
    font-size: clamp(40px, 5vw, 72px);
    font-weight: 900;
    line-height: 1;
}

.electro-service-products-page .electro-section-kicker {
    background: #a4d572;
    color: #000000;
}

.electro-design-page {
    padding: 0;
}

.electro-design-hero {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    padding: 64px 0;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    color: #ffffff;
    isolation: isolate;
}

.electro-design-hero::before {
    position: absolute;
    inset: 0;
    z-index: -2;
    content: "";
    background: rgba(0, 0, 0, .58);
}

.electro-design-hero::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background:
        linear-gradient(120deg, rgba(0, 0, 0, .78) 0%, rgba(0, 0, 0, .36) 48%, rgba(164, 213, 114, .28) 100%),
        radial-gradient(circle at 22% 25%, rgba(164, 213, 114, .24), transparent 34%);
}

.electro-design-hero-inner {
    max-width: 1460px;
    margin: 0 auto;
    text-align: center;
    animation: electroFadeUp .8s ease both;
}

.electro-design-hero .container {
    max-width: 1600px;
    padding-right: 22px;
    padding-left: 22px;
}

.electro-design-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    padding: 7px 16px;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 999px;
    background: rgba(255, 255, 255, .13);
    color: #a4d572;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
}

.electro-design-hero h1 {
    max-width: 1500px;
    margin: 0 auto 18px;
    color: #a4d572;
    font-size: clamp(32px, 3.35vw, 64px);
    font-weight: 900;
    line-height: 1.05;
    white-space: nowrap;
}

.electro-design-hero p {
    max-width: 960px;
    margin: 0 auto 16px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.6;
}

.electro-design-hero .electro-design-lead {
    font-size: 18px;
}

.electro-design-services,
.electro-design-proof {
    margin-top: 34px;
}

.electro-design-services h2,
.electro-design-proof h2 {
    margin: 0 0 18px;
    color: #a4d572;
    font-size: clamp(24px, 2.4vw, 34px);
    font-weight: 900;
}

.electro-design-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 1280px;
    margin: 0 auto;
    text-align: left;
}

.electro-design-service-item {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 60px;
    padding: 13px 16px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    background: rgba(0, 0, 0, .28);
    box-shadow: 0 18px 44px rgba(0, 0, 0, .18);
    transition: transform .28s ease, border-color .28s ease, background .28s ease, box-shadow .28s ease;
    backdrop-filter: blur(10px);
}

.electro-design-service-item:hover {
    transform: translateY(-8px);
    border-color: #ffffff;
    background: rgba(164, 213, 114, .18);
    box-shadow: 0 26px 60px rgba(0, 0, 0, .28);
}

.electro-design-service-item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 50%;
    background: #a4d572;
    color: #000000;
    font-size: 16px;
    transition: transform .28s ease, background .28s ease;
}

.electro-design-service-item:hover span {
    transform: rotate(-8deg) scale(1.08);
    background: #ffffff;
}

.electro-design-service-item strong {
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
}

.electro-design-proof {
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
    padding: 22px;
    border-top: 1px solid rgba(255, 255, 255, .22);
    border-bottom: 1px solid rgba(255, 255, 255, .22);
}

.electro-design-proof p {
    margin-bottom: 0;
}

.electro-design-products {
    background: #ffffff;
}

.electro-print-page {
    padding: 0;
}

.electro-print-hero {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    padding: 72px 0;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    color: #ffffff;
    isolation: isolate;
}

.electro-print-hero::before {
    position: absolute;
    inset: 0;
    z-index: -2;
    content: "";
    background: rgba(0, 0, 0, .5);
}

.electro-print-hero::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .72) 0%, rgba(0, 0, 0, .36) 55%, rgba(0, 0, 0, .62) 100%),
        linear-gradient(180deg, rgba(164, 213, 114, .18), transparent 45%);
}

.electro-print-hero .container {
    max-width: 1500px;
    padding-right: 24px;
    padding-left: 24px;
}

.electro-print-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
    gap: clamp(34px, 5vw, 84px);
    align-items: center;
    animation: electroFadeUp .8s ease both;
}

.electro-print-copy {
    padding: 34px;
    border-left: 4px solid #a4d572;
    background: rgba(0, 0, 0, .28);
    backdrop-filter: blur(10px);
}

.electro-print-kicker {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 7px 16px;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    color: #a4d572;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.electro-print-copy h1 {
    margin: 0 0 20px;
    color: #a4d572;
    font-size: clamp(38px, 4.1vw, 68px);
    font-weight: 900;
    line-height: 1.05;
}

.electro-print-copy p {
    max-width: 760px;
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
}

.electro-print-copy .electro-print-lead {
    font-size: 20px;
}

.electro-print-content {
    padding: 36px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 8px;
    background: rgba(0, 0, 0, .24);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .24);
    backdrop-filter: blur(12px);
}

.electro-print-services h2,
.electro-print-proof h2 {
    margin: 0 0 22px;
    color: #a4d572;
    font-size: clamp(24px, 2.3vw, 34px);
    font-weight: 900;
}

.electro-print-service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.electro-print-service-item {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 58px;
    padding: 13px 14px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
    transition: transform .28s ease, background-color .28s ease, border-color .28s ease;
}

.electro-print-service-item:hover {
    transform: translateX(8px);
    border-color: #ffffff;
    background: rgba(164, 213, 114, .18);
}

.electro-print-service-item i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #a4d572;
    color: #000000;
    font-size: 16px;
    transition: transform .28s ease, background-color .28s ease;
}

.electro-print-service-item:hover i {
    transform: scale(1.1);
    background: #ffffff;
}

.electro-print-service-item strong {
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
}

.electro-print-proof {
    margin-top: 30px;
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    text-align: center;
}

.electro-print-proof p {
    max-width: 860px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.6;
}

.electro-signage-page {
    padding: 0;
}

.electro-signage-hero {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: center;
    padding: 70px 0;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    color: #ffffff;
    isolation: isolate;
}

.electro-signage-hero::before {
    position: absolute;
    inset: 0;
    z-index: -2;
    content: "";
    background: rgba(0, 0, 0, .58);
}

.electro-signage-hero::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background:
        linear-gradient(105deg, rgba(0, 0, 0, .82) 0%, rgba(0, 0, 0, .48) 48%, rgba(164, 213, 114, .2) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, .12) 0%, rgba(0, 0, 0, .58) 100%);
}

.electro-signage-hero .container {
    max-width: 1500px;
    padding-right: 24px;
    padding-left: 24px;
}

.electro-signage-hero-inner {
    animation: electroFadeUp .8s ease both;
}

.electro-signage-kicker {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 7px 16px;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    color: #a4d572;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.electro-signage-hero h1 {
    max-width: 1280px;
    margin: 0 0 20px;
    color: #a4d572;
    font-size: clamp(40px, 4.6vw, 78px);
    font-weight: 900;
    line-height: 1.03;
}

.electro-signage-hero > .container > .electro-signage-hero-inner > p {
    max-width: 1100px;
    margin: 0 0 42px;
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.55;
}

.electro-signage-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
    gap: 28px;
    align-items: stretch;
}

.electro-signage-panel,
.electro-signage-proof {
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    background: rgba(0, 0, 0, .3);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .25);
    backdrop-filter: blur(12px);
}

.electro-signage-panel {
    padding: 32px;
}

.electro-signage-panel h2,
.electro-signage-proof h2 {
    margin: 0 0 24px;
    color: #a4d572;
    font-size: clamp(24px, 2.4vw, 36px);
    font-weight: 900;
}

.electro-signage-solution-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 20px;
}

.electro-signage-solution-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 58px;
    padding: 12px 14px;
    overflow: hidden;
    border-radius: 8px;
    transition: transform .28s ease, background-color .28s ease;
}

.electro-signage-solution-item::before {
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, #a4d572, transparent);
    opacity: .35;
    transition: opacity .28s ease;
}

.electro-signage-solution-item:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, .1);
}

.electro-signage-solution-item:hover::before {
    opacity: 1;
}

.electro-signage-solution-item i {
    flex: 0 0 34px;
    color: #a4d572;
    font-size: 23px;
    text-align: center;
    transition: transform .28s ease, color .28s ease;
}

.electro-signage-solution-item:hover i {
    color: #ffffff;
    transform: scale(1.15);
}

.electro-signage-solution-item strong {
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.35;
}

.electro-signage-proof {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 38px;
    background:
        linear-gradient(180deg, rgba(164, 213, 114, .16), rgba(0, 0, 0, .38));
}

.electro-signage-proof p {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.65;
}

.electro-signage-proof:hover {
    border-color: #ffffff;
}

.electro-contact-page {
    background: #ffffff;
    color: #000000;
}

.electro-about-page {
    background: #ffffff;
    color: #000000;
}

.electro-about-hero {
    position: relative;
    padding: 78px 0 86px;
    overflow: hidden;
    background:
        linear-gradient(135deg, #ffffff 0%, #ffffff 52%, #f5faf1 52%, #f5faf1 100%);
}

.electro-about-hero::before {
    position: absolute;
    inset: 0 0 auto;
    height: 7px;
    content: "";
    background: linear-gradient(90deg, #000000, #a4d572, #000000);
}

.electro-about-page .container {
    max-width: 1420px;
}

.electro-about-intro {
    max-width: 980px;
    margin: 0 auto 46px;
    text-align: center;
}

.electro-about-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
    gap: 28px;
    align-items: center;
}

.electro-about-copy {
    position: relative;
    z-index: 2;
    padding: clamp(34px, 4.4vw, 58px);
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, .08);
    background: #ffffff;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .08);
    animation: electroFadeUp .8s ease both;
}

.electro-about-copy::before {
    position: absolute;
    top: 24px;
    right: 24px;
    bottom: 24px;
    width: 1px;
    content: "";
    background: linear-gradient(180deg, transparent, rgba(164, 213, 114, .9), transparent);
}

.electro-about-kicker {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 8px 18px;
    border: 1px solid #000000;
    border-radius: 999px;
    background: #000000;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.electro-about-intro h1 {
    margin: 0;
    color: #a4d572;
    font-size: clamp(48px, 6vw, 92px);
    font-weight: 900;
    line-height: .92;
}

.electro-about-label {
    display: inline-block;
    margin-bottom: 18px;
    color: #a4d572;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

.electro-about-copy p {
    margin: 0;
    color: #000000;
    font-size: clamp(17px, 1.25vw, 21px);
    font-weight: 600;
    line-height: 1.8;
}

.electro-about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    margin-top: 34px;
}

.electro-about-btn,
.electro-about-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 26px;
    border-radius: 999px;
    font-weight: 900;
    transition: transform .28s ease, background-color .28s ease, color .28s ease, border-color .28s ease;
}

.electro-about-btn {
    border: 2px solid #a4d572;
    background: #a4d572;
    color: #000000 !important;
}

.electro-about-link {
    border: 2px solid #000000;
    background: transparent;
    color: #000000 !important;
}

.electro-about-btn:hover,
.electro-about-link:hover {
    transform: translateY(-4px);
}

.electro-about-btn:hover {
    border-color: #ffffff;
    background: #ffffff;
}

.electro-about-link:hover {
    border-color: #a4d572;
    background: #a4d572;
    color: #000000 !important;
}

.electro-about-media {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    border-radius: 8px;
    background: #000000;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .16);
    animation: electroFadeUp .8s ease .08s both;
    transform: translateX(-18px);
}

.electro-about-media::before {
    position: absolute;
    inset: 22px;
    z-index: 2;
    content: "";
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 6px;
    opacity: .75;
    pointer-events: none;
    transition: opacity .32s ease, transform .32s ease;
}

.electro-about-media::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .38)),
        linear-gradient(135deg, rgba(164, 213, 114, .24), transparent 52%);
}

.electro-about-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
    transition: transform .6s ease, filter .6s ease;
}

.electro-about-media:hover::before {
    opacity: 1;
    transform: scale(.98);
}

.electro-about-media:hover img {
    filter: saturate(1.08);
    transform: scale(1.06);
}

.electro-about-media-badge {
    position: absolute;
    right: 38px;
    bottom: 38px;
    z-index: 3;
    max-width: 280px;
    padding: 20px 22px;
    border: 1px solid rgba(255, 255, 255, .48);
    border-radius: 8px;
    background: rgba(0, 0, 0, .7);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .28);
    backdrop-filter: blur(10px);
}

.electro-about-media-badge strong {
    display: block;
    color: #a4d572;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
}

.electro-about-media-badge span {
    display: block;
    margin-top: 8px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
}

.electro-about-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    max-width: 1080px;
    margin: 34px auto 0;
}

.electro-about-highlights div {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 116px;
    padding: 24px 28px;
    overflow: hidden;
    border: 1px solid rgba(164, 213, 114, .38);
    border-radius: 8px;
    background:
        linear-gradient(135deg, #ffffff 0%, #ffffff 56%, #f1fae9 100%);
    box-shadow: 0 20px 52px rgba(7, 17, 31, .08);
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease, background-color .28s ease;
}

.electro-about-highlights div::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 6px;
    content: "";
    background: #a4d572;
}

.electro-about-highlights div::after {
    position: absolute;
    right: -34px;
    bottom: -34px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    content: "";
    background: rgba(164, 213, 114, .18);
}

.electro-about-highlights div:hover {
    transform: translateY(-6px);
    border-color: #a4d572;
    background:
        linear-gradient(135deg, #ffffff 0%, #f8fff2 52%, #e8f7dc 100%);
    box-shadow: 0 28px 68px rgba(7, 17, 31, .13);
}

.electro-about-highlights i {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 78px;
    width: 78px;
    height: 78px;
    border: 2px solid #a4d572;
    border-radius: 50%;
    background: #f4ffe9;
    color: #5b9630;
    font-size: 34px;
    box-shadow: 0 14px 30px rgba(164, 213, 114, .22);
    transition: transform .28s ease, background-color .28s ease, color .28s ease;
}

.electro-about-highlights div:hover i {
    transform: scale(1.08) rotate(-5deg);
    background: #a4d572;
    color: #07111f;
}

.electro-about-highlights strong {
    position: relative;
    z-index: 1;
    color: #000000;
    font-size: 21px;
    font-weight: 900;
}

.electro-about-priority {
    padding: 88px 0 96px;
    background: #ffffff;
}

.electro-about-priority-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
    gap: clamp(34px, 6vw, 76px);
    align-items: center;
}

.electro-about-priority-copy {
    position: relative;
    padding: 20px 0;
}

.electro-about-priority-copy::after {
    position: absolute;
    right: 4%;
    bottom: 16%;
    width: 170px;
    height: 120px;
    content: "";
    border-right: 2px solid rgba(0, 0, 0, .65);
    border-bottom: 2px solid rgba(0, 0, 0, .65);
    border-radius: 50%;
    transform: rotate(28deg);
    pointer-events: none;
}

.electro-about-priority-copy h2 {
    margin: 0 0 28px;
    color: #07111f;
    font-size: clamp(48px, 6vw, 88px);
    font-weight: 900;
    line-height: .96;
}

.electro-about-priority-copy h2 strong {
    color: #a4d572;
}

.electro-about-priority-copy p {
    max-width: 660px;
    margin: 0;
    color: #000000;
    font-size: clamp(20px, 1.7vw, 27px);
    line-height: 1.38;
}

.electro-about-priority-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 148px;
    height: 148px;
    margin-top: 42px;
    border: 2px solid #a4d572;
    border-radius: 50%;
    background: #a4d572;
    color: #ffffff !important;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.22;
    text-align: center;
    box-shadow: 0 20px 48px rgba(108, 159, 57, .22);
    transition: transform .3s ease, background-color .3s ease, color .3s ease, border-color .3s ease;
}

.electro-about-priority-btn:hover,
.electro-about-priority-btn:focus {
    border-color: #000000;
    background: #000000;
    color: #ffffff !important;
    transform: translateY(-8px) scale(1.04);
}

.electro-about-priority-media {
    position: relative;
    overflow: hidden;
    min-height: 560px;
    border-radius: 8px;
    background: #000000;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .16);
}

.electro-about-priority-media::before {
    position: absolute;
    inset: 20px;
    z-index: 2;
    content: "";
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 6px;
    opacity: 0;
    transform: scale(.97);
    transition: opacity .3s ease, transform .3s ease;
}

.electro-about-priority-media::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, .06), rgba(0, 0, 0, .28));
}

.electro-about-priority-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
    transition: transform .6s ease, filter .6s ease;
}

.electro-about-priority-media:hover::before {
    opacity: 1;
    transform: scale(1);
}

.electro-about-priority-media:hover img {
    filter: saturate(1.08);
    transform: scale(1.06);
}

.electro-about-what {
    position: relative;
    padding: 86px 0 96px;
    overflow: hidden;
    background:
        linear-gradient(180deg, #ffffff 0%, #f8fbf5 58%, #eef8e6 100%);
    color: #07111f;
    isolation: isolate;
}

.electro-about-what::before {
    position: absolute;
    top: 0;
    right: -160px;
    bottom: 0;
    z-index: -1;
    content: "";
    width: 46%;
    background:
        linear-gradient(135deg, rgba(164, 213, 114, .14), rgba(164, 213, 114, .34));
    clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
}

.electro-about-what::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    height: 54%;
    content: "";
    background: #a4d572;
}

.electro-about-what-head {
    max-width: 1220px;
    margin: 0 auto 38px;
    text-align: center;
}

.electro-about-what-head h2 {
    position: relative;
    display: inline-block;
    margin: 0 0 34px;
    color: #07111f;
    font-size: clamp(46px, 5.5vw, 88px);
    font-weight: 900;
    line-height: .9;
}

.electro-about-what-head h2::before {
    display: block;
    width: max-content;
    margin: 0 auto 14px;
    padding: 10px 18px;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 999px;
    content: "JBD CAPABILITIES";
    background: #000000;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
}

.electro-about-what-head h2 strong {
    color: #a4d572;
}

.electro-about-what-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: center;
    max-width: 1040px;
    margin: 0 auto;
}

.electro-about-what-tabs div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    min-height: 112px;
    padding: 24px 26px;
    border: 1px solid rgba(7, 17, 31, .08);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(7, 17, 31, .09);
    transition: transform .3s ease, border-color .3s ease, background-color .3s ease, box-shadow .3s ease;
}

.electro-about-what-tabs div:hover {
    transform: translateY(-6px);
    border-color: #a4d572;
    background: #fbfff6;
    box-shadow: 0 26px 62px rgba(7, 17, 31, .14);
}

.electro-about-what-tabs span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    border: 2px solid #a4d572;
    border-radius: 50%;
    background: #f4ffe9;
    color: #5b9630;
    font-size: 31px;
    transition: background-color .3s ease, color .3s ease, transform .3s ease;
}

.electro-about-what-tabs div:hover span {
    background: #a4d572;
    color: #07111f;
    transform: rotate(-8deg) scale(1.08);
}

.electro-about-what-tabs strong {
    color: #07111f;
    font-size: 20px;
    font-weight: 900;
}

.electro-about-what-body {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: transparent;
    box-shadow: none;
}

.electro-about-what-card {
    position: relative;
    min-height: 350px;
    padding: clamp(34px, 3.4vw, 52px);
    overflow: hidden;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 24px 64px rgba(7, 17, 31, .13);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.electro-about-what-card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: auto;
    height: auto;
    content: "";
    height: 6px;
    background: linear-gradient(90deg, #000000, #a4d572);
}

.electro-about-what-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 76px rgba(0, 0, 0, .24);
}

.electro-about-what-card h3 {
    margin: 0 0 26px;
    color: #000000;
    font-size: clamp(32px, 3vw, 46px);
    font-weight: 900;
    line-height: 1;
    text-shadow: none;
}

.electro-about-what-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.electro-about-what-card li {
    position: relative;
    margin-bottom: 14px;
    padding: 0 0 0 34px;
    color: #000000;
    font-size: clamp(16px, 1.2vw, 20px);
    font-weight: 600;
    line-height: 1.4;
}

.electro-about-what-card li::before {
    position: absolute;
    top: .22em;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    border-radius: 6px;
    content: "";
    background: #a4d572;
    box-shadow: inset 0 0 0 6px #07111f;
}

.electro-about-why-card {
    background:
        linear-gradient(145deg, #050505 0%, #171717 58%, #223a17 100%);
    box-shadow: 0 28px 72px rgba(0, 0, 0, .22);
}

.electro-about-why-card h3 {
    color: #ffffff;
}

.electro-about-why-card li {
    color: #ffffff;
}

.electro-about-why-card li::before {
    background: #a4d572;
}

@media (max-width: 991.98px) {
    .electro-about-grid {
        grid-template-columns: 1fr;
    }

    .electro-about-media {
        transform: none;
    }

    .electro-about-media,
    .electro-about-media img {
        min-height: 380px;
    }

    .electro-about-highlights {
        grid-template-columns: 1fr;
    }

    .electro-about-priority-grid {
        grid-template-columns: 1fr;
    }

    .electro-about-priority-media,
    .electro-about-priority-media img {
        min-height: 380px;
    }

    .electro-about-what-tabs,
    .electro-about-what-body {
        grid-template-columns: 1fr;
    }

    .electro-about-what {
        background: linear-gradient(135deg, #070707 0%, #171717 52%, #223a17 100%);
    }

    .electro-about-what-body {
        padding: 18px;
    }
}

@media (max-width: 575.98px) {
    .electro-about-hero {
        padding: 58px 0;
    }

    .electro-about-copy {
        padding: 28px;
    }

    .electro-about-priority {
        padding: 58px 0;
    }

    .electro-about-priority-copy::after {
        display: none;
    }

    .electro-about-priority-btn {
        width: 128px;
        height: 128px;
        font-size: 17px;
    }

    .electro-about-what {
        padding: 58px 0;
    }

    .electro-about-what-card {
        min-height: auto;
    }
}

.electro-contact-hero {
    position: relative;
    padding: 86px 0 64px;
    overflow: hidden;
    background:
        linear-gradient(135deg, #ffffff 0%, #ffffff 58%, #f3f7ef 58%, #f3f7ef 100%);
}

.electro-contact-hero::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 7px;
    content: "";
    background: linear-gradient(90deg, #000000, #a4d572, #000000);
}

.electro-contact-page .container {
    max-width: 1380px;
}

.electro-contact-heading {
    display: flex;
    align-items: end;
    justify-content: flex-end;
    gap: 28px;
    margin-bottom: 32px;
}

.electro-contact-heading span {
    display: none;
    padding: 8px 18px;
    border: 1px solid #000000;
    border-radius: 999px;
    background: #000000;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.electro-contact-heading h1 {
    margin: 0;
    color: #000000;
    font-size: clamp(42px, 5vw, 76px);
    font-weight: 900;
    line-height: .9;
    text-align: right;
}

.electro-contact-heading h1 strong {
    display: block;
    color: #a4d572;
}

.electro-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(430px, .9fr);
    gap: 34px;
    align-items: stretch;
}

.electro-contact-form-card,
.electro-contact-info-card,
.electro-contact-map-card,
.electro-contact-project-image {
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .09);
}

.electro-contact-form-card {
    padding: clamp(26px, 4vw, 46px);
    animation: electroFadeUp .8s ease both;
}

.electro-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.electro-form-field {
    margin-bottom: 24px;
}

.electro-form-field label {
    display: block;
    margin-bottom: 10px;
    color: #000000;
    font-size: 16px;
    font-weight: 800;
}

.electro-form-field label span {
    color: #e55b5b;
}

.electro-form-field input,
.electro-form-field select,
.electro-form-field textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .18);
    border-radius: 8px;
    background: #ffffff;
    color: #000000;
    font-size: 17px;
    outline: 0;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.electro-form-field input,
.electro-form-field select {
    min-height: 56px;
    padding: 0 18px;
}

.electro-form-field textarea {
    min-height: 140px;
    padding: 16px 18px;
}

.electro-form-field input:focus,
.electro-form-field select:focus,
.electro-form-field textarea:focus {
    border-color: #a4d572;
    box-shadow: 0 0 0 4px rgba(164, 213, 114, .22);
    transform: translateY(-2px);
}

.electro-contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    min-height: 56px;
    border: 2px solid #000000;
    border-radius: 8px;
    background: #000000;
    color: #ffffff;
    font-size: 17px;
    font-weight: 900;
    transition: transform .28s ease, background-color .28s ease, color .28s ease, border-color .28s ease;
}

.electro-contact-submit:hover,
.electro-contact-submit:focus {
    border-color: #000000;
    background: #a4d572;
    color: #000000;
    transform: translateY(-4px);
}

.electro-contact-info-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: clamp(26px, 3vw, 38px);
    background:
        linear-gradient(135deg, #000000 0%, #151515 60%, #2f4f1f 100%);
    animation: electroFadeUp .8s ease .08s both;
}

.electro-contact-info-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    width: 100%;
}

.electro-contact-info-item {
    position: relative;
    padding-left: 78px;
}

.electro-contact-info-item i {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border: 2px solid #a4d572;
    border-radius: 50%;
    background: #ffffff;
    color: #6c9f39;
    font-size: 22px;
    transition: transform .28s ease, background-color .28s ease;
}

.electro-contact-info-item:hover i {
    background: #a4d572;
    color: #000000;
    transform: rotate(-8deg) scale(1.08);
}

.electro-contact-info-item h2 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 30px;
    font-weight: 900;
}

.electro-contact-info-item p,
.electro-contact-info-item a {
    margin: 0;
    color: #ffffff !important;
    font-size: 18px;
    line-height: 1.5;
}

.electro-contact-info-item strong {
    color: #a4d572;
}

.electro-contact-nowrap {
    display: block;
    white-space: nowrap;
}

.electro-contact-mini-map {
    width: 100%;
    height: 190px;
    margin-top: 30px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, .72);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .28);
}

.electro-contact-mini-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    filter: grayscale(.12) contrast(1.02);
}

.electro-contact-map-section {
    padding: 42px 0 74px;
    background: #ffffff;
}

.electro-contact-map-heading {
    margin-bottom: 28px;
    text-align: center;
}

.electro-contact-map-heading span {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 7px 16px;
    border-radius: 999px;
    background: #000000;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.electro-contact-map-heading h2 {
    margin: 0;
    color: #a4d572;
    font-size: clamp(34px, 4vw, 56px);
    font-weight: 900;
    line-height: 1.05;
}

.electro-contact-map-card {
    overflow: hidden;
    padding: 0;
    background: #ffffff;
}

.electro-contact-map-card iframe {
    display: block;
    width: 100%;
    height: 430px;
    border-radius: 8px;
    filter: grayscale(.16);
}

.electro-contact-project {
    padding: 80px 0;
    background: linear-gradient(180deg, #f7faf4 0%, #ffffff 100%);
}

.electro-contact-project-head {
    max-width: 1180px;
    margin: 0 auto 52px;
    text-align: center;
}

.electro-contact-project-head h2 {
    margin: 0 0 22px;
    color: #a4d572;
    font-size: clamp(40px, 5vw, 72px);
    font-weight: 900;
    line-height: 1.05;
}

.electro-contact-project-head p {
    margin: 0;
    color: #6b6f75;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.6;
}

.electro-contact-project-grid {
    display: grid;
    grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr);
    gap: 44px;
    align-items: center;
}

.electro-contact-checklist {
    padding: 34px;
    border-left: 5px solid #a4d572;
    background: #ffffff;
    box-shadow: 0 22px 60px rgba(0, 0, 0, .07);
}

.electro-contact-checklist h3 {
    margin: 0 0 20px;
    color: #8fc45b;
    font-size: 22px;
    font-weight: 900;
}

.electro-contact-checklist ul {
    margin: 0 0 38px;
    padding: 0;
    list-style: none;
}

.electro-contact-checklist li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 18px;
    color: #6b6f75;
    font-size: 19px;
    line-height: 1.45;
}

.electro-contact-checklist li::before {
    position: absolute;
    top: .72em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    content: "";
    background: #000000;
}

.electro-contact-checklist p {
    margin: 0;
    color: #6b6f75;
    font-size: 19px;
    line-height: 1.55;
}

.electro-contact-project-image {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.electro-contact-project-image::before {
    position: absolute;
    inset: 18px;
    z-index: 1;
    content: "";
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 6px;
    opacity: 0;
    transform: scale(.97);
    transition: opacity .32s ease, transform .32s ease;
}

.electro-contact-project-image img {
    display: block;
    width: 100%;
    height: 410px;
    object-fit: cover;
    transition: transform .5s ease, filter .5s ease;
}

.electro-contact-project-image:hover::before {
    opacity: 1;
    transform: scale(1);
}

.electro-contact-project-image:hover img {
    filter: saturate(1.08);
    transform: scale(1.06);
}

.electro-trade-page {
    background: #ffffff;
}

.electro-trade-hero {
    position: relative;
    padding: 78px 0 78px;
    overflow: hidden;
    background:
        linear-gradient(135deg, #ffffff 0%, #ffffff 52%, #f0f8e9 52%, #f7fbf2 100%);
}

.electro-trade-hero::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 7px;
    content: "";
    background: linear-gradient(90deg, #07111f, #a4d572, #07111f);
}

.electro-trade-shell {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(440px, 1.05fr);
    gap: clamp(28px, 4vw, 54px);
    align-items: stretch;
    max-width: 1200px;
    margin: 0 auto;
}

.electro-trade-intro,
.electro-trade-form-card {
    border-radius: 8px;
    box-shadow: 0 30px 82px rgba(7, 17, 31, .1);
}

.electro-trade-intro {
    position: relative;
    padding: clamp(34px, 3.7vw, 52px);
    overflow: hidden;
    border: 1px solid rgba(7, 17, 31, .08);
    background:
        linear-gradient(145deg, #ffffff 0%, #ffffff 62%, #f5fced 100%);
}

.electro-trade-intro::before {
    position: absolute;
    top: -52px;
    right: -42px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    content: "";
    background: rgba(164, 213, 114, .2);
}

.electro-trade-kicker {
    display: inline-flex;
    margin-bottom: 22px;
    padding: 10px 18px;
    border-radius: 999px;
    background: #07111f;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.electro-trade-intro h1,
.electro-trade-form-card h2 {
    margin: 0;
    color: #07111f;
    font-size: clamp(38px, 3.8vw, 62px);
    font-weight: 900;
    line-height: 1;
}

.electro-trade-intro h1 strong,
.electro-trade-form-card h2 strong {
    color: #a4d572;
}

.electro-trade-intro > p {
    max-width: 720px;
    margin: 24px 0 34px;
    color: #4f5d6b;
    font-size: 18px;
    line-height: 1.65;
}

.electro-trade-contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 30px;
}

.electro-trade-contact-grid div {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    column-gap: 18px;
    align-items: center;
    min-height: 98px;
    padding: 18px 20px;
    border: 1px solid rgba(164, 213, 114, .42);
    border-radius: 8px;
    background: #f8fff1;
    box-shadow: 0 14px 34px rgba(7, 17, 31, .05);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.electro-trade-contact-grid div:hover {
    transform: translateX(6px);
    border-color: #a4d572;
    box-shadow: 0 18px 44px rgba(7, 17, 31, .09);
}

.electro-trade-contact-grid i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    grid-row: 1 / span 2;
    width: 62px;
    height: 62px;
    margin-bottom: 0;
    border: 2px solid #a4d572;
    border-radius: 50%;
    background: #ffffff;
    color: #5b9630;
    font-size: 28px;
}

.electro-trade-contact-grid h2 {
    margin: 0 0 4px;
    color: #07111f;
    font-size: 24px;
    font-weight: 900;
}

.electro-trade-contact-grid p,
.electro-trade-contact-grid a {
    margin: 0;
    color: #07111f;
    font-size: 17px;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.electro-trade-social {
    display: flex;
    gap: 12px;
    margin-top: 22px;
}

.electro-trade-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background: #07111f;
    color: #ffffff;
    font-size: 22px;
}

.electro-trade-social a:hover {
    background: #a4d572;
    color: #07111f;
}

.electro-trade-form-card {
    padding: clamp(36px, 4vw, 58px);
    background: linear-gradient(145deg, #080808 0%, #161616 58%, #223a17 100%);
}

.electro-trade-form-card h2 {
    margin-bottom: 28px;
    color: #ffffff;
}

.electro-trade-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.electro-trade-form-group {
    margin-bottom: 18px;
}

.electro-trade-form-group label {
    display: block;
    margin-bottom: 9px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
}

.electro-trade-form-group label span {
    color: #a4d572;
}

.electro-trade-form-group input,
.electro-trade-form-group select,
.electro-trade-form-group textarea {
    width: 100%;
    min-height: 54px;
    padding: 13px 16px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
    color: #ffffff;
    font-size: 16px;
    outline: none;
}

.electro-trade-form-group input::placeholder,
.electro-trade-form-group textarea::placeholder {
    color: rgba(255, 255, 255, .68);
}

.electro-trade-form-group select option {
    color: #07111f;
}

.electro-trade-form-group input:focus,
.electro-trade-form-group select:focus,
.electro-trade-form-group textarea:focus {
    border-color: #a4d572;
    box-shadow: 0 0 0 4px rgba(164, 213, 114, .16);
}

.electro-trade-form-group textarea {
    min-height: 132px;
    resize: vertical;
}

.electro-trade-form-card button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    min-height: 58px;
    border: 2px solid #a4d572;
    border-radius: 8px;
    background: #a4d572;
    color: #07111f;
    font-size: 17px;
    font-weight: 900;
    transition: transform .25s ease, background-color .25s ease, color .25s ease;
}

.electro-trade-form-card button:hover {
    transform: translateY(-3px);
    background: transparent;
    color: #ffffff;
}

.electro-trade-partner {
    position: relative;
    padding: 90px 0;
    background-position: center;
    background-size: cover;
    color: #ffffff;
}

.electro-trade-partner-head {
    max-width: 1060px;
    margin-bottom: 46px;
}

.electro-trade-partner-head h2 {
    margin: 0 0 18px;
    color: #a4d572;
    font-size: clamp(36px, 4.4vw, 64px);
    font-weight: 900;
    line-height: 1;
}

.electro-trade-partner-head p {
    max-width: 980px;
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.55;
}

.electro-trade-lists {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.electro-trade-lists > div {
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(8px);
}

.electro-trade-lists h3,
.electro-trade-cta h3 {
    margin: 0 0 24px;
    color: #a4d572;
    font-size: 27px;
    font-weight: 900;
}

.electro-trade-lists ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.electro-trade-lists li {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
}

.electro-trade-lists li i {
    color: #a4d572;
    font-size: 25px;
}

.electro-trade-cta {
    max-width: 760px;
    margin: 44px auto 0;
    padding: 28px;
    border: 1px solid rgba(164, 213, 114, .48);
    border-radius: 8px;
    background: rgba(0, 0, 0, .24);
    text-align: center;
}

.electro-trade-cta h3 {
    margin-bottom: 10px;
}

.electro-trade-cta p {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}

.electro-template-cta-section {
    position: relative;
    padding: 88px 0;
    overflow: hidden;
    background:
        linear-gradient(135deg, #ffffff 0%, #ffffff 50%, #f0f8e9 50%, #f8fbf5 100%);
}

.electro-template-cta-section::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 7px;
    content: "";
    background: linear-gradient(90deg, #000000, #a4d572, #000000);
}

.electro-template-cta {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
}

.electro-template-cta-copy {
    position: relative;
    padding: clamp(34px, 4vw, 58px);
    border: 1px solid rgba(7, 17, 31, .08);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 30px 78px rgba(7, 17, 31, .1);
}

.electro-template-cta-copy::after {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    content: "";
    background: rgba(164, 213, 114, .18);
}

.electro-template-eyebrow {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 10px 16px;
    border-radius: 999px;
    background: #000000;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.electro-template-cta h2 {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 0 22px;
    color: #07111f;
    font-size: clamp(36px, 4vw, 62px);
    font-weight: 900;
    line-height: 1.08;
}

.electro-template-cta p {
    position: relative;
    z-index: 1;
    max-width: 680px;
    margin: 0 0 30px;
    color: #4f5d6b;
    font-size: 18px;
    line-height: 1.6;
}

.electro-template-button {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 15px 28px;
    border: 2px solid #a4d572;
    border-radius: 999px;
    background: #a4d572;
    color: #07111f !important;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
}

.electro-template-button:hover {
    border-color: #000000;
    background: #000000;
    color: #ffffff !important;
}

.electro-template-cta-panel {
    display: grid;
    gap: 18px;
}

.electro-template-cta-panel div {
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 118px;
    padding: 26px;
    border: 1px solid rgba(164, 213, 114, .4);
    border-radius: 8px;
    background:
        linear-gradient(145deg, #080808 0%, #171717 58%, #223a17 100%);
    box-shadow: 0 24px 64px rgba(0, 0, 0, .15);
    transition: transform .28s ease, box-shadow .28s ease;
}

.electro-template-cta-panel div:hover {
    transform: translateX(-8px);
    box-shadow: 0 30px 78px rgba(0, 0, 0, .22);
}

.electro-template-cta-panel i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: #a4d572;
    color: #07111f;
    font-size: 30px;
}

.electro-template-cta-panel strong {
    color: #ffffff;
    font-size: 24px;
    font-weight: 900;
}

.electro-stay-tuned-section {
    position: relative;
    padding: 54px 0;
    overflow: hidden;
    background:
        linear-gradient(135deg, #ffffff 0%, #ffffff 58%, #f2faeb 58%, #f7fbf3 100%);
}

.electro-stay-tuned-section::before {
    position: absolute;
    inset: 0;
    content: "";
    background:
        radial-gradient(circle at 12% 50%, rgba(164, 213, 114, .2), transparent 24%),
        radial-gradient(circle at 92% 20%, rgba(0, 0, 0, .05), transparent 22%);
    pointer-events: none;
}

.electro-stay-tuned {
    position: relative;
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 34px;
    align-items: center;
    max-width: 1160px;
    margin: 0 auto;
    padding: clamp(30px, 4vw, 46px);
    border: 1px solid rgba(164, 213, 114, .38);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .82));
    box-shadow: 0 28px 78px rgba(7, 17, 31, .09);
}

.electro-stay-tuned::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 7px;
    content: "";
    background: #a4d572;
}

.electro-stay-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 112px;
    height: 112px;
    border: 2px solid #a4d572;
    border-radius: 50%;
    background: #f3ffe8;
    color: #6c9f39;
    box-shadow: 0 18px 44px rgba(164, 213, 114, .28);
}

.electro-stay-icon i {
    font-size: 58px;
}

.electro-stay-copy h2 {
    margin: 0 0 10px;
    color: #a4d572;
    font-size: clamp(40px, 4vw, 68px);
    font-weight: 900;
    line-height: 1;
}

.electro-stay-copy p {
    margin: 0;
    color: #07111f;
    font-size: clamp(18px, 1.7vw, 24px);
    line-height: 1.45;
}

@media (max-width: 991.98px) {
    .electro-contact-heading,
    .electro-contact-grid,
    .electro-contact-project-grid {
        grid-template-columns: 1fr;
    }

    .electro-contact-heading {
        display: block;
    }

    .electro-contact-heading h1 {
        margin-top: 18px;
        text-align: left;
    }

    .electro-contact-nowrap {
        white-space: normal;
    }

    .electro-trade-shell,
    .electro-trade-lists {
        grid-template-columns: 1fr;
    }

    .electro-trade-shell {
        max-width: 760px;
    }

    .electro-trade-contact-grid {
        grid-template-columns: 1fr;
    }

    .electro-template-cta {
        grid-template-columns: 1fr;
        max-width: 760px;
    }

    .electro-stay-tuned {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .electro-stay-icon {
        margin: 0 auto;
    }
}

@media (max-width: 575.98px) {
    .electro-contact-hero,
    .electro-contact-project {
        padding: 54px 0;
    }

    .electro-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .electro-contact-info-item {
        padding-left: 0;
        padding-top: 62px;
    }

    .electro-contact-map-card iframe,
    .electro-contact-project-image img {
        height: 320px;
    }

    .electro-trade-hero,
    .electro-trade-partner,
    .electro-template-cta-section {
        padding: 58px 0;
    }

    .electro-trade-form-row,
    .electro-trade-lists ul {
        grid-template-columns: 1fr;
    }

    .electro-trade-intro,
    .electro-trade-form-card,
    .electro-trade-lists > div,
    .electro-template-cta-copy {
        padding: 28px;
    }

    .electro-template-cta-panel div {
        min-height: auto;
        padding: 22px;
    }

    .electro-template-button {
        width: 100%;
        padding-right: 18px;
        padding-left: 18px;
    }

    .electro-stay-tuned-section {
        padding: 36px 0;
    }

    .electro-stay-icon {
        width: 90px;
        height: 90px;
    }

    .electro-stay-icon i {
        font-size: 46px;
    }

    .electro-quote-modal {
        padding: 14px;
    }

    .electro-quote-dialog {
        max-height: calc(100vh - 28px);
        padding: 26px 20px;
    }

    .electro-quote-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .electro-scroll-badge {
        right: 18px;
        bottom: 18px;
        width: 82px;
        height: 82px;
    }

    .back-to-top,
    .back-to-top.btn-primary,
    a.back-to-top.btn.btn-primary {
        right: 41px !important;
        bottom: 41px !important;
        width: 36px !important;
        height: 36px !important;
    }

    .electro-trade-contact-grid div {
        grid-template-columns: 1fr;
        gap: 12px;
        text-align: left;
    }

    .electro-trade-contact-grid i {
        grid-row: auto;
        width: 58px;
        height: 58px;
        font-size: 25px;
    }
}

@media (max-width: 1199.98px) {
    .electro-signage-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .electro-signage-hero {
        min-height: auto;
        padding: 56px 0;
    }

    .electro-signage-panel,
    .electro-signage-proof {
        padding: 24px;
    }

    .electro-signage-solution-grid {
        grid-template-columns: 1fr;
    }

    .electro-signage-hero > .container > .electro-signage-hero-inner > p,
    .electro-signage-proof p {
        font-size: 16px;
    }
}

@media (max-width: 1199.98px) {
    .electro-print-hero-inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .electro-print-hero {
        min-height: auto;
        padding: 56px 0;
    }

    .electro-print-copy,
    .electro-print-content {
        padding: 24px;
    }

    .electro-print-service-grid {
        grid-template-columns: 1fr;
    }

    .electro-print-copy p,
    .electro-print-copy .electro-print-lead,
    .electro-print-proof p {
        font-size: 16px;
    }
}

@keyframes electroFadeUp {
    from {
        opacity: 0;
        transform: translateY(28px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991.98px) {
    .electro-design-hero {
        min-height: auto;
        padding: 58px 0;
    }

    .electro-design-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .electro-design-hero h1 {
        white-space: normal;
    }
}

@media (max-width: 575.98px) {
    .electro-design-hero {
        padding: 48px 0;
    }

    .electro-design-hero p,
    .electro-design-hero .electro-design-lead {
        font-size: 16px;
    }

    .electro-design-service-item {
        align-items: flex-start;
    }

    .electro-design-service-grid {
        grid-template-columns: 1fr;
    }

    .electro-design-proof {
        padding: 24px 0;
    }
}

.electro-service-pills a {
    background: #ffffff !important;
    border: 1px solid #000000;
}

.electro-service-pills a.active,
.electro-service-pills a:hover,
.electro-service-pills a:focus {
    background: #000000 !important;
    border-color: #000000 !important;
}

.electro-service-pills a.active span,
.electro-service-pills a:hover span,
.electro-service-pills a:focus span {
    color: #ffffff !important;
}

.electro-service-pills a span {
    color: #000000 !important;
}

.product .tab-class .nav.electro-service-pills .nav-item a.active,
.product .tab-class .nav.electro-service-pills .nav-item a:hover,
.product .tab-class .nav.electro-service-pills .nav-item a:focus {
    background: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
}

.product .tab-class .nav.electro-service-pills .nav-item a.active span,
.product .tab-class .nav.electro-service-pills .nav-item a:hover span,
.product .tab-class .nav.electro-service-pills .nav-item a:focus span {
    color: #ffffff !important;
}

.electro-product-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 34px;
}

.electro-product-page {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border: 1px solid #000000;
    border-radius: 999px;
    background: #ffffff;
    color: #000000 !important;
    font-weight: 700;
}

.electro-product-page.active,
.electro-product-page:hover,
.electro-product-page:focus {
    background: #000000;
    border-color: #000000;
    color: #ffffff !important;
}

.electro-product-page-arrow {
    min-width: 52px;
}

.electro-product-page.disabled {
    pointer-events: none;
    border-color: #d8e8c7;
    color: #a8bea0 !important;
    opacity: 0.65;
}

.productList .productList-carousel.electro-product-list-carousel {
    height: auto !important;
    min-height: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: visible;
}

.productList .electro-product-list-carousel .owl-stage-outer {
    padding-bottom: 0;
}

.productList .electro-product-list-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.productList .electro-product-list-carousel .owl-item,
.productList .electro-product-list-carousel .productImg-carousel,
.productList .electro-product-list-carousel .owl-stage-outer {
    height: auto !important;
}

.productList .electro-product-list-carousel .productImg-carousel.productList-item .productImg-item {
    margin-bottom: 0 !important;
}

.electro-product-list-carousel .products-mini-item {
    margin-bottom: 0 !important;
    background: #ffffff;
    overflow: hidden;
}

.electro-product-list-carousel .products-mini-img {
    min-height: 180px;
}

.electro-product-list-carousel .products-mini-img img {
    object-fit: contain;
    padding: 18px;
    background: #ffffff;
}

.electro-product-list-carousel .products-mini-content .h4 {
    min-height: 58px;
    font-size: 22px;
    line-height: 1.25;
}

.electro-product-list-carousel .products-mini-add {
    display: flex;
    justify-content: center;
}

.products .products-mini .products-mini-item .products-mini-img .products-mini-icon,
.products .products-mini .products-mini-item:hover .products-mini-img .products-mini-icon,
.products .products-mini .products-mini-item:hover .products-mini-img .products-mini-icon:hover {
    background: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
}

.products .products-mini .products-mini-item .products-mini-img .products-mini-icon a,
.products .products-mini .products-mini-item .products-mini-img .products-mini-icon i {
    color: #ffffff !important;
}

.product .product-item:hover {
    background: #ffffff !important;
}

.product .product-item .product-item-inner .text-center > a,
.product .product-item .product-item-inner .text-center > a.h4,
.product .product-item .product-item-inner .text-center > a.d-block {
    color: #000000 !important;
}

.product .product-item .product-item-inner .text-center > a:hover,
.product .product-item .product-item-inner .text-center > a:focus {
    color: #222222 !important;
}

.product .product-item .product-item-add {
    display: none !important;
}

.product .product-item .product-item-inner {
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.product .product-item:hover .product-item-inner {
    border: 1px solid rgba(0, 0, 0, 0.18) !important;
    border-radius: 8px !important;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
    transform: translateY(-6px);
}

.product .product-item .product-item-inner .product-item-inner-item .product-details {
    flex-direction: column;
    gap: 16px;
    background: rgba(0, 0, 0, 0.38) !important;
}

.product .product-item .product-item-inner .product-item-inner-item .product-details a i {
    border: 2px solid #ffffff;
    background: #000000 !important;
    color: #ffffff !important;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
}

.product .product-item:hover .product-item-inner .product-item-inner-item .product-details a i:hover {
    background: #222222 !important;
    color: #ffffff !important;
}

.electro-product-quote-hover {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 152px;
    padding: 11px 24px;
    border: 2px solid #ffffff;
    border-radius: 999px;
    background: #000000 !important;
    color: #ffffff !important;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
    transform: translateY(12px);
    transition: transform 0.35s ease, background-color 0.35s ease, border-color 0.35s ease;
}

.product .product-item:hover .electro-product-quote-hover,
.product .product-item:focus-within .electro-product-quote-hover {
    transform: translateY(0);
}

.electro-product-quote-hover:hover,
.electro-product-quote-hover:focus {
    background: #222222 !important;
    border-color: #222222 !important;
    color: #ffffff !important;
}

.electro-promo-section {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbf5 100%);
}

.electro-promo-card {
    display: block;
    height: 100%;
    color: inherit !important;
    text-decoration: none;
}

.electro-promo-media {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    border: 1px solid rgba(108, 159, 57, 0.16);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(47, 79, 31, 0.08);
    isolation: isolate;
    transform: translateY(0);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.electro-promo-media::before {
    content: "";
    position: absolute;
    inset: 18px;
    z-index: 3;
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 6px;
    opacity: 0;
    transform: scale(0.97);
    transition: opacity 0.35s ease, transform 0.35s ease;
    pointer-events: none;
}

.electro-promo-media img {
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform 0.65s ease, filter 0.65s ease;
}

.electro-promo-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(28px, 5vw, 56px);
    transition: background 0.4s ease;
}

.electro-promo-card-light .electro-promo-overlay {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.76) 44%, rgba(255, 255, 255, 0.3) 100%),
        linear-gradient(135deg, rgba(164, 213, 114, 0.32), transparent 35%);
}

.electro-promo-card-green .electro-promo-overlay {
    align-items: center;
    text-align: center;
    background:
        radial-gradient(circle at 72% 30%, rgba(255, 255, 255, 0.3), transparent 34%),
        linear-gradient(135deg, rgba(108, 159, 57, 0.88), rgba(164, 213, 114, 0.76));
}

.electro-promo-card-light:hover .electro-promo-overlay,
.electro-promo-card-light:focus .electro-promo-overlay {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.72) 48%, rgba(255, 255, 255, 0.18) 100%),
        linear-gradient(135deg, rgba(164, 213, 114, 0.44), transparent 42%);
}

.electro-promo-card-green:hover .electro-promo-overlay,
.electro-promo-card-green:focus .electro-promo-overlay {
    background:
        radial-gradient(circle at 72% 30%, rgba(255, 255, 255, 0.36), transparent 36%),
        linear-gradient(135deg, rgba(85, 139, 45, 0.9), rgba(164, 213, 114, 0.66));
}

.electro-promo-kicker {
    width: max-content;
    max-width: 100%;
    margin-bottom: 12px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(164, 213, 114, 0.2);
    color: #2f4f1f;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    transform: translateY(0);
    transition: transform 0.35s ease, background-color 0.35s ease;
}

.electro-promo-card-green .electro-promo-kicker {
    background: rgba(255, 255, 255, 0.22);
    color: #ffffff;
}

.electro-promo-overlay h3,
.electro-promo-overlay h2,
.electro-promo-overlay h4,
.electro-promo-overlay p {
    margin: 0;
}

.electro-promo-overlay h3 {
    color: #5b942d;
    font-size: clamp(36px, 4vw, 60px);
    font-weight: 800;
    line-height: 1.08;
    transform: translateY(0);
    transition: transform 0.35s ease;
}

.electro-promo-overlay h2 {
    color: #ffffff;
    font-size: clamp(48px, 6vw, 82px);
    font-weight: 900;
    line-height: 1;
    transform: translateY(0);
    transition: transform 0.35s ease;
}

.electro-promo-overlay h4 {
    max-width: 560px;
    margin-top: 18px;
    color: #ffffff;
    font-size: clamp(28px, 3vw, 50px);
    font-weight: 800;
    line-height: 1.18;
    transform: translateY(0);
    transition: transform 0.35s ease;
}

.electro-promo-overlay p {
    margin-top: 20px;
    color: #56636a;
    font-size: clamp(18px, 1.6vw, 27px);
    line-height: 1.35;
    transform: translateY(0);
    transition: transform 0.35s ease;
}

.electro-promo-btn {
    margin-top: 26px;
    box-shadow: 0 10px 24px rgba(108, 159, 57, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.electro-promo-card:hover .electro-promo-media,
.electro-promo-card:focus .electro-promo-media {
    border-color: rgba(108, 159, 57, 0.34);
    box-shadow: 0 24px 60px rgba(47, 79, 31, 0.14);
    transform: translateY(-8px);
}

.electro-promo-card:hover .electro-promo-media::before,
.electro-promo-card:focus .electro-promo-media::before {
    opacity: 1;
    transform: scale(1);
}

.electro-promo-card:hover img,
.electro-promo-card:focus img {
    filter: saturate(1.08);
    transform: scale(1.08);
}

.electro-promo-card:hover .electro-promo-btn,
.electro-promo-card:focus .electro-promo-btn {
    box-shadow: 0 14px 30px rgba(47, 79, 31, 0.24);
    transform: translateY(-2px);
}

.electro-promo-card:hover .electro-promo-kicker,
.electro-promo-card:focus .electro-promo-kicker,
.electro-promo-card:hover h2,
.electro-promo-card:focus h2,
.electro-promo-card:hover h3,
.electro-promo-card:focus h3,
.electro-promo-card:hover h4,
.electro-promo-card:focus h4,
.electro-promo-card:hover p,
.electro-promo-card:focus p {
    transform: translateY(-7px);
}

.electro-promo-section .wow {
    animation-duration: 0.8s;
}

@media (max-width: 991.98px) {
    .electro-promo-media,
    .electro-promo-media img {
        min-height: 320px;
    }
}

@media (max-width: 575.98px) {
    .electro-promo-section {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .electro-promo-media,
    .electro-promo-media img {
        min-height: 300px;
    }

    .electro-promo-overlay {
        padding: 24px;
    }

    .electro-promo-overlay h3 {
        font-size: 34px;
    }

    .electro-promo-overlay h2 {
        font-size: 46px;
    }

    .electro-promo-overlay h4 {
        font-size: 26px;
    }
}

.electro-reviews-section {
    position: relative;
    background:
        linear-gradient(135deg, rgba(0, 0, 0, 0.08) 0%, transparent 34%),
        linear-gradient(180deg, #a4d572 0%, #a4d572 68%, #ffffff 68%, #ffffff 100%);
    overflow: hidden;
}

.electro-reviews-section::before {
    content: "";
    position: absolute;
    inset: 34px 0 auto;
    height: 1px;
    background: rgba(255, 255, 255, 0.45);
}

.electro-reviews-section .container {
    position: relative;
    z-index: 1;
    max-width: 1180px;
}

.electro-reviews-section .row.g-4.align-items-stretch {
    padding: clamp(20px, 3vw, 34px);
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 28px 70px rgba(47, 79, 31, 0.16);
    backdrop-filter: blur(8px);
}

.electro-section-kicker {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 8px 18px;
    border-radius: 999px;
    background: #ffffff;
    color: #000000;
    box-shadow: 0 12px 28px rgba(47, 79, 31, 0.14);
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
}

.electro-reviews-title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(44px, 5vw, 74px);
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 0 12px 28px rgba(47, 79, 31, 0.16);
}

.electro-reviews-title span {
    color: #000000;
}

.electro-review-summary,
.electro-review-card {
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 20px 46px rgba(0, 0, 0, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background-color 0.35s ease;
}

.electro-review-summary {
    display: flex;
    min-height: 280px;
    flex-direction: column;
    justify-content: center;
    padding: 32px;
    background:
        linear-gradient(180deg, #ffffff 0%, #f6f8f4 100%);
}

.electro-review-summary:hover,
.electro-review-card:hover {
    border-color: #000000;
    box-shadow: 0 28px 64px rgba(0, 0, 0, 0.16);
    transform: translateY(-10px);
}

.electro-review-logo {
    width: 112px;
    height: 82px;
    object-fit: contain;
    margin-bottom: 18px;
    padding: 10px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.electro-review-summary h3 {
    margin: 0 0 8px;
    color: #0f1f2d;
    font-size: 24px;
    font-weight: 800;
}

.electro-review-summary p {
    margin: 10px 0 18px;
    color: #56636a;
    font-size: 16px;
}

.electro-stars {
    display: flex;
    gap: 4px;
    color: #ffb400;
    font-size: 18px;
}

.electro-review-cta {
    width: max-content;
    border: 1px solid #000000 !important;
    background: #000000 !important;
    color: #ffffff !important;
    font-weight: 800;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.electro-review-cta:hover,
.electro-review-cta:focus {
    background: #222222 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
}

.electro-review-card {
    position: relative;
    min-height: 280px;
    padding: 28px;
    overflow: hidden;
}

.electro-review-card::before {
    content: "\201C";
    position: absolute;
    right: 22px;
    bottom: -28px;
    color: rgba(164, 213, 114, 0.22);
    font-family: Georgia, serif;
    font-size: 128px;
    line-height: 1;
    transition: transform 0.35s ease, color 0.35s ease;
}

.electro-review-card:hover::before {
    color: rgba(0, 0, 0, 0.08);
    transform: translateY(-8px);
}

.electro-review-head {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 14px;
    align-items: center;
    margin-bottom: 16px;
}

.electro-review-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: #000000;
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
}

.electro-review-avatar-pink {
    background: #4d4d4d;
}

.electro-review-avatar-dark {
    background: #222222;
}

.electro-review-avatar-green {
    background: #6c9f39;
}

.electro-review-head h4 {
    max-width: 180px;
    margin: 0;
    overflow: hidden;
    color: #0f1f2d;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.electro-review-head p {
    margin: 2px 0 0;
    color: #7d8790;
    font-size: 14px;
}

.electro-google {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: #4285f4;
    font-size: 24px;
    font-weight: 900;
}

.electro-review-text {
    min-height: 86px;
    margin: 16px 0 18px;
    color: #1d2730;
    font-size: 17px;
    line-height: 1.5;
}

.electro-review-card a {
    position: relative;
    z-index: 1;
    color: #000000 !important;
    font-weight: 700;
}

.electro-review-card a:hover,
.electro-review-card a:focus {
    color: #5b942d !important;
}

.electro-reviews-carousel .owl-stage {
    display: flex;
}

.electro-reviews-carousel .owl-item {
    display: flex;
}

.electro-reviews-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 100%;
    left: auto;
    display: flex;
    gap: 10px;
    transform: translate(-18px, -50%);
}

.electro-reviews-carousel .owl-nav .owl-prev,
.electro-reviews-carousel .owl-nav .owl-next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid #000000 !important;
    border-radius: 999px;
    background: #000000 !important;
    color: #ffffff !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.electro-reviews-carousel .owl-nav .owl-prev:hover,
.electro-reviews-carousel .owl-nav .owl-next:hover {
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #000000 !important;
    transform: translateY(-3px);
}

.electro-reviews-carousel .owl-nav .owl-prev:hover i,
.electro-reviews-carousel .owl-nav .owl-next:hover i {
    color: #000000 !important;
}

.electro-reviews-carousel .owl-nav .owl-prev i,
.electro-reviews-carousel .owl-nav .owl-next i {
    color: #ffffff !important;
}

.electro-reviews-carousel .owl-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}

.electro-reviews-carousel .owl-dot span {
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.24);
    transition: width 0.3s ease, background-color 0.3s ease;
}

.electro-reviews-carousel .owl-dot.active span {
    width: 28px;
    background: #000000;
}

@media (max-width: 991.98px) {
    .electro-reviews-carousel .owl-nav {
        position: static;
        justify-content: center;
        margin-top: 22px;
        transform: none;
    }
}

.electro-footer-brand {
    max-width: 330px;
}

.footer {
    background:
        linear-gradient(135deg, #151515 0%, #202020 46%, #0b0b0b 100%) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer .container > .row.g-4.rounded.mb-5 {
    background: #000000 !important;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.12);
}

.footer .footer-item h4,
.footer .footer-item a {
    color: #ffffff !important;
}

.footer .footer-item a:hover,
.footer .footer-item a:focus {
    color: #a4d572 !important;
    letter-spacing: 0;
}

.footer .row.g-4.rounded.mb-5 p,
.footer .row.g-4.rounded.mb-5 p a {
    color: #d8d8d8 !important;
}

.footer .row.g-4.rounded.mb-5 p a:hover,
.footer .row.g-4.rounded.mb-5 p a:focus {
    color: #ffffff !important;
    letter-spacing: 0;
}

.electro-footer-logo-link {
    display: inline-flex;
    margin-bottom: 22px;
    padding: 12px 14px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.32);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.electro-footer-logo-link:hover,
.electro-footer-logo-link:focus {
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.46);
    transform: translateY(-4px);
}

.electro-footer-logo {
    display: block;
    width: auto;
    max-width: 150px;
    height: 74px;
    object-fit: contain;
}

.electro-footer-brand p {
    color: #d2d2d2;
    font-size: 16px;
    line-height: 1.8;
}

.electro-footer-brand-btn {
    width: max-content;
    font-weight: 800;
}

.electro-footer-contact p,
.electro-footer-contact a {
    color: #d2d2d2 !important;
    font-size: 16px;
    line-height: 1.7;
}

.electro-footer-contact p {
    margin-bottom: 8px;
}

.electro-footer-contact i {
    width: 18px;
    color: #a4d572;
    text-align: center;
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    background: #000000 !important;
}

.copyright,
.copyright .text-white,
.copyright a,
.copyright i {
    color: #ffffff !important;
}

.back-to-top,
.back-to-top.btn-primary,
a.back-to-top.btn.btn-primary {
    right: 48px !important;
    bottom: 48px !important;
    width: 40px !important;
    height: 40px !important;
    background: #919191 !important;
    border: 2px solid #ffffff !important;
    border-radius: 50% !important;
    color: #ffffff !important;
    z-index: 999 !important;
}

.back-to-top:hover,
.back-to-top:focus,
.back-to-top.btn-primary:hover,
a.back-to-top.btn.btn-primary:hover {
    background: #777777 !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
}

.back-to-top i {
    color: #ffffff !important;
}

@media (max-width: 575.98px) {
    .productList .container.products-mini {
        padding-top: 36px !important;
    }

    .productList .products-mini .mx-auto.text-center {
        margin-bottom: 18px !important;
    }

    .productList .products-mini h1.display-3 {
        font-size: 32px;
        line-height: 1.05;
    }

    .productList .productList-carousel.electro-product-list-carousel {
        height: auto !important;
        padding-top: 58px !important;
    }

    .productList .productList-carousel .owl-nav {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        display: flex;
        justify-content: center;
        gap: 14px;
        height: 42px;
        pointer-events: none;
    }

    .productList .productList-carousel .owl-nav .owl-prev,
    .productList .productList-carousel .owl-nav .owl-next {
        position: static !important;
        width: 54px;
        height: 38px;
        padding: 0 !important;
        border-radius: 999px !important;
        pointer-events: auto;
    }

    .productList .productList-carousel .productImg-carousel .owl-nav {
        display: none !important;
    }
}
