.elementor-575 .elementor-element.elementor-element-2a0b6f0{--display:flex;--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-575 .elementor-element.elementor-element-11e3abd{margin:23px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-11e3abd *//* =====================================
   MOBILE FIX ONLY (DESKTOP UNCHANGED)
===================================== */

@media only screen and (max-width:768px){

  .premium-header{
      padding:15px 20px;
  }

  .header-container{
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      gap:15px;
      flex-wrap:wrap;
  }

  .logo img{
      height:55px;
      width:auto;
  }

  .nav-menu{
      display:flex;
      flex-wrap:wrap;
      justify-content:center;
      align-items:center;
      gap:12px;
      width:100%;
      white-space:normal;
  }

  .nav-menu li{
      display:block;
  }

  .nav-menu>li>a{
      font-size:15px;
      padding:6px 0;
  }

  .header-social{
      display:none;
  }

  .dropdown{
      position:relative;
  }

  .dropdown-menu{
      position:static;
      display:none;
      width:100%;
      background:#fff;
      box-shadow:none;
      padding:8px 0;
      margin-top:5px;
  }

  .dropdown:hover .dropdown-menu,
  .dropdown:focus-within .dropdown-menu{
      display:block;
  }

}/* End custom CSS */