:root{
  --primary-font: "Poppins", sans-serif;

  --font-color:#4aab3d;
}
*{
  font-family: "Montserrat", sans-serif;
}
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
@media(max-width:997px){
  .hero {
    height: auto !important;
  }
   .info-content h2{
  font-size: 15px!important;
  margin-top: 0px!important;
   margin-bottom: 10px!important;


 }
 .info-content p{
  color: #079B07;
  margin-top: 20px;
  font-size: 15px!important;
  font-weight: 700;

 }
 .info-content button{
  font-size: 15px!important;
  line-height: 13px;
 }
  .upper-sub-head {
    margin-top: 0px!important;
  }
  .head-page h1{
color: white;
font-weight: 700;
font-size: 45px!important;
margin-bottom: 40px;
}
}

/* Default Navbar Styling */
/* Ensure the navbar stays fixed at the top */


/* Shrinking Effect when Scrolling */
.navbar.scrolled {
  background: rgba(0, 0, 0, 0.95); /* Dark background on scroll */
  padding: 8px 0; /* Reduce padding */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}


@media (min-width: 992px) {
  .navbar-nav {
      margin: auto;
  }
}

.navbar {
  background-color: transparent; /* Dark background */
  padding: 1px 20px;
}
.navbar-brand img {
  height: 40px;
}
.nav-link {
  color: #185519 !important;
  font-size: 18px;
  margin: 0 10px;
  font-weight: 600;

}
.social-icons a {
  color: white;
  margin: 0 5px;
  font-size: 20px;
}

.offcanvas-anchor li a{
  text-decoration: none;
  color: white !important;

}
.offcanvas-anchor li {
 line-height: 30px;

}

.offcanvas-body .accordion-button::after {
  display: none !important;
}
 .offcanvas-body .accordion-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}
 .offcanvas-body .accordion-item {
  background-color: transparent !important;
}
 .offcanvas-body .accordion-body {
  background-color: transparent !important;
}
.offcanvas-body button.accordion-button.bg-transparent.text-white.shadow-none.px-0 {
  margin-left: 10px;
  padding: 8px 0px;
}
.offcanvas-body button.accordion-button.collapsed.bg-transparent.text-white.shadow-none.px-0 {
  margin-left: 10px;
}

.offcanvas-body span.icon.ms-auto {
  padding-right: 20px;
  font-size: 22px;
  color: #F9F021;
}
.hr-header-line{
  color: white;
  margin: 8px 0px;
}

/* Centering the nav items */
@media (min-width: 992px) {
  .navbar-nav {
      margin: auto;
  }
}
/* Custom Menu Text Button for Mobile */
.menu-text {
  font-size: 18px;
  color: white;
  cursor: pointer;
  border: none;
  background: none;
}


.social-media-icons-header{
  color: white;
}
.social-media-icons-header{
  display: flex;
  gap: 20px;
  justify-content: end;
}
.social-div{
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4AAB3D;
  background: linear-gradient(135deg, #4AAB3D, #4AAB3D);
  border-radius: 50%;
}
.social-div:hover{
  background-color: white !important;
  color: #4AAB3D !important;
  cursor: pointer;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.social-div:hover {
  transform: translateY(-5px);
  transition: 1s;
 
 
}
.social-media-icons-header i{ 
  color: black;
  font-size: 14px;
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  overflow: hidden;
}

/* Video Wrapper with Aspect Ratio */
.video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Overlay Content */
.hero-overlay {
  position: relative;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay for better readability */
  z-index: 0;
  padding: 2rem;
  border-radius: 1px;
  max-width: 90%;
  
}
.overlay-left{
  text-align: left;
}

.overlay-left p{
  text-align: justify;
  font-size: 17px !important;
}

.gradient-text {
  font-size: 3rem;
  font-weight: bold;
  background: #92FF85;
  background: linear-gradient(200deg, #92FF85, #079B07);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  mask-image: linear-gradient(200deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0.5) 70%);
  -webkit-mask-image: linear-gradient(200deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0.5) 70%);
}
.hero-btn{
  background-color: #079B07;
  color: white;
  border: none;
  padding: 8px 20px;
}


/* Responsive Typography */
.hero h1 {
  font-size: 3rem;
}

.hero p {
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .hero h1 {
      font-size: 2rem;
  }
  .hero p {
      font-size: 1rem;
  }
  .hero-overlay{
    margin-top: 80px !important;
    margin-bottom: 20px !important;
  }
  .overlay-left{
    margin-bottom: 20px;
  }
 
}


.navbar-main{
  position: fixed;
  top: 0;
  background-color: #ffffff91;
  backdrop-filter: blur(10px);
  width: 100%;
  z-index: 999;
}

.icons{
display: inline-flex;
margin-left: auto;
a{
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
  &:hover{
    color: white;
    text-shadow: 0 0 30px white;
  }
}
}
.brand-logo{
  width: 15%;
}
@media (max-width: 768px) {
  .footer-credit{
    font-size: 12px;
    text-align: center;
    font-weight: 700;
  }
}
/* .carousel-item img{
  height: 400px;
} */
/* For the carousel images */
/* .carousel-item img {
  position: relative;
} */

/* Add before effect to images */
/* .carousel-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; */
  /* background-color: rgba(0, 0, 0, 0.4); Dark background overlay */
  /* z-index: 1; Ensure it's above the image */
  /* transition: background-color 0.5s ease;
} */

/* For after effect when the user interacts */
.carousel-item:hover::before {
  /* background-color: rgba(0, 0, 0, 0.7); Darkens on hover */
}

/* Text overlay that will appear on the images */
.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2rem;
  z-index: 2; /* Ensure it's above the overlay */
  text-align: center;
}

/* Control the text on smaller screens */
@media (max-width: 768px) {
  .overlay-text {
    font-size: 1.5rem;
  }
  .card{
    margin-bottom: 20px;
  }
}

.card-services{
  height: 550px;
}

/* three cards */
/* .cards-three{
  margin-top: -60px;
  padding-bottom: 40px;
  z-index: 999;
}

.cards-three .card{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  border-radius: 10px;
  border: none;
  padding: 30px;
  margin-bottom: 20px;
  height: 400px;
} */
@media (max-width: 767.98px) {
  .cards-three .col {
    margin-bottom: 20px; /* Adjust the value as needed */
  }
  

}
.card-main-body p{
  line-height: 30px;
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
}
.card-main-body{
  height: 300px;
}
.card-main-body a{
  text-decoration: none;
  color: orange;
  font-family: "Montserrat", sans-serif;
}
.card-head{
  gap: 5px;
}
.card-head i{
  padding: 20px;
  background-color: rgb(5, 5, 33);
  color: white;
  border-radius:50px ;
 
}
.card-text{
  text-align: justify;
}
.head-1{
  color: #0D2C63;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
}
.heading-trusted{
  font-size: 32px;
  font-weight: 700 !important;
}
.heading-trusted span{
  color: #4AAB3D;
}
.head-1 span{
  color: #4AAB3D;
}
/* three cards */
/* hero-section start */
/* .hero-section{
  background-image: url(../Images/hero-bg.jpg);
  background-size: cover; 
  background-repeat: no-repeat;
  background-attachment: fixed;
 padding: 20px 0px;
}

.hero-heading{
  padding: 50px 30px !important;
  backdrop-filter: blur(8px);
  padding-left: 20px !important;
  margin-top: 30px;
  margin-bottom: 80px;
  border-radius: 10px;
  background-color: #0d2c6355; 
  border-top: 3px solid rgba(255, 255, 255, 0.618);
 border-left: 3px solid rgba(255, 255, 255, 0.618);
}
.hero-heading h5{
  color: #56cb47;
  font-weight: 700;
  font-size: 23px;
}
.hero-heading h5 span{
  color: #56cb47;
}
.hero-heading h1{
  font-weight: bold;
  font-size: 65px;
  color: white;
  margin-top: 20px;
}
.hero-heading h1::after {
  content: "";
  display: block;
  width: 180px;
  height: 3px;
  background-color: #4AAB3D;
  margin: 5px;
}
.hero-heading span{
  color: #56cb47;
}
.hero-heading p{
  color: #f6fbff;
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 30px;
} */
.logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
}

