.hero {
    background-image: url('/images/employer-doctors.webp');
}

#post-job{
    max-width: 350px;
    width: 350px;
}

.why-employer{
    max-width: 670px;
    /* width: inherit; */
}

/* Why us */
/* Section spacing */
.py-md-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important
}

/* Headings */
.why-title {
    font-weight: 800;
    letter-spacing: .2px;
    font-size: clamp(26px, 2.2vw + 10px, 42px);
    color: var(--ms-ink);
}

.why-sub {
    color: #5b6b86;
    font-size: clamp(15px, .6vw + 12px, 20px);
}

/* Card */
.wc-card {
    background: var(--ms-card);
    border-radius: 16px;
    padding: 26px 26px 28px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .02) inset;
    transition: transform .25s ease, box-shadow .25s ease;
    background-color: #f5f8ff;
}

.wc-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 28px rgba(13, 71, 255, .12);
}

/* Icon */
.wc-icon {
    color: var(--ms-blue);
    margin-bottom: 45px;
}

/* Title + text */
.wc-title {
    color: #083eb2;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 8px;
}

.wc-text {
    color: #083eb2;
    margin: 0;
    max-width: 36ch;
}

/* Notify Section */
:root {
    --ms-blue: #0d47ff;
    --ms-blue-600: #0b3be0;
    --ms-soft: #eff4ff;
    /* section bg */
}

/* container strip */
.notify-wrap {

    border-radius: 14px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

/* left text */
.fw-800 {
    font-weight: 800 !important
}

/* input + button look like the mock */
.notify-input {
    width: 320px;
    /* same feel as screenshot */
    max-width: 48vw;
    height: 44px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e3e8ff;
    box-shadow: 0 2px 0 rgba(13, 71, 255, .03) inset, 0 6px 16px rgba(13, 71, 255, .06);
}

.notify-input:focus {
    border-color: #cdd7ff;
    box-shadow: 0 0 0 .2rem rgba(13, 71, 255, .12);
}

/* subscribe button */
.notify-btn {
    height: 44px;
    border-radius: 10px;
    padding: 0 16px;
    background: linear-gradient(180deg, #2f6bff, var(--ms-blue));
    border: none;
}

.notify-btn:hover {
    background: linear-gradient(180deg, #2a61ee, var(--ms-blue-600));
}

/* responsive: stack on small screens */
@media (max-width: 768px) {
    .notify-wrap {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .notify-form {
        justify-content: center;
    }

    .notify-input {
        width: 100%;
        max-width: none;
    }
}

/* Stats */
/* utilities */
.fw-800 {
    font-weight: 800 !important
}


/* vertical dividers between columns on desktop (like screenshot) */
.impact-row>[class*="col-"] {
    position: relative;
}

@media (min-width: 992px) {
    .impact-row>[class*="col-"]:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 6px;
        bottom: 6px;
        right: -.75rem;
        /* aligns with gutter */
        width: 1px;
        background: rgba(13, 71, 255, .12);
        /* soft divider */
    }
}

.why-section p{
    width: 300px !important;
}

/* Our Testimonial */
.card-custom{
    background-color: #f5f8ff;
}

@media (max-width: 500px) {
    .hero {
        background-position: 95%;
    }

    .hero-content {
        margin-top: 460px;
        padding: 2rem;
    }

    .hero-content h5 {
        font-size: 2vh;
        text-align: start;
        line-height: 1.5;
        width: 300px;
    }

    .headline {
        width: 300px;
        font-size: 4.5vh !important;
        text-align: start !important;
    }

    .why-employer-section{
        padding: 0 !important;
    }
}
