/*
Theme Name: Spa Parlor Pro
Description: Spa Parlor Pro WordPress Theme is the perfect choice for building Landing Page Pro website. This theme is packed with features designed to help you promote your business and attract new customers. With its clean and modern design, the Landing Page Pro WordPress Theme will make a lasting impression on your visitors. The WordPress Landing Page Pro theme can be used for any website. It’s a sleek, minimalist, contemporary theme that incorporates the latest technology. The industrial theme features an elegant and chic design that will help your site stand out among the rest of your competitors.
Author: omegathemes
Theme URI: https://omegathemes.com/spa-parlor-pro/
Author URI: https://www.omegathemes.com/
Version: 0.0.1
Tested up to: 6.0.3
Requires PHP: 7.4
Text Domain: spa-parlor-pro
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: education, portfolio, blog, wide-blocks, one-column, two-columns, right-sidebar, left-sidebar, grid-layout, custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, editor-style, theme-options, threaded-comments
Elementor Wptheme WordPress Theme has been created by omegathemes(https://www.omegathemes.com), 2023.
Elementor Wptheme WordPress Theme is released under the terms of GNU GPL
*/

@import url('https://fonts.googleapis.com/css2?family=Open Sans:ital,wght@0,100..900;1,100..900&display=swap');

html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  background-color: #FAF2E7;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
}
html {
  overflow-x: hidden;
}
.bkr_container {
  max-width: 1350px;
  width: 100%;
  padding-left:20px;
  padding-right: 20px;
  margin: 0 auto;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
}
p {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
}
a {
  text-decoration: none;
}
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100% !important;
}
.spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    border-top-color: #fff;
    /* animation: spin 1s linear infinite; */
    margin-right: 8px;
}




/* preloader */
.spinner-loading-box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 999999;
  background: #FAF2E7;
  justify-content: center;
  align-items: center;
  display: flex;
}
.spinner-loading-box img {
  max-width: 200px !important;
}
.spinner-loading-box img, .ets-theme-header-section :is(.ets-topabr-address, .ets-topabr-email) li {
  width: 100%;
}
.demo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

/* HTML: <div class="loader"></div> */
/* .loader {
  width: 70px;
  aspect-ratio: 4;
  --_g: no-repeat radial-gradient(circle closest-side,#000 90%,#0000);
  background: 
    var(--_g) 0%   50%,
    var(--_g) 50%  50%,
    var(--_g) 100% 50%;
  background-size: calc(100%/3) 100%;
  animation: l7 1s infinite linear;
}
@keyframes l7 {
    33%{background-size:calc(100%/3) 0%  ,calc(100%/3) 100%,calc(100%/3) 100%}
    50%{background-size:calc(100%/3) 100%,calc(100%/3) 0%  ,calc(100%/3) 100%}
    66%{background-size:calc(100%/3) 100%,calc(100%/3) 100%,calc(100%/3) 0%  }
} */










/* @media only screen and (min-width: 1025px) {
  .sticky-header {
    position: fixed;
    width: 100%;
    z-index: 99999 !important;
    top: 0;
    left: 0;
    right: 0;
    padding: 4px 10px;
    animation: slideDown 0.75s ease-out;
    background-color: #8D5E2F;
    box-shadow: 0px 2px 6px #CCBABAF2;
  }

  @keyframes slideDown {
    0% { transform: translateY(-100%); }
    100% { transform: translateY(0); }
  }

  .sticky-header .top-header-row1 {
    display: none;
  }
} */





/* Wrapper */
.woo-stack-slider-wrapper {
    position: relative;
    max-width: 360px;
    margin: auto;
}

/* EACH PRODUCT MUST BE ITS OWN POSITIONING CONTEXT */
.woo-product-card {
    position: relative;
}


/* Vertical stack */
.woo-vertical-stack {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Product card */



.woo-card img {
    width: 30%;
    height: 100px;
    border-radius: 14px;
    margin-bottom: 10px;
}

.woo-card h4 {
    font-size: 14px;
    margin: 0 0 6px;
    font-weight: 500;
    color: white;
}

.woo-card .price {
    font-size: 13px;
    font-weight: 600;
    color: white;
}

/* Navigation wrapper */
.woo-swiper-nav {
    position: absolute;
    bottom: -6%;
    width: 100%;
    pointer-events: none;
}

/* Nav buttons */
.woo-swiper-prev,
.woo-swiper-next {
    pointer-events: all;
    position: absolute;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #ffffff; /* controls SVG stroke */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.woo-swiper-prev {
    left: 32%;
}

.woo-swiper-next {
    right: 32%;
}

.woo-swiper-prev:hover,
.woo-swiper-next:hover {
    background: black;
}

/* Pagination container */

/* Pagination dots */
.woo-stack-slider-wrapper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #c1b7aa;
    opacity: 1;
    margin: 0 4px;
}

/* Active dot */
.woo-stack-slider-wrapper .swiper-pagination-bullet-active {
    background: #6b6257;
}

/* Ensure pagination is visible */
.woo-stack-slider-wrapper .swiper-pagination {
    position: relative !important;
    bottom: auto !important;
    margin-top: 16px;
    display: block;
    text-align: center;
    z-index: 10;
}

