/* 
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: A plain-vanilla & lightweight theme for Elementor page builder
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Global Setting */

@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

p {
	margin-bottom: 0px !important;
}

html, body {
	overflow-x: hidden;
}

body:not(.page-id-2453) .disc_text {
	display: none !important;
}

.single-post .elementor-location-header .header_row .elementor-col-100 > .elementor-widget-wrap.elementor-element-populated {
	border-bottom: 1px solid #08086629;
	padding: 20px 0 20px 0 !important;
}

/* .top_banner_row .elementor-col-100 {
position: relative;
}

.top_banner_row .elementor-col-100 .elementor-widget-animated-headline {
left: 0;
right: 0;
display: block;
margin: 0 auto;
bottom: 90px;
} */

.top_banner_row .inner_row {
	position: relative;
}

.top_banner_row .inner_row {
	position: absolute;
	bottom: 80px;
}

.top_banner_row .inner_row span.elementor-button-icon {
	font-size: 18px;
}

/* Header Style Start */

/* .main_menu .elementor-nav-menu li a:hover {
background: linear-gradient(93deg, #FF664C -14.06%, #FA2DB6 113.41%) crimson;
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
} */

.main_menu .elementor-nav-menu li.current-menu-item > a {
	background: linear-gradient(93deg, #FF664C -14.06%, #FA2DB6 113.41%) crimson;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700 !important;
}

.header_row > .elementor-container.elementor-column-gap-default {
	position: relative;
}

.page-id-262 .header_row > .elementor-container.elementor-column-gap-default::after {
	content: "";
	position: absolute;
	width: 1210px;
	height: 1px;
	background: #171717;
	top: unset;
	bottom: -10px;
	left: 0;
	right: 0;
	display: block;
	margin: 0 auto;
	opacity: 0.2;
}

/* Home Page Style Start */

.watch_video_btn svg {
	width: 50px;
}

div#gform_wrapper_4 .gform_heading {
	display: none;
}

div#gform_wrapper_4 .gform_fields {
	gap: 20px !important;
}

div#gform_wrapper_4 textarea {
	height: 80px !important;
	min-height: 80px !important;
	resize: none;
}

.watch_video_btn span.elementor-button-text {
	height: max-content !important;
}

.watch_video_btn  span.elementor-button-content-wrapper {
	display:flex;
	flex-direction: row !important;
	align-items: center;
}

