/* =========================================================
   SERVICE PAGE STYLES
   File: css/service-style.css
========================================================= */

/* =========================
   HERO SECTION
========================= */

.service-hero {
  position: relative;
  padding: 160px 0 140px;
  overflow: hidden;

  /* HERO BACKGROUND IMAGE */
  background-image:
    linear-gradient(rgba(255, 248, 242, 0.72),
      rgba(255, 248, 242, 0.72)),
    url("../images/acupuncture-hero.webp");

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}


.physiotherapy-hero {
  background-image:
    linear-gradient(rgba(255, 248, 242, 0.72),
      rgba(255, 248, 242, 0.72)),
    url("../images/physiotherapy-hero.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

}

.naturopathy-hero {
  background-image:
    linear-gradient(rgba(255, 248, 242, 0.72),
      rgba(255, 248, 242, 0.72)),
    url("../images/naturopathy-hero.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.osteopathy-hero {
  background-image:
    linear-gradient(rgba(255, 248, 242, 0.72),
      rgba(255, 248, 242, 0.72)),
    url("../images/hero-osteopathy.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.clinical-counsellor-hero {
  background-image:
    linear-gradient(rgba(255, 248, 242, 0.72),
      rgba(255, 248, 242, 0.72)),
    url("../images/clinical-counsellor-hero.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.orthotics-hero {
  background-image:
    linear-gradient(
      rgba(255,248,242,0.72),
      rgba(255,248,242,0.72)
    ),
    url("../images/orthotics-hero.webp");
    background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

}

.service-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(1px);
}

.service-hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.section-label {
  display: inline-block;
  margin-bottom: 18px;
  padding: 10px 18px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(214, 184, 138, 0.7);

  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #9c7a45;
}

.service-hero h1 {
  font-size: 72px;
  line-height: 1.08;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 24px;
  letter-spacing: -1px;
}

.service-hero p {
  font-size: 21px;
  line-height: 1.9;
  color: #5c5c5c;
  margin-bottom: 38px;
}

/* =========================
   BUTTON
========================= */

.primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 16px 34px;
  border-radius: 60px;

  background: linear-gradient(135deg, #d4a857, #b98736);
  color: #fff;
  text-decoration: none;

  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;

  transition: 0.35s ease;

  box-shadow: 0 12px 25px rgba(185, 135, 54, 0.28);
}

.primary-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 35px rgba(185, 135, 54, 0.34);
}

/* =========================
   DETAILS SECTION
========================= */

.service-detail-section {
  padding: 110px 0;
  background: #fffdfb;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 42px;
  align-items: start;
}

.service-main-content {
  background: #ffffff;

  padding: 55px;
  border-radius: 36px;

  border: 1px solid #ecd8b7;

  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.05),
    0 5px 15px rgba(0, 0, 0, 0.03);
}

.service-main-content h2 {
  font-size: 42px;
  line-height: 1.2;
  color: #2f2f2f;
  margin-bottom: 24px;
}

.service-main-content h3 {
  font-size: 28px;
  color: #9c7a45;
  margin: 40px 0 18px;
}

.service-main-content p,
.service-main-content li {
  font-size: 17px;
  line-height: 1.95;
  color: #666;
}

.service-main-content ul {
  padding-left: 22px;
  margin-top: 12px;
}

.service-main-content li {
  margin-bottom: 10px;
}

/* =========================
   SIDE CARD
========================= */

.service-side-card {
  position: sticky;
  top: 120px;

  background:
    linear-gradient(180deg,
      #fffdfb 0%,
      #f7efe6 100%);

  padding: 38px;
  border-radius: 34px;

  border: 1px solid #ead9bf;

  box-shadow:
    0 20px 45px rgba(0, 0, 0, 0.06),
    0 8px 18px rgba(0, 0, 0, 0.03);
}

.service-side-card h3 {
  font-size: 28px;
  color: #9c7a45;
  margin-bottom: 16px;
}

.service-side-card p {
  color: #666;
  line-height: 1.9;
  margin-bottom: 28px;
}

/* =========================
   PRACTITIONERS
========================= */

.service-practitioners-section {
  padding: 120px 0;
  background:
    linear-gradient(180deg,
      #f8eee7 0%,
      #fffdfb 100%);

  text-align: center;
}

.service-practitioners-section h2 {
  font-size: 54px;
  line-height: 1.15;
  color: #2f2f2f;
  margin-bottom: 60px;
}

.service-practitioner-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
}

.service-practitioner-card {
  position: relative;

  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 30px;
  align-items: center;

  background: rgba(255, 255, 255, 0.95);

  padding: 28px;
  border-radius: 38px;

  border: 1px solid #ead8bb;

  text-align: left;
  text-decoration: none;
  color: inherit;

  overflow: hidden;

  transition: 0.4s ease;

  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.07),
    0 8px 18px rgba(0, 0, 0, 0.03);
}

.service-practitioner-card::before {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(135deg,
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0));

  pointer-events: none;
}

