/* ============================================
   GENESIS MED SOLUTIONS - CUSTOM STYLES
   ============================================ */


@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");


h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div,
li,
body {
  font-family: "Inter", sans-serif !important;
}


h2 {
  text-transform: uppercase;
  letter-spacing: -1px;
}

h1 i {
  font-style: italic;
}

p {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8rem;
}
/* ---------- CSS Variables ---------- */
:root {
  /* Colors */
  --color-bg-light: #f5f3ef;
  --color-bg-cream: #e8e4dc;
  --color-text-dark: #201f1f;
  --color-text-light: #ffffff;
  --color-accent-teal: #4a6b6b;
  --color-accent-dark-teal: #3d5a5a;
  --color-border: #c9c5bd;
  --color-overlay: rgba(74, 107, 107, 0.85);
  --text-light: #f8f9fa;
  --brand-beige: #c5b4a1;
  --text-white: #ffffff;
  --bg-color: #f0ede6;
  --text-dark: #3a4743;
  --accent-gold: #c5b097;

  /* Typography */
  --font-heading: "Proxima Nova Cn Lt", "Barlow Condensed", sans-serif;
  --font-body: "Proxima Nova Cn Lt", "Barlow Condensed", sans-serif;

  /* Spacing */
  --section-padding-y: 80px;
  --container-padding-x: 5%;
}

/* ---------- Base Styles ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-text-dark);
  background-color: var(--color-bg-light);
  overflow-x: hidden;
}

/* Main Wrapper */
.main-wrapper {
  background-color: #f5f3ef;
  min-height: 100vh;
}

/* Override Bootstrap Container for full-width sections */
.main-wrapper > .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  font-weight: 400;
  line-height: 1.1;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}

a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ---------- Utility Classes ---------- */
.section-label {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--color-accent-teal);
  margin-bottom: 20px;
}

.btn {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 14px 28px;
  border: 1px solid var(--color-text-dark);
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn:hover {
  background: var(--color-text-dark);
  color: var(--color-text-light);
}

.btn-filled {
  background: var(--color-accent-teal);
  color: var(--color-text-light);
  border-color: var(--color-accent-teal);
}

.btn-filled:hover {
  background: var(--color-accent-dark-teal);
  border-color: var(--color-accent-dark-teal);
}

.btn-outline-light {
  border-color: var(--color-text-light);
  color: var(--color-text-light);
}

.btn-outline-light:hover {
  background: var(--color-text-light);
  color: var(--color-text-dark);
}

/* ============================================
   NAVIGATION
   ============================================ */
.navbar-genesis {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f3ef;
  border-bottom: none;
}

.navbar-brand-genesis {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-text {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 8px;
  color: #1e1e1e;
}

.logo-subtext {
  font-family: var(--font-body);
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.3;
  color: #888;
}

.navbar-logo {
  height: 25px;
  width: auto;
  object-fit: contain;
}

.navbar-toggler-genesis {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 6px;
}

.navbar-toggler-genesis span {
  display: block;
  width: 28px;
  height: 2px;
  background: var(--color-text-dark);
  transition: all 0.3s ease;
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero-section {
  min-height: 100vh;
  background-color: var(--color-bg-light);
  display: flex;
  flex-direction: column;
  padding-top: 55px; /* Space for fixed navbar */
}

.hero-top {
  display: block;
  margin: 0 40px; /* Match navbar padding */
}

.hero-image-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.hero-image {
  width: 100%;
  height: 70vh;
  display: block;
  object-fit: cover;
}

.hero-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 60px 40px;
  align-items: center;
}

.hero-title {
  font-size: clamp(45px, 8vw, 90px);
  font-weight: 400;
  line-height: 0.95;
  color: var(--color-text-dark);
}

.hero-titleh {
  font-size: clamp(48px, 8vw, 90px);
  letter-spacing: 3px;
  margin-top: 15px;
  font-weight: 800;
  color: var(--color-text-dark);
}

.hero-content h3 {
  font-size: clamp(40px, 2vw, 22px);
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.3;
}

.hero-divider {
  width: 100%;
  height: 1.5px;
  background-color: var(--color-border);
  margin: 15px 0;
}

.hero-content p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--color-text-dark);
  margin-bottom: 0;
  /* max-width: 350px; */
}

.hero-buttons {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 20px;
  border-radius: none;
}

.hero-section-divider {
  width: 95%;
  height: 1px;
  background-color: black;
  margin: 0 40px;
}

/* ============================================
   WHY GENESIS SECTION
   ============================================ */

