/* Hide Swiper pagination bullets site-wide */
.swiper-pagination,
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  display: none !important;
}

/* Hide back-to-top button */
.back-to-top,
#backBtn {
  display: none !important;
}

/* Hide inline Book Appointment section (only standalone, not in modal) */
.section > .container > .contact-row-in-home,
body > .contact-row-in-home {
  display: none !important;
}
/* Ensure modal content is visible */
.appointment-modal-content.contact-row-in-home {
  display: block !important;
}

/* Rooms/Accommodation Section */
.rooms-section {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.rooms-section .room-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}
@media (max-width: 991px) {
  .rooms-section .col-lg-4 {
    margin-bottom: 30px;
  }
}

/* Medical Disclaimer Footer */
.medical-disclaimer-footer {
  background: #f5f0ea;
  padding: 15px 0;
  border-top: 1px solid #e8e0d5;
  border-bottom: 1px solid #e8e0d5;
}
.medical-disclaimer-footer p {
  margin: 0;
  font-size: 12px;
  color: #666;
  text-align: center;
  line-height: 1.6;
}
.medical-disclaimer-footer strong {
  color: #754a11;
}
@media (max-width: 768px) {
  .medical-disclaimer-footer {
    padding: 12px 15px;
  }
  .medical-disclaimer-footer p {
    font-size: 11px;
  }
}

/* Footer Compliance Links */
.compliance-links {
  background: #8b5a2b;
  padding: 15px 0;
  text-align: center;
}
.compliance-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 30px;
}
.compliance-links ul li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
  opacity: 0.9;
}
.compliance-links ul li a:hover {
  color: #ffd700;
  opacity: 1;
  text-decoration: underline;
}
footer .copyright-row {
  background: #754a11;
  padding: 15px 0;
  text-align: center;
  margin-top: 0;
}
footer .copyright-row p {
  margin: 0;
  color: #fff;
  font-size: 14px;
}
footer .copyright-row .fa-heart {
  animation: heartbeat 1.5s ease-in-out infinite;
}
@keyframes heartbeat {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.2); }
}
@media (max-width: 576px) {
  .compliance-links ul {
    flex-direction: column;
    gap: 10px;
  }
  .compliance-links ul li a {
    font-size: 13px;
  }
}

/* Smooth scroll for landing page section anchors */
html {
	scroll-behavior: smooth;
}
/* Prevent fixed header from covering section on scroll */
#hero,
#about,
#services,
#team,
#accommodation,
#gallery,
#testimonials,
#book-appointment {
	scroll-margin-top: 100px;
}
@media (max-width: 991px) {
	#hero,
	#about,
	#services,
	#team,
	#accommodation,
	#gallery,
	#testimonials,
	#book-appointment {
		scroll-margin-top: 80px;
	}
}

.sticky .header-navbar .navbar-menu li a {
	color: #444;
	font-family: "Playfair Display", serif
}

.sticky .header-navbar .navbar-menu li .menu-icon::after {
	color: #000
}

a.button.special.big {
	border: 1px solid #fff;
	color: #fff;
	margin-top: 5px;
	border-radius: 100px;
	padding: 5px 10px;
	margin-top: -10px
}

.sticky a.button.special.big {
	border: 1px solid #444
}

h1.title.Welcome_Ayurveda span {
	display: block;
	font-size: 60px;
	font-weight: bold
}

h1.title.Welcome_Ayurveda {
	font-size: 30px;
	text-transform: capitalize;
	font-family: "Playfair Display", serif
}

.single-services .services-image .price {
	display: none
}

.sticky .header-logo img {
	width: 90px
}

.readmore {
	color: #754a11;
	text-transform: capitalize
}

/* Our Services grid - all cards visible, no slider */
.our-services-grid .single-services {
	height: 100%;
}

/* CTA pulse animation - all call-to-action buttons */
@keyframes cta-pulse {
	0%, 100% {
		box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15), 0 0 0 0 rgba(117, 74, 17, 0.35);
	}
	50% {
		box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15), 0 0 0 10px rgba(117, 74, 17, 0);
	}
}
/* Apply pulse to all CTA buttons */
.btn-open-enquiry,
.btn-services-cta,
.enquiry-btn,
.primary-btn-new,
a.button.special.big.footer_book_now,
button.button.special.big.footer_book_now {
	animation: cta-pulse 2s ease-in-out infinite;
}
/* Ensure buttons without default shadow still pulse (e.g. .btn-open-enquiry in header) */
.btn-open-enquiry {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(117, 74, 17, 0.35);
}
.enquiry-btn {
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15), 0 0 0 0 rgba(117, 74, 17, 0.35);
}
a.button.special.big.footer_book_now,
button.button.special.big.footer_book_now {
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(117, 74, 17, 0.35);
}

