✨ **Welcome to MoniDidIt!**  
Luxury installs, quick weaves & flawless finishes 💅🏽  

💳 **Deposit Required:** $20 via $montirc  
⏰ **Grace Period:** 10 mins  
❌ **Cancellations:** 24 hr notice required  

/* Add subtle background */
body {
  background-color: #faf7f4 !important; /* soft nude tone */
}

/* Style the header */
.header h1 {
  color: #3d2b1f !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}


/* Make text darker and more elegant */
body {
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
  font-size: 16px !important;
  color: #2b2b2b !important;
  line-height: 1.7 !important;
}

/* Make headings stand out */
h1, h2, h3 {
  font-family: "Playfair Display", "Georgia", serif !important;
  font-weight: 600 !important;
  color: #4a2e1f !important; /* warm brown tone */
  letter-spacing: 0.5px !important;
}
/* ---- Make service photos larger and full-width ---- */
.sb-service-list__item img {
  width: 100% !important;
  height: 450px !important; /* taller, gives IG-feed feel */
  object-fit: cover !important;
  border-radius: 10px !important;
  margin-bottom: 15px !important;
}

/* ---- Add spacing and keep background luxury black ---- */
.sb-service-list__item {
  background-color: #000000 !important;
  padding: 18px !important;
  margin-bottom: 35px !important;
  border: 1px solid #1a1a1a !important;
  border-radius: 10px !important;
}

/* ---- Service title style ---- */
.sb-service-list__item h3 {
  color: #C5A253 !important; /* metallic gold */
  font-size: 22px !important;
  font-weight: 700 !important;
  text-transform: capitalize !important;
  margin-bottom: 8px !important;
}

/* ---- Description text ---- */
.sb-service-list__item p {
  color: #EAEAEA !important; /* soft white */
  font-size: 16px !important;
  line-height: 1.6 !important;
}

/* ---- Price styling ---- */
.sb-service-list__item .sb-service__price {
  color: #C5A253 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  margin-top: 10px !important;
}

/* ---- "Select" button ---- */
.sb-service-list__item .sb__btn {
  background-color: #B99745 !important;
  color: #000 !important;
  border: none !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  border-radius: 5px !important;
  padding: 10px 20px !important;
  margin-top: 10px !important;
}

/* ---- Hover effect for luxury feel ---- */
.sb-service-list__item .sb__btn:hover {
  background-color: #c7a84a !important;
  transform: scale(1.03) !important;
  transition: 0.3s ease-in-out !important;
}