/* TypoGraphy */
* {
  box-sizing: border-box;
}

:focus {
  outline: none !important;
  box-shadow: none;
  border-color: inherit;
}

textarea.form-control {
  resize: none;
  overflow: hidden;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Neue Haas Grotesk Display Pro";
  font-weight: 400;
  background: #fff9f3;
  overflow-x: hidden;
  font-size: 16px;
  color: #000;
}

img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

a,
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #000;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #01a4ec;
}

h1 {
  font-weight: bold;
  font-size: 98px;
  line-height: 84px;
  color: #585b5d;
}

h2 {
  font-family: "Neue Haas Grotesk Display Pro";
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
  color: #1f1f1f;
  font-size: 40px;
  letter-spacing: 0px;
  text-transform: none;
  letter-spacing: 1.4px;
}

h3 {
  font-weight: bold;
  font-size: 28px;
  line-height: 43px;
  color: #585b5d;
}

h4 {
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;
  color: #585b5d;
}

h5 {
  font-family: "Neue Haas Grotesk Display Pro";
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
  color: #1F1F1F;
  font-size: 24px;
  letter-spacing: 0px;
  text-transform: none;
  letter-spacing: 1.4px;
}

h6 {
  font-family: "Neue Haas Grotesk Display Pro";
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
  color: #1F1F1F;
  font-size: 20px;
  letter-spacing: 0px;
  text-transform: none;
}

p,
li {
  font-family: "Neue Haas Grotesk Display Pro";
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.5px;
}

p:last-child {
  margin-bottom: 0;
}

ul {
  padding: 0px 0 20px 18px;
  margin: 0px;
}

ol {
  padding-bottom: 20px;
  padding-left: 15px;
}

ol li {
  position: relative;
  padding-left: 5px;
}

li a {
  color: #01a4ec;
}

li a:hover {
  color: #1a1a1a;
}

a {
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  color: #03b1e7;
}

a:hover {
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  color: #1a1a1a;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
}

body.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/** ================== // HEADER CSS START // ================== **/
.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  transition: all 0.5s ease-in-out;
}
.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-btn {
  font-size: 12px;
  font-family: "Neue Haas Grotesk Display Pro";
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
  padding: 14px 20px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  line-height: 25.6px;
}
.header .main-nav {
    justify-content: end;
}

.header-btn.contact-btn {
  background-color: #c58561;
  border: 1px solid #c58561;
}

.header-btn:hover {
  border: 1px solid #1f1f1f !important;
  background: #1f1f1f;
  color: #ffffff !important;
}
.header-btn.consultation-btn:hover {
    background: #c58561;
    border-color: #c58561;
    border-color: #c58561 !important;
}
.logo {
  max-width: 116px;
  width: 10%;
}

.logo img {
  width: 100%;
}

.main-nav {
  width: 55%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-right {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
}

.navigation .moblelogo {
  display: none;
}

.main-nav .menu-bar {
  display: none;
}

.gamelia-logo-black {
  display: none;
}

.header.sticky .gamelia-logo-black {
  display: block;
}

.header.sticky .gamelia-logo-white {
  display: none;
}

.header.sticky .nav-manu ul li a {
  color: rgba(31, 31, 31, 0.95);
  transition: color 0.3s ease-in-out;
}

.header.sticky {
  background: #fff9f3;
  transition: background 0.3s ease-in-out;
  top: 0;
  border-bottom: 1px solid #f6ece2 !important;
}

.salon-page .header.sticky,
.clinic-page .header.sticky {
  top: 0;
}

.header.sticky .consultation-btn {
  border: 1px solid rgba(31, 31, 31, 0.95);
  color: rgba(31, 31, 31, 0.95);
}

.header:hover {
  background: #fff9f3;
}

.header:hover .nav-manu ul li a {
  color: rgba(31, 31, 31, 0.95);
}

.header:hover .navigation .menu-item-has-children>a::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(100%) hue-rotate(200deg) brightness(0) contrast(100%);
}

.header:hover .gamelia-logo-white {
  display: none;
}

.header:hover .gamelia-logo-black {
  display: block;
}

.header:hover .header-btn.consultation-btn {
  border: 1px solid rgba(31, 31, 31, 0.95);
  color: rgba(31, 31, 31, 0.95);
}

.header:hover .nav-manu ul li a:hover {
  color: #c58561;
}

.nav-manu ul li a:hover .menu-item-has-children>a::before {
  filter: invert(65%) sepia(43%) saturate(439%) hue-rotate(349deg) brightness(92%) contrast(92%);
}

.nav-manu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav-manu ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style-type: none;
}

.nav-manu ul li {
  padding: 0 0;
  position: relative;
  margin-right: 0px;
}

.nav-manu ul li a {
  font-family: "Neue Haas Grotesk Display Pro";
  text-decoration: none;
  padding: 35px 18px;
  display: block;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  color: #ffffff;
  letter-spacing: 0.5px;
}

.nav-manu ul li.current-menu-item a::after {
  width: 100%;
}

/** SUB MENU **/
.navigation ul li ul.sub-menu {
  position: absolute;
  display: block;
  top: 88px;
  width: auto;
  transform: scale(1, 0);
  transition: all 0.5s;
  transform-origin: top center;
  opacity: 0;
  visibility: hidden;
  min-width: 364px;
  left: -121px;
  z-index: 1999;
  width: auto;
  padding: 30px 0 0;
  background-color: #f6eee3;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.navigation ul li ul.sub-menu.shop-submenu {
  left: auto;
  right: 0;
}

