    ::placeholder {
  color:#888888 !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#ffffff !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color:#ffffff !important;
}
.ge-saving-battery-compare
{
  justify-content: center;   
  text-align:center;
}
#ge-helpfulFaq-section .accordion-container {
    width: 90%;
    max-width: 600px;
}
#ge-helpfulFaq-section .accordion-item {
    background-color: transparent;
    border: 0;
    margin-bottom: 10px;
    border-radius: 50px;
}
#ge-helpfulFaq-section .accordion-header {
    background-color: #ffffff;
    color: #000000;
    padding: 6px;
    position: relative;
    font-size: 18px;
    border: 1px solid rgba(30, 47, 59, 1);
    width: 100%;
    text-align: left;
    padding-left: 20px;
    padding-right: 40px;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px;
    transition: background-color 0.3s ease;
    font-family: 'HelveticaNeueLight';
}
.ge-how-work-main-content span {
    font-size: 18px;
    font-weight: 600;
    color: #6faa43;
}
.ge-how-work-main-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1E2F3B;
}
.ge-homesolar-text h2 {
    font-size: 20px;
    font-weight: 500;
    color: rgba(30, 47, 59, 1);
}
.ge-homesolar-text p {
    font-size: 15px;
    font-weight: 400;
    color: #1E2F3B;
}

#ge-helpfulFaq-section .accordion-content {
    background-color: #ffffff;
    overflow: hidden;
    padding: 0 15px;
    max-height: 0;
    border-radius: 0px;
    transition: max-height 0.3s ease;
    box-shadow: 0 10px 5px rgba(0,0,0,0.1);
}

#ge-helpfulFaq-section .accordion-content p {
    margin: 15px 0;
    line-height: 1.5;
}

#ge-helpfulFaq-section .icon {
    transition: transform 0.3s ease;
    color: #EAFAF1;
    font-size: 1.2rem;
    padding: 0px 10px 0px 8px;
    background-color: rgba(30, 47, 59, 1);
    align-items: center;
    transition: 0.4s;
    border: 0;
    cursor: pointer;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-decoration: none;
    position: absolute;
    right: 20px;
}
button.accordion-header.active {
    background: rgba(30, 47, 59, 1) !important;
    color: #ffffff !important;
}
#ge-helpfulFaq-section .active .icon {
    transform: rotate(45deg);
    background:#ffffff;
    color:#6faa43;
    padding: 0 10px 0 10px;
}
@keyframes growProgressBar {
  0%, 33% { --pgPercentage: 0; }
  100% { --pgPercentage: var(--value); }
}

@property --pgPercentage {
  syntax: '<number>';
  inherits: false;
  initial-value: 0;
}
.ge-workSkill-content h2
{
  font-size:32px;
  font-weight:500;
  color:#000000; 
  margin-bottom:70px;
  text-align: center;
}
div[role="progressbar"] {
  --size: 12rem;
  --fg: rgba(30, 47, 59, 1);
  --bg: rgba(237, 241, 255, 1);
  --pgPercentage: var(--value);
  animation: growProgressBar 3s 1 forwards;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: 
    radial-gradient(closest-side, white 80%, transparent 0 99.9%, white 0),
    conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0)
    ;
  font-size: calc(var(--size) / 5);
  color: #1E2F3B;
}

div[role="progressbar"]::before {
  counter-reset: percentage var(--value);
  content: counter(percentage) '%';
}
#ge-helpfulFaq-section {
    background: #ffffff;
    padding: 80px 0px;
    position: relative;
}
.ge-helpfulFaq-content h2 {
    font-size: 32px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 70px;
}
             /****************************************** Mixins + Variables ******************************************/
/****************************************** Default Styling ******************************************/
 .clearfix {
	 *zoom: 1;
}
 .clearfix::before, .clearfix::after {
	 content: " ";
	 display: table;
}
 .clearfix::after {
	 clear: both;
}
#demo_wrapper {
    background: rgba(235, 240, 255, 1);
    display: block;
    padding: 20px;
    width: 100%;
    border-radius: 15px;
}

