/* Extracted Custom Styles from index.html */

/* --- Amenities Slider --- */

.amenities-slider-wrapper {
  position: relative;
  width: 100%;
  padding: 20px 0;
}

.amenities-slider-container {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.amenities-slider-container::-webkit-scrollbar {
  display: none;
}

.amenities-slider-track {
  display: flex;
  align-items: stretch;
}

.auto-scroll-item-amenities {
  width: 300px;
  margin-right: 40px;
  flex-shrink: 0;
  scroll-snap-align: start;
}

@media (max-width: 768px) {
  .auto-scroll-item-amenities {
    width: 250px;
    margin-right: 20px;
  }
}

.amenities-slider-nav {
  position: absolute;
  top: 50%;
  left: -20px;
  right: -20px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
}

.amenities-slider-btn {
  pointer-events: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--theme-color-text_dark);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.amenities-slider-btn:hover {
  background-color: var(--theme-color-text_link);
}

.amenities-slider-btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}



/* --- Creative Footer Styles --- */
.footer_wrap {
  position: relative;
  overflow: hidden;
}

.footer_wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(211, 149, 131, 0.8), transparent);
}

.footer_wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 100px;
  background: radial-gradient(ellipse at top, rgba(211, 149, 131, 0.15), transparent 70%);
  pointer-events: none;
} 
 
.trx-addons-advanced-title {
  margin: 0;
}

.footer_wrap .elementor-icon-list-item a {
  position: relative;
  transition: all 0.3s ease;
  display: inline-flex;
  font-size: 1.5rem;
  font-weight: 500;
  gap: 5px;
}

.footer_wrap .elementor-icon-list-item:not(.social-media) a:hover {
  color: #bf6312 !important;
  transform: translateX(5px);
}

.footer_wrap .elementor-icon-list-icon {
  transition: all 0.3s ease;
}

.footer_wrap .elementor-icon-list-item:not(.social-media) a:hover .elementor-icon-list-icon i {
  color: #bf6312 !important;
}

.footer_wrap .elementor-icon-list-item.social-media {
  display: flex;
  gap: 15px;
  margin: 0 0 15px;
  justify-content: end;
}

.footer_wrap .elementor-icon-list-item.social-media a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.footer_wrap .elementor-icon-list-item.social-media a:hover {
  background: #BF6312;
  border-color: #BF6312;
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(211, 149, 131, 0.4);
}

.footer_wrap .elementor-icon-list-item.social-media a .elementor-icon-list-text {
  display: none;
}

.footer_wrap .elementor-icon-list-item.social-media a .elementor-icon-list-icon {
  margin: 0;
  padding: 0;
  color: #fff;
}

.footer_wrap .elementor-icon-list-item.social-media i {
  font-size: 1rem;
}

.footer_wrap .trx-addons-advanced-title-item-nowrap {
  color: transparent !important;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.08);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15), transparent);
  -webkit-background-clip: text;
  background-clip: text;
  transition: all 0.8s ease;
}

.footer_wrap:hover .trx-addons-advanced-title-item-nowrap {
  -webkit-text-stroke: 1px rgba(211, 149, 131, 0.2);
  background-image: linear-gradient(180deg, rgba(211, 149, 131, 0.3), transparent);
}

.footer_wrap .elementor-element-97acdf5 p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
  position: relative;
  padding-left: 20px;
  border-left: 3px solid #BF6312;
}

.footer_wrap .elementor-element-6cbe089b p {
  color: rgba(255, 255, 255, 0.6);
}

/* --- Spec Card View More --- */
.spec-card-content .spec-content-row {
  transition: opacity 0.35s ease, max-height 0.35s ease;
}

.spec-card-content .spec-content-row.spec-hidden {
  display: none;
}

.spec-card-content .spec-content-row.spec-visible {
  display: flex;
}

.spec-view-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 14px;
  padding: 5px 18px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  color: #BF6312;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: inherit;
  width: max-content;
}

.spec-view-more-btn:hover {
  background: rgba(191, 99, 18, 0.1);
  border-color: rgba(191, 99, 18, 0.4);
  transform: translateY(-1px);
}

.spec-view-more-btn svg {
  width: 14px;
  height: 14px;
  transition: transform 0.3s ease;
}

.spec-view-more-btn.expanded svg {
  transform: rotate(180deg);
}

@media (max-width: 1180px) {
  .footer_wrap .elementor-icon-list-item.social-media {
    justify-content: start;
  }
}

@media (max-width: 991px) {
  .footer_wrap .elementor-icon-list-item a {
    font-size: 1.2rem;
  }

  .footer_wrap .elementor-element-97acdf5 p {
    line-height: 1.4;
  }
}