﻿

@media(min-width:767px) {
    .main-login-content {
        width: 65%;
        height: 500px;
    }

    .top-row span {
        font-size: 1.2rem;
    }
}

@media(max-width:767px) {
    .main-login-content {
        width: 90%;
        height: 400px;
    }

    .loginImage {
        display: none;
    }

    .top-row span {
        font-size: 16px !important;
    }

    .back-btn h4 {
        margin: 0;
        font-size: 16px;
    }

    .btnBgColor {
        font-size: 13px;
        padding: 0px 10px;
    }

    .top-row span {
        position: absolute;
        top: 1.3rem;
        left: 4.5rem;
    }

    .bottom-row {
        justify-content: start !important;
    }

    .logOutBox {
        top: 8px;
        z-index: 99;
        right: 10px !important;
        width: fit-content !important;
        height: 40px !important;
        border-radius: 10px;
    }

        .logOutBox logout {
            display: none;
        }

        .logOutBox i {
            margin: 0 !important;
        }
}

@media(max-width:353px) {
    .top-row span {
        position: absolute;
        top: 10px;
        left: 4.5rem;
    }

    .bottom-row footer {
        font-size: 12px !important;
    }
}

.nav-scrollable {
    background: white !important;
    /*box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);*/
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* soft shadow */
}

button:focus {
    border: none !important;
    box-shadow: none;
}

button.btn:focus,
button.btn:active,
button.btn:focus-visible {
    outline: none;
    box-shadow: none;
    border: none;
}

.labelMargin {
    margin: 0rem 0rem 0.5rem 0rem;
}

.form-label {
    font-weight: 600;
}

.form-control:focus {
    box-shadow: none !important;
    border: 1px solid #0D92F4 !important;
}

input {
    border-radius: 5px;
    border: 1px solid #ccc !important;
}

    input:-webkit-autofill {
        background-color: transparent !important;
        box-shadow: 0 0 0 1000px white inset !important;
        -webkit-box-shadow: 0 0 0 1000px white inset !important;
        transition: background-color 5000s ease-in-out 0s;
        color: #333 !important;
    }

        input:-webkit-autofill:focus {
            box-shadow: 0 0 0 1000px white inset !important;
        }

.card {
    overflow: auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    outline: none;
}

    .card:hover {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    }

.main-login-page {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-login-content {
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* soft shadow */
    border-radius: 10px;
    overflow: hidden;
}

#lockImg {
    width: 50px;
    height: auto;
}

.loginImage {
    background-image: url(../images/login-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main-login-content .card {
    position: relative; /* so child elements position properly */
    padding: 2rem; /* adjust to taste */
    border-radius: 16px; /* smooth, rounded corners */
    background: rgba(255, 255, 255, 0.15); /* translucent white */
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1); /* deeper, softer shadow */
    border: 1px solid rgba(255, 255, 255, 0.3); /* frosted border */
    backdrop-filter: blur(10px); /* the key: blurs everything behind */
    -webkit-backdrop-filter: blur(10px); /* Safari support */
    overflow: hidden; /* clip any children */
}

    /* Optional: subtle hover “pop” */
    .main-login-content .card:hover {
        background: rgba(255, 255, 255, 0.2);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    }




.btnForgotPass {
    border: none;
    outline: none;
    background: transparent;
    color: #F7374F;
    text-decoration: underline;
}

    .btnForgotPass:hover {
        color: #D84040;
    }

.btnLogin {
    border: none;
    outline: none;
    border-radius: 8px;
    width: fit-content;
    height: 45px;
    color: white;
    padding: 0px 20px;
    background: #0D92F4 !important;
}

    .btnLogin:hover {
        background: #106ebd !important;
    }

.logOutBox {
    position: absolute;
    bottom: 0;
    /*left: 0;*/
    background: #DD3142 !important;
    width: 250px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .logOutBox:hover {
        background: #b8182c !important;
    }

    .logOutBox a {
        text-decoration: none !important;
    }

.logoutBtn {
    border: none;
    outline: none;
    width: fit-content;
    color: white;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
}

    .logoutBtn:hover {
        color: white;
        text-decoration: none !important;
    }

    .logoutBtn i {
        margin-right: 5px;
    }

.back-btn h4 {
    font-weight: bold;
}

.btnBgColor {
    background-color: #328E6E;
    border: none;
    outline: none;
    border-radius: 8px;
    width: fit-content;
    height: 45px;
    color: white;
    padding: 0px 20px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

    .btnBgColor:hover {
        background-color: #3F7D58;
        color: white;
    }
/*.upload-img-circle {
    background: #f1f1f1;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #000;
}*/
.upload-img-circle {
    background: #f1f1f1;
    width: 180px;
    height: 180px;
    border: 2px solid #16C47F;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%; /* Makes it a circle */
    overflow: hidden; /* Ensures image does not spill out */
}

    .upload-img-circle img {
        width: 96%;
        height: 96%;
        border-radius: 50%;
        object-fit: cover; /* Ensures image covers circle nicely */
    }

.modal {
    justify-content: center !important;
    align-items: center !important;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    outline: none;
    background: #C5172E;
    color: white;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    font-size: 18px;
}

.modal-title {
    font-size: 16px;
    line-height: normal;
}

.top-row span {
    font-weight: bold !important;
    color: #0D92F4 !important;
    text-decoration: none !important;
    letter-spacing: 0px;
    font-family: "Gravitas One", serif;
}

.loginText {
    color: #0D92F4;
    font-family: "Gravitas One", serif;
}

.showMapBtn {
    background-color: #0D92F4;
    border: none;
    outline: none;
    border-radius: 8px;
    width: fit-content;
    height: 45px;
    color: white;
    padding: 0px 20px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

    .showMapBtn:hover {
        background-color: #0D92F4;
        color: white;
    }
/*detailCard{
    transition:.3s ease-in-out;
}
.detailCard:hover {
    transform: scale(.9);
    transition: .3s ease-in-out;
    box-shadow: 1px 0px 5px #8F87F1;
}*/
.detailCard, .detailCard1, .detailCard2 {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, box-shadow;
}

    .detailCard:hover {
        transform: scale(0.95);
        box-shadow: 0 8px 20px rgb(225 95 237 / 20%);
    }

    .detailCard1:hover {
        transform: scale(0.95);
        box-shadow: 0 8px 20px rgb(255 0 128 / 20%);
    }

    .detailCard2:hover {
        transform: scale(0.95);
        box-shadow: 0 8px 20px rgb(0 121 255 / 20%);
    }

.headingTag {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 30px;
}

.user_image {
    width: 150px !important;
    height: auto;
    object-fit: contain;
    border-radius: 50%;
}

.nav-user-img {
    width: 50px;
    height: auto;
    object-fit: contain;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

    .nav-user-img img {
        width: 100%;
        height: 100%;
    }

.nav-item .nav-link {
    color: #000000 !important;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

.nav-link i {
    font-size: 20px;
    margin-right: 10px;
}


/*.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 30px;
    color: #333;
    cursor: pointer;
    z-index: 1000;
}

.slick-prev {
    left: -40px;*/ /* move further out if needed */
/*}

.slick-next {
    right: -40px;
}

    .slick-prev:hover,
    .slick-next:hover {
        color: #000;*/ /* darker on hover */
    /*}*/



