/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*font-family: 'Libre Baskerville', serif;*/
    font-family: 'Poppins', sans-serif;
}
.navbar-brand span {
    font-weight: 600;
}
.nav-link, .btn {
    font-weight: 400;
}
.btn-success {
    font-weight: 600;
}
.login-link{
    color: #175DA8 !important;
    font-size: 15px;
    font-weight: 600
}
.login-link-separator{
     color: #175DA8 !important;
    font-size: 15px;
    font-weight: 500
}

/* Footer CSS */
body {
    font-family: 'Poppins', sans-serif;
}
button{
    font-size: 15px;
  height: 40px;
}

.address-details{
    font-size: 14px;
    padding: 0;
    margin-top: 10px;
    line-height: 25px;
}

.footer {
    background-color: #CBDDF6;
    color: #000;
    padding: 40px 0;
}
.list-group-item{
    background-color: #CBDDF6 !important;
}
.footer h5 {
    font-weight: 600;
    margin-bottom: 20px;
}
.footer a {
    color: #000;
    text-decoration: none;
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
}
.footer a:hover {
    color: #000;
    text-decoration: underline;
}
.social-icons a {
    margin-right: 10px;
    color: #000;
    font-size: 20px;
    transition: 0.3s ease;
}
.social-icons a:hover {
    color: #007bff;
}
.footer-bottom {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 10px;
    text-align: center;
    font-size: 14px;
}
.copyrights{
    text-align: left;
}
hr{
    padding: 0 2rem;
    font-weight: 700;
}
.list-group{
    padding: 0 1rem !important;
}
.footer-menu-title{
    color: var(--Deeesha-Blue, #175DA8);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}
.bg-custom {
    background-color: #175DA8;
}
/* Login Page */

.login-type-btn{
    background-color: #fff;
    color: #000;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 5px;
}
.login-inputfield{
    background: #fff;
    border: 0.350px solid #C6C6C6 !important;
    background: #FFF !important;
    height: 48px !important;
}
.desclaimer-text{
    color: #888;
    font-size: 13px;
    font-weight: 500;
}
input::placeholder {
    color: #888;
    font-size: 13px;
    font-weight: 500;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top (higher than 1) */
    right: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.4); /* Black with transparency */
    /*padding-top: 60px; */

    /* Hide scrollbar */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

/* Hide scrollbar for Chrome, Safari, and newer Edge */
.modal::-webkit-scrollbar {
    display: none;
}

 .form-check-input:checked {
    background-color: #0d6efd; /* Bootstrap primary color */
    border-color: #0d6efd;    /* Bootstrap primary color */
}
.form-check-input:hover {
    border-color: #0d6efd;
}

/* Modal Content */
.modal-backdrop .show {
    display: none !important;  /* This is usually the default value for backdrops */
}

.modal-content,
.form-container {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    max-width: 400px;
    border-radius: 10px;
    scrollbar-width: none; /* Firefox */
}
.form-container {
    background-color: #fefefe;
    margin: 0% auto;
    padding: 20px;
    border: none;
    width: 100%; /* Could be more or less, depending on screen size */
    max-width: 380px;
    border-radius: 10px;
    scrollbar-width: none; /* Firefox */
}
.modal::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

/* Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.modal-content{
    width: 380px;
    margin: 0;
    position: absolute !important;
    right: 0%;
    top: 0%;
    height: 100vh;
    overflow-y: auto;
    padding: 28px;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

/* Other Styles */
.login-type-btn {
    background-color: #fff;
    color: #747474;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 5px;
    padding: 5px 15px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
}
.login-btn{
    height: 42px !important;
}


.active-btn {
    color: #175DA8;
}

.form-step {
    display: none;
}

.form-step.active {
    display: block;
}
.otp-help-text{
    color: #313739;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.resend-help-text{
    color: #175DA8;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.resend-help-text span{
    text-decoration: underline;
    cursor: pointer;
}
.enter-otp{
    font-weight: 600;
}
#nameField {
    display: none; /* Initially hide the name field */
}

/* Candidate Details page */
.candidatedetails-section{
    background: url('../assets/bg-image.png') no-repeat center center;
    background-size: cover;
    height: 100vh;
    margin-top: 2px;
}
.password-container {
    position: relative;
}

.password-container input {
    width: 100%;
    padding-right: 40px; /* Space for the eye icon */
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
}
/* Partner Page */
.partner-table {
    background-color: #175DA8 !important;
}
/* Styling for the scrollable table */
.table-responsive-wrapper {
    overflow-x: auto; /* Add horizontal scrolling */
}

/* Ensure the table doesn't break on smaller screens */
.table {
    width: 100%; /* Ensure the table takes the full width */
    min-width: 900px; /* Set a minimum width for the table */
}

table thead {
    background-color: #175DA8; /* Set the background color */
    color: white; /* Set text color to white for contrast */
}

.status-badge {
    padding: 5px 10px;
    border-radius: 5px;
}

.status-inprogress {
    background-color: #888888;
    color: #fff;
}

.status-selected {
    background-color: #28a745;
    color: #fff;
}

.partner-table-title {
    color: #175DA8;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 600;
}

tr {
    text-align: center;
}
.tooltip-text {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 4px;
    padding: 5px;
    display: none;
    z-index: 100;
}
@media screen and (max-width: 600px) {
.tooltip-text {
font-size: 12px; /* Smaller font size on smaller screens */
padding: 4px; /* Adjust padding for smaller screens */
}
}

@media screen and (max-width: 400px) {
.tooltip-text {
font-size: 10px; /* Even smaller font size on very small screens */
padding: 3px; /* Adjust padding further */
}
}

/* Home Page CSS */
.hero-section {
    background: url('../assets/bg-image.png') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #0d0d0d;
    text-align: center;
    margin-top: 2px;
}

.content {
    position: relative;
    z-index: 2;
}

.content h1 {
    font-weight: bold;
    color: #0056b3;
}

.content p {
    color: #6c757d;
    font-size: 1.1rem;
}

.search-bar {
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    width: 800px;
    margin: 1.5rem auto;
}

.search-bar input, .search-bar select {
    border: none;
    box-shadow: none;
    outline: none;
    font-size: 14px;
}
.search-jobs-btn{
    height: 48px !important;
}

.search-bar button {
    border-radius: 30px;
    background-color: #28a745;
    color: white;
    padding: 10px 25px;
}

.search-bar button:hover {
    background-color: #218838;
}
.finploy-contact{
    display: none;
}
/* Terms and Conditions*/
.terms-title{
    color: #175DA8;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.terms-helptext{
    color: #4EA647;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.terms-description{
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 156.25% */
}
.terms-description-title{
    color: #175DA8;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.terms-description-helptext{
    color: #4EA647;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 156.25% */
}
@media (max-width: 768px) {
    .hero-section {
    background: url('../assets/bg-mobile.png') no-repeat center center;
}
.finploy-contact{
    display: block;
}
    .search-bar {
        flex-direction: column;
        gap: 10px;
    }
    .modal-content{
        width: 100%;
        margin-top: 4rem !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 24px;
        right: 0%;
    }
}

/* Job seeker Feedback*/
.testimonial-card { 
            background: white; 
            border-radius: 15px; 
            padding: 5px; 
            text-align: center; 
            position: relative; 
            overflow: hidden; 
            cursor: pointer;
            position: relative;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
        }
        .testimonial-card video { 
            width: 100%; 
            border-radius: 10px; 
            max-height: 200px; 
            pointer-events: none;
            object-fit: cover;
        }
        .testimonial-description { border-radius: 8px; background: #FFF; opacity: 0.9;}
        .testimonial-description h5 { color: #175DA8; font-size: 14px; font-weight: 600; margin: 0; }
        .testimonial-description p { margin: 0; }
        .company-logo { width: 45px; height: 30px; }
        .star-rating { color: #FFD700; font-size: 16px; }
        .feedback{
            color: #747474;
            font-family: Poppins;
            font-size: 11px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
        }
        .feedback-title {
            color: #175DA8;
            font-family: Poppins;
            font-size: 24px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
        }
        .feedback-helptext{
            color: #000;
            text-align: center;
            font-family: Poppins;
            font-size: 18px;
            font-style: normal;
            font-weight: 500;
            line-height: 30px; /* 150% */
        }
        .close-video{
            color: #fff;
            font-size: 40px;
            font-weight: 700;
        }

/* Login with WhatsApp */
.divider-container {
    width: 100%;
    max-width: 1200px; /* Adjust this based on your layout needs */
    margin: 0 auto;
    padding: 0 15px;
    font-size: 16px;
}

.divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 1.5rem 0;
    width: 100%;
}

.divider-line {
    flex: 1;
    border-bottom: 1px solid #888888;
}

.divider-text {
    padding: 0 1rem;
    color: #666;
    font-size: clamp(0.875rem, 2vw, 1rem); /* Responsive font size */
    white-space: nowrap;
}
#step1Continue {
    border-width: 1px !important;
    font-size: 14px;
}
/* Media Queries for different screen sizes */
@media screen and (max-width: 768px) {
    .divider {
        margin: 1rem 0;
    }
}

@media screen and (max-width: 480px) {
    .divider-container {
        padding: 0 10px;
    }
    
    .divider-text {
        padding: 0 0.5rem;
    }
}