/********ADMIN**********/
.admin-login-page {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    background-image: url('../images/signup-bg.png'); /* Keep your background image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh; /* Full viewport height */
    flex-direction: column;
}







body {
    font-family: Arial, sans-serif;
    margin: 0;
    margin-bottom: 100px;
    padding: 0;
    background-color: #f0f0f0;
    align-items: center;
}

.josefin-sans {
    font-family: 'Josefin Sans', sans-serif;
}

.maven-pro {
    font-family: 'Maven Pro', sans-serif;
}

.poppins {
    font-family: 'Poppins', sans-serif;
}


h1 {
    text-align: center;
    margin-top: 50px;
}


form {
    width: 350px;
    height: auto;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    position: relative;
}


.center-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}


.form-logo {
    display: flex;
    justify-content: center; /* Centers the logo horizontally */
    margin-bottom: 20px;
}

.form-logo img {
    max-width: 100%; /* Ensures the image doesn't exceed the form's width */
    width: 350px; /* Adjust this value to your preference */
    height: auto; /* Maintains aspect ratio */
}


label {
    display: block;
    margin-bottom: 5px;
}

/* Custom background image for the login page */
.login-page {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    background-image: url('../images/signin-bg.png'); /* Keep your background image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh; /* Full viewport height */
    flex-direction: column;
}


.register-page {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    background-image: url('../images/signin-bg.png'); /* Make sure the path is correct */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 96.5vh;
    flex-direction: column;
}

.signintxt {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
    width: AUTO;
    align-content: center;
}

.signuptxt {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 32px;
    font-weight: 700;
    width: 170px;
    align-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

input[type="text"], input[type="email"], input[type="password"] {
    width: 94.8%;
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    align-items: center;
}

.user {
    font-family: 'Maven Pro', sans-serif;
    font-size: 15px;
    font-weight: 400;
    width: 140px;
    height: 30px;
    align-content: center;
}

.email {
    font-family: 'Maven Pro', sans-serif;
    font-size: 15px;
    font-weight: 400;
    width: 100px;
    height: 30px;
    align-content: center;
}

.pass {
    font-family: 'Maven Pro', sans-serif;
    font-size: 15px;
    font-weight: 400;
    width: 140px;
    height: 30px;
    align-content: center;
}

.signinbtn {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    width: 230px;
    height: 50px;
    background-color: #121d7cc5;
    color: white;
    border: none;
    display: flex;
    border-radius: 8px;
    justify-content: center; /* Center text horizontally */
    align-items: center; /* Center text vertically */
    cursor: pointer;
    margin-right: 10px;
}

.signinbtn:hover {
    background-color: #121C7C; /* Darker color on hover */
    text-decoration: none; /* Ensure underline doesn't appear on hover */
}

.or {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin-right: 10px;
}

.signupbtn {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    width: 230px;
    height: 50px;
    background-color: #6d0016c0;
    color: white;
    text-align: center;
    line-height: 50px; /* Center the text vertically */
    display: inline-block;
    border-radius: 8px; /* Optional: rounded corners */
    text-decoration: none; /* Remove underline */
    margin-right: 10px;
    cursor: pointer;
}

.signupbtn:hover {
    background-color: #9A001A; /* Darker color on hover */
    text-decoration: none; /* Ensure underline doesn't appear on hover */
}

.forgot {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    margin-right: 13px;
    margin-top: 40px;
    color: black; 
    text-decoration: none; 
    transition: transform 0.3s ease;
}

.forgot:hover {
    transform: scale(1.1); /* Zooms in the element by 10% */
}

.admin {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    margin-right: 13px;
    margin-top: 40px;
    color: black; 
    text-decoration: none; 
    transition: transform 0.3s ease;
}

.admin:hover {
    transform: scale(1.1); /* Zooms in the element by 10% */
}


.gobacklogin {
    font-family: 'Josefin Sans', sans-serif;
    width: 250px;
    height: 35px;
    font-size: 12px;
    font-weight: 700;
    display: block; 
    text-align: center; 
    color: black; 
    text-decoration: none; 
    align-content: center;
    margin-right: 13px;
    margin-top: 20px;
    transition: transform 0.3s ease;
}

.gobacklogin:hover {
    transform: scale(1.1); /* Zooms in the element by 10% */
}

button {
    width: 100%;
    background-color: #333;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    padding: 10px;
}


.inquiry-form {
    background: transparent;
}





.header-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    height: 50px;
    position: relative;
    background-color: #121C7D   ;
}

