/* === GLOBAL STYLES === */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Helvetica Neue', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
}


/* === ANNOUNCEMENT BAR === */


.announcement-bar {
  background-color: #000; /* black */
  color: #ffffff; 
  text-align: center;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  position: relative;
  z-index: 9999;
}

.announcement-text {
  margin: 0;
  padding: 0 15px;
}

/*
.announcement-track {
  display: inline-block;
  /*animation: scroll-left 10s linear infinite; 
} */

.announcement-message {
  display: inline-block;
  text-transform: uppercase;
}




/* === NAVIGATION BAR === */
.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 40px;
/*  background-color: black; 
   background-color: #171324; */

    background-color: #2e0e34;
    text-transform: uppercase;
    font-size: 1em;
    font-family: sans-serif;
  color: white;
  position: sticky;
  top: 0;
  z-index: 999;
}

.logo img {
  /*height: 60px;  */
    height: 85px;
    width: 90px;
    margin-bottom: -14px;
}

.nav-menu {
  display: flex;
  gap: 30px;
}

.nav-menu a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-menu a:hover {
 /* color: #ff69b4; */
    color:#bea6d0;
}

.book-button .btn {
  /*background-color: #d4937d; */
  background-color: #cd7e3d;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.book-button .btn:hover {
 /* background-color: #ff69b4; */
    background-color: #bea6d0; 
}

/* Hamburger hidden by default */
.hamburger {
  display: none;
  font-size: 1.8rem;
  cursor: pointer;
  color: #fff;
}

/* Responsive nav bar */
@media (max-width: 768px) {
  .nav-menu {
    display: none;
    flex-direction: column;
    background-color: #2e0e34;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    z-index: 99;
  }

  .nav-menu.active {
    display: flex;
  }

  #hamburger-btn.hamburger {
   display: block; 

  } 
  #hamburger-btn {
    display: block; 
 
   } 
   .hamburger {
    display: block; 
 
   } 
  .book-button {
    display: none;
  }

  .nav-bar {
    justify-content: space-between;
    align-items: center;
    /* display: none; */
  }

}

@media (min-width: 769px) {
  .hamburger {
    display: none;
  }
}