.navigation ul li:hover>ul.sub-menu {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.navigation ul li ul.sub-menu.shop-submenu::before {
  left: auto;
  right: 40px;
}

.navigation ul li ul.sub-menu li {
  padding: 0 30px;
  width: 100%;
  transition: 0.4s;
  border-bottom: none;
  position: relative;
  border-radius: 0;
}

.navigation ul li ul.sub-menu li::after {
  display: none;
}

.navigation ul li ul.sub-menu li::before {
  right: 15px;
  transform: rotate(-40deg) translateY(-20%);
  top: 43%;
}

.navigation ul li ul.sub-menu li a {
  display: block;
  padding: 20px 0px;
  line-height: 20px;
  color: #1f1f1f;
}

.navigation ul li ul.sub-menu li a::after {
  display: none;
}

.navigation ul li ul.sub-menu li:last-child a {
  border-bottom: none;
}

.navigation ul li ul.sub-menu li:hover {
  background-color: #fff9f3;
}

.navigation ul li ul.sub-menu li.current-menu-item {
  background-color: #e04f26;
}

.navigation ul li ul.sub-menu li.current-menu-item a {
  color: #fff;
}

.navigation ul li ul.sub-menu li:hover a {
  color: #1f1f1f;
}

.navigation ul li ul.sub-menu ul.sub-menu {
  left: 100%;
  top: 0;
  width: max-content;
  margin-left: 0px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  /* min-height: 300px; */
}

.navigation ul li ul.sub-menu li:last-child {
  border-bottom: none;
}

.navigation ul li ul.sub-menu ul.sub-menu li {
  border-left: 0;
}

.navigation .menu-item-has-children>a::before {
  content: "";
  position: absolute;
  right: -4px;
  width: 16px;
  height: 16px;
  transition: 0.4s;
  background-image: url("../images/chevron-down.png");
  background-repeat: no-repeat;
  top: 52%;
  transform: translateY(-50%) rotate(0deg);
  background-size: 15px;
}

.navigation ul li.menu-item-has-children:hover a::before {
  filter: invert(65%) sepia(43%) saturate(439%) hue-rotate(349deg) brightness(92%) contrast(92%);
}

.header.sticky .navigation .menu-item-has-children>a::before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(100%) hue-rotate(200deg) brightness(0%) contrast(100%);
}

.navigation ul li.current-menu-item ul.sub-menu li a::before {
  display: none;
}

.navigation ul li ul.sub-menu li::before {
  display: none;
}

.navigation ul li ul.sub-menu li:hover::before {
  border-color: #fff;
}

.navigation ul li ul.sub-menu li a:hover {
  color: #000;
}

.navigation ul li ul.sub-menu ul.sub-menu li a {
  color: #08161d;
}

.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li a {
  color: #1f1f1f;
}

.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li:hover a {
  color: #b91f41;
}

.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li ul.sub-menu a {
  color: #08161d;
}

.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li ul.sub-menu li:hover a {
  color: #fff;
}

.navigation ul li.menu-item-has-children ul.sub-menu li:hover a::before {
  border-top-color: #fff;
}

.navigation ul li.menu-item-has-children ul.sub-menu li:hover ul.sub-menu li a::before {
  border-top-color: #e04f26;
}

.navigation ul li.menu-item-has-children ul.sub-menu li:hover ul.sub-menu li:hover a::before {
  border-top-color: #fff;
}

.navigation .menu-item-has-children ul.sub-menu li a::before {
  right: 10px;
  transform: rotate(-95deg);
  top: 35%;
  border-top-color: #fff;
}

/** ================== // HEADER CSS END // ================== **/

/** ================== // BANNER CSS START // ================== **/

.hero-banner-section {
  padding: 0px;
  height: 100vh;
  position: relative;
  z-index: 0;
}

.banner-heading {
  left: 50%;
  width: 100%;
  max-width: 550px;
  position: absolute;
  text-align: center;
  top: 39%;
  transform: translate(-50%, -40%);
  z-index: 4;
}

.banner-heading h2 {
  color: #ffffff;
}

.hero-banner-wrap {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  position: relative;
  z-index: 1;
}

.banner-image {
  width: 50%;
  display: flex;
  position: relative;
}

.banner-image img {
  width: 100%;
}

.banner-image {
  align-items: center;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: relative;
  width: 50%;
  z-index: 0;
}
.banner-image::before{
  background: #00000054;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.banner-image.salonBanner {
  background-image: url(../images/hero-salon-banner.png);
}

.banner-image.clinicBanner {
  background-image: url(../images/hero-clinic-banner.png);
}

