.elementor-903 .elementor-element.elementor-element-9b255d0 > .elementor-container{min-height:400px;}.elementor-903 .elementor-element.elementor-element-3332397 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-903 .elementor-element.elementor-element-3332397 > .elementor-container{min-height:400px;}.elementor-903 .elementor-element.elementor-element-96ef9a6 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-903 .elementor-element.elementor-element-96ef9a6 > .elementor-container{min-height:400px;}.elementor-903 .elementor-element.elementor-element-f824246 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-903 .elementor-element.elementor-element-f824246 > .elementor-container{min-height:400px;}.elementor-903 .elementor-element.elementor-element-ead62ef > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-903 .elementor-element.elementor-element-ead62ef > .elementor-container{min-height:400px;}.elementor-903 .elementor-element.elementor-element-0451a7c > .elementor-container{min-height:400px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d34ef3b *//* Hero Section Styles */
.museum-hero-section {
  position: relative;
  height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: ken-burns 20s ease-in-out infinite alternate;
}

@keyframes ken-burns {
  0% { transform: scale(1); }
  100% { transform: scale(1.1); }
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 50%, transparent 100%);
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.hero-text {
  max-width: 600px;
  color: white;
}

.hero-title {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  animation: slideInLeft 1s ease forwards;
}

@keyframes slideInLeft {
  0% {
    opacity: 10;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.hero-description {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  color: rgba(255,255,255,0.9);
  animation: slideInLeft 1s ease 0.3s forwards;
  opacity: 100;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  animation: slideInLeft 1s ease 0.6s forwards;
  opacity: 0;
}

.btn-primary {
  background-color: #dc2626;
  color: white;
  padding: 12px 32px;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn-primary:hover {
  background-color: #b91c1c;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(220, 38, 38, 0.3);
}

.pulse-button {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(220, 38, 38, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(220, 38, 38, 0);
  }
}

.btn-secondary {
  background-color: transparent;
  color: white;
  padding: 12px 32px;
  border: 2px solid white;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  background-color: white;
  color: #000;
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-description {
    font-size: 1.1rem;
  }
  
  .hero-buttons {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .btn-primary,
  .btn-secondary {
    width: 100%;
    max-width: 300px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-64c8bf9 *//* Navigation Tabs Styles */
.museum-nav-tabs {
  background-color: white;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 100;
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.nav-tabs {
  display: flex;
  gap: 2rem;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.nav-tabs::-webkit-scrollbar {
  display: none;
}

.nav-tab {
  padding: 1rem 0.5rem;
  border: none;
  background: none;
  font-size: 1rem;
  font-weight: 600;
  color: #6b7280;
  cursor: pointer;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
  position: relative;
}

.nav-tab:hover {
  color: #dc2626;
}

.nav-tab.active {
  color: #dc2626;
  border-bottom-color: #dc2626;
}

.nav-tab::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #dc2626;
  transition: width 0.3s ease;
}

.nav-tab:hover::after {
  width: 100%;
}

.nav-tab.active::after {
  width: 100%;
}

/* Responsive Design */
@media (max-width: 768px) {
  .nav-tabs {
    gap: 1rem;
  }
  
  .nav-tab {
    font-size: 0.9rem;
    padding: 0.75rem 0.25rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9dfa056 *//* Overview Section Styles */
.museum-overview-section {
  padding: 4rem 0;
  background-color: #f9fafb;
}

.overview-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Introduction Styles */
.overview-intro {
  margin-bottom: 4rem;
}

.intro-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  animation: slideInLeft 0.8s ease forwards;
}

.intro-paragraphs {
  space-y: 1rem;
}

.intro-paragraphs p {
  color: #374151;
  line-height: 1.7;
  margin-bottom: 1rem;
  animation: slideInLeft 0.8s ease forwards;
  opacity: 0;
}

.intro-paragraphs p:nth-child(1) { animation-delay: 0.2s; }
.intro-paragraphs p:nth-child(2) { animation-delay: 0.4s; }
.intro-paragraphs p:nth-child(3) { animation-delay: 0.6s; }

.intro-image {
  position: relative;
  animation: slideInRight 0.8s ease forwards;
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.overview-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.overview-img:hover {
  transform: scale(1.05);
}

/* Features Styles */
.overview-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.feature-card {
  background-color: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  text-align: center;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(30px);
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.feature-icon {
  width: 4rem;
  height: 4rem;
  background-color: #fee2e2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: #dc2626;
}

.icon {
  width: 2rem;
  height: 2rem;
}

.feature-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 1rem;
}

.feature-description {
  color: #6b7280;
  line-height: 1.6;
}

/* Stagger Animation */
@keyframes staggerIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.stagger-item {
  animation: staggerIn 0.6s ease forwards;
}

.stagger-item:nth-child(1) { animation-delay: 0.1s; }
.stagger-item:nth-child(2) { animation-delay: 0.3s; }
.stagger-item:nth-child(3) { animation-delay: 0.5s; }

/* Responsive Design */
@media (max-width: 768px) {
  .intro-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .overview-features {
    grid-template-columns: 1fr;
  }
  
  .feature-card {
    padding: 1.5rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bfe25bc *//* Exhibits Section Styles */
.museum-exhibits-section {
  padding: 4rem 0;
  background-color: white;
}

.exhibits-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.exhibits-header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 1.5rem;
  animation: scaleIn 0.6s ease forwards;
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.section-subtitle {
  font-size: 1.25rem;
  color: #6b7280;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
  animation: slideInUp 0.8s ease 0.3s forwards;
  opacity: 0;
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.exhibits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}

.exhibit-card {
  background-color: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(30px);
  animation: staggerIn 0.6s ease forwards;
}

.exhibit-card:nth-child(1) { animation-delay: 0.1s; }
.exhibit-card:nth-child(2) { animation-delay: 0.2s; }
.exhibit-card:nth-child(3) { animation-delay: 0.3s; }
.exhibit-card:nth-child(4) { animation-delay: 0.4s; }

.hover-lift:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.exhibit-image {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.exhibit-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.exhibit-card:hover .exhibit-image img {
  transform: scale(1.1);
}

.exhibit-category {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: #dc2626;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  z-index: 2;
}

.exhibit-content {
  padding: 1.5rem;
}

.exhibit-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 0.75rem;
}

.exhibit-description {
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.exhibit-details {
  margin-bottom: 1.5rem;
}

.detail-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

.detail-label {
  color: #9ca3af;
  font-weight: 500;
}

.detail-value {
  font-weight: 600;
  color: #374151;
  text-align: right;
  max-width: 60%;
}

.learn-more-btn {
  background: none;
  border: none;
  color: #dc2626;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
  transition: all 0.3s ease;
}

.learn-more-btn:hover {
  color: #b91c1c;
}

.learn-more-btn:hover .arrow-icon {
  transform: translateX(4px);
}

.arrow-icon {
  width: 1rem;
  height: 1rem;
  transition: transform 0.3s ease;
}

/* Responsive Design */
@media (max-width: 768px) {
  .exhibits-grid {
    grid-template-columns: 1fr;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .exhibit-content {
    padding: 1rem;
  }
  
  .detail-row {
    flex-direction: column;
    gap: 0.25rem;
  }
  
  .detail-value {
    text-align: left;
    max-width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-11c87e7 *//* Visit Information Section Styles */
.museum-visit-section {
  padding: 4rem 0;
  background-color: #f9fafb;
}

.visit-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.visit-header {
  text-align: center;
  margin-bottom: 3rem;
}

.visit-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.info-card {
  background-color: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  opacity: 0;
  transform: scale(0.3);
}

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.bounce-in {
  animation: bounceIn 0.8s ease forwards;
}

.bounce-in:nth-child(1) { animation-delay: 0.1s; }
.bounce-in:nth-child(2) { animation-delay: 0.3s; }
.bounce-in:nth-child(3) { animation-delay: 0.5s; }

.info-header {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.info-icon {
  width: 2rem;
  height: 2rem;
  color: #dc2626;
  margin-right: 0.75rem;
}

.info-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
}

.info-content {
  space-y: 0.75rem;
}

.info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}

.info-label {
  color: #6b7280;
  font-weight: 500;
}

.info-value {
  font-weight: 600;
  color: #374151;
}

.info-value.closed {
  color: #dc2626;
}

.info-value.free {
  color: #059669;
}

.location-text {
  color: #6b7280;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.location-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.location-btn {
  padding: 0.75rem 1rem;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}

.location-btn.primary {
  background-color: #dc2626;
  color: white;
}

.location-btn.primary:hover {
  background-color: #b91c1c;
  transform: translateY(-2px);
}

.location-btn.secondary {
  background-color: transparent;
  color: #dc2626;
  border: 2px solid #dc2626;
}

.location-btn.secondary:hover {
  background-color: #dc2626;
  color: white;
}

/* Responsive Design */
@media (max-width: 768px) {
  .visit-info-grid {
    grid-template-columns: 1fr;
  }
  
  .info-card {
    padding: 1.5rem;
  }
  
  .info-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-778068a *//* Virtual Tours Section Styles */
.museum-virtual-section {
  padding: 4rem 0;
  background-color: white;
}

.virtual-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.virtual-header {
  text-align: center;
  margin-bottom: 3rem;
}

.virtual-tours-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}

.tour-card {
  background-color: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(30px);
  animation: slideInUp 0.8s ease forwards;
}

.tour-card:nth-child(1) { animation-delay: 0.1s; }
.tour-card:nth-child(2) { animation-delay: 0.3s; }
.tour-card:nth-child(3) { animation-delay: 0.5s; }

.tour-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

.floating {
  animation: float 6s ease-in-out infinite;
}

.floating:nth-child(1) { animation-delay: 0s; }
.floating:nth-child(2) { animation-delay: 2s; }
.floating:nth-child(3) { animation-delay: 4s; }

.tour-thumbnail {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.tour-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.tour-card:hover .tour-thumbnail img {
  transform: scale(1.1);
}

.play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tour-card:hover .play-overlay {
  opacity: 1;
}

.play-button {
  width: 4rem;
  height: 4rem;
  background-color: #dc2626;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  animation: pulse 2s infinite;
}

.play-button:hover {
  transform: scale(1.1);
  background-color: #b91c1c;
}

.play-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.25rem;
}

.tour-duration {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background-color: rgba(0,0,0,0.8);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
}

.tour-content {
  padding: 1.5rem;
}

.tour-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 0.75rem;
}

.tour-description {
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.tour-btn {
  width: 100%;
  background-color: #dc2626;
  color: white;
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.tour-btn:hover {
  background-color: #b91c1c;
  transform: translateY(-2px);
}

.tour-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.tour-btn:active::before {
  width: 300px;
  height: 300px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .virtual-tours-grid {
    grid-template-columns: 1fr;
  }
  
  .tour-content {
    padding: 1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0c56ea6 *//* Events Section Styles */
.museum-events-section {
  padding: 4rem 0;
  background-color: #f9fafb;
}

.events-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.events-header {
  text-align: center;
  margin-bottom: 3rem;
}

.events-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.event-card {
  background-color: white;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  gap: 2rem;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateX(-100px);
}

.event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.slide-in-left {
  animation: slideInLeft 0.8s ease forwards;
}

.slide-in-left:nth-child(1) { animation-delay: 0.1s; }
.slide-in-left:nth-child(2) { animation-delay: 0.3s; }
.slide-in-left:nth-child(3) { animation-delay: 0.5s; }

.event-date {
  background-color: #dc2626;
  color: white;
  padding: 1rem;
  border-radius: 12px;
  text-align: center;
  min-width: 80px;
  flex-shrink: 0;
}

.date-month {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.date-day {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0.25rem 0;
}

.date-year {
  font-size: 0.875rem;
  opacity: 0.9;
}

.event-content {
  flex: 1;
}

.event-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 0.5rem;
}

.event-time {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #6b7280;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}

.time-icon {
  width: 1rem;
  height: 1rem;
}

.event-description {
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.event-btn {
  background-color: #dc2626;
  color: white;
  padding: 0.5rem 1.5rem;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.875rem;
}

.event-btn:hover {
  background-color: #b91c1c;
  transform: translateY(-1px);
}

.events-cta {
  text-align: center;
}

.view-all-btn {
  background-color: #dc2626;
  color: white;
  padding: 1rem 2rem;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.view-all-btn:hover {
  background-color: #b91c1c;
  transform: translateY(-2px);
}

.glow {
  box-shadow: 0 0 20px rgba(220, 38, 38, 0.5);
}

.glow:hover {
  box-shadow: 0 0 30px rgba(220, 38, 38, 0.8);
}

/* Responsive Design */
@media (max-width: 768px) {
  .event-card {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
  
  .event-date {
    min-width: auto;
    width: 100px;
  }
  
  .events-list {
    gap: 1rem;
  }
}/* End custom CSS */