
/* Sign in modal design */
.signin-card {
    border-radius: 16px;
    background: #ffffff;
    padding: 24px 20px;
    text-align: center;
    border: none;
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
    width: 100%;
    max-width: 420px; /* desktop/tablet max width */
    position: relative;
    margin: 0 auto;   /* center inside modal-dialog */
}

/* Title style */
.signin-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #121212;
}

.signin-title span {
    color: #222;
}

/* Close button (top-right) */
.custom-close {
    position: absolute;
    right: 12px;
    top: 8px;
    border: none;
    background: transparent;
    font-size: 20px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
}

.custom-close:hover {
    color: #000;
}

/* Center Google button */
.g_id_signin {
    display: flex !important;
    justify-content: center !important;
}

/* Small screens tweaks */
@media (max-width: 575.98px) {
    .signin-card {
        border-radius: 12px;
        padding: 20px 16px;
        max-width: 100%;
    }

    .signin-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
}


	    .doc_img_slider .item img:not(.dot) {
    width: 60%;
    height: 500px;      /* adjust height as per your design */
    object-fit: cover;  /* keeps the image perfect without stretching */
    border-radius: 25px; /* same round corners as the sample image */
    display: block;
    margin-left: 80px;
}