.scholarship-section{
  background: rgba(255, 255, 255, 0.8); 
    padding:1rem;
}
.image-container {
  position: relative;
  display: inline-block;
}

.image-container img {
  display: block;
}

.image-text {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 24px;
  background-color: rgba(0, 0, 0, 0.5); /* optional background */
  padding: 5px 10px;
  border-radius: 5px;
}

.footer-section {
  background-color: #0b1c2d;
  color: white;
  padding: 50px 0;
  position: relative;
  font-family: Arial, sans-serif;
  background-image: url("grid-pattern.png"); /* Optional: use a grid background */
  background-size: contain;
}

.footer-section .btn-connect {
  background-color: hwb(44 0% 3%);
  color: black;
  font-weight: bold;
  padding: 15px 30px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(
    0% 0%,
    95% 0%,
    100% 10%,
    100% 90%,
    95% 100%,
    0% 100%,
    5% 90%,
    5% 10%
  );
  border: none;
}

.footer-logo {
  max-width: 150px;
}

.footer-title {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.footer-text {
  font-size: 14px;
  margin-top: 15px;
  max-width: 300px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.social-icon {
  margin-top: 15px;
  display: inline-block;
}

.social-icon img {
  width: 20px;
}

.scholarship-section {
  margin-top: 3rem;
  margin-bottom: 3rem;
  max-width: 800px;
  text-align: center;
}
.stats-section {
  background: #213569;
  color: #d4ff58;
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.stats-section::before {
  content: "";
  background: url("989f0668-1749-40c8-9a6c-b79d61b8265c.png") no-repeat center;
  background-size: cover;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.stats-overlay {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

.stats-overlay h2 {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 50px;
}

.stats-grid {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 30px;
}

.stat {
  flex: 1;
  min-width: 200px;
}

.number {
  font-size: 3rem;
  font-weight: bold;
  color: #d4ff58;
  margin-bottom: 10px;
}

.stat p {
  font-size: 1rem;
  color: #fff;
}

.dot-indicator {
  margin-top: 40px;
}

.dot {
  height: 10px;
  width: 10px;
  margin: 0 6px;
  background-color: #2b4c6f;
  border-radius: 50%;
  display: inline-block;
}

.dot.active {
  background-color: #d4ff58;
}

.subheading {
  color: #0072ce;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.heading {
  color: #0056b3;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 2rem;
}

.apply-button {
  background: #b2f7f5;
  color: #0056b3;
  text-decoration: none;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 30px;
  transition: background 0.3s ease;
  display: inline-block;
}

.apply-button:hover {
  background: #a0e5e3;
}
.services-section {
  /* padding: 60px 80px; */
  text-align: center;
}

.section-title {
  color: rgb(0, 0, 0);
  font-size: 32px;
  margin-bottom: 10px;
}

.underline-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.underline-icon span {
  height: 2px;
  width: 30px;
  background-color: #0056b3;
  margin: 0 4px;
}

.underline-icon .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0056b3;
}

.section-description {
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 16px;
  color: rgb(0, 0, 0);
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.service-card {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  width: 250px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.card-content {
  padding: 15px;
  text-align: center;
}

.card-icon {
  width: 25px;
  margin-bottom: 10px;
}

.card-content h3 {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin: 0;
}


/*last sections included before the media queries*/

  .solar-section {
    padding: 60px 15px;
    background-color: #f8fbff;
  }
  .solar-title {
    font-size: 2rem;
    font-weight: 700;
    color: #004080;
  }
  .solar-subtitle {
    font-size: 1.2rem;
    color: #333;
  }
  .solar-highlight {
    color: #ff8800;
    font-weight: bold;
  }
  .solar-card {
    background-color: white;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
  }
  .solar-card:hover {
    transform: translateY(-5px);
  }
@media (max-width: 425px) {
  .desktopTop {
    display: none;
  }
  .devkantiTopSec{
    background: white;
  }

    .welcomeSec{
    margin-top: 24vh;
  }
 
}

@media (min-width: 426px) and (max-width: 998px) {
  .mobileTop {
    display: none;
  }
  .stewardship-sectionFlex{
    display: flex;
  }

  .welcomeSec{
    margin-top: 33vh;
  }
}

@media (min-width: 999px) {
  .mobileTop {
    display: none;
  }
  .stewardship-sectionFlex{
    display: flex;
  }
   .welcomeSec{
    margin-top: 33vh;
  }
}

li a {
  text-decoration: none;
  color: white;
}

.solarPanelPng img{
  position: fixed;
  right: 0;
  top: 250px;
  z-index: -1;
}

.solarPanelPngmobile img {
  width: 50%;
  position: fixed;
  right: 0;
  bottom: 10px;
  z-index: -1;
}
