*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body {
  font-family: "Poppins", sans-serif;
  background-color:#f6f9fb;
  letter-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-style: normal;
}
h1 span,h2 span,h3 span,h4 span,h5 span,h6 span, p span{
    font-style: italic;

}
p{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
img{
    width:100%;
}
.container {
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px; 
}
.container.header-wrap {
  display: flex;
  justify-content: space-between;
}
.right-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  font-family: "Poppins", sans-serif;
  padding-bottom: 10px;
}
.right-info a, .right-info span {
  color: #005387;
  font-size: 15px;
  font-family: 'Poppins';
}
.logo_left_content {
  padding-top: 20px;
}
section.solor_nav {
  /* background: radial-gradient(circle at top left, #0a1dff57, #00aeef9e, #003b5bd9); */
  background: radial-gradient(circle at top left, #0a1dff29, #03baff00, #00a5ff61)
}
.logo_img {
  display: flex;
  justify-content: center;
  align-items: center;
  gap:15px;
}
.logo_left_content p {
  line-height: 18px;
  font-size: 15px;
  color: #005387;
  font-weight: 500;
}
.solor_nav img {
  max-width: 100px;
  max-height: 80px;
}
section.hero_banner {
    background-image: url('../images/image.png');
    width: 100%;
    height: 100vh;
}
section.solor_from {
    padding: 60px 0;
}
  .solar-section {
    padding: 40px 20px;
  }
  
  
.solar-wrapper {
    display: flex;
    gap: 30px;
  }
  .solar-left {
    width: 50%;
}
.solar-left img {
  width: 100%;
  max-width: 640px;
  border-radius: 12px;
  min-height: 460px;
  object-fit: cover;
}
img.slide-img {
  max-height: 400px;
}
.solar-left .owl-dots {
  display: none;
}
.solor_from .owl-stage, .owl-item {
  display: flex;
}
.solar-right {
    width:50%;
    min-width: 320px;
    box-shadow: 0 8px 24px rgba(0, 83, 135, 0.15);
    border-radius: 20px;
}
.solar-form {
  background: #fff;
  border-radius: 20px;
  padding: 30px 30px 30px 30px;
}
  
  .form-group {
    margin-bottom: 15px;
  }
  
  label {
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
  }
  
  .required {
    color: red;
  }
  .bill-option input[type="radio"] {
    display: none;
  }
  
  .bill-option {
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s ease;
    color: #000;
    padding: 10px 18px;
  }

  input[type="text"],
  input[type="email"],
  input[type="tel"],
  textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 14px;
  }
  
  .bill-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
  }
  
  .bill-option {
    padding: 10px 18px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s ease;
  }
  .bill-option:hover, .bill-option.selected {
    background-color: #005387;
    color: #fff;
    border-color: #005387;
}
  .tooltip-icon {
    display: inline-block;
    background-color: #ddd;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    margin-left: 6px;
    position: relative;
    cursor: pointer;
  }
  
  .tooltip-icon::after {
    content: 'Consider bills for the last 12 months of all electricity meters.';
    position: absolute;
    background: #333;
    color: #fff;
    font-size: 12px;
    padding: 8px 10px;
    border-radius: 4px;
    white-space: nowrap;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    transition: 0.2s;
    z-index: 10;
  }
  
  .tooltip-icon:hover::after {
    opacity: 1;
  }
  
  .terms {
    font-size: 13px;
    /* padding-top: 25px; */
  }
  
  .submit-btn {
    /* background-color: #001858; */
    color: white;
    padding: 12px 20px;
    font-size: 15px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    background: linear-gradient(135deg, #005387, #00AEEF);
    transition: .5s ease;
}
.submit-btn:hover {
  background: linear-gradient(135deg, #003b5f, #00729d);
}
section.solar-section h3 {
    color: #005387;
    font-size: 40px;
    line-height: 100%;
}
section.solar-section p {
    color: #005584;
    font-size: 18px;
    line-height: 140%;
    padding: 10px 0 20px;
}

/* solor panel work css start */
.solor_panel_work {
  position: relative;
  background-image: url('../images/bg1.jpg');
  width: 100%;
  min-height: 450px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  overflow: hidden;
}
  .solor_panel_work::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(to right bottom, rgb(13 12 12), rgba(255, 0, 0, 0));
    z-index: 2;
  }
  .bill-option input[type="radio"] {
    display: none;
  }
  .bill-option:has(input:checked) {
    background-color: #005387;
    color: #fff;
    border-color: #005387;
  }
  /* Ensure content stays above the overlay */
  .solor_panel_work_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;  
    position: relative;
    z-index: 3;
    color: #FFB400;
    max-width: 1150px;
    margin: 0 auto;
}
.right_col_content h3, .left_col_content h3 {
    font-size: 40px;
}
.left_col_image {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 450px;
}
.lefy_col_img_content img {
  display: inline-block;
  width: 100px;
  height: 100px;
  padding: 10px;
  background: radial-gradient(circle, #fff7e0 0%, #ffe39c 100%);
  box-shadow: 0 0 8px rgba(255, 180, 0, 0.2);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  border-radius: 100%;
}

.lefy_col_img_content:hover img {
  transform: scale(1.12);
  box-shadow: 0 10px 25px rgba(255, 180, 0, 0.4);
}
.lefy_col_img_content p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.left_col_content p, .right_col_content p {
  padding: 10px 0;
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
}
.left_col_content{
  position: relative;
}
.left_col_content:before {
  content: "";
  background: url('../images/solar_divide.png') no-repeat;
  width: 100px;
  height: 360px;
  position: absolute;
  left: -25%;
  top: -40%;
}

/* advantage section css start */
section.solar_panel_advantage {
  padding: 60px 0;
}

.solar_panel_advantage h3 {
  font-size: 40px;
  color: #005584;
  padding-bottom: 30px;
  text-align: center;
  position: relative;
}

.solar_panel_advantage h3::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: #ff9900;
  margin: 10px auto 0;
  border-radius: 2px;
}

