/* ============================================================
   Dizitude — Home page
   The hero banner (hero-page-banner.png) is a composed image with
   the round/curved shape + people baked in and transparent margins.
   Show it in FULL at its natural aspect (no stretch, no crop) so the
   round shape is complete and the people sit clear of the menu.
   ============================================================ */
body.home .elementor-element-c67bff3 .elementor-image img,
body.home .elementor-element-c67bff3 img{
  width:auto !important;
  height:auto !important;
  max-height:700px !important;
  max-width:100% !important;
  object-fit:contain !important;
}
/* soft light hero backdrop so the transparent nav rests on light (not a white
   strip, not the person's head), and drop the banner so people clear the menu */
body.home .elementor-element-3887a3e{
  background:
    radial-gradient(55% 70% at 12% 0%, #edeffb 0%, transparent 60%),
    radial-gradient(45% 62% at 100% 8%, #fdeede 0%, transparent 60%),
    linear-gradient(180deg,#f6f5fd 0%,#ffffff 55%) !important;
}
body.home .elementor-element-c67bff3{ top:72px !important; }

@media (max-width:1024px){
  body.home .elementor-element-c67bff3 .elementor-image img,
  body.home .elementor-element-c67bff3 img{ max-height:460px !important; }
  body.home .elementor-element-c67bff3{ top:40px !important; }
}
@media (max-width:767px){
  body.home .elementor-element-c67bff3 .elementor-image img,
  body.home .elementor-element-c67bff3 img{ max-height:340px !important; }
}
