/* AAKRITI INTERIORS V23 — final hero and contact refinements */

/* Smaller, quieter greeting so the hero title remains the focal point. */
.dynamic-greeting{
  font-size:10.5px!important;
  line-height:1.55;
  letter-spacing:.165em!important;
  margin-bottom:8px!important;
}

/* Add roughly 8% more darkness while retaining the interior photograph. */
.hero:after{
  background:
    linear-gradient(0deg,#080808 0%,rgba(8,8,8,.82) 38%,rgba(8,8,8,.13) 78%),
    linear-gradient(90deg,rgba(7,7,7,.70),rgba(7,7,7,.08) 72%)!important;
}

/* Consultation CTA now belongs to the hero flow rather than floating over content. */
.hero .actions{
  align-items:center;
}
.hero-consult-row{
  flex-basis:100%;
  display:flex;
  justify-content:flex-start;
  margin-top:-6px;
}
.hero-consultation-trigger{
  position:static!important;
  left:auto!important;
  bottom:auto!important;
  z-index:auto!important;
  min-height:42px;
  padding:10px 18px!important;
  border-radius:999px;
  font-size:11px!important;
  line-height:1;
  box-shadow:0 10px 28px rgba(0,0,0,.28),0 0 24px rgba(183,138,90,.10)!important;
}

/* Crisp official WhatsApp glyph in the existing premium bronze treatment. */
.floating-whatsapp span{
  border:1px solid rgba(183,138,90,.72)!important;
  border-radius:50%!important;
  width:32px!important;
  height:32px!important;
  background:rgba(183,138,90,.08);
}
.floating-whatsapp svg{
  width:22px!important;
  height:22px!important;
  fill:#b78a5a!important;
  stroke:none!important;
}
.floating-whatsapp svg path{
  fill:#b78a5a!important;
  stroke:none!important;
}

@media(max-width:800px){
  .dynamic-greeting{
    font-size:9.25px!important;
    letter-spacing:.145em!important;
    max-width:92%;
  }
  .hero-consult-row{
    justify-content:center;
    margin-top:1px;
  }
  .hero-consultation-trigger{
    min-height:40px;
    padding:9px 16px!important;
    font-size:10px!important;
  }
}
