section.card-outline .card-inner.zoom {
    transition: 0.5s;
}

section.card-outline .card-inner.zoom:hover {
    border-color: transparent !important;
    border-bottom: 1px solid rgba(32, 32, 32, 0.06) !important;
    box-shadow: 0px 60px 30px -30px rgba(216, 216, 216, 0.3) !important;
    -webkit-box-shadow: 0px 60px 30px -30px rgba(216, 216, 216, 0.3) !important;
}

section.card-outline .card-inner .card-icon.zoom {
    overflow: hidden;
    border-radius: 15px;
}

section.card-outline .card-inner .card-icon.zoom img {
    border-radius: 15px;
    transition: transform 0.5s ease;
    transform: scale(1.05);
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
    max-height: 250px;
    min-height: 250px;

    @media (min-width: 671px) and (max-width: 991px) {
        max-height: 450px;
        min-height: 450px;
    }
}

section.card-outline .card-inner.zoom:hover img {
    transform: scale(1);
}

section.compensation-guide .sticky-form {
    position: sticky;
    top: 180px;
}

section.compensation-guide .heading h2 {
    margin-bottom: 50px;

    @media (max-width: 991px) {
        margin-bottom: 30px;
    }
}

section.compensation-guide p,
section.compensation-guide ul li,
section.compensation-guide ol li {
    color: var(--black);
}

section.compensation-guide .guide-contents h2 {
    margin: 50px 0 24px;

    @media (max-width: 991px) {
        margin-top: 30px;
    }
}

section.compensation-guide .guide-contents a {
    font-size: 16px;
    color: var(--red);
    text-decoration: underline;
}

section.compensation-guide .guide-contents img {
    width: 100%;
    border-radius: 20px;
    margin: 50px 0;

    @media (max-width: 991px) {
        margin: 30px 0;
    }
}

section.compensation-guide .guide-contents img:first-of-type {
    margin-top: 0;
}

section.compensation-guide .guide-contents img:last-of-type {
    margin-bottom: 0;
}

section.compensation-guide .guide-contents p:last-of-type,
section.compensation-guide .guide-contents ul:last-of-type,
section.compensation-guide .guide-contents ol:last-of-type {
    margin-bottom: 0;
}

@media (min-width: 1200px) {

    section.compensation-guide .col-lg-7,
    section.compensation-guide .heading h2 {
        width: 60%;
    }

    section.compensation-guide .col-lg-5 {
        width: 40%;
    }
}

section.compensation-guide form {
    border-radius: 20px;
    border: 1px solid rgba(155, 3, 2, 0.15);
    background: var(--white);
    padding: 30px;
}

section.compensation-guide .guide-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

section.compensation-guide form a {
    color: var(--red);
    font-weight: 700;
    display: flex;
    margin: 0 auto;
    width: fit-content;
}

section.compensation-guide form .h3 {
    margin-bottom: 20px;
}

section.compensation-guide form p:last-of-type {
    margin-bottom: 0;
}

section.compensation-guide form input:not([type="submit"]),
section.compensation-guide form textarea,
section.compensation-guide form select {
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid rgba(155, 3, 2, 0.15);
    outline: 0;
    width: 100%;
    color: var(--black);
    font-size: 16px;
    font-family: var(--roboto-regular);
}

section.compensation-guide form input::placeholder,
section.compensation-guide form textarea::placeholder,
section.compensation-guide form select::placeholder {
    color: var(--black);
    font-size: 16px;
    font-family: var(--roboto-regular);
}

section.compensation-guide form .submit-wrapper {
    margin-top: 50px;

    @media (max-width: 991px) {
        margin-top: 30px;
    }
}

section.compensation-guide form p:nth-last-of-type(2) {
    margin-bottom: 20px;
}

section.contacompensation-guidect form .submit-wrapper:after {
    left: -100px;
}

section.compensation-guide form .submit-wrapper:hover::after {
    transform: translateX(10000%) skewX(-15deg);
}

section.compensation-guide form .wpcf7-spinner {
    display: none;
}