
/* Hide all dropdown menus by default */
.dropdown .dropdown-menu,
.dropdown-submenu .dropdown-menu {
    display: none;
    position: absolute;
    z-index: 1000;
    min-width: 200px;
    background-color: #fff;
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* Show top-level dropdown on hover */
.dropdown:hover > .dropdown-menu {
    display: block;
}

/* Position and show submenus on hover */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    top: 0;
    left: 100%;
    margin-top: 0;
}

/* Optional: make it smoother */
.dropdown-menu a {
    white-space: nowrap;
    padding: 8px 15px;
    color: #000;
}

.dropdown-menu a:hover {
    background-color: #f0f0f0;
}



.bg {
    background-color: #3CAC18;
}

.color {
    color: #4379F2;
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.heading {
    border-bottom: 5px solid #F8EC34;
    padding-bottom: 15px;
}

.btn-primary {
    border-radius: 20px !important;
}

.image {
    border-radius: 129px;
    width: 100%;
    max-width: 125px;
    height: 125px;
    border: 4px solid #F8EC34;
    margin-bottom: 15px;
}

.radius {
    border-radius: 20px !important;
}

.review-border {
    border: 2px solid #3CAC18;
}

.fa-star {
    color: #F8EC34;
}




.form-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    text-align: center;

}

.form-holder .form-content {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;

}

.form-content .form-items {
    border: 2px solid #3CAC18;
    padding: 40px;
    display: inline-block;
    width: 100%;
   
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: left;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.form-content h3 {
    color: #fff;
    text-align: left;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}

.form-content h3.form-title {
    margin-bottom: 30px;
}

.form-content p {
    color: #fff;
    text-align: left;
    font-size: 17px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 30px;
}


.form-content label,
.was-validated .form-check-input:invalid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #fff;
}

.form-content input[type=text],
.form-content input[type=password],
.form-content input[type=email],
.form-content select {
    width: 100%;
    padding: 9px 20px;
    text-align: left;
    border: 0;
    outline: 0;
    border-radius: 6px;
    background-color: #fff;
    font-size: 15px;
    font-weight: 300;
    color: #8D8D8D;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 16px;
}






.form-content textarea {
    position: static !important;
    width: 100%;
    padding: 8px 20px;
    border-radius: 6px;
    text-align: left;
    background-color: #fff;
    border: 0;
    font-size: 15px;
    font-weight: 300;
    color: #8D8D8D;
    outline: none;
    resize: none;
    height: 120px;
    -webkit-transition: none;
    transition: none;
    margin-bottom: 14px;
}

.form-content textarea:hover,
.form-content textarea:focus {
    border: 0;
    background-color: #ebeff8;
    color: #8D8D8D;
}

.mv-up {
    margin-top: -9px !important;
    margin-bottom: 8px !important;
}

.invalid-feedback {
    color: #ff606e;
}

.valid-feedback {
    color: #2acc80;
}

/* ----------------------- */


.job-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.job-title {
    font-weight: bold;
    font-size: 1.2rem;
}
.apply-link {
    text-decoration: none;
    font-weight: bold;
}
.badge {
    font-size: 0.9rem;
}


/* --------------------------- */

/* Highlights animation start */
.text-light {
    color: #fff;
}
.fw-bold {
    font-weight: bold;
}
.number {
    opacity: 0;
    transform: translateY(20px);
}

/* Highlights animation end */

.border_end{
     border-right: 2px solid white;
}

/* mobile responsive code is start  */
@media (max-width: 400px) {
    .border_end{
        border-right: none;
   }
}

/* mobile responsive code is end  */