/* Services Page Styles */
h1 {
  font-size: var(--font-size-4xl);
  color: #ffff;
}

.service-desc {
  font-size: var(--font-size-xl);
  color: #ffff;
  text-align: center;
  max-width: 50%;
}

section {
  margin-bottom: 46px;
}

h4 {
  color: #000;
  font-size: var(--font-size-2xl);
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}

.desc {
  color: var(--natural-400);
  font-size: var(--font-size-xl);
  margin-bottom: 40px;
  text-align: center;
}
/* hero */

.hero-content {
  background-image: url("../images/services/hero.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 650px;
  max-height: 100vh;
}

/* =========  slider  ======= */

.slider-title {
  margin-bottom: 24px;
}
.salon-slider-section {
  text-align: center;
  overflow: hidden;
}

.salon-slider {
  overflow: hidden;
}

.salon-slider .slick-list {
  overflow: visible !important;
  margin: 0;
}

.salon-slider .slick-track {
  display: flex;
  align-items: center;
  margin: 0;
}

/* CARD */
.salon-card {
  position: relative;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  transform: scale(0.75);
  display: flex !important;
  justify-content: center;
  align-items: center;
  outline: none;
}

.salon-card img {
  width: 320px;
  height: 200px;
  object-fit: cover;
  border-radius: 30px;
  display: block;
}

/* NAME */
.salon-name {
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 0;
  border-radius: 0 0 16px 16px;
  font-weight: 500;
  color: var(--natural-700);
  font-size: var(--font-size-lg);
  text-align: center;
  line-height: 1;
}

/* remove arrows default */
.slick-prev:before,
.slick-next:before {
  display: none;
}

/* BIG CENTER - Only this specific combination */
.salon-card.slick-slide.slick-current.slick-active.slick-center {
  transform: scale(1.2);
  z-index: 10;
}

.salon-card.slick-slide.slick-current.slick-active.slick-center img {
  width: 250px;
  height: 170px;
  object-fit: cover;
  border-radius: 30px;
}

/* ============= Category =============*/

.services-section {
  padding: 56px 24px 40px;
  border-radius: 32px;
  background: linear-gradient(180deg, #fdf7f4 0%, #faeee6 100%);
}

.services-sub {
  margin-bottom: 30px;
}

/* TABS */
.services-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.tab-btn {
  border: none;
  background: transparent;
  padding: 10px 18px;
  cursor: pointer;
  color: var(--natural-300);
  font-size: var(--font-size-xl);
}

/* ACTIVE TAB */
.tab-btn.active {
  border-radius: 30px;
  background: var(--primary-500);
  color: #fff;
}

/* hide tabs */
.tab-content {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 40px;
}

.tab-content.active {
  display: grid;
}

/* CARD */
.service-card {
  background: var(--natural-50);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  gap: 1rem;
}

.service-info h5 {
  font-size: var(--font-size-xl) !important;
}

.service-info span {
  font-size: var(--font-size-xl);
  color: var(--natural-200);
}

/* IMAGE */
.service-card img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}

/* =============== Booking =============*/
.booking-steps {
  text-align: center;
}

.steps-title {
  font-size: var(--font-size-3xl);
  line-height: 1.75;
}

/* Steps Row */
.steps-wrapper {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

/* Each Step */
.step {
  display: flex;
  flex-direction: column;
  min-width: 160px;
  position: relative;
}

/* Text */
.step-text {
  margin-top: 12px;
  font-size: var(--font-size-xl);
  color: var(--natural-Txt);
  font-weight: 500;
}

/* Connecting line */
.line {
  width: 150px;
  height: 2px;
  background: var(--primary-300);
}

/* ================= offers ================= */
.offers {
  padding: 56px 24px 40px;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fdf7f4 0%, #faeee6 100%);
}

.offers::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 250px;
  background: url("../images/about-us/Oval.svg") no-repeat;
  background-size: contain;
}

.offers-img {
  position: relative;
  height: 250px;
}

.special-offer {
  position: absolute;
  bottom: -10px;
  z-index: 1;
  width: 400px;
}

.banner-offer {
  width: 500px;
  position: absolute;
  top: -130px;
}

ul {
  padding: 0;
}

.offers-text li {
  list-style: none;
  margin-bottom: 14px;
  border-radius: 16px;
  background-color: #fff;
  padding: 16px 24px;
  gap: 16px;
  display: flex;
  align-items: center;
}
.offers-text span {
  font-size: var(--font-size-xl);
}

/* ========== Features  ============ */

.features-title {
  margin-bottom: 50px;
}

/* GRID */
.app-features .features-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 64px;
  margin: auto;
}

