.elementor-2578 .elementor-element.elementor-element-be05364{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f08c887 *//* ===============================
   MOBILE HEADER SIZE OPTIMIZATION
   =============================== */

@media(max-width:900px){

  /* HEADER INNER SMALL */
  .header-inner{
    padding:10px 16px;   /* 🔽 reduced from 16px 24px */
  }

  /* LOGO SMALLER */
  .logo img{
    height:36px;   /* 🔽 reduced from 52px */
  }

  /* BURGER SMALLER */
  .burger span{
    width:22px;
    height:2px;
  }

  /* MENU PANEL POSITION FIX */
  .nav{
    top:60px;   /* match new header height */
    height:calc(100vh - 60px);
  }

  /* MENU LINKS LESS BIG */
  .nav li a{
    font-size:15px;   /* 🔽 reduced from 17px */
    padding:12px 6px;
  }

  /* DROPDOWN COMPACT */
  .dropdown{
    margin-top:6px;
    border-radius:8px;
  }

}/* End custom CSS */