@font-face {
    font-family: 'LeagueSpartan';
    src: url('../fonts/LeagueSpartan-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LeagueSpartan';
    src: url('../fonts/LeagueSpartan-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

html,
body {
    /* height: 100%; */
    margin: 0;
    padding: 0;

    font-family: 'League Spartan' !important;
    /* overflow: hidden; */
    scroll-behavior: smooth;
}
.font{
    font-family:  'League Spartan' !important;
}
.dropdown-font-size{
    font-size: 14px !important;
}

.text-color{
    color: rgba(64, 64, 64, 1) !important;
}
.heading {
    font-family: 'League Spartan' !important;
    font-size: 45px !important;
    font-weight: bold;
    line-height: 45.6px !important;
    text-align: center;
    color: rgba(64, 64, 64, 1);
}

.content-text {
    font-family: 'League Spartan' !important;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: rgba(220, 53, 69, 1);
    margin-top: 40px;
}

.loginpage-logo {
    width: 280px;
    height: 150px;
    text-align: center;
    margin-top: 40px;
}

.login-input {
    width: 350px;
    height: 50px;
    border-radius: 100px;
    border: 1.5px solid rgba(220, 53, 69, 1);
    padding-left: 30px;
    outline: none;
    color: rgba(64, 64, 64, 1);
    /* margin-top:10px; */
}

.placeholder-text {
    font-family: 'League Spartan', sans-serif;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 50px !important;
    text-align: start;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    width: 42px;
    height: 21px;
}

.login-button {
    background: rgba(175, 9, 9, 1);
    width: 350px;
    height: 45px;
    border-radius: 100px;
    color: rgba(255, 255, 255, 1);
    font-family: 'League Spartan' !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    border: none;
}

.signup-button {
    background: rgba(175, 9, 9, 1);
    width: 80%;
    height: 40px;
    border-radius: 100px;
    color: rgba(255, 255, 255, 1);
    font-family: 'League Spartan' !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    border: none;

}

.link-btn:hover {
    color: rgba(220, 53, 69, 1);
}

.toggle-password {
    margin-top: 9px !important;
    top: 0;
}

.login-bg {
    background-image: url('../img/login-bg.jpg');
    background-size: cover;
    top: 0;
    left: 0;
    position: relative;
    height: 100vh;
}

.login-banner {
    /* min-height: 100vh; */
    height: 800px;
}

.signup-bg {
    background: linear-gradient(180deg, rgba(175, 9, 9, 0) -12.49%, #AF0909 146.2%),
        url('/assets/img/Signup-backgroung.png');
    background-size: cover;
    /* Ensures full coverage */
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    min-height: 1209px;
    /* Ensures full height */
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    object-fit: cover;
}

.pr {
    position: relative;
}

.pa {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 74%;
    transform: translate(-52%, -112%);
}

.signup-card {
    background: rgba(255, 255, 255, 1);
    width: 78%;
    height: 665px;
    border-radius: 30px;
    margin-left: 16px;
}

.signup-text {
    margin-top: 50px;
    margin-bottom: -9px;
}

.signup-inputform {
    padding: 20px;
}

.signup-input {
    width: 80% ;
    height: 38px !important;
    margin-top: 24px !important;
    margin-left: 0px !important;
    gap: 0px;
    opacity: 0px;
    border: none;
    /* Removes all borders */
    border-bottom: 1.2px solid rgba(64, 64, 64, 1) !important;
    color: rgba(64, 64, 64, 1) !important;
    border-radius: 0%;
    outline: none;
    padding-left: 12px !important;
}

.content-center {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.signup-btn {
    margin-top: 33px !important;
}

.link-btn {
    font-family: 'League Spartan' !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    text-align: center;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-decoration-skip-ink: auto;
    color: rgba(220, 53, 69, 1);
}

.header {
    color: rgba(248, 249, 250, 1);
}

.header-size {
    width: 100%;
}

.dropdown-toggle::after {
    color: rgba(175, 9, 9, 1) !important;
    font-size: 20px !important;
    vertical-align: -0.01rem !important;
    border-radius: 20px !important;
    /* width: 14px !important; */
}

.header-text {
    /* font-weight: 500 !important; */
    line-height: 22px !important;
    font-size: 12px !important;
    font-family: 'League Spartan' !important;
}

.color-red {
    color: rgba(175, 9, 9, 1) !important;
}

.banner {
    width: 100%;
    height: 450px;
}

.banner-pr {
    position: relative;
}

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

.banner-text {
    color: rgba(255, 255, 255, 1);
    font-family: 'League Spartan' !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px !important;
    text-align: center;
    margin-top: 0px
}

.banner-heading {
    font-family: 'League Spartan' !important;
    width: 100%;
    height: 130px;
    margin-top: 30px;
    /* margin-left: 60px; */
    gap: 0px;
    opacity: 0px;
    font-size: 40px;
    font-weight: 800;
    line-height: 50px;
    text-align: center;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, 1);
}

.banner-card {
    width: 60%;
    height: 319px;
}

.search-bar {
    width: 82%;
    height: 50px;
    position: absolute;
    top: 0;
    left: 9%;
    gap: 0px;
    border-radius: 100px;
    opacity: 0px;
    border: none;
    outline: none;
    text-align: left !important;
    padding-left: 10%;
}

.search-button {
    border-radius: 100%;
    background-color: rgba(220, 53, 69, 1);
    border: none;
    position: absolute;
    top: 15px;
    left: 10%;
    margin: auto;
    padding: 7px;
    height: 36px;
    width: 36px;
}

.searchbar-content {
    font-family: 'League Spartan' !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: rgba(220, 53, 69, 1);
    margin-top: 8px;
}

.doc-card {
    width: 30%;
    height: 350px;
    top: 989px;
    left: 149px;
    gap: 0px;
    opacity: 0px;
    padding: 1rem;
}

.card-image {
    width: 100%;
    height: 100%;
    border-radius: 30px 0px 0px 0px;
    opacity: 0px;
}

.button-red {
    background: rgba(220, 53, 69, 1);
    border: none;
}

.no-border {
    border: none;
}

.text-no-style {
    text-decoration: none;
    outline: none;
}

.text-no-style:hover {
    text-decoration: none;
    outline: none;
    color: rgba(220, 53, 69, 1);
}

.text-white {
    color: rgba(255, 255, 255, 1);
}

.book-doctor-card {
    width: 100%;
    height: 311.27px;
    top: 3392px;
    left: 684px;
    gap: 0px;
    border-radius: 15px 0px 0px 0px;
    opacity: 0px;
}

.book-doctor-card-image {
    width: 100%;
    height: 100%;
}

.find-button {
    border-radius: 23px !important;
    background-color: rgba(220, 53, 69, 1);
    border: none;
    position: absolute;
    top: 14px;
    right: 10%;
    margin: auto;
    height: 36px;
    width: 105px;
}
.button-slide-left{
    left:90% !important;
}
.button-slide-top{
    top:87% !important;
}
/* Responsive Adjustments */
@media (max-width: 1280px) {
    .heading {
        font-size: 40px !important;
        width: auto;
        line-height: 50px;
    }
}
@media (max-width: 1200px) {
    .login-input {
        font-size: 14px;
        height: 45px;
        max-width: 100%;
        width: 100vw;
    }

    .login-button {
        font-size: 16px;
        height: 45px;
        max-width: 100%;
        width: 100vw;
    }

    .toggle-password {
        margin-top: -12px !important;
    }
    .heading {
        font-size: 40px !important;
        width: auto;
        line-height: 50px;
    }
}


@media (max-width: 768px) {
    .loginpage-logo {
        max-width: 100%;
        width: 100vw;
    }

    .login-input {
        font-size: 14px;
        height: 40px;
        max-width: 100%;
        width: 100vw;
    }

    .login-button {
        font-size: 14px;
        height: 40px;
        max-width: 100%;
        width: 100vw;
    }

    .toggle-password {
        margin-top: -13px !important;
    }

    .login-img {
        display: none;
        position: relative;
    }

    .pr {
        position: relative;
        display: flex;
        justify-content: center;
    }

    .pa {
        margin: 0;
        position: absolute;
        left: 50%;
        display: flex;
        justify-content: center;
    }

    .signup-input {
        width: 80% !important;
        height: 38px !important;
        margin-top: 20px !important;
        margin-left: 0px !important;
        gap: 0px !important;
        opacity: 0px !important;
        border: none !important;
        /* Removes all borders */
        border-bottom: 1.5px solid rgba(64, 64, 64, 1) !important;
        color: rgba(64, 64, 64, 1) !important;
        border-radius: 0%;
        outline: none;
    }

    .signup-button {
        background: rgba(175, 9, 9, 1);
        width: 80%;
        height: 40px;
        border-radius: 100px;
        color: rgba(255, 255, 255, 1);
        font-family: 'League Spartan' !important;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        text-align: center;
        border: none;

    }

    .banner-card {
        width: 100%;
        height: 319px;
    }

    .banner-pa {
        position: absolute;
        left: 50%;
        top: 30%;
    }

    .banner-heading {
        width: 100%;
        height: 130px;
        margin-top: 10px;
        margin-left: 0px;
        font-size: 50px;
        font-weight: 700;
        line-height: 69px;
        text-align: center;
        text-decoration-skip-ink: none;
        margin-bottom: 100px;
        padding: 10px;
    }

    .search-bar {
        width: 100%;
        height: 60px;
        position: absolute;
        top: 0;
        left: 0%;
        gap: 0px;
        border-radius: 100px;
        opacity: 0px;
        border: none;
        outline: none;
        text-align: left !important;
        padding-left: 10%;
    }

    .search-button {
        border-radius: 100%;
        background-color: rgba(220, 53, 69, 1);
        border: none;
        position: absolute;
        top: 30px;
        left: 1%;
        margin: auto;
        padding: 7px;
        height: 35px;
        width: 35px;
    }

    .find-button {
        border-radius: 100px;
        background-color: rgba(220, 53, 69, 1);
        border: none;
        position: absolute;
        top: 90px;
        right: 10% !important;
        margin: auto;
        height: 40px;
        width: 80%;
    }
    .heading {
        font-size: 50px !important;
        width: auto;
        line-height: 50px;
    }
    .button-slide-left{
        left:90% !important;
    }
    .button-slide-top{
        top:90% !important;
    }
}

@media (max-width: 480px) {
    .loginpage-logo {
        max-width: 100%;
        width: 100vw;
    }

    .heading {
        font-size: 30px !important;
        width: auto;
        line-height: 50px;
    }

    .content-text {
        font-size: 16px;
        max-width: 100%;
        width: 100vw;
    }

    .login-input {
        font-size: 12px;
        height: 38px;
        max-width: 100%;
        width: 100vw;

    }

    .login-button {
        font-size: 14px;
        height: 38px;
        max-width: 100%;
        width: 100vw;
    }

    .toggle-password {
        margin-top: -13px !important;
    }

    .login-img {
        display: none;
    }

    .banner-card {
        width: 100%;
        height: 319px;
    }

    .banner-pa {
        position: absolute;
        left: 50%;
        top: 30%;
    }

    .banner-heading {
        width: 100%;
        height: 130px;
        margin-top: 10px;
        margin-left: 0px;
        font-size: 50px;
        font-weight: 700;
        line-height: 69px;
        text-align: center;
        text-decoration-skip-ink: none;
        margin-bottom: 100px;
        padding: 10px;
    }

    .search-bar {
        width: 90%;
        height: 60px;
        position: absolute;
        top: 0;
        left: 4%;
        gap: 0px;
        border-radius: 100px;
        opacity: 0px;
        border: none;
        outline: none;
        text-align: left !important;
        padding-left: 15%;
    }

    .search-button {
        border-radius: 100%;
        background-color: rgba(220, 53, 69, 1);
        border: none;
        position: absolute;
        top: 20px;
        left: 6%;
        margin: auto;
        padding: 7px;
        height: 35px;
        width: 35px;
    }

    .find-button {
        border-radius: 100px;
        background-color: rgba(220, 53, 69, 1);
        border: none;
        position: absolute;
        top: 90px;
        right: 10% !important;
        margin: auto;
        height: 40px;
        width: 80%;
    }
    .button-slide-left{
        left:70% !important;
    }
    .button-slide-top{
        top:95% !important;
    }
    .signup-input {
        width: 80% !important;
        height: 38px !important;
        margin-top: 20px !important;
        margin-left: 0px !important;
        gap: 0px !important;
        opacity: 0px !important;
        border: none !important;
        /* Removes all borders */
        border-bottom: 1.5px solid rgba(64, 64, 64, 1) !important;
        color: rgba(64, 64, 64, 1) !important;
        border-radius: 0%;
        outline: none;
    }
}

/* ///////////////////// */

.nav-link {
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 26px !important;
}



.text-gray {
    color: rgb(83, 83, 83) !important;
}

.footer-text {
    font-size: 14px !important;
    font-weight: 400 !important;
    /* line-height: 18px; */
    color: rgba(215, 215, 215, 1) !important;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-decoration-skip-ink: true;
    text-decoration-thickness: from-font;
}

.footer-heading {
    font-size: 16px !important;
    font-weight: 900 !important;
    /* line-height: 21px; */
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(230, 230, 230, 1)
}

/* ///////////////// */
/* \\\\\///////////////// */
.speciality-card {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    position: relative;
}

.speciality-img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    /* Ensures the image fits within the box */
}

.icon-circle {
    position: absolute;
    top: 80%;
    right: 8px;
    color: rgba(255, 110, 124, 1);
}

.speciality-text {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: rgba(220, 53, 69, 1);
    width: 100px;

    /* Ensure the text block has the same width as the image */
}

/* ////////////////// */
.whitespaceNormal {
    white-space: normal !important;
}

.dropdown-item:hover{
    color: rgba(220, 53, 69, 1) !important;
}
