/*
Theme Name: Astra Child
Template: astra
Description: Child theme of Astra with responsive navigation and custom styling
Version: 1.0.0
Author: Your Name
Text Domain: astra-child
*/

/* Default 10% spacing between menu items */
.elementor-nav-menu li a.elementor-item {
  margin-left: 5% !important;
  margin-right: 5% !important;
}

/* Smaller font and tighter spacing after 1300px */
@media (max-width: 1555px) {
  .elementor-nav-menu li a.elementor-item {

    margin-left: 2% !important;
    margin-right: 2% !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

/* Even smaller if still wrapping */
@media (max-width: 1070px) {
  .elementor-nav-menu li a.elementor-item {
    font-size: 0.85rem !important;
    margin-left: 1% !important;
    margin-right: 1% !important;
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
  }
}

@media (max-width: 767px) {
    .elementor-nav-menu--dropdown.elementor-nav-menu__container {
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        margin-left: 0 !important;
        transform: translateX(0) !important;
    }
}