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

.max-w-811 {
  max-width: 811px;
}

.max-w-1164 {
  max-width: 1164px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.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);
}

.location-section-new {
  margin-top: 50px !important;
}

.location-section-new h1 {
  margin-bottom: 44px !important;
}

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

.h-500 {
  height: 500px;
  overflow: hidden;
  width: 900px;
  margin: auto;
  border-radius: 10px;
}

@media (max-width: 575px) {
  .back-small-btn {
    position: absolute;
    top: 90px;
    z-index: 999;
    background: rgba(var(--bs-gray-rgb), 0.4);
    color: #194850;
    border-radius: 10px;
    padding: 5px 10px;
    gap: 10px;
    left: 17px;
    text-transform: uppercase;
  }
  .back-small-btn:hover {
    color: #194850 !important;
  }

  .location-section-new {
    padding-top: 20px !important;
  }

  .mobile-heading {
    font-family: "Futura-Medium" !important;
  }

  .location-section-new h1 {
    margin-bottom: 20px !important;
  }

  #view-map {
    height: 314px !important;
  }

  .location-section-new {
    margin-top: 0px !important;
  }
  
}

/* morgage calculator */
.mortgage-calculate-container {
  background: white;
  max-width: 567px;
  margin: auto;
  padding: 22px 45px 36px;
  border: 1px solid #194850;
  border-radius: 12px;
  color: rgb(46, 108, 118);
  font-family: Arial, sans-serif;
  margin-bottom: 74px;
  margin-top: 86px;
}

.mortgage-calculate-container h2 {
  color: var(--bs-primary);
  text-align: center;
  margin-bottom: 20px !important;
}

.field {
  margin-top: 10px;
}

.field input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.field-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.field-content label {
  display: block;
  margin-bottom: 0px;
  text-transform: uppercase !important;
  width: 45%;
  font-size: 16px;
  font-family: "Futura PT Web";
  color: #194850;
}

.field-content input {
  border: 1px solid #194850;
  padding: 0.4rem 0.5rem;
  font-size: 15px;
  font-family: "Futura PT Web";
  color: #194850;
  width: 43%;
  border-radius: 5px;
  text-align: center;
  position: relative;
}

.field-content input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#deposite-per::after {
  content: "%";
}

#deposite-per {
  position: absolute;
  right: 0.7rem;
  color: #707070;
  font-size: 15px;
  font-family: "Futura PT Web";
}

.field-content input:focus {
  outline: none;
}

.field input[type="range"] {
  accent-color: rgb(54, 147, 161, 0.5);
}

.field input[type="range"]:focus {
  outline: none;
}

.result {
  margin-top: 14px;
  font-weight: 500;
  font-family: "Futura-Heavy";
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  color: #194850;
  text-transform: uppercase !important;
}

.result.fw-light {
  font-family: "Futura PT Web" !important;
}

.find-mortgage-btn {
  margin: 25px 0px;
  width: 100%;
  padding: 8px 10px;
  font-size: 20px;
  border: none;
  color: white;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  background: linear-gradient(
    90deg,
    rgba(54, 147, 161, 1) 0%,
    rgba(69, 177, 193) 100%
  );
}

.description {
  color: #9d9d9d;
  font-size: 16px;
  font-family: "Futura-Book";
}

.interest-btn-box {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  width: 43%;
}

.interest-btn-box button {
  position: absolute;
  z-index: 3;
  text-align: center;
  width: 20px;
  height: 20px;
  font-size: large;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 1px solid #164d53;
  color: #164d53;
  cursor: pointer;
}

hr {
  opacity: 1;
  margin: 7px 0 27px;
}

.interest-btn-box input {
  width: 100%;
}

.tour-new-section {
  padding-top: 98px !important;
}

.tour-new-section h1 {
  margin-bottom: 40px !important;
}

.btn-minus {
  left: 20px;
}

.btn-plus {
  right: 20px;
}

.price-input-wrapper {
  width: 43%;
}

.price-input-wrapper input {
  width: 100%;
}

.price-input-wrapper #deposite-per {
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .h-500 {
    width: 100%;
    margin: auto;
  }
}

@media (max-width: 750px) {
  #deposite {
    text-align: left;
  }

  .field-content input,
  .interest-btn-box {
    width: 50%;
  }

  .mortgage-calculate-container {
    width: 100%;
  }

  #interestRate {
    width: 100%;
  }

  .price-input-wrapper {
    width: 50%;
  }

  .price-input-wrapper input {
    width: 100%;
    text-align: center !important;
  }
}