.black-btn {
  font-family: "Neue Haas Grotesk Display Pro";
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 28px;
  margin: 0;
  padding: 16px 55px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.black-btn:hover {
  background-color: #fff9f3b7;
  border: 1px solid #fff9f3b7;
  color: #000;
}

.salonCtaBlock,
.clinicCtaBlock {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 5;
}

.salonCtaBlock {
  right: 20px;
}

.clinicCtaBlock {
  left: 20px;
}


/** ================== // FOOTER CSS START // ================== **/

.footer-section {
  background: #f8f1e8;
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 65px 0 40px;
}

.footer-left {
  width: 39%;
  padding: 0 15px;
}

.footer-right {
  width: 61%;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
}

.ftr-logo {
  margin: 0;
  padding: 0;
  text-align: left;
}

.ftr-logo a {
  display: inline-block;
  line-height: normal;
}

.ftr-logo img {
  width: 170px;
}

.ftr-content p {
  color: #404040;
  font-size: 14px;
  line-height: 22px;
}
.footer-social-links {
  padding: 36px 0 0;
}
.footer-social-links ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-social-links ul li a {
  display: block;
}

.footer-social-links ul li img {
  width: 20px;
}

.footer-contact-number {
  padding: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 30px;
}

.footer-contact-number a {
  border-right: 1px solid #404040;
  color: #404040;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 18px;
  padding: 0 12px;
  text-decoration: none;
}

.footer-contact-number a:first-child {
  padding-left: 0;
}

.footer-contact-number a:last-child {
  border-right: 0px;
}

.email_text p {
  color: #404040;
  font-size: 14px;
  line-height: 22px;
}

.footer-navigation-col {
  width: 25%;
  padding: 0 15px;
}

.footer-menu h5 {
  font-family: "Neue Haas Grotesk Display Pro";
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 1.6px;
  color: #c58561;
}

.footer-menu ul {
  list-style: none;
  margin: 18px 0 38px;
  padding: 0;
}

.footer-menu ul li {
  margin-bottom: 15px;
}

.footer-menu ul li:last-child {
  margin-bottom: 0px;
}
.footer-menu ul li a {
  color: #353433;
  font-size: 14px;
}
.footer-menu ul li a:hover {
  color: #c58561;
}
.footer-copyright {
  padding: 24px 0px;
  border-top: 1px solid #ebe2d6;
}

.footer-copyright-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-copyright-info p,
.footer-copyright-info span {
  color: #404040;
  text-decoration: none;
  font-size: 14px;
  line-height: 22px;
  margin: 0px;
}

.footer-copyright-info p a {
  color: #404040;
}

/** === // FOOTER CSS END // ===== **/

/** ================== // BANNER CSS END // ================== **/


/** ================== // SALON PAGE CSS START // ================== **/

.salon-banner-main {
  padding-top: 428px;
  padding-right: 0px;
  padding-bottom: 80px;
  padding-left: 0px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-image: url(../images/saloon--banner.jpg);
}
.salon-banner-main:before {
  background: linear-gradient(87.53deg,
      #2e2015 -56.59%,
      rgba(46, 32, 21, 0) 86.23%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -2;
}
.banner-inner-row .banner-heding h1 {
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
  color: #ffffff;
  font-size: 48px;
  text-transform: none;
  letter-spacing: 1.4px;
  max-width: 600px;
  margin-bottom: 12px;
  line-height: 1.2;
}

.search-main-outer {
  width: 100%;
  max-width: 519px;
  margin-top: 30px;
}

.search-main-outer .search-inner {
  display: block;
  position: relative;
}
.search-bar {
    position: relative;
}
.search-main-outer input {
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  border-radius: 0px;
  font-size: 16px;
  width: 100%;
  line-height: 1.15;
  background: hsla(0, 0%, 100%, 0.1);
  border: 1px solid hsla(0, 0%, 100%, 0.7);
  color: #fff !important;
  padding: 16px 50px 16px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
}

.search-main-outer input::placeholder {
  color: #fff !important;
}

.search-main-outer .search-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #ffffff;
}

.top-search-results {
  width: 100%;
}

.top-search-results ul.small {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 16px;
  align-items: center;
  display: flex;
  gap: 8px;
}

.top-search-results ul.small li {
  color: #fff;
  font-size: 14px;
  line-height: 22.4px;
}

.top-search-results ul.small li a {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 18.2px;
  position: relative;
  text-decoration: underline;
  transition: 0.3s;
}
.top-search-results ul.small li a:hover {
  opacity: 0.6;
}

/* salon-banne-css end */

/* salon-servies-sec-css end */
.salon-service-sec {
  padding-top: 60px;
  padding-right: 0px;
  padding-bottom: 100px;
  padding-left: 0px;
  background-color: #fff9f3;
}

.salon-service-sec .section-title {
  max-width: 520px;
  margin-bottom: 44px;
  animation: fadeUp 0.7s ease both;
}

.salon-service-sec .tabs {
  display: flex;
  border-bottom: 1px solid #d8cdc1;
  margin-bottom: 48px;
  animation: fadeUp 0.7s ease 0.1s both;
}

.salon-service-sec .tab-btn {
  transition: color 0.25s;
  position: relative;
  padding: 14px 15px !important;
  margin: 0;
  background: none;
  border: none;
  font-weight: 400;
  font-size: 20px;
  cursor: pointer;
  color: #8a6344;
  margin-bottom: 0;
}

.salon-service-sec .tab-btn::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #7b4f2e;
  transition: width 0.3s ease;
}

.salon-service-sec .tab-btn.active {
  color: #7b4f2e;
  font-weight: 500;
}

.salon-service-sec .tab-btn.active::after {
  width: 100%;
}

.salon-service-sec .tab-btn:hover {
  color: #1a1209;
}

.salon-service-sec .services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 36px;
}

.salon-service-sec .service-card {
  cursor: pointer;
  animation: fadeUp 0.6s ease both;
}
.service-card a {
    cursor: auto;
}
.service-card a.btn-book{
  cursor: pointer;
}

.salon-service-sec .service-card h6 {
  transition: color 0.2s;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  color: #353433;
  font-size: 20px;
  letter-spacing: 0px;
  text-transform: none;
  margin-top: 16px;
  margin-bottom: 0;
}

.salon-service-sec .card-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  aspect-ratio: 1/1;
  background: #ede4d8;
}