/* Services section CTA button - centered with effects */
.services-cta-wrap {
	text-align: center;
	margin-top: 1rem;
}
.services-cta-wrap,
.services-cta-wrap * {
	position: relative;
	z-index: 5;
	pointer-events: auto;
}
.btn-services-cta {
	display: inline-block;
	padding: 12px 28px;
	font-weight: 600;
	letter-spacing: 0.5px;
	border-radius: 50px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15), 0 0 0 0 rgba(117, 74, 17, 0.35);
	transition: all 0.3s ease;
	text-align: center;
	line-height: 1.5;
}
.btn-services-cta:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
	animation: none;
}

/* Ensure Services card CTA is clickable (avoid decorative overlays stealing clicks) */
.our-services-card {
	position: relative;
}
.our-services-card .services-image {
	position: relative;
	z-index: 1;
}
.our-services-card .services-content {
	position: relative;
	z-index: 2;
}
.services-main-content .shape-1,
.services-main-content .shape-2,
.services-main-content .shape-3,
.services-main-content .shape-4 {
	pointer-events: none;
}
.btn-open-enquiry:hover,
.btn-services-cta:hover,
.enquiry-btn:hover,
.primary-btn-new:hover,
a.button.special.big.footer_book_now:hover,
button.button.special.big.footer_book_now:hover {
	animation: none;
}

/* Gallery: uniform image height, fit image in container */
.arc-images {
	height: 280px;
	overflow: hidden;
	display: block;
}
.arc-images img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	display: block;
}
.photo-gallery .photos .item {
	height: 260px;
	overflow: hidden;
}
.photo-gallery .photos .item a {
	display: block;
	height: 100%;
}
.photo-gallery .photos .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Testimonials: limit logo size in client info */
.single-feedback .client-info {
	padding-left: 88px;
}
.single-feedback .client-info .img {
	width: 70px;
	max-width: 70px;
}
.single-feedback .client-info .img img {
	max-width: 100%;
	height: auto;
	max-height: 56px;
	width: auto;
	object-fit: contain;
	display: block;
}

/* Testimonials section: Omkar Hospital & Doctors */
.testimonial-section-omkar {
	padding-bottom: 50px;
}
.testimonial-section-omkar .bg-testimonial-top .title {
	color: #2c1810;
	font-size: 1.85rem;
	line-height: 1.3;
	margin-bottom: 12px;
}
.testimonial-section-omkar .testimonial-intro {
	max-width: 720px;
	margin: 0 auto 8px;
	font-size: 1.05rem;
	line-height: 1.65;
	color: #444;
}
.testimonial-section-omkar .testimonial-trust-line {
	font-size: 0.95rem;
	color: #754a11;
	margin: 0;
	letter-spacing: 0.3px;
}
.testimonial-section-omkar .single-feedback {
	min-height: 320px;
	padding: 28px 24px 24px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
	border-radius: 12px;
	border-left: 4px solid #754a11;
	transition: box-shadow 0.3s ease, transform 0.3s ease, border-left-color 0.3s ease;
}
.testimonial-section-omkar .single-feedback:hover {
	box-shadow: 0 8px 32px rgba(117, 74, 17, 0.12);
	border-left-color: #5c3b0e;
}
.testimonial-section-omkar .single-feedback p {
	font-size: 1rem;
	line-height: 1.7;
	color: #333;
	position: relative;
	padding-left: 12px;
}
.testimonial-section-omkar .single-feedback p::before {
	content: '"';
	position: absolute;
	left: 0;
	top: -4px;
	font-size: 2rem;
	line-height: 1;
	color: #754a11;
	opacity: 0.5;
	font-family: Georgia, serif;
}
.testimonial-section-omkar .single-feedback .client-info h4 {
	font-size: 1.1rem;
	color: #754a11;
	font-weight: 700;
	margin-bottom: 2px;
}
.testimonial-section-omkar .single-feedback .client-info span i.star-i {
	width: 16px;
	height: 16px;
	background-size: 16px;
}
.testimonial-section-omkar .bg-testimonial {
	padding: 24px 24px 40px !important;
}
.testimonial-section-omkar .swiper-button-prev,
.testimonial-section-omkar .swiper-button-next {
	background: #754a11;
	color: #fff;
	border-radius: 50%;
	width: 44px;
	height: 44px;
}
.testimonial-section-omkar .swiper-button-prev:after,
.testimonial-section-omkar .swiper-button-next:after {
	font-size: 18px;
	font-weight: bold;
}
.testimonial-section-omkar .swiper-pagination .swiper-pagination-bullet {
	background: #754a11;
	opacity: 0.4;
}
.testimonial-section-omkar .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
}

.accordion-button {
	font-size: 1.5rem
}

