/* Service Cards Styles */
.service-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin: 1.5rem 0;
}

.service-card {
  background: var(--card, #fffdfa);
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  padding: 1.2rem 1rem;
  min-width: 220px;
  max-width: 320px;
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.service-card h3 {
  margin-top: 0;
  margin-bottom: 0.7rem;
  font-size: 1.15rem;
  font-family: var(--font-serif, 'Playfair Display', serif);
  color: var(--primary, #a67c52);
  letter-spacing: 0.02em;
}

.service-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.service-card li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 0;
  border-bottom: 1px solid var(--border, #ece5d8);
  font-size: 1rem;
}
.service-card li:last-child {
  border-bottom: none;
}

.service-card .price {
  font-weight: bold;
  color: var(--primary, #a67c52);
  font-size: 1.05rem;
  margin-left: 1rem;
}

@media (max-width: 600px) {
  .service-cards {
    gap: 0.8rem;
    align-items: stretch;
  }
  .service-card {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    padding: 1rem 0.7rem;
  }
  .service-card h3 {
    font-size: 1.05rem;
  }
  .service-card li {
    font-size: 0.98rem;
    padding: 0.32rem 0;
  }
}
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');

/* styles.css */

:root {
  --background: #f5f1e6;
  --foreground: #4a3f35;
  --card: #fffcf5;
  --card-foreground: #4a3f35;
  --popover: #fffcf5;
  --popover-foreground: #4a3f35;
  --primary: #a67c52;
  --primary-foreground: #ffffff;
  --secondary: #e2d8c3;
  --secondary-foreground: #5c4d3f;
  --muted: #ece5d8;
  --muted-foreground: #7d6b56;
  --accent: #d4c8aa;
  --accent-foreground: #4a3f35;
  --destructive: #b54a35;
  --destructive-foreground: #ffffff;
  --border: #dbd0ba;
  --input: #dbd0ba;
  --ring: #a67c52;
  --chart-1: #a67c52;
  --chart-2: #8d6e4c;
  --chart-3: #735a3a;
  --chart-4: #b3906f;
  --chart-5: #c0a080;
  --sidebar: #ece5d8;
  --sidebar-foreground: #4a3f35;
  --sidebar-primary: #a67c52;
  --sidebar-primary-foreground: #ffffff;
  --sidebar-accent: #d4c8aa;
  --sidebar-accent-foreground: #4a3f35;
  --sidebar-border: #dbd0ba;
  --sidebar-ring: #a67c52;
  --font-sans: 'Archivo Black', sans-serif;
  --font-serif: 'Playfair Display', serif;
  --font-script: 'Dancing Script', cursive;
  --font-display: 'Sacramento', cursive;
  --radius: 0.25rem;
  --shadow-2xs: 2px 3px 5px 0px hsl(28 13% 20% / 0.06);
  --shadow-xs: 2px 3px 5px 0px hsl(28 13% 20% / 0.06);
  --shadow-sm: 2px 3px 5px 0px hsl(28 13% 20% / 0.12), 2px 1px 2px -1px hsl(28 13% 20% / 0.12);
  --shadow: 2px 3px 5px 0px hsl(28 13% 20% / 0.12), 2px 1px 2px -1px hsl(28 13% 20% / 0.12);
  --shadow-md: 2px 3px 5px 0px hsl(28 13% 20% / 0.12), 2px 2px 4px -1px hsl(28 13% 20% / 0.12);
  --shadow-lg: 2px 3px 5px 0px hsl(28 13% 20% / 0.12), 2px 4px 6px -1px hsl(28 13% 20% / 0.12);
  --shadow-xl: 2px 3px 5px 0px hsl(28 13% 20% / 0.12), 2px 8px 10px -1px hsl(28 13% 20% / 0.12);
  --shadow-2xl: 2px 3px 5px 0px hsl(28 13% 20% / 0.30);
  --tracking-normal: 0em;
  --spacing: 0.25rem;
}

.dark {
  --background: #2d2621;
  --foreground: #ece5d8;
  --card: #3a322c;
  --card-foreground: #ece5d8;
  --popover: #3a322c;
  --popover-foreground: #ece5d8;
  --primary: #c0a080;
  --primary-foreground: #2d2621;
  --secondary: #4a4039;
  --secondary-foreground: #ece5d8;
  --muted: #3a322c;
  --muted-foreground: #c5bcac;
  --accent: #59493e;
  --accent-foreground: #ece5d8;
  --destructive: #b54a35;
  --destructive-foreground: #ffffff;
  --border: #4a4039;
  --input: #4a4039;
  --ring: #c0a080;
  --chart-1: #c0a080;
  --chart-2: #b3906f;
  --chart-3: #a67c52;
  --chart-4: #8d6e4c;
  --chart-5: #735a3a;
  --sidebar: #2d2621;
  --sidebar-foreground: #ece5d8;
  --sidebar-primary: #c0a080;
  --sidebar-primary-foreground: #2d2621;
  --sidebar-accent: #59493e;
  --sidebar-accent-foreground: #ece5d8;
  --sidebar-border: #4a4039;
  --sidebar-ring: #c0a080;
  --radius: 0.25rem;
  --shadow-2xs: 2px 3px 5px 0px hsl(28 13% 20% / 0.06);
  --shadow-xs: 2px 3px 5px 0px hsl(28 13% 20% / 0.06);
  --shadow-sm: 2px 3px 5px 0px hsl(28 13% 20% / 0.12), 2px 1px 2px -1px hsl(28 13% 20% / 0.12);
  --shadow: 2px 3px 5px 0px hsl(28 13% 20% / 0.12), 2px 1px 2px -1px hsl(28 13% 20% / 0.12);
  --shadow-md: 2px 3px 5px 0px hsl(28 13% 20% / 0.12), 2px 2px 4px -1px hsl(28 13% 20% / 0.12);
  --shadow-lg: 2px 3px 5px 0px hsl(28 13% 20% / 0.12), 2px 4px 6px -1px hsl(28 13% 20% / 0.12);
  --shadow-xl: 2px 3px 5px 0px hsl(28 13% 20% / 0.12), 2px 8px 10px -1px hsl(28 13% 20% / 0.12);
  --shadow-2xl: 2px 3px 5px 0px hsl(28 13% 20% / 0.30);
}

html {
  scroll-padding-top: 40px; /* Adjust to your header's height */
}


body {
  margin: 0;
  font-family: 'Lora', serif;
  background-color: var(--background);
  color: var(--foreground);
  overflow-x: hidden; /* Prevent horizontal scroll */
}

h1, h2, h3 {
  font-family: var(--font-serif);
}

/* test */
header {
  background-color: transparent;
  padding: 1rem 2rem;
  display: flex;
  z-index: 998;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: fixed;
  width: 100vw; 
  left: 0;      
  top: 0;      
  box-sizing: border-box;

}


.plain-header {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
}

header h1 {
  margin: 0;
  color: var(--primary);
  font-size: 2.5rem;
  font-family: var(--font-display);
  font-weight: 500;
  font-style: normal;
}



#hamburger-icon {
  display: none;
  cursor: pointer;
}  

#hamburger-icon div{
    width: 35px;
    height: 3px;
    background-color: var(--primary);
    margin: 3px 0;
    transition: 0.4s;
}

.open .bar1{
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
}

.open .bar2{
    opacity: 0;
}

.open .bar3{
    -webkit-transform: rotate(45deg) translate(-6px, -8px);
    transform: rotate(45deg) translate(-6px, -8px);
}

.mobile-menu.open {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    opacity: 5;
    z-index: 1000;
    pointer-events: auto;
    transform: translateY(0);
    background-image: url('Assets/Hair Gallery/img15.jpg');
    background-size: cover;
    position: inherit;
    margin-top: -6px;
    height: 100vh;
}

.mobile-menu.open::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(255, 255, 255, 0.4);
  z-index: 1;
  pointer-events: none;
}

.mobile-menu {
    display: none;
    flex-direction: column;
    top: 80px; 
    left: 0;
    width: 100%;
    height: calc(100vh - 70px);
    background: var(--card);
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-20px);
    transition: opacity 1s ease, transform 1s ease;
}



