:root {
  --default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Raleway", sans-serif;
  --nav-font: "Montserrat", sans-serif;
}
:root {
  --background-color: var(--bs-white);
  --default-color: var(--bs-body-color-rgb);
  --heading-color: var(--bs-heading);
  --accent-color: #af12af;
  --surface-color: #ffffff;
  --contrast-color: #ffffff;
  --dark-color: var(--bs-dark);
}
:root {
  --nav-color: rgba(255, 255, 255, 0.7);
  --nav-hover-color: #ffffff;
  --nav-mobile-background-color: #ffffff;
  --nav-dropdown-background-color: #ffffff;
  --nav-dropdown-color: #263a31;
  --nav-dropdown-hover-color: var(--bs-primary);
}
:root {
  scroll-behavior: smooth;
}
body,
html {
  overflow-x: hidden !important;
}
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}
a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}
.outline_ {
  display: none;
}
.outline_ {
  display: none;
}
.col-md-6_ {
  display: none;
}
.page-title {
  color: var(--default-color);
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  padding: 25px 0;
  position: relative;
  color: var(--heading-color) !important;
}
.page-title h1 {
  font-size: 24px;
  font-weight: 700;
}
.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
.page-title .breadcrumbs ol li li {
  padding-left: 10px;
}
.page-title .breadcrumbs ol li li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--heading-color), transparent 70%);
}
#color-box {
  background-color: color-mix(in srgb, var(--heading-color), transparent 70%);
  transition: background-color 0.3s;
}
#_HerOn {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
#_HerOn .btn-circle-ripple {
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color);
  box-shadow: 0 10px 10px rgba(var(--accent-color-rgb), 0.5);
}
#_HerOn a i {
  color: var(--contrast-color) !important;
}
#_HerOn a {
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color);
}
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(21, 4, 15, 0.8);
  overflow: hidden;
  position: relative;
}
#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#hero .carousel-item {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
#hero .carousel-item::before {
  content: "";
  background-color: rgba(4, 12, 21, 0.5);
}
#hero .carousel-container {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 82px;
  left: 50px;
  right: 50px;
}
#hero h2 {
  color: #fff;
  margin: 0;
  font-size: 48px;
  font-weight: 700;
}
#hero h2 span {
  color: var(--accent-color) !important;
}
#hero p {
  animation-delay: 0.4s;
  color: #fff;
  margin-top: 10px;
}
@media (min-width: 1200px) {
  #hero p {
    width: 50%;
  }
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#hero .carousel-inner .active.carousel-item-end,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .carousel-item {
  opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-inner .active.carousel-item-end,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
#hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}
#hero .carousel-indicators li.active {
  opacity: 1;
  background: var(--accent-color) !important;
}
#hero .btn-link {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  animation-delay: 0.8s;
  background: var(--accent-color) !important;
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.3);
  margin-top: 15px;
}
#hero .btn-link:hover {
  border: none;
  transition: 0.5s;
  color: var(--accent-color) !important;
  background: #fff;
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.7);
}
@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }
  #hero .carousel-container {
    text-align: center;
    top: 74px;
  }
}
@media (max-width: 768px) {
  #hero h2 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  #hero .carousel-control-next,
  #hero .carousel-control-prev {
    width: 5%;
  }
}
@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}
#_general_headings nav ol li a {
  transition: 0.5s;
  color: #ffffff;
  background: var(--accent-color) !important;
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.3);
}
#_general_headings nav ol li a:hover {
  border: none;
  transition: 0.5s;
  color: #ffffff;
  background: rgba(255, 0, 255, 0.1);
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.7);
}
#_general_headings nav ol li i:hover {
  color: var(--accent-color) !important;
}
#_general_headings .btn-outline-white:hover {
  background: rgba(255, 0, 255, 0.3) !important;
  color: #ffffff;
  border: none;
}
#_general_headings .breadcrumb-item {
  display: flex;
  align-items: center;
}
#_general_headings .breadcrumb-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
#_general_headings .breadcrumb-item i {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
  padding: 5px;
  margin-right: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#_general_headings nav ol li a .breadcrumb-item:hover {
  color: red;
}
.carousel-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  z-index: 2;
  margin: 0;
  padding: 0;
  list-style: none;
}
.carousel-progress-indicator {
  display: inline-block;
  width: 40px;
  height: 6px;
  background: #e0e0e0;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  transition: width 0.3s;
  margin: 0 2px;
  cursor: pointer;
}
.carousel-progress-indicator.active {
  width: 80px;
  transition: width 0.3s;
}
.carousel-progress-indicator .progress-bar {
  height: 100%;
  width: 0;
  background: #ffffff;
  transition: width 0s;
}
.carousel-progress-indicator.active .progress-bar {
  width: 100%;
  transition: width 5s linear;
}
.about-us {
  background: color-mix(in srgb, var(--accent-color), transparent 89%);
}
.about-us .content {
  padding-left: 2rem;
}
.about-us .content p {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 2rem;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
}
.about-us .section-title {
  margin-bottom: 2rem;
}
.about-us .section-title .section-title-label {
  display: inline-block;
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color) !important;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.about-us .content .section-header {
  margin-bottom: 2rem;
}
.about-us .content .section-header .section-label {
  display: inline-block;
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color) !important;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.about-us .content .section-header h2 {
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 700;
  margin: 0;
}
.about-us .image-gallery {
  position: relative;
  height: 100%;
}
.about-us .image-gallery .primary-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}
.about-us .image-gallery .primary-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .about-us .image-gallery .primary-image img {
    height: 300px;
  }
}
.about-us .image-gallery .primary-image .experience-badge {
  position: absolute;
  top: 2rem;
  left: 2rem;
  background: linear-gradient(
    135deg,
    var(--accent-color),
    color-mix(in srgb, var(--accent-color), black 20%)
  );
  border-radius: 16px;
  padding: 1.5rem;
  color: var(--contrast-color) !important;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.about-us .image-gallery .primary-image .experience-badge .badge-content {
  text-align: center;
}
.about-us
  .image-gallery
  .primary-image
  .experience-badge
  .badge-content
  .number {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.about-us .image-gallery .primary-image .experience-badge .badge-content .text {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.2;
  opacity: 0.9;
}
.about-us .image-gallery .secondary-image {
  position: absolute;
  bottom: -2rem;
  right: -2rem;
  width: 60%;
  border-radius: 16px;
  overflow: hidden;
  border: 4px solid var(--surface-color);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.about-us .image-gallery .secondary-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.about-us .content .achievements-list {
  margin-bottom: 2.5rem;
}
.about-us .content .achievements-list .achievement-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.about-us .content .achievements-list .achievement-item:last-child {
  margin-bottom: 0;
}
.about-us .content .achievements-list .achievement-item .achievement-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-us .content .achievements-list .achievement-item .achievement-icon i {
  font-size: 1.4rem;
  color: var(--accent-color) !important;
}
.about-us
  .content
  .achievements-list
  .achievement-item
  .achievement-content
  h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: var(--heading-color) !important;
}
.about-us .content .achievements-list .achievement-item .achievement-content p {
  font-size: 0.9rem;
  margin: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}
.about-us .content .action-section {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.about-us .content .action-section .btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: linear-gradient(
    135deg,
    var(--accent-color),
    color-mix(in srgb, var(--accent-color), black 15%)
  );
  color: var(--contrast-color);
  padding: 1rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.about-us .content .action-section .btn-cta:hover {
  border: none;
  transition: 0.5s;
  color: var(--accent-color);
  background: var(--contrast-color);
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.7);
}
.about-us .content .action-section .btn-cta:hover i {
  transform: translateX(3px);
}
.about-us .content .action-section .btn-cta i {
  transition: transform 0.3s ease;
}
.about-us .content .action-section .contact-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.about-us .content .action-section .contact-info .contact-icon {
  width: 40px;
  height: 40px;
  background-color: var(--surface-color) !important;
  border: 2px solid color-mix(in srgb, var(--accent-color), transparent 80%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-us .content .action-section .contact-info .contact-icon i {
  color: var(--accent-color) !important;
  font-size: 1.1rem;
}
.about-us .content .action-section .contact-info .contact-details {
  display: flex;
  flex-direction: column;
}
.about-us .content .action-section .contact-info .contact-details span {
  font-size: 0.85rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 0.1rem;
}
.about-us .content .action-section .contact-info .contact-details strong {
  font-size: 1rem;
  color: var(--heading-color) !important;
  font-weight: 700;
}
@media (max-width: 768px) {
  .about-us
    .image-gallery
    .primary-image
    .experience-badge
    .badge-content
    .number {
    font-size: 1.5rem;
  }
  .about-us .image-gallery .primary-image .experience-badge {
    top: 1rem;
    left: 1rem;
    padding: 1rem;
  }
  .about-us .content .section-header h2 {
    font-size: 1.8rem;
  }
  .about-us .content .action-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
}
@media (max-width: 992px) {
  .about-us .image-gallery .secondary-image {
    display: none;
  }
  .about-us .content {
    padding-left: 0;
    margin-top: 2rem;
  }
}
@media (max-width: 576px) {
  #about-us .container {
    border-radius: var(--bs-border-radius-sm, 0.375rem) !important;
    margin-top: 0 !important;
  }
}
@media (min-width: 577px) {
  #about-us .container {
    margin-top: 30px !important;
  }
}
#_insider {
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
}
#_insider .container h6 {
  color: var(--accent-color) !important;
}
#_insider .insider-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background-color: var(--surface-color) !important;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#_insider .insider-icon i {
  font-size: 1.4rem;
  color: var(--accent-color) !important;
}
#_insider strong {
  color: var(--accent-color) !important;
}
#_insider h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: var(--dark-color) !important;
}
#_insider .subject {
  color: color-mix(in srgb, var(--dark-color), transparent 45%);
  font-size: 0.9rem;
}
#_discorverMore {
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
}
#_discorverMore .heading {
  margin-bottom: 2rem;
}
#_discorverMore .heading .section-title-label {
  display: inline-block;
  color: var(--accent-color) !important;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
