@font-face {
    font-family: 'Product Sans Regular', sans-serif;
    font-style: normal;
    font-weight: normal;
    src: local('Product Sans Regular'), url('../fonts/product-sans/Product\ Sans\ Regular.ttf') format('ttf');
}

.co_hero {
    background: url("../images/coaching/co_hero_banner.png");
    background-repeat: no-repeat;
    background-position: bottom;
}

.co_hero p {
    /*width: 60%;*/
    font-size: 20px;
    line-height: 30px;
}

.full_child {
    padding-block: 80px 40px;
    height: 600px;
}

.full_child .arrow {
    margin-top: 30px;
}

.co_quotes {
    padding-block: 60px;
}

.co_quotes p {
    font-size: 18px;
    line-height: 30px;
}

.co_quotes span {
    font-size: 17px;
    line-height: 28px;
}

.benifit {
    background: #F1F1F1;
    padding-block: 60px;
}

.co_card_wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.benifit_card {
    padding-bottom: 2px;
}

.benifit_card .card_inner:hover {
    border: 2px solid #B0CE5C;
}

.benifit_card .card_inner {
    display: flex;
    flex-direction: column;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 1px 4px 0px #00000040;
    background: #FFFFFF;
    min-width: 285px;
    min-height: 191px;
    border-radius: 15px;
    padding: 20px 18px;
    opacity: 0.52;
    transition: border 0.3s ease;
    margin-inline: auto;
}

.benifit_card .heading {
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 700;
    line-height: 27.24px;
    margin-block: 10px;
}

.benifit_card p {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.07px;
}

.work.section {
    padding-block: 60px 80px;
}


.work_card .icon {
    font-family: 'Product Sans Regular', sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 72.78px;
    color: #FFFFFF;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #B0CE5C;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-left: 40px;
    z-index: 1;
    position: relative;
}

.work_card .dot {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    border: 1px solid #B0CE5C;
}

.work_card .dot::before {
    content: "";
    width: 20px;
    height: 20px;
    background: #B0CE5C;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.work hr {
    border-top: 2.79px solid #000000;
    opacity: 0.5;
    position: absolute;
    width: 75%;
    top: 9%;
    left: 47%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.work_card {
    width: 95%;
    margin-inline: auto;
}

.work_card .heading {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-block: 30px 25px;
}

.work_card p {
    font-size: 16px;
    line-height: 28px;
}

.image_bg {
    background: url(../images/coaching/session.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 400px;
    background-size: 100%;
    border-radius: 27px;
    padding: 60px;
}

.image_banner h3 {
    font-family: var(--default-font);
    font-weight: 700;
}

.image_banner p {
    font-size: 20px;
    line-height: 30px;
    margin-block: 20px 30px;
    width: 60%
}

.image_banner .btn {
    text-transform: uppercase;
    line-height: 30px;
}

/* Responsive css */
@media (max-width: 1400px) {
    .work_card .heading{
            font-size: 17px;
    line-height: 28px;
    }.work_card p {
    font-size: 13px;
    line-height: 24px;
}
}
@media (max-width: 1200px) {
    .co_card_wrapper {
        grid-template-columns: repeat(4, 1fr);
    }

    .work hr {
        top: 10%;
        left: 50%;
    }

    .image_bg {
        background-size: 100% 100%;
        min-height: auto;
    }

    .co_inside_div,
    .co_hero p {
        /*width: 90%;*/
    }
}

@media (max-width: 991px) {
    .co_card_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .benifit_card .card_inner {
        max-width: 100%;
        min-height: auto;
        padding: 25px 20px;
    }

    /* .moving-top img {
        width: 90%;
    } */

    .work_card {
        width: 100%;
    }

    .work_card .card_inner {
        display: grid;
        grid-template-columns: 100px 4fr;
        gap: 30px;
    }

    .work_card .icon {
        margin-left: 0px;
    }

    .work hr {
        border-left: 2.79px solid #000000;
        width: 0px;
        height: 100%;
        top: 0px;
        left: 84px;
        border-top: 0;
        padding: 0;
        transform: none;
    }

    .image_banner p {
        width: 80%;
        text-align: center;
        margin-inline: auto;
    }

    .image_bg {
        padding: 40px;
    }

    /* fonts */
    .image_banner p,

    .co_hero p {
        font-size: 16px;
        line-height: 25px;
    }

    .work_card p {
        font-size: 13px;
        line-height: 25px;
    }

    .co_quotes p {
        font-size: 16px;
    }

    .image_banner .btn {
        font: normal normal 500 15px/25px var(--default-font);
    }

    .work.section {
        padding-block: 40px 50px;
    }

    .co_quotes {
        padding-block: 40px;
    }
}

@media (max-width: 767px) {
    .co_card_wrapper {
        display: flex;
        gap: 0;
    }

    .benifitSwiper {
        width: 100%;
    }

    .benifit_card .card_inner {
        width: 70%;
        min-height: 180px;
    }

    .image_banner p {
        width: 100%;
        margin-block: 10px 20px;
    }

    .co_inside_div,
    .co_hero p {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .work h2 {
        width: 90%;
        margin-inline: auto
    }

    .work_card .heading {
        margin-block: 20px 10px;
    }

    .work_card .icon {
        font-size: 45px;
        height: 80px;
    }

    .work_card .dot {
        width: 30px;
        height: 30px;
    }

    .work_card .dot::before {
        width: 20px;
        height: 20px;
    }

    .work_card .card_inner {
        display: grid;
        grid-template-columns: 80px 4fr;
        gap: 30px;
    }

    .work hr {
        /* top: 41.5%; */
        left: 70px;

    }

    .image_bg {
        border-radius: 0;
        background-size: cover;
    }
}

@media screen and (max-width: 425px) {
    .work h2 {
        width: 100%;
        margin-inline: auto
    }
}