@charset "UTF-8";
/* Reset default browser margins */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden; /* Avoids side-scrolling */
}

/* General body styles */
body {
  font-family: 'Lato', sans-serif;
  background-color: #fff4f7; /* Soft pastel pink background */
  color: #333;
  line-height: 1.6;
	overflow-x: hidden;
}
/* Header with background image and banner */
header {
  margin-top: 0; /* remove desktop spacing */
  position: relative;
  background: url('images/cropped-pink-bokeh-1920x180px.jpg') no-repeat center center;
  background-size: cover;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}



html {
  scroll-behavior: smooth;
}

/* Header content (text) styling */

.header-content h1 {
  font-family: 'Dancing Script', cursive;
  font-size: 4em;
  text-align: center;
  margin: 0 auto;
}

/* Navigation styles */
nav {
  background-color: #f8c7d1; /* Delicate, feminine tone */
  padding: 10px 0;
}
nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav li {
  margin: 0 15px;
}
nav a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}


/* Hero Section */
.hero { 
  font-size: 1em;
  padding: 10px 10px 10px;
  text-align: center;
margin: 0 0 10px; /* Adds 20px space below the text */
}
.hero h2 {
  font-family: 'Dancing Script', cursive;
  font-size: 2.5em;
  margin-bottom: 20px;
}
.cta {
  display: inline-block;
  background-color: #f8c7d1;
  padding: 10px 20px;
  text-decoration: none;
  color: #333;
  border-radius: 10px;
  transition: background-color 0.3s ease;
  margin-top: 20px; /* ← This creates space between text and button */
}
.cta:hover {
  background-color: #f2a0af;
}

/* Sections styling */
section {
  padding: 10px 20px;
  max-width: 1200px;
  margin: auto;
	justify-content: center;
}
.about img {
  display: block;
  margin:  auto;
  text-align: center;
}


.about-images {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

#about p {
  text-indent: 2em;
}

/* ============================= */
/* Service Modals Styling */
/* ============================= */

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,0.6);
  z-index: 9999;
}

.modal-box {
  background: white;
  padding: 30px;
  border-radius: 16px;
  max-width: 400px;
  text-align: center;
  box-shadow: 0 12px 24px rgba(0,0,0,0.2);
  animation: fadeIn 0.3s ease;
  position: relative;
}

.modal-box h3 {
  margin-top: 0;
  color: #d14d72;
}

.modal-box p {
  margin: 10px 0;
  font-size: 0.95rem;
  color: #444;
}

.modal-box .close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 1.5rem;
  cursor: pointer;
  color: #999;
  transition: color 0.2s ease;
}

.modal-box .close:hover {
  color: #d14d72;
}

@keyframes fadeIn {
  from { transform: translateY(20px); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}

/* Default desktop/tablet image styling */
.about-images img {
  border-radius: 16px;
  object-fit: cover;
  width: 48%;
  max-width: 500px;
  height: auto;
}

/* Responsive adjustments for mobile */
@media screen and (max-width: 768px) {
  .about-images {
    flex-direction: column;
    align-items: center;
  }
	


  .about-images img {
    width: 90%;
    max-width: 90%;
  }
}


#about p {
  margin-bottom: 30px;		/*adds padding below the text above the about us venue pictures. */
}


#aboutus {
	color: #d14d72;
  font-family: 'Dancing Script', cursive;
  font-size: 2.8rem;
  margin-bottom: 20px;
  text-align: left; /* Center text and inline elements */
  padding: 30px;
}

/* Style the image */
#aboutus img {
  display: inline-block;         /* Allows margin auto centering */
  margin: 10px;      /* Centers the image horizontally and adds space above and below */
  border: 1px solid #f2a0af;   /* Sets a 5px solid border with a soft pastel color */
  border-radius: 10px;     /* Rounded corners for a softer look */
	padding 30px
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Optional: Subtle shadow for depth */
  width: 100%;             /* Adjust width for responsiveness; remove if fixed dimensions are preferred */
  max-width: 600px;       /* Ensures the image does not exceed its original dimensions */
}
/* Services Section */
.services-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.service {
  background-color: #fff;
  width: 300px;
  border: 1px solid #f5ccd6;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.service img {
  width: 100%;
  height: 320px;           /* Force consistent height */
  object-fit: cover;       /* Maintain cropping without distortion */
  border-radius: 10px;
  margin-bottom: 15px;
}

/* Consistent heading style across sections */
section h2 {
  color: #d14d72;
  font-family: 'Dancing Script', cursive;
  font-size: 2.8rem;
  margin-bottom: 20px;
  text-align: center;
}

/* Gallery Section */
#gallery {
  padding: 60px 20px;
  background-color: ##faf2f2;
  text-align: center;
}