.woo-swiper-pagination{
  display: flex;
  justify-content: center;
}

.woo-stack-swiper {
    overflow: hidden;
}

.woo-card-meta {
    padding-top: 10px;
    text-align: left;
    margin-left: 60px;
    margin-top: -10px;
}

.woo-card-meta a{
  color: white;
  font-family: 'Abhaya Libre', serif;
  font-size: 18px;
  font-weight: 400;
}

.hero-sec .price {
  color: white;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.woo-card-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 8px;
}

.woo-card-actions .button {
    font-size: 13px;
    padding: 6px 12px;
}

.woo-wishlist {
    display: flex;
    align-items: center;
}

.woo-card-icons {
    position: absolute;
    bottom: -5px;
    right: 95px;
    display: none;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    z-index: 20;
}

.woo-product-card:hover .woo-card-icons {
    display: flex;
}

.woo-icon {
    width: 36px;
    height: 36px;
    /* background: #fff; */
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #000;
    box-shadow: 0 4px 10px rgba(0,0,0,.15);
    cursor: pointer;
}

.woo-icon svg {
    width: 30px;
    height: 30px;
    color: white;
    background: black;
    padding: 5px;
    border-radius: 50px;
}

.single-product .yith-wcwl-add-to-wishlist-button svg {
    color: black !important;
}

.single-product .woocommerce-product-gallery__wrapper img{
  width: 100% !important;
  height: 500px !important;
  object-fit: contain !important;
}

.hero-sec .woo-wishlist svg {
    width: 30px !important;
    background: black;
    color: white !important;
    padding: 5px;
    border-radius: 50px;
}

/* FORCE YITH ICON ONLY */
.woo-wishlist a span,
.woo-wishlist a i {
    display: none !important;
}

.woo-wishlist svg{
  width: 20px !important;
}

.woo-swiper-prev i {
    width: 30px !important;
    height: 30px !important;
    z-index: 999;
    fill: white;
}

.woo-swiper-next i {
    width: 30px !important;
    height: 30px !important;
    z-index: 999;
    fill: white;
}



/* .woo-wishlist a::before {
    content: "♥";
    font-size: 16px;
    line-height: 1;
} */





.hero-sec1{
  background-size: 100% 100% !important;
}

.abt-rad{
    position: absolute;
    top: 35%;
    right: -15%;
}



.our-pro .ht-product-ratting-wrap {
    position: absolute;
    bottom: 21%;
    left: 30%;
}

.our-pro .ht-product-user-ratting svg {
    font-size: 12px;
    color: #E5B706;
}






@media screen and (width: 1366px) {



    .main-head .elementor-widget-image{
        margin-top: -50px !important;
    }





    .woo-swiper-nav{
        bottom: -17%;
    }



    .our-pro .ht-product-title {
        font-size: 16px !important;
    }

    .woo-card-meta a{
      font-size: 15px !important;
    }

    .woo-card img {
       width: 20%;
       height: 80px;
       object-fit: cover;
    }

    .woo-card-icons{
      right: 31px;
    }

     .hfe-nav-menu > li.menu-item:not(:last-child){
      margin-right: 9px !important;
     }

     .hero-sec1{
      padding-top: 80px;
     }

     .e-n-tab-title[aria-selected='false']:not( :hover ){
      margin-right: -30px;
     }

     .plan-col:nth-child(2) .plan-btn {
        left: -23% !important;
     }

     .plan-col:nth-child(3) .plan-btn {
        left: -25% !important;
    }

    .plan-col:nth-child(1) .plan-btn {
        left: -19% !important;
    }

    .our-team .pp-tm-wrapper {
       width: 970px !important;
    }

    .our-col {
      margin-left: 50px;
    }

    .our-col .elementor-widget-text-editor {
      padding-right: 30px !important;
   }

   .our-team .elementor-swiper-button-prev {
      transform: translateX(50px);;
      top: 74% !important;
  }

  .our-team .elementor-swiper-button-next {
     left: -37% !important;
     top: 80% !important;
  }

  .owl-prev {
    transform: translateX(-15px);
  }

    .owl-next {
    transform: translateX(15px);
  }
}













/* ==============================
   Wrapper
================================ */
.services-slider-wrapper {
    /* background: #8f8f66; */
    padding: 60px 0;
}

