/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
Author: Your Name
Author URI: https://yourwebsite.com/
Description: Child theme for Hello Elementor
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

.faqSticky {
  position: sticky !important;
  top: 100px !important;
  align-self: flex-start !important;
  height: fit-content !important;
  scroll-margin-top: 100px;
}

#menu-item-513,
#menu-item-512,
#menu-item-511 {
  background-color: #fff;
}
.sub-menu a.hfe-sub-menu-item {
  color: black !important;
}
.sub-menu a.hfe-sub-menu-item:hover {
  color: #e7ad44 !important;
}

/* Amenities Styles */
.amenity-category {
  margin-bottom: 15px;
}

.amenity-category:last-child {
  margin-bottom: 0;
}

.amenity-category ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.available-amenities .amenity-category ul > li {
  background: #f8f9fa;
}

.not-available-amenities .amenity-category ul > li {
  background: #ffebee;
}

.amenity-category li {
  padding: 10px;
  position: relative;
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  padding-left: 30px;
}

/* Галочки для Available */
.available-amenities .amenity-category li:before {
  content: "✓";
  position: absolute;
  left: 10px;
  color: #27ae60;
  font-weight: bold;
  font-size: 16px;
}

/* Крестики для Not Available */
.not-available-amenities .amenity-category li:before {
  content: "✕";
  position: absolute;
  left: 10px;
  color: #e74c3c;
  font-weight: bold;
  font-size: 16px;
}

.not-available-amenities .amenity-category li {
  color: #000;
}

.amenity-category {
  margin-bottom: 0;
}

/* Адаптивность */
@media (max-width: 1200px) {
  .amenity-category ul {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 992px) {
  .amenity-category ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .amenity-category ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .amenity-category ul {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.page-content a {
  text-decoration: none !important;
}
