:root{
  --white: #fff;
  --black: #000;
  --light-gray: #f7f8fa;
  --navy-blue: #0a2239;
}

*,body {
  font-family: 'Poppins', sans-serif;
}
.main-banner {   
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url('../image/hero-banner.jpg')no-repeat center center/cover;
   width: 100%;
}
.roundedcorner {
  background: linear-gradient(rgba(0, 0, 0, 0.172), rgba(0, 0, 0, 0.143));
  font-size: 18px;
  border-radius: 50px 50px;
  }
  
.navbar .nav-link:hover {
  color: #198754; /* Bootstrap success color */
}

.btn-light:hover {
  background-color: #198754;
  color: var(--white)
  transition: 0.3s;
}
.bottom-img {
  width: 100%;
  line-height: 12;
}

/* <!---CSS--> */ 
.mission-section h2 {
  font-size: 2rem;
  line-height: 5;
}

.mission-card {
  border: none;
  transition: all 0.3s ease;
}

.mission-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/*  text */
.text-black{
  color: #000;
}
.text-white{
  color: var(--white)
}

/* background */
.bg-white{
  background: var(--white)
}
.bg-dark{
  background: var(--black);
}
.bg-navy-blue{
  background: var(--navy-blue);
}
.bg-light-gray{
  background: var(--light-gray);
} 


/* Image card */
.image-card {
  background-size: cover;
  background-position: center;
  min-height: 250px;
  color: var(--white)
}

/* Badge tweak */
.badge {
  font-size: 0.8rem;
  border-radius: 1rem;
  padding: 0.4rem 0.8rem;
}

#smart-service {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url('https://images.expertreviews.co.uk/wp-content/uploads/2023/04/solar-panel-maintenance_shutterstock_2070531521_primary.jpg')no-repeat center center/cover;
  height: 85vh;
  width: 100%;
}
.Get-Started-btn{
  position: absolute;
  bottom: 15px;
  right: 15px;
}
#mission-card {
  background: url("../image/13.jpg");
  background-size: cover;
  background-position: center;
  min-height: 250px;
}
#light-card {
  background: url("../image/4.jpeg");
  background-size: cover;
  background-position: center;
  min-height: 250px;
}

#num {
  font-size: 100px;
  display: flex;
  flex-direction: column;
}



/* Full background section */
.solar-install {
  position: relative;
  background-image: url("../image/Solar.jpg");
  background-size: cover;
  background-position: center;
  height: 65vh; 
  display: flex;
  align-items: center;
  color: var(--white)
  overflow: hidden;
  margin-top: auto;
}

.solar-install::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 0;
}

/*container content */
.heading {
  position: relative;
  z-index: 1;
  width: 80%;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 4rem;
}

/* Paragraph or heading text (top-left) */
.Install h2 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.3;
  max-width: 450px;
  margin: 0;
}

/*Button bottom-right corner */
.btn-button {
  align-self: flex-end;
  margin-top: auto;
}

/*Custom button style */
.btn-custom {
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
  font-weight: 600;
  border-radius: 25px;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: 0.3s ease;
}

.btn-custom:hover {
  background-color: var(--white)
  transform: scale(1.05);
}

.arrow {
  font-size: 1.1rem;
  transition: 0.3s;  
}

.btn-custom:hover .arrow {
  transform: translateX(5px);
}

/*service designed*/
.container-1-fluid{
  color: rgb(3, 21, 3);
  font-size: 55px;
  padding: 20px;
  line-height: 1.1;
}


/* Main & footer section*/
.member-section {
  background: url("../image/solarpanel-fixing.avif") no-repeat center center/cover;
  height: 60vh;
  border-radius: 15px;
  margin: 2px 1px;
  padding: 60px;
}

.member-section h1 {
  font-size: 3rem;
}

.member-section p {
  font-size: 1.1rem;
  margin-bottom: 25px;
}

.footer-section {
  background-color: #011a29;
  
}

.footer-section h5 {
  margin-bottom: 20px;
  font-weight: 600;
}

.footer-section a {
  color: #b5bcc5;
  text-decoration: none;
}

.footer-section a:hover {
  color: #ffffff;
}

.footer-area {
  color: #b5bcc5;
}

.social-icons a {
  color: #b5bcc5;
  font-size: 1.3rem;
  margin-right: 15px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: var(--white)
}

#footer-container{
  line-height: 2rem;
  
}