/* Hero Projects Styles */

/* Hero section start */
.hero-projects {
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.hero-projects-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(var(--bs-primary-800-rgb) 0.8) 26%); */
  background: linear-gradient(
    180deg,
    var(--bs-primary-800-rgb) 0%,
    rgba(var(--bs-primary-800-rgb), 0.3) 16%,
    transparent 100%
  );
  z-index: 1;
}

.hero-content {
  text-align: center;
  z-index: 10;
  position: relative;
}

.hero-title {
  font-size: 50px;
  font-weight: 500;
  color: white;
  font-family: "Futura-Medium", sans-serif;
}

.property-details-bar {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 15;
}

.property-details-bar .container {
  max-width: 1440px;
}

.hero-badge {
  padding: 7px 12px;
  background: var(--bs-primary-150);
  text-transform: uppercase;
  color: white;
  font-size: 18px;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
}

.hero-share-badge {
  padding: 8px 12px;
  background: var(--bs-white);
  text-transform: uppercase;
  color: var(--bs-primary);
  font-size: 18px;
  font-weight: 500;
  border-radius: 8px;
  margin-left: 108px;
  cursor: pointer;
}

.property-details-bar-wrapper {
  max-width: 1075px;
  margin-inline: auto;  
}

@media (max-width: 1280px) {
  .hero-share-badge {
    margin-left: 0;
  }
}

@media (max-width: 1160px) {
  .property-details-bar-wrapper {
    row-gap: 20px;
  }
}

@media (max-width: 575px) {
  .hero-projects {
    height: 451px;
  }

  .property-details-bar-wrapper {
    /* padding-inline: 18px; */
    justify-content: start !important;
    /* column-gap: 7px; */
    row-gap: 7px;
  }

  .property-details-bar {
    bottom: 17px;
  }

  .hero-share-wrapper {
    display: none;
    z-index: 99;
  }

  .hero-content {
    display: none;
  }

  .property-details-bar-wrapper .col-auto {
    padding-inline: 0px;
    margin-inline: 0px;
  }

  .hero-badge {
    font-size: var(--fs-14);
    padding: 3px 12px;
  }

  .hero-share-badge {
    font-size: 14px;
  }
}

/* Hero section end */

/* Property Promotion Section Styles */
.property-promotion-section {
  min-height: 100vh;
  max-width: 890px;
  margin: 0 auto;
  padding: 30px 0px;
}

/* Favorite Property Button Styles */
.favorite-property-btn {
  position: absolute;
  top: 30px;
  right: 8%;
  background-color: var(--bs-white);
  color: var(--bs-primary);
  border: none;
  padding: 4px 15px;
  border-radius: 8px;
  font-family: "Futura-Medium", sans-serif;
  font-weight: 500;
  font-size: var(--fs-20);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
}

.breadcrumb-text {
  background: none;
  border-radius: 0;
  font-size: 17px;
  font-weight: 400;
  font-family: "Futura-Demi", sans-serif;
  text-transform: uppercase;
  color: rgba(var(--bs-gray-rgb), 0.7);
}

.breadcrumb-item {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.breadcrumb-item a {
  font-size: 17px;
  font-family: "Futura-Demi", sans-serif;
}

.breadcrumb-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 8px;
  margin-bottom: 40px !important;
}

.breadcrumb-item a.breadcrumb-text:hover {
  color: #3693a1 !important;
}

.custom-container {
  padding: 0px !important;
}

.nav-pills {
  display: flex;
  align-items: center;
  gap: 12px;
}

.property-content {
  column-gap: 24px;
}

.property-content h1 {
  font-weight: 300;
  line-height: 1.2;
}

.property-content p {
  font-family: "Futura-Book", sans-serif;
  font-weight: 400;
  font-size: 20px;
}

.property-content .logo-text {
  font-size: var(--fs-18);
  color: var(--bs-white);
}

.property-content .property-page-logo {
  height: 70px;
  margin-left: -10px;
}

.info-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  box-shadow: 0 4px 15px rgba(var(--bs-black-rgb), 0.3);
  padding: 26px 20px;
}

.info-card h6 {
  font-size: 15px;
  margin-bottom: 16px;
  color: var(--bs-black);
}

.info-card i {
  font-size: 50px;
  color: var(--bs-primary-150);
}

