/*

Theme Name: 4eRenew

Theme URI: 

Author: 4eRenew

Author URI: 

Description: Simple and Responsive Wordpress theme.

*/

@font-face {
  font-family: "SF-Pro-Light";
  src: url("fonts/SF-Pro-Text-Light.otf");
}

@font-face {
  font-family: "SF-Pro-Regular";
  src: url("fonts/Inter_18pt-Regular.ttf");
}
@font-face {
  font-family: "SF-Pro-Medium";
  src: url("fonts/SF-Pro-Text-Medium.otf");
}

@font-face {
  font-family: "SF-Pro-SemiBold";
  src: url("fonts/SF-Pro-Semibold.otf");
}

@font-face {
  font-family: "SF-Pro-Bold";
  src: url("fonts/SF-Pro-Text-Bold.otf");
}

select {
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(./images/down-arrow.svg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 54%;
    background-size: 14px;
    cursor: pointer;
    padding-right: 36px;
    }

.padding-130 {
  padding-top: 120px;
  width: 100%;
}

.padding-90 {
  padding-top: 80px;
  width: 100%;
}

.padding-50 {
  padding-top: 45px;
  width: 100%;
}

html, body {
  overflow-x: hidden;
}


/* -- style for common -- */
:root {
  --primary-color: #fff;
  --secondary-color: #eff1ec;
  --green-color: #57b33d;
  --orange-color: #f36523;
}

body {
  font-family: "SF-Pro-Regular";
  overflow-x: hidden;
  color: var(--primary-color);
  font-size: 18px;
  line-height: 25px;
}

a,
input,
textarea,
button,
select {
  outline: none;
}

a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none;
  text-decoration: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: none;
  -webkit-text-fill-color: #000;
}

input:-webkit-autofill {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #000;
}

a {
  color: var(--primary-color);
}

a:hover {
  color: var(--secondary-color);
}

p {
  color: #000;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 16px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
select,
textarea {
  width: 100%;
  padding: 0px 10px !important;
  color: var(--primary-color);
  height: 35px;
  font-size: 16px !important;
  box-shadow: none !important;
  background-color: var(--white-color) !important;
  border: 2px solid #4b85e8 !important;
  border-radius: 10px !important;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1) !important;
}

select {
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 54%;
  background-size: 14px;
  cursor: pointer;
  padding-right: 36px;
}

input:focus,
select:focus {
  /* border: 2px solid #4b85e8 !important; */
  /* border-radius: 10px !important;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1) !important; */
}

textarea {
  height: 194px !important;
  max-height: 194px !important;
}

label {
  font-size: 18px !important;
  color: #000 !important;
}

textarea:focus {
  border: 2px solid #4b85e8 !important;
  border-radius: 10px !important;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1) !important;
}

/*   
  header,
  section,
  footer {
  float: left;
  width: 100%;
  } */
.container {
  width: 1557px;
  max-width: 100%;
  padding: 0px 70px;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SF-Pro-SemiBold";
  color: #000;
  font-weight: initial;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  font-size: 36px;
  line-height: 46px;
}

h2 {
  font-size: 32px;
  line-height: 42px;
}

h3 {
  font-size: 28px;
  line-height: 38px;
}

h4 {
  font-size: 26px;
  line-height: 36px;
}

h5 {
  font-size: 24px;
  line-height: 34px;
}

h6 {
  font-size: 22px;
  line-height: 30px;
}

/* .full-width {
    width: 100%;
    float: left;
  } */

input,
textarea,
button,
select,
label,
a,
span,
img {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

:focus {
  box-shadow: none !important;
}

p:last-child {
  margin-bottom: 0px;
}

.header_container {
  position: relative; /* NOT fixed by default */
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  transition: all 0.3s ease;
  height: 100px;
  padding:0px 239px;
}

.header_container.scrolled {
  position: fixed; /* becomes fixed on scroll */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  top: 0;
  left: 0;
  right: 0;
}

.header_container.scrolled .header_logo img {
  height: 70px;
  transition: height 0.3s ease;
}

/* Logo */
.header_logo img {
  /* height: 45px; */
  max-width: 100%;
}

/* Nav */
.header_nav .main-menu {
  list-style: none;
  display: flex;
  gap: 55px;
  margin: 0;
  padding: 0;
}

.header_nav .main-menu li a {
  text-decoration: none;
  font-family: "SF-Pro-Regular";
  color: #000;
  font-size: 16px;
  line-height: 26px;
  transition: color 0.3s;
}

.header_nav .main-menu li a:hover,
.header_nav .main-menu li a.active {
  color: #2f8e43;
}

/* Actions */
.header_actions {
  display: flex;
  gap: 15px;
}

.header_actions .btn {
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 16px;
  font-family: "SF-Pro-Regular";
  line-height: 26px;
  text-decoration: none;
  color: #fff;
  transition: background 0.3s;
}




.header_actions .btn-call {
  background: var(--orange-color);
}


/* Toggle Button */
.header_toggle {
  display: none;
  font-size: 26px;
  cursor: pointer;
}

.header_container.scrolled {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}


.header_nav_wrapper {
  display: flex;
  align-items: center;
  gap: 38px;
}
.button {
  background-color: var(--green-color);
  color: #fff;
  height: 50px;
  padding: 0px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 26px;
  font-family: "SF-Pro-Regular";
}
.btn-call  {
  display: flex;
  align-items: center;
  gap :12px;
}

/* Basic Reset and Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* body {
    font-family: Arial, sans-serif; /* You can replace this with a font you like 
    color: white;
} */

/* Video Background Styling */
.video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1; /* Puts the video behind all other content */
}

.video-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%); /* Centers the video */
    object-fit: cover; /* Ensures the video covers the entire container without distortion */
}

/* Dark Overlay for Readability */
.video-background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5); Semi-transparent black overlay */
}

/* Content Container Styling */
.common-container {
  padding: 0px 239px;
}

/* Text Styling */

h2.hero-home-head {
    font-size: 86px;
    line-height: 89px;
    color: #fff;
    font-family: "SF-Pro-SemiBold";
    width: 94%;
    padding-bottom: 20px;
}

.home-about-us {
    display: flex;
    column-gap: 85px;
}