.service-practitioner-card:hover {
  transform: translateY(-10px);

  box-shadow:
    0 30px 65px rgba(0, 0, 0, 0.11),
    0 12px 25px rgba(0, 0, 0, 0.05);
}

/* =========================
   PRACTITIONER IMAGE
========================= */

.service-practitioner-card img {
  width: 240px;
  height: 300px;

  object-fit: cover;
  object-position: center top;

  border-radius: 28px;

  border: 3px solid rgba(231, 204, 162, 0.8);

  background: linear-gradient(180deg,
      #fffaf5,
      #f6eee5);

  padding: 6px;

  box-shadow:
    0 18px 35px rgba(0, 0, 0, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.8);

  transition: 0.35s ease;
}

.service-practitioner-card:hover img {
  transform: scale(1.03);
}

/* =========================
   PRACTITIONER CONTENT
========================= */

.service-practitioner-card span {
  display: inline-block;

  margin-bottom: 12px;
  padding: 8px 14px;

  border-radius: 50px;

  background: #f8f0e5;
  border: 1px solid #ead1a6;

  color: #9c7a45;

  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.service-practitioner-card h3 {
  font-size: 32px;
  line-height: 1.2;
  color: #2f2f2f;
  margin-bottom: 14px;
}

.service-practitioner-card p {
  font-size: 16px;
  line-height: 1.9;
  color: #666;
  margin-bottom: 22px;
}

.service-practitioner-card strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  color: #9c7a45;
  font-size: 15px;
  font-weight: 700;

  transition: 0.3s ease;
}

.service-practitioner-card:hover strong {
  transform: translateX(4px);
}

/* =========================
   FOOTER
========================= */

.site-footer {
  background: #171717;
  padding: 28px 0;
  text-align: center;
}

.site-footer p {
  color: #ffffff;
  font-size: 14px;
  margin: 0;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1100px) {

  .service-practitioner-grid {
    grid-template-columns: 1fr;
  }

  .service-detail-grid {
    grid-template-columns: 1fr;
  }

  .service-side-card {
    position: relative;
    top: auto;
  }
}

@media (max-width: 768px) {

  .service-hero {
    padding: 120px 0 90px;
    background-position: center;
  }

  .service-hero h1 {
    font-size: 46px;
  }

  .service-hero p {
    font-size: 18px;
  }

  .service-main-content {
    padding: 34px;
  }

  .service-main-content h2 {
    font-size: 34px;
  }

  .service-practitioners-section h2 {
    font-size: 40px;
  }

  .service-practitioner-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .service-practitioner-card img {
    width: 100%;
    height: 420px;
  }
}

@media (max-width: 480px) {

  .service-hero h1 {
    font-size: 38px;
  }

  .service-hero p {
    font-size: 17px;
  }

  .service-main-content,
  .service-side-card {
    padding: 28px;
    border-radius: 28px;
  }

  .service-practitioner-card {
    padding: 22px;
    border-radius: 28px;
  }

  .service-practitioner-card img {
    height: 340px;
    border-radius: 22px;
  }
}


/* =========================================
   LASER HAIR REMOVAL PAGE
========================================= */

.laser-hair-removal-hero {
  background-image:
    linear-gradient(
      rgba(255,248,242,0.68),
      rgba(255,248,242,0.68)
    ),
    url("../images/laser-hair-removal-hero.webp");
}

/* Treatment Area Cards */

.aesthetic-treatment-section {
  padding: 110px 0;
  background:
    linear-gradient(
      180deg,
      #fffdfb 0%,
      #f8eee7 100%
    );
  text-align: center;
}

.aesthetic-treatment-section h2,
.aesthetic-technology-section h2,
.aesthetic-faq-section h2,
.aesthetic-final-cta h2 {
  font-size: 52px;
  line-height: 1.15;
  color: #2f2f2f;
  margin-bottom: 24px;
}

.section-intro {
  max-width: 760px;
  margin: 0 auto 55px;
  font-size: 18px;
  line-height: 1.8;
  color: #666;
}

.treatment-area-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.treatment-area-card {
  background:
    linear-gradient(
      180deg,
      #ffffff,
      #f8f1ea
    );

  border: 1px solid #ead9bf;
  border-radius: 32px;

  padding: 36px 28px;

  box-shadow:
    0 18px 45px rgba(0,0,0,0.07);

  transition: 0.35s ease;
}

.treatment-area-card:hover {
  transform: translateY(-8px);

  box-shadow:
    0 28px 60px rgba(0,0,0,0.11);
}

.treatment-area-card h3 {
  font-size: 26px;
  color: #9c7a45;
  margin-bottom: 16px;
}

.treatment-area-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}

