.hero-slider,
.hero-slider .carousel,
.hero-slider .carousel-inner,
.hero-slider .carousel-item {
  height: 100vh;
}

.slide-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.slide-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
}

.carousel-caption {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 2;
}

.carousel-caption h1 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  letter-spacing: 2px;
  font-weight: 300;
}

.carousel-caption p {
  font-size: 0.9rem;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.carousel-caption .btn {
  font-size: 0.7rem;
  letter-spacing: 2px;
  padding: 12px 30px;
  border-radius: 0;
}

.equitera-section {
  background-color: #fff;
}

.section-overline {
  font-size: 0.65rem;
  letter-spacing: 2px;
  color: #9a9a9a;
  display: inline-block;
  margin-bottom: 12px;
}

.equitera-title {
  font-size: 2.6rem;
  margin-bottom: 20px;
}

.equitera-text {
  font-size: 0.95rem;
  line-height: 1.9;
  color: #555;
  max-width: 520px;
}

.equitera-card img {
  max-width: 320px;
}

.equitera-btn {
  background: #0c1226;
  color: #fff;
  padding: 14px 34px;
  font-size: 0.7rem;
  letter-spacing: 1.5px;
  border-radius: 0;
}

.equitera-btn:hover {
  background: #000;
  color: #fff;
}
.equestrian-story-section img {
  width: 100%;
  object-fit: cover;
}

.section-overline {
  font-size: 0.65rem;
  letter-spacing: 2px;
  color: #9a9a9a;
  display: inline-block;
  margin-bottom: 12px;
}

.story-text {
  font-size: 0.9rem;
  line-height: 1.9;
  color: #555;
}

.equestrian-story-section img {
  width: 100%;
  object-fit: cover;
}

.section-overline {
  font-size: 0.65rem;
  letter-spacing: 2px;
  color: #9a9a9a;
  display: inline-block;
  margin-bottom: 12px;
}

.story-text {
  font-size: 0.9rem;
  line-height: 1.9;
  color: #555;
}


.section-title {
  font-size: 1.8rem;
}

.gallery-subtitle {
  font-size: 0.65rem;
  letter-spacing: 2px;
  color: #777;
}

.gallery-img {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: block;
}

.gallery-text {
  font-size: 0.85rem;
  line-height: 1.8;
  color: #555;
  max-width: 620px;
}

.gallery-indicators {
  position: static;
  margin-top: 20px;
  gap: 6px;
}

.gallery-indicators button {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ccc;
  border: none;
  opacity: 1;
}

.gallery-indicators .active {
  background-color: #000;
}

.amenities-overline {
  font-size: 0.6rem;
  letter-spacing: 2px;
  color: #999;
  text-transform: uppercase;
}

.amenities-title {
  font-size: 2rem;
}

.amenities-desc {
  font-size: 0.85rem;
  line-height: 1.8;
  color: #555;
  max-width: 700px;
}

.amenity-item i {
  font-size: 2rem;
  color: #c2a86a; /* طلایی */
  display: block;
  margin-bottom: 12px;
}

.amenity-item p {
  font-size: 0.8rem;
  color: #333;
  margin: 0;
}


.overline {
  font-size: 0.6rem;
  letter-spacing: 2px;
  color: #999;
  text-transform: uppercase;
}

.grand-title {
  font-size: 2.2rem;
  line-height: 1.2;
}

.grand-desc {
  font-size: 0.85rem;
  line-height: 1.8;
  color: #555;
}

.grand-stats {
  list-style: none;
  padding: 0;
  margin: 0;
}

.grand-stats li {
  display: flex;
  flex-direction: column;
  margin-bottom: 14px;
}

.grand-stats strong {
  font-size: 0.85rem;
  color: #000;
}

.grand-stats span {
  font-size: 0.7rem;
  color: #777;
}

.view-community-btn {
  background-color: #0b132b;
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 1px;
  padding: 10px 22px;
  border-radius: 0;
}

.image-card img {
  width: 100%;
  display: block;
}

.image-card figcaption {
  font-size: 0.6rem;
  letter-spacing: 1px;
  color: #777;
  margin-top: 8px;
  text-transform: uppercase;
}

/* sticky footer */

.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background: #ffffff;
  border-top: 1px solid #e5e5e5;
  z-index: 1050;
}

.sticky-text {
  font-size: 0.75rem;
  letter-spacing: 1px;
  color: #333;
  text-transform: uppercase;
}

.sticky-register-btn {
  background-color: #0b132b;
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  padding: 12px 32px;
  border-radius: 0;
  border: none;
}

/* ✅ Mobile: one full-width button */
@media (max-width: 767px) {
  .sticky-cta {
    height: 64px;
  }

  .sticky-register-btn {
    width: 100%;
    padding: 14px 0;
    font-size: 0.8rem;
  }
}

/* Property Page Styles */

/* Hero Section */
.property-hero-section {
  position: relative;
  height: 70vh;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.property-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}

.hero-content h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.hero-subtitle {
  font-size: 1rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  opacity: 0.9;
}

/* Description Section */
.property-description-section {
  background-color: #fff;
}

.description-content {
  font-size: 1rem;
  line-height: 2;
  color: #333;
  text-align: justify;
}

.description-content p {
  margin-bottom: 1.5rem;
}

/* Main Images Section */
.property-main-images-section {
  background-color: #f8f8f8;
}

.main-image-card {
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.main-image-card img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.main-image-card:hover img {
  transform: scale(1.05);
}

/* Video Section */
.property-video-section {
  background-color: #fff;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}

.video-container {
  position: absolute;
  inset: 0;
}

.video-container iframe,
.video-container video {
  width: 100%;
  height: 100%;
  border: none;
  object-fit: contain;
}

/* Gallery Section */
.property-gallery-section {
  background-color: #f8f8f8;
}

.property-gallery-section .section-title {
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000;
}

/* Custom Carousel Control Buttons */
.carousel-control-prev,
.carousel-control-next {
  width: 60px;
  height: 60px;
  background-color: #000;
  border-radius: 50%;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: #333;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.5);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 30px;
  height: 30px;
}

.property-gallery-section .carousel-control-prev,
.property-gallery-section .carousel-control-next {
  width: 60px !important;
  height: 60px !important;
}

.property-gallery-section .carousel-control-prev-icon,
.property-gallery-section .carousel-control-next-icon {
  width: 30px !important;
  height: 30px !important;
}

/* Gallery Register Button */
.gallery-register-btn {
  background-color: #0b132b;
  color: #fff;
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  padding: 16px 48px;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(11, 19, 43, 0.2);
}

.gallery-register-btn:hover {
  background-color: #000;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(11, 19, 43, 0.3);
}

@media (max-width: 767px) {
  .gallery-register-btn {
    width: 100%;
    max-width: 350px;
    padding: 14px 32px;
    font-size: 0.8rem;
  }
}
