@font-face {
    font-family: Jameel Noori;
    src: url(../fonts/jameel-noori-new.ttf);
}

@font-face {
    font-family: poppins;
    src: url(../fonts/Poppins-Regular.ttf);
}

* {
    font-family: poppins;
    box-sizing: border-box;
}

.fs-jn {
    font-family: Jameel Noori !important;
}
.kutub-bank-content p, .kutub-bank-content strong{
    font-family: Jameel Noori !important;
}
.kutub-bank-content {
    font-size: 22px;
}

body {
    overflow-x: hidden;
}

.fa,
.fas,
.far,
.fab,
.fa-brands {
    font-family: "Font Awesome 6 Brands" !important;
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
    font-family: "Font Awesome 6 Free" !important;
}

.fa-classic,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin,
.fal,
.far,
.fas,
.fat {
    font-family: "Font Awesome 6 Pro" !important;
}

.fa-sharp,
.fasl,
.fasr,
.fass,
.fast {
    font-family: "Font Awesome 6 Sharp" !important;
}

a {
    text-decoration: none !important;
}

header .logo img {
    width: 150px;
}

header .uk-navbar-container ul li a {
    font-weight: 500 !important;
    font-size: 14px;
    transition: all 0.3s ease;
    color: #032e44;
    position: relative;
    text-transform: inherit;
}

header .ayat img {
    filter: brightness(0);
}

header .uk-navbar-container ul li a:hover {
    color: #1d7502;
}

header .dropnav-icon {
    font-size: 12px;
}

header .uk-navbar-container .fsa-menu::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
    background-color: #1d7502;
    border-radius: 14px;
    transform: translateY(10px);
    bottom: -8px;
    opacity: 0;
    transition: 0.3s ease;
    visibility: hidden;
    z-index: 999;
    margin: auto;
}

header .uk-navbar-container .fsa-menu:hover::after {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.header-mobile{
    display: none;
}

/* .main-banner {
    background-image: url(../images/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;

} */

.main-banner p {
    font-size: 18px;
    word-spacing: 2px;
    font-weight: 600;
}

.banner-img-box img {
    max-width: 130px;
    margin-bottom: 14px;
    height: 110px;
    object-fit: cover;
    transform: scale(.7) rotate(-25deg);
    transition: transform 0.3s ease;
}

.banner-img-box .image-box:hover>img {
    transform: scale(1) rotate(0deg);
}

.sidebar .accordion {
    max-width: 600px;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.sidebar .accordion {
    max-width: 800px;
    /* Increased width */
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow-y: scroll;
    height: 480px;
}

.sidebar .accordion-item {
    border-bottom: 1px solid #ddd;

}

.sidebar .accordion-item:last-child {
    border-bottom: none;
}

.sidebar .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px;
    /* Increased padding for a modern look */
    background-color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    transition: background-color 0.3s ease;

}
.main-banner img {
    width: 100%;
}
.sidebar .accordion-header:hover {
    background-color: #f0f0f0;
}

.sidebar .accordion-header span {
    font-family: Jameel Noori !important;

}

.sidebar .accordion-content {
    max-height: 0;
    /* Start closed */
    overflow: hidden;
    /* Hide content when closed */
    transition: 0.2s ease-in-out;
    /* Smooth transition */
    padding: 0 25px;
    /* Set padding for better alignment */
    background-color: #fafafa;
    font-size: 16px;
    color: #555;
}

.sidebar .accordion-content a {
    color: #6a6ba1;
}

.sidebar .accordion-content.open {
    max-height: 200px;
    /* Set an approximate max height for open state */
    padding: 15px 25px;
    /* Add padding back when opened */
    transition: 0.2s ease-in-out;
}

.sidebar .accordion-content p {
    margin: 0;
}

.sidebar .accordion .icon {
    font-size: 18px;
    transition: transform 0.3s ease;
    color: #333;
}

.fatwa-explain .separator {
    width: 10px;
    height: 10px;
    background: #de403f;
    border-radius: 13px;
    margin-inline: 10px;
}

/* Apply to the entire document */
.sidebar .accordion::-webkit-scrollbar {
    width: 10px;
    /* Width of the scrollbar */
    height: 10px;
    /* Height for horizontal scrollbar */
}

.sidebar .accordion::-webkit-scrollbar-track {
    background: #f4f4f4;
    /* Light background for the track */
    border-radius: 10px;
    /* Rounded corners for the track */
}

.sidebar .accordion::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    /* Light gray color for the scrollbar thumb */
    border-radius: 10px;
    /* Rounded corners for the thumb */
    border: 2px solid #f4f4f4;
    /* Add padding around the thumb */
}

.sidebar .accordion::-webkit-scrollbar-thumb:hover {
    background: #a0a0a0;
    /* Slightly darker gray on hover */
}

.sidebar .accordion::-webkit-scrollbar-corner {
    background: #f4f4f4;
    /* Corner of the scrollbar for resizable areas */
}
footer h4 {
    font-size: 15px;
}
footer .f-menu .nav-item .nav-link{
    font-size: 14px;
}
.reg_button{
    display: block;
    width: 180px;
    margin: auto;
}