/********** Template CSS **********/
/*** Spinner ***/
#spinner {
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s ease-out, visibility 0s linear .5s;
	z-index: 99999;
}

#spinner.show {
	transition: opacity .5s ease-out, visibility 0s linear 0s;
	visibility: visible;
	opacity: 1;
}

.back-to-top {
	position: fixed !important;
	display: none;
	right: 45px;
	bottom: 45px;
	z-index: 99;
}

/*** Fonts ***/
.font-work-sans {
	font-family: "Work Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.font-playfair-display {
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.font-dancing-script {
	font-family: "Dancing Script", cursive;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

/*** Button ***/
.btn {
	position: relative;
	transition: .5s;
}

.btn-square {
	width: 38px;
	height: 38px;
}

.btn-sm-square {
	width: 32px;
	height: 32px;
}

.btn-lg-square {
	width: 48px;
	height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
}

.btn-dark,
.btn-primary {
	margin: 10px;
}

.btn-primary::before,
.btn-primary::after {
	position: absolute;
	content: "";
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	top: -5px;
	left: -5px;
}

.btn-primary::before {
	top: -10px;
	height: calc(100% + 20px);
	border-left: 2px solid var(--bs-primary);
	border-right: 2px solid var(--bs-primary);
}

.btn-primary::after {
	left: -10px;
	width: calc(100% + 20px);
	border-top: 2px solid var(--bs-primary);
	border-bottom: 2px solid var(--bs-primary);
}

.btn-dark::before,
.btn-dark::after {
	position: absolute;
	content: "";
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	top: -5px;
	left: -5px;
}

.btn-dark::before {
	top: -10px;
	height: calc(100% + 20px);
	border-left: 2px solid var(--bs-dark);
	border-right: 2px solid var(--bs-dark);
}

.btn-dark::after {
	left: -10px;
	width: calc(100% + 20px);
	border-top: 2px solid var(--bs-dark);
	border-bottom: 2px solid var(--bs-dark);
}

/*** Navbar ***/
.sticky-top {
	top: -150px;
	transition: .5s;
}

.navbar .navbar-nav .nav-link {
	margin: 0 12px;
	padding: 0;
	outline: none;
	font-family: "Playfair Display", serif;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--bs-dark);
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
	color: var(--bs-primary)
}

.navbar .dropdown-toggle::after {
	border: none;
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	vertical-align: middle;
	margin-left: 8px;
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item.active {
	color: var(--bs-white);
	background: var(--bs-primary);
}

@media (max-width: 991.98px) {
	.navbar .navbar-nav .nav-link {
		margin-left: 0;
		padding: 10px 0;
	}
}

@media (min-width: 992px) {
	.navbar .nav-item .dropdown-menu {
		display: block;
		border: none;
		margin-top: 0;
		top: 150%;
		opacity: 0;
		visibility: hidden;
		transition: .5s;
	}

	.navbar .nav-item:hover .dropdown-menu {
		top: 100%;
		visibility: visible;
		transition: .5s;
		opacity: 1;
	}
}

.navbar .btn-primary {
	border-width: 2px;
	background: var(--bs-primary);
}

.navbar .btn-primary:hover {
	background: var(--bs-primary);
}

/*** Hero Header ***/
.hero-header {
	background: url(../img/hero-bg.jpg) top left no-repeat;
	background-size: cover;
}

@media (min-width: 992px) {
	.hero-header .container {
		max-width: 100% !important;
	}

	.hero-header .hero-header-text {
		padding-left: calc(((100% - 960px) / 2) + .75rem);
	}
}

@media (min-width: 1200px) {
	.hero-header .hero-header-text {
		padding-left: calc(((100% - 1140px) / 2) + .75rem);
	}
}

@media (min-width: 1400px) {
	.hero-header .hero-header-text {
		padding-left: calc(((100% - 1320px) / 2) + .75rem);
	}
}

.header-carousel .owl-nav {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
	display: flex;
	justify-content: center;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
	position: relative;
	margin-left: 2px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--bs-dark);
	background: var(--bs-primary);
	font-size: 22px;
	transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
	color: var(--bs-white);
}

.page-header {
	background: url(../img/page-header.jpg) center center no-repeat;
	background-size: contain;
}

/*** Service ***/
@media (max-width: 768px) {
	.service .service-item {
		border: none !important;
		box-shadow: 0 0 45px rgba(0, 0, 0, .05);
	}
}

@media (min-width: 992px) {
	.service .service-item.border-lg-end {
		border-right: 1px solid #dee2e6;
	}

	.service .service-item.border-lg-end-0 {
		border-right: none !important;
	}

	.service .service-item.border-lg-bottom-0 {
		border-bottom: none !important;
	}
}

.service .service-item .btn-primary {
	border-width: 2px;
	background: var(--bs-primary);
}

.service .service-item .btn-primary:hover {
	background: var(--bs-primary);
}

.service .service-item img {
	width: 70px;
	margin-bottom: 20px;
}

/*** Team ***/
.team {
	position: relative;
}

.team::before {
	position: absolute;
	content: "";
	width: 200%;
	height: 200px;
	top: 50%;
	left: -50%;
	transform: translateY(-50%);
	margin-top: 1rem;
	background: var(--bs-primary);
}

.team-item img {
	transition: .5s;
	height: 395px;
}

.team-item:hover img {
	transform: scale(1.2);
}

.team-overlay {
	position: absolute;
	padding: 10px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	text-align: center;
	background: rgba(255, 255, 255, .5);
	transition: .5s;
	z-index: 1;
}

.team-item:hover .team-overlay {
	background: rgba(255, 255, 255, .9);
}

.team-overlay .btn-dark {
	border-width: 2px;
	color: var(--bs-dark);
	background: transparent;
}

.team-overlay .btn-dark:hover {
	color: var(--bs-white);
	background: var(--bs-dark);
}

/*** Testimonial ***/
.testimonial-carousel .owl-item {
	position: relative;
}

.testimonial-carousel .owl-item::before {
	position: absolute;
	content: "\f10d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 300px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: .1;
}

.testimonial-carousel .owl-item img {
	position: relative;
	width: 100px;
	height: 100px;
	z-index: 1;
}

.testimonial-carousel .owl-item,
.testimonial-carousel .owl-item * {
	transition: .5s;
}

.testimonial-carousel .owl-item span {
	letter-spacing: 2px;
}

.testimonial-carousel .owl-item.center .bg-light {
	background: var(--bs-primary) !important;
}

.testimonial-carousel .owl-item.center .bg-light * {
	color: #fff !important;
}

.testimonial-carousel .owl-nav {
	margin-top: 25px;
	display: flex;
	justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
	margin: 0 5px;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	color: #fff;
	background: #894614;
	transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
	color: var(--bs-white);
	background: var(--bs-dark);
}

/*** Footer ***/
.footer .btn.btn-link {
	display: block;
	margin-bottom: 5px;
	padding: 0;
	text-align: left;
	color: rgba(255, 255, 255, .5);
	font-weight: normal;
	text-transform: capitalize;
	transition: .3s;
}

.footer .btn.btn-link:hover {
	color: var(--bs-primary);
	letter-spacing: 1px;
	box-shadow: none;
}

.footer .btn.btn-link::before {
	position: relative;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: rgba(255, 255, 255, .5);
	margin-right: 10px;
}
.footer {
	background: linear-gradient(135deg, #6a4c0d 0%, #9d5b12 50%, #6a260d 100%);
}
.modern-card {
	border: 1px solid rgba(13, 106, 74, 0.1);
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(6px);
	transition: all 0.4s ease;
}

.modern-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 18px 40px rgba(13, 106, 74, 0.15);
	background: rgba(255, 255, 255, 0.95);
}

.icon-box {
	width: 70px;
	height: 70px;
	border-radius: 14px;
	background: linear-gradient(135deg, #0d6a4a, #129d6a);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	box-shadow: 0 10px 30px rgba(13, 106, 74, 0.25);
}

.faq-section {
	background: #f7f9fc;
}

.text-gradient {
	background: linear-gradient(90deg, #0d6a4a, #12a562);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.accordion-button {
	font-weight: 600;
	font-size: 1.05rem;
	transition: all 0.3s ease;
}

.accordion-button:hover {
	color: #0d6a4a;
	background-color: #e8fff5;
}

.accordion-button:not(.collapsed) {
	background-color: #0d6a4a !important;
	color: #fff !important;
	box-shadow: none;
}

.accordion-body {
	background: #ffffff;
	border-left: 3px solid #0d6a4a;
	animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.service-card {
	transition: transform .3s ease, box-shadow .3s ease;
}

.service-card h4 {
	height: 50px;
}

.service-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, .15);
}

.treatment-img {
	height: 250px;
	width: 100%;
	object-fit: cover;
	transition: transform .5s ease;
}

.service-card:hover .treatment-img {
	transform: scale(1.1);
}

.custom-modal {
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-modal:hover {
	transform: scale(1.02);
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

.custom-modal-header {
	background: linear-gradient(135deg, #10955f, #25d4fc);
	color: #fff;
	border-bottom: none;
	font-size: 1.3rem;
	font-weight: 600;
}

.btn-close-white {
	filter: invert(1);
}

.modal-body {
	font-size: 1rem;
	line-height: 1.7;
	color: #333;
	padding: 2rem;
	background-color: #f9f9f9;
}

.modal-img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
	transition: transform 0.5s ease;
	margin-bottom: 1rem;
}

.modal-img:hover {
	transform: scale(1.05);
}

.modal-body ul {
	padding-left: 1.5rem;
	margin-top: 0.5rem;
}

.modal-body ul li {
	margin-bottom: 0.5rem;
}

.modal-dialog-scrollable .modal-body {
	max-height: 70vh;
	overflow-y: auto;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
	width: 6px;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
	background-color: #6a11cb;
	border-radius: 3px;
}
.rocket-list {
    list-style: none;
    padding-left: 0;
}

.rocket-list li {
    margin-bottom: 8px;
    font-size: 15px;
    padding-left: 28px;
    position: relative;
}

.rocket-list li i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 16px;
}
.default-user {
					font-size: 70px;
					color: #91460e;
					margin-bottom: 15px;
				}
				
.custom-card {
    position: relative;
    padding: 30px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform .35s ease, box-shadow .35s ease;
}

/* Hover Jump Effect */
.custom-card:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

/* Corner Color Animation */
.custom-card::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -50%;
    left: -50%;
    background: linear-gradient(135deg, #007bff, #6610f2);
    border-radius: 50%;
    transform: scale(0);
    transition: transform .6s ease;
    z-index: -1;
}

.custom-card:hover::before {
    width: 300%;
    height: 300%;
    transform: scale(1);
}

/* Text & icon color change */
.custom-card i,
.custom-card h4,
.custom-card li {
    transition: color .35s ease;
    color: #fff;
}

.custom-card:hover i,
.custom-card:hover h4,
.custom-card:hover li {
    color: #ffffff;
}

/* List styling */
.rocket-list {
    padding-left: 0;
    list-style: none;
}

.rocket-list li {
    margin-bottom: 8px;
    font-size: 15px;
}

.rocket-list i {
    margin-right: 6px;
}



@media (max-width: 767.98px) {
    /* Mobile CSS here */
	.logo img{
		max-height: 65px !important;
	}
	.service-item {
		margin-bottom: -15px !important;
	}
	
	.service-card h4 {
		 height:unset !important;
	}
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .custom-card {
        height: 450px;
    }
    
}
