html {
	overflow-x: hidden;
	width: 100%;
}

body {
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}

a {
	color: inherit;
	text-decoration: none;
}

* {
	scrollbar-width: unset;
	scrollbar-color: #000 #1a1a1a;
}

.be-vietnam-pro-thin {
	font-family: "Be Vietnam Pro", serif;
	font-weight: 100;
	font-style: normal;
}

.be-vietnam-pro-extralight {
	font-family: "Be Vietnam Pro", serif;
	font-weight: 200;
	font-style: normal;
}

.be-vietnam-pro-light {
	font-family: "Be Vietnam Pro", serif;
	font-weight: 300;
	font-style: normal;
}

.be-vietnam-pro-regular {
	font-family: "Be Vietnam Pro", serif;
	font-weight: 400;
	font-style: normal;
}

.be-vietnam-pro-medium {
	font-family: "Be Vietnam Pro", serif;
	font-weight: 500;
	font-style: normal;
}

.be-vietnam-pro-semibold {
	font-family: "Be Vietnam Pro", serif;
	font-weight: 600;
	font-style: normal;
}

.be-vietnam-pro-bold {
	font-family: "Be Vietnam Pro", serif;
	font-weight: 700;
	font-style: normal;
}

.be-vietnam-pro-extrabold {
	font-family: "Be Vietnam Pro", serif;
	font-weight: 800;
	font-style: normal;
}

.be-vietnam-pro-black {
	font-family: "Be Vietnam Pro", serif;
	font-weight: 900;
	font-style: normal;
}

/* common styles */
.common_padding_bottom {
	padding-bottom: 80px;
}

.common_padding_top {
	padding-top: 80px;
}

p {
	font-size: 16px;
	line-height: 28px;
	font-family: "Be Vietnam Pro", serif;
	font-weight: 300;
	font-style: normal;
}
li{
	font-size: 16px;
    line-height: 28px;
    font-family: "Be Vietnam Pro", serif;
    font-weight: 300;
    font-style: normal;
}

h1 {
	font-family: "Be Vietnam Pro", serif;
	font-weight: 300;
	font-style: normal;
	margin-bottom: 25px;
	font-size: 80px;
	line-height: 90px;
}

h2 {
	font-size: 40px;
	line-height: 50px;
	font-family: "Be Vietnam Pro", serif;
	font-weight: 300;
	font-style: normal;
	margin-bottom: 25px;
	text-transform: capitalize;
}

h3 {
	font-size: 25px;
	line-height: 35px;
	font-family: "Be Vietnam Pro", serif;
	font-weight: 500;
	font-style: normal;
	margin-bottom: 25px;
	text-transform: capitalize;
}

h4 {
	font-size: 18px;
	line-height: 30px;
	font-family: "Be Vietnam Pro", serif;
	font-weight: 500;
	font-style: normal;
	margin-bottom: 25px;
	text-transform: capitalize;
}

.ban_bg {
	background-color: #000345;
}

.clr_y {
	color: #FFB800;
}

.mt-50 {
	margin-top: 50px;
}

.mt-30 {
	margin-top: 30px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-30 {
	margin-bottom: 30px;
}

.learn-more-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	color: #FFB800;
	text-decoration: none;
	font-family: "Be Vietnam Pro", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 14px;
	padding: 15px 25px;
	overflow: hidden;
	text-transform: capitalize;
}

.learn-more-content {
	display: flex;
	align-items: center;
	gap: 10px;
	animation: slideContent 2s linear infinite;
	position: relative;
	z-index: 2;
}

/* .learn-more-content::after {
    content: "→";
    font-size: 24px;
} */

.learn-more-btn::before {
	content: "";
	position: absolute;
	width: 45px;
	height: 45px;
	border: 2px solid #FFB800;
	border-radius: 50%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.5s ease;
}

.learn-more-btn:hover::before {
	width: 100%;
	border-radius: 30px;
	background: transparent;
}

.learn-more-btn:hover {
	color: #FFB800;
}

@keyframes slideContent {
	0% {
		transform: translateX(-10px);
	}

	50% {
		transform: translateX(10px);
	}

	100% {
		transform: translateX(-10px);
	}
}

footer {
	background-color: #000345;
}

.breadcrumb {
	display: flex;
	align-items: center;
}

.breadcrumb ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}

.breadcrumb ul li {
	position: relative;
	padding: 0 10px 0px 0px;
	text-transform: capitalize;
}

/* .breadcrumb ul li + li:before {
	content: ">";
	position: absolute;
	left: -10px;
	color: #6c757d;
  } */

.breadcrumb ul li a {
	text-decoration: none;
	color: #fff;
	transition: color 0.3s;
	font-family: "Be Vietnam Pro", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 15px;
	line-height: 25px;
}

.breadcrumb ul li a:hover {
	color: #FFB500;
}

.breadcrumb ul li span {
	color: #fff;
	font-family: "Be Vietnam Pro", serif;
	font-weight: 300;
	font-style: normal;
	font-size: 15px;
	line-height: 25px;
}

.circle-arrow {
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.circle-arrow iconify-icon {
	color: #FFB500;
	font-size: 20px;
}

/* homepage styles */
.homebannersec {
	position: relative;
	overflow: hidden;
}

.homebannersec::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -330px;
	transform: translateY(-50%);
	width: 500px;
	height: 500px;
	background: radial-gradient(circle, rgba(255, 184, 0, 0.6), transparent 90%);
	filter: blur(100px);
	z-index: 1;
}

.home_smedia ul {
	padding: 0;
	margin: 20px 0px;
	list-style: none;
}

.home_smedia ul li a {
	color: #fff;
	font-size: 20px;
	margin-right: 15px;
	transition: ease-in-out .4s;
}

.home_smedia ul li a:hover {
	color: #FFB800;
}

.homeban_content h1 {
	color: #fff;
	text-transform: capitalize;
}

.homeban_content h1 {
	color: #fff;
	text-transform: capitalize;
	display: inline-block;
	opacity: 0;
	transform: translateX(-50px);
	animation: slideIn 1.5s ease-in-out forwards;
}

