/**
* Theme Name: Support Finder
* Template:   hello-elementor
* ...other header fields
*/

@import url('https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&display=swap');



:root {
	--primary-color: #00404F;         /* Dark teal */
	--secondary-color: #4CAF50;       /* Green */
	--text-color: #002D33;            /* Dark blue */
	--heading-color: #002D33;         /* Dark blue (same as text-color) */
	--white-color: #ffffff;           /* White */
	--light-blue-color: #EEF6F9;      /* Light blueish color */
	--bg-light-color: #E8F0F2;        /* Light color */
}


body {	
	color: var(--text-color);
}


h1, h2, h3, h4, h5, h6 {	
	color: var(--heading-color);
}

body a {
	color: var(--text-color);
}

a:hover {
	color: var(--secondary-color);
}


/* Header Style */

.button-hover-effect {
	display: inline-flex;
	align-items: center;
	transition: transform 0.3s ease-in-out;
}

p:empty {
	display: none;
}

.button-hover-effect i {
	margin-left: 4px;
	transition: transform 0.3s ease-in-out;
}

.button-hover-effect:hover i {
	transform: translateX(5px);
}

.page-id-704 main#content {
    max-width: 1550px;
    padding: 0 55px;
}

/* Footer Style */

.inner_box_1 {
	max-width: 250px;
	margin-right: auto;
}

.inner_box_3 {
	max-width: 200px;
	margin-left: auto;
}

.inner_box_2 h5,
.inner_box_3 h5 {
	font-family: 'Mona Sans', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 0%;
	color: #002D33;
}

.inner_box_2 ul li a,
.inner_box_3 ul li a {
	color: #515F62;
	font-family: 'Mona Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: center;
}

ul#menu-find-ndis-support-providers,
ul#menu-more-information {
	display: grid;
	gap: 16px;
}

.bg_inner_style {
	background: #EEF6F9;
	padding: 230px 55px 24px 55px;
	border-radius: 24px;
}

section.cta_wrapper .inner_cta_wrap {
	text-align: center;
	background: #00404F;
	padding: 104px;
	border-radius: 24px;
	position: relative;
	display: grid;
	gap: 16px;
	overflow: hidden;
	max-width: 1220px;
	height: 430px;
	margin: auto;
}

.inner_cta_wrap {
	text-align: center;
	background: #00404F;
	padding: 104px;
	border-radius: 24px;
	position: relative;
	display: grid;
	gap: 16px;
	overflow: hidden;	
	margin: auto;
}

.cta_wrapper {
	margin-bottom: -160px;
}

