@font-face {
  font-family: "my-font-Bold";
  src: url(../fonts/Gilroy-Bold.ttf);
}

@font-face {
  font-family: "my-font-Medium";
  src: url(../fonts/Gilroy-Medium.ttf);
}

@font-face {
  font-family: "my-font-Regular";
  src: url(../fonts/Gilroy-Regular.ttf);
}

@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --theme-color: #000;
  --theme-color-second: #000;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  font-size: 15px;
  color: #1e1e1e;
  background-color: #fff;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  font-family: "Urbanist", sans-serif;
  /* color: var(--theme-color) !important; */
}

a {
  color: #0055f1;
  text-decoration: none;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
  transition: all .6s;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 12px;
  color: inherit;
  font-family: "my-font-Medium";
}

h1,
h2,
h3,
h4,
h5,
h6 {}

p {
  margin: 0;
  line-height: 27px;
  margin-bottom: 14px;
  font-size: 15px;
}

ul li {
  margin-bottom: 0px;
}

.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
}

.li {
  display: inline-block;
  padding: 0px 5px;
}

ul {
  list-style: none;
  padding: 0;
}

h1 {
  font-size: 84px;
}

h2 {
  font-size: 48px;
  font-family: "my-font-Bold";

}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 28px;
  font-family: "my-font-Bold";
}

h5 {}

h6 {}

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

.gap {
  margin-bottom: 30px;
}

section {
  padding: 80px 0px;
}

.form-control:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

/* navbar */


@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

* {
  box-sizing: border-box;
}

.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #fe8a02;
  border-radius: 25px;
  text-align: center;
  border: 2px solid #fe8a02;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
}

.m-backtotop.active {
  bottom: 15px;
  opacity: 1;
}

.m-backtotop>div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-backtotop>div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.m-backtotop>div.text {
  font-size: 5px;
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 20px;
  cursor: pointer;
  background: black;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover>div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.m-backtotop:hover>div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

/* Small Header */
.small {
  display: none;
}

/* Main header */
.header_menu {
  background: transparent;
  /* position: absolute;
  left: 0;
  right: 0; */
}

a.navbar-brand img {
  width: 145px;
}

.header_menu li a {
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
  padding: 24px 19px;
  display: inline-block;
}

.header_menu li a:hover {
  color: var(--theme-color-second);
}

.hd_info {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 8px;
}

a.comon-btn {
  background: #0078ff;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 12px 0;
  border-radius: 5px;
  width: 180px;
  text-align: center;
  text-transform: uppercase;
}

a.comon-btn:hover {
  background: #121212;
  color: #fff;
}

.navbar li:hover a {
  color: var(--theme-color-second);
}

.navbar li:hover .dropdown-menu {
  transition: .3s;
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: rotateX(0deg);
}

@media all and (min-width: 992px) {
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }

  .navbar li .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
  }

  .navbar li:hover a {
    color: var(--theme-color-second);
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }

  .navbar li:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}

ul.dropdown-menu.fade-up li a:hover {
  color: #fff !important;
  background: var(--theme-color-second);
}

#main_header ul.dropdown-menu.fade-up li:last-child {
  border-bottom: 0px;
}

#main_header ul.dropdown-menu.fade-up li {
  border-bottom: 1px solid #c1c0bd;
  margin: 0 0 0 0;
}

ul.dropdown-menu.fade-up li a {
  color: #000 !important;
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 11px 12px;
}

ul.dropdown-menu.fade-up {
  border: none;
  background: #fff;
  padding: 0 0;
  min-width: inherit;
  width: 280px;
  border-radius: 0px;
}

.link-sm-2 i {
  top: -9px !important;
}

.link-sm-2 {
  position: relative;
}

/* Banner Section */

a.comon-btn2 {
  background: #54ae46;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 12px 0;
  border-radius: 5px;
  width: 210px;
  text-align: center;
  text-transform: uppercase;
}

a.comon-btn2:hover {
  background: #121212;
  color: #fff;
}

a.comon-btn3 {
  background: #0078ff;
  color: #fff;
}

a.comon-btn3:hover {
  background: #121212;
  color: #fff;
}

a.comon-btn4 {
  background: #690000;
  color: #fff;
}

