.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-13b1a3f3:#4054B2;--e-global-color-536f9a95:#23A455;--e-global-color-6e9ecacd:#000;--e-global-color-203b56ba:#FFF;--e-global-color-f03ab17:#052941;--e-global-color-eeb28e1:#F80B0B;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* MOBILE: header – logo left, burger right, neat logo sizing */
@media (max-width: 767px) {

    /* Header row */
    #swl-header > .elementor-container {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
    }

    /* Don’t let columns stretch full width */
    #swl-header .elementor-column {
        width: auto !important;
        flex: 0 0 auto !important;
    }

    /* Logo block */
    #swl-header .elementor-widget-image {
        display: flex !important;
        align-items: center !important;
    }

    #swl-header .elementor-widget-image img {
        width: auto !important;
        height: auto !important;
        max-height: 90px !important;   /* tweak to taste */
        object-fit: contain !important;
    }

    /* Burger icon aligned to the right */
    #swl-header .elementor-menu-toggle {
        display: block !important;
        margin-left: auto !important;
    }

    /* Tighten header padding if you like */
    #swl-header {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }
}




/* MOBILE: make sure the dropdown menu actually appears */
@media (max-width: 767px) {

  /* When the nav widget is active, show its dropdown */
  #swl-header .elementor-nav-menu--dropdown.elementor-active 
  .elementor-nav-menu__container {
      display: block !important;
      position: absolute !important;
      top: 100% !important;
      left: 0 !important;
      width: 100vw !important;
      z-index: 9999 !important;
      background: #ffffff !important;   /* menu background colour */
      text-align: left !important;      /* change to center if you prefer */
  }

  /* Make sure its column can act as a positioning parent */
  #swl-header .elementor-nav-menu--dropdown {
      position: relative !important;
      z-index: 9999 !important;
  }
}/* End custom CSS */