/* Existing CSS */
.bannergovern img {
  width: 100%;
  height: 85vh;
}

.projectshpowncaseh1 {
  margin-top: -66vh !important;
  display: flex;
  justify-content: center;
  font-size: 100px !important;
  flex-direction: column;
  align-items: center;
}

@media (max-width:1024px) {
  .projectshpowncaseh1 {
    margin-top: -66vh !important;
    font-size: 69px !important;
  }
}

@media (max-width:768px) {
  .projectshpowncaseh1 {
    margin-top: -66vh !important;
    font-size: 39px !important;
  }
  .col-md-4.governp {
    font-size: 14px;
    text-align: justify;
  }
}

@media (max-width:425px) {
  .col-md-4.governp {
    font-size: 12px;
    text-align: justify;
  }
  .projectshpowncaseh1 {
    margin-top: -66vh !important;
    font-size: 25px !important;
  }
  .row.justify-content-center {
    padding: 30px;
  }
}

/* New CSS for Vertical Scrolling - Scoped with govt- prefix */
.govt-fullpage-container {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.govt-section {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 1;
}

.govt-section.active {
  opacity: 1;
  z-index: 5;
}

/* Navigation dots - scoped */
.govt-nav-dots {
  position: absolute; /* Changed from fixed to absolute */
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.govt-nav-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid #57561b;
  cursor: pointer;
  transition: all 0.3s ease;
}

.govt-nav-dot.active {
  background-color: #57561b;
}

/* Preschool Section Styling */
.preschool-bg {
  height: 100%;
  width: 100%;
  background: url('/assets/Preschool.png') no-repeat;
  background-size: cover;
  position: relative;
  padding: 50px 0;
  display: flex;
  align-items: center;
}

.project-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 30px;
}

.preschool-heading {
  font-size: 38px;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
}

.dept-name {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}

.gold-underline {
  width: 120px;
  height: 4px;
  background-color: #D4AF37;
  margin-bottom: 25px;
}

.preschool-text {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
}

.preschool-images {
  position: relative;
  text-align: right;
}

.preschool-design-img {
  max-width: 64%;
  height: auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Additional styling for other sections */
#govt-section3 {
  background-color: #e8f7f7;
}

#govt-section4 {
  background-color: #f7e8f7;
}

.section-content {
  max-width: 800px;
}

.section-content h2 {
  font-size: 50px;
  margin-bottom: 20px;
  color: #57561b;
}

.section-content p {
  font-size: 24px;
}
@media (max-width:1024px) {
  .preschool-heading {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
}
  
}
/* Maintain responsiveness */
@media (max-width: 992px) {
  .preschool-heading {
    font-size: 32px;
  }
  
  .dept-name {
    font-size: 18px;
  }
  
  .preschool-images {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .preschool-bg {
    padding: 30px 0;
  }
  
  .preschool-heading {
    font-size: 22px;
  }
  .preschool-text {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}
  
  .project-title {
    margin-bottom: 20px;
  }
  
  .preschool-images {
    text-align: center;
    margin-top: 40px;
  }
  
  .section-content h2 {
    font-size: 36px;
  }
  
  .section-content p {
    font-size: 18px;
  }
  
  .govt-nav-dot {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 425px) {
  .preschool-heading {
    font-size: 13px;
    margin-top: 10px;
  }
  .project-title {
   display: none;
}
  .dept-name {
    font-size: 16px;
  }
  
  .gold-underline {
    width: 100px;
    height: 3px;
    margin-bottom: 20px;
  }
  
  .preschool-text {
    font-size: 12px;
  }
  
  .section-content h2 {
    font-size: 28px;
  }
  
  .section-content p {
    font-size: 16px;
  }
  
  .govt-nav-dots {
    right: 10px;
  }
  
  .govt-nav-dot {
    width: 8px;
    height: 8px;
  }
  .preschool-images {
    margin-top: unset !important;
  }
}