.form-white-container h2 {
    font-size: 24px;
    border-bottom: 1px solid #D9D9D9;
    padding-left: 20px;
    padding-top: 20px;
}

.home-about-us-left {
    width: 50%;
}

.home-about-us-right {
    width: 50%;
}

img.home-about-left {
    border-radius: 10px;
}

img.home-about-right {
    border-radius: 10px;
}

p.hero-home-para {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-family: "SF-Pro-Light";
    width: 70%;
    padding-bottom: 20px;
}

.heading-line {
    display: block;
}

.sub-text {
    font-size: 1.5rem;
    max-width: 600px;
    margin-bottom: 40px;
}

/* Button Styling */
.cta-button-group {
    display: flex;
    gap: 15px;
}

.cta-button {
    padding: 12px 30px;
    font-size: 16px;
    font-family: "SF-Pro-Regular";
    border: 2px solid white;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    width: 179px;
    height: 50px;
}

button.cta-button.primary.home-project {
    width: 226px;
}

.primary {
    background-color: #57B33D; /* A nice green color for the main action */
    color: white;
    border-color: #57B33D;
}

.primary:hover {
    background-color: #57B33D;
}

.secondary {
    background-color: transparent;
    color: white;
}

.secondary:hover {
    background-color: white;
    color: #333;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.project-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.project-card img {
    width: 100%;
    display: block;
    transition: transform 0.4s ease;
}

/* Overlay */
.project-link {
    display: block;
    position: relative;
}

.project-link .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F36523D9;
    opacity: 0;
    transition: opacity 0.4s ease;
    color: #fff;
    padding: 20px;
    display: flex;
    align-items: flex-end; /* Push content to bottom */
}

.project-link .overlay h3 {
    font-size: 24px;
    margin: 0;
    line-height: 33px;
    color: #fff;
    font-family: "SF-Pro-Medium";
}

section.projects-section {
    text-align: center;
    color: #000;
}

/* Hover Effects */
.project-card:hover img {
    transform: scale(1.05);
}

.project-card:hover .overlay {
    opacity: 1;
}

a.btn.btn-quote.button.get-header {
    width: 156px;
    height: 50px;
}

a.btn.btn-call.button.header {
    width: 188px;
    border-bottom: 0px;
}

.home-about-us-right p {
    color: #000;
    font-family: "SF-Pro-Regular";
    font-size: 15px;
    line-height: 25px;
}

h2.home-common-heading {
    color: #000;
}

section.projects-section p {
    color: #000;
    width: 59%;
    display: flex;
    font-family: "SF-Pro-Regular";
    margin: 0 auto;
    font-size: 15px;
}

p.overlay-location {
    color: #fff !important;
    width: 100% !important;
}

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

.project-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  /* padding: 15px; */
  text-align: left;
  transition: transform 0.3s ease;
}

.project-card:hover {
  transform: translateY(-5px);
}

.project-card img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  /* margin-bottom: 10px; */
}

.project-card h3 {
  font-size: 18px;
  margin: 10px 0;
}

.project-card p {
  font-size: 14px;
  color: #666;
}

.blogs-section {
  /* width: 90%; */
  /* margin: 50px auto; */
  text-align: center;
}

.blogs-section h2 {
  font-size: 28px;
  margin-bottom: 30px;
}

.blogs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.blog-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  /* padding: 15px; */
  text-align: left;
  transition: transform 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-card img {
    width: 100%;
    height: 276px;
    border-top-right-radius: 5px !important;
    margin-bottom: 25px;
    border-top-left-radius: 5px;
    object-fit: cover;
}

.blog-card h3 {
  font-size: 24px;
  margin: 20px 23px;
  line-height: 34px;
}

.blog-card p {
  font-size: 14px;
  color: #666;
}

.blog-heading-home h2 {
    color: #000;
}

.hero-section {
  position: relative;
  width: 100%;
  height: 100vh; /* Full screen height */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* padding: 0 50px; */
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3); /* Black background with 50% opacity */
}

.hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* ensures video fills the section */
  z-index: -2; /* pushes video behind everything */
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45); /* semi-transparent dark overlay */
  z-index: -1; /* sits above video, but below text */
}

.hero-content {
  position: relative;
  z-index: 1; /* ensures text is always above */
  max-width: 90%;
}

.owl-stage-outer {
    padding: 50px 0;
}

h3.faq-question {
    color: #000;
}

.faq-accordion {
  max-width: 800px;
  margin: 0 auto;
}
.faq-item {
  border-bottom: 1px solid #ddd;
}
.faq-question {
  width: 100%;
  text-align: left;
  padding: 15px;
  font-size: 18px;
  /* background: #f7f7f7; */
  border: none;
  cursor: pointer;
  position: relative;
}
.faq-toggle {
  position: absolute;
  right: 20px;
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
}
.faq-answer {
  display: none;
  padding: 15px;
  /* background: #fff; */
  font-size: 15px;
  line-height: 25px;
  font-family: "SF-Pro-Regular";
}
p.location {
    color: #fff !important;
}
.faq-item.active .faq-answer {
  display: block;
}
/* .faq-item.active .faq-toggle {
  transform: rotate(45deg);
} */

.home-faq-sec {
    display: flex;
    column-gap: 90px;
}

.home-faq-left-sec {
    width: 41%;
}

img.faq-home-img {
    border-radius: 10px;
}

.home-faq-right-sec{
  width: 46%;
}

h2.faq-home {
    color: #000;
    font-size: 40px;
    line-height: 49px;
}

h3.faq-home {
    color: #57B33D;
    font-size: 24px;
}

    .about-section {
      position: relative;
      padding: 10px 0;
      background-color: #ffffff;
      /* text-align: center; */
      overflow: hidden;
    }

    .about-section h1.bg-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-80%, -50%);
      font-size: 120px;
      font-weight: 800;
      color: #d1d5db; /* Tailwind gray-200 */
      opacity: 0.4;
      pointer-events: none;
      user-select: none;
      margin: 0;
    }

    .about-section h2.foreground-text {
      position: relative;
      display: inline-block;
      font-size: 1.25rem; /* text-xl */
      font-weight: 500;
      color: #16a34a; /* Tailwind green-600 */
      /* background-color: #ffffff; */
      padding: 0.5rem 1rem;
      margin: 0;
    }

    .common-container.home-grey {
    background: #EFF1EC;
}