a.comon-btn4:hover {
  background: #121212;
  color: #fff;
}

.banner_sec .left_content_heading h1 {
  line-height: 1;
  margin-bottom: 10px;
}

.banner_sec .left_content_heading h5 {
  text-transform: uppercase;
  font-size: 24px;
  font-family: "my-font-Bold";
  letter-spacing: 2px;
  margin-bottom: 5px;
}

.banner_sec .rigth_content_form input {
  width: 100%;
  padding: 13px 10px;
  outline: none;
  background: #fff;
  border: none;
  border-radius: 4px;
}

.banner_sec .rigth_content_form button {
  width: 100%;
  padding: 13px 10px;
  outline: none;
  font-size: 14px;
  background: #0078ff;
  color: #fff;
  border: none;
  border-radius: 4px;
  text-align: center;
  letter-spacing: 1px;
}


.banner_sec .rigth_content_form {
  background: #54ae46;
  color: #fff;
  padding: 40px 25px 50px;
  border-radius: 15px;
}

.banner_sec {
  padding: 80px 0;
  color: #fff;
}

.banner_sec a.comon-btn2 {
  width: 330px;
}

/* Home Section 1 */
.home_sec1 P {
  padding-right: 110px;
}

/* HOme Section 2 */

.home_sec2 .img_content h6 {
  font-size: 13px;
}

.home_sec2 .img_content img {
  margin-bottom: 12px;
}

.home_sec2 .img_content {
  text-align: center;
}

.home_sec2 .content hr {
  border-top: 2px solid#54ae46;
  opacity: 1;
}

.home_sec2 .btom_content ul li i {
  color: #6e0500;
  font-size: 11px;
}

.home_sec2 .btom_content ul li {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 8px;
  font-size: 13px;
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
  width: 50%;
  color: #4a4a4a;
}

.home_sec2 .btom_content h6 {
  text-transform: uppercase;
  font-family: "my-font-Bold";
}

.home_sec2 .content {
  border: 3px solid #0078ff;
  border-radius: 13px;
  position: relative;
  padding: 50px 20px;
}

.home_sec2 .content a.comon-btn2 {
  background: #6e0500;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 15px 0;
  border-radius: 5px;
  width: 350px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: inherit;
  bottom: -27px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-family: "my-font-Bold";
}

.heading_price h5 {
  font-family: "my-font-Bold";
  text-transform: uppercase;
  color: #54ae46;
}

.home_sec2 .content .heading_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.top_botton.bg-cover {
  display: inline-block;
  /* padding: 0 0; */
  text-transform: uppercase;
  font-size: 14px;
  padding: 16px 49px;
  position: absolute;
  top: -30px;
  border-radius: 6px;
  background: #54ae46 !important;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60%;
  text-align: center;
}

.top_botton span {
  font-family: "my-font-Bold";
}

/* *-***** */

.service-card {
  border-radius: 12px;
  padding: 0;
  text-align: center;
  margin-bottom: 16px;
}

.service-img {
  border-radius: 10px;
  margin-bottom: 15px;
}

.service-title {
  font-size: 20px;
  color: #54ae46;
  font-family: "my-font-bold";
  margin: 15px 0 10px;
}

.service-text {
  font-size: 15px;
  color: #555;
  margin-bottom: 20px;
}

.read-more {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 1px;
}

.read-more:hover {
  background-color: #222;
}

/* *plan-builder */
.plan-builder {
  background: url('../image/solar-bg.jpg') center no-repeat;
  background-size: cover;
  padding: 80px 0;
  color: #fff;
  text-align: center;
}

.plan-builder .builder-title {
  /* font-size: 36px; */
  /* font-weight: bold; */
  /* margin-bottom: 40px; */
  /* color: #fff; */
  display: flex;
  flex-direction: column;
}

.plan-builder .builder-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.plan-builder .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  justify-content: space-between;
}

.plan-builder .form-group {
  flex: 1;
  min-width: 250px;
  text-align: left;
}

.plan-builder label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #fff;
}

.plan-builder select, .email-input {
  width: 100%;
  padding: 19px 14px;
  border-radius: 6px;
  border: none;
  font-size: 15px;
  background-color: #fff;
  color: #333;
}