[hidden] {
  display: none;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 1rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

nav a {
  text-decoration: none;
  color: var(--primary);
  font-weight: bold;
  font-family: var(--font-sans);
  letter-spacing: 0.1em;
}

.hero {
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 0rem 1rem;
  position: relative;
  min-height: 200px;
  max-width: 100vw; 
  overflow: hidden;
}

.hero img {
  height: 300px;
  


}

.hero-images{
  display: flex;
  gap: 7rem;
  margin-top: -0.2rem;
  
}

.hero-images1{
  transform: rotate(-15deg);
  display: block;
}

.hero-images2{
  display: flex;
  gap: 3rem;
  transform: rotate(15deg);
}


.hero-text {
  color: var(--foreground);
  position: relative;
  z-index: 2;
}


.hero-text h2{
  font-family: var(--font-script);
  margin-top: -4rem;
  color: var(--foreground);
  font-size: 3rem;
} 

.hero-text p {
  color: var(--foreground);
  font-size: 1.2rem;
}

.about-section {
  display: flex;
  align-items: center;
  max-width: 100vw;
  justify-content: center;
  box-sizing: border-box;
  margin-top: -2rem;
}

.about-content {
  margin-left: 2rem;
}

.profile-pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
  margin: 1rem auto;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}


.policy-section {
  background-color: var(--card);
  padding: 1rem;
  margin: 2rem 0;
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}