span.blog-date {
    color: #000;
    border: 1px solid #0000001A;
    border-radius: 20px;
    padding: 10px;
    margin-top: 10px;
    margin-left: 23px;
    font-size: 14px;
    background: #EFF1EC;
}
footer {
  background-color: #0F0F0F;
  padding: 56px 56px;
}
footer ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
footer h4 {
  font-size: 14px;
  line-height: 24px;
  color: #3C403C;
  margin-bottom: 20px;
}
.social-media-links li a {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
}
.social-media-links {
  display: flex;
  gap: 12px;
}
.footer-right {
 display: inline-flex;
  flex-wrap: wrap;
  column-gap: 0px;;
  width: 400px;
  max-width: 100%;
}
.footer-right li {
  flex: 1 1 calc(34% - 0px); /* 3 per row */
}
/* .footer-right li:nth-child(n+4) {
  flex: 1 1 calc(35% - 0px);
} */
.footer-btm {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 40px;
    column-gap: 20px;
}
.footer-visitor-count {
    padding-top: 50px;
    display: flex;
    border-bottom: 1px solid #3C403C;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    /* width: 200px; */
}


.vstrsnln-block p {
    color: #fff;
}

span.dot {
    color: green;
}

.vstrsnln-block p {
    color: #fff;
    text-align: center;
    /* border-bottom: 1px solid; */
    width: 100px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}
.footer-logo {
  margin-bottom: 45px;
}
.foot-address-sec {
  padding-top: 47px;
}
#footer-right li a {
  font-size: 20px;
  line-height: 30px;
  color: #ADB3AB;
}

.logo-list-sec.owl-theme.owl-carousel.owl-loaded.owl-drag {
    border-top: 1px solid #0000001A;
}
#footer-right li {
  position: relative;
}

a.footer-whatsapp img {
    max-width: none;
}

a.footer-whatsapp img {
    width: 56px;
    height: 56px;
}

#footer_whatsapp img {
    width: 52px;
    height: auto;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

#footer_whatsapp {
    position: fixed !important;
    right: 30px !important;
    bottom: 95px !important;
    display: none;
    cursor: pointer;
    z-index: 9999;
}

.footer-right li::before {
  content: "|";
  font-size: 20px;
  color: rgb(60, 64, 60);
  right: 25px;
  position: absolute;
  top: 0px;
}
.footer-top {
  display: flex;
    flex-wrap: wrap;
    gap:20px;
}
.footer-top .footer-sub-sec:nth-child(1) {
  flex: 0 0 calc(55% - 20px);
}

/* Second li → 30% */
.footer-top .footer-sub-sec:nth-child(2) {
  flex: 0 0 calc(25% - 20px);
}

/* Third li → 30% */
.footer-top .footer-sub-sec:nth-child(3) {
  flex: 0 0 calc(20% - 20px);
  align-items: end;
  display: flex;
  padding-bottom: 25px;
  justify-content: center;
}
.foot-phone-sec a {
  font-size: 24px;
}
.foot-phone-sec li {
  color: rgb(60, 64, 60);
  font-size: 28px;
  line-height: 38px;
}
footer .container {
  width: 1584px;
}
/* .foot-address-sec ul {
  width: 204px;
  max-width: 100%;
} */
 .foot-email-sec a, .foot-address-sec li {
  font-size: 16px;
}
.footer-btm-rgt {
  font-size: 12px;
  color: #fff;
}

.footer-btm-rgt a {
    color: #f36523;
}

/* .footer-btm-rgt {
  text-decoration: underline;
} */
.faq-item {
  color: #000;
  margin-bottom: 20px;
  border-radius: 30px;
  background-color: #fff;
}

button.btn.orange-span {
    background: #FF7129;
    color: #fff;
    width: 200px;
    border-radius: 30px;
    height: 50px;
}

.about-page-experts-heading p {
    text-align: center;
}
 
h2.home-common-heading.home-about {
    color: #000;
    width: 64%;
    font-size: 40px;
    line-height: 49px;
    padding-bottom: 25px;
    font-family: "SF-Pro-Medium";
}

/* .home-about-us-right p {
    width: 85%;
} */

img.heading-bg.home-page {
    width: 53%;
}

section.projects-section h2 {
    font-size: 40px;
    line-height: 49px;
    padding-bottom: 10px;
}

.home-about-us-left {
    width: 69%;
}

/* Container for the entire form */
/* Container for the entire form */
.solar-calculator-container {
  font-family: "SF-Pro-Regular";
  max-width: 900px;
  margin: 40px auto;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* Header styling */
.header {
  padding: 20px 30px;
  border-bottom: 2px solid #ddd;
}

.header h2 {
  margin: 0;
  color: #333;
  font-size: 24px;
}

/* Form layout */
#solar-calculator-form {
  padding: 30px;
}

.form-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.form-group {
  flex: 1 1 18%; /* Adjusts spacing between elements */
  margin: 10px;
}

.form-group label {
  display: block;
  font-size: 14px;
  color: #555;
  margin-bottom: 5px;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 0px !important;
  border: 1px solid #ccc !important;
  /* border-radius: 5px; */
  font-size: 16px;
  box-sizing: border-box; /* Ensures padding doesn't affect total width */
  background: #fff !important;
  color: #000 !important;
  height: 30px !important;
}

/* Button styling */
.button-container {
  text-align: center;
  margin-top: 30px;
}

#calculate-btn {
  background-color: #5cb85c;
  color: white;
  padding: 15px 30px;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#calculate-btn:hover {
  background-color: #4cae4c;
}

#results {
  margin-top: 20px;
  padding: 20px;
  border-top: 1px dashed #ccc;
  text-align: center;
}

form.form-container {
    display: block;
    /* grid-template-columns: repeat(5, 1fr); */
}

.solar-calculator-form-home-page {
  display: flex;
  /* gap: 40px; */
  align-items: center;
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  /* box-shadow: 0 1px 5px rgba(0,0,0,0.1); */
  font-family: 'Arial', sans-serif;
}

