.elementor-12 .elementor-element.elementor-element-52ffd0a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS *//* HOMEPAGE CSS — Anushree Shewale Makeup */

/* --- Containers --- */
.asm-w { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.asm-n { max-width: 800px; margin: 0 auto; padding: 0 24px; }
.asm-center { text-align: center; }

/* --- Sections --- */
.asm-home-sec { padding: 56px 0; border-bottom: 1px solid #f0ece8; }
.asm-home-sec:last-of-type { border-bottom: none; }
.asm-home-sec h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(24px, 3.5vw, 30px);
  font-weight: 500;
  color: #2d2d2d;
  margin: 0 0 20px;
}

/* --- Hero --- */
.asm-home-hero { padding: 40px 0 0; }
.asm-home-hero h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(30px, 4.5vw, 46px);
  font-weight: 500;
  line-height: 1.15;
  color: #2d2d2d;
  margin: 0 0 20px;
  letter-spacing: -0.02em;
}
.asm-home-hero-sub {
  font-size: 17px;
  line-height: 1.75;
  color: #6b6b6b;
  margin: 0 0 28px;
  max-width: 560px;
}
.asm-home-hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 24px; }
.asm-home-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 13px;
  color: #8a8a8a;
  padding-top: 16px;
  border-top: 1px solid #f0ece8;
}
.asm-home-hero-meta span:first-child { color: #d4a5b0; font-weight: 500; }
.asm-home-hero-meta a { color: inherit; text-decoration: none; }
.asm-home-hero-img {
  border-radius: 14px;
  overflow: hidden;
  background: #f0ece8;
  aspect-ratio: 3/4;
  max-height: 500px;
}
.asm-home-hero-img img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }

/* SEO intro */
.asm-home-intro {
  font-size: 16px;
  line-height: 1.75;
  color: #6b6b6b;
  margin: 0;
  padding: 40px 0;
  border-bottom: 1px solid #f0ece8;
}

/* --- Service cards --- */
.asm-home-services { display: grid; gap: 16px; }
.asm-svc {
  display: flex;
  flex-direction: column;
  padding: 28px 24px;
  background: #fff;
  border: 1px solid #f0ece8;
  border-radius: 12px;
  text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.asm-svc h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 19px;
  font-weight: 500;
  color: #2d2d2d;
  margin: 0 0 8px;
}
.asm-svc p { font-size: 14px; line-height: 1.65; color: #6b6b6b; margin: 0 0 14px; flex-grow: 1; }
.asm-svc-price { font-size: 14px; font-weight: 500; color: #b88993; }
.asm-arrow { font-size: 13px; color: #8a8a8a; margin-top: 10px; transition: color 0.2s; }

/* --- Inclusions --- */
.asm-incl-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 600px;
}
.asm-incl-grid span {
  padding: 12px 16px;
  background: #f6f3f6;
  border-radius: 8px;
  font-size: 14px;
  color: #2d2d2d;
}
.asm-products { font-size: 13px; color: #8a8a8a; margin-top: 20px; line-height: 1.6; }
.asm-products strong { color: #6b6b6b; }

/* --- Portfolio --- */
.asm-port { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.asm-port-item {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 3/4;
  background: #f0ece8;
}
.asm-port-item img { width: 100%; height: 100%; object-fit: cover; }

/* --- About --- */
.asm-about { display: grid; gap: 32px; }
.asm-about-img {
  border-radius: 12px;
  overflow: hidden;
  background: #f0ece8;
  aspect-ratio: 3/4;
  max-width: 300px;
}
.asm-about-img img { width: 100%; height: 100%; object-fit: cover; }
.asm-about-text p { font-size: 16px; line-height: 1.75; color: #6b6b6b; margin: 0 0 14px; }

/* --- Reviews --- */
.asm-reviews { display: grid; gap: 16px; }
.asm-review {
  background: #fff;
  border: 1px solid #f0ece8;
  border-radius: 12px;
  padding: 24px;
}
.asm-stars { color: #d4a5b0; font-size: 14px; letter-spacing: 2px; margin-bottom: 12px; }
.asm-review p { font-size: 14px; line-height: 1.7; color: #6b6b6b; margin: 0 0 14px; font-style: italic; }
.asm-review strong { font-size: 13px; color: #2d2d2d; display: block; }
.asm-review > span { font-size: 12px; color: #b88993; }

/* --- Map --- */
.asm-map {
  margin-top: 24px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #f0ece8;
}
.asm-map iframe { display: block; }

/* === DESKTOP (min 768) === */
@media (min-width: 768px) {
  .asm-home-hero { padding: 48px 0 0; }
  .asm-home-hero .asm-w {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 48px;
    align-items: center;
  }
  .asm-home-sec { padding: 64px 0; }
  .asm-home-services { grid-template-columns: repeat(2, 1fr); }
  .asm-port { grid-template-columns: repeat(4, 1fr); gap: 12px; }
  .asm-about {
    grid-template-columns: 300px 1fr;
    gap: 48px;
    align-items: start;
  }
  .asm-reviews { grid-template-columns: repeat(3, 1fr); gap: 20px; }

  /* Hover — desktop only */
  .asm-svc:hover { border-color: #e8cdd4; box-shadow: 0 6px 24px rgba(212,165,176,0.12); }
  .asm-svc:hover .asm-arrow { color: #d4a5b0; }
  .asm-port-item img { transition: transform 0.4s ease; }
  .asm-port-item:hover img { transform: scale(1.04); }
  .asm-review:hover { border-color: #e8cdd4; }
}

/* === WIDE DESKTOP (min 1024) === */
@media (min-width: 1024px) {
  .asm-home-hero .asm-w { grid-template-columns: 1fr 420px; }
  .asm-home-services { grid-template-columns: repeat(3, 1fr); }
  .asm-about { grid-template-columns: 340px 1fr; }
}

/* === SMALL PHONE (max 400) === */
@media (max-width: 400px) {
  .asm-w, .asm-n { padding: 0 16px; }
  .asm-home-hero h1 { font-size: 26px; }
  .asm-incl-grid { grid-template-columns: 1fr; }
  .asm-home-hero-ctas { flex-direction: column; }
  .asm-home-hero-ctas .asm-btn { width: 100%; justify-content: center; }
  .asm-home-hero-meta { flex-direction: column; gap: 6px; }
}

/* --- Fade reveal --- */
.asm-reveal { opacity: 0; transform: translateY(20px); }
.asm-reveal.is-visible { opacity: 1; transform: none; transition: opacity 0.45s ease, transform 0.45s ease; }/* End custom CSS */