/**
* Theme Name:     Hello Elementor Child
* Author:         Elementor Team
* Template:       hello-elementor
* Text Domain:	   hello-elementor-child
* Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
*/
.entry-title {
	display: none !important;
}
body{
	overflow-x:hidden;
}
/* Animation CSS */
@keyframes scaleUpDown {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.1);
	}
}

@-webkit-keyframes fadInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-40px);
		transform: translate(-40px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translate(0);
	}
}

@keyframes fadInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-40px);
		-ms-transform: translateX(-40px);
		transform: translate(-40px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translate(0);
	}
}

.fadInLeft {
	-webkit-animation-name: fadInLeft;
	animation-name: fadInLeft;
}

@-webkit-keyframes fadeinRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(40px);
		transform: translate(40px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translate(0);
	}
}

@keyframes fadeinRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(40px);
		-ms-transform: translateX(40px);
		transform: translate(40px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translate(0);
	}
}

.fadeinRight {
	-webkit-animation-name: fadeinRight;
	animation-name: fadeinRight;
}

@-webkit-keyframes fadeinUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 10%, 0);
		transform: translate3d(0, 10%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeinUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 10%, 0);
		-ms-transform: translate3d(0, 10%, 0);
		transform: translate3d(0, 10%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

.fadeinUp {
	-webkit-animation-name: fadeinUp;
	animation-name: fadeinUp;
}

.hover-up {
	transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.hover-up:hover {
	transform: translateY(-3px);
	transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.lightSlider li.lslide{
	background: #fdf4e5 !important;
}
.lSSlideOuter .lSSlideWrapper ul li img{
	border-radius:20px 80px 20px 20px;
}

/* Header CSS */
.header-section {
	margin-bottom: 0 !important;
}

.online-btn .elementor-button-icon svg {
	width: 30px !important;
	height: 30px !important;
}

.header-section ul.elementor-nav-menu--dropdown a {
	border-inline-start: unset !important;
}

.online-btn .elementor-button-content-wrapper {
	align-items: center;
}

.header-section .sub-menu {
	margin-top: 10px !important;
	background: #fff !important;
	border-radius: 15px;
	box-shadow: rgb(231 231 231 / 84%) 0px 8px 24px;
}

.header-section .sub-menu li a {
	font-size: 16px;
	color: #333333 !important;
	border-radius: 15px;
}

.header-section .sub-menu li a:hover {
	background: #fff !important;
	color: #8C9B57 !important;
	border-radius: 15px;
}

.header-section .elementor-nav-menu__container {
	background: #fdf4e5 !important;
}

.header-section .elementor-nav-menu--dropdown a:hover {
	background: #fdf4e5 !important;
}

.header-section a.elementor-item-active {
	background-color: transparent !important;
	;
}

.header-section .elementor-nav-menu--dropdown a.highlighted {
	background: #fdf4e5 !important;
}

.header-section .elementor-active .sub-menu {
	margin: 0 !important;
	border-radius: 0 !important;
}

@media only screen and (max-width: 768px) {
	.header-section {
		margin-bottom: 0 !important
	}
}

.services-btn a {
	padding: 9px !important;
}

.services-btn a svg {
	width: 32px !important;
	height: 32px !important;
}

/* Footer CSS */
.connect-section a {
	color: #fff !important;
}

.connect-section a:hover {
	color: #8c9b57 !important;
}

.submission-form .elementor-button {
	padding: 0 !important;
}

.submission-form .elementor-button .elementor-button-icon svg {
	height: 24px !important;
}

/* Home hero */
@media screen and (max-width:620px) {
	.video-wrapper-hero .e-hosted-video.elementor-wrapper.elementor-open-inline {
		aspect-ratio: 9 / 8;
	}
}

@media screen and (max-width:520px) {
	.video-wrapper-hero .e-hosted-video.elementor-wrapper.elementor-open-inline {
		aspect-ratio: 9 / 16;
	}
}

/* Home hero */


.hover-services {
	height: calc(100% + 92px) !important;
	transition: all 0.5s ease;
}

.hover-services:hover {
	height: 100% !important;
	transition: all 0.5s ease;
}

/* START: BLOG CSS */
.blog_wrapper .acf-blog-posts {
	display: flex;
	gap: 24px;
}

.blog_wrapper .acf-blog-posts .acf-blog-post {
	width: calc(50% - 18px);
}

.acf-blog-posts .acf-blog-post:hover .post-title {
	color: #2F6468
}

.blog_wrapper .acf-blog-posts .blog_image {
	width: 100%;
	overflow: hidden;
	border-radius: 20px 120px 20px 20px;
	aspect-ratio: 1.70 / 1;
	margin-bottom: 24px;
	display: block;
}

.blog_wrapper .acf-blog-posts .blog_image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.blog_wrapper .acf-blog-posts .post-title {
	font-family: "El Messiri", Sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: var(--e-global-color-primary);
	margin: 0 0 8px 0;
}

.acf-blog-posts .acf-blog-post:hover .post-title {
	color: #2F6468
}

.blog_wrapper .acf-blog-posts .author-info {
	display: flex;
	align-items: center;
	gap: 8px;
}

.blog_wrapper .acf-blog-posts .author-info .author-image {
	width: 54px;
	height: 54px;
	overflow: hidden;
	border-radius: 100%;
}

.blog_wrapper .acf-blog-posts .author-info .author-name {
	margin: 0;
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: var(--e-global-color-accent);
	margin-bottom: 5px;
}

.blog_wrapper .acf-blog-posts .author-info span.blog-date {
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: -0.02em;
	color: var(--e-global-color-accent);
}

.blog_wrapper .author-details-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

.btn-wrapper {
	background-color: #8C9B57 !important;
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-size: 18px !important;
	font-weight: 500 !important;
	text-transform: capitalize;
	font-style: normal;
	text-decoration: none;
	line-height: 40px;
	letter-spacing: 0px;
	word-spacing: 0em;
	fill: #FEFEFE;
	color: #FEFEFE !important;
	border-style: solid !important;
	border-width: 1px 1px 1px 1px !important;
	border-color: #8C9B57 !important;
	border-radius: 50px 50px 50px 50px !important;
	padding: 9px !important;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: all 0.3s ease-in-out;
}

.btn-wrapper:hover {
	color: #8C9B57;
	background-color: transparent;
}

.btn-wrapper svg,
.btn-wrapper img {
	width: 32px;
	height: 32px;
}

@media screen and (max-width:991px) {
	.btn-wrapper {
		font-size: 14px;
		padding: 5px
	}
}

@media screen and (max-width:768px) {
	.blog_wrapper .acf-blog-posts {
		display: flex;
		gap: 24px;
		flex-direction: column;
	}
}

/* END: BLOG CSS */
/* About Us Page CSS Start */
.about-accordian .e-n-accordion-item-title[aria-expanded="true"] {
	border-bottom: unset !important;
}

.about-accordian .e-n-accordion-item:last-child .e-n-accordion-item-title {
	border-bottom: unset !important;
}

.gallery-tab .e-gallery-item {
	border-radius: 20px 40px 20px 20px !important;
}

.csr-image img {
	border-radius: 20px 120px 20px 20px !important;
}

.csr-image .elementor-image-box-description {
	display: flex;
	flex-direction: column;
}

.csr-image .bold {
	font-size: 20px !important;
	font-weight: 600 !important;
	margin: 10px 0 12px !important;
}

@media only screen and (max-width: 768px) {
	.csr-image .bold {
		font-size: 18px !important;
	}
}

/* About Us Page CSS Ends */

/* Our Doctor Page CSS Start */
.visting-section .doctor-content .elementor-widget-container {
	display: flex !important;
	justify-content: space-between !important;
}


/* Our Docto Page Slider */
.doctor-swiper {
	margin-left: 10% !important;
}

.doctor-swiper .block-content .doctor-image {
	background-color: #E8EBDD;
	line-height: 0;
	border-radius: 20px 80px 0 0;
	overflow: hidden;
	position:relative;
}
.doctor-spical{
	position: absolute;
    bottom: 2px;
    padding: 15px;
    background: #8C9B57;
    color: #fff;
    font-size: 14px;
    left: 3px;
    margin: 0;
    border-radius: 3px;
}
.visting-section  .doctor-img{
	overflow: hidden;
}
.doctor-swiper .block-content .doctor-image img,
.visting-section  .doctor-img img{
	transition: all 0.4s ease;
}
.doctor-swiper .block-content:hover .doctor-image img,
.visting-section:hover  .doctor-img img{
	transform: translateY(30px) scale(1.1);
	transition: all 0.4s ease;
}


.doctor-swiper .block-content {
	display: flex;
	flex-direction: column;
}

.doctor-swiper .block-content .doctor-content {
	border-radius: 0 0 20px 20px;
	background: #D6DBC2;
	padding: 15px;
}

.doctor-swiper .block-content .doctor-content .doctor-name {
	font-size: 24px;
	color: #8C9B57;
	font-weight: 600;
	margin: 12px 0;
	padding: 0;
}

.doctor-swiper .doctor-content .doctor-study,
.doctor-swiper .doctor-content .doctor-exp,
.doctor-swiper .doctor-content .doctor-time,
.doctor-swiper .doctor-content .doctor-visiting {
	color: #333333;
	font-size: 14px;
	padding: 0;
	margin: 12px 0;
	font-family: 'Plus Jakarta Sans' !important;
	font-weight:500;
}

.dr-visiting {
	display: flex;
	justify-content: space-between;
}

.dr-visiting .doctor-visiting {
	display: flex;
	flex-direction: column;
	margin: 0 !important;
	font-weight:500;
}

.dr-visiting .doctor-time {
	display: flex;
	flex-direction: column;
	margin: 0 !important;
	font-weight:500;
}
.dr-visiting .doctor-time strong, .dr-visiting .doctor-visiting strong{
	font-weight:600;
}

.doctorcustom-arrow .swiper-button-prev,
.doctorcustom-arrow .swiper-button-next {
	top: -85px !important;
	width: 68px;
	height: 68px;
	border-radius: 100% !important;
}

.doctorcustom-arrow .swiper-button-prev {
	left: unset !important;
	right: 17% !important;
}

.doctorcustom-arrow .swiper-button-next {
	left: unset !important;
	right: 12% !important;
}

.doctorcustom-arrow .swiper-button-prev:after {
	background: #8C9B57 url('https://jogi-ayurved.netizens.dev/wp-content/uploads/2025/04/Arrow-Right-1.png') no-repeat center;
}

.doctorcustom-arrow .swiper-button-next:after {
	background: #8C9B57 url('https://jogi-ayurved.netizens.dev/wp-content/uploads/2025/04/Arrow-Right.png') no-repeat center;
}

.doctorcustom-arrow .swiper-button-prev:after,
.doctorcustom-arrow .swiper-button-next:after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-position: center;
}

.doctorcustom-arrow .swiper-button-prev:hover:after {
	background: #8c9b5794 url('https://jogi-ayurved.netizens.dev/wp-content/uploads/2025/04/Arrow-Right-1.png') no-repeat center;
}

.doctorcustom-arrow .swiper-button-next:hover:after {
	background: #8c9b5794 url('https://jogi-ayurved.netizens.dev/wp-content/uploads/2025/04/Arrow-Right.png') no-repeat center;
}

.masonary-tab a {
	border-radius: 20px 60px 20px 20px;
}

@media only screen and (max-width: 1520px) {

	.doctorcustom-arrow .swiper-button-prev,
	.doctorcustom-arrow .swiper-button-next {
		width: 58px;
		height: 58px;
	}
}

@media only screen and (max-width: 1360px) {
	.doctorcustom-arrow .swiper-button-prev {
		left: unset !important;
		right: 18% !important;
	}

	.doctor-swiper .block-content .doctor-content .doctor-name {
		font-size: 22px;
	}
}

@media only screen and (max-width: 1120px) {
	.doctorcustom-arrow .swiper-button-prev {
		left: unset !important;
		right: 19% !important;
	}
}

@media only screen and (max-width: 1024px) {

	.doctorcustom-arrow .swiper-button-prev,
	.doctorcustom-arrow .swiper-button-next {
		top: 0 !important;
	}

	.doctor-swiper {
		margin-left: 4% !important;
	}

	.doctorcustom-arrow {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 50px;
		gap: 25px;
	}

	.doctorcustom-arrow .swiper-button-prev,
	.doctorcustom-arrow .swiper-button-next {
		position: unset !important
	}

	.doctorcustom-arrow .swiper-button-prev,
	.doctorcustom-arrow .swiper-button-next {
		width: 48px;
		height: 48px;
	}

	.doctor-swiper .block-content .doctor-content .doctor-name {
		font-size: 20px;
	}
}

@media only screen and (max-width: 768px) {
	br {
		display: none !important;
	}

	.doctorcustom-arrow .swiper-button-prev,
	.doctorcustom-arrow .swiper-button-next {
		width: 38px;
		height: 38px;
	}

	.doctor-swiper .block-content .doctor-content .doctor-name {
		font-size: 18px;
	}

	.visting-section .doctor-content .elementor-widget-container {
		flex-direction: column;
		justify-content: flex-start !important;
	}
}

@media only screen and (max-width: 440px) {
	.doctor-swiper {
		margin: 0 4% !important;
	}
}

/* Our Doctor Page CSS Ends */

.video-section .elementor-widget-video.active {
	display: none !important;
}

/* Form Css start */
.schedule-form label {
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	color: var(--e-global-color-accent);
	margin-bottom: 8px;
}

.schedule-form .wpcf7-radio span,
.schedule-form .wpcf7-checkbox span {
	margin: 0 !important;
}

.schedule-form .wpcf7-radio label,
.schedule-form .wpcf7-checkbox label {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 6px;
}

.schedule-form .wpcf7-radio,
.schedule-form .wpcf7-checkbox {
	display: flex;
	align-items: center;
	gap: 40px;
}

.schedule-form .form-row {
	display: flex;
	align-items: center;
	gap: 30px;
}

.schedule-form .form-group {
	width: 100%;
	position: relative;
}

.schedule-form {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.schedule-form .form-group p {
	margin: 0;
}

.schedule-form .form-group input,
.schedule-form .form-group select,
.schedule-form .form-group textarea {
	width: 100%;
	padding: 0 0 16px;
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 23px;
	color: var(--e-global-color-accent);
	border-radius: 0;
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(51, 51, 51, 0.4);
	box-shadow: none;
	outline: none;
}

.schedule-form .wpcf7-radio label input[type="radio"],
.schedule-form .wpcf7-checkbox label input[type="checkbox"] {
	width: auto;
}

.schedule-form .form-group textarea {
	min-height: 96px;
	max-height: 96px;
	resize: none;
}

.form-group .submit-btn {
	background-color: #8C9B57 !important;
	font-family: "Plus Jakarta Sans", Sans-serif !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	text-transform: capitalize;
	font-style: normal;
	text-decoration: none;
	line-height: 40px !important;
	letter-spacing: 0px;
	word-spacing: 0em;
	fill: #FEFEFE !important;
	color: #FEFEFE !important;
	border-style: solid !important;
	border-width: 1px 1px 1px 1px !important;
	border-color: #8C9B57 !important;
	border-radius: 50px 50px 50px 50px !important;
	padding: 8px 25px 8px 25px !important;
}

.form-group.submit-spinner p input {
	width: auto;
}

.form-group.submit-spinner p {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: end;
	flex-direction: row-reverse;
}

.schedule-form .form-group span.wpcf7-not-valid-tip {
	position: absolute;
	font-size: 15px;
	margin: 12px 0 0 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.schedule-form .form-group .wpcf7-form-control-wrap {
	position: relative;
	margin: 0;
	display: block;
	padding: 0;
	line-height: 0;
}

.elementor-button-icon svg {
	height: auto;
	width: 40px !important;
	height: 40px !important;
}

.elementor-button {
	padding: 9px !important;
	cursor: pointer;
}

@media screen and (max-width:575px) {
	.schedule-form .form-row {
		flex-direction: column;
	}
}

.quiz-btn .elementor-button {
	padding: 15px 25px !important;
}

/* Form Css Ends */


/* Contact Form CSS Start */

.contact-form p {
	display: flex;
	flex-direction: column;
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-size: 16px;
}

.contact-form p span input {
	border: unset !important;
	border-bottom: 1px solid #33333340 !important;
	background: transparent !important;
	padding: 14px 0;
}

.contact-form p span select {
	border: unset !important;
	border-bottom: 1px solid #33333340 !important;
	background: transparent !important;
	padding: 14px 0;
}

.contact-form span.wpcf7-not-valid-tip {
	font-size: 14px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
	width: 100%;
	padding: 0 0 16px;
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	color: var(--e-global-color-accent);
	border-radius: 0;
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(51, 51, 51, 0.4);
	box-shadow: none;
	outline: none;
}

.contact-form p span textarea {
	border: unset !important;
	border-bottom: 1px solid #33333340 !important;
	background: transparent !important;
	height: 200px !important;
	padding: 14px 0;
}

.contact-form .form-group {
	display: flex;
	justify-content: end;
}

.contact-form .form-group p {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	text-align: center;
}

.contact-form .form-group p .wpcf7-spinner {
	width: 40px !important;
}

.contact-form .form-group p input[type=text]:after {
	content: url('https://jogi-ayurved.netizens.dev/wp-content/uploads/2025/04/Frame-1686566667.svg') no-repeat center;
}

.wpcf7 form .wpcf7-response-output {
	margin: 10px;
}

input[type=text]:focus-visible {
	outline-offset: unset !important;
	outline: unset !important;
}

select:focus-visible {
	outline-offset: unset !important;
	outline: unset !important;
}

textarea:focus-visible {
	outline-offset: unset !important;
	outline: unset !important;
}

input[type=email]:focus-visible {
	outline-offset: unset !important;
	outline: unset !important;
}

/* Contact Form CSS Ends */

/* Press Release Page CSS Starts */

.press-release-list .press-release-item {
	display: flex;
	padding: 40px 0;
	border-bottom: 1px solid #33333340;
	align-items: center;
	gap: 24px
}

.press-release-list .press-release-item:last-child {
	border-bottom: unset;
}

.press-release-list .press-release-item .press-release-image img {
	width: 155px;
	height: 155px;
	border-radius: 10px 40px 10px 10px;
}

.press-release-list .press-release-item .press-release-content {
	flex-grow: 1;
}

.press-release-list .press-release-item .press-release-content h2 a {
	font-size: 24px;
	color: #8C9B57;
	font-weight: 600;
}

.press-release-list .press-release-item .press-release-content .press-release-date {
	font-family: "Plus Jakarta Sans", Sans-serif;
	color: #333333;
	font-weight: 700;
	font-size: 16px;
}

.press-release-list .press-release-item .read-full-release .press-release-button {
	display: flex;
	align-items: center;
	gap: 10px;
	background: #8C9B57;
	padding: 9px;
	color: #fefefe;
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	border-radius: 40px;
	transition: all 0.3s ease-in-out;
	border: 1px solid #8C9B57;
}

.press-release-list .press-release-item .read-full-release .press-release-button:hover {
	color: #8C9B57;
	background: transparent;
}

.press-release-pagination {
	display: flex;
	gap: 20px;
	justify-content: end;
}

.page-numbers.prev {
	display: flex;
}

.page-numbers.next {
	display: flex;
}

.page-numbers.prev:hover img {
	filter: brightness(0.1);
}

.page-numbers.next:hover img {
	filter: brightness(0.1);
}

.press-release-pagination .page-numbers {
	width: 54px;
	height: 54px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #E8EBDD;
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-size: 18px;
	color: #8C9B57;
}

.press-release-pagination .page-numbers.current {
	color: #fff;
	background: #8C9B57;
}

.press-release-pagination .page-numbers:hover {
	color: #fff;
	background: #8C9B57;
}

@media only screen and (max-width: 1200px) {
	.press-release-list .press-release-item .press-release-content h2 a {
		font-size: 22px
	}

	.press-release-list .press-release-item .read-full-release .press-release-button {
		font-size: 14px;
	}

	.press-release-pagination .page-numbers {
		width: 49px;
		height: 49px;
	}

	.press-release-pagination {
		gap: 15px;
	}
}

@media only screen and (max-width: 1024px) {
	.press-release-list .press-release-item .press-release-content h2 a {
		font-size: 20px;
	}

	.press-release-list .press-release-item {
		gap: 10px;
		padding: 25px 0;
	}

	.press-release-list .press-release-item .press-release-image {
		width: calc(20% - 15px);
	}

	.press-release-list .press-release-item .press-release-content {
		width: calc(80% - 15px);
		margin-left: 20px;
	}

	.press-release-list .press-release-item .read-full-release {
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.press-release-list .press-release-item {
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 768px) {
	.press-release-list .press-release-item .press-release-content h2 {
		margin: 0 !important;
		line-height: 20px;
	}

	.press-release-list .press-release-item .press-release-content h2 a {
		font-size: 18px;
	}

	.press-release-list .press-release-item .press-release-image {
		width: 100%;
	}

	.press-release-list .press-release-item .press-release-content {
		width: 100%;
		margin-left: 0;
	}

	.press-release-list .press-release-item .read-full-release {
		justify-content: start;
	}

	.press-release-pagination .page-numbers {
		width: 40px;
		height: 40px;
		font-size: 14px;
	}

	.press-release-list .press-release-item .press-release-content .press-release-date {
		font-size: 14px;
		margin: 0 !important;
	}
}

/* Press Release Page CSS Ends */
.therapies-swiper {
	margin-left: 10% !important;
}

.therapies-block-content {
	position: relative;
	border-radius: 20px 60px 20px 20px;
	overflow: hidden;
}

.therapies-block-content .doctor-image {
	line-height: 0;
	font-size: 0;
	display: block;
	width: 100%;
	overflow: hidden;
}
.therapies-block-content .doctor-image img{
	transition: all 0.5s ease;
}
.therapies-block-content:hover .doctor-image img{
	transition: all 0.5s ease;
	transform: scale(1.1);
}
.therapies-block-content .doctor-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.therapies-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: end;
	padding: 29px 26px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 36.75%, rgba(0, 0, 0, 0.9) 100%);
}

h4.therapies-name {
	font-family: "El Messiri", Sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	color: #FEFEFEE6;
	margin: 0;
}

p.therapies-text {
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #FEFEFEE6;
	margin: 0;
}

@media only screen and (max-width: 1024px) {
	.therapies-swiper {
		margin: 4% !important;
	}
}

@media only screen and (max-width: 440px) {
	.therapies-swiper {
		margin: 0 4% !important;
	}
}

.faq-wrapper .elementor-widget-n-accordion .e-n-accordion-item {
	border-radius: 10px 40px 10px 10px;
	overflow: hidden;
}

.faq-wrapper .elementor-widget-n-accordion .e-n-accordion-item-title-icon span {
	height: 28px;
}

.faq-wrapper .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>svg {
	width: 28px;
	height: 28px;
}


.elementor-post-info__item--type-date time {
	font-weight: 700;
}



/* START: BLOG PAGE CSS */
.blog_page_wrapper .acf-blog-posts {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
}

.blog_page_wrapper .acf-blog-posts .acf-blog-post {
	width: calc(50% - 18px);
	margin-bottom: 20px;
}

.blog_page_wrapper .acf-blog-posts .blog_image {
	width: 100%;
	overflow: hidden;
	border-radius: 20px 120px 20px 20px;
	aspect-ratio: 1.70 / 1;
	margin-bottom: 24px;
	display: block;
	overflow: hidden;
}

.blog_page_wrapper .acf-blog-posts .blog_image img,
.acf-blog-post .blog_image img{
	transition: all 0.5s  ease;
}
.acf-blog-post .blog_image{
	overflow: hidden;
}
.acf-blog-post:hover .blog_image img{
	transition: all 0.5s  ease;
	transform: scale(1.1);
}
.blog_page_wrapper .acf-blog-posts .blog_image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.blog_page_wrapper .acf-blog-posts .post-title {
	font-family: "El Messiri", Sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: var(--e-global-color-primary);
	margin: 0 0 8px 0;
}

.blog_page_wrapper .acf-blog-posts .author-info {
	display: flex;
	align-items: center;
	gap: 8px;
}

.blog_page_wrapper .acf-blog-posts .author-info .author-image {
	width: 54px;
	height: 54px;
	overflow: hidden;
	border-radius: 100%;
}

.blog_page_wrapper .acf-blog-posts .author-info .author-name {
	margin: 0;
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: var(--e-global-color-accent);
	margin-bottom: 2px;
}

.blog_page_wrapper .acf-blog-posts .author-info span.blog-date {
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: -0.02em;
	color: var(--e-global-color-accent);
}

.blog_page_wrapper .author-details-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.blog_page_wrapper .btn-wrapper {
	background-color: #8C9B57;
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	font-style: normal;
	text-decoration: none;
	line-height: 40px;
	letter-spacing: 0px;
	word-spacing: 0em;
	fill: #FEFEFE;
	color: #FEFEFE;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #8C9B57;
	border-radius: 50px 50px 50px 50px;
	padding: 9px;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: all 0.3s ease-in-out;
}

.blog_page_wrapper .btn-wrapper:hover  {
	color: #8C9B57;
	background-color: transparent;
}

.blog_page_wrapper .btn-wrapper svg,
.blog_page_wrapper .btn-wrapper img {
	width: 32px;
	height: 32px;
}

.page-pagination {
	display: flex;
	gap: 20px;
	justify-content: end;
	margin-top: 60px;
}

.page-pagination .page-numbers {
	width: 54px;
	height: 54px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #E8EBDD;
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-size: 18px;
	color: #8C9B57;
}

.page-pagination .page-numbers.current {
	color: #fff;
	background: #8C9B57;
}

.page-pagination .page-numbers:hover {
	color: #fff;
	background: #8C9B57;
}

@media only screen and (max-width: 1200px) {
	.page-pagination .page-numbers {
		width: 49px;
		height: 49px;
	}

	.press-release-pagination {
		gap: 15px;
	}
}

@media screen and (max-width:768px) {
	.page-pagination {
		margin-top: 20px;
	}

	.blog_page_wrapper .acf-blog-posts {
		display: flex;
		gap: 24px;
		flex-direction: column;
	}

	.page-pagination .page-numbers {
		width: 40px;
		height: 40px;
		font-size: 12px;
	}
}

/* END: BLOG PAGE CSS */
/* Related Blog Post  */

.related-blog-posts .acf-blog-post {
	width: calc(33.33% - 18px) !important;
	margin-top: 20px !important;
}

.related-blog-posts .acf-blog-post .author-details-block {
	margin-top: 20px !important;
}

@media only screen and (max-width: 1200px) {
	.related-blog-posts .acf-blog-post {
		width: calc(50% - 18px) !important;
	}
}

@media only screen and (max-width: 991px) {
	.related-blog-posts .acf-blog-post {
		width: 100% !important;
	}
}


/* Testimonials Page CSS Starts */

.testimonials-section .testimonials-wrapper {
	display: flex;
	gap: 25px;
	flex-wrap: wrap;
}

.testimonials-wrapper .testimonial {
	width: calc(25% - 20px);
	position: relative;
}

.testimonials-wrapper .testimonial .testimonial-content {
	position: absolute;
	bottom: 0;
	opacity: 0;
	padding: 15px;
	transform: translateY(20px);
	/* Start slightly down */
	transition: opacity 0.4s ease, transform 0.4s ease;
}

.testimonials-wrapper .testimonial:hover .testimonial-content {
	opacity: 1;
	transform: translateY(0);
	/* Slide to original position */
}

.testimonials-wrapper .testimonial .testimonial-content h3 {
	font-size: 24px;
	font-weight: 700;
	color: #FEFEFE;
}

.testimonials-wrapper .testimonial .testimonial-content p {
	font-size: 16px;
	font-weight: 500;
	color: #FEFEFE;
	font-family: "Plus Jakarta Sans", Sans-serif;
}

.video-thumbnail-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 100%;
}

.video-thumbnail-wrapper .thumb-img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 15px 87px 15px 15px !important;
	filter: brightness(0.7);
}

.play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	color: #FFF;
	padding: 10px;
	border-radius: 50%;
	cursor: pointer;
	transition: opacity 0.3s ease;
}

.testimonials-wrapper.testimonials-wrapper-home .testimonial {
	width: calc(33.33% - 17px);
}

@media only screen and (max-width: 1200px) {
	.testimonials-wrapper .testimonial {
		width: calc(33.33% - 20px);
	}
}

@media only screen and (max-width: 991px) {
	.testimonials-wrapper .testimonial .testimonial-content h3 {
		font-size: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.testimonials-wrapper .testimonial {
		width: calc(50% - 20px);
	}

	.blog_wrapper .acf-blog-posts .acf-blog-post {
		width: 100%;
	}

	.testimonials-wrapper.testimonials-wrapper-home .testimonial {
		width: 100%;
	}
}

@media only screen and (max-width: 575px) {
	.testimonials-wrapper .testimonial .testimonial-content h3 {
		font-size: 18px;
	}

	.testimonials-wrapper .testimonial .testimonial-content p {
		font-size: 14px;
	}

	.testimonials-wrapper .testimonial {
		width: 100%;
	}
}

.wpcf7-form .schedule-form .submit-btn:hover {
	background-color: #B4494900 !important;
	color: #8C9B57 !important;
}

.wpcf7-form .contact-form .submit-btn:hover {
	background-color: #B4494900 !important;
	color: #8C9B57 !important;
}

.wpcf7-form .schedule-form .submit-btn {
	display: flex;
	align-items: center;
	column-gap: 10px;
}

.wpcf7-form .schedule-form .submit-btn::after {
	content: '';
	width: 40px;
	height: 40px;
	background-image: url('https://jogi-ayurved.netizens.dev/wp-content/uploads/2025/04/Frame-1686566667.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.prakriti_main_div {
	background: #E8EBDD;
	padding: 35px;
	border: 1px solid #E8EBDD;
	border-radius: 20px 120px 20px 20px;
	width: 80%;
	margin: 20px auto;
}

.prakriti_questions button {
	padding: 6px 15px;
	border: 1px solid #8C9B57;
	background: #8C9B57;
	color: #FFF;
	display: flex;
	align-items: center;
	border-radius: 40px;
}
.prakriti_result {
	padding: 20px;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
} 

.prakriti_result button {
	padding: 10px 20px;
	background: #8C9B57;
	color: #FFF;
}

.prakriti_contact_details button {
	padding: 10px 20px;
	background: #8C9B57;
	color: #FFF;
}

.prakriti_error {
	color: #FF0000;
}

.prakriti_questions .pquestions,
.prakriti_questions .poptions {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.prakriti_questions .poptions {
	padding: 20px 0;
}

.prakriti_questions .pquestions .questions {
	font-family: "El Messiri", Sans-serif;
	font-weight: 700;
	font-size: 26px;
	vertical-align: middle;
	text-transform: capitalize;
	color: #8C9B57;
}

.prakriti_questions .pquestions .questions_no {
	font-family: "El Messiri", Sans-serif;
	font-weight: 600;
	font-size: 30px;
	vertical-align: middle;
	text-transform: capitalize;
	color: #2F6468;
}

.prakriti_questions .poptions label {
	border: 1px solid #2F646866;
	border-radius: 30px;
	padding: 17px 8px;
	color: #333333;
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-weight: 500;
	font-size: 16px;
}

.prakriti_questions .poptions input[type="radio"] {
	display: none;
}

.prakriti_questions .poptions input[type="radio"]+label {
	position: relative;
	display: inline-block;
	padding-left: 2.5em;
	margin-right: 2em;
	cursor: pointer;
	line-height: 1em;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: 1px solid #2F6468;
}

.prakriti_questions .poptions input[type="radio"]+label:before,
.prakriti_questions .poptions input[type="radio"]+label:after {
	content: '';
	position: absolute;
	top: 14px;
	left: 7px;
	width: 1.4em;
	height: 1.4em;
	text-align: center;
	color: #FFF;
	border-radius: 50%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border: 1px solid #2F6468;
}

.prakriti_questions .poptions input[type="radio"]+label:before {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	box-shadow: inset 0 0 0 0.2em #FFF, inset 0 0 0 1em #FFF;
}

.prakriti_questions .poptions input[type="radio"]+label:hover:before {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	box-shadow: inset 0 0 0 0.3em #FFF, inset 0 0 0 1em #2F6468;
}

.prakriti_questions .poptions input[type="radio"]:checked+label:before {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	box-shadow: inset 0 0 0 0.2em #FFF, inset 0 0 0 1em #2F6468;
}
.prakriti_btns .btn-wrapper.prev_btn{
	background:transparent !important;
}
.btn-wrapper.prev_btn {
	background: transparent;
	color: #8C9B57 !important;
	display:flex;
}
.prakriti_btns .btn-wrapper.prev_btn:hover{
	background:#8C9B57 !important;
	color:#FDF4E5 !important;
}
.prakriti_btns .btn-wrapper.prev_btn:hover svg{
	fill:#8C9B57 !important; 
	stroke:#8C9B57 !important; 
}
.prakriti_btns .btn-wrapper.prev_btn:hover svg circle{
	fill:#FDF4E5 !important;
}
.prakriti_btns .btn-wrapper.prev_btn:hover svg path{
	stroke:#8C9B57 !important;
}
.btn-wrapper.prev_btn:hover {
	background: #8C9B57;
	color: #FFF;
}
.btn-wrapper.next_btn{
	display:flex;
}
/* .btn-wrapper.next_btn:hover svg circle,
.btn-wrapper.next_btn:focus svg circle{
fill: none;
} */

.btn-wrapper.next_btn:hover,
.btn-wrapper.next_btn:focus {
	background: unset !important;
	color: #8C9B57 !important;
}

.prakriti_btns {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin:30px 0px 20px;
}

.elementor-2734 .elementor-element.elementor-element-e81ad41 .elementor-button .elementor-button-content-wrapper {
	align-items: center;
}

.progress-bar {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 20px;
	color: #8C9B57;
}
.progress_bar_div .progress {
	background-color: #8C9B57;
	border-radius: 50px;
}

.progress_bar_div {
	margin: 20px auto;
	width: 80%;
	display: block;
}

.prakriti_error_msg {
	line-height: 60px;
	color: #FF0000;
	display: none;
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-weight: 500;
	font-size: 14px;
}
#user-form-container {
	width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
#user-form-container h2 {
	font-size: 32px;
	color: #2F6468;
	text-align: center;
}
#user-form-container .user-form{
    display: flex;
    gap: 20px;
    flex-direction: column;
	margin: 30px 0;
}
#user-form-container input{
	border:unset !important;
	border-bottom: 1px solid #33333330 !important;
	border-radius:0;
	background:transparent !important;
	text-align: center;
}
#user-form-container input:focus{
	outline: unset !important;
}
.btn-wrapper.dawonload-btn:hover{
	color: #8C9B57 !important;
	background-color: transparent !important;
}