.why-section {
  background-color:#f5f3ef;
  padding: 0;
}

.why-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 80vh;
}

.why-image-container {
  position: relative;
  overflow: hidden;
}

.why-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.why-content {
  padding: 60px 40px 40px 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--color-bg-light);
}

.why-title {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 30px;
}

.why-title em {
  font-style: italic;
}

.origin-btn {
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 40px;
}

.why-divider {
  width: 100%;
  height: 1px;
  background-color: var(--color-border);
  margin: 20px 0;
}

.features-grid {
  display: flex;
  align-items: flex-start;
  gap: 0;
  padding-top: 20px;
}

.feature-item {
  flex: 1;
  text-align: left;
  padding: 0 15px;
}

.feature-item:first-child {
  padding-left: 0;
}

.feature-item:last-child {
  padding-right: 0;
}

.feature-separator {
  width: 1px;
  height: 60px;
  background-color: var(--color-border);
  flex-shrink: 0;
}

.feature-item h5 {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.6;
  color: var(--color-text-dark);
}
.genesis-section {
  background-color: #f5f3ef;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

/* Image fit */
.object-fit-cover {
  object-fit: cover;
}

/* Content */
.genesis-content {
  padding-top: 80px;
  padding-bottom: 40px;
}

.genesis-label {
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 2px;
  color: black;
  margin-bottom: 20px;
}

.genesis-title {
  font-size: 43px;
  font-weight: 300;
  line-height: 1.2;
  color: #1e1e1e;
  position: relative;
  z-index: 2;
  background-color:#f5f3ef;
  width: fit-content;
  padding-right: 20px;
}

.genesis-title em {
  font-style: italic;
  font-weight: 600;
}

/* Large brand logo replacement */
.genesis-large-logo {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.brand-container {
  text-align: center;
}
.med-solutions {
  font-size: 14px;
  letter-spacing: 4px;
  color: #3f4a47;
}

/* Button */
.genesis-btn {
  border: none;
  padding: 14px 32px;
  font-size: 11px;
  letter-spacing: 1px;
  background-color: #3d4a3d;
  color: #fff;
  width: fit-content;
  position: relative;
  z-index: 2;
}

.genesis-btn:hover {
  background-color: #2d3a2d;
  color: #fff;
}

/* Features Wrapper - stretches to fill remaining space */
.genesis-features-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: auto;
}

/* Features Container */
.genesis-features {
  display: flex;
  border-top: none;
  flex-grow: 1;
  position: relative;
}

.feature {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 15px;
  font-size: 10px;
  letter-spacing: 1px;
  color: #555;
}

/* Vertical separator lines - full height */
.feature:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 200%;
  background-color: #ccc;
  transform: translateY(-50%);
}

.feature p {
  margin: 0;
  font-weight: 600;
  line-height: 1.5;
}

/* Fix for row to stretch properly */
.genesis-features.row {
  margin: 0;
  flex-wrap: nowrap;
}

/* ============================================
   OUR SERVICES SECTION
   ============================================ */
.services-section {
  background-color: var(--color-bg-light);
  min-height: 100vh;
  overflow: hidden;
}

.services-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1.4fr;
  min-height: 100vh;
}

/* Left Sidebar - 1/3 */
.services-sidebar {
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  background-color: var(--color-bg-light);
  height: 100%;
}

.services-sidebar .section-label {
  font-family: var(--font-body);
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: black;
  margin-bottom: 40px;
}

.services-main-title {
  font-family: var(--font-body);
  font-size: 60px;
  font-weight: 900;
  line-height: 1.5;
  color: var(--color-text-dark);
  text-transform: uppercase;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  letter-spacing: 2px;
  margin: auto 0;
  height: auto;
}

/* Middle - Service Tabs Column - 1/3 */
.services-tabs-column {
  background-color: var(--color-bg-light);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
}

.services-tabs {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 40px 0;
}

.service-tab {
  display: flex;
  flex-direction: column;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

/* Tab header row with number and line */
.service-tab .tab-header {
  display: flex;
  align-items: center;
  position: relative;
  padding: 15px 0;
}

/* Line extending from circle to the image */
.service-tab .tab-header::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
  margin-left: 15px;
}

.tab-number {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-weight: 500;
  color: #706b6b;
  background: var(--color-bg-light);
  border: 1px solid rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.tab-number.active,
.service-tab.active .tab-number {
  background-color: #4a6b6b;
  color: #fff;
  border-color: #4a6b6b;
}

/* Content wrapper below the line */
.tab-content-wrapper {
  position: relative;
  padding: 0 0 25px 0;
}

.tab-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 51px; /* Align after circle (36px + 15px gap) */
  padding-right: 20px;
}

