ul,
p {
  padding: 0 !important;
}

a {
  text-decoration: none !important;
}

.invert {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.sectionPad {
  padding: 70px 0;
}

.sectionPadTop {
  padding-top: 70px;
}

.sectionPadBottom {
  padding-bottom: 70px;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.blueText {
  color: #101f9d !important;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0 !important;
  margin: 0 !important;
}

.borderBox {
  border: 2px solid var(--primary-color);
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield; /* Standard property for future compatibility */
}

.error {
  font-size: 15px;
  color: red;
  margin-top: 5px !important;
  display: none;
}

.blueText {
  color: #101f9d;
}

.text-balance {
  text-wrap: balance;
}

/* navbar */

.logoImg {
  width: 60px;
  height: auto;
}

.header-layout3 .header-middle {
  padding: 15px 0;
}

/* caculator CSS */

.pageTitle {
  font-size: 40px !important;
}

.submitBtn {
  color: #fff;
  background-color: #101f9d;
  padding: 10px 25px;
  border-radius: 50px;
  border: 2px solid #101f9d;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.2s ease-in-out;

  &:hover {
    background-color: #fff;
    color: #101f9d;
  }
}

.calcVal {
  font-size: 20px;
  font-weight: 600;
  color: #101f9d;
}

.borderRight {
  border-right: 2px solid #101f9d;
}

.calcBox {
  border: 2px solid #101f9d;
  border-radius: 10px;
  padding: 10px 20px;
}

.greenText {
  color: #059669;
}

.plantCostData {
  font-size: 17px;
  display: flex;
  justify-content: space-between;
}

.savingCard {
  background: #eef3fc;
  padding: 10px 0;
  border-radius: 10px;
  font-size: 15px;
}

.emiCard {
  background: #eef3fc;
  padding: 10px;
  border-radius: 10px;
}

.disclaimerBox {
  background: #eef3fc;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 15px;
  border-radius: 10px;
}

/* modal popup form */

.quoteFormPopup {
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
}

/* thank you page */

.thankyouLogo {
  width: 60px;
  height: auto;
}

.navbarsection {
  background-color: #f5f5f5;
  padding: 15px 0;
}

/* home page css */

.sectionTitle {
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
}

.bannerContentWrap {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  width: 100%;
}

#banner .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0 !important;
}

#banner .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #1f379d;
}

#banner .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* appointment section */

#bookExpertCall {
  background: linear-gradient(90.16deg, #101f9d -15.84%, #11111c 122.54%);
}

.bookCallFormWrap {
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
}

.requiredData {
  font-size: 25px;
  color: red;
  font-weight: 600;
}

.contentTextBoxWrap {
  padding-left: 20%;
}

.bookCallFormWrap {
  width: 80%;
}

/* feature section */

.featureBoxWrap {
  /* padding: 0 20%; */
  padding-left: 20%;
}

.featureIcon {
  width: 50px !important;
  height: 50px !important;
}

.featureText {
  text-wrap: balance;
}

.featureCard {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* justify-content: center; */
  height: 65px;

  margin: 10px 0;
}

/* servic Category Section */
.serviceCategorySection {
  background: linear-gradient(90.16deg, #101f9d -15.84%, #11111c 122.54%);
}

.serviceCardWrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.serviceImg {
  border-radius: 10px;
}

.serviceCard {
  width: 24%;
  height: 400px;
  border-radius: 10px;

  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.homeSolar {
  background: url(../img/service/ss1.webp);
}

.industrySolar {
  background: url(../img/service/ss2.webp);
}

.commercialSolar {
  background: url(../img/service/ss3.webp);
}

.buildingSolar {
  background: url(../img/service/ss4.webp);
}

/* why section */

.whyCard {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  border-radius: 10px;
  padding: 30px 20px;
  margin: 20px 0;
  height: 250px;
}

.whyIcon {
  width: 60px !important;
  height: 60px !important;
}

.whyHeadText {
  text-align: center;
  font-weight: 600;
  margin-top: 10px !important;
  font-size: 19px;
}

.whyParaText {
  text-align: center;
  text-wrap: balance;
  font-size: 15px;
}

/* footer sections */

.footerImg {
  width: 110px !important;
  height: auto !important;
  filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(176%)
    hue-rotate(295deg) brightness(118%) contrast(100%);
}

.footCta {
  font-size: 18px;
}

.socialMediaIcon {
  font-size: 35px;
}

.footerHeadText {
  font-weight: 600;
  color: #fff;
  font-size: 25px;
}

.list-style-none {
  list-style: none;
}

.footLinksWrap li a {
  color: #fff;
  font-size: 18px;
  padding: 6px 0 !important;
  display: inline-block;
}

.footTextCta {
  font-size: 22px;
}

.footCtaWrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* Media Query */

@media (max-width: 768px) {
  .vs-logo img {
    padding: 0px 0;
  }

  .sectionPad {
    padding: 40px 0;
  }

  .savingCard,
  .emiCard {
    margin: 10px 0;
  }

  .pageTitle {
    font-size: 26px !important;
  }

  input {
    font-size: 16px;
  }

  .calcBox {
    padding: 10px;
    font-size: 13px;
  }

  .calcVal {
    font-size: 16px;
  }

  .plantCostData {
    font-size: 15px;
  }

  .contentTextBoxWrap {
    padding-left: 0;
  }

  .sectionTitle {
    font-size: 22px;
    text-align: center;
  }

  .contentTextBoxWrap p {
    font-size: 14px;
    text-align: center;
  }

  .bookCallFormWrap {
    width: 100%;
    margin-top: 30px;
  }

  .serviceCategorySection h6 {
    margin-bottom: 30px !important;
  }

  p {
    font-size: 14px;
  }

  .bannerImgWrap p {
    padding: 0 20px !important;
  }

  .vs-menu-wrapper .mobile-logo img,
  .vs-menu-wrapper .mobile-logo svg {
    max-width: 80px !important;
  }

  .vs-mobile-menu {
    padding-left: 15px !important;
  }

  .vs-menu-wrapper .mobile-logo {
    padding: 20px 0;
    display: block;
    text-align: center;
    background-color: rgba(97, 194, 207, 0.2);
  }

  .quickLinksWrap {
    margin-top: 20px;
  }

  .footerImg {
    width: 75px !important;
  }

  .footTextCta,
  .footCta {
    font-size: 15px;
  }

  .footerHeadText {
    font-size: 18px;
  }

  .footLinksWrap li a {
    font-size: 15px;
    padding: 3px 0 !important;
  }

  .footCtaWrap {
    display: flex;
    flex-direction: column;
    align-items: self-start;
  }

  .socialMediaIcon {
    font-size: 25px;
  }
}
