/**
 * Property Single Template Styles
 */




 .lg-toolbar{
  top: 24px;
 }
.property-wrapper {
  background-color: #284d55;
  padding-top: 40px;
  position: relative;
  color: #fff;
  padding-bottom: 70px;
}

.property-title {
  font-size: 30px;
  margin-bottom: 0.5rem;
  padding-bottom: 0px;
  margin-bottom: 4px;
  line-height: 43px;
  color: #fff;
  text-align: left;
}

.property-community {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #81c341;
  padding-bottom:8px;
}

.property-address {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 24px;
}

.property-address i {
  margin-right: 5px;
  width: 15px;
}

.swiper-container {
  position: relative;
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
  transition: transform 0.3s ease;
}

.swiper-slide {
  flex: 0 0 100%;
  height: auto;
}

.slider-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none;
}

.swiper-button-prev, .swiper-button-next {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  cursor: pointer;
  pointer-events: auto;
}

.swiper-button-prev {
  left: 10px;
}

.swiper-button-next {
  right: 10px;
}

.property-thumbnail-list {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 10px;
}

.property-thumbnail {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  flex: 1;
}

.property-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.additional-images-count {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.75rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  margin: 0;
}

.property-thumbnail-last::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.featured-wrapper {
  padding: 30px 0;
  background-color: #004752;
  margin-top: 20px;
}

.featured-heading {
  display: flex;
  align-items: center;
}

.featured-heading i {
  font-size: 2rem;
  color: #81c341;
  margin-right: 15px;
  margin-top: 5px;
}

.featured-heading h4 {
  color: #81c341;
  text-transform: uppercase;
  font-size: 1.1rem;
  margin: 0;
}

.featured-text {
  color: #fff;
  margin: 0;
}

.property-info-wrapper {
  background-color: #f7f7f7;
  padding: 50px 0;
}

.property-heading {
  font-size: 1.75rem;
  color: #58595B;
}

.property-details {
  display: flex;
  flex-wrap: wrap;
}

.property-detail {
  display: flex;
  align-items: center;
}

.property-detail i {
  font-size: 1.2rem;
  color: #004752;
}

.property-detail p {
  margin: 0;
}

.property-price {
  font-size: 22px;
  margin-bottom: 20px;
}

.property-content {
  line-height: 1.6;
}

.property-infobox {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 25px;
  margin-top: 20px;
  position: sticky;
  top: 120px; /* Adjust this value based on your header height */
  max-height: calc(100vh - 120px); /* Ensure it doesn't exceed viewport */
  overflow-y: auto; /* Allow scrolling if content is too tall */
}

.property-infobox h3 {
  color: #004752;
  margin-bottom: 15px;
  border-bottom: 1px solid #004752;
  padding-bottom: 10px;
  font-size: 1.5rem;
}

.property-infobox ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 25px;
}

.property-infobox li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.property-infobox li i {
  width: 20px;
  margin-right: 10px;
  color: #004752;
}

.btn-primary {
  background-color: #81c341;
  border-color: #81c341;
  color: #fff;
  border-radius: 4px;
  padding: 8px 16px;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #76b1be;
  border-color: #76b1be;
}

.btn-outline {
  background-color: transparent;
  border: 1px solid #81c341;
  color: #81c341;
  border-radius: 4px;
  padding: 8px 16px;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background-color: rgba(137, 194, 206, 0.1);
}

.enquire-btn {
  background-color: #81c341;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.enquire-btn:hover {
  background-color: #90cf54;
}

.download-btn {
  display: block;
  width: 100%;
  color: #81c341;
  border: 1px solid #81c341;
}

.download-btn:hover {
  background-color: #81c341;
  color: #fff;
}

.download-btn i {
  margin-right: 5px;
}

.video-section {
  background-color: #fff;
  padding: 50px 0;
}

.video-heading {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #333;
}

.video-tour {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.video-tour img {
  width: 100%;
  height: auto;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}

.video-content-section {
  background-color: #004752;
  padding: 50px 0;
  color: #fff;
}

.video-content {
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 30px;
}

.perks-list {
  list-style-type: none;
  padding: 0;
}

.perks-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.perks-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #81c341;
}

.floor-plan-section {
  background-color: #fff;
  padding: 50px 0;
}

.floor-plan-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.floor-plan-content h2 {
  color: #333;
}

.download-btn-wrapper {
  margin-top: 10px;
text-align: left;
}

.download-plan-btn {
  padding: 10px 20px;
  background-color: #284d55;
}

.download-plan-btn:hover {
  background-color: rgba(40, 77, 85, 0.9);


}

.download-plan-btn i {
  margin-right: 8px;
}

@media (max-width: 767px) {
  
  .property-detail {
    margin-bottom: 15px;
  }
  
  .property-thumbnail-list {
    flex-direction: row;
    margin-top: 10px;
    height: 100px;
  }
  
  .floor-plan-content {
    margin-bottom: 30px;
    text-align: center;
  }
} 

h2,h3,h4,h5,h6,p{
  color: #58595B;
}