/* Right-side-btn: Enhanced floating side button */
.right-side-btn {
	position: fixed !important;
	top: 50% !important;
	right: -52px !important;
	z-index: 9999 !important;
	transform: rotate(-90deg) translateX(50%) !important;
	background: linear-gradient(135deg, #8b5a2b 0%, #5d3a15 100%) !important;
	border: none !important;
	border-radius: 0 0 12px 12px !important;
	height: auto !important;
	line-height: 1 !important;
	padding: 0 !important;
	box-shadow: 0 4px 20px rgba(93, 58, 21, 0.4) !important;
	transition: all 0.3s ease !important;
	display: block !important;
}
.right-side-btn:hover {
	right: -48px !important;
	box-shadow: 0 6px 25px rgba(93, 58, 21, 0.55) !important;
}
.right-side-btn a,
.right-side-btn button {
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
	padding: 14px 22px !important;
	background: transparent !important;
	border: none !important;
	color: #fff !important;
	cursor: pointer !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase !important;
	white-space: nowrap !important;
	text-decoration: none !important;
}
.right-side-btn button:hover,
.right-side-btn a:hover {
	color: #fff !important;
}
.right-side-btn::before {
	content: '📅';
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-size: 16px;
}

/* Hide on mobile - use footer button instead */
@media (max-width: 991px) {
	.right-side-btn {
		display: none !important;
	}
}

.accordion-button:not(.collapsed) {
	color: #000
}

/* Footer social icons - professional styling */
.social-share-ftr {
	display: flex !important;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	padding-top: 15px;
}
.social-share-ftr span {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #a37140;
	transition: all 0.3s ease;
	margin-right: 0 !important;
}
.social-share-ftr span:hover {
	background: #754a11;
	border-color: #754a11;
	transform: translateY(-3px);
	box-shadow: 0 4px 15px rgba(117, 74, 17, 0.35);
}
.social-share-ftr span a {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #754a11;
	font-size: 18px;
	transition: color 0.3s ease;
}
.social-share-ftr span:hover a {
	color: #fff;
}
.social-share-ftr span a i {
	display: block !important;
	width: auto !important;
	height: auto !important;
	background: none !important;
	font-size: 18px;
	line-height: 1;
}
/* Ensure footer left column doesn't overflow */
.ftr-lt-col {
	overflow: hidden;
}
/* Enquiry/Appointment modal & Get in Touch - compact icons */
.contact-row-in-home .icon-emergency,
.get-in-touch-col .icon-emergency {
	width: 40px !important;
	height: 40px !important;
	min-width: 40px !important;
}
.contact-row-in-home .icon-emergency img,
.get-in-touch-col .icon-emergency img {
	width: 24px !important;
	height: 24px !important;
	object-fit: contain;
}
.contact-row-in-home .icon-emergency-content,
.get-in-touch-col .icon-emergency-content {
	padding-left: 52px !important;
}
/* All tick/check icons - compact size site-wide */
img[src*="tick-i.svg"],
.tick-icon,
.get-in-touch-col article span img,
.get-in-touch-features img[src*="tick-i.svg"],
.contact-row-in-home img[src*="tick-i.svg"] {
	width: 14px !important;
	height: 14px !important;
	max-width: 14px !important;
	max-height: 14px !important;
	object-fit: contain;
	vertical-align: middle;
}
.get-in-touch-features .tick-icon,
.contact-row-in-home .tick-icon {
	min-width: 14px !important;
}

/* Footer logo - professional size */
.logo-ftr {
	width: 160px !important;
	max-width: 160px;
	margin-bottom: 15px;
}
.logo-ftr img {
	width: 100% !important;
	height: auto;
	max-height: 50px;
	object-fit: contain;
}

/* Footer columns - adjusted for 4 columns */
@media (min-width: 992px) {
	footer section {
		display: flex;
		flex-wrap: wrap;
	}
	footer .ftr-lt-col {
		width: 32% !important;
		float: left;
		padding-right: 20px;
	}
	footer .quick-link-col {
		width: 15% !important;
		margin-left: 2% !important;
		float: left;
	}
	footer .quick-link-col:last-child {
		width: 28% !important;
	}
}
@media (max-width: 991px) {
	footer .quick-link-col {
		width: 48% !important;
		margin-left: 0 !important;
		margin-right: 2%;
		margin-bottom: 20px;
	}
}

/* Mobile Footer - Centered Content */
@media (max-width: 767px) {
	footer section {
		padding: 40px 20px 30px !important;
	}
	footer .ftr-lt-col {
		width: 100% !important;
		float: none !important;
		text-align: center !important;
		margin-bottom: 30px !important;
		padding-right: 0 !important;
	}
	footer .ftr-lt-col .footer-logo {
		display: block;
		margin: 0 auto 15px;
	}
	footer .ftr-lt-col p {
		text-align: center !important;
		max-width: 320px;
		margin: 0 auto 20px !important;
		line-height: 1.6;
	}
	footer .ftr-lt-col .social-share-ftr {
		justify-content: center !important;
	}
	footer .quick-link-col {
		width: 100% !important;
		float: none !important;
		text-align: center !important;
		margin-right: 0 !important;
		margin-bottom: 25px !important;
		padding: 0 15px;
	}
	footer .quick-link-col h4,
	footer .quick-link-col h5 {
		text-align: center !important;
		margin-bottom: 15px !important;
		font-size: 1.1rem !important;
		position: relative;
		display: inline-block;
		width: 100%;
	}
	footer .quick-link-col h4::after,
	footer .quick-link-col h5::after {
		content: '';
		display: block;
		width: 40px;
		height: 2px;
		background: linear-gradient(90deg, #8b5a2b, #5d3a15);
		margin: 10px auto 0;
		border-radius: 2px;
	}
	footer .quick-link-col ul {
		text-align: center !important;
		padding: 0 !important;
	}
	footer .quick-link-col ul li {
		text-align: center !important;
		display: block !important;
		margin-bottom: 10px !important;
	}
	footer .quick-link-col ul li a {
		display: inline-block !important;
	}
	
	/* Contact info centered */
	footer .quick-link-col address,
	footer .quick-link-col .contact-info {
		text-align: center !important;
	}
	footer .quick-link-col address p,
	footer .quick-link-col .contact-info p {
		text-align: center !important;
		justify-content: center !important;
	}
	
	/* Compliance links */
	.compliance-links {
		padding: 20px 15px;
	}
	.compliance-links ul {
		gap: 12px;
	}
	.compliance-links ul li a {
		font-size: 13px;
		padding: 5px 0;
		display: block;
	}
	
	/* Copyright row */
	footer .copyright-row {
		padding: 18px 15px 80px; /* Extra padding for floating button */
	}
	footer .copyright-row p {
		font-size: 13px;
		line-height: 1.5;
	}
}

.accordion-body {
	padding: 1rem 1.25rem;
	text-align: left
}

.list_uls {
	list-style: decimal !important
}

.list_uls li {
	list-style: decimal !important;
	padding: 2px 0
}

/* Our Services intro - match site theme */
.services-section .services-intro,
.section-padding-01 .services-intro {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 15px;
	text-align: left;
}
.services-section .services-intro p,
.section-padding-01 .services-intro p {
	margin-bottom: 1rem;
	font-size: 17px;
}
.services-section .services-intro .conList,
.section-padding-01 .services-intro .conList {
	list-style: disc;
	padding-left: 1.5rem;
	margin: 1rem 0;
}
.services-section .services-intro .conList li,
.section-padding-01 .services-intro .conList li {
	list-style: inherit;
	padding: 4px 0;
}

.section-padding1 {
	margin-bottom: 40px
}

.slide_indication {
	bottom: 0
}

.blog_heading {
	font-size: 50px;
	font-weight: 700;
	color: #754a11;
	line-height: 1.2;
	margin-top: 18px;
	letter-spacing: 1px
}

.right_subhead {
	text-align: right;
	font-weight: 700
}

.subhead_pad {
	padding: 1%
}

.blog_area {
	border: 2px solid;
	border-radius: 40px;
	text-align: center;
	padding: 10px
}

.blog_card {
	padding: 0 10%
}

.img_head {
	margin: 0 10px
}

.image_sec {
	position: relative;
	width: 100%
}

.image {
	display: block;
	width: 100%;
	height: auto
}

.overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .5s ease;
	transition: .5s ease
}

.image_sec:hover .overlay {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.text {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 93%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center
}

.collapsible {
	background-color: #fff;
	color: #000;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: 0;
	text-align: left;
	outline: 0;
	font-size: 15px;
	border: 1px solid;
	font-weight: 700
}

.collapsible:after {
	content: "\002B";
	color: #000;
	font-weight: bold;
	float: right;
	margin-left: 5px
}

.content {
	padding: 0 18px;
	margin: 5px 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height .2s ease-out;
	background-color: #f1f1f1
}

.col-exp {
	overflow-y: scroll;
	height: 415px
}

.card_cursor {
	cursor: pointer
}

.btm_pad {
	padding: 0 0 30px 0
}

.package_text {
	padding: 3% 4%
}

.dr_designation {
	color: black;
	font-size: 16px;
	font-weight: 600
}

.dr_add {
	color: black;
	font-size: 13px;
	padding: 2% 0 0;
	margin-top:7px;
	font-size: 16px;
    line-height: 1.625;
    font-weight: 500;
    font-family: "Karla", sans-serif;
    color: #333;
}

.dr_profile {
	font-weight: 600;
	padding: 3% 0
}

.dr_profile i {
	color: #f7654c;
	font-size: 17px
}

.dr_profile a {
	color: #f7654c;
	font-size: 17px;
	text-decoration: none
}

.drname_right {
	text-align: right
}

.dr_quotes {
	font-size: 22px
}

.dr_des {
	font-size: 18px;
	text-align: justify
}

.dr_detail {
	padding: 0 13%
}

.dr_name {
	font-size: 28px;
	font-weight: 700;
	color: #faa292
}

.swiper-button-next:after,
.swiper-button-prev:after {
	color: #fff !important;
	font-size: 28px !important
}

.services-active4 .swiper-button-next:after,
.services-active4 .swiper-button-prev:after,
.services-active .swiper-button-next:after,
.services-active .swiper-button-prev:after {
	color: #ea8876 !important
}

@media(max-width:768px) {
	.topnav {
		background-color: #fff;
		top: 25px !important
	}

	.topnav a.icon {
		color: #000;
		font-size: 25px !important;
		padding: 0 14px
	}

	h1.title.Welcome_Ayurveda span {
		display: block;
		font-size: 30px
	}

	h1.title.Welcome_Ayurveda {
		font-size: 20px
	}

	.header-logo a img {
		width: 100px
	}

	.header-area {
		position: relative;
		padding: 6px 0
	}

	.header-area.sticky {
		position: fixed
	}

	.topnav.responsive {
		right: 0 !important;
		width: 100% !important;
		background: #000 !important
	}

	.topnav a:hover,
	.dropdown:hover .dropbtn {
		background-color: #fff;
		color: white
	}

	.topnav a:hover,
	.dropdown:hover .dropbtn {
		background-color: #000;
		color: white
	}

	.topnav a.active {
		color: #fff
	}

	.toggle_icon a.icon {
		background-color: #fff !important;
		color: #000 !important
	}

	.gallery_slider_new .slick-slide img {
		min-height: auto;
		max-height: initial
	}

	.section.testimonial-section {
		padding-top: 0
	}

	.section.gallery {
		padding-top: 0 !important
	}

	.single-services {
		max-width: initial;
		margin: 0 auto;
		padding: 0 15px
	}

	.single-services .services-content p {
		max-width: initial
	}

	.our_wellness-pack.btm_pad {
		padding-top: 0
	}

	.section-padding {
		padding-top: 25px
	}

	.team-wrapper.our_doctors .col-md-12 .single-team {
		display: inherit;
		align-items: center;
		display: flex;
		flex-wrap: wrap
	}

	.our_doctors .single-team .team-image {
		width: auto;
		margin-right: 0 !important;
		order: 1;
		margin-left: 0 !important
	}

	.our_doctors .single-team .team-content {
		width: 100%;
		order: 2
	}

	.our_doctors .team-wrapper.our_doctors .col-md-12:nth-child(even) .team-image {
		margin-right: 0;
		margin-left: 0
	}
}

.single-feature .more:hover {
	color: white
}

.slide-arrow {
	display: none !important
}

.slide-arrow.fa-arrow-right {
	display: block !important
}

.slide-arrow.fa-arrow-left {
	display: block !important
}

.testimonial_col-1 iframe {
	width: 100% !important
}

a.button.special.big {
	padding: 8px 20px
}

.pcto {
	font-size: 12px;
	color: #fff;
	text-align: center;
	font-family: monospace;
	font-weight: bold;
	line-height: 10px
}

#header.sticky span.pcto {
	color: #444
}

.topnav {
	overflow: hidden;
	background-color: #333;
	top: 10px;
	right: 10px;
	position: absolute
}

.topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px
}

