﻿/* Material SLider */
:root{--swiper-material-scale:1;--swiper-material-slide-size:100%;--swiper-material-slide-border-radius:32px}.swiper-material-wrapper{border-radius:var(--swiper-material-slide-border-radius);overflow:hidden;position:absolute;width:100%;height:100%;left:0;top:0;box-sizing:border-box;pointer-events:auto}.swiper-material-content{position:absolute;transform:translate3d(0,0,0);font-size:18px;display:flex;justify-content:center;align-items:center}.swiper-horizontal .swiper-material-content{height:100%;width:var(--swiper-material-slide-size);left:calc(50% - var(--swiper-material-slide-size)/ 2);top:0}.swiper-vertical .swiper-material-content{width:100%;height:var(--swiper-material-slide-size);top:calc(50% - var(--swiper-material-slide-size)/ 2);left:0}

/* BASE CSS */
html {
    margin: 0 !important;
    padding: 0 !important;
}

section {
    display: block;
    padding: unset;
}

/* Base Css */
:root {
    --shadow: 2px 3px 0px var(--secondary-color);
}

.d-none {
    display: none;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: var(--body-font);
}

.material-symbols-outlined {
    font-variation-settings:
        'FILL'0,
        'wght'400,
        'GRAD'0,
        'opsz'24
}

a {
    text-decoration: none;
    color: var(--primary-color);
    transition: all 0.3s ease-in-out 0.1s;
}

.text-center {
    text-align: center;
}

ul,
li {
    padding: 0px;
    margin: 0px;
    list-style-type: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-fonts);
    line-height: 140%;
    margin: 0;
    font-weight: 400;
}

h1 {
    font-size: var(--h1);
    margin: 0px
}

h2 {
    font-size: var(--h2)
}

h3 {
    font-size: var(--h3);
    text-transform: capitalize;
}

h4 {
    font-size: var(--h4);
    text-transform: capitalize
}

h5 {
    font-size: var(--h5)
}

h6 {
    font-size: var(--h6)
}

p {
    font-size: var(--p);
    line-height: 140%;
    font-weight: 500;
    color: #333
}

.hidden {
    display: none;
}

.ser-mbl {
    display: none;
}

