#fw-section-image-with-text-dfdaf4df-e63e-4370-bbe1-9e8dff3453b2 {

/* Container for all stylist profiles */
.stylist-directory {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  padding: 20px;
  background-color: #fff0f6; /* soft pink background */
}

/* Individual stylist card */
.stylist-card {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 15px;
}

.stylist-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* Profile Image */
.stylist-card img.profile-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #e91e63; /* hot pink border */
  margin-top: 15px;
}

/* Name and Specialty */
.stylist-card .stylist-name {
  font-size: 18px;
  font-weight: bold;
  color: #e91e63; /* hot pink */
  margin: 10px 0 5px 0;
}

.stylist-card .stylist-specialty {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}

/* Bio */
.stylist-card .stylist-bio {
  font-size: 13px;
  color: #333;
  padding: 0 10px;
  margin-bottom: 10px;
}

/* Gallery Container */
.stylist-card .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  padding: 0 10px 10px 10px;
  width: 100%;
}

/* Gallery Images */
.stylist-card .gallery img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.stylist-card .gallery img:hover {
  transform: scale(1.05);
}

/* Book Now Button */
.stylist-card .book-btn {
  background-color: #e91e63; /* hot pink */
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 8px 15px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.stylist-card .book-btn:hover {
  background-color: #d81b60;
}

/* Responsive adjustments */
@media (max-width: 500px) {
  .stylist-card .stylist-name {
    font-size: 16px;
  }
  .stylist-card .stylist-specialty {
    font-size: 13px;
  }
  .stylist-card .stylist-bio {
    font-size: 12px;
  }
  .stylist-card .gallery img {
    height: 60px;
  }
}

}


#fw-section-image-with-text-d6847b4f-b927-4b02-98fd-c072227c9f10 {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #ffffff;
--color-background-rgb: 255, 255, 255;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #000000;
--color-on-background-rgb: 0, 0, 0;
--color-product-image-background: #000000;
--color-background-brightness: 255;
background-color: var(--color-background);
color: var(--color-on-background);

}
#fw-section-image-with-text-1942b6bc-f205-4215-abaa-2b4e5139e797 {

/* Container for all stylist profiles */
.stylist-directory {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  padding: 20px;
  background-color: #fff0f6; /* soft pink background */
}

/* Individual stylist card */
.stylist-card {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 15px;
}

.stylist-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* Profile Image */
.stylist-card img.profile-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #e91e63; /* hot pink border */
  margin-top: 15px;
}

/* Name and Specialty */
.stylist-card .stylist-name {
  font-size: 18px;
  font-weight: bold;
  color: #e91e63; /* hot pink */
  margin: 10px 0 5px 0;
}

.stylist-card .stylist-specialty {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}

/* Bio */
.stylist-card .stylist-bio {
  font-size: 13px;
  color: #333;
  padding: 0 10px;
  margin-bottom: 10px;
}

/* Gallery Container */
.stylist-card .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  padding: 0 10px 10px 10px;
  width: 100%;
}

/* Gallery Images */
.stylist-card .gallery img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.stylist-card .gallery img:hover {
  transform: scale(1.05);
}

/* Book Now Button */
.stylist-card .book-btn {
  background-color: #e91e63; /* hot pink */
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 8px 15px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.stylist-card .book-btn:hover {
  background-color: #d81b60;
}

/* Responsive adjustments */
@media (max-width: 500px) {
  .stylist-card .stylist-name {
    font-size: 16px;
  }
  .stylist-card .stylist-specialty {
    font-size: 13px;
  }
  .stylist-card .stylist-bio {
    font-size: 12px;
  }
  .stylist-card .gallery img {
    height: 60px;
  }
}

}