.top--banner{

    background-image: url("../img/services/services-banner.jpg");

}



.max-w-390{

    max-width: 390px;

    width: 100%;

}



.max-w-435{

    max-width: 435px;

    width: 100%;

}



.hr--image {

    position: relative;

}



.hr--image .content--hr--calture {

    position: absolute;

    bottom: 30px;

    background: #00000024;

    width: 100%;

    max-width: 90%;

    left: 50%;

    transform: translateX(-50%);

    backdrop-filter: blur(20px);

    border: 1px solid #6b6b6b;

    border-radius: 20px;

    color: var(--white);

    padding: 22px 25px;

}



.hr--image .content--hr--calture p {

    margin-bottom: 0;

    font-size: 18px;

}



.reecruitment--img .content--hr--requr {

    display: block;

    width: 100%;

    max-width: clamp(300px,39vw,500px);

    position: absolute;

    padding: 18px;

    left: 0;

    bottom: 0px;

    padding-bottom: 23px;

}



.hr--container {

    position: relative;

    overflow: hidden;

}



.hr--container .bg--icon--place {

        position: absolute;

    top: -20px;

    right: 0;

    max-width: 370px;

    width: 100%;

    opacity: 0.14;

}



.hr--container .bg--icon--place img {

    width: 100%;

}



.reecruitment--img .content--hr--requr .content--hr--calture {

    position: relative;

    bottom: 15px;

}



/* how we work */

.how--we-work{

    background-image: url("../img/services/how-we-work-bg.webp");

    background-size: cover;

    background-repeat: no-repeat;

    background-position: top center;

}

.how--we-work .center--heading .dual--heading span {

    color: var(--white);

}

.how--work--container {

    position: relative;

}

.how--work--container:before {

    content: '';

    width: 100%;

    height: 50%;

    background: var(--white);

    position: absolute;

    left: 0;

    bottom: -1px;

}



.how--work--list {

    position: relative;

    display: grid;

    grid-template-columns: repeat(4,1fr);

    gap: 15px;

}



.how--work--list .how--work--item {

    background: #F5FFF1;

    min-height: 315px;

    padding: 25px;

    display: flex;

    flex-direction: column;

    gap: 15px;

}



.how--work--list .how--work--item .how--work--icon {

    width: 60px;

    aspect-ratio: 1 / 1;

    height: 100%;

}



.how--work--list .how--work--item .how--work--icon img {

    width: 100%;

}



.how--work--list .how--work--item .how--work--content {

    height: 100%;

}



.how--work--list .how--work--item .how--work--content h3 {

    font-size: 20px;

    font-family: Montserrat;

    font-weight: 500;

    margin-bottom: 15px;

}



.how--work--list .how--work--item .how--work--content p {

    margin-bottom: 0;

    font-size: 14px;

}

/* how we work end */



@media(max-width:768px){

    .how--work--list {grid-template-columns: repeat(2, 1fr);gap: 10px;}



    .how--work--list .how--work--item {

        padding: 15px;

    }



    .how--work--list .how--work--item .how--work--icon {

        width: 40px;

    }



    .how--work--container:before {

        height: 20%;

    }

}

@media(max-width:768px){

    .how--work--list {

        grid-template-columns: repeat(1, 1fr);

        gap: 10px;

    }

    .how--work--list .how--work--item{

        min-height: auto;

    }

    .reecruitment--img .content--hr--requr .content--hr--calture {

        padding: 15px;

        

    }

    .hr--image .content--hr--calture {

        padding: 15px;

    }



    .hr--image .content--hr--calture p {

        font-size: 14px;

    }

}