.myNav {
  padding: 7px 2rem;
  position: absolute;
  left: 40px;
  top: 20px;
  right: 40px;
  width: calc(100%-40px);
  z-index: 999;
  border-radius: 10px;
  margin: 0 auto;
  padding-right: 40px;
  background-color: var(--white-color);
}
.logo img {
  width: 50px;
}
.myNav_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.myNav_content .logo {
  text-align: center;
}
.myNav_content .logo a {
  color: var(--main-color);
  font-weight: bold;
  font-size: 14px;
}
.menu {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.menu ul {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-right: 1rem;
}
.menu ul li a {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  transition: 0.4s ease;
  color: var(--black-color);
}
.menu ul li a:hover {
  transition: 0.4s ease;
  color: var(--main-color);
}
.dropdown_menu {
  position: relative;
}
.dropdown_menu.active a {
  color: var(--main-color);
}
.dropdown_menu__list {
  position: absolute;
  top: 100%;
  left: 0;
  width: max-content;
  background-color: whitesmoke;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
}
.megaDropdown:hover .megaDropdown_list {
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease;
}
.megaDropdown_list {
  position: absolute;
  left: 100%;
  top: 0;
  width: max-content;
  border-left: 1px solid #ccc;
  background-color: whitesmoke;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
}
.megaDropdown {
  position: relative;
}
.dropdown_menu__list a:nth-last-child {
  border-bottom: 0;
}
.dropdown_menu__list a {
  display: block;
  padding: 10px 12px;
  width: 100%;
  color: var(--white-color) !important;
  font-size: 15px !important;
  border-bottom: 1px solid #ccc;
  transition: 0.3s ease;
}
.dropdown_menu__list a:hover {
  background-color: var(--green-color);
  color: var(--white-color) !important;
  transition: 0.3s ease;
}
.dropdown_menu:hover .dropdown_menu__list {
  opacity: 1;
  visibility: visible;
  transition: 0.4s ease;
}
.dropdown_menu__list a {
  color: var(--black-color) !important;
}
.dropdown_menu__list ul li {
  width: 100%;
}
.dropdown_menu__list ul {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 0;
  width: 100%;
  padding-right: 0;
  flex-direction: column;
}
.dropdown_menu__list a {
  display: block !important;
  width: 100%;
}

/* brands_box */
.brands_box img {
  width: 150px;
  aspect-ratio: 3/2;
  object-fit: contain;
  padding: 10px;
  border-radius: 10px;
  background-color: var(--white-color);
}
/* .brands_slider {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
} */
.brands_wrapper {
  background-color: #edf4f1;
  padding: 50px 0;
}

/* banner-video */
.banner-video,
.trusted-box-img {
  position: relative;
  overflow: hidden;
}
.banner-video::after {
  content: "";
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.01) 0%,
    rgba(0, 0, 0, 0.01) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  position: absolute;
  width: 100%;
  height: 99.3%;
  left: 0;
  top: 0;
}