#gallery h2 {
  color: #d14d72;
  font-family: 'Dancing Script', cursive;
  font-size: 2.8rem;
  margin-bottom: 20px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
  margin: 0 auto;
  max-width: 1000px;
}

.hidden {
  display: none;
}

.load-more-container {
  text-align: center;
  margin-top: 30px;
}

#loadMoreBtn {
  background-color: #f8c7d1;
  padding: 12px 24px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#loadMoreBtn:hover {
  background-color: #f2a0af;
}

.lightboxOverlay {
  z-index: 9998;
}
.lightbox {
  z-index: 9999;
}

/* Limit the max size of images inside the lightbox */
.lightbox-image {
  max-width: 90vw !important;  /* No wider than 90% of viewport */
  max-height: 80vh !important; /* No taller than 80% of viewport */
  border-radius: 16px;
}

.filter-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.filter-btn {
  padding: 10px 18px;
  border: 1px solid #d14d72;
  background-color: transparent;
  color: #d14d72;
  border-radius: 30px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
}

.filter-btn.active,
.filter-btn:hover {
  background-color: #d14d72;
  color: white;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 24px;
  padding: 40px 0;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.05);
  aspect-ratio: 3/4; /* consistent portrait shape */
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease; /* smooth zoom */
}

.gallery-item:hover img {
  transform: scale(1.08); /* zoom the image only */
}

.gallery-item.video {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}



.video-lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}



.video-lightbox-inner {
  position: relative;
  width: 90vw;
  max-width: 960px;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.4);
  background: #000; /* fallback color for loading */
}


.lightbox-close {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #fff;
  border: none;
  font-size: 1.2rem;
  color: #d14d72;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}



.contact-details {
  max-width: 800px;
  margin: auto;
  text-align: center;
  font-size: 1.0em;
  line-height: 1.6;
  color: #333;
}


.contact-details ul {
  list-style: none;
  padding-left: 0;
  margin: 0 auto;
  display: inline-block;
  text-align: left;
}
.contact-details li::before {
  content: '• ';
  color: #d14d72;
  font-weight: bold;
  margin-right: 8px;
}
.contact-details li {
  margin-bottom: 10px;
}


.booking-options {
  list-style-type: none;
  padding-left: 0;
}

.booking-options li::before {
  content: '• ';
  color: #d14d72;
  font-weight: bold;
  margin-right: 8px;
}
/*.booking-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin: 40px 0;
  text-align: center;
}

.qr-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 150px;
}

.qr-card img {
  width: 130px;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  margin-bottom: 10px;
}

.qr-card h3 {
  font-family: 'Dancing Script', cursive;
  font-size: 1.1rem;
  color: #d14d72;
  margin-top: 5px;
}

*/
.booksy-wrapper {
  text-align: center;
  margin: 40px auto 20px;
}

.booksy-widget {
  display: inline-block;
  max-width: 320px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.pampered-heading {
  text-align: center;
  color: #d14d72;
  font-size: 1.4rem;
  margin: 30px 0 10px;
}

.qr-code-row {
  display: flex;
  justify-content: center;
  gap: 80px; /* increased from 40px */
  flex-wrap: wrap;
  margin: 40px auto;
  text-align: center;
  padding: 20px 0;
}


.qr-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.qr-box img {
  width: 120px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

.qr-box p {
  font-weight: bold;
  color: #d14d72;
  margin: 0;
  font-size: 1rem;
  font-family: 'Lato', sans-serif;
}


/* Footer styling */
footer {
  background-color: #f8c7d1;
	display: block;
  width: 100%;
  padding: 20px 0;
  margin: 0;
  position: relative;
  left: 0;
  right: 0;
  z-index: 10;
}


/* Keeps the content centered inside 

footer {
  background-color: #f8c7d1;
  display: block;
  width: 100%;
  padding: 20px 0;
  margin: 0;
  position: relative;
  left: 0;
  right: 0;
  z-index: 10;
}
.footer-inner {
  max-width: none;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  color: #333;
}


.footer-socials {
  margin-top: 15px;
}

.footer-socials a {
  margin: 0 10px;
  color: #d14d72;
  font-size: 20px;
  transition: color 0.3s ease;
  text-decoration: none;
}

.footer-socials a:hover {
  color: #f2a0af;
}


/* Footer container: flex layout */

/* 1) Base styles (mobile-first): no absolute positioning */
footer {
  display: flex;
  flex-direction: column;    /* stack by default */
  align-items: center;
  background-color: #f8c7d1;
  padding: 20px;
}

.footer__left {
  display: flex;
  flex-direction: column;    /* logo over inner block */
  align-items: center;
}

.footer__logo {
  max-height: 60px;
  margin-bottom: 12px;
}

.footer-inner {
  /* static flow; text and icons centered by default */
  text-align: center;
}

.footer-socials {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 8px;
}

.footer-socials a {
  color: #d14d72;
  transition: color 0.3s ease;
}
.footer-socials a:hover {
  color: #f2a0af;
}


/* 2) Desktop-only: switch to horizontal + absolute-center the inner block */
@media (min-width: 601px) {
  footer {
    flex-direction: row;       /* logo and inner side-by-side */
    align-items: center;
    justify-content: flex-start;
    position: relative;        /* positioning context */
  }

  .footer__left {
    flex-direction: row;       /* logo immediately beside inner block */
    align-items: center;
  }

  .footer__logo {
    margin-bottom: 0;
    margin-right: 20px;        /* space out from centered block */
    position: relative;
    z-index: 1;                /* keep it above the absolute block */
  }

  .footer-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    margin: 0;
  }
}



/* Mobile: stack everything */
@media (max-width: 600px) {
  footer {
    flex-direction: column;
    text-align: center;
  }
  .footer__left {
    flex-direction: column;
  }
  .footer__logo {
    margin: 0 0 12px;
  }
  .footer-inner p {
    margin-bottom: 12px;
  }
}


/* Lightbox Overlay */
.custom-lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

/* Image inside lightbox */
.custom-lightbox img {
  max-width: 90vw;
  max-height: 80vh;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  object-fit: contain;
}
@media screen and (max-width: 600px) {
  .gallery-grid {
    grid-template-columns: 1fr !important; /* Force stacking */
    gap: 16px;
  }

  .gallery-item img {
    width: 100%;
    height: auto;
  }
@media screen and (max-width: 768px) {
  nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #f8c7d1;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
@media screen and (max-width: 768px) {
  header {
    margin-top: 45px; /* space to offset sticky nav */
  }
}

  nav ul {
    flex-wrap: wrap;
	      justify-content: center;
	  
	  nav li {
    margin: 6px 10px;
  }

  nav a {
    font-size: 14px; /* smaller font for better scaling */
    padding: 6px 10px;


  body {
    padding-top: 60px; /* offset to avoid nav covering content */
  }
}


/* ================================ */
/* Polished Gallery Grid Styles */
/* ================================ */

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 24px;
  padding: 40px 0;
}

.gallery-item {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}

.gallery-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}


/* ============================= */
/* Service Modals Styling */
/* ============================= */

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,0.6);
  z-index: 9999;
}

.modal-box {
  background: white;
  padding: 30px;
  border-radius: 16px;
  max-width: 400px;
  text-align: center;
  box-shadow: 0 12px 24px rgba(0,0,0,0.2);
  animation: fadeIn 0.3s ease;
  position: relative;
}

.modal-box h3 {
  margin-top: 0;
  color: #d14d72;
}

.modal-box p {
  margin: 10px 0;
  font-size: 0.95rem;
  color: #444;
}

.modal-box .close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 1.5rem;
  cursor: pointer;
  color: #999;
  transition: color 0.2s ease;
}

