/*
 Theme Name:   Sirpi Child
 Theme URI:    https://sirpi.wpengine.com/
 Description:  Sirpi Child Theme
 Author:       the WeDesignTech team
 Author URI:   https://wedesignthemes.com/
 Template:     sirpi
 Version:      1.0.0
 Text Domain:  sirpi-child
*/

@font-face {
  font-family: 'Euclid Medium';
  src: url('https://fit4you.ae/wp-content/uploads/2025/01/Euclid-Circular-A-Medium.ttf') format('truetype');
  font-weight: medium; /* or "medium" */
  font-style: normal;
}

@font-face {
  font-family: 'Euclid SemiBold';
  src: url('https://fit4you.ae/wp-content/uploads/2025/07/Euclid-Circular-A-SemiBold.ttf') format('truetype');
  font-weight: medium; /* or "medium" */
  font-style: normal;
}

@font-face {
  font-family: 'Euclid Regular';
  src: url('https://fit4you.ae/wp-content/uploads/2025/07/Euclid-Circular-A-Regular.ttf') format('truetype');
  font-weight: medium; /* or "medium" */
  font-style: normal;
}



 #back-to-top{
	display:none !important;
}

.wdt-column-wrapper .wdt-content-item .wdt-content-separator{
	display:none;
}

/*Doctors section */
.doctors-container{
	height:180px;
	width:180px;
	padding:0;
}

.doctors-container .elementor-widget-container {
    max-height: 50px;
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.4); 
    backdrop-filter: blur(10px); 
    padding: 10px; 
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); 
    z-index: 2; 
}

.doctor-type{
	color:#1E1A17;
	opacity:50%;		
}

.elementor-element .doctors-container{
	background-repeat:no-repeat;
	height:225px;
	width:225px;
}

.doctors-section{
	background-color:white;
}
/*Doctors section */

.blurred{
	backdrop-filter: blur(8px); 
}

/*Footer*/
#footer{
	background-color:white;
}

#footer .wdt-mailchimp-holder.wdt-template-type3 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form.with-btn-text input{
	width: calc(100% - 130px);
    padding-right: 0;
}

#footer .wdt-mailchimp-holder .wdt-mailchimp-subscribe-form{
	text-align:left;
	justify-content: left;
    justify-items: left;
}
#footer .wdt-mailchimp-subscription-button-holder button {
	font-weight: 400;
	text-transform: none;
	fill: #C79B52;
	color: #C79B52!important; 
	background-color: transparent;
	background-image: linear-gradient(90deg, #FBE9CA 0%, #EED3A6 100%); 
	border-radius: 0px; 
	box-shadow: 0px 0px 0px 4px rgba(199, 155, 82, 0.16) !important;
	padding: 12px 24px; 
	border: none;
	cursor: pointer;
	transition: background 0.3s ease;
}

#footer .wdt-mailchimp-subscription-button-holder button:hover {
	color: #C79B52 !important;
}

#footer .elementor-mobile-position-top{
	height:24px;
	display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
/*Footer*/

/*Procedure carousel*/
.procedure-carousel .wdt-carousel-holder .wdt-carousel-pagination-wrapper {
	position:absolute;
	top:-150px;
	width:100%;	
}

.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div > i {
	background-color: #fbf4e9; 
}

.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div{
	height:44px!important;
	width:44px!important;
}

.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination .wdt-arrow-pagination-next{
	margin-left:5px;
}

.procedure-carousel .swiper-slide-active .wdt-content-detail-group{
	height:unset;
}

.elementor-element.procedure-carousel .wdt-content-item{
	max-height:540px;
	overflow:hidden;
}

.elementor-element.procedure-carousel .wdt-content-item .wdt-content-media-group,
.elementor-element.procedure-carousel .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper,
.elementor-element.procedure-carousel .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image,
.elementor-element.procedure-carousel .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image img
{
	width:100%;
	position:relative;
}

.procedure-carousel .wdt-content-item .wdt-content-detail-group{
	position:absolute;
	bottom:0;
    width: 100%;
    padding: 20px;
    background-color: rgba(252, 252, 252, 0.06);
    backdrop-filter: blur(40px);
	
}
.procedure-carousel .wdt-content-item .wdt-content-title-group.below span{
	display:none;
}
.procedure-carousel .swiper-slide.swiper-slide-active{
	transform: translateY(-30px);
    transition: transform 0.3s ease;
}
.procedure-carousel .swiper-slide:not(.swiper-slide-active) .wdt-content-description{
	display:none;
}
 .carousel-star {
	position: relative;
    top:-250px;
} 
.procedure-carousel{
	height:771px;
}
/*Procedure carousel*/

/* Before and after slider */
.wdt-before-after-slider-span-before,
.wdt-before-after-slider-span-after {
    position: relative;
    padding: 15px 20px; 
    background: rgba(252, 252, 252, 0.06); 
    border: 1px solid rgba(252, 252, 252, 0.24); 
    border-radius: 6px; 
    backdrop-filter: blur(10px);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff; 
    display: inline-block;
    max-width: fit-content;
}