.info-card p {
  font-size: 20px;
  font-family: "Futura-Book", sans-serif;
  color: #565656;
}

.info-card .icon-wrapper {
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.common-areas-section {
  margin-top: 40px;
  width: 100%;
}

.common-areas-content {
  backdrop-filter: blur(10px);
  border: 1px solid var(--bs-white);
  background-color: rgba(37, 126, 140, 0.5);
  display: flex;
  gap: 100px;
  padding-top: 62px;
  padding-bottom: 24px;
  padding-left: 26px;
  padding-right: 10px;
  border-radius: 12px;
}

.common-areas-content h3 {
  font-size: 30px;
  font-family: "Albra-Medium", sans-serif;
}

.property-content .property-content-wrapper {
  min-width: 325px;
}

.property-content .property-content-wrapper h1{
  font-size: 38px !important;
}

@media (max-width: 575px) {
  .property-content .property-content-wrapper h1 {
    font-size: 28px !important;
  }
}

.common-areas-content p {
  font-size: 23px;
  font-family: "Futura-Book", sans-serif;
}

.info-card-wrapper svg {
  width: 46px !important;
  height: 46px !important;
}


@media (max-width: 991px) {
  .favorite-property-btn {
    display: none;
  }

  .property-promotion-section {
    min-height: auto;
    padding: 40px 0;
  }

  .property-content h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .property-content {
    column-gap: 32px;
  }

  .property-content h1 {
    font-size: 2rem;
  }

  .info-card {
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .property-content {
    flex-wrap: wrap;
    column-gap: 12px;
  }

  .info-card-wrapper svg {
    width: 36px !important;
    height: 36px !important;
  }

  .property-promotion-section {
    padding-top: 10px;
    padding-bottom: 16px;
  }

  .breadcrumb-item a, .breadcrumb-item span {
    font-size: 12.75px !important;
    line-height: 17px !important;
  }
  .breadcrumb-separator{
    height: 20px !important;
  }

  .property-content .property-content-wrapper {
    width: 100%;
    text-align: center;
    min-width: unset;
  }

  .property-content .property-content-wrapper .logo-text {
    font-size: var(--fs-22);
  }

  .property-content h1 {
    font-size: var(--fs-28);
    width: 100%;
    text-align: center;
  }

  .property-content p {
    font-size: var(--fs-18) !important;
    line-hight: var(--fs-20);
  }

  .info-card-container {
    padding-inline: 3px;
  }

  .info-card-wrapper {
    padding-inline: 9px !important;
    margin-bottom: 20px;
  }

  .info-card h6 {
    font-size: var(--fs-12);
    margin-bottom: 12px !important;
  }

  .info-card .icon-wrapper {
    margin-bottom: 12px !important;
    height: 35px !important;
  }

  .info-card p {
    font-size: var(--fs-15);
  }

  .info-card {
    margin-bottom: 0px;
  }

  .common-areas-section {
    margin-top: 11px;
  }

  .common-areas-content {
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 27px;
    padding-bottom: 14px;
    padding-left: 22px;
    padding-right: 15px;
  }

  .common-areas-content h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 0px !important;
  }

  .common-areas-content p {
    font-size: var(--fs-16);
    line-height: var(--fs-20);
  }

  .px-2-4{
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important;
  }
}

/* Project Gallery Section Styles */
.project-gallery-section {
  padding: 137px 0px 70px;
}

.hero-contact-bar {
  position: fixed;
  bottom: -60px; /* Start hidden below the viewport */
  left: 50%;
  transform: translateX(-50%) !important;
  width: fit-content;
  border-radius: 10px;
  background: var(--bs-primary);
  padding: 14px 18px;
  z-index: 1000;
  transition: bottom 0.3s linear; /* Animate the bottom property */
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.hero-contact-bar.show {
  bottom: 10px; /* Show when scrolled */
}

.hero-contact-bar.hide {
  bottom: -60px !important;
}

.hero-contact-bar .social-links {
  cursor: pointer;
  transition: color 0.3s ease;
}

.hero-contact-bar .social-links:hover {
  color: var(--bs-gray-300) !important;
}

.hero-contact-bar p {
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 0;
  font-family: "Futura PT Web";
}

.contact-divider {
  width: 2px;
  padding: 0 !important;
  height: 25px;
  background: rgba(60, 195, 215, 1);
}

.project-tabs {
  border-bottom: none;
  margin-bottom: 40px;
}

.project-tabs .nav-link {
  background: none;
  border: none;
  color: #9d9d9d !important;
  font-family: "Futura-Medium", sans-serif;
  font-size: 33px;
  /* font-weight: 600; */
  text-transform: uppercase;
  padding: 10px;
  margin: 0 10px;
  border-radius: 0;
  position: relative;
  transition: all 0.3s ease;
}

.project-tabs .nav-link:hover {
  background: transparent !important;
}

.project-tabs .nav-link.active {
  color: var(--bs-primary) !important;
  background: none;
  border: none;
}

.project-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background-color: var(--bs-primary);
}

.project-tabs .nav-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background-color: var(--bs-gray-100);
}