.modal-box .close:hover {
  color: #d14d72;
}

@keyframes fadeIn {
  from { transform: translateY(20px); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}
.book-now-button {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background-color: #d14d72;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.book-now-button:hover {
  background-color: #b53a5d;
}
	  /* Three-column layout for Contact */
#contact-section .contact-grid {
  display: grid;
    grid-template-columns: repeat(3, 1fr);
gap: 20px;
  align-items: start;
  padding: 40px 20px;
}
#contact-section .qr-col,
#contact-section .booking-col,
#contact-section .map-col {
  margin: 0;
  padding: 0;
  text-align: center;
}
#contact-section .map-col iframe {
  width: 100%;
  height: auto;
  border: none;
}
@media (max-width: 768px) {
  #contact-section .contact-grid {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }

	  /* mitzi_style.css */
/* … your entire original CSS exactly as you pasted … */

/* ============================= */
/* Added at the very end to layer the background */
/* ============================= */

/* 1. Full-page fixed background on <body> */
body {
  background-image: url('/images/Mitzi-nails-studio.jpg');
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

/* 2. Ensure your content wrapper sits above the bg */
.wrapper {
  position: relative;
  z-index: 1;
}

/* 3. Keep sections as semi‑opaque “cards” */
.section {
  background-color: rgba(255, 255, 255, 0.9);
  /* spacing and other styles are already in your original CSS */
}

/* 4. (Optional) Transparent “cut‑out” rule if you use it */
.section .cutout {
  background-color: transparent;
}

/* 5. 3D scene setup (only if you decide to use translateZ on .background-plane) */
.viewport {
  position: relative;      /* containing block for absolute .background-plane */
  min-height: 100vh;       /* cover full viewport */
  perspective: 1000px;     /* camera distance */
  transform-style: preserve-3d;
}

.background-plane {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: url('/images/Mitzi-nails-studio.jpg') center/cover;
  /* translateZ only works if you later add transform: translateZ(...) here */
  z-index: 0;
}

