@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


:root {
    --primary-color: #BC0028;
    --hover-color: #a00022;
    width: 100%;
    min-width: 100%;
    overflow-y: scroll;
}


body {
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    font-family: "Inter", sans-serif;
}


.pd-top {
    padding: 50px 15px;
}

.wrapper {
    background-color: #fff8f8;
}

.section-title {
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 40px;
}

.header {
    --background-color: rgba(255, 255, 255, 0);
    background-color: #ffffff;
    color: #212529;
    transition: all 0.5s;
    z-index: 997;
}

.header .header-container {
    background: #ffffff;
    /* padding: 10px 0px; */
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
    color: #ffffff;
    background: var(--primary-color);
    font-size: 14px;
    padding: 8px 20px;
    margin: 0 0 0 30px;
    border-radius: 50px;
    transition: 0.3s;
}

header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
    color: #ffffff;
    background: color-mix(in srgb, #a00022, transparent 15%);
}

.navmenu li a {
    text-decoration: none;
}


.header .btn-getstarted {
    text-decoration: none;
}


@media (max-width: 1200px) {

    .header .header-container {
        margin-left: 10px;
        margin-right: 10px;
        padding: 10px 5px 10px 15px;
    }

    .header .btn-getstarted {
        order: 2;
        margin: 0 10px 0 0;
        padding: 6px 15px;
    }

    .header .navmenu {
        order: 3;
    }
}

@media (min-width: 1200px) {
    .navmenu {
        padding: 0;
    }

    .navmenu ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navmenu li {
        position: relative;
    }

    .navmenu a,
    .navmenu a:focus {
        color: #212529;
        padding: 18px 15px;
        /* font-size: 16px; */
        font-family: "Inter", sans-serif;
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s;
    }

    .navmenu a i,
    .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        transition: 0.3s;
    }

    .navmenu li:last-child a {
        padding-right: 0;
    }

    .navmenu li:hover>a,
    .navmenu .active,
    .navmenu .active:focus {
        color: var(--primary-color);
    }

}

@media (max-width: 1199px) {
    .mobile-nav-toggle {
        color: #212529;
        font-size: 28px;
        line-height: 0;
        margin-right: 10px;
        cursor: pointer;
        transition: color 0.3s;
    }

    .navmenu {
        padding: 0;
        z-index: 9997;
    }

    .navmenu ul {
        display: none;
        list-style: none;
        position: absolute;
        inset: 60px 20px 20px 20px;
        padding: 10px 0;
        margin: 0;
        border-radius: 6px;
        background-color: #ffffff;
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    }

    .navmenu a,
    .navmenu a:focus {
        color: #212529;
        padding: 10px 20px;
        font-family: "Inter", sans-serif;
        font-size: 17px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s;
    }

    .navmenu a i,
    .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: 0.3s;
        background-color: color-mix(in srgb, #a00022, transparent 90%);
    }

    .navmenu a i:hover,
    .navmenu a:focus i:hover {
        background-color: #a00022;
        color: #ffffff;
    }

    .navmenu a:hover,
    .navmenu .active,
    .navmenu .active:focus {
        color: #a00022;
    }

    .navmenu .active i,
    .navmenu .active:focus i {
        background-color: #a00022;
        color: #ffffff;
        transform: rotate(180deg);
    }

    .mobile-nav-active {
        overflow: hidden;
    }

    .mobile-nav-active .mobile-nav-toggle {
        color: #fff;
        position: absolute;
        font-size: 32px;
        top: 15px;
        right: 15px;
        margin-right: 0;
        z-index: 9999;
    }

    .mobile-nav-active .navmenu {
        position: fixed;
        overflow: hidden;
        inset: 0;
        background: rgba(33, 37, 41, 0.8);
        transition: 0.3s;
    }

    .mobile-nav-active .navmenu>ul {
        display: block;
    }

    .header .btn-getstarted {
        width: 70px;
        margin-left: 20px;
        margin-top: 30px;
    }
}



.page-header {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    margin-top: 80px;
}

.page-header__inner {
    position: relative;
    display: block;
    padding: 35px 0 35px;
    z-index: 1;
    margin-top: 30px;
}

.page-header__inner h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    color: rgb(0, 0, 0);
    text-transform: capitalize;
    margin-bottom: 0px;
}

.page-header__inner p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #000000;
    text-transform: capitalize;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    width: 100%;
}

.banner-section {
    background: url('/assets/image/banner-image/banner-2.png') no-repeat center center/cover;
    min-height: 100vh;
    display: flex;
    position: relative;
}

.logo {
    width: 20%;
    height: auto;
    margin-top: 15px;

}

.logo img {
    width: 100%;
    height: auto;
    /* margin-top: -20px; */
}

.banner-content-1 {
    padding: 20px;
    position: relative;
    top: 84px;
}

.banner-content-1 h4 {
    font-size: 28px;
    font-weight: 700;
    line-height: 29px;
}

.banner-content-1 p {
    font-size: 17px;
    font-weight: 400;
    line-height: 29px;
}

.banner-content {
    position: relative;
    top: 80px;
}

.form-card {
    background: #ffffff;
    border-radius: 15px;
    border: 1px solid var(--primary-color);
    border-radius: 20px;
    width: 350px;
    text-align: center;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    margin-top: 14px;
    margin-bottom: 35px;
}

.new-form {
    width: 80%;
}

.form-header {
    padding: 10px;
    background-color: var(--primary-color);
    border-radius: 20px 20px 0px 0px;
    margin-bottom: 20px;
}

.heading {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding-top: 15px;
    margin-bottom: 5px;
    text-shadow: #00000040;
}

.subheading {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    line-height: 14px;
}

.input-lable {
    margin-top: 10px;
    margin-left: 40px;
}

.input-field {
    width: 100%;
    margin-left: 20px !important;
    margin-right: 20px;
    padding: 12px;
    border-radius: 25px !important;
    border: 1px solid #ddd;
    font-size: 14px;
    appearance: none;
    outline: none;
    text-align: left;
}

.dropdown-icon {
    position: absolute;
    top: 58%;
    right: 37px;
    transform: translateY(-50%);
    pointer-events: none;
}

.dropdown-icon-2 {
    position: absolute;
    top: 61%;
    right: 37px;
    transform: translateY(-50%);
    pointer-events: none;
}

