body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: linear-gradient(135deg, #1c080a, #2e0f13, #1f080b, #1c080a);
  background-size: 400% 400%;
  animation: gradientBG 15s ease infinite;
  color: #fff;
}
@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.festival-bg-animation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
}
.floating-festival-icon {
  position: absolute;
  color: rgba(255, 215, 0, 0.07);
  animation: floatFestivalIcon linear infinite;
}
.floating-festival-icon:nth-child(1) {
  top: 5%;
  left: -10%;
  font-size: 70px;
  animation-duration: 20s;
}
.floating-festival-icon:nth-child(2) {
  top: 15%;
  left: -15%;
  font-size: 90px;
  animation-duration: 26s;
}
.floating-festival-icon:nth-child(3) {
  top: 25%;
  left: -12%;
  font-size: 60px;
  animation-duration: 22s;
}
.floating-festival-icon:nth-child(4) {
  top: 35%;
  left: -18%;
  font-size: 100px;
  animation-duration: 30s;
}
@keyframes floatFestivalIcon {
  0% {
    transform: translateX(-100px) translateY(0) rotate(0deg);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    transform: translateX(110vw) translateY(-60px) rotate(360deg);
    opacity: 0;
  }
}
.muhurat-filter-card {
  background: rgba(46, 15, 19, 0.75);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 20px;
  border: 1px solid rgba(255, 215, 0, 0.25);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}
.select2-container--default .select2-selection--single {
  background: rgba(28, 8, 10, 0.9) !important;
  border: 1px solid rgba(255, 215, 0, 0.3) !important;
  border-radius: 10px !important;
  height: 48px !important;
  display: flex;
  align-items: center;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #fff !important;
  font-size: 0.95rem;
  padding-left: 12px;
}
.select2-dropdown {
  background: #2e0f13 !important;
  border: 1px solid rgba(255, 215, 0, 0.4) !important;
  border-radius: 12px !important;
}
.select2-results__option {
  color: #f1f2f6 !important;
  padding: 10px 15px !important;
}

.month-card {
  border: 1px solid rgba(255, 215, 0, 0.15);
  border-radius: 18px;
  background: rgba(46, 15, 19, 0.55);
  backdrop-filter: blur(12px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
  margin-bottom: 30px;
  overflow: hidden;
  height: 100%;
}
.month-header {
  background: linear-gradient(
    135deg,
    rgba(231, 76, 60, 0.9),
    rgba(241, 196, 15, 0.9)
  );
  color: #000;
  padding: 16px 20px;
  font-size: 1.15rem;
  font-weight: 700;
}
.table-muhurat th {
  background-color: rgba(28, 8, 10, 0.6);
  color: #ffd700;
  font-size: 0.85rem;
  text-align: center;
  padding: 12px 8px;
}
.table-muhurat td {
  vertical-align: middle;
  font-size: 0.88rem;
  text-align: center;
  padding: 12px 8px;
  color: #f1f2f6;
}
.badge-festival {
  background: rgba(231, 76, 60, 0.2);
  color: #ff6b6b;
  border: 1px solid rgba(231, 76, 60, 0.4);
  padding: 5px 12px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 0.82rem;
}
.badge-time {
  background: rgba(241, 196, 15, 0.2);
  color: #f1c40f;
  border: 1px solid rgba(241, 196, 15, 0.4);
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.78rem;
}
.btn-search-glow {
  background: linear-gradient(45deg, #e74c3c, #f1c40f);
  border: none;
  color: #000;
  font-weight: 700;
  height: 48px;
  border-radius: 10px;
}
.custom-date-input {
  background: rgba(28, 8, 10, 0.9) !important;
  border: 1px solid rgba(255, 215, 0, 0.3) !important;
  color: #fff !important;
  border-radius: 10px !important;
  height: 48px !important;
  text-align: center;
}
.no-data-box {
  background: rgba(46, 15, 19, 0.5);
  color: #f1c40f;
  border: 2px dashed rgba(231, 76, 60, 0.4);
  border-radius: 18px;
  padding: 40px;
  font-size: 1.15rem;
  font-weight: 600;
}
h1,
h2,
h3,
h4,
label {
  color: #fff !important;
}
.breadcrumb > li > a {
  color: #f1c40f;
}
