

body{
  font-family: 'Poppins', sans-serif;
}

.container, .row {
  max-width: 100%;
}
h1, h2,h3,h4,h5,h6
{
    font-family: "Poppins", sans-serif;
}
p, ul li{
  font-family: "Open Sans", sans-serif;
}
.pt-100
{
  padding-top:100px;
}
.mt-100
{
  margin-top:100px;
}
.pb-50
{
  padding-bottom:50px;
}
.nav-item a{
  text-decoration: none !important;
   border-bottom: 2px solid transparent;
}

.nav-link
{
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}
.nav-item a:hover
{
  color:#ff8503 !important;
  border-bottom:2px solid #f57c00 !important;
}
.nav-number
{
  color:#f57c00 !important;
  text-decoration:none !important;
}
.navbar{
  position: sticky !important;
  top: 0;
  z-index: 999;
  background-color: #fff;
}
 
     .nav-btn {
      background-color: #f57c00;
      color: white;
      border: none;
      padding: 8px 16px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-weight: 500;
      text-decoration: none;
    }

    .icon-circle {
      background: white;
      color: #f57c00;
      border-radius: 50%;
      width: 28px;
      height: 28px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
    }

    .nav-btn:hover {
      background-color: #da6e02;
      text-decoration: none;
    }
 
  
.btn-cta {
     padding: 10px 15px !important;
    font-size: 16px !important;
    border-radius: 30px !important;
    background: white !important;
    color:#f57c00 !important;
    border: none !important;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase !important;
    display: inline-flex;
    gap: 8px;
    text-align: center;
    align-items: center;    
}