.main-gallery-image {
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .gallery-top-shadow {
    background: none !important;
  }

  .project-tabs {
    padding-inline: 6%;
    row-gap: 6px;
    column-gap: 6px;
  }

  .project-tabs .nav-link {
    font-size: var(--fs-24);
  }

  .project-tabs .nav-link {
    font-size: var(--fs-24) !important;
  }

  .gallery-description {
    line-height: var(--fs-21);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .owl-carousel-project-gallery .item img {
    height: 205px !important;
  }

  .project-gallery-section {
    padding-top: 30px !important;
    padding-bottom: 10px !important;
  }

  .hero-contact-bar {
    /* top: 13px; */
    padding: 8px 20px;
  }

  .hero-contact-bar p {
    font-size: var(--fs-14);
  }
}

@media (max-width: 360px) {
  .project-tabs {
    padding-inline: 0px;
  }
}

/* Owl Carousel Styles for Project Gallery */
.owl-carousel-project-gallery {
  position: relative;
}

.owl-carousel-project-gallery .owl-item {
  border-radius: 10px !important;
  overflow: hidden;
}

.owl-carousel-project-gallery .item img {
  width: 100%;
  height: 556px;
  object-fit: cover;
  box-shadow: 0 8px 25px rgba(var(--bs-black-rgb), 0.15);
  border-radius: 10px !important;
  overflow: hidden;
}

.owl-carousel-project-gallery .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  pointer-events: none;
}

.owl-carousel-project-gallery .owl-nav button {
  width: 45px;
  height: 45px;
  background-color: rgba(var(--bs-black-rgb), 0.5) !important;
  border: none;
  color: var(--bs-primary);
  font-size: 16px !important;
  transition: all 0.3s ease;
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-carousel-project-gallery .owl-nav button.owl-prev {
  left: 10px;
}

.owl-carousel-project-gallery .owl-nav button.owl-next {
  right: 10px;
}

@media (max-width: 575px) {
  .owl-carousel-project-gallery .owl-nav button {
    width: 35px;
    height: 35px;
  }

  .owl-carousel-project-gallery .owl-nav {
    padding: 0 10px;
  }
}

/* Custom Dots Navigation */
.gallery-dots-nav {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.gallery-top-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 585px;
  background: linear-gradient(
    180deg,
    rgba(193, 215, 225, 1) 0%,
    transparent 32%
  );
  z-index: -1;
}

.gallery-description {
  font-size: 20px;
  font-family: "Futura-Book", sans-serif;
  max-width: 867px;
  margin: 25px auto;
  color: var(--bs-black);
}

.gallery-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d9d9d9;
  margin: 0 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.gallery-dot.active,
.gallery-dot:hover {
  background: var(--bs-primary);
  transform: scale(1.2);
}

.gallery-info-card {
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(var(--bs-black-rgb), 0.1);
  margin-bottom: 20px;
}

.gallery-info-card h3 {
  color: var(--bs-primary);
  font-size: 20px;
  margin-bottom: 20px;
}

.gallery-info-card p {
  color: #6c757d;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.thumbnail-gallery .thumbnail-img {
  height: 80px;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid transparent;
}

.thumbnail-gallery .thumbnail-img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(var(--bs-black-rgb) 0.2);
  border-color: var(--bs-primary-150);
}

@media (max-width: 575px) {
  .gallery-dots-nav {
    bottom: 6px;
    display: none;
  }
}