.logo1-header {
    margin-right: 20px;
}

.logo1-header img {
    width: 70px; /* Adjust as needed */
    height: auto;
}

.main-nav {
    display: flex;
    align-items: center;
}

.main-nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-nav ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 50px;
    justify-content: center;
}

.logout {
    margin-left: auto;
    margin-right: 10px;
}

.logout a, .logout-mobile a,
.main-nav ul li a {
    font-family: 'Maven Pro', sans-serif;

    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    padding: 30px 20px; /* Updated for better responsiveness */
    transition: background-color 0.3s;
    color: white;
}

.main-nav ul li a:hover,
.main-nav ul li a.active,
.logout a:hover,
.logout a.active,
.logout-mobile a:hover,
.logout-mobile a.active {
    background-color: #3854e0;
    color: white;
    width: auto;
}

/* Mobile styles */
@media (max-width: 768px) {
    .header-head {
        justify-content: center;
        position: relative;
        
    }

    .logo-header {
        transform: translateX(-50%);
    }

    .menu-toggle {
        position: absolute;
        right: 20px;
        display: flex;
        flex-direction: column;
        cursor: pointer;
    }

    .menu-toggle span {
        background: white;
        height: 3px;
        width: 25px;
        margin: 4px;
        transition: all 0.3s ease;
    }

    .main-nav {
        position: fixed;
        top: 0;
        left: -100%;
        height: 100%;
        width: 254px;
        background-color: #f0f0f0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: left 0.3s ease;
        z-index: 100;
    }

    .main-nav ul {
        flex-direction: column;
        
    }
    

    .main-nav ul li,
    .logout-mobile {
        margin: 20x 0;
    }

    .logout {
        display: none;
    }

    .main-nav.open {
        left: 0;
        background-color: #121C7D   ;
    }

    /* Close button styles */
    .close-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 24px;
        cursor: pointer;
        color: white;
    }

    /* Overlay */
    .overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 99;
        transition: opacity 0.3s ease; /* Added transition */
    }

    .overlay.active {
        display: block;
        opacity: 1; /* Make it visible */
    }

    /* Logout button styling */
    .logout a {
        font-family: 'Maven Pro', sans-serif; 
        color: black; 
        text-decoration: none; 
        font-weight: 700; 
        text-align: center; 
        padding: 26px; 
        transition: background-color 0.3s; 
    }

    .logout a, .logout-mobile a,
.main-nav ul li a {
    font-family: 'Maven Pro', sans-serif;

    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    padding: 5px 20px; /* Updated for better responsiveness */
    transition: background-color 0.3s;
    color: white;
}
}

/* Hide close button on desktop */
@media (min-width: 769px) {
    .close-btn {
        display: none; 
    }
    .logout-mobile {
        display: none;
    }
}







footer {
    background-color: #333;
    color: white;
    padding: 10px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    align-content: center;
}

main {
    padding: 20px;
    /* max-width: 800px; */
    margin: auto;
    text-align: center;
}





/************* INDEX ********/
/* GRID STATS */

.title {
    width: auto;
    height: auto;
    font-size: 48px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    align-content: center;
    padding-top: 50px;
    text-align: center;
    margin: 0;
}