.inner_cta_wrap:after {
	content: '';
	position: absolute;
	background-image: url(https://ideafueled.tech/Localfinder/wp-content/uploads/2025/05/Element-1.png);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 0;
}

.inner_cta_wrap h2 {
	max-width: 500px;
	margin: auto;
}

.inner_cta_wrap > * {
	position: relative;
	z-index: 1;
}

.cta_wrapper .btn_secondary {
	border-color: #fff;
	color: #fff;
}

.cta_wrapper .btn_primary:hover {
	border: 1px solid #fff;
	color: #fff;
}

section.home_banner {
	padding: 64px 0;
}

section.popular_services_wrapper .inner_cta_wrap:after {
	content: unset;
}

.service_wrap {
	background-color: #FFFFFF;
	border-radius: 16px;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
/* .service_wrap:hover {
transform: translateY(-10px);
} */

.item_wrap {
	padding: 40px 20px 24px 20px;
	text-align: left;
	background-color: #FFFFFF;
}

/* .image_wrapper {
height: 284px;
min-height: 284px;
border-radius: 0 0 8px 8px;
overflow: hidden;
} */

.btn_primary:focus-visible {
	background-color: unset !important;
}

.image_wrapper img {
	width: 100%;
	height: 100%;
	display: inline-block;
	object-fit: cover;
	transform: scale(1);
	transition: all ease .6s;
}

section.popular_services_wrapper .inner_cta_wrap {
	padding: 128px 55px;
}

section.state_card_wrap {
	padding: 128px 0 130px;
}

.box_wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.box_wrapper .buttons {
	display: flex;
	align-items: end;
	justify-content: end;
}

.heading_wrap p {
	margin: 0;
}

.card_items img {
	border-radius: 8px !important;
}

.bg_box .heading_wrap {
	padding-right: 0px;
}
.bg_box {
	padding: 120px 90px;
	border-radius: 24px;
}
section.how_does_it_works_wrapper {
	padding: 64px 0px;
}
.bg_box .heading_wrap {
	text-align: center;
}

.card_loop {
	border-right: 0.6px solid #ffffff24;
}

.card_item_wrap {
	text-align: center;
	margin: auto;
	max-width: 320px;
}
.card_item_wrap span.card_icon {
	display: inline-block;
	margin-bottom: 20px;
}
.card_loop:last-child{
	border-right: 0;
}
section.how_does_it_works_wrapper .buttons .button-hover-effect:hover {
	background-color: transparent !important;
	border: 1px solid #fff;
	color: #fff;
}
.col_box img {
	width: 100%;
}
.btn_icon {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
}
.col_box {
	position: relative;
}
section.ndis_support_wrapper {
	padding: 64px 0 128px;
}
.inner_box {
	display: grid;
	grid-template-columns: repeat(2,1fr);   
	margin-top: 48px;
}

.inner_box .box_numr {
	border-right: 1px solid #D8E0E1;
	text-align: center;
	display: grid;
	padding: 0 24px;	
}

.inner_box .box_numr:last-child {
	border-right: 0;
}
.num {
	font-family: 'Mona Sans', sans-serif;
	font-weight: 700;
	font-size: 44px;
	line-height: 54px;
	letter-spacing: 0px;
}
.num>span {
	color: #4CAF50;
}
.box_numr>span {
	font-family: 'Mona Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: center;
}
.text-dark {
	background: #fff;
	width: 32px;
	height: 32px;
	display: grid;
	align-items: center;
	justify-content: center;
}
.social-links {
	display: flex;
}
section.state_card_wrap {
	overflow: hidden;
}

section.home_banner {
	overflow: hidden;
}
small.text-muted {
	font-family: 'Mona Sans', sans-serif;	
}
.image_wrap img {
	width: 100%;
}
section.about_banner {
	padding: 64px 0 190px;
}
section.about_banner .head_sec {
	text-align: center;
}
main#primary_about section.card_img_wrap .image_wrapper {
	height: 460px;
	min-height: 460px;
	object-fit: cover;
	border-radius: 24px;
	overflow: hidden;
}
main#primary_about section.card_img_wrap .image_wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 1;
} 
.bg_color_wrapper {
	padding: 0 55px 120px;
	border-radius: 24px;
}
.row_spacing {
	padding-top: 120px;
}
section.card_img_wrap .head_sec {
	max-width: 350px;
}
.row.card_row .car_top_h {
	margin-top: -188px;
}
.card_row .car_top_h2 {
	margin-top: -127px !important;
}
/* .ribbon_layer {
width: 100%;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: -167px;
z-index: 0;
}
section.card_img_wrap {
position: relative;
} */
.ribbon_layer svg {
	width: 100%;
}
section.state_card_wrap .heading_wrap {
	text-align: left;
}
main#primary_about section.why_choose_wrapper {
	padding: 138px 0px;
}
main#primary_about .why_choose_card_wrap {
	background-color: #FFFFFF;
	padding: 48px 32px;
	text-align: center;
	border-radius: 16px;
	overflow: hidden;
	height: 100%;
}
main#primary_about .why_choose_card_wrap h3 {
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
	max-width: 220px;
	margin: auto;
}
main#primary_about span.card_icon {
	display: inline-block;
	margin-bottom: 24px;
}
main#primary_about .section_bottom_description {
	width: 66%;
	margin: auto;
	text-align: center;
}
main#primary_about section.card_img_wrap {
	padding-bottom: 64px;
}
main#primary_about section.ndis_support_wrapper {
	padding: 128px 0px 128px;
}