.wdt-before-after-slider-span-before {
    position: absolute;
    bottom: 10px; 
    left: 15px;
}

.wdt-before-after-slider-span-after {
    position: absolute;
    bottom: 10px;
    right: 15px;
}

.wdt-before-after-slider-container .wdt-img.wdt-foreground-img .wdt-before-after-slider-span-before{
	-webkit-transform:unset;
	bottom:10px;
	left:20px;
	top:unset;
    font-size: 12px;
    text-transform: capitalize;
    color: #fcfcfc;
}

.wdt-before-after-slider-container .wdt-img.wdt-background-img .wdt-before-after-slider-span-after{
	-webkit-transform:unset;
	bottom:10px;
	right:20px;
	top:unset;
    font-size: 12px;
    text-transform: capitalize;
    color: #fcfcfc;
}

.wdt-slider-button{
	background-color: rgba(252, 252, 252, 0.06); 
    border: 1px solid rgba(252, 252, 252, 0.24); 
    backdrop-filter: blur(11px); 
    border-radius: 50%; 
    padding: 10px 20px; 
    display: inline-flex; 
    align-items: center;
    justify-content: center;
    color: #fcfcfc; 
}

.wdt-before-after-slider-container .wdt-foreground-img img{
    position:relative;
} 

.elementor-widget-container .wdt-before-after-slider-container .wdt-slider-button{
	background-color:transparent;
	margin-top:-300px;
}

.elementor-widget-container .wdt-before-after-slider-container .wdt-slider-button::hover{
	background-color:transparent;
}

.wdt-slider-button svg {
    width: 20px; 
    height: 20px;
    fill: #FCFCFC; 
}

/* Before and after slider */


.hero-grids{
	border-radius:4px;
}

.wdt-content-media-group .wdt-content-separator.separator-1{
	display:none;
}

.services-figma-design .dt-services-list .dt-sc-service-item .image{
	width: 120px;
    height: 120px;
}

.services-figma-design .dt-sc-service-item.type2 .image img, .dt-services-list .dt-sc-service-item .image img{
	 border-radius:unset;
}

.dt-services-list .dt-sc-service-item:after{
	display:none;
}

.dt-services-list{
	display:flex;
}

.treatment-types-2 img{
	height:120px;
	width:120px;
}

.dt-sc-service-item.type1{
	background-color:white;
}

.dt-sc-service-item.type1{
	display: flex;
    flex-direction: row;
}

.dt-sc-service-price{
	display:none;
}

.dt-sc-service-item .dt-sc-button{
	display:none;
}

.treatment-types-2 .elementor-widget-container{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.treatment-types-2 .dt-sc-service-item.type1 .image{
	width:120px;
	height:120px;
	min-width:120px;
}

.treatment-types-2 .dt-sc-service-item.type1 .service-details{
	padding: 0px;
    width: auto;
    margin: 0 50px 0 24px;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.treatment-types-2 .dt-sc-service-item .service-details .dt-sc-service-price{
	display:none;
}

.treatment-types-2 .dt-sc-service-item .service-details h3{
	float:left;
}

.treatment-types-2 .dt-sc-service-item .service-details p{
	float:left;
	text-align:left;
	font-size:12px;
	text-align:justify;
	color:#B1B1B1;
	line-height:130%;
	letter-spacing:normal;
}

.treatment-types-2 .dt-sc-service-item .service-details h3 a{
	font-size:16px;
}

.text-container {
    display: flex;
    flex-direction: column;
    height: 100%; 
    justify-content: space-between; 
}

.text-container p {
    margin-bottom: auto; 
}

.text-container a {
    align-self: flex-start; 
	font-size:14px;
	color: #C3840F;
}

.treatment-types-2 .dt-sc-service-item.type1{
	margin-right:60px;	
}

.treatment-types-2{
	display:flex!important;	
}

.treatment-types-2 .left-column,.treatment-types-2 .right-column{
	flex-grow:0;
	flex-basis:0;
}

.category-services-menu .e-n-menu-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 50px 40px;
    gap: 20px;
    background: rgba(30, 26, 23, 0.02);
    width: 520px; 
}

.category-services-menu .e-n-menu-heading {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.category-services-menu .e-n-menu-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(30, 26, 23, 0.05); 
    width: 100%;
}

.category-services-menu .e-n-menu-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.category-services-menu .e-n-menu-title-container {
    display: flex;
    align-items: center;
    gap: 8px; 
}

.category-services-menu .e-n-menu-title-text {
    font-family: 'Marcellus', serif;
    font-size: 20px;
    color: #1E1A17;
    text-transform: capitalize;
    line-height: 1.5;
}

.category-services-menu .e-n-menu-item .e-n-menu-title{
	position: relative;
	width:100%;
}

.category-services-menu .e-n-menu-item .e-n-menu-title::before {
    content:' '; 
	position: absolute;
	top: calc(50% - 13px);
    right: 0;
    width: 25px;
	height: 25px;
	background-image: url('https://fit4you.ae/wp-content/uploads/2024/11/arrow.svg'); 
	background-size: cover; 
	background-position: center;
}

.category-services-menu .e-n-menu-item .e-n-menu-title .e-n-menu-title-container{
	width:100%;
}

.category-services-menu .e-n-menu-item .e-n-menu-title button.e-n-menu-dropdown-icon{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	display:none;
}

.category-services-menu button.e-n-menu-dropdown-icon span{
		opacity:0; 
}

.menu-main-fit.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon{
	opacity:0; 
 	display:none; 
}

.category-services-menu .e-n-menu-item:hover {
    background-color: rgba(195, 132, 15, 0.1);
}

.category-services-menu .e-n-menu-title-text:hover {
    color: #C3840F; 
}

.category-services-menu .elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]) .e-n-menu-item {
    padding: 20px 0px;
}