.indexuser {
    font-family: 'Maven Pro', sans-serif;
    width: auto;
    height: 60px;
    font-size: 30px;
    font-weight: 700;
    align-content: center;
    padding-top: 20px;
    margin: 0;
}

.current{
    padding-top: 20px;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin: 0;
}

.serviceneed {
    padding-top: 20px;
    padding-bottom: 15px;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 700;
    font-size: 15px;
}

.stats-section {
    padding: 20px;
    text-align: center;
}

.all {
    padding: 20px;
    text-align: center;
    justify-items: center;
}

.stats-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}


/* Add this media query for mobile devices */
@media screen and (max-width: 768px) {
    .stats-row {
        flex-direction: column; /* Changes the direction to vertical */
        gap: 20px; /* Reduce the gap for mobile */
    }
    
    .stat-item {
        width: 90%; /* Make items take most of the screen width */
        margin: 0 auto; /* Center the items */
    }
    
    /* You may want to adjust font sizes and padding for mobile too */
    .stat-number {
        font-size: 1.5rem; /* Smaller font size for mobile */
    }
    
    .businessproc {
        padding: 8px 12px; /* Smaller padding for buttons */
        font-size: 0.9rem; /* Smaller font size for button text */
    }
    
    /* Adjust the all candidates display for mobile */
    .all .stat-item1 {
        width: 90%;
        margin: 0 auto;
    }
    
    .stat-number1 {
        font-size: 2rem;
    }

    .butts {
        margin-top: 0px;
    }
}




.stat-item:hover {
    transform: scale(1.05);
}

.stat-item1:hover {
    transform: scale(1.05);
}

.stat-item1 {
    flex: 1; /* Ensures equal width for each stat item */
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.2s;
    width: 500px;
}

.stat-number1 {
    font-family: 'Maven Pro', sans-serif;
    font-size: 70px;
    font-weight: bold;
    color: #333;
}

.stat-item {
    flex: 1; /* Ensures equal width for each stat item */
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.2s;
    width: 100px;
    height: 100px;
}

.stat-number {
    font-family: 'Maven Pro', sans-serif;
    font-size: 50px;
    font-weight: 700;
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
}

.stat-label {
    font-family: 'Maven Pro', sans-serif;
    font-weight: bold;
    font-size: 20px;
    font-size: 1.1rem;
    color: #777;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
}

.stat-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Pushes items apart */
    align-items: center;
    place-content: center;
}




.virtualass {
    font-family: 'Maven Pro', sans-serif;
    font-size: 16px;
    font-weight: 700;
    width: 230px;
    height: 50px;
    background-color: #121d7cc5;
    color: white;
    text-align: center;
    border-radius: 8px;
    justify-content: center; /* Center text horizontally */
    align-items: center; /* Center text vertically */
    cursor: pointer;
    margin-bottom: 20px;
    transition: background-color 0.3s ease;
}

.virtualass:hover {
    background-color: #121C7C; /* Darker color on hover */
    text-decoration: none; /* Ensure underline doesn't appear on hover */
}

.businessproc {
    font-family: 'Maven Pro', sans-serif;
    font-size: 16px;
    font-weight: 700;
    width: 230px;
    height: 50px;
    background-color: #687ad6;
    color: white;
    text-align: center;
    display: inline-block;
    border-radius: 8px; /* Optional: rounded corners */
    text-decoration: none; /* Remove underline */
    cursor: pointer;
    justify-content: center;
    transition: background-color 0.3s ease;
    margin-top: 10px;
    align-content: center;
}

.businessproc:hover {
    background-color: #3854e0; /* Darker color on hover */
    text-decoration: none; /* Ensure underline doesn't appear on hover */
}




.butts {
    display: flex;
}





/********* VIRTUAL ASSISTANTS ******************/


.container {
    max-width: 1200px; /* Adjust max width as needed */
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); /* Responsive grid */
    gap: 20px; /* Space between cards */
    padding: 20px; /* Padding around container */
}


