@import url(variables.css);

/* EMPLOYERS HERO SECTION */

.employers-hero-section {
    background-image: url(../assets/images/employers-bg-color-img.png);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
    min-height: 407px;
    display: flex;
    align-items: center;
}

@media (min-width: 990px) {
    .employers-hero-section {
        background-size: contain;
    }
}

.employers-hero-section h1 {
    font-weight: 600;
    font-family: var(--font-roboto-condensed);
    font-size: 2.6rem;
}

.heading-highlight {
    color: var(--text-secondary);
    /* display: block; */
}

.employers-hero-section p {
    font-family: var(--font-poppins);
}

/* PROBLEM SECTION */

.problem-section h2 {
    color: var(--text-secondary);
    font-weight: 700;
    font-size: 2.2rem;
}

.problem-section p {
    font-weight: 600;
}

.problem-section ul li {
    padding-bottom: 15px;
}

.problem-card {
    background-color: var(--background-primary);
    display: flex;
    align-items: center;
    padding: 9px;
    gap: 16px;
    border-radius: 9px;
}

.problem-card h3 {
    color: var(--text-secondary);
    font-size: 1.2rem;
    margin-bottom: 7px;
}

.problem-card p {
    color: var(--text-gray);
    margin: 0;
    font-weight: 300;
    text-align: left;
    line-height: 21px;
}

.problem-notice {
    background-color: var(--background-secondary);
    border-radius: 9px;
}

.problem-notice h2 {
    color: var(--text-secondary);
    font-weight: 500;
    font-size: 2.2rem;
}

.problem-notice p {
    color: var(--text-gray);
    font-weight: 400;
}

.problem-notice span {
    color: var(--text-secondary);
    font-weight: 600;
}

/* HOW IT WORKS SECTION */

.how-section h2 {
    color: var(--text-secondary);
    font-weight: 700;
    font-size: 2.2rem;
}

.how-section p {
    font-weight: 600;
}

.how-cards-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.how-to-arrow {
    transform: rotate(90deg);
}

@media (min-width:1100px) {
    .how-to-arrow {
        transform: rotate(0deg);
    }
}

.how-card {
    background-color: var(--background-primary);
    border-radius: 9px;
    padding: 18px;
    /* max-width: 300px; */
}

.how-card-heading {
    color: var(--text-secondary);
}

.how-card h3 {
    color: var(--text-secondary);
    font-size: 1.2rem;
}

.how-card p {
    color: var(--text-gray);
    margin: 0;
    font-weight: 300;
    text-align: left;
    line-height: 21px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .how-card {
        max-width: 550px;
    }
}

@media (min-width: 1200px) {
    .how-card {
        max-width: 300px;
        height: 195px;
    }
}


/* why-diff- SECTION */

.why-diff-section h2 {
    color: var(--text-secondary);
    font-weight: 700;
    font-size: 2.2rem;
}

.why-diff-cards-section h5 {
    color: var(--text-secondary);
    font-weight: 500;
}

.why-diff-card {
    display: flex;
    align-items: start;
    gap: 18px;
}

.why-diff-info {
    color: var(--text-secondary);
    font-weight: 600;
}

/* CONTRACT SECTION */

.contract-section h2 {
    color: var(--text-secondary);
    font-weight: 700;
    font-size: 2.2rem;
}

.contract-section p {
    font-weight: 600;
}

.contract-intro {
    color: var(--text-gray);
    font-size: 0.9rem;
    text-align: center;
}

@media (min-width:990px) {
    .contract-intro {
        width: 50%;
        margin: auto;
    }
}

.contract-card {
    background-color: white;
    border-radius: 9px;
    flex: 1;
}

.contract-card p {
    margin: 0;
}

.contract-cards-section {
    display: flex;
    justify-content: space-between;
}

.contract-card-header {
    color: white;
    text-align: center;
    border-radius: 9px 9px 0 0;
}

.contract-card-header-style-1,
.contract-card-btn-style-1 {
    background-color: var(--gradient1);
}

.contract-card-header-style-2,
.contract-card-btn-style-2 {
    background-color: var(--gradient2);
}

.contract-card-header {
    margin: 0;
}

.contract-card-header h3 {
    font-weight: 700;
    font-size: 2.5rem;
    margin: 0;
}