.tab-title {
  font-family: var(--font-body);
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #706b6b;
  line-height: 0.8;
  text-transform: uppercase;
  text-align: center;
}

.tab-description {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
  display: none;
}

.tab-features {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
  display: none;
}

.service-tab.active .tab-description,
.service-tab.active .tab-features {
  display: block;
}

/* Right Content - Service Image Area - 1/3 */
.services-content {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.service-pane {
  display: none;
  height: 100%;
}

.service-pane.active {
  display: block;
}

.service-image-wrapper {
  position: relative;
  height: 100%;
}

.service-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.service-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(139, 115, 85, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-overlay-inner {
  padding: 60px;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.service-number {
  font-family: var(--font-heading);
  font-size: 120px;
  font-weight: 300;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 20px;
}

.service-title {
  font-family: var(--font-body);
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.service-details {
  display: flex;
  gap: 60px;
  margin-bottom: auto;
}

.service-description {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
}

.service-features {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
}

.service-btn {
  align-self: flex-end;
  margin-top: auto;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 14px 28px;
  font-size: 10px;
  letter-spacing: 2px;
}

.service-btn:hover {
  background: #fff;
  color: #1e1e1e;
}

/* ============================================
   HOW IT WORKS SECTION
   ============================================ */
.herro-section {
  background: linear-gradient(rgba(74, 93, 92, 0.8), rgba(74, 93, 92, 0.8)),
    url("../images/homeImages/homeSectionFive.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: var(--text-light);
  padding: 4rem 0;
  text-transform: uppercase;
  font-family: "Arial Narrow", sans-serif;
}

.step-title {
  font-weight: 900;
  font-size: clamp(2rem, 6vw, 5rem);
  line-height: 0.9;
  margin-bottom: 0;
}

.step-desc {
  font-size: 0.75rem;
  max-width: 250px;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 1.3;
}

.process-row {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}

.btn-outline-light {
  border-radius: 0;
  padding: 10px 30px;
  font-size: 0.8rem;
  letter-spacing: 2px;
  margin-top: 3rem;
}

.offset-right {
  text-align: right;
  justify-content: flex-end;
}
.offset-left {
  text-align: left;
  justify-content: flex-start;
}
/* ============================================
   why we exist section
   ============================================ */
/* General Section Setup */
.genesis-section {
  max-height: 100vh;
  color: #fff;
}

/* Left Background Image */
.left-content {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url("../images/homeImages/homeSectionFive.jpg") center/cover no-repeat;
  padding: 5% 5%;
  position: relative;
  background-color: #d2c1b0; /* Fallback color */
}

/* Right Side Image */
.right-image {
  background: url("../images/homeImages/banner1.jpg") center/cover no-repeat;
  min-height: 400px;
}

.section-title {
  font-size: 15px;
  letter-spacing: 3px;
  font-weight: 400;
  margin: 15px 0;
  color: rgb(41, 40, 40);
}

.main-heading {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin: 20px 0;
}

.description {
  font-size: 11px;
  line-height: 1.6;
  opacity: 0.9;
}

/* The Lines Styling */
.line-100 {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
}

.line-50 {
  width: 50%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
}

/* Button Styling */
.read-story {
  border-radius: 0;
  padding: 10px 25px;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-color: #fff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .line-50 {
    width: 100%;
  } /* Lines look better full width on mobile */
  .col-md-6.offset-md-6 {
    margin-left: 0;
    width: 100%;
  }
}
.section-titlee {
  font-size: 15px;
  letter-spacing: 3px;
  font-weight: 400;
  margin: 15px 0;
  color: white;
}

/* ============================================
   eight section
   ============================================ */

.eight-section {
  min-height: 100vh;
  display: flex;
  align-items: stretch;
  color: var(--color-accent-dark-teal);
}
.eight-content h5 {
  color: var(--color-accent-dark-teal);
  font-weight: 400;
}

.eight-image {
  background: url("../images/homeImages/heroHome.jpg") center/cover no-repeat;
  width: 50%;
}

.eight-content {
  width: 50%;
  background: #dfe7e2;
  padding: 1px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.btnOne {
  background-color: var(--color-accent-dark-teal);
  border-color: var(--color-accent-dark-teal);
}
.eight-content p {
  font-size: 12px;
  width: 50%;
}

.eight-content h1 {
  font-weight: 800;
  font-size: 50px;
}

.buttons button {
  margin-right: 10px;
}

@media (max-width: 992px) {
  .eight-section {
    flex-direction: column;
  }
  .eight-image,
  .eight-content {
    width: 100%;
    height: 50vh;
  }
}

/* ================= HEADER ================= */
.genesiss-section {
  min-height: 00px;
  background-color: var(--bg-color);
  color: var(--text-dark);
  overflow: hidden;
}

/* --- Left Side Brand Styling --- */
.brand-container {
  position: relative;
  letter-spacing: 15px;
}

.main-logo-text {
  font-size: 10rem; /* Large impact text */
  font-weight: 300;
  line-height: 0.8;
  margin: 0;
  opacity: 0.9;
}
.genesis-large-logoo{
  width: 100%;
  height: 40vh;
}

.med-solutions {
  position: absolute;
  top: 20%;
  right: -60px;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 5px;
  display: flex;
  flex-direction: column;
}

/* --- Right Side Navigation --- */
.section-ttitle {
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-weight: 600;
  margin-right: 15px;
  white-space: nowrap;
}

.title-line {
  flex-grow: 1;
  height: 1px;
  background-color: var(--text-dark);
  opacity: 0.3;
}

.nav-link {
  color: var(--text-dark) !important;
  padding: 5px 0;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.active-link {
  color: var(--accent-gold) !important;
}

.contact-info p {
  font-size: 0.8rem;
  margin-bottom: 5px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
}

.contact-info i {
  margin-right: 10px;
  font-size: 1rem;
}

/* Responsive adjustment for smaller screens */
@media (max-width: 992px) {
  .main-logo-text {
    font-size: 5rem;
  }
  .med-solutions {
    position: static;
    margin-top: 20px;
  }
}

/* ================= IMAGE GRID ================= */
.image-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ================= FOOTER ================= */
.footer {
  background-color: #f5f2ec;
  padding: 15px 40px;
}

.footer p {
  font-size: 11px;
  letter-spacing: 2px;
  margin: 0;
}

.footer span {
  font-weight: bold;
}

/* ============================================
   RESPONSIVE STYLES
   ============================================ */

/* Tablet */
@media (max-width: 991px) {
  :root {
    --section-padding-y: 60px;
  }

  /* Hero */
  .hero-top {
    grid-template-columns: 1fr;
    min-height: 50vh;
  }

  .hero-bottom {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .hero-content {
    padding-left: 0;
  }

  .hero-content p {
    max-width: 100%;
  }

  .hero-buttons {
    justify-content: center;
  }

  /* Why Section */
  .why-container {
    grid-template-columns: 1fr;
  }

  .why-image-container {
    height: 50vh;
  }

  .why-content {
    padding: 40px var(--container-padding-x);
    text-align: center;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
  }

  .feature-item {
    text-align: center;
  }

  /* Services */
  .services-container {
    grid-template-columns: 1fr;
  }

  .services-sidebar {
    text-align: center;
    padding: 40px var(--container-padding-x);
  }

  .services-tabs {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }

  .service-pane-inner {
    grid-template-columns: 1fr;
  }

  .service-info {
    border-left: none;
    border-top: 1px solid var(--color-border);
    text-align: center;
  }

  .service-image-container {
    height: 50vh;
  }

  .hair-pane .service-pane-inner {
    grid-template-columns: 1fr;
  }

  .hair-left-panel {
    display: none;
  }

  /* How It Works */
  .how-step {
    grid-template-columns: 1fr;
    text-align: center !important;
    gap: 15px;
  }

  .how-step.step-right .step-title,
  .how-step.step-right .step-description {
    order: unset;
    text-align: center;
  }

  .step-description {
    max-width: 100%;
    margin: 0 auto !important;
  }
}

/* Mobile */
@media (max-width: 575px) {
  :root {
    --section-padding-y: 40px;
    --container-padding-x: 20px;
  }

  .navbar-genesis {
    padding: 15px var(--container-padding-x);
  }

  .navbar-brand-genesis {
    font-size: 14px;
    letter-spacing: 4px;
  }

  .hero-title {
    font-size: 42px;
  }

  .hero-content h3 {
    font-size: 20px;
  }

  .btn {
    padding: 12px 20px;
    font-size: 9px;
  }

  .features-grid {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .services-tabs {
    flex-direction: column;
    align-items: center;
  }

  .service-tab {
    width: 100%;
    justify-content: center;
  }

  .overlay-content,
  .hair-overlay {
    padding: 20px;
  }

  .how-content {
    padding: 60px var(--container-padding-x);
  }

  .step-title {
    font-size: 24px;
  }
}