[data-animate] {
    visibility: hidden;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

/* Animation */
.flash-slight {
    position: relative;
    overflow: hidden;
}

.flash-slight::after {
    content: "";
    position: absolute;
    inset: -20%;
    background: linear-gradient(45deg,
            rgba(255, 255, 255, 0) 40%,
            rgba(255, 255, 255, 0.7),
            rgba(255, 255, 255, 0) 60%);
    animation: shark-wrap 2.5s infinite;
    transform: translateX(-100%);
}

@keyframes shark-wrap {
    to {
        transform: translateX(100%);
    }
}


.flash {
    animation: flash 4s linear infinite;
}

.flash2 {
    animation: flash2 4s linear infinite;
}


@keyframes flash {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    50% {
        opacity: 0;
        transform: translateX(10px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes flash2 {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    50% {
        opacity: 0;
        transform: translateX(-10px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Header Section */
.main-hdr {
    position: relative;
    width: 100%;
    padding-top: 30px;
    z-index: 999;
}

.hdr-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 5px 38px;
    background-color: var(--blue-color);
    margin: 0 auto;
    width: 100%;
    max-width: 580px;
    clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 100%, 0% 100%);
}

.hdr-top p {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-family: var(--heading-fonts);
    font-weight: 400;
}

.hdr-bottom {
    background-color: #fff;
    border-radius: 20px;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-shadow: 0 6px 10px rgba(0 0 0 / 10%);
}

.logo-wpr {
    display: flex;
    align-items: center;
    gap: 45px;
}

.logo-wpr img {
    height: 62px;
}

.logo-wpr svg {
    width: 110px;
}

.logo-wpr a {
    display: block;
    height: 62px;
}

.logo-wpr a svg {
    width: 155px;
}

.icon-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 15px;
    padding: 7px 18px;
    background-color: var(--primary-color);
    font-size: 20px;
    line-height: 30px;
    font-family: var(--heading-fonts);
    color: #fff;
}

/* Banner Section */
.banner-sec {
    padding: 230px 0 0;
    background-image: url('https://landingmastdev.wpenginepowered.com/wp-content/uploads/2025/06/Image-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    z-index: 0;
    margin-top: -148px;
}

.banner-sec:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 160px;
    bottom: -2px;
    left: 0;
    z-index: -1;
    background: #fff;
}



.banner-inr {
    display: flex;
    gap: 75px;
    width: 100%;
}

.banner-left {
    width: 100%;
}

.banner-heading h3 {
    font-size: 60px;
    color: #fff;
    margin: 0;
    text-shadow: var(--shadow);
    letter-spacing: 2px;
    text-transform: uppercase;
}

.banner-heading h1 {
    font-size: 78px;
    color: #fff;
    text-shadow: var(--shadow);
    letter-spacing: 2px;
    text-transform: uppercase;
}

.banner-list {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 12px;
    border: 1px solid #cacaca;
    border-left: 0;
    border-right: 0;
    padding: 21px 0;
    margin-top: 48px;
}

.banner-list li {
    width: calc(100% / 2 - 6px);
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 19px;
}


.banner-right {
    max-width: 415px;
    width: 100%;
}

/* Form */

.bnr-form h4 {
    font-size: 32px;
    color: #fff;
    text-align: center;
    padding: 12px 40px;
    background-color: var(--third-color);
    border-radius: 10px 10px 0 0;
    line-height: 120%;
}

.bnr-form-inr {
    position: relative;
}

.bnr-form-inr>p {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    top: 15px;
    line-height: 26px;
    color: #1A1A1A;
}

.rating-list {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-top: 110px;
}

.rating-list li img {
    height: 92px;
    object-fit: contain;
}

.rating-list li img+img {
    display: none;
}

.bnr-form .gform_heading {
    display: none !important;
}

.bnr-form .gform_wrapper {
    background-color: var(--secondary-color) !important;
    padding: 64px 15px 22px !important;
    border-radius: 0 0 10px 10px !important;
}

.bnr-form .gform_fields {
    gap: 12px !important;
}

.bnr-form .gfield input,
.bnr-form .gfield select {
    border: 0 !important;
    padding: 14px !important;
    font-size: 18px !important;
    border-radius: 3px !important;
    color: #6B6B6B !important;
    height: 45px !important;
}

.bnr-form .gfield textarea {
    border: 0 !important;
    padding: 14px !important;
    font-size: 18px !important;
    border-radius: 3px !important;
    color: #6B6B6B !important;
}

.bnr-form .gfield select {
    padding: 4px 14px !important;
}

.bnr-form .gfield input:focus,
.bnr-form .gfield input:focus-visible,
.bnr-form .gfield input:active,
.bnr-form .gfield select:focus,
.bnr-form .gfield select:focus-visible,
.bnr-form .gfield select:active,
.bnr-form .gfield textarea:focus,
.bnr-form .gfield textarea:focus-visible,
.bnr-form .gfield textarea:active {
    outline: 0 !important;
    border: 0 !important;
}

.bnr-form .gform-footer input {
    width: 100% !important;
    font-size: 25px !important;
    height: 38px !important;
    background-color: var(--third-color) !important;
    transition: all 0.3s ease-in-out 0.1s;
}

.gfield-footer input:hover {
    opacity: 0.7 !important;
}

.gform_validation_errors {
    display: none !important;
}

.gfield {
    position: relative !important;
}

.gfield_validation_message {
    position: absolute !important;
    bottom: -15px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

/* Service Section */
.service-sec {
    padding-top: 110px;
}

.sec-heading.big h2 {
    font-size: 136px;
    line-height: 130%;
    color: var(--primary-color);
    text-shadow: var(--shadow);
    text-transform: capitalize;
    margin-bottom: 20px;
}

/* .service-card:after {
                width: 100%;
                height: 100%;
                content: '';
                background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 70%);
                left: 0;
                top: 0;
                position: absolute;
                border-radius: 26px;
            } */

#material-carousel2 .material-card {
    width: auto;
}

#material-carousel2 .swiper-pagination {
    display: none;
}

.service-card-ctnt {
    color: #fff;
    position: relative;
    z-index: 5;
}


.service-card-ctnt h3 {
    font-size: 40px;
    line-height: 140%;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out 0.1s;
}

.ser-card:hover h3 {
    text-shadow: var(--shadow);
}

.service-card-ctnt p {
    font-size: 20px;
    line-height: 140%;
    color: #fff;
    font-family: var(--body-font);
    font-weight: 400;
    letter-spacing: 0.7px;
    margin-bottom: 20px;
    min-height: 140px;
}

.icon-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: var(--heading-fonts);
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.7px;
    transition: all 0.3s ease-in-out 0.1s;
}

.icon-link:hover {
    color: var(--primary-color);
}


/* pro slider */
.demo-nav {
    height: 48px;
    background: #222;
    display: flex;
    justify-content: center;
    align-items: stretch;
    font-family: monospace;
    color: #fff;
    gap: 16px;
    box-sizing: border-box;
    padding: 6px 16px;
    z-index: 10;
}

.demo-nav {
    font-size: 12px;
}

.demo-nav label {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0px 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    cursor: pointer;
}

.demo-nav label:hover {
    background: rgba(0, 0, 0, 0.1);
}

.demo-nav .dropdown {
    position: absolute;
    background: #111;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    right: 4px;
    top: 4px;
    width: 64px;
    overflow: hidden;
}

.demo-nav .dropdown:not(.visible) {
    display: none;
}

.demo-nav .dropdown span {
    display: block;
    cursor: pointer;
    text-align: right;
    padding: 4px 8px;
    cursor: pointer;
}

.demo-nav .dropdown span:hover {
    background: rgba(255, 255, 255, 0.05);
}

.demo-slider {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 10;
    min-height: 0;
}

.swiper-material {
    height: 420px;
    width: calc(100% - 32px);
    max-width: 1140px;
}

.demo-material-image {
    position: absolute;
    left: 0%;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: var(--swiper-material-slide-border-radius);
}

.demo-material-label {
    position: absolute;
    color: #fff;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 24px;
    display: flex;
    flex-direction: column;
    font-weight: 500;
    justify-content: flex-end;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 50%);
}

.ser-card.swiper-slide-active .demo-material-label {
    background: #0000007d;
}

/* **************** */
/* Material Section */
.material-sec {
    padding-top: 120px;
}

.material-sec .sec-heading {
    margin-bottom: 50px;
}

#material-carousel {
    padding-bottom: 50px;
}