.form-submit{
	display: flex;
	justify-self: center;
}
.form-submit .btn-wrapper.submit_btn{
	display: flex !important;
}
.form-submit .btn-wrapper.submit_btn:hover{
	color: #8C9B57 !important;
	background-color: transparent !important;
}
.prakriti_result strong{
	font-size: 42px;
	font-weight: 500;
	text-align: center;
	color: #2F6468;
}
@media only screen and (max-width: 1200px) {
	.prakriti_questions .pquestions .questions_no{
		font-size: 26px;
	}
	.prakriti_questions .pquestions .questions{
		font-size:22px;
	}
	.prakriti_main_div{
		width:100%;
	}
	#user-form-container h2{
		font-size: 26px;
	}
	.prakriti_result strong{
		font-size: 35px;
	}
}
@media only screen and (max-width: 1024px) {
	.prakriti_result strong{
		font-size: 28px;
	}
}
@media only screen and (max-width: 575px) {
	.prakriti_questions .pquestions .questions{
		font-size:18px;
		line-height:normal
	}
	.prakriti_questions .pquestions .questions_no{
		font-size: 22px;
	}
	.prakriti_questions .poptions label{
		font-size:14px;
	}
	.btn-wrapper{
		font-size:16px !important;
	}
	#user-form-container h2{
		font-size: 20px;
	}
	.prakriti_result strong{
		font-size: 22px;
	}
}
.conatct-grid h3{
	margin:0 !important;
}
.elementor-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down {
	height: 14px !important;
	width: 14px !important;
}