@keyframes slideIn {
	0% {
		opacity: 0;
		transform: translateX(-50px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.homeban_content p {
	color: #fff;
}

.home_banner img {
	width: 100%;
	border-radius: 5px;
}

.container_sec {
	width: 70%;
	margin: 0 auto;
}

.circle {
	--width: 160px;
	--height: 160px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: var(--width, 160px);
	height: var(--height, 160px);
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	float: right;
	margin-top: -190px;
	margin-right: -95px;
}

.scroll iconify-icon {
	font-size: 25px;
	color: #fff;
}

.text {
	position: absolute;
	width: 100%;
	height: 100%;
	animation: rotateText 10s linear infinite;
	-webkit-animation: rotateText 10s linear infinite;
}

.text .char {
	position: absolute;
	left: 50%;
	font-size: 15px;
	transform-origin: 0 calc(var(--width, 350px) / 2);
	color: #fff;
	font-family: "Be Vietnam Pro", serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
}

@media (min-width: 500px) {
	.text .char {
		font-size: 15px;
	}
}

@keyframes rotateText {
	0% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
	}

	100% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
}

@media (max-width: 500px) {
	.circle {
		--width: 300px;
		--height: 300px;
	}
}

@media (max-width: 350px) {
	.circle {
		--width: 220px;
		--height: 220px;
	}

	.text .char {
		font-size: 0.7em;
	}
}

@media (max-width: 230px) {
	.circle {
		--width: 150px;
		--height: 150px;
	}

	.text .char {
		font-size: 0.4em;
	}
}

.hm_about-img {
	position: relative;
}

.hm_about-img img {
	width: 100%;
	border-radius: 5px;
}

.hm_about_content {
	padding-left: 80px;
}

.hm_about_content h2 {
	width: 600px;
}

.hm_about_content h2 span {
	font-weight: 600;
}

.hm_about_content p {
	text-align: justify;
	color: #323030;
}

.experience-badge {
	position: absolute;
	bottom: 30px;
	right: -23%;
	transform: translateX(-50%);
	background-color: #ffb800;
	color: #fff;
	border-radius: 50%;
	width: 130px;
	height: 130px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	animation: moveUpDown 3s ease-in-out infinite;
}

@keyframes moveUpDown {

	0%,
	100% {
		transform: translate(-50%, 0);
	}

	50% {
		transform: translate(-50%, -10px);
	}
}

.experience-badge span {
	font-size: 40px;
	font-weight: bold;
	-webkit-text-stroke: 2px #fff;
	color: transparent;
	font-family: "Be Vietnam Pro", serif;
	font-weight: 600;
	text-transform: uppercase;
}

.experience-badge p {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	font-family: "Be Vietnam Pro", serif;
	font-weight: 500;
	color: #000;
}

.serbannersec {
	position: relative;
	overflow: hidden;
}

.serbannersec::before {
	content: '';
	position: absolute;
	top: 30%;
	right: -330px;
	transform: translateY(-50%);
	width: 500px;
	height: 500px;
	background: radial-gradient(circle, rgba(255, 184, 0, 0.6), transparent 90%);
	filter: blur(100px);
	z-index: 1;
}

.hm_ser_content h2 {
	width: 600px;
	color: #fff;
}

.hm_ser_content h2 span {
	font-weight: 600;
}

.hm_ser_content p {
	color: #fff;
}

.line_bottom {
	border: none;
	height: 1px;
	background: linear-gradient(90deg, #000, #FFB500);
	width: 100%;
	border-radius: 2px;
}

/* home servicesection styles */
.carousel {
	position: relative;
	z-index: 1;
	height: 100vh;
	overflow: hidden;
	pointer-events: none;
	padding: 40px 0px;
}

.carousel-item {
	position: relative;
	display: block !important;
	float: left;
	width: 100%;
	margin-right: -100%;
	backface-visibility: hidden;
	@include transition($carousel-transition);
}

.carousel-item {
	--items: 10;
	--width: clamp(250px, 40vw, 400px);
	--height: clamp(300px, 50vw, 500px);
	--x: calc(var(--active) * 800%);
	--y: calc(var(--active) * 200%);
	--rot: calc(var(--active) * 120deg);
	--opacity: calc(var(--zIndex) / var(--items) * 3 - 2);
	overflow: hidden;
	position: absolute;
	z-index: var(--zIndex);
	width: var(--width);
	height: var(--height);
	margin: calc(var(--height) * -0.5) 0 0 calc(var(--width) * -0.5);
	border-radius: 10px;
	top: 60%;
	left: 50%;
	user-select: none;
	transform-origin: 0% 100%;
	box-shadow: 0 10px 50px 10px rgba(0, 0, 0, .5);
	background: black;
	pointer-events: all;
	transform: translate(var(--x), var(--y)) rotate(var(--rot));
	transition: transform .8s cubic-bezier(0, 0.02, 0, 1);

	.carousel-box {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transition: opacity .8s cubic-bezier(0, 0.02, 0, 1);
		opacity: var(--opacity);
		font-family: 'Orelo-sw-db', serif;

		&:before {
			content: '';
			position: absolute;
			z-index: 1;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: linear-gradient(to top, #FFB500, rgba(255, 181, 0, 0.3) 30%, rgba(255, 181, 0, 0) 50%, rgba(255, 181, 0, 0.0));

		}
	}

	.title {
		position: absolute;
		z-index: 1;
		color: #fff;
		bottom: 30px;
		left: 30px;
		transition: opacity .8s cubic-bezier(0, 0.02, 0, 1);
		font-size: clamp(20px, 3vw, 30px);
		text-shadow: 0 4px 4px rgba(0, 0, 0, .1);
		font-family: "Be Vietnam Pro", serif;
		font-weight: 700;
		font-style: normal;
		font-size: 35px;
		line-height: 45px;
		width: 250px;
	}

	.num {
		position: absolute;
		z-index: 1;
		color: #fff;
		top: 10px;
		left: 20px;
		transition: opacity .8s cubic-bezier(0, 0.02, 0, 1);
		font-size: clamp(20px, 10vw, 80px);
		font-family: "Be Vietnam Pro", serif;
		font-weight: 600;
		font-style: normal;
		font-size: 70px;
		line-height: 80px;
	}

	img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		pointer-events: none;
	}
}

.layout {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;

	&:before {
		content: '';
		position: absolute;
		z-index: 1;
		top: 0;
		left: 90px;
		width: 10px;
		height: 100%;
		border: 1px solid #fff;
		border-top: none;
		border-bottom: none;
		opacity: .15;
	}

	.box {
		position: absolute;
		bottom: 0;
		left: 30px;
		color: #fff;
		transform-origin: 0% 10%;
		transform: rotate(-90deg);
		font-size: 9px;
		line-height: 1.4;
		text-transform: uppercase;
		opacity: .4;
	}
}

.cursor {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	--size: 40px;
	width: var(--size);
	height: var(--size);
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .2);
	margin: calc(var(--size) * -0.5) 0 0 calc(var(--size) * -0.5);
	transition: transform .85s cubic-bezier(0, 0.02, 0, 1);
	display: none;
	pointer-events: none;

	@media (pointer: fine) {
		display: block;
	}
}

.cursor2 {
	--size: 2px;
	transition-duration: .7s;
}

.hm_testi_content h2 {
	text-align: center;
}

.hm_testi_content h2 span {
	font-weight: 600;
}

#testimonial_slider {
	padding: 25px 0px 0px 0px;
}

#testimonial_slider .testi_innercvr {
	padding: 15px;
}