#_discorverMore h5 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
#_discorverMore h5 span {
  color: var(--accent-color) !important;
}
#_discorverMore h5 span {
  color: var(--accent-color) !important;
}
#_discorverMore h5 span.text-more {
  color: var(--dark-color) !important;
}
#_discorverMore p {
  color: color-mix(in srgb, var(--surff-color), transparent 45%);
}
#media-experiences {
  background-color: color-mix(in srgb, var(--accent-color) 10%, transparent);
}
#media-experiences .media-box {
  background-color: var(--bs-secondary-bg);
  border-radius: 1.25rem;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#media-experiences .media-box h5 {
  color: var(--bs-primary);
  font-weight: 600;
}
#media-experiences .media-box .btn-read-more {
  background: linear-gradient(
    135deg,
    var(--accent-color),
    color-mix(in srgb, var(--accent-color), blue 20%)
  );
  color: var(--contrast-color) !important;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(54, 144, 231, 0.3);
}
#media-experiences .btn-read-more:hover {
  transform: translateY(-3px);
  border: none;
  transition: 0.5s;
  color: var(--accent-color) !important;
  background: var(--contrast-color) !important;
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.7);
}
#media-experiences .btn-read-more span {
  font-family: "Nunito", sans-serif;
}
#media-experiences .headline-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media (min-width: 768px) {
  #media-experiences .learn-more-lg {
    margin-left: 24px;
    white-space: nowrap;
  }
}
#media-experiences .text-block {
  display: flex;
  flex: 1;
  gap: 15px;
  align-items: center;
}
#media-experiences .icon-box {
  font-size: 2rem;
  color: var(--accent-color);
  padding: 0.5rem;
  background-color: color-mix(in srgb, var(--accent-color) 10%, transparent);
  border-radius: 50px;
}
#media-experiences .arrow-toggle {
  font-size: 1.25rem;
  color: var(--accent-color) !important;
  transition: transform 0.2s;
}
#media-experiences .arrow-toggle.rotate {
  transform: rotate(180deg);
}
#media-experiences .arrow-toggle:hover {
  color: var(--accent-color);
  background-color: color-mix(in srgb, var(--accent-color) 10%, transparent);
  box-shadow: 0 2px 4px 0 rgba(255, 0, 255, 0.2),
    0 6px 20px 0 rgba(255, 0, 255, 0.19);
}
#media-experiences .learn-more-sm {
  border-top: 1px solid color-mix(in srgb, var(--accent-color) 10%, transparent);
  padding-top: 12px;
  margin-top: 8px;
}
@media (min-width: 768px) {
  #media-experiences .learn-more-sm {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }
}
#_single_lessee {
  background: rgba(255, 0, 255, 0.1);
}
#_single_lessee .swiper-container .headings {
  color: var(--accent-color) !important;
}
#_single_lessee .btn-read-more {
  transition: 0.5s;
  color: #fff;
  background: var(--accent-color) !important;
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.3);
}
#_single_lessee .btn-read-more:hover {
  border: none;
  transition: 0.5s;
  color: var(--accent-color) !important;
  background: #fff;
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.7);
}
.single-lessee-about-us {
}
.single-lessee-about-us h2 {
}
.single-lessee-about-us .btn-read-more {
  border: var(--accent-color) 1px solid;
  transition: 0.5s;
  color: #fff;
  background: var(--accent-color) !important;
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.3);
}
.single-lessee-about-us .btn-read-more:hover {
  border: none;
  transition: 0.5s;
  color: var(--accent-color) !important;
  background: #fff;
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.7);
}
.single-lessee-about-us .btn-read-more span {
  font-family: "Nunito", sans-serif;
}
.single-lessee-about-us span .contact-no {
  color: var(--accent-color) !important;
}
.single-lessee-about-us span .contact-no {
  display: inline-block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.single-lessee-about-us span .contact-no::after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  transform: translate3d(-102%, 0, 0);
  content: "";
  display: block;
  height: 1px;
  background-color: var(--accent-color) !important;
}
.single-lessee-about-us span .contact-no:hover::after {
  animation: underline-both 1s ease;
}
.single-lessee-about-us .company-name {
  background: rgba(255, 0, 255, 0.11);
  color: var(--accent-color) !important;
}
.single-lessee-values .value-heading {
  background: rgba(255, 0, 255, 0.2);
  color: var(--accent-color) !important;
}
.single-lessee-values i {
  background: rgba(255, 0, 255, 0.11);
  color: var(--accent-color) !important;
}
.single-lessee-values h6 {
  color: var(--accent-color) !important;
}
.single-lessee-values .profile-img {
  border: 20px solid red;
  padding: 0;
}
.single-lessee-values .profile-img img {
  margin-top: -60px;
  margin-left: 40px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
#openGalleryBtn:hover {
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.7);
}
#openGalleryBtn a .btn-open-gallery {
  border: var(--accent-color) 1px solid;
  transition: 0.5s;
  color: #fff;
  background: var(--accent-color) !important;
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.3);
}
#openGalleryBtn a .btn-open-gallery:hover {
  border: none;
  transition: 0.5s;
  color: var(--accent-color) !important;
  background: #fff;
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.7);
}
.lesseeImageGallery {
  background-color: rgba(255, 0, 255, 0.3);
}
.lesseeImageGallery .modal-header h6 {
  color: var(--accent-color) !important;
  font-weight: 600;
}
.lesseeImageGallery .modal-header i,
.lesseeImageGallery .modal-header span {
  color: var(--accent-color) !important;
}
.lesseeImageGallery .modal-header .close:hover {
  color: #fff;
  background: var(--accent-color) !important;
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.7);
  transition: all 0.5s ease-in-out;
}
.btn-open-gallery {
  padding: 10px 20px;
  font-size: 18px;
  color: #fff;
  background: var(--accent-color) !important;
  border: none;
  border-radius: 5px;
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.3);
  transition: 0.5s;
}
.btn-open-gallery:hover {
  color: var(--accent-color) !important;
  background: #fff;
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.7);
  transition: 0.5s;
}
.lesseeImageGallery .modal-body .carousel-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.lesseeImageGallery .modal-body .carousel-number {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  background: rgba(255, 0, 255, 0.4);
}
.lesseeImageGallery .modal-body .carousel-number:hover {
  color: var(--accent-color) !important;
  background: #fff;
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.7);
  transition: 0.5s;
}
.lesseeImageGallery .modal-body .control-next-icon {
  background-color: rgba(255, 0, 255, 0.3);
  padding: 10px;
  border-radius: 5px;
  color: #fff;
}
.lesseeImageGallery .modal-body .control-next-icon:hover {
  background-color: rgba(255, 0, 255, 0.5);
  color: #fff;
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.3);
  transition: all 0.3s ease-in-out;
}
.lesseeImageGallery .modal-body .control-next-icon:focus {
  background-color: rgba(255, 0, 255, 0.5);
  color: #fff;
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.3);
  transition: all 0.3s ease-in-out;
}
.lesseeImageGallery .text-center-title {
  text-align: center;
  width: 100%;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-up {
  animation: fadeInUp 1s ease-in-out forwards;
}
.lesseeImageGallery .carousel-indicators button {
  background-color: gray;
  border: none;
}
.lesseeImageGallery .carousel-indicators .active {
  background-color: var(--accent-color) !important;
}
.lessee-our-services-products {
  background: rgba(255, 0, 255, 0.1);
}
.lessee-our-services-products .services-products-card {
  background: #000;
}
.lessee-our-services-products h6 {
  color: var(--accent-color) !important;
}
.lessee-our-services-products i {
  color: var(--accent-color) !important;
}
.lessee-our-services-products .services-products-title {
  background: rgba(255, 0, 255, 0.9);
  color: var(--accent-color) !important;
}
.lessee-our-services-products .services-products-description {
}
.lessee-partner-sponsor .swiper-partners-logos .swiper-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.lessee-partner-sponsor .swiper-partners-logos .swiper-wrapper.centered {
  justify-content: center;
}
.lessee-partner-sponsor .swiper-partners-logos .swiper-slide {
  flex: 0 0 auto;
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#lessee-GetInTouch {
}
.lessee-getintouch .getintouch-card {
}
.lessee-getintouch h6 {
  color: var(--accent-color) !important;
}
.lessee-getintouch i {
  color: var(--accent-color) !important;
}
.lessee-getintouch .lessee-getintouch-title {
  background: rgba(255, 0, 255, 0.2);
  color: var(--accent-color) !important;
}
#getInTouchSpinner .loading-dots {
  display: inline-flex;
  gap: 4px;
  align-items: center;
}
#getInTouchSpinner .loading-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-color) !important;
  animation: heartbeatDot 1s infinite;
  opacity: 0.8;
}
#getInTouchSpinner .loading-dots .dot:nth-child(2) {
  animation-delay: 0.2s;
}
#getInTouchSpinner .loading-dots .dot:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes heartbeatDot {
  0%,
  100% {
    opacity: 0.8;
    transform: scale(1);
  }
  10% {
    opacity: 1;
    transform: scale(1.4);
  }
  20% {
    opacity: 0.8;
    transform: scale(1);
  }
  30% {
    opacity: 1;
    transform: scale(1.2);
  }
  40% {
    opacity: 0.8;
    transform: scale(1);
  }
  100% {
    opacity: 0.8;
    transform: scale(1);
  }
}
.lessees-main {
  background: color-mix(in srgb, var(--heading-color), transparent 90%);
}
.lessees-main .btn-primary-custom {
  background: linear-gradient(
    135deg,
    var(--accent-color),
    color-mix(in srgb, var(--accent-color), blue 20%)
  );
  color: var(--contrast-color);
  padding: 14px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(54, 144, 231, 0.3);
}
.lessees-main .btn-primary-custom:hover {
  transform: translateY(-3px);
  border: none;
  transition: 0.5s;
  color: var(--accent-color);
  background: var(--contrast-color);
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.7);
}
.lessees-main p {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.lessees-main .swiper-lessees-button-prev:hover {
  transform: translateY(-3px);
  border: none;
  transition: 0.5s;
  color: var(--accent-color);
  background: var(--contrast-color);
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.7);
}
.lessees-main .swiper-lessees-button-next:hover {
  transform: translateY(-3px);
  border: none;
  transition: 0.5s;
  color: var(--accent-color);
  background: var(--contrast-color);
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.7);
}
.lessees-logos .loves {
  display: inline-block;
  min-width: 130px;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: 600;
  font-size: 1.2rem;
  color: var(--accent-color) !important;
}
.lessees-logos h5 {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  min-height: 2.5em;
  margin-bottom: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
}
.lessees-logos .swiper-container {
  min-height: 90px;
  display: flex;
  align-items: center;
}
.lessees-logos img {
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}
.lessee-listing .search-field {
  position: relative;
}
#business-search::placeholder {
  color: var(--heading-color, #a0a0a0);
  opacity: 1;
  font-size: 0.95em;
  font-weight: 300;
  opacity: 1;
  letter-spacing: 0.01em;
}
.lessee-listing .search-field input {
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: groove;
  border-bottom-color: var(--accent-color) !important;
  border-bottom-width: thin;
  color: var(--heading-color) !important;
}
.lessee-listing .search-field input:active,
.lessee-listing .search-field input:focus {
  outline: none !important;
  box-shadow: 0 1px 2px 0 rgba(255, 0, 255, 0.2),
    0 3px 10px 0 rgba(255, 0, 255, 0.19);
  margin: 0;
}
.lessee-listing .search-field .search-icon.search-icon-right {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--accent-color) !important;
  pointer-events: none;
  font-size: 1.2em;
}
.lessee-listing .search-field .form-control {
  padding-right: 2.5rem;
}
#load-more-lessees-spinner .loading-dots-vertical {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
#load-more-lessees-spinner .loading-dots-vertical .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  color: var(--accent-color) !important;
  background: var(--accent-color, #8c24cc) !important;
  animation: heartbeatDot 1s infinite;
  opacity: 0.8;
}
#load-more-lessees-spinner .loading-dots-vertical .dot:nth-child(2) {
  animation-delay: 0.2s;
}
#load-more-lessees-spinner .loading-dots-vertical .dot:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes heartbeatDot {
  0%,
  100% {
    opacity: 0.8;
    transform: scale(1);
  }
  10% {
    opacity: 1;
    transform: scale(1.4);
  }
  20% {
    opacity: 0.8;
    transform: scale(1);
  }
  30% {
    opacity: 1;
    transform: scale(1.2);
  }
  40% {
    opacity: 0.8;
    transform: scale(1);
  }
  100% {
    opacity: 0.8;
    transform: scale(1);
  }
}
.lessee-listing .results-header h5 {
  font-size: 1.2rem;
  font-weight: 600;
}
.lessee-listing .results-header p {
  color: color-mix(in srgb, var(--heading-color), transparent 30%);
}
.lessee-listing .results-header .results-controls .view-toggle {
  display: flex;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
  border-radius: 6px;
  overflow: hidden;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}
.lessee-listing .results-header .results-controls .view-toggle i {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}
.lessee-listing .results-header .results-controls .view-toggle .view-btn {
  padding: 8px 12px;
  border: none;
  background-color: var(--surface-color);
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  transition: all 0.3s ease;
  cursor: pointer;
}
.lessee-listing
  .results-header
  .results-controls
  .view-toggle
  .view-btn:not(:last-child) {
  border-right: 1px solid
    color-mix(in srgb, var(--default-color), transparent 80%);
}
.lessee-listing
  .results-header
  .results-controls
  .view-toggle
  .view-btn.active {
  background-color: var(--accent-color) !important;
  color: var(--contrast-color) !important;
}
.lessee-listing
  .results-header
  .results-controls
  .view-toggle
  .view-btn:hover:not(.active) {
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color) !important;
}
.lessee-listing .post-content .post-meta .post-author .btn-primary-custom {
  background: linear-gradient(
    135deg,
    var(--accent-color),
    color-mix(in srgb, var(--accent-color), blue 20%)
  );
  color: var(--contrast-color);
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(54, 144, 231, 0.3);
}
.lessee-listing
  .post-content
  .post-meta
  .post-author
  .btn-primary-custom:hover {
  transform: translateY(-3px);
  border: none;
  transition: 0.5s;
  color: var(--accent-color);
  background: var(--contrast-color);
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.7);
}
.lessee-listing .post-content .info i {
  color: color-mix(in srgb, var(--accent-color), transparent 30%);
}
.lessee-listing .business-name-overlay {
  display: flex;
  align-items: center;
  gap: 0;
  color: var(--contrast-color);
  font-size: 14px;
  font-weight: 600;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.15);
  padding: 8px 14px 8px 0;
  border-radius: 20px;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  pointer-events: none;
  max-width: 85%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lessee-listing .business-name-overlay .text {
  margin-left: 0;
  margin-right: 8px;
}
.lessee-listing .business-name-overlay-no {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--contrast-color);
  font-size: 14px;
  font-weight: 600;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.15);
  padding: 8px 14px;
  border-radius: 20px;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  pointer-events: none;
  max-width: 85%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#load-more-lessees-spinner .loading-dots-vertical {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