.policy-section img {
  max-width: 100px;
  max-height: 100px;
  margin-bottom: 1rem;
}

.policy-section h3{
  display: none;
}


section {
  padding: 1rem 2rem 1rem 2rem;
  max-width: 800px;
  margin: auto;
}

.image-gallery {
  text-align: center;
  margin: 2rem auto;
}

.image-gallery img {
  max-width: 90%;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.gallery-controls button {
  margin: 1rem 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  background-color: var(--primary);
  color: var(--primary-foreground);
  border: none;
  border-radius: var(--radius-md);
  cursor: pointer;
  font-family: var(--font-sans);
  transition: background-color 0.3s ease;
}

.gallery-controls button:hover {
  background-color: var(--accent);
}


h2 {
  color: var(--primary);
  margin-bottom: 1rem;
  font-size: 2.4rem;
}

ul {
  padding-left: 1.2rem;
  margin-bottom: 1.5rem;
}

.accordion {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  margin-bottom: 10px;
  overflow: hidden;
  background-color: var(--card);
}

.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: var(--secondary);
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px;
  text-align: left;
  font-size: 1.1rem;
  font-weight: bold;
  color: var(--secondary-foreground);
}

.accordion-header img {
  width: 70px;
  height: 70px;
  margin-right: 10px;
}

.accordion-icon {
  transition: transform 0.3s ease;
  margin-left: 1.5rem;
  margin-right: 0;
  margin-inline-start: auto;
}

.accordion-header.active .accordion-icon {
  transform: rotate(180deg);
}

.accordion-body {
  max-height: 0;
  overflow: hidden;
  background: var(--card);
  padding: 0 10px;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.accordion-body.open {
  padding: 10px;
}


.book-btn {
  display: inline-block;
  background-color: var(--primary);
  color: var(--primary-foreground);
  padding: 0.75rem 1.5rem;
  border-radius: var(--radius-md);
  text-decoration: none;
  font-weight: bold;
  margin-top: 1rem;
  font-family: var(--font-sans);
  transition: background-color 0.3s ease;
}

#booking-form {
  display: none;
}

.book-btn:hover {
  background-color: var(--accent);
  color: var(--accent-foreground);
}

footer {
  text-align: center;
  background-color: var(--secondary);
  color: var(--secondary-foreground);
  padding: 1rem;
  margin-top: 2rem;
  font-size: 0.9rem;
}

@media only screen and (max-width: 600px) {

  #hamburger-icon {
  display: flex;
  flex-direction: column-reverse;
  order: 0;
} 
  .mobile-menu {
    display: none;
    flex-direction: column;
    margin: 0;
  }
  .mobile-menu ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 100%;

}
  .mobile-menu li {
    text-align: center;
    padding: 0.2rem 0;
    border-bottom: 2px solid rgb(0, 0, 0);
    font-size: 1.5rem;
    text-transform: uppercase;
    z-index: 2;
    
  }

  #desktop-menu {
    display: none;
  }

  nav a {
    color: var(--primary);
  }
  
  nav ul {
    flex-direction: row;
    align-items: center;
  }

  header {
    flex-direction: row;
    align-items: center;
  }

  header h1 {
    font-size: 1.8rem;
    margin: 0;
    padding: 0;
  }

  header img {
  max-width: 200px;
  max-height: 125px;
  margin: -2rem;
}

  .hero-text p {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 601px) {
  html {
    scroll-padding-top: 50px; 
  }
  #hamburger-icon {
    display: none;
  }
  .mobile-menu {
    display: none;
  }
  #desktop-menu {
    display: flex;
  }
  nav ul {
    flex-direction: row;
    align-items: center;
  }

  header{
    flex-wrap: nowrap;
    gap: 0.5rem;
  }

  .hero {
    margin-top: 90px;
    height: 200px;
  }

  #gallery-image {
    height: 450px;
    width: 337.5px;
  }

}

@media only screen and (min-width: 1024px) {

  .hero {
    height: 300px;
  }

  #gallery-image {
    height: 400px;
    width: 300px;
  }
}

@media only screen and (min-width: 1440px) {
  html {
    scroll-padding-top: 100px; 
  }
header{
  height: 80px;
  gap: 1rem;
}

  #gallery-image {
    height: 450px;
    width: 337.5px;
  }

  .mobile-menu {
    display: none;
  }
  .hero {
    margin-top: 70px;
    height: 300px;
  }

  .image-gallery img{
    height: 900px;
  }
}
