.elementor-371 .elementor-element.elementor-element-a36a7b1:not(.elementor-motion-effects-element-type-background), .elementor-371 .elementor-element.elementor-element-a36a7b1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://sunlights.in/wp-content/uploads/2026/05/solar-panels-black.png");background-repeat:no-repeat;background-size:cover;}.elementor-371 .elementor-element.elementor-element-a36a7b1{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-371 .elementor-element.elementor-element-a36a7b1 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-371 .elementor-element.elementor-element-a36a7b1 > .elementor-shape-bottom svg{width:calc(100% + 1.3px);height:50px;}.elementor-371 .elementor-element.elementor-element-244c488:not(.elementor-motion-effects-element-type-background), .elementor-371 .elementor-element.elementor-element-244c488 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-c8745ad );}.elementor-371 .elementor-element.elementor-element-244c488{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-371 .elementor-element.elementor-element-244c488 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-ac84c3d */.premium-footer{

    position:relative;

    width:100vw;

    margin-left:
    calc(-50vw + 50%);

    padding:80px 0 40px;

    overflow:hidden;

    background:
    transparent;
}


/* CONTAINER */

.footer-container{

    max-width:1400px;

    margin:auto;

    display:grid;

    grid-template-columns:
    repeat(4,1fr);

    gap:24px;

    padding:0 40px;

    position:relative;
}


/* ==========================
PREMIUM GLASS CARD
========================== */

.footer-card{

    position:relative;

    overflow:hidden;

    padding:28px;

    border-radius:30px;

    background:
    linear-gradient(
        135deg,
        rgba(255,255,255,.14),
        rgba(255,255,255,.06)
    );

    backdrop-filter:
    blur(30px);

    -webkit-backdrop-filter:
    blur(30px);

    border:
    1px solid
    rgba(255,255,255,.16);

    box-shadow:
    0 15px 45px
    rgba(0,0,0,.10);

    transition:.4s ease;
}


/* PREMIUM SHINE */

.footer-card::before{

    content:"";

    position:absolute;

    top:0;
    left:-120%;

    width:40%;
    height:100%;

    background:
    linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.14),
        transparent
    );

    transform:
    skewX(-20deg);

    animation:
    footerShine
    9s linear infinite;
}


/* HOVER */

.footer-card:hover{

    transform:
    translateY(-6px);

    border-color:
    rgba(255,255,255,.22);

    box-shadow:
    0 20px 55px
    rgba(0,0,0,.16);
}


/* LOGO */

.footer-logo{

    height:58px;

    width:auto;

    margin-bottom:18px;
}


/* TEXT */

.footer-text{

    color:#fff;

    font-size:15px;

    line-height:1.8;

    margin-bottom:20px;
}


/* MINI TAGS */

.footer-mini-lines{

    display:flex;

    flex-wrap:wrap;

    gap:10px;
}

.footer-mini-lines span{

    padding:10px 14px;

    border-radius:100px;

    font-size:12px;
    font-weight:600;

    color:#fff;

    background:
    linear-gradient(
        135deg,
        rgba(241,110,37,.28),
        rgba(10,27,74,.25)
    );

    border:
    1px solid
    rgba(255,255,255,.12);
}


/* HEADINGS */

.footer-card h3{

    font-size:20px;
    font-weight:700;

    margin-bottom:20px;

    color:#fff;

    position:relative;

    display:inline-block;
}

.footer-card h3::after{

    content:"";

    position:absolute;

    left:0;
    bottom:-8px;

    width:60px;
    height:3px;

    border-radius:100px;

    background:
    linear-gradient(
        90deg,
        #F7AF2A,
        #F16E25
    );
}


/* LINKS */

.footer-links{

    list-style:none;

    padding:0;
    margin:0;
}

.footer-links li{

    margin-bottom:14px;
}

.footer-links a{

    text-decoration:none;

    color:
    rgba(255,255,255,.88);

    font-size:15px;

    transition:.3s ease;
}

.footer-links a:hover{

    color:#05133A;

    padding-left:6px;
}


/* CONTACT */

.footer-contact p{

    color:
    rgba(255,255,255,.90);

    line-height:1.8;

    margin-bottom:14px;

    font-size:15px;
}


/* SHINE */

@keyframes footerShine{

    0%{
        left:-120%;
    }

    100%{
        left:180%;
    }
}


/* ==========================
TABLET
========================== */

@media(max-width:991px){

.footer-container{

    grid-template-columns:
    repeat(2,1fr);
}

}


/* ==========================
MOBILE
========================== */

@media(max-width:767px){

.premium-footer{

    padding:60px 0 30px;
}

.footer-container{

    grid-template-columns:1fr;

    padding:0 20px;
}

.footer-card{

    padding:24px;
}

.footer-logo{

    height:48px;
}

.footer-card h3{

    font-size:20px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4868f77 *//* ==========================
SUNLIGHT COPYRIGHT
========================== */

.sl-copyright{

    width:100%;

    margin-top:35px;

    padding:18px 0;

    border-top:
    1px solid
    rgba(255,255,255,.10);

    background:
    rgba(255,255,255,.04);

    backdrop-filter:
    blur(18px);

    -webkit-backdrop-filter:
    blur(18px);
}


/* CONTAINER */

.sl-copyright-container{

    max-width:1400px;

    margin:auto;

    padding:0 40px;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:20px;

    flex-wrap:wrap;
}


/* TEXT */

.sl-copy-left,
.sl-copy-right{

    color:
    rgba(255,255,255,.82);

    font-size:14px;

    font-weight:500;

    line-height:1.7;
}


/* WEBNIX LINK */

.sl-copy-right a{

    text-decoration:none;

    font-weight:700;

    color:#F16E25;

    transition:.3s ease;
}

.sl-copy-right a:hover{

    color:#F7AF2A;

    text-shadow:
    0 0 12px
    rgba(241,110,37,.35);
}


/* MOBILE */

@media(max-width:767px){

.sl-copyright{

    text-align:center;

    padding:20px 0;
}

.sl-copyright-container{

    justify-content:center;

    padding:0 20px;
}

.sl-copy-left,
.sl-copy-right{

    width:100%;

    font-size:13px;
}

}/* End custom CSS */