#load-more-lessees-spinner .loading-dots-vertical .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  color: var(--accent-color) !important;
  background: var(--accent-color, #8c24cc) !important;
  animation: heartbeatDot 1s infinite;
  opacity: 0.8;
}
#load-more-lessees-spinner .loading-dots-vertical .dot:nth-child(2) {
  animation-delay: 0.2s;
}
#load-more-lessees-spinner .loading-dots-vertical .dot:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes heartbeatDot {
  0%,
  100% {
    opacity: 0.8;
    transform: scale(1);
  }
  10% {
    opacity: 1;
    transform: scale(1.4);
  }
  20% {
    opacity: 0.8;
    transform: scale(1);
  }
  30% {
    opacity: 1;
    transform: scale(1.2);
  }
  40% {
    opacity: 0.8;
    transform: scale(1);
  }
  100% {
    opacity: 0.8;
    transform: scale(1);
  }
}
#lessee-list .post-item {
  flex-direction: row;
}
#lessee-list-rows .post-item {
  flex-direction: column;
}
#lessee-list-rows .post-img {
  width: 100%;
  margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
  #lessee-list .post-item,
  #lessee-list-rows .post-item {
    flex-direction: column;
  }
  #lessee-list .post-img,
  #lessee-list-rows .post-img {
    width: 100%;
  }
}
#lessee-list-rows .col-xl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
#lessee-list-rows .post-item {
  flex-direction: column;
}
.view-rows {
  padding: 0 !important;
  margin: 5px !important;
}
#lessee-list-rows .post-item {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  padding: 0 !important;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
#lessee-list-rows .post-item {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  padding: 0 !important;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
#lessee-list-rows .post-img {
  width: 100% !important;
  height: 220px;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  position: relative;
  border-radius: 16px 16px 0 0;
  display: block;
}
#lessee-list-rows .post-img img.lessee-main-img,
#lessee-list-rows .post-img img.lesseef-main-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 16px 16px 0 0;
  margin: 0 !important;
  padding: 0 !important;
}
#lessee-list-rows .col-xl-6 {
}
#lessee-list-rows .post-item {
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  background: #fff;
  padding: 24px;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  #lessee-list-rows .col-xl-6 {
    padding: 16px 0;
    margin-bottom: 16px;
    #lessee-list-rows .post-item {
      padding: 16px;
    }
  }
}
#lessee-list,
#lessee-list-rows {
  display: none;
}
#lessee-list-rows.active,
#lessee-list.active {
  display: flex;
}
#lessee-list.masonry-view {
  display: flex;
  flex-wrap: wrap;
}
#lessee-list.masonry-view > .col-xl-6 {
  display: block;
}
#lessee-list.rows-view {
  display: block;
}
#lessee-list.rows-view > .col-xl-6 {
  width: 100%;
  max-width: 100%;
  display: block;
}
.lessee-listing .post-item {
  background-color: var(--surface-color);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  height: auto !important;
  gap: 24px;
  height: 100%;
}
.lessee-listing .post-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.lessee-listing .post-item:hover .post-title a {
  color: var(--accent-color);
}
.lessee-listing .post-item:hover .post-img img {
  transform: scale(1.1);
}
.lessee-listing .post-img {
  flex: 0 0 280px;
  overflow: hidden;
  position: relative;
}
.lessee-listing .post-img img {
  width: 280px;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.lessee-listing .post-content {
  padding: 24px 24px 24px 0;
}
.lessee-listing .category {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 16px;
  margin-bottom: 16px;
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color);
  border-radius: 50px;
  transition: 0.3s;
}
.lessee-listing .category:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}
.lessee-listing .post-title {
  margin: 0 0 16px;
}
.lessee-listing .post-title a {
  color: var(--heading-color);
  font-size: 24px;
  font-weight: 700;
  transition: 0.3s;
}
.lessee-listing .post-title a:hover {
  color: var(--accent-color);
}
.lessee-listing .post-description {
  color: var(--default-color);
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.6;
}
.lessee-listing .post-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 24px;
  border-top: 1px solid
    color-mix(in srgb, var(--default-color), transparent 90%);
}
.lessee-listing .post-author {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.lessee-listing .post-author .btn-primary-custom {
  display: flex;
  align-items: center;
  white-space: nowrap;
  min-width: 0;
}
.lessee-listing .post-author img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.lessee-listing .post-author .author-name {
  font-size: 14px;
  font-weight: 500;
  color: var(--heading-color);
}
.lessee-listing .post-date {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}
@media (max-width: 991px) {
  .lessee-listing .post-item {
    flex-direction: column;
  }
  .lessee-listing .post-img {
    flex: 0 0 auto;
  }
  .lessee-listing .post-img img {
    width: 100%;
    height: 200px;
  }
  .lessee-listing .post-content {
    padding: 24px;
  }
  .lessee-listing .post-title a {
    font-size: 20px;
  }
}
#search-suggestions {
  max-height: 300px;
  overflow-y: auto;
}
.loading-dots-horizontal-lessees {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.loading-dots-horizontal-lessees .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent-color, #8c24cc) !important;
  animation: heartbeatDot 1s infinite;
  opacity: 0.8;
}
.loading-dots-horizontal-lessees .dot:nth-child(2) {
  animation-delay: 0.2s;
}
.loading-dots-horizontal-lessees .dot:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes heartbeatDot {
  0%,
  100% {
    opacity: 0.8;
    transform: scale(1);
  }
  10% {
    opacity: 1;
    transform: scale(1.4);
  }
  20% {
    opacity: 0.8;
    transform: scale(1);
  }
  30% {
    opacity: 1;
    transform: scale(1.2);
  }
  40% {
    opacity: 0.8;
    transform: scale(1);
  }
  100% {
    opacity: 0.8;
    transform: scale(1);
  }
}
.lessee-listing .post-content .post-meta .post-author .btn-primary-custom {
  background: linear-gradient(
    135deg,
    var(--accent-color),
    color-mix(in srgb, var(--accent-color), blue 20%)
  );
  color: var(--contrast-color);
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(54, 144, 231, 0.3);
}
.lessee-listing
  .post-content
  .post-meta
  .post-author
  .btn-primary-custom:hover {
  transform: translateY(-3px);
  border: none;
  transition: 0.5s;
  color: var(--accent-color);
  background: var(--contrast-color);
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.7);
}
#_getintouch {
}
#_getintouch .btn-read-more {
  transition: 0.5s;
  background: linear-gradient(
    135deg,
    var(--accent-color),
    color-mix(in srgb, var(--accent-color), blue 20%)
  );
  color: var(--contrast-color);
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.3);
}
#_getintouch .btn-read-more:hover {
  transform: translateY(-3px);
  border: none;
  transition: 0.5s;
  color: var(--accent-color);
  background: var(--contrast-color);
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.7);
}
#GetInTouch .send .btn-read-more {
  transition: 0.5s;
  background: linear-gradient(
    135deg,
    var(--accent-color),
    color-mix(in srgb, var(--accent-color), blue 20%)
  );
  color: var(--contrast-color);
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.3);
}
#GetInTouch .send .btn-read-more:hover {
  transform: translateY(-3px);
  border: none;
  transition: 0.5s;
  color: var(--accent-color);
  background: var(--contrast-color);
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.7);
}
#_getintouch .btn-read-more span {
  font-family: "Nunito", sans-serif;
}
#GetInTouch {
  background: rgba(255, 0, 255, 0.1);
}
#GetInTouch .btn-read-more {
  border: var(--accent-color) 1px solid;
  transition: 0.5s;
  color: #fff;
  background: var(--accent-color) !important;
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.3);
}
#GetInTouch .btn-read-more:hover {
  border: none;
  transition: 0.5s;
  color: var(--accent-color) !important;
  background: #fff;
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.7);
}
#GetInTouch .btn-read-more span {
  font-family: "Nunito", sans-serif;
}
#GetInTouch .property-icon {
  border: var(--accent-color) 1px solid;
  transition: 0.5s;
  color: var(--accent-color) !important;
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.3);
}
#GetInTouch .get-intouch-body input {
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: groove;
  border-bottom-color: rgba(255, 0, 255, 0.5);
  border-bottom-width: thin;
  font-style: italic;
  color: rgba(255, 0, 255, 0.6);
}
#GetInTouch .get-intouch-body .no-outline:focus {
  outline: none;
  box-shadow: 0 2px 4px 0 rgba(255, 0, 255, 0.2),
    0 6px 20px 0 rgba(255, 0, 255, 0.19);
  line-height: 2em;
  border-bottom: none;
  font-style: italic;
  font-weight: bold;
}
#GetInTouch .get-intouch-body-body input {
}
#GetInTouch textarea {
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: groove;
  border-bottom-color: rgba(255, 0, 255, 0.5);
  border-bottom-width: thin;
  font-style: italic;
  color: rgba(255, 0, 255, 0.6);
}
#GetInTouch .get-intouch-body textarea .no-outline:focus {
  outline: none;
  box-shadow: 0 2px 4px 0 rgba(255, 0, 255, 0.2),
    0 6px 20px 0 rgba(255, 0, 255, 0.19);
  line-height: 2em;
  border-bottom: none;
  font-style: italic;
  font-weight: bold;
}
#GetInTouch .close-btn i {
}
#GetInTouch .btn.btn-gray-200[data-bs-dismiss="modal"] {
  color: var(--heading-color);
}
#GetInTouch .btn.btn-gray-200[data-bs-dismiss="modal"] i {
  color: var(--accent-color) !important;
}
#GetInTouch .btn.btn-gray-200[data-bs-dismiss="modal"]:hover {
  background: var(--accent-color) !important;
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.7);
  color: var(--contrast-color);
  box-shadow: 0 4px 20px
    color-mix(in srgb, var(--accent-color), transparent 60%);
}
#GetInTouch .btn.btn-gray-200[data-bs-dismiss="modal"]:hover i {
  color: #fff !important;
}
#_promo-events-offices .category {
  color: var(--accent-color) !important;
  background: rgba(255, 0, 255, 0.1);
}
#_promo-events-offices .area {
  color: var(--accent-color) !important;
}
#_promo-events-offices .heading p {
  color: var(--accent-color) !important;
  background: rgba(255, 0, 255, 0.1);
}
#_promo-events-offices h5 i {
  color: var(--accent-color) !important;
  background: rgba(255, 0, 255, 0.1);
}
#_promo-events-offices {
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--accent-color), transparent 90%) 0%,
    color-mix(in srgb, var(--heading-color), transparent 80%) 100%
  );
}
#_promo-events-offices .explore {
  color: var(--heading-color) !important;
  font-weight: 700;
}
#_promo-events-offices .property-card-horizontal {
  background-color: var(--surface-color);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
}
#_promo-events-offices .property-card-horizontal:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
#_promo-events-offices .property-card-horizontal .property-image-horizontal {
  position: relative;
  width: 200px;
  min-width: 200px;
  overflow: hidden;
}
#_promo-events-offices
  .property-card-horizontal
  .property-image-horizontal
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
#_promo-events-offices
  .property-card-horizontal
  .property-image-horizontal:hover
  img {
  transform: scale(1.05);
}
#_promo-events-offices
  .property-card-horizontal
  .property-image-horizontal
  .property-badge-horizontal {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--contrast-color);
}
#_promo-events-offices
  .property-card-horizontal
  .property-image-horizontal
  .property-badge-horizontal.exclusive {
  background: linear-gradient(135deg, #6f42c1, #8e44ad);
}
#_promo-events-offices
  .property-card-horizontal
  .property-image-horizontal
  .property-badge-horizontal.new {
  background: linear-gradient(135deg, #28a745, #20c997);
}
#_promo-events-offices .property-card-horizontal .property-content-horizontal {
  padding: 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
#_promo-events-offices
  .property-card-horizontal
  .property-content-horizontal
  h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
#_promo-events-offices
  .property-card-horizontal
  .property-content-horizontal
  h3
  a {
  color: var(--heading-color);
  text-decoration: none;
  transition: color 0.3s ease;
}
#_promo-events-offices
  .property-card-horizontal
  .property-content-horizontal
  h3
  a:hover {
  color: var(--accent-color);
}
#_promo-events-offices
  .property-card-horizontal
  .property-content-horizontal
  .property-location-horizontal {
  display: flex;
  align-items: center;
  gap: 8px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 14px;
  margin-bottom: 15px;
}
#_promo-events-offices
  .property-card-horizontal
  .property-content-horizontal
  .property-location-horizontal
  i {
  color: var(--accent-color);
  font-size: 15px;
}
#_promo-events-offices
  .property-card-horizontal
  .property-content-horizontal
  .property-features {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  font-size: 13px;
}
#_promo-events-offices
  .property-card-horizontal
  .property-content-horizontal
  .property-features
  .feature {
  display: flex;
  align-items: center;
  gap: 5px;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
}
#_promo-events-offices
  .property-card-horizontal
  .property-content-horizontal
  .property-features
  .feature
  i {
  color: var(--accent-color);
  font-size: 12px;
}
#_promo-events-offices
  .property-card-horizontal
  .property-content-horizontal
  p {
  font-size: 14px;
  line-height: 1.6;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-bottom: 20px;
  flex: 1;
}
#_promo-events-offices
  .property-card-horizontal
  .property-content-horizontal
  .property-footer-horizontal {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#_promo-events-offices
  .property-card-horizontal
  .property-content-horizontal
  .property-footer-horizontal
  .property-price-horizontal {
  font-size: 22px;
  font-weight: 800;
  color: var(--heading-color);
}
#_promo-events-offices
  .property-card-horizontal
  .property-content-horizontal
  .property-footer-horizontal
  .btn-view-horizontal {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
#_promo-events-offices
  .property-card-horizontal
  .property-content-horizontal
  .property-footer-horizontal
  .btn-view-horizontal:hover {
  transform: translateY(-3px);
  background: linear-gradient(
    135deg,
    var(--accent-color),
    color-mix(in srgb, var(--accent-color), blue 20%)
  );
  color: var(--contrast-color);
  transition: 0.5s;
  border: none;
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.7);
}
@media (max-width: 768px) {
  #_promo-events-offices .property-card-horizontal {
    flex-direction: column;
  }
  #_promo-events-offices .property-card-horizontal .property-image-horizontal {
    width: 100%;
    height: 200px;
  }
  #_promo-events-offices
    .property-card-horizontal
    .property-content-horizontal {
    padding: 20px;
  }
  #_promo-events-offices
    .property-card-horizontal
    .property-content-horizontal
    .property-features {
    flex-wrap: wrap;
  }
  #_promo-events-offices
    .property-card-horizontal
    .property-content-horizontal
    .property-footer-horizontal {
    flex-direction: column;
    gap: 15px;
    align-items: stretch;
  }
  #_promo-events-offices
    .property-card-horizontal
    .property-content-horizontal
    .property-footer-horizontal
    .btn-view-horizontal {
    text-align: center;
  }
}
.featured-properties {
  padding: 60px 0;
  background-color: var(--background-color);
}
.featured-properties .headings p {
  color: color-mix(in srgb, var(--dark-color), transparent 20%);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.featured-properties .featured-property-main {
  background-color: var(--surface-color);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
}
.featured-properties .featured-property-main:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}
.featured-properties .btn-primary-custom {
  background: linear-gradient(
    135deg,
    var(--accent-color),
    color-mix(in srgb, var(--accent-color), blue 20%)
  );
  color: var(--contrast-color);
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(54, 144, 231, 0.3);
}
.featured-properties .btn-primary-custom:hover {
  transform: translateY(-3px);
  border: none;
  transition: 0.5s;
  color: var(--accent-color);
  background: var(--contrast-color);
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.7);
}
.featured-properties .featured-property-main .property-hero {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.featured-properties .featured-property-main .property-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.featured-properties .featured-property-main .property-hero:hover img {
  transform: scale(1.08);
}
.featured-properties .featured-property-main .property-hero .property-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 25px;
}
.featured-properties
  .featured-property-main
  .property-hero
  .property-overlay
  .property-badge-main {
  background: linear-gradient(135deg, #ff6b35, #f7931e);
  color: var(--contrast-color);
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}
.featured-properties
  .featured-property-main
  .property-hero
  .property-overlay
  .property-badge-main.premium {
  background: linear-gradient(135deg, #6f42c1, #8e44ad);
  box-shadow: 0 4px 15px rgba(111, 66, 193, 0.3);
}
.featured-properties
  .featured-property-main
  .property-hero
  .property-overlay
  .property-stats {
  display: flex;
  gap: 20px;
}
.featured-properties
  .featured-property-main
  .property-hero
  .property-overlay
  .property-stats
  .stat-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--contrast-color);
  font-size: 14px;
  font-weight: 600;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.15);
  padding: 8px 14px;
  border-radius: 20px;
}
.featured-properties
  .featured-property-main
  .property-hero
  .property-overlay
  .property-stats
  .stat-item
  i {
  font-size: 16px;
}
.featured-properties .featured-property-main .property-hero-content {
  padding: 30px;
}
.featured-properties
  .featured-property-main
  .property-hero-content
  .property-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.featured-properties
  .featured-property-main
  .property-hero-content
  .property-header
  .property-info {
  flex: 1;
}
.featured-properties
  .featured-property-main
  .property-hero-content
  .property-header
  .property-info
  h2 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 12px;
  line-height: 1.3;
}
.featured-properties
  .featured-property-main
  .property-hero-content
  .property-header
  .property-info
  h2
  a {
  color: var(--heading-color);
  text-decoration: none;
  transition: color 0.3s ease;
}
.featured-properties
  .featured-property-main
  .property-hero-content
  .property-header
  .property-info
  h2
  a:hover {
  color: var(--accent-color);
}
.featured-properties
  .featured-property-main
  .property-hero-content
  .property-header
  .property-info
  .property-address {
  display: flex;
  align-items: center;
  gap: 8px;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  font-size: 16px;
  font-weight: 500;
}
.featured-properties
  .featured-property-main
  .property-hero-content
  .property-header
  .property-info
  .property-address
  i {
  color: var(--accent-color);
  font-size: 18px;
}
.featured-properties
  .featured-property-main
  .property-hero-content
  .property-header
  .property-price-main {
  background: linear-gradient(
    135deg,
    var(--accent-color),
    color-mix(in srgb, var(--accent-color), blue 20%)
  );
  color: var(--contrast-color);
  padding: 15px 25px;
  border-radius: 25px;
  font-size: 24px;
  font-weight: 800;
  box-shadow: 0 4px 20px rgba(54, 144, 231, 0.3);
}
.featured-properties
  .featured-property-main
  .property-hero-content
  .property-description {
  font-size: 16px;
  line-height: 1.7;
  color: color-mix(in srgb, var(--default-color), transparent 15%);
  margin-bottom: 25px;
}
.featured-properties
  .featured-property-main
  .property-hero-content
  .property-actions-main {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.featured-properties
  .featured-property-main
  .property-hero-content
  .property-actions-main
  .btn-primary-custom {
  background: linear-gradient(
    135deg,
    var(--accent-color),
    color-mix(in srgb, var(--accent-color), blue 20%)
  );
  color: var(--contrast-color);
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(54, 144, 231, 0.3);
}
.featured-properties
  .featured-property-main
  .property-hero-content
  .property-actions-main
  .btn-primary-custom:hover {
  transform: translateY(-3px);
  border: none;
  transition: 0.5s;
  color: var(--accent-color);
  background: var(--contrast-color);
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.7);
}
.featured-properties
  .featured-property-main
  .property-hero-content
  .property-actions-main
  .btn-outline-custom {
  border: 2px solid var(--accent-color);
  color: var(--accent-color);
  padding: 12px 26px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.featured-properties
  .featured-property-main
  .property-hero-content
  .property-actions-main
  .btn-outline-custom:hover {
  transform: translateY(-3px);
  background: linear-gradient(
    135deg,
    var(--accent-color),
    color-mix(in srgb, var(--accent-color), blue 20%)
  );
  color: var(--contrast-color);
  transition: 0.5s;
  border: none;
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.7);
}
.featured-properties
  .featured-property-main
  .property-hero-content
  .property-actions-main
  .property-listing-info {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}
