/* Service Cards Equal Height */
.service-section-solar .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service-section-solar .swiper-slide .col-xl-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.service-section-solar .single-service-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
}

.service-section-solar .service-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service-section-solar .service-content p {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 20px;
}

.main-footer-solar .logo img {
  max-width: 170px;
  height: auto;
}

.main-header .main-box {
  padding: 0 40px;
}

@media (max-width: 1200px) {
  .main-header .main-box {
    padding: 0 20px !important;
  }
}

/* Sticky Header Outer Box Styles - Match Header Lower */
.sticky-header .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.sticky-header .outer-box .menu-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sticky-header .outer-box .menu-btn .theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sticky-header .outer-box .mobile-nav-toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.brand-area-one .brand-box .brand-thumb img {
  max-width: 140px;
  height: auto;
}

.brand-area-one .brand-box .brand-thumb img.huawei {
  max-width: 70px;
}

.form-box i {
  top: 16px !important;
  right: 18px !important;
  left: unset !important;
}

.main-header.scrolled .sticky-header .outer-box .theme-btn {
  display: inline-block;
  font-family: var(--title-font);
  color: var(--theme-color-white);
  background: var(--theme-color-black);
  padding: 11px 26px;
  font-weight: 400;
  font-size: 18px;
  border-radius: 45px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-left: 25px;
}

.main-header.scrolled .sticky-header .outer-box .theme-btn::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 1px;
  background-color: var(--theme-color-white);
  left: 135px;
  top: 20px;
}

.main-header.scrolled .sticky-header .outer-box .theme-btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--theme-color2);
  z-index: -1;
  border-radius: 45px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header.scrolled .sticky-header .outer-box .theme-btn span i {
  display: inline-block;
  margin-left: 18px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  top: 2px;
}

.main-header.scrolled .sticky-header .outer-box .theme-btn:hover::after {
  width: 101%;
  left: 0;
}

.sticky-header .outer-box .mobile-nav-toggler {
  display: none;
}

.single-service-box .reveal {
  border-radius: 16px;
}

@media (max-width: 1024px) {
  .menu-btn {
    display: none;
  }
}

@media (max-width: 1700px) {
  .contact-thumb {
    height: unset !important;
  }
}

.contact-thumb figure {
  height: 850px !important;
}

.contact-section-solar.index_page .contact-thumb figure img {
  border-radius: 30px;
}

.service-thumb .reveal {
  overflow: hidden;
}

.agree-wrapper input[type="checkbox"] {
  -moz-appearance: none;
       appearance: none;
  margin-top: 6px;
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid var(--theme-color2);
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.agree-wrapper input[type="checkbox"]:checked {
  background-color: var(--theme-color2);
  border-color: var(--theme-color2);
}

.agree-wrapper input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 6px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#status .success {
  border-radius: 8px;
  padding: 5px 10px;
  background: rgba(199, 220, 203, 0.45);
  color: #177368 !important;
}

#status .error {
  background: rgba(234, 78, 22, 0.15);
  color: #EA4E16 !important;
  border-radius: 8px;
  padding: 5px 10px;
}

.contact-section-solar-classic .contact-form-box .contact-form button.is-submitting::before {
  display: none !important;
}

/* Contact page: make both columns equal height */
.contact-section-solar-classic .row.g-0 > [class^="col-"],
.contact-section-solar-classic .row.g-0 > [class*=" col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-section-solar-classic .row.g-0 > [class^="col-"] > *,
.contact-section-solar-classic .row.g-0 > [class*=" col-"] > * {
  width: 100%;
}

.contact-section-solar-classic .contact-form-box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* On large screens, ensure the left image fills height instead of fixed px */
@media (min-width: 1200px) {
  .contact-section-solar-classic .contact-thumb figure {
    height: 100% !important;
  }
  .contact-section-solar-classic .contact-thumb figure img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }
}

.main-footer-solar .main-footer-section .footer-widget-content .footer-menu li:last-child a {
  border-bottom: none !important;
}

@media screen and (max-width: 1200px) {
  .contact-section-solar-classic .contact-form-box {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
/*# sourceMappingURL=custom.css.map */