/*
 Theme Name:   Hello Elementor Child
 Description:  Child theme for Hello Elementor
 Template:     hello-elementor
*/

/* Add your custom styles below this line */
@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap');


/* ========== SAFARI OPTIMIZATION ========== */
/* Hardware acceleration for all transforms */
[class*="rotate"],
[class*="scale"],
[style*="transform"] {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Optimize fixed/sticky elements */
[class*="sticky"],
[class*="fixed"],
.cursor,
.cursorinner,
.ekit-template-content-header {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* Optimize images */
img {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
/* ========== END SAFARI OPTIMIZATION ========== */

.ekit-template-content-markup.ekit-template-content-header {
  z-index: 9999;
  position: relative;
}


.site-footer{
	display:none;
}

*{
  margin: 0;
  padding: 0;
  transition-property: transform, opacity;
}

html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body{
  -webkit-overflow-scrolling: touch;
  overflow-x: clip;
  max-width: 100vw;
  background-color:#000 !important;
}
.elementor-button-link {
  text-decoration: none;
}
 /* .elementor {
  overflow-x: hidden;
 } */

 /* 25. OPTIMIZE VIDEO RENDERING */
video {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}


.cursor {
  width: 30px;
  height: 30px;
  border-radius: 50px;
	border: 1px solid #000;
  background-color: transparent;
	opacity: .6;
  z-index: 99999;
  transition: all 0.3s ease-in-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%)rotate(45deg);
}
.cursor.is-moving {
  transform: scale(1);
}
.cursor.button-hover{
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  width: 60px;
  height: 60px;
  mix-blend-mode: difference;
  background:#fff;
  opacity: 1;
}
.cursorinner {
  width: 7px;
  height: 7px;
  background-color: #000;
  border-radius: 50px;
  opacity: .8;
  z-index: 999999;
  position: fixed;
  transform: translate(-50%, -50%)rotate(45deg);
  pointer-events: none;
  transition: width .3s, height .3s, opacity .3s transform 0.3s ease;;
}
.cursor span{
  display: none;
}
/* ADD THIS */
.cursor,
.cursorinner {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  pointer-events: none;
}
.ekit-template-content-header{
  transition: all 0.3s ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, background-color;
}
/* 19. OPTIMIZE FIXED ELEMENTS */
.ekit-template-content-header.sticky,
.cursor,
.cursorinner {
  position: fixed;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}
.ekit-template-content-header.sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: transform 0.3s ease, background-color 0.3s ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, background-color;
}
.ekit-template-content-header.sticky div >.elementor-element{
 background-color: #000 !important;
 color: #fff;
}
.ekit-template-content-header.sticky .e-con-inner{
  background: transparent !important;
  transition: all 0.3s ease;
}
.ekit-template-content-header.sticky .elementskit-navbar-nav .menu-item a{
  color: #fff !important;
}
.ekit-template-content-header.sticky .elementskit-navbar-nav .menu-item a.active{
  color: #f8d384 !important;
}

.ekit-template-content-header.sticky .sub-header.animated-bg {
    display: none !important;
}

.ekit-template-content-header .elementor-widget-container img{
  transition: all 0.3s ease-in-out;
}

.elementskit-navbar-nav > li.current-menu-item > a{
  font-weight: 600 !important;
}
.ekit_menu_responsive_tablet>.elementskit-navbar-nav-default{
  background-color: transparent !important;
}
.ekit-template-content-header.sticky .elementor-widget-container img{
  max-width: 9vw;
}

/*---footer----*/

.footer_nav_menu .elementskit-navbar-nav{
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  gap: 0rem;
}


/* ------- scroll css -------*/
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    background-color: #5a5a5a;
}

::-webkit-scrollbar
{
	width: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: #f8d384;
    border-radius: 20px;
}
/* -------------------------------*/
#pumpkin_facial:target {
	scroll-margin-top: 80px;
}