.blog-sidebar {
  position: sticky;
  top: 20px; /* Distance from top when sticky */
  align-self: flex-start; /* Makes it work well in flexbox layouts */
}

.blog-container-right{
  position: relative;
}


.solar-calculator-form-home-page .form-group {
  display: flex;
  flex-direction: column;
  min-width: 150px;
  position: relative;
  border-right: 1px solid #D9D9D9;
}

.solar-calculator-form-home-page label {
  font-size: 14px !important;
  font-weight: 400;
  color: #666 !important;
  margin-bottom: 6px;
  user-select: none;
}

.solar-calculator-form-home-page select,
.solar-calculator-form-home-page input[type="number"] {
  font-size: 18px !important;
  font-family: "SF-Pro-SemiBold";
  color: #000;
  padding: 8px 12px;
  border: none !important;
  border-bottom: 2px solid transparent;
  background: transparent;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none !important; /* Remove default arrow for select */
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.3s ease;
}

.form-group{
  display: flex;
  justify-content: center;
}

.solar-calculator-form-home-page select:focus,
.solar-calculator-form-home-page input[type="number"]:focus {
  border-bottom: 2px solid #4CAF50; /* Green border on focus */
}

.solar-calculator-form-home-page select option[disabled] {
  color: #aaa;
}

.solar-calculator-form-home-page select::-ms-expand {
  display: none; /* Remove arrow in IE */
}

.solar-calculator-form-home-page .btn {
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 24px;
  padding: 12px 40px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  height: 44px;
  align-self: center;
  white-space: nowrap;
}

.solar-calculator-form-home-page .btn:hover {
  background-color: #45a049;
}

/* Layout tweaks to keep button aligned */
.solar-calculator-form-home-page > .form-group:last-child {
  margin-left: auto;
}

/* Dropdown arrow adjustment */
#form-field-country,
#form-field-state,
#form-field-roof-type,
#form-field-consumer-type{
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5'%3e%3cpath fill='%23666' d='M0 0l5 5 5-5z'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 10px 5px !important;
  /* border-right: 1px solid #D9D9D9 !important; */
  border-radius: 0px !important;
  /* padding: 0px 10px !important; */
  box-shadow: none !important;
}

.solar-calculator-form-home-page .form-group:last-child {
  border-right: 0px !important;
}

/* .solar-calculator-form-home-page input[type="number"] {
  border-right: 1px solid #D9D9D9 !important;
} */

.form-white-container {
    width: 90%;
    margin: 0 auto;
    background: #fff;
    margin-top: -70px;
    border-radius: 10px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1) !important;
    /* padding: 20px; */
}

button.btn-solar-calculator {
    background: #57B33D;
    width: 335px;
    height: 60px;
    color: #fff;
    border-radius: 50px;
    align-items: center;
    margin: 0 auto;
    display: flex;
    text-align: center;
    justify-content: center;
    border: 0px;
}

option {
    color: #000;
}

button.btn {
    background: #57B33D;
    width: 335px;
    height: 60px;
    color: #fff;
    border-radius: 50px;
    align-items: center;
}

.page-header {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    color: white;
    text-align: left;
}

.page-header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5); Dark overlay for readability */
}

.page-header .container {
    position: relative;
    z-index: 2;
    max-width: 75%;
    margin: 0 auto;
    padding: 0 20px;
}

.page-header .page-title {
    font-size: 48px;
    margin-bottom: 10px;
}

.page-header .breadcrumb {
    font-size: 16px;
    padding: 0px;
}

.page-header .breadcrumb a {
    color: #8bc34a; /* Green color for links */
    text-decoration: none;
    padding: 0px 5px;
}

.page-header .breadcrumb span {
    color: #000;
    padding: 0px 5px;
}

.breadcrumb{
  background-color: transparent;
}

.powering-lives-about-page-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  column-gap: 80px;

}

.powering-lives-about-page-left {
  flex: 1;
  min-width: 59%;
  padding: 20px;
}

.heading-bg {
  width: 65%;
  /* opacity: 0.2; */
}

h5.heading.about-us-page, h5.heading.home-page {
  font-size: 24px;
  color: #57B33D;
  margin-top: -80px;
  margin-bottom: 0px;
  font-family: "SF-Pro-Medium";
  padding-bottom: 25px;
}

ol li strong {
    color: #000;
    font-family: "SF-Pro-Regular";
}

.heading {
    text-align: center;
    padding-bottom: 30px;
    margin-top: 30px;
}

.image-block {
  margin-bottom: 20px;
}

