/*====================================================*
*SERVICES SECTION*
*====================================================*/

.services-section {

    position: relative;

    width: 100%;

    min-height: 880px;

    padding: 115px 0 130px;

    background: #fbf7f4;

    color: #111111;

    overflow: hidden;

}


/*====================================================*
*BACKGROUND DECORATION*
*====================================================*/

.services-section::before {

    content: "";

    position: absolute;

    top: 90px;

    left: 50%;

    width: 700px;

    height: 550px;

    transform: translateX(-50%);

    background:
        linear-gradient(90deg,
            transparent 49.5%,
            rgba(190, 180, 170, 0.10) 50%,
            transparent 50.5%);

    pointer-events: none;

}


/*====================================================*
*SERVICES CONTAINER*
*====================================================*/

.services-container {

    position: relative;

    width: 100%;

    max-width: 1450px;

    margin: 0 auto;

    padding: 0 35px;

    z-index: 2;

}


/*====================================================*
*SERVICES HEADING*
*====================================================*/

.services-heading {

    width: 100%;

    text-align: center;

    margin-bottom: 70px;

}


/*====================================================*
*SERVICES LABEL*
*====================================================*/

.services-label {

    display: block;

    margin-bottom: 16px;

    color: #f47700;

    font-size: 24px;

    line-height: 1.3;

    font-weight: 500;

}


/*====================================================*
*SERVICES TITLE*
*====================================================*/

.services-heading h2 {

    width: 100%;

    max-width: none;

    margin: 0;

    color: #2447b9;

    font-size: 44px;

    line-height: 1.2;

    font-weight: 700;

    letter-spacing: -1px;

    white-space: nowrap;

}


/*====================================================*
*SERVICES CONTENT*
*====================================================*/

.services-content {

    display: grid;

    grid-template-columns: 1fr 500px 1fr;

    align-items: center;

    column-gap: 65px;

}


/*====================================================*
*SERVICES COLUMNS*
*====================================================*/

.services-column {

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    height: 540px;

}


/*====================================================*
*SERVICE ITEM*
*====================================================*/

.service-item {

    position: relative;

    width: 100%;

    min-height: 160px;

}


/*====================================================*
*LEFT SERVICE ITEM*
*====================================================*/

.services-left .service-item {

    text-align: right;

    padding-right: 10px;

}


/*====================================================*
*RIGHT SERVICE ITEM*
*====================================================*/

.services-right .service-item {

    text-align: left;

    padding-left: 10px;

}


/*====================================================*
*SERVICE TITLE*
*====================================================*/

.service-item h3 {

    margin: 0 0 12px;

    color: #f47700;

    font-size: 26px;

    line-height: 1.35;

    font-weight: 500;

}


/*====================================================*
*SERVICE DESCRIPTION*
*====================================================*/

.service-item p {

    max-width: 310px;

    margin: 0;

    color: #111111;

    font-size: 15px;

    line-height: 1.7;

    font-weight: 400;

}


/*====================================================*
*LEFT DESCRIPTION*
*====================================================*/

.services-left .service-item p {

    margin-left: auto;

}


/*====================================================*
*SERVICE DIVIDER*
*====================================================*/

.service-item:not(:last-child)::after {

    content: "";

    position: absolute;

    bottom: 0;

    width: 310px;

    height: 1px;

    background: #ddd0c8;

}


/*====================================================*
*LEFT DIVIDER*
*====================================================*/

.services-left .service-item:not(:last-child)::after {

    right: 0;

}


/*====================================================*
*RIGHT DIVIDER*
*====================================================*/

.services-right .service-item:not(:last-child)::after {

    left: 0;

}


/*====================================================*
*CENTER IMAGE AREA*
*====================================================*/

.services-center {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 100%;

}


/*====================================================*
*CENTER IMAGE*
*====================================================*/

.services-image {

    width: 440px;

    height: 440px;

    border-radius: 50%;

    overflow: hidden;

}


