.wws_service_wrapper{
    padding: 100px 20px 0px 20px;
}
.wws_service_heading {
    font-size: 57px;
    font-weight: 700;
    line-height: 71.98px;
    letter-spacing: 1.14px;
    text-align: center;
    margin-bottom: 60px;
    padding: 0 0 30px 0;
    position: relative;
}
.wws_service_heading:after {
    position: absolute;
    content: '';
    width: 114px;
    height: 4px;
    background-color: var(--colorline);
    left: calc( 50% - 57px );
    bottom: 0;
}
.wws_services_list_wrapper{
    display: flex;
    flex-wrap: wrap;
    max-width: 1420px;
    margin: 0 auto;
    justify-content: space-around;
}
.wws_service_item {
    flex-basis: 31%;
    margin: 15px;
}
.wws_service_item_title_wrap{
    background-size: cover;
    background-blend-mode: multiply;
    position: relative;
        width: 100%;
    height: 270px;
    display: block;
}
.wws_service_item_title {
    color: #fff;
    margin: 0;
    padding: 40px;
    font-size: 38px;
    font-weight: 400;
    line-height: 46px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.wws_service_item_content_wrap {
    font-size: 18px;
    font-weight: 400;
    line-height: 34.02px;
    text-align: left;
    padding: 42px 42px 30px 42px;
}
.wws_service_item_link a {
    margin: 0 42px 42px 42px;
}
/* .wws_service_item_link a {
    font-size: 14px;
    font-weight: 400;
    line-height: 32.27px;
    margin: 0 42px 42px 42px;
    text-align: left;
    display: inline-block;
    padding: 10px 20px;
    color: #090909;
    background: #fff;
    border-radius: 25px;
    text-transform: uppercase;
}
.wws_service_item_link a:hover{
    box-shadow: 0px 0px 10px rgb(99 101 106 / 50%);
} */



/* Services Areas */

.services_style_image_title .wws_service_item_content_wrap, .services_style_image_title .wws_service_item_link {
	display: none;
}
.services_style_image_title .wws_service_item_title {
    font-size: 26px;
    line-height: 1.1923;
    color: #ffffff;
    font-weight: 500;width: 100%;
    padding-right: 140px;
    padding-left: 40px;
    padding-bottom: 0;
    margin-bottom: 34px;
    min-height: 90px;
    display: flex;
    align-items: center;z-index: 1;
}
.services_style_image_title .wws_service_item_title::before,.services_style_image_title .wws_service_item_title::after{
    content: '';
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #fff;
	right: 40px;
	bottom: 0;background-position: center;
	background-size: 15px auto;
	background-repeat: no-repeat;transition: all .3s;
}

.services_style_image_title .wws_service_item_title::after { 
    background-image: url('data:image/svg+xml;utf8,<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 769 641" width="769" height="641"> <path fill="rgba(0,0,0,1)" d="m32.5 288.5h638.4l-244.4-232.9c-12.8-12.2-13.3-32.4-1.1-45.2 12.1-12.8 32.4-13.3 45.2-1.1l279.2 265.9c12 12 18.8 28.3 18.7 45.3 0 17-6.7 33.1-19.3 45.7l-278.6 265.4c-6.2 5.9-14.1 8.9-22.1 8.9-17.6 0-32-14.3-32-32 0-8.8 3.6-17.2 9.9-23.2l245.5-232.8h-639.4c-17.7 0-32-14.4-32-32 0-17.7 14.3-32 32-32z"/> </svg>');
}
.services_style_image_title .wws_service_item_title_wrap:hover .wws_service_item_title::after {
	opacity: 0.8;
}
.services_style_image_title .wws_service_item_title_wrap:hover .wws_service_item_title::before {
	transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
}
.services_style_image_title .wws_service_item a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	display: block;
	background-image: linear-gradient(0deg, var(--bgcoloritem) 0%, rgba(151,202,123,0) 100%);
}
.services_style_image_title .wws_services_list_wrapper {  
    justify-content: center;z-index: 1;
    position: relative;
}
.services_areas_section {
	padding: 140px 20px;  position: relative;
}
.services_areas_section .wws_service_heading {  
    margin-bottom: 44px;
}
.services_areas_section::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	background-position: right center;
	background-size: 22.3% auto;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	opacity: 1;
	background-image: url('https://wellwiseservices.sitepreviews.dev/wp-content/uploads/2024/03/wws-logo-shape-jpg.webp');
	z-index: 0;
	pointer-events: none;
	transform: translateY(-52%);
    -webkit-transform: translateY(-52%);
    -moz-transform: translateY(-52%);
}