.hero-banner {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.carousel-item {
  height: 85vh;
  background-size: cover;
  background-position: center;
}

.hero-overlay {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-content {
  color: #fff;
  padding: 20px;
  max-width: 815px;
}

.hero-content h1 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 20px;
  margin-bottom: 30px;
}

.hero-buttons a {
  margin: 0 10px;
  padding: 12px 30px;
  font-weight: 600;
  font-size: 18px;
  border-radius: 6px;
  text-decoration: none;
}

.hero-btn1 {
  background-color: #f57c00;
  color: white;
}

.hero-btn2 {
  border: 1px solid white;
  color: white;
}

.carousel-indicators button {
  background-color: #fff !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  opacity: 0.7 !important;
}
.carousel-indicators .active {
  opacity: 1;
  color:white !important
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 100% 100%;
  color:white !important
}




    .process-main
    {
      font-size: 40px;
      font-weight: 700;
    }
  .process-num {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #f57c00;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 18px;
    }
  

   .p-num1 {
  background-color: #9cf9c5;
    color: white;
}

.p-num2 {
  background-color: #92e8fc;
  color: white;
}

.p-num3{
  background-color: #b5b5ff;
    color: white;
}

.p-num4 {
  background-color: #fbb7b7;
  color: white;
}

    .proces-right {
      text-align: right;
      margin-left: auto;
    }

    .process-title {
      font-weight: 600;
      margin-bottom: 10px;
      font-size:20px;
    }

    .process-txt {
      color: #555;
      font-size: 16px;
    }

    .process-img {
      object-fit: cover;
      text-align: center;
    border-radius: 10px;
    }
  
/* solution start */
    .image-box {
      position: relative;
      overflow: hidden;
      border-radius: 10px;
    }

    .info-overlay {
      position: absolute;
      left: 45px;
      background: white;
      padding: 12px 16px;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      font-weight: 500;
      font-size: 14px;
    }
    .info-overlay p{
      font-size:13px;
        color: #2d2d2d;
    }

    .sol-icon1
    {
      background-color:rgb(255, 228, 208);
      color: #ef7a03;
    }
     .sol-icon2
    {
      background-color:#ff707054;
      color: #ff0707;
    }
     .sol-icon3
    {
      background-color:rgb(210 255 209);
      color: #4bff47;
    }
     .sol-icon4
    {
      background-color:rgb(208 241 255);
      color: #2cbcf9;
    }

     .solution-main h3{
      font-size: 40px;
    font-weight: 600;
     }
     .solution-main p{
    color: #706f6f;
    font-size: 16px;
    margin-bottom: 10px;
     }
    .solution-icon {
     width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 18px;
    margin-bottom: 12px;
    }
  .solution-rght h6
  {
    font-size: 18px;
    font-weight: 500;
  }
    .solution-rght p
  {
    font-size: 15px;
    color: #706f6f;
  }
    .solution-card {
      gap: 12px;
    }

        .sustainability-icon {
      /* width: 55px;
      height: 55px;
      background-color: #f57c0026; */
      color: #f57c00;
      display: flex;
      align-items: center;
      justify-content: start;
      border-radius: 50%;
      font-size: 25px;
    }

    .sustainability-card {
      background-color: #f57c000d;
      border-radius: 8px;
      padding: 30px 40px;
      height: 100%;
      transition: transform 0.3s ease;
    }

    .sustainability-card:nth-child(2) {
      background-color: #f2fbf4;
    }

    .sustainability-title {
      font-size: 26px;
      font-weight: 600;
      margin-bottom: 10px;
    }

    .sustainability-text {
      color: #666;
      font-size: 17px;;
    }
     .sustainability-main h2{
      font-size:40px;
      font-weight:700;
      margin-bottom:15px;
     }
     .sustainability-main p
     {
      font-size:17px;
      font-weight:500;
      color:#666;
      margin-bottom:20px;
     }
 .process
 {
  background-color:#f57c0017;
 }

 /* join */
 .join-main h2{
    font-size: 40px;
    font-weight: 700;
 }
.join-box {
      border: 1px solid #e0e0e0;
      border-radius: 12px;
      padding: 30px;
      display: flex;
      align-items: start;
      gap: 15px;
    }

    .join-box i {
      font-size: 24px;
      color: #f57c00;
      margin-top: 10px;
    }

    .join-title {
      font-weight: 600;
      margin-bottom: 5px;
      font-size:20px;
    }

    .learn-btn {
      color: #f57c00;
      font-weight: 500;
      text-decoration: none;
    }

    .learn-btn i {
      margin-left: 5px;
    }
     
  .footer-hero {
      position: relative;
      background: url('../images/footer-bg.png') no-repeat center center/cover;
      border-radius: 10px;
      color: white;
      overflow: hidden;
      height: 480px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .footer-hero::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgb(25 48 116 / 73%);
      z-index: 1;
    }

    .footer-content {
      position: relative;
      z-index: 2;
      text-align: center;
      padding: 20px;
    }

    .footer-content h1 {
      font-weight: 700;
      font-size: 40px;
    }

    .footer-content p {
      font-size: 22px;
      margin-top: 10px;
      font-weight:600;
    }

    .quick-stats {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
  flex-wrap: wrap;
  color: #fff;
  text-align: center;
}

.quick-stats div {
  min-width: 120px;
}

.quick-stats h3 {
  font-size: 33px;
  margin: 0;
  font-weight: 700;
}

.quick-stats p {
  margin: 5px 0 0;
  font-size: 16px;
  opacity: 0.9;
}



    .solar-footer {
     background-color: #f57c0012;
    background-size: contain;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif !important;
    color: black;
    }

    .footer-info p{
      font-size:15px;
      color:black;
      font-weight:500;
    }
  .footer-info h5{
  font-size:15px;
  color:black;
  font-weight:600;
  }
.footer-links h5
{
   font-weight:600;
   font-size:16px;
   margin-bottom:15px;

}
.footer-links ul li{
  
  margin-bottom:15px;
}
.footer-links ul li a{
  font-size:14px;
  font-weight:500;
  color:#515151;
  text-decoration:none;
  font-family: 'Roboto', sans-serif !important;
}
.footer-links ul li :hover{
  
  color:#f57c00;
}
.social-icons a
{
  text-decoration:none ;
}
.social-icons img{
 width:30px;
 height:auto;
}




    .footer-title {
      font-weight: 600;
      margin-bottom: 15px;
      font-size:18px;
    }

    .footer-link {
      color: #333;
      text-decoration: none;
      display: block;
      margin-bottom: 8px;
      font-size:16px;
    }

    .footer-link:hover {
      color: #f57c00;
    }
    .footer-end
    {
      border-top:1px solid #dddddd;
    }
    



    @media (max-width: 768px) {
       .pt-100
      {
        padding-top:40px;
      }.mt-100
      {
        margin-top:30px;
      }
      .hero-content h1 {
        font-size: 2rem;
      }
      .hero-content p {
        font-size: 1rem;
      }
      .glass-card
      {
        right: 4rem;
      }
        .bottom-banner-row {
        flex-direction: column !important;
        align-items: flex-start !important;
      }
      .hero-banner {
        padding-bottom: 5rem;
      }
      .step-col {
        margin-bottom: 30px;
      }

      .center-image {
        margin-bottom: 30px;
      }
      .proces-right
      {
         text-align: start !important;
        margin: inherit;
        margin-bottom: 10px;
      }
   
      .bottom-banner-row {
        flex-direction: column;
        align-items: flex-start;
      }

      .glass-card,
      .info-badges {
        margin:0 auto;
      }

      .glass-card {
        justify-content: space-between;
      }
      .footer-hero
      {
        height:auto;
      }

       .banner-text {
        left: 5%;
        right: 5%;
        max-width: 100%;
      }
      .banner-text h1
      {
        font-size:33px;
      }
  .hero-content h1 {
    font-size: 38px;
  }

  .hero-content p {
    font-size: 14px;
  }

  .hero-buttons a {
    display: block;
    margin: 10px auto;
  }
  .overview-main h1{
font-size: 22px !important;
}
.solution-card-content {
    width: 100%;
    top: 0;
    border-radius:0px;
  }

  .solution-card-text {
    max-height: 100px !important;
    margin-top: 10px;
  }

  .solution-card-content {
    top: 0;
  }
  .service-crd-main h1{
  font-size: 24px;
  color:black;
  font-weight:700;
}
}

/* about page */

  .about-banner {
  background: url('../images/about-banner.png') no-repeat center center/cover;
  height: 78vh; 
}  
.overview-main h1{
font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
}
.overview-main p {
  max-width: 720px;
  font-size: 18px;
  color: #555;
  margin: 0 auto;
}

.oveview-lft {
  border: 1px solid #cdcdcd;
}
.oveview-lft h5
{
  font-size:24px;
  font-weight:600;
  color:black;
}
.oveview-lft p
{
  font-size:14px;
  font-weight:500;
  color:rgb(61, 61, 61);
}
.oveview-lft img{
  width:100%;
  height:auto;
}
.info-card {
 text-align: left;
    border: 1px solid #cdcdcd;
}

.arrow-icon {
  position: absolute;
    right: 15px;
    color: #999;
    border: 1px solid gray;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.info-card {
  background-color: #fff;
  border: 1px solid #ddd;
  min-height: 160px; 
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.team-left h2
{
   font-size: 44px;
    font-weight: 700;
    margin-bottom:15px;
}
.team-left h5
{
   font-size: 20px;
    font-weight: 500;
    margin-bottom:15px;
    color:#ff6f0b;
}
.team-left p
{
   font-size: 15px;
   margin-bottom:15px;
   color:rgb(86, 86, 86)
}
.team-left ul li
{
  font-size:16px;
  margin-bottom:10px;


}
.team-btn
{
  font-size: 16px;
  background-color: #f57c00;
  color: white;
  text-decoration: none;
  border-radius: 7px;
  font-weight: 600;
  padding: 10px 12px;
}
.value-box i {
  margin-bottom: 10px;
}
.value-box p{
   font-size:15px;
}
.value-box:hover {
  transform: translateY(-5px);
  transition: 0.3s;
}


.solar-solution-hero {
  width: 100%;
  background-image: url('../images/solution-banner-img2.png'); 
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  height: 550px;
  color: white;
  padding-left: 5%;
}

.solar-solution-hero .content {
  position: relative;
  z-index: 1;
  max-width: 600px;
}

.solar-solution-hero h1 {
  font-size: 40px;
  margin-bottom: 1rem;
  font-weight: bold;
}

.solar-solution-hero p {
  font-size: 20px;
  margin-bottom: 2rem;
}



.our-solution {
  background-color: #e7f6fd;
}

.our-solution p{
  font-size: 16px;
   color: gray;
}
.solution-wrapper {
  overflow: visible;
  transition: all 0.3s ease;
}

.image-container {
  overflow: hidden;
  border-radius: 16px;
}

.solution-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
  transition: transform 0.4s ease;
}

.solution-wrapper:hover img {
  transform: scale(1.05);
}

.solution-card-content {
  position: relative;
  top: -20px;
  margin: 0 auto;
  width: 93%;
  background: rgba(255, 255, 255, 0.38);
  border-radius:10px;
  text-align: center;
  padding: 25px;
  transition: all 0.4s ease;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
}

.solution-card-title {
  font-weight: 700;
  color: black;
  font-size: 17px;
  margin: 0;
}

.solution-card-text {
  font-size: 14px !important;
  color: #4f4f4f !important;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.solution-wrapper:hover .solution-card-text {
  margin-top: 10px;
  max-height: 100px;
}


/* faqs */
.accordion-button {
  font-weight: 500;
  font-size: 17px !important;
  box-shadow: none !important;
  color: #0a0a23 !important;
}
.accordion-button::after {
  order: -1 !important;                    
  margin-right: 1rem !important;          
  margin-left: 0 !important;         
  transition: transform 0.3s ease;
}

.accordion-button.collapsed::after {
  transform: rotate(0deg);      
}
.accordion-button {
  background-color: transparent !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  justify-content: flex-start !important;  
}


.accordion-item {
  border-bottom: 1px solid #e0e0e0;
}
.accordion-body
{
  font-size:15px !important;
  color: rgb(91, 90, 90) !important;;
}
.accordion-button::after {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

.accordion-button.collapsed::after {
  transform: rotate(0deg);
}


/*services page  */


.benefit-services h6
{
  color:#f57c00;
  text-transform: uppercase;
  font-size:16px;
  font-weight:600;
}
.benefit-services p{
  font-size:16px;
  color:gray;

}
.benifits-box 
{
  padding: 25px;
  border: 1px dotted #a1b6c5;
  text-align: left;
  border-radius: 4px;
}
.benifits-box h5{
  font-size: 18px;
  font-weight: 600;
}
.benifits-box p{
  font-size:15px;
  color:gray;
}
.service-crd-main h5{
  font-size: 18px;
  color:#ff6f0b;
  
}
.service-crd-main h1{
  font-size: 38px;
  color:black;
  font-weight:700;
}
.card {
  border: none !important;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.09);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.card-img-top {
  height: 250px; 
  object-fit: cover;
  transition: transform 0.4s ease;
}

.card:hover .card-img-top {
  transform: scale(1.05);
}
.service-text
{
font-size:15px; 
color:#6d6d6d;
}
.service-read-btn {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 7px 15px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
  font-size:15px;
  transition: background-color 0.3s, color 0.3s;
}
.services-card-title
{
      font-size: 18px;
font-weight: 700;
margin-bottom: 15px;
}
.service-read-btn span {
  display: inline-block;
  margin-left: 8px;
  background: #ff6907;
  color: #fff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  transition: background 0.3s;
}

.service-read-btn:hover {
  background-color: #ff6907;
  color: #fff;
}

.service-read-btn:hover span {
  background: #fff;
  color: #ff6907;
}


/* contact section */


   
    .contact-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 5px;
    }
    .form-control {
      border: none !important;
      border-bottom: 1px solid #ccc !important;
      border-radius: 0 !important;
      box-shadow: none !important;
    }
    .form-control:focus {
      border-color: #f57c00 !important;
      box-shadow: none !important;
    }
    .contact-btn{
      background-color: #f57c00;
      color: #fff;
      border: none;
      padding: 8px 15px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    }
    .get-in-section{
      background-color: #1259b31a;
    }
  .get-in-touch h2
  {
    font-size:30px;
    font-weight:700;
    color:black;

  }
   .get-in-touch p
  {
    font-size:16px;
    color:rgb(103, 103, 103); 
  }
    .info-box {
      background-color: #ffffff;
      border-radius: 12px;
      padding: 25px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      text-align: center;
      transition: 0.3s;
    }
    .info-box:hover {
      transform: translateY(-5px);
    }
    .info-icon {
      font-size: 30px;
      color: #ff6f0b;
      margin-bottom: 15px;
    }
    .info-title {
      font-weight: 600;
      color: #222;
      margin-bottom: 5px;
      font-size:18px;
    }
    .info-text {
      color: #555;
      font-size:15px;
    }