#material-carousel .swiper-slide {
    width: auto !important;
    margin-right: 30px;
}

.material-card {
    position: relative;
    width: 418px;
    height: 428px;
    overflow: hidden;
    border-radius: 26px;
    transition: all 0.3s ease-in-out 0.1s;
}

.material-card-ctnt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 35px 24px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.material-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.material-card-ctnt h3 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 28px;
    color: var(--white-color);
}

#material-carousel .swiper-slider-active .material-card h3,
.material-card:hover h3 {
    text-shadow: var(--shadow);
}

.material-card-ctnt h3 img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.material-card-ctnt p {
    font-size: 20px;
    line-height: 140%;
    color: var(--white-color);
    margin: 8px 0 12px;
}

.material-card-ctnt>a,
.material-card:hover .material-card-ctnt>a {
    opacity: 0;
    height: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out 0.1s;
}

#material-carousel .swiper-slider-active .material-card .material-card-ctnt>a,
.material-card:hover .material-card-ctnt>a {
    opacity: 1;
    pointer-events: visible;
    height: 20px;
    color: var(--third-color);
}

.material-card .icon-link img {
    max-width: 22px;
    height: 22px;
}

#material-carousel .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
}


#material-carousel .swiper-pagination span {
    margin: 0;
    width: 14px;
    height: 14px;
    border-radius: 10px;
    background-color: #D9D9D9;
    opacity: 1;
    transform: scale(1);
    transition: width 0.3s ease-in-out 0.1s;
}

#material-carousel .swiper-pagination span.swiper-pagination-bullet-active {
    width: 74px;
    border: 2px solid #fff;
    background-color: var(--third-color);
    box-shadow: 0 0 2px var(--third-color);
}

.material-mobile {
    display: none;
}

/* Start Why Sec */
.why-sec {
    padding-top: 100px;
}

.why-sec::-webkit-scrollbar {
    display: hidden;
}

.why-sec .container {
    max-width: 1180px;
}

.why-inr-top {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 40px;
    overflow-x: hidden;
}

.why-inr-top h2 {
    font-size: 60px;
    background: url('https://landingmastdev.wpenginepowered.com/wp-content/uploads/2025/06/Rectangle-23954.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    color: #fff;
    line-height: 120%;
    padding: 27px 24px;
    position: relative;
    z-index: -1;
}

.why-inr-top h2:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #1A305B;
    position: absolute;
    right: 20%;
    top: 0;
    z-index: -1;
}

.hdg-text {
    font-size: 25px;
}


.why-cards-wpr {
    display: flex;
    gap: 20px;
}

.why-cards {
    display: flex;
    flex-direction: column;
    gap: 60px;
    max-width: 450px;
}

.why-card {
    display: flex;
    gap: 20px;
}

.why-card-img {
    min-width: 66px;
    height: 66px;
    transition: all 0.3s ease-in-out 0.1s;
}

.why-card:hover .why-card-img {
    transform: rotate(360deg);
}

.why-card-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.why-card-ctnt h4 {
    font-size: 32px;
    color: var(--primary-color);
    height: 46px;
    transition: all 0.3s ease-in-out 0.1s;
}

.why-card:hover h4 {
    color: var(--blue-color);
}

.why-card-ctnt p {
    font-size: 21px;
    line-height: 140%;
    margin-top: 10px;
}

.brand-label-wpr {
    display: flex;
    justify-content: center;
    margin: 90px 0 60px;
    overflow: hidden;
}

.brand-label-wpr .brnd-left {
    padding-right: 50px;
}

.brand-label-wpr .brnd-right {
    padding-left: 50px;
}