.about-img {
    width: 88%;
    max-width: 100%;
    display: block;
    height: 382px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.expert-item {
    background: #f0f3ee;
    padding: 20px;
    border-radius: 10px;
}

.about-text h3 {
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.menu-item-has-children:hover ul {
  display: block;
}

ul.dropdown-menu li a {
    padding: 10px;
}

ul.dropdown-menu li a {
    margin-bottom: 20px;
}

li#menu-item-198, li#menu-item-48, li#menu-item-627 {
    margin-bottom: 10px;
}

ul.dropdown-menu {
    border: 0px;
    margin: 0px;
}

.dropdown-toggle {
    background-image: url(./images/down-arrow.png);
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-flex;
    position: absolute;
    right: 0px;
    top: 5px;
    cursor: pointer;
}

.menu-item-has-children {
  padding-right: 24px;
}

.about-text h6 {
  font-size: 20px;
  font-weight: normal;
  font-family: "SF-Pro-Regular";
  margin-bottom: 20px;
}

h3.about-heading {
    font-size: 40px;
    line-height: 49px;
    width: 75%;
}

.about-text {
    width: 100%;
}

.about-text p {
    font-size: 15px;
    margin-bottom: 50px;
    line-height: 25px;
}

.btn-quote {
  display: inline-block;
  padding: 12px 25px;
  background-color: #57B33D;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  /* font-weight: bold; */
}

.blog-heading-home {
    display: flex;
    justify-content: space-between;
}

.powering-lives-about-page-right {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.blog-heading-home button.cta-button.primary.home-project {
    height: 50px;
}

.powering-lives-about-page-right img {
    width: 100%;
    max-width: 100%;
    height: 622px;
    object-fit: cover ;
    border-radius: 15px;
}

.powering-lives-about-page-left1 {
    display: flex;
    column-gap: 20px;
}

.about-us-mission-value-vision {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    /* padding: 40px;
    background-color: #f9f9f9; */
}

.about-page-card {
    background-color: #f0f3ee;
    text-align: center;
    padding: 30px 20px;
    border-radius: 12px;
    flex: 1 1 300px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.about-page-card:hover {
    transform: translateY(-5px);
}

.about-page-card-img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 20px;
}

.about-page-card-title {
    font-size: 32px;
    margin-bottom: 15px;
    color: #000;
    font-family: "SF-Pro-Regular";
}

.about-page-card-description {
    font-size: 15px;
    color: #000;
    line-height: 1.5;
    font-family: "SF-Pro-Regular";
}

.blogs-section h2 {
    font-size: 40px;
}

.experts-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
}

.expert-item img {
    width: auto;
    max-width: 100%;
    align-items: center;
    height: auto;
    object-fit: contain;
    display: flex;
    margin: 0 auto;
    /* padding-bottom: 20px; */
}

.expert-item h3 {
    text-align: center;
    font-size: 32px;
    font-family: "SF-Pro-Regular";
}

.expert-item p {
    text-align: center;
}

.about-page-experts-heading h2 {
    font-size: 40px;
    width: 100%;
    text-align: center;
}

.contact-details-with-form {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.with_frm_style .frm_hidden_container .frm_primary_label, .with_frm_style .frm_pos_hidden, .frm_hidden_container .frm_primary_label{
  visibility: visible;
}

.contact-details-right {
    width: 55%;
}

.project-filter {
    text-align: center;
    margin-bottom: 20px;
}

.project-filter a {
    margin: 0 10px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.project-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
/* hamburger menu style */
.hamburger {
  display: none;
}
#hamburger-6.is-active{
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger-6.is-active .line:nth-child(2){
  width: 0px;
}

#hamburger-6.is-active .line:nth-child(1),
#hamburger-6.is-active .line:nth-child(3){
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#hamburger-6.is-active .line:nth-child(1){
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px);
}

#hamburger-6.is-active .line:nth-child(3){
  -webkit-transform: translateY(-10px) rotate(90deg);
  -ms-transform: translateY(-10px) rotate(90deg);
  -o-transform: translateY(-10px) rotate(90deg);
  transform: translateY(-10px) rotate(90deg);
}
.hamburger .line{
  width: 35px;
  height: 3px;
  background-color: #000;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}
#contact-form input, .with_frm_style select {
  border: 1px solid #ccc !important;
  height: 35px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
  padding: 0px 10px !important;
}
#contact-form textarea {
  border: 1px solid #E5E3DF !important;
  height: 175px;
  box-shadow: none !important;
  border-radius: 6px !important;
  max-height: 175px !important;
}
.frm_button_submit {
  background-color: #57B33D !important;
  border: 0px !important;
  min-width: 157px !important;
  min-height: 58px !important;
  font-size: 16px !important;
  line-height: 26px !important;
  border-radius: 50px !important;
  font-family: "SF-Pro-Medium" !important;
}

.our-works-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.work-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: auto;
}

.work-thumb {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 8px;
}

.work-thumb img {
    width: 100%;
    height: 450px;
    display: block;
    transition: transform 0.5s ease;
    object-fit: cover;
}

.work-thumb:hover img {
    transform: scale(1.1);
}

.work-overlay.home-page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 87, 34, 0.85); /* Orange overlay */
    color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: background 0.3s ease;
}

.overlay-title {
    font-size: 1.2rem;
    /* font-weight: bold; */
    margin: 0;
}

.overlay-location {
    font-size: 1rem;
    opacity: 0.9;
    margin-top: 5px;
}

/* Overlay */
.work-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F36523D9;
    opacity: 0;
    transition: opacity 0.4s ease;
    color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start; /* Push content to bottom */
}

.work-thumb:hover .work-overlay {
    opacity: 1;
}

/* Overlay Text Styles */
.overlay-title {
    font-size: 24px;
    font-family: "SF-Pro-Medium";
    margin-bottom: 8px;
    color: #fff;
    text-align: left;
    line-height: 33px;
}

p.location.home-projects {
    margin: 0 0;
}

.overlay-location {
    font-size: 16px;
    font-family: "SF-Pro-Regular";
    margin-bottom: 12px;
    opacity: 0.8;
    color: #fff;
}

.overlay-excerpt {
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
}

.project-filter a.active {
    color: #57B33D;
}

h5.heading.home-page, h5.heading.about-us-page {
    text-align: left;
}

h3.contact-details-left {
    font-size: 56px;
    line-height: 64px;
}

h5.contact-details-left {
    font-size: 16px;
    color: #57B33D;
    line-height: 26px;
}

p.contact-details-left {
    color: #555855;
    margin-bottom: 25px;
}

p.contact-details-left-phone-content {
    font-size: 24px;
    margin-bottom: 20px;
}

p.contact-details-left-phone-content a {
    color: #000;
    font-size: 24px;
}
p.contact-details-left-phone-heading {
    font-size: 18px;
        margin-bottom: 0;
}

.blog-layout {
  display: flex;
  gap: 2rem;
}

.blog-content {
  flex: 2; /* Main content bigger */
}

.blog-sidebar {
  flex: 1; /* Sidebar smaller */
}

.blog-post {
  margin-bottom: 2rem;
  /* border-bottom: 1px solid #ddd;
  padding-bottom: 1.5rem; */
  /* background: #EFF1EC; */
}

.post-meta {
  font-size: 14px;
  color: #666;
}

