html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    margin-bottom: 60px;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.navbar-nav .nav-link:hover {
    color: #ffc107 !important;
    transition: color 0.2s ease-in-out;
}


.carousel-caption {
  background: rgba(0, 0, 0, 0.6);
  display: inline-block;
  padding: 10px 15px;
  border-radius: 8px;
  max-width: 90%;
  text-align: left;
  bottom: 20px;
  left: 20px;
  right: auto;
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.6);
    display: inline-block;
    padding: 10px 15px;
    border-radius: 8px;
    max-width: 90%;
    text-align: left;
    bottom: 20px;
    left: 20px;
    right: auto;
}

    .carousel-caption h5,
    .carousel-caption p {
        margin-bottom: 0.3rem;
        color: #fff;
        word-break: break-word;
        line-height: 1.3;
        font-size: 1rem;
    }

@media (max-width: 768px) {
    .carousel-caption {
        padding: 8px 12px;
        font-size: 0.95rem;
        bottom: 10px;
        left: 10px;
    }

        .carousel-caption h5 {
            font-size: 1rem;
        }

        .carousel-caption p {
            font-size: 0.85rem;
        }
}