@media screen and (min-width: 1024px) {
  #event-carousel .elementor-swiper-button-prev {
    left: calc((100vw - 1140px) / 2);
  }
  #event-carousel .elementor-swiper-button-next {
    right: calc((100vw - 1140px) / 2);
  }
}

@media screen and (max-width: 1366px) {
  body {
    overflow-x: hidden;
  }
  .h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1280px) {
  .h3 {
    font-size: 24px;
  }
}
/*@media screen and (min-width: 768px){
  .menu-footer .elementor-nav-menu  > li{
    width: 50%;
    float: left;
}
}*/
@media screen and (max-width: 767px) {
  .h3 {
    font-size: 20px;
  }
	.elementor-location-header .svg-logo svg {
		max-width: 110px;
		height: auto;
	}	
  .single-product table:not(.eael-data-table) {
    overflow: auto;
  }
    .custom-upload-button {
        padding: 10px 20px;
        font-size: 14px;
        display: inline;
    }
    .custom-upload-wrapper {
        display: block;
        width: 100%;
    }
    .career-wrap {
        flex-direction: column;
    }
    .career-right {
        margin-top: 16px;
    }
    .career-wrap .more {
        display: inline-flex;
    }
    .filter-columns {
        flex-wrap: wrap;
        gap: 10px;
    }
    .filter-columns .filter-column {
        width: calc(50% - 5px);
    }
}