#testimonial_slider .testi_innercont {
	border: #E0E0E0 1px solid;
	border-radius: 15px;
	padding: 30px;
}

#testimonial_slider .testi_innercont {
	border: #E0E0E0 1px solid;
	border-radius: 15px;
	padding: 30px;
	position: relative;
	z-index: 1;
	box-shadow: 12px 12px 0px rgba(244, 244, 244, 0.9);
}

.testi_wrap img {
	width: 55px !important;
	margin-bottom: 20px;
	top: -55px;
	left: 0;
	position: absolute;
}

.testi_wrap h6 {
	color: #272727;
	font-size: 18px;
	line-height: 23px;
}

.testi_profile {
	display: flex;
	align-items: center;
	padding: 0px;
}

.testi_profile img {
	max-width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-right: 20px;
}

.name_wrap h4 {
	color: #000;
	font-size: 16px;
	margin-bottom: 0px;
	font-family: "Be Vietnam Pro", serif;
	font-weight: 500;
	font-style: normal;
}

.name_wrap span {
	color: #323030;
	font-size: 14px;
	font-weight: 400;
	font-family: "Be Vietnam Pro", serif;
	font-style: normal;
}

.testi_wrap {
	position: relative;
	border-radius: 15px;
	margin-bottom: 35px;
}

.testi_wrap p {
	color: #323030;
	text-align: left;
}

#testimonial_slider .owl-nav {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	display: none;
	justify-content: center;
	width: 100%;
}

#testimonial_slider .owl-nav button {
	background: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #FFB500;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
	border: 1px solid #FFB500;
}

#testimonial_slider .owl-nav button:hover {
	background: #FFB500 !important;
	color: #fff !important;
	border: 1px solid #FFB500;
}

.highbannersec {
	position: relative;
	overflow: hidden;
}

.hm_faq_content h2 {
	text-align: center;
}

.hm_faq_content h2 span {
	font-weight: 600;
}

.highbannersec::before {
	content: '';
	position: absolute;
	top: 70%;
	left: -330px;
	transform: translateY(-50%);
	width: 500px;
	height: 500px;
	background: radial-gradient(circle, rgba(255, 184, 0, 0.6), transparent 90%);
	filter: blur(100px);
	z-index: 1;
}

.hm_highlightsec img {
	width: 100%;
	border-radius: 5px;
}

.hm_highlight_content h2 {
	width: 600px;
	color: #fff;
}

.hm_highlight_content h2 span {
	font-weight: 600;
}

.hm_highlight_content p {
	color: #fff;
}

