.bg-teal-light {
  padding: 8px 12px;
  background: linear-gradient(270deg, #34919f -0.32%, #43b1c1 100%);
  color: var(--bs-white);
  border: none;
}
.mt-9 {
  margin-top: 90px;
}

/* HERO SECTION START */
.hero-section .mobile-hero-section h1 {
  font-size: 39px;
}
.bs-text-primary {
  color: var(--bs-primary) !important;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  background-color: #00000080 !important;
  pointer-events: auto;
  border: 1px solid transparent !important;
}

.owl-nav .owl-prev span, .owl-nav .owl-next span{
  height: 50px;
}

.bs-text-gray {
  color: var(--bs-gray-100) !important;
}
.border-teal-light {
  border: 1px solid var(--bs-primary-100);
}

.floor-plan {
  pointer-events: none;
  transform: translateY(-50%);
}

.hero-section-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: linear-gradient(
    180deg,
    rgba(4, 39, 42, 1) 0%,
    rgba(4, 39, 42, 0.20211834733893552) 55%
  );
}

.owl-carousel-property-details-section .owl-dots {
  display: none;
}

.owl-carousel-property-details-section.owl-theme .owl-nav .owl-prev span,
.owl-carousel-property-details-section.owl-theme .owl-nav .owl-next span {
  color: var(--bs-white);
  font-size: var(--fs-30);
}

.owl-carousel-property-details-section.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  background-color: #00000080 !important;
  right: 0 !important;
}

