/* Grid wrapper */
.um-amenities-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem .75rem; /* row gap, column gap */
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Each amenity row */
.um-amenity {
  display: grid;
  grid-template-columns: 21px 1fr;
  align-items: center;
  column-gap: 0.45rem;
}

/* Icon image sizing */
.um-amenity-icon-img {
  width: 21px;
  height: 21px;
  object-fit: contain;
  display: block;
}

/* Label */
.um-amenity-name {
  color: var(--e-global-color-primary);
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;     /* matches your screenshot style */
  line-height: 1.2;
  font-family: "gotham", Sans-serif;
  font-size: 13px;    
}

/* Optional: make it single column on narrow screens */
@media (max-width: 640px) {
  .um-amenities-grid {
    grid-template-columns: 1fr;
    gap: 1rem 1.25rem;
  }
}
dl.um-schools-list dt {
    margin-top: 8px;
}
ul#menu-main-header-1 {
    padding-top: 43px;
}
.elementor-swiper-button.elementor-swiper-button-prev.swiper-button-disabled {
    left: 3rem;
}
.soffset.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button {
    top: calc(50% - 30px / 2);
    background: white;
    width: 65px;
    height: 65px;
    line-height: normal;
    border-radius: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.soffset .swiper-pagination.swiper-pagination-fraction.swiper-pagination-horizontal {
    top: calc(-3.6vw - 3rem);
    text-align: right;
    padding: 0 3rem;
    height: 3.6vw;
    display: flex;
     left: 0;
    width: 100vw;
    bottom: auto;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.soffset .swiper-backface-hidden .swiper-slide:last-child .elementor-heading-title {
    display: none;
}

.menu-open .off-canvas-content {
}
.content-area {
    overflow: hidden;
}
@media(min-width: 2000px){
	.card-image {
    	min-height: 300px;
	}
	.cat-image {
    	min-height: 200px;
	}
	.card-featured {
    	min-height: 600px;
	}
}
.content-main-block {
    max-width: 1500px;
}
.cpatchi {
	cursor: pointer;
}
.swal2-styled.swal2-confirm {
    background-color: #EB5202 !important;
}
select.integration-multiple {
    line-height: 30px;
}
.select2-selection__rendered {
    line-height: 31px !important;
}
.select2-container .select2-selection--single {
    height: 35px !important;
}
.select2-selection__arrow {
    height: 34px !important;
}

/*
.menu-mobile-container {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
}
*/