.logo-gap {
    min-width: 280px;
}

.brand-label {
    display: flex;
    align-items: center;
    gap: 75px;
}

.brand-label li h5 {
    font-size: 22px;
    color: var(--third-color);
    min-width: 230px;
}

.why-center-logo {
    position: relative;
    top: -110px;
}

.why-center-logo img {
    position: sticky;
    top: 90px;
    max-width: 220px;
}



/* End Why Sec */


/* Start Trustedt Partner Sec */

.small-heading {
    font-size: 25px;
    font-weight: 400;
    color: var(--primary-color);
    font-family: var(--heading-fonts);
    text-transform: capitalize;
    text-align: center;
}

.trusted-sec {
    padding: 100px 0 80px;
    background-size: cover;
    background-position: top center;
}

.trusted-logo-list {
    max-width: 670px;
    margin: 0 auto;
    background: #f4f4f4;
    opacity: 0.8;
    padding: 10px 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    margin-top: 20px;
}

.trusted-logo-item {
    line-height: 1;
}

.trusted-logo-item img {
    max-height: 62px;
}

/* End Trusted Partner Sec */


/* Start Solar Sec */
.solar-sec {
    padding-top: 3px;
    position: relative;
}

.img-cover-list {
    display: flex;
    height: 634px;
    gap: 3px;
}

.img-cover-list .img-cover-item {
    width: calc(100% / 3 - 2px);
    background-size: cover;
}

.solar-sec-hdg {
    max-width: 750px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.solar-sec-hdg h2 {
    font-size: 121px;
    color: #fff;
    padding: 24px 34px;
    border-radius: 20px;
    background: var(--primary-color)2b;
    text-align: center;
    box-shadow: 0 0 10px rgba(0 0 0 / 15%);
    text-shadow: var(--shadow);
}

.red-tab {
    font-size: 25px;
    line-height: 140%;
    font-weight: 700;
    color: #fff;
    display: flex;
    max-width: 445px;
    margin: 20px auto 0;
    width: 100%;
    padding: 7px 28px;
    background: var(--red-color);
    border-radius: 40px;
}

/* End Solar Sec */


/* Start CTA Section */
.cta-sec {
    position: relative;
}

.cta-sec-inr {
    padding: 31px 0;
    transition: all 0.3s ease-in-out 0.1s;
}

#cta-carousel li,
#cta-carousel .swiper-slide {
    font-weight: 900;
    font-size: 156px;
    line-height: 119px;
    color: transparent;
    -webkit-text-stroke: 2px #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cta-carousel li img {
    max-width: 61px;
    object-fit: contain;
}

.cta-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--secondary-color2);
    padding: 11px 16px;
    border-radius: 50px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 39px;
    font-weight: 400;
    font-family: 'Anton';
    color: #fff;
    line-height: 45px;
    z-index: 9;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0.1s;
}

.cta-btn span {
    width: 59px;
    height: 59px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white-color);
    color: var(--secondary-color2)
}

.cta-btn img+img {
    display: none;
}

.cta-btn:hover img {
    display: none;
}

.cta-btn:hover img+img {
    display: block;
}

.cta-btn:hover {
    background-color: var(--white-color);
    color: var(--secondary-color2);
}

.cta-btn:hover span {
    color: var(--white-color);
    background: var(--secondary-color2)
}

.cta-btn:hover+.cta-sec-inr {
    background-color: var(--blue-color);
}

/* End CTA Section */

/* Testimonial Section */
.testimonial-sec {
    background: var(--primary-color);
    padding: 124px 0 124px 10%;
}

.testimonial-sec-inr {
    display: flex;
    gap: 50px;
}