.primary_btn .elementor-button{
  background-image: linear-gradient(311deg, rgba(248,211,132,1) 0%, rgba(180,141,58,1) 25%, rgba(209,165,74,1) 50%, rgba(187,148,66,1) 75%, rgba(248,211,132,1) 100%);
	background-size: 300% 100%;
  border-radius: 50px;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.primary_btn .elementor-button:hover {
  background-position: 100% 0;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.primary_btn .elementor-button:focus {
  outline: none;
}

.gradiant_text .elementor-heading-title{
	background: linear-gradient(90deg, rgba(212,182,98,1) 0%, rgba(248,211,132,1) 50%, rgba(212,182,98,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


/* 22. REDUCE ANIMATION ON SAFARI (Conditional) */
.is-safari .hero_title .n2-ss-button-container a div,
.is-safari .main_title_golden .elementor-heading-title {
  animation-duration: 8s; /* Slower on Safari */
}

.is-safari .hero_slider .n2-ss-slide {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* 28. PERFORMANCE MODE FOR LOW-END DEVICES */
.reduce-motion * {
  animation-duration: 0.01ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0.01ms !important;
  will-change: auto !important;
}
/* 32. OPTIMIZE ELEMENTOR ANIMATIONS */
.elementor-invisible {
  opacity: 0;
  transition: opacity 0.3s ease !important;
}

.elementor-invisible.elementor-widget-animated {
  opacity: 1;
}

/* ========== CRITICAL SAFARI & PERFORMANCE FIXES ========== */

/* 1. FORCE HARDWARE ACCELERATION ON ALL ANIMATED ELEMENTS */
.hero_title .n2-ss-button-container a div,
.lets_talk_head h2,
.candela_title .elementor-heading-title,
.main_title_golden .elementor-heading-title,
.services_card .elementskit-box-body .elementskit-box-footer .elementskit-btn,
.service_tabs .eael-feature-list-items .eael-feature-list-item .eael-feature-list-content-box .eael-feature-list-title a,
.service__card .elementor-image-box-title,
.animated-bg,
.cursor,
.cursorinner,
.ekit-template-content-header,
[class*="elementor-animation"],
.hero_slider .n2-ss-slide,
.n2-ss-slider-wrapper,
.n2-ss-slide-background-image {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

/* 2. OPTIMIZE GRADIENTS FOR SAFARI */
.hero_title .n2-ss-button-container a div,
.lets_talk_head h2,
.main_title_golden .elementor-heading-title,
.candela_title .elementor-heading-title {
  /* Reduce animation complexity on Safari */
  animation: move 5s linear infinite;
  -webkit-animation: move 5s linear infinite;
  
  /* Add containment for better performance */
  contain: paint layout;
}

/* 3. SAFARI-SPECIFIC BACKDROP FILTER OPTIMIZATION */
@supports (-webkit-backdrop-filter: blur(1px)) {
  .ekit-template-content-header.sticky,
  .contact-form,
  .enquire-form,
  [style*="backdrop-filter"] {
    /* Reduce blur on Safari for better performance */
    -webkit-backdrop-filter: blur(3px) !important;
    backdrop-filter: blur(3px) !important;
  }
  
  .pum-overlay {
    -webkit-backdrop-filter: blur(3px) !important;
    backdrop-filter: blur(3px) !important;
  }
  /* Simplify animations on Safari */
  .service__card:hover .elementor-image-box-img:after {
    animation: none;
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
  
  /* Remove blinking animation on Safari */
  .is-safari .service__card:hover .elementor-image-box-img:after {
    animation: none !important;
  }
}
/* 4. OPTIMIZE SLIDER TRANSITIONS */
.hero_slider .n2-ss-slide,
.n2-ss-slider-wrapper,
.n2-ss-slide-background-image {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, opacity;
}

/*------------------  hero - slider  ------------------------*/
.hero_slider_section {
  overflow: hidden;
}
.hero-slider .swiper-wrapper > .wp-swiper__slide .content-column {
  max-width: 45%;
  padding-block: 1.5rem;
}
.hero-slider .swiper-wrapper > .wp-swiper__slide .wp-swiper__slide-content > .wp-block-columns {
  margin: 0 !important;
}

.hero-slider .swiper-wrapper > .wp-swiper__slide .wp-block-image {
  position: relative;
}
.hero-slider .swiper-wrapper > .wp-swiper__slide .wp-block-image::after{
  content: "";
  background: linear-gradient(91deg, rgba(0,0,0,1) 6%,rgba(0,0,0,0.9) 10%,rgba(0,0,0,0.8) 15%,rgba(0,0,0,0.6) 22%, rgba(0,0,0,0) 60%);
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
}
.hero-slider .swiper-wrapper > .wp-swiper__slide .wp-block-image img {
  border-radius: 2rem;
  margin: 0;
}
/* 33. REDUCE COMPLEXITY OF PSEUDO ELEMENTS */
.hero-slider .swiper-wrapper > .wp-swiper__slide .wp-block-image::after,
.services_card .elementskit-info-image-box::after,
.service__card .elementor-image-box-img:after {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: opacity;
  contain: paint;
}
.hero_img.offer-slide > div::after {
  content: none;
}

.hero-slider .swiper-wrapper > .wp-swiper__slide h2.wp-block-heading, .lets_talk_head h2{
  font-size: 5.8rem !important;
  font-family: "Gilda Display", Sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: 1px !important;
  line-height: 1 !important;
  width: fit-content !important;
  color: transparent !important;
  background-image: linear-gradient(135deg, rgba(212,182,98,1) 0%, rgba(148,116,48,1) 20%, rgba(248,211,132,1) 40%, rgba(148,116,48,1) 60%, rgba(248,211,132,1) 80%, rgba(212,182,98,1) 100%) !important;
  background-size: 200% 200% !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  animation: move 5s linear infinite;
  -webkit-animation: move 5s linear infinite;
}

.hero-slider .swiper-wrapper > .wp-swiper__slide h3.wp-block-heading {
  font-size: 3.35rem !important;
  font-family: "Gilda Display", Sans-serif !important;
  font-weight: 500 !important;
  line-height: 1.1 !important;
  width: 100%;
  margin: 0;
  display: inline-block;
}

.hero-slider .swiper-wrapper > .wp-swiper__slide .content-column p{
  font-family: "Catamaran", Sans-serif !important;
  letter-spacing: 1px !important;
  font-size: 1.3rem !important;
  font-weight: 300 !important;
  margin: 0.7rem 0 1.4rem;
}
.hero-slider .swiper-wrapper > .wp-swiper__slide .content-column .wp-block-button {
  margin: 0;
}
.hero-slider .swiper-wrapper > .wp-swiper__slide .content-column .wp-block-button a {
  font-family: "Catamaran", Sans-serif !important;
  font-size: 1.2rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.5px !important;
  color: #fff !important;
  border-radius: 5rem 5rem 5rem 5rem !important;
  line-height: 1 !important;
  padding: 12px 24px !important;
  background-image: linear-gradient(311deg, rgba(248,211,132,1) 0%, rgba(180,141,58,1) 25%, rgba(209,165,74,1) 50%, rgba(187,148,66,1) 75%, rgba(248,211,132,1) 100%) !important;
	background-size: 300% 100% !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  transition: all .4s ease-in-out !important;
}
.hero-slider .swiper-wrapper > .wp-swiper__slide .content-column .wp-block-button a:is(:hover, :focus){
  background-position: 100% 0 !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  transition: all .4s ease-in-out !important; 
}

.hero-slider .wp-swiper__wrapper > .swiper-pagination {
  width: auto;
  position: absolute;
  bottom: 1rem;
  left: 0.5rem;
  z-index: 0;
}
.hero-slider .wp-swiper__wrapper > .swiper-pagination .swiper-pagination-bullet {
  padding: 3px !important;
  background-color: #fff !important;
  opacity: 1;
  box-shadow: none;
  border-radius: 50px;
  margin: 4px;
}
.hero-slider .wp-swiper__wrapper > .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  padding: 5px !important;
  background: #f8d384 !important;
  border-color: #f8d384 !important;
}

.candela_title .elementor-heading-title{
  width: fit-content !important;
  color: transparent !important;
  background-image: linear-gradient(135deg, rgba(212,182,98,1) 0%, rgba(148,116,48,1) 20%, rgba(248,211,132,1) 40%, rgba(148,116,48,1) 60%, rgba(248,211,132,1) 80%, rgba(212,182,98,1) 100%) !important;
  background-size: 200% 200% !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  animation: move 5s linear infinite;
  -webkit-animation: move 5s linear infinite;
}


/* Laser hair removal section */
.about_list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.about_list .feature-list-item {
  display: flex;
}
.about_list .feature-list-content-box {
  background: #363636;
  display: flex;
  align-items: center;
  border-radius: 15px 0 0 15px;
  margin: 0;
  width: 17vw;
}
.about_list .left-content  .feature-list-content-box {
  border-radius: 0 15px 15px 0;
}
.about_list .feature-list-content-box .feature-list-title {
  margin: 0 !important;
  color: #ffffff;
  padding-right: 4rem;
  padding-left: 0.8rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  font-family: "Catamaran", Sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.7px;
  text-align: right;
}
.about_list .left-content .feature-list-content-box .feature-list-title {
  padding-left: 4rem;
  padding-right: 0.8rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  text-align: left;
}

.about_list .feature-list-icon-box .feature-list-icon-inner {
  background-color: #000000;
  border-radius: 100px;
  display: inline-flex;
}
.about_list .feature-list-icon-box .feature-list-icon-inner .feature-list-icon {
  border-radius: 50%;
  height: 104px;
  width: 104px;
  padding: 15px 15px 15px 15px !important;
  color: #FFFFFF00;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
}
.about_list .feature-list-icon-box .feature-list-icon-inner .feature-list-icon svg{
  width: 50px !important;
  height: 50px !important;
  line-height: 50px !important;
}
.about_list .feature-list-icon {
  position: relative;
}
.about_list .feature-list-icon::after {
  content: "";
  background: transparent;
  border: 1px solid #000;
  width: 115%;
  height: 115%;
  border-radius: 100px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50% , -50%);
}
.about_list .right-content .feature-list-icon-box {
  margin-left: -3rem;
  margin-top: -0.6rem;
  margin-bottom: -0.6rem;
  position: relative;
  z-index: 1;
}
.about_list .left-content .feature-list-icon-box {
  margin-right: -3rem;
  margin-left: 0;
  margin-top: -0.6rem;
  margin-bottom: -0.6rem;
  position: relative;
  z-index: 1;
}
.about_list_right .feature-list-content-box .feature-list-title {
  padding-right: 0.8rem;
  padding-left: 4rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
/* End Laser hair removal section */

/* Services Images */
.services_card .elementor-image-box-wrapper {
  position: relative;
}
.services_card .elementor-image-box-content {
  padding: 0 !important;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  height: 100%;
}
.services_card h2.elementor-image-box-title {
  margin: 0;
  height: 100%;
}
.services_card .elementor-image-box-wrapper figure.elementor-image-box-img {
  overflow: hidden;
}
.services_card .elementor-image-box-wrapper figure.elementor-image-box-img img {
  transform: scale(1);
  transition: all 0.3s ease;
}
.services_card .elementor-image-box-wrapper:is(:hover, :focus) figure.elementor-image-box-img img {
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.services_card h2.elementor-image-box-title::after {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 8%, rgba(0, 0, 0, 0.5) 34%, rgba(0, 0, 0, 0) 58%);
  width: 101%;
  height: 101%;
  position: absolute;
  bottom: -1rem;
  left: 0;
}
.services_card h2.elementor-image-box-title a {
  color: transparent !important;
  background-image: linear-gradient(135deg, rgba(212, 182, 98, 1) 0%, rgba(148, 116, 48, 1) 20%, rgba(248, 211, 132, 1) 40%, rgba(148, 116, 48, 1) 60%, rgba(248, 211, 132, 1) 80%, rgba(212, 182, 98, 1) 100%) !important;
  background-size: 200% 200% !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  animation: move 5s linear infinite;
  -webkit-animation: move 5s linear infinite;
  background-color: #02010100;
  text-decoration: none;
  font-family: "Gilda Display", Sans-serif;
  font-weight: 500;
  font-size: 2.3rem;
  line-height: 1;
  height: 100%;
  display: inline-flex;
  align-items: end;
  width: 100% !important;
  z-index: 99;
  position: relative;
  justify-content: center;
}
/* End Services Images */

/*------------------  Service - List  ------------------------*/
.service_list {
  z-index: 1;
}
.service_list::after {
  content: "";
  background: #f8d3848f;
  width: 80%;
  height: 1px;
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.service_list > .elementor-element {
  padding-inline: 0.7rem;
  flex: 1;
}
.service_list figure.wp-caption a {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  width: 17rem;
  box-shadow: 0 0 0 0.8rem #ffffff36;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.service_list figure.wp-caption a:is(:hover, :focus) {
  box-shadow: 0 0 0 0.8rem #9B8445;
  transition: all 0.3s ease;
}
.service_list figure.wp-caption a::before {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 101%;
  height: 101%;
  z-index: 1;
}
.service_list .active_service figure.wp-caption a {
  box-shadow: 0 0 0 0.8rem #615229;
}
.service_list figure.wp-caption a img {
  object-fit: cover;
  width: auto;
  height: auto;
  margin: 0;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
}
.service_list figure.wp-caption figcaption {
  margin: 0 !important;
  position: absolute;
  z-index: 9;
  bottom: 2.2rem;
  left: 50%;
  transform: translate(-50%, 0);
  font-family: "Gilda Display", Sans-serif;
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 0;
  text-decoration: none;
  width: fit-content !important;
  color: transparent !important;
  background-image: linear-gradient(135deg, rgba(212, 182, 98, 1) 0%, rgba(148, 116, 48, 1) 20%, rgba(248, 211, 132, 1) 40%, rgba(148, 116, 48, 1) 60%, rgba(248, 211, 132, 1) 80%, rgba(212, 182, 98, 1) 100%) !important;
  background-size: 200% 200% !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-animation: move 5s linear infinite;
  animation: move 5s linear infinite;
  white-space: nowrap;
  font-style: normal;
}
@supports (-webkit-appearance: none) {
  .service_list figure.wp-caption figcaption {
    bottom: calc(2.2rem + 2rem);
    transform: translate(-50%, 0);
  }
}
.priceing-main {
  position: absolute !important;
  bottom: 0.7rem;
  left: 1rem;
}
.price-list {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  color: #fff;
  line-height: normal;
}
.price-list li {
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/gold_coin01.webp) no-repeat center;
  background-size: 120% 120%;
  padding: 0.3rem 0rem;
  min-width: 5rem;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.price-list li h2 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Gilda Display", Sans-serif !important;
  line-height: 1;
}
.price-list li p {
  margin: 0;
  font-size: 0.8rem;
  line-height: normal;
}
/*------------------  End - Service - List  ------------------------*/


.main_title_golden .elementor-heading-title{
  width: fit-content !important;
  color: transparent !important;
  background-image: linear-gradient(135deg, rgba(212,182,98,1) 0%, rgba(148,116,48,1) 20%, rgba(248,211,132,1) 40%, rgba(148,116,48,1) 60%, rgba(248,211,132,1) 80%, rgba(212,182,98,1) 100%) !important;
  background-size: 200% 200% !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  animation: move 5s linear infinite;
  -webkit-animation: move 5s linear infinite;
}
.main_title_golden{
  display: flex;
    justify-content: center;
}

.about_img_container .logo_badge{
  left: 50% !important;
  top: 50% !important;
	-webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.rotet_text{
  -webkit-animation: border_rotate-center 15s linear infinite both;
	        animation: border_rotate-center 15s linear infinite both;
}
/* 11. OPTIMIZE ROTATING ELEMENTS */
.rotet_text,
.testimonials .testimonial-active .elementkit-commentor-details:before,
.testimonials .testimonial-active .elementskit-commentor-bio .elementskit-commentor-image:before,
.testimonials .testimonial-active .elementskit-commentor-bio .elementskit-commentor-image:after {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  animation-timing-function: linear;
}

/*.leaf_bg_right{*/
/*  -webkit-animation: leaf_rotate-right 12s ease-in-out infinite alternate-reverse both;*/
/*	        animation: leaf_rotate-right 12s ease-in-out infinite alternate-reverse both;*/
/*}*/
/*.leaf_bg_left{*/
/*  -webkit-animation: leaf_rotate-left 15s ease-in-out infinite alternate-reverse both;*/
/*	        animation: leaf_rotate-left 15s ease-in-out infinite alternate-reverse both;*/
/*}*/
.color_round_bg.first_colord {
  contain: initial !important;
}
.color_round_bg {
  width: 28rem;
  height: 28rem;
  background: rgba(190, 155, 72, 0.6); /* Semi-transparent yellowish-brown */
  border-radius: 500px;
  contain: paint; /* Optimize rendering */
  filter: blur(8rem) !important; /* Blur the element itself, with !important */
  -webkit-filter: blur(8rem) !important; /* Safari-specific filter */
  z-index: 0 !important;
}


/* Fallback for browsers without proper filter support */
@supports not (-webkit-filter: blur(8rem)) {
  .color_round_bg {
    background: rgba(190, 155, 72, 0.8); /* More opaque fallback */
    filter: blur(5rem) !important; /* Reduced blur as fallback */
  }
}
.color_round_bg.machine_bg{
  width: 25rem;
  height: 25rem;
}

/* 13. IMPROVE SERVICE CARD HOVER PERFORMANCE */
.service__card:hover .elementor-image-box-img::before {
  transition: filter 0.3s ease, opacity 0.3s ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}


.service_accordian .ekit-image-accordion label{
	border-radius: 500px;
  border: 15px solid #fcfcfc;
  margin-right: -6rem;
	margin-bottom:2rem;
	margin-top:2rem;
	/* box-shadow: -0.4rem 0 1rem #00000085; */
	min-height: 458px !important;
}
.service_accordian .ekit-image-accordion label:hover{
	border-radius: 80px;
  z-index: 1;
  border: 2px solid #fcfcfc;
  box-shadow: 0 0 1rem 0.3rem #00000079;
}
.service_accordian .elementskit-single-image-accordion:before{
	    background: linear-gradient(0deg,#E5A365 0,rgba(255,255,255,0) 60%) !important;
}
.service_accordian{
	margin-left:-3rem;
}
.service_accordian .ekit-image-accordion{
	overflow:visible;
}
.service_accordian .ekit-image-accordion{
  overflow: visible !important;
}


/*-----------------------Testimonials-----------------------*/
.testimonials .ti-review-item {
  color: #fff;
}
.testimonials .ti-widget.ti-goog .ti-widget-container .ti-name {
  color: #BB9D4E;
  text-transform: capitalize;
  font-size: 1.3rem;
  font-weight: 400;
}
.testimonials .ti-widget.ti-goog .ti-widget-container .ti-date {
  color: #ffffff;
  opacity: 0.8;
}
.testimonials .ti-widget.ti-goog .ti-review-content {
  font-family: "Catamaran", Sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}

.testimonials .ti-widget.ti-goog .ti-controls .ti-next:before, .testimonials .ti-widget.ti-goog .ti-controls .ti-prev:before, .testimonials .ti-widget.ti-goog .ti-controls .ti-next:after, .testimonials .ti-widget.ti-goog .ti-controls .ti-prev:after {
  background: #bb9d4e;
}

.testimonials .elementskit-single-testimonial-slider{
	    display: flex !important;
    flex-direction: column;
}
.testimonials .elementskit-single-testimonial-slider .elementskit-watermark-icon{
	order:2 !important;
	position:inherit !important;
	right: 0;
    top: 0;
}
.testimonials .elementskit-single-testimonial-slider .elementskit-commentor-bio {
	order:1;
}
.testimonials .elementskit-single-testimonial-slider .elementskit-profile-info {
	order:4;
}
.testimonials .elementskit-single-testimonial-slider .elementskit-commentor-content {
	order:3;
}
.testimonials .testimonial-active .elementkit-commentor-details{
	display: flex;
    align-items: center;
    justify-content: center;
	position:relative;
}
.testimonials .testimonial-active .elementkit-commentor-details:before{
	content: "";
    width: 22rem;
    height: 22rem;
    background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/01/testimonials_bg_color.png);
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	-webkit-animation: border_rotate-center 10s linear infinite both;
	        animation: border_rotate-center 10s linear infinite both;
}
.testimonials .testimonial-active .elementskit-commentor-bio .elementskit-commentor-image{
	    display: block;
    width: 10rem;
    height: 10rem;
	position:relative;
}
.testimonials .testimonial-active .elementskit-commentor-bio .elementskit-commentor-image:before{
	content: "";
    width: 11rem;
    height: 11rem;
    background: url(https://karalaserny.com/wp-content/uploads/2024/01/border_a.svg);
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	-webkit-animation: border_rotate-center 10s linear infinite both;
	        animation: border_rotate-center 10s linear infinite both;
}
.testimonials .testimonial-active .elementskit-commentor-bio .elementskit-commentor-image:after{
	content: "";
    width: 12rem;
    height: 12rem;
    background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/01/testimonials_2_light.png);
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	-webkit-animation: border_rotate-center 10s linear infinite reverse both;
	        animation: border_rotate-center 10s linear infinite reverse both;
}
.testimonials .testimonial-active{
	    padding-top: 4rem !important;
}
.testimonials .testimonial-active .elementskit-commentor-bio .elementskit-commentor-image img{
	width: 10rem !important;
    height: 10rem !important;
}
.testimonials  .elementskit-commentor-content{
  display: inline-flex;
  justify-content: center;
  width: 100%;
}
.testimonials  .elementskit-commentor-content p{
  width: 70%;
  margin-top: 2rem;
}

/*-----------------------End-Testimonials-----------------------*/

.swiper-button-next:after, .swiper-button-prev:after{
  display: none !important;
}
.swiper-navigation-button .icon::before{
  font-size: 1.5rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.swiper-navigation-button .icon{
  background: #00000000 !important;
    padding: 0.7rem !important;
    border-radius: 50px !important;
    border: 1px solid #f8d384 !important;
    color: #f8d384 !important;
    width: 2.9rem;
    height: 2.9rem;
    position: relative;
}
.sbi >div{
	  display: flex;
   overflow: auto
}

.contact-form_section{
	    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.contact-form{
	/* background: #e7c27226; */
  background-image: linear-gradient(311deg, rgba(248,211,132,0.2) 0%, rgba(180,141,58,0.2) 25%, rgba(209,165,74,0.3) 50%, rgba(187,148,66,0.3) 75%, rgba(248,211,132,0.2) 100%) !important;
  padding: 2rem;
  border-radius: 20px;
  backdrop-filter: blur(2px);
}
.contact-form label, .contact-form label > span{
    width: 100%;
    display: inline-block;
}
.contact-form input,.contact-form textarea{
	background: transparent;
    border: 1px solid #ffffff73 !important;
    border-radius: 50px !important;
    color:#ffffff;
    width: 100% !important;
    display: inline-block;
}
.contact-form br{
	display:none;
}
.contact-form p:first-child{
	display: inline-flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-form textarea{
	 border-radius: 20px !important;
	    max-height: 8rem;
}
.contact-form input:focus,.contact-form textarea:focus{
	border: 1px solid #f8d384 !important;
}
.contact-form input[type*=submit]{
	font-family: "Catamaran", Sans-serif !important;
  font-size: 1.2rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.5px !important;
  color: #fff !important;
  border-radius: 5rem 5rem 5rem 5rem !important;
  line-height: 1 !important;
  padding: 12px 24px !important;
  background-image: linear-gradient(311deg, rgba(248,211,132,1) 0%, rgba(180,141,58,1) 25%, rgba(209,165,74,1) 50%, rgba(187,148,66,1) 75%, rgba(248,211,132,1) 100%) !important;
	background-size: 300% 100% !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  transition: all .4s ease-in-out !important;
}
.contact-form input[type*=submit]:hover{
  background-position: 100% 0 !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  transition: all .4s ease-in-out !important; 
}

.contact-form input[type*=submit]:hover,.contact-form input[type*=submit]:focus{
	background:transparent;
	box-shadow:none;
	outline:none;
}

.contact-form  .submit_btn{
	position:relative;
	margin-top: 0.7rem;
    display: block;
}
.wpcf7 form .wpcf7-response-output{
  color: #fff;
}


/*=============================   srvice-page   =============================*/
.service_tabs{
  width: 100%;
}
.service_tabs .eael-feature-list-items{
  display: flex;
  justify-content: center;
  gap: 3rem;
}
.service_tabs .eael-feature-list-items .eael-feature-list-item .eael-feature-list-content-box{
  margin: 0 !important;
  position: absolute;
  z-index: 9;
  bottom: 1.7rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.service_tabs .eael-feature-list-items .eael-feature-list-item .eael-feature-list-content-box .eael-feature-list-title a,.service__card .elementor-image-box-title{
  text-decoration: none;
  width: fit-content !important;
  color: transparent !important;
  background-image: linear-gradient(135deg, rgba(212,182,98,1) 0%, rgba(148,116,48,1) 20%, rgba(248,211,132,1) 40%, rgba(148,116,48,1) 60%, rgba(248,211,132,1) 80%, rgba(212,182,98,1) 100%) !important;
  background-size: 200% 200% !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-animation: move 5s linear infinite;
  animation: move 5s linear infinite;
  white-space: nowrap;
}
.service_tabs .eael-feature-list-items .eael-feature-list-item .eael-feature-list-content-box .eael-feature-list-content{
  display: none;
}
.service_tabs .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon-inner{
  position: relative;
}
.service_tabs .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon-inner .eael-feature-list-icon{
  padding: 0;
  width: 16rem;
  height: 16rem;
  border-radius: 500px;
  overflow: hidden;
  position: relative;
  border: 10px solid #141413;
}
.service_tabs .eael-feature-list-items .eael-feature-list-icon-box .eael-feature-list-icon::after{
  content: "";
  background: linear-gradient(0deg, rgba(0,0,0,1) 20%, rgba(0,0,0,0) 100%);
  width: 101%;
  height: 101%;
  position: absolute;
  bottom: 0;
}
.service_tabs.laser_treatment .eael-feature-list-items .eael-feature-list-item:first-child .eael-feature-list-icon-box .eael-feature-list-icon-inner .eael-feature-list-icon{
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 0.8rem #9B8445;
}
.service_tabs.laser_treatment .eael-feature-list-items .eael-feature-list-item:first-child .eael-feature-list-icon-box .eael-feature-list-icon-inner::before{
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #BB9D4E transparent transparent transparent;
  transform: rotate(0deg);
  bottom: -3rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.service_tabs.skin_care_treatment .eael-feature-list-items .eael-feature-list-item:nth-child(2) .eael-feature-list-icon-box .eael-feature-list-icon-inner .eael-feature-list-icon{
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 0.8rem #9B8445;
}
.service_tabs.skin_care_treatment .eael-feature-list-items .eael-feature-list-item:nth-child(2) .eael-feature-list-icon-box .eael-feature-list-icon-inner::before{
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #BB9D4E transparent transparent transparent;
  transform: rotate(0deg);
  bottom: -3rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.service_tabs.waxing_treatment .eael-feature-list-items .eael-feature-list-item:nth-child(3) .eael-feature-list-icon-box .eael-feature-list-icon-inner .eael-feature-list-icon{
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 0.8rem #9B8445;
}
.service_tabs.waxing_treatment .eael-feature-list-items .eael-feature-list-item:nth-child(3) .eael-feature-list-icon-box .eael-feature-list-icon-inner::before{
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #BB9D4E transparent transparent transparent;
  transform: rotate(0deg);
  bottom: -3rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.service_tabs.threading .eael-feature-list-items .eael-feature-list-item:last-child .eael-feature-list-icon-box .eael-feature-list-icon-inner .eael-feature-list-icon{
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 0.8rem #9B8445;
}
.service_tabs.threading .eael-feature-list-items .eael-feature-list-item:last-child .eael-feature-list-icon-box .eael-feature-list-icon-inner::before{
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #BB9D4E transparent transparent transparent;
  transform: rotate(0deg);
  bottom: -3rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.service_tabs .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon-inner .eael-feature-list-icon img{
  width: 100%;
  height: 100%;
}
.service_tabs{
  position: relative;
}
.service_tabs::after{
  content: "";
  background: #f8d3848f;
  width: 80%;
  height: 1px;
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.service__card .elementor-image-box-wrapper .elementor-image-box-img{
  /* width: 33rem !important;
  height: 10rem; */
  width: 100% !important;
  height: 100%;
}
.service__card .elementor-image-box-content{
  margin: 0 1rem 6.5rem 1rem;
}
.service__card .elementor-image-box-img{
	position:relative;
}
.service__card .elementor-image-box-img:after{
	content: "";
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	opacity: 0.9;
	/* filter: invert(62%) sepia(84%) saturate(510%) hue-rotate(349deg) brightness(128%) contrast(113%); */

  will-change: opacity;
  /* Simplify filter on Safari */
  filter: brightness(1.28) saturate(1.13) hue-rotate(349deg);
}
.service__card:hover .elementor-image-box-img:after{
	animation: blinking  0.8s linear infinite alternate-reverse both;
  -webkit-animation: blinking  0.8s linear infinite alternate-reverse both;
}
.service__card01 .elementor-image-box-img:after{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/service_image01_after.webp);
}
.service__card02 .elementor-image-box-img:after{
    background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/service_image02_after-1.webp);
}
.service__card03 .elementor-image-box-img:after{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/service_image03_after.webp);
}
.service__card04 .elementor-image-box-img:after{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/service_image04after.webp);
}
.service__card05 .elementor-image-box-img:after{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/service_image05after.webp);
}
.service__card06 .elementor-image-box-img:after{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/service_image06after.webp);
}
.service__card07 .elementor-image-box-img:after{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/service_image07after.webp);
}
.service__card08 .elementor-image-box-img:after{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/service_image08after.webp);
}
.service__card09 .elementor-image-box-img:after{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/service_image09after.webp);
}
.service__card10 .elementor-image-box-img:after{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/service_image10after.webp);
}
.service__card11 .elementor-image-box-img:after{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/service_image11after.webp);
}
.service__card12 .elementor-image-box-img:after{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/service_image12after.webp);
}
.service__card13 .elementor-image-box-img:after{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/service_image13after.webp);
}
.service__card14 .elementor-image-box-img:after{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/service_image14after.webp);
}
.service__card15 .elementor-image-box-img:after{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/service_image15after.webp);
}
.service__card16 .elementor-image-box-img:after{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/service_image16after.webp);
}
.service__card17 .elementor-image-box-img:after{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/service_image17after.webp);
}
.service__card18 .elementor-image-box-img:after{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/service_image18after.webp);
}
.service__card19 .elementor-image-box-img:after{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/service_image19after.webp);
}
.service__card20 .elementor-image-box-img:after{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/service_image20after.webp);
}
.service__card21 .elementor-image-box-img:after{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/service_image21after.webp);
}
.service__card22 .elementor-image-box-img:after{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/service_image22after.webp);
}
.service__card23 .elementor-image-box-img:after{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/service_image23after.webp);
}
.service__card24 .elementor-image-box-img:after{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/service_image24after.webp);
}
.service__card25 .elementor-image-box-img:after{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/service_image25after.webp);
}
.service__card26 .elementor-image-box-img:after{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/service_image26after.webp);
}
.service__card27 .elementor-image-box-img:after{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/service_image27after.webp);
}
.service__card28 .elementor-image-box-img:after{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/service_image28after.webp);
}
.service__card29 .elementor-image-box-img:after{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/service_image29after.webp);
}
.service__card30 .elementor-image-box-img:after{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/service_image30after.webp);
}
.service__card31 .elementor-image-box-img:after{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/service_image31after.webp);
}
.service__card32 .elementor-image-box-img:after{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/service_image32after.webp);
}
.service__card33 .elementor-image-box-img:after{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/service_image33after.webp);
}
.service__card34 .elementor-image-box-img:after{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/service_image34after.webp);
}
.service__card35 .elementor-image-box-img:after{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/service_image35after.webp);
}
.service__card36 .elementor-image-box-img:after{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/service_image36after.webp);
}
.service__card37 .elementor-image-box-img:after{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/service_image37after.webp);
}
.service__card38 .elementor-image-box-img:after{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/service_image38after.webp);
}
.service__card39 .elementor-image-box-img:after{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/service_image39after.webp);
}
.service__card40 .elementor-image-box-img:after{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/service_image40after.webp);
}
.service__card41 .elementor-image-box-img:after{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/service_image41after.webp);
}
.service__card42 .elementor-image-box-img:after{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2025/01/Upper_leg_laser_highlight.webp);
}
.service__card43 .elementor-image-box-img:after{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2025/01/service_image43after.webp);
}

