h1{
    font-family: 'Playfair Display', serif;
    font-weight: 20px;
    color: white;
}

body {
    background: linear-gradient(to left , #25255f, #a97fbf, pink
    );
    position: relative;
    
  }
  .carousel-inner {
    border-radius: 25px;
    
  }
  
  .carousel-item img {
   border-radius: 40px;
   
    
  }
  
  /* Logo customization */
  .image-logo {
    background-color: transparent !important;
    border: 3px solid #E8BDFF;
    padding: 3px;
  }
  .phone-mockup{
    background: linear-gradient(to left , #25255f, #a97fbf, pink
    );
    border-radius: 40px;
    width: 30xc;
    height: 600px;
  }
  /* Staff Cards */
.staff-card {
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 15px !important;
  overflow: hidden;
}

.staff-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2) !important;
}

.staff-card .card-img-top {
  height: 250px;
  object-fit: cover;
  border-radius: 15px 15px 0 0 !important;
}

.staff-card .card-body {
  background: linear-gradient(to bottom, rgba(169, 127, 191, 0.3), rgba(232, 189, 255, 0.2));
}

.staff-card .btn {
  transition: all 0.2s ease;
}

.staff-card .btn-outline-primary {
  border-color: #E8BDFF;
  color: #E8BDFF;
}

.staff-card .btn-outline-primary:hover {
  background-color: #E8BDFF;
  color: #25255f;
}
.footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.footer-left h4 {
  margin-bottom: 10px;
  font-weight: 600;
}

.footer-left p,
.footer-right p {
  margin: 5px 0;
}

.footer a {
  color: white;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.social-icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 8px;
  border-radius: 5px;
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  opacity: 0.9;
}

@media (max-width: 768px) {
  .phone-mockup-container {
    margin-top: 30px;
  }
}
.search-container {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

#serviceSearch {
  width: 100%;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #ddd;
  font-family: 'Poppins', sans-serif;
  font-size: 0.95em;
}

/* Search results styling */
#searchResults {
  border: 1px solid #e0e0e0;
  background: white;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.search-result-item {
  padding: 4px 10px;
  transition: background 0.2s;
  width: 20px;
}

.search-result-item:hover {
  background-color: #f8f8f8;
}

.search-result-item strong {
  font-size: 0.95em;
  color: #25255f;
}

.search-result-item div {
  font-size: 0.8em;
  margin-top: 3px;
}

.search-result-item div:first-of-type {
  color: #666;
}

.search-result-item div:last-of-type {
  color: #25255f;
  font-weight: 500;
}


.search-container {
  margin-top: 20px;
  text-align: center;
}

#serviceSearch {
  padding: 10px 15px;
  width: 80%;
  max-width: 400px;
  font-size: 1rem;
  border-radius: 25px;
  border: 1px solid #ccc;
}




  /* Add to your CSS file or style tag */
/* In your makeup.css file or style tag */

/* For the logo specifically */

/* For all images in the carousel */

  
/*body {
    margin: 0;
    min-height: 100vh;
    background: linear-gradient(to bottom right,  #020024,#222273,#E8BDFF,
    );
    position: relative;
    overflow: hidden;
  }
  
  /*body::before {
    content: "";
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    height: 40%;
    background: inherit;
    filter: blur(20px);
    opacity: 0.7;
  }
   