.plan-builder .calculate-btn {
  margin-top: 0;
  background-color: #000;
  color: #fff;
  padding: 19px 14px;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 15px;
  letter-spacing: 1px;
}

.plan-builder .calculate-btn:hover {
  background-color: #222;
}

/* Home Section 3 */
.home_sec3 .section-heading {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 24px;
  align-items: center;
}

.home_sec3 .section-heading .left {
  flex: 1;
}

.home_sec3 .section-heading .right {
  flex: 1;
  padding-left: 0;
}

.home_sec3 h2 {
  font-size: 62px;
}

.home_sec3 .section-heading h4 {
  color: #333;
  font-weight: normal;
  margin-bottom: -3px;
  font-size: 24px;
  letter-spacing: 2px;
}

.home_sec3 .info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
  margin-bottom: 40px;
}

.home_sec3 .info-card {
  background-color: #54ae468f;
  padding: 28px 20px;
  border-radius: 10px;
  text-align: center;
  transition: background 0.3s;
}

.home_sec3 .info-card:nth-child(2) {
  background: #fff;
}

.home_sec3 .info-card i {
  font-size: 40px;
  margin-bottom: 10px;
}

.home_sec3 .info-card h3 {
  font-size: 21px;
  margin-bottom: 7px;
}

.home_sec3 .bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.home_sec3 .info-card img {
  width: 50px;
  margin-bottom: 9px;
}


/* faq sec */

.faq-contact .accordion-button:not(.collapsed) {
  color: #ffff;
  background-color: #0078ff;
  box-shadow: none;
  border: none !important;
}

.faq-contact .accordion-item {
  color: var(--bs-accordion-color);
  background-color: #e4e5e8;
  border: none;
}

.faq-contact .accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
  border: none !important;
}

.faq-contact .accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: none !important;
}

.faq-contact .accordion-item {
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
  text-align: start;
  background: #0078ff;
  color: #fff;
  border: none;
}

.faq-contact .get-intouch button:hover {
  background-color: #000;
  color: #fff;
}

.faq-contact .accordion-item h2 {
  line-height: 22px;
  font-size: 18px;
  font-weight: 400;
  /* font-family: "my-font3"; */
}

.faq-contact .accordion-item p {
  color: #fff;
  font-weight: 500;
  /* padding-left: 20px; */
  /* border-left: 2px solid #f9f9f9; */
  /* margin-left: 25px; */
}

.faq-contact .accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
  padding-top: 0;
}

.faq-contact .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 14px 19px;
  font-size: 16px;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: #f6f2ee;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
  font-family: "my-font-Medium";
}

.accordion-button::after {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  margin-left: auto;
  content: "";
  background-image: url(../image/down-arrow.png) !important;
  background-repeat: no-repeat;
  background-size: contain;
  transition: var(--bs-accordion-btn-icon-transition);
  background-position: center !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../image/down-arrow2.png) !important;
  transform: var(--bs-accordion-btn-icon-transform);
}

/* TESTIMONIAL SEC */

.testimonial_sec .heading h2 {
  margin-bottom: 9px;
}

.testimonial_sec .review_content h6 {
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 19px;
  color: #000;
  /* font-family: "Urbanist", system-ui; */
}

.testimonial_sec .review_content .star_icon {
  margin-bottom: 19px;
}

.testimonial_sec .review_content img {
  width: 42px !important;
  margin-bottom: 12px !important;
  margin: 0;
}

.testimonial_sec .review_content .top_img {
  position: absolute;
  top: -17px;
  transform: translate(0);
}

.testimonial_sec .review_content p {
  font-size: 14px;
}

.testimonial_sec .review_content .star_icon img {
  width: 82px !important;
  margin-bottom: 8px !important;
  margin: 0;
  position: initial;
}

.testimonial_sec .review_content {
  text-align: start;
  border-radius: 5px;
  padding: 40px 26px 35px 21px;
  margin: 10px 0px;
  /* border: 1px solid #687d6a; */
  position: relative;
  margin: 17px 0 !important;
  /* min-height: 350px; */
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 5px 15px;
}

.testimonial_sec .owl-carousel .owl-stage {
  display: flex;
}

.testimonial_sec .owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}

.testimonial_sec .owl-nav {
  position: relative;
}