.trusted-box-img::after {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.89) 100%
  );
  position: absolute;
  width: 100%;
  height: 99.3%;
  left: 0;
  top: 0;
}
.banner-video video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  background: linear-gradient(rgba(0, 0, 0, 5), rgba(0, 0, 0, 5)), url();
}
.banner-content ul {
  display: flex;
  margin-top: 1rem;
  flex-wrap: wrap;
  gap: 12px;
}
.banner-content ul li i {
  margin-right: 4px;
  color: var(--main-color);
}
.banner-content {
  position: absolute;
  bottom: 100px;
  color: var(--white-color);
  left: 40px;
  max-width: 80%;
}
.banner-content h1 {
  font-size: 42px;
  line-height: 1.1;
  text-shadow: 0 0 4px rgba(0, 0, 0.4);
}
/* .banner-content h1 span {
  color: var(--white-color);
  font-size: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.187);
  backdrop-filter: blur(2px);
} */
.banner-content p {
  font-size: 20px;
  max-width: 800px;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 1rem !important;
  /* padding-bottom: 1rem; */
  color: var(--white-color);
  /* border-bottom: 1px solid #767676; */
}
.myBtn {
  margin-top: 2rem;
}
.center-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-btn {
  display: flex;
  align-items: center;
  gap: 20px;
}
.banner-contact {
  align-items: center;
  gap: 12px;
}
.banner-contact-icon {
  min-height: 40px;
  min-width: 40px;
  height: 40px;
  width: 40px;
  background-color: var(--green-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
.banner-contact-number h6 {
  text-transform: capitalize;
  font-size: 18px;
}
.banner-contact-number a {
  color: var(--white-color);
  font-size: 20px;
}

/* about css start */
.global_wrapper {
  padding: 80px 0;
}
.why-btn i {
  color: var(--blue-color);
}
.about-solar img {
  height: 420px !important;
}
.about-img,
.why-img,
.solution-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.desination {
  color: var(--black-color);
  font-size: 22px;
  display: block;
  font-weight: bold;
  line-height: 0;
}
.about-img img,
.why-img img,
.solution-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.ceo-img img {
  height: 420px;
  border-radius: 10px;
}
.learn-more {
  position: relative;
  margin: 60px 0 20px;
  padding: 45px 50px;
  background: linear-gradient(135deg, #48ad81 0%, #379a70 100%);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(72, 173, 129, 0.2);
}

/* Decorative circles */
.learn-more::before,
.learn-more::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.learn-more::before {
  width: 180px;
  height: 180px;
  right: -60px;
  top: -70px;
  background: rgba(255, 255, 255, 0.08);
}

.learn-more::after {
  width: 120px;
  height: 120px;
  right: 80px;
  bottom: -70px;
  background: rgba(223, 178, 59, 0.15);
}

.learn-more-content {
  position: relative;
  z-index: 1;
  max-width: 750px;
}

.learn-more-label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 14px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.learn-more h3 {
  margin: 0 0 12px !important;
  color: #fff;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
}

.learn-more p {
  max-width: 650px;
  margin: 0 0 25px !important;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.7;
}

.learn-more a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 22px;
  background: #fff;
  color: #48ad81;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.learn-more a span {
  font-size: 20px;
  line-height: 1;
  transition: transform 0.3s ease;
}

.learn-more a:hover {
  background: var(--blue-color);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.learn-more a:hover span {
  transform: translateX(5px);
}

.section-name {
  background-color: #f4f8fa;
  padding: 9px 16px 9px 32px;
  border-radius: 100px 100px 100px 100px;
  text-align: start;
  color: var(--green-color);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  position: relative;
  margin-bottom: 12px;
  border: 1px solid #e5e5e5;
}
.section-name::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  height: 7px;
  width: 7px;
  border-radius: 100px;
  background-color: var(--green-color);
}
.about-content h2,
.work-heading h2,
.blogs_heading__left h2 {
  font-size: 42px;
  line-height: 1em;
}
.about-content p,
.work-heading p,
.main_heading p,
.solar-content p,
.blogs_heading__right p,
.why-content-heading p {
  margin-top: 12px;
  font-size: 16px;
  color: #74787c;
}
.about-content p {
  text-align: justify;
}
.about-content {
  padding-left: 3rem;
}
.about-content ul {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #d5d5d5;
}
.about-content ul li {
  margin-bottom: 12px;
  font-size: 16px;
  color: #74787c;
}
.about-content ul li i {
  color: var(--green-color);
  margin-right: 12px;
}

/* solutions_wrapper */
.solutions_wrapper {
  background-color: whitesmoke;
}

/* solar-content-points */
.solar-content-points .why-box {
  padding: 1rem;
  border-radius: 10px;
  background-color: #f4f3f7;
  border: 1px solid #d5d5d5;
}
.solar-content-points .why-box-icon {
  background-color: #e4efea;
  mix-blend-mode: inherit !important;
}
.solar-content-points {
  display: grid !important;
  gap: 1rem !important;
  margin-bottom: 0 !important;
  margin-top: 20px;
  padding-bottom: 0 !important;
  grid-template-columns: repeat(2, 1fr);
}
.solar-content-points .why-box p {
  color: #74787c;
}
.solar-content-points .why-box h3 {
  color: var(--green-color);
  font-size: 22px;
}
.why-box-content h3 {
  font-size: 25px;
}
.back_bg {
  background-color: #f4f3f7;
}
.work_wrapper__content {
  padding: 40px;
  color: var(--black-color);
  height: 100%;
}
.steps-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 24px;
}
.steps-box {
  background-color: var(--white-color);
  border-radius: 10px;
  padding: 20px;
  transition: 0.4s ease;
  color: var(--black-color);
}
.solar-icon {
  border: 1px solid #ccc;
}
.solar-grid:nth-child(2) .solar-icon {
  background-color: #5621ad38;
}
.solar-grid-box:nth-child(3) .solar-icon {
  background-color: #dfb23b4d;
}
.solar-grid-box:nth-child(1) .solar-icon,
.solar-grid-box:nth-child(4) .solar-icon {
  background-color: rgb(72 173 129 / 30%);
}
.solar-grid-box:hover:nth-child(1) .solar-icon {
  background-color: var(--white-color);
}
.solar-grid-box:hover:nth-child(2) .solar-icon {
  background-color: var(--white-color);
}
.solar-grid-box:hover:nth-child(3) .solar-icon {
  background-color: var(--white-color);
}
.solar-grid-box:hover:nth-child(4) .solar-icon {
  background-color: var(--white-color);
}

.steps-box:nth-child(2) h6,
.steps-box:nth-child(3) h6,
.steps-box:nth-child(6) h6 {
  background-color: var(--white-color);
  color: var(--green-color);
}
.steps-box:nth-child(2) p,
.steps-box:nth-child(3) p,
.steps-box:nth-child(6) p {
  color: var(--white-color);
}
.steps-box:nth-child(2),
.steps-box:nth-child(3),
.steps-box:nth-child(6) {
  color: var(--white-color);
  background-color: var(--green-color);
}
.steps-box:hover h6 {
  background-color: var(--white-color);
  color: var(--green-color);
}
.steps-box:hover p {
  color: var(--white-color) !important;
}
.steps-box:hover {
  background-color: var(--green-color);
  color: var(--white-color);
  transition: 0.4s ease;
}
.steps-box h6 {
  background-color: var(--green-color);
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white-color);
  border-radius: 100px;
}
.steps-box h3 {
  font-size: 22px;
  margin-top: 12px;
  font-weight: 600;
}
.steps-box p {
  margin-top: 5px;
  font-size: 15px;
}
.work-img {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.work-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.main_heading {
  text-align: center;
  max-width: 728px;
  margin: 0 auto;
}
.main_heading h2,
.why-content-heading h2,
.solar-content h2 {
  font-size: 40px;
  line-height: 1em;
}
.global_content {
  margin-top: 3rem;
}
.projects_box {
  position: relative;
  border-radius: 10px;
  object-fit: cover;
  overflow: hidden;
  transition: 0.4s ease;
}
.projects_box:hover {
  transform: translateY(-10px);
}
.projects_box:hover img {
  transform: scale(1.1);
  transition: 0.9s ease;
  opacity: 0.8;
}
.projects_box__img img {
  width: 100%;
  transition: 0.9s ease;
  height: 410px;
  object-fit: cover;
}
.projects_box span {
  position: absolute;
  width: max-content;
  z-index: 9;
  top: 10px;
  left: 10px;
  color: var(--white-color);
  padding: 3px 10px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 3px;
  background-color: var(--main-color);
}
.projects_box__content {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  bottom: 10px;
  color: var(--white-color);
  background: #001a291a;
  border-radius: 14px;
  backdrop-filter: blur(10px);
  padding: 30px;
}
.projects_box__content h3 {
  font-size: 22px;
  text-transform: capitalize;
}
.projects_box__content a {
  color: var(--white-color);
  display: flex;
  align-items: center;
  gap: 5px;
  max-width: max-content;
  margin-top: 10px;
  font-size: 15px;
  padding: 6px 12px;
  border-radius: 10px;
  text-transform: capitalize;
  transition: 0.4s ease;
  background-color: var(--green-color);
}
.projects_box__content a:hover {
  background-color: var(--green-color);
  transition: 0.4s ease;
}
.center-text p {
  font-weight: 600;
  font-size: 18px;
}
.center-text p a {
  color: var(--green-color);
  text-decoration: underline !important;
}

.parralex_wrapper {
  background:
    linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.75)),
    url(../images/banner1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 70px 0;
  background-position: top;
  text-align: center;
  color: var(--white-color);
}
.parralex_wrapper h2 {
  max-width: 980px;
  margin: 0 auto;
  font-size: 45px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.parralex_wrapper p {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 8px;
}

.parralex_wrapper p {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 8px;
  color: var(--white-color);
}

/* testimnonials */
.review_heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.review_heading__left {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.google_img img {
  width: 60px;
}
.review_content h6 {
  font-weight: 700;
  margin-bottom: 0 !important;
  text-transform: capitalize;
}
.review_content .rating_star,
.review_content div {
  margin-bottom: 0 !important;
}
.review_content b {
  font-size: 25px;
}
.review_heading__right a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.review_heading__right a img {
  width: 25px;
}
.review_content div {
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 1.3;
}

.review_box {
  border: 1px solid #ccc;
  padding: 20px;
  /* height: 350px; */
  margin-right: 1rem;
  border-radius: 10px;
  background-color: #f5f5f5;
}
.review_box__rating {
  margin: 10px 0 6px 0;
}
.customer_box {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review_box__img {
  height: 60px;
  border: 1px solid #ccc;
  width: 60px;
  border-radius: 100px;
  background-color: var(--green-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white-color);
}
.review_box__img img {
  width: 30px;
}
/* why_wrapper */
.why_wrapper {
  background-image: url("../images/why-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--green-color);
  color: var(--white-color);
}
.why-img img {
  width: 100%;
  border-radius: 10px;
}
.why-content {
  padding-left: 3rem;
}

.why-points {
  display: flex;
  gap: 2rem;
  border-bottom: 1px solid #ffffff1a;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.why-box-heading {
  display: flex;
  gap: 12px;
}
.why-box-icon {
  height: 40px;
  width: 40px;
  min-height: 40px;
  min-width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: var(--white-color);
}
.why-box-icon img {
  width: 30px;
}
.banner-contact-icon {
  background-color: var(--white-color);
  color: var(--green-color);
}
.why-content .global_btn i {
  background-color: var(--green-color);
  color: var(--white-color);
}
.why-content .global_btn {
  background-color: var(--white-color);
  color: var(--green-color);
}
.why-box p {
  margin-top: 3px;
  color: var(--white-color);
}

/* certificate-box */
.certificate-box {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: whitesmoke;
  transition: 0.4s ease;
}
.certificate-box img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.certificate-box a {
  display: block;
  text-align: center;
  color: var(--main-color);
  font-weight: bold;
}
.certificate-box:hover {
  transform: translateY(-9px);
  transition: 0.4s ease;
}

/* blogs css start */
.blogs_heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.blogs_heading__left,
.blogs_heading__right {
  width: 50%;
}
.blogs-date span {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: #001a291a;
  padding: 6px 12px;
  border-radius: 14px;
  backdrop-filter: blur(10px);
  color: var(--white-color);
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
}
.why-content-heading p {
  text-align: justify;
  color: var(--white-color);
}
.why-content-heading ul {
  margin-left: 1rem !important;
  margin-top: 12px;
}
.why-content-heading ul li {
  list-style: disc !important;
  margin-bottom: 10px;
}
.menu-icon {
  display: none;
}
.menu-icon i {
  font-size: 20px;
  cursor: pointer;
}

.myNav.sticky {
  position: fixed;
  left: 40px;
  top: 1rem;
  right: 40px;
  z-index: 99;
  border: 1px solid #ccc;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
  background-color: var(--white-color);
}

/* solar-box */
.solar-box {
  /* border: 1px solid #ccc; */
  border-radius: 10px;
  padding: 20px;
  height: 100%;
  background-color: var(--white-color);
}
.solar-grid.civic-grid {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}
.civic-grid .solar-grid-box {
  display: flex;
  gap: 12px;
  height: 100%;
}
.solar-box-heading {
  display: flex;
  align-items: center;
  gap: 10px;
}
.solar-box-heading-icon,
.solar-icon,
.number {
  height: 45px;
  width: 45px;
  min-width: 45px;
  min-height: 45px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--main-color);
}
.solar-box-heading-icon img,
.solar-icon img {
  width: 30px;
}
.solar-box-heading h3 {
  font-size: 28px;
  font-weight: 600;
  text-transform: capitalize;
}
.civic-grid h3 {
  margin-top: 0 !important;
}
.solar-grid,
.methology_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 24px;
}

/* advantage css start */
.advantage-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
.advantage-box {
  position: relative;
  background: whitesmoke;
  border-radius: 18px;
  padding: 30px 20px;
  text-align: center;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  transition: all 0.4s ease;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}

.advantage-box::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #00a651, #3ecf8e);
  transition: all 0.45s ease;
  z-index: -1;
}

.advantage-box:hover::before {
  top: 0;
}

.advantage-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.18);
  border-color: transparent;
}

