@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;
}

/*************************************** 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{
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)), url(/assets/images/about-image/banner-bg-img.png);
    height: 65vh;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 26px 0;
    text-align: center;
}
.banner h1{
    font-size: 60px;
    color: #fff;
    margin-top: 30px;
}

@media (max-width: 768px){
.banner h1{
  font-size: 40px;
}
}
@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;
}



/******************************** WELCOME TO RK SOLAR ENERGY *********************************/
/* MAIN LAYOUT */
.intro {
  display: flex;
  gap: 40px;
  align-items: center;
  padding: 60px 40px;
}

.intro-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.welcome-1 small {
  color: #155DFC;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
}

/* BUTTONS */
.onBtn {
  display: flex;
  gap: 15px;
  width: 100%;
  margin-top: 15px;
  border-radius: 10px;
}
.onBtn button {
  padding: 10px 15px;
  border-radius: 20px;
  /* background-color: #1369d8; */
  margin-left: 10px;
  /* background: #eaeaea; */
  border: none;
  cursor: pointer;
  font-weight: 500;
}

.onBtn button.active {
  background-color: #101F9D;
  color: #fff;
}

.content-style {
  color: #4A5565;
  line-height: 1.5;
}

/* CONTENT */
.welcome-2 p+p{
 
  margin-: 21px;
}
.intro-right {
  flex: 1;
}
.intro-right img {
  width: 100%;
  height: 67vh;
  object-fit: contain;
}


/****************************** 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;
}


/******************************** BUSINESS ENERGY *******************************/
.business {
  padding: 38px 40px;
  text-align: center;
}
.business > small {
  color: #155DFC;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
}
.business > p {
  max-width: 78%;
  margin: 0 auto 40px;
  color: #4A5565;
  line-height: 1.7;
}
.business-main {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.stream {
  display: flex;
  gap: 30px;
}
.stream > div {
  flex: 1;
  background: #fff;
  padding: 25px;
  border-radius: 7px;
  text-align: left;
  border: 1px solid #E5E7EB;
}
.stream > div > div {
  width: 40px;
  height: 40px;
  background: #DBEAFE;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.stream img {
  width: 20px;
}
.stream h4 {
  margin-bottom: 10px;
  font-size: 19.5px;
  color: #0A0A0A;
}
.stream p {
  font-size: 16px;
  color: #4A5565;
  line-height: 1.6;
}

/************************* PERFORMANCE *************************/
.performance{
  width: 90%;
  margin: 30px auto;
  padding: 27px ;
  background: #f8f5f5;
  border: 1px solid #E5E7EB;
  border-radius: 13px;
}
.performance-main {
  max-width: 1100px;
  margin: auto;
  display: flex;
  gap: 30px 40px;
}
.performance-main-left,.performance-main-right{
  width: 50%;
}
.label-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #364153;
  margin-bottom: 12px;
  margin-top: 25px;
}
.percent {
  color: #155DFC;
  font-weight: 600;
}
.progress-bar {
  width: 100%;
  height: 8px;
  background: #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
}
.progress-fill {
  height: 100%;
  background: #030213;
  border-radius: 10px;
}

/************************************* 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;
}


.blog{
background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)), url(https://images.unsplash.com/photo-1522202176988-66273c2fd55f?auto=format&fit=crop&w=1600&q=60);
}

/************************************
        FAQ PAGE STYLES
************************************/

.faq-page {
  background: #F9FAFB;
  padding: 70px 0;
}

.faq-container {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}

/* heading */
.faq-heading {
  text-align: center;
  margin-bottom: 40px;
}

.faq-heading small {
  color: #101F9D;
  font-weight: 600;
  letter-spacing: 1px;
}

.faq-heading h2 {
  font-size: 36px;
  color: #1C1632;
  margin: 10px 0;
}

.faq-heading p {
  color: #717182;
  font-size: 15px;
  max-width: 600px;
  margin: auto;
}

/* faq list */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* single item */
.faq-item {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0px 10px 30px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: all 0.35s ease;
}

/* question */
.faq-question {
  padding: 20px 24px;
  font-size: 17px;
  font-weight: 600;
  color: #1C1632;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
}

.faq-question span {
  font-size: 24px;
  color: #101F9D;
  transition: transform 0.3s ease;
}

/* answer */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 24px;
  color: #717182;
  font-size: 15px;
  line-height: 1.7;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

/* active state */
.faq-item.active {
  background: linear-gradient(180deg, #ffffff, #f4f6ff);
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 0 24px 22px;
}

.faq-item.active .faq-question span {
  transform: rotate(45deg);
}

/* hover */
.faq-question:hover {
  background: rgba(16, 31, 157, 0.05);
}

/************************************
        RESPONSIVE
************************************/

@media (max-width: 768px) {
  .faq-heading h2 {
    font-size: 28px;
  }

  .faq-question {
    font-size: 16px;
    padding: 18px 20px;
  }

  .faq-answer {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .faq-heading h2 {
    font-size: 24px;
  }

  .faq-question {
    font-size: 15px;
  }
}