.salon-service-sec .card-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.salon-service-sec .service-card:hover .card-image-wrap img {
  transform: scale(1.04);
}

.trending-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  text-transform: uppercase;
  color: #353433;
  font-weight: 400;
  font-size: 12px;
  line-height: 16.8px;
  letter-spacing: 0.1em;
  background-color: #fff;
  padding: 5px 10px;
}

.salon-service-sec .card-label {
  color: #353433;
  transition: color 0.2s;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  color: #1f1f1f;
  font-size: 20px;
  letter-spacing: 0px;
  text-transform: none;
}

.salon-service-sec .tab-panel {
  display: none;
}

.salon-service-sec .tab-panel.active {
  display: block;
}

.salon-service-sec .browse-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7b4f2e;
  padding: 0;
  transition: gap 0.2s;
}

.salon-service-sec .browse-all svg {
  width: 16px;
  height: 16px;
  stroke: #7b4f2e;
  fill: none;
  flex-shrink: 0;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* top-services-sec-css end */
.top-services-main {
  padding-top: 120px;
  padding-right: 0px;
  padding-bottom: 60px;
  padding-left: 0px;
  background-color: #F8F1E8;
}

.sub-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #8A6344;
  font-size: 14px;
  line-height: 22.4px;
  font-family: "Neue Haas Grotesk Display Pro";
  font-style: normal;
  font-weight: 400;
  margin: 0;
  margin-bottom: 12px;
}

.top-services-main .section-title {
  color: #1a1209;
  max-width: 480px;
  margin-bottom: 48px;
  animation: fadeUp 0.6s ease 0.08s both;
}

/* ── GRID ── */
.top-services-main .services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
}

/* ── CARD ── */
.top-services-main .service-card {
  animation: fadeUp 0.6s ease both;
}

.top-services-main .service-card:nth-child(1) {
  animation-delay: 0.12s;
}

.top-services-main .service-card:nth-child(2) {
  animation-delay: 0.20s;
}

.top-services-main .service-card:nth-child(3) {
  animation-delay: 0.28s;
}

.top-services-main .service-card:nth-child(4) {
  animation-delay: 0.36s;
}

.top-services-main .card-img-wrap {
  overflow: hidden;
  border-radius: 0;
  aspect-ratio: 1/1;
  background: #e0d4c4;
  margin-bottom: 16px;
}

.top-services-main .card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}

.top-services-main .service-card:hover .card-img-wrap img {
  transform: scale(1.05);
}

.top-services-main .card-name {
  margin-bottom: 18px;
  transition: color 0.2s;
  font-family: "Neue Haas Grotesk Display Pro";
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  color: #1F1F1F;
  font-size: 20px;
  letter-spacing: 0px;
  text-transform: none;
}

/* letter-spacing: 1.4px;
}

/* ── BOOK NOW BUTTON ── */
.btn-book {
  font-family: "Neue Haas Grotesk Display Pro";
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  background-color: #c58561;
  border: 1px solid #c58561;
  border-radius: 0px;
  color: #FFFFFF;
  fill: #FFFFFF;
  padding: 14px 20px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  display: inline-block;
  line-height: 22.6px;
}

.btn-book:hover {
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  background-color: rgba(190, 128, 78, 0.0);
  border: 1px solid rgba(31, 31, 31, 0.95);
  color: rgba(31, 31, 31, 0.95);
}

.btn-book:active {
  transform: translateY(0);
  background: #7b5030;
}

/* ── ANIMATIONS ── */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* salon-servies-sec-css end */

/* top-offer-sec-css start */


.btn-simple {
  position: relative;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: #BE804E;
  fill: #BE804E;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14px;
  margin: 0;
  text-align: center;
  transition: all 0.15s linear;
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  line-height: 25.6px;
  overflow-wrap: break-word;
}

.btn-simple:after,
.btn-simple:before {
  content: "";
  display: inline-block;
  width: 0%;
  height: 1px;
  background-color: currentcolor;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(1);
  transform-origin: left;
  transition: none;
  transition: all 0.3s;
}

.btn-simple:before {
  width: 100%;
}

.btn-simple:hover:before {
  display: none;
}

.btn-simple:hover {
  color: #BE804E;
}

.btn-simple:hover::after {
  width: 100%;
  transform-origin: 0px 0.5px;
}

.slider-main-outer {
  margin-top: 40px;
}

.slider-main-outer .slick-list {
  overflow: visible;
}

.slider-main-outer .slick-list .slick-track {
  display: flex;
  gap: 30px;
}

.slider-main-outer .slick-list .slick-track::after,
.slider-main-outer .slick-list .slick-track::before {
  display: none;

}

.slider-main-outer .slick-list .slide-item {
  padding: 0 0px;
  padding-top: 180px;
  position: relative;
}

.slider-main-outer .slick-list .slide-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-main-outer .slick-arrow,
.blog-slider-outer .slick-arrow {
  left: auto !important;
  right: 0 !important;
  top: auto !important;
  bottom: -62px !important;
  width: 52px !important;
  height: 52px !important;
  padding: 10px !important;
  background-image: url(../images/Next-arww.svg);
  background-position: center;
  background-size: 32px;
  background-repeat: no-repeat;
  margin: 0 !important;
  transform: none !important;
}

.slider-main-outer .slick-arrow.slick-disabled,
.blog-slider-outer .slick-arrow.slick-disabled {
  opacity: 50%;
}

