/* Fix IBM contrast violations without affecting design */
.elementor-element-338a509 .elementor-heading-title a,
.elementor-element-73ad0c7 .elementor-heading-title,
.elementor-element-b87b04d p,
.elementor-element-00def84 .elementor-heading-title {
    /* Slightly darker color for better contrast (still visually similar) */
    color: #f5f5f5 !important;

    /* Optional subtle shadow to improve readability on backgrounds */
    text-shadow: 0 0 2px rgba(0,0,0,0.5);
}
.elementor-element-73ad0c7 .elementor-heading-title {
    color: #f5f5f5 !important;  /* slightly off-white for better contrast */
    text-shadow: 0 0 2px rgba(0,0,0,0.5); /* optional, improves readability */
}

.inner-banner-wy .elementor-heading-title ,
.inner-banner-wy .elementor-widget-text-editor p {
	color: #f5f5f5 !important;
    text-shadow: 0 0 2px rgba(0,0,0,0.5);
}

/* Custom CSS */
/* Accessibility Fixes Layer - won't override unless needed */
.modal-inner .visually-hidden {
    display: none;
}
.accessibility-fix {
  color: #000 !important; /* safer fallback */
}
.elementor-button .accessibility-fix {
    color: inherit !important;
}
/* header new */
.admin-bar .sticky-header-wy {
    top: 32px !important;
}
.new-menu-wy .menu-item.parent {
    border: 0 !important;
}
.header-menu-wrapper-wy {
  width: 100%;
  transition: 0.4s all ease, opacity 0.3s ease;
}

/* After 100px — becomes fixed */

.admin-bar .header-menu-wrapper-wy {
    top: calc(90px + var(--wp-admin--admin-bar--height)) !important;
}
/* Scroll down — hide header smoothly */
.header-menu-wrapper-wy.scroll-down {
  transform: translateY(-100%);
  opacity: 0;
}

/* Scroll up — show header smoothly */
.header-menu-wrapper-wy.scroll-up {
  transform: translateY(0);
  opacity: 1;
}
/* .admin-bar .header-menu-wrapper-wy.scroll-up {
   top: 32px;
} */
/* header Active color changed on base of accessibility */
.header_secondary_ms .menu-wy .menu-item.current-menu-ancestor a.hfe-menu-item {
    color: #8C6239 !important;
}
.header_secondary_ms .menu-wy .menu-item.current-menu-ancestor a.hfe-menu-item i.fa {
    color: #8C6239!important;
}
.header_secondary_ms.sticky .menu-wy .menu-item.current-menu-ancestor a.hfe-menu-item {
    color: #bb956d !important;
}
.header_secondary_ms.sticky .menu-wy .menu-item.current-menu-ancestor a.hfe-menu-item i.fa {
    color: #bb956d !important;
}

/* Headings inside your tab panels */
.generic h2,
.generic h3,
.tabpanel h2,
.tabpanel h3 {
  color: #111 !important; /* darker for better contrast */
}

/* Paragraph flagged */
.generic p {
  color: #222 !important;
}
/* Ensure image box titles pass contrast */
.elementor-image-box-content h3.elementor-image-box-title {
  color: #111 !important; /* strong contrast */
} 

/* Optional: apply only when accessibility-fix is present */
.accessibility-fix .elementor-image-box-content h3.elementor-image-box-title {
  color: #111 !important;
}



/*  */
html {
  scroll-behavior: smooth;
}
.header_secondary_ms {
    position: relative;
    width: 100%;
    transition: all 0.3s ease;
}

.header_secondary_ms.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: rgb(0 0 0 / 80%) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
}

.header-placeholder {
    display: none;
    width: 100%;
}
.header-placeholder.active {
    display: block;
}