.featured-properties
  .featured-property-main
  .property-hero-content
  .property-actions-main
  .property-listing-info
  .listing-status {
  background-color: color-mix(in srgb, #28a745, transparent 85%);
  color: #28a745;
  padding: 5px 15px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.featured-properties
  .featured-property-main
  .property-hero-content
  .property-actions-main
  .property-listing-info
  .listing-status.for-sale {
  background-color: color-mix(in srgb, var(--accent-color), transparent 85%);
  color: var(--accent-color);
}
.featured-properties
  .featured-property-main
  .property-hero-content
  .property-actions-main
  .property-listing-info
  .listing-date {
  font-size: 13px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-weight: 500;
}
.featured-properties .properties-sidebar .sidebar-property-card {
  background-color: var(--surface-color);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 25px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}
.featured-properties .properties-sidebar .sidebar-property-card:hover {
  transform: translateX(5px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}
.featured-properties
  .properties-sidebar
  .sidebar-property-card
  .sidebar-property-image {
  position: relative;
  height: 180px;
  overflow: hidden;
}
.featured-properties
  .properties-sidebar
  .sidebar-property-card
  .sidebar-property-image
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.featured-properties
  .properties-sidebar
  .sidebar-property-card
  .sidebar-property-image:hover
  img {
  transform: scale(1.05);
}
.featured-properties
  .properties-sidebar
  .sidebar-property-card
  .sidebar-property-image
  .sidebar-property-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--contrast-color);
}
.featured-properties
  .properties-sidebar
  .sidebar-property-card
  .sidebar-property-image
  .sidebar-property-badge.hot {
  background: linear-gradient(135deg, #ff6b35, #f7931e);
}
.featured-properties
  .properties-sidebar
  .sidebar-property-card
  .sidebar-property-image
  .sidebar-property-badge.new {
  background: linear-gradient(135deg, #28a745, #20c997);
}
.featured-properties
  .properties-sidebar
  .sidebar-property-card
  .sidebar-property-image
  .sidebar-property-badge.featured {
  background: linear-gradient(
    135deg,
    var(--accent-color),
    color-mix(in srgb, var(--accent-color), blue 20%)
  );
}
.featured-properties
  .properties-sidebar
  .sidebar-property-card
  .sidebar-property-content {
  padding: 20px;
}
.featured-properties
  .properties-sidebar
  .sidebar-property-card
  .sidebar-property-content
  h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.4;
}
.featured-properties
  .properties-sidebar
  .sidebar-property-card
  .sidebar-property-content
  h4
  a {
  color: var(--heading-color);
  text-decoration: none;
  transition: color 0.3s ease;
}
.featured-properties
  .properties-sidebar
  .sidebar-property-card
  .sidebar-property-content
  h4
  a:hover {
  color: var(--accent-color);
}
.featured-properties
  .properties-sidebar
  .sidebar-property-card
  .sidebar-property-content
  .sidebar-location {
  display: flex;
  align-items: center;
  gap: 6px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 13px;
  margin-bottom: 12px;
}
.featured-properties
  .properties-sidebar
  .sidebar-property-card
  .sidebar-property-content
  .sidebar-location
  i {
  color: var(--accent-color);
  font-size: 14px;
}
.featured-properties
  .properties-sidebar
  .sidebar-property-card
  .sidebar-property-content
  .sidebar-specs {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
  font-size: 12px;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
}
.featured-properties
  .properties-sidebar
  .sidebar-property-card
  .sidebar-property-content
  .sidebar-specs
  span {
  display: flex;
  align-items: center;
  gap: 4px;
}
.featured-properties
  .properties-sidebar
  .sidebar-property-card
  .sidebar-property-content
  .sidebar-specs
  span
  i {
  color: var(--accent-color);
  font-size: 11px;
}
.featured-properties
  .properties-sidebar
  .sidebar-property-card
  .sidebar-property-content
  .sidebar-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.featured-properties
  .properties-sidebar
  .sidebar-property-card
  .sidebar-property-content
  .sidebar-price-row
  .sidebar-price {
  font-size: 18px;
  font-weight: 800;
  color: var(--heading-color);
}
.featured-properties
  .properties-sidebar
  .sidebar-property-card
  .sidebar-property-content
  .sidebar-price-row
  .sidebar-btn {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  padding: 8px 16px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.featured-properties
  .properties-sidebar
  .sidebar-property-card
  .sidebar-property-content
  .sidebar-price-row
  .sidebar-btn:hover {
  background-color: color-mix(in srgb, var(--accent-color), black 15%);
  transform: translateY(-2px);
  border: none;
  transition: 0.5s;
  color: var(--accent-color);
  background: var(--contrast-color);
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.7);
}
.featured-properties .property-card-horizontal {
  background-color: var(--surface-color);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
}
.featured-properties .property-card-horizontal:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.featured-properties .property-card-horizontal .property-image-horizontal {
  position: relative;
  width: 200px;
  min-width: 200px;
  overflow: hidden;
}
.featured-properties .property-card-horizontal .property-image-horizontal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.featured-properties
  .property-card-horizontal
  .property-image-horizontal:hover
  img {
  transform: scale(1.05);
}
.featured-properties
  .property-card-horizontal
  .property-image-horizontal
  .property-badge-horizontal {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--contrast-color);
}
.featured-properties
  .property-card-horizontal
  .property-image-horizontal
  .property-badge-horizontal.exclusive {
  background: linear-gradient(135deg, #6f42c1, #8e44ad);
}
.featured-properties
  .property-card-horizontal
  .property-image-horizontal
  .property-badge-horizontal.new {
  background: linear-gradient(135deg, #28a745, #20c997);
}
.featured-properties .property-card-horizontal .property-content-horizontal {
  padding: 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.featured-properties .property-card-horizontal .property-content-horizontal h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.featured-properties
  .property-card-horizontal
  .property-content-horizontal
  h3
  a {
  color: var(--heading-color);
  text-decoration: none;
  transition: color 0.3s ease;
}
.featured-properties
  .property-card-horizontal
  .property-content-horizontal
  h3
  a:hover {
  color: var(--accent-color);
}
.featured-properties
  .property-card-horizontal
  .property-content-horizontal
  .property-location-horizontal {
  display: flex;
  align-items: center;
  gap: 8px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 14px;
  margin-bottom: 15px;
}
.featured-properties
  .property-card-horizontal
  .property-content-horizontal
  .property-location-horizontal
  i {
  color: var(--accent-color);
  font-size: 15px;
}
.featured-properties
  .property-card-horizontal
  .property-content-horizontal
  .property-features {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  font-size: 13px;
}
.featured-properties
  .property-card-horizontal
  .property-content-horizontal
  .property-features
  .feature {
  display: flex;
  align-items: center;
  gap: 5px;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
}
.featured-properties
  .property-card-horizontal
  .property-content-horizontal
  .property-features
  .feature
  i {
  color: var(--accent-color);
  font-size: 12px;
}
.featured-properties .property-card-horizontal .property-content-horizontal p {
  font-size: 14px;
  line-height: 1.6;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-bottom: 20px;
  flex: 1;
}
.featured-properties
  .property-card-horizontal
  .property-content-horizontal
  .property-footer-horizontal {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.featured-properties
  .property-card-horizontal
  .property-content-horizontal
  .property-footer-horizontal
  .property-price-horizontal {
  font-size: 22px;
  font-weight: 800;
  color: var(--heading-color);
}
.featured-properties
  .property-card-horizontal
  .property-content-horizontal
  .property-footer-horizontal
  .btn-view-horizontal {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.featured-properties
  .property-card-horizontal
  .property-content-horizontal
  .property-footer-horizontal
  .btn-view-horizontal:hover {
  background-color: color-mix(in srgb, var(--accent-color), black 15%);
  transform: translateY(-2px);
  border: none;
  transition: 0.5s;
  color: var(--accent-color);
  background: var(--contrast-color);
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.7);
}
@media (max-width: 768px) {
  .featured-properties .property-card-horizontal {
    flex-direction: column;
  }
  .featured-properties .property-card-horizontal .property-image-horizontal {
    width: 100%;
    height: 200px;
  }
  .featured-properties .property-card-horizontal .property-content-horizontal {
    padding: 20px;
  }
  .featured-properties
    .property-card-horizontal
    .property-content-horizontal
    .property-features {
    flex-wrap: wrap;
  }
  .featured-properties
    .property-card-horizontal
    .property-content-horizontal
    .property-footer-horizontal {
    flex-direction: column;
    gap: 15px;
    align-items: stretch;
  }
  .featured-properties
    .property-card-horizontal
    .property-content-horizontal
    .property-footer-horizontal
    .btn-view-horizontal {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .featured-properties
    .featured-property-main
    .property-hero-content
    .property-header {
    flex-direction: column;
    gap: 20px;
  }
  .featured-properties
    .featured-property-main
    .property-hero-content
    .property-header
    .property-price-main {
    align-self: flex-start;
  }
  .featured-properties
    .featured-property-main
    .property-hero-content
    .property-actions-main
    .property-listing-info {
    margin-left: 0;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .featured-properties .featured-property-main .property-hero {
    height: 300px;
  }
  .featured-properties
    .featured-property-main
    .property-hero
    .property-overlay {
    padding: 20px;
  }
  .featured-properties
    .featured-property-main
    .property-hero
    .property-overlay
    .property-stats {
    flex-direction: column;
    gap: 10px;
  }
  .featured-properties .featured-property-main .property-hero-content {
    padding: 25px;
  }
  .featured-properties
    .featured-property-main
    .property-hero-content
    .property-header
    .property-info
    h2 {
    font-size: 24px;
  }
  .featured-properties
    .featured-property-main
    .property-hero-content
    .property-header
    .property-price-main {
    font-size: 20px;
    padding: 12px 20px;
  }
  .featured-properties
    .featured-property-main
    .property-hero-content
    .property-actions-main {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }
  .featured-properties
    .featured-property-main
    .property-hero-content
    .property-actions-main
    .property-listing-info {
    flex-direction: row;
    justify-content: space-between;
  }
  .featured-properties
    .properties-sidebar
    .sidebar-property-card
    .sidebar-property-content
    .sidebar-specs {
    flex-wrap: wrap;
  }
}
.properties .search-bar .search-wrapper {
  background-color: var(--surface-color);
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 8px 32px
    color-mix(in srgb, var(--default-color), transparent 88%);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
}
.properties .search-bar .search-wrapper .search-field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 8px;
}
.properties .search-bar .search-wrapper .search-field .form-control,
.properties .search-bar .search-wrapper .search-field .form-select {
  border: 2px solid color-mix(in srgb, var(--default-color), transparent 85%);
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  background-color: color-mix(in srgb, var(--heading-color), transparent 30%);
  color: var(--default-color);
  transition: all 0.3s ease;
}
.properties .search-bar .search-wrapper .search-field .form-control:focus,
.properties .search-bar .search-wrapper .search-field .form-select:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent-color), transparent 90%);
}
.properties
  .search-bar
  .search-wrapper
  .search-field
  .form-control::placeholder,
.properties
  .search-bar
  .search-wrapper
  .search-field
  .form-select::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
}
.properties .search-bar .search-wrapper .search-field .bedroom-quick {
  display: flex;
  gap: 4px;
}
.properties .search-bar .search-wrapper .search-field .bedroom-quick .bed-btn {
  flex: 1;
  padding: 12px 8px;
  border: 2px solid color-mix(in srgb, var(--default-color), transparent 85%);
  border-radius: 8px;
  background: transparent;
  color: var(--default-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
}
.properties
  .search-bar
  .search-wrapper
  .search-field
  .bedroom-quick
  .bed-btn.active,
.properties
  .search-bar
  .search-wrapper
  .search-field
  .bedroom-quick
  .bed-btn:hover {
  border-color: var(--accent-color);
  background-color: var(--accent-color);
  color: var(--contrast-color);
}
.properties .search-bar .search-wrapper .search-field .search-btn {
  background: linear-gradient(
    135deg,
    var(--accent-color),
    color-mix(in srgb, var(--accent-color), #0066cc 20%)
  );
  border: none;
  border-radius: 8px;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 14px;
  color: var(--contrast-color);
  transition: all 0.3s ease;
}
.properties .search-bar .search-wrapper .search-field .search-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px
    color-mix(in srgb, var(--accent-color), transparent 60%);
}
.properties .results-header .results-info h5 {
  color: var(--heading-color);
  font-weight: 700;
  margin-bottom: 5px;
}
.properties .results-header .results-info .text-muted {
  color: color-mix(in srgb, var(--default-color), transparent 40%) !important;
  font-size: 14px;
}
.properties .results-header .results-controls .sort-dropdown .form-select {
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
  background-color: color-mix(in srgb, var(--accent-color), transparent 80%);
  color: color-mix(in srgb, var(--dark-color), transparent 0%);
  font-size: 13px;
  padding: 8px 12px;
  min-width: 180px;
}
.properties
  .results-header
  .results-controls
  .sort-dropdown
  .form-select:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--accent-color), transparent 90%);
}
.properties .results-header .results-controls .view-toggle {
  display: flex;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
  border-radius: 6px;
  overflow: hidden;
}
.properties .results-header .results-controls .view-toggle .view-btn {
  padding: 8px 12px;
  border: none;
  background-color: color-mix(in srgb, var(--heading-color), transparent 80%);
  color: color-mix(in srgb, var(--accent-color), transparent 30%);
  transition: all 0.3s ease;
  cursor: pointer;
}
.properties
  .results-header
  .results-controls
  .view-toggle
  .view-btn:not(:last-child) {
  border-right: 1px solid
    color-mix(in srgb, var(--default-color), transparent 80%);
}
.properties .results-header .results-controls .view-toggle .view-btn.active {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}
.properties
  .results-header
  .results-controls
  .view-toggle
  .view-btn:hover:not(.active) {
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color);
}
.properties .properties-container .view-masonry,
.properties .properties-container .view-rows {
  display: none;
}
.properties .properties-container .view-masonry.active,
.properties .properties-container .view-rows.active {
  display: block;
}
.properties .property-item {
  background-color: var(--surface-color);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px
    color-mix(in srgb, var(--default-color), transparent 92%);
  transition: all 0.3s ease;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 94%);
  height: 100%;
}
.properties .property-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px
    color-mix(in srgb, var(--default-color), transparent 85%);
}
.properties .property-item .property-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.properties .property-item .property-link:hover {
  text-decoration: none;
  color: inherit;
}
.properties .property-item .property-image-wrapper {
  position: relative;
  overflow: hidden;
}
.properties .property-item .property-image-wrapper img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.properties .property-item .property-image-wrapper:hover img {
  transform: scale(1.08);
}
.properties .property-item .property-image-wrapper .property-status {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
}
.properties
  .property-item
  .property-image-wrapper
  .property-status
  .status-badge {
  display: inline-block;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 20px;
  margin-right: 6px;
  margin-bottom: 6px;
}
.properties
  .property-item
  .property-image-wrapper
  .property-status
  .status-badge.featured {
  background: linear-gradient(135deg, #ff6b35, #ff8e53);
  color: white;
}
.properties
  .property-item
  .property-image-wrapper
  .property-status
  .status-badge.new {
  background: linear-gradient(135deg, #10b981, #34d399);
  color: white;
}
.properties
  .property-item
  .property-image-wrapper
  .property-status
  .status-badge.sale {
  background: linear-gradient(
    135deg,
    var(--accent-color),
    color-mix(in srgb, var(--accent-color), #0066cc 20%)
  );
  color: white;
}
.properties
  .property-item
  .property-image-wrapper
  .property-status
  .status-badge.rent {
  background: linear-gradient(135deg, #8b5cf6, #a78bfa);
  color: white;
}
.properties
  .property-item
  .property-image-wrapper
  .property-status
  .status-badge.open {
  background: linear-gradient(135deg, #f59e0b, #fbbf24);
  color: white;
}
.properties
  .property-item
  .property-image-wrapper
  .property-status
  .status-badge.reduced {
  background: linear-gradient(135deg, #ef4444, #f87171);
  color: white;
}
.properties .property-item .property-image-wrapper .property-actions {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.3s ease;
  z-index: 3;
}
.properties
  .property-item
  .property-image-wrapper
  .property-actions
  .action-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background-color: rgba(var(--heading-color), 0.1);
  color: var(--heading-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-shadow: 0 4px 12px
    color-mix(in srgb, var(--default-color), transparent 85%);
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
.properties
  .property-item
  .property-image-wrapper
  .property-actions
  .action-btn:hover {
  transform: scale(1.1);
  background-color: white;
}
.properties
  .property-item
  .property-image-wrapper
  .property-actions
  .action-btn.favorite-btn:hover {
  background-color: #ef4444;
  color: white;
}
.properties
  .property-item
  .property-image-wrapper
  .property-actions
  .action-btn.share-btn:hover {
  background-color: var(--accent-color);
  color: white;
}
.properties
  .property-item
  .property-image-wrapper
  .property-actions
  .action-btn.gallery-btn:hover {
  background-color: var(--accent-color) !important;
  color: white;
}
.properties
  .property-item
  .property-image-wrapper
  .property-actions
  .action-btn
  .gallery-count {
  position: absolute;
  top: -6px;
  right: -6px;
  background-color: var(--accent-color);
  color: white;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 10px;
  min-width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.properties .property-item .property-image-wrapper:hover .property-actions {
  opacity: 1;
  transform: translateX(0);
}
.properties .property-item .property-details {
  padding: 24px;
}
.properties .property-item .property-details .property-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
}
.properties .property-item .property-details .property-header .property-price {
  font-size: 28px;
  font-weight: 800;
  color: var(--accent-color);
  line-height: 1;
}
.properties
  .property-item
  .property-details
  .property-header
  .property-price
  span {
  font-size: 16px;
  font-weight: 500;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}
.properties
  .property-item
  .property-details
  .property-header
  .property-price
  .old-price {
  font-size: 18px;
  text-decoration: line-through;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-left: 8px;
}
.properties .property-item .property-details .property-header .property-type {
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.properties .property-item .property-details .property-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 8px;
  line-height: 1.3;
}
.properties .property-item .property-details .property-address {
  color: color-mix(in srgb, var(--default-color), transparent 35%);
  font-size: 14px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.properties .property-item .property-details .property-address i {
  color: var(--accent-color);
  flex-shrink: 0;
}
.properties .property-item .property-details .property-specs {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.properties .property-item .property-details .property-specs .spec-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--default-color);
}
.properties .property-item .property-details .property-specs .spec-item i {
  color: var(--accent-color);
  font-size: 15px;
}
.properties .property-item .property-details .property-agent-info {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background-color: color-mix(
    in srgb,
    var(--surface-color),
    var(--default-color) 2%
  );
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 94%);
}
.properties
  .property-item
  .property-details
  .property-agent-info
  .agent-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.properties
  .property-item
  .property-details
  .property-agent-info
  .agent-avatar
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.properties
  .property-item
  .property-details
  .property-agent-info
  .agent-details {
  flex: 1;
}
.properties
  .property-item
  .property-details
  .property-agent-info
  .agent-details
  strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 2px;
}
.properties
  .property-item
  .property-details
  .property-agent-info
  .agent-details
  span {
  font-size: 12px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}
.properties
  .property-item
  .property-details
  .property-agent-info
  .agent-contact
  .contact-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--accent-color);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.properties
  .property-item
  .property-details
  .property-agent-info
  .agent-contact
  .contact-btn:hover {
  transform: scale(1.1);
  background-color: color-mix(in srgb, var(--accent-color), transparent 15%);
}
.properties .property-row-item {
  background-color: var(--surface-color);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px
    color-mix(in srgb, var(--default-color), transparent 92%);
  transition: all 0.3s ease;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 94%);
  margin-bottom: 24px;
}
.properties .property-row-item:hover {
  box-shadow: 0 8px 32px
    color-mix(in srgb, var(--default-color), transparent 88%);
}
.properties .property-row-item .property-row-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.properties .property-row-item .property-row-link:hover {
  text-decoration: none;
  color: inherit;
}
.properties .property-row-item .property-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  margin: 20px;
}
.properties .property-row-item .property-image-wrapper img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.4s ease;
}
.properties .property-row-item .property-image-wrapper:hover img {
  transform: scale(1.05);
}
.properties .property-row-item .property-image-wrapper .property-status {
  position: absolute;
  top: 12px;
  left: 12px;
}
.properties
  .property-row-item
  .property-image-wrapper
  .property-status
  .status-badge {
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 20px;
  margin-right: 6px;
}
.properties
  .property-row-item
  .property-image-wrapper
  .property-status
  .status-badge.featured {
  background: linear-gradient(135deg, #ff6b35, #ff8e53);
  color: white;
}
.properties
  .property-row-item
  .property-image-wrapper
  .property-status
  .status-badge.new {
  background: linear-gradient(135deg, #10b981, #34d399);
  color: white;
}
.properties .property-row-item .property-row-content {
  padding: 20px 20px 20px 0;
}
.properties
  .property-row-item
  .property-row-content
  .property-info
  .property-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
}
.properties
  .property-row-item
  .property-row-content
  .property-info
  .property-header
  .property-title {
  font-size: 22px;
  font-weight: 600;
  color: var(--heading-color);
  margin: 0;
}
.properties
  .property-row-item
  .property-row-content
  .property-info
  .property-header
  .property-type-price {
  text-align: right;
}
.properties
  .property-row-item
  .property-row-content
  .property-info
  .property-header
  .property-type-price
  .property-type {
  display: block;
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}
.properties
  .property-row-item
  .property-row-content
  .property-info
  .property-header
  .property-type-price
  .property-price {
  font-size: 24px;
  font-weight: 700;
  color: var(--accent-color);
}
.properties
  .property-row-item
  .property-row-content
  .property-info
  .property-header
  .property-type-price
  .property-price
  small {
  font-size: 14px;
  font-weight: 500;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}
.properties
  .property-row-item
  .property-row-content
  .property-info
  .property-address {
  color: color-mix(in srgb, var(--default-color), transparent 35%);
  font-size: 14px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.properties
  .property-row-item
  .property-row-content
  .property-info
  .property-address
  i {
  color: var(--accent-color);
}
.properties
  .property-row-item
  .property-row-content
  .property-info
  .property-specs {
  display: flex;
  gap: 20px;
  margin-bottom: 16px;
}
.properties
  .property-row-item
  .property-row-content
  .property-info
  .property-specs
  span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: var(--default-color);
}
.properties
  .property-row-item
  .property-row-content
  .property-info
  .property-specs
  span
  i {
  color: var(--accent-color);
  font-size: 15px;
}
.properties
  .property-row-item
  .property-row-content
  .property-info
  .property-agent {
  display: flex;
  align-items: center;
  gap: 10px;
}
.properties
  .property-row-item
  .property-row-content
  .property-info
  .property-agent
  .agent-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}
.properties
  .property-row-item
  .property-row-content
  .property-info
  .property-agent
  span {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-weight: 500;
}
.properties .property-row-item .property-row-content .property-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end;
}
.properties
  .property-row-item
  .property-row-content
  .property-actions
  .action-buttons {
  display: flex;
  gap: 8px;
}
.properties
  .property-row-item
  .property-row-content
  .property-actions
  .action-buttons
  .action-btn {
  padding: 8px 16px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
  border-radius: 8px;
  background-color: transparent;
  color: var(--default-color);
  font-size: 12px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}
