/* Force Elementskit Nav Menu Vertical */
.elementskit-menu-container ul {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start; /* left-align items */
}

.elementskit-menu-container ul li {
    margin: 12px 0; /* space between links */
    display: block;
}

/* === Global Heading Overrides for Esio + Elementor === */

/* H1 */
h1, 
h1.elementor-heading-title, 
.elementor-widget-heading h1.elementor-heading-title, 
.page-title, .entry-title, .post-title {
  font-family: 'Be Vietnam Pro', sans-serif !important;
  font-size: 60px !important;   /* Desktop */
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-transform: capitalize !important; /* Capitalized */
}
@media (max-width: 1024px) {
  h1, h1.elementor-heading-title, 
  .elementor-widget-heading h1.elementor-heading-title, 
  .page-title, .entry-title, .post-title {
    font-size: 50px !important; /* Tablet */
  }
}
@media (max-width: 767px) {
  h1, h1.elementor-heading-title, 
  .elementor-widget-heading h1.elementor-heading-title, 
  .page-title, .entry-title, .post-title {
    font-size: 40px !important; /* Mobile */
  }
}

/* H2 */
h2, 
h2.elementor-heading-title, 
.elementor-widget-heading h2.elementor-heading-title, 
h2.heading-bottom, .widget-title {
  font-family: 'Be Vietnam Pro', sans-serif !important;
  font-size: 40px !important;   /* Desktop */
  font-weight: 700 !important;
  line-height: 1.3 !important;
  text-transform: capitalize !important; /* Capitalized */
}
@media (max-width: 1024px) {
  h2, h2.elementor-heading-title, .elementor-widget-heading h2.elementor-heading-title {
    font-size: 35px !important; /* Tablet */
  }
}
@media (max-width: 767px) {
  h2, h2.elementor-heading-title, .elementor-widget-heading h2.elementor-heading-title {
    font-size: 32px !important; /* Mobile */
  }
}

/* H3 */
h3, 
h3.elementor-heading-title, 
.elementor-widget-heading h3.elementor-heading-title {
  font-family: 'Be Vietnam Pro', sans-serif !important;
  font-size: 20px !important;   /* All devices */
  font-weight: 700 !important;
  line-height: 1.3 !important;
  text-transform: capitalize !important; /* Capitalized */
}

/* H4 */
h4, 
h4.elementor-heading-title, 
.elementor-widget-heading h4.elementor-heading-title {
  font-family: 'Be Vietnam Pro', sans-serif !important;
  font-size: 16px !important;   /* All devices */
  font-weight: 700 !important;
  line-height: 1.4 !important;
  text-transform: uppercase !important; /* Uppercase */
  letter-spacing: 0.03em !important;
}