/* Technology Section */

.aesthetic-technology-section {
  padding: 110px 0;
  background: #fffdfb;
}

.technology-grid {
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 60px;
  align-items: center;
}

.technology-content p {
  font-size: 18px;
  line-height: 1.9;
  color: #666;
  margin-bottom: 30px;
}

.technology-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.technology-badges span {
  padding: 12px 20px;
  border-radius: 50px;

  background: #f8eee7;
  border: 1px solid #e4c48f;

  color: #9c7a45;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}

.technology-image {
  background:
    linear-gradient(
      180deg,
      #ffffff,
      #f8f1ea
    );

  border: 1px solid #ead9bf;
  border-radius: 36px;

  padding: 24px;

  box-shadow:
    0 22px 60px rgba(0,0,0,0.10);
}

.technology-image img {
  width: 100%;
  display: block;
  border-radius: 28px;
  object-fit: cover;
}

/* FAQ */

.aesthetic-faq-section {
  padding: 110px 0;
  background:
    linear-gradient(
      180deg,
      #f8eee7 0%,
      #fffdfb 100%
    );
  text-align: center;
}

.faq-list {
  max-width: 950px;
  margin: 55px auto 0;
  display: grid;
  gap: 20px;
  text-align: left;
}

.faq-item {
  background: #ffffff;
  border: 1px solid #ead9bf;
  border-radius: 28px;
  padding: 30px 34px;

  box-shadow:
    0 14px 38px rgba(0,0,0,0.06);
}

.faq-item h3 {
  font-size: 22px;
  color: #2f2f2f;
  margin-bottom: 12px;
}

.faq-item p {
  font-size: 16px;
  line-height: 1.85;
  color: #666;
}

/* Final CTA */

.aesthetic-final-cta {
  padding: 110px 0;
  text-align: center;

  background:
    linear-gradient(
      135deg,
      #fffdfb 0%,
      #f8eee7 55%,
      #f1dfc9 100%
    );
}

.aesthetic-final-cta p {
  max-width: 760px;
  margin: 0 auto 34px;

  font-size: 18px;
  line-height: 1.8;
  color: #666;
}

/* Responsive */

@media (max-width: 1100px) {

  .treatment-area-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .technology-grid {
    grid-template-columns: 1fr;
  }

  .technology-image {
    max-width: 520px;
  }
}

@media (max-width: 600px) {

  .laser-hair-removal-hero {
    background-image:
      linear-gradient(
        rgba(255,248,242,0.76),
        rgba(255,248,242,0.76)
      ),
      url("../images/laser-hair-removal-mobile.webp");

    background-position: center top;
  }

  .aesthetic-treatment-section,
  .aesthetic-technology-section,
  .aesthetic-faq-section,
  .aesthetic-final-cta {
    padding: 75px 0;
  }

  .aesthetic-treatment-section h2,
  .aesthetic-technology-section h2,
  .aesthetic-faq-section h2,
  .aesthetic-final-cta h2 {
    font-size: 36px;
  }

  .treatment-area-grid {
    grid-template-columns: 1fr;
  }

  .treatment-area-card,
  .faq-item {
    padding: 26px;
    border-radius: 24px;
  }
}
/* =========================================
   SKIN TIGHTENING PAGE
========================================= */

.skin-tightening-hero {
  background-image:
    linear-gradient(
      rgba(255,248,242,0.68),
      rgba(255,248,242,0.68)
    ),
    url("../images/skin-tightening-hero.webp");
}

/* Benefits Strip */

.aesthetic-benefits-strip {
  padding: 70px 0;
  background: #fffdfb;
  border-top: 1px solid #ead9bf;
  border-bottom: 1px solid #ead9bf;
}

.benefit-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.benefit-strip-item {
  text-align: center;
  padding: 30px 22px;
  border-right: 1px solid #ead9bf;
}

.benefit-strip-item:last-child {
  border-right: none;
}

.benefit-strip-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 46px;
  height: 46px;

  margin-bottom: 18px;

  border-radius: 50%;

  background: #f8eee7;
  border: 1px solid #e4c48f;

  color: #9c7a45;
  font-weight: 700;
}