.slider-main-outer .slick-prev.slick-arrow,
.blog-slider-outer .slick-prev.slick-arrow {
  transform: rotate(-180deg) !important;
  right: 52px !important;
}

.slider-main-outer .slick-arrow::after,
.slider-main-outer .slick-arrow::before,
.blog-slider-outer .slick-arrow::after,
.blog-slider-outer .slick-arrow::before {
  display: none;
}

.offers-slide-popup {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.offers-slide-popup.popup-active {
  display: flex;
}

.offers-slide-popup::before {
  content: '';
  background: #0b0b0b;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.8;
}

.slide-popup-content {
  position: relative;
  z-index: 1;
  width: 100%;
}

.slide-popup-row {
  max-width: 900px;
  margin: 0 auto;
  background-color: #FFF9F3;
  padding: 60px 40px;
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px;
}

.slide-popup-row .slide-popup-left {
  width: calc(60% - 15px);
}

.slide-popup-row .slide-popup-right {
  width: calc(40% - 15px);
}

.slide-popup-row .slide-popup-left h6 {
  font-size: 22px;
  line-height: 160%;
  padding-bottom: 10px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}

.slide-popup-row .slide-popup-left ol {
  list-style-type: decimal;
  padding-left: 15px;
  margin: 0;
  margin-bottom: 40px;
}

.slide-popup-row .slide-popup-left ol li {
  position: relative;
  padding-left: 5px;
  color: #404040;
  list-style-type: decimal;
  font-size: 14px;
  line-height: 160%;
  font-family: "Neue Haas Grotesk Display Pro";
  letter-spacing: 0.28px;
  margin: 0;
}

.slide-popup-cta {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.slide-popup-cta a {
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  background-color: rgba(185, 31, 65, 1.0);
  border: 1px solid #B91F41;
  border-radius: 0px;
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: 12px;
  padding: 14px 20px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 25.6px;
}

.slide-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  background: transparent;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #000;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  opacity: 1;
}

/* top-offer-sec-css end */


/* beauty-sec-css start */
.beauty-sec {
  position: relative;
  z-index: 2;
  padding-top: 90px;
  padding-right: 0px;
  padding-bottom: 90px;
  padding-left: 0px;
  background: #c58561;
}

.beauty-inner-row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.beauty-inner-left {
  width: calc(45% - 20px);
}

.beauty-inner-left h2 {
  color: #FFFFFF;
  font-size: 36px;
  max-width: 414px;
}

.beauty-inner-right {
  width: calc(55% - 20px);
  display: flex;
  flex-wrap: wrap;
}

.beauty-inner-right .counter-box {
  width: calc(50% - 60px);
  margin: 0 30px 40px;
  max-width: 220px;
}

.beauty-inner-right .counter-box h3 {
  font-size: 48px;
  padding-bottom: 18px;
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}

.beauty-inner-right .counter-box p {
  color: #ffffff;
}

.know-more-btn {
  width: 100%;
}

.know-more-btn a {
  color: #ffffff;
}

.know-more-btn a:hover {
  color: #ffffff;
}

/* beauty-sec-css end */


/* store-sec-css end */
.love-wall-sec {
  padding-top: 90px;
  padding-right: 0px;
  padding-bottom: 100px;
  padding-left: 0px;
}

.wall-title-row {
  text-align: center;
}

.wall-grid {
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 8px;
  position: relative;
}

.wall-title-row {
  margin-bottom: 44px;
}

/* cards */
.wall-grid .wall-card {
  padding: 28px;
  text-align: left;
  color: #fff;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.love-wall-sec .wall-title-row h2 {
  margin: 0;
}

.wall-grid .wall-card p {
  color: #fff;
  font-size: 18px;
  margin: 0;
  line-height: 30.6px;
}

.wall-user {
  padding-top: 30px;
}

.wall-user .user-name {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 19.2px;
}

.wall-user .rating-outer {
  display: flex;
  align-items: center;
  gap: 5px;
}

.wall-user .rating-outer .stars-outer {
  margin: 0;
  list-style: none;
  display: flex;
}

.wall-user .rating-outer .rating-value {
  font-size: 12px;
  font-weight: 400;
  line-height: 19.2px;
}

.wall-user .rating-outer .stars-outer li {
  font-size: 12px;
  margin-right: 2px;
  color: rgb(255, 255, 255);
}

.wall-grid .wall-card.wall-item1 {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.wall-grid .wall-card.wall-item2 {
  display: flex;
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.wall-grid .wall-card.wall-item3 {
  display: flex;
  grid-column: 3 / 4;
  grid-row: 1 / 3;
}

.wall-grid .wall-card.wall-item4 {
  display: flex;
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  position: relative;
  z-index: 1;
}

.wall-grid .wall-card.wall-item5 {
  display: flex;
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.wall-grid .wall-card.wall-video {
  padding: 0;
}

.wall-grid .wall-card.imag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wall-grid .wall-card.wall-video .wall-video-outer {
  height: 100%;
}

.wall-grid .wall-card.wall-video video {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.wall-grid .wall-card.gradient {
  background: #c58561;
}

.wall-card.dark {
  background: #c58561;
}

.wall-grid .wall-card.imag {
  padding: 0;
}

/* wall-sec-css end */

/*  */

.testimonial-sec {
  padding-top: 60px;
  padding-right: 0px;
  padding-bottom: 120px;
  padding-left: 0px;
  background-color: #FFF9F3;
  position: relative;
  z-index: 1;
}

.testimonial-sec .testimonial-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  position: relative;
  flex-direction: column;
}

.user-testimonial-outer {
  display: flex;
  justify-content: left;
  z-index: 99;
  flex-direction: column;
  max-width: 480px;
}

.user-testimonial-outer:nth-child(2n+2) {
  margin-left: auto;
  margin-top: -25%;
  z-index: 1;
}

.user-testimonial-outer .testimonial-img {
  width: 100%;
  max-width: 330px;
  position: relative;
  padding-top: 73%;
  overflow: hidden;
  border-radius: 6px;
}

.user-testimonial-outer .testimonial-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.user-testimonial-outer .testimonial-img {
  width: 100%;
  max-width: 330px;
  position: relative;
  padding-top: 73%;
  overflow: hidden;
  border-radius: 6px;
}

.user-testimonial-outer .testimonial-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.user-testimonial-outer .testimonial-content {
  margin-top: 24px;
}

.user-testimonial-outer .testimonial-content p {
  font-size: 18px;
  line-height: 30.6px;
  margin: 0;
  color: #353433;
}

.user-testimonial-outer .testimonial-content .tetimonial-name {
  padding-top: 36px;
}

.user-testimonial-outer .testimonial-content .tetimonial-name .client-name {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8A6344;
  font-size: 16px;
  line-height: 25.6px;
  margin: 0;
}

.user-testimonial-outer .testimonial-content .tetimonial-name .client-designation {
  color: rgba(143, 143, 143, 0.5);
  font-size: 16px;
  line-height: 25.6px;
}

/*  */

/*  */

.bg-img-sec {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding-top: 92px;
  padding-bottom: 92px;
  background-image: url(../images/clinic-banner.jpg);
}

.bg-img-sec:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(87.53deg, #2E2015 -56.59%, rgba(46, 32, 21, 0) 86.23%);
  z-index: -2;
  pointer-events: none;
}

.bg-img-sec .container {
  position: relative;
  z-index: 1;
}

.bg-img-sec .bg-text-col {
  max-width: 304px;
}

.bg-img-sec .bg-text-col h4 {
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  font-size: 28px;
  letter-spacing: 1.4px;
  line-height: 42px;
  margin: 0;
}

.bg-img-sec .bg-text-col .bg-img-cta {
  padding-top: 20px;
}

.bg-img-sec .bg-text-col .bg-img-cta .btn-simple {
  color: #ffffff;
}

/*  */
/*  */

.linner-text-slider {
  padding-top: 16px;
  padding-right: 0px;
  padding-bottom: 16px;
  padding-left: 0px;
}

.linner-text-slider .container {
  white-space: nowrap;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(255, 249, 243, 1) 0%, rgba(255, 249, 243, 0) 15%, rgba(255, 249, 243, 0) 85%, rgba(255, 249, 243, 1) 100%);
  max-width: 100%;
  padding: 0;
}

.linner-slider-inner .linner-slide {
  display: flex !important;
  align-items: center;
  column-gap: 14px;
  justify-content: center;
}

.linner-slider-inner .linner-slide .review-text p {
  font-weight: 500;
  letter-spacing: 1px;
  color: #353433;
  font-size: 14px;
  line-height: 22.4px;
}

.linner-slider-inner .linner-slide p {
  margin: 0;
}

.linner-slider-inner .linner-slide .person_name p {
  margin: 0;
  font-size: 14px;
  line-height: 22.4px;
  color: #8F8F8F;
}

.founder-talk-sec .linner-slide .review-text p {
  position: relative;
  padding-left: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 20px;
  color: #8A6344;
}

/** ================== // SALON PAGE CSS END // ================== **/

/** ================== // CLINIC PAGE START // ================== **/

.salon-banner-main.clinic-banner {
  background-image: url(../images/clinic-banner.jpg);
}

.top-treatments-section {
  padding: 80px 0 140px;
  background-color: #FFFFFF;
}
.treatments-heading {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.main-tabing-wrap {
  padding: 40px 0 0;
}

.title-cta-sec {
  margin-bottom: 40px;
}

.tabs-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  position: relative;
}

.tabs-list::after {
  content: "";
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e5d7ca;
  z-index: 1;
}

.tab-link {
  background-color: transparent;
  letter-spacing: 0.02em;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  padding: 12px 16px 15px;
  color: #353433;
  list-style: none;
  cursor: pointer;
}
.tab-content {
  display: none;
}
.tab-content.current{
  display: block;
}
.tab-link.current {
  color: #c58561;
  border-bottom: 2px solid #c58561;
  z-index: 11;
}

.tab-content-wrap {
  padding: 40px 0 0;
  position: relative;
}

.treatments-inner-list {
  list-style: none;
  padding: 0;
}

.treatments-inner-list li {
  padding: 30px 40px;
  border-bottom: 1px solid #EBE2D6;
  display: flex;
  align-items: center;
  position: relative;
  line-height: normal;
  transition: opacity 0.3s ease;
}

.treatments-inner-list li:hover .list-number p,
.treatments-inner-list li:hover .list-name p {
  color: #1F1F1F;
}

.treatments-inner-list li:hover {
  border-bottom: 1px solid #DEB99C;
}

.treatments-list-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 50%;
}

.treatments-inner-list li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    cursor: auto;
}

.treatments-list-item p {
  margin: 0;
}

.list-number {
  width: 10%;
}

.list-name {
  width: 40%;
}

.list-number p,
.list-name p {
  font-size: 20px;
  line-height: 28px;
  color: #7E7E7E;
  margin: 0;
}

.list-name p {
  color: #8C8884;
}

.list-discription {
  width: 30%;
  visibility: hidden;
}

.list-discription p {
  margin: 0;
}

.list-name-image {
  transition: opacity 0.5s ease;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
}

.list-name-image img {
  width: 220px;
  height: 256px;
  object-fit: cover;
}

.treatments-inner-list li:hover .list-name-image {
  position: absolute;
  right: 60px;
  top: -60px;
  visibility: visible;
  opacity: 1;
}

.treatments-inner-list li:hover .list-discription {
  visibility: visible;
}
/** = // BUZZ SEC CSS START // === **/
.buzz-sec-main {
  padding-top: 80px;
  padding-right: 0px;
  padding-bottom: 120px;
  padding-left: 0px;
  background-color: #FFF9F3;
}
.buzz-titles-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.blog-slider-outer {
  padding: 40px 0 0 calc(50vw - 650px);
}
.blog-slider-outer .blog-slider-inner {
  /* width: calc(100% + 24px); */
}
.blog-slider-outer .blog-slider-inner .blog-slide-item {
  padding: 0 12px;
}

.item-inner-main {
  padding: 30px 24px 24px;
  background-color: #F6ECE2;
  background-size: cover;
  background-position: center;
  color: #333;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 357px;
}

.inner-blog-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 90px;
  height: 100%;
}
.item-inner-main:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(39,32%,91%,.95);
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    z-index: 0;
}