.owl-carousel-property-details-section.owl-theme .owl-nav .owl-prev {
  left: 0;
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.property-details-hero-btns {
  bottom: 40px;
}
.property-details-hero-btns .keep-title a {
  font-size: var(--fs-18);
  border-radius: 8px;
}

.share-btn {
  font-size: var(--fs-20);
  border-radius: 8px;
  background-color: var(--bs-white);
  color: #194850;
  padding: 7px 15px;
}

@media (max-width: 767px) {
  /* .property-details-hero-btns .keep-title {
    position: absolute;
    bottom: -250px;
    padding-right: 120px;
  } */
  .property-detail .hero-section {
    height: 60vh;
  }
  .property-details-hero-btns .right-end-part {
    width: 100%;
    margin-bottom: -30px;
  }
  .property-details-hero-btns .keep-title a {
    font-size: var(--fs-15);
  }
}
@media (max-width: 575px) {
  .property-details-hero-btns .keep-title {
    padding-right: 0;
  }
  .property-detail .hero-section {
    height: 442px;
  }

  .property-more-btn {
    width: 39px;
    height: 35px;
    border-radius: 5px;
    background-color: rgba(var(--bs-gray-rgb),0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
  }

  .property-details-hero-btns {
    bottom: 10px;
  }
}
/* HERO SECTION END */

/* SECOND HAND VILLA SECTION START */

.second-hand-villa-section {
  margin-top: 32px;
}

.back-btn{
  gap: 12px !important;
}

.back-btn,
.back-btn p {
  color: #34919F;
  text-transform: uppercase;
  
}

.second-hand-villa-line {
  background-color: var(--bs-gray-100);
}
.border-right {
  border-right: 1px solid var(--bs-primary);
}

.second-hand-villa-paragraph {
  margin-top: 50px;
}

.second-hand-villa-input input,
.second-hand-villa-input textarea,
.calculate input,
.calculate .btn-group {
  border: 1px solid var(--bs-primary);
  border-radius: 0px;
}
.calculate .btn-group {
  padding: 8px 15px;
}
.calculate .multiselect-selected-text,
.calculate button span {
  color: var(--bs-black);
  font-size: var(--fs-16);
  font-weight: 500;
}

.second-hand-villa-input input::placeholder,
.calculate input::placeholder,
.second-hand-villa-input textarea::placeholder {
  color: var(--bs-primary);
  font-family: "Futura-Medium";
  text-transform: uppercase;
}

.second-hand-villa-input label,
.second-hand-villa-input a {
  color: var(--bs-gray-100);
}

.border-green {
  border: 1px solid var(--bs-primary) !important;
}
@media (max-width: 1199px) {
  .second-hand-villa-section .deadlines {
    width: 100%;
    border: 1px solid var(--bs-primary);
  }
  .second-hand-villa-section .alicant-detail {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .second-hand-villa-section {
    margin-top: 50px;
  }
}

@media (max-width: 575px) {
  .second-hand-villa-section {
    margin-top: 8px;
  }
  .alicant-detail-container {
    font-size: 15px;
  }
  .alicant-detail-container .alicant-detail {
    flex-wrap: wrap;
    row-gap: 8px;
    justify-content: flex-start;
  }

  .property-header-wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 15px;
  }

  .second-hand-villa-paragraph {
    margin-top: 0px;
  }
}
/* SECOND HAND VILLA SECTION END */

/* INCLUDE PRICE CSS START */

.bs-gray-200 {
  background-color: var(--bs-gray-200);
}

/* INCLUDE PRICE CSS END */

/* CHARACTERISTICS SECTION START  */
.characteristics-section {
  padding-top: 120px;
}
.include-price-section {
  margin-top: 90px;
}
.include-price-section ul li {
  font-size: var(--fs-20);
}
.characteristics-section p {
  margin-bottom: 10px;
}
.characteristics-section .border-right-end {
  border-right: 1px solid var(--bs-primary);
}
.characteristics-section .diffrent-property {
  border: 1px solid var(--bs-primary);
}

.characteristics-section p {
  color: var(--bs-secondary);
}
@media (max-width: 1200px) {
  .include-price-section ul li {
    font-size: var(--fs-16);
  }
}
@media (max-width: 767px) {
  .second-hand-villa-section h1, .second-hand-villa-section .h1 {
    font-size: 30px;
    text-transform: uppercase;
  }
  .second-hand-villa-section p {
    font-size: 25px;
  }
  .hero-section .mobile-hero-section {
    color: #194850;
  }
  .include-price-section {
    margin-top: 20px;
  }
  .characteristics-section {
    padding-top: 40px;
  }
  .characteristics-section .diffrent-property {
    border: 0;
  }
  .characteristics-section .border-right-end {
    border-right: unset;
  }
}

@media (max-width: 575px) {
  .second-hand-villa-section h1, .second-hand-villa-section .h1 {
    font-size: 28px !important;
    margin-block: 8px !important;
  }
  .second-hand-villa-section p {
    font-size: 24px;
  }
}
/* CHARACTERISTICS SECTION END  */

/* PHOTO GALLERY SECTION START  */
.similar-property,
.list-property-section,
.tour-section,
.location-section,
.video-section,
.photo-gallery-section {
  padding-top: 120px;
}
.owl-similar-property .similar-property-img img {
  height: 506px !important;
  width: 360px;
  object-fit: cover;
}
.blog-overlay,
.blog-box:hover .blog-hover {
  background: linear-gradient(
    180deg,
    rgba(2, 37, 40, 1) 0%,
    rgba(2, 37, 40, 0.3337710084033614) 100%
  );
}
@media (max-width: 1199px) {
  .owl-similar-property .similar-property-img img {
    height: 400px !important;
  }
}
@media (max-width: 768px) {
  .similar-property,
  .list-property-section,
  .tour-section,
  .location-section,
  .video-section,
  .photo-gallery-section {
    padding-top: 40px;
  }
  .mobile-hero-section {
    position: inherit !important;
    height: auto !important;
  }
}

@media (max-width: 575px) {
  .tour-section {
    padding-top: 44px;
  }
  .tour-video-wrapper {
    padding-top: 24px !important;
  }
}
/* PHOTO GALLERY SECTION END  */

/* VIDEO CSS START */

.video-overlay {
  background-color: #00000080;
}

/* VIDEO CSS END */

/* LIST OF AVAILABLE PROPERTY SECTION START */

table td,
th {
  border: none !important;
  padding: 20px !important;
  color: var(--bs-secondary) !important;
  font-size: var(--fs-20);
}
@media (max-width: 767px) {
  table td,
  th {
    font-size: var(--fs-16);
    padding: 10px !important;
  }
}
/* LIST OF AVAILABLE PROPERTY SECTION END */

/* CALCULATE CSS START */

.calculate p {
  color: var(--bs-secondary);
}

/* CALCULATE CSS END */

/* SIMILAR PROPERTIES CSS */
/* .similar-property .blog-box img {
  height: 100%;
} */
.similar-property .similar-title {
  font-size: var(--fs-24);
  margin-bottom: 4px;
}
.similar-property .similar-desc {
  font-size: var(--fs-17);
  font-family: 'Futura-Book' !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.similar-property .owl-prev,
.owl-next {
  background-color: var(--bs-primary) !important;
}
.similar-property .owl-next {
  background-color: var(--bs-primary) !important;
}
.similar-property .owl_pagination .owl_dots .owl-dot.active::before {
  height: 3px;
  background-color: #3998a6 !important;
}
.similar-property .owl_pagination .owl_dots .owl-dot::before {
  background-color: var(--bs-primary);
  height: 4px;
}
@media (max-width: 991px) {
  .similar-property .similar-desc {
    font-size: var(--fs-14);
  }
  .similar-property .similar-title {
    font-size: var(--fs-18);
  }
}


.owl-carousel-property-details.owl-theme .owl-dots {
  visibility: hidden;
}

.owl-carousel-property-details.owl-theme .owl-nav .owl-prev span,
.owl-carousel-property-details.owl-theme .owl-nav .owl-next span {
  color: var(--bs-white);
}

.owl-carousel-property-details.owl-theme .owl-nav .owl-next,
.owl-carousel-property-details.owl-theme .owl-nav .owl-prev {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5) !important;
  margin: 0px !important;
}

.owl-carousel-property-details.owl-theme .owl-nav .owl-prev {
  left: 0;
}

.owl-carousel-property-details {
  height: 350px;
}

.owl-stage-outer,
.owl-item,
.item,
.owl-stage {
  height: 100%;
}

.owl-carousel .owl-item img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 575px) {
  .owl-carousel-property-details.owl-theme .owl-nav .owl-next,
  .owl-carousel-property-details.owl-theme .owl-nav .owl-prev {
    height: 50px;
    top: inherit;
    bottom: 0;
  }
  .owl-carousel-property-details {
    height: 300px;
  }
  .owl-carousel .owl-item img {
    height: 100%;
  }
}

/* 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: 768px) {
  .newsletter {
    margin-top: 35px;
  }
}

/* FOOTER CSS START */
.back-gr-redi {
  padding-top: 50px;
}

#all-floor-plans-images a img{
  height: 250px;
}

