/* Homepage CSS Pending also scale same over everything */

/* Homepage hero section list */
.lst {
	list-style: none;
	padding-left: 0 !important;
	color: #646D72;
	font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.6;
}

.lst li:not(:last-child) {
	border-bottom: .0625rem solid #ecedee;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

.lst li {
	padding-left: 2rem;
	position: relative;
}

.lst__check {
	color: #ff8e19;
	left: 0;
	position: absolute;
	top: -.025rem;
}



/* Homepage hero fiverr rating */
.fiv-rating {
	font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.6;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	list-style: none;
	padding-left: 0;
	color: #646D72;
}

.fiv-rating li:first-child svg {
	margin-right: 8px;
	height: 22px;
	margin-left: -5px;
}

.fiv-rating strong, .fiv-rating svg{
	color: #020101;
}

.fiv-rating li{
	display: flex;
	align-items: center;
}

.fiv-rating li:last-child svg {
	margin-left: 7px;
	height: 16px;
	margin-top: 5px;
}

.fiv-rating li:not(:last-child) {
	margin-right: .75rem;
/* 	margin-bottom: .75rem; */
}

@media only screen and (max-width: 480px){
	.fiv-rating li:not(:last-child) {
		margin-bottom: 10px;
	}
	
	.fiv-rating li:last-child svg {
		margin-top: 2px;
	}
}



/* Homepage brand logo images */
.agencies-logo {
	filter: saturate(0) brightness(0) invert(20.9803921569%) opacity(1);
	transition: filter .3s, transform .4s;
}

.agencies-logo.logo--has-shades {
	filter: saturate(0) contrast(1.6);
}

.agencies-logo:hover {
	filter: none;
	opacity: 1 !important;
	transform: scale(1.02);
}



/* Homepage all sections: HR divider */
.sec-divider {
	background-color: #ecedee !important;
	height: .0425rem;
	border: 0;
}



/* Homepage service cards section */
.c-card-icon {
	height: 2.5rem;
	width: 2.5rem;
	background-color: #ff8e19;
	color: #fff;
	border-radius: .5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.c-card-icon img {
	height: auto;
	width: auto;
	max-height: 1.5rem;
	max-width: 1.5rem;
	display: block;
}

.home-wp-services .e-child:hover {
	transform: scale(1.02);
}

@media and (max-width: 767px) {
	.c-card-icon {
		height: 2.0rem;
		width: 2.0rem;
		border-radius: .25rem;
	}

	.c-card-icon img {
		max-height: 1.3rem;
		max-width: 1.3rem;
	}
}



/* Homepage reviews section */
.masnory-grid-reviews img {
	transition: transform .4s;
	box-shadow: 0px 12px 40px 0px rgba(4, 15, 22, 0.04) !important;
}

.masnory-grid-reviews img:hover {
	transform: scale(1.02);
}

#review-mob-cta{
	display: none;
}

@media screen and (min-width: 590px) and (max-width: 767px) {
    .masnory-grid-reviews {
        flex-wrap: nowrap !important;
    }
    
    .masnory-grid-reviews > .elementor-element {
        width: 50% !important;
    }
}

@media screen and (max-width: 590px) {
    .masnory-grid-reviews > .elementor-element .hidden-sm-devices {
        display: none;
    }
	
	#review-mob-cta{
		display: flex;
	}
}



/* Homepage Case study section */
.case-study-container {
	overflow: hidden !important;
	box-shadow: 0px 12px 40px 0px rgb(4 15 22 / 8%);
	transition: box-shadow .4s,translate .4s, transform .4s !important;
	cursor: pointer;
}

.case-study-container:hover {
	transform: scale(1.02);
}

.case-study-pill {
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif !important;
	line-height: 1.75;
	padding: .25rem .5rem;
	background: #F3FAFC;
	color: #005d77;
	border: 1px solid #3AABBC;
	border-radius: .25rem;
}

.case-study-title:before {
	color: #3AABBC;
	content: "“";
	display: block;
	font-size: 5.5rem;
	line-height: 1;
	padding-left: 1.1rem;
	margin-block-end: -2.5rem;
}

.person__details {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.person__name, .person__job {
	font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
	line-height: 1.2;
	color: #171A1F;
}

.person__name {
	font-size: 1.05rem;
	font-weight: 600;
	margin: 0;
}

.person__job {
	font-size: 0.85rem;
}

.read-case-study .elementor-button-text:after {
	content: "";
	display: inline-block;
	margin-left: 0.75rem;
	-webkit-mask-image: url("/wp-content/themes/hello-elementor-child/assets/images/sprite.svg#arrow-usage");
	mask-image: url("/wp-content/themes/hello-elementor-child/assets/images/sprite.svg#arrow-usage");
	-webkit-mask-position: right center;
	mask-position: right center;
	transform: translateX(-0.3rem);
	transform-origin: right center;
	transition: transform .2s, background-color .2s;
	vertical-align: top;
	height: 1rem;
	width: 1rem;
	background-color: black;
}

.case-study-container:hover .read-case-study .elementor-button-text:after {
	transform: translateX(0);
	background: #005d77;
}

@media screen and (min-width: 561px) and (max-width: 767px) {
    .case-studies-grid > .e-con-inner {
        grid-template-columns: repeat(2, 1fr) !important;
    }
	
	.case-study-card-image{
		min-height: 28vw !important;
	}
}

@media (min-width: 430px) and (max-width: 561px){
	.case-study-card-image{
		min-height: 50vw !important;
	}
}



/* Homepage our sucess section */
.home-our-sucess-section > .elementor-element {
	box-shadow: 0px 12px 40px 0px rgb(4 15 22 / 8%) !important;
}

.our-sucess-heading h4{
	line-height: 1.4 !important;
}



/* Homepage services section: view more mobile */
@media only screen and (max-width: 767px){
	.view-more-services{
		font-size: 1.25rem !important;
		text-underline-offset: 6px;
	}

	.view-more-services.custom-hide{
		display: none;
		margin: -20px 0 0 0;
	}

	.home-wp-services:not(.view-more) .e-con-inner > .elementor-element:not(.mobile-show){
		display: none;
	}
}



/* All sections: description margin */
@media only screen and (max-width: 1024px){
	.desc-mobile p{
		margin-bottom: 0;
	}
}