.properties
  .property-row-item
  .property-row-content
  .property-actions
  .action-buttons
  .action-btn:hover {
  border-color: var(--accent-color);
  color: var(--accent-color);
}
.properties
  .property-row-item
  .property-row-content
  .property-actions
  .action-buttons
  .action-btn.favorite-btn:hover {
  border-color: #ef4444;
  color: #ef4444;
}
.properties
  .property-row-item
  .property-row-content
  .property-actions
  .view-details-btn {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--contrast-color);
  padding: 12px 24px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.properties
  .property-row-item
  .property-row-content
  .property-actions
  .view-details-btn:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 15%);
  transform: translateY(-2px);
  color: var(--contrast-color);
}
.properties .pagination-wrapper .pagination-info p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin: 0;
  font-size: 14px;
}
.properties .pagination-wrapper .pagination-info p strong {
  color: var(--default-color);
  font-weight: 600;
}
.properties .pagination-wrapper .pagination .page-link {
  color: var(--default-color);
  background-color: transparent;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
  padding: 10px 16px;
  margin: 0 2px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.properties .pagination-wrapper .pagination .page-link:hover {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--contrast-color);
}
.properties .pagination-wrapper .pagination .page-item.active .page-link {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--contrast-color);
}
.properties .pagination-wrapper .pagination .page-item.disabled .page-link {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  border-color: color-mix(in srgb, var(--default-color), transparent 90%);
}
.properties
  .pagination-wrapper
  .pagination
  .page-item.disabled
  .page-link:hover {
  background-color: transparent;
  border-color: color-mix(in srgb, var(--default-color), transparent 90%);
  color: color-mix(in srgb, var(--default-color), transparent 60%);
}
@media (max-width: 992px) {
  .properties
    .search-bar
    .search-wrapper
    .search-field
    .bedroom-quick
    .bed-btn {
    font-size: 12px;
    padding: 10px 6px;
  }
  .properties
    .property-row-item
    .property-row-content
    .property-info
    .property-header {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
  .properties
    .property-row-item
    .property-row-content
    .property-info
    .property-header
    .property-type-price {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .properties
    .property-row-item
    .property-row-content
    .property-info
    .property-header
    .property-type-price
    .property-type {
    margin-bottom: 0;
  }
  .properties
    .property-row-item
    .property-row-content
    .property-info
    .property-specs {
    gap: 16px;
  }
  .properties .property-row-item .property-row-content .property-actions {
    margin-top: 20px;
    align-items: flex-start;
  }
  .properties
    .property-row-item
    .property-row-content
    .property-actions
    .action-buttons {
    width: 100%;
    justify-content: space-between;
  }
  .properties
    .property-row-item
    .property-row-content
    .property-actions
    .view-details-btn {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .properties .search-bar .search-wrapper {
    padding: 20px;
  }
  .properties .search-bar .search-wrapper .search-field .bedroom-quick {
    flex-wrap: wrap;
  }
  .properties
    .search-bar
    .search-wrapper
    .search-field
    .bedroom-quick
    .bed-btn {
    min-width: calc(20% - 3px);
  }
  .properties .results-header .results-controls {
    margin-top: 20px;
  }
  .properties .results-header .results-controls .d-flex {
    justify-content: space-between;
    width: 100%;
  }
  .properties .property-row-item .row {
    flex-direction: column;
  }
  .properties .property-row-item .property-image-wrapper {
    margin: 20px 20px 0;
  }
  .properties .property-row-item .property-row-content {
    padding: 20px;
  }
  .properties .pagination-wrapper .row {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .properties .pagination-wrapper .pagination {
    justify-content: center;
  }
}
.property-details .property-hero .hero-image-container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.property-details
  .property-hero
  .hero-image-container
  .property-gallery-slider
  .swiper-wrapper {
  height: auto !important;
}
.property-details
  .property-hero
  .hero-image-container
  .property-gallery-slider
  .hero-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.property-details
  .property-hero
  .hero-image-container
  .property-gallery-slider
  .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, transparent 60%, rgba(0, 0, 0, 0.3));
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 25px;
  z-index: 5;
}
.property-details
  .property-hero
  .hero-image-container
  .property-gallery-slider
  .hero-overlay
  .property-badge {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.property-details
  .property-hero
  .hero-image-container
  .property-gallery-slider
  .hero-overlay
  .property-badge
  .status-badge {
  background: var(--accent-color);
  color: var(--contrast-color);
  padding: 8px 16px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.property-details
  .property-hero
  .hero-image-container
  .property-gallery-slider
  .hero-overlay
  .property-badge
  .status-badge.for-rent {
  background: #28a745;
}
.property-details
  .property-hero
  .hero-image-container
  .property-gallery-slider
  .hero-overlay
  .property-badge
  .featured-badge {
  background: #ff6b35;
  color: var(--contrast-color);
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.property-details
  .property-hero
  .hero-image-container
  .property-gallery-slider
  .hero-overlay
  .virtual-tour-btn {
  background: rgba(255, 255, 255, 0.95);
  border: none;
  color: var(--accent-color);
  padding: 12px 20px;
  border-radius: 30px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}
.property-details
  .property-hero
  .hero-image-container
  .property-gallery-slider
  .hero-overlay
  .virtual-tour-btn
  i {
  font-size: 20px;
}
.property-details
  .property-hero
  .hero-image-container
  .property-gallery-slider
  .hero-overlay
  .virtual-tour-btn:hover {
  background: var(--surface-color);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.property-details
  .property-hero
  .hero-image-container
  .property-gallery-slider
  .swiper-button-next,
.property-details
  .property-hero
  .hero-image-container
  .property-gallery-slider
  .swiper-button-prev {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  margin-top: -22.5px;
  z-index: 10;
  color: var(--accent-color);
}
.property-details
  .property-hero
  .hero-image-container
  .property-gallery-slider
  .swiper-button-next:after,
.property-details
  .property-hero
  .hero-image-container
  .property-gallery-slider
  .swiper-button-prev:after {
  font-size: 16px;
  color: var(--accent-color);
  font-weight: 700;
}
.property-details
  .property-hero
  .hero-image-container
  .property-gallery-slider
  .swiper-button-next:hover,
.property-details
  .property-hero
  .hero-image-container
  .property-gallery-slider
  .swiper-button-prev:hover {
  transform: scale(1.1);
}
.property-details
  .property-hero
  .hero-image-container
  .property-gallery-slider
  .swiper-button-next {
  right: 20px;
  transition: 0.3s;
}
.property-details
  .property-hero
  .hero-image-container
  .property-gallery-slider
  .swiper-button-prev {
  left: 20px;
  transition: 0.3s;
}
.property-details
  .property-hero
  .thumbnail-gallery
  .property-thumbnails-slider
  .swiper-wrapper {
  height: auto !important;
}
.property-details
  .property-hero
  .thumbnail-gallery
  .property-thumbnails-slider
  .thumbnail-img {
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 3px solid transparent;
}
.property-details
  .property-hero
  .thumbnail-gallery
  .property-thumbnails-slider
  .thumbnail-img:hover {
  transform: scale(1.05);
}
.property-details
  .property-hero
  .thumbnail-gallery
  .property-thumbnails-slider
  .swiper-slide {
  position: relative;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.property-details
  .property-hero
  .thumbnail-gallery
  .property-thumbnails-slider
  .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.property-details
  .property-hero
  .thumbnail-gallery
  .property-thumbnails-slider
  .swiper-slide.swiper-slide-thumb-active
  .thumbnail-img {
  border-color: var(--accent-color);
}
.property-details
  .property-hero
  .thumbnail-gallery
  .property-thumbnails-slider
  .swiper-slide
  .photo-count {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  color: var(--contrast-color);
  padding: 8px 12px;
  border-radius: 15px;
  font-weight: 600;
  font-size: 14px;
  z-index: 2;
}
.property-details .property-info .property-header .property-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 15px;
  line-height: 1.2;
}
.property-details .property-info .property-header .property-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 25px;
}
.property-details .property-info .property-header .property-meta .address {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 16px;
}
.property-details .property-info .property-header .property-meta .address i {
  color: var(--accent-color);
  margin-right: 8px;
}
.property-details .property-info .property-header .property-meta .listing-id {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 14px;
  font-weight: 500;
}
.property-details .property-info .pricing-section {
  background: linear-gradient(
    135deg,
    var(--accent-color),
    color-mix(in srgb, var(--accent-color), #6a11cb 30%)
  );
  padding: 25px;
  border-radius: 20px;
  margin-bottom: 30px;
}
.property-details .property-info .pricing-section .main-price {
  font-size: 42px;
  font-weight: 800;
  color: var(--contrast-color);
  line-height: 1;
  margin-bottom: 10px;
}
.property-details .property-info .pricing-section .main-price .period {
  font-size: 24px;
  font-weight: 400;
  opacity: 0.9;
}
.property-details .property-info .pricing-section .price-breakdown {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.property-details .property-info .pricing-section .price-breakdown span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}
.property-details .property-info .pricing-section .price-breakdown .available {
  font-weight: 600;
}
.property-details .property-info .quick-stats .stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 15px;
}
.property-details .property-info .quick-stats .stat-grid .stat-card {
  background: var(--surface-color);
  padding: 20px 15px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}
.property-details .property-info .quick-stats .stat-grid .stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.property-details .property-info .quick-stats .stat-grid .stat-card .stat-icon {
  margin-bottom: 10px;
}
.property-details
  .property-info
  .quick-stats
  .stat-grid
  .stat-card
  .stat-icon
  i {
  font-size: 24px;
  color: var(--accent-color);
}
.property-details
  .property-info
  .quick-stats
  .stat-grid
  .stat-card
  .stat-number {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 5px;
}
.property-details
  .property-info
  .quick-stats
  .stat-grid
  .stat-card
  .stat-label {
  font-size: 12px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.property-details .property-details h3 {
  color: var(--heading-color);
  margin-bottom: 25px;
  font-weight: 600;
}
.property-details .property-details p {
  line-height: 1.7;
  margin-bottom: 20px;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
}
.property-details .property-details .features-grid h5 {
  color: var(--heading-color);
  margin-bottom: 15px;
  font-weight: 600;
}
.property-details .property-details .features-grid .feature-list {
  list-style: none;
  padding: 0;
}
.property-details .property-details .features-grid .feature-list li {
  display: flex;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid
    color-mix(in srgb, var(--default-color), transparent 92%);
}
.property-details .property-details .features-grid .feature-list li:last-child {
  border-bottom: none;
}
.property-details .property-details .features-grid .feature-list li i {
  color: var(--accent-color);
  margin-right: 12px;
  font-size: 16px;
}
.property-details .floor-plan-section h3 {
  color: var(--heading-color);
  margin-bottom: 25px;
  font-weight: 600;
}
.property-details .floor-plan-section .floor-plan-card {
  background: var(--surface-color);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.property-details .floor-plan-section .floor-plan-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.property-details .floor-plan-section .floor-plan-card .plan-details {
  padding: 25px;
}
.property-details .floor-plan-section .floor-plan-card .plan-details h5 {
  color: var(--heading-color);
  margin-bottom: 10px;
  font-weight: 600;
}
.property-details .floor-plan-section .floor-plan-card .plan-details p {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 0;
}
.property-details .sticky-sidebar {
  position: sticky;
  top: 100px;
}
.property-details .sticky-sidebar .actions-card {
  background: var(--surface-color);
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.property-details .sticky-sidebar .actions-card .btn {
  font-weight: 600;
  border-radius: 12px;
  padding: 15px 20px;
}
.property-details .sticky-sidebar .actions-card .btn.btn-primary {
  background: var(--accent-color);
  border-color: var(--accent-color);
}
.property-details .sticky-sidebar .actions-card .btn.btn-primary i {
  margin-right: 8px;
}
.property-details .sticky-sidebar .actions-card .btn.btn-outline-primary {
  border-color: var(--accent-color);
  color: var(--accent-color);
}
.property-details .sticky-sidebar .actions-card .btn.btn-outline-primary:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}
.property-details .sticky-sidebar .agent-card {
  background: var(--surface-color);
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.property-details .sticky-sidebar .agent-card .agent-header {
  display: flex;
  align-items: center;
  gap: 16px;
}
.property-details .sticky-sidebar .agent-card .agent-header .agent-avatar {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.property-details .sticky-sidebar .agent-card .agent-header .agent-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 0;
}
.agent-info .agent-role,
.property-details .sticky-sidebar .agent-card .agent-header .agent-info h4 {
  margin: 0;
  line-height: 1.2;
}
.property-details .sticky-sidebar .agent-card .agent-header .agent-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.property-details
  .sticky-sidebar
  .agent-card
  .agent-header
  .agent-avatar
  .online-status {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 16px;
  height: 16px;
  background: #28a745;
  border: 3px solid var(--surface-color);
  border-radius: 50%;
}
.property-details .sticky-sidebar .agent-card .agent-header .agent-info h4 {
  color: var(--heading-color);
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 600;
}
.property-details
  .sticky-sidebar
  .agent-card
  .agent-header
  .agent-info
  .agent-role {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 14px;
  margin-bottom: 10px;
}
.property-details
  .sticky-sidebar
  .agent-card
  .agent-header
  .agent-info
  .agent-rating
  .stars {
  margin-bottom: 5px;
}
.property-details
  .sticky-sidebar
  .agent-card
  .agent-header
  .agent-info
  .agent-rating
  .stars
  i {
  color: #ffc107;
  margin-right: 2px;
  font-size: 14px;
}
.property-details
  .sticky-sidebar
  .agent-card
  .agent-header
  .agent-info
  .agent-rating
  .rating-text {
  font-size: 12px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}
.property-details .sticky-sidebar .agent-card .agent-contact {
  border-top: 1px solid
    color-mix(in srgb, var(--default-color), transparent 90%);
  padding-top: 15px;
  margin-bottom: 15px;
}
.property-details .sticky-sidebar .agent-card .agent-contact .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.property-details .sticky-sidebar .agent-card .agent-contact .contact-item i {
  color: var(--accent-color);
  margin-right: 10px;
  width: 16px;
}
.property-details
  .sticky-sidebar
  .agent-card
  .agent-contact
  .contact-item
  span {
  font-size: 14px;
  color: var(--default-color);
}
.property-details .sticky-sidebar .agent-card .btn {
  font-weight: 600;
  border-radius: 12px;
  padding: 12px 20px;
}
.property-details .sticky-sidebar .agent-card .btn i {
  margin-right: 8px;
}
.property-details .sticky-sidebar .agent-card .btn.btn-success {
  background: #28a745;
  border-color: #28a745;
}
.property-details .sticky-sidebar .agent-card .btn.btn-outline {
  border-color: var(--accent-color);
  color: var(--accent-color);
}
.property-details .sticky-sidebar .agent-card .btn.btn-outline:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}
.property-details .sticky-sidebar .contact-form-card {
  background: var(--surface-color);
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.property-details .sticky-sidebar .contact-form-card h4 {
  color: var(--heading-color);
  margin-bottom: 20px;
  font-weight: 600;
}
.property-details .sticky-sidebar .contact-form-card .form-control,
.property-details .sticky-sidebar .contact-form-card .form-select {
  color: var(--default-color);
  background-color: transparent;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
  border-radius: 12px;
  padding: 15px;
}
.property-details .sticky-sidebar .contact-form-card .form-control:focus,
.property-details .sticky-sidebar .contact-form-card .form-select:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 0.2rem
    color-mix(in srgb, var(--accent-color), transparent 75%);
}
.property-details .sticky-sidebar .contact-form-card .form-control::placeholder,
.property-details .sticky-sidebar .contact-form-card .form-select::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
}
.property-details .sticky-sidebar .contact-form-card .btn {
  background: var(--accent-color);
  border-color: var(--accent-color);
  font-weight: 600;
  border-radius: 12px;
  padding: 15px 20px;
}
.property-details .sticky-sidebar .calculator-card {
  background: var(--surface-color);
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.property-details .sticky-sidebar .calculator-card h4 {
  color: var(--heading-color);
  margin-bottom: 20px;
  font-weight: 600;
}
.property-details .sticky-sidebar .calculator-card .cost-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid
    color-mix(in srgb, var(--default-color), transparent 92%);
}
.property-details .sticky-sidebar .calculator-card .cost-item:last-of-type {
  border-bottom: none;
}
.property-details .sticky-sidebar .calculator-card .cost-item .cost-label {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 14px;
}
.property-details .sticky-sidebar .calculator-card .cost-item .cost-value {
  color: var(--heading-color);
  font-weight: 600;
}
.property-details .sticky-sidebar .calculator-card .total-cost {
  background: color-mix(in srgb, var(--accent-color), transparent 95%);
  padding: 15px;
  border-radius: 12px;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.property-details .sticky-sidebar .calculator-card .total-cost .total-label {
  color: var(--heading-color);
  font-weight: 600;
}
.property-details .sticky-sidebar .calculator-card .total-cost .total-value {
  color: var(--accent-color);
  font-size: 18px;
  font-weight: 700;
}
.property-details .sticky-sidebar .similar-properties h4 {
  color: var(--heading-color);
  margin-bottom: 20px;
  font-weight: 600;
}
.property-details .sticky-sidebar .similar-properties .similar-property-item {
  display: flex;
  background: var(--surface-color);
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
}
.property-details
  .sticky-sidebar
  .similar-properties
  .similar-property-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
.property-details
  .sticky-sidebar
  .similar-properties
  .similar-property-item
  img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin: 0;
  padding: 0;
  display: block;
}
.property-details
  .sticky-sidebar
  .similar-properties
  .similar-property-item
  .similar-info {
  padding: 16px 20px 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 6px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  min-height: 70px;
}
.property-details
  .sticky-sidebar
  .similar-properties
  .similar-property-item
  .similar-info
  h6 {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 600;
  color: var(--heading-color);
  line-height: 1.3;
}
.property-details
  .sticky-sidebar
  .similar-properties
  .similar-property-item
  .similar-info
  .similar-price {
  color: var(--accent-color);
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 2px;
}
.property-details
  .sticky-sidebar
  .similar-properties
  .similar-property-item
  .similar-info
  .similar-specs {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 12px;
  margin: 0;
}
.property-details .location-section h3 {
  color: var(--heading-color);
  margin-bottom: 30px;
  font-weight: 600;
}
.property-details .location-section .map-wrapper {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.property-details .location-section .map-wrapper iframe {
  filter: grayscale(10%);
}
.property-details .location-section .neighborhood-info h5 {
  color: var(--heading-color);
  margin-bottom: 20px;
  font-weight: 600;
}
.property-details .location-section .neighborhood-info .poi-item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid
    color-mix(in srgb, var(--default-color), transparent 92%);
}
.property-details .location-section .neighborhood-info .poi-item:last-child {
  border-bottom: none;
}
.property-details .location-section .neighborhood-info .poi-item i {
  color: var(--accent-color);
  margin-right: 15px;
  width: 20px;
  text-align: center;
  font-size: 18px;
}
.property-details .location-section .neighborhood-info .poi-item .poi-content {
  display: flex;
  flex-direction: column;
}
.property-details
  .location-section
  .neighborhood-info
  .poi-item
  .poi-content
  .poi-name {
  color: var(--heading-color);
  font-weight: 500;
  margin-bottom: 3px;
}
.property-details
  .location-section
  .neighborhood-info
  .poi-item
  .poi-content
  .poi-distance {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 13px;
}
@media (max-width: 992px) {
  .property-details .sticky-sidebar {
    position: static;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .property-details
    .property-hero
    .hero-image-container
    .property-gallery-slider
    .swiper-button-next,
  .property-details
    .property-hero
    .hero-image-container
    .property-gallery-slider
    .swiper-button-prev {
    width: 35px;
    height: 35px;
    margin-top: -17.5px;
  }
  .property-details
    .property-hero
    .hero-image-container
    .property-gallery-slider
    .swiper-button-next:after,
  .property-details
    .property-hero
    .hero-image-container
    .property-gallery-slider
    .swiper-button-prev:after {
    font-size: 14px;
  }
  .property-details
    .property-hero
    .hero-image-container
    .property-gallery-slider
    .swiper-button-next {
    right: 10px;
  }
  .property-details
    .property-hero
    .hero-image-container
    .property-gallery-slider
    .swiper-button-prev {
    left: 10px;
  }
  .property-details
    .property-hero
    .thumbnail-gallery
    .property-thumbnails-slider
    .thumbnail-img {
    height: 60px;
  }
  .property-details .property-info .property-header .property-title {
    font-size: 28px;
  }
  .property-details .property-info .property-header .property-meta {
    flex-direction: column;
    gap: 10px;
  }
  .property-details .property-info .pricing-section .main-price {
    font-size: 36px;
  }
  .property-details .property-info .quick-stats .stat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .property-details .property-info .quick-stats .stat-grid .stat-card {
    padding: 15px 10px;
  }
  .property-details .similar-properties .similar-property-item {
    flex-direction: column;
    text-align: center;
  }
  .property-details .similar-properties .similar-property-item img {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
    height: 120px;
  }
}
.agents .agent-card {
  background: var(--surface-color);
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 30px
    color-mix(in srgb, var(--default-color), transparent 90%);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.agents .agent-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 50px
    color-mix(in srgb, var(--default-color), transparent 80%);
}
.agents .agent-card:hover .agent-image img {
  transform: scale(1.05);
}
.agents .agent-card:hover .contact-links {
  opacity: 1;
  transform: translateY(0);
}
.agents .agent-image {
  position: relative;
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
}
.agents .agent-image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.agents .agent-image .badge-overlay {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
}
.agents .agent-image .badge-overlay span {
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.agents .agent-image .badge-overlay span.top-seller-badge {
  background: linear-gradient(135deg, #ffd700, #ffb700);
  color: #333;
}
.agents .agent-image .badge-overlay span.verified-badge {
  background: linear-gradient(
    135deg,
    var(--accent-color),
    color-mix(in srgb, var(--accent-color), #0056b3 30%)
  );
  color: var(--contrast-color);
}
.agents .agent-image .badge-overlay span.new-agent-badge {
  background: linear-gradient(135deg, #28a745, #20c997);
  color: var(--contrast-color);
}
.agents .agent-image .badge-overlay span.awarded-badge {
  background: linear-gradient(135deg, #e74c3c, #c0392b);
  color: var(--contrast-color);
}
.agents .agent-info {
  text-align: center;
}
.agents .agent-info h4 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  color: var(--heading-color);
}
.agents .agent-info .role {
  display: block;
  font-size: 14px;
  color: var(--accent-color);
  font-weight: 500;
  margin-bottom: 8px;
}
.agents .agent-info .location {
  font-size: 13px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.agents .agent-info .specialties {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-bottom: 20px;
}
.agents .agent-info .specialties .specialty-tag {
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color);
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 500;
}
.agents .agent-info .contact-links {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}
.agents .agent-info .contact-links a {
  width: 40px;
  height: 40px;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s ease;
}
.agents .agent-info .contact-links a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
  transform: translateY(-3px);
}
.agents .agent-info .view-listings-btn {
  display: inline-block;
  background: var(--accent-color);
  color: var(--contrast-color);
  padding: 12px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.agents .agent-info .view-listings-btn:hover {
  background: color-mix(in srgb, var(--accent-color), black 15%);
  color: var(--contrast-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 20px
    color-mix(in srgb, var(--accent-color), transparent 60%);
}
.agents .btn-view-all-agents {
  background: transparent;
  color: var(--accent-color);
  border: 2px solid var(--accent-color);
  padding: 15px 40px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.agents .btn-view-all-agents:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
  transform: translateY(-3px);
  box-shadow: 0 6px 25px
    color-mix(in srgb, var(--accent-color), transparent 60%);
}
@media (max-width: 992px) {
  .agents .agent-card {
    padding: 20px;
  }
  .agents .agent-image img {
    height: 240px;
  }
}
@media (max-width: 576px) {
  .agents .agent-card {
    padding: 16px;
  }
  .agents .agent-image img {
    height: 200px;
  }
  .agents .agent-info .contact-links {
    opacity: 1;
    transform: translateY(0);
  }
}
.error-404 {
  padding: 80px 0;
  margin: 0 auto;
}
.error-404 .error-icon {
  font-size: 5rem;
  color: color-mix(in srgb, var(--accent-color), transparent 15%);
}
.error-404 .error-code {
  font-size: clamp(6rem, 15vw, 12rem);
  font-weight: 800;
  color: color-mix(in srgb, var(--heading-color), transparent 10%);
  font-family: var(--heading-font);
  line-height: 1;
}
.error-404 .error-title {
  font-size: 2rem;
  color: var(--heading-color);
  font-weight: 600;
}
.error-404 .error-text {
  font-size: 1.1rem;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  max-width: 600px;
  margin: 0 auto;
}
.error-404 .search-box {
  max-width: 500px;
  margin: 0 auto;
}
.error-404 .search-box .input-group {
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.error-404 .search-box .form-control {
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  color: var(--default-color);
  background-color: var(--surface-color);
  border-radius: 50px;
}
.error-404 .search-box .form-control:focus {
  box-shadow: none;
  border-color: var(--accent-color);
}
.error-404 .search-box .form-control::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
}
.error-404 .search-box .search-btn {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  border: none;
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease;
}
.error-404 .search-box .search-btn:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 15%);
}
.error-404 .error-action .btn-primary {
  background: linear-gradient(
    135deg,
    var(--accent-color),
    color-mix(in srgb, var(--accent-color), blue 20%)
  );
  color: var(--contrast-color);
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(54, 144, 231, 0.3);
}
.error-404 .error-action .btn-primary:hover {
  transform: translateY(-3px);
  border: none;
  transition: 0.5s;
  color: var(--accent-color);
  background: var(--contrast-color);
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.7);
}
@media (max-width: 768px) {
  .error-404 {
    padding: 60px 0;
  }
  .error-404 .error-code {
    font-size: clamp(4rem, 12vw, 8rem);
  }
  .error-404 .error-title {
    font-size: 1.5rem;
  }
  .error-404 .error-text {
    font-size: 1rem;
    padding: 0 20px;
  }
  .error-404 .search-box {
    margin: 0 20px;
  }
}
@media (max-width: 576px) {
  #error-404 .card {
    max-width: 98vw !important;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  #error-404 .error-title {
    font-size: 1.1rem !important;
  }
  #error-404 .error-image img {
    max-width: 160px !important;
  }
}
@media (max-width: 350px) {
  #error-404 .error-title {
    font-size: 0.9rem !important;
  }
}
.unavailable {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
}
.unavailable .unavailable-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
.unavailable .unavailable-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: color-mix(in srgb, var(--background-color), transparent 20%);
}
.unavailable .container {
  position: relative;
  z-index: 2;
}
.unavailable .unavailable-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.unavailable .unavailable-content .unavailable-features span {
  color: color-mix(in srgb, var(--dark-color), transparent 25%);
  background: #000 !important;
}
.unavailable .awesome-highlight {
  color: color-mix(in srgb, var(--dark-color), transparent 25%);
  border-radius: 0.5rem;
  display: inline-block;
}
.unavailable .awesome-highlight-header {
  color: color-mix(in srgb, var(--heading-color), transparent 25%);
  font-weight: 500;
}
@media (max-width: 768px) {
  .unavailable .unavailable-content h2 {
    font-size: 2rem;
  }
  .unavailable {
    min-height: 400px;
    padding: 80px 0;
  }
  .unavailable .unavailable-content h2 {
    margin-bottom: 1rem;
  }
  .unavailable .unavailable-content p {
    margin-bottom: 2rem;
  }
}
.unavailable .unavailable-content p {
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
  color: color-mix(in srgb, var(--dark-color), transparent 25%);
  line-height: 1.6;
}
.unavailable .btn-read-more .rounded-circle {
  width: 28px;
  height: 28px;
}
.unavailable .unavailable-features {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.unavailable .unavailable-features .feature-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.unavailable .unavailable-features i {
  font-size: 1.2rem;
  color: var(--accent-color);
}
.unavailable .unavailable-features .feature-item span {
  font-size: 0.95rem;
  font-weight: 500;
}
.unavailable hr.my-3 {
  border-color: #fff !important;
  opacity: 1;
}
.unavailable .unavailable-features .rounded-circle {
  width: 36px;
  height: 36px;
}
@media (max-width: 576px) {
  .unavailable .unavailable-features {
    flex-direction: column;
    gap: 1rem;
  }
  .unavailable .unavailable-features .feature-item {
    justify-content: center;
  }
}
#media-experiences .mediaExperiences-content textarea .no-outline:focus {
  outline: none;
  box-shadow: 0 2px 4px 0 rgba(255, 0, 255, 0.2),
    0 6px 20px 0 rgba(255, 0, 255, 0.19);
  line-height: 2em;
  border-bottom: none;
  font-style: italic;
  font-weight: bold;
}
#mediaExperiences {
  background-color: color-mix(in srgb, var(--bs-primary) 10%, transparent);
}
#mediaExperiences .mediaExperiences-content {
  border-radius: 1.25rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#mediaExperiences .mediaExperiences-content .btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: var(--bs-primary);
  color: #fff;
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.3);
}
#mediaExperiences .mediaExperiences-content .btn-close:hover {
  background-color: #fff;
  color: var(--bs-primary);
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.7);
}
#mediaExperiences .mediaExperiences-content .modal-body-with-close {
  padding-top: 4rem !important;
  padding-right: 4rem !important;
}
@media (max-width: 767.98px) {
  #mediaExperiences .mediaExperiences-content .modal-body-with-close {
    padding-top: 2.5rem !important;
    padding-right: 1.5rem !important;
  }
}
#mediaExperiences .mediaExperiences-content .heading {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  transition: background-color 0.3s ease;
}
#mediaExperiences .mediaExperiences-content input {
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: groove;
  border-bottom-color: rgba(255, 0, 255, 0.5);
  border-bottom-width: thin;
  color: var(--bs-primary);
}
#mediaExperiences .mediaExperiences-content textarea {
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: groove;
  border-bottom-color: rgba(255, 0, 255, 0.5);
  border-bottom-width: thin;
  color: var(--bs-primary);
  font-weight: 500;
}
#mediaExperiences
  .mediaExperiences-content
  input:not([type="checkbox"]):not([type="radio"]):focus,
