.carousel-caption {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  display: block !important;
  width: 55%; 
  max-width: 800px;
  text-align: center;
  padding-top: 0;
}
.conf-name {
  font-weight: 500; 
  color: #000000; 
  /* text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8); */
  font-size: min(35px, calc(1vw + 17px)); 
}

@media (max-width: 768px) {
  .carousel-caption {
    top: 10px;
  }
  .conf-name {
    font-size: clamp(8px, 2vw, 12px);
  }
}
.sidebar-widget:hover {
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.navbar-custom-color {
  background-color: #000000;
}
.navbar-custom-color .navbar-brand, 
.navbar-custom-color a {
  color: #ffffff !important;
}
.navbar-custom-color .dropdown-menu a {
  color: #000000 !important;
}
.nav-item .dropdown-menu { 
  transform: translateX(15%);
}
@media (max-width: 992px) {  
  .nav-item .dropdown-menu { 
    transform: translateX(0%);
  }
}
.footer {
  background-color: #000000;
  color: #ffffff;
  
}
@media (max-width: 768px) {
  .footer {
    padding: 5px 0;
    font-size: 0.55rem;
  }
}
.footer a {
  color: #ffffff; 
}
#footer p {
  margin-bottom: 0;
}
.aspect-ratio-16-9 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-color: #6c757c10;
}
.aspect-ratio-16-9 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fs-custom {
  font-size: 1.75rem;
}

@media (max-width: 795px) {
  .fs-custom {
    font-size: 1rem;
  }
}
/* z */