.gradeint_btn span.elementor-button-text {
	background: linear-gradient(93deg, #FF664C -14.06%, #FA2DB6 113.41%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.con_container input[type="text"], .con_container input[type="tel"], .con_container input[type="email"] {
	border-radius: 44px;
	background: #F5F5F5;
	border: 1px solid #F5F5F5;
	padding: 14px;
	padding-left: 50px;
}

.con_container .w-50 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.con_container input[type="text"]::placeholder, .con_container input[type="tel"]::placeholder, .con_container input[type="email"]::placeholder {
	color: #171717;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	letter-spacing: -0.32px;
	opacity: 0.7;
}

.con_container textarea {
	border-radius: 15px;
	background: #F5F5F5;
	border: 1px solid #F5F5F5;
	padding: 14px;
	padding-left: 54px;
	resize: none;
	height: 195px;
	margin-top: 14px;
}

.con_container textarea::placeholder {
	color: #171717;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	letter-spacing: -0.32px;
	opacity: 0.7;
}

.con_container input[type="submit"] {
	border-radius: 44px;
	background: linear-gradient(93deg, #FF664C -14.06%, #FA2DB6 113.41%);
	color: #FFF;
	font-family: "Inter";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	display: flex;
	width: 351px;
	padding: 18px 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin: 20px auto 0 auto;
}

.con_container .acc p {
	margin-left: 0;
}

.con_container .acc p span.wpcf7-list-item {
	margin: 0;
}

.con_container .acc p span.wpcf7-list-item span.wpcf7-list-item-label {
	color: #171717;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.con_container .acc p span.wpcf7-list-item label {
	display: flex;
	align-items: center;
	gap: 10px;
}

.con_container .acc p span.wpcf7-list-item label input[type="checkbox"] {
	border-radius: 4px;
	border: 1px solid #D5D5D5;
	background: #F5F5F5 !important;
}

.con_container .f_name, .con_container .l_name, .con_container .phone, .con_container .email, .con_container .mess {
	position: relative;
}

.con_container .f_name::before {
	position: absolute;
	content: "";
	width: 13px;
	height: 17px;
	background: url(https://www.solorahealth.com/wp-content/uploads/2025/04/user.png);
	background-repeat: no-repeat;
	z-index: 1;
	left: 20px;
	top: 18px;
}

.con_container .l_name::before {
	position: absolute;
	content: "";
	width: 13px;
	height: 17px;
	background: url(https://www.solorahealth.com/wp-content/uploads/2025/04/user.png);
	background-repeat: no-repeat;
	z-index: 1;
	left: 20px;
	top: 18px;
}

.con_container .phone::before {
	position: absolute;
	content: "";
	width: 17px;
	height: 17px;
	background: url(https://www.solorahealth.com/wp-content/uploads/2025/04/phone.png);
	z-index: 1;
	background-repeat: no-repeat;
	top: 17px;
	left: 20px;
}

.con_container .email::before {
	position: absolute;
	content: "";
	width: 17px;
	height: 14px;
	background: url(https://www.solorahealth.com/wp-content/uploads/2025/04/envelope.png);
	z-index: 1;
	top: 20px;
	left: 20px;
}

.con_container .mess::before {
	position: absolute;
	content: "";
	width: 17px;
	height: 17px;
	background: url(https://www.solorahealth.com/wp-content/uploads/2025/04/file-text.png);
	z-index: 1;
	background-repeat: no-repeat;
	top: 30px;
	left: 20px;
}

.con_container input[type="text"]:focus, .con_container input[type="tel"]:focus, .con_container input[type="email"]:focus, .con_container textarea:focus {
	outline: none;
	border: 1px solid #FF664C;
	background: linear-gradient(93deg, rgba(255, 102, 76, 0.10) -14.06%, rgba(250, 45, 182, 0.10) 113.41%);
}

.say_about_slider {
	position: relative;
}

.say_about_slider .swiper-slide {
	border-radius: 15px;
	border: 0.5px solid #D5D5D5;
	background: #FFF;
	display: flex;
	padding: 20px 32px;
	gap: 40px;
	flex-direction: column;
	align-content: flex-start;
}

.say_about_slider .swiper-slide p {
	color: #171717;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 160% */
	letter-spacing: -0.4px;
}

.say_about_slider .swiper-slide .auth_details {
	display: flex;
	align-items: center;
	gap: 20px;
}

.say_about_slider .swiper-slide .auth_details img {
	border-radius: 50px;
}

.say_about_slider .swiper-slide .auth_details h4 {
	color: #020218;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 177.778% */
	letter-spacing: -0.36px;
	text-transform: capitalize;
}

.say_about_slider .swiper-slide > img {
	width: 10%;
	object-fit: contain;
}

.say_about_slider .swiper-button-prev {
	top: unset;
	bottom: -90px;
	left: -70px;
	right: 0;
	display: block;
	margin: 0 auto;
	border-radius: 99px;
	border: 1px solid #171717;
	background: #FFF;
	padding: 16px 22px;
	display: flex;
	justify-content: center;
}

.say_about_slider .swiper-button-next {
	top: unset;
	bottom: -90px;
	left: 0;
	right: -70px;
	margin: 0 auto;
	border-radius: 99px;
	border: 1px solid #171717;
	background: #FFF;
	padding: 16px 22px;
	display: flex;
	justify-content: center;
}

.say_about_slider .swiper-button-next::after, .say_about_slider .swiper-button-prev::after {
	display: none;
}

.say_about_slider .swiper-button-next::before {
	content: "";
	background: url(https://www.solorahealth.com/wp-content/uploads/2025/04/arrow_back.png);
	width: 24px;
	height: 24px;
	position: absolute;
	transform: rotate(180deg);
}

.say_about_slider .swiper-button-prev::before {
	content: "";
	background: url(https://www.solorahealth.com/wp-content/uploads/2025/04/arrow_back.png);
	width: 24px;
	height: 24px;
	position: absolute;
}

.say_about_slider .swiper-button-next:hover, .say_about_slider .swiper-button-prev:hover {
	border-radius: 99px;
	background: linear-gradient(93deg, #FF664C -14.06%, #FA2DB6 113.41%), #FFF;
	border-color: transparent;
}

.say_about_slider .swiper-slide:hover {
	border: 1px solid #FF664C;
	background: linear-gradient(93deg, rgba(255, 102, 76, 0.04) -14.06%, rgba(250, 45, 182, 0.04) 113.41%), #FFF;
}

.say_about_slider .swiper-slide .auth_details img {
	display: none;
}

.say_about_slider .swiper-slide {
	height: 410px;
	display: flex;
	justify-content: space-between;
}

.service_row .elementor-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}

.service_row .elementor-container .service_col {
	width: 100%;
}

div#gform_wrapper_3 {}

div#gform_wrapper_3 .gform_heading {
	display: none;
}

div#gform_wrapper_3 .gform_heading form#gform_3 {}

div#gform_wrapper_3 form#gform_3 div#gform_fields_3 {
	row-gap: 20px !important;
}

div#gform_wrapper_3 form#gform_3 div#gform_fields_3 input[type="text"], div#gform_wrapper_3 form#gform_3 div#gform_fields_3 input[type="email"], div#gform_wrapper_3 form#gform_3 div#gform_fields_3 input[type="tel"] {
	border-radius: 44px;
	background: #F5F5F5;
	border: 1px solid #F5F5F5;
	color: #171717;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.32px;
	padding: 12px 24px !important;
	height: 48px;
}

div#gform_wrapper_3 form#gform_3 div#gform_fields_3 textarea {
	border-radius: 10px;
	background: #F5F5F5;
	border: 1px solid #F5F5F5;
	resize: none;
	color: #171717;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.32px;
	padding: 12px 24px !important;
}

div#gform_wrapper_3 form#gform_3 div#gform_fields_3 div#gfield_description_3_3, div#gform_wrapper_3 form#gform_3 div#gform_fields_3 .charleft.ginput_counter.gfield_description {
	display: none;
}

div#gform_wrapper_3 input[type="submit"] {
	border-radius: 44px;
	background: linear-gradient(93deg, #FF664C -14.06%, #FA2DB6 113.41%);
	width: 100%;
	color: #FFF;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	padding: 18px 20px !important;
}

form#gform_4 input[type="text"], form#gform_4 input[type="email"], form#gform_4 input[type="tel"], form#gform_4 input[type="number"], form#gform_4 select {
	border-radius: 44px;
	background: #F5F5F5;
	border: 1px solid #F5F5F5;
	color: #171717;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.32px;
	padding: 12px 24px !important;
	height: 48px;
}

form#gform_4 textarea {
	background: #F5F5F5;
	border: 1px solid #F5F5F5;
}

form#gform_4 input[type="submit"] {
	border-radius: 44px;
	background: linear-gradient(93deg, #FF664C -14.06%, #FA2DB6 113.41%);
	width: 100%;
	color: #FFF;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	padding: 18px 20px !important;
}

.orange_sec .inner_row .elementor-widget-image-box {
	width: 25%;
}


/* About Us Page Style Start */

.faqs .elementor-accordion-item .elementor-tab-title.elementor-active {
	border-bottom: 0px !important;
	background: linear-gradient(93deg, #FF664C -14.06%, #FA2DB6 113.41%), #080866;
}

.faqs .elementor-accordion-item .elementor-tab-content.elementor-active {
	border-top: 0px !important;
	padding-top: 0px;
	background: linear-gradient(93deg, #FF664C -14.06%, #FA2DB6 113.41%), #080866;
	color: #fff;
}


.faqs .elementor-accordion-item .elementor-tab-title.elementor-active a.elementor-accordion-title {
	color: #fff;
}

/* Our Blogs Page Style Start */

ul.bullets_ul {
	list-style: none;
	padding: 0;
}

ul.bullets_ul li:not(:last-child) {
	margin-bottom: 8px;
}

ul.bullets_ul li {
	display: flex;
	align-items: center;
	color: #171717;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 171.429% */
	letter-spacing: -0.28px;
	gap: 7px;
}

.sorting {
	border-radius: 90px;
	border: 1px solid #FF664C;
	display: flex;
	padding: 10px 16px;
	align-items: center;
	position: relative;
	gap: 8px;
}

.sorting h4 {
	margin: 0;
	background: linear-gradient(93deg, #FF664C -14.06%, #FA2DB6 113.41%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.sorting ul {
	position: absolute;
	width: 100%;
	left: 0;
	padding: 0;
	list-style: none;
	top: 0px;
	padding-top: 50px;
	background: transparent;
	z-index: 1;
	display: none;	
}

.sorting:hover ul {
	display: block;
}

.sorting ul.active {
	display: block;
}

.sorting ul li {
	padding: 8px 15px;
	font-size: 12px;
	background: #fff;
	font-family: Inter;
	cursor: pointer;
}

.single-post .post_content h1 {
	color:#020218;
	font-family: "Alexandria", sans-serif !important;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 40px */
	letter-spacing: -1.6px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 20px;
}

.single-post .post_content p {
	color: #171717;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 27px */
	letter-spacing: -0.36px;
	margin-bottom: 20px !important;
}

.single-post h2, .single-post h3, .single-post h4, .single-post h5, .single-post h6 {
	font-family: 'Alexandria' !important;
	color: #020218;
	text-transform: capitalize !important;
	letter-spacing: -1.6px;
	font-weight: 600;
}
.single-post h1{
	font-family: 'Alexandria' !important;
	text-transform: uppercase!important;
	letter-spacing: -1.6px;
	font-weight: 600;
}



.single-post .post_content h1:not(:first-child) {
	margin-top: 50px;
}

.single-post h1, .single-post h2, .single-post h1, .single-post .elementor-headline-plain-text , .single-post h3, .single-post h4, .single-post h5, .single-post h6  {
	font-family: "Alexandria", Sans-serif !important;
	letter-spacing: -0.5px;
}

.blog_con {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px 20px;
}

.blog_con a.inner > img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	border-radius: 15px;
}

.blog_con a.inner h3 {
	color: #020218;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 24px */
	letter-spacing: -0.8px;
	text-transform: uppercase;
	margin-top: 24px;
	margin-bottom: 12px;
}

.blog_con a.inner:hover h3 {
	background: linear-gradient(93deg, #FF664C -14.06%, #FA2DB6 113.41%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.blog_con a.inner .elementor-button {
	padding: 0px;
	background: transparent;
	margin-top: 24px;
}

.blog_con a.inner .elementor-button span.elementor-button-text {
	background: linear-gradient(93deg, #FF664C -14.06%, #FA2DB6 113.41%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.blog_con a.inner .elementor-button span.elementor-button-icon svg {
	font-size: 22px;
	margin-top: -1px;
}

.sorting ul li:hover {
	background: #000;
	color: #fff;
}

/* Services Page Style Start */

.services_sec .elementor-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.services_sec .elementor-container .services_col {
	width: 100% !important;
	max-width: 100% !important;
}

.services_sec .elementor-container .services_col .inner_left {
	width: 40% !important;
}


.services_sec .elementor-container .services_col .inner_right {
	width: 60%;
}

.services_sec .elementor-container .services_col .inner .elementor-container.elementor-column-gap-default {
	display: flex;
	flex-wrap: wrap;
}

/* .services_sec .inner:hover h2 {
color: #fff !important;
} */

.services_sec .services_col .inner:hover {
	/* 	background: linear-gradient(93deg, #FF664C -14.06%, #FA2DB6 113.41%); */
	background-color: transparent;
	background-image: linear-gradient(180deg, #FF664C1C -14.06%, #FA2DB617 113.41%);
}

/* .services_sec .services_col .inner:hover .gradeint_btn span.elementor-button-text {
color: #fff !important;
background: unset !important;
background-clip: unset;
-webkit-background-clip: unset;
-webkit-text-fill-color: unset;
}

.services_sec .services_col .inner:hover .elementor-widget-text-editor .elementor-widget-container {
color: #fff !important;
} */

/* Single Services Page Style Start */

.care_include_row .elementor-container {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
}

.care_include_row .elementor-container .elementor-column {
	width: 32.5%;
}

/* Single Blog Page Style Start */

.single-post p, .single-post li {
	font-family: 'Inter' !important;
	font-size: 18px !important;
	line-height: 28px !important;
}

/* Footer Style Start */

div#gform_wrapper_2 .gform_heading {
	display: none;
}

div#gform_wrapper_2 .gfield--type-html {
	position: relative;
}

div#gform_wrapper_2 .gfield--type-html h2 {
	color: #020218;
	font-family: Alexandria;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 27px */
	text-transform: uppercase;
	width: max-content;
	left: 0;
	right: 0;
	display: block;
	margin: 0 auto;
	background: #fff !important;
	position: relative;
	padding: 0 20px;
}

div#gform_wrapper_2 .gfield--type-html::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #020218;
	left: 0;
	top: 12px;
}

div#gform_wrapper_2 .gfield--type-html h2::before {
	content: "";
	background: #fff;
}

div#gform_wrapper_2 .gfield--type-html h2 span {
	border-radius: 50%;
	background: linear-gradient(93deg, #FF664C -14.06%, #FA2DB6 113.41%);
	color: #fff;
	padding: 5px;
}

div#gform_wrapper_2 input[type="text"], div#gform_wrapper_2 input[type="email"], div#gform_wrapper_2 input[type="tel"] {
	border-radius: 44px;
	background: #F5F5F5;
	border: 1px solid #F5F5F5;
	color: #171717;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	letter-spacing: -0.32px;
	padding: 12px 24px !important;
	height: 48px;
}

div#gform_wrapper_2 textarea {
	border-radius: 10px;
	background: #F5F5F5;
	border: 1px solid #F5F5F5;
	resize: none;
	color: #171717;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	letter-spacing: -0.32px;
	padding: 12px 24px !important;
}