.input-field:first-child {
    margin-top: 15px;
}

.input-field:focus {
    border-color: var(--primary-color);
    box-shadow: 0px 0px 5px rgba(188, 0, 40, 0.3);
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    color: grey;
}

.submit-btn {
    width: 50%;
    background: var(--primary-color);
    color: #ffffff;
    border: none;
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 30px;
    margin-bottom: 30px;
}

.submit-btn:hover {
    background: var(--hover-color);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



.feature-box {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out forwards;
}


.feature-box:nth-child(1) {
    animation-delay: 0.3s;
}

.feature-box:nth-child(2) {
    animation-delay: 0.5s;
}

.feature-box:nth-child(3) {
    animation-delay: 0.7s;
}



.features {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.feature-box {
    background: #ffffff;
    border: 2px solid #bc0028;
    border-radius: 15px;
    padding: 20px;
    width: 350px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.feature-box .icon img {
    width: 50px;
    padding: 10px;
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.feature-box h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}

.feature-box p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}


@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.engage-img {
    animation: fadeInLeft 0.8s ease-out;
}

.engage-content {
    animation: fadeInRight 0.8s ease-out 0.3s;
    animation-fill-mode: both;
}

.engage-content ul li {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease-out forwards;
}

.engage-content ul li:nth-child(1) {
    animation-delay: 0.5s;
}

.engage-content ul li:nth-child(2) {
    animation-delay: 0.7s;
}

.engage-content ul li:nth-child(3) {
    animation-delay: 0.9s;
}


.Engage-section {
    background: linear-gradient(180deg, rgba(254, 228, 233, 1) 2%, rgba(255, 255, 255, 1) 100%);
    padding: 50px 0;
    text-align: center;
}

.engage-img img {
    width: 90%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 150px;
    border-radius: 15px;
}

.image-container {
    position: relative;
}

.text-container {
    max-width: 500px;
    text-align: left;
}

.text-container h2 {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 50px;
}

.text-container ul {
    margin-top: 50px;
    list-style: none;
    padding: 0;
}

.text-container li {
    margin-top: 20px;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.text-container li img {
    width: 20px;
    margin-right: 10px;
}

.engage-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-section .row {
    display: flex;
    justify-content: center;
    align-items: center;
}


.faq-img img {
    animation: fadeInLeft 0.8s ease-out;
    width: 80%;
    height: auto;
}

.faq-item {
    background-color: #fff;
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    padding: 15px;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 10px;
    transition: transform 0.3s ease-out;
}


.faq-item.active {
    background-color: var(--primary-color);
    color: #fff;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
}

.faq-question i {
    border: 1px solid var(--primary-color);
    border-radius: 100%;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 13px;
    transition: transform 0.3s;
    background-color: var(--primary-color);
    color: #fff;
}

.faq-item.active i {
    transform: rotate(180deg);
    background-color: #fff;
    color: var(--primary-color);
}

.faq-answer {
    display: none;
    margin-top: 10px;
    font-size: 13px;
}

.faq-item.active .faq-answer {
    color: #e3e3e3d6;
    display: block;
}

.download-section {
    background: linear-gradient(180deg, rgba(254, 228, 233, 1) 2%, rgba(255, 255, 255, 1) 100%);
}

.download-text h2 {
    font-size: 35px;
    font-weight: 500;
    color: #333;
}

.download-text h2 span {
    color: var(--primary-color);
    font-weight: 700;
}

.app-buttons {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}

.app-buttons a img {
    width: 100%;
    transition: transform 0.3s ease-in-out;
    margin-left: -20px;
}

.download-image img {
    width: 100%;
    position: relative;
    top: -130px;
    right: -54px;
}

.footer {
    text-align: center;
}

.footer-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.app-button img {
    width: 150px;
}

.footer .footer-sub-links {
    border-bottom: 3px solid var(--hover-color);
}

.footer-links,
.footer-sub-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    margin-bottom: 15px;
}

.footer-links a,
.footer-sub-links a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

.footer-links a:hover,
.footer-sub-links a:hover {
    text-decoration: underline;
    color: var(--hover-color);
}

.social-icons {
    margin: 15px 0;
    display: flex;
    justify-content: center;
    gap: 25rem;
}

.social-icons .follow-us a i {
    width: 30px;
    margin: 0 5px;
}

.social-icons .follow-us a {
    color: #7d7d7d;
}

.social-icons .follow-us a:hover {
    color: var(--hover-color);
}

.social-icons .download-link a img {
    width: 20px;
    margin: 0px 5px;
}

.footer-bottom {
    display: flex;
    justify-content: center;
    gap: 25rem;
    background-color: var(--hover-color);
    color: #fff;
    margin-top: 20px;
    font-size: 12px;
    padding-top: 10px;
}

.islamic-test {
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 50px;
}

.content-box {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-right: 200px solid var(--primary-color);
}

.content-box .title {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    border-bottom: 2px solid var(--primary-color);
    display: inline-block;
}

.description {
    font-size: 16px;
    color: #666;
}

.question {
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
}

.question strong {
    margin-left: 3px;
}

.options {
    list-style: none;
    padding: 0;
}

.options li {
    margin: 10px 0;
    font-size: 13px;
    display: flex;
}

.options input {
    margin-right: 10px;
}

.next-btn {
    background: var(--primary-color);
    color: #fff;
    padding: 10px 30px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    margin-top: 20px;
    font-size: 16px;
}

.back-btn {
    background: var(--primary-color);
    color: #fff;
    padding: 10px 30px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    margin-top: 20px;
    font-size: 16px;
}

.back-btn i {
    color: #fff;
    margin-left: 7px;
    text-align: center;
}

.buttons {
    display: flex;
    justify-content: space-between;
}

.next-btn i {
    color: #fff;
    margin-left: 7px;
    text-align: center;
}

.back-btn:hover {
    background-color: var(--hover-color);
}

.next-btn:hover {
    background-color: var(--hover-color);
}

.content-box .image-box {
    width: 50%;
    position: relative;
    right: -174px;
    top: 10px;
}

.content-box .image-box img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

input[type="radio"] {
    accent-color: var(--hover-color);
}

.costoum-card {
    padding: 40px;
    border-left: 200px solid var(--primary-color);
    border-radius: 20px;
}

.costoum-card .image-section {
    width: 33%;
    position: relative;
    left: -200px;
}

.costoum-card .image-section img {
    width: 85%;
    border-radius: 20px;
}

.overlay {
    position: absolute;
    bottom: 9px;
    left: -250px;
    width: 418px;
    height: 82px;
    background-color: rgba(188, 0, 40, 0.7);
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    display: flex;
    align-items: center;
    padding: 40px;
}

.overlay-text {
    color: white;
    margin-left: 170px;
    font-size: 20px;
    font-weight: 600;
}

.form-section {
    width: 50%;
}

.form-centent h5 {
    font-size: 24px;
    font-weight: 600;
}

.profile-card {
    width: 100%;
    background: white;
    border-radius: 23px 0px 23px 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.profile-header {
    position: relative;
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.profile-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 23px 0px 23px 0px;
}

.badge-container {
    position: absolute;
    top: 0px;
    left: 0px;
}

.badge {
    background: rgba(255, 255, 255, 0.578);
    color: rgb(0, 0, 0);
    font-size: 12px;
    padding: 11px 11px;
    border-radius: 0px 0px 23px 0px;
    line-height: 16px;
}

.profile-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgba(255, 255, 255, 0.578);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 0px 0px 23px;
    font-size: 17px;
    font-weight: 600;
    color: black;
}

.profile-icon i {
    margin-right: 5px;
}

.profile-details {
    padding: 10px;
}

.profile-details h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.profile-details p {
    font-size: 13px;
    font-weight: 500;
    color: #555;
    margin: 3px 0;
}

.profile-footer {
    background: #BC0028;
    padding: 5px;
    display: flex;
    border-radius: 23px 0px 23px 0px;
    justify-content: space-between;
}

.btn {
    border: none;
    color: white;
    font-size: 12px;
    cursor: pointer;
    padding: 5px;
}

.btn i {
    font-size: 17px;
}

.btn:hover {
    text-decoration: underline;
    color: #fff;
}


.profile-listing {
    margin-top: 100px;
}

.profile-container {
    width: 100%;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.profile-heading {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.profile-card-2 {
    display: flex;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
}

.profile-image-2 img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.profile-image-2 {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.thumbnail-container img {
    width: 20%;
    height: auto;
    margin: 6px;
    border-radius: 5px;
}

.profile-info {
    margin-top: 30px;
    margin-left: 30px;
    flex-grow: 1;
}

.profile-info h3 {
    margin: 0;
    font-weight: 600;
}

.profile-id {
    color: gray;
    font-size: 14px;
}

.profile-info ul {
    margin-top: 20px;
    list-style: none;
    padding: 0;
}

.profile-info li {
    margin: 11px 0;
    font-size: 16px;
}

.profile-buttons {
    margin-top: 10px;
}

.btn-pb {
    padding: 8px 12px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    margin-right: 5px;
}

.manager {
    background: orange;
    color: white;
}

.dcc-request {
    background: green;
    color: white;
}

.forward {
    background: blue;
    color: white;
}

.cancel {
    background: red;
    color: white;
}

.pr-icon {
    background-color: #eee;
    border-radius: 30px;
    margin-right: 10px;
    padding: 7px;
}

.pr-icon i {
    font-size: 15px;
    color: var(--primary-color);
}

.info-title {
    font-weight: 600;
}

.personal-info {
    border-radius: 15px;
    border: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.info-heading {
    position: relative;
    left: -48px;
    background-color: var(--primary-color);
    border-radius: 0px 20px 20px 0px;
    color: #fff;
    padding: 7px;
    width: 300px;
    justify-content: start;
    align-items: center;
}

.info-heading h5 {
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 14px;
    margin-left: 10px;
}

.info-heading i {
    background-color: #eeeeee67;
    border-radius: 50px;
    margin-right: 10px;
    padding: 5px;
}

.table-1 {
    width: 50%;
}

.info-table {
    display: flex;
    justify-content: flex-start;
}

.text-dark {
    font-weight: 600;
    font-size: 14px;
}

.text-muted {
    font-size: 14px;
}

.swiper-button-prev,
.swiper-button-next:after {
    display: none !important;
}

.swiper-free-mode>.swiper-wrapper {
    margin-top: 14px;
}

.profile-card-3 {
    width: 100%;
    background: white;
    padding: 15px;
    border-radius: 23px 0px 23px 0px;
    border: 1px solid rgba(101, 101, 101, 0.749);
    overflow: hidden;
}

.profile-header-3 {
    position: relative;
}

.profile-image-3 {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 23px 0px 0px 0px;
}

.badge-container-3 {
    position: absolute;
    top: 0px;
    left: 0px;
}

.badge-3 {
    background: rgba(255, 255, 255, 0.578);
    color: rgb(0, 0, 0);
    font-size: 12px;
    padding: 11px 11px;
    border-radius: 0px 0px 23px 0px;
    line-height: 16px;
}

.profile-icon-3 {
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgba(255, 255, 255, 0.578);
    width: 50px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 0px 0px 23px;
    font-size: 13px;
    font-weight: 600;
    color: black;
}

.profile-icon-3 i {
    margin-right: 5px;
}

.profile-details-3 {
    padding: 10px;
    margin-left: 30px;
}

.profile-details-3 h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 23px;
}

.profile-details-3 p {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    margin: 3px 0;
}

.profile-footer-3 {
    background: #BC0028;
    position: absolute;
    top: 189px;
    width: 100%;
    padding: 5px;
    display: flex;
    border-radius: 23px 0px 23px 0px;
    justify-content: space-between;
}

.btn-3 {
    background: none;
    border: none;
    color: white;
    font-size: 12px;
    cursor: pointer;
    padding: 5px;
}

.btn-3 i {
    font-size: 17px;
}

.btn-3:hover {
    text-decoration: underline;
    color: #fff;
}

.card-profile {
    padding: 30px;
    width: 78%;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
}

.section-container {
    display: flex;
    justify-content: center;
}

.content-header .rc {
    background-color: #FFF4F4;
    border-radius: 6px;
    padding: 4px;
    margin-right: 5px;
}

.content-header .pm {
    background-color: #FFF4F4;
    border-radius: 6px;
    padding: 4px;
    margin-left: 5px;
}

.side-profile a {
    text-decoration: none;
    color: #555;
}

.side-profile {
    margin-left: 40px;
    font-size: 12px;
}

.side-profile .accepted {
    background-color: #EFFFE8;
    border: 2px solid #a0ff77;
    border-radius: 10px;
    padding: 4px 17px 4px 17px;
    font-weight: 600;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.side-profile .discussion {
    background-color: #E8F1FF;
    border: 2px solid #95beff;
    border-radius: 10px;
    padding: 4px 17px 4px 17px;
    font-weight: 600;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.side-profile .serious {
    background-color: #FFE8E84D;
    border: 2px solid #fc3f3f4d;
    border-radius: 10px;
    padding: 4px 17px 4px 17px;
    font-weight: 600;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.side-profile-bottom {
    font-size: 12px;
}

.side-profile-bottom a {
    text-decoration: none;
    color: #555;
}

.side-profile-bottom .proposal-sent {
    background-color: #EFFFE8;
    border-radius: 10px;
    padding: 4px 44px 4px 44px;
    font-weight: 600;
    margin-right: 10px;
}

.side-profile-bottom .proposal-res {
    background-color: #E8F1FF;
    border-radius: 10px;
    padding: 5px 40px;
    font-weight: 600;
    margin-right: 10px;
}

.side-profile-bottom .proposal-fw {
    background-color: #FFE8E84D;
    border-radius: 10px;
    padding: 4px 44px 4px 44px;
    font-weight: 600;
}

.registration-section {
    background: linear-gradient(360deg, rgba(254, 228, 233, 1) 2%, rgba(255, 255, 255, 1) 100%);
    padding-bottom: 50px;
    padding-top: 150px;
}

.login-btn {
    background: red;
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
}

.illustration img {
    width: 100%;
    height: auto;
}

.registration-form {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 80%;
}

.registration-form h4 {
    margin-top: 0;
    font-weight: 600;
}

.registration-form p {
    font-size: 15px;
    font-weight: 500;
    color: #666;
}

.registration-form input {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
    border: 1px solid #eee;
    border-radius: 20px;
}

.checkbox-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.forgot-password {
    color: red;
    text-decoration: none;
}

.rg-btn {
    width: 100%;
    padding: 10px;
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.rg-btn:hover {
    background: var(--hover-color);
}



@media (max-width: 1200px) {

    .logo {
        width: 30%;
    }

    .features {
        flex-direction: column;
        align-items: center;
    }

    .feature-box {
        width: 100%;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .header .container .nav .menu-list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .banner-content-1 {
        top: 80px;
    }

    .form-card {
        width: 100%;
    }

    .engage-img img {
        left: 0;
    }

    .content-box {
        flex-direction: column;
        padding: 20px;
    }

    .content-box .image-box {
        right: -159px;
        top: 1px;
        width: 100%;
    }

    .costoum-card {
        padding: 20px;
    }

    .costoum-card .image-section {
        left: 0;
        width: 100%;
    }

    .overlay {
        left: 0;
        width: 100%;
    }

    .overlay-text {
        margin-left: 0;
    }

    .profile-card-2 {
        flex-direction: column;
    }

    .profile-image-2 {
        width: 100%;
    }

    .profile-info {
        margin-left: 0;
    }

    .profile-details-3 h2 {
        font-size: 24px;
    }

    .profile-footer-3 {
        top: 150px;
    }

    .hero-content {
        display: flex;
        flex-direction: column;
    }

    .registration-form {
        width: 100%;
    }

    .download-image img {
        width: 100%;
        position: relative;
        top: 0px;
        right: 0px;
    }

    .content-box {

        flex-direction: row;
    }

    .content-box .image-box img {
        width: 100%;
    }

}

@media (max-width: 768px) {

    .logo {
        width: 40%;
    }

    .download-image img {
        display: none;

    }

    .section-title {
        font-size: 32px;
        margin-top: 23px;
    }

    .illustration img {
        display: none;
    }

    .nav {
        display: none;
    }


    .page-header__inner h4 {
        font-size: 21px;
        line-height: 28px;
    }

    .page-header__inner p {
        font-size: 16px;
    }

    .banner-content-1 h4 {
        font-size: 24px;
    }

    .banner-content-1 p {
        font-size: 14px;
    }

    .features {
        flex-direction: column;
        align-items: center;
    }

    .feature-box {
        width: 100%;
        margin-top: 0px !important;
        margin-bottom: 0px !important;

    }

    .engage-content {
        flex-direction: column;
    }

    .text-container {
        max-width: 100%;
    }

    .faq-section .row {
        flex-direction: column;
    }

    .faq-img img {
        animation: fadeInUp 0.8s ease-out;
        width: 100%;
    }

    .download-image img {
        right: 0;
        top: 0;
    }

    .footer-buttons {
        flex-direction: column;
    }

    .social-icons {
        gap: 10px;
    }

    .footer-bottom {
        gap: 10px;
    }

    .content-box .title {
        font-size: 24px;
    }

    .description {
        font-size: 14px;
    }

    .question {
        font-size: 14px;
    }

    .options li {
        font-size: 12px;
    }

    .next-btn,
    .back-btn {
        padding: 8px 20px;
        font-size: 14px;
    }

    .profile-card {
        width: 100%;
    }

    .profile-details h2 {
        font-size: 18px;
    }

    .profile-details p {
        font-size: 12px;
    }

    .profile-info h3 {
        font-size: 20px;
    }

    .profile-info li {
        font-size: 14px;
    }

    .btn-pb {
        padding: 6px 10px;
    }

    .info-heading {
        left: 0;
        width: 100%;
    }

    .info-heading h5 {
        font-size: 12px;
    }

    .info-table {
        flex-direction: column;
    }

    .text-dark,
    .text-muted {
        font-size: 12px;
    }

    .profile-details-3 h2 {
        font-size: 20px;
    }

    .profile-details-3 p {
        font-size: 12px;
    }

    .btn-3 {
        font-size: 10px;
    }

    .card-profile {
        width: 100%;
    }

    .side-profile {
        margin-left: 0;
        margin-top: -15px;
    }

    .side-profile .accepted,
    .side-profile .discussion,
    .side-profile .serious {
        padding: 4px 10px;
    }

    .side-profile-bottom .proposal-sent,
    .side-profile-bottom .proposal-res,
    .side-profile-bottom .proposal-fw {
        padding: 4px 20px;
    }

    .registration-form h4 {
        font-size: 18px;
    }

    .registration-form p {
        font-size: 14px;
    }

    .registration-form input {
        padding: 8px;
    }

    .rg-btn {
        padding: 8px;
        font-size: 14px;
    }

    .open {
        width: 100%;
        display: block;
        border-radius: 20px;
        background-color: rgba(0, 0, 0, 0.632);
        position: absolute;
        top: 60px;
        right: 0px;
        transition: 0.3s ease-out;
        color: white;
        transform: translateY(20px);
        animation: fadeInUp 0.6s ease-out forwards;
        z-index: 2;
    }

    .header .container .nav .menu-list {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: row;
        position: relative;
        right: 170px;
        top: 4px;
    }

    .header .container .nav .menu-list a {
        color: white !important;
    }

    .login {
        display: none;
    }

    .text-container h2 {
        font-size: 24px;
        text-align: center;
    }

    .download-text h2 {
        text-align: center;
    }

    .profile-card-2 {
        flex-direction: column;
        width: 100%;
    }

    .profile-buttons {
        justify-content: center;
    }

    .profile-buttons .btn-pb {
        flex: 1;
        text-align: center;
    }

    .info-table {
        flex-direction: column;
        justify-content: flex-start;
    }

    .info-table .table-1,
    .info-table .table-2 {
        max-width: 100%;
    }

    .content-box {
        border-right: none;
        flex-direction: column;
    }

    .content-box .image-box {
        right: 0px;
        top: 10px;
        width: 100%;
    }
}


@media (max-width: 480px) {

    .logo {
        width: 56%;
        margin: 0;
    }

    .login {
        display: none;
    }

    .section-title {
        font-size: 24px;
        margin-top: 23px;
    }

    .nav {
        display: none;
    }

    .open {
        width: 100%;
        display: block;
        background-color: rgba(0, 0, 0, 0.632);
        position: absolute;
        top: 60px;
        right: 0px;
        border-radius: 20px;
        transition: 0.3s ease-out;
        color: white;
        transform: translateY(20px);
        animation: fadeInUp 0.6 s ease-out forwards;
    }


    .header .container .nav .menu-list {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: row;
        position: relative;
        right: 115px;
        top: 4px;
    }

    .header .container .nav .menu-list a {
        color: white !important;
    }

    .page-header__inner h4 {
        font-size: 15px;
        line-height: 20px;
    }

    .page-header__inner p {
        font-size: 14px;
    }

    .banner-content-1 h4 {
        font-size: 20px;
    }

    .banner-content-1 p {
        font-size: 12px;
    }

    .form-card {
        width: 100%;
    }

    .engage-img img {
        width: 100%;
    }

    .text-container h2 {
        font-size: 24px;
        text-align: center;
    }

    .text-container li {
        font-size: 14px;
    }


    .faq-question {
        font-size: 14px;
    }

    .faq-answer {
        font-size: 12px;
    }

    .download-text h2 {
        font-size: 28px;
        text-align: center;
    }

    .app-buttons {
        flex-direction: column;
    }

    .footer-title {
        font-size: 20px;
    }

    .footer-links,
    .footer-sub-links {
        gap: 8px;
    }

    .footer-links a,
    .footer-sub-links a {
        font-size: 12px;
    }

    .social-icons {
        gap: 30px;
    }

    .footer-bottom {
        gap: 7px;
    }

    .footer-bottom p {
        font-size: 10px;
    }

    .islamic-test {
        padding: 20px;
    }

    .content-box .title {
        font-size: 20px;
    }

    .description {
        font-size: 12px;
    }

    .question {
        font-size: 12px;
    }

    .options li {
        font-size: 10px;

    }

    .illustration img {
        display: none;
    }

    .next-btn,
    .back-btn {
        padding: 6px 15px;
        font-size: 12px;
    }

    .profile-details h2 {
        font-size: 16px;
    }

    .profile-details p {
        font-size: 10px;
    }

    .profile-info h3 {
        font-size: 18px;
    }

    .profile-info li {
        font-size: 12px;
    }

    .btn-pb {
        padding: 4px 8px;
    }

    .info-heading h5 {
        font-size: 10px;
    }

    .text-dark,
    .text-muted {
        font-size: 10px;
    }

    .profile-details-3 h2 {
        font-size: 18px;
    }

    .profile-details-3 p {
        font-size: 10px;
    }

    .btn-3 {
        font-size: 8px;
    }

    .side-profile .accepted,
    .side-profile .discussion,
    .side-profile .serious {
        padding: 4px 8px;
    }

    .side-profile-bottom .proposal-sent,
    .side-profile-bottom .proposal-res,
    .side-profile-bottom .proposal-fw {
        padding: 4px 10px;
    }

    .registration-form h4 {
        font-size: 16px;
    }

    .registration-form p {
        font-size: 12px;
    }

    .registration-form input {
        padding: 6px;
    }

    .rg-btn {
        padding: 6px;
        font-size: 12px;
    }

    .download-image img {
        display: none;
    }

    .profile-info {
        padding: 12px;
    }

    .profile-info h3 {
        font-size: 16px;
    }

    .profile-info ul li {
        font-size: 13px;
    }

    .profile-buttons .btn-pb {
        font-size: 11px;
        padding: 6px 10px;
        min-width: 48%;
    }

    .persnol-info {
        padding: 12px;
    }

    .info-title {
        font-size: 16px;
    }

    .info-table td {
        font-size: 12px;
    }

    .section-container {
        padding: 0px;
        width: 100%;
    }

    .user-profile {
        padding: 0px;
    }

    .profile-footer-3 {
        top: 185px;
    }

    .content-header {
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .profile-info {
        padding: 12px;
    }

    .profile-info h3 {
        font-size: 16px;
    }

    .profile-info ul li {
        font-size: 13px;
    }

    .profile-buttons .btn-pb {
        font-size: 11px;
        padding: 6px 10px;
        min-width: 48%;
    }

    .persnol-info {
        padding: 12px;
    }

    .info-title {
        font-size: 16px;
    }

    .info-table td {
        font-size: 12px;
    }
}




.title {
    color: #757575;
    font-weight: bold;
}

.modal {
    text-align: left;
}

.modal-content {
    border: none;
    border-radius: 2px;
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.modal-header {
    border-bottom: 0;
    padding-top: 15px;
    padding-right: 26px;
    padding-left: 26px;
    padding-bottom: 0px;
}

.modal-title {
    font-size: 34px;
}

.modal-body {
    border-bottom: 0;
    padding-top: 5px;
    padding-right: 26px;
    padding-left: 26px;
    padding-bottom: 10px;
    font-size: 15px;
}

.modal-footer {
    border-top: 0;
    padding-top: 0px;
    padding-right: 26px;
    padding-bottom: 26px;
    padding-left: 26px;
}

.btn-default,
.btn-primary {
    border: none;
    border-radius: 2px;
    display: inline-block;
    color: #424242;
    background-color: #FFF;
    text-align: center;
    height: 36px;
    line-height: 36px;
    outline: 0;
    padding: 0 2rem;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    letter-spacing: .5px;
    transition: .2s ease-out;
}

.btn-default:hover {
    background-color: #FFF;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-primary {
    color: #FFF;
    background-color: #2980B9;
}

.btn-primary:hover {
    background-color: #2980B9;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

footer {
    text-align: center;
}

footer h4 {
    font-size: 2.92rem;
    font-weight: 100;
    margin: 1.46rem 0 1.168rem;
}


.edit-profile {
    font-size: 17px !important;
    background-color: #858181;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

.user-card {
    width: 250px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    position: absolute;
    top: 60px;
    right: 0;
    display: none;
}

.profile-prsn:hover .user-card {
    display: block;
}

.user-card h5 {
    font-size: 18px;
    font-weight: bold;
}

.user-card .subscription {
    font-size: 14px;
    color: gray;
}

.upgrade-button {
    background: none;
    border: 1px solid #000;
    color: var(--primary-color);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
}

.user-options>ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.user-options>ul>li {
    text-align: start;
    cursor: pointer;
    font-size: 14px;
}

.user-options>ul>a {
    margin-bottom: 2px !important;
}

.user-options li:hover {
    color: var(--hover-color);
}

.user-edit-card {
    background-color: rgb(255, 255, 255);
    padding-top: 15px;
    border-radius: 8px;
    box-shadow: 0px 2px #bcbbbb;
    margin-bottom: 10px;
}

.user-edit-card .user-edit-profile {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    position: relative;
}


#profile_picture {
    display: none;
}

.uplode-picture {
    display: flex;
    background-color: #cbcbcb96;
    justify-content: center;
    font-size: 85px;
    color: #a3a0a0;
    border: 1px solid black;
    width: 120px;
    height: 120px;
    align-items: end;
    cursor: pointer;
    overflow: hidden;
}

.preview-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.user-container {
    margin-top: 90px;
}

.name {
    margin-top: 10px;
    color: #555;
    font-weight: 400;
}

.edit-card-header {
    display: flex;
    justify-content: space-between;
}

.edit-btn {
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    color: white;
    background-color: var(--primary-color);
    width: 50px;
    height: 25px;
    text-align: center;
}


.table>:not(caption)>*>* {
    font-size: 13px !important;
}

.edit-form {
    display: none;
}

.user-options a {
    padding: 5px;
}

.login-page-image {
    display: flex;
    justify-content: center;
}

.login-page-image img {
    width: 85%;
}

.login-page-footer a {
    text-decoration: none;
    color: #BC0028;
}

.login-page-footer p {
    font-size: 14px;
}

.form-group input::placeholder {
    opacity: 0;
}


.form-group {
    --pad-top1: 1.1rem;
    --pad-top2: 0.8rem;
    --pad-left: 2.2rem;
    position: relative;
}

.form-group label {
    position: absolute;
    left: var(--pad-left);
    top: var(--pad-top1);
    pointer-events: none;
    background-color: white;
    transition: all 0.3s ease-out;
    font-size: 14px;
}

.form-group input:focus+label,
.form-group input:not(:placeholder-shown)+label {
    transform: translateY(calc(-50% - var(--pad-top2))) scale(.8);
    /* color: #BC0028 !important; */
    background-color: white;
}

.form-group select:focus+label,
.form-group select:not([value=""])+label {
    transform: translateY(calc(-50% - var(--pad-top2))) scale(.8);
    /* color: #BC0028 !important; */
    background-color: white !important;
}

.page-header {
    position: relative;
    background: url("/assets/image/breadcrumb.jpg");
    background-size: cover;
    /* padding-top: 100px; */
}

.breadcrumb-layer {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: hsl(347, 100%, 37%, 0.7);
}

.acivity-card {
    border: 0.5px solid #d9d6d6b4;
    margin-top: 60px;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
}


.proposal-card {
    display: flex;
    padding: 10px;
    border-radius: 10px;
    justify-content: center;
    background-color: #ffe8e8b2;
}

.proposal-content i {
    font-weight: 500;
    font-size: 20px;
    color: #666;
}

.proposal-content h4 {
    font-size: 24px;
    font-weight: 700;
    color: #666;

}

.proposal-content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 0px !important;
}

.swiper-slide {
    /* width: 158px !important; */
}

input[type="radio"] {
    margin-right: 10px;
    margin-left: 50px;
    margin-top: 30px;
}


.manager-tablbe {
    margin-top: 100px;
}

.manager-table table {
    border-radius: 8px;
    width: 100%;
    background: #fff;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.5;
}


.manager-table table td,
.manager-table table th {
    border-top: 1px solid #ECF0F1;
    padding: 12px 15px;
}

.manager-table table td {
    border-left: 1px solid #ECF0F1;
    border-right: 1px solid #ECF0F1;
}

.manager-table table th {
    background-color: #e9e9e9;
    color: #000000;
    font-weight: 600;
    letter-spacing: 0.5px;
}



.manager-table table tr:nth-of-type(even) td {

    background-color: #fce8e8;
}


.manager-table table.total th {
    background-color: white;
}


.manager-table table.total td {
    text-align: right;
    font-weight: 700;
}

.mobile-header {
    display: none;
}


.search-bar {
    padding: 8px 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 265px;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;
    transition: all 0.3s ease;
}

.search-bar:focus {
    border-color: #cd4e4e;
    box-shadow: 0 0 6px rgba(205, 78, 78, 0.5);
}

.pagination {
    display: flex;
    gap: 10px;
}

.pagination-btn {
    padding: 4px 15px;
    font-size: 13.5px;
    background-color: #e0e0e0;
    color: #000;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pagination-btn:disabled {
    background-color: var(--primary-color);
    color: #fff;
    cursor: not-allowed;
}

.pagination-btn:hover:not(:disabled) {
    background-color: var(--hover-color);
    color: #fff;
}

.pagination-btn:hover {
    background-color: #d6d6d6;
}


.table-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}

.view-btn {
    padding: 4px 12px;
    background-color: #e24a4aaf;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
}

.view-btn:hover {
    background-color: var(--hover-color);
}

.sidebar-card {
    margin-top: 100px;
    width: 100%;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 4px 35px 0 rgb(201 201 201 / 14%);
    border: none;
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 5%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.user-greeting {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.pre-icon {
    background-color: #b9b5b5;
    height: 50px;
    width: 50px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    cursor: pointer;
}

.pre-icon i {
    font-size: 25px;
    color: #858181;
}

.user-greeting h2 {
    font-size: 24px;
    color: #333;
}

.user-id {
    font-size: 12px;
    color: #8b8b8b;
    margin-top: 5px;
}

.menu-item {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-item {
    padding: 10px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-top: 10px;
}

.menu-item a {
    text-decoration: none;
    color: #353535;
    font-weight: 500;
}

.menu-item a .is-active {
    color: #bc0028;
    font-weight: 600;
    transform: scaleY(1.09);
}

.menu-item a .is-active i {
    transform: rotate(90deg);
}



.menu-item i {
    display: flex;
    float: right;
    margin-top: 7px;
}

.menu-item.active {
    color: #d0021b;
    font-weight: 600;
    background-color: #f9f9f9;
}


.table-heading {
    margin-right: 11px;
    font-weight: 700;
    font-size: 20px;
}

/* .table-heading i {
    font-weight: 700;
} */

.connection-chain {
    margin-bottom: 10px;
    padding: 4px 30px 4px 30px;
    border-radius: 7px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

.person-name {
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
}

.person-name:hover {
    transform: scale(1.05);
}

.arrow-icon {
    font-size: 20px;
    transition: transform 0.2s ease;
}

.arrow-icon:hover {
    transform: translateX(3px);
}

.roll-btn {
    background-color: var(--hover-color);
    padding: 4px 10px 4px 10px;
    border-radius: 8px;
}

.roll-btn a {
    text-decoration: none;
    color: #fff;
}



.user-card-manager {
    width: 130px;
    padding: 10px;
}

.user-card-manager a:focus {
    padding: 10px;
}

a {
    text-decoration: none;
    color: rgb(32 27 27);
}


.manager-no-data-found img {
    width: 40%;
}

.manager-no-data-found,
.manager-no-data-found-2 {
    display: flex;
    justify-content: center;
}

.manager-no-data-found-2 img {
    width: 60%;
}

.active-manager-tabs {
    background-color: #bc0028 !important;
    color: white;
}

.swal-button.main {
    background-color: #BC0028;
    border-color: #BC0028;
    color: #ffffff;
    border-radius: 5px;
    font-size: 13px;
}

.swal-button.second {
    background-color: rgb(236, 234, 234);
    border-color: 1px solid #4e4c4c;
    color: #4e4c4c;
    border-radius: 5px;
    font-size: 13px;
}


.complete-profile .profile-listing-2 {
    margin-top: 60px;
}

.complete-profile .user-big-images {
    height: 370px !important;
    object-fit: cover;
}

.complete-profile .profile-image-2 {
    width: 30%;
    height: auto;
    object-fit: cover;
}


.complete-profile .user-small-images {
    height: 90px !important;
    object-fit: cover;
}


.complete-profile .navbar-login-btn {
    background-color: #BC0028;
    color: white !important;
    border-radius: 30px;
    padding: 8px 30px !important;
    /* margin-left: 10px; */
    font-size: 14px;
    border: none;
}

.complete-profile .mySwiper2 .swiper-slide {
    width: 310px !important;
}


/* footer */

.footer-col>ul {
    list-style: none;
    padding-left: 0px !important;
}

.footer {
    /* background-color: #24262b; */
    background-color: #BC0028;
    padding: 70px 0;
}


.footer-col h4 {
    font-size: 18px;
    color: #ffffff;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
}

.footer-col h4::before {
    content: '';
    position: absolute;
    left: 110;
    bottom: -10px;
    background-color: white;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}

.footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-col ul li a {
    font-size: 16px;
    text-align: left;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    /* color: #bbbbbb; */
    color: #ffffff;
    display: block;
    transition: all 0.3s ease;
}

.footer-col ul li a:hover {
    color: #ffffff;
    padding-left: 8px;
}

.footer-col .social-links {
    margin-left: -23px;
}

.footer-col .social-links a {
    display: inline-block;
    height: 35px;
    width: 35px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 8px 10px 0;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
    color: #24262b;
    background-color: #ffffff;
}

.footer-col>.logo {
    width: 80%;
}

.footer-col>.logo img {
    width: 100%;
    margin-top: 23px;
    margin-bottom: 32px;
}

.footer-col>.logo p {
    /* color: #bbb; */
    color: #ffffff;
    text-align: left;
}

/*responsive*/
@media(max-width: 767px) {
    .footer-col {
        margin-bottom: 30px;
    }
}







/* Create User  */
.form-wrapper {
    display: flex;
    justify-content: center;
    padding: 6rem 1rem 1rem 2rem;
}

.custom-form-card {
    background: #fff;
    padding: 2.5rem 2rem;
    border-radius: 16px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
    width: 100%;
    max-width: 900px;
}

.form-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
    color: #2c3e50;
}

.form-label {
    display: block;
    margin-top: 14px;
    margin-bottom: 2px;
    font-weight: 500;
    color: #495057;
    font-size: 13px;
}

.form-input {
    width: 100%;
    padding: 8px 17px;
    font-size: 15px;
    border: 1px solid #ced4da;
    border-radius: 10px;
    background-color: #f8f9fa;
    color: #212529;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-input:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.2);
    background-color: #fff;
    outline: none;
}

.submit-btn-2 {
    float: right;
    margin-top: 40px;
    padding: 9px 30px 9px 30px;
    background-color: var(--primary-color);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-btn-2:hover {
    background-color: var(--hover-color);
    text-decoration: none;
}





/* manager Login  */



.manager-login h4 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    opacity: .85;
}

.manager-login label {
    font-size: 12.5px;
    color: #000;
    opacity: .8;
    font-weight: 400;
}

.manager-login form {
    padding: 30px 30px;
    background: #fefefe;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
    width: 300px;

    h4 {
        margin-bottom: 20px;
        color: rgba(#000, .5);

        span {
            color: rgba(#000, 1);
            font-weight: 700;
        }
    }

    p {
        line-height: 133%;
        font-size: 14px;
        color: #000;
        opacity: .65;
        font-weight: 400;
        max-width: 200px;
    }
}

.manager-login a.discrete {
    color: rgba(#000, .4);
    font-size: 14px;
    border-bottom: solid 1px rgba(#000, .0);
    padding-bottom: 4px;
    margin-left: auto;
    font-weight: 300;
    transition: all .3s ease;
    margin-top: 40px;

    &:hover {
        border-bottom: solid 1px rgba(#000, .2);
    }
}

.manager-login button {
    -webkit-appearance: none;
    width: auto;
    min-width: 100px;
    border-radius: 24px;
    text-align: center;
    padding: 15px 40px;
    margin-top: 5px;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 14px;
    margin-left: auto;
    font-weight: 500;
    box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, .13);
    border: none;
    transition: all .3s ease;
    outline: 0;

    &:hover {
        transform: translateY(-3px);
        box-shadow: 0 2px 6px -1px rgba(.65);

        &:active {
            transform: scale(.99);
        }
    }
}

.manager-login .login-btn-2 {
    background-color: var(--primary-color);
    color: white;
    padding: 8px 15px;
    border-radius: 20px;

}

.manager-login input {
    font-size: 16px;
    padding: 20px 0px;
    height: 56px;
    border: none;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    background: #fff;
    width: 280px;
    box-sizing: border-box;
    transition: all .3s linear;
    color: #000;
    font-weight: 400;
    -webkit-appearance: none;

    &:focus {
        border-bottom: solid 1px;
        outline: 0;
        box-shadow: 0 2px 6px -8px rgba(.45);
    }
}

.manager-login .floating-label {
    position: relative;
    margin-bottom: 10px;
    width: 100%;

    label {
        position: absolute;
        top: calc(50% - 7px);
        left: 0;
        opacity: 0;
        transition: all .3s ease;
        padding-left: 44px;
    }

    input {
        width: calc(100% - 44px);
        margin-left: auto;
        display: flex;
    }

    .icon {
        position: absolute;
        top: 0;
        left: 0;
        height: 80px;
        width: 44px;
        display: flex;

        svg {
            height: 30px;
            width: 30px;
            margin: auto;
            opacity: .15;
            transition: all .3s ease;

            path {
                transition: all .3s ease;
            }
        }
    }

    input:not(:placeholder-shown) {
        padding: 28px 0px 12px 0px;
    }

    input:not(:placeholder-shown)+label {
        transform: translateY(-10px);
        opacity: .7;
    }

    input:valid:not(:placeholder-shown)+label+.icon {
        svg {
            opacity: 1;
        }
    }

    input:not(:valid):not(:focus)+label+.icon {
        animation-name: shake-shake;
        animation-duration: .3s;
    }
}

@keyframes shake-shake {
    0% {
        transform: translateX(-$displacement);
    }

    20% {
        transform: translateX($displacement);
    }

    40% {
        transform: translateX(-$displacement);
    }

    60% {
        transform: translateX($displacement);
    }

    80% {
        transform: translateX(-$displacement);
    }

    100% {
        transform: translateX(0px);
    }
}

.manager-login.login {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.manager-login .session {
    display: flex;
    flex-direction: row;
    width: auto;
    height: auto;
    margin: auto auto;
    background: #ffffff;
    border-radius: 4px;
}

.manager-login .left {
    width: 275px;
    height: auto;
    min-height: 100%;
    position: relative;
    background-image: url("/assets/image/groom/groom-img.jpeg");
    background-image: url("/assets/image/pexels-fauxels-3183197.jpg");
    background-size: cover;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;

    svg {
        height: 40px;
        width: auto;
        margin: 20px;
    }
}



















/*------------------------------------------RESPONSIVE CSS-----------------------------------------------------------*/

@media(max-width: 768px) {

    .sidebar-card {
        margin-top: 30px;
    }

    .manager-tablbe {
        margin-top: 20px;
    }

    .search-bar {
        max-width: 150px;
        height: 30px;
        font-size: 11px;
    }

    .footer {
        padding: 0px 0;
    }

    .footer-col>.logo {
        width: 100%;
    }

    .table-heading {
        font-size: 14px;
    }

    .manager-table table th {
        font-size: 12px;
        font-weight: 600;
    }

    .manager-table table td {
        font-size: 12px;
        font-weight: 500;
    }

    .manager-table table td,
    .manager-table table th {
        padding: 4px 10px;
    }

    .view-btn {
        padding: 6px;
        font-size: 11px;
    }

    .profile-container {
        padding: 8px;
    }

    .profile-buttons {
        display: block !important;
    }

    .profile-buttons button {
        margin: 5px;
    }

    .profile-listing-2 .p-5 {
        padding: 0rem !important;
    }

    .table-1 {
        width: 100%;
    }
}

.manager-table-span {
    font-size: 13px;
}



  .custom-modal-overlay {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.6);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 999999;
  }

  .custom-modal {
      background: #ffffff;
      width: 100%;
      max-width: 400px;
      border-radius: 8px;
      box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
      animation: fadeIn 0.3s ease-in-out;
  }

  .modal-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #dee2e6;
      padding-bottom: 10px;
  }

  .modal-body {
      margin-top: 15px;
  }

  .modal-footer {
      display: flex;
      justify-content: flex-end;
      gap: 10px;
      margin-top: 7px;
  }

  .close-btn {
      background: transparent;
      border: none;
      font-size: 22px;
      line-height: 1;
      cursor: pointer;
  }

  .report-btn {
      background: none;
      border: none;
      color: #BC0028;
      cursor: pointer;
      font-size: 14px;
      display: flex;
      align-items: center;
      gap: 5px;
  }

  .manager-profile-icon{
    color: #bc0028;
  }