@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}
.active-nav-btn{
  color: #0033cc;
}

h2{
  color: #1C1632;
  font-size: 35px;
  margin-top: 10px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 8px;
}
.solar-1 h2{
  text-align: left;
}
.optimal-h2 span{
    color: #101F9D;
}

/*************************************** FIRST NAVIGATION BAR ********************************/
nav{
    background-color: #101F9D;
    color: #fff;
}
#lang option{
  color: #000;
}
nav hr{
    width: 2px;
    height: 34px;
    border: none;
    background-color: #1ABDFE;
    margin: 0 20px;
}
.navbar{
    display: flex;
    padding: 15px 0;
    align-items: center;
    justify-content: space-between;
    width: 92%;
    margin: auto;
}
.nav-left, .nav-right{
    display: flex;
    gap: 9px;
}
nav p{
    font-size: 14px;
}
nav img{
    height: 18px;
    width: 18px;
    object-fit: contain;
}
.navbar-left{
    display: flex;
    align-items: center;
}
#lang{
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 15px;
}
.navbar-right{
    display: flex;
}
.fa-brands{
    color: white;
    background-color: transparent;
}
.nav-links a:hover{
    opacity: 0;
    transition: 0.6s;
}
.nav-links{
    display: flex;
    gap: 15px;
    align-items: center;
}
.nav-links img{
    height: 16px;
    width: 14px;
}