.benefit-strip-item h3 {
  font-size: 22px;
  color: #2f2f2f;
  margin-bottom: 10px;
}

.benefit-strip-item p {
  font-size: 15px;
  line-height: 1.7;
  color: #666;
}

/* Before After Section */

.before-after-section {
  padding: 110px 0;
  background:
    linear-gradient(
      180deg,
      #f8eee7 0%,
      #fffdfb 100%
    );
  text-align: center;
}

.before-after-section h2 {
  font-size: 52px;
  line-height: 1.15;
  color: #2f2f2f;
  margin-bottom: 24px;
}

.before-after-wrapper {
  max-width: 1000px;
  margin: 55px auto 0;
}

.before-after-slider {
  position: relative;
  width: 100%;
  height: 560px;
  overflow: hidden;

  border-radius: 36px;
  border: 1px solid #ead9bf;

  background: #ffffff;

  box-shadow:
    0 24px 65px rgba(0,0,0,0.12);

  cursor: ew-resize;
  user-select: none;
}

.before-after-image {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;
  display: block;
}

.after-image {
  z-index: 1;
}

.before-image-container {
  position: absolute;
  inset: 0;
  z-index: 2;

  width: 50%;
  overflow: hidden;
}

.before-image {
  width: 1000px;
  max-width: none;
}

.before-after-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;

  z-index: 4;

  width: 3px;

  background: rgba(255,255,255,0.95);

  box-shadow:
    0 0 18px rgba(0,0,0,0.22);
}

.before-after-handle {
  position: absolute;
  top: 50%;
  left: 50%;

  z-index: 5;

  width: 64px;
  height: 64px;

  transform: translate(-50%, -50%);

  border-radius: 50%;
  border: 3px solid #ffffff;

  background:
    linear-gradient(
      135deg,
      #b88a42,
      #d7b377
    );

  cursor: ew-resize;

  box-shadow:
    0 12px 30px rgba(0,0,0,0.25);
}

.before-after-handle span::before,
.before-after-handle span::after {
  content: "";
  position: absolute;
  top: 50%;

  width: 12px;
  height: 12px;

  border-top: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
}

.before-after-handle span::before {
  left: 19px;
  transform: translateY(-50%) rotate(-45deg);
}

.before-after-handle span::after {
  right: 19px;
  transform: translateY(-50%) rotate(135deg);
}

