:root {
    --bottom-section-bg: rgba(30, 57, 50, 0.8)
}

.swiper {
    width: 100%;
    height: 426px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 2rem;
    border-radius: 10px;
}

.swiper-button-next,
.swiper-button-prev {
    color: white;
}

.swiper-pagination-bullet {
    background-color: white;
    opacity: 1;
    border: 1px solid;
}

.swiper-pagination-bullet-active {
    background-color: darkgreen;
}

/* billboard Swiper*/

.billboard-swiper-slide {
    /* display: flex; */
    /* justify-content: space-between;
    align-items: center; */
    font-size: 1rem !important;
    color: white;
    padding: 18px;
    width: 100%;
    padding-top: 0;
}

.billboard-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.prayer {
    font-size: 20px;
    font-weight: bold;
}

.time {
    font-size: 18px;
}

.bill-button {
    /*  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;*/
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
    text-decoration: underline;
    color: #ffff0b;
}


.prayer-card-title {
    font-size: 1.2rem;
    font-weight: bold;
}

.prayer-card-text {
    font-size: 1rem;
}

.top-section {
    background-color: #3b743b85;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 1.2rem;
}

.bottom-section {
    background-color: var(--bottom-section-bg);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    bottom: 0;
    position: fixed;
    width: 100%;
    margin-bottom: 0%;
}

.top-section, .bottom-section, .all-pyr-bottom-section {
    color: white;
    padding: 10px;
}

.all-pyr-bottom-section {
    background-color: var(--bottom-section-bg);
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    bottom: 0;
    position: fixed;
    width: 100%;
}

/*#region Scholar */

.scholar-swiper {
    width: 100%;
    height: auto;
    padding: 20px;
}

    .scholar-swiper .swiper-slide {
        transition: opacity 0.5s, transform 0.5s;
        opacity: 0.5; /* Default fade effect */
    }

    .scholar-swiper .swiper-slide-active {
        opacity: 1; /* Fully visible center slide */
        transform: scale(1.1); /* Slightly enlarge active slide */
    }

.scholar-swiper-slide .card {
    border-radius: 1rem !important; /* Force rounding */
    overflow: hidden; /* Ensures rounded corners apply */
}

/*#endregion */

/*#region Gojal */

.gojal-swiper {
    width: 100%;
    height: auto;
    padding: 20px;
}

.gojal-swiper-slide .card {
    border-radius: 1rem !important; /* Force rounding */
    overflow: hidden; /* Ensures rounded corners apply */
}

/*#endregion */
.category-swiper {
    height: 473px;
}

.category-swiper-slide .card {
    width: 100%;
    cursor: pointer;
    background-color: rgba(212, 233, 226, 1);
}