/* ITEM */
.app-features .feature-box {
  text-align: center;
  padding: 10px;
  flex: 0 1 calc((100% - 128px) / 3);
  max-width: 360px;
}

/* TITLE */
.app-features .feature-box h4 {
  font-size: var(--font-size-xl);
  margin-bottom: 10px;
}

.app-features .feature-icon {
  margin-bottom: 30px;
}

/* DESC */
.app-features .feature-box p {
  font-size: var(--font-size-lg);
  color: var(--natural-Txt);
  line-height: 1.7;
  margin: auto;
  opacity: 0.7;
  text-align: center;
}

/* ========== Register Salon ============ */

.provider-section {
  border-radius: 32px;
  background: linear-gradient(180deg, #fdf7f4 0%, #faeee6 100%);
  padding: 56px 24px 40px;
  position: relative;
  overflow: hidden;
}

h5 {
  font-size: var(--font-size-xl);
  font-weight: 400;
}

.provider-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
  background: url("../images/services/register-salon/oval-bg.svg") no-repeat;
  background-size: contain;
}

.provider-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  flex-wrap: wrap;
}

/* PHONE */
.provider-phone {
  position: relative;
  width: 300px;
  min-height: 420px;
}

.phone-screen {
  position: absolute;
  width: 240px;
  z-index: 1;
  transition: 0.4s;
}

/* TEXT */
.provider-title {
  color: var(--natural-Txt);
  font-size: var(--font-size-2xl);
  line-height: 2;
  text-align: center;
}

.provider-desc {
  color: #000;
  font-size: var(--font-size-xl);
  line-height: 2;
  text-align: center;
  margin-bottom: 30px;
}

/* STEPPER */
.stepper {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.stepper .step-item {
  max-width: 600px;
}

/* STEP ITEM */
.step-item {
  display: flex;
  gap: 15px;
  cursor: pointer;
  position: relative;
  align-items: center;
  min-height: 85px;
  height: auto;
  padding: 16px 24px;
  margin-bottom: 12px;
}

.step-item:last-child {
  margin-bottom: 0;
}

.step-item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 75px;
  width: 2px;
  height: 45%;
  background: var(--primary-200);
}

.step-item.active {
  background-color: #ffff;
  z-index: 1;
  border-radius: 16px;
  margin-bottom: 12px;
}

.step-item.active:last-child {
  margin-bottom: 0;
}

.step-item.active::before {
  margin-top: 10px;
}

.provider-section .step-item .content h4,
.provider-section .step-item .content h5 {
  color: #000;
  font-weight: 400;
  margin-bottom: 0;
  font-size: var(--font-size-xl);
}

.provider-section .step-item .content p {
  display: none;
  margin: 6px 0 0;
  color: var(--natural-300);
  font-weight: 400;
  font-size: var(--font-size-lg);
}

.provider-section .step-item.active .content p {
  display: block;
}

.provider-mobile-indicators {
  display: none;
}

/* Small Mobile Styles */
@media (max-width: 1280px) {
  .salon-card img {
    width: 220px;
  }

  .salon-card.slick-slide.slick-current.slick-active.slick-center img {
    width: 180px;
  }
}
