body {
    font-family: 'Inter', sans-serif;

}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.text-orange {
    color: #FF9900;
}

.text-primary {
    color: #3892D1 !important
}



.btn-primary {
    background-color: #3892D1 !important;
    border-color: #3892D1
}

.btn-outline-primary {
    border-color: #3892D1;
    color: #3892D1;
    border-width: 2px;
}

.display-5 {
    font-size: 44px;
}

.fw-medium {
    font-weight: 600 !important;
}

a {
    text-decoration: none;
}

.netural-bg {
    background: #ECF1F8 !important;
}

.secondary-bg {
    background-color: #F6F9FD;
}

.profile-bg {
    background-color: #F6F9FD;
}

/* navbar */
.main-navbar {
    width: calc(100% - 100px);
    left: 50px;
    top: 40px;
    border-radius: 50px;
}

.main-navbar .logo {
    height: 54px;
}

.text-center-screens {
    text-align: left;
}

.medium-screen {
    width: 50%;
}

.end-border {
    border-right: 1px solid #fff;
}

@media screen and (max-width: 768px) {
    .main-navbar {
        width: 100%;
        left: 0;
        top: 0;
        border-radius: 0;
    }

    .main-navbar .logo {
        height: 42px;
    }

    .display-5 {
        font-size: 32px;
    }

    .text-center-screens {
        text-align: center;
    }

    .medium-screen {
        width: 90%;
    }

    .end-border {
        border-right: 1px solid #ffffff00;
    }

    .profile-bg {
        background-color: #ffffff;
    }
}