.contract-card-header span {
    color: white;
}

.contract-card-body p {
    color: var(--text-gray);
    font-weight: 400 !important;
}

.best-for {
    color: var(--text-secondary);
    font-weight: 400;
}

.best-for-info {
    color: var(--text-secondary) !important;
}

.bulid-together {
    background-color: var(--background-primary);
    border-radius: 12px;
}

.bulid-together-info p:first-child{
    color: var(--text-secondary);
}

.bulid-together-info p:last-child{
    color: var(--text-gray);
}

@media (min-width:1100px) {
    .bulid-together-info {
        width: 65%;
    }
}

/* WORK WITH SECTION */

.work-with-section h2 {
    color: var(--text-secondary);
    font-weight: 700;
    font-size: 2.2rem;
}

.work-with-section p {
    font-weight: 600;
}

.work-with-section span {
    color: var(--text-gray);
    font-size: 0.9rem;
}

.work-with-card {
    background-color: var(--background-secondary);
    border-radius: 12px;
}

.work-with-card h3 {
    color: var(--text-secondary);
    font-weight: 600;
}

.tick-list {
    list-style: none;
    padding-left: 0;
}

.tick-list li {
    position: relative;
    padding-left: 20px;
}

.tick-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    font-weight: bold;
}

.work-with-info {
    background-color: var(--background-primary);
    border-radius: 12px;
    padding: 25px 30px;
    max-width: 790px;
    text-align: center;
}

.work-with-info p {
    color: var(--text-secondary);
    font-weight: 700;
    margin: 0;
}


/* MEASURABLE SECTION */

.measurable-section h2 {
    color: var(--text-secondary);
    font-weight: 700;
    font-size: 2.2rem;
}

.measurable-section p {
    font-weight: 600;
}

.measurable-section span {
    color: var(--text-gray);
    font-size: 0.9rem;
}

.measurable-card {
    border: 1px solid rgb(233, 233, 233);
    border-radius: 18px;
    position: relative;
    padding: 21px;
    background-color: var(--background-secondary);
    max-height: 332px;
    flex: 1;
}

.measurable-card h5 {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--text-secondary);
}


.measurable-sub-heading {
    font-weight: 700;
    margin: 0;
}

.measurable-info {
    color: var(--text-gray);
    font-weight: 400 !important;
}

.arc {
    position: absolute;
    bottom: 0;
    right: 0;
}

.measurable-highlight {
    text-transform: capitalize;
    color: var(--text-secondary);
    font-weight: 400;
    background-color: var(--background-primary);
    padding: 3px 7px;
    border-radius: 5px;
    font-size: 0.8rem;
}

.accountability-section {
    background-color: var(--background-footer);
    border-radius: 18px;

}

.accountability-heading {
    color: white;
    font-weight: 800;
    margin: 0;
    font-size: 1.5rem;
}

.accountability-info {
    color: white;
    margin: 0;
    font-weight: 300 !important;
}

.accountability-alert {
    color: white;
    font-size: 0.8rem;
}

/* REQUEST DEMO SECTION */

.request-demo-container {
    border-radius: 30px;
    background: radial-gradient(60% 40% at 80% 20%, rgba(151, 201, 248, 0.28) 0%, rgba(151, 201, 248, 0.00) 100%), linear-gradient(90deg, #062E60 0%, #1E5082 100%);
    box-shadow: 0 24px 70px 0 rgba(6, 46, 96, 0.22);
    color: white;
    max-width: 1170px;
    margin: auto;
    position: relative;
}

.top-left-arc {
    position: absolute;
    top: 0;
    left: 0;
}

.bottom-right-arc {
    position: absolute;
    bottom: 0;
    right: 0;
}

.request-demo-container h3 {
    font-size: 2.4rem;
    font-weight: 700;
    margin: auto;
    padding-top: 12px;
}

.demo-section-title {
    display: flex;
    align-items: center;
    gap: 20px;
    color: white;
    justify-content: center;
}

.demo-section-title::before,
.demo-section-title::after {
    content: "";
    width: 40px;
    height: 1px;
    background-color: white;
}

@media (min-width: 1024px) {
    .request-demo-container h3 {
        width: 50%;
    }

    .request-demo-container p {
        width: 50%;
        margin: auto;
    }
}