.solar_panel_advantage_content {
  display: flex;
  gap: 32px 24px;
  justify-content: center;
}
.advantage_content {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  padding: 24px 15px;
  max-width: 300px;
  text-align: center;
  transition: transform 0.4s ease, box-shadow 0.3s ease;
  opacity: 0;
  transform: translateY(50px) scale(1);
  animation: fadeInUp 0.8s forwards;
}
.advantage_content:nth-child(2) {
  animation-delay: 0.1s;
}
.advantage_content:nth-child(3) {
  animation-delay: 0.2s;
}
.advantage_content:nth-child(4) {
  animation-delay: 0.3s;
}
.advantage_content:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 12px 40px rgb(255 153 0 / 15%);
}

.advantage_img img {
  height: 110px;
  width: 110px;
  border-radius: 50%;
  object-fit: none;
  transition: transform 0.4s ease;
  box-shadow: 0px 4px 27px rgba(255, 153, 0, 0.48);
  background: #ffb133;
  margin-bottom: 15px;
}

.advantage_content:hover .advantage_img img {
  transform: scale(1.1);
}

.advantage_text h4 {
  font-size: 22px;
  color: #003b5b;
  margin-bottom: 10px;
}

.advantage_text p {
  font-size: 16px;
  color: #555;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* footer css start */
footer.site-footer {
  text-align: center;
  padding: 25px 0;
  border-top: 1px solid #003c59;
  cursor: pointer;
}
footer.site-footer p {
  color: #003c59;
  font-size: 18px;
}
@media (max-width :1024px){
  .left_col_content:before {
    left: -11%;
}
  .solar_panel_advantage_content {
    gap: 32px 15px;
}
  .advantage_img img {
    height: 100px;
    width: 100px;
    margin-bottom: 10px;
}
  .advantage_text h4 {
    font-size: 16px;
    color: #003b5b;
    margin-bottom: 10px;
}
  .advantage_text p {
    font-size: 14px;
    color: #555;
}
}
@media (max-width:768px){
  .left_col_content:before {
   display:none;
}
  .solar-wrapper {
    flex-wrap: wrap;
}
.solar-left, .solar-right {
  width: 100%;
}
.solar-left img {
  margin: 0 auto;
  max-width:680px;
}
section.solar-section h3, .solar_panel_advantage h3 {
  font-size: 35px;
}
section.solar-section p {
  font-size: 17px;
  padding: 10px 0;
}
.left_col_content p, .right_col_content p {
  padding: 10px 0;
  font-size: 23px;
}
.lefy_col_img_content img {
  width: 80px;
  height: 80px;
}
.lefy_col_img_content p {
  font-size: 18px;
}
.right_col_content h3, .left_col_content h3 {
  font-size: 35px;
}
section.solar_panel_advantage {
  padding: 40px 0;
}
.solar_panel_advantage_content {
  flex-wrap: wrap;
}
}
@media (max-width:480px){
  .right-info a, .right-info span {
    font-size: 12px;
}
  .logo_left_content p {
    font-size: 14px;
}
.logo_left_content {
  padding-top: 15px;
}
  .solor_nav img {
    max-width: 70px;
  }
  .right-info {
    font-size: 12px;
    padding-bottom: 15px;
  }
  img.slide-img {
    max-height: 250px;
  }
  .solar-left img {
    min-height: 250px;
  }
  .form-group {
    margin-bottom: 10px;
  }
  .solar-form {
    padding: 15px 15px 15px 15px;
  }
    .container{
      padding: 0 15px;
    }
    .solar-section {
      padding: 20px 0 20px 0;
  }
  .solar-wrapper {
    gap: 20px;
  }
  .right_col_content h3, .left_col_content h3 {
    font-size: 30px;
    text-align: center;
  }
  .solor_panel_work_content {
    justify-content: center;
  }
  .left_col_image {
    justify-content: center;
  }
  section.solar-section p {
    font-size: 14px;
  }
  .solor_panel_work_content {
    flex-wrap: wrap;
  }
  .right_col_content h3, .left_col_content h3 {
    font-size: 30px;
  }
  .left_col_content p, .right_col_content p {
    font-size: 18px;
    margin-bottom: 0;
    text-align: center;
    max-width: 300px;
  }
  .tooltip-icon::after {
    font-size: 10px;
    transform: translateX(-80%);
  }
  footer.site-footer p {
    font-size: 14px;
  }
  footer.site-footer {
    padding: 20px 0;
  }
  .solar_panel_advantage_content {
    gap: 15px 15px;
  }
  }

  @media (max-width:375px){
    .logo_left_content p {
      font-size: 12px;
  }
  .logo_img {
    gap: 10px;
}
    section.solar-section h3, .solar_panel_advantage h3 {
      font-size: 25px;
  }
  .left_col_image {
    gap: 15px;
  }
  label {
    font-size: 14px;
  }
  .bill-option {
    font-size: 12px;
  }
  .tooltip-icon::after {
    transform: translateX(-85%);
}
}
@media (max-width : 360px){
  .bill-options {
    gap: 2px;
  }
}