<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main-page {
  font-family: "Montserrat";
}

.heading {
  font-weight: 600;
  font-size: 40px;
  color: #000;
  line-height: 48px;
}

.event-color {
  color: #ee7126;
}

.heading2 {
  font-weight: 600;
  font-size: 24px;
  color: #000;
  line-height: 32px;
  text-align: center;
  padding:0 5% 0 5%;
}

.heading4 {
  font-weight: 600;
  font-size: 24px;
  color: #000;
  margin-top: 5%;
}

.main-block {
  padding: 120px 3% 3% 3%;
}

.featured_events {
  display: flex;
  min-width: 258px;
  overflow-y: auto;
}

.width-100{
  width: 100%;
}

.plan-event{
  margin-top: 3%;
}

#featured-events-home {
  display: flex;
  min-width: 258px;
  overflow-y: auto;
  margin: 0;
}

.home-event-card-arrow-container {
  height: 100%;
  width: 50px;
  padding-top: 70px;
}

.home-event-card-arrow-container img {
  height: 100%;
  width: auto;
  filter: invert(63%) sepia(32%) saturate(4310%) hue-rotate(337deg) brightness(92%) contrast(108%);
  cursor: pointer;
  object-fit: fill;
}

.home-event-card-arrow-container img:hover {
  filter: invert(91%) sepia(64%) saturate(6288%) hue-rotate(296deg) brightness(102%) contrast(96%);
}

.search-box{
  margin-top: 6px;
}

@media (max-width: 1200px) {
  .home-event-card-arrow-container {
    display: none;
  }
}


@media (min-width: 576px) {
  .heading {
    font-weight: 600;
    font-size: 80px;
    color: #000;
    line-height: 88px;
  }

  .heading2 {
    font-weight: 600;
    font-size: 40px;
    color: #000;
    line-height: 32px;
    text-align: left;
    padding: 16px 0 0 0;
  }

  #featured-events-home {
    display: flex;
    min-width: 258px;
    /* overflow-y: auto; */
    margin: 0 0px 42px;
    padding-left: 0;
  }

  .search-box{
    margin-top: 6px;
  }

}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  /* color: var(--bs-btn-disabled-color); */
  color: #FFF;
  pointer-events: none;
  background-color: rgba(243, 113, 38, 1);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

img.event-img {
  padding: 0px;
}

#featuredEventsCarousel {
  height: 300px;
}

.event-card-home {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.custom-carousel-container {
  overflow: hidden;
  position: relative;
}

.custom-carousel-track {
  margin: 0 20px;
  display: flex;
  gap: 1rem;
  transition: transform 0.3s ease-in-out;
}

.event-slide {
  flex: 0 0 100%;
}

@media (min-width: 768px) {
  .event-slide {
    flex: 0 0 50%;
  }
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: #000;
  color: #fff;
  border: none;
  font-size: 2rem;
  width: 40px;
  height: 40px;
  opacity: 0.7;
  border-radius: 50%;
  cursor: pointer;
}

.prev-btn {
  left: 1px;
}
.next-btn {
  right: 1px;
}
 

@media (max-width: 768px) {
  .row.image-container,
  .row.event_title,
  .row.event_details {
    margin: 0 auto;
    justify-content: center;
  }

  .event-slide {
    flex: 0 0 100%;
  }
}




.custom-carousel-track {
  gap: 0.5rem;
  padding: 1rem 0;
}


.event-slide {
  flex: 0 0 100%; /* Mobile first: 1 card per row */
}

@media (min-width: 576px) {
  .event-slide {
    flex: 0 0 50%; /* 2 cards on small screens */
  }
}

@media (min-width: 992px) {
  .event-slide {
    flex: 0 0 25%; /* 4 cards on laptop/desktop */
  }
}

.ec-logo {
  width: 230px;
  height: 40px;
}</pre></body></html>