.coin_price .eael-feature-list-items{
  display: flex;
}
.coin_price .eael-feature-list-icon-box{
  display: flex;
}
.coin_price .eael-feature-list-content-box{
  margin: 0 !important;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.coin_price .eael-feature-list-content-box h3{
  border-bottom:0.5px solid #fff;
}
.coin_price .eael-feature-list-content-box h3,.coin_price .eael-feature-list-content-box p{
  text-align: center !important;
    margin: 0 !important;
    line-height: normal !important;
}
.coin_price .eael-feature-list-content{
  white-space: nowrap;
}
.coin_price ul .eael-feature-list-item{
  padding: 0 !important;
  display: flex;
  align-items: center;
}

.about_card{
  margin: 3rem;
  /* border: 1px solid #fff; */
  display: flex;
  width: 85%;
  height: 100%;
  background: linear-gradient(var(--gradient-angle),#E5A365, #E5A3657e, #E5A36500);
  border-radius: 300px;
  animation: rotation 5s linear infinite both;
  -webkit-animation: rotation 5s linear infinite both;
  backdrop-filter: blur(50px);

  contain: paint layout;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);

}
.about_card .elementor-widget-container{
  padding: 4rem 2rem;
    margin: auto;
    width: 99.5%;
    height: 99.5% !important;
  background-color: #000000;
  border-radius: 300px;
  transition: all 0.2s;
  backdrop-filter: blur(5px);
  display: flex;
  flex-direction: column;
}
.about_card:hover{
  box-shadow: 0 0 1rem #00000018;
}
.about_card.is-out,.service_card.is-out {
	transform: rotateX(0) rotateY(0) !important;
	transition: all 0.3s ease-in-out;
  }
  .price_tag{
    width: 100%;
  }
.price_tag ul{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.price_tag ul li{
  padding: 0 !important;
}
.price_tag ul li .eael-feature-list-icon-box{
  display: none;
}
.price_tag ul li .eael-feature-list-content-box{
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service_card .elementor-image-box-content{
  padding: 0 1rem !important;
}
.price_tag ul li .eael-feature-list-content-box h3{
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 100px;
  background-color: #D8963E;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0 !important;
}
.service_card{
  border: 1px solid #ffffff78;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
  background: #000000;
}
/* 16. CONTAINMENT FOR BETTER PERFORMANCE */
.service_card,
.about_card,
.service_tabs .eael-feature-list-item,
.hero_slider {
  contain: layout style paint;
}
.service_container .e-con-inner{
  justify-content: space-between !important;
}
.service_container .e-con-inner .service_card{
   width: calc(33.33% - 1.3rem);
}
.service_card .elementor-image-box-img{
  position: relative;
}
.service_card .elementor-image-box-img::before{
  content: "";
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  /* filter: invert(72%) sepia(68%) saturate(3217%) hue-rotate(352deg) brightness(88%) contrast(85%); */
  transition: all 0.3s ease-in-out;
}
/* .service_card:hover .elementor-image-box-img::before{
  filter: invert(22%) sepia(63%) saturate(2722%) hue-rotate(347deg) brightness(101%) contrast(99%);
  animation: blinker 1.5s linear infinite;
} */
.service_01 .elementor-image-box-img::before{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/01/service_test_01.png);
}
.service_02 .elementor-image-box-img::before{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/01/service-test-02.png);
}

.service_03 .elementor-image-box-img::before{
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/01/service-test-03.png);
}