.testimonial-sec-left {
    width: 35%;
    flex: 0 0 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonial-sec-left h2 {
    font-size: 74px;
    line-height: 120%;
    color: var(--white-color);
    text-transform: capitalize;
}

.testimonial-review-text {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 40px 0 20px;
}

.testimonial-review-text p {
    font-size: 38px;
    line-height: 150%;
    font-weight: 700;
    color: var(--white-color);
}

.testimonial-btn {
    padding: 11px 50px;
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 31px;
    text-transform: capitalize;
    background: var(--secondary-color);
    max-width: max-content;
    justify-content: center;
    font-family: 'Anton';
    color: var(--white-color);
}

.testimonial-btn:hover {
    background-color: var(--secondary-color2);
}

.cta-sec .swiper-wrapper {
    transition-timing-function: linear !important;
    display: flex !important;
    align-items: center;
}

.cta-sec .swiper-slide {
    display: flex !important;
    align-items: center;
    width: auto !important;
    margin-right: 50px;
}


/* testimonial Slider */
.wpproslider_t10_DIV_1a,
.wpproslider_t6_DIV_1a,
.wpproslider_t9_DIV_1a {
    margin: 58px 10px 0px !important;
}

.wprs_unslider-active .wprevpro_t6_DIV_1.w3_wprs-col.l6.outerrevdiv:nth-child(2) {
    transform: scale(0.92);
    opacity: 0.7;
}

.wprs_unslider .indrevdiv {
    border-radius: 20px !important;
    padding: 65px 30px !important;
    position: relative;
    min-height: 320px !important;
}

.wprs_unslider .indrevdiv:after {
    position: absolute;
    width: 105px;
    height: 30px;
    background: url('https://landingmastdev.wpenginepowered.com/wp-content/uploads/2025/06/surface1.png');
    content: "";
    right: 30px;
    bottom: 25px;
    background-repeat: no-repeat;
}

.wpproslider_t6_DIV_3L {
    position: absolute;
    top: -110px;
    margin: 0 !important;
    width: 94px;
    height: 94px;
    border: 6px solid var(--blue-color);
    border-radius: 50%;
}

.wpproslider_t6_DIV_3L img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wpproslider_t6_star_DIV {
    position: absolute;
    top: -230px;
    right: 0;
}

.wprev_media_div {
    margin: 20px 0 0 !important;
    display: flex;
    overflow-x: auto;
    z-index: 99;
    position: relative;
}

.indrevtxt {
    margin: 0 !important;
}

.wpproslider_t6_DIV_3 {
    position: absolute;
    top: 185px;
    left: 0;
    height: unset !important;
    min-height: unset !important;
    overflow: unset !important;
    width: 100%;
    margin-left: 0 !important;
}

.readmoretextdiv.indrevlineclamp,
.readmoretextdiv {
    font-weight: 500;
    line-height: 140%;
    font-size: 22px;
}

#wprev-slider-1 .wprs_rd_more,
.wprs_rd_less,
.wprevpro_btn_show_rdpop {
    font-size: 22px;
    font-weight: 500;
}

#wprs_nav_1 li {
    background: var(--white-color);
}

#wprs_nav_1 li.wprs_unslider-active {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.wprs_unslider-arrow.next,
.wprs_unslider-arrow.prev {
    background-color: var(--secondary-color);
}

.wprs_unslider-arrow.prev {
    left: 0 !important;
}

.wprs_unslider-arrow.next {
    left: 95% !important;
}

.wprs_unslider-arrow.next:hover,
.wprs_unslider-arrow.prev:hover {
    opacity: 1;
}

/* Start Footer Sec */

.social-wpr li img {
    max-width: 23px;
    max-height: 22px;
    line-height: 1;
}

.social-wpr li a {
    display: flex;
    align-items: center;
}

.ftr-bt-wrap {
    padding: 60px 0px 25px;
}

.ftr-logo img {
    max-width: 190px;
}

.ftr-navigation-wrap,
.ftr-nav-wrap {
    display: flex;
    align-items: center;
}

.ftr-navigation-wrap {
    justify-content: space-between;
}

.ftr-nav-wrap {
    gap: 50px;
}

.ftr-nav-item a {
    font-size: 25px;
    font-family: var(--heading-fonts);
    font-weight: 400;
    color: var(--primary-color);
    transition: all 0.3s ease-in-out 0.1s;
}

.ftr-nav-item a:hover {
    color: var(--blue-color);
    text-decoration: underline;
}

.ftr-btn {
    padding: 10px 20px;
    font-size: 21px;
    background: var(--primary-color);
    color: var(--white-color);
    border-radius: 50px;
    font-family: var(--heading-fonts);
    transition: all 0.3s ease-in-out 0.1s;
}

.ftr-btn:hover {
    opacity: 0.7;
}

.ftr-content {
    display: flex;
}

.ftr-content-left {
    padding: 40px 40px 40px 0;
    border-right: 3px solid var(--primary-color)
}

.ftr-content-left h3 {
    font-size: 52px;
    line-height: 120%;
    margin-bottom: 15px;
}

.ftr-icon-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 10px;
    margin-top: 24px;
}

.ftr-icon-card {
    display: flex;
    gap: 10px;
    width: calc(100% / 2 - 10px);
    color: #616161;
    align-items: center;
}

.ftr-icon-card:hover {
    color: var(--primary-color);
}

.ftr-content-left,
.ftr-content-right {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
}

.ftr-content-right {
    padding: 40px 0 40px 40px;
}

.ftr-form h5 {
    font-size: 42px;
    margin-bottom: 30px;
    color: var(--primary-color);
}

.ftr-form .gform_title {
    display: none;
}

.ftr-form input,
.ftr-form textarea {
    background: #fafafa !important;
    font-size: 14px;
    font-family: var(--body-font) !important;
}

.ftr-form .gform_fields {
    gap: 12px !important;
}

