@font-face {
    font-family: "DIN Next LT Arabic";
    src: url("../fonts/DINNextLTArabic-Regular-3.ttf");
}

@font-face {
    font-family: "Lotus";
    src: url("../fonts/LOTU__SF.ttf");
}

body {
    font-family: "DIN Next LT Arabic";
}

.navbar-nav .nav-link.active {
    font-weight: bold;
    /* border-bottom: 3px solid var(--bs-secondary); */
}

.social {
    display: flex;
}

.social a {
    text-decoration: none;
    background-color: var(--bs-gray-800);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
    border-radius: 50%;
    color: var(--bs-white);
}

.social a:hover {
    text-decoration: none;
    background-color: transparent;
    color: var(--bs-primary);
    transition: 0.1s;
}

.footer-list {
    list-style: none;
    padding: 0;
}

.footer-list li {
    margin: 1rem 0;
}

.inner-shadow {
    box-shadow: inset 4px 4px 13px 0 rgba(255, 255, 255, 0.25);
}

.btn-primary {
    color: white;
}

.home-bg {
    /* background-color: var(--bs-gray-100); */
    background-image: url("../../hadiyahkaaba.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
}

.home-section {
    padding-top: 5rem;
    min-height: 500px;
}

@media (max-width: 767px) {
    .home-section {
        padding-top: 0;
        min-height: 500px;
    }
}

.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 36px;
    opacity: 1;
    border: none;
}

.carousel-indicators .active {
    width: 35px;
    background-color: var(--bs-yellow);
    transition: 0.3s;
}

.home-bg-indicators {
    position: unset;
    justify-content: start;
    margin: 0;
}

a {
    text-decoration: none;
    color: var(--bs-primary);
}

.pattern-bg {
    position: relative;
    z-index: 1;
    /* Ensure this layer is above the background layer */
}

.pattern-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/pattern.svg);
    background-size: cover;
    opacity: 0.16;
    /* Adjust the opacity value as needed */
    z-index: -1;
    /* Ensure this layer is below the content */
}

.pattern-bg2::before {
    background-image: url(../images/pattern2.svg);
}

.pattern-opacity-50:before {
    opacity: 0.5;
    /* Adjust the opacity value as needed */
}

.bg-blur {
    backdrop-filter: blur(2px);
    background-color: rgba(0, 0, 0, 0.2);
}

.background-center {
    background-position: center;
    background-size: cover;
}

.accordion-button.collapsed {
    background-color: white;
    color: black;
}

.content-floater {
    position: relative;
    top: -120px;
    margin-bottom: -120px;
}

/* Modify the dots container */
.custom-slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    /* Spacing between dots */
    list-style: none;
    /* Remove default list styling */
    margin: 0;
    padding: 0;
}

/* Style each dot */
.custom-slick-dots li button {
    width: 10px;
    /* Adjust width */
    height: 10px;
    /* Adjust height */
    border-radius: 50%;
    /* Make dots circular */
    border: none;
    /* Remove default button border */
    background-color: #ccc;
    /* Default dot color */
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-size: 0;
    line-height: 0;
    color: transparent;
    padding: 0;
}

.custom-slick-dots-white li button {
    background-color: #fff;
}

/* Active dot style */
.custom-slick-dots li.slick-active button {
    width: 35px;
    background-color: var(--bs-yellow);
    border-radius: 50px;
    transition: 0.3s;
}

/* Optional hover effect */
.custom-slick-dots li button:hover {
    background-color: #888;
    /* Hover color */
}

.slick-arrow::before {
    color: black;
}

.light-slick .slick-arrow::before {
    color: white;
}

.dropdown-item:hover,
.dropdown-item:focus {
    transition: 0.1s;
}

.mouse {
    position: relative;
    bottom: 30px;
    right: 50%;
    left: 50%;
}

.modal-top-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    align-content: center;
    border-radius: 0.5rem;
    color: var(--bs-primary);
}

.transition {
    transition: transform 0.2s ease-in-out;
}