.testimonial_sec .owl-next {
  position: absolute;
  right: -50px;
  top: -205px;
}

.testimonial_sec .owl-prev {
  position: absolute;
  left: -50px;
  top: -205px;
}

.testimonial_sec .owl-nav img {
  width: 25px;
}

.testimonial_sec .btom_content img {
  width: 140px;
}

.testimonial_sec .btom_content p {
  margin-bottom: 0;
}

.testimonial_sec .btom_content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
  gap: 10px;
}

.testimonial_sec .btom_content {
  position: relative;
}

.testimonial_sec .btom_icon img {
  width: 78px;
  position: absolute;
  left: 0;
  transform: rotate(106deg);
  bottom: -90px;
}

.testimonial_sec h2 {
  font-weight: 500;
}

.testimonial_sec .owl-carousel .owl-nav {
  display: block !important;
}

/* ************ */

.footer {
  background: url('your-background.jpg') no-repeat center/cover;
  background-color: #0d0d0d;
  padding: 60px 20px 20px;
  color: #ccc;
}

.footer .container {
  max-width: 1200px;
  margin: auto;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.footer-logo img {
  width: 220px;
}

.footer-logo h2 {
  color: #54ae46;
  font-size: 28px;
  margin: 0;
}

.divider {
  border-top: 1px solid #444;
  margin: 30px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  margin-bottom: 30px;
}

.footer h4 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 18px;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 10px;
  font-size: 14px;
}

.footer ul li a {
  text-decoration: none;
  color: #ccc;
  transition: 0.3s;
}

.footer ul li a:hover {
  color: #54ae46;
}

.footer .intro-text {
  font-size: 14px;
  margin-bottom: 0;
  max-width: 700px;
}

.footer .contact-info p {
  margin: 8px 0;
  font-size: 14px;
}

.footer .highlight {
  color: #54ae46;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
  display: inline-block;
}

.footer .bottom-bar {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 13px;
  color: #888;
  border-top: 1px solid #333;
  padding-top: 15px;
}

.footer .bottom-bar a {
  color: #888;
  margin-left: 15px;
  text-decoration: none;
}

.footer .bottom-bar a:hover {
  color: #fff;
}

.footer .top_ft_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: -20px;
}

/* inner_banner */
.inner_banner a {
  color: #000;
}

.inner_banner {
  background: #54ae46;
  padding: 160px 0 30px;
}

.inner_banner h1 {
  margin-bottom: -1px;
  /* font-family: "my-font-bold"; */
  /* text-transform: uppercase; */
  font-size: 74px;
}

/* get-in-touch */

.get-in-touch h5 {
  font-family: "paragraph-font-Medium";
  font-size: 25px;
}

.get-in-touch .social a {
  font-size: 24px;
  color: #000;
}

.get-in-touch input[type="text"] {
  border: none;
  padding: 15px;
  background-color: #e1e1e1;
  color: #000;
  width: 100%;
  border-radius: 6px;
}
.get-in-touch input {
  border: none;
  padding: 15px;
  background-color: #e1e1e1;
  color: #000;
  width: 100%;
  border-radius: 6px;
}

.get-in-touch textarea {
  border: none;
  padding: 15px;
  background-color: #e1e1e1;
  color: #000;
  width: 100%;
  border-radius: 6px;
  height: 135px;
}

.get-in-touch input[type="submit"] {
  border: none;
  padding: 14px;
  background-color: #54ae46;
  color: #000;
  width: 100%;
  border-radius: 6px;
  text-transform: uppercase;
  border-radius: 7px;
}

.map {
  line-height: 0;
}

.map iframe {
  width: 100%;
}

/* ********** */
.inner_banner {
  background: #54ae46;
  padding: 350px 0 30px;
}

.inner_banner .inner_banner_heading {
  background: #ffffffdb;
  color: #202020;
  padding: 14px 40px;
  border-radius: 19px;
  /* display: inline-block; */
}

.inner_banner h1 {
  margin-bottom: -4px;
  /* font-family: "my-font-bold"; */
  /* text-transform: uppercase; */
  font-size: 68px;
}

/* ********* */
.solar-cost-section {
  background-color: #f9f9f9;
  padding: 60px 20px;
  text-align: center;
}