.line_bottom2 {
	border: none;
	height: 1px;
	background: linear-gradient(180deg, #000, #FFB500);
	width: 100%;
	border-radius: 2px;
	margin: 40px 0px;
}

.accordion_container {
	width: 80%;
	/* max-width: 500px; */
	margin: 25px auto 62px auto;
}

.menu_button {
	width: 100%;
	padding: 15px 40px;
	font-size: 16px;
	line-height: 28px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: none;
	background-color: #fff;
	cursor: pointer;
	border-radius: 5px;
	color: #000;
	text-align: left;
	box-shadow: rgba(149, 157, 165, 0.3) 0px 8px 24px;
	font-family: "Be Vietnam Pro", serif;
	font-weight: 500;
	font-style: normal;
}

.menu_button:hover {
	background-color: #fff;
}

.faq_icon {
	font-size: 30px;
	transition: 0.4s;
	color: #FFB500;
}

.menu_button.open .faq_icon {
	content: "-";
	transform: none;
}

.faq_content {
	background-color: #fff;
	transition: 0.4s;
	height: 0;
	overflow: hidden;
	margin: 18px auto;
	border-radius: 5px;
	box-shadow: rgba(149, 157, 165, 0.3) 0px 8px 24px;
}

.faq_content p {
	padding: 30px;
	color: #323030;
	text-align: justify;
}

.foot_links h4 {
	color: #FFB500;
}

.foot_links ul {
	padding: 0;
	margin: 0;
}

.foot_links ul li {
	list-style: none;
	padding-bottom: 10px;
}

.foot_links ul li a {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	font-family: "Be Vietnam Pro", serif;
	font-weight: 300;
	font-style: normal;
	transition: ease-in-out .4s;
}

.foot_links ul li a:hover {
	color: #c6c6c6;
}

.footcvr {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.foot_contcvr h4 {
	color: #fff;
	font-weight: 300;
}

.foot_contcvr h1 {
	font-size: 100px;
	line-height: 110px;
	font-weight: bold;
	-webkit-text-stroke: 1px #fff;
	color: transparent;
	font-family: "Be Vietnam Pro", serif;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 0px;
	transition: ease-in-out .4s;
}

.line_bottom3 {
	border: none;
	height: 1px;
	background: linear-gradient(180deg, #0000004c, #ffb70053);
	width: 100%;
	border-radius: 2px;
	margin: 30px 0px 40px 0px;
}

.contact-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	color: #ffffff;
	text-decoration: none;
	font-family: "Be Vietnam Pro", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	padding: 18px 25px;
	overflow: hidden;
	text-transform: capitalize;
}

.contact-content {
	display: flex;
	align-items: center;
	gap: 10px;
	animation: slideContent 2s linear infinite;
	position: relative;
	z-index: 2;
}

/* .learn-more-content::after {
    content: "→";
    font-size: 24px;
} */

.contact-btn::before {
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 50%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.5s ease;
}

.contact-btn:hover::before {
	width: 100%;
	border-radius: 30px;
	background: transparent;
}

.contact-btn:hover {
	color: #fff;
}

.foot_smlinks {
	display: flex;
	align-items: center;
	justify-content: center;
}

.foot_smlinks ul {
	padding: 0;
	list-style: none;
	margin: 40px 0px 40px 0px;
}

.foot_smlinks ul li {
	list-style: none;
	display: inline-block;
	padding: 0px 40px 0px 40px;
}

.link_inner a {
	text-decoration: none;
	font-size: 14px;
	line-height: 24px;
	font-family: "Be Vietnam Pro", serif;
	font-weight: 300;
	font-style: normal;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 5px;
	transition: color 0.3s ease;
}

.link_inner a:hover {
	color: #FFB500;
}

.link_inner .custom-icon {
	color: #FFB500;
	font-size: 20px;
	transition: color 0.3s ease;
	transform: rotate(-48deg);
	transition: ease-in-out .4s;
}

.link_inner a:hover .custom-icon {
	color: #FFB500;
	transform: rotate(360deg);
}

.foot_copyright {
	background-color: #0F0D0D;
	padding: 10px;
	margin: 0;
}

.copy_txt {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.copy_txt p {
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	font-family: "Be Vietnam Pro", serif;
	font-weight: 300;
	font-style: normal;
	margin-bottom: 0px;
	transition: ease-in-out .4s;
}

.copy_txt span a {
	color: #fff;
}
/* homepage styles end */

/* aboutpage innerpage styles */
.commonbansec {
	width: 100%;
	overflow: hidden;
}

.commonbansec::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -330px;
	transform: translateY(-50%);
	width: 500px;
	height: 500px;
	background: radial-gradient(circle, rgba(255, 184, 0, 0.5), transparent 90%);
	filter: blur(100px);
	z-index: 1;
}

.container_sec2 {
	width: 70%;
	margin: 0 auto;
	padding: 50px 0px 30px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.innerban_content h1 {
	font-size: 70px;
	line-height: 80px;
	color: #fff;
	text-transform: capitalize;
	display: inline-block;
	opacity: 0;
	transform: translateX(-50px);
	animation: slideIn 1.5s ease-in-out forwards;
}

@keyframes slideIn {
	0% {
		opacity: 0;
		transform: translateX(-50px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.container_sec2 .circle {
	margin-top: 160px;
	margin-right: -95px;
}

.about_content {
	padding-right: 60px;
}

.about_content h2 {
	width: 600px;
}

.about_content h2 span {
	font-weight: 600;
}

.about_content p {
	text-align: justify;
	color: #323030;
}

.about_contactinfo {
	width: 100%;
	padding: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #1E1E1E;
	border-radius: 5px;
}

.infoimg_cvr img{
	width: 150px;
	height: 150px;
	border-radius: 50%;
	object-position: top;
	object-fit: cover;
}

.about_contactinfo h6{
	color: #FFB500;
	font-size: 16px;
	line-height: 26px;
	font-family: "Be Vietnam Pro", serif;
	font-weight: 500;
	font-style: normal;
	margin-bottom: 0px;
	text-transform: capitalize;
	margin-top: 25px;
} 

.about_contactinfo p{
	color: #fff;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 0px;
	text-transform: capitalize;
}

.about_contactinfo a{
	color: #fff;
	font-size: 15px;
}

.about_contactbtn{
	background-color: #FFB500;
	border: 1px solid #FFB500;
	color: #fff;
	border-radius: 5px;
	margin-top: 10px;
	text-align: center;
	transition: ease-in-out .4s;
	font-family: "Be Vietnam Pro", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	line-height: 24px;
	float: left;
	width: 100%;
	padding: 8px 0px;
}

.about_contactbtn:hover{
	background-color: transparent;
	color: #fff;
}

.accordion_container2 {
	width: 80%;
	/* max-width: 500px; */
	margin: 25px auto 62px auto;
}

.menu_button2 {
	width: 100%;
	padding: 15px 40px;
	font-size: 20px;
	line-height: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: none;
	background-color: transparent;
	cursor: pointer;
	border-radius: 5px;
	color: #ffffff;
	text-align: left;
	font-family: "Be Vietnam Pro", serif;
	font-weight: 500;
	font-style: normal;
	height: auto; 
	border-bottom: 2px solid transparent;
	background-image: linear-gradient(to left, #000, #FFB500);
	background-position: bottom;
	background-size: 100% 1px; 
	background-repeat: no-repeat;
	text-transform: capitalize;
	margin-bottom: 25px;
}

.faq_icon2 {
	font-size: 30px;
	transition: 0.4s;
	color: #FFB500;
}

.menu_button2.open2 .faq_icon2 {
	content: "-";
	transform: none;
}

.faq_content2 {
	transition: 0.4s;
	height: 0;
	overflow: hidden;
	margin: 18px auto;
	border-radius: 5px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.faq_content2 p {
	padding: 40px;
	color: #fff;

	text-align: justify;
}


.faq_content2  li {

	color: #fff;
	text-align: justify;
	padding: 10px;
}
.faq_content2  ul {
	padding: 40px;


}
/* aboutpage innerpage styles end */
/* contactpage innerpage styles */
.contact_left ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

.contact_left ul li {
	display: flex;
	margin-bottom: 30px;
	align-items: center;
}

.icon {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 15px;
	background-color: #FFB500;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon iconify-icon {
	color: #fff;
	font-size: 20px;
}

.contact_details a {
	text-decoration: none;
	color: #000;
	font-size: 16px;
	line-height: 26px;
	font-family: "Be Vietnam Pro", serif;
	font-weight: 400;
	font-style: normal;
}

.contact_right textarea{
	height: 190px;
}

.contact_input {
	width: 100%;
	border: 0;
	background: #F3F3F3;
	padding: 14px;
	border-radius: 5px;
	margin-bottom: 20px;
	outline: none;
	box-shadow: none;
}

.contact_input::placeholder{
	font-size: 14px;
	color: #888888;
	font-family: "Be Vietnam Pro", serif;
	font-weight: 300;
	font-style: normal;
}

.submit_btn {
	width: 100%;
	border: 1px solid #1E1E1E;
	background-color: #323232;
	font-size: 16px;
	color: #fff;
	font-family: "Be Vietnam Pro", serif;
	font-weight: 700;
	font-style: normal;
	padding: 8px 0px;
	border-radius: 5px;
	transition: ease-in-out .4s;
}

.submit_btn:hover {
	width: 100%;
	border: 1px solid #FFB500;
	background-color: #FFB500;
}
/* contactpage innerpage styles end */
/* servicepage innerpage styles */
.ser_content h2 {
	text-align:center;
	width: 580px;
	margin: 0 auto;
}

.ser_content h2 span {
	font-weight: 600;
}

.serbansec  .nav-tabs {
    display: flex;
    justify-content: center;
    border-bottom: none; 
	margin: 25px 0px;
}

.serbansec .nav-tabs .nav-item {
    margin: 0 10px; 
}

.serbansec .nav-tabs .nav-link {
    text-decoration: none;
	text-transform: capitalize;
	font-family: "Be Vietnam Pro", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 14px;
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
	padding: 8px 20px;
	border-radius: 10px;
	box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
	transition: ease-in-out .4s;
}

.serbansec .nav-tabs .nav-link.active {
    color: #fff;
	background-color: #FFB500;
	font-family: "Be Vietnam Pro", serif;
	font-weight: 600;
	font-style: normal;
	border: 1px solid #FFB500;
}

.line_bottom {
	border: none;
	height: 1px;
	background: linear-gradient(90deg, #fff, #FFB500, #fff);
	width: 100%;
	border-radius: 2px;
}

.serbansec .tab-content {
	margin-top: 35px;
}

.serbansec .tab-content h3{
	margin-bottom: 15px;
}

.serbansec .tab-content p{
	text-align: justify;
}

.ser_banimg img {
	width: 100%;
	border-radius: 10px;
	margin-bottom: 35px;
	margin-top: 15px;
}

.serbansec .tab-content h4{
	margin-top: 35px;
	margin-bottom: 10px;
}
/* servicepage innerpage styles end */



























/* Treatment Section Styles */
.hm_treatment_sec {
    position: relative;
    overflow: hidden;
}

.hm_treatment_content h2 {
    text-align: center;
    margin-bottom: 25px;
}

.hm_treatment_content h2 span {
    font-weight: 600;
}

.treatment_card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(149, 157, 165, 0.2);
    height: 100%;
    transition: transform 0.3s ease;
}

.treatment_card:hover {
    transform: translateY(-5px);
}

.treatment_img {
    position: relative;
    overflow: hidden;
}

.treatment_img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.treatment_card:hover .treatment_img img {
    transform: scale(1.05);
}

.treatment_info {
    padding: 25px;
}

.treatment_info h3 {
    color: #000;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px;
    font-family: "Be Vietnam Pro", serif;
    font-weight: 600;
}

.treatment_info p {
    color: #323030;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
    font-family: "Be Vietnam Pro", serif;
    font-weight: 300;
}

.treatment_info .learn-more-btn {
    padding: 12px 20px;
    font-size: 14px;
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .treatment_info h3 {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 991px) {
    .treatment_img img {
        height: 220px;
    }
}

@media (max-width: 767px) {
    .treatment_card {
        margin-bottom: 30px;
    }
    
    .treatment_img img {
        height: 200px;
    }
    
    .treatment_info {
        padding: 20px;
    }
    
    .treatment_info h3 {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 576px) {
    .hm_treatment_content h2 {
        font-size: 32px;
        line-height: 42px;
    }
    
    .treatment_img img {
        height: 180px;
    }
}










/* gallery section styles */
/* Gallery Section Styles */
.hm_gallery_sec {
    position: relative;
    overflow: hidden;
}

.hm_gallery_content h2 {
    text-align: center;
    margin-bottom: 25px;
}

.hm_gallery_content h2 span {
    font-weight: 600;
}

.gallery_card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(149, 157, 165, 0.2);
    height: 100%;
    transition: transform 0.3s ease;
}

.gallery_card:hover {
    transform: translateY(-5px);
}

.gallery_img {
    position: relative;
    overflow: hidden;
}

.gallery_img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery_card:hover .gallery_img img {
    transform: scale(1.05);
}

.gallery_info {
    padding: 20px;
    text-align: center;
    background: #fff;
}

.gallery_info h4 {
    color: #000;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
    font-family: "Be Vietnam Pro", serif;
    font-weight: 600;
}

.gallery_info p {
    color: #323030;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
    font-family: "Be Vietnam Pro", serif;
    font-weight: 300;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .gallery_img img {
        height: 250px;
    }
}

@media (max-width: 767px) {
    .gallery_card {
        margin-bottom: 20px;
    }
    
    .gallery_img img {
        height: 220px;
    }
}

@media (max-width: 576px) {
    .hm_gallery_content h2 {
        font-size: 32px;
        line-height: 42px;
    }
    
    .gallery_img img {
        height: 200px;
    }
}



















/* Video Gallery Section Styles */
.hm_video_sec {
    position: relative;
    overflow: hidden;
}

.hm_video_content h2 {
    text-align: center;
    margin-bottom: 25px;
}

.hm_video_content h2 span {
    font-weight: 600;
}

.video_card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(149, 157, 165, 0.2);
    height: 100%;
    transition: transform 0.3s ease;
}

.video_card:hover {
    transform: translateY(-5px);
}

.video_thumbnail {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.video_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.video_play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 184, 0, 0.9);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.play_icon {
    color: #fff;
    font-size: 36px;
}

.video_play:hover {
    background: #FFB800;
    transform: translate(-50%, -50%) scale(1.1);
}

.video_info {
    padding: 20px;
    text-align: center;
    background: #fff;
}

.video_info h4 {
    color: #000;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
    font-family: "Be Vietnam Pro", serif;
    font-weight: 600;
}

.video_info p {
    color: #323030;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
    font-family: "Be Vietnam Pro", serif;
    font-weight: 300;
}

/* Modal Styles */
#videoModal .modal-content {
    background-color: transparent;
    border: none;
}

#videoModal .modal-body {
    padding: 0;
    position: relative;
}

#videoModal .btn-close {
    position: absolute;
    right: -30px;
    top: -30px;
    background-color: #fff;
    opacity: 1;
    padding: 0.5rem;
    z-index: 2;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .video_play {
        width: 50px;
        height: 50px;
    }
    
    .play_icon {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .video_card {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .hm_video_content h2 {
        font-size: 32px;
        line-height: 42px;
    }
    
    #videoModal .btn-close {
        right: 0;
        top: -40px;
    }
}









/* Press Release Section Styles */
.hm_press_sec {
    position: relative;
    overflow: hidden;
}

.hm_press_content h2 {
    text-align: center;
    margin-bottom: 25px;
}

.hm_press_content h2 span {
    font-weight: 600;
}

.press_card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(149, 157, 165, 0.2);
    height: 100%;
    transition: transform 0.3s ease;
}

.press_card:hover {
    transform: translateY(-5px);
}

.press_img {
    position: relative;
    overflow: hidden;
}

.press_img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.press_card:hover .press_img img {
    transform: scale(1.05);
}

.press_date {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #FFB800;
    padding: 10px 15px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}

.press_date .date {
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    font-family: "Be Vietnam Pro", serif;
}

.press_date .month {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    margin: 5px 0;
    font-family: "Be Vietnam Pro", serif;
}

.press_date .year {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    font-family: "Be Vietnam Pro", serif;
}

.press_info {
    padding: 25px;
}

.press_meta {
    margin-bottom: 15px;
}

.press_source {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #323030;
    font-size: 14px;
    font-family: "Be Vietnam Pro", serif;
    font-weight: 500;
}

.press_source iconify-icon {
    color: #FFB800;
    font-size: 18px;
}

.press_info h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    color: #000;
    font-family: "Be Vietnam Pro", serif;
    font-weight: 600;
}

.press_info p {
    color: #323030;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
    font-family: "Be Vietnam Pro", serif;
    font-weight: 300;
}

.press_info .learn-more-btn {
    padding: 12px 20px;
    font-size: 14px;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .press_img img {
        height: 220px;
    }
    
    .press_info h3 {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .press_card {
        margin-bottom: 30px;
    }
    
    .press_img img {
        height: 200px;
    }
}

@media (max-width: 576px) {
    .hm_press_content h2 {
        font-size: 32px;
        line-height: 42px;
    }
    
    .press_date {
        padding: 8px 12px;
    }
    
    .press_date .date {
        font-size: 20px;
    }
    
    .press_info {
        padding: 20px;
    }
}






/* News and Events Section Styles */
.hm_news_sec {
    position: relative;
    overflow: hidden;
}

.hm_news_content h2 {
    text-align: center;
    margin-bottom: 25px;
}

.hm_news_content h2 span {
    font-weight: 600;
}

.news_card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(149, 157, 165, 0.2);
    height: 100%;
    transition: transform 0.3s ease;
}

.news_card:hover {
    transform: translateY(-5px);
}

.news_img {
    position: relative;
    overflow: hidden;
}

.news_img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news_card:hover .news_img img {
    transform: scale(1.05);
}

.news_badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #FFB800;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Be Vietnam Pro", serif;
}

.news_info {
    padding: 25px;
}

.news_info h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
    color: #000;
    font-family: "Be Vietnam Pro", serif;
    font-weight: 600;
    min-height: 56px;
}

.news_info p {
    color: #323030;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    font-family: "Be Vietnam Pro", serif;
    font-weight: 300;
    min-height: 72px;
}

.news_info .learn-more-btn {
    padding: 12px 20px;
    font-size: 14px;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .news_img img {
        height: 220px;
    }
    
    .news_info h3 {
        font-size: 16px;
        line-height: 26px;
        min-height: 52px;
    }
    
    .news_info p {
        min-height: 96px;
    }
}

@media (max-width: 767px) {
    .news_card {
        margin-bottom: 30px;
    }
    
    .news_img img {
        height: 200px;
    }
    
    .news_info h3,
    .news_info p {
        min-height: auto;
    }
}

@media (max-width: 576px) {
    .hm_news_content h2 {
        font-size: 32px;
        line-height: 42px;
    }
    
    .news_badge {
        padding: 4px 12px;
        font-size: 11px;
    }
    
    .news_info {
        padding: 20px;
    }
}















/* Health Tips Section Styles */
.hm_tips_sec {
    position: relative;
    overflow: hidden;
}

.hm_tips_content h2 {
    text-align: center;
    margin-bottom: 25px;
}

.hm_tips_content h2 span {
    font-weight: 600;
}

.tip_card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(149, 157, 165, 0.2);
    height: 100%;
    transition: transform 0.3s ease;
}

.tip_card:hover {
    transform: translateY(-5px);
}

.tip_img {
    position: relative;
    overflow: hidden;
}

.tip_img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.tip_card:hover .tip_img img {
    transform: scale(1.05);
}

.tip_content {
    padding: 25px;
    position: relative;
}

.tip_icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 184, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.tip_icon iconify-icon {
    font-size: 30px;
    color: #FFB800;
}

.tip_info h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    color: #000;
    font-family: "Be Vietnam Pro", serif;
    font-weight: 600;
}