/* ==============================
   Swiper Container
================================ */
.services-slider {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* ==============================
   Card
================================ */
.service-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 28px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* ==============================
   Icon
================================ */
.service-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #efefe8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.service-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

/* ==============================
   Content
================================ */




/* ==============================
   Button
================================ */
.service-btn {
    background: #4c4f3a;
    color: #ffffff;
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 13px;
    text-decoration: none;
    width: fit-content;
    transition: background 0.3s ease;
}

.service-btn:hover {
    background: #3a3d2c;
    color: #ffffff;
}

/* ==============================
   Navigation
================================ */
.services-nav {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 30px;
}

.services-prev,
.services-next {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    user-select: none;
}

/* ==============================
   Responsive
================================ */
@media (max-width: 768px) {
    .service-card {
        padding: 22px;
    }

    .abt-sec .e-n-tab-title {
    margin-right: -5px;
    }

    .abt-sec .e-n-tab-title:first-child {
    border-radius: 50px;
    }

    .abt-sec .e-n-tab-title:last-child {
    border-radius: 50px;
    }

    .hero-sec1{
        background: #454B40;
    }

    .woo-swiper-nav{
        display: none;
    }
}



.service-card:hover {
    background: #454B40;
}


.service-card:hover .service-title {
    color: white;
}

.service-card:hover .service-excerpt {
    color: white;
}

.service-card:hover .service-btn {
    background: white;
    color: black;
}


.service-card:hover .service-icon {
    background: white;
}

.service-card:hover .service-icon img {
    filter: brightness(0.1);
}

.service-sidebar-column {
    padding: 20px;
    background: #FAF2E7;
    border-radius: 20px;
}

.service-sidebar-item {
    margin-bottom: 30px !important;
} 

a.service-sidebar-link {
    color: black;
}

.service-related-card {
    padding: 30px;
    background: #454B40;
    border-radius: 20px;
}

.service-related-card img {
    filter: brightness(1.5);
}

.service-related-title a{
  color: white;
}

.service-related-excerpt{
  color: white;
}





.service-related-card:hover .service-related-readmore-btn{
    background: #454B40;
    color: white    ;
}

.service-content-column{
    padding-left: 50px;
    padding-top: 20px;
}

a.service-related-readmore-btn {
    color: black;
    background: #FAF2E7;
    padding: 10px 25px;
    border-radius: 20px;
}

.service-banner-wrapper {
    min-height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-sec .elementor-custom-embed-play svg {
    background: white;
    padding: 20px;
    border-radius: 50px;

}



.plan-sec .elementor-image-box-img{
    background: #84835B;
    padding: 15px;
    border-radius: 50px;
}

.plan-sec .elementor-image-box-wrapper{
  align-items: center !important;
}

.plan-sec .elementor-icon-list-items ul{
  display: grid;
  justify-content: center !important;
}

.plan-btn {
    transform: rotate(-90deg);
    position: absolute;
    left: -17%;
    top: 40%;
}

.plan-col:hover .elementor-image-box-title {
    color: white !important;
}

.plan-col:hover .elementor-icon-list-text {
    color: white;
} 

.plan-col:hover .elementor-icon-list-icon svg {
    fill: white !important;
}

.plan-col:hover .buy-btn a{
  background: white !important;
  color: black;
}

.plan-col:hover .elementor-image-box-img {
    background: white;
}

.plan-col:hover .elementor-image-box-img img {
    filter: invert(23%) sepia(8%) saturate(420%) hue-rotate(20deg) brightness(85%) contrast(90%);
}





.gallery-item {
        max-width: 100% !important;
    }



  .spa-gallery #gallery-1 {
    display: grid !important;
    grid-template-columns: repeat(18, 1fr);
    grid-template-rows: repeat(10, 60px);
    gap: 20px;
    margin: 0;
    padding: 20px 0;
  }

  .spa-gallery #gallery-1 .gallery-item {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
  }

  .spa-gallery #gallery-1 .gallery-item,
  .spa-gallery #gallery-1 .gallery-item dt,
  .spa-gallery #gallery-1 .gallery-item a {
    width: 100%;
    height: 100%;
  }

  .spa-gallery #gallery-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
  }

  .spa-gallery #gallery-1 .gallery-item:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 2 / 4;
  }

  .spa-gallery #gallery-1 .gallery-item:nth-child(2) {
    grid-column: 1 / 5;
    grid-row: 4 / 9;
  }

  .spa-gallery #gallery-1 .gallery-item:nth-child(3){
    grid-column: 3 / 5;
    grid-row: 2 / 4;
  }

  .spa-gallery #gallery-1 .gallery-item:nth-child(4) {
    grid-column: 5 / 9;
    grid-row: 1 / 6;
  }

  .spa-gallery #gallery-1 .gallery-item:nth-child(5) {
    grid-column: 9 / 12;
    grid-row: 1 / 4;
  }

  .spa-gallery #gallery-1 .gallery-item:nth-child(7) {
    grid-column: 12 / 14;
    grid-row: 1 / 4;
  }

  .spa-gallery #gallery-1 .gallery-item:nth-child(8) {
    grid-column: 9 / 12;
    grid-row: 4 / 6;
  }

  .spa-gallery #gallery-1 .gallery-item:nth-child(9) {
    grid-column: 14 / 16;
    grid-row: 1 / 4;
  }

  .spa-gallery #gallery-1 .gallery-item:nth-child(10) {
    grid-column: 16 / 19;
    grid-row: 1 / 6;
  }

  .spa-gallery #gallery-1 .gallery-item:nth-child(11) {
    grid-column: 5 / 7;
    grid-row: 6 / 10;
  }

  .spa-gallery #gallery-1 .gallery-item:nth-child(13) {
    grid-column: 7 / 12;
    grid-row: 6 / 10;
  }

  .spa-gallery #gallery-1 .gallery-item:nth-child(14) {
    grid-column: 12 / 16;
    grid-row: 4 / 8;
  }

  .spa-gallery #gallery-1 .gallery-item:nth-child(15) {
    grid-column: 16 / 20;
    grid-row: 6 / 9;
  }