/* Video Section Styles */

.video-section h2 {
  color: var(--bs-primary);
  font-size: 35px;
  margin-bottom: 40px;
  font-weight: 500;
}

.video-container {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(var(--bs-black-rgb), 0.15);
}

.video-thumbnail {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.video-play-overlay {
  z-index: 15;
  display: block; /* Changed from 'none' to 'block' to show by default */
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--bs-black-rgb), 0.5);
  z-index: 1;
}

.video-play-btn {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background: rgba(var(--bs-gray-rgb), 0.5);
  border: none;
  color: var(--bs-white);
  font-size: 20px;
  padding: 0;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  border: 1px solid var(--bs-white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-play-btn:hover {
  background: rgba(var(--bs-gray-rgb), 0.5) !important;
  color: var(--bs-white) !important;
}

.video-nav-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(var(--bs-gray-rgb), 0.9);
  border: none;
  color: var(--bs-primary);
  font-size: 16px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  margin: 0 20px;
}

/* Video Carousel Styles */
.owl-carousel-project-video {
  position: relative;
}

.owl-carousel-project-video .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  pointer-events: none;
}

.owl-carousel-project-video .owl-nav button {
  width: 45px;
  height: 45px;
  background-color: rgba(var(--bs-black-rgb), 0.5) !important;
  border: none;
  color: var(--bs-primary);
  font-size: 16px !important;
  transition: all 0.3s ease;
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .project-gallery-section {
    padding: 60px 0;
  }

  .project-tabs .nav-link {
    font-size: 16px;
    padding: 12px 20px;
    margin: 0 5px;
  }

  .main-gallery-image img {
    height: 300px;
  }

  .gallery-info-card {
    padding: 20px;
    margin-top: 20px;
  }

  .video-section {
    padding: 60px 0;
  }

  .video-thumbnail {
    height: 350px;
  }

  .video-play-btn {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .project-gallery-section {
    padding: 40px 0;
  }

  .project-tabs {
    margin-bottom: 30px;
  }

  .project-tabs .nav-link {
    font-size: 14px;
    padding: 10px 12px;
    margin: 0 2px;
  }

  .main-gallery-image img {
    height: 250px;
  }

  .gallery-info-card {
    padding: 15px;
  }

  .gallery-info-card h3 {
    font-size: 18px;
  }

  .gallery-info-card p {
    font-size: 14px;
  }

  .thumbnail-gallery .thumbnail-img {
    height: 60px;
  }

  .video-section {
    padding: 40px 0;
  }

  .video-section h2 {
    font-size: 28px;
  }

  .video-thumbnail {
    height: 250px;
  }

  .video-play-btn {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }

  .video-nav-btn {
    width: 40px;
    height: 40px;
    font-size: 14px;
    margin: 0 10px;
  }
}

@media (max-width: 575px) {
  .owl-carousel-project-video .owl-nav button {
    width: 35px;
    height: 35px;
  }

  .owl-carousel-project-video .owl-nav {
    padding: 0 10px;
  }
}

/* Inline Video Styles */
.video-element-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  border-radius: 12px;
  overflow: hidden;
  background: var(--bs-black);
}

.video-element {
  border-radius: 12px;
  position: relative;
  width: 100%;
  overflow: hidden;
  scale: 1.05;
}

.video-container {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  height: 584px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.video-thumbnail {
  width: 100%;
  height: 584px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .video-iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh !important;
  }
}

@media (max-width: 575px) {
  .video-section {
    padding: 18px 0;
  }

  .video-section h2 {
    margin-bottom: 7px;
    font-size: var(--fs-30);
  }

  .video-container {
    height: 205px;
  }
}

/* Availability and Price Section Styles */
.availability-price-container {
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 14px;
  overflow-y: hidden;
}

.availability-price-section {
  padding: 32px;
  margin: 0px 10px;
  border-radius: 10px;
  background: #f4f4f4;
  min-width: 1420px;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
}

/* scroll-bar */
.availability-price-container::-webkit-scrollbar {
  height: 6px;
}

.availability-price-container::-webkit-scrollbar-track {
  background: var(--bs-gray-200);
  border-radius: 3px;
}

.availability-price-container::-webkit-scrollbar-thumb {
  background: var(--bs-gray-900);
  border-radius: 3px;
}