.tabs-home .e-n-tab-title:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 18px;
    background-color: #000;
    margin-left: 30px;
    margin-right: 30px;
    vertical-align: middle;
}
.sub-headings {
    width: fit-content;
}
.tabs-home .e-n-tab-title[aria-selected="true"] {
    text-decoration: underline;
	color: #B38A5F !important;
}
.tabs-home .e-n-tab-title:hover .e-n-tab-title-text, 
.tabs-home .e-n-tab-title[aria-selected=true],
.tabs-home .e-n-tab-title[aria-selected=true] .e-n-tab-title-text {
    color: #B38A5F !important;
}

.footer_ms span.elementor-divider-separator {
    border-radius: 20px;
}
.footer-sidebar-wy {
    opacity: 0;
}
.footer-sidebar-wy .elementor-icon-box-title a {
    color: #fff !important;
}
.elementor-editor-active .footer-sidebar-wy {
    opacity: 1;
}
/* testimonial css */
.testimonial-slider .slick-prev:before,.testimonial-slider .slick-next:before{
	content: "" !important;
}
.testimonial-slider {
    position: relative;
}
.testimonial-slider .arrow-clients {
    height: 18px;
    width: 30px;
}
.testimonial-slider .slick-prev {
    right: 50px;
    top: 40% !important;
    padding: 0 !important;
    left: unset;
    z-index: 99;
}
.testimonial-slider .slick-next {
    right: 50px !important;
    bottom: 32%;
    padding: 0 !important;
    top: unset !important;
    z-index: 9;
}
.testimonial-slider .slick-dots li {
    margin: 0;
    transform: rotate(45deg);
    width: 12px;
}
.testimonial-slider .slick-dots li {
    margin: 0 4px; /* Reduce gap between dots */
}
.testimonial-slider .slick-dots li button {
    width: 7px;    
    height: 7px; 
    background: #000;
    border-radius: 0; 
    display: block;
    opacity: 0.5;
    transition: opacity 0.3s ease;
    padding: 0; 
}
.testimonial-slider .slick-dots li button:before {
    content: none; 
}
.testimonial-slider .slick-dots li.slick-active button {
    opacity: 1;
}
.testimonial-slider ul.slick-dots {
    top: 47% !IMPORTANT;
    bottom: unset !IMPORTANT;
    right: 30px !important;
    width: fit-content;
    transform: rotate(90deg);
}
/* gallery */
.img-gallery-mk .gallery-item {
    position: relative;
    overflow: hidden;
}
.img-gallery-mk .gallery-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 90%;
    background: rgb(0 0 0 / 58%);
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
    z-index: 1;
    pointer-events: none;
}
.img-gallery-mk .gallery-item:hover::before {
    opacity: 1;
}
.img-gallery-mk .gallery-item::after {
    content: "";
    background: url('/wp-content/uploads/2025/08/zoom_in.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    height: 38px;
    width: 38px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
    pointer-events: none;
}
.img-gallery-mk .gallery-item:hover::after {
    opacity: 1;
}
.img-gallery-mk .gallery-item .gallery-icon img {
  object-fit: cover;
  aspect-ratio: 5/6;
}
.list-ftr .elementor-inline-items {
    justify-content: space-between !important;
}
.search-mk .hfe-search-icon-toggle {
    margin-top: 4px;
}
footer#colophon {
    overflow-x: hidden;
}
/*=============================== services Page ==============================*/
.sub-services-btn-wy .elementor-button {
    color: #fff !important;
}
.sub-services-btn-wy .elementor-button-text span {
    font-weight: 600;
}
.sub-services-btn-wy .elementor-button:hover {
    color: #261F1F !important;
}
.sub-services-btn-wy .elementor-button:focus {
    color: #261F1F !important;
}
.sub-services-heading-wy {
    position: absolute;
    width: calc(100% - 80px);
    top: 90px;
	left: 50%;
    transform: translateX(-50%);
}
.sub-services-text-wy {
    opacity: 0;
}
.sub-services-card-wy:before {
    opacity: 0;
}
.sub-services-card-wy:hover:before {
    opacity: var(--overlay-opacity);
}
.sub-services-card-wy:hover .sub-services-heading-wy {
    opacity: 0;
}
.sub-services-card-wy:hover .sub-services-text-wy {
    opacity: 1;
}
.sub-services-card-wy:hover .sub-services-btn-wy .elementor-button {
    color: #261F1F !important;
	background-color: #ffffff !important;
}