/* Wrapper styling for each radio item */
.custom-radio .wpcf7-list-item {
	position: relative;
	padding-left: 28px;
	margin-right: 20px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	font-family: sans-serif;
	font-size: 16px;
}

/* Hide the native radio button */
input[type="radio"] {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	width: 18px;
	height: 18px;
	z-index: 1;
	cursor: pointer;
}

/* Custom circle */
.custom-radio .wpcf7-list-item-label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 18px;
	width: 18px;
	border: 2px solid #8c9b57;
	border-radius: 50%;
	background-color: #fdf4e5;
	box-sizing: border-box;
	transition: all 0.2s ease;
}

/* Filled dot for selected radio */
.custom-radio .wpcf7-list-item   input[type="radio"]:checked + .wpcf7-list-item-label::after {
	content: '';
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	background-color: #8c9b57;
	border-radius: 50%;
	transition: all 0.2s ease;
}

.custom-radio .wpcf7-list-item {
	padding-left: 24px;
}



/* Wrapper styling for checkbox */
.wpcf7-checkbox .wpcf7-list-item {
	position: relative;
	padding-left: 30px;
	margin: 10px 0;
	display: inline-block;
	cursor: pointer;
	font-family: sans-serif;
	font-size: 16px;
}

/* Hide the native checkbox */
.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	cursor: pointer;
	height: 20px;
	width: 20px;
	margin: 0;
}

/* Custom checkbox box */
.wpcf7-checkbox .wpcf7-list-item-label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 20px;
	width: 20px;
	border: 2px solid #333333;
	border-radius: 4px;
	background-color: #fdf4e5;
	box-sizing: border-box;
	transition: all 0.2s ease;
}

/* Checkmark when checked */
.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
	content: '';
	position: absolute;
	left: 5px;
	top: 50%;
	transform:translateY(-62%) translateX(27%) rotate(45deg);
	width: 6px;
	height: 12px;
	border: solid #333333;
	border-width: 0 2px 2px 0;
}


.elementor-button:hover span.elementor-button-icon circle,
.btn-wrapper:hover circle,
.press-release-button:hover circle {
	fill: #8c9b57;
}
.elementor-button:hover span.elementor-button-icon path,
.btn-wrapper:hover path,
.press-release-button:hover path {
	stroke: #fdf4e5;            
}
.author-details-block .btn-wrapper:hover {
	color: #8C9B57 !important;
	background-color: transparent !important;
}
.carousel__button:hover {
	background:#8C9B57 !important;
}