.inner-blog-title h5 {
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  font-size: 24px;
  letter-spacing: 0px;
  text-transform: none;
  letter-spacing: 1.4px;
  color: #404040;
  line-height: 36px;
}

.bottom-blog-block {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding-top: 18px;
  align-items: center;
  border-top: 1px solid #404040;
}
.bottom-blog-block .sub-title {
  color: #404040;
  font-size: 14px;
  line-height: 22.4px;
  text-align: right;
}
.blog-right-arrow {
  display: none;
}
.blog-slider-outer .slick-next.slick-arrow {
  right: calc(50vw - 656px) !important;
}

.blog-slider-outer .slick-prev.slick-arrow {
  right: calc(50vw - 600px) !important;
}

/** ===== // BUZZ SEC CSS END // ====== **/

.real-expert-section {
  padding: 100px 0 80px;
  background-color: #F8F1E8;
}

.real-expert-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.real-expert-left {
  width: 40%;
}

.real-expert-right {
  width: 60%;
}

.real-expert-left-info p {
  margin: 0;
  max-width: 330px;
  padding: 16px 0 30px;
}

.real-expert-gallery {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  max-width: 800px;
}

.real-expert-gallery-item {
  border-radius: 10px;
  position: relative;
}

.real-expert-gallery-item:hover img {
  transform: scale(1.05);
}