.availability-price-section h2 {
  color: var(--bs-primary);
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 3rem;
}

.phase-section {
  padding-bottom: 22px;
}

.phase-header {
  padding-bottom: 20px;
}

.mass-information {
  background: #e6e6e6;
  color: #4f4f4f;
  padding: 8px 12px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 5px;
}

.phase-header h3 {
  color: #4f4f4f;
  font-size: 22px;
  font-weight: 500;
  font-family: "Futura-Web", sans-serif;
  margin: 0;
}

/* .property-accordion {
  border-bottom: 1px solid #dee2e6;
} */

.accordion-header {
  padding: 14px 0px;
  cursor: pointer;
  background: white;
  transition: all 0.3s ease;
  border-bottom: 2px solid var(--bs-gray-100);
}

.accordion-header .header-title {
  font-size: 20px;
  font-weight: 500;
  padding-left: 25px;
  font-family: "Futura-Demi", sans-serif;
  color: #4f4f4f;
}

.accordion-header .fa-chevron-down {
  transition: transform 0.3s ease;
}

.accordion-header[aria-expanded="true"] .fa-chevron-down {
  transform: rotate(180deg);
}

.accordion-body {
  padding: 0;
}

.table-header {
  background: transparent;
  color: #4f4f4f;
  padding: 22px 0px;
  font-size: 20px;
  font-family: "Futura-Demi", sans-serif;
  margin: 0;
}

.pricing-heading {
  margin: 70px 0px 36px;
}

.pricing-heading h2 {
  color: var(--bs-primary);
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 500 !important;
}

.table-row {
  padding: 15px 25px;
  border-bottom: 1px solid #dee2e6;
  align-items: center;
  margin: 0;
  transition: background 0.3s ease;
}

.table-row:hover {
  background: #f8f9fa;
}

.table-row:last-child {
  border-bottom: none;
}

@media (max-width: 575px) {
  .pricing-heading {
    margin: 26px 0px 7px;
  }

  .pricing-heading h2 {
    font-size: var(--fs-30);
    font-weight: 500 !important;
    font-family: "Futura-Medium", sans-serif;
  }
}

/* Property Table Grid Styles */
.property-table {
  width: 100%;
  border-collapse: collapse;
}

.property-table-header {
  display: flex;
  background: transparent;
  color: #4f4f4f;
  padding: 12px 0;
  font-size: 20px;
  font-family: "Futura-Book", sans-serif;
  align-items: center;
  width: 100%;
}