.min-w-140{
  min-width: 140px;
}

/* Similar Properties Navigation and Progress Bar - Mobile Only */
.similar-property-controls {
    display: none; /* Hide by default on desktop */
}

.similar-property-progress-bar {
    width: 100%;
    height: 4px;
    background-color: #3998A6;
    overflow: hidden;
    position: relative;
}

.similar-property-progress-fill {
    height: 100%;
    background-color: #9eccd4;
    border-radius: 2px;
    transition: width 0.3s ease;
    width: 0%;
}

.similar-property-progress-text {
    font-size: 14px;
    color: #666;
    font-family: 'Futura-Book', sans-serif;
}

.similar-property-navigation {
    gap: 20px;
}

.similar-property-nav-btn {
    width: 40px;
    height: 40px;
    background-color: #194850;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #ffffff;
    border: none;
    border-radius: 6px;
}

.similar-property-progress-container{
  padding: 0px 20px;
}

.similar-property-nav-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.similar-property-nav-btn:disabled:hover {
    background-color: transparent;
    color: #34919F;
}

@media (max-width: 575px) {

  .similar-property-controls {
    display: flex; /* Show on mobile */
    max-width: 600px;
    margin: 20px auto 0px;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    gap: 8px;
  }
    
    .similar-property-navigation {
        gap: 10px;
    }
    
    .similar-property-nav-btn {
        width: 44px;
        height: 44px;
    }
    
    .similar-property-nav-btn svg {
        width: 24px;
        height: 24px;
    }

    .video-new-section1 {
      padding: 0px !important;
    }
}

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