.real-expert-gallery-item img {
  display: block;
  height: auto;
  object-fit: cover;
  transition: transform .3s ease-in-out;
  width: 290px;
}

.gallery-item-large {
  align-items: center;
  display: flex;
  grid-row: span 2;
  justify-content: right;
}

.gallery-item-info {
  background: #f8f1e8;
  bottom: 70px;
  left: auto;
  right: 0;
  padding: 10px;
  position: absolute;
}
.gallery-item-info h3 {
    font-style: normal;
    font-weight: 300;
    text-decoration: none;
    color: #8A6344;
    font-size: 36px;
    letter-spacing: 0px;
    text-transform: none;
    letter-spacing: 1.4px;
    margin: 0;
}
.gallery-item-info p {
  color: #404040;
  font-size: 14px;
  letter-spacing: .5px;
  margin: 0;
  line-height: 22px;
}
.certified-specialists-section {
  padding: 80px 0;
  background: #c58561;
}
.certified-specialists-title h2 {
  color: #fff;
}
.certified-specialists-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.certified-specialists-left {
  padding-right: 20px;
  width: 45%;
}

.certified-specialists-right {
  padding-left: 20px;
  width: 55%;
}

.certified-specialists-right-info ul {
  column-gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  padding: 0;
  position: relative;
}

.certified-specialists-right-info ul li {
  column-gap: 20px;
  display: flex;
  flex-wrap: wrap;
}

.certified-specialists-right-info ul li .title {
  max-width: 260px;
}

.certified-specialists-right-info ul li::after {
  background: hsla(34, 34%, 88%, .4);
  content: "";
  display: block;
  height: 2px;
  margin: 20px 0;
  width: 70%;
}

.certified-specialists-right-info ul li:nth-child(3):after,
.certified-specialists-right-info ul li:nth-child(4):after {
  display: none;
}

.certified-specialists-right-info .title p,
.certified-specialists-right-info .number p {
  color: #fff;
  margin: 0;
  font-size: 18px;
  line-height: 25.2px;
}

.about-founder-section {
  padding: 80px 0 60px;
}

.about-founder-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1070px;
  margin: auto;
  padding: 0 15px;
}

.about-founder-left {
  width: 60%;
  padding: 0 15px;
}

.about-founder-right {
  width: 40%;
}

.about-founder-left-info p {
  font-size: 18px;
  line-height: 30.6px;
  color: #353433;
  margin: 0;
  max-width: 550px;
}

.about-founder-image {
  padding: 0 15px;
}

.about-founder-image img {
  width: 100%;
}

.about-founder-name {
  padding-top: 36px;
}

.about-founder-name p {
  color: #b91f41;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 19.2px;
  text-transform: uppercase;
}

.about-founder-name span {
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 25.6px;
  padding-top: 10px;
  color: #8F8F8F;
}


