:root {
  --top-banner-height: 150px;
}
@media (max-width: 768px) {
  :root {
    --top-banner-height: 150px;
  }
}

.olive {
  color: rgb(112, 112, 1);
}

.light-green {
  background-color: #f5f8f1;
}

.orange {
  background-color: rgb(244, 107, 3);
}

.top-cards .card {
  width: 18rem !important;
}

@media (max-width: 991.98px) {
  .top-cards .card {
    width: 100% !important;
  }
}
.carousel.slide {
  height: 35vh;
  margin-bottom: 2rem;
}

.carousel-inner {
  height: 100%;
}

.carousel-inner img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 992px) {
  .carousel.slide {
    height: 65vh;
  }
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 20px;
}

.top-header {
  height: var(--top-banner-height);
}

.top-header img {
  height: calc(var(--top-banner-height) - 3rem);
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 102px;
}

.event-cards {
  margin-top: 0;
  position: relative;
  z-index: 10;
  background: white;
}

.event-cards .card-img-top {
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.photo-card {
  width: 260px;
  position: relative;
  margin: 30px;
  cursor: pointer;
}

.photo-card .stack {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #ddd;
  z-index: 1;
  transform: rotate(-4deg);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.photo-card .stack:nth-child(2) {
  transform: rotate(4deg);
  z-index: 2;
}

.photo-card img {
  width: 100%;
  display: block;
  background: white;
  padding: 5px;
  border: 1px solid #ddd;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 3;
}

.photo-card .label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: 4;
}

.photo-card .label h3 {
  margin: 0;
  font-size: 18px;
  color: #333;
}

.photo-card .label span {
  font-size: 14px;
  color: #555;
}

/* Popup Background */
.popup {
  display: none;
  /* hidden default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Popup Box */
.popup-content {
  background: white;
  padding: 20px;
  border-radius: 8px;
  max-width: 700px;
  width: 90%;
  position: relative;
}

/* Close Button */
.close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 28px;
  cursor: pointer;
}

/* Video Box */
.video-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video-box iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.social-link {
  font-size: 13px !important;
}

#map {
  height: 450px;
  width: 100%;
}

.guru-purnima-section {
  font-family: "Georgia", serif;
  color: #333;
}

.section-title {
  font-weight: 600;
  font-size: 20px;
}

.info-row {
  display: flex;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 15px;
}

.info-row .label {
  min-width: 90px;
  font-weight: 600;
}

.info-row .value {
  color: #444;
}

.map-link {
  color: #d9534f;
  text-decoration: none;
}

.map-link:hover {
  text-decoration: underline;
}

.content-text {
  font-size: 15px;
  line-height: 1.9;
  text-align: justify;
  margin-bottom: 18px;
}

.guru-purnima-section {
  font-family: "Georgia", serif;
  color: #333;
}

.section-title {
  font-weight: 600;
  font-size: 20px;
}

.info-row {
  display: flex;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 15px;
}

.info-row .label {
  min-width: 90px;
  font-weight: 600;
}

.info-row .value {
  color: #444;
}

.map-link {
  color: #d9534f;
  text-decoration: none;
}

.map-link:hover {
  text-decoration: underline;
}

.content-text {
  font-size: 15px;
  line-height: 1.9;
  text-align: justify;
  margin-bottom: 16px;
}/*# sourceMappingURL=style.css.map */