.solar-cost-section .subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* .solar-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
} */

.solar-cost-section .solar-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  /* width: 280px; */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  text-align: left;
}

.solar-cost-section .solar-card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}

.solar-cost-section .solar-card h3 {
  color: #222;
  margin-bottom: 10px;
  font-size: 21px;
  font-family: "my-font-Medium";
}

.solar-cost-section .solar-card p {
  color: #555;
  margin: 5px 0;
}

.solar-cost-section .view-link {
  display: inline-block;
  margin-top: 15px;
  color: #690000;
  text-decoration: none;
  font-weight: bold;
}

.solar-cost-section .view-link:hover {
  text-decoration: underline;
}

/* ****** */

.why-choose-us ul li {
  display: inline-block;
  margin-right: 4px;
  margin-top: 10px;
  color: #0B0314;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  border-radius: 90px;
  background: #F5F5FD;
  padding: 16px 16px 14px;
}

.why-choose-us ul li span {
  display: inline-flex;
  height: 20px;
  width: 20px;
  background-color: rgb(11, 3, 20);
  font-size: 12px;
  color: rgb(255, 255, 255);
  line-height: 20px;
  text-align: center;
  transform: translateY(-2px);
  margin-right: 2px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.why-choose-us ul li span i {
  font-size: 10px
}

.residential_sec2 h4 {
  font-size: 24px;
  font-family: "my-font-Medium";

}

/* ********** */
.solar-process {
  background: #f5fbf7;
  padding: 60px 20px;
  text-align: center;
  /* font-family: 'Segoe UI', sans-serif; */
}

/* .section-title {
  font-size: 32px;
  color: #0078ff;
  margin-bottom: 10px;
} */

.section-subtitle {
  color: #555;
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto 40px;
}

.process-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
}

.process-step {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  max-width: 300px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  transform: translateY(-0px);

}

.process-step:hover {
  transform: translateY(-5px);
  transition: transform 0.3s ease;

}

.icon-circle {
  width: 50px;
  height: 50px;
  background: #0078ff;
  color: #fff;
  font-weight: bold;
  font-size: 23px;
  line-height: 50px;
  border-radius: 50%;
  margin: 0 auto 15px;
}

.process-step h3 {
  margin-bottom: 10px;
  color: #222;
}

.process-step p {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}

.process-btn {
  display: inline-block;
  background: #0078ff;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.process-btn:hover {
  background: #14662f;
}

/* ***** */
.why-solar {
  /* background: #f7fdf9; */
  padding: 60px 20px;
  text-align: center;
  /* font-family: 'Segoe UI', sans-serif; */
}

/* .why-title {
  font-size: 32px;
  color: #1a7d3c;
  margin-bottom: 10px;
} */

.why-subtitle {
  font-size: 16px;
  color: #555;
  max-width: 700px;
  margin: 0 auto 40px;
}

/* .why-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 13px;
} */
.why-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  /* max-width: 300px; */
  text-align: left;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  color: #000;
}

.why-icon {
  font-size: 38px;
  /* color: #1a7d3c; */
  margin-bottom: 15px;
}

.why-card h3 {
  color: #000;
  margin-bottom: 14px;
  font-size: 21px;
}

.why-card ul {
  list-style: none;
  padding: 0;
}

.why-card ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  /* color: #555; */
  font-size: 14px;
}

.why-card ul li::before {
  content: "+";
  position: absolute;
  left: 0;
  /* color: #1a7d3c; */
  font-weight: bold;
}

.why-btn {
  display: inline-block;
  margin-top: 40px;
  padding: 12px 28px;
  /* background: #1a7d3c; */
  color: #000;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.why-btn:hover {
  background: #14662f;
}
/* contact form margin-bottom css */
form.wpcf7-form.init p {
    margin-bottom: 0;
}

/* 23-06-2025 */
.error-message {
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
    display: none;
}

.total-display {
    border-radius: 8px;
    margin-top: 20px;
    text-align: center;
}

.total-display h3 {
    color: #fff;
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1.1;
}

.success-message {
    color: #00ff3d;
    border-radius: 8px;
    text-align: center;
}

.success-message p {
    margin: 0;
    font-weight: bold;
}