.share {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.show {
    display: initial;
    visibility: visible;
    opacity: 1;
}

.hide-scrollbar {
    overflow: hidden;
    /* Hide the scrollbar */
    -ms-overflow-style: none;
    /* For Internet Explorer */
    scrollbar-width: none;
    /* For Firefox */
}

/* This will allow scrolling, but without displaying the scrollbar */
.hide-scrollbar::-webkit-scrollbar {
    display: none;
    /* Hide the scrollbar for webkit browsers (Chrome, Safari) */
}

.justify-content-right {
    justify-content: right;
}

.quran-card {
    background: var(--bs-gray-100);
    transition: 0.3s ease-in-out;
}

.quran-font {
    font-family: Arial;
}

.accordion {
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2224%22%20viewBox%3D%220%200%2025%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.8887%202C7.37867%202%202.88867%206.49%202.88867%2012C2.88867%2017.51%207.37867%2022%2012.8887%2022C18.3987%2022%2022.8887%2017.51%2022.8887%2012C22.8887%206.49%2018.3987%202%2012.8887%202ZM16.8087%2012.75H8.80867C8.39867%2012.75%208.05867%2012.41%208.05867%2012C8.05867%2011.59%208.39867%2011.25%208.80867%2011.25H16.8087C17.2187%2011.25%2017.5587%2011.59%2017.5587%2012C17.5587%2012.41%2017.2287%2012.75%2016.8087%2012.75Z%22%20fill%3D%22%23374151%22%2F%3E%3C%2Fsvg%3E");
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2224%22%20viewBox%3D%220%200%2025%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.7041%202C7.1941%202%202.7041%206.49%202.7041%2012C2.7041%2017.51%207.1941%2022%2012.7041%2022C18.2141%2022%2022.7041%2017.51%2022.7041%2012C22.7041%206.49%2018.2141%202%2012.7041%202ZM16.7041%2012.75H13.4541V16C13.4541%2016.41%2013.1141%2016.75%2012.7041%2016.75C12.2941%2016.75%2011.9541%2016.41%2011.9541%2016V12.75H8.7041C8.2941%2012.75%207.9541%2012.41%207.9541%2012C7.9541%2011.59%208.2941%2011.25%208.7041%2011.25H11.9541V8C11.9541%207.59%2012.2941%207.25%2012.7041%207.25C13.1141%207.25%2013.4541%207.59%2013.4541%208V11.25H16.7041C17.1141%2011.25%2017.4541%2011.59%2017.4541%2012C17.4541%2012.41%2017.1141%2012.75%2016.7041%2012.75Z%22%20fill%3D%22%23374151%22%2F%3E%3C%2Fsvg%3E");
}

.z-5 {
    z-index: 5 !important;
}

.back-drop {
    position: relative;
}

.back-drop>* {
    position: relative;
    z-index: 2;
    /* Ensures text stays above the overlay */
}

.back-drop::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 2rem;
    background: rgba(0, 0, 0, 0.4);
}

.bg-pattern {
    background-image: url(/assets/images/background.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 5rem;
}

.blur-container {
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.16);
    border: 2px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border-radius: 8px;
}

.bg-gray {
    --bs-bg-opacity: 1;
    background-color: var(--bs-gray-500);
}

.bg-gray-100 {
    background-color: var(--bs-gray-100);
}

.bg-position-center {
    background-position: center !important;
}

.cursor-pointer {
    cursor: pointer;
}

.quran-card:hover {
    background: var(--bs-primary);
    color: white;
}

.duaa-card {
    background-color: var(--bs-gray-100);
    transition: 0.3s ease-in-out;
}

.duaa-card:hover {
    background-color:var(--bs-gray-200);
    color: var(--bs-primary);
}

[dir="rtl"] [class*="fa-"][class*="-right"] {
    transform: rotate(180deg);
}

[dir="rtl"] [class*="fa-"][class*="-left"] {
    transform: rotate(-180deg);
}
