
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    text-decoration: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0;
}

html, body {
  height: 100%;
}

body {
    margin: 0;
	padding: 0;
	height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.057), rgba(0, 0, 0, 0.057)), url('../img/body-bg.jpg');
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

ul {
    padding: 0;
}

ul {
    list-style: none;
    margin: 0;
}

a {
    text-decoration: none;
}

p {
    margin: 0;
}

.primary-color {
    color: #c8902c;
}

.secondary-color {
    color: #57a68f;
}

.container {
    max-width: 1200px;
}

.container-fluid {
    --bs-gutter-x: 0rem;
    --bs-gutter-y: 0;
}

.back-btn{
    margin-top:-60px;
    margin-bottom:40px;
}

.back-btn a {
    padding: 8px 12px;
    color: #fff;
    background-color: #c29b64;
    display: inline-block;
    border-radius: 10px;
    font-size: 12px
}



/* NEW LOGIN PAGE CSS */
    .user_card {
			margin-top: 30%;
			margin-bottom: auto;
			padding: 10px;
		}

		.user_card h4{
			text-align: center;
			color: #c29b64;
		}

    .loginBar { box-shadow: 3px 3px 10px #242424; z-index: 9;}
    .loginBar .brand_logo {width: 153px;}
	.loginSideBar {padding: 0; background: #333; }
	/*.loginSlider {margin-top: 27%;}*/
	.loginSlider {margin-top: 5%; text-decoration: none;}
	.loginSlider img {border: 5px solid #fff; border-radius: 10px; width: 65%; margin: auto;}
	.sliderCaption {color: #fff; text-align: center; margin-top: 10px; font-size: 21px;}
	
	a {color: inherit; text-decoration: none;}
		
		.brand_logo_container {
			height: 170px;
			width: 170px;
			border-radius: 50%;
			background: #333;
			padding: 10px;
			text-align: center;
		}
		
		.brand_logo {
			margin-top:21px;
			height: 150px;
			width: 150px;
			border-radius: 50%;
		}
		.form_container {
			margin-top: 30px;
		}
		.login_btn {
			width: 100%;
			background: #c29b64 !important;
			color: white !important;
		}

		.login_btn:hover {
			width: 100%;
			background: #555 !important;
			color: white !important;
		}
		.login_btn:focus {
			box-shadow: none !important;
			outline: 0px !important;
		}
		.login_container {
			padding: 0 2rem;
		}
		.input-group-text {
			background: #333 !important;
			color: white !important;
			border: 0 !important;
			border-radius: 0.25rem 0 0 0.25rem !important;
		}
		.input_user,
		.input_pass:focus {
			box-shadow: none !important;
			outline: 0px !important;
		}
		
		.login-msg {
		    text-align: center;
            font-size: 13px;
            margin-top: 10px;
		}
		
		
		@media (max-width: 767px){
			.loginSlider {margin-top: 15%;}
			.sliderArea {margin-bottom: 30px;}
		    .user_card {margin-top: 10%;}
		}
		
		.btn-primary {
		    background: #c29b64;
		    color: #fff;
		    border-color: #c29b64;
		}
		
		
		
		

/* 00000000000000000000000000000000000000000000000   main header  00000000000000000000000000000000000000000000000000000 */
.main-header {
    background-color: #c29b64;
    transition: .5s;
    position: relative;
}

.main-header .logo img {
    width: 110px;
}

.main-header .name-and-btn {
    display: flex;
    justify-content: end;
    gap: 20px;
    align-items: baseline;
    padding: 18px 0px;
}

.main-header .name-and-btn .name p {
    font-size: 15px;
    color: #fff;
}

.main-header .name-and-btn .name p .slash {
    font-size: 20px;
}



.main-header .logout-button {
    text-align: center;
    margin: 25px 0px;
}

.main-header .logout-button a {
    color: #ffffff;
    padding: 8px 12px;
    background-image: linear-gradient(351deg, black, #00000030);
    border-radius: 10px;
    box-shadow: 0px 0px 7px #ffffff;
}

.main-header .logout-button a i {
    font-size: 14px;
}

/* 00000000000000000000000000000000000000000000000   top pattern    00000000000000000000000000000000000000000000000000000 */
.top-pattern {
    background-image: url(../img/pattern.jpg);
    background-repeat: repeat-x;
    width: 100%;
    height: 40px;
    background-size: 35%;
    mix-blend-mode: multiply;
}

/* 00000000000000000000000000000000000000000000000   bottom pattern    00000000000000000000000000000000000000000000000000000 */
.bottom-pattern {
    background-image: url(../img/pattern.jpg);
    background-repeat: repeat-x;
    width: 100%;
    height: 40px;
    background-size: 35%;
    mix-blend-mode: multiply;
    transform: rotate(180deg);
}

/* 00000000000000000000000000000000000000000000000   Login    00000000000000000000000000000000000000000000000000000 */
body.body-login {
    background-image: url('../img/login-bg.jpg');
    background-attachment: fixed;
    background-position: right;
    background-size: cover;
}

.login {
    position: relative;
    height: auto;
    margin-top: 100px;
}

.login .form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.login .flipper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    width: 385px;
    border-radius: 20px;
    transition: 0.6s;
    transform-style: preserve-3d;
    display: flex;
    align-items: center;
}

.login .front,
.login .back {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 20px;
    background-color: #ffffffd5;
    border-radius: 10px;
    backdrop-filter: blur(2px);
    backface-visibility: hidden;
}

.login .front .enquiry {
    font-size: 14px;
    margin-bottom: 10px;
}

.login .front {
    z-index: 2;
    transform: rotateY(0deg);
}

.login .back {
    transform: rotateY(180deg);
}

.login .flip {
    transform: rotateY(180deg);
}

.login .title {
    text-align: center;
    margin-bottom: 25px;
}

.login input {
    width: 100%;
    margin-bottom: 25px;
    height: 50px;
    box-sizing: border-box;
    padding: 10px;
}

.login button {
    height: 50px;
    margin-bottom: 20px;
}

.login .div-change {
    text-align: center;
}

.login .div-change .msg {
    margin-top: 30px;
}

.login .div-change .msg .red {
    color: rgb(255, 101, 101);
}

.login .div-change .msg .green {
    color: rgb(47, 220, 47);
}

.login .div-change .msg .orange {
    color: rgb(255, 179, 38)
}

.login .flipbutton {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}






/* 00000000000000000000000000000000000000000000000   important massage    00000000000000000000000000000000000000000000000000000 */
.important-massage {
    background-color: #3f3f3f;
    display: flex;
    align-items: center;
}

.important-massage h4 {
    padding: 10px;
    font-size: 18px;
    background-color: #57a68f;
    color: #fff;
    white-space: nowrap;
    font-family: cinzel decorative, cursive;
}

.important-massage marquee {
    color: #fff;
}

/* 00000000000000000000000000000000000000000000000   homepage slider    00000000000000000000000000000000000000000000000000000 */
.banner-slider {
    padding: 0px 0px 80px;
}

.swiper-wrapper {
    position: relative;
}

.swiper-button-prev {
    position: absolute;
    z-index: 1;
    top: 55%;
    left: 10;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #c8902c;
    border: 3px solid white;
    border-radius: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 700;
    font-size: 20px;
}

.swiper-button-next {
    position: absolute;
    z-index: 1;
    top: 55%;
    right: 10;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #c8902c;
    border: 3px solid white;
    border-radius: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 700;
    font-size: 20px;
}

.swiper-button-prev:after {
    content: 'prev';
    font-size: 20px;
}

.swiper-button-next:after {
    content: 'next';
    font-size: 20px;
}

/* 00000000000000000000000000000000000000000000000   update banner   00000000000000000000000000000000000000000000000000000 */
.update-banner {
    padding: 80px 0px 0px;
}

.update-banner .update-box {
    width: 100%;
    height: auto;
    padding: 20px;
    position: relative;
    text-align: center;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
}

.update-banner .update-box .icon {
    width: 30px;
    height: 30px;
    padding: 30px;

    position: absolute;
    top: -15%;
    left: 50%;
    transform: translate(-50%, 0%);

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #c29b64;
    color: #fff;
    border-radius: 50px;
}

.update-banner .update-box h4 {
    margin: 25px 0px 10px;
    font-family: cinzel decorative, cursive;
    font-weight: 600;
}


/* 00000000000000000000000000000000000000000000000   Details tab    00000000000000000000000000000000000000000000000000000 */
.details-tab {
    padding: 80px 0px;
}

.details-tab>.container>.row {
    --bs-gutter-y: 70px;
}

.details-tab .col-lg-4 {
    text-align: center;
    display: flex;
    justify-content: center;
}



.details-tab .single-box {
    padding: 50px;
    width: 80%;
    border-radius: 10px;
    transition: .3s;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
}

.details-tab .col-lg-4:nth-child(even) .single-box {
    background-color: #87683c;
}

.details-tab .col-lg-4:nth-child(odd) .single-box {
    background-color: #c29b64;
}




.details-tab .single-box .icon {
    margin-bottom: 20px;
}

.details-tab .single-box .icon img {
    width: 40%;
    filter: invert(1);
    transition: .3s;
}

.details-tab .single-box:hover .icon img {
    transform: scale(1.1);
}



.details-tab .single-box .name a {
    color: #fff;
    font-size: 20px;
    position: relative;
    padding-bottom: 5px;
    font-family: cinzel decorative, cursive;
}

.details-tab .single-box .name a::before {
    content: '';
    background-color: #fff;
    width: 0;
    height: 1.5px;
    position: absolute;
    bottom: 0;
    transition: .3s;
}

.details-tab .single-box:hover .name a::before {
    content: '';
    background-color: #fff;
    width: 100%;
    height: 1.5px;
    position: absolute;
    bottom: 0;
}

.details-tab .single-box .name a i {
    font-size: 18px;
}

/* 00000000000000000000000000000000000000000000000   my profile page    00000000000000000000000000000000000000000000000000000 */
.my-profile {
    padding: 80px 20px;
}

.my-profile .top-navs {
    padding: 0;
}


.my-profile .top-navs ul li {
    margin-bottom: 20px;
}

.my-profile .top-navs ul li a {
    width: 100%;
    padding: 12px 15px;
    font-size: 18px;
    color: #333;
    background-color: #fff;
    border-radius: 5px;
}

.my-profile .top-navs ul li a:hover {
    background-color: #e3bd88;
    color: #333;
}

.my-profile .top-navs ul li a.active {
    box-shadow: 2px 2px 10px #a9a9a9;
    background-color: #c29b64;
    color: #fff;
}



/* description */
.my-profile .tab-description {
    padding: 0;
}

.my-profile .tab-description .single-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px #a9a9a9;
}

.my-profile .tab-description .message-box {
    margin-bottom: 20px;
    background-color: #fff;
    color: #575757;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
}

.my-profile .tab-description .message-box h4 {
    margin-bottom: 10px;
}

.my-profile .tab-description .message-box ol li {
    margin-bottom: 5px; 
}


/* profile tab  */
.my-profile .tab-description .single-box {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 20px;
}

.my-profile .tab-description .single-box .image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.profile-avatar-wrapper {
    position: relative;
    display: inline-block;
}

.my-profile .tab-description .single-box img.profile-avatar,
.my-profile .tab-description .single-box img {
    width: 110px;
    height: 120px;
    object-fit: cover;
    border-radius: 12px;
    border: 3px solid #c29b64;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.my-profile .tab-description .single-box img.profile-avatar:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}

.status-badge-wrapper {
    margin-top: 8px;
    text-align: center;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    white-space: nowrap;
    transition: all 0.2s ease;
}

.status-badge i {
    font-size: 13px;
}

.status-approved {
    background-color: #e8f5e9;
    color: #1b5e20;
    border: 1px solid #a5d6a7;
}

.status-approved i {
    color: #2e7d32;
}

.status-pending {
    background-color: #fff8e1;
    color: #b78103;
    border: 1px solid #ffe082;
}

.status-pending i {
    color: #f57f17;
}

.status-rejected {
    background-color: #ffebee;
    color: #c62828;
    border: 1px solid #ef9a9a;
}

.status-rejected i {
    color: #d32f2f;
}



.name h3 {
    font-size: 16px;
    font-weight: 700;
}

.name ul {
    list-style: none;
    padding-left: 0px;
}

.name ul li {
    font-size: 14px;
    margin: 3px 0px;
}

.name ul li span {
    font-weight: 700;
    font-size: 14px;
}

.name ul li .dash {
    margin: 0px 15px;
}

.my-profile .tab-description .detail-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    box-shadow: 2px 2px 10px #a9a9a9;
    margin-bottom: 20px;
}

.my-profile .tab-description .detail-box .head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.my-profile .tab-description .detail-box table th {
    width: 25%;
    color: #fff;
    font-weight: normal;
    background-color: #c29b64;
}

.khidmat-table thead tr th.sr-no {
    width: 8% !important;
}

/* voice tab  */
.my-profile .tab-description .voice-table {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
}

.my-profile .tab-description .voice-table table thead th {
    background-color: #c29b64;
    color: #fff;
}


.my-profile .tab-description .voice-table table th,
.my-profile .tab-description .voice-table table td {
    white-space: normal;
}



/* hoob tab  */
.my-profile .tab-description .hoob-table {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
}

.my-profile .tab-description .hoob-table table thead th {
    background-color: #c29b64;
    color: #fff;
    width: calc(100% / 2.7);
}

.my-profile .tab-description .hoob-table table tbody img {
    width: 20%;
}


/* 00000000000000000000000000000000000000000000000   Attendance    00000000000000000000000000000000000000000000000000000 */
.attendance {
    padding: 80px 0px;
}


.attendance .top-navs {
    padding: 0;
    margin-bottom: 30px;
}

.attendance .top-navs ul {
   
    border-bottom: 1px solid #333;
}

.attendance .top-navs ul li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
}

.attendance .top-navs ul li a {
    text-align: center;
    padding: 12px 15px;
    font-size: 18px;
    color: #333;
    background-color: #fff;
    border-radius: 5px;
    width: 110px;
}

.attendance .top-navs ul li a:hover {
    background-color: #e3bd88;
    color: #333;
}

.attendance .top-navs ul li a.active {
    box-shadow: 2px 2px 10px #a9a9a9;
    background-color: #c29b64;
    color: #fff;
}


/* miqaat  */
.attendance .miqaat .top-box {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.attendance .miqaat .top-box .dropdown-and-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.attendance .miqaat .top-box .dropdown-and-btn a {
    padding: 5px 15px;
    color: #fff;
    font-size: 20px;
    background-color: #c29b64;
    border-radius: 10px;
}

.attendance .miqaat .top-box .dropdown-and-btn a:hover {
    opacity: .9;
}

.attendance .miqaat .top-box .dropdown-and-btn .modal .modal-content {
    background-color: red;
}

.attendance .miqaat .miqaat-table {
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 2px 2px 10px #a9a9a9;
}

.attendance .miqaat .miqaat-table thead th {
    background-color: #c29b64;
    color: #fff;
}

.attendance .miqaat .miqaat-table th,
.attendance .miqaat .miqaat-table td,
.attendance .darees .miqaat-table th,
.attendance .darees .miqaat-table td {
    white-space: nowrap;
}

.attendance .miqaat .miqaat-table th:nth-child(1),
.attendance .miqaat .miqaat-table td:nth-child(1) {
    width: 60%;
    white-space: normal;
}

.attendance .miqaat .miqaat-table th:nth-child(2),
.attendance .miqaat .miqaat-table td:nth-child(2) {
    width: 20%;
}


.attendance .miqaat .miqaat-table th:nth-child(3),
.attendance .miqaat .miqaat-table td:nth-child(3) {
    width: 20%;
}




/* darees  */
.attendance .darees .top-box {
    padding: 10px 20px;
    border-radius: 10px;
    margin: 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    box-shadow: 2px 2px 10px #a9a9a9;
}

.attendance .darees .top-btn {
    text-align: end;
    margin-bottom: 10px;
}

.attendance .darees .top-btn a {
    padding: 10px 15px;
    color: #fff;
    background-color: #c29b64;
    border-radius: 10px;
}

.attendance .darees .top-btn a:hover {
    opacity: .9;
}

.attendance .darees .top-box .dropdown-and-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.attendance .darees .miqaat-table {
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 2px 2px 10px #a9a9a9;
}

.attendance .darees .miqaat-table thead th {
    background-color: #c29b64;
    color: #fff;
}

/* 00000000000000000000000000000000000000000000000   Kalaam Library    00000000000000000000000000000000000000000000000000000 */
.kalaam-library {
    padding: 80px 0px;
}

.kalaam-library .media-player {
    background-color: #c29b64;
    padding: 30px;
    margin-bottom: 50px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px #a9a9a9;
    text-align: center;
}

.kalaam-library .media-player h5 {
    margin-bottom: 30px;
    font-size: 30px;
    color: #fff;
}

.kalaam-library .media-player audio {
    width: 90%;
}



.kalaam-library .top-box {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kalaam-library .top-box .dropdown-and-btn select {
    max-width: 125px;
}


.kalaam-library .top-box .dropdown-and-btn a {
    padding: 5px 15px;
    color: #fff;
    font-size: 20px;
    background-color: #c29b64;
    border-radius: 10px;
}

.kalaam-library .top-box .dropdown-and-btn a:hover {
    opacity: .9;
}

.kalaam-library .media-list {
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 2px 2px 10px #a9a9a9;
    overflow-x: auto;
}

.kalaam-library .media-list table thead th {
    background-color: #c29b64;
    color: #fff;
    width: calc(100% / 4);
}

.kalaam-library .media-list table tbody {
    overflow-y: scroll;
    max-height: 60vh;
}

.kalaam-library .media-list table tbody td {
    width: calc(100% / 4);
}

.kalaam-library .media-list table thead th,
.kalaam-library .media-list table tbody td {
    white-space: normal;
    font-size: 14px;
}

.kalaam-library .media-list table tbody td.icon-img {
    width: 26%;
}

.kalaam-library .media-list table tbody td.icon-img img {
    width: 15%;
}

.kalaam-library .media-list table tbody td.icon-img img:first-child {
    margin-right: 10px;
}


.kalaam-library .media-list .pagination {
    background-color: #ededed;
    padding: 5px;
    display: flex;
    justify-content: center;
}


.kalaam-library .media-list .pagination span {
    margin: 5px 5px 0px 2px;
    letter-spacing: 2px;
}

.kalaam-library .media-list .pagination li {
    padding: 4px 13px;
    border: 1px solid #c29b64;
    background: #c29b64;
    border-radius: 5px;
    margin-right: 5px;
    margin-top: 5px;
}

.kalaam-library .media-list .pagination li a {
    color: #fff;
}

/* 00000000000000000000000000000000000000000000000   Administration    00000000000000000000000000000000000000000000000000000 */
.administration {
    padding: 80px 0px;
}



/* main members  */
.administration .main-members {
    margin-bottom: 30px;
}

.administration .main-head {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
}

.administration .main-head h5 {
    margin-bottom: 20px;
    text-align: center;
}

.administration .main-head .member {
    display: flex;
    padding: 10px;
    gap: 10px;
}

.administration .main-head .member .image {
    max-width: 15%;
}

.administration .main-head .member .image img {
    width: 72%;
    margin: auto;
    display: block;
    text-align: center;
}



.administration .main-head .member .details p i {
    margin-right: 5px;
}



/* area members  */
.administration .member-table {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
}

.administration .member-table table tr th {
    background-color: #c29b64;
    color: #fff;
}

.administration .member-table h5 {
    margin-bottom: 20px;
    text-align: center;
}

.administration .member-table tr td:nth-child(2),
.administration .member-table tr td:nth-child(3) {
    width: 40%;
}

.administration .member-table tbody .area-member {
    display: flex;
    align-items: center;
    gap: 10px;
}

.administration .member-table tbody .area-member .image {
    width: 15%;
}

.administration .member-table tbody .area-member .image img {
    width: 72%;
    display: block;
    margin: auto;
    text-align: center;
}


.administration .member-table tbody .area-member .details p {
    margin: 0;
}

/* 00000000000000000000000000000000000000000000000   zakereen gallery    00000000000000000000000000000000000000000000000000000 */
.zakereen-gallery {
    padding: 80px 0px;
}

.zakereen-gallery .media-section {
    padding: 20px;
    background-color: #fff;
    box-shadow: 2px 2px 10px #a9a9a9;
    border-radius: 10px;
    margin-bottom: 40px;
}


.zakereen-gallery .media-section:last-child {
    margin-bottom: 0px;
}

.zakereen-gallery .media-section h4 {
    color: #fff;
    padding: 15px 0px;
    margin-bottom: 20px;
    background-color: #c29b64;
    text-align: center;
    border-radius: 10px;
    font-weight: 600;
    font-family: cinzel decorative, cursive;
    font-size: 18px;

}

.zakereen-gallery .media-section .single-media {
    border: 1px solid #4b4b4b;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: .3s;
    overflow: hidden;
}




.zakereen-gallery .media-section .single-media .image img {
    transition: .3s;
}

.zakereen-gallery .media-section .single-media:hover .image img {
    filter: brightness(.8);
    transform: scale(1.05);
}

.zakereen-gallery .media-section .single-media .name {
    text-align: center;
    padding: 10px 0px;
    background: #464242;
    color: #fff;
}

.zakereen-gallery .media-section .single-media .name p {
    font-size: 18px;
    margin: 0;
}




/* 00000000000000000000000000000000000000000000000   qardan hasana    00000000000000000000000000000000000000000000000000000 */
.qardan-hasana {
    padding: 80px 0px;
}


.qardan-hasana h2 {
    margin-bottom: 40px;
    color: #333;
    font-weight: normal;
    text-align: center;
}

.qardan-hasana h2 span {
    font-weight: 500;
}


.qardan-hasana .apply {
    width: 100%;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    background-color: #fff;
    box-shadow: 2px 2px 10px #a9a9a9;
}

.qardan-hasana .apply p {
    font-size: 18px;
}

.qardan-hasana .apply p span {
    font-weight: 500;
}

.qardan-hasana .apply p a {
    text-decoration: underline;
}

/* icon  */
.qardan-hasana .apply .icon img {
    width: 30%;
    margin: 20px 0px;
}






/* 00000000000000000000000000000000000000000000000   Special Miqaat    00000000000000000000000000000000000000000000000000000 */
.special-miqaat {
    padding: 80px 0px;
}


.special-miqaat .miqaat-list {
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 2px 2px 10px #a9a9a9;
}

.special-miqaat .miqaat-list table thead th {
    background-color: #c29b64;
    color: #fff;
}

.special-miqaat .miqaat-list table tbody td {
    white-space: nowrap;
}


.special-miqaat .miqaat-list table tbody td a,
.special-miqaat .miqaat-list table tbody td a {
    background-color: #c29b64;
    color: #fff;
}


.special-miqaat .pass-modal .pass-box {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
    color: rgb(243, 243, 243);
    background-color: #8ac269;
    box-shadow: 3px 3px 10px #ccc;
    margin-bottom: 10px;
}

.special-miqaat .pass-modal .pass-box .name-number {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}

.special-miqaat .pass-modal .pass-box .name-number .name,
.special-miqaat .pass-modal .pass-box .name-number .number {
    font-size: 18px;
}

.special-miqaat .pass-modal .pass-box .place {
    text-align: center;
    background-color: green;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
}





/* 00000000000000000000000000000000000000000000000   About    00000000000000000000000000000000000000000000000000000 */
.about {
    padding: 80px 0px;
}

.about .brand-image {
    text-align: center;
    margin-bottom: 50px;
}

.about .brand-image img {
    border-radius: 10px;
    box-shadow: 0px 4px 50px 20px #e6d9d9;
    border: 1px solid #f00001;
    width: 60%;
}

.about .description {
    text-align: center;
    padding: 20px 10px 0px;
}

.about .description h3 {
    margin-bottom: 20px;
    font-family: cinzel decorative, cursive;
}

.about .description .text {
    margin-top: 30px;
}

.about .description p {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 300;
}

.about .description p:last-child {
    margin-bottom: 0px;
}

/* 00000000000000000000000000000000000000000000000   footer    00000000000000000000000000000000000000000000000000000 */
footer {
    background-color: #3f3f3f;
    padding: 45px 0px;
}


footer .links ul {
    display: flex;
    gap: 30px;
}

footer .links ul li a {
    color: #fff;
    font-family: cinzel decorative, cursive;
}

footer .copyright {
    text-align: end;
}

footer .copyright p {
    display: block;
    color: #fff;
    margin: 0;
}



/* 00000000000000000000000000000000000000000000000   media queries    00000000000000000000000000000000000000000000000000000 */

@media(max-width:1062px) {
    .details-tab .single-box .name a {
        font-size: 15px;
    }
}


@media(max-width:991px) {
    .administration .main-head .member .details p {
        font-size: 13.8px;
    }

    .administration .member-table tbody .area-member .image {
        width: 20%;
    }

    .details-tab {
        padding: 80px 10px;
    }

    .attendance .top-navs ul li {
        margin-bottom: 21px;
    }
}



@media(max-width:850px) {
    .administration .member-table tbody .area-member {
        flex-direction: column;
    }
}



@media(max-width:767px) {
    .attendance .top-navs ul {
        text-align: center;
    }
    
    .attendance .top-navs ul li a {
    padding: 12px 15px;
    font-size: 14px;
    }
    
    .attendance .miqaat .top-box .dropdown-and-btn {
        display: block;
        text-align: center;
        justify-content: unset;
        align-items: unset;
        gap: unset;
    }
    
    .attendance .darees .top-btn {
        text-align: center;
        font-size: 14px;
    }
    
    .search-area {justify-content: center !important;}
    
    
    .kalaam-library .media-list .pagination {
        justify-content: normal;
        width: 100%;
        overflow-x: scroll;
    }
    
    .zakereen-gallery .media-section h4 {
        font-size: 14px;

    }
    
    .zakereen-gallery .media-section .single-media .name p {
        font-size: 14px;
    }
    
    .administration .main-head .member .image img {
        width: 90%;
    }
    
    .member-table td {font-size: 14px; text-align: center;}
    .administration .member-table tbody .area-member .details p {font-size: 14px;}
    .about .description p {font-size: 14px;}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    


    .main-header .logo {
        text-align: center;
        margin: 0px 0px -30px;
    }

    .main-header .logo img {
        max-width: 80px;
    }

    .main-header .name-and-btn {
        justify-content: center;
        padding: 0;
    }

    .administration .main-head {
        width: 70%;
        margin-left: 15%;
    }

    .administration .main-head:first-child {
        margin-bottom: 20px;
    }

    .details-tab .single-box {
        padding: 20px;
        width: 90%;
    }

    .my-profile .top-navs ul li {
        text-align: center;
    }

    .my-profile .top-navs ul li a {
        width: 100%;
    }

    .my-profile .top-navs {
        margin-bottom: 60px;
    }

    .kalaam-library .media-list table tbody td.icon-img img {
        width: 22%;
    }

    .top-pattern,
    .bottom-pattern {
        background-size: 50%;
    }

    .update-banner {
        padding: 50px 0px 0px;
    }

    .my-profile {
        padding: 50px 20px;
    }

    .attendance {
        padding: 50px 0px;
    }

    .kalaam-library {
        padding: 50px 0px;
    }

    .zakereen-gallery {
        padding: 50px 0px;
    }

    .qardan-hasana {
        padding: 50px 0px;
    }

    .special-miqaat {
        padding: 50px 0px;
    }

    .administration {
        padding: 50px 0px;
    }

    .details-tab>.container>.row {
        --bs-gutter-y: 60px;
    }
    
    .my-profile .top-navs ul {
        text-align: center;
    }
    
    .my-profile .top-navs ul li {
        margin-right: 5px;
        display: inline-block;
    }
    
    .my-profile .top-navs ul a {
        width: 100%;
    }  
    
    .back-btn{
        margin-top: -35px;
        margin-bottom: 40px;
        text-align: center;
    }
    
    .back-btn a {
        padding: 8px 12px;
        color: #fff;
        background-color: #c29b64;
        display: inline-block;
        border-radius: 10px;
        font-size: 12px
    }


}



@media(max-width:630px) {
    
    
    .administration .main-head {
        width: 100%;
        margin-left: 0%;
    }

    footer .links ul li a {
        font-size: 15px;
    }

    footer .copyright p {
        font-size: 15px;
    }

    .details-tab>.container>.row {
        --bs-gutter-y: 50px;
    }
    

}



@media(max-width:575px) {
    .administration .member-table table tr th {
        background-color: #c29b64;
        color: #fff;
        font-size: 13px;
    }

    .qardan-hasana .apply .icon img {
        width: 53%;
    }


    footer .links {
        margin-bottom: 20px;
    }

    footer .links ul {
        justify-content: center;
    }

    footer .copyright {
        text-align: center;
    }

    .attendance .top-navs ul li {
        
    }


    .attendance .miqaat .miqaat-table thead th,
    .attendance .miqaat .miqaat-table tbody td,

    .attendance .darees .miqaat-table thead th,
    .attendance .darees .miqaat-table tbody td {
        font-size: 14px;
    }

    .my-profile .tab-description .voice-table table th,
    .my-profile .tab-description .voice-table table td {
        font-size: 14px;
    }

    .special-miqaat .miqaat-list table thead th,
    .special-miqaat .miqaat-list table tbody td {
        font-size: 14px;
    }

    .my-profile {
        padding: 50px 0px;
    }

    .my-profile .tab-description .voice-table,
    .my-profile .tab-description .hoob-table,
    .attendance .miqaat .miqaat-table,
    .attendance .darees .miqaat-table,
    .administration .member-table {
        padding: 10px;
    }

    .my-profile .tab-description .detail-box {
        padding: 10px;
    }

  

    .kalaam-library .media-player {
        padding: 10px;
    }

    .kalaam-library .media-player h5 {
        font-size: 25px;
        margin: 10px 0px 15px;
    }

    .kalaam-library .media-player audio {
        width: 100%;
    }

    .kalaam-library .top-box {
        align-items: baseline;
    }

    .kalaam-library .top-box .head {
        text-align: center;
        margin-bottom: 20px;
    }

    .kalaam-library .media-list table tbody td.icon-img img {
        width: 53%;
        display: block;
        margin: 10px auto;
        text-align: center;
        
    }

    .special-miqaat .miqaat-list {
        padding: 10px;
    }

    .details-tab>.container>.row {
        --bs-gutter-y: 40px;
    }
    
    .my-profile .top-navs ul li a {
        font-size: 14px;
    } 
    
    .my-profile .top-navs {
        margin-bottom: 20px;
    } 
    


}

@media(max-width:480px) {
    .main-header .name-and-btn {
        gap: 15px;
        padding: 0px;
    }

    .main-header .name-and-btn .name p {
        font-size: 14px;
    }

    .main-header .logout-button a {
        font-size: 13px;
    }

    .details-tab .single-box .name a {
        font-size: 15px;
    }

    .details-tab .single-box .name a i {
        font-size: 15px;
    }

    .details-tab .single-box {
        width: 95%;
    }

    .my-profile .top-navs ul li a {
        width: 100%;
    }
}


@media(max-width:450px) {


    .main-header .logo img {
        max-width: 90px;
    }

    .main-header .name-and-btn .name p {
        font-size: 12px;
    }

    .main-header .logout-button a {
        font-size: 13px;
    }




    .update-banner .update-box h4 {
        font-size: 20px;
    }

    .update-banner .update-box p {
        font-size: 14px;
    }

    .details-tab .single-box .icon {
        margin: 10px;
    }

    .details-tab .single-box .name a {
        font-size: 13px;
    }

    .administration .member-table {
        padding: 20px 10px;
        background-color: #fff;
        border-radius: 10px;
    }

    .administration .member-table tbody .area-member .image {
        width: 50%;
    }



    .attendance .miqaat .top-box {
        display: block;
    }

    .attendance .miqaat .top-box .head {
        margin-bottom: 10px;
        text-align: center;
    }

    .attendance .darees .top-box {
        display: block;
    }

    .attendance .darees .top-box .head {
        margin-bottom: 10px;
        text-align: center;
    }

    .main-header .name-and-btn .name p .slash {
        font-size: 17px;
    }

    .top-pattern,
    .bottom-pattern {
        background-size: 100%;
    }
    

}


@media(max-width:412px) {
    .login .login-form .wrapper {
        min-width: 350px;
    }

}

@media(max-width:400px) {
    .administration .member-table table tr th {
        font-size: 12px;
    }


    .main-header .name-and-btn .name p {
        font-size: 11px;
    }

    .main-header .logout-button {
        text-align: center;
        margin: 25px 0px;
        width: 32%;
    }

    .kalaam-library .media-list .pagination li {
        padding: 3px 10px;
    }

    .main-header .name-and-btn .name p .slash {
        font-size: 15px;
    }
        

}


@media(max-width:360px) {
    .main-header .name-and-btn {
        justify-content: normal;
        gap: 5px;
        padding: 0px;
    }

    .details-tab .single-box .name a {
        font-size: 10px;
    }

    .login .login-form .wrapper {
        min-width: 330px;
    }
}

/* NEW CSS */
.modal#editProfile form h3 {
    margin-bottom: 15px;
    font-size: 20px;
}

.modal#editProfile form .col-md-6 {
    margin-bottom: 20px;
}

.modal#editProfile form label {
    font-size: 14px;
    margin-bottom: -5px;
}

.modal#editProfile form input,
.modal#editProfile form select,
.modal#editProfile form textarea {
    font-size: 15px;
}

.modal#editProfile form .khidmat-box {
    margin-bottom: 30px;
}

.my-profile .tab-description .message-box ol li {
    margin-bottom: 5px !important;
}

@media (max-width:575px) {
    .my-profile .tab-description .single-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 30px;
        margin-bottom: 20px;
        align-items: center;
    }

    .name h3 {
        margin-bottom: 20px;
    }
}