.btn-read-more {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 15px;
  background: #0073aa;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

h2.post-title a {
    color: #000;
    font-family: "SF-Pro-Medium";
}

span.post-category a {
    color: #000;
    padding-right: 20px;
}

.blog-content {
    display: flex;
    column-gap: 50px;
}

.sidebar-widget a {
    color: #000;
    font-size: 18px;
    line-height: 28px;
}

.sidebar-widget li {
    padding-bottom: 14px;
    list-style: none;
    border-bottom: 1px solid #E5E3DF;
    padding-top: 15px;
}

.sidebar-widget {
    background: #EFF1EC;
    padding: 30px;
    margin-bottom: 35px;
    border-radius: 10px;
}

.search-container {
  display: flex;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: 100%;
  background: #fff;
}

.search-field {
  flex-grow: 1;
  padding: 15px 20px;
  border: 1px solid #ccc;
  border: none;
  font-size: 16px;
  outline: none;
  background: #fff;
}

.search-field::placeholder {
  color: #888;
}

.search-submit {
  background-color: #57B33D;
  color: white;
  border: none;
  padding: 15px 25px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 40px;
}

.search-submit:hover {
  background-color: #45a049;
}

.search-text {
  font-size: 16px;
  /* font-weight: bold; */
}

input.search-field:active {
  border: none !important;  /* Or you can set a different border style if needed */
}

span.post-category a {
  /* display: inline-flex; */
  align-items: center;
  padding: 10px 20px;
  background-color: #fff; /* Light background color */
  border-radius: 50px; /* Rounded corners for the whole button */
  text-decoration: none;
  color: black;
  font-weight: 500;
  width: 132px;
  height: 28px;
  border: 1px solid #E5E3DF;
}

span.post-category a .avatar {
  width: 20px;
  height: 20px;
  border-radius: 50%; /* Circular avatar */
  background-color: green; /* Avatar color */
  margin-right: 10px;
}

span.post-category a:hover {
  background-color: #e0e0e0; /* Darker background on hover */
}

span.post-category a:focus {
  outline: none; /* Removes outline on focus */
}

article.blog-post img {
    width: 100%;
    height: 576px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.share-icon a img {
    width: 100%;
    height: auto;
}

.blog-listing-content {
    background: #EFF1EC;
    padding: 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#backToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 999;
  width: 52px;  /* match image size */
  height: 52px;
}

#backToTop img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

#backToTop:hover img {
  transform: scale(1.1);
  opacity: 0.9;
}

.blog-post {
  max-width: 100%;
  margin: 0 auto;
  /* padding: 20px; */
  font-family: system-ui, sans-serif;
  background-color: #fff;
}

.featured-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 20px;
}

.post-meta {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  column-gap: 25px;
  font-size: 14px;
  margin-bottom: 15px;
  color: #555855;
}

.author-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.author-avatar {
  background: #e6f4ea;
  color: green;
  border-radius: 50%;
  padding: 4px 8px;
  font-size: 12px;
}

.post-date {
  color: #888;
}

.share-icon img {
  width: 20px;
  height: 20px;
  opacity: 0.7;
  transition: 0.2s ease;
}

.share-icon img:hover {
  opacity: 1;
}

.post-title {
  font-size: 40px;
  /* font-weight: 700; */
  margin-bottom: 40px;
  color: #000;
}

.post-content {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

.blog-detail-page-container {
    display: block;
    column-gap: 20px;
    width: 100%;
}

.work-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    /* width: 100%;
    height: 100%; */
    /* background: rgba(0,0,0,0.75); */
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transform: translate(-50%, -50%);
}

.popup-inner {
    background: #fff;
    padding: 30px;
    width: 800px;
    /* width: 90%; */
    position: relative;
    border-radius: 10px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.popup-close {
    position: fixed;
    top: 10px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
    color: #000;
}
.popup-image {
    width: 100%;
    height: auto;
    display: flex;
    margin: 0 auto;
}
.popup-title {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
}
.popup-location {
    color: #4CAF50;
    font-weight: 500;
    margin-bottom: 15px;
}
.popup-content {
    font-size: 16px;
    line-height: 1.6;
}

/* Slide-in panel */
.slide-popup {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 50%;
  height: 100vh;
  background: #fff;
  color: #fff;
  box-shadow: -4px 0 10px rgba(0, 0, 0, 0.5);
  transition: right 0.4s ease;
  z-index: 9999;
  padding: 2rem;
  overflow-y: auto;
}

/* When active */
.slide-popup.active {
  right: 0;
}

/* Close button */
.slide-popup .close-popup {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: orange;
  color: #000;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 1.5rem;
  cursor: pointer;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], select, textarea {
  border: 1px solid #ccc !important;
  color: #000;
}

section.projects-section .our-works-grid {
    margin-top: 0px;
}
a.btn.btn-quote.button.get-header:hover {
    background: #F36523;
}
button.btn.btn-quote.orange-span:hover {
    background: #57B33D;
}
a.btn.btn-call.button.header:hover {
    background: #57B33D;
}
button.cta-button.primary:hover {
    background: #F36523;
}
button.cta-button.primary:hover {
    background: #F36523;
    border: #F36523;
}
a.btn-quote:hover {
    background: #F36523;
}

a.cta-button.primary.blog-page:hover {
    background: #F36523;
    border: #F36523;
}
p.post-excerpt {
    margin-bottom: 35px;
    color: #555855;
}
button.frm_button_submit:hover {
    background: #F36523;
}

.frm_style_formidable-style.with_frm_style .frm_error, .frm_style_formidable-style.with_frm_style .frm_limit_error {
    font-weight: normal;
    color: red;
}

.header_nav .main-menu li.current-menu-item a {
  color: #F36523; /* Replace with your desired color */
}

p.blog-desc {
    font-size: 15px;
    font-family: "SF-Pro-Regular";
    line-height: 25px;
}

ul.blog-detail-page-listing li {
    color: #000 !important;
    font-family: "SF-Pro-Regular";
    font-size: 15px;
    line-height: 25px;
}

h3.blog-desc-heading {
    font-size: 32px;
    line-height: 33px;
    font-family: "SF-Pro-Regular";
}

.post-content-single-blog-page li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  left: 0px;
  top: 10px;
}

.post-content-single-blog-page ul {
  list-style-type: none;
}
.post-content-single-blog-page li {
  position: relative;
padding-left: 25px;
}

span.separator {
    color: #000;
    font-family: "SF-Pro";
}

.home-hero-btn-section {
    display: flex;
    column-gap: 20px;
}

button.cta-button.primary.home-brochure {
    width: 225px;
}

.sp-image-container{
  border-radius: 10px;
}

h2.home-common-heading.our-clients-home {
    font-size: 40px;
    text-align: center;
}