/* Home Banner Style */
.site_home_main .image_full_w {
	place-self: stretch end;
	max-width: 614px;
	min-height: 530px;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	display: flex;
	position: relative;
}

.site_home_main .image_wrap {
	margin-right: -50vw;
	border-radius: 24px 0 0 24px;
	flex-direction: column;
	flex: 1;
	justify-content: center;
	min-height: 100%;
	max-height: 649px;
	display: flex;
	overflow: hidden;
}

.site_home_main .image_wrap img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
section.popular_services_wrapper a.service_wrap:hover .image_wrapper img {
	transform: scale(1.1);
}
.site_about_main section.faq_sec_wrapper {
	padding: 120px 0px;
}
.site_about_main button.accordion-button {
	display: block;
	border: 0;
	padding: 0;
	background: unset;
	box-shadow: unset;
}

.site_about_main button.accordion-button {
	display: flex;
	border: 0;
	padding: 0;
	background: unset;
	box-shadow: unset;
	width: 100%;
}

.site_about_main .accordion-item {
	border: unset;
	background-color: #E8F0F2;
	border-radius: 16px;
	padding-top: 44px;
	padding-right: 48px;
	padding-bottom: 44px;
	padding-left: 48px;	
}

.site_about_main h2.accordion-header button.accordion-button {
	font-family: 'Mona Sans', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 26px;
	color: #002D33;
}
.site_about_main .accordion-item:first-of-type {
	border-radius: 16px !important;   
}
.site_about_main h2.accordion-header {
	margin: 0;
}
.site_about_main .accordion-item:last-of-type {
	border-radius: 16px !important;   
}
.site_about_main .accordion-body {
	padding: 16px 0 0 0;
	max-width: 680px;
}
/* .site_about_main .accordion-button:not(.collapsed)::after {
background-image: url('https://ideafueled.tech/Localfinder/wp-content/uploads/2025/05/Accordion-Button.svg');    
}
.site_about_main .accordion-button::after {  
background-image: url('https://ideafueled.tech/Localfinder/wp-content/uploads/2025/05/Accordion-Button.png') !important; 	
} */
.site_about_main  .section_bottom_description p+p {
	color: #002D33;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0px;    
}
.site_about_main section.state_card_wrap {
	padding: 128px 0 160px 0px;
}
.btn_primary:focus-visible, 
.btn_primary:active {
	background-color: var( --secondary-color) !important;
	box-shadow: unset !important;
	border: 1 px solid var( --secondary-color) !important;
}

button.search_btn svg {
	transform: translateX(0px);
}
button.search_btn:hover svg {
	transform: rotateX(-4px);
}
.col_box {
	position: relative;
	padding-right: 10px;
}
.bg_section_wrapper {
	background-color: #00404F;
}

