.elementor-3698 .elementor-element.elementor-element-c7e1730 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-3698 .elementor-element.elementor-element-90a29c4 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}body.elementor-page-3698:not(.elementor-motion-effects-element-type-background), body.elementor-page-3698 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#120E2E;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-90a29c4 */.footermain {
    display: flex;
    justify-content: space-between; /* left + right */
    align-items: center;
    flex-wrap: wrap; /* responsive */
}

/* Optional styling */
.footer-links a {
  
    text-decoration: none;
}

.footer-contact span {
    margin-left: 15px;
}
.footermain {
    color:#fff;
}
.footermain a{
    color:#fff !important;
}
.stat-label {
    color: #ffffff !important;
    font-size: 0.8rem;
}

@media (max-width: 767px) {
  .footer-contact span {
    margin-left: 0 !important;
  }
}

/* Footer Layout Fix */
.footermain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; /* important */
    gap: 15px;
}

/* Links */
.footer-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-links a {
    color: #b1b1b1;
    text-decoration: none;
    font-size: 14px;
}

/* Contact */
.footer-contact {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    font-size: 14px;
}

/* --- MOBILE FIX --- */
@media (max-width: 767px) {
    .footermain {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-links {
        justify-content: center;
    }

    .footer-contact {
        justify-content: center;
    }

    .footer-contact span {
        display: block;
    }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-9957b62 */.stat-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 23px;
}
.stat-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 23px;
    
   
    padding: 20px !important;
    border-radius: 12px !important;

    /* Smooth modern shadow */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08),
                0 4px 10px rgba(0, 0, 0, 0.05) !important;

    transition: all 0.3s ease;
}

.stat-box {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 41px !important;
    text-align: right;
}

p.form-note {
    color: #000000 !important;
    font-weight: 600;
}

.zuge-why-card {
    transform: translate(0px, -26px);
}


/* Optional hover effect (recommended) */
.stat-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12),
                0 6px 15px rgba(0, 0, 0, 0.08);
}
.zuge-bottom-cta h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 35px;
    line-height: 49px;
}

h1 {
    color: #fff;
}
h3 {
    color: #fff;
}
h2 {
    color: #fff;
}
h4 {
    color: #fff;
}
p {
    color: #fff !important;
}


@media (max-width: 767px) {
   .footer-links {
    display: flex;
    gap: 30px;
    margin-bottom: 15px;
    flex-direction: column;
}
}
.footer-copyright {
    line-height: 23px;
}


.footer-contact {
    display: block !important;
    gap: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    align-content: stretch;
}




@media (max-width: 767px) {
    .zuge-form-card {
        background: rgba(30, 25, 62, 0.6);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 12px;
        padding: 6px !important;
        margin: 0px 0 80px 0 !important;
        position: relative;
        overflow: hidden;
    }
    .footer-contact {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    flex-direction: column !important;
}
}
p.form-note {
    color: #ffffff !important;
    font-weight: 600;
}
.zuge-form-card {
    background-image: url('https://zugeelectric.com/wp-content/uploads/2026/04/WhatsApp-Image-2026-04-09-at-3.42.48-PM.jpeg') !important;
    background-size: cover;       /* Makes image fully cover */
    background-position: center;  /* Keeps it centered */
    background-repeat: no-repeat; /* Prevents repeat */
    
    padding: 30px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

/* Mobile + Tablet */
@media (max-width: 1024px) {
    .zuge-form-card {
        background-image: none !important;
    }
}

/*.footer-links {*/
/*    transform: translate(50px, 0px);*/
/*}*/

.footer-contact {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    /* column-gap: 36px !important; */
    display: flex !important;
    flex-direction: row;
    align-content: space-around !important;
    transform: translate(5px, 10px);
}/* End custom CSS */