.card {
    background: #f0f0f0;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s;
}

.card:hover {
    transform: scale(1.05);
}

.profile-img {
    border-radius: 50%; /* Makes the image circular */
    width: 100px; /* Set a fixed width */
    height: 100px; /* Set a fixed height */
    object-fit: cover; /* Ensures the image covers the entire area without stretching */
    border: 1px solid #000000; /* Optional: adds a border around the image */
}

.candidate-name {
    margin: 10px 0;
    font-size: 1.5em;
}

.candidate-role {
    color: #555;
}

.modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}

.modal-content {
    background: white;
    border-radius: 8px;
    padding: 30px;
    max-width: 500px;
    width: 90%;
    position: relative;
}

/* Add space between labels and values */
.modal-content strong {
    display: block; /* Make labels block elements */
    margin-bottom: 5px; /* Add margin below each label */
    font-weight: bold; /* Ensure labels stand out */
}

.modal-content p {
    margin: 0 0 15px 0; /* Add margin below paragraphs for spacing */
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.5em;
    cursor: pointer;
}

.hidden {
    display: none;
}
.active {
    display: block; /* or flex, grid, etc., depending on your layout */
}



.add-to-selection {
    font-family: 'Poppins';
    background-color: #121d7cc5;
    margin-top: 30px;
    transition: background-color 0.3s;
}

.add-to-selection:hover {
    background-color: #121C7C;
}





/* Floating Button */

/*
.floating-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #6d0016;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
    z-index: 100;
    width: 200px;
    transition: transform 0.3s ease;
}
*/

.floating-btn {
    position: fixed;
    bottom: 10px;
    background-color: #6d0016;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 15px;
    font-size: 16px;
    cursor: pointer;
    z-index: 100;
    width: -webkit-fill-available;
    transition: transform 0.3s ease;
    margin: 20px;
}




.floating-btn:hover {
    transform: scale(1.1); /* Zooms in the element by 10% */
}

.cands {
    display: flex;
    justify-content: center;
}

.cands1 {
    width: 100px;
}

/* Modal Styles */


.modal.active {
    display: flex;
}


.candidate-list {
    max-height: 300px;
    overflow-y: auto;
    margin-bottom: 20px;
}

.candidate-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.candidate-item img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.delete-btn {
    background-color: red;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    float: right;
    width: 100px;
}


/* Notification Modal Styles */
.notification-modal {
    font-family: 'Poppins';
    font-weight: 500;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: none; /* Hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Ensure it appears on top */
}

.notification-modal.active {
    display: flex; /* Show modal when active */
}

.notification-modal-content {
    background-color: #fefefe; /* White background for the modal */
    padding: 20px;
    border: 1px solid #888;
    border-radius: 10px;
    text-align: center;
}

.close {
    cursor: pointer;
    float: right;
    font-size: 20px;
    font-weight: bold;
}

#additional-info {
    width: 100%;
    box-sizing: border-box; /* Ensure padding and borders are included in the width */
}


#send-email-btn, .btn-notif-close {
    font-family: 'Poppins';
    background-color: #121d7cc5;
    margin-top: 30px;
    transition: background-color 0.3s;
}
#send-email-btn:hover, .btn-notif-close:hover {
    background-color: #121C7C;
}

.secondary-message {
    font-size: 12px; /* Adjust as needed */
    color: #000000; /* Optional: Set color to a lighter shade */
    margin-top: 10px; /* Optional: Add some space above the secondary message */
}


.loading-spinner {
    border: 2px solid #f3f3f3;
    border-top: 2px solid #121C7C;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 1s linear infinite;
    display: inline-block;
    margin-left: 5px;
    align-items: center;
    justify-items: center;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.other-contact {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    padding: 10px;
    text-align: center;
    justify-content: center;
    display: flex;
    margin-top: 40px;
    color: black; 
    text-decoration: none; 
    transition: transform 0.3s ease;
}