#mediaExperiences
  .mediaExperiences-content
  input:not([type="checkbox"]):not([type="radio"]):active,
#mediaExperiences .mediaExperiences-content textarea:focus,
#mediaExperiences .mediaExperiences-content textarea:active {
  outline: none !important;
  box-shadow: 0 1px 2px 0 rgba(255, 0, 255, 0.2),
    0 3px 10px 0 rgba(255, 0, 255, 0.19);
  margin: 0;
}
#mediaExperiences .mediaExperiences-content select {
  color: var(--bs-primary);
}
#mediaExperiences .mediaExperiences-content select:active,
#mediaExperiences .mediaExperiences-content select:focus {
  outline: none !important;
  box-shadow: 0 1px 2px 0 rgba(255, 0, 255, 0.2),
    0 3px 10px 0 rgba(255, 0, 255, 0.19);
  margin: 0;
}
#mediaExperiences .mediaExperiences-content select option:checked,
#mediaExperiences .mediaExperiences-content select option[selected] {
  background-color: var(--accent-color, #8c24cc) !important;
  color: #ffffff !important;
}
#mediaExperiences .mediaExperiences-content select option:hover {
  background-color: var(--accent-color, #8c24cc) !important;
}
#mediaExperiences .btn-read-more {
  transition: 0.5s;
  color: #fff;
  background: var(--accent-color, #8c24cc) !important;
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.3);
}
#mediaExperiences h6 {
  color: var(--accent-color, #8c24cc) !important;
}
#mediaExperiences h6 span {
  background: rgba(255, 0, 255, 0.1);
}
#mediaExperiences .btn-read-more:hover {
  border: none;
  transition: 0.5s;
  color: var(--accent-color, #8c24cc) !important;
  background: #fff;
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.7);
}
#mediaExperiences .btn-read-more span {
  font-family: "Nunito", sans-serif;
}
.loading-dots-experiences {
  display: inline-flex;
  gap: 4px;
  align-items: center;
}
.loading-dots-experiences .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff !important;
  animation: heartbeatDot 1s infinite;
  opacity: 0.8;
}
.loading-dots-experiences .dot:nth-child(2) {
  animation-delay: 0.2s;
}
.loading-dots-experiences .dot:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes heartbeatDot {
  0%,
  100% {
    opacity: 0.8;
    transform: scale(1);
  }
  10% {
    opacity: 1;
    transform: scale(1.4);
  }
  20% {
    opacity: 0.8;
    transform: scale(1);
  }
  30% {
    opacity: 1;
    transform: scale(1.2);
  }
  40% {
    opacity: 0.8;
    transform: scale(1);
  }
  100% {
    opacity: 0.8;
    transform: scale(1);
  }
}
.contact .info span i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  background: var(--bs-primary) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}
.contact .info .address:hover span i,
.contact .info .email:hover span i,
.contact .info .phone:hover span i {
  background: #fff !important;
  color: var(--bs-primary) !important;
  transition: background 0.3s 0.1s, color 0.3s 0.1s, transform 0.5s;
  transform: rotateY(180deg);
}
#_contacts {
}
#_contacts .btn-send-msg {
  border: var(--bs-primary) 1px solid;
  transition: 0.5s;
  color: #fff;
  background: var(--bs-primary) !important;
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.3);
}
#_contacts .btn-send-msg:hover {
  border: none;
  transition: 0.5s;
  color: var(--bs-primary) !important;
  background: #fff !important;
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.7);
}
#_contacts .btn-send-msge span {
  font-family: "Nunito", sans-serif;
}
#_contacts .address span:hover {
  color: var(--bs-primary) !important;
  font-weight: bold;
}
#_contacts .contact-us-body .contact-us-body-inner {
}
#_contacts .contact-us-body input {
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: groove;
  border-bottom-color: rgba(255, 0, 255, 0.5);
  border-bottom-width: thin;
  font-style: italic;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.12);
}
#_contacts .contact-us-body .no-outline:focus {
  outline: none;
  box-shadow: 0 2px 4px 0 rgba(255, 0, 255, 0.2),
    0 6px 20px 0 rgba(255, 0, 255, 0.19);
  line-height: 2em;
  border-bottom: none;
  font-style: italic;
  font-weight: bold;
}
#_contacts .contact-us-body input {
}
#_contacts .contact-us-body p {
  color: #ffffff;
}
#_contacts .contact-us-body p span {
  color: #ffffff;
  font-weight: bold;
}
#_contacts .contact-us-body a {
  font-weight: bold;
}
#_contacts .contact-us-body a:hover {
  color: var(--bs-primary) !important;
  font-weight: bold;
}
#_contacts .contact-us-body p span {
}
#_contacts textarea {
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: groove;
  border-bottom-color: rgba(255, 0, 255, 0.5);
  border-bottom-width: thin;
  font-style: italic;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.12);
}
#_contacts .contact-us-body textarea .no-outline:focus {
  outline: none;
  box-shadow: 0 2px 4px 0 rgba(255, 0, 255, 0.2),
    0 6px 20px 0 rgba(255, 0, 255, 0.19);
  line-height: 2em;
  border-bottom: none;
  font-style: italic;
  font-weight: bold;
}
#_mediaRetailer {
}
#_mediaRetailer .btn-primary-custom {
  background: linear-gradient(
    135deg,
    var(--accent-color),
    color-mix(in srgb, var(--accent-color), blue 20%)
  );
  color: var(--contrast-color);
  padding: 14px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(54, 144, 231, 0.3);
}
#_mediaRetailer .btn-primary-custom:hover {
  transform: translateY(-3px);
  border: none;
  transition: 0.5s;
  color: var(--accent-color);
  background: var(--contrast-color);
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.7);
}
#_leasing {
}
#_leasing p span {
  color: var(--accent-color) !important;
  background: rgba(255, 0, 255, 0.2);
}
#_leasing i {
  color: var(--accent-color) !important;
}
#_leasing .icon-box {
  background: rgba(255, 0, 255, 0.2);
}
#_leasing a:hover {
  color: var(--accent-color) !important;
}
#_privacy {
}
#_privacy h5 {
  color: color-mix(in srgb, var(--default-color), transparent 0%);
  font-weight: 600;
}
#_privacy p {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}
.privacy-policy h5 {
  color: color-mix(in srgb, var(--default-color), transparent 0%);
  font-weight: 600;
  font-size: 1.2rem;
}
.privacy-policy h6 {
  color: color-mix(in srgb, var(--default-color), transparent 0%);
  font-weight: 600;
  font-size: 1rem;
}
#openGalleryBtn:hover {
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.7);
}
#openGalleryBtn a .btn-open-gallery {
  border: #8c24cc 1px solid;
  transition: 0.5s;
  color: #fff;
  background: #8c24cc;
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.3);
}
#openGalleryBtn a .btn-open-gallery:hover {
  border: none;
  transition: 0.5s;
  color: #8c24cc;
  background: #fff;
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.7);
}
.lesseeImageGallery {
  background-color: rgba(255, 0, 255, 0.3);
}
.lesseeImageGallery .modal-header h6 {
  color: #8c24cc;
  font-weight: 600;
}
.lesseeImageGallery .modal-header i,
.lesseeImageGallery .modal-header span {
  color: #8c24cc;
}
.lesseeImageGallery .modal-header .close:hover {
  color: #8c24cc;
  background: #fff;
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.7);
  transition: all 0.5s ease-in-out;
}
.btn-open-gallery {
  padding: 10px 20px;
  font-size: 18px;
  color: #fff;
  background: #8c24cc;
  border: none;
  border-radius: 5px;
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.3);
  transition: 0.5s;
}
.btn-open-gallery:hover {
  color: #8c24cc;
  background: #fff;
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.7);
  transition: 0.5s;
}
.lesseeImageGallery .modal-body .carousel-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.lesseeImageGallery .modal-body .carousel-number {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  background: rgba(255, 0, 255, 0.4);
}
.lesseeImageGallery .modal-body .carousel-number:hover {
  color: #8c24cc;
  background: #fff;
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.7);
  transition: 0.5s;
}
.lesseeImageGallery .modal-body .control-next-icon {
  background-color: rgba(255, 0, 255, 0.3);
  padding: 10px;
  border-radius: 5px;
  color: #fff;
}
.lesseeImageGallery .modal-body .control-next-icon:hover {
  background-color: rgba(255, 0, 255, 0.5);
  color: #fff;
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.3);
  transition: all 0.3s ease-in-out;
}
.lesseeImageGallery .modal-body .control-next-icon:focus {
  background-color: rgba(255, 0, 255, 0.5);
  color: #fff;
  box-shadow: 0 5px 25px rgba(255, 0, 255, 0.3);
  transition: all 0.3s ease-in-out;
}
.lesseeImageGallery .text-center-title {
  text-align: center;
  width: 100%;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-up {
  animation: fadeInUp 1s ease-in-out forwards;
}
.lesseeImageGallery .carousel-indicators button {
  background-color: gray;
  border: none;
}
.lesseeImageGallery .carousel-indicators .active {
  background-color: #8c24cc;
}
#callNowModal .modal-body input {
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: groove;
  border-bottom-color: rgba(255, 0, 255, 0.5);
  border-bottom-width: thin;
  font-style: italic;
  color: rgba(255, 0, 255, 0.6);
}
#callNowModal .modal-body .no-outline:focus {
  outline: none;
  box-shadow: 0 2px 4px 0 rgba(255, 0, 255, 0.2),
    0 6px 20px 0 rgba(255, 0, 255, 0.19);
  line-height: 2em;
  border-bottom: none;
  font-style: italic;
  font-weight: bold;
}
#callNowSpinner .loading-dots {
  display: inline-flex;
  gap: 4px;
  align-items: center;
}
#callNowSpinner .loading-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8c24cc;
  animation: heartbeatDot 1s infinite;
  opacity: 0.8;
}
#callNowSpinner .loading-dots .dot:nth-child(2) {
  animation-delay: 0.2s;
}
#callNowSpinner .loading-dots .dot:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes heartbeatDot {
  0%,
  100% {
    opacity: 0.8;
    transform: scale(1);
  }
  10% {
    opacity: 1;
    transform: scale(1.4);
  }
  20% {
    opacity: 0.8;
    transform: scale(1);
  }
  30% {
    opacity: 1;
    transform: scale(1.2);
  }
  40% {
    opacity: 0.8;
    transform: scale(1);
  }
  100% {
    opacity: 0.8;
    transform: scale(1);
  }
}
.error-404 {
  padding: 80px 0;
  margin: 0 auto;
}
.error-404 .card {
  background-color: var(--surface-color);
  border-radius: 35px;
  padding: 2rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.error-404 .card .card-body .error-image {
  text-align: center;
  margin-bottom: 1.5rem;
}
.error-404 .card .card-body .error-image img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
}
.error-404 .card .card-body .error-text {
  font-size: 1.1rem;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  max-width: 600px;
  margin: 0 auto;
}
.error-404 .card .card-body .btn {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  border: none;
  padding: 0.75rem 1.5rem;
  transition: 0.3s;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50px;
}
.error-404 .error-action .btn-primary:hover,
.error-404 .search-box .search-btn:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 15%);
  transform: translateY(-2px);
}
.error-404 .card .card-body .btn:hover {
  transform: translateY(-2px);
  background-color: color-mix(in srgb, var(--accent-color) 10%, transparent);
}
.error-404 .error-icon {
  font-size: 5rem;
  color: color-mix(in srgb, var(--accent-color), transparent 15%);
}
.error-404 .error-code {
  font-size: clamp(6rem, 15vw, 12rem);
  font-weight: 800;
  color: color-mix(in srgb, var(--heading-color), transparent 10%);
  line-height: 1;
}
.error-404 .error-title {
  font-size: 2rem;
  color: var(--heading-color);
  font-weight: 600;
}
.error-404 .search-box {
  max-width: 500px;
  margin: 0 auto;
}
.error-404 .search-box .input-group {
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.error-404 .search-box .form-control {
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  color: var(--default-color);
  background-color: var(--surface-color);
  border-radius: 50px;
}
.error-404 .error-action .btn-primary,
.error-404 .search-box .search-btn {
  background-color: var(--accent-color);
  border: none;
  color: var(--contrast-color);
  transition: 0.3s;
}
.error-404 .search-box .form-control:focus {
  box-shadow: none;
  border-color: var(--accent-color);
}
.error-404 .search-box .form-control::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
}
.error-404 .search-box .search-btn {
  padding: 0.75rem 1.5rem;
}
.error-404 .search-box .search-btn:hover {
  color: var(--accent-color);
}
.error-404 .error-action .btn-primary {
  padding: 0.75rem 2rem;
  font-size: 1.1rem;
  border-radius: 50px;
}


