/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 19 2025 | 12:59:36 */
.case_studies_content_main {
	width: 100%;
}

.cs_arrow_btn a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    transition: transform 0.5s ease-in-out;
}

.cs_arrow_btn a::before,
.cs_arrow_btn a::after {
    content: "";
    position: absolute;
    inset: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity 0.5s ease-in-out;
}

.cs_arrow_btn a::before {
    background-image: url("/wp-content/uploads/2025/09/arrow-2.svg");
    opacity: 1;
}

.cs_arrow_btn a::after {
    background-image: url("/wp-content/uploads/2025/09/button-hover.svg");
    opacity: 0;
}

.case_studies_homepage_grid .pp-content-post:hover .cs_arrow_btn a::before {
    opacity: 0;
}

.case_studies_homepage_grid .pp-content-post:hover .cs_arrow_btn a::after {
    opacity: 1;
}

.case_studies_homepage_grid .pp-content-post:hover .cs_arrow_btn a {
    transform: rotate(45deg);
}


/* .cs_arrow_btn a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("/wp-content/uploads/2025/09/arrow-2.svg") no-repeat center/contain;
    transition: background-image 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cs_arrow_btn a:hover {
    background-image: url("/wp-content/uploads/2025/09/button-hover.svg");
} */

#case_studies_grid_custom .case_studies_title, #case_studies_grid_custom .case_studies_category {
	padding-left: 25px;
    padding-right: 25px;
}

#case_studies_grid_custom .cs_arrow_btn {
	padding-top: 0px;
    padding-right: 6px;
}

#case_studies_grid_custom .case_studies_content_main {
	display: flex;
    flex-direction: row-reverse;
	justify-content: space-between;
	padding-top: 25px;
    padding-right: 20px;
	gap: 100px;
}

#case_studies_grid_custom .case_studies_title h5 a {
	height: auto;
}

#case_studies_grid_custom .case_studies_category {
	position: absolute;
    top: 82.5%;
}

#case_studies_grid_custom .case_studies_category a {
	border-radius: 20px;
	font-size: 16px;
	font-weight: 700;
}

#case_studies_grid_custom .case_studies_featured_img img {
	aspect-ratio: 592/318;
}

.keyword_search_custom .facetwp-input-wrap {
	display: block;
}

.keyword_search_custom .facetwp-search {
	border: 1px solid #EAEAEA;
	border-radius: 10px;
	padding: 13px 15px;
	font-family: "Inter Tight", sans-serif;
    font-weight: 400;
    font-size: 16px;
	color: #9D9D9D;
	background: transparent;
}

.keyword_search_custom .facetwp-search::placeholder {
	font-family: "Inter Tight", sans-serif;
    font-weight: 400;
    font-size: 16px;
	color: #9D9D9D;
}

.keyword_search_custom .facetwp-icon {
    display: inline-block;
    width: 35px;
    height: 34px;
    background: url("/wp-content/uploads/2025/09/uil_search.svg") no-repeat center center;
    background-size: contain;
	right: 10px;
    top: 8.5px;
	opacity: 1;
}

.keyword_search_custom .facetwp-icon::before {
    display: none;
}


.facetwp-facet {
	margin-bottom: 0 !important;
}

.categories_facet_custom .fs-wrap {
	width: 100%;
}

.categories_facet_custom .fs-label-wrap {
	border: 1px solid #EAEAEA;
	border-radius: 10px;
	padding: 10px 7px;
	font-family: "Inter Tight", sans-serif;
    font-weight: 400;
    font-size: 16px;
	color: #9D9D9D;
	    width: 100%;
	background: transparent;
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/wp-content/uploads/2025/09/uil_search-1.svg);
    background-repeat: no-repeat;
    background-position: right 9px center;
}

.categories_facet_custom .fs-arrow {
	 appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    border: 0 !important;
	width: 30px;
    height: 30px;
}

.categories_facet_custom .fs-search {
	display: none !important;
}

.categories_facet_custom .fs-wrap.multiple.fs-open .fs-label-wrap {
	border: 1px solid rgba(1, 14, 208, 0.73);
	background: rgba(1, 14, 208, 0.06);
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/wp-content/uploads/2025/09/uil_search-1.svg);
    background-repeat: no-repeat;
    background-position: right 9px center;
}

.categories_facet_custom .fs-dropdown {
	box-shadow: 0px 10px 34px -3px rgba(1, 14, 208, 0.15);
	border-bottom-left-radius: 24px;
	border-bottom-right-radius: 24px;
	border: none;
	border-top: none;
}

.categories_facet_custom .fs-options {
	padding: 20px;
	max-height: 245px !important;
}

.categories_facet_custom .fs-option {
	margin-bottom: 8px;
}

.categories_facet_custom .fs-option-label {
	color: #6e6c83;
    font-family: "Inter Tight", sans-serif;
    font-size: 16px;
    font-weight: 400;
	line-height: 24px;
}

.categories_facet_custom .fs-wrap.multiple .fs-option.selected .fs-option-label {
	color: #010ED0;
}

.categories_facet_custom .fs-wrap.multiple .fs-option .fs-checkbox i, .categories_facet_custom .fs-wrap.multiple .fs-option.selected .fs-checkbox i {
	background-color: transparent !important;
    border: none !important;
	border-color: transparent !important;
}

.categories_facet_custom .fs-wrap.multiple .fs-option.selected {
	background: rgba(1, 14, 208, 0.06);
	border-radius: 8px;
}

.categories_facet_custom .fs-option {
	padding-left: 42px !important;
	padding: 8px 8px;
}

.categories_facet_custom .fs-option .fs-checkbox {
	background: url(/wp-content/uploads/2025/09/Group-8.svg) 100% 50% no-repeat;
}

.categories_facet_custom .fs-option.selected .fs-checkbox {
	background: url(/wp-content/uploads/2025/09/Group-7.svg) 100% 50% no-repeat;
}

/* .categories_facet_custom .facetwp-facet {
	display: flex;
	gap: 15px;
}

.categories_facet_custom .facetwp-radio {
	background: transparent;
	background-image: none !important;
	color: #9D9D9D;
	padding: 9px 15px;
	border: 1px solid #EAEAEA;
	border-radius: 10px;
	font-family: "Inter Tight", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.categories_facet_custom .facetwp-radio.checked {
	border: 1px solid rgba(1, 14, 208, 0.73);
	color: #010ED0;
	background-color: rgba(1, 14, 208, 0.06);
} */