.before-label,
.after-label {
  position: absolute;
  bottom: 26px;

  z-index: 6;

  padding: 12px 22px;

  border-radius: 50px;

  background: rgba(31,31,31,0.78);
  color: #ffffff;

  font-size: 14px;
  font-weight: 700;

  letter-spacing: 1px;
  text-transform: uppercase;
}

.before-label {
  left: 26px;
}

.after-label {
  right: 26px;
}

.results-note {
  max-width: 760px;
  margin: 22px auto 0;

  font-size: 14px;
  line-height: 1.7;
  color: #777;
}

/* Treatment Area Cards */

.aesthetic-treatment-section {
  padding: 110px 0;
  background:
    linear-gradient(
      180deg,
      #fffdfb 0%,
      #f8eee7 100%
    );
  text-align: center;
}

.aesthetic-treatment-section h2,
.aesthetic-technology-section h2,
.aesthetic-faq-section h2,
.aesthetic-final-cta h2 {
  font-size: 52px;
  line-height: 1.15;
  color: #2f2f2f;
  margin-bottom: 24px;
}

.section-intro {
  max-width: 760px;
  margin: 0 auto 55px;
  font-size: 18px;
  line-height: 1.8;
  color: #666;
}

.treatment-area-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.treatment-area-card {
  background:
    linear-gradient(
      180deg,
      #ffffff,
      #f8f1ea
    );

  border: 1px solid #ead9bf;
  border-radius: 32px;

  padding: 36px 28px;

  box-shadow:
    0 18px 45px rgba(0,0,0,0.07);

  transition: 0.35s ease;
}

.treatment-area-card:hover {
  transform: translateY(-8px);

  box-shadow:
    0 28px 60px rgba(0,0,0,0.11);
}

.treatment-area-card h3 {
  font-size: 26px;
  color: #9c7a45;
  margin-bottom: 16px;
}

.treatment-area-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}

/* Technology Section */

.aesthetic-technology-section {
  padding: 110px 0;
  background: #fffdfb;
}

.technology-grid {
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 60px;
  align-items: center;
}

.technology-content p {
  font-size: 18px;
  line-height: 1.9;
  color: #666;
  margin-bottom: 22px;
}

