@charset "UTF-8";
@import "woocommerce.css";


@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap");

@font-face {
    font-family: 'The Seasons';
    src: url('../fonts/FONTSPRINGDEMO-TheSeasonsRegular.woff2') format('woff2'),
        url('../fonts/FONTSPRINGDEMO-TheSeasonsRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




html[dir=rtl] body {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 16px;
}

html:not([dir=rtl]) body {
  font-family: "Crimson Text", sans-serif;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #332011;
}

::-webkit-scrollbar-thumb {
  background: #F6ABAB;
}

::selection {
  background: #F6ABAB;
  color: #332011;
}

body {
  font-weight: 400;
  background-color: #F8F4EC;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1142px;
  }
}

a {
  text-decoration: none;
  transition: 0.3s;

}

.bg-none {
  background-image: none !important;
}

.py-64 {
  padding-block: 64px;
}

.btn-1,
.woocommerce-Button {
  background-color: #F6ABAB;
  color: white;
  padding: 6px 33px;
  border-radius: 50px;
  display: inline-block;
  transition: all 0.3s;
  font-size: 25px;
/*   box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.61); */
}

@media (max-width: 767px) {

  .btn-1,
  .woocommerce-Button {
    font-size: 20px;
    padding: 6px 25px;
  }
}

.btn-1:hover,
.woocommerce-Button:hover {
  background-color: #332011;
  color: white;
}

.btn-2 {
  background-color: #332011;
  color: white;
  padding: 13px 50px;
  border-radius: 20px;
  display: inline-block;
  transition: all 0.3s;
  font-weight: 700;
  font-size: 20px;
}

.btn-2:hover {
  background-color: #F6ABAB;
  color: white;
}

.main-header {
  padding-block: 10px;
  position: sticky;
  top: 0;
  transition: 0.3s;
  z-index: 1052;
  background-color: #F8F4EC;
}

.main-header.is_sticky {
  box-shadow: 0px 16px 35px 0px #0000001A;
  padding-block: 5px;
  transition: 0.3s;
}

.main-header.is_sticky li a {
  font-size: 21px;
  transition: 0.3s;
}

.main-header.is_sticky .logo-img img {
  max-width: 75px;
  transition: 0.3s;
}

.search-form-wrapper {
  background-color: #a49a8e1c;
  border-radius: 30px;
  padding: 0 25px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: 0.3s;
}

.search-form-wrapper input:-webkit-autofill {
  -webkit-background-clip: text;
}

.search-form-wrapper .search-form {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}

.search-form-wrapper .search-form .search-btn {
  border: none !important;
  color: #332011;
  font-size: 20px;
  transition: 0.3s;
}

.search-form-wrapper .search-form .search-btn:hover {
  color: #F6ABAB;
}

.search-form-wrapper .search-form .form-control {
  padding-block: 10px;
  width: 100%;
  background-color: transparent;
  border: none;
  color: #332011;
  font-size: 25px;
  box-shadow: none;
}

.search-form-wrapper .search-form .form-control::placeholder {
  color: #332011;
  font-size: 16px;
  opacity: 0.5;
}

.search-form-wrapper.active {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  max-height: 100px;
  margin-top: 5px;
}

.header-main-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-img img {
  max-width: 95px;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .logo-img img {
    max-width: 95px;
  }
}

.main-menu {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.main-menu a {
  text-transform: capitalize;
  transition: 0.3s;
}

.main-menu>li {
  margin-inline-end: 50px;
}

.main-menu>li>a {
  color: #332011;
  font-size: 22px;
  transition: color linear 0.2s;
  display: block;
}

.main-menu>li:hover>a {
  color: #F6ABAB;
}

.main-menu>li:last-of-type {
  margin: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.show-submenu,
.show-overlay {
  opacity: 1;
  visibility: visible;
}

.main-menu .menu-item-has-children {
  position: relative;
  padding: 0;
}

.main-menu .menu-item-has-children>a {
  color: #332011;
  column-gap: 5px;
  display: flex;
  align-items: baseline;
  position: relative;
}

.main-menu .menu-item-has-children>a::after {
  content: "";
  position: relative;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 10px;
  color: #332011;
  transition: 0.3s;
}

.main-menu .menu-item-has-children:hover>a {
  color: #F6ABAB;
}

.main-menu .menu-item-has-children:hover>a::after {
  color: #F6ABAB;
}

.main-menu .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.main-menu .menu-item-has-children .sub-menu {
  width: 230px;
  opacity: 0;
  visibility: hidden;
  transform-origin: center top;
  transform-style: preserve-3d;
  border-radius: 8px;
  z-index: 12;
  background-color: #fff;
  position: absolute;
  top: 80px;
  right: -22px;
  list-style: none;
  box-shadow: 0px 16px 35px 0px #0000001A;
  padding: 12px;
  transition: 0.3s;
}

.main-menu .menu-item-has-children .sub-menu li {
  text-align: center;
  transition: 0.3s;
}

@media (min-width: 991px) {
  .main-menu .menu-item-has-children .sub-menu li.special-menu-item {
    margin: 0 -12px -12px;
  }

  .main-menu .menu-item-has-children .sub-menu li.special-menu-item a {
    color: white;
    background: #F6ABAB;
    justify-content: center;
    border-radius: 0 0 8px 8px;
    text-transform: capitalize;
    transition: 0.3s;
  }

  .main-menu .menu-item-has-children .sub-menu li.special-menu-item a:hover {
    background: #A49A8E;
  }
}

.main-menu .menu-item-has-children .sub-menu a {
  padding: 10px;
  align-items: center;
  font-size: 18px;
  border-radius: 4px;
  line-height: 1.5;
  color: #332011;
  text-align: start;
  justify-content: flex-start;
  font-weight: 400;
  display: flex;
  width: 100%;
  column-gap: 10px;
  transition: color linear 0.2s;
}

.main-menu .menu-item-has-children .sub-menu a:hover {
  color: #F6ABAB;
}

.button-wrapper {
  position: relative;
  display: inline-flex;
  /* Ensures the wrapper fits the button */
}

.wpcf7-spinner {
  position: absolute;
  top: 50%;
  inset-inline-end: 10px;
  margin: 0;
  transform: translateY(50%);
}

.wpcf7-form.submitting .wpcf7-submit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.8;
}

.bars {
  z-index: 20;
  display: none;
  flex-direction: column;
  align-items: center;
  row-gap: 6px;
  background: none;
  border: 0;
}

.bars .line {
  flex-shrink: 0;
  width: 25px;
  display: block;
  height: 1.5px;
  background-color: #332011;
  transition: all 0.3s;
}

.rotate-line1 {
  transform: rotate(45deg) translateX(-2px) translateY(-2px);
  transform-origin: 0% 0%;
}

.rotate-line3 {
  transform: rotate(-45deg) translateX(0px) translateY(0px);
  transform-origin: 0 100%;
}

.bars .hide-line2 {
  transform: translateX(-30px);
  opacity: 0;
  visibility: hidden;
}

.header-icons {
  display: flex;
  align-items: center;
  column-gap: 24px;
}

.header-icons .header-icon {
  font-size: 25px;
  color: #332011;
  cursor: pointer;
  transition: all 0.3s;
}

.header-icons .header-icon:hover {
  color: #F6ABAB;
}

.search-icon {
  width: 25px;
}

.search-icon.active i:before {
  content: "";
  font-family: "Font Awesome 6 Pro";
}

.cart-icon {
  position: relative;
}

.cart-icon .cart-count {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #F6ABAB;
  color: white;
  font-family: Arial, sans-serif;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.dropdown-parent {
  position: relative;
  display: inline-block;
}

.dropdown-parent .dropdown-list {
  width: 230px;
  opacity: 0;
  visibility: hidden;
  transform-origin: center top;
  transform-style: preserve-3d;
  border-radius: 8px;
  z-index: 12;
  background-color: #fff;
  position: absolute;
  top: 80px;
  inset-inline-end: -22px;
  list-style: none;
  box-shadow: 0px 16px 35px 0px #0000001A;
  padding: 12px;
  transition: all 0.4s;
}

.dropdown-parent .dropdown-list li {
  text-align: center;
  transition: 0.3s;
}

.dropdown-parent .dropdown-list a {
  padding: 10px;
  align-items: center;
  font-size: 18px;
  color: #332011;
  text-align: center;
  justify-content: flex-start;
  display: flex;
  width: 100%;
  column-gap: 10px;
  transition: 0.3s;
}

.dropdown-parent .dropdown-list a:hover {
  color: #F6ABAB;
}

.dropdown-parent:hover .dropdown-list {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

@media only screen and (max-width: 1200px) {
  .menu-item-has-children .sub-menu {
    inset-inline-start: 0;
    transform: unset;
  }

  .main-menu>li {
    margin-inline-end: 25px;
  }
}

@media only screen and (max-width: 992px) {
  .navigation .container {
    padding-inline: 12px;
  }

  .rotate-line3 {
    transform: -45deg translateX(-1px) translateY(0px);
  }

  .logo-img {
    margin-inline-start: auto;
  }

  .header-main-content {
    height: auto;
    justify-content: flex-end;
    column-gap: 25px;
	  flex-direction: row-reverse;
  }
	.header-icons {
	flex-direction: row-reverse;
	}
  .main-menu {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 50px;
  }
	.dropdown-parent .dropdown-list {
		inset-inline-end: auto;
	}

  .main-menu>li {
    margin-inline-end: 0;
    margin-bottom: 25px;
  }

  .main-menu>li:nth-child(5) {
    margin-inline-start: unset;
  }

  .main-menu>li>a {
    font-size: 18px;
    font-weight: 500;
  }

  .main-menu>li:nth-child(4) {
    margin-inline-start: 0;
  }

  .main-header {
    padding: 20px 0;
  }

  .bars {
    display: flex;
  }

  .navigation {
    overflow-y: auto;
    position: fixed;
    opacity: 0;
    transition-duration: 1s;
    visibility: hidden;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: #F8F4EC;
    transition: 0.3s;
    z-index: 20;
    clip-path: polygon(10.05% 5.1%, 12% 5.1%, 12% 5.1%, 5.05% 10.1%);
  }

  .open-sidebar {
    opacity: 1;
    visibility: visible;
    clip-path: polygon(101% -1%, 101% 101%, -1% 101%, -1% -1%);
  }

  .main-menu .menu-item-has-children>a::after {
    font-size: 14px;
    transition: 0.3s;
    color: #332011;
  }

  .main-menu .menu-item-has-children>a.icon-rotate::after {
    transform: rotate(180deg);
  }

  .main-menu .menu-item-has-children>a::after {
    font-size: 15px;
  }

  .main-menu .menu-item-has-children .sub-menu {
    position: static;
    background-color: unset;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: unset;
    padding: 0;
    display: none;
    transition: none;
    width: 100%;
    padding-top: 18px;
  }

  .main-menu .menu-item-has-children .sub-menu li {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding-inline-start: 14px;
  }

  .main-menu .menu-item-has-children .sub-menu li:before {
    content: "";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    color: #332011;
    font-size: 14px;
    transition: 0.3s;
  }

  .main-menu .menu-item-has-children .sub-menu li:not(:last-of-type) {
    margin-bottom: 17px;
  }

  .main-menu .menu-item-has-children .sub-menu li {
    text-align: start;
  }

  .main-menu .menu-item-has-children:hover .sub-menu {
    transform: unset;
  }

  .main-menu .menu-item-has-children .sub-menu a {
    display: flex;
    padding: 0;
    gap: 8px;
    width: max-content;
  }

  .main-menu .menu-item-has-children {
    width: 100%;
    padding: 0;
  }

  .main-menu .menu-item-has-children>a {
    justify-content: space-between;
    cursor: pointer;
  }

  .main-menu .menu-item-has-children {
    line-height: normal;
  }
}

@media only screen and (max-width: 768px) {
  .navigation .container {
    padding-inline: 20px;
  }

  .main-header {
    padding: 10px 0;
  }

  .main-menu .menu-item-has-children .sub-menu li a:hover {
    background-color: transparent;
    color: #332011;
  }

  .main-menu .menu-item-has-children {
    padding: 0;
  }
}

.hero-section .hero-main-content {
  position: relative;
      background-position: center 80%;
/*   background-size: cover; */
  width: 100%;
/*   max-height: 670px; */
/*   height: 90vh; */
/*   display: flex; */
/*   flex-direction: column; */
/*   justify-content: center; */
/*   padding-block: 80px; */
/*   color: white; */
}

@media only screen and (max-width: 768px) {
  .hero-section .hero-main-content {
    height: auto;
  }
}

.hero-section .hero-main-content .hero-content {
  max-width: 60%;
}

@media only screen and (max-width: 768px) {
  .hero-section .hero-main-content .hero-content {
    max-width: 80%;
  }
}

@media only screen and (max-width: 600px) {
  .hero-section .hero-main-content .hero-content {
    max-width: 100%;
    text-align: center;
  }
}

.hero-section .hero-main-content .hero-title {
  font-size: 60px;
  /*text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);*/
}

@media only screen and (max-width: 768px) {
  .hero-section .hero-main-content .hero-title {
    font-size: 40px;
  }
}

.hero-section .hero-main-content .hero-text {
  font-size: 30px;
  margin-bottom: 40px;
  line-height: 1.9;
}

@media only screen and (max-width: 768px) {
  .hero-section .hero-main-content .hero-text {
    font-size: 24px;
  }
}

@media only screen and (max-width: 600px) {
  .hero-section .hero-main-content .hero-text {
    font-size: 22px;
  }
}

.section-title {
  font-weight: bold;
  font-size: 56px;
  color: #332011;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .section-title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 600px) {
  .section-title {
    font-size: 30px;
  }
}

/* .section-title:after {
  content: "";
  background: url("../images/sec-shape.png") no-repeat center center;
  background-size: contain;
  width: 145px;
  height: 10px;
  display: block;
} */

.section-title.no-shape:after {
  display: none;
}

.about-us-section {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .about-us-section {
    text-align: center;
  }
}

.about-us-section .decoration-img {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.about-us-section .sub-title {
  font-size: 25px;
  font-weight: bold;
  color: #7C6A5C;
  margin-bottom: 15px;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media only screen and (max-width: 768px) {
  .about-us-section .sub-title {
    justify-content: center;
  }
}

/* .about-us-section .sub-title:before,
.about-us-section .sub-title:after {
  content: "";
  background: url("../images/sub-title-shape.png") no-repeat center center;
  width: 26px;
  height: 26px;
  display: inline-block;
} */

.about-us-section .description {
  font-size: 25px;
  color: #332011;
  margin-bottom: 30px;
  opacity: 0.64;
}

@media only screen and (max-width: 600px) {
  .about-us-section .description {
    font-size: 20px;
  }
}

.about-img {
  border-radius: 23px;
  box-shadow: 0px 3px 6px #7c6a5c;
  overflow: hidden;
}

.about-img img {
  object-fit: cover;
}

.single-service-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.3s;
}

.single-service-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #7c6a5c 100%);
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 0.71;
  pointer-events: none;
}

.single-service-card .service-card-img {
  height: 350px;
}

.single-service-card .service-card-img img {
  object-fit: cover;
  height: 100%;
  transition: 0.3s;
  width: 100%;
}

.single-service-card .service-title {
  font-weight: 600;
  font-size: 22px;
  z-index: 1;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  transition: 0.3s;
  padding-block: 1rem;
}

.single-service-card .service-title a {
  color: #fff;
  transition: 0.3s;
}

.single-service-card:hover {
  box-shadow: 0px 3px 6px #7c6a5c;
  transform: translateY(-5px);
}

.single-service-card:hover .service-title {
  background: #ffffff2e;
}

.single-service-card:hover .service-title a {
  color: #332011;
}

.single-service-card:hover img {
  transform: scale(1.1);
}

.single-service-card:hover:after {
  height: calc(100% + 20px);
}

.services-swiper {
  padding-bottom: 80px;
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #F6ABAB;
  border: 1px solid #F6ABAB;
  opacity: 0.17;
  border-radius: 50%;
  margin: 0 5px;
  transition: 0.3s;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F6ABAB;
  opacity: 1;
  border-radius: 7px;
  width: 46px;
  transition: 0.3s;
}
/* .cta-section {
	background-color:#ffecec;
} */
.cta-section .cta-wrapper {
/*   max-width: 50%; */
  padding-block: 2rem;
	font-size: 20px;
	h3 {
    margin-bottom: 16px;
    font-weight: 700;
}
}

@media only screen and (max-width: 992px) {
  .cta-section .cta-wrapper {
    max-width: 100%;
    padding-block: 5rem;
  }
}

.cta-section .cta-title {
    font-weight: bold;
    font-size: 25px;
    color: #332011;
    /* text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); */
    margin-bottom: 48px;
    line-height: 1.7;
}

.inner-services-section {
  position: relative;
  overflow-x: hidden;
}

.inner-services-section .decoration {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.inner-services-section .single-inner-service-card {
  position: relative;
  /* height: 260px; */
  /* overflow: hidden; */
  /* border-radius: 15px; */
  margin-bottom: 30px;
}

/* .inner-services-section .single-inner-service-card .service-card-img {
  height: 100%;
  width: 100%;
} */
/* .inner-services-section .single-inner-service-card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  transition: 0.3s;
  pointer-events: none;
} */
/* .inner-services-section .single-inner-service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
} */
.inner-services-section .single-inner-service-card .service-card-content {
  /* position: absolute; */
  /* bottom: 10px; */
  /* left: 0; */
  /* right: 0; */
  /* padding: 0 15px; */
  /* text-align: center; */
  /* margin: 0 auto; */
  /* z-index: 2; */
  color: #332011;
  /* text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); */
}

.inner-services-section {
  hr {
    margin: 0 0 30px 0;
  }
}

.inner-services-section .single-inner-service-card .service-card-content .service-title {
  font-weight: 600;
  font-size: 23px;
  text-align: start;
}

@media only screen and (max-width: 768px) {
  .inner-services-section .single-inner-service-card .service-card-content .service-title {
    font-size: 18px;
  }
}

.inner-services-section .single-inner-service-card .service-card-content .service-title a {
  color: #332011;

}

.inner-services-section .single-inner-service-card .service-info {
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  .inner-services-section .single-inner-service-card .service-info {
    font-size: 15px;
  }
}

/* .inner-services-section .single-inner-service-card:hover img {
  transform: scale(1.1);
} */
.inner-services-section .single-inner-service-card:hover {
  a {
    color: #EDA5A5 !important;
  }
}

/* .inner-services-section .single-inner-service-card:hover:after {
  transition: 0.3s;
  height: 150%;
} */

.products-section {
  position: relative;
}

.products-section .decoration {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  z-index: -1;
}

.single-product-card {
  border-radius: 15px;
  background: #fff;
  padding: 30px 25px;
  transition: 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;

  .out-of-stock-label {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #0000008a;
    color: white;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .single-product-card {
    padding: 15px;
  }
}

.single-product-card .product-card-content {
  margin-top: auto;
}

.single-product-card .product-card-img {
  width: 210px;
  max-width: 100%;
  aspect-ratio: 1/1;
  margin: 0 auto;
  overflow: hidden;
}

.single-product-card .product-card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.single-product-card .product-title {
  line-height: 1.4;
  margin-top: 10px;
  font-size: 19px;

  a {
    color: #000;
    /*   font-size: 21px; */
    transition: 0.3s;
  }
}

@media only screen and (max-width: 600px) {
  .single-product-card .product-title {
    font-size: 17px;
  }
}

.single-product-card .price {
  font-weight: bold;
  font-size: 18px;
}

.single-product-card .add-to-cart-wrapper {
  position: absolute;
  background: #fff;
  bottom: -20px;
  right: 0;
  left: 0;
  margin: 0 auto;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.single-product-card .add-to-cart-wrapper .btn {
  font-size: 18px;
  box-shadow: none;
}

.single-product-card:hover {
  box-shadow: 0px 3px 6px rgba(124, 106, 92, 0.42);
  transform: translateY(-5px);
}

.single-product-card:hover .product-title a {
  color: #F6ABAB;
}

.single-product-card:hover .add-to-cart-wrapper {
  bottom: 15px;
  opacity: 1;
  visibility: visible;
}

.testimonials-section {
  position: relative;
}

.testimonials-section .decoration {
  position: absolute;
  left: 0;
  top: -30px;
  pointer-events: none;
}

.testimonials-section .single-testimonial-card {
  border-radius: 15px;
  background: #EBBBB7;
  padding: 10px 20px;
  color: #fff;
}

.testimonials-section .single-testimonial-card img {
  width: 61px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
}

.testimonials-section .name {
  font-size: 20px;
}

.testimonials-section .testimonials-text {
  margin-top: 16px;
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
  opacity: 0.8;
}

.testimonials-swiper {
  padding-bottom: 80px;
}

.stars {
  color: #fff;
  font-size: 10px;
}

.about-location {
  padding-block: 64px;
  background-size: cover !important;
}

.about-location .wrapper {
  backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 100px;
  padding: 47px 32px;
  color: #fff;
}

.about-location .title {
  font-size: 60px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 600px) {
  .about-location .title {
    font-size: 30px;
  }
}

.about-location .description {
  font-size: 20px;
  opacity: 0.64;
  margin-bottom: 25px;
}

@media only screen and (max-width: 600px) {
  .about-location .description {
    font-size: 18px;
  }
}

.about-us-section .contact-info {
  font-size: 25px;
  margin-top: 20px;
}

.about-us-section .contact-info li {
  line-height: 2;
}

.about-us-section .contact-info i {
  margin-inline-end: 5px;
}

.about-us-section .contact-info a {
  color: #F6ABAB;
  transition: 0.3s;
}

.about-us-section .contact-info a:hover {
  color: #332011;
}

.blog-section {
  position: relative;
}

.blog-section .decoration {
  position: absolute;
  right: 0;
  bottom: 10%;
  pointer-events: none;
}

.single-blog-card {
  transition: 0.3s;
  margin-bottom: 30px;
}

.single-blog-card .blog-card-img {
  padding: 16px;
  height: 238px;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(236, 137, 142, 0.25);
  position: relative;
  transition: 0.3s;
}

.single-blog-card .blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.single-blog-card .post-date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F6ABAB;
  padding: 5px 10px;
  color: #fff;
  border-radius: 5px;
  width: 70px;
  text-align: center;
}

.single-blog-card .post-date .day {
  font-size: 25px;
  display: block;
}

.single-blog-card .post-date .month {
  font-size: 16px;
  text-transform: uppercase;
}

.single-blog-card .blog-title {
  font-size: 20px;
  margin-top: 16px;
}

.single-blog-card .blog-title a {
  color: #000;
}

.single-blog-card .read-more {
  font-weight: 600;
  text-decoration: underline;
  font-size: 16px;
  color: #000;
  transition: 0.3s;
}

.single-blog-card:hover {
  transform: translateY(-5px);
}

.single-blog-card:hover .read-more {
  color: #F6ABAB;
}

.single-blog-card:hover .blog-card-img {
  padding: 0;
}

footer {
  position: relative;
  padding-top: 22px;
	color:#332011;
}

/* footer:before {
  content: "";
  background: url("../images/ai-generated-ai-generative-wellness-therapy-center-spa-batchroom-room-hotel-massage-calm-relax-chill-beauty-luxury-inspirational-vibe-graphic-art.jpg") center center no-repeat;
  background-size: cover;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
} */

/* footer:after {
  content: "";
  backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: -1;
} */

footer .footer-menu {
  margin-top: 32px;
}

@media only screen and (max-width: 600px) {
  footer .footer-menu {
    gap: 20px !important;
  }
}

footer .footer-menu a {
  font-size: 25px;
  color: #332011;
  transition: 0.3s;
}

@media only screen and (max-width: 600px) {
  footer .footer-menu a {
    font-size: 18px;
  }
}

footer .footer-menu a:hover {
  color: #F6ABAB;
}

footer .footer-info {
  margin-top: 25px;
  font-size: 25px;
}

@media only screen and (max-width: 600px) {
  footer .footer-info {
    font-size: 17px;
    gap: 20px !important;
  }
}

footer .footer-info a {
  color: #F6ABAB;
  transition: 0.3s;
}

footer .footer-info a:hover {
  color: #332011;
}

footer .social-icons {
  display: flex;
  list-style: none;
  gap: 20px;
  margin: 0;
  padding: 0;
  justify-content: end;
}

@media only screen and (max-width: 600px) {
  footer .social-icons {
    justify-content: center;
    margin-top: 30px;
  }
}

footer .social-icons i {
  font-size: 25px;
  color: #332011;
  transition: 0.3s;
}

footer .social-icons a:hover i {
  color: white;
}

.copyrights {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding-block: 15px;
  margin-top: 40px;
}

.copyrights a {
  color: #F6ABAB;
  transition: 0.3s;
}

.copyrights a:hover {
  color: #332011;
}

.floating-icons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 18;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.floating-icons .up-btn {
  background-color: #332011;
  color: white;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 20;
}

.floating-icons .up-btn.show {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}

.floating-icons .up-btn:hover {
  background-color: #F6ABAB;
  color: white;
}

.floating-icons .whatsapp-icon {
  background-color: #2AA81A;
  color: white;
  padding: 10px;
  font-size: 28px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 20px;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  animation: pulse-green 2s infinite;
}

.floating-icons .whatsapp-icon:hover {
  background-color: #F6ABAB;
  color: white;
}

@keyframes pulse-green {
  0% {
    box-shadow: 0 0 0 0 rgba(42, 168, 26, 0.93);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(225, 78, 29, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(225, 78, 29, 0);
  }
}

.inner-header .hero-main-content {
  height: auto !important;
  padding-block: 59px;
  text-align: center;
      background-position: center 0%;
	@media only screen and (max-width: 600px) {
     padding-block: 15px;
     background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
	}
}

.inner-header .hero-main-content .hero-title {
  /*font-weight: bold;*/
  font-size: 50px;
    color: #553c3c;
    font-family: 'The Seasons' !important;
	     margin: 27px 0 -37px;
  /*text-shadow: 0px 3px 6px rgba(51, 32, 17, 0.78);*/
}

@media only screen and (max-width: 600px) {
  .inner-header .hero-main-content .hero-title {
            font-size: 27px;
        font-weight: normal;
        margin-bottom: -8px;
  }
}

.blog-page .blog-card-img {
  background: #F9F6F0;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 80px;
}

.pagination a,
.pagination span {
  color: #332011;
  background-color: #F9F6F0;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  display: flex;
  font-size: 20px;
  box-shadow: none !important;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  font-family: Arial, Helvetica, sans-serif;
}

.pagination a.next,
.pagination a.prev,
.pagination span.next,
.pagination span.prev {
  width: auto;
  height: auto;
}

.pagination a.next:hover,
.pagination a.prev:hover,
.pagination span.next:hover,
.pagination span.prev:hover {
  background-color: transparent;
  color: #F6ABAB;
}

.pagination a:hover,
.pagination a.current,
.pagination span:hover,
.pagination span.current {
  background-color: #F6ABAB;
  color: white;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media only screen and (max-width: 768px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 600px) {
  .services-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.services-grid .grid-item .single-service-card .service-card-img {
  height: 238px;
}

.services-grid .grid-item:first-child {
  grid-row: span 2;
}

.services-grid .grid-item:first-child .single-service-card {
  height: 100%;
}

@media only screen and (max-width: 600px) {
  .services-grid .grid-item:first-child .single-service-card {
    height: 238px;
  }
}

.services-grid .grid-item:first-child .single-service-card .service-card-img {
  height: 100%;
  margin-bottom: 0;
}

.page-content {
  font-size: 25px;
  font-weight: bold;
  color: #000;
  margin-bottom: 40px;
}

.contact-form .form-control {
  min-height: 47px;
  border-radius: 23.5px;
  background: #fff;
  border: 0;
  padding: 10px 20px;
}

.contact-form .form-control::placeholder {
  color: rgba(0, 0, 0, 0.37);
}

.contact-form .form-control:focus {
  box-shadow: inset 0 0 0 1px #F6ABAB;
}

.contact-form textarea.form-control {
  min-height: 100px;
}

.post-page {
  padding-top: 80px;
}

.post-page :target::before {
  content: "";
  display: block;
  height: 80px;
  margin-top: -80px;
}

.social-share {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 0 0 30px 0;
}

.facebook {
  background-color: #3b5998;
}

.twitter {
  background-color: #000000;
}

.linkedin {
  background-color: #0077b5;
}

.pinterest {
  background-color: #bd081c;
}

.whatsapp {
  background-color: #25d366;
}

.social-share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  transition: 0.3s;
}

.social-share a:hover {
  box-shadow: 0 0 10px 5px rgba(236, 137, 142, 0.4);
  background: #F6ABAB;
}

.post-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.post-header .post-title {
  font-size: 30px;
  color: #332011;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
  max-width: 842px;
  line-height: 1.65;
}

.post-header .post-date {
  font-size: 14px;
  color: lightgrey;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  margin-bottom: 35px;
}

.post-header .post-img {
  width: 100%;
  max-height: 626px;
  object-fit: cover;
}

.post-body {
  padding-top: 35px;
  padding-bottom: 40px;
}

.post-body .share {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
  row-gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.post-body .share .text {
  font-size: 18px;
  line-height: 1.7;
  color: #332011;
  font-weight: 700;
}

.post-body .share .share-methods {
  display: flex;
  align-items: center;
  gap: 22px;
}

.post-body .share .share-methods a {
  display: flex;
  align-items: center;
}

.post-body .share .share-methods a:hover i {
  color: #332011;
}

.post-body .share .share-methods a i {
  font-size: 24px;
  color: #F6ABAB;
  transition: all linear 0.2s;
}

.post-nav-box {
  border-radius: 5px;
  border: 1px solid rgba(51, 32, 17, 0.09);
  padding-top: 25px;
  padding-inline: 35px;
  padding-bottom: 35px;
  margin-bottom: 30px;
}

.post-nav-box .title {
  font-size: 22px;
  color: #332011;
  font-weight: 700;
  margin-bottom: 20px;
}

.post-nav-box .post-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.post-nav-box .post-nav a {
  font-size: 18px;
  color: #332011;
  transition: all linear 0.2s;
}

.post-nav-box .post-nav a:before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  color: #F6ABAB;
  margin-inline-end: 10px;
}

.post-nav-box .post-nav a:hover {
  color: #F6ABAB;
  margin-inline-start: 5px;
}

.post-nav-box .post-nav .sub-anchor {
  margin-inline-start: 10px;
}

.post-nav-box .post-nav .sub-anchor:before {
  content: "";
  font-family: "Font Awesome 6 Pro";
}

.post-nav-box .post-nav .sub-anchor:hover {
  margin-inline-start: 15px;
}

.post-content {
  padding-bottom: 40px;
  font-size: 20px;
  line-height: 1.8;
  color: #332011;
  margin-bottom: 35px;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-weight: 700;
  color: #332011;
  margin-block: 40px;
}

.post-content:last-of-type {
  margin-bottom: 0;
}

.post-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  padding-top: 25px;
}

.post-tags .text {
  font-size: 18px;
  color: #F6ABAB;
  font-weight: 700;
}

.post-tags .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 8px;
}

.post-tags .tags a {
  font-size: 18px;
  color: rgba(51, 32, 17, 0.5);
  transition: 0.3s;
}

.post-tags .tags a:hover {
  color: #F6ABAB;
}

/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

html[dir=rtl] .main-menu>li>a {
  font-size: 17px;
  font-weight: 500;
}

html[dir=rtl] .btn-1,
html[dir=rtl] .woocommerce-Button {
  font-size: 17px;
}

html[dir=rtl] .section-title {
  font-size: 40px;
}

html[dir=rtl] .about-us-section .description {
  font-size: 17px;
  line-height: 2;
}

html[dir=rtl] .cta-section .cta-title {
  line-height: 2;
}

html[dir=rtl] .testimonials-section .testimonials-text {
  font-size: 15px;
  line-height: 1.8;
}

html[dir=rtl] .testimonials-section .name {
  font-size: 17px;
  font-weight: 500;
}

html[dir=rtl] .about-location .title {
  font-size: 50px;
  font-weight: 600;
}

html[dir=rtl] .about-location .description {
  font-size: 17px;
  margin-block: 25px;
}

html[dir=rtl] .about-location .contact-info {
  font-size: 20px;
}

html[dir=rtl] footer .footer-menu a,
html[dir=rtl] footer .footer-info {
  font-size: 16px;
}

html[dir=rtl] .hero-section .hero-main-content .hero-title {
  font-size: 40px;
  font-weight: 600;
}

html[dir=rtl] .single-blog-card .blog-title {
  font-size: 18px;
}

html[dir=rtl] .single-blog-card .read-more {
  font-weight: 400;
  font-size: 13px;
}

html[dir=rtl] .inner-services-section .single-inner-service-card .service-card-content .service-title {
  font-size: 18px;
  margin-bottom: 20px;
}

html[dir=rtl] .inner-services-section .single-inner-service-card .service-info {
  font-size: 16px;
}

html[dir=rtl] .main-menu .menu-item-has-children .sub-menu a {
  font-size: 15px;
}

html[dir=rtl] .pagination a,
html[dir=rtl] .pagination span {
  font-family: inherit;
}

html[dir=rtl] .post-content {
  font-size: 17px;
  line-height: 2;
}

html[dir=rtl] .post-tags .tags a {
  font-size: 14px;
}

html[dir=rtl] .single-service-card .service-title {
  font-size: 20px;
}

html[dir=rtl] .single-product-card .product-title a {
  font-size: 16px;
}

html[dir=rtl] .single-product-card .add-to-cart-wrapper .btn {
  font-size: 15px;
}

html[dir=rtl] .page-content {
  font-size: 18px;
}

html[dir=rtl] .wpcf7 input[type=url],
html[dir=rtl] .wpcf7 input[type=email],
html[dir=rtl] .wpcf7 input[type=tel] {
  direction: rtl;
}

.wpml-ls-native[lang=ar] {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 18px;
}


ul#serviceTab {
  gap: 30px;
	@media all and (max-width:600px) {
		 
    gap: 0;
    flex-direction: column;
    align-items: center;
 
	}
  .nav-link {
    background: none !important;
    border: 0 !important;
    color: #00000091;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
    text-transform: uppercase;

    &.active,
    &:hover {
      color: #F6ABAB;

    }
  }
}