.property-table-header > div {
  padding: 0 8px;
  text-align: center;
  border-right: 1px solid rgba(var(--bs-gray-rgb), 0.2);
  /* flex: 1; */
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.property-table-header-table {
  background: transparent;
  color: #4f4f4f;
  font-size: 20px;
  font-family: "Futura-Book", sans-serif;
}

.property-table{
  border-collapse: separate;
  border-spacing: 0 7px; 
}

.property-table-header-table > th {
  padding: 12px 8px;
  text-align: center;
  border-right: 1px solid rgba(var(--bs-gray-rgb), 0.2);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
}

.property-table-header > div:last-child {
  border-right: none;
}

.property-table-row {
  display: flex;
  padding: 9px 0;
  /* border-bottom: 1px solid #dee2e6; */
  margin-bottom: 7px;
  align-items: center;
  transition: background 0.3s ease;
  background: white;
  font-size: 0.8rem;
  width: 100%;
}

.property-table-row-table {
  transition: background 0.3s ease;
  background: white;
  font-size: 0.8rem;
}

.property-table-row-table > td {
  padding: 9px 8px;
  font-family: "Futura-Book", sans-serif;
  font-size: 20px;
  color: #707070;
  font-weight: 400;
}

.property-table-row-table > td:first-child {
  padding-left: 12px !important;
}

.plan-btn {
  background: #e6e6e6;
  color: #4f4f4f;
  border: none;
  white-space: nowrap;
  padding: 4px 6px;
  border-radius: 5px;
  font-size: 20px;
  font-family: "Futura-Book", sans-serif;
  gap: 8px;
}

.check-icon {
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #a6d9c9;
  color: #2ca87f;
}

.property-table-row:last-child {
  border-bottom: none;
}

.property-table-row > div {
  padding: 0 8px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* flex: 1; */
  font-family: "Futura-Book", sans-serif;
  font-size: 20px;
  color: #707070;
  min-width: 0;
}

.col-fase {
  flex: 0.8;
  min-width: 50px;
}

.col-etapa {
  flex: 1.5;
  min-width: 120px;
}

.col-entrega {
  flex: 1;
  min-width: 80px;
}

.col-precio {
  flex: 1.5;
  min-width: 120px;
}

.col-hab {
  flex: 0.8;
  min-width: 50px;
}

.col-banos {
  flex: 0.8;
  min-width: 60px;
}

.col-superficie {
  flex: 1.2;
  min-width: 100px;
}

.col-piscina {
  flex: 0.8;
  min-width: 60px;
}

.col-terraza {
  flex: 1;
  min-width: 80px;
}

.col-garaje {
  flex: 0.8;
  min-width: 60px;
}

.col-plano {
  flex: 1;
  min-width: 80px;
}

.col-enlace {
  flex: 0.8;
  min-width: 60px;
}

.property-number {
  font-weight: 600;
  font-size: 0.9rem;
}

/* @media (max-width: 1200px) {

        .property-table-header,
        .property-table-row {
            font-size: 0.75rem;
            padding: 10px 0;
        }

        .property-thumb {
            width: 30px;
            height: 30px;
        }
    } */

/* @media (max-width: 768px) {
        .availability-price-section {
            padding: 40px 0;
        }

        .availability-price-section h2 {
            font-size: 2rem;
        }

        .property-table-header,
        .property-table-row {
            font-size: 0.7rem;
            padding: 8px 0;
        }

        .property-thumb {
            width: 25px;
            height: 25px;
        }

        .btn-outline-primary,
        .status-badge {
            font-size: 0.65rem;
            padding: 2px 6px;
        }

        .col-vivienda {
            padding-left: 8px !important;
        }
    } */
@media (max-width: 575px) {
  .phase-header {
    padding-left: 24px;
  }

  .availability-price-section {
    margin: 0px;
    padding: 32px 0px 0px;
  }

  .property-accordion,
  .property-header-wrapper {
    margin-left: 14px;
  }

  .property-header-wrapper > div:first-child {
    padding-left: 0 !important;
  }

  .property-table-header > div:first-child {
    padding-left: 14px !important;
    text-align: left;
  }

  .property-table-row > div:first-child {
    padding-left: 14px !important;
    justify-content: flex-start;
  }

  .apartment-phase-section {
    margin-bottom: 0px;
  }
}

/* Tour 360 and Documents Section */
.tour-documents-section {
  padding: 70px 0 0;
}

.tour-360-section {
  text-align: center;
  margin-bottom: 75px;
}

.tour-title {
  font-size: 35px;
  font-weight: 500;
  color: var(--bs-primary);
  margin-bottom: 40px;
  text-transform: uppercase;
}

.documents-title {
  font-size: 35px !important;
  font-weight: 500 !important;
  color: var(--bs-primary) !important;
  margin-bottom: 42px !important;
  text-transform: uppercase;
}

.tour-image-container {
  position: relative;
  height: 584px;
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(var(--bs-black-rgb), 0.1);
}

.tour-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.tour-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(var(--bs-black-rgb), 0.5);
}

.documents-section {
  text-align: center;
}

.documents-title {
  font-size: 2rem;
  font-weight: 300;
  color: #2c3e50;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.documents-buttons {
  display: flex;
  justify-content: center;
  gap: 57px;
  flex-wrap: wrap;
}

.doc-btn {
  background: white;
  padding: 18px 34px;
  border-radius: 5px;
  border: 2px solid var(--bs-blue-900);
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 600;
  font-family: "Futura-Web", sans-serif;
  color: #04272A !important;
  text-transform: uppercase;
}

.doc-btn:hover {
  color: var(--bs-primary) !important;
}

.doc-btn i {
  font-size: 1.1rem;
  transition: transform 0.3s ease;
}

.property-thumb {
  width: 38px;
  height: 38px;
  object-fit: cover;
  border-radius: 6px;
  margin-right: 8px;
  vertical-align: middle;
}