.gallery-item img {
    border: none !important;
}


.abt-sec .e-n-tabs-heading {
    background: #84835B;
    border-radius: 50px !important;
}

.our-pro a.woolentorquickview {
    display: none !important;
}

.our-pro i.sli.sli-heart {
    color: white;
    background: black;
    padding: 5px 9px 8px 9px;
    border-radius: 50px;
}

.our-pro i.sli.sli-heart:hover {
    background: #84835B;
}

.our-pro .woolentor-cart a::before {
    background: black;
    color: white;
    border-radius: 50px;
    width: 35px !important;
    height: 35px !important;
    font-size: 15px !important;
}

.our-pro .woolentor-cart a:hover::before {
    background: #84835B;
}

.our-team .pp-tm-wrapper{
    width: 1200px;
}



.our-team .pp-tm-social-links-wrap{
        display: grid;
    justify-items: end;
}


.our-team .pp-tm-social-links{
    display: grid;
    gap: 10px;
    justify-items: start;
}

.our-team .pp-tm-content{
   bottom: -30%;
    right: -5%;
    top: unset;
}

.our-team .elementor-swiper-button-prev ,
.our-team .elementor-swiper-button-next{
    width: 50px;
    height: 50px;
}

.our-team .elementor-swiper-button-prev {
    position: absolute;
    left: -52% !important;
    top: 60%;
}
.our-team .elementor-swiper-button-next {
    position: absolute;
    left: -44%;
    top: 59.5%;
}

.ht-product-image img {
    width: fit-content !important;
    display: flex;
    height: 250px;
    margin: 0 auto;
}

.ht-product-image{
  background: white;
  padding: 30px 60px;
  border-radius: 20px;
}

.testi .uc_quote_info{
  display: flex !important;
  flex-direction: row !important;
}

.testi .uc_stars {
    position: absolute;
    top: 8%;
    left: 22%;
}

.testi .uc_author{
  width: 100%;
  justify-content: center;
}

.testi .ue-text{
  text-align: left;
}

.testi .ue_rate svg {
    margin-right: 15px;
}

.testi .uc_quote_item:hover {
    background: white !important;
}

.testi .uc_quote_item:hover .ue_title {
    color: black !important;
}

.testi .uc_quote_item:hover .ue_subtitle {
    color: black !important;
}
.testi .uc_quote_item:hover .ue-text{
  color: black !important;
}

.testi .uc_quote_item:hover .ue_rate svg{
  color: black !important
}

.owl-prev, .owl-next {
    position: absolute;
    top: 110% !important;
}

.owl-prev {
    left: 46% !important;
}

.owl-next {
    right: 46% !important;
}



/* Wrapper */
.cf7-consulting-form {
  background-color: #4b5145;
  padding: 40px;
  border-radius: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

/* Rows */
.cf7-row {
  display: flex;
  gap: 30px;
  margin-bottom: 25px;
}

/* Fields */
.cf7-field {
  flex: 1;
}

.cf7-field label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

/* Inputs */
.cf7-field input,
.cf7-field select {
  width: 100%;
  height: 52px;
  padding: 0 20px;
  border-radius: 30px;
  border: none;
  outline: none;
  font-size: 14px;
  background-color: #ffffff;
  color: #555;
}

/* Select arrow fix */
.cf7-field select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23999' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 12px;
}

/* Submit button */
.cf7-submit-wrap {
  margin-top: 20px;
}

.cf7-submit-wrap input[type="submit"] {
  background-color: #0f0f0f;
  color: #ffffff;
  border: none;
  padding: 15px 35px;
  font-size: 15px;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.cf7-submit-wrap input[type="submit"]:hover {
  background-color: #000000;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .cf7-row {
    flex-direction: column;
    gap: 20px;
  }
}

/* Label base */
.cf7-field label {
  position: relative;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
}


/* Icon base
.cf7-field label::before {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  display: block;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center;
} */

.wpcf7 label {
  opacity: 1 !important;
  visibility: visible !important;
  display: inline-flex !important;
}



.cf7-field label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 10px;
}

.cf7-icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
}

.cf7-icon svg {
  width: 16px;
  height: 16px;
  margin-top: 8px;
}




.spa-post-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.spa-post-card {
    display: grid;
    grid-template-columns: 300px 140px 1fr;
    gap: 24px;
    background: #ffffff;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0,0,0,0.05);
    align-items: center;
}

.spa-post-thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
}

.spa-post-thumb {
    overflow: hidden;
}

.spa-post-card:hover .spa-post-thumb img {
    transform: scale(1.5);
    transition: 1s ease-in;
}

.spa-post-content {
    display: flex;
    flex-direction: column;
    padding-left: 35px;
}

.spa-post-meta {
    display: flex;
    gap: 20px;
    font-size: 13px;
    color: #777;
    margin-bottom: 10px;
    align-items: center;
}

.spa-post-meta .author {
    display: flex;
    align-items: center;
    gap: 6px;
}

.spa-post-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.4;
}