.project-filter a.active {
    font-weight: bold;
    color: #57B33D;
}

.custom-pagination {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.custom-pagination ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
}

.custom-pagination ul li {
    display: inline-block;
    border: 1px solid #E5E3DF;
    border-radius: 5px;
    width: 50px;
    height: 50px;
}

.custom-pagination .page-numbers {
    display: inline-block;
    padding: 10px 16px;
    /* border: 2px solid #ddd; */
    border-radius: 8px;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
    text-align: center;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #fff !important;
    border: 0px !important;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: 0px !important;
}

/* .custom-pagination .page-numbers:hover {
    background: #f0f0f0;
} */

.custom-pagination .page-numbers.current {
    background-color: #4CAF50;
    color: #fff;
    border-color: #4CAF50;
    /* font-weight: bold; */
    width: 50px;
    height: 50px;
}

.video-carousel {
    width: 100%;
    height: 400px; /* Adjust based on your desired size */
}

.item {
    width: 100%;
    height: 100%;
}

.video-slide-item {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures videos fill the container */
}

.feedbacks-slider.owl-carousel{
    display: flex;
    column-gap: 20px;
}

.read {
    padding-top: 15px;
    font-size: 18px;
    color: #57B33D;
    cursor: pointer;
    width: fit-content;
}
.rating-sec {
    color: gold;
}

.video-carousel.owl-carousel {
    display: block;
}

::-webkit-input-placeholder{
  color: #000 !important;
}

/* .expert-class-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
} */

.expert-item a {
    color: #57B33D;
}
.expert-content-social-media {
    display: block;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
}

.expert-content-social-media a span {
    color: #fff;
    font-family: 'SF-Pro-Regular';
}


#sc-results {
    background-color: #EFF1EC;
    border-radius: 10px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    padding: 15px;
    font-family: Arial, sans-serif;
}

.widget-container {
    padding: 10px;
}

.widget-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

a.btn.button.get-header.about-page-profile-section {
    background: #1385BE;
    width: 156px;
    height: 50px;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 16px;
    font-family: "SF-Pro-Regular";
    line-height: 26px;
    text-decoration: none;
    color: #fff;
    transition: background 0.3s;
}

a.btn.button.get-header.about-page-profile-section:hover{
  background-color: #57B33D;
} 

.widget-header h3 {
    font-size: 18px;
    color: #333;
    margin: 0;
}

.widget-icon {
    width: 24px;
    height: 24px;
}

table.widefat {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

table.widefat th, table.widefat td {
    padding: 8px;
    text-align: left;
    font-size: 14px;
    color: #000;
}

table.widefat th {
    font-weight: bold;
    color: #000;
}

table.widefat td {
    color: #000;
}

table.widefat td#sc-solar_capacity_kw,
table.widefat td#sc-annual_energy_kwh,
table.widefat td#sc-annual_savings,
table.widefat td#sc-total_project_cost,
table.widefat td#sc-roi_years,
table.widefat td#sc-lifetime_energy_kwh,
table.widefat td#sc-annual_co2_offset_kg {
    color: #333;
}
.emi_calculator_info{
  display: flex;
  width: 100% !important;
  column-gap: 20px;
}
.emi_calculator_col{
  width: 50%;
}
.emi_calculator_col2{
  width: 50%;
  padding-top: 0px !important;
  margin-top: 0px !important;
}

.solar-calculator-page-form {
    /* background: #fff; */
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08); */
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.solar-calculator-page-form > div {
    flex: 1 1 calc(16.66% - 20px); /* 6 columns with spacing */
    min-width: 150px;
    display: flex;
    flex-direction: column;
}

.solar-calculator-page-form label {
    font-size: 14px;
    color: #666;
    margin-bottom: 6px;
}

.solar-calculator-page-form select {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5'%3e%3cpath fill='%23666' d='M0 0l5 5 5-5z'/%3e%3c/svg%3e");
}

.solar-calculator-page-form input,
.solar-calculator-page-form select {
    padding: 0px 10px !important;
    font-size: 16px;
    height: 35px !important;
    /* font-weight: bold; */
    color: #000;
    border-right: 1px solid #e0e0e0 !important;
    border: none !important;
    border-radius: 10px !important;
    background-color: #fff !important;
    appearance: none;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-position: right 10px center;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1) !important;
    background-size: 10px 5px;
    /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5'%3e%3cpath fill='%23666' d='M0 0l5 5 5-5z'/%3e%3c/svg%3e"); */
}

.custom-select-style {
    /* Optional if you only want it for selects */
    /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5'%3e%3cpath fill='%23666' d='M0 0l5 5 5-5z'/%3e%3c/svg%3e"); */
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px 5px;
    border-right: 1px solid #D9D9D9;
    border-radius: 4px;
    box-shadow: none;
}

/* Submit Button */
#sc-form button.button {
    display: block;
    margin: 30px auto 0;
    padding: 12px 30px;
    background-color: #57B33D;
    font-family: "SF-Pro-Regular";
    color: #fff;
    font-size: 16px;
    /* font-weight: 600; */
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#sc-form button.button:hover {
    background-color: #43a047;
}
  .sc-form label {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #666 !important;
    margin-bottom: 6px;
    user-select: none;
}
.share-icon {
    display: none;
}

.sc-calculator-wrapper {
    display: flex;
    column-gap: 20px;
}

form#sc-form {
    width: 50%;
    background: #EFF1EC;
    padding: 25px;
    border-radius: 10px;
}

div#sc-results {
    width: 50%;
    margin-top: 0px !important;
    padding-top: 0px !important;
}

h2.home-common-heading.calculator-page.result {
    padding-top: 25px;
    padding-bottom: 20px;
}

h2.home-common-heading.testimonial-home {
    text-align: center;
}

h2.hero-home-head.calculator-page {
    color: #000;
    width: 65%;
    display: flex;
    margin: 0 auto;
    text-align: center;
}

button.btn.btn-quote.orange-span.calculator-page {
    display: flex;
    align-items: center;
    margin: 0 auto;
}
h3.text-green {
    margin-bottom: 0px;
}

p.testimonial-location-home {
    color: #F36523;
    padding-bottom: 10px;
}