#lesseeShareContainer .dropdown-menu { display: none !important; }
#lesseeShareContainer .dropdown-menu.show { display: flex !important; }


   #lesseeShareContainer .dropdown-menu {
        display: none;
        position: absolute;
        right: 0.25rem;
        z-index: 1050;
        padding: .25rem;
    }
    #lesseeShareContainer .dropdown-menu.show {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: .25rem;
    }
    @media (min-width: 992px) {
        #lesseeShareContainer .dropdown-menu.show {
            flex-direction: column;
        }
    }
    #lesseeCopyUrlBtn.copied { color: #198754; }
    
        /* center lessee share dropdown on small screens */
@media (max-width: 991.98px) {
  #lesseeShareContainer {
    /* allow the container to act as a centering wrapper */
    display: flex;
    justify-content: center;
  }

  #lesseeShareContainer .dropdown-menu {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    min-width: min(90vw, 360px);
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
  }

  /* make items centered and laid out horizontally on small screens */
  #lesseeShareContainer .dropdown-menu {
    display: flex;
    flex-direction: row;
    gap: .5rem;
    align-items: center;
    justify-content: center;
    padding: .25rem;
  }

  #lesseeShareContainer .dropdown-menu .dropdown-item {
    text-align: center;
    white-space: nowrap;
  }
}