@media (max-width: 575px) {
  .h-500 {
    height: 184px;
  }

  .tour-section-wrapper {
    padding-inline: 0px;
  }

  .field-content label {
    font-size: 22px;
    text-align: center;
    white-space: nowrap;
    font-family: "Futura-Medium" !important;
    font-weight: 500 !important;
    width: 100%;
  }

  .mortgage-calculate-container{
    max-width: 100%;
    margin-top: 0px !important;
  }

  .mortgage-calculate-container h2 {
    font-size: 18px;
  }

  .mobile-calculate-mortgage-title {
    font-size: 35px;
    margin-top: 67px !important;
  }

  .field-content input {
    font-size: 20px;
    padding: 7px !important;
    margin-top: 0px;
    width: 234px;
  }

  .interest-btn-box {
    width: 234px;
    margin-top: 15px;
  }

  .field {
    margin-top: 4px;
  }

  .btn-minus {
    left: 20px;
  }

  .btn-plus {
    right: 20px;
  }

  .mortgage-calculate-container {
    padding: 22px 0px;
    font-family: "Futura PT Web";
    font-weight: bold;
    margin-bottom: 74px;
  }

  .field-content {
    flex-direction: column;
  }

  .range-wrapper {
    max-width: 240px;
    margin-inline: auto;
  }

  hr {
    margin: 15px 0 15px;
    width: 80%;
    margin-inline: auto;
  }

  .result {
    padding-inline: 12px;
    font-size: 20px;
  }

  .result span{
    font-size: 19px;
    line-height: 30px;
  }

  .find-mortgage-btn-wrapper {
    padding-inline: 28px;
  }

  .find-mortgage-btn {
    margin: 16px 0px;
    background: linear-gradient(
      240deg,
      rgba(54, 147, 161, 1) 0%,
      rgba(69, 177, 193) 100%
    );
  }

  .mortgage-calculate-container .description {
    padding-inline: 28px;
    font-family: "Futura-Light" !important;
  }

  .price-input-wrapper {
    width: 234px;
    position: relative;
  }

  .price-input-wrapper input {
    text-align: center !important;
  }

  .tour-new-section {
    padding-top: 26px !important;
  }

  .tour-new-section h1 {
    margin-bottom: 14px !important;
  }
}

/* morgage calculator end */

.video-new-section {
  padding-top: 82px;
}

.video-new-section h1 {
  margin-bottom: 43px;
}

.floor-plans-section {
  padding-top: 88px !important;
}

.floor-plans-section h1 {
  margin-bottom: 15px !important;
}

.floor-plan-grid {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin: 20px 0px;
}

.floor-plan-grid > div {
  height: 257px;
  width: 320px;
}

.floor-plan-grid img {
  height: 100%;
  width: 320px;
  max-width: 100%;
  object-fit: cover;
}

.gallrey-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 40px 0px;
}

.all-images-btn {
  padding: 10px 48px;
  background: transparent;
  border: 2px solid #194850;
  border-radius: 5px;
  font-size: 20px;
  font-family: "Futura-Demi";
  color: #194850;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .gallrey-grid .gallery-img {
    height: 260px;
  }
}

@media (max-width: 575px) {
  .gallrey-grid {
    grid-template-columns: repeat(1, 1fr);
    margin: 19px 0 23px;
    gap: 12px;
  }

  .all-images-btn {
    padding: 8px 13px;
    width: 100%;
    white-space: nowrap;
  }

  .floor-plan-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 18px;
    margin: 14px 0px 12px;
  }

  .video-new-section {
    padding-top: 40px;
  }

  .video-new-section h1 {
    margin-bottom: 12px;
  }

  .floor-plan-grid > div {
    width: 100%;
  }

  .floor-plan-grid img {
    width: 100%;
  }

  .floor-plans-section {
    padding-top: 44px !important;
  }
}

@media (max-width: 425px) {
  .gallrey-grid .gallery-img {
    height: 190px;
  }
}

/* Distancias Section Styles */
.distancias-section {
  margin-top: 30px;
}

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

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

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

.doc-btn-container {
  gap: 57px;
  margin-top: 42px;
}

.doc-btn-container .doc-btn {
  white-space: nowrap;
}

.distancias-title {
  text-align: center;
  font-size: 34px;
  color: #194850;
  text-transform: uppercase;
  font-family: "Futura-Medium";
  margin-bottom: 0px;
}

.distancias-grid {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 24px 0;
}

.distancia-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 125px;
  width: 135px;
  background: #ececec;
  border-radius: 8px;
}