/* Contact Page Style */
.bg_section_wrapper {
	padding: 64px 0px;
}
.inner_container_banner {
	padding: 0 55px 0px 105px;
}
.form_wrapper {
	border-radius: 24px;
	border: 1px solid var(--Neutral-Colors-200, #E8F0F2);
	background: var(--Neutral-Colors-100, #FFF);
	box-shadow: 0px 2px 6px 0px rgba(0, 45, 55, 0.06);
	padding: 64px;
	margin-bottom: -205px;
}
section.contact_banner_wrapper .form_wrapper input, section.login_form_sec input {
	display: flex;
	width: 100%;
	height: 60px;
	min-height: 48px;
	padding: 8px 6px 8px 24px;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px;
	border: 1px solid var(--Neutral-Colors-200, #E8F0F2);
	background: var(--Neutral-Colors-100, #FFF);
}
section.contact_banner_wrapper .form_wrapper textarea {
	display: flex;
	height: 120px;
	width: 100%;
	padding: 24px 24px 100px 24px;
	align-items: flex-start;
	align-self: stretch;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid var(--Neutral-Colors-200, #E8F0F2);
	background: var(--Neutral-Colors-100, #FFF);
}
section.contact_banner_wrapper span.wpcf7-form-control-wrap {
	display: block;
	width: 100% !important;
}
section.contact_banner_wrapper label {
	width: 100%;
}
section.contact_banner_wrapper label, section.login_form_sec label {
	color: var(--Neutral-Colors-800, #002D33);	
	font-family: 'Mona Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px;
}
section.contact_banner_wrapper .form_wrapper label span {
	display: block;
	margin-top: 16px;
}
section.ndis_support_wrapper .col_box {
    position: relative;
    padding-right: 10px;
    height: 480px;
    min-height: 480px;
}
section.contact_banner_wrapper input.wpcf7-form-control.wpcf7-submit.has-spinner.send-message {
	display: flex;
	padding: 14px 28px;
	justify-content: center;
	align-items: center;
	gap: 6px;
	border-radius: 10px;
	background: var(--Primary, #4CAF50);
	color: #fff;
	text-align: center;
	font-family: 'Mona Sans', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	opacity: 0;
}
section.contact_banner_wrapper .wpcf7-response-output {
	color: #00404F;
	font-weight: 400;
	font-size: 14px;
	border-color: #4caf50 !important;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
	border: 0;
}

section.contact_banner_wrapper form {
	position:relative;
}

section.contact_banner_wrapper .banner_content_wrapper {
	padding-left: 104px;
}
.services_wrapper .image_wrapper {
	height: 258px;
	width: 100%;
	object-fit: cover;
	background: #00404f;
	overflow: hidden;
}
section.contact_banner_wrapper {
	padding: 0 0 240px;
}

/* Footer Style */

.social-links .text-dark {
	transform: scale(1);
	transition: all ease .3s;
}

.social-links .text-dark:hover {
	transform: scale(1.2);
}
.btn_sub>p {
	margin: 0;
}
.btn_sub p {
	position: relative;
}
.btn_sub span.wpcf7-spinner {
	position: absolute;
}
/* Form Style */
section.contact_banner_wrapper span.wpcf7-not-valid-tip {
	position: absolute;
	font-size: 14px;
	bottom: -22px;
	left: 0;
}

section.contact_banner_wrapper span.wpcf7-form-control-wrap {
	position: relative;
}

/* For better browser support */
.wpcf7 input::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder {
	color: #515F62;
}
.wpcf7 input:-moz-placeholder,
.wpcf7 textarea:-moz-placeholder {
	color: #515F62;
}
.wpcf7 input::-moz-placeholder,
.wpcf7 textarea::-moz-placeholder {
	color: #515F62;
}
.wpcf7 input:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder {
	color: #515F62;
}
/* Apply to all input and textarea fields in Contact Form 7 */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
	border-color: #4CAF50 !important;
	box-shadow: 0 0 5px rgba(76, 175, 80, 0.49);
	outline: none;
}
section.contact_banner_wrapper .bg_section_wrapper {
	background-color: #00404F;
	border-radius: 0 0 24px 24px;
}
.style_accor {
	max-width: 1012px;
	margin: auto;
}
.box_numr>span {
	margin-bottom: 10px;
}
.social_links br {
	display: none;
}
.social_links p {
	display: flex;
	gap: 12.8px;
	justify-content: end;
}
.form_wrapper .social_links p {
	margin-bottom: 0;
}
/* section.contact_banner_wrapper a {
display: flex;
width: 32px;
height: 32px;
align-items: center;
justify-content: center;
background: #fff;
transform:scale(1);
transition: all ease .3s;
}
section.contact_banner_wrapper a:hover {
transform: scale(1.2);
} */
/* .social_links svg {
width: 100%;
} */
.btn_sub p {
	position: relative;
}
/* .btn_sub p:after {
content: '';
position: absolute;
background-image: url(https://supportfinder.ideafueled.in/wp-content/uploads/2025/05/Element.svg);
background-repeat: no-repeat;
background-size: contain;
width: 15px;
height: 15px;
top: 50%;
right: 36%;
transform: translate(0px, -50%);
transition: all ease .3s;
}
.btn_sub p:hover::after {
right: 35%;
} */

a.trial_btn {
	width: 100%;
	height: 60px;
	gap: 4px;
	border-radius: 10px;
	padding-top: 15px;
	padding-right: 14px;
	padding-bottom: 15px;
	padding-left: 14px;
	font-weight: 500;
	border-width: 1px;
	border: 1px solid #002D33;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all ease .3s;
}
a.trial_btn svg {
	transform: translateX(0px);
	transition: all ease .3s;
}
a.trial_btn:hover svg {
	transform: translateX(4px);
}
a.trial_btn_primary {
	width: 100%;
	height: 60px;
	gap: 6px;
	border-radius: 10px;
	padding-top: 20px;
	padding-right: 28px;
	padding-bottom: 20px;
	padding-left: 28px;
	background: #30CB65;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition:all ease .3s;
}

a.trial_btn_primary:hover {
	width: 100%;
	height: 60px;
	gap: 4px;
	background-color:transparent;
	border-radius: 10px;
	padding-top: 15px;
	padding-right: 14px;
	padding-bottom: 15px;
	padding-left: 14px;
	border-width: 1px;
	border: 1px solid #002D33;
	display: flex;
	justify-content: center;
	align-items: center;
}
a.trial_btn_primary:hover svg path {
	-webkit-text-stroke-color: #002D33 !important;
	stroke: #002D33;
}
a.trial_btn_primary svg {
	transform: translateX(0);
	transition: all ease .3s;
}
a.trial_btn_primary:hover svg {
	transform: translateX(4px);
}
a.trial_btn:hover {
	width: 100%;
	height: 60px;
	gap: 6px;
	border-radius: 10px;
	padding-top: 20px;
	padding-right: 28px;
	padding-bottom: 20px;
	padding-left: 28px;
	background: #30CB65;
	border: 1px solid #30CB65;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;	
}
a.trial_btn:hover svg path {
	-webkit-text-stroke-color: #fff !important;
	stroke: #fff;
}
.pricing_card h2 {  
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0px;
}
.price_details {
	font-weight: 700;
	font-size: 34px;
	line-height: 44px;
	letter-spacing: 0px;
}
.price_details span {
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
}
.price_description {
	text-align: center;
}
.pricing_card h2 {
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0px;
	margin: 0px 0 8px;
}
span.card_icon {
	display: inline-block;
	margin-bottom: 24px;
}
.price_details {
	margin-bottom: 32px;
}
span.add_discountet {
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	color: #4CAF50;
	margin-left: 3px;
}
.btn_sub p {
	position: relative;
	margin: 0px;
}
.btn_sub .btn_primary p {
	color: #fff !important;
}

.btn_sub {
	position: relative;
}
.btn_sub>p {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.btn_sub .btn_primary {
	width: 100%;
}
.form_wrapper .btn_sub i {
	transform: translateX(0);
	transition: all ease .3s;
}

.form_wrapper .btn_sub:hover i {
	transform: translateX(5px);
}
.site_package_main .bg_section_wrapper {
	padding: 81px 0px;
}
.top_sec {
	margin-bottom: 40px;
}
.top_logo_tag {
	display: grid;
	grid-template-columns: 1fr auto;
}
.tag_popular {
	width: 88px;
	height: 38px;
	min-width: 72px;
	gap: 3px;
	border-radius: 10px;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 14px;
	border-width: 1px;
	border: 1px solid #D8E0E1;
	display: flex;
	font-weight: 500;
	align-items: center;
	color: #002D33;
}
.site_package_main .bg_section_wrapper {
	border-radius: 0  0  24px 24px;
}
.site_package_main .full_price span {
	font-weight: 700;
	font-size: 24px;
	line-height: 44px;
	letter-spacing: 0px;
	text-decoration: line-through;
}
.site_package_main .full_price {
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;    
	margin-bottom: 7px;
}
.site_package_main .inner_container_banner {
	padding: 0;
}
.card_items .image_wrapper img {
	transform: scale(1);
	transition: all ease .6s;
}
.card_items .image_wrapper {
	overflow: hidden;
	border-radius: 8px;
}
.card_items .image_wrapper:hover img {
	transform: scale(1.2);
}
.accordion-button:not(.collapsed)::after {  
	filter: invert(1);
}
.accordion-button:not(.collapsed)::before {
	content: '';
	position: absolute;
	width: 32px;
	height: 32px;
	background: #00404F;
	right: 0;
	margin-right: -6px;
	border-radius: 100px;
}

.accordion-button::before {
	content: '';
	position: absolute;
	width: 32px;
	height: 32px;
	border: 1px solid #00404F;
	right: 0;
	margin-right: -6px;
	border-radius: 100px;
}
span.actual_price {
	display: block;
}
.business-filter-form {
	display: grid;
	grid-template-columns: repeat(3,1fr);
}
.section_title_wrap p {
	margin: 0;
}
.business-filter-form {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 12px;
}
.business-filter-form select, 
.business-filter-form input[type="text"] {
	display: flex;
	height: 60px;
	min-height: 48px;
	padding: 8px 16px;
	align-items: center;
	gap: 16px;
	flex: 1 0 0;
	border-radius: 10px;
	border: 1px solid var(--Neutral-Colors-200, #E8F0F2);
	background: var(--Neutral-Colors-100, #FFF);
}
.business-archive-wrapper h1 {
	color: #002D33;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: var(--Font-Family, "Mona Sans");
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: 54px;
}

/* Filter Style */

/* Base text and placeholder color */
#ajax-business-filter input,
#ajax-business-filter select,
#ajax-business-filter textarea {
	color: #515F62;
    border: 1px solid #E8F0F2;
    padding: 8px;
    border-radius: 10px;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 100%;
}

/* Placeholder text color */
#ajax-business-filter input::placeholder,
#ajax-business-filter textarea::placeholder {
	color: #515F62;
	opacity: 1;
}

/* Cross-browser support for placeholders */
#ajax-business-filter input::-webkit-input-placeholder,
#ajax-business-filter textarea::-webkit-input-placeholder {
	color: #515F62;
}
#ajax-business-filter input::-moz-placeholder,
#ajax-business-filter textarea::-moz-placeholder {
	color: #515F62;
}
#ajax-business-filter input:-ms-input-placeholder,
#ajax-business-filter textarea:-ms-input-placeholder {
	color: #515F62;
}
#ajax-business-filter input::-ms-input-placeholder,
#ajax-business-filter textarea::-ms-input-placeholder {
	color: #515F62;
}

/* Focus styles */
#ajax-business-filter input:focus,
#ajax-business-filter select:focus,
#ajax-business-filter textarea:focus,
#ajax-business-filter input:focus-visible,
#ajax-business-filter select:focus-visible,
#ajax-business-filter textarea:focus-visible {
	border-color: #4CAF50;
	box-shadow: 0 0 5px rgba(76, 175, 80, 0.49);
	outline: none;
}

/* Optional: Field container focus-within for wrapping labels or divs */
#ajax-business-filter .field:focus-within {
	border-color: #4CAF50;
}
.business-archive-wrapper {
	padding: 64px 0 32px;
}
.business-card img {
	width: 100%;
	height: 272px;
	object-fit: cover;
}
.business-archive-wrapper ul.business-services li {
	list-style: none;
}
.business-archive-wrapper ul.business-services {
	padding: 0;
	margin: 0;
}
ul.business-services li {
	display: flex;
	min-width: 72px;
	padding: 10px 8px;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	border: 1px solid #D8E0E1;
	background: #fff;
}
ul.business-services li {
	width: fit-content;
}
ul.business-services {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.business-card a.read-more {
	margin-top: 32px;
	display: block;
}
.other_content_wrap {
	padding: 32px 24px 24px 24px;
}
section.business_listing_wrap {
	padding-bottom: 64px;
}

/* Login Form Style */
.login_form_wrapper {
	max-width: 540px;
	margin: auto;
	padding: 48px;
	border-radius: 24px;
	border: 1px solid var(--Neutral-Colors-200, #E8F0F2);
	background: var(--Neutral-Colors-100, #FFF);
	box-shadow: 0px 2px 6px 0px rgba(0, 45, 55, 0.06);
}
section.login_form_sec {
	padding: 64px 0px;
}
.login_form_wrapper p.login-remember input#rememberme {
	width: auto;
	height: auto;
	min-height: auto;
	display: unset;
}
.login_form_wrapper label {
	margin-bottom: 16px;
}
section.login_form_sec p.login-submit input#wp-submit {
	background: #4CAF50;
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
}
/* Business Details Page Style */
.business_details_inner_wrapper {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 44px;
	align-items: center;
}
.business_details_inner_wrapper .business_logo img {
	width: 100%;
}
section.business_details_wrapper {
    padding: 80px 0px 0px;
}

.business_overview_details h1 {
	color: var(--Neutral-Colors-800, #002D33);
	font-feature-settings: 'liga' off, 'clig' off;

	/* Special Headings/Display 2 */
	font-family: var(--Font-Family, "Mona Sans");
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: 54px; /* 122.727% */
}
.contact_details_business_wrapper h2 {
	color: var(--Neutral-Colors-800, #002D33);
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: var(--Font-Family, "Mona Sans");
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px; /* 116.667% */
}
.business-card {
    box-shadow: 0px 2px 6px 0px #002D370F;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
}
ul.business-services li {
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	color: #002D33;
}

.contact_details_business_wrapper p+p {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 12px;
}
.contact_details_business_wrapper {
	border-radius: 16px;
	padding: 32px;
	box-shadow: 0px 2px 6px 0px #002D370F;
	background: #fff;
	margin-left: 48px;
}
.contact_details_business_wrapper .btn_primary {
	width: 100%;
	margin-top: 30px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.business_details_inner_wrapper .business_logo {
	border-radius: 16px;
	overflow: hidden;
}
.business_details_inner_wrapper .business_logo img {
	width: 100%;
}
.about_information_wrapper {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
}
.about_information_wrapper h2 {
	margin: 0;
}
hr.space_y_axis {
	margin: 64px 0px;
}
.about_information_wrapper h2 {
    margin: 0;
    margin-bottom: 14px;
}
.btn_wrapper_01 {
    display: flex;
    justify-content: end;
}
section.more_business_wrapper {
    padding-bottom: 64px;
}
section.space_y_axis_sec {
    padding: 80px 0;
}
.custm_btn {
    background-color: #4caf50 !important;
    border: 1px solid #3caf50 !important;
}
.d_grid {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 12px;
}
.d_grid p {
    margin: 0;
}
.d_grid {
    margin-bottom: 14px;
}
footer.footer a {
    transition: all ease .6s !important;
}
footer.footer a:hover {
    color: #4caf50 !important;
}
footer.footer .current-menu-item a {
    color: #4caf50;
    font-weight: 500;
}
.col_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