.category-services-menu .elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-title-container .e-n-menu-title-text {
	padding:0 30px;
}

.category-services-menu .top-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px; 
    flex-direction: row;
    width: 100%; 
}

.category-services-menu .star-icon {
    width: 12px; 
    height: 12px;
    margin-right: 4px; 
}

.category-services-menu .roman-numeral {
    font-family: 'Marcellus', serif;
    font-size: 14px;
    color: #C3840F; 
}

.category-services-menu .e-n-menu-title-container img[alt="Menu Icon"] {
    display: block;
    margin: 0 auto; 
    margin-top: 10px; 
}

.category-services-menu .e-n-menu-title-text {
    font-size: 18px; 
    color: #1E1A17; 
    text-align: center; 
    margin-top: 8px; 
    display: block;
}

.category-services-menu .custom-arrow-icon {
    margin-left: auto; 
    display: inline-block;
    vertical-align: middle;
}

.category-services-menu .e-n-menu-item .e-n-menu-title-container .top-container{
	display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 40px!important;
    position: relative;
    left: 130px;
}

.category-services-menu .e-n-menu-title-container img[alt="Menu Icon"]{
	height:48px;
	width:48px;
}

.treatment-types-2 .elementor-widget-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.treatment-types-2 .dt-sc-service-item.type1 {
    margin-right: 0;
    width: 50%;
}