.advantage-box-icons {
  width: 85px;
  height: 85px;
  background: var(--white-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  transition: all 0.4s ease;
}

.advantage-box-icons img {
  width: 45px;
  transition: all 0.4s ease;
}

.advantage-box h3 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: #222;
  margin: 0;
  transition: 0.4s;
  line-height: 1.5;
}

.advantage-box:hover .advantage-box-icons {
  background: rgba(255, 255, 255, 0.2);
  transform: rotateY(180deg);
}

.advantage-box:hover .advantage-box-icons img {
  filter: brightness(0) invert(1);
}

.advantage-box:hover h3 {
  color: #fff;
}

.solar-grid-box,
.methology_box {
  border: 1px solid #ccc;
  background-color: var(--white-color);
  border-radius: 10px;
  padding: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.solar-grid-box:nth-child(1) a,
.solar-grid-box:nth-child(4) a {
  color: var(--main-color);
}
.solar-grid-box:nth-child(2) a {
  color: var(--blue-color);
}
.solar-grid-box:nth-child(3) a {
  color: var(--yellow-color);
}
.solar-grid-box a {
  color: var(--black-color);
  margin-top: 10px;
  display: inline-block;
  font-weight: 600;
}
.solar-grid-box:hover,
.solar-grid-box:hover p,
.solar-grid-box:hover a,
.methology_box:hover,
.methology_box:hover p {
  color: var(--white-color);
}
.solar-grid-box:hover::after,
.methology_box:hover::after {
  height: 100%;
  width: 100%;
  background-color: var(--green-color);
  border-radius: 0;
  transition: 0.4s ease;
}
.solar-grid-box:nth-child(2)::after,
.methology_box:nth-child(2)::after {
  background-color: var(--blue-color);
}
.solar-grid-box:nth-child(3)::after,
.methology_box:nth-child(3)::after {
  background-color: var(--yellow-color);
  color: var(--white-color) !important;
}
.methology_box:nth-child(2) .number {
  background-color: var(--blue-color);
}
.methology_box:hover:nth-child(3) .number {
  color: var(--yellow-color) !important;
}
.methology_box:hover:nth-child(2) .number {
  color: var(--blue-color);
}
.methology_box:hover.steps-box:nth-child(2) {
  color: var(--blue-color);
}
.methology_box:nth-child(3) .number {
  color: var(--white-color) !important;
  background-color: var(--yellow-color);
}
.solar-grid-box::after,
.methology_box::after {
  content: "";
  transition: 0.4s ease;
  z-index: -1;
  position: absolute;
  right: 0px;
  top: 0;
  border-radius: 0 0 0 100px;
  background-color: var(--green-color);
  height: 40px;
  width: 40px;
}
.solar-icon {
  background-color: rgb(223, 239, 223);
}

.solar-grid-box h3,
.methology_box h3 {
  margin-top: 1rem;
  margin-bottom: 10px !important;
  font-size: 24px;
}
.solar-grid-box p,
.methology_box p {
  font-size: 15px;
}
.solar-grid-box p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.civic-grid p {
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}

/* methology css */
.methology_right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.methology_box:hover .number {
  background-color: var(--white-color);
  color: var(--green-color);
}
.methology_box,
.methology_right {
  height: 100%;
}
.methology_grid {
  margin-top: 0 !important;
  height: 100%;
}

.construction_box {
  background:
    linear-gradient(135deg, rgb(1 39 2 / 96%), rgb(6 20 0 / 50%)),
    url("../images/Construction.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--white-color);
}
.support_box {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  color: var(--white-color) !important;
  background:
    linear-gradient(135deg, rgb(1 39 2 / 96%), rgb(6 20 0 / 50%)),
    url("../images/support.jpg");
  background-position: bottom;
}
.number {
  background-color: var(--green-color);
  margin-top: 1rem;
  max-width: 45px;
  max-height: 45px;
  color: var(--white-color);
  margin-bottom: 1rem;
}

.methology_slider .construction_box.methology_box::after,
.methology_slider .support_box::after {
  content: inherit !important;
}
.methology_box ul li i {
  color: rgb(10, 232, 10);
  margin-right: 10px;
}
.methology_box p,
.methology_box ul li {
  font-size: 14px;
  margin-bottom: 12px !important;
  line-height: 22px;
  color: #74787c;
}

.methology_box:hover li {
  color: var(--white-color) !important;
}

/* faqs-left */

.faqs-left {
  position: sticky;
  top: 8rem;
}

.project_sidebar_card {
  background: #ffffff;
  padding: 25px;
  border-radius: 18px;
  margin-bottom: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.project_sidebar_card h3 {
  font-size: 22px;
  color: #1f2937;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 12px;
}

.project_sidebar_card h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 3px;
  background: #16a34a;
  border-radius: 5px;
}

.summary_item {
  padding: 14px 0;
  border-bottom: 1px solid #eeeeee;
}

.summary_item:last-child {
  border-bottom: none;
}

.summary_item span {
  display: block;
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 5px;
}

.summary_item strong {
  font-size: 16px;
  color: #111827;
}

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

.project_sidebar_card ul li {
  font-size: 15px;
  color: #4b5563;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 22px;
}

.project_sidebar_card ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #16a34a;
  font-weight: bold;
}

.project_sidebar_card ul li:last-child {
  border-bottom: none;
}

.sidebar_contact_box {
  background: linear-gradient(135deg, #16a34a, #15803d);

  padding: 30px 25px;
  border-radius: 18px;
  color: #fff;
  text-align: center;
}

.sidebar_contact_box .icon {
  width: 55px;
  height: 55px;
  background: #fff;
  color: #16a34a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 25px;
}

.sidebar_contact_box h3 {
  font-size: 22px;
  margin-bottom: 12px !important;
}

.sidebar_contact_box p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px !important;
}

.sidebar_btn {
  display: inline-block;
  background: #fff;
  color: #16a34a;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.sidebar_btn:hover {
  transform: translateY(-3px);
}
.sidebar_btn:hover {
  color: var(--green-color);
}

@media (max-width: 991px) {
  .faqs-left {
    position: static;
    margin-top: 40px;
  }
}

@media (max-width: 576px) {
  .project_sidebar_card,
  .sidebar_contact_box {
    padding: 20px;
  }

  .project_sidebar_card h3,
  .sidebar_contact_box h3 {
    font-size: 20px;
  }

  .summary_item strong {
    font-size: 15px;
  }
}
.faqs-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 10px;
}
.faqs-left {
  background-color: whitesmoke;
  border-radius: 10px;
  padding: 20px;
}
.faqs-left ul li:last-child a {
  border-bottom: 0;
}
.faqs-left ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  color: var(--black-color);
  font-weight: bold;
  border-bottom: 1px solid #d5d5d5;
}
.faqs-right h3::after {
  content: "\002B";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.faqs-box.active h3::after {
  content: "\2212";
  transition: 0.3s ease;
}
.faqs-right h2 {
  font-weight: bold;
  font-size: 32px;
  color: var(--green-color);
  position: relative;
}
.faqs-box {
  margin-top: 2rem;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 2rem;
  transition: 0.3s ease;
}
.faqs-box.active .answer {
  height: auto;
  transition: 0.3s ease;
}
.faqs-box h3 {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}
.faqs-box p {
  margin-top: 0px;
  transition: 0.4s ease;
}
.faqs-box.active p {
  margin-top: 12px;
  transition: 0.4s ease;
}
.faqs-box.active h3 {
  color: var(--main-color);
}
.answer {
  height: 0;
  overflow: hidden;
}
.faqs-right-box {
  margin-bottom: 2rem;
}

/* faqs-home */
.faqs-home {
  max-width: 1200px;
  margin: 0 auto;
  background-color: whitesmoke;
  padding: 40px;
  border-radius: 10px;
  border: 1px solid #ccc;
}

.segments-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.segment-card {
  background: #fff;
  border-radius: 16px;
  padding: 35px 25px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.35s ease;
  border: 1px solid #eee;
}

.segment-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

.segment-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background: var(--main-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
}

.segment-card:hover .segment-icon {
  background: var(--yellow-color);
  transform: rotateY(180deg);
}

.segment-card h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px !important;
  color: #222;
}