.tip_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tip_list li {
    color: #323030;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
    font-family: "Be Vietnam Pro", serif;
    font-weight: 300;
    padding-left: 25px;
    position: relative;
}

.tip_list li:last-child {
    margin-bottom: 0;
}

.tip_list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background: #FFB800;
    border-radius: 50%;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .tip_img img {
        height: 180px;
    }
    
    .tip_content {
        padding: 20px;
    }
    
    .tip_icon {
        width: 50px;
        height: 50px;
    }
    
    .tip_icon iconify-icon {
        font-size: 25px;
    }
    
    .tip_info h3 {
        font-size: 18px;
        line-height: 28px;
    }
    
    .tip_list li {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .tip_card {
        margin-bottom: 30px;
    }
    
    .tip_img img {
        height: 200px;
    }
}

@media (max-width: 576px) {
    .hm_tips_content h2 {
        font-size: 32px;
        line-height: 42px;
    }
    
    .tip_content {
        padding: 15px;
    }
    
    .tip_img img {
        height: 180px;
    }
}



















/* Myths & Facts Section Styles */
.hm_myths_sec {
    position: relative;
    overflow: hidden;
}

.hm_myths_content h2 {
    text-align: center;
    margin-bottom: 25px;
}

.hm_myths_content h2 span {
    font-weight: 600;
}