/************************************** BANNER *******************************/
.banner-section{
background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)),
              url(/assets/images/landing-page-image/banner.png);
     min-height: 90vh;
  background-size: cover;
  background-position: center;
  padding-top: 20px;
}
.banner{
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 30px;
}
.landing-banner{
  width: 60%;
  padding: 25px 0;
}
.banner p{
  font-size: 15px;
  color: #F3F4F6;
  margin-bottom: 20px;
}
.banner h1{
    font-size: 60px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 15px;
}
.nowBtn{
  background: linear-gradient(90deg, #101F9D 0%, #1ABDFE 132.55%);
  font-size: 18px;
  padding: 16px 30px;
  border-radius: 10px;
  border: none;
  color: #fff;
}
@media (max-width: 1024px){
.banner h1{
  font-size: 40px;
}
}
@media (max-width: 768px){
.banner h1{
  font-size: 30px;
}
}
@media (max-width: 428px){
.banner h1{
  font-size: 28px;
}
}

.fa-solid{
  color: #000; 
  margin-right: 8px;
}
.fa-house{
  color: #fff;
}
.content{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
}
.content a{
    text-decoration: none;
    font-size: 14px;
    color: #FFFFFFCC;
}
.vector{
    height: 10px;
    margin: 0 10px;
}

/* FORM */
.form-div {
  width: 40%;
  margin-top: 3%;
}
.form-div form {
    width: 100%;
  padding: 22px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 22px 45px -10px rgba(0,0,0,0.25);
}
form input, form select, form textarea{
  width: 100%;
  background-color: #F3F3F5;
  border: 1px solid #f3f3f3;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 12px;
  font-size: 14px;
}
.banner-form-button{
  width: 100%;
    background: linear-gradient(90deg, #101F9D 0%, #1ABDFE 132.55%);
  color: #fff;
  padding: 15px;
  border-radius: 8px;
  font-size: 16px;
  border: none;
}
form label{
  font-size: 13px;
  color: #0A0A0A;
  font-weight: 600;
}

/******************************** GOVERNMENT ******************************/

.govrn-main{
    text-align: center;
    width: 200px;
}
.govrn-main img{
    width: 40px;
    height: 40px;
}
.govrn-main h3{
    font-size: 30px;
    color: #0A0A0A;
    margin: 17px 0;
}
.stats{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 20px 0;
    row-gap: 20px;
}

/*************************** SOLAR ENERGY ***************************/
.sand{
    background-color: #F9FAFB;
    padding: 40px 0;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.sand-main{
    display: flex;
    width: 90%;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
}
.solar-panel h4{
    font-size: 20px;
    margin-bottom: 5px;
}
.solar-panel img{
    width: 50px;
    height: 50px;
}
.sand-main-two{
  width: 40%;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 50px;
  height: 80vh;           
  display: flex;
  align-items: center;
  justify-content: center;
}
.sand-main-two img{
  border-bottom-right-radius: 50px;
  border-top-left-radius: 50px;
  width: 100%;
  height: 100%;
  object-fit: cover;  
  
}
.sand-main-one{
    padding: 20px;
    width: 60%;
}
.solar-panel p{
  color: #717182;
    line-height: 20px;
}
.solar-panel{
  display: flex;
  gap: 20px;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 10px;
    box-shadow: 0px 1.01px 3.03px 0px #0000001A;
    background-color: #fff;
}

/**************************** SOLAR SOLUTION ***************************/
.solution-main{
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  justify-content: space-around;
  margin-bottom: 20px;
  row-gap: 20px;
}
.solution{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sol-icon img{
  height: 40px;
  width: 40px;
}
.solution-card > div{
  width: 250px;
  height: 210px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.solution-card > div:first-child img{
  width: 100%;
  height: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.sol-icon{
  background-color: #F9FAFB;
  padding: 20px;
}
.sol-icon h4{
  font-size: 19px;
  margin: 10px 0;
}


    /****************************** TRANSPARENT STEPS ***********************/
.transparent{
  background-color: #F9FAFB;
  padding-top: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  
}
.transparent-main{
  display: flex;
  justify-content: center;
  width: 90%;
  margin-top: 30px;
  padding-bottom: 30px;
  flex-wrap: wrap;
  gap: 40px;
}
.circle{
  position: relative;
      height: 75px;
    background-color: #101F9D;
    color: #fff;
    width: 75px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}
.circle1{
  position: absolute;
  top: -9px;
  left: -19px;
  height: 40px;
  width: 52px;
}
.circle2{
  position: absolute;
  top: 56px;
  left: 40px;
  height: 33px;
  width: 33px;
}
.trans-card h4{
  font-size: 21px; margin: 15px 0;
}
.trans-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 250px;
}

/************************** GALLERY *************************/

.gallery-section{
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #F0F8FF;
}
.galleryy{
  display: flex;
  gap: 20px;
}
.gall-img{
  flex: 1;
  border-radius: 15px;
  overflow: hidden;
  height: 240px;
  box-shadow: 0px 4px 15px 0px #007BFF33;

}
.gall-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery-content{
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-top: 30px;
    margin-bottom: 30px;
    row-gap: 22px;
}
.optimal{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    align-items: center;
}

/*************************** RECENT PROJECT DIV ****************************/

.iconimg{
  width: 24px;
}
.projectimg{
  width: 100%;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.loc{
    align-items: center;
    display: flex;
    gap: 10px;
    margin-top: 11px;
}
.project{
  border-radius: 14px;
  background-color: #FFFFFF;
  width: 230px;
  box-shadow: 1px 6px 13px 1px #00000059;
  border: 1px solid #E2E8F0;
}
.recent{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.optimall{
    margin-top: 30px;
}
.project-content{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-top: 30px;
  margin-bottom: 30px;
  gap: 50px;
}
.conntent{
  padding: 10px 20px;
}
.conntent h4{
  font-size: 18px;
  color: #0F172B;
}
.systemm{
  font-size: 14px;
  color: #45556C;
}
.system{
  color: #155DFC;
  font-weight: 600;
  margin-top: 10px;
}


/****************************** WHY CHOOSE US *******************************/
.choose {
  display: flex;
  gap: 40px;
  padding: 60px 40px;
  align-items: center;
  background-color: rgb(240, 238, 238);
}
.hr-img-right{
  margin-left: 13px;
    width: 46px;
    transform: scaleX(-1);
}
/* LEFT */
.choose-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.solar-1 small {
  color: #101F9D;
  font-size: 24px;
  font-weight: 600;
}
.solar-1 p{
    color: #434141;
    line-height: 24px;
    font-size: 17.4px;
}
.expertise-1{
  display: flex;
  gap: 50px;
  align-items: center;
}
.expertise-1 img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}
.expertise-2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.expertise-2 p {
  margin: 6px 0;
  color: #4A5565;
  display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 17px;
}
.expertise-2 div:last-child {
  display: flex;
  align-items: center;
      gap: 20px;
    margin-top: 25px;
    margin-left: 20px;
}
.expertise-12 button {
  background: #101F9D;
  color: #fff;
  border: none;
  padding: 18px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 17px;
  margin-top: 15px;
}
.emer img{
    height: 24px;
    width: 24px;
}
.emer p{
      display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.numnum img{
    height: 50px;
}
.expertise-2 span {
  background: #fde2d8;
  border-radius: 50%;
  padding: 10px;
  font-size: 18px;
}

/* RIGHT FORM */
.choose-right {
  flex: 1;
}
.choose-right form {
  background: #101F9D;
  padding: 40px;
  border-radius: 5px;
  color: #fff;
}
.choose-right h3 {
  margin-bottom: 31px;
  font-weight: 600;
}
.choose-right input, .choose-right select, .choose-right textarea {
  width: 100%;
  margin-bottom: 15px;
  padding: 12px;
  border-radius: 2px;
  border: none;
}
.input-box{
    position: relative;
}
.input-box img{
    position: absolute;
  right: 12px;
  top: 36%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  pointer-events: none;
}
.comment img{
    top: 18%;
}
.choose-right button {
  padding: 12px 35px;
  display: block;
  margin: auto;
 background: linear-gradient(90deg, #101F9D 0%, #1ABDFE 132.55%);
  border: none;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  font-size: 17.2px;
  box-shadow: 3px -1px 9px 0px #FFFFFF59;
}

/******************************SLIDER SECTION ***********************/
.testimonial-section {
  padding: 20px 0;
  background-color: #ffffff;
  text-align: center;
}
 .testimonial-container {
  width: 70%;
  margin: auto;
}
.testimonial-section .slider_adjust{
  width: 70%;
  margin: auto;
}
.testimonial-heading h4 {
  font-size: 18px;
  color: #0033cc;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}
.testimonial-heading h4::before, .testimonial-heading h4::after {
  content: "";
  position: absolute;
  top: 62%;
  width: 40px;
  height: 2px;
  background-color: #0033cc;
}
.testimonial-heading h4::before {
  left: -50px;
}
.testimonial-heading h4::after {
  right: -50px;
}
.testimonial-heading p {
  font-size: 20px;
  color: #1C1632;
  margin-bottom: 23px;
  font-weight: 700;
}
.client-image-box {
  margin-bottom: 30px;
}
.client-image-box img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
  box-shadow: 0px 5px 15px 0px #007BFF33;
}
.testimonial-text p {
  font-size: 20px;
  line-height: 26px;
  color: #555555;
  margin-bottom: 15px;
}
.testimonial-text h5 {
  font-size: 20px;
  color: #0D6EFD;
  font-weight: 700;
} 
 .testimonial-section .owl-carousel .owl-item img {
    display: inline!important;
    width: 9%!important;
} 
.testimonial-section .owl-carousel .client-image-box img {
  width: 180px !important;
}
 .testimonial-section .owl-carousel .owl-nav button.owl-prev{
  align-items: center;
    display: flex;
    font-size: 38px;
    justify-content: center;
    position: absolute;
    left: -100px;
    top: 50%;
    width: 32px;
    height: 32px;
    background-color: #0D6EFD;
    border-radius: 50%;
    color: #fff;
}
.testimonial-section .owl-carousel .owl-nav button.owl-next{
  align-items: center;
    display: flex;
    font-size: 38px;
    justify-content: center;
    position: absolute;
    right: -100px;
    top: 50%;
    width: 32px;
    height: 32px;
    background-color: #0D6EFD;
    border-radius: 50%;
    color: #fff;
}




/************************************* FOOTER *******************************/
.footer{
  background-color: #101F9D;
  padding: 40px 0;
}
.footer-main{
  display: flex;
  gap: 20px;
  width: 90%;
  margin: auto;
}
.footer-main h5{
  font-size: 22px;
  color: #E2E2E2;
  margin-bottom: 20px;
}
.energy{
  width: 35%;
}
.energy h4{
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 11px;
}
.footer-main p{
  color: #E2E2E2;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}
.num{
  display: flex;
  gap: 12px;
  align-items: center;
}
.num img{
 width: 22px;
    margin-top: -17px;
}
.quick{
  width: 15%;
}
.offerr{
  width: 20%;
}
.touch{
  width: 30%;
}
.footer-2{
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.footer a{
  color: #1ABDFE;
  font-size: 18px;
}
.footer p{
  color: #E2E2E2;
  font-size: 18px;
}
.footer-links{
  display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-links a{
  text-decoration: none;
    color: #fff;
}
.call-num a{
  color: #fff;
  text-decoration: none;
}
.touch h5{
  margin-bottom: 27px;
}

/* ================= DYNAMIC CONTACT FORM ================= */

.dynamic-form {
  width: 100%;
}

/* tabs */
.dynamic-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
}

.dyn-tab {
  flex: 1;
  padding: 10px;
  border-radius: 25px;
  border: none;
  background: #EEF2FF;
  color: #1C1632;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
}

.dyn-tab.active {
  background: #101F9D;
  color: #fff;
}

/* inputs */
.dynamic-form label {
  font-size: 13px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.dynamic-form input,
.dynamic-form select {
  width: 100%;
  background-color: #F3F3F5;
  border: 1px solid #f3f3f3;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 14px;
  font-size: 14px;
}

/* bill buttons */
.bill-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}

.bill-options button {
  padding: 8px 14px;
  border-radius: 20px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 13px;
  cursor: pointer;
}

.bill-options button.active {
  background: #101F9D;
  color: #fff;
  border-color: #101F9D;
}

/* selective 2-column rows */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 12px;
}

@media (max-width: 600px) {
  .two-col {
    grid-template-columns: 1fr;
  }
}