.status-badge {
  background: var(--bs-primary-150);
  color: white;
  white-space: nowrap;
  padding: 4px 6px;
  border-radius: 5px;
  font-size: 20px;
  font-family: "Futura-Book", sans-serif;
}

.status-badge.active {
  background: var(--bs-primary-200);
}

.feature-icon {
  font-size: 1.2rem;
  color: #28a745;
}

.feature-icon.available {
  color: #28a745;
}

.feature-icon.unavailable {
  color: #dc3545;
}

.project-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
  transition: all 0.3s ease;
}

.project-description.expanded {
  -webkit-line-clamp: unset;
  display: block;
}

.project-description-container {
  position: relative;
}

.show-more-btn {
  color: #fff !important;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0 !important;
  text-decoration: underline !important;
  margin-top: 10px;
  border: none;
  background: none;
  cursor: pointer;
  transition: color 0.3s ease;
}

/* .show-more-btn:hover {
  color: var(--bs-primary-150);
  text-decoration: underline;
} */

.btn-outline-primary {
  border-color: var(--bs-primary-150);
  color: var(--bs-primary-150);
  font-size: 0.8rem;
  padding: 4px 12px;
}

.btn-outline-primary:hover {
  background: var(--bs-primary-150);
  border-color: var(--bs-primary-150);
}

.btn-link {
  color: #6c757d;
  padding: 4px 8px;
}

.btn-link:hover {
  color: var(--bs-primary-150);
}

@media (max-width: 768px) {
  .tour-image-container {
    height: 400px;
  }
}

@media (max-width: 575px) {
  .tour-documents-section {
    padding: 40px 0 20px;
  }

  .tour-documents-section .tour-title {
    font-size: var(--fs-30);
    margin-bottom: 7px;
  }

  .tour-image-container {
    height: 205px;
  }

  .tour-360-section {
    margin-bottom: 41px;
  }

  .documents-section .documents-title {
    font-size: var(--fs-30) !important;
    margin-bottom: 20px !important;
  }

  .documents-buttons {
    gap: 17px;
  }

  .documents-buttons .doc-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: 18px;
  }
}

.loaction-section {
  max-width: 1450px;
  margin: 105px auto 0 auto;
}

/* FAQ Accordion Section */
.faq-accordion-section {
  padding: 80px 0 68px;
}

/* .faq-accordion-section .accordion {
        max-width: 900px;
        margin: 0 auto;
    } */

.faq-accordion-section .faq-accordion-item {
  border: none;
  margin-bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
}

.faq-accordion-item p {
  padding: 10px;
  font-family: "Futura-Book", sans-serif;
  font-size: 20px;
  color: black;
  margin-bottom: 0 !important;
}

.faq-accordion-section .faq-accordion-item .faq-accordion-header {
  border-bottom: 1px solid var(--bs-primary);
}

.faq-accordion-section .faq-accordion-button {
  background: transparent;
  border: none;
  padding: 13px 10px;
  font-size: 20px;
  font-family: "Futura PT Web", sans-serif;
  color: var(--bs-primary);
  text-transform: uppercase;
  text-align: left;
  box-shadow: none;
  border-radius: 0;
  position: relative;
  letter-spacing: -0.2px;
}

/* 
    .faq-accordion-section .faq-accordion-button:not(.collapsed) {
        background: #007bff;
        color: white;
    } */

.faq-accordion-section .faq-accordion-button:focus {
  box-shadow: none;
  border: none;
}

.faq-accordion-section .faq-accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  width: 1.5rem;
  height: 1.5rem;
  transition: transform 0.3s ease;
}

.faq-accordion-section .faq-accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}

.faq-accordion-section .faq-accordion-body {
  padding: 10px;
}

.faq-accordion-section .faq-accordion-body p {
  margin-bottom: 0px;
  color: #000000;
  line-height: 1.6;
  font-family: "Futura-Book", sans-serif;
  font-size: 20px;
  letter-spacing: -0.2px;
}

.faq-accordion-section .faq-accordion-body ul {
  margin: 20px 0;
  padding-left: 0;
  list-style: none;
}

.faq-accordion-section .faq-accordion-body li {
  margin-bottom: 25px;
  padding-left: 25px;
  position: relative;
  color: #000000;
  line-height: 1.6;
  letter-spacing: -0.2px;
}