.myth_card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(149, 157, 165, 0.2);
    height: 100%;
    transition: transform 0.3s ease;
    border: 1px solid rgba(255, 184, 0, 0.1);
}

.myth_card:hover {
    transform: translateY(-5px);
}

.myth_img {
    position: relative;
    overflow: hidden;
}

.myth_img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.myth_card:hover .myth_img img {
    transform: scale(1.05);
}

.myth_header {
    background: rgba(255, 184, 0, 0.1);
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.myth_label {
    color: #FFB800;
    font-size: 18px;
    font-weight: 600;
    font-family: "Be Vietnam Pro", serif;
    text-transform: uppercase;
}

.myth_icon {
    width: 40px;
    height: 40px;
    background: #FFB800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.myth_icon iconify-icon {
    font-size: 20px;
    color: #fff;
}

.myth_content {
    padding: 25px;
}

.myth_content h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #000;
    font-family: "Be Vietnam Pro", serif;
    font-weight: 600;
}

.myth_divider {
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.myth_divider:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #FFB800;
    opacity: 0.3;
}

.myth_divider span {
    background: #fff;
    padding: 0 15px;
    color: #FFB800;
    font-size: 16px;
    font-weight: 600;
    font-family: "Be Vietnam Pro", serif;
    position: relative;
}