/* =============================Accordion style ============================ */
.wp-accordion .e-n-accordion-item[open] > .e-n-accordion-item-title {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.carousel-wrapper-slick-wy .slick-slide {
    margin: 0 10px;
}
.left-slick-btn-wy .elementor-icon,
.right-slick-btn-wy .elementor-icon {
    cursor: pointer;
}
.sub-services-heading-wy.radiant {
    word-wrap: break-word;
}
.button-tel a {
    color: #fff !important;
}
.button-tel a:hover, .button-tel a:focus {
    color: #b38a5f !important;
}
.button-online a {
    color: #b38a5f !important;
}
.button-online a:hover, .button-online a:focus {
    color: #fff !important;
}
.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal 
.menu-item-has-children .sub-menu-active a .sub-arrow i:before {
  content: '' !important;
}	

/* terms-condition-content */
.terms-condition-content-wy h5 {
    margin-top: 40px;
    margin-bottom: 5px;
	font-weight: 600;
}
.terms-condition-content-wy h5:first-child {
    margin-top: 0;
}
/* contact us */
.cnt-form-wy .ginput_container input,.cnt-form-wy .textarea {
    border-radius: 10px;
    padding: 15px !important;
    border: 1px solid #ccc;
}
.cnt-form-wy .ginput_container input:focus-visible,.cnt-form-wy .textarea:focus-visible {
    outline: none !important;
}
.cnt-form-wy .gform_button  {
    background-color: #000000;
    color: #fff !important;
    border: 2px solid #000000;
}
.cnt-form-wy .gform_button:hover  {
    background-color: #ffffff00;
    color: #b35f5f !important;
    border: 2px solid #000000;
}
/* membership */
.buy-now-btn-wy a.healcode-link {
    background-color: #FFFFFF00;
    color: #fff;
    font-family: "Manrope", Sans-serif;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 1 !important;
    border: 1px solid #B38A5F;
    padding: 14px 24px;
    display: block;
    width: fit-content;
    margin: 0 auto;
}
.buy-now-btn-wy a.healcode-link:hover {
    background-color: #ffffff;
    color: #000000;
}
/* ====================Booking================== */
.tabs-home {
  position: relative;
}
.tabs-home .loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid #f3f3f3;
  border-top: 4px solid #333;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  animation: spin 0.8s linear infinite;
  z-index: 10;
  background: rgba(255,255,255,0.5);
}
.tabs-home .loader.active {
  display: block;
}
@keyframes spin {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* ==================== Testimonial Page ================== */
.ti-widget.ti-goog .ti-read-more span {
    opacity: 1 !important;
    color: #272727;
}
.ti-widget.ti-goog .ti-widget-container .ti-date {
    color: #272727 !important;
}
/*===================== 404 Page ========================*/
.custom-404 {
    max-width: 600px; 
    margin: 250px auto 80px; 
    text-align: center;
    padding: 40px 20px;
    background-color: #f9f9f9;
    border-radius: 10px; 
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.custom-404 h1 {
    font-size: 80px;
    margin-bottom: 20px;
    color: #333;
	font-family: "Marcellus";
}
.custom-404 h2 {
    font-size: 28px; 
    margin-bottom: 15px;
    color: #555;
	font-family: "Marcellus";
}
.custom-404 p {
    font-size: 16px;
    margin-bottom: 25px;
    color: #666;
}
.custom-404 a {
    display: inline-block;
    padding: 12px 25px;
    background-color: #000000;
    color: #fff !important;
    text-decoration: none;
    border-radius: 60px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}
.custom-404 a:hover {
    background-color: #B38A5F;
}
/*=============================== Media queries ==============================*/
@media (min-width: 1441px) and (max-width: 1800px) {
/*     .page-id-35 h1 {
        font-size: 76px !important;
    }
    .page-id-35 h2 {
        font-size: 70px !important;
    } */
	.logo_footer_ms h2 {
        font-size: 115px !important;
    }
	.featured-service-section h3 {
    	font-size: 30px !important;
	}
	.reviews-txt p {
		font-size: 20px;
		line-height: 1.7em;
	}
	.silent-moment-h2 h2 {
		font-size: 50px !important;
	}
	.header_secondary_ms a.hfe-menu-item {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

@media (max-width: 1441px) {
	.tabs-home .e-n-tab-title:not(:last-child)::after {
		margin-left: 15px;
		margin-right: 15px;
	}
	.gallery-item::after {
		height: 28px;
		width: 28px;
	}
}

@media (min-width: 1082px) and (max-width: 1290px) {
    .silent-moment-h2 h2 {
        font-size: 28px !important;
    }

    .header_secondary_ms a.hfe-menu-item {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}


@media (max-width: 1081px) {
	.admin-bar .header-menu-wrapper-wy {
		top: calc(70px + var(--wp-admin--admin-bar--height)) !important;
	}
	.search-mk .hfe-search-icon-toggle {
		margin-top: 0px;
	}
	.testimonial-slider ul.slick-dots {
    	top: 46.5% ! IMPORTANT;
	}
	.divider-mk .elementor-divider-separator {
		border-top-width: 5px !important;
	}
	.sub-services-heading-wy {
		top: 50px;
		width: calc(100% - 20px);
	}
	.custom-404 {
    	margin: 200px auto 60px;
	}
}
@media screen and (max-width: 782px) {
    .admin-bar .sticky-header-wy {
		top: 46px !important;
	}
}
@media(max-width:767px) {
	.mobile-header-wy {
		position: fixed;
	}

	.footer_ms span.elementor-divider-separator {
	   border-block-start: 3px solid #FFF !important;
	   position: absolute;
	   left: 259px;
	   top: -21px ! IMPORTANT;
	   width: 65px ! IMPORTANT;
	}
	.list-header ul.elementor-icon-list-items.elementor-inline-items {
		justify-content: center;
	}
	.list-header li.elementor-icon-list-item a {
		font-size: 10px !important;
	}
	.list-header li.elementor-icon-list-item span {
		font-size: 10px !important;
		padding: 0 !important;
	}
	.testimonial-slider .slick-prev {
		left: 10px;
		bottom: -9% !important;
		top: unset !IMPORTANT;
	}
	.testimonial-slider .slick-next {
		right: 20px !important;
		bottom: -9%;
		padding: 0 !important;
		top: unset !important;
		z-index: 9;
	}
	.testimonial-slider ul.slick-dots {
		width: fit-content;
		transform: rotate(0deg);
		left: 41% !important;
		right: unset !important;
		bottom: unset !important;
		top: 100.4% !important;
	}
	.user-box-review h3.elementor-image-box-title {
		margin-bottom: 0;
	}	
	.img-gallery-mk .elementor-image-gallery .gallery-item {
		width: 50%;
	}
	.list-ftr ul.elementor-inline-items {
		flex-direction: row;
		gap: 10px;
	}
	.list-ftr li.elementor-icon-list-item.elementor-inline-item {
		width: 40%;
	}	
	div#page {
		overflow-x: hidden;
	}
	.tabs-home .e-n-tab-title:not(:last-child)::after {
		width: 1px;
		height: 14px;
	}
	.tabs-home .e-n-tab-title:not(:last-child)::after {
        margin-left: 5px;
        margin-right: 8px;
    }
	.custom-404 {
		max-width: 90vw;
		margin: 150px auto 60px;
		padding: 20px;
	}
	.custom-404 h1 {
		font-size: 50px;
	}
	.custom-404 h2 {
		font-size: 20px;
	}
	.custom-404 p {
		font-size: 14px;
	}
}