.topnav .icon {
	display: none
}

.dropdown {
	float: left;
	overflow: hidden
}

.dropdown .dropbtn {
	font-size: 17px;
	border: 0;
	outline: 0;
	color: white;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
	z-index: 1
}

.dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left
}

.topnav a:hover,
.dropdown:hover .dropbtn {
	background-color: #555;
	color: white
}

.dropdown-content a:hover {
	background-color: #ddd;
	color: black
}

.dropdown:hover .dropdown-content {
	display: block
}

@media only screen and (min-width:992px) {
	.topnav {
		display: none
	}
}

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

	.topnav a:not(:first-child),
	.dropdown .dropbtn {
		display: none
	}

	.topnav a.icon {
		float: right;
		display: block
	}
}

@media screen and (max-width:992px) {
	.topnav.responsive {
		top: 62px;
		right: 10px;
		position: absolute;
		width: 75%
	}

	.topnav.responsive .icon {
		position: fixed;
		right: 10px;
		top: 10px
	}

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
        color: white !important;
    }
    .topnav.responsive a.icon {
        float: none;
        display: block;
        text-align: left;
        color: black !important;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #000000;
        min-width: 160px;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

    .topnav.responsive .dropdown {
        float: none
    }

	.topnav.responsive .dropdown-content {
		position: relative
	}

	.topnav.responsive .dropdown .dropbtn {
		display: block;
		width: 100%;
		text-align: left
	}
}