@media(max-width:1500px){
    .wws_service_wrapper {
      padding: 80px 20px 0px 20px;
    }
    .wws_service_heading{
        font-size: 50px;
        line-height: 60px;
        margin-top: 20px;
        margin-bottom: 30px;
        padding: 0 0 20px 0;
    }
    .wws_service_item {
      margin: 10px;
    }
    .wws_service_item_title{
        font-size: 32px;
        line-height: 36px;
    }
    .wws_service_item_content_wrap{
        line-height: 26px;
        padding: 30px 30px 30px 30px;
    }

    .wws_service_item_link a {
        margin-left: 30px;
        margin-right: 30px;
    }
    .services_style_image_title .wws_service_item_title {    font-size: 22px;padding-left: 34px;  margin-bottom: 26px;  min-height: 82px;}
    .services_style_image_title .wws_service_item_title::before, .services_style_image_title .wws_service_item_title::after {  width: 40px;  height: 40px; right: 34px;}
    .services_areas_section {  padding-top: 120px;padding-bottom: 120px;}

}
@media(max-width:1200px){
    .wws_service_wrapper {
      padding: 60px 20px 0px 20px;
    }
    .wws_service_item_title{
        font-size: 26px;
        line-height: 30px;
    }
    .wws_service_item_title_wrap{
        height: 230px;
    }
    .wws_service_heading {
        font-size: 45px;
        line-height: 52px;
    }
    .services_areas_section {  padding-top: 100px;padding-bottom: 100px;}
    .services_style_image_title .wws_service_item_title { font-size: 18px; padding-left: 24px; margin-bottom: 19px; min-height: 76px;  padding-right: 90px; }
    .services_style_image_title .wws_service_item_title::before, .services_style_image_title .wws_service_item_title::after { width: 35px; height: 35px;   right: 24px;}
}
@media(max-width:1024px){
    .wws_service_wrapper {
      padding: 40px 20px 0px 20px;
    }
    .wws_service_heading {
        font-size: 38px;
        line-height: 42px;
        margin-bottom: 30px;
        max-width: 100%;
    }
    .wws_service_item {
      flex-basis: 47%;
      margin: 10px;
    }
    .wws_services_list_wrapper{
        max-width: 780px;
    }
    .wws_service_item_content_wrap {
      font-size: 16px;
      line-height: 24px;
    }
    .services_areas_section {  padding-top: 80px;padding-bottom: 80px;}
}
@media(max-width:767px){
    .wws_service_wrapper {
      padding: 30px 20px 0px 20px;
    }
    .wws_services_list_wrapper{
        max-width: 600px;
    }
    .wws_service_item {
      flex-basis: 100%;
      margin: 10px;
    }
    .wws_service_heading {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 20px;
        padding-bottom: 15px;
    }
    .wws_service_heading::after {
        width: 100px;
        height: 2px;
    }
    .wws_service_item_title{
        font-size: 20px;
        line-height: 26px;
    }
    .wws_service_item_content_wrap {
      font-size: 14px;
      line-height: 20px;
    }
    .wws_service_item_title_wrap{
        height: 200px;
    }
    .services_areas_section {  padding-top: 60px;padding-bottom: 60px;}
    .services_areas_section .wws_service_heading {
        margin-bottom: 24px;
    }
}
@media(max-width:479px){
    .services_style_image_title .wws_service_item_title {
        font-size: 16px;
        padding-left: 16px;
        margin-bottom: 16px;
        min-height: 70px;
        padding-right: 60px;
    }
    .services_style_image_title .wws_service_item_title::before, .services_style_image_title .wws_service_item_title::after {
        width: 30px;
        height: 30px;
        right: 16px;
    }
}