.main-title {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.7rem;
    text-shadow: 0 2px 8px #0d6efd, 0 1px 0 #222;
}

.form-date-select {
    gap: 0.5rem;
}
.form-date-label {
    font-size: 1.1rem;
    font-weight: bold;
    margin-right: 0.5rem;
}
.input-group-date {
    max-width: 220px;
}
.input-group-text-date {
    background: #0d6efd;
    color: #fff;
    border: 0;
}
.input-date {
    font-size: 1.1rem;
    border: 1px solid #0d6efd;
    box-shadow: 0 1px 4px #0d6efd22;
}

.responsive-font {
    font-size: 1.15rem;
}
.blur-bg {
    border-radius: 0.7rem;
    padding: 0.7rem;
    background: rgba(255,255,255,0.7);
}
.prayer-name {
    font-weight: 500;
    color: #185a9d;
    transition: color 0.2s;
}
.prayer-time {
    font-weight: bold;
    color: #0d6efd;
    transition: color 0.2s;
}
.contrast-dark {
    color: #0d6efd !important;
}
.contrast-light {
    color: #f1f1f1 !important;
}
.list-group-item {
    padding-top: 0.0em !important;
    padding-bottom: 0.0em !important;
}
.list-group-item.text-center {
    background: transparent !important;
    border: none !important;
    padding-top: 0.3em !important;
    font-size: 12pt !important;
    color: #185a9d;
}
.bg-thumbnail-scroll {
    display: flex;
    overflow-x: auto;
    gap: 0.2rem;
    padding: 0.3rem 0.2rem;
    max-width: 100%;
    background: rgba(255,255,255,0.7);
    border-radius: 0.7rem;
}
.bg-thumb {
    width: 60px;
    height: 40px;
    object-fit: cover;
    border: 2px solid #fff;
    border-radius: 16px;
    margin: 0 8px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: border 0.2s, box-shadow 0.2s;
    flex: 0 0 auto;
}
.bg-thumb.active-bg-thumb {
    border: 2px solid #0d6efd;
    box-shadow: 0 0 0 3px #0d6efd33;
}
#sekarang-bg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    background-size: cover;
    background-position: center;
    transition: background-image 0.3s;
}
.qr-container {
    display: inline-block;
    background: #fff;
    border: 2px solid #007bff;
    border-radius: 8px;
    padding: 2px;
}
.qr-img {
    width: 80px;
    height: 80px;
    background: transparent;
    display: block;
}
.date-display {
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.2;
    color: #185a9d;
}
@media (max-width: 767.98px) {
    .main-title {
        font-size: 1.3rem;
    }
    .responsive-font {
        font-size: 1rem;
    }
    .bg-thumb {
        width: 40px;
        height: 28px;
    }
}
