body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.landing-page-layout {
    width: 100%;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
}

.landing-page-navbar {
    width: 100%;
    display: flex;
    background-color: #DBE5DF;
    align-items: center;
    justify-content: space-around;
    padding-top: 10px;
    padding-bottom: 10px;
}

.landing-page-navbar-image img {
    width: 150px;
}

.landing-page-navbar-menu {
    display: flex;
    gap: 15px;
}

.landing-page-navbar-menu a {
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #3F4945;
}

.landing-page-navbar-buttons {
    display: flex;
    gap: 15px;
}

.landing-page-navbar-buttons-outline {
    border: 1px solid #6F7975;
    color: #006B57;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 100px;
}

.landing-page-navbar-buttons-fill {
    background-color: #006B57;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 100px;
    color: #FFFFFF;
}

.landing-page-navbar-responsive {
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 57px;
    background-color: #DBE5DF;
    display: none;
    padding-bottom: 10px;
    /* border-bottom: 2px solid #006B57; */
}

.landing-page-navbar-images {
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
}

.landing-page-navbar-images-logo {
    width: 120px;
    padding-top: 10px;
}

.landing-page-navbar-menu-responsive {
    position: absolute;
    width: 100%;
    background-color: #DBE5DF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding-bottom: 2rem;
    display: none;
}

.landing-page-navbar-menu-responsive a {
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #3F4945;
}

.menu-button {
    color: #FFFFFF!important;
}

.landing-page-header {
    width: 100%;
    background-color: #F8FAF7;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 25px;
}
.landing-page-header-section {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-page-header-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.landing-page-header-content-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: auto;
}

.landing-page-header-content h2 {
    font-weight: 400;
    font-size: 38px;
    line-height: 54px;
    letter-spacing: -0.25px;
    width: 100%;
}

.landing-page-header-content p {
    font-weight: 400;
    font-size: 25px;
    line-height: 36px;
    letter-spacing: 0px;
    margin-top: 0;
    width: 100%;
}

.landing-page-header-image {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.landing-page-header-image img {
    width: 80%;
    margin: auto;
}

.landing-page-features {
    width: 89%;
    margin: auto;
    display: flex;
    flex-direction: column;
    margin-top: 35px;
}

.landing-page-features-info {
    width: 100%;
    text-align: center;
}

.landing-page-features-info p {
    font-weight: 400;
    font-size: 25px;
    line-height: 36px;
    letter-spacing: 0px;
    margin-bottom: 0;
}

.landing-page-features-info h2 {
    font-weight: 400;
    font-size: 38px;
    line-height: 54px;
    letter-spacing: -0.25px;
    margin-top: 0;
}

.landing-page-features-content {
    width: 100%;
    display: flex;
    margin-top: 5rem;
}

.landing-page-features-content-text {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 65px;
}

.landing-page-features-content-text-row {
    display: flex;
    flex-direction: column;
    border-left: 3px solid #E6FFF5;
    cursor: pointer;
}

.landing-page-features-content-text-row h2,
.landing-page-features-content-text-row h3,
.landing-page-features-content-text-row p {
    padding-left: 25px;
}

.landing-page-features-content-text-row h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0px;
    margin-bottom: 10px;
}

.landing-page-features-content-text-row h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
}

.landing-page-features-content-text-row p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin-top: 0;
    display: none;
}

.landing-page-features-content-text-row.active {
    border-left: 3px solid #006B57;
}

.landing-page-features-content-text-row.active h3,
.landing-page-features-content-text-row.active p {
    display: flex;
}