.logos:before, .logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
  /* background: linear-gradient(to left, rgba(255,255,255,0), rgb(255, 255, 255)); */
}

.logos:after {
  right: 0;
  /* background: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255)); */
}

.logo_items {
  display: inline-block;
  animation: 30s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img{
  height: 100px;
}
.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img{
  height: 100px;
}
@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}


.btn-hero{
  padding: 12px 14px !important;
  font-size: 19px !important;
  background-color:white !important;
  font-weight: 600 !important;
  color: white !important;
  border: 2px solid #4AAB3D !important;
 cursor: pointer;
 position: relative;
 z-index: 1;
 overflow: hidden;
 transition: .5s all ease;
}
.btn-hero::before{
  content: '';
  background-color: #4AAB3D;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -1;
  z-index: -1;
  transform: translateX(-50%);
  transition: .5s all ease;
}
.btn-hero:hover::after{
  transform: translateX(-100%);
}
.btn-hero::after{
  content: '';
  background-color: #4AAB3D;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translateX(50%);
  transition: .5s all ease;
}
.btn-hero:hover::before{
  transform: translateX(100%);
}
.btn-hero:hover{
  color: #4AAB3D !important;
  background-color: white !important;
}
.hero-second{
  display: none;
}
.Rating-Box{
  background-color: white;
  color: black;
  padding: 15px 10px;
  height: auto;
  position: relative;
  top:-40px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.Rating-Box:hover{
  background-color: #0D2C63;
  color: white;
  transition: 1s;
}
.Rating-Box i{
  color: white;
  font-size: 35px;
  background-color: #4AAB3D;
  padding: 15px;
  border-radius: 50%;
}
.Rating-box-head{
  font-size: 35px;
  font-weight: 700;
}
.Rating-text{
font-size: 20px;
}
/* hero-section end */
/* about-section-start */
.About-us-section{
  padding:50px 0px;
  background-image: url(../Images/about-background.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.About-img1{
  width: auto;
  height: 350px;
  border-left: 5px solid #4AAB3D;
  border-top: 8px solid white;
  border-left: 8px solid white;
  object-fit: cover;
  border-radius: 10px;
 
}
.About-us-img::after{
  content:" ";
  border-left: 5px solid #079B07;
  display: block;
  height: 150px;
  width: 100%;
  position: absolute;
  left: 200px;
  margin-top: 10px;
  border-radius: 2px;
}
.About-us-img::before{
  content:" ";
  border-left: 5px solid #079B07;
  display: block;
  height: 180px;
  width: 100%;
  position: absolute;
  left: 540px;
  margin-bottom: 10px;
  border-radius: 2px;
}
.About-us-img{
  position: relative;
}
/* .About-img1::before{
  content:" ";
  border-left: 5px solid #079B07;
  display: inline-block;
  height: 200px;
  background-color: #ff0090;
  width: 100%;
} */
.About-img2{
  width: 450px;
  height: 330px;
  margin-left: -300px;
  border-top: 15px solid white;
  border-left: 15px solid white;
  object-fit: cover;
  border-radius: 5px;
}
.About-info h6{
  color: #4AAB3D;
  font-weight: 600;
}
.About-info h2{
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
}
.About-info p{
 font-size: 15px;
  line-height: 25px;
  display: flex;
  justify-content: center;
}
.About-info{
  padding-bottom: 50px;
}
.about-icon i{
  background-color: white;
  border-radius: 50%;
  color: #4AAB3D;
  padding: 5px 5px;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: 60px;
}
.call-icon i{
  color: white;
  font-size: 25px;
  background-color: #4AAB3D;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}
.parent-call{
  display: flex;
  gap: 20px;
  cursor: pointer;
}
.About-info h2::after {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  background-color: #4AAB3D;
  margin: 5px;
}
*, ::after, ::before {
  box-sizing: border-box;
}
/* about-section-end */
/* for best trusted bg */
.card-img-overlay h5{
  font-weight: 700;
  color:white;
  font-size: 25px;
margin-bottom: 150px;

}
   .card2-img-overlay h5{
    font-weight: 700;
    color:white;
    font-size: 25px;
  margin-bottom: 150px;
     }
   .marquee-section{
    padding: 50px 0px;
   }
   .trusted-section{
    padding: 50px 0px;
    /* background-color: #0D2C63; */
    background-image: url(../Images/trusted-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    background-attachment: fixed;
   }
 .system1{
  background-image: url(../Images/on-grid-solar-img2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  object-fit: cover;
 }
 .system2{
  background-image: url(../Images/residential-solar-img2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  object-fit: cover;
 }
 .system1 h5{
  padding: 10px 20px;
  font-weight: 700;
  font-size: 25px;
 }
 .system2 h5{
  padding: 10px 20px;
  font-weight: 700;
  font-size: 25px;
 }
  .btn-overlay{
    background-color: #4AAB3D !important;
    padding:  8px 9px !important;
    font-size: 16px !important;
    background-color:white !important;
    font-weight: 600 !important;
    color: white !important;
    border: 2px solid #4AAB3D !important;
   cursor: pointer;
   position: relative;
   z-index: 1;
   overflow: hidden;
   transition: .5s all ease;
   margin-left: 20px;
   margin-top: 150px !important;
  }
  .btn-overlay::before{
    content: '';
    background-color: #4AAB3D;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transform: translateX(-50%);
    transition: .5s all ease;
  }
  .btn-overlay:hover::after{
    transform: translateX(-100%);
  }
  .btn-overlay::after{
    content: '';
    background-color: #4AAB3D;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transform: translateX(50%);
    transition: .5s all ease;
  }
  .btn-overlay:hover::before{
    transform: translateX(100%);
  }
  .btn-overlay:hover{
    color: #4AAB3D !important;
    background-color: white !important;
  }/* for best trusted bg end*/
  
  /* alternate section start */
.offer-special-section{
  background-image: url(../Images/solar-services.webp);
  /* background-color: #0D2C63; */
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: white;
  padding: 60px 0px;
}
.star-icon span i{
  color: #4AAB3D;
}
.star-icon span{
  background-color: white;
  padding: 5px 4px;
  border-radius: 4px;
}
.col-heading h2{
  font-size: 44px;
  font-weight: 700;
}
.col-heading h5{
  font-weight: 700;
}
.col-heading span{
  color: #4AAB3D;
}
.energy-cards{
  background-color: rgba(255, 255, 255, 0.088);
  backdrop-filter: blur(5px);
  padding: 15px 15px;
  border-radius: 10px;
  cursor: pointer;
  height: 220px;
}
.energy-cards:hover{
  background-color: #4AAB3D;
  transition: 1s;
}
.energy-cards1:hover{
  background-color: #4AAB3D;
}
.energy-cards1{
  background-color: rgba(255, 255, 255, 0.088);
  backdrop-filter: blur(5px);
  padding: 15px 15px;
  border-radius: 10px;
  background-color: #4AAB3D;
  cursor: pointer;
  height: 220px;
}
.energy-cards i{
  font-weight: 600;
  font-size: 45px;
}
.energy-cards1 i{
  font-weight: 600;
  font-size: 45px;
}
.col-heading h5::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #4AAB3D;
  margin: 5px;
}
*, ::after, ::before {
  box-sizing: border-box;
}
/* alternate section end */
.our-sites-section{
  padding: 50px 0px;
}
.blue-c{
  color: black;
} */

.hr-line{
border-bottom: 1px solid #4AAB3D !important;
} 
.why-choose-img img{
  position: relative;
  top: -130px;
}
/* why chooose start */
.why-choose-us{
padding: 50px 0px;
border-top: 10px solid #4AAB3D;
background-color: #e8f6e4;
}
.why-choose-col2{
  margin-top: -25px;
}
.why-choose-col2 h5{
  color: #4AAB3D;
  font-weight: 600;
}
.why-choose-col2 h5::after{
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background-color: #4AAB3D;
  margin: 5px;
}
.why-choose-col2 h2{
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 30px;
}
.why-choose-us-row{
  margin-top: -50px;
}

.why-choose-card h4{
  font-weight: 600;
}

.why-choose-card:hover .svg-icons{
  transform: translateY(-20px);
  background-color: transparent;
  transition: 1S;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  width: 20%;
}
.why-choose-card:hover h4{
color: #4AAB3D;
transition: 3S;
}

.btn-why-choose-us{
  padding: 5px 10px;
  margin-top: 15px;
  border: none;
  font-size: 18px;
  background-color: #4AAB3D;
  font-weight: 500;
  color: white !important;
  border: 2px solid #4AAB3D !important;
 cursor: pointer;
 position: relative;
 z-index: 1;
 overflow: hidden;
 transition: .5s all ease;
}
.btn-why-choose-us::before{
  content: '';
  background-color: #4AAB3D;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translateX(-50%);
  transition: .5s all ease;
}
.btn-why-choose-us:hover::after{
  transform: translateX(-100%);
}
.btn-why-choose-us::after{
  content: '';
  background-color: #4AAB3D;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translateX(50%);
  transition: .5s all ease;
}
.btn-why-choose-us:hover::before{
  transform: translateX(100%);
}
.btn-why-choose-us:hover{
  color: #4AAB3D !important;
  background-color: white !important;
}
/* for btn2 */
.btn-why-choose-us2{
  padding: 5px 10px;
  margin-top: 15px;
  border: none;
  font-size: 18px;
  background-color: #e8f6e4;
  font-weight: 500;
  color: #4AAB3D !important;
  border: 2px solid #4AAB3D !important;
 cursor: pointer;
 position: relative;
 z-index: 1;
 overflow: hidden;
 transition: .5s all ease;
}
.btn-why-choose-us2::before{
  content: '';
  background-color: #e8f6e4;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -0;
  z-index: -1;
  transform: translateX(-50%);
  transition: .5s all ease;
}
.btn-why-choose-us2:hover::after{
  transform: translateX(-100%);
}
.btn-why-choose-us2::after{
  content: '';
  background-color: #e8f6e4;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translateX(50%);
  transition: .5s all ease;
}
.btn-why-choose-us2:hover::before{
  transform: translateX(100%);
}
.btn-why-choose-us2:hover{
  color: white !important;
  background-color: #4AAB3D !important;
}
/* why chooose end */
/* for best services */
.Our-best-services{
  padding: 50px 0px;
  background-image: url(../Images/best-services-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: white;

}
.Our-best-services-heading h2{
  font-size: 50px;
  font-weight: 700;
  color: #4AAB3D;
}
.Our-best-services-heading h2::after {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  background-color: #4AAB3D;
  margin: 5px;
}

.Our-best-services-heading h2 span{
  color: #4AAB3D;
}
.card-img{
  background-color: #f2f2f2;
  padding: 20px;
  width: 20%;
  position: relative;
  top: -30px;
}
.card{
  cursor: pointer;
  border-radius: 0px;
}
.btn-card{
  padding: 10px 15px !important;
  font-size: 16px !important;
  background-color:white !important;
  font-weight: 600 !important;
  color: white !important;
  border: 2px solid #4AAB3D !important;
 cursor: pointer;
 position: relative;
 z-index: 1;
 overflow: hidden;
 border-radius: 0px;
 transition: .5s all ease;
}
.btn-card::before{
  content: '';
  background-color: #4AAB3D;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translateX(-50%);
  transition: .5s all ease;
}
.btn-card:hover::after{
  transform: translateX(-100%);
}
.btn-card::after{
  content: '';
  background-color: #4AAB3D;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translateX(50%);
  transition: .5s all ease;
}
.btn-card:hover::before{
  transform: translateX(100%);
}
.btn-card:hover{
  color: #4AAB3D !important;
  background-color: white !important;
}
/* work-process satrt */
.work-process-section{
  padding: 10px 0px;
  background-image: url(../Images/work-process-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
 }
 .work-process-title{
     text-align: center;
     position: relative;
     margin-bottom: 10px;
     margin-top: 50px;
 }
 .work-process-title h2{
     font-size: 44px;
     font-weight: 700;
     color: #0D2C63;
     text-align: center;
     display: inline-block;
     position: relative;
 }
 .nav-tab-heading{
  text-align: center;
  position: relative;
 }
 .nav-tab-heading h2{
  font-size: 44px;
  font-weight: 700;
  color: #0D2C63;
  text-align: center;
  display: inline-block;
  position: relative;
}
.nav-tab-heading h2::after {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  background-color: #4AAB3D;
  margin: 10px auto 14px;
}

 .work-process-title h2::after {
     content: "";
     display: block;
     width: 120px;
     height: 3px;
     background-color: #4AAB3D;
     margin: 10px auto 14px;
 }
 .nav-tab-heading span{
  color: #4AAB3D !important;
}
 .work-process-title span{
     color: #4AAB3D;
 }
 .work-process-img{
     overflow: hidden;
     box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
     border-radius: 10px; 
     cursor: pointer;
 } 
 .work-process-img img{
     height: 300px;
     object-fit: cover;
     border-radius: 10px; 
     overflow: hidden; 
     transition: .5s all ease;
 }
 .work-process-img img:hover{
     transform: scale(1.2);
     transition: 1s;
 }
 .work-process-img::before{
     content: 'Article';
     position: absolute;
     top: 10%;
     left: 50%;
     transform: translateX(-50%) translateY(-250%);
     z-index: 1;
     color: white;
     font-size: 20px;
     font-weight: bold;
     transition: .5s all ease;
 }
 .work-process-img:hover::after{
     transform: translateY( 0%);
 }
 .work-process-img::after{
     content: 'We assess your energy needs and recommend the best solar solution.';
     position: absolute;
     bottom: 0;
     left: 0;
     transform: translateY(100%);
     z-index: 1;
     color: white;
     transition: .5s all ease;
     background-color: #0d2c6397;
     backdrop-filter: blur(7px);
     text-align: center;
     padding: 10px 25px;
 }
 /* for work card2 */
 .work-process-img2{
  overflow: hidden;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 10px; 
  cursor: pointer;
} 
.work-process-img2 img{
  height: 300px;
  object-fit: cover;
  border-radius: 10px; 
  overflow: hidden; 
  transition: .5s all ease;
}
.work-process-img2 img:hover{
  transform: scale(1.2);
  transition: 1s;
}
.work-process-img2::before{
  content: 'Article';
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%) translateY(-250%);
  z-index: 1;
  color: white;
  font-size: 20px;
  font-weight: bold;
  transition: .5s all ease;
}
.work-process-img2:hover::after{
  transform: translateY( 0%);
}
.work-process-img2::after{
  content: 'Our experts create a customized solar setup tailored to your requirements.';
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  z-index: 1;
  color: white;
  transition: .5s all ease;
  background-color: #0d2c6397;
  backdrop-filter: blur(7px);
  text-align: center;
  padding: 10px 25px;
}
 /* for work card2 */
 /* for work card3 */
 .work-process-img3{
  overflow: hidden;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 10px; 
  cursor: pointer;
} 
.work-process-img3 img{
  height: 300px;
  object-fit: cover;
  border-radius: 10px; 
  overflow: hidden; 
  transition: .5s all ease;
}
.work-process-img3 img:hover{
  transform: scale(1.2);
  transition: 1s;
}
.work-process-img3::before{
  content: 'Article';
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%) translateY(-250%);
  z-index: 1;
  color: white;
  font-size: 20px;
  font-weight: bold;
  transition: .5s all ease;
}
.work-process-img3:hover::after{
  transform: translateY( 0%);
}
.work-process-img3::after{
  content: 'Professional installation with seamless system integration for immediate use.';
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  z-index: 1;
  color: white;
  transition: .5s all ease;
  background-color: #0d2c6397;
  backdrop-filter: blur(7px);
  text-align: center;
  padding: 10px 25px;
}
 /* for work card3 */
 /* for work card4 */
 .work-process-img4{
  overflow: hidden;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 10px; 
  cursor: pointer;
} 
.work-process-img4 img{
  height: 300px;
  object-fit: cover;
  border-radius: 10px; 
  overflow: hidden; 
  transition: .5s all ease;
}
.work-process-img4 img:hover{
  transform: scale(1.2);
  transition: 1s;
}
.work-process-img4::before{
  content: 'Article';
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%) translateY(-250%);
  z-index: 1;
  color: white;
  font-size: 20px;
  font-weight: bold;
  transition: .5s all ease;
}
.work-process-img4:hover::after{
  transform: translateY( 0%);
}
.work-process-img4::after{
  content: 'Continuous performance tracking to ensure optimal efficiency and reliability.';
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  z-index: 1;
  color: white;
  transition: .5s all ease;
  background-color: #0d2c6397;
  backdrop-filter: blur(7px);
  text-align: center;
  padding: 10px 25px;
}
 /* for work card4 */
 .work-process-img-heading h4{
    margin-top: 25px;
    font-weight: 600;
 }
 .work-process-img-heading1 h4{
  margin-top: 25px;
  font-weight: 600;
}
 .steps span{
     font-size: 34px;
     letter-spacing: 0.05em;
     font-weight: 900;
     -webkit-text-fill-color: transparent;
     -webkit-text-stroke-width: 1px;
     -webkit-text-stroke-color: #4AAB3D;
     background-color: white;
     padding: 25px;
     text-align: center;
     border-radius: 5px;
 }
 /* work-process-section-end */
/* faqs section start */
.FAQs-section{
  margin-top: 100px;
  padding: 50px 0px;
  background-image: url(../Images/faqs-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: white;
}
.col-heading h6::after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background-color: #4AAB3D;
  margin: 5px;
}
.col-heading h6{
  font-weight: 700;
}


/* faqs end */
/* contact start */
.inquiry-form{
  padding: 60px 20px !important;
}
.comments{
  color: rgba(0, 0, 0, 0.601);
}
.inquiry-form h4{
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 600;
}
.inquiry-form-title {
  text-align: center;
  position: relative;
  margin-bottom: 80px;
}
.inquiry-form-title h2{
  font-size: 44px;
  font-weight: 700;
  color: #0D2C63;
  text-align: center;
  display: inline-block;
  position: relative;
}
.inquiry-form-title h2::after {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  background-color: #4AAB3D;
  margin: 10px auto 14px;
}
.inquiry-form-title span{
  color: #4AAB3D;
}

.inquiry-form{
  color: #4AAB3D;
  padding: 30px 30px;
 background-color: #0d2c6383;
/* border: 1px solid #4AAB3D; */
backdrop-filter: blur(10px);
}
.inquiry-form span{
  color: #4AAB3D;
}
.btn-contact{
  padding: 12px 30px !important;
  border: 2px solid #4AAB3D !important;
  font-weight: 600 !important;
  color: white !important;
  background-color: white !important;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  transition: .5s all ease;
  margin-left: -2px;
}
.btn-contact::before{
  content: '';
  background-color: #4AAB3D;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translateX(-50%);
  transition: .5s all ease;
}
.btn-contact:hover::after{
  transform: translateX(-100%);
}
.btn-contact::after{
  content: '';
  background-color: #4AAB3D;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translateX(50%);
  transition: .5s all ease;
}
.btn-contact:hover::before{
  transform: translateX(100%);
}
.btn-contact:hover{
  color: #4AAB3D !important;
  background-color: white;
}
/* contact end */
/* dropdown start */
.dropdown-section{
  padding: 50px 0px;
}
.dropdown-heading h2{
  margin-bottom: 40px;
  line-height: 40px;
  color: #0D2C63;
  font-weight: 600;
}
.dropdown-heading span{
  color: #4AAB3D;
}
.dropdown-h2{
  background-image: url('../Images/about-background.webp') !important;
  color: black !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;

}
.dropdown-h2:hover{
  border: none !important;
}
.faqs-accordion{
  border: none !important;
  background-color: white !important;
}
.faqs-accordion:hover{
  border: none !important;
}

.faqs-accordion:hover{
  border: none !important;
  background-color: white !important;
}

.head-3{
  font-weight: 700;
  color: rgb(0, 0, 0);
  font-family: "Montserrat", sans-serif;
}

.trusted-bg .bg-blur-trust .col-12{
  padding: 10px 20px;
}
.bg-green{
  background-color: #4AAB3D;
  padding: 10px 5px;
  border-top: 4px solid #e8f4de41;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
}
.blur-text{
padding: 10px;
background-color: #e8f4de41;
backdrop-filter: blur(20px);
}
.border-dashed{
  margin: 5px 0px;
 padding: 2px;
  border: 1px dashed white;
}
.fw-semibold {
  font-weight: 600 !important;
  color: #4AAB3D;
}

.slider-text{
font-size: 40px;
font-weight: 700;
}
/* slider */
.carousel-gallery {
margin: 50px 0;
padding: 0 30px;
}

.carousel-gallery .swiper-slide a {
display: block;
width: 100%;
height: 200px;
border-radius: 4px;
overflow: hidden;
position: relative;
-webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
}

.carousel-gallery .swiper-slide a:hover .image .overlay {
opacity: 1;
}

.carousel-gallery .swiper-slide a .image {
width: 100%;
height: 100%;
background-size: cover;
background-position: center center;
}

.carousel-gallery .swiper-slide a .image .overlay {
width: 100%;
height: 100%;
background-color: rgba(20, 20, 20, 0.8);
text-align: center;
opacity: 0;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}

.carousel-gallery .swiper-slide a .image .overlay em {
color: #fff;
font-size: 26px;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
display: inline-block;
}

.carousel-gallery .swiper-pagination {
position: relative;
bottom: auto;
text-align: center;
margin-top: 25px;
}

.carousel-gallery .swiper-pagination .swiper-pagination-bullet {
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}

.carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover {
opacity: 0.7;
}

.carousel-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background-color: #d63031;
transform: scale(1.1, 1.1);
}

/* Plugins section */
.plugins {
text-align: center;
}

.plugins h3 {
text-align: center;
margin: 0;
padding: 0;
font-family: Arial;
text-transform: uppercase;
color: #111;
}

.plugins a {
display: inline-block;
font-family: Arial;
color: #777;
font-size: 14px;
margin: 10px;
transition: all 0.2s linear;
}

.plugins a:hover {
color: #d63031;
}

.carousel-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
color: white !important;
}

.green-cousultation{ 
background-color: #57B33E;
padding: 60px 40px;
background-image: url(../Images/shape-5.png);
background-repeat: no-repeat;
border-radius: 20px;
}
.green-cousultation h3{
color: white;
font-weight: 700;
font-size: 40px;
}
.g-btn{
background-color: green;
padding: 10px 50px;
border-top: 4px solid white;
color: white;
font-weight: 700;
border: none;
box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;

}
.gb-btn{
border: 1px solid #D6EFD8;
padding: 10px 50px;
background-color: transparent;
color: white;
font-weight: 700;

box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;

}
.button.bounce-top.g-btn.animate{
border-top: 2px solid white;
}

.steps-img{
  max-width: 168px;
  border-style: none;
  border-radius: 50% 50% 50% 50%;
}
.border-img{
padding: 12px 12px 12px 12px;
border-style: solid;
border-width: 2px 2px 2px 2px;
border-color: #E9E9EA;
border-radius: 50% 50% 50% 50%;
max-width: 193px;
}
.center-img{
display: flex;
justify-content: center;
}
.text-h2{
font-size: 55px;
font-weight: 700;
}
.solar-img{
background-image: url(../Images/solabg.webp);
}
.icon-flaticon{
background-color: #abf07a5e;
  width: 50%;
  border-radius: 50px;
  padding: 20px;
}
.icon-box-item{
padding: 20px 10px;
}
.theree-cards-layout .col-12{
box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
}
.theree-cards-layout {
border-left: 2px solid green;
}
.solar-img{
width: 100%;
height:453px;
background-size: cover;
}
/* navbar */
/* .heading-small{
color: rgb(0, 255, 0);
font-weight: 700;
letter-spacing: 1px;
} */

/* .color-w{
color: white;
} */

.menu-items{
  order: 2;
  display: flex;
}
.logo{
  order: 1;
  font-size: 2.3rem;
}

.menu-items li{
  list-style: none;
  margin-left: 1.5rem;
  font-size: 1.3rem;
}

.floating-text{
background-color: #4AAB3D;
padding: 10px 0px;
}

.floating-text marquee p{
margin-top: 0;
margin-bottom: 0rem;
}
.marquee-text{
font-weight: 700;
color: white;
}

.footer-big {
padding: 105px 0 65px 0;
}
.footer-big .footer-widget {
margin-bottom: 40px;
}
.footer--light {
background: #e7e8ed;
}
.footer-big .footer-menu ul li a,
.footer-big p,
.footer-big ul li {
color: #898b96;
}
.footer-menu {
padding-left: 48px;
}
.footer-menu ul li a {
font-size: 15px;
line-height: 32px;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.footer-menu ul li a:hover {
color: #5867dd;
}
.footer-menu--1 {
width: 100%;
}
.footer-widget-title {
line-height: 42px;
margin-bottom: 10px;
font-size: 18px;
color: black !important;
}
.mini-footer {
background: #192027;

padding: 32px 0;
}
.mini-footer p {
margin: 0;
line-height: 26px;
font-size: 15px;
color: #999;
}
.mini-footer p a {
color: #5867dd;
}
.mini-footer p a:hover {
color: #4AAB3D;
}
/* Apply styling to the nav-link and create an after element */
/* General styling for nav-link */
/* 
.whatsapp-button {
position: fixed;
bottom: 20px;
right: 0px;
background-color: #4AAB3D;
border-radius: 50%;
width: 60px;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
cursor: pointer;
z-index: 1000;
}

.whatsapp-button img {
width: 35px;
height: 35px;
}

.contact-buttons {
position: fixed;
bottom: 100px;
right: 0px;
background-color: #4AAB3D;
border-radius: 50%;
width: 60px;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
cursor: pointer;
z-index: 1000;
} */
/* .parallax-bg{
background-color: #FFFBE6;
padding: 20px 0px;
border-radius: 20px;
} */



 .upper-sub-head{
  margin-top: 80px;
  font-family: var();
  font-size: 14px;
  border: 1px solid rgb(199, 193, 193);
  width: fit-content;
  padding: 5px 15px;
  border-radius: 30px;
  font-weight: 600;
  color:white;
  margin-bottom: 20px;
 
 }
 .upper-sub-head:hover{
   background-color: white;
  color: green;
  font-weight: 700;
 }
 .head-page p{
  color: white;
margin-top: 80px;
  font-weight: 500;
  font-size: 20px;
 }
.head-page{
background-image: url(../Images/hero-all-bg.webp);
background-size: cover;
padding-top: 150px;
/* padding-bottom: 50px; */
background-attachment: fixed;
}
.head-page h1{
color: white;
font-weight: 700;
font-size: 50px;
margin-bottom: 40px;
}
.head-page h1::after{
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background-color: #4AAB3D;
  margin: 5px;
}
.All-blogs .ul-list1{
  display: flex; 
  gap: 10px;
padding: 0px;

}
.All-blogs .ul-list1 li {

  list-style:none;
  font-size: 16px;
  border: 1px solid gray;
  padding: 4px 16px;
  border-radius: 30px;
  background-color:  #7ced706e;
   
    color: whitesmoke;
    font-weight: 500;
  
}
.All-blogs .ul-list1 li a{
  text-decoration: none;
  list-style:none;
  font-size: 16px;
  border: 1px solid gray;
  border: none;
  padding: 4px 16px;
  border-radius: 30px;
  /* background-color:  #7ced706e; */
   
    color: whitesmoke;
    font-weight: 500;
  
}
.All-blogs .ul-list1 li a:hover{
  background-color: white;
  color: green;

}
.All-blogs .ul-list1 li:hover{
  background-color: white;
  color: green;

}

.All-blogs .ul-list2{
  display: flex; 
  gap: 10px;
padding: 0px;

}
.All-blogs .ul-list2 li a:hover{
  background-color: white;
  color: green;

}
.All-blogs .ul-list2 li{
  list-style:none;
  font-size: 16px;
  border: 1px solid gray;
  padding: 4px 16px;
  border-radius: 30px;
  background-color:  #7ced706e;
    margin-bottom: 50px;
   
    color: whitesmoke;
    font-weight: 500;
  
}
.All-blogs .ul-list2 li a{
  text-decoration: none;
  list-style:none;
  font-size: 16px;
  border: 1px solid gray;
  border: none;
  padding: 4px 16px;
  border-radius: 30px;
  /* background-color:  #7ced706e; */
   
    color: whitesmoke;
    font-weight: 500;
  
}
.All-blogs .ul-list2 li:hover{
  background-color: white;
  color: green;

}




@media (max-width: 768px) {
  /* For smaller devices, you can adjust the logo size further */

  .icon-flaticon{
    width: 20%;
  }
}

@media (max-width: 576px) {
  /* Further scaling down for very small devices */

  .icon-flaticon{
    width: 20%;
  }
}
.panel-img {
  width: 100%;
  animation: vector-panels 6s ease-in-out infinite;
  border: 1px solid #4AAB3D;
}
.para-heading{
font-size: 22px;
font-weight: 700;
}  
.heading-3{
color: #0D2C63;
font-size: 25px;
font-weight: 700;
}
.mission-vision .card{
padding: 20px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
border: none;
border-top: 2px solid #4AAB3D;
}
.mission-vision .card h5{
color: #4AAB3D;
font-weight: 600;
margin-bottom: 20px;
}

@media(max-width:575px){
  .hero-heading h1{
    font-size: 40px;
  }
  .About-us-img::after{
    border: none;
    display: none;
  }
  .About-us-img::before{
    border: none;
    display: none;
  }
  .menu-text{
    background-color: #079B07 !important;
  }
  .system1{
    margin-bottom: 20px;
  }
  .parent-call{
    display:block !important;
  }
  .About-img2{
 display: none;
  }
  .About-us-section{
    padding: 10px 0px !important;
  }
  .About-info h6{
    font-weight: 600;
    font-size: 20px;
  }

  .why-choose-col2 p{
    margin-bottom: 100px !important;
  }
  .why-choose-col2 h2{
    font-size: 38px !important;
  }
  .why-choose-col2 h5{
    margin-bottom: 20px;
  }
  .button-div{
 margin-top: -100px;
 margin-bottom: 60px !important;
  }

  .work-process-title h2{
    font-size: 35px !important;
    font-weight: 700;
  }
  .work-process-section{
    padding: 80px 0px;
  }
  .work-process-img-heading h4{
     margin-top: 25px;
     font-weight: 600;
  }
  .work-process-img-heading1{
    margin-bottom: -50px !important;
  }
  .nav-tab-heading{
 margin-top: 20px;
  }
  .Partner-section{
    padding: 20px 0px;
  }
  .Partner-heading h2, p{
    margin-bottom: 30px !important;
  }
  .icon-box-item{
    margin-bottom: 20px;
  }
  .theree-cards-layout .col-12{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; 
    border: none !important;
      margin-bottom: 10px;
    }
    .dropdown-heading h2{
      font-size: 25px !important;
    }
   .row1_para h1{
    font-size: 25px !important;
  font-weight: 700;
line-height: 35px !important;
}
.heading-trusted{
  font-size: 35px !important;
  margin-top: -20px;
  margin-bottom: 30px !important;
}
.card{
  margin-bottom: 20px;
}
.text-h2 span{
  color: #4AAB3D;
}
.sq{
 padding-left: 0px !important;
}
.div h3{
  line-height: 43px;
}
.acc-flu {
  margin-top: -20px;
}
.nagpur-head-service{
  font-size: 32px !important;
  line-height: 40px;
}
.Rating-Box{
  margin-bottom: 20px;
}
  }
  .acc-flu {
    padding: 40px 0px;
  }
@media (max-width: 768px) {
  .About-img2{
    display: none;
     }
    
     .svg-icons{
      margin-bottom: -10px;
     }
     .work-process-img img{
      width: 100%;
      object-fit: cover;
     }
     .work-process-img-heading {
      margin-bottom: 50px;
     }
    .text-h2{
      font-size: 45px;
      font-weight: 700;
      margin-bottom: 10px;
    }
    .theree-cards-layout .col-12{
      box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; 
      border: none !important;
      margin-bottom: 20px;
      }
}
/* case studies-section start */
 .carousel-img img{
  object-fit: cover;
  transition: .5s all ease;
}
.case-studies-section{
  padding: 70px 0px;
}
.case-studies-title{
  text-align: center;
  position: relative;
  margin-bottom: 60px;
} 
 .case-studies-title h2{
  font-size: 44px;
  font-weight: 700;
  color: #0D2C63;
  text-align: center;
  display: inline-block;
  position: relative;
} 
 .case-studies-title h2::after {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  background-color: #56cb47;
  margin: 10px auto 14px;
}
.case-studies-title span{
  color: #56cb47;
}
 /* .case-studdies-div{
  background-color: rgba(0, 0, 0, 0.679);
  position: relative;
  top: -93px;
  padding: 8px 10px;
  color: white;
  border-radius: 20px;
}
.carousel-img{
  overflow: hidden !important;
  border-radius: 20px;
  position: relative;
} 
.carousel-img img:hover{
  transition: 1s;
  transform: scale(1.2);
}
.carousel-img3{
  overflow: hidden !important;
  border-radius: 20px;
} 
.carousel-img::before{
  content: 'Article';
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%) translateY(-250%);
  z-index: 1;
  color: white;
  font-size: 20px;
  font-weight: bold;
  transition: .5s all ease;
}
.carousel-img:hover::after{
  transform: translateY( 0%);
}

.carousel-img::after{
  content: 'Welcome to our in-depth tutorial on mastering the art of before and after pseudo-elements in CSS! If youve ever wondered how';
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  z-index: 1;
  color: white;
  transition: .5s all ease;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  padding: 80px 25px;
} */ */
/* case studies-section end */
 /* Marquee Container */
 .marquee-container {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  background: #f8f9fa;
  padding: 10px 0;
}

/* Marquee Wrapper */
.marquee-wrapper {
  display: flex;
  gap: 30px;
  width: 200%;
  animation: marquee 10s linear infinite;
}

/* Marquee Animation */
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Marquee Item */
.marquee-item {
  background: #007bff;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
}

.card-body{
  position: relative;
  margin-top: -20px;
}
.embed-form {
padding: 0px;
padding-bottom: 0px;
}

.embed-form form {
padding-top: 20px !important;
padding-bottom: 10px !important;
color: #0f294b;
font-weight: 700;
}

.heading-4{
color: #0D2C63;
font-size: 25px;
font-weight: 700;
}

.gov-scheme p{
line-height: 32px;
}

.hr-line-bottom{
color: #4AAB3D;
}
hr{
opacity: 1 !important;
}
.light-green-bg{
background-color: #C0EBA6;
padding: 20px;
border-radius: 10px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.footer-big {
padding: 20px 2px;
}
.footer-big .footer-widget {
margin-bottom: 40px;
}
.footer--light {
background: #e7e8ed;
}
.footer-big .footer-menu ul li a,
.footer-big p,
.footer-big ul li {
color: #898b96;
}
.footer-menu {
padding-left: 48px;
}
.footer-menu ul li a {
font-size: 15px;
line-height: 32px;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.footer-menu ul li a:hover {
color: #5867dd;
}
.footer-menu--1 {
width: 100%;
}
.footer-widget-title {
line-height: 42px;
margin-bottom: 10px;
font-size: 18px;
color: black !important;
}
.mini-footer {
background: #192027;

padding: 32px 0;
}
.mini-footer p {
margin: 0;
line-height: 26px;
font-size: 15px;
color: #999;
}
.mini-footer p a {
color: #5867dd;
}
.mini-footer p a:hover {
color: #34bfa3;
}
.footer-area{
background-image: url(../Images/footer-bg.webp);
background-attachment: fixed;
background-size: cover;
padding-top: 100px;
padding-bottom: 10px;
}
.heading-4-teko{
color: white;
}
.footer-big p{
color: white;
}
.blur-bg-footer h4,h6{
color: white;
}
.footer-icon{
color: rgb(0, 0, 0);
background-color: white;
padding: 5px;
border-radius: 50px;

}
.footer-icon-parent{
margin-right: 15px;
height: 20px;
}
.blur-bg-footer ul{
padding-left: 15px;
}
.blur-bg-footer ul li{
line-height: 40px;
color: white;
}

.social-icons a {
  color: white;
  margin: 0 5px;
  font-size: 20px;
}

.footer-credit{
font-size: 12px;

font-weight: 700;
}
.hr-footer-line{
color: white;
}
.footer-area a{
text-decoration: none;
}

.button-energy{
background-color: #4AAB3D;
padding: 10px 50px;
border-top: 4px solid white;
color: white;
font-weight: 700;
border: none;
box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.para-heading2{
  font-weight:600 ;
}
.para-heading3{
  font-weight: 700;
  font-size: 32px !important;
}
.row1_para h1{
  font-size: 35px;
font-weight: 700;
line-height: 50px;
}
.row1_para p{
  text-align: justify;
  font-weight: 300;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: black;
  /* line-height: 25px; */
}

.sq::marker {
  font-size: 20px;
    color:  #4AAB3D!important;
  }
  .sq{
    color: #0D2C63;
    margin-bottom: 20px;
  }

  .sq span{
    color: #4AAB3D !important;
    font-weight: 700;
  }
   .card-title1{
    color:  #4AAB3D!important;
    font-weight: 600;
    font-size: 24px;
    transition: 100ms;
  }
  .cl p{
     /* background-color: #57B33E; */
     padding: 0px;
     font-size: 16px;
     font-weight: 500;
  }
  .sub_heading{
    font-size: 24px;
    color:  #4AAB3D!important;
  }
  .sub-hr-line{
    border: 1px solid #4AAB3D !important;
    width: 26%;
    margin-top: 1px;
  }
  .col1{
     border-right: 1px dotted black;
     padding-left: 7px;
     padding-right: 10px;
  }

.collapsed{
  background-color: white;
}
/* Nagpur Benefits */
.be_fl{
 background-color:#a1d8ae;
 background-image: url(../Images/shape-5.png);
 background-repeat: no-repeat;
 /* background-size: cover; */
 border-radius: 20px;
 color:black;
 border-top: 2px solid #4AAB3D; 
}
.be_fl p{
  text-align:justify ;
  font-size: 17px;
 font-weight: 500;
 word-spacing:2px ;
 line-height: 29px;
}
.be_fl h5{
  color: #4AAB3D;
  font-size: 29px;
}
.se5-ig{
  width: 100px;
  height: 75px;
  border-radius: 25px;
}
.contact-box{
  padding: 20px 30px;
  background-color: #4AAB3D;
  margin: 20px 0px;
}
.icon-contact{
  gap: 20px;
}
.icon-contact i{
  background-color: #4AAB3D;
  padding: 10px;
  width: 6%;
  height: 35px;
  color: white;
  border: 1px solid white;
  border-radius: 50%;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.icon-contact h5{
  margin-top: 4px;
  font-weight: 700;
  word-spacing: 4px;
}
.contact-box p{
  font-size: 20px;
  margin-top: 10px;
  margin-left: 6px;
}
.brances-link a{
  color: white;
}
.brances-link li:hover{
  transform: translateY(-5px);
  color: #4AAB3D;

  border-bottom-width: 2px;
  transition: 2s;

}
.brances-link li:visited{
  color: blue;
}
/* Style for the dropdown menu */
.dropdown-menu {
  background-color: rgba(0, 0, 0, 0.564); /* Black background with 20% opacity */
  backdrop-filter: blur(10px); /* Blur effect for a glassy look */
  padding: 10px 15px; /* Vertical padding of 10px and horizontal padding of 15px */
  border: none; /* Optional: Remove border for a cleaner look */
  border-radius: 8px; /* Optional: Add rounded corners */
}

/* Optional: Style the dropdown items */
.dropdown-item {
  color: white !important; /* Make text white for contrast */
  transition: background-color 0.3s ease; /* Smooth hover effect */
}
.card-title{
  font-weight: 600;
}
.loan-scheme-accordion{
  /* border: 1px solid #0D2C63; */
  background-color: #C0EBA6 !important;
}
.loan-scheme-accordion:hover{
  background-color: #C0EBA6 !important;
  border: none !important;
}

/* On hover, change the background color of items */
.dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.1); /* Light translucent hover effect */
}
.offcanvas-body{
  background-color: rgba(0, 0, 0, 0.381); /* Black background with 20% opacity */
  backdrop-filter: blur(10px); /* Blur effect for a glassy look */
}
.offcanvas{
  background-color: rgba(0, 0, 0, 0.381); /* Black background with 20% opacity */
}
.offcanvas a.nav-link{
  color: white !important;
}
.offcanvas-title{
  color: white !important;
}
.offcanvas-header .btn-close {
  filter: invert(1); /* Inverts the default black color to white */
  opacity: 1; /* Ensures full visibility */
}

.offcanvas-header .btn-close:hover {
  filter: invert(0.8); /* Slightly reduce the invert effect on hover */
  opacity: 0.8; /* Add a subtle hover effect */
}
  /* Lightbox overlay */
  .lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 9999; /* Ensures lightbox is on top */
  }
  
  /* Show the lightbox */
  .lightbox.show {
    opacity: 1;
    visibility: visible;
  }
  
  /* Lightbox content */
  .lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
  }
  
  /* Lightbox image */
  .lightbox-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    max-height: 90vh;

  }
  .lightbox-image:hover{
    cursor: pointer;
  }
  
  /* Close button */
  .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    font-size: 24px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 5px 10px;
    transition: background 0.2s ease;
  }
  
  .close:hover {
    background: rgba(255, 0, 0, 0.7);
  }
  
  /* Responsive styling */
  @media (max-width: 768px) {
    .lightbox-content {
      max-width: 80%;
    }
  
    .close {
      font-size: 20px;
    }
  }
  .contact-with-us h5{
    color: #4AAB3D;
    font-weight: 700;
  }
  .contact-with-us h2{
    font-size: 40px;
    font-weight: 700;
  }
  .contact-with-us p{
    line-height: 30px;
  }
  .contact-icon i{
    color: white;
    background-color: #4AAB3D;
    padding: 13px;
    border-radius: 50%;
    font-size: 23px;
  }
  .fa-location-dot{
    padding: 13px 15px !important;
  }
  .contact-with-us h2::after {
    content: "";
    display: block;
    width: 120px;
    height: 3px;
    background-color: #4AAB3D;
    margin: 4px;
}
.service-icon{
  height: 100px;
  width: 100px;
}
.trusted-bg{
  background-color: #e8f6e4;
}
.sq{
  color: black;
}
.contact-section{
  background-color: #f0f8ee;
}
.col2-img{
  background-image: url(../Images/why-choose-col-1.webp);
  height: 450px;
  width: 100%;
}
.amravti-section{
  background-image: url(../Images/about-background.png);
  background-attachment: fixed;
}
.fl-con{
  background-image: url(../Images/about-background.png);
  background-attachment: fixed;
}
.Accordian_head{
  font-size: 35px;
    font-weight: 700;
}
 
  
   /* for card 1  */
/* .before-after-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px; /* Adjust as needed */
 /* } 

.before-after-card::before,
.before-after-card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: opacity 0.5s ease-in-out;
}

.before-after-card::before {
  background-image: url('../Images/solabg.webp'); /* Before Image */
  /* opacity: 1;
  transition: 1s;
}

.before-after-card::after {
  background-image: url('../Images/4ae30caf7f.webp'); /* After Image */
  /* content: 'On-Grid / Off-Grid';
  opacity: 0;
  transition: opacity 1s;  */
  /* font-size: 24px; /* Font size */
  /* font-weight: bold; 
  color: white; /* Text color */
  /* background-color: rgba(0, 0, 0, 0.5); /* Optional overlay */
/* } 

.before-after-card:hover::after {
  opacity: 1;
}


.before-after-card:hover::before {
  opacity: 0;
   transition: 1s;
}

.before-after-card:hover::after {
  opacity: 1;
   transition: 1s;
} */
/* for card 2 */
/* .card2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px; /* Adjust height as needed */
/* }

.card2::before,
.card2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: opacity 0.5s ease-in-out;
}

.card2::before {
  background-image: url('../Images/work-process-img4.png'); /* Before Image */
  /* transition: 1s;
  opacity: 1;
} 

.card2::after{
  background-image: url('../Images/commertial-img.jpg');
  content: ' Commertial/Residential'; /* After Image */
  /* opacity: 0;
  transition: opacity 1s;
  font-size: 24px; /* Font size */
  /* font-weight: bold;
  color: white; /* Text color */
  /* background-color: rgba(0, 0, 0, 0.5); /* Optional overlay */
/* } 

.card2:hover::before {
  opacity: 0;
   transition: 1s;
}

.card2:hover::after {
  opacity: 1;
   transition: 1s;
} */ 

.para-heading1{
  font-size: 32px !important;
  font-weight: 700 !important;
}
.para-heading1 span{
  color: #4AAB3D;
}
.amravati-contact-form{
  box-shadow: 0px 0px 8px #4aab3dbd;
  border-radius: 5px;
  background-color: #e8f6e4;
}
.green-c{
  color: #54F237;
}
.green-card{
/*
* Created with https://www.css-gradient.com
* Gradient link: https://www.css-gradient.com/?c1=54f237&c2=3ba311&gt=l&gd=dtl
*/
background: #54F237;
background: linear-gradient(135deg, #54F237, #3BA311);
  border-radius: 40px;
  padding: 30px;
}
.green-card{
  text-align: justify;
}
.g-border{
  padding-right:20px ;
  border-right: 1px dashed  #FFFFFF33;
}
.row-green{
  border-style: dashed;
  border-width: 1px 1px 1px 1px;
  border-color: #FFFFFF33;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 50px 40px 50px 40px;
  border-radius: 40px;
}
.quote-form {
  background: green;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  width: 100%;
  text-align: left;
}
.btn-quote {
  background-color: #54F237;
  color: white;
  width: 100%;
font-size: 20px;
font-weight: 600;
}
.btn-quote:hover {
  background-color: #54F237;
}
.heading-2-solar h2{
  color: #079B07;
  font-size: 44px;
  font-weight: 700 !important;
  line-height: 60px;
}
.heading-2-solar span{
  color: #0D2C63;
}
.heading-2-solar::after {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  background-color: #4AAB3D;
  margin: 5px;
}
.nav-heading{
  font-size: 30px;
  background-color: white !important;
  margin-bottom: 20px;
}
.nav-heading:hover{
  background-color: #C0EBA6 !important;
}
.nav-tab-heading{
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #4AAB3D;
}
.nav-tab-heading span{
  color: #0D2C63;
}

.nav-pills .nav-link {
  color: black;
  font-weight: 600;
  font-size: 20px;
  border-radius: 5px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.nav-pills .nav-link.active {
  background-color: green !important;
  color: white !important;
}

.nav-pills .nav-link:hover {
  background-color: rgba(0, 128, 0, 0.2);
  color: green;
}

/* Smooth transition for tab content */
.transition-effect {
  transition: opacity 0.5s ease-in-out, transform 0.3s ease-in-out;
  opacity: 1;
  transform: translateY(0px);
}

.tab-pane {
  opacity: 0;
  transform: translateY(20px);
}

.tab-pane.show {
  opacity: 1;
  transform: translateY(0px);
}

.sticky-social-call {
  position: fixed;
  bottom: 2%;
  right: 2%;
  display: flex;
  flex-direction: column;
  gap: 10px; /* Spacing between buttons */
  z-index: 999;
}

.Btn-wp, .Btn-call {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
  position: relative;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}

.svgContainer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  backdrop-filter: blur(0px);
  letter-spacing: 0.8px;
  border-radius: 50%;
  transition: all 0.3s;
  border: 1px solid rgba(156, 156, 156, 0.466);
}

.BG {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #5CB338;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
  transition: all 0.3s;
}

.Btn-call .BG {
  background: #007aff; /* Blue color for call button */
}

.calulate-type-btn{
  background-color: #5CB338 !important;
  padding: 10px 0px;
  border: none;
  color: white;
}


/* blog content  */


/* featured section  */

.feature-btn button{
  background-color: transparent;
  border: none;
  font-weight: 600;
  color: #079B07;
  font-family: var(--primary-font);
  font-size: 18px;
 
} 
.feature-btn button:hover{
  color: #007aff!important;
}
.feature-btn button a{
  text-decoration: none;
  color: #079B07;
 
}
.slider-content{
 margin-top: 150px;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #9dbf4b;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 50%;
    margin-bottom: 10px;
    
}
.head-feature{
  color: #0d2c63;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 30px;
}
.feature-section{
  background-image: url(/Images/about-background.webp);
  background-attachment:fixed;
padding-top: 30px;
  /* background-color: #27577d; */
}
.img-card1{
  background-image: url(/Images/blogs/solar-feature1.jpg);
  height: 400px;
  background-position: center;
  background-size: cover;
  border-radius: 30px;
 
  
}
.img-card2{
  background-image: url(/Images/blogs/solar-feature2.jpg);
  height: 400px;
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  
}
.img-card3{
  background-image: url(/Images/blogs/solar-feature3.jpg);
  height: 400px;
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  
}
.img-card4{
  background-image: url(/Images/blogs/solar-feature4.jpg);
  height: 400px;
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  
}
.img-card5{
  background-image: url(/Images/blogs/solar-feature5.jpg);
  height: 400px;
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  
}
.img-card6{
  background-image: url(/Images/blogs/solar-feature6.jpg);
  height: 400px;
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  
}
.img-card7{
  background-image: url(/Images/blogs/solar-feature-7.jpg);
  height: 400px;
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  
}
.img-card8{
  background-image: url(/Images/blogs/feature8.jpg);
  height: 400px;
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  
}
.img-card9{
  background-image: url(/Images/blogs/solar-feature9.jpg);
  height: 400px;
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  
}
.img-card10{
  background-image: url(/Images/blogs/solar-feature10.jpg);
  height: 400px;
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  
}
.img-card11{
  background-image: url(/Images/blogs/solar-feature-11.jpg);
  height: 400px;
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  
}
.img-card12{
  background-image: url(/Images/blogs/solar-feature12.jpg);
  height: 400px;
  background-position: center;
  background-size: cover;
  border-radius: 30px;

  
}
.inner-img-content img{
  width: 60px;
  height: 60px;
}
.inner-img-content{
  background-color:#079b07af;
  width: 300px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  align-items: center;
  padding: 20px 10px;
}
.inner-img-content h2{
  font-size: 25px;
 text-align: center;
 color: white;
 margin-top: 20px;
 line-height: 30px;
 font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 }
 .img-card1 {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 20px 20px;
 
 }
  .img-card2 {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 20px 20px;
 
 }
  .img-card3 {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 20px 20px;
 
 }
   .img-card4 {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 20px 20px;
 
 }
  .img-card5 {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 20px 20px;
 
 }
   .img-card6 {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 20px 20px;
 
 }
   .img-card7 {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 20px 20px;
 
 }
   .img-card8 {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 20px 20px;
 
 }
    .img-card9 {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 20px 20px;
 
 }
    .img-card10 {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 20px 20px;
 
 }
     .img-card11 {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 20px 20px;
 
 }
      .img-card12 {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 20px 20px;
 
 }
 .left-card .card{
  margin-bottom: 70px;
  border: none;
   border-radius: 30px;
   background-color: transparent;
 }
 .left-card p{
  color: rgba(0, 0, 0, 0.438);
  font-size: 18px;
  font-weight: 700;
  font-family: var(--primary-font);
 
 
 }
 .card-para{
  margin-top: 20px;
  
 
 }
 .sub-head-card{
  color:#9dbf4b;
  font-family: var(--primary-font);
  font-weight: 600;
 }
  .left-card1 .card{
  margin-bottom: 70px;
  border: none;
   border-radius: 30px;
   background-color: transparent;
 }
 .left-card1 p{
  color: rgba(0, 0, 0, 0.438);
  font-size: 18px;
  font-weight: 700;
  font-family: var(--primary-font);
  margin-top: 20px;
 }

 /* latest  */
 .work-process-section2{
  margin-bottom: 100px;
 }
 .first-content{
  margin-top: 10px;
  display: flex;
  gap: 20px;
 }
 .first-content img{
  width: 300px;
  height: 200px;
  border-radius: 20px;
 }
 .first-content1{
  margin-top: 10px;
  display: flex;
  gap: 20px;
 }
 .first-content1 img{
  width: 400px;
  height: 200px;
  border-radius: 20px;
 }
 .info-content p{
 color: rgba(0, 0, 0, 0.438);
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;

 }
 .info-content h2{
  font-size: 20px;
  margin-top: 30px;
   margin-bottom: 30px;
  font-weight: 700;
  color: #0D2C63;

 }
 .work-process-section2{
  margin-top: 20px;
 }
.info-content a{
  text-decoration: none;
  color: #079B07;
  border-bottom: none;
 }
 
 .info-content button {
  text-decoration: none;
  border-bottom: none;
  border: none;
  background-color: transparent;
  font-size: 18px;
  font-weight:700 ;
  color: #079B07;
 }
 .info-content a:hover{
  color: #007aff;
 }
 .left-card4 .card{
  margin-bottom: 70px;
  border: none;
   border-radius: 30px;
   background-color: transparent;
   
 }
 .left-card4 p{
  color: rgba(0, 0, 0, 0.438);
  font-size: 18px;
  font-weight: 700;
  font-family: var(--primary-font);
  margin-top: 20px;
  
 }
 .left-card5 .card{
  margin-bottom: 70px;
  border: none;
   border-radius: 30px;
   background-color: transparent;
 }
 .left-card5 p{
  color: rgba(0, 0, 0, 0.438);
  font-size: 18px;
  font-weight: 700;
  font-family: var(--primary-font);
  margin-top: 20px;
 }
  .left-card6 .card{
  margin-bottom: 70px;
  border: none;
   border-radius: 30px;
   background-color: transparent;
 }
 .left-card6 p{
  color: rgba(0, 0, 0, 0.438);
  font-size: 18px;
  font-weight: 700;
  font-family: var(--primary-font);
  margin-top: 20px;
 }
 .inner-img-content1 img{
  width: 60px;
  height: 60px;
}
.inner-img-content1{
  background-color:#079b07c3;

  width: 200px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  align-items: center;
  padding: 10px 10px;
}
.inner-img-content1 h2{
  font-size: 20px;
 text-align: center;
 color: white;
 margin-top: 20px;
 line-height: 30px;
 font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 }


