.carousel-caption {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  display: block !important;
  width: 55%; 
  max-width: 850px;
  text-align: center;
  padding-top: 0;
}

/* .caption-box {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(1px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px; 
  padding: 5px;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.75); 
} */

.conf-name {
  font-weight: 625; 
  color: #FFFFFF; 
}
.conf-date-location {
  font-weight: 500;
  color: #FFFFFF; 
}
.conf-name, .conf-date-location {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}
.conf-date-location { font-style: italic; }


/* @keyframes flickerAnimation {
  65%   { opacity: 1; }
  80%  { opacity: 0.7; }
  100% { opacity: 1; }
} */
.conf-name, .conf-date-location {
  animation: flickerAnimation 1.5s infinite;
}

.conf-name {
  font-size: clamp(26px, 2.5vw, 34px); 
}

.conf-date-location {
  font-size: clamp(21px, 2.5vw, 27px);
}

@media (max-width: 768px) {
  .carousel-caption {
    top: 10px;
  }
  .conf-name {
    font-size: clamp(8px, 3vw, 12px);
  }
  .conf-date-location {
    font-size: clamp(6px, 2vw, 9px);
  }
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 50%; 
  padding: 5px;
}
.carousel-control-prev {
  left: 15%;
}

.carousel-control-next {
  right: 15%;
}
@media (max-width: 768px) {
  .carousel-control-prev, .carousel-control-next {
    display: none;
  }
}
.sidebar-widget:hover {
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.navbar-custom-color {
  background-color: #D92332;
}
.navbar-custom-color .navbar-brand, 
.navbar-custom-color a {
  color: #ffffff !important;
}
.navbar-custom-color .dropdown-menu a {
  color: #000000 !important;
}
.footer {
  color: #D92332;
}

.footer a {
  color: #D92332;
}
#footer p {
  margin-bottom: 0;
}
.icon-size {
  font-size: 2.5rem;
}
.footer {
  padding: 4px 0;
  font-size: 0.8rem;
  
}
.icon-size {
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .footer {
    padding: 2px 0;
    font-size: 0.6rem;
    
  }
  .icon-size {
    font-size: 1.15rem;
  }
}