.distancia-icon {
  width: 60px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.distancia-text {
  font-size: 15px;
  color: #000000;
  font-family: "Futura PT Web";
  text-align: center;
}

/* Responsive Design for Distancias */
@media (max-width: 768px) {
  .distancias-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .doc-btn-container {
    flex-wrap: wrap;
    gap: 17px;
  }

  .doc-btn-container .doc-btn {
    width: 90%;
  }

  .distancia-item {
    padding: 15px 10px;
  }

  .distancia-icon {
    width: 45px;
    height: 45px;
  }

  .distancia-text {
    font-size: 14px;
  }

  .distancias-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .distancias-section {
    margin: 20px 0;
    padding: 10px 15px;
  }

  .doc-btn-container {
    margin-top: 25px;
    gap: 17px !important;
  }

  .doc-btn-container .doc-btn {
    padding: 18px 10px;
  }

  .distancias-grid {
    padding-block: 0;
    gap: 10px;
  }

  .distancia-item {
    padding: 12px 8px;
    height: 78px;
    justify-content: space-between;
  }

  .distancia-icon {
    width: 36px;
    min-height: 33px;
    margin-bottom: 8px;
  }

  .distancia-icon svg {
    width: 100%;
    height: 100%;
  }

  .distancia-text {
    font-size: 15px;
  }

  .disponibilidad-section .doc-btn {
    background: linear-gradient(
      240deg,
      rgba(54, 147, 161, 1) 0%,
      rgba(69, 177, 193) 100%
    );
    padding: 8px 22px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 19px;
    font-weight: 500;
    font-family: "Futura-Medium";
    color: #fff !important;
    text-transform: uppercase;
  }

  .document-table-btn {
    margin-top: 39px !important;
  }
}

@media (max-width: 360px) {
  .doc-btn-container .doc-btn {
    width: 100%;
    font-size: 18px;
  }
}

/* Breadcrumb Navigation Styles */
.breadcrumb-navigation {
  margin: 20px 0 24px;
  padding: 0;
}

.breadcrumb-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

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

.breadcrumb-text {
  font-size: 17px;
  line-height: 35px;
  font-weight: 500;
  font-family: "Futura-Demi";
  color: #9d9d9d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

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

.breadcrumb-separator {
  display: flex;
  align-items: center;
  margin: 0 4px;
}

.main-title {
  font-size: 36px;
}

.property-price {
  margin-bottom: 0px !important;
}

.property-badge {
  background-color: white;
  border-radius: 8px;
  padding: 7px 13px;
  color: #194850;
  border: 1px solid #194850;
  font-size: 17px;
  font-family: "Futura PT Web";
  line-height: 24px;
}

.characteristics-new-section {
  padding-top: 35px;
}

.characteristics-new-section-content {
  padding: 28px;
  background: #ececec;
}

.characteristics-new-section-content h1 {
  margin-bottom: 30px;
}

.contactus-sticky-section {
  position: sticky;
  top: 80px;
  max-width: 321px;
}

.complete-project-btn {
  border: none;
  padding: 7px 22px;
  border-radius: 8px;
  color: white;
  background: linear-gradient(270deg, #34919f -0.32%, #43b1c1 100%);
}

.mt-40 {
  margin-top: -35px;
  margin-right: -80px;
}

.property-favorite-btn {
  background-color: white;
  border-radius: 8px;
  padding: 6px 13px;
  color: #194850;
  border: 1px solid #194850;
  font-size: 17px;
  font-family: "Futura PT Web";
  line-height: 24px;
}

/* Responsive Design */

@media (max-width: 575px) {
  .breadcrumb-navigation {
    margin: 0 0 2px;
  }

  .breadcrumb-container {
    row-gap: 3px;
    column-gap: 4px;
  }

  .breadcrumb-text {
    font-size: 13px;
    line-height: normal;
  }

  .characteristics-new-section-row {
    padding-inline: 12px;
  }

  .characteristics-new-section {
    padding-top: 25px;
  }

  .characteristics-new-section-content {
    padding: 10px 24px;
    background: #ececec;
  }

  .characteristics-new-section-content .list-wrapper {
    margin-left: 12px;
  }

  .characteristics-new-section-content .list-wrapper ul li {
    padding-left: 6px;
  }

  .characteristics-new-section-content h1 {
    text-align: left !important;
  }

  .property-favorite-btn {
    background-color: white;
    border-radius: 8px;
    padding: 7px 6px;
    color: #194850;
    border: 1px solid #194850;
    font-size: 15px;
    font-family: "Futura PT Web";
    line-height: normal;
  }

  .property-share-btn {
    background-color: white;
    border-radius: 8px;
    padding: 7px 13px;
    color: #194850;
    border: 1px solid #194850;
    font-size: 15px;
    font-family: "Futura PT Web";
    line-height: normal;
  }
}

/* Disponibilidad Section Styles */
.disponibilidad-section {
  margin: 40px 0 56px;
  padding: 30px 0;
}

.owl-carousel-property-details-section .owl-nav .owl-prev,
.owl-carousel-property-details-section .owl-nav .owl-next {
  border: 1px solid transparent !important;
}

.documents-section {
  margin-top: 90px;
}

.disponibilidad-table {
  background: white;
  margin-top: 50px;
  border-radius: 8px;
  overflow: hidden;
  border: none;
}

/* Table Responsive Custom Scrollbar */
.table-responsive::-webkit-scrollbar {
  height: 8px;
  padding-left: 10px;
}

.table-responsive::-webkit-scrollbar-track {
  background: #ececec;
}

.table-responsive::-webkit-scrollbar-thumb {
  background: #707070;
  border-radius: 4px;
}

.disponibilidad-table thead th:nth-child(1) {
  text-align: left !important;
  padding: 8px 30px !important;
}

.disponibilidad-table tbody td:nth-child(1) {
  text-align: left !important;
  padding: 8px 30px !important;
}

.disponibilidad-table thead th {
  border: none;
  padding: 16px 8px !important;
  font-family: "Futura-Demi";
  font-weight: 400 !important;
  color: #4f4f4f !important;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
}

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

/* .documents-section {
    margin-top: 40px;
}
.disponibilidad-section .list-desc {
    color: #707070 !important
} */

.disponibilidad-table tbody td {
  border: none;
  padding: 10px !important;
  font-family: "Futura-Book";
  color: #707070 !important;
  font-weight: 400 !important;
  line-height: 35px;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.disponibilidad-table tbody tr:nth-child(odd) {
  background-color: #f7f7f7;
}

.rotate-180 {
  transform: rotate(180deg);
}

.plano-btn {
  background: #f0f8ff;
  border: 1px solid #3693a1;
  color: #3693a1;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.plano-btn:hover {
  background: #3693a1;
  color: white;
}

.enlace-btn {
  background: #f0f8ff;
  border: 1px solid #3693a1;
  color: #3693a1;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.enlace-btn:hover {
  background: #3693a1;
  color: white;
}

.disponibilidad-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
  padding: 0 25px;
  row-gap: 20px;
}

.pagination-info {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #666;
}

.pagination-info p {
  font-family: "Futura-Book";
  font-size: 18px;
  line-height: 35px;
  color: #707070;
}

.pagination-select {
  border: 1px solid #000;
  margin-left: 24px;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
}

.pagination-controls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.pagination-btn {
  background: white;
  border: 1px solid #000;
  height: 30px;
  line-height: 26px;
  width: 30px;
  border-radius: 8px;
  cursor: pointer;
  font-family: "Futura-Book";
  font-size: 15px;
  transition: all 0.3s ease;
}

.pagination-numbers {
  display: flex;
  gap: 6px;
}

.pagination-number {
  background: white;
  border: 1px solid #000;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 8px;
  cursor: pointer;
  font-family: "Futura-Book";
  font-size: 15px;
  transition: all 0.3s ease;
}

.pagination-number.active {
  background: #3693a1;
  color: white;
  border-color: #3693a1;
}

.pagination-number:hover:not(.active) {
  background: #f0f8ff;
  border-color: #3693a1;
}

/* plan dropdown CSS */

.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;
  margin-left: 16px;
}

.plan-dropdown button {
  padding: 2px 12px;
  font-size: 20px;
  border-radius: 8px;
  font-family: "Futura-Book";
  color: #707070;
}

.plan-dropdown a:hover {
  background: #3693a1;
  color: white;
}

/* pagination dropdown CSS */

.custom-select-wrapper {
  position: relative;
  width: 100px;
  user-select: none;
  cursor: pointer;
}

.custom-select-display {
  border: 1px solid #000000;
  padding: 2px 10px;
  background: #fff;
  width: fit-content;
  border-radius: 8px;
}

.custom-select-options {
  position: absolute;
  top: 100%;
  width: 55px;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
  margin-top: 5px;
}

.custom-option {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 8px;
}

.custom-option:hover {
  background-color: #3693a1;
  color: #fff;
}

.ver-proyecto-btn {
  background: white;
  border: 2px solid #3693a1;
  color: #3693a1;
  padding: 12px 30px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.ver-proyecto-btn:hover {
  background: #3693a1;
  color: white;
}

/* Responsive Design for Disponibilidad */
/* @media (max-width: 768px) {
    .disponibilidad-table {
        font-size: 12px;
    }

    .disponibilidad-table thead th,
    .disponibilidad-table tbody td {
        padding: 10px 8px;
        font-size: 12px;
    }

    .disponibilidad-pagination {
        flex-direction: column;
        gap: 15px;
    }

    .pagination-controls {
        flex-wrap: wrap;
        justify-content: center;
    }
} */
@media (max-width: 575px) {
  .disponibilidad-section {
    margin: 40px 0 67px;
    padding: 17px 0;
  }

  .disponibilidad-section .mobile-heading {
    margin-bottom: 19px !important;
    font-size: 35px;
  }

  .disponibilidad-section .list-desc {
    max-width: 70%;
    margin-inline: auto;
  }

  .disponibilidad-section .table-responsive {
    padding-inline: 0 !important;
  }

  .disponibilidad-table {
    margin-top: 0;
  }

  .disponibilidad-table thead th:nth-child(1) {
    padding: 8px 20px !important;
  }

  .disponibilidad-table tbody td:nth-child(1) {
    padding: 8px 20px !important;
    white-space: nowrap;
  }

  .documents-section {
    margin-top: 40px;
  }

  .pagination-number {
    line-height: 25px;
  }
}

/* Description Truncation Styles */
@media (min-width: 576px) {
  .description-toggle-btn {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .description-container {
    position: relative;
  }

  .description-content.truncated {
    max-height: 50vh;
    overflow: hidden;
    position: relative;
  }

  .description-content.truncated::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(transparent, white);
    pointer-events: none;
  }

  .description-toggle-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: white;
    padding: 8px 16px;
    margin: 12px auto 0;
    cursor: pointer;
    font-size: 20px;
    color: var(--bs-primary);
    transition: all 0.3s ease;
    max-width: 90%;
  }

  .description-toggle-btn i {
    transition: transform 0.3s ease;
    opacity: 0.7;
    font-weight: 300;
    -webkit-text-stroke: 0.5px;
    text-stroke: 0.5px;
  }

  .description-toggle-btn.expanded i {
    transform: rotate(180deg);
  }
}

.property-video-carousel-control-prev,
.property-video-carousel-control-next,
.property-tour-carousel-control-prev,
.property-tour-carousel-control-next {
  height: 36px;
  width: 36px;
  border: none;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  border-radius: 4px;
  z-index: 1000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.property-video-carousel-control-prev,
.property-tour-carousel-control-prev {
  left: 24px;
}

.property-video-carousel-control-next,
.property-tour-carousel-control-next {
  right: 14px;
}

.property-video-carousel-control-prev .carousel-control-prev-icon,
.property-video-carousel-control-next .carousel-control-next-icon,
.property-tour-carousel-control-prev .carousel-control-prev-icon,
.property-tour-carousel-control-next .carousel-control-next-icon {
  color: #fff;
  height: 18px;
  width: 18px;
  margin-top: 4px;
}

#videoCarousel,
#tourCarousel {
  height: 500px;
  width: 900px;
  margin: auto;
}

.feature-spacing {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 575px) {
  .feature-spacing {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* Validation styling for mortgage calculator */

.field-content input.is-invalid {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.2) !important;
}

.field-content input.is-invalid:focus {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.25) !important;
}

.err-deposite {
  font-size: 14px;
}

.property-description-title{
  font-size: 24px;
  color: #2F2F2F;
}


/* Common styling */
.custom-range-style {
  -webkit-appearance: none; /* Safari/Chrome */
  width: 100%;
  height: 6px;
  border: none !important;
  outline: none !important;
  border-radius: 0px !important;
  margin: 20px 0;
  padding: 0 !important;
}

/* Track (line) */
.custom-range-style::-webkit-slider-runnable-track {
  height: 6px;
  background: inherit;
  border-radius: 0px;
  border: none !important;  
  outline: none !important;
}

.custom-range-style::-moz-range-track {
  height: 6px;
  background: inherit;
  border-radius: 0px;
  border: none !important;
  outline: none !important;
}

/* Thumb (circle/handle) */
.custom-range-style::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #3693A1;
  cursor: pointer;
  margin-top: -10px !important;
}

.custom-range-style::-moz-range-thumb {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #3693A1;
  cursor: pointer;
  margin-top: -10px !important;
}


@media (max-width: 575px) {
  .custom-range-style::-webkit-slider-thumb {
    height: 19px;
    width: 19px;
    margin-top: -6px !important;
  }

  .custom-range-style::-moz-range-thumb {
    height: 19px;
    width: 19px;
    margin-top: -6px !important;
  }
}