.hours_section .eael-feature-list-icon-box{
  display: none !important;
}
.hours_section .eael-feature-list-content-box{
  margin: 0 !important;
}
.contact_us_main_section a{
  text-decoration: none !important;
}
.ekit-template-content-header .elementskit-menu-hamburger{
  border: none;
  position: relative;
}
.ekit-template-content-header .elementskit-menu-hamburger .elementskit-menu-hamburger-icon{
  display: none;
}
.ekit-template-content-header .elementskit-menu-hamburger::after{
  content: "";
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/01/menu_gold.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
}
.ekit-template-content-header .elementskit-menu-hamburger:hover,.ekit-template-content-header .elementskit-menu-hamburger:focus{
  background: transparent;
}
.elementskit-menu-close{
  background: transparent !important;
  color: #fff !important;
}
.elementskit-menu-close:hover,.elementskit-menu-close:focus{
  background: transparent !important;
}
/* .elementskit-navbar-nav .menu-item .ekit-menu-nav-link{
  padding: 0.5rem !important;
} */

.dash_left_1,.dash_right_2{
  display: none;
}
.dash_left_1,.dash_right_1,.dash_left_2,.dash_right_2{
  color: #D8963E;
}
.hero_img > div .skip-lazy{
	border-radius: 35px !important;
}
.ekit-wid-con .elementskit-testimonial-slider-block-style-three .elementskit-icon-content {
	left: 0;
}
.ekit-wid-con .elementskit-btn {
	line-height: normal !important;
}
.elementor-875 .e-flex.e-con-boxed .e-con-full {
	-webkit-box-shadow: 0px 0px 25px 0px rgba(248, 211.00000000000003, 132, 0.21176470588235294);
}
.pum-overlay{
  background: #0000009e !important;
  -webkit-backdrop-filter: blur(5px); /* Reduced */
  backdrop-filter: blur(5px);
  overflow: hidden !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  contain: layout style paint;
}
.pum-content .color_round_bg{
  position: absolute;
  left: -60%;
  z-index: -1 !important;
  top: 7rem;
}
.pum-overlay.pum-theme-hello-box{
  overflow: auto !important;
}
.offer_head h2{
  font-size: 4rem !important;
}
.pum-overlay.pum-theme-hello-box .pum-container{
  border: none !important;
  background: #ffffff1c !important;
  padding: 1rem !important;
  border-radius: 20px !important;
  margin-left: 0 !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}