.landing-page-features-content-image {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.landing-page-features-content-image img {
    width: 80%;
    margin: auto;
}

.landing-page-three-steps {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5rem auto auto auto;
}

.landing-page-three-steps-content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.landing-page-three-steps-p {
    font-weight: 400;
    font-size: 25px;
    line-height: 36px;
    letter-spacing: 0px;
    margin-bottom: 0;
}

.landing-page-three-steps-h2 {
    font-weight: 400;
    font-size: 38px;
    line-height: 54px;
    letter-spacing: -0.25px;
    margin-top: 0;
}

.landing-page-three-steps-content-row {
    width: 100%;
    display: flex;
    gap: 25px;
    margin-top: 25px;
}

.landing-page-three-steps-content-row-item {
    background-color: #F8FAF7;
    border: 2px solid #BFC9C4;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 25px;
    width: 30%;
    cursor: pointer;
}

.landing-page-three-steps-content-row-item.active {
    border: 2px solid #006B57;
    background-color: #E6FFF5;
}

.landing-page-three-steps-content-row-item img {
    width: 40px;
    height: 50px;
}

.landing-page-three-steps-content-row-item p {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 10px;
}

.landing-page-three-steps-content-info {
    display: flex;
    width: 100%;
    background-color: #F8FAF7;
    border: 1px solid #BFC9C4;
    border-radius: 18px;
    margin-top: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.landing-page-three-steps-content-info-text {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 20px;
}

.landing-page-three-steps-content-info-text h2 {
    font-weight: 400;
    font-size: 38px;
    line-height: 54px;
    letter-spacing: -0.25px;
    margin-bottom: 0;
}

.landing-page-three-steps-content-info-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-top: 5px;
}

.landing-page-three-steps-content-info-text a {
    background-color: #006B57;
    border-radius: 100px;
    color: #FFFFFF;
    padding: 6px 12px;
    text-decoration: none;
}

.landing-page-three-steps-content-info-image {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.landing-page-three-steps-content-info-image img {
    width: 80%;
    margin: auto;
}

.landing-page-choose-locum {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10rem;
    background: rgb(0, 84, 27);
    background: linear-gradient(0deg, rgba(0, 84, 27, 1) 0%, rgba(0, 78, 62, 1) 0%, rgba(9, 100, 82, 1) 6%, rgba(36, 128, 91, 1) 18%, rgba(255, 255, 255, 1) 100%);
}

.landing-page-choose-locum-p {
    font-weight: 400;
    font-size: 25px;
    line-height: 36px;
    letter-spacing: 0px;
    margin-bottom: 0;
}

.landing-page-choose-locum h2 {
    font-weight: 400;
    font-size: 38px;
    line-height: 54px;
    letter-spacing: -0.25px;
    margin-top: 0;
}

.landing-page-choose-locum-reasons {
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-items: center;
    justify-content: space-between;
    margin-top: 3rem;
}

.landing-page-choose-locum-reasons-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.landing-page-choose-locum-reasons-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0px;
}

.landing-page-choose-locum-a {
    background-color: #006B57;
    border-radius: 100px;
    color: #FFFFFF;
    padding: 10px 20px;
    text-decoration: none;
    margin-top: 2rem;
}

.landing-page-choose-locum-img {
    width: 80%;
    margin-top: 3rem;
}

.landing-page-footer {
    display: flex;
    align-items: center;
    background-color: #E9EFEB;
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
    justify-content: space-evenly;
}

.landing-page-footer-social {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.landing-page-footer-social-row {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.landing-page-footer-social-a {
    background-color: #006B57;
    border-radius: 100px;
    color: #FFFFFF;
    padding: 6px 12px;
    text-decoration: none;
    margin-top: 2rem;
    text-align: center;
}

.landing-page-footer-meet {
    display: flex;
    flex-direction: column;
}

.landing-page-footer-meet h3 {
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #191C1B;
}

.landing-page-footer-meet a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-decoration: none;
    color: #191C1B;
}

.landing-page-footer-copyright {
    width: 100%;
    display: flex;
    justify-content: space-around;
    background-color: #E3EAE5;
}

.landing-page-footer-copyright p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    text-align: center;
    vertical-align: middle;
}


.landing-page-testimonials {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-top: 3rem;
    background-color: #DBE5DF;
}

.testimonial-slideshow {
    position: relative;
    max-width: 600px;
    margin: auto;
}

.testimonial {
    display: none;
    font-size: 18px;
    color: #333;
    text-align: center;
}

.testimonial-p {
    width: 100%;
    margin: auto;
    word-break: break-all;
    font-size: 18px!important;
    line-height: 32px;
    letter-spacing: 0px;
    margin-top: 2rem;
}

.landing-page-testimonials h2 {
    font-weight: 400;
    font-size: 37px;
    line-height: 52px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 4rem;
}

.landing-page-testimonials p {
    font-weight: 400;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center; 
    margin-bottom: 0;   
}

.landing-page-testimonials img {
    width: 59px;
}

.testimonial p:nth-child(2) {
    text-align: center;
}

.testimonial.active {
    display: block;
}

.dots {
    margin-top: 10px;
}

.dot {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: #BFC9C4;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.dot.active {
    background-color: #3F4945;
}

@media screen and (max-width: 950px) {
    .landing-page-navbar-responsive {
        display: block;
    }

    .landing-page-navbar {
        display: none;
    }

    .landing-page-header {
        margin-top: 50px;
    }

    .landing-page-features-content {
        flex-direction: column-reverse;
    }

    .landing-page-features-content-image {
        width: 100%;
    }

    .landing-page-features-content-text {
        width: 95%;
        margin-left: 1rem;
    }

    .landing-page-three-steps-content-info {
        flex-direction: column-reverse;
        align-items: center;
    }

    .landing-page-three-steps-content-info-text {
        width: 90%;
        margin: auto;
    }

    .landing-page-three-steps-content-info-image {
        width: 90%;
        margin: auto;
    }
}

@media screen and (max-width: 1025px) and (min-width: 768px) {
    .landing-page-header-content h2 {
        font-weight: 400;
        font-size: 28px;
        line-height: 40px;
        letter-spacing: -0.25px;
    }

    .landing-page-header-content p {
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 0px;
        margin-top: 0;
    }

}

@media screen and (max-width:768px) {
    .landing-page-header-section {
        flex-direction: column-reverse;
    }

    .landing-page-header-content {
        width: 100%;
    }

    .landing-page-header-content-row {
        width: 100%;
    }

    .landing-page-header-image {
        width: 100%;
    }

    .landing-page-three-steps-content-row-item p {
        font-size: 14px;
        line-height: unset;
    }

    .landing-page-three-steps-p {
        font-size: 20px;
    }

    .landing-page-three-steps-h2 {
        font-size: 28px;
        text-align: center;
    }

    .landing-page-footer-social-logo {
        width: 150px;
    }

    .landing-page-footer {
        justify-content: space-around;
    }
}

@media screen and (max-width: 550px) {
    .landing-page-header-content h2 {
        font-weight: 400;
        font-size: 25px;
        line-height: 40px;
        letter-spacing: -0.25px;
    }

    .landing-page-header-content p {
        font-weight: 400;
        font-size: 15px;
        line-height: 30px;
        letter-spacing: 0px;
        margin-top: 0;
    }
    
    .landing-page-features-content-text-row h2 {
        font-size: 25px;
    }

    .landing-page-features-content-text-row h3 {
        font-size: 20px;
    }

    .landing-page-three-steps-content-row-item p {
        font-size: 10px;
    }

    .landing-page-three-steps-content-info-text h2 {
        font-size: 28px;
        line-height: 40px;
    }

    .landing-page-three-steps {
        width: 90%;
    }

    .landing-page-three-steps-content-row {
        gap: 15px;
    }

    .landing-page-choose-locum-p {
        font-size: 18px;
        line-height: 28px;
    }

    .landing-page-choose-locum h2 {
        font-size: 30px;
        line-height: 45px;
        text-align: center;
    }

    .landing-page-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .landing-page-footer-social, .landing-page-footer-meet {
        padding-left: 1rem;
    }

    .landing-page-testimonials h2 {
        font-size: 30px;
        line-height: 45px;
    }

    .landing-page-testimonials p {
        font-size: 18px;
        line-height: 28px;
    }

    .testimonial-p {
        width: 95%;
        margin: auto;
    }
}
.back-end {
    white-space: pre-line;
}