/* hero section */
.hero-section {
    background: linear-gradient(135deg, #fbffd3, #d2f9fe, #fdfff5, #fbffe4);
    padding-top: 120px;
    padding-bottom: 120px;
}

.hero-section .hero-btn {
    font-size: 18px;
    min-height: 58px;
    border: none;
}

.hero-section .hero-img {
    position: absolute;
    right: -10px;
    bottom: 0;
}

.hero-section .toolbar-height {
    height: 100px;
}

@media screen and (max-width: 768px) {
    .hero-section {
        background: #ffffff;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .hero-section .hero-img {
        position: relative;
        right: -10px;
        bottom: unset;
    }

    .hero-section .hero-img::before {
        content: '';
        background: linear-gradient(0deg, #ffffff, #ffffff00);
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: -10px;
    }

    .hero-section .hero-img img {
        height: 500px !important;
    }

    .hero-section .toolbar-height {
        display: none;
    }
}

/* How does it work? */
.main-primary-card {
    /* background: #193E6D; */
    border-radius: 12px;
    transform: translateY(-10px);
    position: relative;
    overflow: hidden;
    background: url(../assets/primary-banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-primary-card .tabs-nav {
    max-width: 390px;
    border-color: #ffffff3a !important;

}

.main-primary-card .tabs-nav .nav-link {
    min-width: 190px;
    color: #fff;
    font-weight: 500;
}

.main-primary-card .tabs-nav .nav-link.active {
    color: #193E6D;
    background-color: #fff;
}

.main-primary-card .inner-card {
    box-shadow: 0px 4px 44.6px 0px #FFFFFF21 inset;
    border-radius: 24px
}

.main-primary-card .inner-card .icon-box {
    background: #FFFFFF21;
    padding: 18px;
    border-radius: 12px !important;
}


@media screen and (max-width: 768px) {
    .main-primary-card .tabs-nav {
        max-width: 350px;


    }

    .main-primary-card .tabs-nav .nav-link {
        min-width: 150px;
    }
}

/* why-choose */
.why-choose {
    padding-top: 120px;
    padding-bottom: 120px;
}

.why-choose .why-choose-card {
    box-shadow: 0px 4px 45.3px 0px #B3A2E621;
    border-radius: 24px;
    background: #fff;
}

.why-choose .why-choose-card .icon-box {
    background: #3892D1;
    box-shadow: 0px 4px 45.3px 0px #3891d186;

    padding: 18px;
    border-radius: 12px;
}

/* new-missions */
.new-missions {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
    background: url(../assets/primary-banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* testimonial */
.testimonial {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.testimonial .testimonial-card {
    box-shadow: 0px 4px 45.3px 0px #B3A2E621;
    border-radius: 24px
}

.testimonial .slick-slider .slick-list {
    padding: 30px 60px !important;
}

/* about */
.about {

    position: relative;
    overflow: hidden;
    background: url(../assets/primary-banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* latest-articles */
.latest-articles {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* faqs */
.faqs {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #F6F9FD;
}

@media screen and (max-width: 768px) {
    .faqs {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.faqs .icon-box {
    background: #3892D1;
    height: 36px;
    width: 36px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faqs .accordion .accordion-item {
    background: #fff;
    box-shadow: 0px 4px 45.3px 0px #B3A2E621;
    border: none;
    --bs-accordion-border-color: none;
    border-radius: 12px !important;
    --bs-accordion-inner-border-radius: 12px
}

.faqs .accordion .accordion-button {
    background: #fff;
    border-radius: 12px;
}

.faqs .accordion .accordion-button.collapsed::after {
    background-image: url(../assets/add.svg);
    background-size: contain;
    width: 32px;
    height: 32px;
}

.faqs .accordion .accordion-button::after {
    background-image: url(../assets/remove.svg);
    background-size: contain;
    width: 32px;
    height: 32px;
}

.faqs .accordion .accordion-button:focus {
    box-shadow: none;
}

/* partnership */
.partnership {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* contact-us */

.contact-us {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
    background: url(../assets/primary-banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-us .soical-icons {
    height: 38px;
    width: 38px;
    border: none;
    background: #FFFFFF21;
}

.contact-us .contact-form {
    border-radius: 24px;
}

@media screen and (max-width: 768px) {
    .contact-us {
        padding-top: 80px;
        padding-bottom: 80px;

    }
}

/* .ready-to-join{

} */
.ready-to-join .ready-to-join-card {
    background: linear-gradient(165deg, #88cafd, #3892D1, #3892D1);
    box-shadow: 0px 21px 58.7px 0px #3892D136;
    border-radius: 24px;
    transform: translateY(-50%);
}

.account-btn {
    background-color: #ffffff;
    min-height: 58px;
    border: none;
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .ready-to-join .ready-to-join-card {
        transform: translateY(-20%);

    }

    .account-btn {
        font-size: 16px;
    }
}


/* -------------------------------------------------- */
/* about-us-page */
/* -------------------------------------------------- */
.about-us-page {
    background: #fff;
}

.about-us-page .about-hero {
    padding-top: 200px;
    padding-bottom: 120px;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    background: #193E6D;
}

.about-us-page .about-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../assets/before.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.about-us-page .about-hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../assets/after.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    height: 200px;
    width: 200px;
    z-index: 0;
}

.about-us-page .notre-mission {
    padding-top: 80px;
    padding-bottom: 80px;
}

.about-us-page .about-plateforme {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #ECF1F8;
}

.about-us-page .team-says {
    padding-top: 80px;
    padding-bottom: 80px;
}

.about-us-page .nous-distingue {
    padding-top: 80px;
    padding-bottom: 80px;
}

.about-us-page .nous-distingue .nous-distingue-card {
    box-shadow: 0px 4px 45.3px 0px #B3A2E621;
    border-radius: 24px;
    background: #fff;
}

.about-us-page .nous-distingue .nous-distingue-card .icon-box {
    background: #3892D1;
    box-shadow: 0px 4px 45.3px 0px #3891d186;
    padding: 18px;
    border-radius: 12px;
}

.about-us-page .nous-distingue .nous-distingue-card p {
    font-size: 18px;
}

.about-us-page .healthcare-professional {
    padding-top: 80px;
    padding-bottom: 80px;
}

.about-us-page .healthcare-professional .primary-card {
    background: #193E6D;
    padding-top: 80px;
    padding-bottom: 80px;
    border-radius: 24px;
    position: relative;
    overflow: hidden;

}

.about-us-page .healthcare-professional .primary-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../assets/before.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.about-us-page .healthcare-professional .primary-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../assets/after.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    height: 200px;
    width: 200px;
    z-index: 0;
}

@media screen and (max-width: 768px) {
    .mobile-hero {
        padding-left: 0px;
        padding-right: 0px;
    }

    .about-us-page .about-hero {
        padding-top: 80px;
        padding-bottom: 80px;
        border-radius: 0px;
    }

    .about-us-page .healthcare-professional .primary-card {
        padding-top: 80px;
        padding-bottom: 80px;
        background: #3892D1;
    }

    .about-us-page .about-plateforme {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .about-us-page .team-says {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .about-us-page .nous-distingue {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}


/* -------------------------------------------------- */

/* -------------------------------------------------- */
/* contact-us-page */
/* -------------------------------------------------- */
.contact-us-page .contact-hero {
    padding-top: 200px;
    padding-bottom: 120px;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    background: #193E6D;
}

.contact-us-page .contact-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../assets/before.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.contact-us-page .contact-hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../assets/after.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    height: 200px;
    width: 200px;
    z-index: 0;
}

.contact-us-page .contact-us-form {
    padding-top: 80px;
    padding-bottom: 80px;
}

.contact-us-page .contact-us-form .contact-us-form-card {
    box-shadow: 0px 4px 45.3px 0px #B3A2E621;
    background: #fff;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    transform: translateY(-20%);
}

.contact-us-page .contact-us-form .contact-us-form-card input {
    min-height: 55px;
    border: none;
    background: #F2F4F6;
}

.contact-us-page .contact-us-form .contact-us-form-card select {
    min-height: 55px;
    border: none;
    background-color: #F2F4F6;
}

.contact-us-page .contact-us-form .contact-us-form-card textarea {
    border: none;
    background-color: #F2F4F6;
}

@media screen and (max-width: 768px) {
    .contact-us-page .contact-hero {
        padding-top: 120px;
        padding-bottom: 120px;
        border-radius: 0px;
    }

    .contact-us-page .contact-us-form {
        padding-top: 40px;
        padding-bottom: 80px;
    }

    .contact-us-page .contact-us-form .contact-us-form-card {
        transform: translateY(-15%);
        border-radius: 12px;
        position: relative;

    }
}

/* -------------------------------------------------- */


/* -------------------------------------------------- */
/* job-offers-page */
/* -------------------------------------------------- */
.job-offers-page .job-offers-hero {
    padding-top: 200px;
    /* padding-bottom: 120px; */
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    background: #193E6D;
}

.job-offers-page .job-offers-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../assets/before.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.job-offers-page .job-offers-hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../assets/after.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    height: 200px;
    width: 200px;
    z-index: 0;
}

.job-offers-page .main-content {
    padding-top: 80px;
    padding-bottom: 80px;
}

.job-offers-page .main-content .main-tabs {
    background-color: #ECF1F8;
    justify-content: space-between;
}

.job-offers-page .main-content .main-tabs .nav-link {
    color: #3d4652 !important;
    font-size: 16px;
}

.job-offers-page .main-content .main-tabs .nav-link.active {
    background-color: #fff !important;
    box-shadow: 0px 0px 12px 0px #B3A2E66B;
    color: #000 !important;
}

@media screen and (max-width: 768px) {
    .job-offers-page .job-offers-hero {
        padding-top: 120px;
        border-radius: 0px;
    }

    .job-offers-page .main-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .job-offers-page .main-content .main-tabs {
        justify-content: center;
    }

    .job-offers-page .main-content .main-tabs .nav-link {
        font-size: 12px;
    }
}

.job-offers-page .main-content .search-input {
    min-height: 60px;
    position: relative;
    background-color: transparent;
}

.job-offers-page .main-content .search-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.job-offers-page .main-content .content-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 4px 45.3px 0px #B3A2E621;

}

.job-offers-page .main-content .content-card .icon-box {
    background: #3892D11A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    width: 54px;
    height: 54px;
}


/* modal-form */
.job-offers-page .modal-form input {
    min-height: 55px;
    border: none;
    background: #F2F4F6;
}

.job-offers-page .modal-form select {
    min-height: 55px;
    border: none;
    background-color: #F2F4F6;
}

.job-offers-page .modal-form textarea {
    min-height: 55px;
    border: none;
    background: #F2F4F6;
}

.job-offers-page .modal-form .custom-select {
    border: none;
    background: #F2F4F6;
    border-radius: 8px;
}

/* -------------------------------------------------- */


/* -------------------------------------------------- */
/* profile-page */
/* -------------------------------------------------- */
.profile-page {
    padding-top: 200px;
    padding-bottom: 120px;
}

.profile-page .template-layout {
    background-color: #ffff;
    border-radius: 15px;
    box-shadow: 0px 4px 45.3px 0px #B3A2E621;
    position: relative;
    overflow: hidden;
    padding: 40px;
}

.profile-page .template-layout .list-group-item {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    padding-left: 0;
    padding-right: 0;
}

.profile-page .template-layout .list-group-item:hover {
    background-color: #e6f1ff43;
}

.profile-page .template-layout .list-group-item.active-tab::before {
    content: "";
    position: absolute;
    top: 0;
    left: -11.7%;
    background: url(../assets/left-side.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    width: 4px;
}

.profile-page .template-layout .list-group-item .form-check-input:checked {
    background-color: #3892D1;
    border-color: #3892D1;
}

.profile-page .template-layout .profile-btn .btn-danger {
    background-color: #ff000024;
    border-color: #ff000000;
    color: #FF0000;
    border-radius: 8px;
}

.profile-page .template-layout .profile-btn .btn-link {
    color: #9C9C9C;
    text-decoration: none;
}

.profile-page .profile-form {
    background-color: #ffff;
    border-radius: 15px;
    box-shadow: 0px 4px 45.3px 0px #B3A2E621;
    position: relative;
    overflow: hidden;
    padding: 40px;
}

.profile-page .profile-form input {
    min-height: 55px;
    border: none;
    background: #F2F4F6;
}

.profile-page .profile-form textarea {
    border: none;
    background: #F2F4F6;
}

.profile-page .profile-form .input-group {
    min-height: 55px;
    border: none;
    background: #F2F4F6;
    border-radius: 8px;
}

.profile-page .profile-form .flag-img {
    width: 20px;
    height: 14px;
    object-fit: cover;
    margin-right: 5px;
}

.profile-page .profile-form .dropdown-toggle::after {
    margin-left: 10px;
}

.profile-page .profile-form .upload-box {
    border: 2px dashed #ced4da;
    border-radius: 0.5rem;
    background-color: #f8f9fa;
    padding: 40px 20px;
    text-align: center;
    color: #6c757d;
    transition: border-color 0.3s ease;
}

.profile-page .profile-form .upload-box:hover {
    border-color: #6c757d;
}

.profile-page .profile-form .upload-box i {
    font-size: 32px;
    margin-bottom: 10px;
    color: #6c757d;
}

.profile-page .profile-form .upload-box a {
    text-decoration: underline;
    color: #6c757d;
}

.profile-page .profile-form .upload-box a:hover {
    color: #495057;
}

.profile-page .nav-tabs {
    border-bottom: none;
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    background-color: #fff;
}

.profile-page .nav-tabs .nav-link {
    border: none;
    color: #0d1b2a;
    text-align: center;
    min-width: 56px;
    padding: 12px 10px;
}

.profile-page .nav-tabs .nav-link .tab-icon {
    display: block;
    font-size: 1.2rem;
    color: orange;
}

.profile-page .nav-tabs .nav-link.active {
    position: relative;
}

.profile-page .nav-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80%;
    height: 3px;
    background-color: orange;
    border-radius: 5px;
    transform: translateX(-50%);
}

/* Hide scrollbar */
.profile-page .nav-tabs::-webkit-scrollbar {
    display: none;
}


@media screen and (max-width: 768px) {
    .profile-page {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .profile-page .profile-form {
        padding: 30px 0px;
        box-shadow: none;
    }
}

/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* job-details-page */
/* -------------------------------------------------- */
.job-details-page .job-details-hero {
    padding-top: 200px;
    padding-bottom: 60px;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    background: #193E6D;
    z-index: 99;
}

.job-details-page .job-details-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../assets/before.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.job-details-page .job-details-hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../assets/after.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    height: 200px;
    width: 200px;
    z-index: -1;
}

.job-details-page .detail-card {
    transform: translateY(-35%);
    position: relative;
    z-index: 99;
}

.job-details-page .similar-jobs {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #ECF1F8;
}

.job-details-page .similar-jobs .content-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 4px 45.3px 0px #B3A2E621;

}

.job-details-page .similar-jobs .content-card .icon-box {
    background: #3892D11A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    width: 54px;
    height: 54px;
}

@media screen and (max-width: 768px) {
    .job-details-page .job-details-hero {
        border-radius: 0;
    }

    .job-details-page .detail-card {
        transform: translateY(-25%);
    }
}


/* login */
.auth-section {
    background-color: #f8f9fa;
}

.card.shadow {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.auth-section select,
.auth-section input {
    height: 56px;
    font-size: 1rem;
}

/* application */
.application .main-tabs {
    background-color: #ECF1F8;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.application .main-tabs .nav-link {
    color: #3d4652 !important;
    font-size: 16px;
    min-width: 120px;
    text-align: center;
    transition: 0.3s;
}

.application .main-tabs .nav-link.active {
    background-color: #fff !important;
    box-shadow: 0px 0px 12px 0px #B3A2E66B;
    color: #000 !important;
}


/* message */
.message {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.chat-bubble-you {
    background-color: #193E6D;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 12px;
    display: inline-block;
}

.chat-bubble-them {
    background-color: #f1f1f1;
    padding: 0.5rem 1rem;
    border-radius: 12px;
    display: inline-block;
}

.chat-input {
    border: 2px solid #193E6D;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 1rem;
    transition: 0.3s;
}

.chat-input:focus {
    outline: none;
    box-shadow: 0 0 5px #193E6D;
}

.chat-send-btn {
    background-color: #193E6D;
    border: none;
    border-radius: 30px;
    padding: 10px 25px;
    color: white;
    font-weight: 500;
    transition: 0.3s;
}

.chat-send-btn:hover {
    background-color: #1452a2;
}

.form-control::placeholder {
    color: #aaa;
}

.search-box {
    border: 2px solid #193E6D;
    border-radius: 25px;
    padding: 10px 20px;
    transition: 0.3s;
}

.search-box:focus {
    outline: none;
    box-shadow: 0 0 5px #193E6D;
}

@media (max-width: 768px) {

    .chat-bubble-you,
    .chat-bubble-them,
    .chat-send-btn,
    .chat-input {
        font-size: 0.9rem;
    }

    .chat-send-btn {
        padding: 8px 16px;
    }

    .weeklycalendar {
        margin-top: 15px;
    }

    .document {
        margin-top: 15px;
    }

    .experiences {
        margin-top: 15px;
    }
}

/* Styled Pagination */
.custom-page {
    background-color: #193E6D;
    color: #fff !important;
    border: none;
    padding: 8px 16px;
    margin: 0 4px;
    border-radius: 6px;
    transition: 0.3s ease;
    font-weight: 500;
}

.custom-page:hover {
    background-color: #1450a3;
    color: #fff;
    text-decoration: none;
}

.page-item.active .custom-page {
    background-color: #1450a3;
    font-weight: bold;
}



/* otp */
.otp-input {
    width: 48px;
    height: 56px;
    font-size: 24px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.otp-input:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.25);
}

@media (max-width: 576px) {
    .otp-input {
        width: 40px;
        height: 48px;
        font-size: 20px;
    }
}


/* prfile section */
.profile-card {
    border: 2px solid transparent;
    border-radius: 12px;
    padding: 10px;
    cursor: pointer;
    transition: 0.3s ease;
}

.profile-card.selected {
    border-color: #135781;
    background-color: #e6f1f3;
}

.radio-hidden {
    display: none;
}




/* Optional: better style for file inputs */
.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input::before {
    content: 'Choisir un fichier';
    display: inline-block;
    background: #135781;
    color: white;
    border: none;
    padding: 8px 16px;
    outline: none;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 6px;
    margin-right: 10px;
}

.custom-file-input:hover::before {
    background-color: #0f4a65;
}


/* show error msg and number input width */
.iti--allow-dropdown {
      width: 100%;
    }

.is-invalid {
    border-color: red !important;
}
.invalid-feedback {
    color: red;
    font-size: 0.9em;
    margin-top: 0.25rem;
}

/* model button design */
.wd-create-btn {
border-radius: 66px;
background:radial-gradient(77.67% 50.00% at 50.00% 50.00%, #FFF 0%, #E0E0E0 100%);
display: inline-block;
padding: 12px 40px;
color: #212121;
text-align: center;
font-size: 16px;
font-weight: 700;
border: 2px solid transparent;
transition: all 0.3s ease-in-out;
cursor: pointer;
position: relative;
z-index: 1;
}


/* model design */
.custom-toggle {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    padding-left: 50px;
    user-select: none;
    line-height: 1.8;
    color: #333;
}

.custom-toggle input {
    display: none;
}

.toggle-slider {
    position: absolute;
    left: 0;
    top: 4px;
    height: 24px;
    width: 42px;
    background-color: #ccc;
    border-radius: 24px;
    transition: 0.3s;
}

.toggle-slider::before {
    content: "";
    position: absolute;
    height: 18px;
    width: 18px;
    left: 3px;
    top: 3px;
    background-color: white;
    border-radius: 50%;
    transition: 0.3s;
}

.custom-toggle input:checked + .toggle-slider {
    background-color: #3892D1;
}

.custom-toggle input:checked + .toggle-slider::before {
    transform: translateX(18px);
}

a.card-link {
    color: inherit;            /* Text color same as parent */
    text-decoration: none;     /* Remove underline */
    display: block;            /* Ensures block-level link */
}
a.card-link:hover {
    color: inherit;            /* On hover, no color change */
}


.activate {
    background-color: #eef3fb;
}





/* Real-time notification system styles */
.notification-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: #FF4444;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.notifications-page {
    padding-top: 200px;
    padding-bottom: 120px;
}

.notifications-header {
    background: linear-gradient(135deg, #3892D1, #193E6D);
    border-radius: 24px;
    padding: 40px;
    color: white;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.notifications-header::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -20%;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.notifications-content {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 4px 45.3px 0px #B3A2E621;
    padding: 40px;
}

.notification-item {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 4px 20px 0px rgba(179, 162, 230, 0.1);
    padding: 20px;
    margin-bottom: 16px;
    border-left: 4px solid transparent;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
}

.notification-item:hover {
    box-shadow: 0px 8px 30px 0px rgba(179, 162, 230, 0.2);
    transform: translateY(-2px);
}

.notification-item.unread {
    border-left-color: #3892D1;
    background-color: #f8fbff;
}

.notification-item.read {
    border-left-color: #E0E0E0;
    opacity: 0.8;
}

.notification-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.notification-icon.success {
    background-color: #E8F5E8;
    color: #4CAF50;
}

.notification-icon.info {
    background-color: #E3F2FD;
    color: #2196F3;
}

.notification-icon.warning {
    background-color: #FFF3E0;
    color: #FF9800;
}

.notification-icon.error {
    background-color: #FFEBEE;
    color: #F44336;
}

.notification-content {
    flex: 1;
    padding-left: 16px;
}

.notification-title {
    font-weight: 600;
    font-size: 16px;
    color: #193E6D;
    margin-bottom: 4px;
}

.notification-message {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
}

.notification-time {
    color: #999;
    font-size: 12px;
}

.notification-actions {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

.notification-btn {
    padding: 6px 16px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.notification-btn.primary {
    background-color: #3892D1;
    color: white;
}

.notification-btn.primary:hover {
    background-color: #2c7bb8;
    color: white;
}

.notification-btn.secondary {
    background-color: #f8f9fa;
    color: #666;
    border: 1px solid #ddd;
}

.notification-btn.secondary:hover {
    background-color: #e9ecef;
    color: #666;
}

.notifications-filter {
    margin-bottom: 24px;
}

.filter-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.filter-tab {
    padding: 8px 20px;
    border-radius: 25px;
    background-color: #f8f9fa;
    color: #666;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
}

.filter-tab.active {
    background-color: #3892D1;
    color: white;
}

.mark-all-read {
    background-color: #e8f5e8;
    color: #4CAF50;
    border: 1px solid #4CAF50;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mark-all-read:hover {
    background-color: #4CAF50;
    color: white;
}

.empty-notifications {
    text-align: center;
    padding: 60px 20px;
    color: #999;
}

.empty-notifications svg {
    margin-bottom: 20px;
    opacity: 0.5;
}

.notification-dot {
    width: 8px;
    height: 8px;
    background-color: #3892D1;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: 20px;
}

.notification-item.read .notification-dot {
    display: none;
}

/* Mobile Responsive */
@media screen and (max-width: 768px) {
    .notifications-page {
        padding-top: 120px;
        padding-bottom: 80px;
    }

    .notifications-header {
        padding: 30px 20px;
        border-radius: 12px;
    }

    .notifications-content {
        padding: 20px;
        border-radius: 12px;
    }

    .notification-item {
        padding: 16px;
    }

    .notification-icon {
        width: 40px;
        height: 40px;
    }

    .filter-tabs {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .filter-tab {
        flex-shrink: 0;
    }
}

/* New notification animation */
@keyframes slideInFromTop {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.notification-item.new {
    animation: slideInFromTop 0.5s ease-out;
}

/* Browser notification permission button */
.notification-permission-banner {
    background: linear-gradient(135deg, #FFF3E0, #FFECB3);
    border: 1px solid #FFB74D;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 20px;
    display: none;
}

.notification-permission-banner.show {
    display: block;
}

.notification-permission-btn {
    background-color: #FF9800;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.notification-permission-btn:hover {
    background-color: #F57C00;
}