.pum-theme-default-theme .pum-container {
  height: 100vh;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
/* .pum-container .pum-content .offer_model_img {
  margin-top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
} */
.pum-theme-2866 .pum-content, .pum-theme-default-theme .pum-content {
  height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto 0;
}
.pum-container .pum-content .offer_model_img video {
  height: 85vh;
}
.pum-overlay.pum-theme-hello-box .pum-content + .pum-close, .pum-theme-hello-box .pum-content + .pum-close{
  right: 1rem !important;
  top: 1rem !important;
}
.pum-overlay.pum-theme-hello-box .popmake-title{
  display: none !important;
}
.offer_model_img{
  display: flex;
    align-items: center;
    justify-content: center;
}
.offer_model_img img {
    max-height: 80vh;
    width: auto;
}
.pum-container{
  background: #000 !important;
  z-index: 9999 !important;
}
.color_round_bg.color_round_bg_right{
  left: unset;
  right: -50% !important;
}
.enquire-form p{
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  justify-content: center;
}
.enquire-form > div p label{
  width: 50%;
}
.enquire-form p label{
  width: 100%;
}
.enquire-form p br{
  display: none !important;
}
.lets_talk_head{
  text-align: center;
  width: 100%;
}
.lets_talk_head h2{
  width: 100% !important;
  margin-top: 1.5rem;
}
.lets_talk_head h3{
  color: #FFFFFF;
  font-family: "Catamaran", Sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.6px;
}

.enquire-form{
padding: 1rem 2rem;
border-radius: 20px;
backdrop-filter: blur(2px);
}
.enquire-form input{
  padding: 0.7rem 1rem;
}
.enquire-form input,.enquire-form textarea{
background: transparent;
border: 1px solid #ffffff73 !important;
border-radius: 50px !important;
color:#ffffff;
}

.enquire-form textarea{
border-radius: 20px !important;
  max-height: 8rem;
}
.enquire-form input:focus,.enquire-form textarea:focus{
border: 1px solid #f8d384 !important;
}
.enquire-form input[type*=submit]{
font-family: "Catamaran", Sans-serif !important;
font-size: 1.2rem !important;
font-weight: 400 !important;
letter-spacing: 0.5px !important;
color: #fff !important;
border-radius: 5rem 5rem 5rem 5rem !important;
line-height: 1 !important;
padding: 12px 24px !important;
background-image: linear-gradient(311deg, rgba(248,211,132,1) 0%, rgba(180,141,58,1) 25%, rgba(209,165,74,1) 50%, rgba(187,148,66,1) 75%, rgba(248,211,132,1) 100%) !important;
background-size: 300% 100% !important;
-moz-transition: all .4s ease-in-out !important;
-o-transition: all .4s ease-in-out !important;
-webkit-transition: all .4s ease-in-out !important;
transition: all .4s ease-in-out !important;
}
.enquire-form input[type*=submit]:hover{
background-position: 100% 0 !important;
-moz-transition: all .4s ease-in-out !important;
-o-transition: all .4s ease-in-out !important;
-webkit-transition: all .4s ease-in-out !important;
transition: all .4s ease-in-out !important; 
}

.enquire-form input[type*=submit]:hover,.enquire-form input[type*=submit]:focus{
background:transparent;
box-shadow:none;
outline:none;
}

.enquire-form  .submit_btn{
position:relative;
margin-top: 0.7rem;
display: block;
}
.enquire-form .wpcf7-spinner{
  display: none !important;
}
.pum-close_btn{
  padding: 0.5rem 1.2rem !important;
  margin-top: 0.7rem !important;
  border-radius: 100px !important;
  font-weight: 500 !important;
  color: #e4be6e !important;
  border-color: #e4be6e !important;
  text-transform: capitalize !important;
  letter-spacing: 0.6px !important;
  font-family: "Catamaran", Sans-serif !important;
}
.pum-close_btn:hover,.pum-close_btn:focus{
  background-color: #c1984433 !important;
}
.pum-close{
  position: absolute;
  top: 1rem !important;
  right: 1rem !important;
  width: 2rem !important;
  height: 2rem !important;
  font-size: 0 !important;
  border: none !important;
  background-color: unset !important;
}
.pum-close:hover,.pum-close:focus, .pum-close:focus-visible{
  background: transparent !important;
	box-shadow: none !important;
		outline: none !important;
}
.pum-close::after{
  content: "";
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/close_icon.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-100%, -50%);
}
.lets_talk_form .wpcf7 form .wpcf7-response-output{
  margin-top: 0rem !important;
}

.other_card .elementor-image-box-img::after{
  display: none;
}
.other_card .elementor-image-box-img::before{
  content: "";
  background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/inner_img_smoke_copy.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 101%;
  height: 101%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.work-timeline .elementor-widget-container > div {
	display:flex;
	justify-content: space-around;	
}
.work-timeline .elementor-widget-container > div ul:first-child {
	border-right: 1px dashed #8b7649;
    padding-right: 3rem;
}
.work-timeline .elementor-widget-container {
	background-color: #ffffff26;
    padding: 1.5rem 1rem;
    border-radius: 0.8rem;    
}
.work-timeline .elementor-widget-container ul {
	list-style:none;
}
.work-timeline .elementor-widget-container ul.last-day:last-of-type {
	display: flex;
    justify-content: center;
    margin-top: 0.7rem;
}
.work-timeline .elementor-widget-container ul.last-day li {
	margin: 0;
}
.work-timeline .elementor-widget-container ul li {
  font-size: 1rem;
  width: fit-content !important;
  color: transparent !important;
  background-image: linear-gradient(135deg, rgba(212, 182, 98, 1) 0%, rgba(148, 116, 48, 1) 20%, rgba(248, 211, 132, 1) 40%, rgba(148, 116, 48, 1) 60%, rgba(248, 211, 132, 1) 80%, rgba(212, 182, 98, 1) 100%) !important;
  background-size: 200% 200% !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  animation: move 5s linear infinite;
  -webkit-animation: move 5s linear infinite;
	margin-bottom: 0.7rem;
}
.work-timeline .elementor-widget-container ul li p {
	 width: 11ch;
    display: inline-block;
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 0;
}
.work-timeline .elementor-widget-container ul li strong {
	    font-weight: 400;
}
#popmake-3799 {
	width: 27rem;
    max-width: 90% !important;
    min-width: 300px !important;
    margin: 0 auto;
    left: 50% !important;
    transform: translateX(-50%);
}

#popmake-3799 button.pum-close.popmake-close {
    background: #000 !important;
    border-radius: 100px;
}

/*------------------Blog------------------*/
.blog_list .elementskit-post-image-card:hover .elementskit-entry-thumb img {
    transform: scale(1.02) rotate(0deg) !important;
    transition: all 0.3s ease;
}
.blog_list .elementskit-post-image-card .btn-wraper a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}
.category-blog .page-header .entry-title {
    width: fit-content !important;
    color: transparent !important;
    background-image: linear-gradient(135deg, rgba(212, 182, 98, 1) 0%, rgba(148, 116, 48, 1) 20%, rgba(248, 211, 132, 1) 40%, rgba(148, 116, 48, 1) 60%, rgba(248, 211, 132, 1) 80%, rgba(212, 182, 98, 1) 100%) !important;
    background-size: 200% 200% !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    animation: move 5slinear infinite;
    -webkit-animation: move 5slinear infinite;
    font-family: "Cormorant Garamond";
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.2em;
    position: relative;
    margin: 1rem auto 2rem;
    padding: 0 0 2rem;
    text-align: center;
}
.category-blog .page-header .entry-title::after {
    content: "";
    background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/02/under_line.webp) no-repeat center bottom;
    position: absolute;
    width: 100%;
    height: 2rem;
    bottom: 0;
    left: 0;
}
.category-blog .page-content figure.wp-block-image {
    text-align: center;
    margin: 1rem 0 2rem;
}
.category-blog .page-content {
    color: #ddd;
    margin: 1rem 0 3rem;
}
.category-blog .comments-area {
    display: none;
}

.animated-bg {
    background-image: linear-gradient(135deg, rgba(212, 182, 98, 1) 0%, rgba(148, 116, 48, 1) 20%, rgba(248, 211, 132, 1) 40%, rgba(148, 116, 48, 1) 60%, rgb(167 129 45) 80%, rgba(212, 182, 98, 1) 100%) !important;
    background-size: 200% 200% !important;
    animation: move 5s linear infinite;
    -webkit-animation: move 5s linear infinite;
}

/* 7. REDUCE ANIMATION COMPLEXITY ON LOW-END DEVICES */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media screen and (max-width: 1439px) {
	.hero_title .n2-ss-button-container a div {
		font-size: 5.2rem !important;
	}
	.hero_subtitle .n2-ss-item-content {
		font-size: 3.1rem !important;
	}
	.elementor-widget-heading .elementor-heading-title {
		font-size: 4.5rem !important;
	}
	.elementor-11 .elementor-element.elementor-element-d3e3df0 .elementor-heading-title, .elementor-11 .elementor-element.elementor-element-094ad02 .elementor-heading-title, .elementor-11 .elementor-element.elementor-element-7f87581 .elementor-heading-title, .elementor-14 .elementor-element.elementor-element-c595f19 .elementor-heading-title, .elementor-875 .elementor-element.elementor-element-4d00cca .elementor-heading-title {
		font-size: 2.7rem !important;
	}
	.elementor-11 .elementor-element.elementor-element-83dde5d .elementor-heading-title, .elementor-985 .elementor-element.elementor-element-043a7bb .elementor-heading-title, .elementor-985 .elementor-element.elementor-element-9fb7720 .elementor-heading-title {
		font-size: 2rem !important;
	}
	.elementor-875 .elementor-element.elementor-element-45e10da .elementor-heading-title {
		font-size: 3.5rem !important;
	}
	
	/* header logo	 */
	.ekit-template-content-header.sticky .elementor-widget-container img {
		max-width: 11vw;
	}
	.elementor-985 .elementor-element.elementor-element-4d79a39 {
		gap: 0.3rem;
	}	
	.elementor-985 .elementor-element.elementor-element-be3661c .elementor-icon svg, .elementor-985 .elementor-element.elementor-element-0e130af .elementor-icon svg {
		height: 1.9rem;
	}
	.sub-header.animated-bg .e-con-inner .elementor-widget-heading p {
	    font-size: 1rem !important;
	}
}

@media screen and (max-width: 1365px) {
	.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls > * {
		margin: 0 0 -2rem 0;
	}
	.elementor-11 .elementor-element.elementor-element-0ee6a5c .eael-feature-list-content-box .eael-feature-list-title, .elementor-11 .elementor-element.elementor-element-0ee6a5c .eael-feature-list-content-box .eael-feature-list-title a, .elementor-11 .elementor-element.elementor-element-172abe3 .eael-feature-list-content-box .eael-feature-list-title, .elementor-11 .elementor-element.elementor-element-172abe3 .eael-feature-list-content-box .eael-feature-list-title a {
		font-size: 1.2rem !important;
	}
}