.myth_content p {
    color: #323030;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0;
    font-family: "Be Vietnam Pro", serif;
    font-weight: 300;
    text-align: justify;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .myth_img img {
        height: 180px;
    }
    
    .myth_content h3 {
        font-size: 18px;
        line-height: 28px;
    }
    
    .myth_content p {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .myth_card {
        margin-bottom: 30px;
    }
    
    .myth_header {
        padding: 15px;
    }
    
    .myth_label {
        font-size: 16px;
    }
    
    .myth_img img {
        height: 200px;
    }
}

@media (max-width: 576px) {
    .hm_myths_content h2 {
        font-size: 32px;
        line-height: 42px;
    }
    
    .myth_img img {
        height: 180px;
    }
    
    .myth_content {
        padding: 20px;
    }
}










.testi_buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.review-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #FFB800;
    text-decoration: none;
    font-family: "Be Vietnam Pro", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    padding: 15px 25px;
    overflow: hidden;
    text-transform: capitalize;
}

.review-btn.write-review {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #FFB800;
    text-decoration: none;
    font-family: "Be Vietnam Pro", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    padding: 15px 25px;
    overflow: hidden;
    text-transform: capitalize;
}

.review-content {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 2;
}

.review-btn::before {
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    border: 2px solid #FFB800;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease;
}

.review-btn.write-review::before {
	content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    border: 2px solid #FFB800;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease;
}

.review-btn:hover::before {
    width: 100%;
    border-radius: 30px;
    background: transparent;
}

.review-btn:hover {
    color: #FFB800;
}

.review-btn.write-review:hover {
    color: #FFB800;
}

@media (max-width: 576px) {
    .testi_buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .review-btn {
        width: 100%;
        justify-content: center;
    }
}


























.fellowship_btn_wrapper {
    margin-top: 30px;
    text-align: center;
}

.fellowship_btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #FFB800;
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px;
    font-family: "Be Vietnam Pro", serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #FFB800;
	margin-bottom: 20px;
}

.fellowship_btn:hover {
    background: transparent;
    color: #FFB800;
}

.fellowship_btn iconify-icon {
    font-size: 20px;
}

@media (max-width: 767px) {
    .fellowship_btn {
        width: 100%;
        justify-content: center;
    }
}


























/* Fellowship Form Section Styles */
.fellowship_form_sec {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.fellowship_form_content h2 {
    text-align: center;
    margin-bottom: 25px;
    color: #000;
}

.fellowship_form_content h2 span {
    font-weight: 600;
}

.fellowship_form_wrapper {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 8px 24px rgba(149, 157, 165, 0.2);
    border: 1px solid #E0E0E0;
}

.form_section_title {
    color: #000;
    font-size: 18px;
    line-height: 28px;
    font-family: "Be Vietnam Pro", serif;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 184, 0, 0.3);
}

.input_group {
    position: relative;
    margin-bottom: 20px;
}

.fellow_input {
    width: 100%;
    background: #F3F3F3;
    border: 1px solid #E0E0E0;
    padding: 12px 15px;
    border-radius: 5px;
    color: #323232;
    font-family: "Be Vietnam Pro", serif;
    font-size: 14px;
    transition: all 0.3s ease;
}

.fellow_input:focus {
    border-color: #FFB800;
    box-shadow: 0 0 0 2px rgba(255, 184, 0, 0.1);
    outline: none;
}

.fellow_input::placeholder {
    color: #888888;
    font-family: "Be Vietnam Pro", serif;
    font-weight: 300;
}

.fellow_input option {
    background: #fff;
    color: #323232;
}

.file_upload {
    position: relative;
    width: 100%;
}

.fellow_file {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.file_label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    background: #F3F3F3;
    border: 1px dashed #E0E0E0;
    border-radius: 5px;
    cursor: pointer;
    font-family: "Be Vietnam Pro", serif;
    font-size: 14px;
    color: #888888;
    transition: all 0.3s ease;
}

.file_label:hover {
    border-color: #FFB800;
    color: #FFB800;
}

.file_label iconify-icon {
    font-size: 20px;
    color: #FFB800;
}

.fellow_submit {
    background: #FFB800;
    color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    font-family: "Be Vietnam Pro", serif;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid #FFB800;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.fellow_submit:hover {
    background: transparent;
    color: #FFB800;
}