.e-n-menu-title-text > span::before {
    content: '';
    display: inline-block;
    width: 16px; 
    height: 16px; 
    background-image: url('https://fit4you.ae/wp-content/uploads/2024/11/shape_star-2.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 4px; 
}

.e-n-menu-title-text > span{
	color:#C3840F;
}

.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-icon svg{
	width:48px;
	height:48px;
}

.e-n-menu-heading .e-n-menu-title-text{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: stretch;
    justify-content: space-evenly;
    align-items: flex-start;
}

.container{
	margin:0;
	padding:0px;
}

.services-grid .e-con>.e-con-inner{
	gap:10px;
}


.figma-menu{
	height:100%;
}

.figma-menu .elementor-widget-nav-menu .elementor-widget-container{
	display:flex;
	flex-direction:row!important;
}

.elementor-widget-icon-list .elementor-icon-list-text span {
    margin-right: 8px; 
}

.our-services-golden-title .elementor-widget-container p::before{
	content: '';
    display: inline-block;
    width: 16px; 
    height: 16px; 
    background-image: url('https://fit4you.ae/wp-content/uploads/2024/11/shape_star-2.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 4px; 
}

.our-services-golden-title .elementor-widget-container p::after{
	content: '';
    display: inline-block;
    width: 16px; 
    height: 16px;
    background-image: url('https://fit4you.ae/wp-content/uploads/2024/11/arrow_drop_down-1.svg'); 
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 4px; 
}

.styled-heading {
    align-items: center;
    font-family: "Marcellus", Sans-serif;
   	font-size: 32px;
    text-transform: none;
}

.testimonials-carousel .elementor-swiper-button{
	background-color: #fbf4e9!important;   
}

.testimonials-carousel .elementor-swiper-button i{
	color:#C3840F;	
}

.testimonials-carousel.elementor-element .swiper .elementor-swiper-button.elementor-swiper-button-prev {
    background-image: url('https://fit4you.ae/wp-content/uploads/2024/10/arrow_forward-1.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    color: transparent; 
	left:calc(50% - 53px);

}

.testimonials-carousel.elementor-element .swiper .elementor-swiper-button.elementor-swiper-button-next {
    background-image: url('https://fit4you.ae/wp-content/uploads/2024/10/arrow_forward-2.svg'); 
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    color: transparent;
	right:calc(50% - 53px);
}

.testimonials-carousel.elementor-element .swiper .elementor-swiper-button{
	top:110%;
	padding:0;
	margin:5px;
	width:44px;
	height:44px;
}

.testimonials-carousel .elementor-swiper-button i {
    display: none;
}

.testimonials-carousel .elementor-testimonial__image img{
	object-fit:unset;
}

.social-button-fit .elementor-size-sm{
	box-shadow:none;
	width:100%;
	backdrop-filter: blur(8px);
	margin-top:0px;	
}

.social-button-fit .elementor-button-wrapper a{
	margin:0;
}

.map-overlay {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: rgba(255, 255, 255,1);
    padding: 15px;
    width: 282px; 
	height:135px;
	background: #FCFCFC; 
    border: 1px solid rgba(252, 252, 252, 0.24); 
    box-shadow: 0px 2px 4px rgba(30, 26, 23, 0.12); 
    border-radius: 4px; 
}

.map-overlay h4 {
    margin: 0;
    font-size: 20px;
	text-transform:none;
	font-weight:400;
}

.map-overlay p {
    margin: 5px 0;
    font-size: 16px;
    line-height: 1.4;
	color:#1E1A17;
	opacity:50%;
}

.map-overlay a {
	font-family: 'Marcellus', serif;
	font-size: 14px;
	color: #dca048; 
}

.elementor-element.wdt-content-item .wdt-content-title h5 > a{
	text-transform:none;
}

.menu-main-fit.elementor-widget-n-menu .e-n-menu-title-text{
	align-items:flex-start;
}

.eye-photo-right{
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.contact-form-fit .elementor-button{
    font-weight: 400;
    text-transform: none;
    fill: #C79B52;
    color: #C79B52!important;
    background-color: transparent;
    background-image: linear-gradient(90deg, #FBE9CA 0%, #EED3A6 100%);
    border-radius: 0px;
    box-shadow: 0px 0px 0px 4px rgba(199.00000000000003, 155.00000000000006, 82.00000000000001, 0.16) !important;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
	border-radius:0px!important;
}

.contact-form-fit .elementor-button::hover{
	 color: #C79B52 !important;
}

.contact-form-fit .elementor-field-type-submit{
	width:auto;
}

.contact-form-fit .select-caret-down-wrapper{
	display:none;
}

.elementor-popup-modal .dialog-close-button.dialog-lightbox-close-button{
	background-color:#C3840F!important;
}

.dt-services-list .dt-sc-service-item .image{
	display:none;
}

.dt-services-list{
	overflow-x: scroll;
    width: 100%;
    display: grid;
    grid-auto-flow: column;
	scrollbar-width: none;
	padding:0 50px;
}

div .dt-services-list .dt-sc-service-item{
	margin: 0;
    padding: 10px 30px;
    margin-bottom: 0; 
   	min-height: auto;
    text-align: center;
}

.container::-webkit-scrollbar {
	display: none; 
}

.carousel-menu-serv-prev{
	position:absolute;
	left:0;
	width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
	z-index:2;
	background-color:#f8f2e6;
	color:#C3840F;
	box-shadow:none!important;
}

.carousel-menu-serv-next{
	position:absolute;
	right:0;
	width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
	z-index:2;
	background-color:#f8f2e6;
	color:#C3840F;
	box-shadow:none!important;
}

.carousel-menu-serv-prev:hover, .carousel-menu-serv-next:hover{
	background-color:#f8f2e6;
}

.services-carousel .service-details h3 a{
	font-size:14px;	
	font-weight: 400;
    white-space: nowrap;
}

.elementor.elementor .e-con>.elementor-widget .elementor-widget-container .elementor-shortcode{
	padding-left: 70px;
	font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: -0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

section.elementor-section.elementor-top-section.elementor-element.section-faq{
	padding: 120px 0px 120px 0px;
}

.elementor-element.e-grid.e-con-full.services-grid.e-parent{
	align-items: flex-start;
}

div .menu-main-fit .elementor-widget-n-menu .e-n-menu-title-container{
	cursor:pointer;
}

div #header-wrapper{
	box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
}

.services-carousel{
	box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
}

#header-wrapper .menu-main-fit>div>nav>div>ul{
    height: 90px;
}

body.home div #header-wrapper{
	margin:0 0 -100px;
}

body:not(.home) div #header-wrapper{
	margin:0;
}

.services-carousel .dt-sc-service-item .service-details h3{
	font-weight:400;
	text-transform:none;
}

.dt_service-template .main-title-section-wrapper{
	display:none;
}

.e-n-menu-title-container, .e-n-menu-title-text{
	cursor:pointer!important;
}

.menu-main-fit>div>nav>div>ul>.e-n-menu-item:hover{
	background-color:#C3840F;
}

.section-faq .elementor-widget-n-tabs .e-n-tab-title[aria-selected="true"]{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.section-faq .elementor-widget-n-tabs .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text{
	font-size:48px;
}

.section-faq .elementor-widget-n-tabs .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text span{
	font-size:24px;
	position:absolute;
	top:2px;
	left:60px;
}

.section-faq .elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-title-text{
    margin: 0px 0px 10px 0px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #1E1A1726;
	padding-top:10px;
	width:100%;
}

.section-faq .elementor-widget-n-tabs .e-n-tab-title .e-n-tab-title-text span{
	margin-right:10px;
}

.section-faq .elementor-widget-n-tabs .e-n-tab-title .e-n-tab-title-text{
	background-color:transparent;
}

.dt_service-template-default ..main-title-section-wrapper{
	display:none;
}

#header .fa-phone-alt{
	color:#C3840F;
}

.let-us-face-life .wdt-content-item .wdt-content-title h5 > a{
	text-transform:none;
}

div .wdt-before-after-slider-container:hover .wdt-slider-button{
	background-color:transparent;
}

.carousel-menu-serv-prev{
	font-size:0;
	background-image: url('https://fit4you.ae/wp-content/uploads/2024/10/arrow_forward-1.svg');
	background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
}

.carousel-menu-serv-next{
	font-size:0;
	background-image: url('https://fit4you.ae/wp-content/uploads/2024/10/arrow_forward-2.svg');
	background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;	
}

.wdt-column-wrapper.wdt-column-gap-default{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

div .elementor-widget-n-menu .e-n-menu-title.e-current a{
	color:black;
}

div .main-title-section-wrapper > .main-title-section-bg {
    background-image: none;
}

.wdt-header-tpl .e-con-inner .elementor-widget-button{
	height:100%;
}

section.main-title-section-wrapper:nth-of-type(2) {
    display:none;
}

section.main-title-section-wrapper{
	background-color:white;
}

div .elementor-widget-n-menu .e-n-menu-title.e-current a{
	color:white;
}

.single-format-standard .wrapper #main{
	padding-top:100px;
}

.page-id-7397 .wrapper #main .container{
	margin:0;
}

section.main-title-section-wrapper{
	display:none;
}

.nta_wa_button{
	display: flex;
    justify-content: center;
}

.error404 .elementor-widget-wdt-heading .elementor-widget-container .wdt-heading-holder .wdt-heading-subtitle-wrapper{
    line-height: 40px;
}

.error404 .elementor-widget-wdt-heading .elementor-widget-container .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{
	font-size:20px;
}


.home .elementor-element.hero-section:not(.elementor-motion-effects-element-type-background) {
    background: linear-gradient(rgba(239, 239, 239, 0.37), rgba(239, 239, 239, 0.37)), 
                url(https://fit4you.ae/wp-content/uploads/2025/07/DSC03957-copy-1.webp) 70% 50% no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
}

.e-search-submit{
	font-weight: 400;
	text-transform: none;
	fill: #C79B52;
	color: #C79B52!important; 
	background-color: transparent;
	background-image: linear-gradient(90deg, #FBE9CA 0%, #EED3A6 100%); 
	border-radius: 0px; 
	box-shadow: 0px 0px 0px 4px rgba(199, 155, 82, 0.16) !important;
	padding: 12px 24px; 
	border: none;
	cursor: pointer;
	transition: background 0.3s ease;
	margin:0;
}

.e-search,.e-search-form{
	height:100%;
}

.hero-section .elementor-hidden-mobile_extra .e-child{
	height:200px;
}

.elementor-widget-search .e-search-form {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.e-search-input-wrapper{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.elementor-widget-search .e-search-input.no-icon-label{
	height:50%;
}

.e-search-submit{
	height: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
}

div .elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]) .e-n-menu-item:not(:last-child){
	margin:0;
}

.elementor-widget-button .elementor-button-link{
	display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 100px;
}

.wc-block-cart__submit-container .wc-block-components-button__text, .wc-block-components-checkout-place-order-button{
    font-weight: 400;
    text-transform: none;
    fill: #C79B52;
    color: #C79B52!important;
    background-color: transparent;
    background-image: linear-gradient(90deg, #FBE9CA 0%, #EED3A6 100%);
    border-radius: 0px;
    box-shadow: 0px 0px 0px 4px rgba(199.00000000000003, 155.00000000000006, 82.00000000000001, 0.16) !important;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
	border-radius:0px!important;
}

.wc-block-components-panel__button{
    font-weight: 400;
    text-transform: none;
    fill: #C79B52;
    color: #C79B52!important;
    background-color: transparent;
    background-image: linear-gradient(90deg, #FBE9CA 0%, #EED3A6 100%);
    border-radius: 0px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
	border-radius:0px!important;
	text-align:center!important;
}

.woocommerce .wcwl_btn_wrapper .variations_form .variations tbody tr:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;    
}

.woocommerce div.product form.cart .variations .reset_variations{
	padding:10px;
}

div.category-services-menu .e-n-menu:not([data-layout=dropdown]) ul li.e-n-menu-item .e-n-menu-content{
		overflow-y:hidden!important;
}

.elementor-button-icon{
	align-items:center;
}

.PriceColumn-textAndProductImage{
	display:none!important;
}

.PriceColumn-button{
	background-color:red!important;
}

.wdt-elementor-container-fluid div .procedures-packages{
	display:flex;
	flex-direction:row;
	justify-content: space-between;
}

.procedures-packages .elementor-widget-container{
	display: flex;
    justify-content: center;
    align-items: center;
}

div .wdt-carousel-holder .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination{
	display: flex;
	justify-content: space-between;
	margin-left: 50px;
	margin-right: 50px;
}

:root {
	--wdtPrimaryColor:#C3840F!important;
  	--wdtSecondaryColor:#EED3A6!important;
}

.category-services-menu.elementor-widget-n-menu .e-n-menu-content > .elementor-element{
	overflow-y:scroll;
	overflow-x:hidden;
	scrollbar-width: none; 
	-ms-overflow-style: none; 
}

.category-services-menu.elementor-widget-n-menu .e-n-menu-content > .elementor-element::-webkit-scrollbar {
	display: none; 
}

.services-menu-carousel .elementor-image-box-title:hover{
	color:#C3840F;
}

.services-grids-boxes .wdt-content-subtitle{
	position: absolute;
	top: 15px;
	left: 20px;
}

.single-product .container {
  	max-width: 100%!important; 
	padding:0!important;
}

body:not(.home) .elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-title-container .e-n-menu-title-text {
  color: #000 !important;
}

body:not(.home) .elementor-2390 .elementor-element.elementor-element-ffd2431 {
    width: initial;
    max-width: initial;
    --e-search-placeholder-color: #000;
    --e-search-input-color: #000;
}
body:not(.home) .e-search-label svg {
  filter: brightness(0) saturate(100%);
}
.cat-serv-menu-mob .elementor-sub-item span{
	display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
}
.elementor-2390 .elementor-element.elementor-element-5854b7e{
	margin-top:25px;
}
.elementor-element .swiper .elementor-swiper-button svg{
	display:none;
}
.doctors-section .e-con-inner .elementor-image-box-wrapper{
	display:flex;
	flex-direction:row;
	
}
.doctors-section .e-con-inner .elementor-image-box-wrapper .elementor-image-box-content{
	width:100%;
}
/* Iconita implicita (inactiva) */
.e-n-tab-title::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("https://fit4you.ae/wp-content/uploads/2025/01/shape_star-12.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
  vertical-align: middle;
}

/* Iconita activa */
.e-n-tab-title[aria-selected="true"]::before {
  background-image: url("https://fit4you.ae/wp-content/uploads/2025/01/shape_star-11.png");
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon{
	display:none;
}

.elementor-button-icon .e-font-icon-svg path{
	fill:#c3840f;
}
 .elementor-widget-shortcode .elementor-shortcode .rank-math-breadcrumb{
	padding:0 80px;
}
.landing-pages-button.elementor-widget.elementor-widget-button a{
	width:100%;
}
div .landing-pages-carousel{
	margin:0;
}
.landing-pages-carousel .elementor-image-carousel-wrapper {
	width:80%;
}
.treatment-types-2.reverse-order .elementor-widget-container{
	flex-direction: row-reverse;
}
.contact-form-fit .elementor-button-text{
	text-transform:none;
}
.instagram-icon .elementor-element.elementor-widget.elementor-widget-icon-box,.facebook-icon .elementor-element.elementor-widget.elementor-widget-icon-box{
	height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1583px) {
	.wdt-header-tpl .e-con-inner .elementor-widget-container > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title {
		padding:7px;
	}

	.wdt-header-tpl .e-con-inner .elementor-widget-container > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title > .e-n-menu-title-container > span {
		font-size:14px;
	}

	div.category-services-menu .e-n-menu:not([data-layout=dropdown]) ul li.e-n-menu-item .e-n-menu-content {
		padding:100px;
	}

	.e-con .e-con-inner .elementor-widget-search {
		display: none !important;
	}

}
@media (max-width: 1377px) {
	.elementor-widget-button .elementor-button-icon{
		display: flex;
		align-content: center;
		justify-content: center;
		align-items: center;
	}
}

@media only screen and (max-width: 1024px) {
	
		
	.elementor-element .doctors-container{
		background-repeat:no-repeat;
		height:180px;
		width:180px;		
	}
	
	.doctors-container .elementor-widget__width-initial{
		width:200px!important;
	}
	
	.doctors-container{
		width:180px;
	}
	
	.elementor .doctors-section {
		padding:0!important;
		display: flex;
		flex-direction: column;
		align-content: stretch;
		justify-content: space-evenly;
		flex-wrap: wrap;
		align-items: center;
	}
	.doctors-section .e-con-inner{
		margin:0!important;
		padding:0!important;
	}
	
	.doctors-section .doctors-grid{
		display: grid!important;
        grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(1, 1fr);
		width:auto;
		align-self:center;
	}
	
	div .doctors-container.doctors-button-mobile .elementor-widget-container{
		height:0;
	}
	
	.doctors-container.doctors-button-mobile{
		padding:0;
	}
	
	.doctors-button-mobile a.elementor-button { 
		height: 100%;
		margin-top: 0;
		text-align: center;
		align-items: center;
		display: flex;
	}
	
	.doctors-button-mobile{
		height:180px;
	}
	
	.doctors-button-mobile div{
		height:100%;
	}
	
	.single-dt_service #header{
		background-color: #000000;		
	}
	
	#explore-our-services{
		padding:0!important;
	}
	
	.wdt-carousel-holder .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination{
		position:unset;
	}
		
	.mobile-services-grids .elementor-swiper-button{
		background-color:transparent;
	}
	
	.view-all-services-hero{
		display:none;
	}
		
	.home .elementor-element.elementor-element-hero-section:not(.elementor-motion-effects-element-type-background) {
		background: linear-gradient(rgba(239, 239, 239, 0.37), rgba(239, 239, 239, 0.37)), 
					url(https://fit4you.ae/wp-content/uploads/2025/07/DSC03957-copy-1.webp) 70% 50% no-repeat;
		background-repeat: no-repeat;
		background-size: cover;
	}
	body .elementor-element .elementor-widget-container .wdt-content-item-holder .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span{
		font-size:50px;
		width:50px;
	}

	.home .elementor-element.forever-young-hero-container .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title{
		font-size:40px;
		margin-top:30px;
	}
	
	.home .elementor-element.aesthetic-clinic-hero-container .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title{
		font-size:40px;
	}
	
	div. .home .elementor-element.forever-young-hero-container > .elementor-widget-container{
		padding:0!important;
	}
	
	div .home .elementor-element.aesthetic-clinic-hero-container > .elementor-widget-container{
		padding:0!important;
	}
	
	.home .elementor-element.hero-section-left-column.elementor-column > .elementor-widget-wrap{
		position:absolute;
	}
	
	.procedure-carousel .swiper-slide.swiper-slide-active{
		transform:scale(0.9) translateY(-20px);
	}
	
	.procedure-carousel .swiper-slide.swiper-slide-prev{
		transform:scale(0.9) translateX(50px);
	}
	
	.procedure-carousel .swiper-slide.swiper-slide-next{
		transform:scale(0.9) translateX(-50px);
	}
	
	
	.doina-ilie .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg{
		width:28px;
		height:28px;
		vertical-align:bottom;
	}
	
	.home .elementor-element.doina-ilie-section .wdt-content-item .wdt-content-title h5 > a{
		text-transform:none;
	}
	
	div .wdt-overflow-hidden{
		overflow:visible;
	}
	
	.elementor-section.elementor-inner-section.testimonials-section .elementor-column.before-and-after-section {
		order:2;
	}
	
 	.home .elementor-element.testimonials-section > .elementor-container > .elementor-column > .elementor-widget-wrap{
		margin-bottom:40px;
	}	
	
	.custom-contact-form-fit4you{
		width:95vw;
	}
	
	.custom-contact-form-fit4you .elementor-widget{
		width:100%;
	}
	
	.custom-contact-form-fit4you .custom-form{
		width:100%;
	}
	
	.custom-contact-form-fit4you .custom-form .row{
		flex-direction:column;
	}
	
	.custom-contact-form-fit4you .custom-form .row .input-group{
		width:100%;
	}
	
	.elementor-widget-wdt-before-after-slider .wdt-before-after-slider-container{
		aspect-ratio: 9 / 10 !important;
		width: 100%!important;
		height: auto!important;
	}
	
	.instagram-icon{
		width:44px;
	}
	
	.facebook-icon{
		width:44px;
	}
	
	.wdt-footer-tpl .elementor-element.social-icons-container{
		justify-content:center;
	}
	
	.all-rights-reserved .elementor-widget-container p{
		text-align:center;
	}
	
	
	
	div #header-wrapper{
		margin:0 0 -100px;
		position: fixed;
    	top: 0;
    	z-index: 100;
	}
	
	.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container{
		position:absolute;
		top:0;
		width:100vw;	
	}
	
	.cat-serv-menu-mob a>div{
		display: flex;
		flex-direction: column;
		width: 100%;
		margin-left:20px;
	}
	
	.cat-serv-menu-mob a>div>span{
		color: #C3840F;
	}
	
	.cat-serv-menu-mob a>div>span::before{
		content: '';
		display: inline-block;
		width: 16px;
		height: 16px;
		background-image: url(https://fit4you.ae/wp-content/uploads/2024/11/shape_star-2.png);
		background-size: contain;
		background-repeat: no-repeat;
		margin-right: 4px;
	}
	
	header .elementor-nav-menu--dropdown .elementor-item.elementor-item-active, 
	header .elementor-nav-menu--dropdown .elementor-item.highlighted,
	header .elementor-nav-menu--dropdown .elementor-item:focus, 
	header .elementor-nav-menu--dropdown .elementor-item:hover,
	header .elementor-sub-item.elementor-item-active,
	header .elementor-sub-item.highlighted,
	header .elementor-sub-item:focus,
	header .elementor-sub-item:hover {
		background-color: initial;
		color: initial;
}
	.pricing-section{
		margin-left:0px;
	}
	
	.services-grid{
		padding:0;
	}
	
	.procedure-carousel .wdt-carousel-holder .wdt-carousel-pagination-wrapper{
		position:relative;
		top:unset;
		right:unset;
	}
	
	.treatment-areas .elementor-widget-container .elementor-icon-box-wrapper{
		display: flex;
    	flex-direction: row;
	}
	
	.treatment-areas .elementor-icon-box-wrapper .elementor-icon-box-title{
		margin-top:0;
		margin-bottom:0;
	}
	
	.treatment-areas .elementor-icon-box-wrapper .elementor-icon-box-content{
		margin-left:20px;
	}
	
	.section-faq .e-n-tabs-content div div{
		width:100%!important;
	}
	
	.section-faq .elementor-widget-n-tabs .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text{
		font-size:32px;
	}
	
	.section-faq .elementor-widget-n-tabs .e-n-tab-title[aria-selected="true"] {
		margin:0;
		padding:0;
	}
	
	.section-faq .elementor-widget-n-tabs .e-n-tab-title[aria-selected="false"] {
		margin:0;
		padding:0;
	}
	
	.section-faq .elementor-widget-n-tabs .e-n-tab-title[aria-selected="true"] .e-n-tab-icon{
		position: relative;
    	top: 20px;
	}
	
	.section-faq .elementor-widget-n-tabs .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text span {
		font-size: 24px;
		position: absolute;
		top: -13px;
		left: 30px;
	}
	
	.carousel-star {
		position: relative;
		top: -250px;
	}
	
	#header .fa-phone-alt{
		color:unset;
	}
	
	.elementor-nav-menu .sub-menu{
		background-color: rgba(30, 26, 23, 0.02);	
	}
	

	body .wdt-elementor-container-fluid .elementor-section.elementor-section-boxed:not(.wdt-no-full-section) > .elementor-container{
		padding:0!important;
	}

	.error404 .elementor-widget-wdt-heading .elementor-widget-container .wdt-heading-holder .wdt-heading-subtitle-wrapper{
		line-height: 25px;
	}
	
	.error404 .elementor-widget-wdt-heading .elementor-widget-container .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{
		font-size: 14px;
	}
	
	.home .elementor-element.hero-section-left-column.elementor-column > .elementor-widget-wrap{
			margin-top:-120px;
	}
	 #wa {
		display: none; 
	  }
	
	.elementor-nav-menu--main {
		max-height: 300px; 
		overflow-y: auto;
	}

	.elementor-nav-menu--dropdown {
		max-height: 300px;
		overflow-y: auto;
	}
	.elementor-nav-menu--main::-webkit-scrollbar,
	.elementor-nav-menu--dropdown::-webkit-scrollbar {
		width: 6px;
	}

	.elementor-nav-menu--main::-webkit-scrollbar-thumb,
	.elementor-nav-menu--dropdown::-webkit-scrollbar-thumb {
		background-color: #ccc; 
		border-radius: 10px;
	}

	.elementor-nav-menu--main::-webkit-scrollbar-track,
	.elementor-nav-menu--dropdown::-webkit-scrollbar-track {
		background: #f1f1f1; 
	}
	
	.elementor-menu-toggle:active{
		background-color:transparent!important;
	}
	
	.elementor-menu-toggle:hover{
		background-color:transparent!important;
	}
	
	.elementor-swiper-button{
		background-color:transparent!important;
	}

	.wdt-icon-box-holder .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg{
		width:50px;
		height:50px;
	}
	
	.product-grid-view{
		display:flex;
		flex-direction:column;	
	}
	
	.product-grid-view .woocommerce-product-gallery--with-images{
		width:100%!important;
	}
	
	.woocommerce div.product.type-product > div.images ~ .summary{
		width:100%!important;
	}
	
	body .entry-summary .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart{
		display:flex!important;
		flex-direction:column!important;
	}
	
	body .product-grid-view .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .quantity-with-plusminus{
		display: flex;
		flex-direction: row;
		align-content: space-between;
		justify-content: space-between;
		margin-right:0;
	}
	
	body .product-grid-view .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button{
		height:50px;
	}
	
	.woocommerce-Price-amount bdi{
		font-size:30px;
	}

	body .product-grid-view .entry-summary .price{
		line-height:10px!important;
	}
	
	.our-services-container{
		padding:0;
	}
	
	.dt_service-template > div > div{
		margin-top:100px;
	}
	
	.dt_service-template .pricing-section{
		margin-top:0px;
	}
	
	.dt_service-template #header .wdt-header-tpl{
		background-color:#f8f2e6;
	}
	
	.elementor-section.elementor-top-section.elementor-section-height-full.elementor-section-items-middle{
		height:500px;
	}
	
	section.elementor-section.elementor-top-section.elementor-element.section-faq{
		padding: 120px 0px 50px 0px;
	}
	
	.treatment-areas{
		display: flex;
		align-content: center;
	}
	
	.treatment-areas .elementor-image-box-wrapper{
		display: flex;
		align-content: center;
		justify-content: center;
		align-items: center;
		gap: 5px;
	}
	.doctors-section .e-con-inner .elementor-element{
	display:flex;
}

.doctors-section .e-con-inner .elementor-image-box-wrapper
 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}
	 .elementor-widget-shortcode .elementor-shortcode .rank-math-breadcrumb{
	padding:0;
}
	.elementor-button-icon .e-font-icon-svg path{
	fill:black;
}
	.doctors-section .button-hidden-on-mobile{
		display:none!important;
	}
	
}
@media (min-width: 100px) and (max-width: 479px) {
    .e-con {
        --container-max-width: none;
    }
	
	div .wdt-footer-tpl .elementor-element.links-contact{
		--e-con-grid-template-columns:repeat(2, 1fr);
	}
	
	.error404 .elementor-widget-wdt-heading .elementor-widget-container .wdt-heading-holder .wdt-heading-subtitle-wrapper{
    		line-height: 25px;
	}	
	
	.error404 .elementor-widget-wdt-heading .elementor-widget-container .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{
			font-size: 14px;
	}
}