.title-cta-sec .title-cta-inner {
  background-color: #F6ECE2;
  padding-top: 27px;
  padding-right: 0px;
  padding-bottom: 27px;
  padding-left: 0px;
  text-align: center;
}
.title-cta-sec .title-cta-inner h5 {
  color: #1F1F1F;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 1.4px;
  font-size: 24px;
}
.clinic-bg-img-sec {
  background-image: url(../images/clinic-banner.jpg);
}

/** ================== // CLINIC PAGE END // ================== **/



/** ================== // INNER PAGES CSS START // ================== **/

.inner-banner{
    padding-top: 176px;
}
.about-banner{
  background-image: url(../images/about-banner.png);
}
.inner-banner .banner-content p {
    color: #fff;
    font-weight: 400;
    line-height: 25.6px;
    max-width: 530px;
}
.selling-service-section{
  padding: 60px 0 120px;
}
.selling-service-slide .slick-list.draggable {
    padding: 50px 0 0 calc(50vw - 660px);
    padding-right: 48px;
}
.selling-service-slide .slick-slide {
    padding: 0 15px;
    height:562px !important;
}
.selling-service-slide .selling-service-info{
    height:100%;
}
.selling-service-thumb {
    position: relative;
}
.selling-service-thumb img {
    display: block;
    height: 183px;
    object-fit: cover;
    width: 100%;
}
.selling-service-inner-info {
    padding: 20px 24px 50px;
}
.selling-service-info {
    background: rgb(246, 236, 226);
}
.selling-service-inner-info p {
    margin-bottom: 40px;
    padding-top: 8px;
    margin-top: 0;
    font-size: 14px;
    color: #404040;
    line-height: 21px;
}
.selling-service-inner-info h5 {
    margin: 0px;
    height: 72px;
}
.selling-service-price h6 span {
    color: #8a6344;
    font-size: 14px;
    padding-left: 5px;
    vertical-align: middle;
}
.selling-service-price {
    margin-bottom: 10px;
}
.selling-service-thumb .trending-badge {
    text-transform: none;
    color: #353433;
    padding: 2px 8px;
}
.top-treatments-section.perfect-facial-section {
    background-color: #FBF4EB;
}
.perfect-facial-section {
    padding: 80px 0 140px;
}
.perfect-facial-info {
    padding-bottom: 30px;
}
.perfect-facial-book-now {
    padding: 60px 0;
}
.perfect-facial-book-now .bottom-cta-wrapper {
    margin-top: 0px;
}
.body-banner{
  background-image: url(../images/body-banner.png);
}
.full-body-glow-section {
    padding: 80px 0 60px;
}
.hair-banner{
  background-image: url(../images/hair-banner.png);
}

/** ================== // INNER PAGES CSS END // ================== **/

/** ================== // ABOUT PAGES CSS START // ================== **/

.about-gamelia-team .bottom-blog-block {
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    align-items: baseline;
    gap: 10px;
}
.about-gamelia-team .bottom-blog-block h5 {
    color: #c58561;
}
.about-gamelia-team .buzz-left-col {
    width: 1200px;
}
/** ================== // ABOUT PAGES CSS END // ================== **/

/** ================== // CONTACT PAGES CSS START // ================== **/
.contact-header {
    border-bottom: 1px solid #E5D7CA !important;
    background-color: #FFF9F3;
}
.contact-header .nav-manu ul li a {
    color: #1F1F1F;
}
.contact-header .header-btn.consultation-btn {
    border: 1px solid rgba(31, 31, 31, 0.95);
    color: rgba(31, 31, 31, 0.95);
}

.contact-us-section {
    padding-top: 89px;
}
.contact-us-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact-us-left {
    width: 40%;
}
.contact-us-right {
    width: 60%;
}
.contact-us-thumb{
  width: 100%;
  height: 100%;
}
.contact-us-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-us-right-info {
    padding: 100px;
}
.form-group label {
    display: block;
    font-size: 18px;
    line-height: 25px;
    color: #c58561;
    margin-bottom: 8px;
}
.form-group {
  margin-bottom: 22px;
}
.form-group:last-child {
  margin-bottom: 0px;
}
.medium, textarea.medium {
    font-family: "Neue Haas Grotesk Display Pro";
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.0);
    border: 1px solid #8F8F8F;
    border-radius: 0px;
    color: #1F1F1F;
    font-size: 16px;
    padding: 13px 20px;
    width: 100%;
}
textarea.medium {
  display: flex;
  height: 120px;
}
.submit-btn .header-btn.contact-btn {
    width: 181px;
    font-size: 16px;
    line-height: 26px;
}
.whatsApp-section {
    display: none;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 33px;
    right: 25px;
    z-index: 9999;
}
/** ================== // CONTACT PAGES CSS END // ================== **/


/** ================== // MODAL CSS START // ================== **/

.modal-backdrop.show {
    opacity: 0.8;
}
.contact-popup .modal-dialog {
    max-width: 700px;
    background: #fff9f3;
    padding: 40px;
}
.contact-popup .modal-content {
    border: 0;
    border-radius: 0;
    background: transparent;
}
.contact-popup .modal-body {
    padding: 0;
}
.close-popup {
    width: 100%;
    text-align: right;
    margin-bottom: 30px;
}
.close-popup .btn-close-popup {
    cursor: pointer;
}
.close-popup .btn-close-popup {
    cursor: pointer;
    width: 18px;
}
/** ================== // MODAL CSS END // ================== **/