a.button.special.big {
	display: inline-grid
}

a.button.special.big.footer_book_now,
button.button.special.big.footer_book_now {
	display: none
}

@media(max-width:991px) {
	.call_fixed,
	a.call_fixed {
		width: 48px !important;
		height: 48px !important;
		right: 15px !important;
		bottom: 75px !important;
		z-index: 9999 !important;
	}
	.whatsapp_fixed,
	a.whatsapp_fixed {
		width: 48px !important;
		height: 48px !important;
		left: 15px !important;
		bottom: 75px !important;
		z-index: 9999 !important;
	}

	a.button.special.big.footer_book_now,
	button.button.special.big.footer_book_now {
		display: block;
		position: fixed;
		bottom: -1px;
		z-index: 99;
		left: 30px
	}

	a.button.special.big.footer_book_now br,
	button.button.special.big.footer_book_now br {
		display: none
	}

	a.button.special.big.footer_book_now span,
	button.button.special.big.footer_book_now span {
		display: block;
		font-size: 9px
	}

	a.button.special.big.footer_book_now,
	button.button.special.big.footer_book_now {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		position: fixed;
		bottom: 15px;
		z-index: 9999;
		text-align: center;
		background: linear-gradient(135deg, #8b5a2b 0%, #5d3a15 100%);
		font-size: 15px;
		font-weight: 700;
		line-height: 1;
		left: 50%;
		transform: translateX(-50%);
		border: none;
		color: #fff;
		cursor: pointer;
		text-decoration: none;
		padding: 16px 35px;
		border-radius: 50px;
		box-shadow: 0 6px 25px rgba(93, 58, 21, 0.5);
		letter-spacing: 0.05em;
		text-transform: uppercase;
		animation: floatingBtnPulse 2s ease-in-out infinite;
	}
	a.button.special.big.footer_book_now:hover,
	button.button.special.big.footer_book_now:hover {
		background: linear-gradient(135deg, #9a6530 0%, #6d4520 100%);
		transform: translateX(-50%) translateY(-2px);
		box-shadow: 0 8px 30px rgba(93, 58, 21, 0.6);
	}
	a.button.special.big.footer_book_now:active,
	button.button.special.big.footer_book_now:active {
		transform: translateX(-50%) scale(0.96);
	}
	@keyframes floatingBtnPulse {
		0%, 100% { box-shadow: 0 6px 25px rgba(93, 58, 21, 0.5); }
		50% { box-shadow: 0 6px 35px rgba(93, 58, 21, 0.7); }
	}
	
	/* Safe area for notched phones */
	@supports (padding-bottom: env(safe-area-inset-bottom)) {
		a.button.special.big.footer_book_now,
		button.button.special.big.footer_book_now {
			bottom: calc(15px + env(safe-area-inset-bottom));
		}
	}
}

.after_tagline {
	color: #fff9f5;
	font-size: 2rem;
	font-family: 'Cormorant Garamond', serif
}

.services-active5 .swiper-button-next,
.services-active5 .swiper-button-prev {
	display: none
}

.services-active5 .swiper-pagination {
	display: none
}

@media(max-width:767px) {

	.services-active5 .swiper-button-next,
	.services-active5 .swiper-button-prev {
		display: block !important
	}

	.services-active5 .swiper-pagination {
		display: block !important
	}
}

.shape-4 {
	display: none
}

/* Our Services - professional styling */
.our-services-home {
	background: linear-gradient(180deg, #fefdf9 0%, #f8f6f0 100%);
	padding: 60px 0 70px;
}
.our-services-header .sub-title {
	color: #754a11;
	font-size: 0.9rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.our-services-header .title {
	color: #2c1810;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 16px;
}
.our-services-desc {
	max-width: 720px;
	margin: 0 auto 24px;
	color: #555;
	font-size: 1rem;
	line-height: 1.65;
}
.our-services-features {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 16px;
	margin: 0 auto 40px;
	max-width: 800px;
}
.our-services-features span {
	display: inline-block;
	padding: 6px 14px;
	background: #fff;
	border: 1px solid #e8e4dc;
	border-radius: 24px;
	color: #555;
	font-size: 0.85rem;
	box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.our-services-carousel {
	padding: 0 48px;
	position: relative;
}
.our-services-carousel .swiper-button-prev,
.our-services-carousel .swiper-button-next {
	width: 42px;
	height: 42px;
	background: #754a11;
	border-radius: 50%;
	color: #fff;
	box-shadow: 0 2px 8px rgba(117,74,17,0.3);
}
.our-services-carousel .swiper-button-prev:hover,
.our-services-carousel .swiper-button-next:hover {
	background: #5c3b0e;
	color: #fff;
}
.our-services-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 16px rgba(0,0,0,0.06);
	transition: box-shadow 0.3s ease, transform 0.3s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.our-services-card:hover {
	box-shadow: 0 8px 28px rgba(0,0,0,0.1);
	transform: translateY(-4px);
}
.our-services-card .services-image {
	border-radius: 12px 12px 0 0;
	overflow: hidden;
	aspect-ratio: 4/3;
}
.our-services-card .services-image a {
	display: block;
	height: 100%;
}
.our-services-card .services-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}
.our-services-card .services-image img.img-face-top {
	object-position: top center;
}
.our-services-card:hover .services-image img {
	transform: scale(1.04);
}
.our-services-card .services-content {
	padding: 24px 20px 28px;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.our-services-card .services-content .title {
	margin-bottom: 12px;
}
.our-services-card .services-content .title a {
	font-size: 1.15rem;
	font-weight: 700;
	color: #2c1810;
	line-height: 1.35;
}
.our-services-card .services-content .title a:hover {
	color: #754a11;
}
.our-services-card .services-content p {
	font-size: 0.9rem;
	color: #555;
	line-height: 1.6;
	margin-bottom: 16px;
	flex: 1;
}
.our-services-card .more,
.explore-more-btn {
	font-size: 0.9rem;
	font-weight: 600;
	padding: 12px 24px;
	border-radius: 8px;
	align-self: flex-start;
	text-decoration: none;
	letter-spacing: 0.3px;
	transition: all 0.3s ease;
	border: 2px solid #754a11;
	background: #754a11;
	color: #fff !important;
}
.our-services-card .more:hover,
.explore-more-btn:hover {
	background: #5c3b0e;
	border-color: #5c3b0e;
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(117,74,17,0.35);
}
@media (max-width: 767px) {
	.our-services-home {
		padding: 40px 0 50px;
	}
	.our-services-header .title {
		font-size: 1.6rem;
	}
	.our-services-features {
		margin-bottom: 28px;
	}
	.our-services-carousel {
		padding: 0 36px;
	}
}

/* Meet Our Team: 2 profiles per page, reduced width, slider */
.dr-team-active {
	padding: 20px 0 50px;
	position: relative;
	max-width: 900px;
	margin: 0 auto;
}
.dr-team-active .swiper-container {
	padding: 0 44px;
}
.dr-team-active .swiper-slide {
	height: auto;
	padding: 4px;
	max-width: 420px;
}
.dr-team-card {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.08);
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
	max-width: 380px;
	margin: 0 auto;
}
.dr-team-card:hover {
	box-shadow: 0 8px 28px rgba(0,0,0,0.12);
	transform: translateY(-4px);
}
.dr-team-card-image {
	overflow: hidden;
	height: 400px;
	padding: 0;
	background: #f5f5f5;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.dr-team-card-image a {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.dr-team-card-image img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 400px;
	object-fit: contain;
	object-position: top center;
	display: block;
}
.dr-team-card-body {
	padding: 20px 18px 24px;
	flex: 1;
}
.dr-team-card-body a {
	display: block;
	text-decoration: none;
	color: inherit;
	line-height: 1.4;
}
.dr-team-card-body h3 {
	color: #754a11;
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0 0 8px 0;
}
.dr-team-card-body h3:hover {
	text-decoration: underline;
}
.dr-team-card-body p {
	color: #444;
	font-size: 0.9rem;
	margin: 0;
	line-height: 1.45;
}
.dr-team-slide-dot {
	padding-top: 28px;
}
.dr-team-active .swiper-button-prev,
.dr-team-active .swiper-button-next {
	width: 44px;
	height: 44px;
	background: #754a11;
	border-radius: 50%;
	color: #fff;
}
.dr-team-active .swiper-button-prev:after,
.dr-team-active .swiper-button-next:after {
	font-size: 18px;
	font-weight: bold;
}
.dr-team-active .swiper-button-prev:hover,
.dr-team-active .swiper-button-next:hover {
	background: #5c3b0e;
	color: #fff;
}
@media (max-width: 767px) {
	.dr-team-active .swiper-container {
		padding: 0 40px;
	}
	.dr-team-active .swiper-button-prev,
	.dr-team-active .swiper-button-next {
		width: 36px;
		height: 36px;
	}
	.dr-team-active .swiper-button-prev:after,
	.dr-team-active .swiper-button-next:after {
		font-size: 14px;
	}
}

/* Professional Gallery Section - Grid Layout */
.gallery-section {
	background: linear-gradient(180deg, #faf9f7 0%, #fff 100%);
	padding: 70px 0 80px;
}
.gallery-header {
	max-width: 650px;
	margin: 0 auto 40px;
}
.gallery-subtitle {
	display: inline-block;
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #754a11;
	margin-bottom: 10px;
	font-family: "Karla", sans-serif;
}
.gallery-title {
	font-size: 2.2rem;
	font-weight: 700;
	color: #2c2c2c;
	margin: 0 0 15px 0;
	font-family: "Playfair Display", serif;
}
.gallery-desc {
	color: #666;
	font-size: 1rem;
	line-height: 1.6;
	margin: 0;
}

/* Gallery Grid */
.gallery-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	padding: 0 15px;
}
.gallery-item {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0,0,0,0.1);
	aspect-ratio: 4/3;
	cursor: pointer;
	background: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: transform 0.5s ease;
}
.gallery-item:hover img {
	transform: scale(1.1);
}
.gallery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(117, 74, 17, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.4s ease;
}
.gallery-item:hover .gallery-overlay {
	opacity: 1;
}
.gallery-overlay i {
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	color: #754a11;
	transform: scale(0.8);
	transition: transform 0.3s ease;
}
.gallery-item:hover .gallery-overlay i {
	transform: scale(1);
}

/* Why Us - compact icon and row height */
.why-us-col ul {
	padding-top: 12px;
}
.why-us-col ul li {
	margin-bottom: 16px;
}
.why-us-col .icon-wrapper {
	width: 36px;
	height: 36px;
}
.why-us-col .icon-wrapper i {
	width: 32px;
	height: 32px;
	line-height: 30px;
}
.why-us-col .icon-wrapper i img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
}
.why-us-col .icon-content {
	padding-left: 56px;
	padding-top: 2px;
}
.why-us-col .icon-content h4 {
	font-size: 17px;
	margin: 0 0 2px 0;
}
.why-us-col .icon-content p {
	padding: 0;
	font-size: 14px;
	line-height: 1.4;
}
.btn-gallery-explore {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 16px 40px;
	background: linear-gradient(135deg, #754a11 0%, #a37140 100%);
	color: #fff !important;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	border-radius: 50px;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 4px 20px rgba(117,74,17,0.35);
	margin-top: 35px;
	animation: cta-pulse 2s ease-in-out infinite;
}
.btn-gallery-explore:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 30px rgba(117,74,17,0.5);
	background: linear-gradient(135deg, #5a3a0d 0%, #8a5f35 100%);
}
.btn-gallery-explore i {
	transition: transform 0.3s ease;
}
.btn-gallery-explore:hover i {
	transform: translateX(5px);
}

/* Gallery Responsive */
@media (max-width: 991px) {
	.gallery-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 15px;
	}
}
@media (max-width: 767px) {
	.gallery-section { padding: 50px 0 60px; }
	.gallery-title { font-size: 1.7rem; }
	.gallery-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}
	.gallery-item {
		border-radius: 8px;
	}
	.gallery-overlay i {
		width: 45px;
		height: 45px;
		font-size: 18px;
	}
}
@media (max-width: 480px) {
	.gallery-grid {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	.gallery-item {
		aspect-ratio: 16/10;
	}
}

/* ========================================
   FLOATING CTA BUTTONS
   ======================================== */
.floating-btn {
	position: fixed;
	bottom: 30px;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #fff;
	z-index: 9999;
	transition: all 0.3s ease;
	border: 3px solid rgba(255,255,255,0.3);
}
.floating-btn:hover {
	transform: scale(1.1) translateY(-3px);
	color: #fff;
}
.floating-btn i {
	font-size: 26px;
}

/* Call button - Left side */
.floating-call {
	left: 25px;
	background: linear-gradient(135deg, #8b5a2b 0%, #5d3a15 100%);
	box-shadow: 0 6px 20px rgba(117, 74, 17, 0.5);
	animation: pulse-call 2s infinite;
}
.floating-call:hover {
	background: linear-gradient(135deg, #9a6530 0%, #6d4520 100%);
	box-shadow: 0 8px 30px rgba(117, 74, 17, 0.6);
}

/* WhatsApp button - Right side */
.floating-whatsapp {
	right: 25px;
	background: linear-gradient(135deg, #25d366 0%, #128c3e 100%);
	box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
	animation: pulse-whatsapp 2s infinite;
}
.floating-whatsapp:hover {
	background: linear-gradient(135deg, #2ee374 0%, #1da851 100%);
	box-shadow: 0 8px 30px rgba(37, 211, 102, 0.6);
}

/* Pulse animations */
@keyframes pulse-call {
	0% {
		box-shadow: 0 6px 20px rgba(117, 74, 17, 0.5), 0 0 0 0 rgba(117, 74, 17, 0.4);
	}
	70% {
		box-shadow: 0 6px 20px rgba(117, 74, 17, 0.5), 0 0 0 15px rgba(117, 74, 17, 0);
	}
	100% {
		box-shadow: 0 6px 20px rgba(117, 74, 17, 0.5), 0 0 0 0 rgba(117, 74, 17, 0);
	}
}
@keyframes pulse-whatsapp {
	0% {
		box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5), 0 0 0 0 rgba(37, 211, 102, 0.4);
	}
	70% {
		box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5), 0 0 0 15px rgba(37, 211, 102, 0);
	}
	100% {
		box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5), 0 0 0 0 rgba(37, 211, 102, 0);
	}
}

/* Mobile adjustments - move buttons up when footer book btn is visible */
@media (max-width: 991px) {
	.floating-btn {
		width: 52px;
		height: 52px;
		bottom: 85px;
	}
	.floating-call {
		left: 20px;
	}
	.floating-whatsapp {
		right: 20px;
	}
	.floating-btn i {
		font-size: 24px;
	}
}
@media (max-width: 480px) {
	.floating-btn {
		width: 48px;
		height: 48px;
		bottom: 80px;
	}
	.floating-btn i {
		font-size: 22px;
	}
}

/* Primary CTA Button */
.btn-cta-primary {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 35px;
	background: linear-gradient(135deg, #754a11 0%, #a37140 100%);
	color: #fff !important;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	border-radius: 50px;
	text-decoration: none !important;
	transition: all 0.3s ease;
	box-shadow: 0 4px 20px rgba(117,74,17,0.35);
	border: none;
	cursor: pointer;
}
.btn-cta-primary:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 30px rgba(117,74,17,0.5);
	background: linear-gradient(135deg, #5a3a0d 0%, #8a5f35 100%);
	color: #fff !important;
}
.btn-cta-primary i {
	transition: transform 0.3s ease;
}
.btn-cta-primary:hover i {
	transform: translateX(5px);
}