div#gform_wrapper_2 .gform-field-label {
	color: #020218;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 24px */
	letter-spacing: -0.32px;
	margin-bottom: 10px !important;
}

div#gform_wrapper_2 input#gform_submit_button_2 {
	border-radius: 44px;
	background: linear-gradient(93deg, #FF664C -14.06%, #FA2DB6 113.41%);
	width: 100%;
	color: #FFF;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	padding: 18px 20px !important;
}

div#gform_wrapper_2 div#gform_fields_2 {
	row-gap: 20px !important;
}

div#gform_wrapper_2 .gfield--type-html:not(:first-child) {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.for_urgent_row .elementor-widget-wrap.elementor-element-populated .elementor-widget-image-box:not(:last-child) {
	width: 50% !important;
}



/* Responsivness STyle Start */

@media screen and (max-width: 1024px) {
	.orange_sec .inner_row .elementor-widget-image-box {
		width: 50% !important;
	}

	.orange_sec .inner_row .elementor-widget-wrap {
		gap: 15px 0px !important;
	}
}

@media screen and (max-width: 820px) {
	.care_include_row .elementor-container .elementor-col-11 {
		width: 31.5%;
	}

	.blog_con {
		grid-template-columns: 1fr 1fr;
	}

	.service_row .elementor-container {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 600px) {
	.con_container .w-50 {
		grid-template-columns: 1fr;
	}

	.con_container input[type="submit"] {
		width: 100%;
	}

	.services_sec > .elementor-container {
		grid-template-columns: 1fr;
	}

	.services_sec .elementor-container .services_col .inner_left, .services_sec .elementor-container .services_col .inner_right {
		width: 100% !important;
	}

	.services_sec .elementor-container .services_col .inner_right h2, .services_sec .elementor-container .services_col .inner_right h2 span {
		letter-spacing: 0px !important;
	}

	.care_include_row .elementor-container .elementor-col-11 {
		width: 47.5% !important;
	}

	.top_banner_row .inner_row {
		bottom: 40px;
	}

	.blog_con {
		grid-template-columns: 1fr 1fr;
	}

	.open_footer_menu h4 {
		position: relative;
		display: flex;
		gap: 10px;
		padding-left: 40px;
	}

	.open_footer_menu h4::before {
		content: "+";
		background: #8080802b;
		border: 1px solid #000;
		border-radius: 50px;
		position: absolute;
		width: 28px;
		display: flex;
		align-items: center;
		justify-content: center;
		left: 0;
		font-size: 17px;
		line-height: 25px;
	}

	.open_footer_menu.mb_0 h4::before {
		content: "-";
	}

	.footer_subMenu {
		height: 0;
		overflow: auto;
	}

	.open_footer_menu {
		margin: 0 !important;
	}

	.open_footer_menu.mb_0 {
		margin-bottom: 20px !important;
	}

	.footer_subMenu.active {
		height: 100%;
	}

	.blog_con a.inner > img {
		height: 150px;
		border-radius: 10px;
	}

	.blog_con a.inner h3 {
		font-size: 15px;
		line-height: 24px;
	}

	.blog_con a.inner ul.bullets_ul {
		display: none;
	}

	.blog_con a.inner .elementor-button {
		margin-top: 0 !important;
	}

	.service_row .elementor-container {
		grid-template-columns: 1fr;
	}

	.service_row .elementor-container .service_col .elementor-widget-text-editor {
		font-size: 18px;
		line-height: 30px;
	}

	.service_row .elementor-container .service_col a {
		text-align: left;
		font-size: 14px !important;
	}

	.service_row .elementor-container .service_col h2 {
		font-size: 25px !important;
		line-height: 30px !important;
		letter-spacing: 0px !important;
	}

	.service_row .elementor-container {
		gap: 10px;
	}

	.service_row .elementor-container .service_col .elementor-widget-wrap {
		margin: 0;
		padding: 30px !important;
	}

	.service_row .elementor-container .service_col .elementor-widget-wrap {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
	}

	.home_blogs .blog_col .elementor-widget-shortcode {
		display: none;
	}

	.home_blogs .blog_col .gradeint_btn .elementor-widget-container {
		margin-top: 0px !important;
	}

	.care_include_row .elementor-container .elementor-column {
		width: 47% !important;
	}

	.services_sec .inner {}

	.services_sec .inner .elementor-widget-text-editor {
		display: none;
	}

	.page-id-503 .services_sec  .services_col {
		width: 49% !important;
		max-width: 49% !important;
	}
	.page-id-503 .services_sec  .services_col img{
		height: 60%;
	}

	.services_sec .elementor-container {
		display: flex !important;
	}

	.page-id-503 .services_sec .services_col .inner {
		padding: 0px !important;
		border-radius: 10px;
		height: 100%;
	}

	.services_sec .elementor-container .services_col .inner .elementor-container.elementor-column-gap-default {
		height: 100%;
	}

	.page-id-503 .services_sec .services_col .inner .elementor-widget-heading .elementor-widget-container {
		margin: 0;
	}

	.page-id-503 .services_sec .services_col .inner .elementor-widget-heading {
		margin-bottom: 5px;
	}

	.page-id-503 .services_sec .services_col .inner img {
		border-radius: 10px !important;
		object-fit: cover !important;
	}

	.page-id-503 .services_sec .services_col .inner a.elementor-button {
		font-size: 13px !important;
	}

	.page-id-503 .services_sec .services_col .inner h2 {
		font-size: 14px;
	}

	.blog_con a.inner {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
	}

	.blog_sec .elementor-widget-shortcode {
		display: none;
	}

	.blog_sec .gradeint_btn .elementor-widget-container {
		margin: 0px !important;
	}

	.care_include_row .elementor-container .elementor-column .elementor-widget-wrap {
		padding: 20px !important;
	}

	.care_include_row .elementor-container .elementor-column .elementor-widget-wrap .elementor-widget-text-editor {
		font-size: 14px !important;
	}

	.care_include_row {
		margin-top: 30px !important;
	}

	.care_include_row .elementor-container .elementor-column .elementor-widget-wrap img {
		width: 60px;
		height: 60px !important;
		object-fit: contain !important;
	}
	.inner_right .elementor-widget-wrap {
		display: flex;
		align-content: space-between !important;
	}

	div#gform_wrapper_2 .gfield--type-html h2 {
		width: 100%;
		padding: 0;
		display: flex;
		align-items: center;
	}

	div#gform_wrapper_2 .gfield--type-html::before {
		display: none;
	}

	div#gform_wrapper_2 .gfield--type-html h2 span {
		margin-right: 10px;
	}
	
	.orange_sec .inner_row .elementor-widget-image-box {
		width: 50%;
	}

	.orange_sec .inner_row .elementor-widget-wrap {
		gap: 15px 0px;
	}

}
/* Final High-Visibility Style for Solora Health Dropdowns */
.gform_wrapper select {
    border-radius: 44px !important;
    background-color: #F5F5F5 !important;
    border: 1px solid #F5F5F5 !important;
    padding: 0 50px 0 24px !important; /* Fixed padding for vertical centering */
    width: 100% !important;
    display: block !important;
    height: 50px !important; 
    line-height: 50px !important; /* Matches height for perfect text centering */
    color: #171717 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    
    /* Removes all boxy browser defaults */
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    
    /* High-Visibility Custom Arrow */
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg%20xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"%20width%3D"32"%20height%3D"32"%20viewBox%3D"0%200%2024%2024"><path%20fill%3D"%23171717"%20d%3D"M7%2010l5%205%205-5z"%2F><%2Fsvg>') !important;
    background-repeat: no-repeat !important;
    background-position: right 18px center !important;
    background-size: 30px !important; /* Increased for maximum visibility */
    cursor: pointer !important;
}

/* Fix for the internal menu list appearance */
.gform_wrapper select option {
    background-color: #FFFFFF !important;
    color: #171717 !important;
    padding: 12px !important;
}