.segment-card p {
  color: #666;
  font-size: 15px;
}

.methology-last {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (max-width: 1440px) {
  .contact-btn a {
    font-size: 15px;
    padding: 10px 10px;
  }
  .certificate-box img {
    height: 300px;
  }
  .about-content h2,
  .work-heading h2,
  .blogs_heading__left h2,
  .main_heading h2,
  .solar-content h2,
  .why-content-heading h2 {
    font-size: 40px;
  }
  .menu ul li a {
    font-size: 15px;
  }
  .menu ul {
    gap: 1rem;
  }
  .myNav_content .logo a {
    font-size: 12px;
  }
  .steps-box h3 {
    font-size: 18px;
  }
  .steps-box p {
    font-size: 14px;
    line-height: 18px;
  }
  .why-box-content h3 {
    font-size: 21px;
  }
}

@media (max-width: 1200px) {
  .menu ul li a {
    font-size: 14px;
  }
  .results {
    flex-direction: column;
  }
  .form-btn {
    flex-direction: column;
    /* gap: 0 !important; */
  }
  .menu ul {
    gap: 8px;
  }
  .myNav {
    padding: 7px 20px;
  }
  .myNav_content .logo a {
    font-size: 10px;
  }
  .myNav_content .logo img {
    width: 42px;
  }
  .solar-grid-box h3,
  .methology_box h3 {
    font-size: 18px;
  }
  .about-content h2,
  .work-heading h2,
  .blogs_heading__left h2,
  .main_heading h2,
  .solar-content h2,
  .why-content-heading h2 {
    font-size: 34px;
  }
}
.mobileNav {
  display: none;
}
@media (max-width: 992px) {
  .mobileNav {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 9999;
    width: 100%;
    height: 100dvh;
    background: rgba(10, 15, 25, 0.55);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 0.35s ease,
      visibility 0.35s ease;
  }

  .mobileNav_content {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 420px;
    height: 100dvh;
    background: var(--white-color);
    box-shadow: -15px 0 45px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    overflow-x: hidden;
    transform: translateX(0);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  }

  /* Active hone par menu open */
  .mobileNav.active {
    opacity: 1;
    visibility: visible;
  }

  .mobileNav.active .mobileNav_content {
    transform: translateX(0);
  }

  .mobile_header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 18px;
    background: var(--white-color);
    border-bottom: 1px solid #eeeeee;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
  }

  .mobile_header .logo {
    line-height: 1.1;
  }

  .mobile_header .logo a {
    display: inline-block;
    color: var(--main-color);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.5px;
  }

  .mobile_header .logo img {
    width: 38px;
    margin-bottom: 4px;
  }

  .close-btn {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    background: var(--main-color);

    cursor: pointer;

    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);

    transition:
      transform 0.3s ease,
      background 0.3s ease;
  }

  .close-btn i {
    font-size: 18px;
    color: var(--white-color);

    transition: transform 0.3s ease;
  }

  .close-btn:hover {
    transform: scale(1.05);
  }

  .close-btn:hover i {
    transform: rotate(90deg);
  }

  .mobile_menu {
    padding: 10px 0 30px;
  }

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

  .mobile_menu > ul > li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
  }

  .mobile_menu > ul > li > a {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;

    padding: 15px 20px;

    color: var(--black-color);

    font-size: 15px;
    font-weight: 500;

    text-decoration: none;
    text-transform: capitalize;

    transition:
      color 0.25s ease,
      background 0.25s ease,
      padding-left 0.25s ease;
  }

  .mobile_menu > ul > li > a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: var(--main-color);
    transform: scaleY(0);
    transition: transform 0.25s ease;
  }

  .mobile_menu > ul > li > a:hover {
    color: var(--main-color);
    background: rgba(0, 0, 0, 0.025);

    padding-left: 25px;
  }

  .mobile_menu > ul > li > a:hover::before {
    transform: scaleY(1);
  }

  .mobile_menu .dropdown_menu > a > i {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f5f5f5;
    color: #555;
    font-size: 12px;
    transition:
      transform 0.3s ease,
      background 0.3s ease,
      color 0.3s ease;
  }

  .mobile_menu .dropdown_menu.active > a > i {
    transform: rotate(180deg);

    background: var(--main-color);
    color: var(--white-color);
  }

  .dropdown_menu__list {
    display: none;

    background: #f8f9fa;

    border-top: 1px solid #eeeeee;
  }

  /* If using JS active class */

  .mobileDropDown.active > .dropdown_menu__list,
  .megaDropdown.active > .megaDropdown_list {
    display: block;
    position: inherit;
    opacity: 1;
    visibility: visible;
    top: inherit;
    left: inherit;
    width: auto;
  }

  .dropdown_menu__list > a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 12px 20px 12px 38px;
    color: #555;
    font-size: 14px;
    text-decoration: none;
    text-transform: capitalize;
    border-bottom: 1px solid #e9e9e9;
    transition:
      color 0.25s ease,
      background 0.25s ease,
      padding-left 0.25s ease;
  }

  .dropdown_menu__list > a::before {
    content: "—";

    position: absolute;
    left: 20px;

    color: var(--main-color);

    transition: transform 0.25s ease;
  }

  .dropdown_menu__list > a:hover {
    color: var(--main-color);
    background: #ffffff;
    color: #555 !important;
    padding-left: 44px;
  }

  .dropdown_menu__list > a:hover::before {
    transform: translateX(3px);
  }

  .dropdown_menu__list ul {
    margin: 0;
    padding: 0;

    list-style: none;
  }

  .megaDropdown {
    position: relative;
  }

  /* Parent of nested dropdown */

  .megaDropdown > .main-menu,
  .megaDropdown > a {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 13px 20px 13px 38px;

    color: var(--black-color);

    font-size: 14px;
    font-weight: 600;

    text-decoration: none;
    text-transform: capitalize;

    background: #f1f3f5;

    border-bottom: 1px solid #e5e5e5;

    transition:
      background 0.25s ease,
      color 0.25s ease,
      padding-left 0.25s ease;
  }

  .megaDropdown > a:hover {
    color: var(--main-color) !important;
    background: whitesmoke;
    padding-left: 43px;
  }

  /* =========================================
   MEGA DROPDOWN
========================================= */

  .megaDropdown_list {
    display: none;
    background: #ffffff;
  }

  .megaDropdown_list a {
    display: block;

    padding: 10px 20px 10px 55px;

    color: #666;

    font-size: 13px;

    text-decoration: none;

    border-bottom: 1px solid #eeeeee;

    transition:
      color 0.25s ease,
      background 0.25s ease,
      padding-left 0.25s ease;
  }

  .megaDropdown_list a:hover {
    color: var(--main-color);
    background: #fafafa;
    padding-left: 60px;
    color: #555 !important;
  }

  .mobileNav_content::-webkit-scrollbar {
    width: 4px;
  }

  .mobileNav_content::-webkit-scrollbar-track {
    background: #f5f5f5;
  }

  .mobileNav_content::-webkit-scrollbar-thumb {
    background: var(--main-color);
    border-radius: 10px;
  }

  /* =========================================
   SMALL DEVICES
========================================= */

  @media (max-width: 480px) {
    .mobileNav_content {
      max-width: 100%;
    }

    .mobile_header {
      padding: 10px 15px;
    }

    .mobile_menu > ul > li > a {
      padding: 14px 16px;
    }
  }
}
@media (max-width: 992px) {
  .advantage-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .menu {
    display: none;
  }
  .segments-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .menu-icon {
    display: block;
  }
  .contact-btn {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .about-content,
  .why-content {
    margin-top: 20px;
    padding-left: 0;
  }
  .projects_box {
    margin-bottom: 20px;
  }
  .myFlex {
    flex-direction: column-reverse;
  }
  .methology_right {
    margin-top: 24px;
  }
  .advantage-box {
    margin-bottom: 24px;
    height: 92%;
  }
  .advantage-box h3 {
    font-size: 1rem;
    line-height: inherit;
  }
}

@media (max-width: 768px) {
  .menu {
    display: none;
  }
  .learn-more {
    margin: 40px 0 15px;
    padding: 32px 25px;
    border-radius: 15px;
  }

  .learn-more h3 {
    font-size: 24px;
  }

  .learn-more p,
  .desination {
    font-size: 15px;
  }

  .learn-more a {
    width: 100%;
    justify-content: center;
  }
  .banner-content ul {
    gap: 4px;
  }
  .advantage-grid {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
  .advantage-box {
    height: auto;
    margin-bottom: 0;
  }
  .segments-grid {
    grid-template-columns: 1fr;
  }
  .advantage-box-icons,
  .segment-icon {
    width: 65px;
    height: 65px;
  }
  .advantage-box-icons img {
    width: 35px;
  }
  .why-content-heading p {
    text-align: inherit;
  }
  .solar-grid,
  .methology_grid,
  .methology_right {
    grid-template-columns: repeat(1, 1fr);
  }

  .myNav.sticky {
    left: 20px;
    right: 20px;
  }
  .review_box__img {
    height: 42px;
    width: 42px;
  }
  .review_box__img img {
    width: 20px;
  }
  .review_heading__left {
    gap: 5px;
  }
  .myNav {
    padding: 12px 1rem;
  }
  .global_wrapper {
    padding: 50px 0;
  }
  .review_heading {
    flex-wrap: wrap;
    justify-content: start;
    gap: 1rem;
  }
  .banner-contact-number a {
    font-size: 14px;
  }
  .banner-contact-number h6 {
    font-size: 1rem;
  }
  .banner-contact-icon i {
    font-size: 1rem;
  }
  .banner-btn {
    gap: 14px;
  }
  .review_box {
    margin-right: 4px;
  }
  .banner-contact-icon {
    min-height: 30px;
    min-width: 30px;
    height: 30px;
    width: 30px;
  }
  .global_content {
    margin-top: 2rem;
  }
  .banner-content h1 {
    font-size: 40px;
  }
  .banner-content {
    max-width: max-content;
    left: 20px;
    right: 20px;
  }
  .logo img {
    width: 35px;
  }
  .myNav {
    left: 20px;
    right: 20px;
  }
  .solar-grid-box h3,
  .methology_box h3,
  .solar-box-heading h3,
  .segment-card h3,
  .faqs-box h3 {
    font-size: 16px;
  }
  .segment-card h3 {
    margin-bottom: 5px !important;
  }
  .solar-grid-box,
  .methology_box {
    padding: 1rem;
  }
  .faqs-home {
    padding: 20px;
  }
  .faqs-box h3 {
    padding-right: 2rem;
  }
  .faqs-box {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .banner-content p,
  .about-content p,
  .work-heading p,
  .faqs-box p,
  .main_heading p,
  .blogs_heading__right p,
  .why-content-heading p,
  .about-content ul li,
  .why-box p,
  .segment-card p,
  .solar-grid-box p,
  .methology_box p,
  .review_content h6,
  .banner-content ul li {
    font-size: 14px;
    line-height: 20px;
  }

  .parralex_wrapper {
    padding: 40px 20px !important;
  }
  .section-name {
    font-size: 13px;
  }
  .projects_box__img img {
    height: 300px;
  }
  .faqs-right h2 {
    font-size: 24px;
  }
  .google_img img {
    width: 35px;
  }
  .review_content b {
    font-size: 20px;
  }
  .about-content h2,
  .work-heading h2,
  .blogs_heading__left h2,
  .main_heading h2,
  .solar-content h2,
  .why-content-heading h2 {
    font-size: 24px;
  }
  .about-content ul li {
    margin-bottom: 10px;
  }
  .why-points {
    flex-direction: column;
    gap: 1rem;
  }
  .parralex_wrapper h2 {
    font-size: 25px;
  }
  .myBtn {
    margin-top: 1.42rem;
  }
  .work_wrapper__content {
    padding: 20px;
  }
  .steps-container {
    gap: 1rem;
  }
  .steps-box,
  .projects_box__content {
    padding: 1rem;
  }
  .projects_box__content h3 {
    font-size: 18px;
  }
  .center-text p {
    font-size: 15px;
  }
  .brands_box img {
    width: 100px;
  }
}

@media (max-width: 576px) {
  .banner-video video {
    height: 600px;
    height: 600px;
  }
  .banner-content {
    bottom: 40px;
  }
  .banner-content h1 {
    font-size: 23px;
  }
  .banner-content p {
    margin-top: 10px;
  }
  .banner-content > b {
    font-size: 15px;
  }
  .about-solar img {
    height: auto !important;
  }
  .myNav_content .logo a {
    font-size: 8px;
  }
  .myNav_content .logo img {
    width: 28px;
  }
}

@media (max-width: 372px) {
  .banner-btn {
    flex-wrap: wrap;
  }
}
