/* Employers Portal Styles */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

/* Why Choose EasyStaff Section */
.why-choose-section {
    background-color: #F1F1F1;
    position: relative;
    overflow: hidden;
}

/* Background circles for the section */
.why-choose-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 350px;
    height: 350px;
    background-color: rgba(20, 167, 255, 0.15);
    border-radius: 50%;
    transform: translate(-50%, 50%);
    z-index: 0;
}

.why-choose-bg-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 600px;
    height: 600px;
    background-color: rgba(20, 167, 255, 0.07);
    border-radius: 50%;
    transform: translate(-50%, 50%);
    z-index: 0;
}

.why-choose-card {
    background-color: #FFFFFF;
    border-radius: 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2.5rem 2rem;
    text-align: center;
    position: relative;
    z-index: 1;
}

.why-choose-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.why-badge {
    width: 40px;
    height: 40px;
    background-color: #F8AC00;
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.why-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 1rem;
}

.why-card-desc {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

.why-sec-title {
    font-size: 3.25rem;
    font-weight: 600;
    line-height: 4rem;
    position: relative;
    z-index: 1;
}

.why-sec-desc {
    position: relative;
    z-index: 1;
    color: #000;
    font-size: 1.275rem;
    font-weight: 400;
    line-height: 1.6875rem;
    text-transform: capitalize;
}

/* Hero Section */
.hero-employer {
    min-height: 85vh;
    background: url('../images/hero-bg.png') center/cover no-repeat;
    background-color: #3bb4fb;
    /* Fallback */
    display: flex;
    align-items: center;
    width: 100%;
}

.hero-employer .hero-heading {
    line-height: 1.15;
}

.hero-employer .hero-subtext {
    max-width: 500px;
}

.hero-employer .btn-hero-primary {
    background-color: #ffb100;
}

/* Social Proof Avatars for Hero */
.hero-employer .avatar-img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.hero-employer .avatar-group img:not(:first-child) {
    margin-left: -12px;
}

.hero-employer .center-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 600px;
    height: 600px;
    background-color: white;
    border-radius: 50%;
    position: relative;
}

.hero-employer .main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: none;
}

/* Floating Icons */
.hero-employer .floating-icon {
    position: absolute;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3bb4fb;
    transition: transform 0.3s ease;
    background-clip: padding-box;
}

.hero-employer .floating-icon.lg {
    width: 80px;
    height: 80px;
    font-size: 2rem;
    box-shadow: 0 0 0 14px rgba(255, 255, 255, 0.3), 0 10px 25px rgba(0, 0, 0, 0.1);
}

.hero-employer .floating-icon.sm {
    width: 55px;
    height: 55px;
    font-size: 1.35rem;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 10px 25px rgba(0, 0, 0, 0.1);
}

.hero-employer .floating-icon:hover {
    transform: translate(-50%, -50%) scale(1.1) !important;
}

/* Precise Icon Positioning */
.hero-employer .f-icon-1 {
    top: 10%;
    left: 10%;
    transform: translate(-50%, -50%);
}

.hero-employer .f-icon-2 {
    top: 10%;
    left: 90%;
    transform: translate(-50%, -50%);
}

.hero-employer .f-icon-3 {
    top: 60%;
    left: 100%;
    transform: translate(-50%, -50%);
}

.hero-employer .f-icon-4 {
    top: 95%;
    left: 75%;
    transform: translate(-50%, -50%);
}

.hero-employer .f-icon-5 {
    top: 90%;
    left: 10%;
    transform: translate(-50%, -50%);
}

.hero-employer .f-icon-6 {
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1199.98px) {
    .hero-employer .center-circle {
        width: 400px;
        height: 400px;
    }
}

/* Process Section */
.process-card {
    border: 1.205px solid rgba(0, 0, 0, 0.10);
}

.step-badge {
    width: 32px;
    height: 32px;
    font-size: 1rem;
    font-weight: 600;
}

.step-icon-wrapper {
    width: 80px;
    height: 80px;
}

.step-badge-bg {
    background-color: #d1d5db;
}

.process-icon-bg {
    background-color: #ffb100;
    color: #fff;
}

.h-line-dot-left {
    position: relative;
    width: 65px;
    height: 1px;
    background-color: #ffb100;
}

.h-line-dot-left::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ffb100;
}

.h-line-dot-right {
    position: relative;
    width: 65px;
    height: 1px;
    background-color: #ffb100;
}

.h-line-dot-right::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ffb100;
}

.process-sec-title {
    font-size: 3.25rem;
    font-weight: 600;
    margin: 0 0 30px;
    line-height: normal;
    text-transform: capitalize;
}

.process-sec-desc {
    font-size: 1.375rem;
    line-height: 1.6875rem;
    text-transform: capitalize;
    max-width: 880px;
}

.process-card-title {
    font-size: 1.356rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.10938rem;
}

.process-card-desc {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    color: #767F8C;
    line-height: 1.50669rem;
}

/* Industries Section */
.industries-section-bg {
    background-color: #FFF9F0;
}

.industries-sec-title {
    font-size: 3.25rem;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.industries-sec-desc {
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.6875rem;
    text-transform: capitalize;
}

.ind-card h5 {
    font-weight: 500;
    font-size: 1.356rem;
    line-height: 2.10938rem;
}

.ind-icon-wrapper {
    width: 50px;
    height: 50px;
}

/* Testimonials Section */
.testi-card {
    border-top: 4px solid #3b82f6 !important;
}

.testi-float-icon {
    left: 0;
    top: 50%;
}

.testi-dot {
    width: 6px;
    height: 6px;
    padding: 0 !important;
    border: none !important;
    background-color: #D1D5DB !important;
    border-radius: 50%;
    transition: all 0.3s ease;
    opacity: 1 !important;
    margin: 0 !important;
}

.testi-nav-btn {
    width: 45px;
    height: 45px;
}

.text-brand-blue {
    color: #14A7FF !important;
}

.bg-brand-blue {
    background-color: #14A7FF !important;
}

.border-brand-blue {
    border-color: #14A7FF !important;
}

.testi-sec-title {
    font-size: 2.75rem;
    font-weight: 600;
    line-height: normal;
}

.testi-author-name {
    font-size: 1.125rem;
    font-weight: 600;
}

.testi-author-role {
    font-size: 0.875rem;
    font-weight: 400;
    color: #9CA3AF;
}

.testi-quote {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 2.125rem;
    color: #4B5563;
}

.carousel-indicators [data-bs-target] {
    width: 10px !important;
    height: 10px !important;
}

.testi-dot.active {
    width: 42px !important;
    background-color: #14A7FF !important;
    border-radius: 50rem !important;
}

/* CTA Section */
.cta-box-bg {
    min-height: 400px;
    background: url('../images/cta-bg.png') center/cover;
}


.cta-btn-rounded {
    border-radius: 0.625rem !important;
}

.max-w-700 {
    max-width: 700px;
}

@media (max-width: 768px) {
    .testi-sec-title {
        font-size: 2rem !important;
    }
}