.spa-read-more {
    align-self: flex-start;
    padding: 10px 22px;
    border-radius: 30px;
    background: #000;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.spa-read-more:hover {
    background: #454B40;
}

.spa-gallery .gallery-item {
    position: relative;
    overflow: hidden;
}

.spa-gallery .gallery-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.3s ease;
    z-index: 1;
    border-radius: 15px;
}

.spa-gallery .gallery-item:hover::before {
    background-color: rgba(0, 0, 0, 0.6); /* adjust opacity */
}


/* Responsive */
@media (max-width: 768px) {
    .spa-post-card {
        grid-template-columns: 1fr;
    }
}


.spa-post-meta-column {
    display: flex;
    flex-direction: column;
    gap: 14px;
    font-size: 13px;
    color: #666;
}

.spa-post-meta-column .meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.spa-post-meta-column img {
    border-radius: 50%;
}

.spa-post-meta-column {
    position: relative;
    margin-right: -24px;
    padding-left: 24px;
    border-right: 2px solid #e5e5e5;
}


.partners #gallery-2 img{
  border: none;
}

.partners .gallery-item img:hover{
  filter: 
    invert(49%)
    sepia(12%)
    saturate(620%)
    hue-rotate(7deg)
    brightness(92%)
    contrast(88%);
}


.footer-co .wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 50px;
}

.footer-co .wpcf7 input[type="submit"] {
    width: fit-content;
    padding: 8px 30px;
    border-radius: 50px;
}

.newsletter-form {
    display: flex;
    align-items: baseline;
    gap: 20px;
    width: 100%;
}

/* Heading */
.newsletter-heading h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
    color: white;
}

/* Input + button wrapper */
.cf7-input-button {
    position: relative;
    flex: 1;
}

.cf7-input-button input[type="email"] {
    width: 100%;
    height: 48px;
    padding-right: 120px;
    box-sizing: border-box; 
    background-color: gray;
    border-radius: 50px;
    border: none;
    
}

.cf7-input-button input[type="submit"] {
    position: absolute;
    top: 4px;
    right: 4px;
    height: 40px;
    padding: 0 20px;
    border: none;
    background-color: #fff;
    color: #000;
    cursor: pointer;
    border-radius: 50px;
}


.cf7-input-button input[type="email"]::placeholder{
  color: white;
  padding-left: 20px;
}


.schedule-table {
    width: 300px;
    border-collapse: separate;
    border-spacing: 0 20px;
}



.schedule-table th {
    background-color: #f2f2f2;
    font-weight: bold;
}


/* tablets */
@media (min-width: 768px) and (max-width: 1023px) {
    .abt-rad {
        position: absolute;
        top: 35%;
        right: -31%;
    }

    .plan-col:first-child .plan-btn {
       position: absolute;
       left: -23%;
    }

    .plan-col:nth-child(2) .plan-btn {
       position: absolute;
       left: -29% !important;
    }

    .plan-col:nth-child(3) .plan-btn {
       position: absolute;
       left: -13% !important;
    }

    .our-team .pp-tm-wrapper {
       width: 830px;
    }

    .our-team .elementor-swiper-button-prev,
    .our-team .elementor-swiper-button-next{
        display: none;
    }

    .woo-card{
        margin: 0px;
    }

    .woo-swiper-nav{
        display: none;
    }

    .woo-stack-slider-wrapper{
        max-width: 500px;
    }

    .woo-vertical-stack{
        display: flex;
        flex-direction: row;
    }

    .woo-card-meta{
        margin-left: 0px;
    }

    .woo-card img{
        object-fit: contain;
        width: 100%;
    }
    
    .woo-product-card{
        width: 160px;
    }

    .hero-sec{
        margin-top: -56px;
    }

    .main-head .elementor-widget-image img {
    position: absolute;
    top: -10px;
    }
}


/* Tablet */
/* @media (max-width: 1024px) {
    .ht-row {
        display: grid;
        grid-template-columns: 1fr !important;
    }
} */

/* Mobile */
/* @media (max-width: 767px) {
    .ht-row {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }
} */



/* Tablet */
/* @media (max-width: 1024px) {
    .ht-row > * {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
} */

/* Mobile */
/* @media (max-width: 767px) {
    .ht-row > * {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
} */



@media (max-width: 767px){
  .our-team .pp-tm-wrapper{
    margin-left: 20px;
    margin-right: 0;
  }
}



.single-product .banner-img-main-box {
    position: relative;
}

.single-product .banner-img-main-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5); /* adjust opacity */
    z-index: 1;
}

.single-product .banner-img-main-box > * {
    position: relative;
    z-index: 2;
}


.our-pro .e-n-tabs-heading {
    border-bottom: 2px solid #84835B;
} 



@media (width: 425px) {
 .plan-col:first-child .plan-btn {
    left: -23%;
  }

  .plan-col:nth-child(2) .plan-btn{
        left: -26% !important;
  }

  .plan-col:nth-child(3) .plan-btn{
    left: -27% !important;
  }

  .our-team .pp-tm-content{
    bottom: -19%;
  }

  .our-team .pp-tm{
    width: 385px;
  }
}