/*====================================================*
*CENTER IMAGE IMG*
*====================================================*/

.services-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    display: block;

}


/*====================================================*
*LARGE DESKTOP*
*====================================================*/

@media (max-width: 1400px) {

    .services-container {

        max-width: 1350px;

    }


    .services-content {

        grid-template-columns: 1fr 460px 1fr;

        column-gap: 50px;

    }


    .services-image {

        width: 410px;

        height: 410px;

    }


    .services-heading h2 {

        font-size: 42px;

    }

}


/*====================================================*
*1200px*
*====================================================*/

@media (max-width: 1200px) {

    .services-section {

        min-height: 820px;

        padding: 105px 0 115px;

    }


    .services-container {

        padding: 0 30px;

    }


    .services-heading {

        margin-bottom: 60px;

    }


    .services-heading h2 {

        font-size: 38px;

    }


    .services-content {

        grid-template-columns: 1fr 390px 1fr;

        column-gap: 30px;

    }


    .services-image {

        width: 350px;

        height: 350px;

    }


    .services-column {

        height: 480px;

    }


    .service-item h3 {

        font-size: 23px;

    }


    .service-item p {

        max-width: 260px;

        font-size: 14px;

    }


    .service-item:not(:last-child)::after {

        width: 250px;

    }

}


/*====================================================*
*TABLET*
*====================================================*/

@media (max-width: 992px) {

    .services-section {

        min-height: auto;

        padding: 85px 0 100px;

    }


    .services-heading {

        margin-bottom: 50px;

    }


    .services-label {

        font-size: 22px;

    }


    .services-heading h2 {

        font-size: 34px;

        white-space: normal;

    }


    .services-content {

        grid-template-columns: 1fr 320px 1fr;

        column-gap: 20px;

    }


    .services-image {

        width: 290px;

        height: 290px;

    }


    .services-column {

        height: 420px;

    }


    .service-item {

        min-height: 130px;

    }


    .service-item h3 {

        font-size: 20px;

    }


    .service-item p {

        max-width: 210px;

        font-size: 13px;

    }


    .service-item:not(:last-child)::after {

        width: 190px;

    }

}


/*====================================================*
*MOBILE*
*====================================================*/

@media (max-width: 768px) {

    .services-section {

        padding: 70px 0 85px;

    }


    .services-container {

        padding: 0 25px;

    }


    .services-heading {

        margin-bottom: 45px;

    }


    .services-label {

        font-size: 21px;

    }


    .services-heading h2 {

        font-size: 30px;

        line-height: 1.3;

        white-space: normal;

    }


    .services-content {

        display: flex;

        flex-direction: column;

        gap: 45px;

    }


    .services-center {

        order: 1;

    }


    .services-left {

        order: 2;

    }


    .services-right {

        order: 3;

    }


    .services-column {

        width: 100%;

        height: auto;

    }


    .services-image {

        width: 340px;

        height: 340px;

    }


    .service-item {

        min-height: auto;

        padding: 30px 0 !important;

        text-align: center !important;

    }


    .service-item h3 {

        font-size: 22px;

    }


    .service-item p {

        max-width: 480px;

        margin: 0 auto !important;

        font-size: 15px;

    }


    .service-item:not(:last-child)::after {

        left: 50% !important;

        right: auto !important;

        transform: translateX(-50%);

        width: 80%;

    }

}


/*====================================================*
*SMALL MOBILE*
*====================================================*/

@media (max-width: 480px) {

    .services-section {

        padding: 60px 0 75px;

    }


    .services-container {

        padding: 0 20px;

    }


    .services-label {

        font-size: 20px;

    }


    .services-heading h2 {

        font-size: 26px;

    }


    .services-image {

        width: 290px;

        height: 290px;

    }


    .service-item {

        padding: 26px 0 !important;

    }


    .service-item h3 {

        font-size: 20px;

    }


    .service-item p {

        font-size: 14px;

    }

}