/****************************************** Input Styling ******************************************/
 .wrapper--input {
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 clear: both;
	 display: block;
	 margin: 20px auto 0px auto;
	 max-width: 500px;
	 padding: 5px 20px;
	 position: relative;
	 width: 100%;
}
 input {
	 background-color: transparent;
	 border: 0;
	 display: block;
	 font-size: 1.2em;
}
 input[type="text"], input[type="password"] {
	 border-bottom: 1px solid #909090;
	 color: rgba(0, 31, 70, 1);
	 padding: 10px 10px 10px 0px;
	 width: 100%;
}
 input[type="checkbox"] {
	 margin: 0;
	 padding: 0;
}
 input:focus {
	 color: #196b6b;
	 outline: 0;
}
 input.valid {
	 border-color: #218e8e;
}
 input:focus ~ label, input.valid ~ label {
	 border-color: #218e8e;
	 color: #218e8e;
	 font-size: 0.81rem;
	 top: -5px;
}
 input.error {
	 border-bottom-color: red;
	 color: #218e8e;
}
 label {
	 font-size: 1.075rem;
	 font-weight: normal;
	 color: #6c6c6c;
	 position: absolute;
	 pointer-events: none;
	 top: 20px;
	 -webkit-transition: 0.2s all ease;
	 -o-transition: 0.2s all ease;
	 -moz-transition: 0.2s all ease;
	 transition: 0.2s all ease;
}
 .bar {
	 display: block;
	 padding: 0 10px 0 5px;
	 position: relative;
	 width: 100%;
}
 .bar::before, .bar::after {
	 background: #218e8e;
	 bottom: 0;
	 content: '';
	 height: 2px;
	 position: absolute;
	 -webkit-transition: 0.2s ease all;
	 -o-transition: 0.2s ease all;
	 -moz-transition: 0.2s ease all;
	 transition: 0.2s ease all;
	 width: 0;
}
 .bar::before {
	 left: 50%;
}
 .bar::after {
	 right: 50%;
}
 input:focus ~ .bar:before, input:focus ~ .bar:after {
	 width: 50%;
}
 .highlight {
	 position: absolute;
	 height: 60%;
	 width: 1px;
	 top: 20%;
	 left: 50%;
	 pointer-events: none;
	 opacity: 0.5;
}
 input:focus ~ .highlight {
	 -webkit-animation: inputHighlighter 0.5s ease;
	 -moz-animation: inputHighlighter 0.5s ease;
	 animation: inputHighlighter 0.5s ease;
}
 @-webkit-keyframes inputHighlighter {
	 from {
		 background: #218e8e;
	}
	 to {
		 left: 0;
		 width: 100%;
		 background: transparent;
	}
}
 @-moz-keyframes inputHighlighter {
	 from {
		 background: #218e8e;
	}
	 to {
		 left: 0;
		 width: 100%;
		 background: transparent;
	}
}
 @keyframes inputHighlighter {
	 from {
		 background: #218e8e;
	}
	 to {
		 left: 0;
		 width: 100%;
		 background: transparent;
	}
}
/****************************************** Button Styling ******************************************/
.grn-form-homeSolar
 {
    text-align:center;    
 }
     .ge-homesolar-main-section
    {
     background:url('../../assets/img/greenenergy-home-solars.png');
     background-repeat:no-repeat;
     background-size:cover;
     text-align:center;
     padding-top:80px;
    }
    .ge-homesolar-main-section .ge-homesolar-heading h1
    {
        color:#ffffff;
    }
    .ge-homesolar-main-section .ge-homesolar-heading p {
    color: #ffffff;
    text-align: center;
    margin: 0 auto 50px;
    width: 37%;
   }
    .ge-homesolar-main-section .form-homesolar-dflex {
        justify-content: center;
    }
.ge-communitySolar-section
{
  background: url('../../assets/img/best-community-solar.png');
  background-repeat: no-repeat;
  background-size:cover;
  background-position:center,center;
  color: #fff;
  padding-top: 80px;
  position: relative;
}
.ge-cumminuty-business-section
{
   background: #ffffff;
   padding-bottom:80px;
}
.grn-communityWork-section {
    background: #ffffff;
    padding: 80px 0px;
}
.grn-communityWork-content img {
    width: 100%;
}
.grn-communityWork-content h4 {
    padding-top: 25px;
    color: #6FAA43;
    font-size: 22px;
    font-weight: 700;
}
.grn-community-mission-content ul li i {
    background: #6faa43;
    padding: 10px;
    border-radius: 20px;
    font-size: 14px;
    color: #ffffff;
}
.grn-community-mission-content ul li:not(:last-child) 
{
    margin-bottom:20px;
}
#grn-community-maintenance-box,
#grn-community-assurance-box
{
    display:none;
}
.ge-homesolar-main-section.grn-backuppower-before
    {
     background:url('../../assets/img/bckuppower.png');
     background-repeat:no-repeat;
     background-size:cover;
     text-align:center;
     padding-top:80px;
     position:relative;
     z-index:0;
    }
    .grn-backuppower-before:before
    {
      content:"";
      position: absolute;
      top:0;
      left:0;
      height:100%;
      width:100%;
      background:rgba(0,0,0,0.5);
      z-index:-1;
    }
    .ge-homesolar-main-section.grn-backuppower-before .ge-homesolar-heading h1
    {
        color:#ffffff;
    }
    .ge-homesolar-main-section.grn-backuppower-before .ge-homesolar-heading p {
        color: #ffffff;
        text-align: center;
        margin: 0 auto 50px;
        width: 55%;
   }
    .ge-homesolar-main-section.grn-backuppower-before .form-homesolar-dflex {
        justify-content: center;
    }
    .grn-sticky-batterybackup
     {
         position:sticky;
         top:0;
     }
     .grn-scroll-batterybackup
      {
         height:2250px;    
      }
      .grn-solarbusiness-overflow-content {
            background: aliceblue;
            padding: 10px;
            border-radius: 0 10px 10px;
      }
      .grn-solarbusiness-overflow-content p {
        font-size: 16px;
      }
      #solar-for-business h2,
      #suitable-for-your-business h2,
      #solarenergy h2 {
        display: flex;
        font-size: 24px;
        color: #1a1a1a;
        gap: 5px;
     }
     #solar-for-business p, #suitable-for-your-business p, #solarenergy p {
        padding-left: 20px;
    }
.accordion {
  width: 100%;
  max-width: 1000px;
}

.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 1rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
}

.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}

.accordion-item-header.active::after {
  content: "\2212";
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-item-header.active {
background: linear-gradient(to right, #BDE66E, #7CB44B); /* Change this to your desired active color */
color: white; /* Optional: change text color */
}
.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}
.accordion-container.text-center-mc {
    text-align: center;
    margin: 0 auto;
}
        #grn-battery-backup-section {
            background: #ffffff;
            padding: 80px 0px 25px;
        }
        .grn-batteryBackup- {
            background: #f3f3f3;
            padding: 30px;
        }
        .ge-saving-policy img 
        {
         width:3% !important;   
        }
        .grn-batteryBackup-section img {
            width: 100%;
        }
        .ge-bg-saving- .row
        {
         display: flex;
         flex-direction: column;
        }
        .ge-bg-saving-
        {
            margin-top:0;
        }