@media (width: 375px) {
      
    ul.elementor-icon-list-items {
    padding-left: 70px !important;
    }
      
    .plan-col .elementor-button {
      padding: 40px 50px 20px 50px;
    }

    .plan-col:first-child .plan-btn{
        left: -26%;
    }

    .plan-col:nth-child(2) .plan-btn{
        left: -30% !important
    }

    .plan-col:nth-child(3) .plan-btn {
        left: -29% !important;
    }

    .plan-col .buy-btn {
       margin-left: 0px !important;
    }

    .plan-col .elementor-image-box-wrapper {
       display: flex;
       gap: 10px;
   }

     .our-team .pp-tm{
        width: 340px;
    }
}

@media (width: 320px) {
    .plan-col .elementor-button{
        padding: 30px 50px !important;
    }

    ul.elementor-icon-list-items {
        padding-left: 80px !important;
    }

    .plan-col:first-child .plan-btn{
        left: -32%;
    }

    .plan-col:nth-child(2) .plan-btn{
        left: -37% !important;
    }

    .plan-col:nth-child(3) .plan-btn{
        left: -37% !important;
    }

    .plan-col .elementor-image-box-wrapper {
       display: flex;
           gap: 10px;
    }

      .our-team .pp-tm{
        width: 280px;
    }

    .our-pro .ht-product-ratting-wrap{
        left: 65%;
    }

    .logo-col{
        --width: 46% !important;
    }
}



.menu-item a.hfe-menu-item {
    border-radius: 50px;
}


@media (width: 1024px) {
    .our-team .pp-tm-wrapper {
       width: 780px;
    }

    .pp-tm-name{
       font-size: 25px !important;
    }

    .our-team .pp-tm-content {
       bottom: -50%;
       right: -6%;
       top: unset;
    }

    .our-team .elementor-swiper-button-prev {
    position: absolute;
    left: -46% !important;
    top: 96%;
    }

    .our-team .elementor-swiper-button-next {
      position: absolute;
      left: -35%;
      top: 95.5%;
   }

    .plan-col:nth-child(2) .plan-btn{
        left: -20% !important;
    }

    .plan-col:nth-child(3) .plan-btn{
        left: -10% !important;
    }

    .woo-swiper-nav{
        display: none;
    }
}

.single-service .main-head{
    padding-top: 10px;
    background: #F2E4D1;
}

.foot-main .gallery-item img{
    width: 100%;
}

.plan-col:nth-child(2) .plan-btn{
    left: -19%;
}

.plan-col:nth-child(3) .plan-btn{
    left: -21%;
}


.hero-people {
    width: fit-content;
    position: absolute;
    top: 40%;
    left: 63%;
}

.partners .elementor img:hover{
    filter: 
        sepia(100%)
        saturate(300%)
        hue-rotate(35deg)
        brightness(85%)
        contrast(90%);  
}


.partners .swiper-slide-inner img:hover {
        filter: 
        sepia(100%)
        saturate(300%)
        hue-rotate(35deg)
        brightness(85%)
        contrast(90%); 
}


.home .main-head{
    padding-top: 50px;
}


body:not(.home) .main-head .menu-item a.hfe-menu-item{
    color: black !important;
}


body:not(.home) .main-head .ekit_navsearch-button :is(i, svg){
    color: black;
}


/* body:not(.home) .main-head .elementor-widget-image {
    margin-left: 100px !important;
    width: 100%;
} */

.widget_search{
    padding: 20px;
    background: #F2E4D1;
    border-radius: 15px;
}

.wp-block-search__inside-wrapper{
    display: flex;
    gap: 20px;
}

.wp-block-search__button{
    border: none;
    padding: 5px 10px;
    border-radius: 15px;
}

.wp-block-group__inner-container{
    background: #F2E4D1;
    padding: 20px;
    border-radius: 15px;
    margin-top: 20px;
}

.wp-block-latest-posts__list li {
    margin-top: 15px !important;
}

.wp-block-latest-posts__list li a {
    color: #000;
}

.wp-block-archives-list li a{
    color: #000;
}

.wp-block-categories-list li a{
    color: #000;
}

.cf7-submit-wrap input[type="submit"]:hover{
    background: #84835B;
}


a.wp-block-latest-comments__comment-link{
    color:black;
}

.wp-block-latest-comments__comment-meta {
    margin-top: 20px;
}



@media screen and (width: 1366px) {
  .cs-serv a {
    font-size: 12px !important;
  }
	
	.cs-serv .elementor-button {
    padding: 10px !important;
   }
	
	.btn-col .elementor-image-box-title {
    font-size: 12px !important;
	  white-space: nowrap;
   }
	
	.btn-col .elementor-image-box-wrapper {
		gap: 10px;
	}
}


.woo-product-card:hover .woo-card{
	background: #84835B;
}

.ht-product:hover .ht-product-image img{
	transform: scale(1.5);
	transition: ease-in-out 3s;
}

.services-prev:hover {
    background: black;
    color: white;
}

.services-next:hover {
    background: black;
    color: white;
}


.elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play svg {
    fill: white !important;
    background: black;
}



.spa-post-card:hover .spa-post-title a {
    color: #84835B !important;
}

.spa-post-card{
	border: solid 1px #000;
}