@media screen and (max-width: 1260px){
  .e-con>.e-con-inner{
    max-width:1024px !important;
    margin: 0 auto !important;
  }
  
  .about_section{
    margin-top: 6rem !important;
  }
  .about_section .elementor-widget-image .elementor-widget-container{
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .elementor-button-link .elementor-button-text{
    white-space: nowrap !important;
  }
	.work-timeline .elementor-widget-container > div ul:first-child {    
    	padding-right: 8rem;
	}
  .service_list {
    column-gap: 1rem;
  }
  .service_list figure.wp-caption a {
    width: 100%;
  }
  .service_list figure.wp-caption figcaption {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1024px){
	#popmake-4465 {
	    width: auto;
	    margin-left: -10%;
	}
}

@media screen and (max-width: 1024px){
	.site-main{
    overflow-x: hidden;
  }

  .ekit-template-content-header  .elementskit-menu-overlay {
    right: auto;
    left: -100vw;
    display: none;
  }

  /* Laser hair removal section */
  .laser-hair-section > .elementor-element {
    width: 100%;
  }
  .laser-hair-section > .elementor-element .elementor-widget-html {
    width: 100%;
  }
  .laser-hair-section > .elementor-element .about_list {
    align-items: center;
  }
  .laser-hair-section > .elementor-element .elementor-widget-html .about_list .feature-list-content-box {
    width: auto;
  }
  .laser-hair-section > .elementor-element > .elementor-widget-image img {
    height: 100%;
  }
  .laser-hair-section .about_list .feature-list-content-box .feature-list-title {
    width: 20ch;
  }
  /* End Laser hair removal section */

  /* Services Images */
  .services_row {
    row-gap: 2rem !important;
  }
  .services_row > .elementor-element {
    margin: 0 !important;
  }
  .services_card .elementor-widget-container {
    text-align: center;
  }
  .services_card .elementor-widget-container .elementor-image-box-wrapper {
    margin: 0 auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .services_card .elementor-image-box-wrapper figure.elementor-image-box-img img {
    max-width: 40vw;
  }

  /* End Services Images */

  .e-con>.e-con-inner{
    max-width:992px !important;
    margin: 0 auto !important;
  }
  .ekit-template-content-header.sticky .elementor-widget-container img {
    max-width: 16vw;
}
.ekit-template-content-header.sticky div >.elementor-element.header_right_side{
  background: transparent !important;
}

.ekit-template-content-header.sticky .sub-header.animated-bg {
    display: none;
}

.ekit-template-content-header div >.elementor-element.header_right_side{
  background: transparent !important;
}
.hero_title {
  margin-top: 0rem !important;
}
  .ekit_menu_responsive_tablet>.elementskit-navbar-nav-default{
    background-color: #000 !important;
  }
  .n2-ss-layer-row-inner {
    flex-direction: column;
  }
  .n2-ss-layer-row-inner .n2-ss-layer{
    width: 100% !important;
  }
  .n2-ss-layer-row-inner .n2-ss-layer .n2-ss-layer-col{
    text-align: center;
    margin-bottom: 2rem;
  }
  .hero_slider .n2-ss-layer-row-inner .n2-ss-layer-col .hero_title{
    width: 100% !important;
    margin: 0 auto;
  }
  .hero_slider .hero_btn{
    margin: 0 auto !important;
  }
  .hero_slider .n2-ss-slide{
    height: 80vh;
  }
  .n2-ss-slider .n2-ss-layer[data-sstype=col]:first-child{
    order: 2 !important;
  }
  .n2-ss-slider .n2-ss-layer[data-sstype=col]:last-child{
    order: 1 !important;
  }
  .hero_title{
    order: 1 !important;
  }
  .hero_subtitle{
    order: 2;
  }
  .hero_description{
    order: 3;
  }
  .hero_btn{
    order: 4 !important;
  }
  
  .n2-ss-slider-controls .n2-ss-widget{
    --widget-offset: 0 !important;
  }
  .hero_img{
    max-width: 100% !important;
  }
  .hero_img > div::after{
    background: url(https://cfw51.rabbitloader.xyz/eyJjIjp0cnVlLCJoIjoia2FyYWxhc2VybnkuY29tIiwidiI6MzUwODE4Mzk3NiwiciI6MX0/wp-content/uploads/2024/01/hero_bg_after_mobile.png);
    left: -2px;
    bottom: -2px;
    width: 101%;
    background-size: cover;
  }
  .hero_slider .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls{
    bottom: 6vw;
    left: 0;
  }
  .hero_slider .n2-ss-slider .n2-ss-control-bullet{
    left: 47%;
    bottom: -34px;
  }




  .about_section{
    margin-top: 6rem !important;
  }
  .about_section .elementor-widget-image .elementor-widget-container{
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .elementor-button-link .elementor-button-text{
    white-space: nowrap !important;
  }
  .service_container .e-con-inner .service_card{
    width: calc(50% - 1.3rem);
  }
  .header_right_side{
    display: flex;
  }
  .header_right_side .mobile_menu{
    order: 2;
  }
  .header_right_side .inquery_btn{
    order: 1;
  }
  /* .ekit-template-content-header.sticky .elementskit-menu-hamburger::after{
    filter: invert(100%) sepia(0%) saturate(7491%) hue-rotate(318deg) brightness(116%) contrast(94%);
  }  */
  .ekit-template-content-header .elementskit-menu-container{
    height: 100vh !important;
    z-index: 999 !important;
  }
  .elementskit-navbar-nav{
    height: auto;
  }
  .elementskit-navbar-nav .menu-item{
    height: auto;
  }
  .elementskit-navbar-nav .menu-item .ekit-menu-nav-link{
    height: auto;
    color: #ffffff !important;
  }
  .elementskit-navbar-nav .menu-item .ekit-menu-nav-link.active{
    color: #F8D384 !important;
  }
  .ekit-template-content-header .mobile_menu .elementskit-menu-container.elementskit-menu-offcanvas-elements {
    left: 100vw;
    opacity: 0;
  }
  .ekit-template-content-header .mobile_menu .elementskit-menu-container.elementskit-menu-offcanvas-elements.active {
    left: 0;
    top: -4.5rem !important;
    bottom: auto !important;
    opacity: 1;
  }
  .ekit-template-content-header .mobile_menu .elementskit-menu-overlay.ekit-nav-menu--overlay.active {
    left: calc(100% - 100vw);
    top: calc(0vh - 4.5rem);
    width: 100vw;
    height: 100vh !important;
    z-index: 99 !important;
    display: inline-block;
    pointer-events: none;
  }
  .elementskit-navbar-nav-default .elementskit-menu-close{
    border: 1px solid #fff !important;
  }
  .future_section_img{
    position: inherit !important;
    top: inherit !important;
    left: inherit !important;
  }
  .social_icons{
    justify-content: center;
  }
  .dash_right_1,.dash_right_2{
    display: none;
  }
  .dash_left_1{
    display: inline-block;
  }
  .testimonials .elementskit-commentor-content p {
    width: 85%;
  }
  .about_section .e-con-inner{
    display: flex;
  }
  .about_section .e-con-inner .about_section03{
    order: 4;
  } 
  .about_section .e-con-inner .about_section04{
    order: 3;
  } 
  .service_accordian{
    width: 100%;
  }
  .service_accordian .ekit-image-accordion{
    height: 100%;
    max-height: 100%;
  }
  .service_accordian .ekit-image-accordion label{
    margin-right: 0;
    margin-bottom: -15rem;
  }
	
	.hero_subtitle .n2-ss-item-content {
    	font-size: 2.5rem !important;
	}
	.elementor-widget-heading .elementor-heading-title {
		font-size: 3.4rem !important;
	  }
	.about_list .eael-feature-list-content-box {
		width: 19vw !important;
	}
	.elementor-11 .elementor-element.elementor-element-d3e3df0 .elementor-heading-title, .elementor-11 .elementor-element.elementor-element-094ad02 .elementor-heading-title, .elementor-11 .elementor-element.elementor-element-7f87581 .elementor-heading-title, .elementor-14 .elementor-element.elementor-element-c595f19 .elementor-heading-title, .elementor-875 .elementor-element.elementor-element-4d00cca .elementor-heading-title {
    font-size: 2.4rem !important;
  }
	.elementor-11 .elementor-element.elementor-element-a80bfda {
    --flex-wrap: nowrap !important;
  }
	.elementor-11 .elementor-element.elementor-element-579220f, .elementor-11 .elementor-element.elementor-element-152d63d, .elementor-11 .elementor-element.elementor-element-ff1b8a4 {
		--width: 33.33% !important;
	}
	.elementor-11 .elementor-element.elementor-element-83dde5d .elementor-heading-title {
		width: 100% !important;		
	}
	.elementor-985 .elementor-element.elementor-element-db37a68 img {
		max-width: 19vw;
	}
	 .ekit-template-content-footer .elementor-985 .elementor-element.elementor-element-1395e86 .elementskit-nav-identity-panel, .ekit-template-content-footer .elementor-985 .elementor-element.elementor-element-1395e86 .elementskit-menu-close, .ekit-template-content-footer .elementor-985 .elementor-element.elementor-element-1395e86 .elementskit-menu-hamburger {
		display: none;
	}
	.ekit-template-content-footer .elementor-985 .elementor-element.elementor-element-1395e86 .elementskit-menu-container {
		position: inherit;
		background-color: unset !important;
		box-shadow: none !important;
		height: 100%;
		padding: 0;
		max-width: none;
	}
	.ekit-template-content-footer .elementskit-menu-offcanvas-elements.active {
		display: none;	
	}
	.ekit-template-content-footer .elementor-985 .elementor-element.elementor-element-1395e86 .elementskit-menu-container ul {
		overflow: hidden;
	}
	
	.service_tabs .eael-feature-list-items {
		gap: 1rem;
	}
	.service_tabs .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon-inner .eael-feature-list-icon {	 
	  width: 10rem;
	  height: 10rem;	  	  
	  border-width: 7px;
	}
  .service_tabs.laser_treatment .eael-feature-list-items .eael-feature-list-item:first-child .eael-feature-list-icon-box .eael-feature-list-icon-inner .eael-feature-list-icon,
  .service_tabs.skin_care_treatment .eael-feature-list-items .eael-feature-list-item:nth-child(2) .eael-feature-list-icon-box .eael-feature-list-icon-inner .eael-feature-list-icon,
  .service_tabs.waxing_treatment .eael-feature-list-items .eael-feature-list-item:nth-child(3) .eael-feature-list-icon-box .eael-feature-list-icon-inner .eael-feature-list-icon,
  .service_tabs.threading .eael-feature-list-items .eael-feature-list-item:last-child .eael-feature-list-icon-box .eael-feature-list-icon-inner .eael-feature-list-icon
  {
    box-shadow: 0 0 0 0.6rem #9B8445;
  }
  .service_tabs.laser_treatment .eael-feature-list-items .eael-feature-list-item:first-child .eael-feature-list-icon-box .eael-feature-list-icon-inner::before,
  .service_tabs.skin_care_treatment .eael-feature-list-items .eael-feature-list-item:nth-child(2) .eael-feature-list-icon-box .eael-feature-list-icon-inner::before,
  .service_tabs.waxing_treatment .eael-feature-list-items .eael-feature-list-item:nth-child(3) .eael-feature-list-icon-box .eael-feature-list-icon-inner::before,
  .service_tabs.threading .eael-feature-list-items .eael-feature-list-item:last-child .eael-feature-list-icon-box .eael-feature-list-icon-inner::before
  {
    bottom: -2rem;
  }
  
	.elementor-875 .elementor-element.elementor-element-426beb8 .eael-feature-list-content-box .eael-feature-list-title, .service_tabs .eael-feature-list-items .eael-feature-list-item .eael-feature-list-content-box .eael-feature-list-title a {
		font-size: 1.4rem !important;
	}
	.elementor-875 .elementor-element.elementor-element-45e10da .elementor-heading-title {
		font-size: 2.4rem !important;
	  }
	.elementor-11 .elementor-element.elementor-element-0ee6a5c .eael-feature-list-content-box .eael-feature-list-title, .elementor-11 .elementor-element.elementor-element-0ee6a5c .eael-feature-list-content-box .eael-feature-list-title a, .elementor-11 .elementor-element.elementor-element-172abe3 .eael-feature-list-content-box .eael-feature-list-title, .elementor-11 .elementor-element.elementor-element-172abe3 .eael-feature-list-content-box .eael-feature-list-title a {
    font-size: 1rem !important;
    line-height: 1.3em !important;
  }
	.elementor-11 .elementor-element.elementor-element-0ee6a5c .eael-feature-list-icon-box .eael-feature-list-icon {
		  height: 92px;
		  width: 92px;
		  font-size: 42px;
		padding: 10px 10px 10px 10px;
	}
	.about_list_right .eael-feature-list-content-box .eael-feature-list-title {  		
		padding-left: 3rem;
	}
	.about_list .eael-feature-list-content-box .eael-feature-list-title {  
		padding-right: 2.8rem;
	}
	.elementor-928 .elementor-element.elementor-element-8fa4c65 .elementskit-menu-container {
		max-width: inherit;
	}
	.sub-header.animated-bg .e-con-inner {
	    width: 100%;
        max-width: none !important;
	 }
	.sub-header.animated-bg .e-con-inner .elementor-element {
	    width: 100% !important;
	}
	.sub-header.animated-bg .e-con-inner .elementor-widget-heading p {
	    font-size: 0.9rem !important;
	    padding: 0 0.5rem;
	    text-align: center;
	}
}

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

  /*------------------  hero - slider  ------------------------*/
  .hero-slider .swiper-wrapper > .wp-swiper__slide h2.wp-block-heading, .lets_talk_head h2 {
    font-size: 4.4rem !important;
  }
  .hero-slider .swiper-wrapper > .wp-swiper__slide h3.wp-block-heading {
    font-size: 2.2rem !important;
  }
  .hero-slider .swiper-wrapper > .wp-swiper__slide p {
    margin-block-start: 0.5rem;
  }
  .hero-slider .swiper-wrapper > .wp-swiper__slide .wp-block-buttons {
    margin-block-start: 0.8rem;
  }
  /*------------------  End - hero - slider  ------------------------*/

    .cursor,.cursorinner{
        display: none;
    }
    .about_list .eael-feature-list-content-box{
        margin: 0;
        width: 100%;
    }
    .primary_btn .elementor-button{
        font-size: 1rem !important;
    }
    .hero_slider .n2-ss-layer.n2-ss-layer--block{
        max-width: 100% !important;
    }
    .hero_slider .n2-ss-layer.n2-ss-layer--block .n2-ss-layer-row-inner{
        max-width: 100% !important;
    }
    .service_tabs .eael-feature-list-items{
        flex-wrap: wrap;
    }
    .service__card .elementor-image-box-wrapper .elementor-image-box-img {
        width: 100% !important;
        height: 100%;
    }
	.elementor-985 .elementor-element.elementor-element-3702bf8 {
		gap: 0.3rem;
	}
    .lets_talk_head h2{
        font-size: 4.2rem !important;
    }
    .lets_talk_head h3{
        font-size: 1.4rem;
    }
    .work-timeline .elementor-widget-container > div ul:first-child {
        padding-right: 2rem;
    }
    .elementor-element.sub-header .elementor-mobile-position-top .elementor-icon-box-wrapper {
        display: flex !important;
        align-items: center;
        gap: 0.3rem;
    }
    .sub-header .elementor-mobile-position-top .elementor-icon-box-wrapper .elementor-icon-box-icon {
        margin:0;
        display: flex;
        align-items: center;
    }
    .sub-header .elementor-mobile-position-top .elementor-icon-box-wrapper .elementor-icon-box-icon a {
        font-size: 1.4rem;
    }
    .sub-header .elementor-mobile-position-top .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
        margin:0;
    }
    .sub-header .elementor-mobile-position-top .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title a {
        font-size: 0.8rem;
    }
    #popmake-4465 {
        width: auto;
    }
    .color_round_bg {
      z-index: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    /*------------------  hero - slider  ------------------------*/
    .hero-slider .swiper-wrapper > .wp-swiper__slide .wp-block-column {
      text-align: center;
    }
    .hero-slider .swiper-wrapper > .wp-swiper__slide h2.wp-block-heading, .lets_talk_head h2 {
      width: 100% !important;
    }
    .hero-slider .swiper-wrapper > .wp-swiper__slide .wp-block-buttons {
      margin-block-start: 0.8rem;
      justify-content: center;
    }
    .hero-slider .swiper-wrapper > .wp-swiper__slide .wp-block-image {
      width: 90%;
      margin: 0  auto !important;
    }
    .hero-slider .swiper-wrapper > .wp-swiper__slide .wp-block-image::after {
      background: linear-gradient(180deg, rgba(0, 0, 0, 1) 6%, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0.8) 15%, rgba(0, 0, 0, 0.6) 22%, rgba(0, 0, 0, 0) 60%);
    }
    .hero-slider .wp-swiper__wrapper > .swiper-pagination {
      bottom: -1.7rem;
      left: 50%;
      z-index: 0;
      transform: translateX(-50%);
    }
    /*------------------  End - hero - slider  ------------------------*/

    /*------------------ Services Images ------------------*/
    .services_row {
      row-gap: 2rem !important;
    }
    .services_row > .elementor-element {
      width: 50%;
      margin: 0;
    }
    .service_list {
      width: 100%;
      padding-inline: 0;
      flex-wrap: wrap;
      row-gap: 1rem;
      column-gap: 0;
      justify-content: space-between;
    }
    .service_list > .elementor-element {
      width: auto;
      max-width: 48% !important;
      min-width: 40%;
    }
    .service_list figure.wp-caption a {
      width: auto;
      max-width: calc(100% - 1rem);
    }
    .service_list .active_service figure.wp-caption a {
      border: 1px solid #9B8445;
      box-shadow: 0 0 0 0.5rem #9B8445;
    }
    .service_list figure.wp-caption figcaption {
      position: inherit;
      font-size: 1.2rem;
      width: 100% !important;
      transform: none;
      line-height: normal;
      margin-top: 0.4rem !important;
    }
    @supports (-webkit-appearance: none) {
      .service_list figure.wp-caption {
        display: flex;
        flex-direction: column;
        padding-bottom: 1rem;
      }
      .service_list figure.wp-caption figcaption {
        bottom: -1rem;
        transform: translate(-50%, 0);
        position: relative;
      }
    }
    .service_list::after {
      bottom: -2rem;
    }
    .service__card .elementor-image-box-title {
      white-space: normal;
      margin-top: 0;
    }
    /*------------------ End Services Images ------------------*/

    .about_card {
      margin: 3rem 0;
    }

    .testimonials .elementskit-commentor-content p {
        width: 95%;
    }
    .color_round_bg {
        width: 20rem;
        height: 20rem;
        background: #be9b48;
    }
    .color_round_bg.machine_bg{
        width: 15rem;
        height: 15rem;
    }
    .elementskit-navbar-nav .menu-item .ekit-menu-nav-link {
        padding: 0.7rem 2rem!important;
    }
    .coin_price .eael-feature-list-content-box{
      margin: 0 !important;
    }
    .e-con-inner .elementor-element .coin_price .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-content-box{
      margin: 0 !important;
    }
	.elementor-928 .elementor-element.elementor-element-90d2978 img {
        max-width: 30vw;
	}
/* 	.hero_title .n2-ss-button-container a div {
  	  font-size: 3.6rem !important;
  }
	.hero_subtitle .n2-ss-item-content {
    font-size: 2.1rem !important;
  } */
/* 	.elementor-widget-heading .elementor-heading-title {
    font-size: 2.5rem !important;
  } */
	.elementor-11 .elementor-element.elementor-element-a80bfda {
		--flex-wrap: wrap !important;
	}
	.elementor-11 .elementor-element.elementor-element-579220f, .elementor-11 .elementor-element.elementor-element-152d63d, .elementor-11 .elementor-element.elementor-element-ff1b8a4 {
        --width: 100% !important;
    }
	.about_list .eael-feature-list-content-box {
        width: 100% !important;
        padding: 0 1rem;
    }
	.elementor-985 .elementor-element.elementor-element-db37a68 img {
    max-width: 27vw;
  }
	.hero_title .n2-ss-button-container a div {
    font-size: 2.9rem !important;
  }
	.hero_subtitle .n2-ss-item-content {
    font-size: 1.8rem !important;
  }
	.elementor-widget-heading .elementor-heading-title {
    font-size: 1.9rem !important;
  }
	.hero_img > div .skip-lazy {
	  border-radius: 21px !important;
	}
 .elementor-11 .elementor-element.elementor-element-d3e3df0 .elementor-heading-title, .elementor-11 .elementor-element.elementor-element-094ad02 .elementor-heading-title, .elementor-11 .elementor-element.elementor-element-7f87581 .elementor-heading-title, .elementor-14 .elementor-element.elementor-element-c595f19 .elementor-heading-title, .elementor-875 .elementor-element.elementor-element-4d00cca .elementor-heading-title {
    font-size: 1.5rem !important;
  }
	.elementor-11 .elementor-element.elementor-element-6a51ba5 .elementskit-info-image-box .elementskit-btn, .elementor-11 .elementor-element.elementor-element-c0bdd5c .elementskit-info-image-box .elementskit-btn, .elementor-11 .elementor-element.elementor-element-bda7947 .elementskit-info-image-box .elementskit-btn, .elementor-11 .elementor-element.elementor-element-969adb2 .elementskit-info-image-box .elementskit-btn {  
		font-size: 1.9rem !important;
	}
	.elementor-11 .elementor-element.elementor-element-83dde5d .elementor-heading-title, .elementor-985 .elementor-element.elementor-element-043a7bb .elementor-heading-title, .elementor-985 .elementor-element.elementor-element-9fb7720 .elementor-heading-title {
    font-size: 1.7rem !important;
  }
	.elementor-11 .elementor-element.elementor-element-f5e55cb .elementskit-watermark-icon > svg, .elementor-14 .elementor-element.elementor-element-b63ac65 .elementskit-watermark-icon > svg {
	  width: 3rem !important;
	}
	.elementor-14 .elementor-element.elementor-element-80f7dd1 {
		width: 100% !important;
	}
	.ekit-wid-con .elementskit-accordion .ekit-accordion-title {
		padding-right: 2rem !important;
		font-size: 1.1rem !important;
	}
	.service_tabs .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon-inner .eael-feature-list-icon {
    	width: 6rem;
    	height: 6rem;
	}
	.elementor-875 .elementor-element.elementor-element-426beb8 .eael-feature-list-content-box .eael-feature-list-title,.service_tabs .eael-feature-list-items .eael-feature-list-item .eael-feature-list-content-box .eael-feature-list-title a {
    font-size: 1.1rem !important;
  }
	.service_tabs .eael-feature-list-items .eael-feature-list-item .eael-feature-list-content-box {	 
	 	bottom: -2.5rem;
		left: 50%;
	}
  .service_tabs.laser_treatment .eael-feature-list-items .eael-feature-list-item:first-child .eael-feature-list-content-box,
  .service_tabs.skin_care_treatment .eael-feature-list-items .eael-feature-list-item:nth-child(2) .eael-feature-list-content-box,
  .service_tabs.waxing_treatment .eael-feature-list-items .eael-feature-list-item:nth-child(3) .eael-feature-list-content-box,
  .service_tabs.threading .eael-feature-list-items .eael-feature-list-item:last-child .eael-feature-list-content-box{
    bottom: -4rem;
  }
	.service_tabs .eael-feature-list-items .eael-feature-list-icon-box .eael-feature-list-icon::after {
		display:none;
	}
  .service_tabs.laser_treatment .eael-feature-list-items .eael-feature-list-item:first-child .eael-feature-list-icon-box .eael-feature-list-icon-inner .eael-feature-list-icon,
  .service_tabs.skin_care_treatment .eael-feature-list-items .eael-feature-list-item:nth-child(2) .eael-feature-list-icon-box .eael-feature-list-icon-inner .eael-feature-list-icon,
  .service_tabs.waxing_treatment .eael-feature-list-items .eael-feature-list-item:nth-child(3) .eael-feature-list-icon-box .eael-feature-list-icon-inner .eael-feature-list-icon,
  .service_tabs.threading .eael-feature-list-items .eael-feature-list-item:last-child .eael-feature-list-icon-box .eael-feature-list-icon-inner .eael-feature-list-icon
  {
    box-shadow: 0 0 0 0.3rem #9B8445;
  }
  .service_tabs.laser_treatment .eael-feature-list-items .eael-feature-list-item:first-child .eael-feature-list-icon-box .eael-feature-list-icon-inner::before,
  .service_tabs.skin_care_treatment .eael-feature-list-items .eael-feature-list-item:nth-child(2) .eael-feature-list-icon-box .eael-feature-list-icon-inner::before,
  .service_tabs.waxing_treatment .eael-feature-list-items .eael-feature-list-item:nth-child(3) .eael-feature-list-icon-box .eael-feature-list-icon-inner::before,
  .service_tabs.threading .eael-feature-list-items .eael-feature-list-item:last-child .eael-feature-list-icon-box .eael-feature-list-icon-inner::before
  {
    bottom: -1.2rem;
  }
	.elementor-875 .elementor-element.elementor-element-45e10da .elementor-heading-title {
		font-size: 1.9rem !important;
	  }
	.elementor-875 .elementor-element.elementor-element-6a2795d .-mobile-icon-position-left .eael-feature-list-content-box {
		margin: 0 !important;
	}
	.elementor-875 .elementor-element.elementor-element-6a2795d .eael-feature-list-icon-box .eael-feature-list-icon img {
	  width: 111px;
	  height: 111px;
	}
	  .elementor-875 .e-flex.e-con-boxed .coin_price li .eael-feature-list-content-box {
		margin-left: 0 !important;
	}
  .lets_talk_head h2{
    font-size: 3.2rem !important;
  }
  .lets_talk_head h3{
    font-size: 1.2rem;
  }
  .enquire-form p{
    flex-wrap: wrap;
    margin-bottom: 1.2rem;
  }
  .enquire-form > div p label{
    width: 100%;
  }
  .enquire-form{
    padding: 0.3rem;
  }
  .pum-overlay{
         overflow: auto !important;
    }
    .pum-content .color_round_bg{
      display: none !important;
    }
    .ekit-template-content-footer .elementor-985 .elementor-element.elementor-element-1395e86 .elementskit-menu-container ul{
        flex-direction: initial !important;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center;
    }
    .ekit-template-content-footer .elementskit-navbar-nav .menu-item .ekit-menu-nav-link{
      padding: 5px 10px !important;
    }
    .service_tabs .elementor-widget-container .-mobile-icon-position-left .eael-feature-list-items  .eael-feature-list-item .eael-feature-list-content-box{
      margin: 0 !important;
    }
    .service_tabs .eael-feature-list-items{
      gap: 1.5rem;
    }
	.service__card .elementor-image-box-content{
		margin-left:0;
		margin-right:0;
		padding: 0 0.5rem;
	}
    .work-timeline .elementor-widget-container > div ul:first-child {
        padding-right: 1.7rem;
    }
	.work-timeline .elementor-widget-container ul li p {    
    font-size: 0.9rem;
	}
	.work-timeline .elementor-widget-container ul li {
    font-size: 0.9rem;
	}
	/*-----------------------Testimonials-----------------------*/
    .testimonials .ti-widget.ti-goog .ti-widget-container .ti-name {
        font-size: 1.1rem;
    }
    .testimonials .ti-widget.ti-goog .ti-review-content {
        font-size: 0.9rem;
    }
    /*-----------------------End-Testimonials-----------------------*/
    
    .category-blog .page-header .entry-title {
        font-size: 2rem;
    }


    .laser-hair-section > .elementor-element > .elementor-widget-image img {
      height: auto;
    }
    .laser-hair-section > .elementor-element .about_list {
      gap: 1.5rem;
    }
}


@media screen and (max-width: 640px) {
/*   .hero_title .n2-ss-button-container a div{
    font-size: 4rem !important;
  }
  .hero_subtitle .n2-ss-item-content{
    font-size: 2rem !important;
  } */
  .hero_description p{
    font-size: 1rem !important;
  }

  .service_container .e-con-inner .service_card{
    width: 100%;
 }
 .color_round_bg {
  width: 12rem;
  height: 12rem;
}
.n2-ss-layer-row-inner .n2-ss-layer .n2-ss-layer-col{
  margin-bottom: 0 !important;
}
.hero_slider .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls{
  bottom: 5vw;
  left: -1rem;
}	
.lets_talk_head h2{
  font-size: 2.8rem !important;
}
.lets_talk_head h3{
  font-size: 1.1rem;
}
	.pum-close {
    position: absolute;
    top: 0.2rem !important;
    right: 0.2rem !important;
	}
	.work-timeline .elementor-widget-container > div ul:first-child {
    padding-right: 1rem;
    margin-right: 1rem;
  }
  .work-timeline .elementor-widget-container ul {
    list-style: none;
    flex: 1;
    text-align: center;
  }
	.work-timeline .elementor-widget-container ul li p {    
    font-size: 0.7rem;
	}
	.work-timeline .elementor-widget-container ul li {
    font-size: 0.7rem;
    display: flex;
    flex-direction: column;
    width: 100% !important;
	}
  .work-timeline .elementor-widget-container ul.last-day:last-of-type li {
    flex-direction: inherit;
    justify-content: center;
    
  }
	.work-timeline .elementor-widget-container {    
    padding: 1rem 0.5rem;
	}
  .laser-hair-section .about_list .feature-list-content-box .feature-list-title {
    width: 17ch;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 479px) {
  /*------------------  hero - slider  ------------------------*/
  .hero-slider .swiper-wrapper > .wp-swiper__slide h2.wp-block-heading, .lets_talk_head h2 {
    font-size: 3.6rem !important;
  }
  .hero-slider .swiper-wrapper > .wp-swiper__slide h3.wp-block-heading {
    font-size: 1.8rem !important;
  }
  .hero-slider .swiper-wrapper > .wp-swiper__slide p {
    margin-block-start: 0.3rem;
  }
  .hero-slider .swiper-wrapper > .wp-swiper__slide .wp-block-buttons {
    margin-block-start: 0.6rem;
  }
  /*------------------  End - hero - slider  ------------------------*/
  /*------------------ Services Images ------------------*/
  .services_row {
    row-gap: 2rem !important;
  }
  .services_row > .elementor-element {
    width: 100%;
    margin: 0;
  }
  .services_card .elementor-image-box-wrapper figure.elementor-image-box-img img {
    max-width: 75vw;
  }
  /*------------------ End Services Images ------------------*/


	.elementor-11 .elementor-element.elementor-element-0ee6a5c .eael-feature-list-items .eael-feature-list-item:not(:last-child), .elementor-11 .elementor-element.elementor-element-172abe3 .eael-feature-list-items .eael-feature-list-item:not(:last-child)
	{
	  padding-bottom: calc(13px/2) !important;
	}
	.about_list .eael-feature-list-content-box .eael-feature-list-title {
		text-align: left;
	}
  .service_tabs .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon-inner .eael-feature-list-icon {
    width: 4rem;
    height: 4rem;
  }
    .work-timeline .elementor-widget-container > div ul:first-child {
        padding-right: 0.6rem;
        margin-right: 0.6rem;
    }
    .pum-theme-2866 .pum-content, .pum-theme-default-theme .pum-content {
      width: 80%;
    }
  .pum-container .pum-content .offer_model_img video {
    height: auto;
    width: 100%;
  }
  .sub-header.animated-bg .e-con-inner .elementor-widget-heading p {
        font-size: 0.7rem !important;
    }
}

/* 31. DISABLE EXPENSIVE EFFECTS ON SAFARI */
@media not all and (min-resolution:.001dpcm) {
  @supports (-webkit-appearance:none) {
    /* Safari-specific */
    .service__card:hover .elementor-image-box-img:after {
      animation: none !important;
      filter: brightness(1.2);
    }
    
    .color_round_bg {
      filter: blur(8rem);
    }
  }
}

/**
 * ----------------------------------------
 * service-image-blink
 * ----------------------------------------
 */

@keyframes blinker {
  50% {
    opacity: 0;
  }
}


/**
 * ----------------------------------------
 * border-color-gradiant
 * ----------------------------------------
 */
@keyframes rotation 
  {
     0%
     {
          --gradient-angle : 0deg;
     }
     100%
     {
          --gradient-angle : 360deg;
     }
  }
  @property --gradient-angle
  {
      syntax: "<angle>";
      initial-value: 0deg;
      inherits: false;
  }


/**
 * ----------------------------------------
 * name round animation rotate-center 
 * ----------------------------------------
 */
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/**
 * ----------------------------------------
 * name round-2 animation rotate-center 
 * ----------------------------------------
 */
 @-webkit-keyframes btnname_rotate-center {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes btnname_rotate-center {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
		opacity:0.1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
		opacity:1;
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
		opacity:0.1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
		opacity:1;
  }
}
/**
 * ----------------------------------------
 * border round animation rotate-center 
 * ----------------------------------------
 */
@-webkit-keyframes border_rotate-center {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* 15. OPTIMIZE BORDER ROTATION ANIMATION */
@keyframes border_rotate-center {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/**
 * ----------------------------------------
 * about_line
 * ----------------------------------------
 */
 @-webkit-keyframes about_line {
  0%{
      transform: translate3d(0,0,0);
  }
  100%{
      transform: translate3d(-50%,0,0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-track {
    animation: none !important;
    -webkit-animation: none !important;
  }
}
@keyframes about_line {
0%{
    transform: translate3d(0,0,0);
}
100%{
    transform: translate3d(-50%,0,0);
}
}

/**
 * ----------------------------------------
 * about_line_2
 * ----------------------------------------
 */

 @-webkit-keyframes about_line_2 {
  0%{
      transform: translate3d(0,0,0);
  }
  100%{
      transform: translate3d(-50%,0,0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-track_2 {
    animation: none !important;
    -webkit-animation: none !important;
  }
}
@keyframes about_line_2 {
0%{
    transform: translate3d(0,0,0);
}
100%{
    transform: translate3d(50%,0,0);
}
}


/*============================================================================================*/



@-webkit-keyframes move {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: -200% center;
  }
}
/* Simplified version for Safari */
@supports (-webkit-backdrop-filter: blur(1px)) {
  @keyframes move {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
}
@-moz-keyframes move {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: -200% center;
  }
}
@keyframes move {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: -200% center;
  }
}


/**
 * ----------------------------------------
 * animation Right Bottom rotate-left
 * ----------------------------------------
 */
 @-webkit-keyframes leaf_rotate-right {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
}
@keyframes rotate-left {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
}

/**
 * ----------------------------------------
 * animation leftBottom rotate-left
 * ----------------------------------------
 */
 @-webkit-keyframes leaf_rotate-left {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
}
@keyframes rotate-left {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
}


@-webkit-keyframes blinking {
  0% {
    opacity:1;
    filter: grayscale(0) invert(0);
  }
  100% {
    opacity:0.5;
    filter: grayscale(1) invert(1);
  }
}
@-moz-keyframes blinking {
  0% {
    opacity:1;
    filter: grayscale(0) invert(0);
  }
  100% {
    opacity:0.5;
    filter: grayscale(1) invert(1);
  }
}
@keyframes blinking {
  0% {
    opacity:1;
    filter: grayscale(0) invert(0);
  }
  100% {
    opacity:0.5;
    filter: grayscale(1) invert(1);
  }
}