.fellow_submit iconify-icon {
    font-size: 20px;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .fellowship_form_wrapper {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .fellowship_form_wrapper {
        padding: 20px;
    }
    
    .form_section_title {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width: 576px) {
    .fellowship_form_content h2 {
        font-size: 32px;
        line-height: 42px;
    }
    
    .fellow_submit {
        width: 100%;
        justify-content: center;
    }
}























.condition_container {
    margin-bottom: 50px;
}

.condition_wrapper {
    padding: 40px;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(149, 157, 165, 0.1);
    transition: all 0.3s ease;
}

.condition_wrapper:hover {
    border-color: #FFB800;
    box-shadow: 0 8px 30px rgba(255, 184, 0, 0.1);
}

.condition_number {
    display: inline-block;
    font-size: 16px;
    color: #FFB800;
    font-family: "Be Vietnam Pro", serif;
    font-weight: 600;
    margin-bottom: 10px;
}

.condition_title {
    font-size: 32px;
    line-height: 42px;
    color: #000;
    font-family: "Be Vietnam Pro", serif;
    font-weight: 600;
    margin-bottom: 20px;
}

.condition_info p {
    color: #323030;
    font-size: 16px;
    line-height: 26px;
    font-family: "Be Vietnam Pro", serif;
    font-weight: 300;
    margin-bottom: 0;
}

.condition_img {
    border-radius: 10px;
    overflow: hidden;
}

.condition_img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.condition_wrapper:hover .condition_img img {
    transform: scale(1.05);
}

@media (max-width: 991px) {
    .condition_wrapper {
        padding: 30px;
    }

    .condition_title {
        font-size: 28px;
        line-height: 38px;
    }

    .condition_img img {
        height: 350px;
    }
}

@media (max-width: 767px) {
    .condition_wrapper {
        padding: 20px;
    }

    .condition_title {
        font-size: 24px;
        line-height: 34px;
    }

    .condition_img {
        margin-bottom: 20px;
    }

    .condition_img img {
        height: 300px;
    }
}

@media (max-width: 576px) {
    .condition_wrapper {
        padding: 15px;
    }

    .condition_title {
        font-size: 22px;
        line-height: 32px;
    }

    .condition_img img {
        height: 250px;
    }
}






























/* Charcot Foot Page Styles */
.charcot_hero_section {
	background-color: #000345;
	padding: 120px 0 80px;
	position: relative;
	overflow: hidden;
 }
 
 .charcot_hero_section::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -330px;
	transform: translateY(-50%);
	width: 500px;
	height: 500px;
	background: radial-gradient(circle, rgba(255, 184, 0, 0.6), transparent 90%);
	filter: blur(100px);
	z-index: 1;
 }
 
 .charcot_hero_container {
	width: 70%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
 }
 
 .charcot_hero_content h1 {
	color: #fff;
	font-size: 60px;
	line-height: 70px;
	margin-bottom: 20px;
	font-family: "Be Vietnam Pro", serif;
	font-weight: 300;
 }
 
 .charcot_hero_content h1 span {
	color: #FFB800;
	font-weight: 600;
 }
 
 .charcot_breadcrumb {
	display: flex;
	align-items: center;
	margin-top: 20px;
 }
 
 .charcot_breadcrumb ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
 }
 
 .charcot_breadcrumb ul li {
	position: relative;
	padding: 0 10px 0px 0px;
	text-transform: capitalize;
 }
 
 .charcot_breadcrumb ul li a {
	text-decoration: none;
	color: #fff;
	transition: color 0.3s;
	font-family: "Be Vietnam Pro", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 15px;
	line-height: 25px;
 }
 
 .charcot_breadcrumb ul li a:hover {
	color: #FFB800;
 }
 
 .charcot_breadcrumb ul li span {
	color: #fff;
	font-family: "Be Vietnam Pro", serif;
	font-weight: 300;
	font-style: normal;
	font-size: 15px;
	line-height: 25px;
 }
 
 .charcot_circle_arrow {
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 10px;
 }
 
 .charcot_circle_arrow iconify-icon {
	color: #FFB800;
	font-size: 20px;
 }
 
 .charcot_content_section {
	padding: 80px 0;
	background-color: #fff;
 }
 
 .charcot_content_container {
	width: 70%;
	margin: 0 auto;
 }
 
 .charcot_content_text {
	margin-top: 20px;
 }
 
 .charcot_content_text p {
	color: #323030;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 20px;
	text-align: justify;
	font-family: "Be Vietnam Pro", serif;
	font-weight: 300;
 }
 
 .charcot_content_text h3 {
	font-size: 24px;
	line-height: 34px;
	color: #000;
	font-family: "Be Vietnam Pro", serif;
	font-weight: 600;
	margin: 40px 0 15px;
 }

/* List Styles */
.charcot_content_text ul {
	padding-left: 20px;
	margin-bottom: 25px;
}

.charcot_content_text li {
	color: #323030;
	font-size: 16px;
	line-height: 28px;
	font-family: "Be Vietnam Pro", serif;
	font-weight: 300;
	margin-bottom: 10px;
	position: relative;
	padding-left: 15px;
	list-style-type: none;
}

.charcot_content_text li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 6px;
	height: 6px;
	background-color: #FFB800;
	border-radius: 50%;
}
 
 .charcot_case_images {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	margin: 30px 0;
 }
 
 .charcot_case_images figure {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	margin: 0;
 }
 
 .charcot_case_images img {
	width: 100%;
	height: 300px;
	object-fit: cover;
 }
 
 .charcot_case_images figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 3, 69, 0.8);
	color: #fff;
	padding: 15px;
	text-align: center;
 }
 
 .charcot_case_text {
	text-align: center;
	font-style: italic;
 }
 
 /* Responsive styles */
 @media (max-width: 1200px) {
	.charcot_hero_container,
	.charcot_content_container {
	   width: 85%;
	}
	
	.charcot_hero_content h1 {
	   font-size: 50px;
	   line-height: 60px;
	}
 }
 
 @media (max-width: 991px) {
	.charcot_hero_container,
	.charcot_content_container {
	   width: 90%;
	}
	
	.charcot_hero_content h1 {
	   font-size: 40px;
	   line-height: 50px;
	}
	
	.charcot_content_text h3 {
	   font-size: 22px;
	   line-height: 32px;
	}
	
	.charcot_case_images img {
	   height: 250px;
	}
 }
 
 @media (max-width: 767px) {
	.charcot_hero_section,
	.charcot_content_section {
	   padding: 60px 0;
	}
	
	.charcot_hero_content h1 {
	   font-size: 36px;
	   line-height: 46px;
	}
	
	.charcot_case_images {
	   grid-template-columns: 1fr;
	   gap: 20px;
	}
	
	.charcot_case_images img {
	   height: 220px;
	}
	
	.charcot_content_text li {
	   font-size: 15px;
	   line-height: 26px;
	}
 }
 
 @media (max-width: 576px) {
	.charcot_hero_container,
	.charcot_content_container {
	   width: 95%;
	}
	
	.charcot_hero_content h1 {
	   font-size: 32px;
	   line-height: 42px;
	}
	
	.charcot_content_text h3 {
	   font-size: 20px;
	   line-height: 30px;
	}
	
	.charcot_content_text ul {
	   padding-left: 15px;
	}
	
	.charcot_content_text li {
	   padding-left: 12px;
	}
 }







 
.clr_y11{
	color: rgb(244, 104, 5);
}



















.clinic_hours {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
}

.clinic_hours p {
    color: #323030;
    font-size: 14px;
    line-height: 24px;
    font-family: "Be Vietnam Pro", serif;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.clinic_hours iconify-icon {
    color: #FFB800;
    font-size: 16px;
    margin-right: 8px;
}

.clinic_hours span {
    color: #323030;
}

/* Responsive adjustments to match existing patterns */
@media (max-width: 767px) {
    .clinic_hours p {
        font-size: 13px;
        line-height: 22px;
    }
}