.faq-accordion-section .faq-accordion-body li::before {
  content: "•";
  color: #000000;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: -4px;
  font-size: 1.2rem;
}

.faq-accordion-section .faq-accordion-body strong {
  color: #000000;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
  .loaction-section {
    margin-top: 10px;
  }

  .faq-accordion-section {
    padding: 60px 0;
  }

  .faq-accordion-section .faq-accordion-button {
    padding: 20px 10px;
    font-size: var(--fs-20);
  }

  .faq-accordion-section .faq-accordion-body {
    padding: 20px;
  }
}

@media (max-width: 575px) {
  .faq-accordion-section .faq-accordion-body {
    padding: 20px;
  }

  .loaction-section .tour-title {
    font-size: var(--fs-30) !important;
    margin-bottom: 10px;
  }

  .location-map-iframe {
    height: 300px;
  }

  .faq-accordion-section {
    padding: 10px 0;
  }

  .faq-accordion-section .faq-accordion-body p {
    line-height: 1.4;
  }

  .faq-accordion-section .faq-accordion-body {
    padding: 14px 10px;
  }

  .faq-accordion-section .faq-accordion-item {
    margin-bottom: 11px;
  }

  .faq-accordion-item .faq-accordion-header {
    margin-bottom: 0px;
  }
  #view-map {
    height: 314px !important;
  }
}

.max-w-1075 {
  max-width: 1075px;
  margin: 0 auto;
}

/* Position context for plan dropdown in developments view */
.col-plano {
  position: relative;
}

/* Override dropdown positioning to appear below button instead of to the right */
.plan-dropdown {
  position: absolute;
  min-width: fit-content;
  background: white;
  border: 1px solid #ccc;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  display: flex;
  border-radius: 8px;
  flex-direction: column;
  top: 37px;
  /* left: 20px; */
  padding: 2px 12px 2px 12px;
}

.arrow-icon {
  rotate: 180deg;
  transition: rotate 0.3s ease-in-out;
}
.arrow-icon.open {
  rotate: 0deg;
}

.h-556 {
  height: 556px !important;
}

@media (max-width: 575px) {
  .h-556 {
    height: 205px !important;
  }
}

/* CONTACT SCETION START */
.contact-bg {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.contact-bg input,
textarea {
  border: none;
}

.contact-details {
  padding: 100px 0px 200px;
}

.contact-bg ::placeholder {
  color: var(--bs-primary);
  font-family: "Futura-Medium";
}

.contact-bg {
  position: relative;
  z-index: 1;
}

.bg-overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    0deg,
    rgba(22, 77, 83, 1) 0%,
    rgba(22, 77, 83, 0) 21%,
    rgba(22, 77, 83, 0) 76%,
    rgba(22, 77, 83, 1) 100%
  );
  z-index: -1;
}

@media (max-width: 1024px) {
  .contact-details {
    padding: 50px 0px 100px;
  }
}

@media (max-width: 768px) {
  .contact-details {
    padding: 30px 0px 10px;
  }
}

/* CONTACT SECTION END */

.newsletter {
  margin-top: 0;
}

@media (max-width: 1024px) {
  .newsletter {
    margin-top: 120px;
  }
}

@media (max-width: 768px) {
  .newsletter {
    margin-top: 80px;
  }
  
}

@media (max-width: 575px) {
  .newsletter {
    margin-top: 35px;
  }
}

.ml-15 {
  margin-left: -15px !important;
}

@media (max-width: 575px) {
  .interior-tab {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
  }
}

.property-page-container {
  padding-left: 0px;
  padding-right: 0px;
}

.spacing-px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 575px) {
  .property-page-container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .spacing-px-0 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .letter-spacing-1{
    letter-spacing: -1px;
  }
}

.ml-12{
  margin-left: -12px !important;
}

.breadcrumb-spacing{
  padding: 0px !important;
}

@media (max-width: 575px) {
  .breadcrumb-spacing{
    padding: 0px 5px !important;
  }
  .breadcrumb-spacing1{
    padding: 0px 6px !important;
  }
  .ml-12{
    margin-left: 0px !important;
  }
  .ml-15{
    margin-left: 0px !important;
  }
  .ml-15 img{
    height: 12px !important;
    width: 10px !important;
  }
}