html {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: none;
}
html, body {
overflow-x: hidden;
}
body {
margin: 0;
font-family: Arial, sans-serif;
line-height: 1.6;
color: #333;
text-align: center; 
}
h1{
color:#000000;
font-size:1.7em;
	}
ul li {
margin-bottom: 7px;
 padding-bottom: 7px; 
}
ol li {
margin-bottom: 20px;
 padding-bottom: 10px;
}
.about-us em {
color: #0000c4; 
font-weight: bold;
}
.white-section,
.blue-section {
width: 100%;
}
.white-section {
background-color: #fff;
padding: 40px 0;
}
.blue-section {
background: linear-gradient(to top right, #0d2741 20%, #1e3a5f 50%, #4682b4 100%);
color: white; 
padding: 40px 0;
}
.top-head-text {
font-family: "Special Gothic Expanded One", sans-serif;
font-size: clamp(1.5em, 5vw, 2.5em); 
color: white;
}
.top-sub-text {
font-family: "National Park", sans-serif;
font-size: clamp(0.8em, 4vw, 1.5em); 
color: white;
}
.form-head-text {
font-family: "Oswald", sans-serif;
font-size: clamp(1.5em, 5vw, 2.5em); 
color: black;
}
.form-sub-text {
font-family: "Oswald", sans-serif;
font-size: clamp(0.8em, 3vw, 1em);
color: #8a8a8a;
}
.fullscreen-bg {
position: relative; 
background-image: url('../images/solar-install-default.jpg'); 
background-size: cover; 
background-position: center; 
background-repeat: no-repeat; 
height: 100vh; 
display: flex;
flex-direction: column; 
justify-content: center; 
align-items: center;
text-align: center; 
color: black; 
background-attachment: fixed;
}
.fullscreen-bg::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(65, 105, 225, 0.9); 
z-index: 1; 
}
.fullscreen-bg .content {
margin-bottom: 30px; 
z-index: 2; 
}
.form-container {
background-color: white;
border-radius: 10px;
max-width: 800px;
width: 90%;
height: 100%; 
max-height: 350px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
display: flex;
justify-content: center;
align-items: center;
z-index: 2; 
}
.form-inner {
display: flex;
width: 100%;
max-height: 350px;
}
.form-image {
width: 355px; 
height: 100%;
max-height:350px;
object-fit: cover;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
border-right: none;
transition: opacity 0.5s ease-in-out;
}
@media (max-width: 800px) {
.form-image {
display: none;
}
}
#lead-form {
flex: 1;
padding-left: 3px; 
padding-bottom:20px;
display: flex;
flex-direction: column;
justify-content: center;
}
.form-step {
width: 100%; 
display: flex;
flex-direction: column; 
align-items: center; 
justify-content: center;
text-align: center;
}
.form-step.active {
opacity: 1; 
display: flex; 
}
.form-step {
opacity: 0; 
display: none; 
transition: opacity 0.5s ease; 
}
form {
padding: 0;
margin: 0;
border: none;
width: 100%; 
box-sizing: border-box;
}
form input.input-box {
display: block; 
width: 90%;
max-width: 400px;
padding: 15px;
box-sizing: border-box; 
}
input {
margin: 0;
padding: 0;
border: none;
box-sizing: border-box;
}
.input-box {
width: 100%;
max-width: 400px;
padding: 15px;
margin: 10px 0;
border: 1px solid #ccc;
border-radius: 10px;
font-size: 16px;
text-align: left;
box-sizing: border-box;
}
.btn {
width:90%;
max-width: 400px;
padding: 15px 30px;
background-color: #4682b4;
color: white;
border: none;
border-radius: 10px;
cursor: pointer;
font-size: 18px;
margin-top: 20px;
transition: background-color 0.3s;
}
.btn:hover {
background-color: #005f99;
}
.benefits-list {
margin-top:10px;
display: flex;
gap: 20px; 
justify-content: center;
align-items: center;
flex-wrap: wrap;
text-align: left;
color: white;
z-index: 2;
position: relative;
font-family: "Oswald", sans-serif;
}
.benefit-item {
display: flex;
align-items: center;
gap: 10px;
font-size: 25px;
color: white;
z-index: 2;
font-family: "Oswald", sans-serif;
}
input[type="checkbox"]:disabled {
background-color: transparent;
border: 2px solid white;
color: white;
width: 25px;
height: 25px;
appearance: none;
border-radius: 4px;
position: relative;
}
input[type="checkbox"]:disabled:checked {
background-color: transparent;
border: 2px solid white;
}
input[type="checkbox"]:disabled:checked::before {
content: "✔";
color: #00ff00 !important;
position: absolute;
top: -75%;
left: -3%;
transform: none;
font-size: 32px;
font-weight: bold;
}
footer .disclaimers {
font-size:14px; color: #9b9b9b;
}
footer .policies {
font-size:14px; color: #ffffff;
}
footer .policies-link {
font-size:14px; color: #89b1ef;
text-decoration: none;
}
footer .copyright {
font-size:15px; color: white;
}
.disclaimer-form-text{
font-size: 12px;
font-family: "Roboto", sans-serif;
color:black;
}
@media screen and (max-width: 700px) {
.disclaimer-form-text {
font-size: 10px !important;
}
}
.popup-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
z-index: 1000;
justify-content: center;
align-items: center;
}
.popup-content {
position: relative;
background: white;
width: 80%;
max-width: 500px;
padding: 20px;
border-radius: 10px;
text-align: center;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
color:black;
}
.close-popup {
position: absolute;
top: 10px;
right: 10px;
font-size: 24px;
font-weight: bold;
color: #333;
cursor: pointer;
color:black;
}
@media (max-width: 500px) {
.popup-content {
width: 80%;
max-width:350px;
}
}
.about-us{
margin: 0 auto;
width:100%; 
max-width:1000px;
padding:10px;
font-size: 1.2em;
color: black;
font-family: "Roboto", sans-serif;
}
.about-us-text {
text-align: left;
padding:15px;
}
.scroll-to-top {
background-color: #007BFF; 
color: white;
border: none;
width: 90%;
max-width:500px;
padding: 30px 50px;
border-radius: 5px;
font-size: 26px;
cursor: pointer;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
transition: background-color 0.3s ease;
}
.scroll-to-top:hover {
background-color: #0056b3;
}
@keyframes colorPulse {
0% {
background-color: #33ff99;
}
50% {
background-color: #1e9b17;
color:white;
}
100% {
background-color: #33ff99;
}
}
.scroll-to-top2 {
background-color: #33ff99;
color: black;
border: none;
width: 90%;
max-width: 550px;
padding: 30px 35px;
border-radius: 15px;
font-size: 26px;
cursor: pointer;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
animation: colorPulse 3s infinite;
transition: background-color 0.3s ease;
}
.scroll-to-top2:hover {
background-color: #1e9b17;
color: white;
animation: none;
}
.stroked-text {
color: white;
text-shadow: 
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000, 
1px 1px 0 #000; 
font-size: 20px;
}
.green-text {
color: #00ff66;
}
.last-section-header {
font-family: "Special Gothic Expanded One", sans-serif;
font-size: clamp(1.5em, 5vw, 2.5em);
color: white;
}
.last-section-text {
font-size: clamp(.8em, 2.7vw, 1.7em);
color: white;
}
.reviews-container {
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: center;
}
.review-box {
background-color: white;
border-radius: 15px;
padding: 20px;
width: 300px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
position: relative;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.quote {
font-size: 70px;
color: #bfdeff;
position: absolute;
top: -20px;
left: 20px;
font-weight: bold;
}
.review-image {
border-radius: 50%;
width: 80px;
height: 80px;
object-fit: cover;
margin: 10px 0;
}
.stars {
color: gold;
margin: 10px 0;
}
.review-text {
font-size: 14px;
line-height: 1.5;
color: #333;
margin: 10px 0;
}
.reviewer-name {
font-size: 16px;
font-weight: bold;
color: #555;
}
img.logo {
width: 100%;
max-width: 262px;
height: auto;
margin: 0 auto;
}
.solar-comparison-section {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: flex-start;
margin: 50px auto;
max-width: 1200px;
}
.solar-column {
flex: 1;
max-width: calc(33.33%);
background-color: #d2ffcc;
color: #000000;
margin: 0;
padding: 20px;
border-radius: 10px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
text-align: left;
}
.solar-column-red {
flex: 1;
max-width: calc(33.33%);
background-color: #ffcccc;
color: #000000;
margin: 0;
padding: 20px;
border-radius: 10px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
text-align: left;
}
.solar-center-column {
margin-top: -20px;
background-color: #004c97;
color: #ffffff;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 0 10px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.4); 
text-align: left;
}
.solar-heading {
text-align: center;
margin-bottom: 14px;
font-size: 1.4rem;
}
.solar-heading-center {
text-align: center;
margin-bottom: 15px;
font-size: 1.7rem;
line-height: 1.8rem;
}
.solar-list {
list-style: none;
padding: 0;
margin: 0;
margin-left: 40px;
}
.solar-item {
margin: 10px 0;
line-height: 1.5;
}
@media screen and (max-width: 840px) {
.solar-comparison-section {
flex-wrap: wrap;
flex-direction: column;
align-items: center;
}
.solar-column {
max-width: 90%;
margin-bottom: 20px;
padding-left:40px;
padding-right: 40px;
}
.solar-column-red {
max-width: 90%;
margin-bottom: 20px;
padding-left:40px;
padding-right: 40px;
}
.solar-center-column {
margin-top: 0px;
}
.solar-heading {
font-size: 1.7rem;
}
.solar-item {
font-size: 1rem;
line-height: 1.5;
}
.solar-list{
margin-left: 0px;
}
}
@media (max-width: 768px) {
.reviews-container {
flex-direction: column;
align-items: center;
}
.review-box {
width: 90%;
}
}
@media (max-width: 1200px) {
.fullscreen-bg {
background-image: url('../images/solar-install-large.jpg');
}
}
@media (max-width: 768px) {
.fullscreen-bg {
background-image: url('../images/solar-install-medium.jpg');
}
}
@media (max-width: 500px) {
.fullscreen-bg {
background-image: url('../images/solar-install-small.webp');
}
}
footer {
background-color: #333;
color: white;
text-align: center;
padding: 20px 0;
width: 100%;
}
@media (max-width: 768px) {
.content {
padding: 10px;
}
}
.flex-message-container {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: flex-start;
color: #ffffff;
margin-bottom: 20px;
}
.flex-message-image {
max-width: 150px;
margin-right: 20px;
margin-bottom: 10px;
}
.flex-message-text {
flex: 1;
margin: 0;
}
@media (max-width: 600px) {
.flex-message-container {
flex-direction: column;
}
.flex-message-image {
margin-right: 0;
max-width: 100%;
}
.flex-message-text {
text-align: left;
}
}