.pp-info-list-item-inner:hover .pp-info-list-description {
    color: #896856 !important;
}

/* .home .sticky-header {
  position: fixed;
  width: 100%;
  z-index: 9999 !important;
  top: -5%;
  left: 0;
  right: 0;
  padding: 8px 10px;
  animation: slideDown 0.75s ease-out;
  background-color: #FAF2E7;
  box-shadow: 0px 2px 6px #CCBABAF2;
} */

.sticky-header .menu-item a.hfe-menu-item {
    color: black !important;
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
/*   background-color: #6E00BE; */
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
  cursor: pointer;
}

.widget_meta {
    padding: 20px;
    background: #F2E4D1;
    border-radius: 15px;
    margin-top: 20px;
}

.widget_meta li a {
    color: black !important;
}

.widget_meta li {
    margin-top: 10px;
}

.sticky-header .elementor-widget-image img {
    margin-top: 15px;
}
/* .sticky-header {
  position: fixed;
  width: 100%;
  z-index: 9999 !important;
  top: -5%;
  left: 0;
  right: 0;
  padding: 8px 10px;
  animation: slideDown 0.75s ease-out;
  background-color: #FAF2E7;
  box-shadow: 0px 2px 6px #CCBABAF2;
} */


@media screen and (max-width: 767px) {
  .e-n-tab-title[aria-selected='false']:not(:hover) {
    border-radius: 50px;
  }
	
	.e-n-tab-title{
		margin-top: 20px !important;
	}
	
	.foot-main .gallery-item img
 {
    width: 70% !important;
  }
}


@media screen and (width: 320px) {
  .testi .uc_stars {
    position: absolute;
    top: 5%;
    left: 27%;
  }
}

@media screen and (width: 1440px){
	.our-team .pp-tm-wrapper {
    width: 1000px;
  }
	
	.hfe-nav-menu > li.menu-item:not(:last-child) {
    margin-right: 14px !important;
  }
	
	.our-pro .ht-product-ratting-wrap {
    position: absolute;
    bottom: 22%;
    left: 40%;
  }

  .our-col {
    margin-left: 80px;
  }

  .our-col .elementor-widget-text-editor{
    padding: 0px !important;
  }

  .our-team .elementor-swiper-button-prev {
    top: 75%;
    left: -50% !important;
  }

  .our-team .elementor-swiper-button-next {
    left: -42%;
    top: 74.5%;
  }



  .owl-prev {
    left: 44% !important;
  }

    .owl-prev {
      right: 44% !important;
  }
}


@media (max-width: 767px) {
   .gallery-section #gallery-1{
    display: flex !important;
    flex-direction: column;
   }

  .spa-gallery #gallery-1 img {
    width: 100%;
    height: 400px;
  }
}



@media screen and (width: 320px){
	.abt-rad{
		top: 12%;
	}
	
	.ht-product-image img{
		object-fit: contain;
        height: 150px;
	}
	
	.plan-col .buy-btn a {
        padding: 10px 30px !important;
		margin-left: 100px;
    }
	
}

@media screen and (max-width: 767px){
	.e-n-tab-title[aria-selected="true"]{
     border-radius: 50px;
	}
	
	.testi .uc_quote_info {
		display: flex !important;
		flex-direction: column !important;
	}
	
	.testi .uc_stars{
		top: 1%;
	}
	
	.single-meta {
    display: flex;
    flex-direction: column;
   }
	.main-head .elementor-widget-image img {
    margin-left: 20px;
  }
	
	    .spa-gallery #gallery-1 img {
        width: 100%;
        height: 200px;
        object-fit: contain;
    }
}


.woo-card-meta a:hover {
    color:#84835B;
}

.service-related-card:hover {
    background: #4D4237;
}

.service-related-card:hover .service-related-title a{
    color: #fff;
}

.service-related-card:hover .service-related-excerpt{
    color: #fff;
}

@media screen and (width: 1440px){
	.e-n-tab-title {
    padding-inline-start: 16px !important;
    padding-inline-end: 35px !important;
 }
}

.woo-card {
    position: relative; /* REQUIRED */
    background: #f8f1e9;
    border-radius: 20px;
    padding: 25px;
    margin: 0 50px;
    text-align: center;
}

.woo-swiper-prev, .woo-swiper-next{
  transform: translatey(80%);
}

@media screen and (width: 1366px){
       .woo-swiper-prev {
        left: 26%;
				 bottom: 40px;
    }
    .woo-swiper-next {
        right: 26%;
			  bottom: 40px;
    }
	
	.home .sticky-header{
		padding-top: 40px !important;
	}
	
	.hero-sec1 .ekit-wid-con .ekit-video-popup svg{
		margin: 0px 0px !important;
	}
}	
	@media screen and (width: 1366px) {
    .hfe-nav-menu > li.menu-item:not(:last-child) {
        margin-right: 5px !important;
    }
		
		
.mfp-close.ekit-popup-close{
	top: 40%;
  }
		
    .our-pro .ht-product-ratting-wrap{
        bottom: 13%;
        left: 40%;
    }
		
		.elementor-image-box-description{
			padding-right: 50px;
		}
		
		.mfp-iframe-holder .mfp-close.ekit-popup-close {
    top: 40%;
}
		
		    .main-head .icon.icon-search::before{
        position: absolute;
        top: 15%;
    }
		
		 .sticky-header .icon.icon-search::before{
       color: black;
    }
		
    .main-head .elementor-widget-button{
        margin-top: -5px;
    }

		
		    .hero-sec .vid-tit h2{
        font-size: 12px !important;
    }
		
		    .woo-card-icons {
        right: 49px;
    }
		
		.sticky-header .elementor-widget-image img{
			margin-top: 40px;
		}
		
    .main-head .hfe-nav-menu {
        margin-top: -10px !important;
    }
		
		.wp-block-search__input{
	width: 150px;
   }
 }
	