li#menu-item-56 {
    background: transparent;
    padding: 0px;
    cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.expert-content-social-media a {
    display: flex;
    column-gap: 5px;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
}

/* Remove arrows in Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
 
/* Remove arrows in Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#footer-right li:last-child::before {
  display: none;
}

#footer-right li:nth-of-type(2)::before {
  display: none;
}

#footer-right li:nth-of-type(4)::before {
  display: none;
}


article.blog-post {
    margin-bottom: 50px;
}

.blog-detail-page-image-section {
    display: flex;
    column-gap: 20px;
    /* flex-wrap: wrap; */
    row-gap: 20px;
    padding-bottom: 25px;
}

.blog-detail-page-left-img, .blog-detail-page-right-img{
    width: 50% !important;
    border-radius: 15px;
}

.blog-detail-page-left-img img, .blog-detail-page-right-img img{
  border-radius: 15px;
}

.solar-calculator-result {
    margin-top: 20px;
    text-align: center;
}

.footer-btm-rgt, .footer-btm-mdl2 {
    font-size: 14px;
}

/* Style for the tooltip (hidden by default) */

/* Initially hide the tooltip content */
/* Initially hide the tooltip content */
.tariff-information {
    display: none;
    background-color: #333;
    color: white;
    font-size: 12px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    border-radius: 5px;
    margin-top: 5px;
    max-width: 250px; /* Optional: makes sure the text fits well */
}

/* Style for the emoji */
.emoji {
    cursor: pointer;
    margin-left: 10px;
    width: 20px; /* Adjust the size as needed */
    height: 20px; /* Adjust the size as needed */
}

/* Show the tooltip when hovering over the emoji */
.emoji:hover + .tariff-information {
    display: block;
}


.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px; /* space between cards */
    /* padding: 20px 0; */
}

.service-link {
    text-decoration: none;
    display: block;
}

.service-item {
    position: relative;
    width: 100%;
    height: 465px; /* adjust height */
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

.service-overlay {
    width: 100%;
    padding: 16px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
    color: #fff;
}

.service-overlay h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px;
    color: #fff;
    line-height: 30px;
}

.service-overlay p {
    font-size: 16px;
    margin: 0;
    color: #fff;
    line-height: 26px;
}

.service-hero {
    text-align: center;
    margin: 0 auto;
    width: 37%;
}

h2.service-hero-heading {
    font-size: 40px;
    line-height: 50px;
}

.service-footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 40px 0;
}

.service-footer-content-card {
  position: relative;
  width: 320px;
  height: 465px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.service-footer-content-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.service-footer-content-img {
  width: 100%;
  height: 465px;
  object-fit: cover;
  display: block;
}

.service-footer-content-heading,
.service-footer-content-desc {
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 2;
  padding: 0 16px;
}

.service-footer-content-heading {
  bottom: 40px;
  font-size: 18px;
  font-weight: 600;
}

.service-footer-content-desc {
  bottom: 15px;
  font-size: 14px;
  opacity: 0.9;
  line-height: 20px;
}

.service-footer-content-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 45%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
  z-index: 1;
}


.solar-solution-section {
    position: relative;
    background: #57B33D;
    color: #fff;
    width: 1150px;
    padding: 50px 20px;
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
    bottom: -30px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

.solar-solution-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('https://www.4erenew.com/wp-content/uploads/2025/10/72f6e9d4f498d18a69489ddf08ef6004980b74aa.png') no-repeat left center;
    opacity: 0.2; /* Adjust to make the image subtle */
    z-index: 0;
}

.solar-solution-section .container {
    position: relative;
    z-index: 1;
    max-width: 100%;
    margin: 0 auto;
}

.left-content h2 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}

.left-content p {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 28px;
    color: #fff;
}

.cta-button {
    /* display: inline-block; */
    padding: 14px 28px;
    background-color: #ffffff;
    color: #000;
    text-decoration: none;
    font-family: 'SF-Pro-Medium';
    border-radius: 25px;
    border: 0px;
    transition: background-color 0.3s, color 0.3s;
}

.cta-button:hover {
    background-color: #f36523;
    color: #ffffff;
}

.common-container.home-grey.service-page {
    position: relative;
}

.container.service-page-green {
    padding: 0 20px;
}

button.cta-button.primary {
    background-color: #57B33D;
    color: white;
    border-color: #57B33D;
    font-family: "SF-Pro-Regular" !important;
}

.trust-content-home-content {
    display: block;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    column-gap: 10px;
    width: 300px;
}

.trust-section h2 {
    font-size: 40px;
    text-align: center;
}

.dropdown-menu{
    position: absolute;
    width: 200px;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0px 2px 80px 0px rgba(207, 196, 225, 0.30);
    border-radius: 15px;
    top: 25px;
    left: 0px;
    list-style-type: none;
    /* display: none; */
}

.trust-content-home-card {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.trust-content-home-right {
    text-align: center;
}

img.trust-content-home-img {
    width: 75px;
    background: #57B33D;
    border-radius: 20px;
    padding: 10px;
    display: flex;
    margin: 0 auto;
}

.trust-content-home-right h4 {
    font-size: 22px;
}

.counter-section-home-page {
    display: flex;
    gap: 35px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.counter-section-home-card {
    background: #fff;
    padding: 20px 10px;
    color: #000;
    text-align: center;
    width: 250px;
    border-radius: 10px;
}

.stat-number {
  font-size: 32px;
  font-family: 'SF-Pro-SemiBold';
  transition: all 1s ease-out;
  margin-bottom: 20px;
}

.trust-content-home-img, .counter-section-home-card {
  transition: transform 0.3s ease-in-out; /* Smooth transition effect */
}

.trust-content-home-img:hover, .counter-section-home-card:hover {
  transform: translateY(-10px); /* Moves the image upwards by 10px */
}

a.btn-quote.service {
    background: #fff;
    color: #000;
}

a.btn-quote.service:hover {
    background: #f36523;
    color: #fff;
}
.contact-details-with-form.contact-lft-details .contact-details-left-phone-content, .contact-details-with-form.contact-lft-details .contact-details-left-phone-content a {
  font-size: 16px;
  line-height: 26px;
}
.contact-details-left-phone-heading {
  font-family: "SF-Pro-Bold";
}