.ftr-form .gfield input:focus,
.ftr-form .gfield input:focus-visible,
.ftr-form .gfield input:active,
.ftr-form .gfield select:focus,
.ftr-form .gfield select:focus-visible,
.ftr-form .gfield select:active,
.ftr-form .gfield textarea:focus,
.ftr-form .gfield textarea:focus-visible,
.ftr-form .gfield textarea:active {
    outline: 0 !important;
    border: 0 !important;
}

.ftr-form .gform-footer input {
    width: 100% !important;
    max-width: 100% !important;
    background: var(--primary-color) !important;
    font-size: 25px !important;
    border-radius: 3px !important;
    line-height: 1;
    font-weight: bold !important;
}

.ftr-icon-card>span {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: #fff;
    min-width: 50px;
}

.social-wpr {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 50px;
}

.social-wpr h6 {
    font-size: 25px;
}

.social-wpr ul {
    display: flex;
    align-items: center;
    gap: 24px;
}

.social-wpr li {
    transition: all 0.3s ease-in-out 0.1s;
}

.social-wpr ul li:hover {
    opacity: 0.5;
}


footer .copyright {
    padding: 13px 5px;
    background: var(--primary-color);
    text-align: center;
    margin-top: 0;
    color: var(--white-color);
}

footer .copyright p {
    color: var(--white-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
}

/* End Footer Sec */
.mbl-phn-btn-wpr {
    display: none;
}

.mbl-phn-btn span:first-child {
    animation: oscillate-rotation 1s infinite ease-in-out;
}

@keyframes oscillate-rotation {
    0% {
        transform: rotate(0) scale(1) skew(0deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(0deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(0deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(0deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(0deg);
    }

    50% {
        transform: rotate(0) scale(1) skew(0deg);
    }

    100% {
        transform: rotate(0) scale(1) skew(0deg);
    }
}



/* Media Query */
@media(min-width: 1441px) {
    .banner-sec .container {
        max-width: 1180px;
    }
}

@media(max-width: 1440px) {

    /* header section */
    .main-hdr {
        padding-top: 20px;
    }

    .hdr-bottom {
        padding: 6px 12px;
    }

    .icon-btn {
        border-radius: 10px;
        padding: 8px;
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 0.2px;
    }

    .logo-wpr {
        align-items: center;
    }

    .logo-wpr>img {
        max-width: 110px;
    }

    .logo-wpr a {
        display: flex;
        align-items: center;
    }

    .logo-wpr a img {
        max-width: 140px;
    }

    /* Banner */
    .banner-sec:after {
        height: 230px;
    }

    .banner-heading h3 {
        font-size: 48px;
    }

    .banner-heading h1 {
        font-size: 80px;
    }

    .banner-list {
        gap: 12px;
        padding: 16px 0;
    }

    .banner-list li {
        font-size: 18px;
    }

    .rating-list {
        margin-top: 80px;
    }

    /* Service Sec */
    .service-sec,
    .material-sec {
        padding-top: 100px;
    }

    .sec-heading.big h2,
    .solar-sec-hdg h2 {
        font-size: 92px;
    }

    /* Why Sec */
    .why-card-ctnt h4 {
        font-size: 28px;
    }

    /* Testimonial Sec */
    .testimonial-sec {
        padding: 80px 0 80px 10%;
    }

    .testimonial-sec-left h2 {
        font-size: 60px;
    }

    .testimonial-btn {
        font-size: 24px;
    }



    /* Footer Sec */
    .ftr-content-left h3 {
        font-size: 42px;
    }

    .ftr-form h5 {
        font-size: 32px;
    }

}

@media(max-width: 1199px) {
    .logo-wpr {
        gap: 20px;
    }

    /* Banner */
    .banner-inr {
        flex-direction: column;
        gap: 30px
    }

    .banner-sec:after {
        height: 230px;
    }

    .banner-left {
        width: 100%;
        max-width: 72%;
        margin: 0 auto;
    }

    .banner-left h3,
    .banner-left h1 {
        text-align: center;
    }

    .banner-right {
        margin: 0 auto;
    }

    .rating-list {
        margin-top: 40px;
        justify-content: center;
        gap: 30px;
    }

    .rating-list li img {
        display: none;
    }

    .rating-list li img+img {
        display: block;
        height: 64px;
        max-width: 150px;
        object-fit: contain;
    }



    /* WHy Sec */
    .why-inr-top h2 {
        font-size: 52px;
        line-height: 140%;
    }

    .why-card-ctnt h4 {
        font-size: 28px;
    }

    /* Testimonial Sec */
    .testimonial-sec {
        padding: 80px 15px;
    }

    .testimonial-sec-inr {
        flex-direction: column;
    }

    .testimonial-sec-right,
    .testimonial-sec-left {
        width: 100%;
        max-width: 100%;
    }

    .testimonial-sec-left {
        align-items: center;
        text-align: center;
    }

    /* Footer */
    .ftr-nav-wrap {
        gap: 24px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .ftr-nav-item a {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .icon-btn {
        border-radius: 50%;
        padding: 10px;
    }

    .icon-btn span:nth-child(2) {
        display: none;
    }

    /* Banner */
    .banner-left {
        max-width: 100%;
    }

    /* Service Sec */
    .sec-heading.big h2,
    .solar-sec-hdg h2 {
        font-size: 72px;
    }

    .service-card-ctnt h3 {
        font-size: 28px;
    }

    .service-card-ctnt p {
        font-size: 18px;
        min-height: 120px;
    }

    /* Material Sec */
    .material-card-ctnt h3 {
        font-size: 24px;
    }

    /* why Sec */
    .why-sec {
        overflow: hidden;
    }

    .why-inr-top {
        flex-direction: column;
    }

    .why-inr-top h2:after {
        display: none;
    }

    .why-inr-top h2 {
        padding: 100px 40px 40px;
        text-align: center;
        max-width: 80%;
        margin-top: -60px;
        border-radius: 20px;
    }

    .why-cards-wpr {
        flex-flow: column;
    }

    .why-center-logo,
    .logo-gap {
        display: none;
    }

    .brand-label-wpr {
        margin: 60px 0;
    }

    .why-cards {
        display: flex;
        flex-direction: column;
        gap: 60px;
        max-width: 580px;
        margin: 0 auto;
    }

    .why-card.right {
        flex-direction: row-reverse;
        text-align: left;
    }

    /* Partner Sec */
    .trusted-sec {
        padding: 80px 0 60px;
    }

    /* CTA Sec */
    .cta-btn {
        font-size: 28px;
    }

    .cta-btn img {
        width: 40px;
    }

    #cta-carousel li,
    #cta-carousel .swiper-slide {
        font-size: 120px;
        line-height: 100%;
    }

    /* Footer */
    .ftr-navigation-wrap {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 20px;
    }

    .ftr-content-left h3 {
        font-size: 32px;
        text-align: center;
    }

    .ftr-form h5 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 20px;
    }

    .ftr-content {
        flex-direction: column;
    }

    .ftr-content-left,
    .ftr-content-right {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding: 0 !important;
        border: 0;
    }

    .ftr-content-right {
        padding: 50px 0 !important;
    }

}

@media (max-width: 767px) {
    .main-hdr {
        padding-top: 0px;
    }

    .hdr-top {
        padding: 5px 38px;
        max-width: 100%;
        clip-path: unset;
    }

    .main-hdr .container {
        max-width: 100%;
        padding: 0;
    }

    .hdr-bottom {
        box-shadow: none;
        padding: 6px 15px;
        gap: 12px;
    }

    /* Banner */
    .banner-sec {
        margin-top: 0;
        padding-top: 80px;
    }

    .banner-sec:after {
        height: 140px;
        bottom: -11px;
    }

    .banner-heading h3 {
        font-size: 34px;
    }

    .banner-heading h1 {
        font-size: 60px;
    }

    /* Service Sec */
    .service-cards {
        display: flex;
        position: relative;
        height: 100%;
        flex-direction: column;
        gap: 20px;
        margin-top: 40px;
    }

    .service-card {
        height: 460px;
        position: relative;
        left: unset;
        top: unset;
        transform: unset;
        margin: 0 auto;
        max-width: 395px;
        width: 100%;
    }

    /* Why Sec */
    .why-inr-top img {
        width: 100%;
    }

    .why-inr-top h2 {
        font-size: 48px;
    }

    .why-cards {
        margin-top: 50px;
    }

    .brand-label-wpr {
        display: none;
    }

    .why-card-img {
        min-width: 50px;
        height: 50px;
    }

    .hdg-text {
        font-size: 20px;
    }

    /* Partner Sec */
    .trusted-logo-list {
        max-width: 350px;
        gap: 18px;
        padding: 30px 10px;
        width: 100%;
        flex-direction: column;
    }

    /* SOlar Sec */
    .solar-sec-hdg {
        max-width: 95%;
    }

    .img-cover-list {
        height: 500px;
    }

    .solar-sec-hdg h2 {
        font-size: 52px;
    }

    .red-tab {
        font-size: 18px;
        text-align: center;
    }

    /* CTA Sec */
    .cta-sec-inr {
        padding: 15px 0;
        transition: all 0.3s ease-in-out 0.1s;
    }

    .cta-btn {
        font-size: 24px;
    }

    /* Testimonial Sec */
    .testimonial-sec-left h2 {
        font-size: 48px;
    }

    .testimonial-review-text p {
        font-size: 20px;
    }

    .testimonial-review-text img {
        max-width: 140px;
    }

    .testimonial-btn {
        font-size: 18px;
        padding: 11px 20px;
    }


    /* Banner */
    .mbl-phn-btn-wpr {
        display: flex;
        width: 100%;
        clip-path: polygon(-80% 50%, 50% 100%, 180% 50%, 50% 0);
        background: #fff;
        justify-content: center;
        max-width: 230px;
        margin: 40px auto 30px;
    }

    .mbl-phn-btn {
        max-width: 230px;
        width: 100%;
        margin: 3px;
        display: flex;
        position: relative;
        height: 58px;
        align-items: center;
        justify-content: center;
        gap: 14px;
        color: #fff;
        font-size: 20px;
        font-weight: 800;
        clip-path: polygon(-80% 50%, 50% 100%, 180% 50%, 50% 0);
        background: var(--primary-color);
    }

    .indrevtextscroll {
        font-size: 18px;
    }

    .wprs_unslider-nav {
        display: none;
    }

}


@media(max-width: 575px) {
    .hdr-top p {
        font-size: 16px;
        line-height: 20px;
    }

    .hdr-top {
        flex-direction: column;
        gap: 2px;
    }

    .logo-wpr {
        order: -1;
    }

    .logo-wpr svg {
        display: none;
    }

    .logo-wpr>img {
        display: none;
    }

    .phn-btn {
        margin-left: auto;
    }

    /* Material */
    .demo-material-label {
        padding: 14px;
    }

    .service-card-ctnt p {
        font-size: 14px;
        min-height: 120px;
    }

    /* Banner */
    .rating-list li img+img {
        max-width: 120px;
    }

    /* Service Sec */
    .service-sec,
    .material-sec {
        padding-top: 70px;
    }

    .sec-heading.big h2 {
        font-size: 52px;
    }

    .service-card-ctnt h3 {
        font-size: 24px;
    }

    .ser-dsk {
        display: none;
    }

    .ser-mbl {
        display: block;
    }

    /* Material */
    .material-sec .sec-heading {
        margin-bottom: 0;
    }

    #material-carousel .swiper-slide {
        width: 100% !important;
        margin-right: 0;
        display: flex;
        justify-content: center;
        padding: 0 10px;
    }

    #material-carousel .swiper-pagination {
        gap: 5px;
        transform: scale(0.9);
    }

    /* WHy Sec */
    .why-sec {
        padding-top: 70px;
    }

    .why-inr-top h2 {
        font-size: 36px;
    }

    .why-cards {
        gap: 40px;
    }

    .cta-btn {
        font-size: 20px;
        padding: 10px 14px;
        min-width: 180px;
    }

    .cta-btn span {
        width: 40px;
        height: 40px;
    }

    #cta-carousel li,
    #cta-carousel .swiper-slide {
        font-size: 80px;
    }

    /* Banner */
    .banner-sec {
        padding-top: 50px;
    }

    .banner-list svg {
        width: 30px;
    }

    .banner-list {
        padding: 0;
        border: 0;
        margin: 0 !important;
        gap: 5px;
    }

    .indrevtextscroll {
        font-size: 16px;
    }

    .why-cards-wpr {
        gap: 0;
    }
}

@media (max-width: 481px) {
    .banner-list li {
        font-size: 18px;
        width: 100%;
        justify-content: center;
    }

    .rating-list li img {
        height: 45px;
    }

    .why-inr-top h2 {
        padding: 80px 20px 20px;
        max-width: 90%;
        font-size: 32px;
    }

    /* Footer */
    .ftr-icon-card {
        width: 100%;
    }

    /* Service Slider */
    .service-slider {
        margin: 0;
        width: 100%;
    }

    .why-card-ctnt h4 {
        height: unset;
    }
}

@media(max-width: 414px) {
    .hdr-top p {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 1px;
    }

    .logo-wpr a img {
        max-width: 120px;
    }

    /* Banner */
    .bnr-form h4 {
        font-size: 22px;
    }

    .bnr-form-inr>p {
        font-size: 20px;
    }

    /* Material Sec */
    #material-carousel .swiper-slide {
        transform: scale(0.88);
    }

    #material-carousel {
        padding-bottom: 15px;
    }

    /* Testimonial Sec */
    .wprs_unslider .indrevdiv {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #wprev-slider-1 .wprev_preview_tcolor1_T6 {
        font-size: 18px !important;
    }

    .wprevpro_t10_outer_div,
    .wprevpro_t11_outer_div,
    .wprevpro_t6_outer_div,
    .wprevpro_t7_outer_div,
    .wprevpro_t8_outer_div,
    .wprevpro_t9_outer_div {
        padding: 0 !important;
    }

    /* Footer */
    .ftr-content-right {
        padding-bottom: 30px !important;
    }

    .social-wpr {
        margin-top: 30px;
    }
}