@media screen and (width: 1440px){
	.woo-swiper-prev{
		left: 26%;
	}
	
	.woo-swiper-next {
    right: 26%;
  }
	
	    .owl-prev {
        left: 45% !important;
    }
	.owl-next {
    right: 45% !important;
   }
}



.services-prev:hover{
	background: #454B40;
}

.services-next:hover{
	background: #454B40;
}

@media screen and (width: 1920px){
	.our-team .elementor-swiper-button-next{
	top: 60%;
 }
}


@media screen and (width:1024px){
	    .woo-swiper-nav {
        display: block;
				bottom: 2%;
    }
}


@media (min-width: 768px) and (max-width: 1023px) {
	     .plan-col:nth-child(3) .plan-btn {
        left: -28% !important;
    }
	
	
    .woo-card {
        margin: 0px !important;
    }
	
	.spa-gallery .gallery-item::before{
		height: fit-content;
	}
	
	.spa-gallery #gallery-1 .gallery-item, .spa-gallery #gallery-1 .gallery-item dt, .spa-gallery #gallery-1 .gallery-item a{
		height: 70%;
	}
	
	.spa-gallery #gallery-1 .gallery-item:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 2 / 4;
    height: 180px;
 }
	
	
.spa-gallery #gallery-1 .gallery-item:nth-child(3) {
    grid-column: 3 / 5;
    grid-row: 2 / 4;
    height: 180px;
  }
	
	.spa-gallery #gallery-1 .gallery-item:nth-child(4) {
    grid-column: 5 / 9;
    grid-row: 1 / 6;
    height: 540px;
  }
	
	.spa-gallery #gallery-1 .gallery-item:nth-child(5) {
    grid-column: 9 / 12;
    grid-row: 1 / 4;
    height: 310px;
   }
	
	.spa-gallery #gallery-1 .gallery-item:nth-child(7) {
    grid-column: 12 / 14;
    grid-row: 1 / 4;
    height: 310px;
   }
	
	.spa-gallery #gallery-1 .gallery-item:nth-child(8) {
    grid-column: 9 / 12;
    grid-row: 4 / 6;
    height: 190px;
  }
	
	.spa-gallery #gallery-1 .gallery-item:nth-child(9) {
    grid-column: 14 / 16;
    grid-row: 1 / 4;
    height: 310px;
   }
	
	.spa-gallery #gallery-1 .gallery-item:nth-child(10) {
    grid-column: 16 / 19;
    grid-row: 1 / 6;
    height: 550px;
   }
	
	.spa-gallery #gallery-1 .gallery-item:nth-child(14) {
    grid-column: 12 / 16;
    grid-row: 4 / 8;
    height: 300px;
   }
}

/* .woo-card-icons{
	bottom: 55px;
} */

.icon.icon-search::before{
	content: "\f002";
	font-family: 'Font Awesome 5 Free';
}

.service-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #2e2e2e;
	  font-family: 'Abhaya Libre';
}

.service-excerpt {
    font-size: 15px;
	  font-weight: 400;
    color: #666;
    line-height: 1.6;
    margin-bottom: 22px;
    font-family: 'Inter';
}

.spa-post-title a {
    color: #111;
    text-decoration: none;
	  font-family: 'Abhaya Libre';
	  font-size: 24px;
	  font-weight: 400;
}

.spa-post-excerpt {
    color: #666;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 18px;
	  font-family: 'Inter';
	  font-size: 14px;
	  font-weight: 400;
}

@media screen and (width: 320px){
	.wp-block-search__input{
		width: 150px;
	}
}

.hero-sec1 .ekit-wid-con .ekit-video-popup svg{
	max-width: 500px;
	width: 200px;
	margin-left: -40px;
	margin-right: 40px;
}


.mfp-iframe-holder .mfp-close.ekit-popup-close{
	top: 20%;
}

.ue-text p{
	font-family: 'Inter';
}

.spa-post-meta-column .meta-item{
	font-family: 'Inter;'
}

.spa-post-title a{
	color: #110D0A;
}

.spa-post-excerpt{
	color: #110D0A;
}

.woo-swiper-prev,
.woo-swiper-next{
	background: #454B40;
}

.cf7-field label{
	font-family: 'Inter';
}

.ht-product-categories a:hover{
	color: #896856 !important;
}

.ht-product-title a:hover{
	color: #896856 !important;
}



.mtsnb a {
    background: #FAF2E7;
    padding: 10px;
    border-radius: 50px;
}