body {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  background: #ffffff;
}

.carousel-inner img {
  width: 250px;
  /* Ensures the image stretches to the full width of the carousel */
  height: 700px;
  /* Set your desired height */
  object-fit: cover;
  /* Ensures the image fills the area without distortion */
}

@media (min-height: 780px) {
  .carousel-inner img {
    height: 1080px;
  }
}









/* Service Section Styling */
.services {
  background-color: #f9f9f9;
  padding: 10px;
  padding-right: 50px;
}

.services h2 {
  text-align: center;
  font-size: 2.4rem;
  color: #004d40;
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
}

.services h2::after {
  content: '';
  display: block;
  width: 420px;
  height: 4px;
  background: #28a745;
  margin: 20px auto 0;
}

/* Ensure cards expand and stay centered */
.custom-col {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}

@media (min-height: 780px) {
  .custom-col {
    max-width: 100%;
    justify-content: center;
  }
}

.custom-col {
  display: flex;
  justify-content: center;
}

.services .card {
  height: 100%;
  max-height: 180px;
  width: 550px; /* base width */
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.6s ease;
  margin: 0 auto;
}

@media (min-height: 780px) {
  .services .card {
    width: 630px; /* increased on taller screens */
    padding-right: 50px;
    max-height: 205px;
  }
}


.services .card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.services .card-name {
  width: 100%;
  text-align: center;
  display: block;
}

.services .card-title {
  color: #004d40;
  font-size: 1.5rem;
}

.services .card .row {
  display: flex;
  flex-direction: row;
}

.services .card-text {
  font-weight: 400;
  padding-left: 10px;
  padding-top: 10px;
}

@media (min-height: 780px) {
  .services .card-text {
    font-weight: 500;
    font-size: 1.2rem;
    padding-left: 20px;
    padding-top: 10px;
  }
}

/* Card Image Styling */
.services .card img {
  width: 250px;
  height: 180px;
  object-fit: cover;
}

@media (min-height: 780px) {
  .services .card img {
    height: 205px;
  }
}

/* Card Body */
.services .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}








.whyus {
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  background: #e8f5e9;
}

.whyus-container {
  background: linear-gradient(90deg, #a5d6a7, #81c784);
  padding: 20px 2px;
  border-radius: 30px;
  width: 1200px;
  color: #004d40;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

@media (min-height: 780px) {
  .whyus-container {
    width: 1600px;
  }
}

.whyus-intro {
  font-size: 18px;
  color: #000000;
  line-height: 1.6;
  width: 100%;
  margin: 0 auto 30px auto;
  padding-left: 70px;
  padding-right: 70px;
}

@media (min-height: 780px) {
  .whyus-intro {
    font-size: 20px;
    padding-left: 90px;
    padding-right: 90px;
  }
}

.whyus h2 {
  text-align: center;
  font-size: 2.4rem;
  color: #004d40;
  margin-bottom: 50px;
  position: relative;
}

.whyus h2::after {
  content: '';
  display: block;
  width: 150px;
  height: 4px;
  background: #28a745;
  margin: 20px auto 0;
}
.whyus-bubbles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
  gap: 90px;
  /* Adjust spacing between circles here */
}

@media (min-height: 780px) {
  .whyus-bubbles {
    gap: 150px;
  }
}

.bubble-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 120px;
  text-align: center;
}

.bubble {
  width: 102px;
  height: 102px;
  border-radius: 80%;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (min-height: 780px) {
  .bubble {
    width: 130px;
    height: 130px;
  }
}

.bubble img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.bubble-wrapper p {
  margin-top: 10px;
  font-size: 16px;
  color: #004d40;
}

@media (min-height: 780px) {
  .bubble-wrapper p {
    font-size: 20px;
  }
}

.bubble:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}












.partners-modern {
  padding: 70px 0px;
  background: linear-gradient(to right, #e0f7fa, #ffffff);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.partners-modern h2 {
  text-align: center;
  font-size: 2.4rem;
  color: #004d40;
  margin-bottom: 30px;
  position: relative;
}

.partners-modern h2::after {
  content: '';
  display: block;
  width: 270px;
  height: 4px;
  background: #28a745;
  margin: 20px auto 0;
}

.partner-glass-card {
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  height: 400px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 40px;
}

@media (min-height: 780px) {
  .partner-glass-card {
    height: 450px;
    max-width: 1600px;
  }
}

.glass-content h3 {
  font-size: 2rem;
  color: #00796b;
  text-align: center;
  padding-bottom: 20px;
}

@media (min-height: 780px) {
.glass-content h3 {
    padding-top: 50px;
  }
}

.glass-content p {
  font-size: 1.1rem;
  line-height: 2;
  color: #000000;
  text-align: center;
}

@media (min-height: 780px) {
.glass-content p  {
    font-size: 1.20rem;
  }
}

.logo-grid img {
  width: 100%;
  max-width: 120px;
  height: 120px;
  object-fit: contain;
  background: #ffffff;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

@media (min-height: 780px) {
.logo-grid img  {
   padding-top: 50px;
   max-width: 150px;
  }
}

.logo-grid img:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}









.green-impact {
  background: linear-gradient(to right, #e0f7fa, #ffffff);
  padding: 10px 20px;
  padding-bottom: 50px;
}

.green-impact h2 {
  text-align: center;
  font-size: 2.4rem;
  color: #004d40;
  margin-bottom: 50px;
  position: relative;
}

.green-impact h2::after {
  content: '';
  display: block;
  width: 350px;
  height: 4px;
  background: #28a745;
  margin: 20px auto 0;
}

.impact-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  text-align: center;
  margin-top: 30px;
}

.impact-stats div {
  background: white;
  padding: 30px 20px;
  border-left: 4px solid #00796b;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.impact-stats img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  background: white;
  padding: 10px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

@media (min-height: 780px) {
.impact-stats img  {
    width: 120px;
    height: 120px;
  }
}

.impact-stats p {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}

@media (min-height: 780px) {
.impact-stats p   {
      font-size: 21px;
  }
}






















footer {
  background: #222;
  color: #ccc;
  text-align: center;
  padding: 20px;
  font-size: 14px;
}