.technology-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.technology-badges span {
  padding: 12px 20px;
  border-radius: 50px;

  background: #f8eee7;
  border: 1px solid #e4c48f;

  color: #9c7a45;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}

.technology-image {
  background:
    linear-gradient(
      180deg,
      #ffffff,
      #f8f1ea
    );

  border: 1px solid #ead9bf;
  border-radius: 36px;

  padding: 24px;

  box-shadow:
    0 22px 60px rgba(0,0,0,0.10);
}

.technology-image img {
  width: 100%;
  display: block;
  border-radius: 28px;
  object-fit: cover;
}

/* FAQ */

.aesthetic-faq-section {
  padding: 110px 0;
  background:
    linear-gradient(
      180deg,
      #f8eee7 0%,
      #fffdfb 100%
    );
  text-align: center;
}

.faq-list {
  max-width: 950px;
  margin: 55px auto 0;
  display: grid;
  gap: 20px;
  text-align: left;
}

.faq-item {
  background: #ffffff;
  border: 1px solid #ead9bf;
  border-radius: 28px;
  padding: 30px 34px;

  box-shadow:
    0 14px 38px rgba(0,0,0,0.06);
}

.faq-item h3 {
  font-size: 22px;
  color: #2f2f2f;
  margin-bottom: 12px;
}

.faq-item p {
  font-size: 16px;
  line-height: 1.85;
  color: #666;
}

/* Final CTA */

.aesthetic-final-cta {
  padding: 110px 0;
  text-align: center;

  background:
    linear-gradient(
      135deg,
      #fffdfb 0%,
      #f8eee7 55%,
      #f1dfc9 100%
    );
}

.aesthetic-final-cta p {
  max-width: 760px;
  margin: 0 auto 34px;

  font-size: 18px;
  line-height: 1.8;
  color: #666;
}

/* Responsive */

@media (max-width: 1100px) {

  .benefit-strip-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .benefit-strip-item {
    border-right: none;
  }

  .treatment-area-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .technology-grid {
    grid-template-columns: 1fr;
  }

  .technology-image {
    max-width: 520px;
  }
}

@media (max-width: 768px) {

  .before-after-slider {
    height: 430px;
    border-radius: 28px;
  }

  .before-image {
    width: 100vw;
  }
}

@media (max-width: 600px) {

  .skin-tightening-hero {
    background-image:
      linear-gradient(
        rgba(255,248,242,0.76),
        rgba(255,248,242,0.76)
      ),
      url("../images/skin-tightening-mobile.webp");

    background-position: center top;
  }

  .aesthetic-benefits-strip,
  .before-after-section,
  .aesthetic-treatment-section,
  .aesthetic-technology-section,
  .aesthetic-faq-section,
  .aesthetic-final-cta {
    padding: 75px 0;
  }

  .aesthetic-treatment-section h2,
  .aesthetic-technology-section h2,
  .aesthetic-faq-section h2,
  .aesthetic-final-cta h2,
  .before-after-section h2 {
    font-size: 36px;
  }

  .benefit-strip-grid,
  .treatment-area-grid {
    grid-template-columns: 1fr;
  }

  .benefit-strip-item,
  .treatment-area-card,
  .faq-item {
    padding: 26px;
    border-radius: 24px;
  }

  .before-after-slider {
    height: 360px;
  }

  .before-after-handle {
    width: 54px;
    height: 54px;
  }
}

/* =========================================
   ACNE TREATMENT PAGE
========================================= */

.acne-treatment-hero {
  background-image:
    linear-gradient(
      rgba(255,248,242,0.70),
      rgba(255,248,242,0.70)
    ),
    url("../images/acne-treatment-hero.webp");
}

/* Acne Concern Section */

.acne-concern-section {
  background:
    linear-gradient(
      180deg,
      #fffdfb 0%,
      #f8eee7 100%
    );
}

.acne-concern-grid .treatment-area-card {
  min-height: 245px;
}

/* Acne Before After */

.acne-before-after-section {
  background:
    linear-gradient(
      180deg,
      #f8eee7 0%,
      #fffdfb 100%
    );
}

/* Acne Process Section */

.acne-process-section {
  padding: 110px 0;
  background: #fffdfb;
  text-align: center;
}

.acne-process-section h2 {
  font-size: 52px;
  line-height: 1.15;
  color: #2f2f2f;
  margin-bottom: 24px;
}

.acne-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;

  margin-top: 55px;
}

.acne-process-card {
  position: relative;

  padding: 38px 28px;

  background:
    linear-gradient(
      180deg,
      #ffffff,
      #f8f1ea
    );

  border: 1px solid #ead9bf;
  border-radius: 32px;

  box-shadow:
    0 18px 45px rgba(0,0,0,0.07);

  transition: 0.35s ease;
}

.acne-process-card:hover {
  transform: translateY(-8px);

  box-shadow:
    0 28px 60px rgba(0,0,0,0.11);
}

.acne-process-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 52px;
  height: 52px;

  margin-bottom: 20px;

  border-radius: 50%;

  background: #f8eee7;
  border: 1px solid #e4c48f;

  color: #9c7a45;
  font-size: 16px;
  font-weight: 700;
}

.acne-process-card h3 {
  font-size: 24px;
  color: #2f2f2f;
  margin-bottom: 14px;
}

.acne-process-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}

/* Mobile Hero */

@media (max-width: 600px) {

  .acne-treatment-hero {
    background-image:
      linear-gradient(
        rgba(255,248,242,0.78),
        rgba(255,248,242,0.78)
      ),
      url("../images/acne-treatment-mobile.webp");

    background-position: center top;
  }

}

/* Acne Responsive */

@media (max-width: 1100px) {

  .acne-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 600px) {

  .acne-process-section {
    padding: 75px 0;
  }

  .acne-process-section h2 {
    font-size: 36px;
  }

  .acne-process-grid {
    grid-template-columns: 1fr;
  }

  .acne-process-card {
    padding: 28px;
    border-radius: 24px;
  }

}