/* === HERO SECTION === */
.hero {
  background: url('../images/philicity-lashes-hero-banner.png') no-repeat center center/cover;
  color: white;
  text-align: center;
  padding: 100px 20px 60px;
        /* color: white; */
  
    height: 90vh;
    position: relative;
    width: 100%;
  /*  background-size: cover;
    background-position: center; */
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.hero-content {
  font-size: 1.8em;
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    padding-bottom: 15px;;
}

.hero-booknow-btn {
  display: inline-block;
  margin-top: 30px;
  padding: 14px 28px;
  background-color: #9c5c90; /* 9c5c90, 2e0e34, #cd7e3d ,brown,#8d4a8d plum */
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 10px;
  text-transform: uppercase;
  transition: background 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.hero-booknow-btn:hover {
  background-color: #2e0e34; /* #bea6d0, #a160a1, lighter plum on hover */
  transform: translateY(-2px);
}


/* responsive */
@media (max-width: 768px) {
  .hero {
    height: auto;
    /*padding: 80px 20px 40px;*/
    background-attachment: scroll; /* Fixes iOS jumpy scroll issue */
  }

  .hero-content {
    font-size: 1.2em;
    padding: 10px;
  }

  .hero-booknow-btn {
    font-size: 0.9rem;
    padding: 10px 20px;
  }
}
/* responsive hero end */

.lash-philicity-banner {
  background: url('../images/philicity-web-banner.png') no-repeat center center/cover;  
  color: white;
  text-align: center;
  padding: 100px 20px 60px;
   /* color: white; */
    height: 100vh;
    position: relative;
    width: 100%;
  /*  background-size: cover;
    background-position: center; */
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
   /*  background-attachment: fixed;*/
}

.lash-philicity-content{
  background: url('../images/philicity-web-banner.png') no-repeat center center/cover;  
 
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  width: 100%;
}


.lashes-philicity-banner {
  background: linear-gradient(to right,  #eadbf6, #bea6d0); /* #bea6d0 -#c8a2c8, #fbe9ed Lavender to blush */
  padding: 60px 20px;
  width: 100%;
 /* height: 100vh; */
  padding-top: 8em;
  gap: 60px;
  
}


.lashes-philicity-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  text-align: center;
}

.lashes-philicity-content h1 {
  font-size: 2em;
  
font-family: sans-serif;
font-style: poppins;
}

.lashes-philicity-content p {
  text-align: left;
}

.philicity-left img {
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  object-fit: cover;
}

.philicity-right {
  flex: 1;
  min-width: 300px;
  color: #2e1e27;
}

.philicity-right h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 600;
}

.philicity-right p {
  font-size: 1.1rem;
  line-height: 1.8;
}


/* Initial state */
.slide-in-right {
  opacity: 0;
  transform: translateX(60px);
  transition: opacity 0.8s ease, transform 1s ease;
}

/* Active when in view */
.slide-in-right.show {
  opacity: 1;
  transform: translateX(0);
}


/* Animation for scroll in */
.fade-up-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-up-on-scroll.show {
  opacity: 1;
  transform: translateY(0);
}


/* Responsive Design */
@media (max-width: 768px) {
  .lashes-philicity-content {
    flex-direction: column;
    text-align: center;
  }

  .philicity-left img {
    max-width: 280px;
  }

  .philicity-right h1 {
    font-size: 2rem;
    color: black
  }
}


/* === services SECTION === */
.lash-services {
  background: url('../images/40.png') no-repeat center center/cover;  
  color: white;
  text-align: center;
 padding: 100px 20px 60px; 
        /* color: white; */
    position: relative;
    width: 100%;
  /*  background-size: cover;
    background-position: center; */
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
   /* height: 100vh; */
    

  
   /*  background-attachment: fixed;*/
 
}

.lash-philicity-content{
  background: url('../images/40.png') no-repeat center center/cover;  
 
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  width: 100%;
}


.book-now-btn {
  display: inline-block;
  margin-top: 30px;
  padding: 14px 28px;
  background-color: #cd7e3d; /* #cd7e3d ,brown,#8d4a8d plum */
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 10px;
  text-transform: uppercase;
  transition: background 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.book-now-btn:hover {
  background-color: #9c5c90; /* #2e0e34,#bea6d0, #a160a1, lighter plum on hover */
  transform: translateY(-2px);
}




/* UPDATED SCROLLABLE CAROUSEL */
.services-carousel {
  display: flex;
  overflow-x: auto;
  gap: 40px;
  padding-bottom: 10px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */


    /* padding: 88px 15px; */
    padding-bottom: 7em;
    padding-left: 70px;
    text-align: center;
    /* height: 100vh; */
    padding-top: 40px;
}


.services-book-now-btn {
  display: inline-block;
  /* margin-top: 40px; */
  padding: 14px 28px;
  background-color: #cd7e3d;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 10px;
  text-transform: uppercase;
  transition: background 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.services-book-now-btn:hover {
  /* background-color: #ff69b4; */
     background-color: #bba3cc;
 }


.services-carousel::-webkit-scrollbar {
  display: none;
}


.service-card {
  flex: 0 0 auto;
  width: 260px;
  scroll-snap-align: start;
}



/* Webkit browsers */
.services-carousel::-webkit-scrollbar {
  height: 8px;
}
.services-carousel::-webkit-scrollbar-track {
  background: transparent;
}
.services-carousel::-webkit-scrollbar-thumb {
  background-color: #fdf9fb;
  border-radius: 10px;
}

/* Mobile: stack vertically */
@media (max-width: 768px) {
  .services-carousel {
    flex-direction: column;
    overflow-x: unset;
    scroll-snap-type: none;
    gap: 30px;
    align-items: center;
  }

  .service-card {
    width: 100%;
    max-width: 320px;
  }
}



.services-section {
  background-color: #2e0e34;
  padding: 80px 20px;
  text-align: center;
  /*height: 100vh; */
}

.services-title {
  color: #fbe9ed;
  font-size: 2.4rem;
  margin-bottom: 50px;
  font-family: 'Playfair Display', serif;
}

.services-grid {
  display: flex;
  justify-content: center;
  gap: 70px;
  flex-wrap: wrap;
}

.service-card {
  width: 260px;
  background-color: transparent;
  text-align: center;
}

.card-image {
  position: relative;
  width: 100%;
  height: 220px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.card-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: rgba(46, 14, 52, 0.65); /* Deep plum overlay */
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay-text {
  color: #fbe9ed;
  font-weight: bold;
  font-size: 1.1rem;
}

.card-description {
  color: #e7d5e9;
  margin-top: 16px;
  font-size: 0.95rem;
  line-height: 1.5;
  text-align: justify;
}

/* Hover effect */
.card-image:hover .card-overlay {
  background: rgba(46, 14, 52, 0.85);
  transition: background 0.3s ease;
}

@media (max-width: 768px) {
  .services-grid {
    flex-direction: column;
    align-items: center;
  }

  .service-card {
    width: 90%;
    max-width: 320px;
  }
}



/* === testimonials SECTION === */
/* new-Auto-scroll styles for testimonial cards */
.testimonial-cards.auto-scroll {
  display: flex;
  gap: 40px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  animation: scrollLeft 35s linear infinite;
}

.testimonial-cards.auto-scroll::-webkit-scrollbar {
  display: none;
}

@keyframes scrollLeft {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


/* end new*/

.testimonial-section {
  /*background-color: #3e1f33; /#8d461d , #c67642 /412621 /#cd7e3d , #edd5e3 -pinkish lavender    /* combo of colors,#2e0e34-deep plum2, deep plum, brown,  
  background-color: #cd7e3d;
  padding: 60px 20px;
  text-align: center; */
  position: relative;
  background-image: url('/images/lash/lash-banner-cropped.png'); /* Replace with your image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*padding: 80px 20px; */
  z-index: 1;

}



.testimonial-overlay {
 /* background-color: rgb(153, 110, 42); /* 205, 126, 61  #cd7e3d brown w/ transparency */
   background-color: rgba(0, 0, 0, 0.205);
  padding: 60px 20px;
  border-radius: 8px;
 /* max-width: 1200px; */
  margin: 0 auto;
  z-index: 2;
  position: relative;
  /*height: 100vh; */
}


.section-title {
  /*font-size: 2.5rem;
  color: #fbe9f1; /* soft blush pink 
  margin-bottom: 40px;
  font-family: 'Playfair Display', serif; */

  color: #fbe9f1;
  font-size: 2.4rem;
  margin-bottom: 40px;
  font-family: 'Playfair Display', serif;
  text-align: center;

}



.testimonial-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 90px;
}

.testimonial-card {
  background-color: #d0bedd; /*  #f5d8e6 very light blush pink */
  border-radius: 16px;
  padding: 25px;
  max-width: 300px;
  box-shadow: 0 5px 20px rgba(98, 13, 122, 0.625);
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  color: #452744;
}

.client-photo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
  border: 3px solid #452744; /* #b47eb3 lavender/plum border */
}

.testimonial-text {
  font-size: 1rem;
  color: #452744; /* deep plum text */
  line-height: 1.5;
  margin-bottom: 15px;
}

.client-name {
  font-weight: bold;
  font-size: 1rem;
  color: #6b3667;
}



.testimonial-scroll-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}
/*
.testimonial-cards.auto-scroll {
  display: flex;
  flex-wrap: nowrap; /* Prevent wrapping 
  gap: 40px;
  animation: scroll-left 40s linear infinite;
  width: max-content;
} */



.testimonial-card {
  flex: 0 0 auto; /* Prevent shrinking */
  width: 300px; /* Optional: Keep cards consistent */
}


.testimonial-cards.auto-scroll:hover {
  animation-play-state: paused;
}

/* Animation */


@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.testimonial-cards.auto-scroll {
  display: flex;
  flex-wrap: nowrap;
  gap: 80px;
  width: max-content;
  animation: scroll-left 50s linear infinite;
}


.lash-testimonials {
  background: url('../images/41.png') no-repeat center center/cover;  
  color: white;
  text-align: center;
  padding: 100px 20px 60px;
        /* color: white; */
  
    height: 100vh;
    position: relative;
    width: 100%;
  /*  background-size: cover;
    background-position: center; */
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

   /*  background-attachment: fixed;*/
 
}

.lash-testimonials-content{
  background: url('../images/41.png') no-repeat center center/cover;  
 
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  width: 100%;
}

/* === testimonials SECTION === */
.lash-booknow {
  background: url('../images/42.png') no-repeat center center/cover;  
  color: white;
  text-align: center;
  padding: 100px 20px 60px;
        /* color: white; */
  
    height: 100vh;
    position: relative;
    width: 100%;
  /*  background-size: cover;
    background-position: center; */
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  
   /*  background-attachment: fixed;*/
 
}

.lash-booknow-content{
  background: url('../images/42.png') no-repeat center center/cover;  
 
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  width: 100%;
}


/* new */
.contact-content-section {
  background-color:  #2e0e34;  /* #3d2b3d; #2e0e34 deep plum */
  color: #f5e9f7; /* light lavender */
  padding: 60px 20px;
  text-align: center;
}

.contact-content-section h2 {
  font-size: 2rem;
  margin-bottom: 30px;
  color: #f5e9f7;
}

.contact-form {
  max-width: 500px;
  margin: 0 auto;
  text-align: left;
}

.contact-form label {
  display: block;
  margin-bottom: 5px;
  color: #f5e9f7;
  font-weight: 600;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 20px;
  border: none;
  border-radius: 8px;
  background-color: #f5e9f7;
  color: #3d2b3d;
  font-size: 1rem;
}

.contact-form button {
  /*background-color: #8d4a8d; /* rich plum */
  background-color: #cd7e3d;
  color: #fff;
  padding: 12px 25px;
  font-size: 1rem;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s ease;

}

.contact-form button:hover {
  background-color: #a160a1; /* lighter plum */
}


/* === expert SECTION === */
.experts-section {
  background: url('../images/experts-section.png') no-repeat center center/cover;
  color: white;
  text-align: center;
  margin-top:30px;
  margin-bottom:30px;
   height: 80vh; 
    position: relative;
    width: 100%;
  /*  background-size: cover;
    background-position: center; */
  /*  background-attachment: fixed; */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    
}


.experts-section-content {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
}


.experts-section-content h2 {
  font-size: 1.5rem;
    line-height: inherit;
  margin-bottom: 10px;
    padding-bottom: 20px;
    font-size: 1.5rem;
    line-height: inherit;
 
    font-family: fantasy;
    font-weight: 800;

}



.experts-section-content h1 {
  font-size: 2.5rem;
    line-height: inherit;
  margin-bottom: 10px;
    padding-bottom: 20px;
    padding-bottom: 20px;
    font-size: 1.5rem;
    line-height: inherit;
    font-family: fantasy;
    font-weight: 800;
    
        
    font-weight: 800;
    text-decoration-style: solid;
    /* border: 1px black; */
    background-color: white;
    padding: 15px;
    color: #645770;
    margin-bottom: 52px;


}
.experts-section-content p {
  font-size: 1.2rem;
  font-weight: 500;
}


.experts-section-book-button {
    margin-top: 250px;
}


.experts-section-book-button .btn {
  /*background-color: #d4937d; */
  background-color: #bea6d0; 
  color: white;
  padding:20px;
    padding-left: 50px;
    padding-right: 50px;
  
  border: none;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
    text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.experts-section-book-button .btn:hover {
 /* background-color: #ff69b4; */
    background-color: #cd7e3d;
}

.services-accordion {
  max-width: 1000px;
  margin: 80px auto;
  padding: 0 20px;
  font-family: 'Helvetica Neue', sans-serif;
  color: #171324;
}

.accordion-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.accordion-heading h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #3f3750;
}

.view-services-btn {
  background-color: #645770;
  color: white;
  text-decoration: none;
  padding: 14px 28px;
  font-weight: 500;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.view-services-btn:hover {
  background-color: #bea6d0;
}

.accordion-item {
  border-top: 1px solid #645770;
  padding: 20px 0;
}

.accordion-toggle {
  width: 100%;
  background: none;
  border: none;
  font-size: 1.25rem;
  font-weight: 700;
  color: #3f3750;
  text-align: left;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.accordion-toggle::after {
  content: '+';
  position: absolute;
  right: 0;
  font-size: 1.5rem;
  line-height: 1;
  color: #3f3750;
  transition: transform 0.3s ease;
}

.accordion-item.active .accordion-toggle::after {
  content: '–';
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  color: #3f3750;
  font-size: 1rem;
  margin-top: 10px;
}

.accordion-item.active .accordion-content {
  max-height: 200px; /* adjust for longer text */
}

/* === services CONTENT SECTION === */
.content-section {
  padding: 60px 20px;
  /*max-width: 900px; 
  background-color: #171324;*/
  max-width: 1164px;
  margin: auto;
  text-align: center;
    color:white;
    
    background-color: #cd7e3d;
}

.content-section h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.content-section ul {
  list-style: none;
  padding-left: 0;
  text-align: left;
}

.content-section ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.content-section ul li::before {
  content: '\2022';
  color: #d4937d;
  font-weight: bold;
  position: absolute;
  left: 0;
} /*check above section */


/* === after care SECTION === */
.aftercare-section {
 /* background-image: url('/images/lash/lash-banner-cropped.png'); */
  background: url('../images/lash/boutique-philiciy.png') no-repeat center center/cover;
  color: white;
  text-align: center;
 /* margin-top:30px; 
  margin-bottom:30px;*/
   height: 90vh; 
    position: relative;
    width: 100%;
    padding: 50px;
  /*  background-size: cover;
    background-position: center; */
    background-attachment: fixed; 
    display: flex;
    justify-content:center;
       /* align-items: center; */
    overflow: hidden;
    
}


.aftercare-content-section {
    position: relative;
    z-index: 1;
    color: white;
    /*  text-align: center; */
}


.aftercare-content-section h2 {

    line-height: inherit;
    margin-bottom: 10px;
   /* padding-bottom: 30px; */
   padding-top: 20px;
    font-size: 2em;
    line-height: inherit;
 
    font-family: fantasy;
    font-weight: 600;

    
      text-align: center;
    
      padding-bottom: 20px;
  
}

.aftercare-content-section li {
  font-size: 18px;
  font-weight: 400px;
  line-height: 40px;
  text-align: left;
}

.aftercare-content-section ul{
padding-left: 40px;
padding-right: 20px;
padding-bottom: 20px;

}


.aftercare-section-book-button {
    margin-top: 50px;
    align-items: center;
    text-align: center;
}


.aftercare-section-book-button .btn {
  /*background-color: #d4937d; */
  background-color: #bea6d0; 
  color: white;
  padding:20px;
    padding-left: 50px;
    padding-right: 50px;
  
  border: none;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
    text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.aftercare-book-now-btn {
  display: inline-block;
  /*margin-top: 40px; */
  padding: 14px 28px;
  background-color: #cd7e3d; /* #cd7e3d ,brown,#8d4a8d plum */
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 10px;
  text-transform: uppercase;
  transition: background 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.aftercare-overlay {
  /* background-color: rgb(153, 110, 42); /* 205, 126, 61  #cd7e3d brown w/ transparency */
    background-color: rgba(0, 0, 0, 0.6);
   padding: 40px 20px;
   border-radius: 8px;
  /* max-width: 1200px; */
   margin: 0 auto;
   z-index: 2;
   position: relative;
   /*height: 100vh; */
 }

.aftercare-book-now-btn:hover {
 /* background-color: #ff69b4; */
    background-color: #bba3cc;
}


@media (max-width: 768px) {
  .aftercare-section {
    height: auto;
    padding: 30px 15px;
    background-attachment: scroll;
  }

  .aftercare-overlay {
    padding: 20px 10px;
    border-radius: 6px;
  }

  .aftercare-content-section h2 {
    font-size: 1.4em;
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .aftercare-content-section li {
    font-size: 14px;
    line-height: 28px;
  }

  .aftercare-content-section ul {
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 15px;
  }

  .aftercare-book-now-btn {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
}



/* === CONTACT SECTION === */
#contact p {
  margin: 5px 0;
}

/* === BOOKING FORM === */
#booking-form {
  background: #f9f9f9;
  padding: 40px 20px;
  margin: 40px auto;
  max-width: 600px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

#booking-form input,
#booking-form textarea,
#booking-form button {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 6px;
}

#booking-form button {
  background-color: #d4937d;
  color: white;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#booking-form button:hover {
  background-color: #ff69b4;
}




/* === footer === */

.social-icons img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: brightness(0) invert(1); /* Optional: make white on dark bg */
  transition: opacity 0.3s ease;
}

.social-icons img:hover {
  opacity: 0.8;
}
/*
.social-icons img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
  transition: opacity 0.3s ease;
}

.social-icons img:hover {
  opacity: 0.8;
}*/

.site-footer {
  /*background-color: #4B2E4A; 
  background-color:#2e0e34; */
  background-color:#140217;
  color: #FADADD;
  padding: 40px 20px;
  font-family: sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 30px;
}

.footer-column {
  flex: 1;
  min-width: 200px;
}

.brand {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-column h3 {
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.footer-column p,
.footer-column a {
  font-size: 14px;
  color: #FADADD;
  text-decoration: none;
}

.footer-column a:hover {
  text-decoration: underline;
}

.footer-links {
  margin-top: 10px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.social-icons {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.legal-section {
  color: black;
  padding: 4rem 2rem;
  background: linear-gradient(135deg, #fbe9f1, #d0bedd, #be9874);
  /* background: linear-gradient(135deg, #fbe9f1, #d0bedd, #be9874); */
  background-size: 200% 200%;
  animation: gradientShift 15s ease infinite;
  padding: 60px 20px;
}

.lash-policies-intro {

  font-family: sans-serif;
  font-style: italic;
  font-weight: 800;
  text-align: center;
  font-size: 20px;
}

.lash-policies-container h1{
text-align: center;
font-size: 2em;
}


.lash-policies-container h2{
  text-align: left;
  font-size: 1.5em;
  
  
  }

.legal-section-wrapper {
 /* background: linear-gradient(135deg, #fbe9f1, #d0bedd, #be9874);
   background: linear-gradient(135deg, #fbe9f1, #d0bedd, #be9874); */
  background: #592382;
  background-size: 200% 200%;
  animation: gradientShift 15s ease infinite;
  padding: 60px 20px;
}

.legal-section a {
  color: #134be9;
  text-decoration: underline;
}


.legal-section h1, .legal-section h2 {
  color: #f8d4e0;
}

.legal-section h1  {
  
  color: #2e0e34;
  /*    background: #bea6d0; ? */
  font-size: 2.5em;
  text-align: center;
  padding: 20px;
}

.legal-section h2  {
  
  color: #2e0e34;
  /*    background: #bea6d0; ? */
  font-size: 1.5em;
  text-align: left;
  padding: 20px;
}
