/*!*******************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./assets/css/animate.css ***!
  \*******************************************************************************************************/
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}


.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}


@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

.animated.animated-delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;


}
.animated.animated-delay-2s {
    -webkit-animation-delay: calc(1s * 2);
    animation-delay: calc(1s * 2);

}
.animated.animated-delay-3s {
    -webkit-animation-delay: calc(1s * 3);
    animation-delay: calc(1s * 3);

}
.animated.animated-delay-4s {
    -webkit-animation-delay: calc(1s * 4);
    animation-delay: calc(1s * 4);

}
.animated.animated-delay-5s {
    -webkit-animation-delay: calc(1s * 5);
    animation-delay: calc(1s * 5);

}
.animated.animatedfaster {
    -webkit-animation-duration: calc(1s / 2);
    animation-duration: calc(1s / 2);
}

/*!*************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./assets/scss/app.scss ***!
  \*************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --primary-color: #E4ED64;
  --secondary-color: #1A1A1A;
  --accent-color: #FF6B6B;
  --text-color: #2C2C2C;
  --background-color: #FFFFFF;
  --primary-hover: color-mix(in srgb, var(--primary-color) 85%, black);
  --secondary-hover: color-mix(in srgb, var(--secondary-color) 85%, white);
  --accent-hover: color-mix(in srgb, var(--accent-color) 85%, black);
  --primary-light: color-mix(in srgb, var(--primary-color) 30%, white);
  --secondary-light: color-mix(in srgb, var(--secondary-color) 30%, white);
  --accent-light: color-mix(in srgb, var(--accent-color) 30%, white);
  --text-light: color-mix(in srgb, var(--text-color) 60%, white);
  --text-muted: color-mix(in srgb, var(--text-color) 40%, white);
  --text-on-primary: var(--text-color);
  --text-on-secondary: white;
  --text-on-accent: white;
  --background-light: color-mix(in srgb, var(--background-color) 95%, var(--text-color));
  --background-dark: color-mix(in srgb, var(--background-color) 85%, var(--text-color));
  --border-color: color-mix(in srgb, var(--text-color) 20%, var(--background-color));
  --border-light: color-mix(in srgb, var(--text-color) 10%, var(--background-color));
  --shadow-color: color-mix(in srgb, var(--text-color) 10%, transparent);
  --overlay-color: color-mix(in srgb, var(--text-color) 50%, transparent);
  --header-bg: var(--background-color);
  --header-text: var(--text-color);
  --footer-bg: var(--secondary-color);
  --footer-text: var(--text-on-secondary);
  --btn-primary-bg: var(--primary-color);
  --btn-primary-text: var(--text-on-primary);
  --btn-primary-hover: var(--primary-hover);
  --btn-secondary-bg: var(--secondary-color);
  --btn-secondary-text: var(--text-on-secondary);
  --btn-secondary-hover: var(--secondary-hover);
  --link-color: var(--primary-color);
  --link-hover: var(--primary-hover);
  --link-visited: var(--primary-hover);
  --input-bg: var(--background-color);
  --input-border: var(--border-color);
  --input-focus: var(--primary-color);
  --input-text: var(--text-color);
  --success-color: #28A745;
  --warning-color: #FFC107;
  --error-color: #DC3545;
  --info-color: #17A2B8;
  --white: #FFFFFF;
  --black: #000000;
  --transparent: transparent;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scaleOut {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@keyframes slideInUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes imobounce {
  0%, 7%, 17% {
    transform: translateY(0);
    opacity: 1;
  }
  13% {
    transform: translateY(-30px);
    opacity: 0;
  }
  14% {
    transform: translateY(30px);
    opacity: 0;
  }
  /* Stay still for the rest (the pause) */
  100% {
    transform: translateY(0);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.fadeIn {
  animation-name: fadeIn;
}
.animated.fadeInUp {
  animation-name: fadeInUp;
}
.animated.fadeInDown {
  animation-name: fadeInDown;
}
.animated.fadeInLeft {
  animation-name: fadeInLeft;
}
.animated.fadeInRight {
  animation-name: fadeInRight;
}
.animated.scaleIn {
  animation-name: scaleIn;
}
.animated.scaleOut {
  animation-name: scaleOut;
}
.animated.slideInUp {
  animation-name: slideInUp;
}
.animated.slideInDown {
  animation-name: slideInDown;
}
.animated.slideInLeft {
  animation-name: slideInLeft;
}
.animated.slideInRight {
  animation-name: slideInRight;
}
.animated.bounce {
  animation-name: bounce;
}
.animated.pulse {
  animation-name: pulse;
}
.animated.spin {
  animation-name: spin;
}
.animated.delay-1 {
  animation-delay: 0.1s;
}
.animated.delay-2 {
  animation-delay: 0.2s;
}
.animated.delay-3 {
  animation-delay: 0.3s;
}
.animated.delay-4 {
  animation-delay: 0.4s;
}
.animated.delay-5 {
  animation-delay: 0.5s;
}
.animated.fast {
  animation-duration: 0.5s;
}
.animated.slow {
  animation-duration: 2s;
}
.animated.infinite {
  animation-iteration-count: infinite;
}

.hover-lift {
  transition: transform 0.3s ease ease;
}
.hover-lift:hover {
  transform: translateY(-5px);
}

.hover-scale {
  transition: transform 0.3s ease ease;
}
.hover-scale:hover {
  transform: scale(1.05);
}

.hover-rotate {
  transition: transform 0.3s ease ease;
}
.hover-rotate:hover {
  transform: rotate(5deg);
}

.hover-shadow {
  transition: box-shadow 0.3s ease ease;
}
.hover-shadow:hover {
  box-shadow: 0 10px 30px var(--shadow-color);
}

.text-reveal {
  position: relative;
  overflow: hidden;
}
.text-reveal::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--primary-color);
  transform: translateX(-100%);
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.text-reveal.active::after {
  transform: translateX(100%);
}

.loading-spinner {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 3px solid color-mix(in srgb, var(--primary-color) 30%, transparent);
  border-top-color: var(--primary-color);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.loading-dots {
  display: inline-flex;
  gap: 4px;
}
.loading-dots span {
  display: block;
  width: 8px;
  height: 8px;
  background-color: var(--primary-color);
  border-radius: 50%;
  animation: pulse 1.4s ease-in-out infinite;
}
.loading-dots span:nth-child(2) {
  animation-delay: 0.2s;
}
.loading-dots span:nth-child(3) {
  animation-delay: 0.4s;
}

.skeleton {
  position: relative;
  overflow: hidden;
  background-color: var(--border-color);
}
.skeleton::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  animation: skeleton-loading 1.5s ease-in-out infinite;
}

@keyframes skeleton-loading {
  to {
    transform: translateX(200%);
  }
}
body {
  background-color: var(--website-color-light);
  color: var(--website-color-neutral);
  font-family: var(--body-font);
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
  font-size: 14px;
}

.container {
  position: relative;
}

a {
  color: var(--neutral-color);
}

a:focus {
  outline: none;
}

.warning-box2 {
  background-color: #fff3cd;
}

h1 {
  font-family: var(--heading-font);
  font-size: clamp(26px, 5vw + 1rem, var(--h1-size));
}

h2 {
  font-family: var(--subheading-font);
  font-size: clamp(22px, 3.5vw + 0.8rem, var(--h2-size));
}

h3 {
  font-size: clamp(20px, 3vw + 0.6rem, var(--h3-size));
}

h4 {
  font-size: clamp(18px, 2vw + 0.5rem, var(--h4-size));
}

h5 {
  font-size: clamp(16px, 1vw + 0.4rem, var(--h5-size));
}

h6 {
  font-size: clamp(14px, 2.5vw + 0.3rem, var(--h6-size));
}

.container-title, .container-subtitle {
  text-align: var(--module-title-align);
}

.container-subtitle {
  font-size: clamp(18px, 2vw + 0.6rem, var(--h3-size));
  font-weight: normal;
}

h3, h4, h5, h6 {
  font-family: var(--subsubheading-font);
}

@media (min-width: 1620px) {
  .container-bigger, .menu-container-extended, .footer-container-extended {
    max-width: 1620px;
  }
}
@media (min-width: 1450px) {
  .container {
    max-width: 1440px;
  }
}
.menu-no-container, .footer-no-container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.form-control:focus {
  border-color: transparent;
  box-shadow: none;
}

.collapse,
.collapsing {
  transition: none !important;
}

/* Utility classes */
.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.text-content {
  line-height: 1.6;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.text-content.truncated {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.div-content.truncated {
  overflow: hidden;
  max-height: 75px;
}

.div-content.div-expanded.truncated {
  max-height: 150px;
}

.text-content.expanded {
  display: block;
}

.read-more-btn, .view-more-btn {
  padding: 0;
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  border: none;
}

.read-more-btn:hover, .view-more-btn:hover, .read-more-btn:active, .view-more-btn:active {
  opacity: 0.6;
  background: none !important;
  border: none;
}

.image-carousel__fullscreen-picture {
  max-width: 1900px !important;
}

.wmax-400 {
  max-width: 400px !important;
}

.wmax-500 {
  max-width: 500px !important;
}

.wmax-600 {
  max-width: 600px !important;
}

.wmax-700 {
  max-width: 700px !important;
}

.wmax-800 {
  max-width: 800px !important;
}

.wmax-900 {
  max-width: 900px !important;
}

.wmax-1000 {
  max-width: 1000px !important;
}

.wmax-1100 {
  max-width: 1100px !important;
}

.wmax-1200 {
  max-width: 1200px !important;
}

.wmax-1300 {
  max-width: 1300px !important;
}

.wmax-1400 {
  max-width: 1400px !important;
}

.wmax-1500 {
  max-width: 1500px !important;
}

.wmax-1600 {
  max-width: 1600px !important;
}

.wmax-1700 {
  max-width: 1700px !important;
}

.wmax-1800 {
  max-width: 1800px !important;
}

.wmax-1900 {
  max-width: 1900px !important;
}

.hmax-400 {
  max-height: 400px !important;
}

.hmax-500 {
  max-height: 500px !important;
}

.hmax-600 {
  max-height: 600px !important;
}

.hmax-700 {
  max-height: 700px !important;
}

.hmax-800 {
  max-height: 800px !important;
}

.hmax-900 {
  max-height: 900px !important;
}

.hmax-1000 {
  max-height: 1000px !important;
}

.hmax-1100 {
  max-height: 1100px !important;
}

.hmax-1200 {
  max-height: 1200px !important;
}

.hmax-1300 {
  max-height: 1300px !important;
}

.hmax-1400 {
  max-height: 1400px !important;
}

.hmax-1500 {
  max-height: 1500px !important;
}

.hmax-1600 {
  max-height: 1600px !important;
}

.hmax-1700 {
  max-height: 1700px !important;
}

.hmax-1800 {
  max-height: 1800px !important;
}

.hmax-1900 {
  max-height: 1900px !important;
}

.website-with-shadows .image-carousel,
.website-with-shadows .image-carousel__thumbnails,
.website-with-shadows .agent-info-box,
.website-with-shadows .property-card,
.website-with-shadows .property-show-side,
.website-with-shadows .map,
.website-with-shadows .swiper-slide {
  box-shadow: 0px 10px 30px #DFDFDF;
}

.g-10 {
  --bs-gutter-y: 3rem;
  --bs-gutter-x: 6rem;
}

.g-20 {
  --bs-gutter-y: 3rem;
  --bs-gutter-x: 12rem;
}

.module-title-right .container-title, .module-title-right .container-subtitle {
  text-align: right;
}

.module-title-center .container-title, .module-title-center .container-subtitle {
  text-align: center;
}

.widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  z-index: 2;
}

.overlay-white {
  background: #fff;
}

.overlay-white-gradient {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.8;
}

.overlay-black {
  background: #000;
}

.overlay-black-gradient {
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.8;
}

.overlay-primary-gradient {
  background: linear-gradient(180deg, var(--website-color-primary) 0%, transparent 100%);
  opacity: 0.8;
}

.overlay-secondary-gradient {
  background: linear-gradient(180deg, var(--website-color-secondary) 0%, transparent 100%);
  opacity: 0.8;
}

.overlay-primary-secondary-gradient {
  background: linear-gradient(180deg, var(--website-color-primary) 0%, var(--website-color-secondary) 100%);
  opacity: 0.8;
}

.overlay-glass {
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(30px);
  opacity: 1;
}

.overlay-primary {
  background: var(--website-color-primary);
}

.overlay-secondary {
  background: var(--website-color-secondary);
}

.overlay-accent {
  background: var(--website-color-accent);
}

.overlay-dark {
  background: var(--website-color-dark);
}

.overlay-light {
  background: var(--website-color-light);
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

.bg-primary {
  background: var(--website-color-primary);
}

.bg-primary-gradient {
  background: linear-gradient(180deg, var(--website-color-primary) 0%, transparent 100%);
}

.bg-secondary {
  background: var(--website-color-secondary);
}

.bg-secondary-gradient {
  background: linear-gradient(180deg, var(--website-color-secondary) 0%, transparent 100%);
}

.bg-primary-secondary-gradient {
  background: linear-gradient(180deg, var(--website-color-primary) 0%, var(--website-color-secondary) 100%);
}

.bg-accent {
  background: var(--website-color-secondary);
}

.bg-dark {
  background: var(--website-color-dark);
}

.bg-light {
  background: var(--website-color-light);
}

.color-white {
  color: #fff;
}

.color-black {
  color: #000;
}

.color-primary {
  color: var(--website-color-primary);
}

.color-secondary {
  color: var(--website-color-secondary);
}

.color-accent {
  color: var(--website-color-secondary);
}

.color-dark {
  color: var(--website-color-dark);
}

.color-light {
  color: var(--website-color-light);
}

.tp-round-0, .tp-round-0 .tp-round-child {
  border-radius: 0px !important;
}

.tp-round-10, .tp-round-10 .tp-round-child {
  border-radius: 10px !important;
}

.tp-round-10, .tp-round-10 .tp-round-child {
  border-radius: 10px !important;
}

.tp-round-20, .tp-round-20 .tp-round-child {
  border-radius: 20px !important;
}

.tp-round-30, .tp-round-30 .tp-round-child {
  border-radius: 30px !important;
}

.tp-round-50, .tp-round-50 .tp-round-child {
  border-radius: 50px !important;
}

.tp-round-70, .tp-round-70 .tp-round-child {
  border-radius: 70px !important;
}

.tp-round-100, .tp-round-100 .tp-round-child {
  border-radius: 100px !important;
}

.tp-round-tl-0, .tp-round-tl-0 .tp-round-child {
  border-top-left-radius: 0px !important;
}

.tp-round-tl-10, .tp-round-tl-10 .tp-round-child {
  border-top-left-radius: 10px !important;
}

.tp-round-tl-20, .tp-round-tl-20 .tp-round-child {
  border-top-left-radius: 20px !important;
}

.tp-round-tl-30, .tp-round-tl-30 .tp-round-child {
  border-top-left-radius: 30px !important;
}

.tp-round-tl-50, .tp-round-tl-50 .tp-round-child {
  border-top-left-radius: 50px !important;
}

.tp-round-tl-70, .tp-round-tl-70 .tp-round-child {
  border-top-left-radius: 70px !important;
}

.tp-round-tl-100, .tp-round-tl-100 .tp-round-child {
  border-top-left-radius: 100px !important;
}

.tp-round-tr-0, .tp-round-tr-0 .tp-round-child {
  border-top-right-radius: 0px !important;
}

.tp-round-tr-10, .tp-round-tr-10 .tp-round-child {
  border-top-right-radius: 10px !important;
}

.tp-round-tr-20, .tp-round-tr-20 .tp-round-child {
  border-top-right-radius: 20px !important;
}

.tp-round-tr-30, .tp-round-tr-30 .tp-round-child {
  border-top-right-radius: 30px !important;
}

.tp-round-tr-50, .tp-round-tr-50 .tp-round-child {
  border-top-right-radius: 50px !important;
}

.tp-round-tr-70, .tp-round-tr-70 .tp-round-child {
  border-top-right-radius: 70px !important;
}

.tp-round-tr-100, .tp-round-tr-100 .tp-round-child {
  border-top-right-radius: 100px !important;
}

.tp-round-bl-0, .tp-round-bl-0 .tp-round-child {
  border-bottom-left-radius: 0px !important;
}

.tp-round-bl-10, .tp-round-bl-10 .tp-round-child {
  border-bottom-left-radius: 10px !important;
}

.tp-round-bl-20, .tp-round-bl-20 .tp-round-child {
  border-bottom-left-radius: 20px !important;
}

.tp-round-bl-30, .tp-round-bl-30 .tp-round-child {
  border-bottom-left-radius: 30px !important;
}

.tp-round-bl-50, .tp-round-bl-50 .tp-round-child {
  border-bottom-left-radius: 50px !important;
}

.tp-round-bl-70, .tp-round-bl-70 .tp-round-child {
  border-bottom-left-radius: 70px !important;
}

.tp-round-bl-100, .tp-round-bl-100 .tp-round-child {
  border-bottom-left-radius: 100px !important;
}

.tp-round-br-0, .tp-round-br-0 .tp-round-child {
  border-bottom-right-radius: 0px !important;
}

.tp-round-br-10, .tp-round-br-10 .tp-round-child {
  border-bottom-right-radius: 10px !important;
}

.tp-round-br-20, .tp-round-br-20 .tp-round-child {
  border-bottom-right-radius: 20px !important;
}

.tp-round-br-30, .tp-round-br-30 .tp-round-child {
  border-bottom-right-radius: 30px !important;
}

.tp-round-br-50, .tp-round-br-50 .tp-round-child {
  border-bottom-right-radius: 50px !important;
}

.tp-round-br-70, .tp-round-br-70 .tp-round-child {
  border-bottom-right-radius: 70px !important;
}

.tp-round-br-100, .tp-round-br-100 .tp-round-child {
  border-bottom-right-radius: 100px !important;
}

.tp-round-default, .tp-round-default .tp-round-child {
  border-radius: var(--border-radius-size) !important;
}

.tp-round-br-default, .tp-round-br-default .tp-round-child {
  border-bottom-right-radius: var(--border-radius-size) !important;
}

.tp-round-bl-default, .tp-round-bl-default .tp-round-child {
  border-bottom-left-radius: var(--border-radius-size) !important;
}

.tp-round-tl-default, .tp-round-tl-default .tp-round-child {
  border-top-left-radius: var(--border-radius-size) !important;
}

.tp-round-tr-default, .tp-round-tr-default .tp-round-child {
  border-top-right-radius: var(--border-radius-size) !important;
}

.tp-margin-top-0 {
  margin-top: 0px !important;
}

.tp-margin-top-10 {
  margin-top: 10px !important;
}

.tp-margin-top-20 {
  margin-top: 20px !important;
}

.tp-margin-top-50 {
  margin-top: 50px !important;
}

.tp-margin-top-100 {
  margin-top: 100px !important;
}

.tp-margin-top-150 {
  margin-top: 150px !important;
}

.tp-margin-top-200 {
  margin-top: 200px !important;
}

.tp-margin-top-300 {
  margin-top: 300px !important;
}

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

.tp-margin-bottom-10 {
  margin-bottom: 10px !important;
}

.tp-margin-bottom-20 {
  margin-bottom: 20px !important;
}

.tp-margin-bottom-50 {
  margin-bottom: 50px !important;
}

.tp-margin-bottom-100 {
  margin-bottom: 100px !important;
}

.tp-margin-bottom-150 {
  margin-bottom: 150px !important;
}

.tp-margin-bottom-200 {
  margin-bottom: 200px !important;
}

.tp-margin-bottom-300 {
  margin-bottom: 300px !important;
}

.tp-padding-0 {
  padding: 0px !important;
}

.tp-padding-10 {
  padding: 10px !important;
}

.tp-padding-20 {
  padding: 20px !important;
}

.tp-padding-50 {
  padding: 50px !important;
}

.tp-padding-100 {
  padding: 100px !important;
}

.tp-padding-150 {
  padding: 150px !important;
}

.tp-padding-200 {
  padding: 200px !important;
}

.tp-padding-300 {
  padding-left: 300px !important;
}

.tp-padding-top-0 {
  padding-top: 0px !important;
}

.tp-padding-top-10 {
  padding-top: 10px !important;
}

.tp-padding-top-20 {
  padding-top: 20px !important;
}

.tp-padding-top-50 {
  padding-top: 50px !important;
}

.tp-padding-top-100 {
  padding-top: 100px !important;
}

.tp-padding-top-150 {
  padding-top: 150px !important;
}

.tp-padding-top-200 {
  padding-top: 200px !important;
}

.tp-padding-top-300 {
  padding-top: 300px !important;
}

.tp-padding-bottom-0 {
  padding-bottom: 0px !important;
}

.tp-padding-bottom-10 {
  padding-bottom: 10px !important;
}

.tp-padding-bottom-20 {
  padding-bottom: 20px !important;
}

.tp-padding-bottom-50 {
  padding-bottom: 50px !important;
}

.tp-padding-bottom-100 {
  padding-bottom: 100px !important;
}

.tp-padding-bottom-150 {
  padding-bottom: 150px !important;
}

.tp-padding-bottom-200 {
  padding-bottom: 200px !important;
}

.tp-padding-bottom-300 {
  padding-bottom: 300px !important;
}

.tp-padding-left-0 {
  padding-left: 0px !important;
}

.tp-padding-left-10 {
  padding-left: 10px !important;
}

.tp-padding-left-20 {
  padding-left: 20px !important;
}

.tp-padding-left-50 {
  padding-left: 50px !important;
}

.tp-padding-left-100 {
  padding-left: 100px !important;
}

.tp-padding-left-150 {
  padding-left: 150px !important;
}

.tp-padding-left-200 {
  padding-left: 200px !important;
}

.tp-padding-left-300 {
  padding-left: 300px !important;
}

.tp-padding-right-0 {
  padding-right: 0px !important;
}

.tp-padding-right-10 {
  padding-right: 10px !important;
}

.tp-padding-right-20 {
  padding-right: 20px !important;
}

.tp-padding-right-50 {
  padding-right: 50px !important;
}

.tp-padding-right-100 {
  padding-right: 100px !important;
}

.tp-padding-right-150 {
  padding-right: 150px !important;
}

.tp-padding-right-200 {
  padding-right: 200px !important;
}

.tp-padding-right-300 {
  padding-right: 300px !important;
}

.grid {
  display: grid;
}

.grid .sortable-container {
  height: 100%;
}

.grid .sortable-container > div {
  height: 100%;
}

.grid-cols-1 {
  grid-template-columns: 1fr;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-cols-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-cols-5 {
  grid-template-columns: repeat(5, 1fr);
}

.grid-cols-6 {
  grid-template-columns: repeat(6, 1fr);
}

/* Row Classes */
.grid-rows-1 {
  grid-template-rows: 1fr;
}

.grid-rows-2 {
  grid-template-rows: repeat(2, 1fr);
}

.grid-rows-3 {
  grid-template-rows: repeat(3, 1fr);
}

.grid-rows-4 {
  grid-template-rows: repeat(4, 1fr);
}

.grid-rows-5 {
  grid-template-rows: repeat(5, 1fr);
}

.grid-rows-6 {
  grid-template-rows: repeat(6, 1fr);
}

/* Admin Panel Grid Container */
.admin-grid {
  display: grid;
  gap: 20px;
  padding: 20px;
  background-color: #f7fafc;
  border-radius: 8px;
  min-height: 400px;
}

/* Ensure grid items fill their allocated space */
.admin-grid .grid-item {
  min-height: 150px;
}

/* Responsive Grid Classes */
/* Small screens (mobile) - sm prefix */
@media (max-width: 640px) {
  .sm\:grid-cols-1 {
    grid-template-columns: 1fr;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .sm\:grid-rows-1 {
    grid-template-rows: 1fr;
  }
  .sm\:grid-rows-2 {
    grid-template-rows: repeat(2, 1fr);
  }
  .sm\:grid-rows-3 {
    grid-template-rows: repeat(3, 1fr);
  }
  .sm\:grid-rows-4 {
    grid-template-rows: repeat(4, 1fr);
  }
  .sm\:grid-rows-5 {
    grid-template-rows: repeat(5, 1fr);
  }
  .sm\:grid-rows-6 {
    grid-template-rows: repeat(6, 1fr);
  }
}
/* Medium screens (tablets) - md prefix */
@media (min-width: 641px) and (max-width: 1024px) {
  .md\:grid-cols-1 {
    grid-template-columns: 1fr;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .md\:grid-rows-1 {
    grid-template-rows: 1fr;
  }
  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, 1fr);
  }
  .md\:grid-rows-3 {
    grid-template-rows: repeat(3, 1fr);
  }
  .md\:grid-rows-4 {
    grid-template-rows: repeat(4, 1fr);
  }
  .md\:grid-rows-5 {
    grid-template-rows: repeat(5, 1fr);
  }
  .md\:grid-rows-6 {
    grid-template-rows: repeat(6, 1fr);
  }
}
/* Large screens (desktop) - lg prefix */
@media (min-width: 1025px) {
  .lg\:grid-cols-1 {
    grid-template-columns: 1fr;
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .lg\:grid-rows-1 {
    grid-template-rows: 1fr;
  }
  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, 1fr);
  }
  .lg\:grid-rows-3 {
    grid-template-rows: repeat(3, 1fr);
  }
  .lg\:grid-rows-4 {
    grid-template-rows: repeat(4, 1fr);
  }
  .lg\:grid-rows-5 {
    grid-template-rows: repeat(5, 1fr);
  }
  .lg\:grid-rows-6 {
    grid-template-rows: repeat(6, 1fr);
  }
}
.hero {
  position: relative;
  padding-bottom: 80px;
  overflow: hidden;
}
.hero > .container-wrapper {
  position: relative;
  border-radius: var(--border-radius-size);
  overflow: hidden;
  max-width: 1780px;
}
.hero > .container-wrapper::after {
  content: " ";
  mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M129.231 39.0833C130.162 46.55 136.798 48.8056 140 49H0V0C0.485092 1.45834 0.873184 6.125 3.78378 9.33334C6.72661 12.5772 10.9633 14.6806 13.3888 14.875H112.058C116.133 14.875 116.424 15.4583 122.536 18.9583C128.649 22.4583 128.067 29.75 129.231 39.0833Z%27 fill=%27white%27 /%3E%3C/svg%3E");
  background-color: var(--website-color-light);
  width: 140px;
  height: 49px;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}
.hero.hero-menu {
  padding-top: var(--menu-height-size);
}
.hero .hero-slideshow .hero-background {
  opacity: 0;
  transition: opacity 1.5s ease-in-out, transform 6s ease-in-out;
  transform: scale(1);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  animation: zoomPan 20s ease-in-out infinite;
  will-change: transform;
}
.hero .hero-background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.hero .hero-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .hero-background.active {
  opacity: 1;
  z-index: 2;
}
.hero .hero-background.hero-slideshow.zoom {
  transform: scale(1.15);
}
.hero .hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.hero .hero-background.hero-cover-center img {
  object-position: center center;
}
.hero .hero-background.hero-cover-bottom img {
  object-position: bottom center;
}
.hero .hero-animation-yes {
  animation: zoomPan 20s ease-in-out infinite;
  will-change: transform;
}
.hero .hero-content {
  z-index: 3;
  position: relative;
}
.hero .video-container {
  width: 100%;
  height: 100%; /* or any custom height */
  overflow: hidden;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero .video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  border: 0;
  z-index: 2;
}
.hero .hero-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
}
.hero .hero-overlay.hero-overlay-black {
  background-color: rgba(0, 0, 0, 0.3);
}

.hero-text-negative h1, .hero-text-negative h2, .hero-text-negative h3, .hero-text-negative h4, .hero-text-negative h5, .hero-text-negative h6, .hero-text-negative p {
  color: #fff;
}

.hero-align-left {
  text-align: left;
}

.hero-align-right {
  text-align: right;
}

.hero-align-center {
  text-align: center;
}

.hero-50 {
  min-height: calc(50vh + 60px);
  padding-bottom: 80px;
  margin-bottom: -60px;
}

.hero-75 {
  min-height: calc(75vh + 60px);
  padding-bottom: 80px;
  margin-bottom: -60px;
}

.hero-100 {
  min-height: calc(100vh + 60px);
  padding-bottom: 80px;
  margin-bottom: -60px;
  overflow: hidden;
}

@keyframes zoomPan {
  0% {
    transform: scale(1) translateX(0);
    background-position: center;
  }
  50% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1) translateX(0);
    background-position: center;
  }
}
/*wrapper for inputs*/
.shortsearchform {
  margin-top: 60px;
}
.shortsearchform .form-control {
  background: none;
}
.shortsearchform input {
  border: none;
}

.search-inner {
  background: var(--inputs-shortsearch-bg-color);
  padding: 5px 25px;
  width: auto; /* prevents 100% width */
  flex-wrap: wrap;
  display: inline-flex;
  border-radius: var(--border-radius-size);
}

.search-short-input {
  background: var(--inputs-shortsearch-bg-color);
  padding: 15px 20px;
  display: flex;
  align-items: center;
}
.search-short-input svg {
  fill: var(--inputs-color);
}

.btn-search {
  padding: 15px 40px;
  background: var(--buttons-bg-color);
  color: var(--buttons-color);
  border-radius: var(--buttons-border-radius-size);
}
.btn-search svg {
  fill: #fff;
}
.btn-search:hover {
  background: var(--buttons-bg-color);
  color: var(--buttons-color);
  opacity: 0.8;
}
.btn-search:hover svg {
  color: var(--buttons-color);
}

/* Transaction type switch styles */
.transaction-type-switch .nav-pills {
  border-radius: 30px;
  display: inline-flex;
}

.transaction-type-switch .nav-link {
  color: #fff;
  border: none;
  border-radius: min(20px, var(--buttons-border-radius-size));
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0.7rem 2rem;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.0196078431);
  backdrop-filter: blur(20px);
}

.transaction-type-switch .nav-link:hover {
  background-color: #e9ecef;
  color: #212529;
}

.transaction-type-switch .nav-link.active {
  background: var(--inputs-shortsearch-bg-color);
  color: var(--inputs-color);
}

@media screen and (max-width: 480px) {
  /* First button → remove bottom-left radius */
  .transaction-type-switch .nav-item:first-child .nav-link {
    border-bottom-left-radius: min(20px, var(--buttons-border-radius-size));
  }
  /* Second button → remove bottom-right radius */
  .transaction-type-switch .nav-item:last-child .nav-link {
    border-bottom-right-radius: min(20px, var(--buttons-border-radius-size));
  }
  .shortsearchform {
    padding: 0 15px;
  }
  .transaction-type-switch {
    margin-bottom: 5px;
    text-align: center;
  }
  .search-inner {
    width: 100%;
    background: none;
    flex-flow: column;
    padding: 0;
  }
  .search-inner .btn-search {
    width: 100%;
  }
  .search-inner .location-input-wrapper {
    width: 100%;
  }
  .search-inner .search-short-input {
    width: 100%;
    margin-bottom: 5px;
    border-radius: var(--buttons-border-radius-size);
  }
  .search-inner .custom-dropdown {
    width: 100%;
  }
}
.img-module {
  position: relative;
  border-radius: var(--border-radius-size);
}

.short-testimonials .testimonial-slider-item-content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.short-testimonials .testimonial-slider-item-author {
  max-width: 700px;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
}

.agents-show-wrapper {
  border-radius: var(--border-radius-size);
  background: var(--agents-bg-color);
  position: relative;
  padding-top: 40px;
}
.agents-show-wrapper .contact-box-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 1px solid #E0E0E0;
  margin-right: 15px;
}

.agent-show-box-subtitle {
  margin-bottom: 30px;
}

.agent-show-latestproperties {
  margin-top: 30px;
}

.agent-show-box-image {
  display: flex;
  align-items: center;
  position: relative;
}
.agent-show-box-image picture {
  margin: 0 auto;
  z-index: 2;
}
.agent-show-box-image img {
  border-radius: var(--border-radius-size);
}

.agents-page-alternative .agent-show-box-image img {
  border-radius: var(--border-radius-size) 80px var(--border-radius-size) 200px;
}

.agent-show-box-image-alternative {
  border-radius: 0 80px 0 200px;
  position: absolute;
  filter: blur(30px);
  left: -20px;
  bottom: -20px;
  z-index: 1;
  opacity: 0.7;
}

.agent-show-contact-box {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
.agent-show-contact-box a {
  text-decoration: none;
}
.agent-show-contact-box svg {
  fill: var(--website-color-neutral);
  opacity: 0.6;
}

.agent-show-box-description {
  font-size: 14px;
  opacity: 0.8;
}

.agent-info-box {
  position: relative;
  min-height: 100px;
  border-radius: var(--border-radius-size);
  transition: 0.7s;
  margin-bottom: 40px;
}
.agent-info-box:hover .agent-info-box-image {
  background: #000;
}
.agent-info-box:hover .agent-info-box-image img {
  transform: scale(1.1);
  opacity: 0.8;
}
.agent-info-box .agent-info-box-image {
  display: block;
  overflow: hidden;
  border-radius: var(--border-radius-size);
}
.agent-info-box .agent-info-box-image img {
  transition: 0.7s;
}
.agent-info-box .agent-info-box-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
}
.agent-info-box .agent-info-box-content .agent-info-box-subtitle {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
.agent-info-box .agent-info-box-content .agent-info-box-title {
  font-size: 20px;
  color: #fff;
}
.agent-info-box .agent-info-box-content .agent-info-box-phone {
  display: none;
}
.agent-info-box .agent-info-box-content .agent-info-box-content-inner {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: max(0px, var(--border-radius-size) - 10px);
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  padding: 10px 20px;
  z-index: 4;
}
.agent-info-box .agent-info-box-content .agent-info-box-content-inner ul {
  display: none;
}

@media screen and (max-width: 768px) {
  .agent-info-box .agent-info-box-content .agent-info-box-content-inner {
    left: 0;
    right: 0;
  }
  .agent-info-box .agent-info-box-content .agent-info-box-title {
    font-size: 14px;
  }
  .agent-info-box .agent-info-box-content .agent-info-box-subtitle {
    font-size: 11px;
  }
}
.contact-form-wrapper {
  max-width: 750px;
  margin: 0 auto;
}
.contact-form-wrapper form {
  margin-top: 30px;
}
.contact-form-wrapper h2 {
  text-align: center;
}

.row-short-categories {
  display: flex;
  flex-direction: row;
  grid-gap: 10px;
  box-sizing: border-box;
  flex: 0 1 auto;
  flex-shrink: 1;
}

.col-short-category {
  height: 360px;
  border-radius: var(--border-radius-size);
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease 0s;
  display: flex;
  width: clamp(35%, 2.5vmax, 40%);
  flex: 0 1 auto;
  flex-shrink: 1;
  background: #000;
}
.col-short-category:hover {
  transition: width 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), flex-shrink 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  width: 38%;
  flex-shrink: 0;
}
.col-short-category:hover .col-short-category-info {
  transform: rotate(0deg);
}
.col-short-category:hover .col-short-category-number {
  opacity: 1;
}
.col-short-category .col-short-category-info {
  position: absolute;
  bottom: 20px;
  width: 200px;
  left: 20px;
  color: #fff;
  transform-origin: left top;
  transition: all 0.4s ease 0s;
  z-index: 2;
  transform: rotate(-90deg);
}
.col-short-category .col-short-category-title {
  font-weight: bold;
  font-size: 20px;
}
.col-short-category .col-short-category-number {
  background: linear-gradient(to bottom, white, transparent);
  color: transparent;
  background-clip: text;
  font-size: 230px;
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 5;
  opacity: 0;
  transition: all 0.4s ease 0s;
}
.col-short-category .stretched-link {
  z-index: 6;
}
.col-short-category .col-short-category-background {
  background: #000;
}
.col-short-category .col-short-category-background img {
  opacity: 0.9;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  object-fit: cover;
}

@media screen and (max-width: 576px) {
  .col-short-category {
    height: 200px;
  }
  .col-short-category .col-short-category-title {
    font-size: 16px;
  }
  .col-short-category {
    flex-shrink: 0;
    width: auto;
  }
  .col-short-category:hover {
    transition: none;
    width: auto;
  }
  .col-short-category .col-short-category-number {
    font-size: 60px;
    top: 25%;
  }
  .row-short-categories {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* max 3 items per row */
    gap: 10px;
  }
  .row-short-categories-over {
    grid-template-columns: repeat(4, 1fr); /* max 4 items per row */
  }
  .col-short-category .col-short-category-info {
    bottom: 0;
  }
}
.header-band {
  min-height: 200px;
  overflow: hidden;
  position: relative;
  padding-top: var(--menu-height-size);
  padding-bottom: 100px;
  margin-bottom: -60px;
}
.header-band.header-with-image {
  background: #000;
}
.header-band .container {
  position: relative;
}
.header-band h1 {
  font-size: clamp(1.2rem, 1.1rem + 3vw, var(--h1-size));
  line-height: 1;
  letter-spacing: -2px;
  color: #fff;
}
.header-band .header-band-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  opacity: 0.6;
}
.header-band .header-band-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.header-band .header-band-image.pageheader-cover-center img {
  object-position: center center;
}
.header-band .header-band-image.pageheader-cover-bottom img {
  object-position: bottom center;
}

.grid {
  gap: 20px; /* spacing between grid items */
}

.grid .sortable-container > div > .text-icon {
  height: 100%;
}

.text-icon {
  padding: 20px;
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius-size);
}

.text-icon-number {
  font-size: 12px;
  font-weight: 600;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.text-icon-icon {
  height: 60px;
  width: 60px;
  margin: 20px 0 20px;
  display: block;
}
.text-icon-icon svg {
  width: 60px;
  height: 60px;
}

.text-icon-title-wrapper {
  font-weight: bold;
  font-size: 22px;
}

.text-icon-background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.text-icon-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.text-icon-info {
  z-index: 2;
  position: relative;
}

.text-icon-color-negative {
  color: #fff;
}
.text-icon-color-negative svg {
  filter: brightness(0) invert(1);
}

.text-homepage h1, .text-homepage h2, .text-homepage h3 {
  font-size: clamp(26px, 5vw + 1rem, 72px);
  line-height: 1;
  letter-spacing: -2px;
  background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0.3));
  color: transparent;
  background-clip: text;
}

/* Autocomplete styles */
.autocomplete-items {
  position: absolute;
  z-index: 1001;
  width: 100%;
  overflow-y: auto;
  text-align: left;
  background: var(--inputs-dropdown-bg-color) !important;
  --bs-border-color: var(--inputs-border-color);
}

/* Simple dropdown mode styles */
.simple-dropdown-wrapper {
  position: relative;
}

.simple-dropdown-wrapper input {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

/* Desktop only max-height */
@media (min-width: 769px) {
  .autocomplete-items {
    max-height: 300px;
  }
}
.autocomplete-item {
  cursor: pointer;
  transition: background-color 0.2s;
  font-size: 14px;
}

.autocomplete-item:hover {
  opacity: 0.8;
}

.autocomplete-item.active {
  background-color: #0d6efd;
  color: white;
}

/* Category headers */
.autocomplete-category-header {
  padding: 0.5rem 1rem;
  font-weight: 600;
  font-size: 0.875rem;
  border-bottom: 1px solid var(--inputs-border-color);
  opacity: 0.6;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Multiselect selected items */
.autocomplete-selected-items {
  margin-top: 0.5rem;
  max-height: 200px;
  overflow-y: auto;
}

.selected-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0.25rem;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 0.375rem;
  font-size: 0.875rem;
}

/* Desktop chips for persistent dropdown */
.persistent-selected {
  display: block !important;
}

.desktop-chip {
  display: inline-flex !important;
  align-items: center;
  padding: 0.25rem 0.5rem;
  margin: 0.125rem;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 1rem;
  font-size: 0.75rem;
  color: #495057;
  gap: 0.25rem;
  margin-bottom: 0.25rem;
}

.selected-item-label {
  flex: 1;
  color: #495057;
}

.selected-item-remove {
  background: none;
  border: none;
  color: #6c757d;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  margin-left: 0.5rem;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.selected-item-remove:hover {
  background-color: #dc3545;
  color: white;
}

/* Inline selected items for persistent dropdown */
.autocomplete-inline-selected {
  padding: 0.75rem;
  background-color: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  display: none;
}

.inline-selected-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  margin: 0.125rem;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 1rem;
  font-size: 0.75rem;
  color: #495057;
  gap: 0.25rem;
}

.chip-remove {
  background: none;
  border: none;
  color: #6c757d;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.chip-remove:hover {
  background-color: #dc3545;
  color: white;
}

.selected-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem;
  font-size: 0.875rem;
  color: #6c757d;
}

.selected-expand-btn, .selected-collapse-btn {
  background: none;
  border: 1px solid #ced4da;
  color: #0d6efd;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  cursor: pointer;
  font-size: 0.75rem;
  transition: all 0.2s ease;
}

.selected-expand-btn:hover, .selected-collapse-btn:hover {
  background-color: #0d6efd;
  color: white;
}

/* Mobile-specific autocomplete styles */
@media (max-width: 768px) {
  /* Ensure input works on mobile */
  input[type=text] {
    font-size: 16px; /* Prevents zoom on iOS */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  /* Backdrop overlay */
  .autocomplete-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1040;
    transition: background-color 0.3s ease;
  }
  .autocomplete-backdrop.show {
    background-color: rgba(0, 0, 0, 0.5);
  }
  /* Create a single mobile container */
  .autocomplete-mobile-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 20vh;
    background: var(--inputs-dropdown-bg-color);
    z-index: 1050;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    height: 80vh;
  }
  .autocomplete-mobile-wrapper.show {
    transform: translateY(0);
  }
  /* Mobile header */
  .autocomplete-mobile-header {
    flex: 0 0 auto;
    background: var(--inputs-dropdown-bg-color);
    border-radius: 16px 16px 0 0;
    position: relative;
    z-index: 10;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }
  .mobile-search-input {
    font-size: 16px !important;
    border: 1px solid #e0e0e0 !important;
    padding: 0.75rem 1rem !important;
    border-radius: 0.375rem !important;
  }
  .mobile-search-input:focus {
    border-color: #0d6efd !important;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25) !important;
  }
  /* Mobile list container */
  .autocomplete-mobile-list {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: var(--inputs-dropdown-bg-color);
    position: relative;
    z-index: 1;
    min-height: 0;
    padding: 0;
    margin: 0;
  }
  .autocomplete-mobile-list .autocomplete-item {
    min-height: 56px;
    line-height: normal;
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 1rem 1.5rem !important;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
  }
  .autocomplete-mobile-list .autocomplete-item:last-child {
    border-bottom: none;
  }
  .autocomplete-mobile-list .autocomplete-item:active {
    background-color: #f5f5f5;
  }
  /* Extend to bottom edge */
  .autocomplete-mobile-wrapper {
    padding-bottom: 0;
  }
  /* Mobile category headers */
  .autocomplete-mobile-list .autocomplete-category-header {
    padding: 0.75rem 1.5rem;
    font-size: 0.75rem;
    position: sticky;
    top: 0;
    z-index: 5;
    border-bottom: 1px solid #f0f0f0;
    opacity: 1;
    background: #fff;
  }
  /* Ensure clean bottom edge */
  .autocomplete-mobile-list .autocomplete-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
}
.search-link-title {
  text-decoration: none;
  opacity: 0.9;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}

.search-link {
  text-decoration: none;
  font-size: 12px;
  display: block;
  margin: 5px 0;
  opacity: 0.9;
}
.search-link:hover {
  opacity: 1;
}

.swiper-slide {
  position: relative;
  overflow: hidden;
}
.swiper-slide .container {
  top: 50%;
  position: absolute;
  z-index: 10;
}
.swiper-slide .read-more {
  margin-bottom: 20px;
}
.swiper-slide .slide-info {
  display: block;
  margin-bottom: 30px;
}

.slide-title {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}

.slide-line {
  display: block;
}

.swiper-slide-color-negative {
  color: #fff;
}
.swiper-slide-color-negative svg {
  filter: brightness(0) invert(1);
}

.finance-frame {
  width: 100%;
  height: 900px;
  border-radius: var(--border-radius-size);
}

@media screen and (max-width: 480px) {
  .finance-frame {
    height: 1900px;
  }
}
.menu-module {
  padding: 0;
  margin: 0;
}
.menu-module li {
  list-style: none;
  padding-left: 0;
  margin-bottom: 10px;
}
.menu-module a {
  text-decoration: none;
  opacity: 0.8;
}
.menu-module a:hover {
  opacity: 1;
}

.text-center > .menu-module {
  display: flex;
  justify-content: center;
}

.module-menu-item.col-line {
  width: auto;
}

.anpc-link {
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
  opacity: 0.8;
}
.anpc-link:hover {
  opacity: 1;
}

.anpc-inline1 .anpc-links {
  display: inline-flex;
  gap: 20px;
}
.anpc-inline1 .anpc-images {
  display: inline-flex;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .anpc-inline1 .anpc-links, .anpc-inline1 .anpc-images {
    display: block;
  }
}
.delimiter-module {
  display: block;
  height: 1px;
  opacity: 0.3;
}
.delimiter-module.delimiter-solid {
  background: #000;
}
.delimiter-module.delimiter-gradient {
  background: linear-gradient(45deg, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}
.delimiter-module.delimiter-radial {
  background: radial-gradient(circle, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.delimiter-module.delimiter-50 {
  width: 50%;
}
.delimiter-module.delimiter-75 {
  width: 75%;
}
.delimiter-module.delimiter-25 {
  width: 25%;
}
.delimiter-module.delimiter-center {
  margin: 0 auto;
}
.delimiter-module.delimiter-right {
  margin: 0 0 0 auto;
}
.delimiter-module.delimiter-invert {
  filter: invert(100%);
}

.module-columns.border-complet > div:not(:last-child) {
  border-right: 1px solid rgba(128, 128, 128, 0.6);
}

.tax-item svg {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #E0E0E0;
  margin-right: 10px;
  padding: 10px;
  width: 35px;
  height: 35px;
  vertical-align: middle;
}

.language-switch {
  margin-right: 10px;
}
.language-switch a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}
.language-switch a.active {
  opacity: 0.3;
}

#header-fixed {
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  position: absolute;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.fullscreen-backdrop #header-fixed {
  display: none;
}

#header-fixed.fixed-header {
  position: fixed;
  animation: fadeInDown 0.4s ease;
}
#header-fixed.fixed-header .inner-header {
  padding-top: 0;
  padding-bottom: 0;
}
#header-fixed.fixed-header .navbar {
  margin-top: 0;
}
#header-fixed.fixed-header .inner-inner-header {
  background: var(--menu-bg-color);
}

.logo-alt {
  display: none;
}

#header-fixed.homepage.menu-homepage-different {
  --menu-border-color: var(--menu-homepage-border-color);
  --menu-color: var(--menu-homepage-color);
  --menu-bg-color: var(--menu-homepage-bg-color);
}

#header-fixed.fixed-header.menu-scroll-different {
  --menu-border-color: var(--menu-scroll-border-color);
  --menu-color: var(--menu-scroll-color);
  --menu-bg-color: var(--menu-scroll-bg-color);
}

#header-fixed.homepage.logo-homepage-different .logo, #header-fixed.fixed-header.logo-scroll-different .logo {
  filter: invert(100%);
}

#header-fixed.homepage.logo-homepage-different-white .logo, #header-fixed.fixed-header.logo-scroll-different-white .logo {
  filter: brightness(0) invert(1);
}

#header-fixed.homepage.logo-homepage-different-alt .logo, #header-fixed.fixed-header.logo-homepage-different-alt .logo {
  display: none;
}
#header-fixed.homepage.logo-homepage-different-alt .logo-alt, #header-fixed.fixed-header.logo-homepage-different-alt .logo-alt {
  display: inline-block;
}

#header-fixed.header-center.fixed-header .logo {
  display: none;
}

#header-fixed.homepage {
  --header-bg-color: var(--header-homepage-bg-color);
}

#header-fixed.fixed-header {
  --header-bg-color: var(--header-scroll-bg-color);
}

#header-fixed.menu-small-different .site-main-nav.collapse.show {
  --menu-bg-color: var(--menu-onsmall-bg-color);
  --menu-color: var(--menu-onsmall-color);
  --menu-item-border-color: var(--menu-onsmall-border-color);
}

.navbar-open {
  overflow: hidden !important;
}
.navbar-open::before {
  content: " ";
  display: block;
  z-index: 1009;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.navbar-open #header-fixed:not(.menu-small-classic) {
  z-index: 1010;
}
.navbar-open #header-fixed.menu-small-classic {
  z-index: 1010;
}
.navbar-open #header-fixed.menu-small-classic #close-menu {
  display: none !important;
}

#header-fixed.menu-small-fullscreen #close-menu {
  margin-left: auto;
}
#header-fixed.menu-small-fullscreen .container.position-relative {
  position: static !important;
}
#header-fixed.menu-small-fullscreen .site-main-nav.collapse.show {
  top: 0;
  height: 100%;
  bottom: 0;
  position: fixed;
  margin-top: 0;
  border-radius: 0;
  z-index: 1010;
}

#close-menu {
  margin-left: 10px;
  margin-bottom: 20px;
  --bs-btn-hover-border-color: var(--buttons-bg-color);
  --bs-btn-border-color: var(--inputs-border-color);
  --bs-btn-active-border-color: var(--inputs-border-color);
  --bs-btn-bg: #fff;
}

#header-fixed.menu-small-left .container.position-relative {
  position: static !important;
}
#header-fixed.menu-small-left #header-main-menu {
  align-items: start;
}
#header-fixed.menu-small-left .site-main-nav.collapse.show {
  top: 0;
  height: 100%;
  bottom: 0;
  position: fixed;
  margin-top: 0;
  border-radius: 0;
  width: 75%;
  animation: fadeInLeft 0.4s;
  z-index: 1010;
}

.header-actions {
  display: flex;
  align-items: center;
}

#header-fixed.menu-small-right .container.position-relative {
  position: static !important;
}
#header-fixed.menu-small-right #close-menu {
  margin-left: auto;
}
#header-fixed.menu-small-right #header-main-menu {
  align-items: end;
}
#header-fixed.menu-small-right .site-main-nav.collapse.show {
  top: 0;
  height: 100%;
  bottom: 0;
  right: 0;
  position: fixed;
  margin-top: 0;
  border-radius: 0;
  width: 75%;
  animation: fadeInRight 0.4s;
  z-index: 1010;
  left: auto;
}

.inner-header {
  width: 100%;
  z-index: 99;
  background: var(--header-bg-color);
  padding-top: var(--header-padding-top-size);
  padding-bottom: var(--header-padding-bottom-size);
}

.header-center .inner-header {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.header-center .inner-header .logo {
  margin-right: 0;
}

.inner-inner-header {
  background: var(--menu-bg-color);
  padding: 15px;
  border-radius: var(--menu-border-radius-size);
  margin-top: 30px;
  min-height: 80px;
  border-color: var(--menu-border-color);
}
.inner-inner-header.menu-style-nobackground {
  background: transparent;
}
.inner-inner-header.menu-style-glass {
  background: rgba(0, 0, 0, 0.1);
  position: relative;
  backdrop-filter: blur(60px);
  border-style: solid;
  border-width: 1px;
}

.header-phone {
  font-size: 14px;
  font-weight: 700;
  border-radius: var(--menu-phone-radius-size);
  color: var(--menu-phone-color);
  background-color: var(--menu-phone-bg);
  padding: 10px 15px;
}
.header-phone a {
  color: var(--menu-phone-color);
  text-decoration: none;
}
.header-phone a svg {
  fill: var(--menu-phone-color);
}

.a-logo {
  margin: 0 10px;
  display: inline-block;
  margin-top: var(--menu-margintop-logo-size);
  margin-bottom: var(--menu-marginbottom-logo-size);
  background: var(--logo-bg-color);
  border-radius: var(--logo-radius-size);
}

.logo {
  max-height: var(--menu-maxheight-logo-size);
  max-width: var(--menu-maxwidth-logo-size);
  width: auto;
}

.navbar-toggler {
  border: none;
}
.navbar-toggler:focus {
  border: none;
  box-shadow: none;
}
.navbar-toggler:focus span::before {
  top: -10px;
}
.navbar-toggler:focus span::after {
  bottom: -10px;
}
.navbar-toggler span {
  vertical-align: middle;
  position: relative;
  display: inline-block;
  width: 20px;
  margin-right: 10px;
  margin-bottom: 2px;
  height: 2px;
  color: var(--menu-color);
  font-size: 14px;
  background: var(--menu-color);
  transition: all 0.2s ease-out;
}
.navbar-toggler span:before {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--menu-color);
  position: absolute;
  left: 0;
  transition: 0.2s;
  top: -7px;
}
.navbar-toggler span:after {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--menu-color);
  position: absolute;
  left: 0;
  transition: 0.2s;
  bottom: -7px;
}

.fixed-header .logo {
  max-height: 50px;
}

@media screen and (max-width: 576px) {
  .phone-number span {
    display: none;
  }
  .logo {
    max-width: 200px;
  }
  .header-actions {
    flex-direction: column-reverse;
  }
}
.a-logo-small {
  display: none;
}

@media screen and (max-width: 991px) {
  .a-logo-small {
    display: flex;
  }
  #header-fixed.header-center.fixed-header .logo {
    display: inline-block;
    position: absolute;
    left: 50%;
    z-index: 3;
    top: 15px;
    transform: translateX(-50%);
  }
}
.footer-hero {
  padding-top: 150px;
  padding-bottom: 30px;
  margin-top: -30px;
}

footer {
  z-index: 10;
  position: relative;
}

.footer-inner {
  background: var(--footer-bg-color);
  padding: 50px 15px;
  border-radius: var(--footer-border-radius-size);
  margin-top: 30px;
  min-height: 80px;
  color: var(--footer-color);
  font-size: 14px;
  margin-bottom: 30px;
}
.footer-inner a {
  color: var(--footer-color);
  text-decoration: none;
}
.footer-inner svg {
  fill: var(--footer-color);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}

.footer-partner svg {
  animation: imobounce 7s ease infinite;
  width: 30px;
  height: 30px;
}

.footer-no-container .footer-inner {
  margin-bottom: 0;
}

@media screen and (max-width: 576px) {
  .footer-bottom {
    flex-direction: column; /* stack items vertically */
    gap: 0.5rem; /* optional spacing between them */
  }
}
.breadcrumb {
  margin-top: 15px;
}

.header-band .breadcrumb {
  margin-top: 40px;
  margin-bottom: -20px;
}

.breadcrumb-item, .breadcrumb-item a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  opacity: 0.8;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "·"; /* Use middle dot instead of full bullet */
  color: #fff;
}

#header-main-menu {
  align-items: center;
}

.menu-align-right {
  margin-left: auto;
}

.menu-align-left {
  margin-right: auto;
}

.menu-align-center {
  margin-left: auto;
  margin-right: auto;
}

.menu-extended #header-main-menu {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.site-main-nav > .navbar-nav > li > a {
  color: var(--menu-color);
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.2rem 0.6rem !important;
  margin: 0 7px;
  border-radius: 0.25rem;
  font-size: var(--menu-item-size);
  border: 1px solid var(--menu-item-border-color);
  font-weight: 600;
  background: var(--menu-item-bg-color);
  --bs-navbar-active-color: var(--menu-color);
}
.site-main-nav > .navbar-nav > li > a:hover {
  opacity: 0.8;
}
.site-main-nav .dropdown-menu {
  padding: 22px 0;
  border-radius: min(20px, var(--menu-border-radius-size));
  border: none;
  margin-top: 24px;
  opacity: 0;
  transform: translateY(20px);
  background: var(--menu-bg-color);
  --bs-dropdown-link-color: var(--menu-color);
  --bs-navbar-active-color: var(--menu-color);
  --bs-dropdown-link-active-color: var(--menu-color);
  --bs-dropdown-link-active-bg: transparent;
}
.site-main-nav .dropdown-menu.show {
  opacity: 1;
  transform: translateY(0px);
}
.site-main-nav .dropdown-menu .dropdown-item {
  --bs-dropdown-link-hover-color: var(--menu-color);
  --bs-dropdown-link-hover-bg: transparent;
}
.site-main-nav .dropdown-menu .dropdown-item:hover {
  opacity: 0.8;
}

.inner-inner-header.menu-style-glass .dropdown-menu {
  backdrop-filter: blur(60px);
}

@media screen and (max-width: 991px) {
  .site-main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-radius: var(--menu-border-radius-size);
    margin-top: 20px;
    background: var(--menu-bg-color);
    padding: 40px;
  }
  .site-main-nav .dropdown-menu {
    padding: 10px 0;
    margin-top: 0;
    min-width: 0;
    background: none;
    text-align: center;
  }
}
.properties-wrapper {
  background: var(--properties-bg-color);
  border-radius: var(--border-radius-size);
  position: relative;
  padding: 40px 0 40px 0;
}

.properties-sort {
  display: flex;
  padding-bottom: 20px;
  justify-content: space-between;
}

.properties-search-left .properties-sort {
  flex-direction: row-reverse;
}

.properties-carousel {
  padding-bottom: 20px;
  --swiper-theme-color: var(--buttons-bg-color);
}

.search-links {
  margin-top: 50px;
}

.property-card {
  transition: all 0.4s ease 0s;
  margin-bottom: 20px;
  background: none;
  border-radius: var(--border-radius-size);
  border: 1px solid var(--properties-item-border-color);
  padding: 10px;
  background: var(--properties-item-bg-color);
  color: var(--properties-item-text-color);
  overflow: hidden;
}
.property-card:hover .card-body {
  opacity: 0.9;
}
.property-card:hover .property-card-image-wrapper {
  background: #000;
}
.property-card:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}
.property-card a {
  text-decoration: none;
}
.property-card a.image-link {
  position: relative;
}
.property-card .label-wrapper {
  position: absolute;
  top: 20px;
  left: 20px;
}
.property-card .label-wrapper .label {
  float: left;
  margin-right: 5px;
  font-size: 10px;
  background: var(--website-color-light);
  color: var(--website-color-neutral);
  padding: 3px 10px;
  border-radius: 3px;
  opacity: 0.8;
}
.property-card .property-card-image-wrapper {
  overflow: hidden;
  border-radius: max(0px, var(--border-radius-size) - 10px);
  min-height: 180px;
  transition: 0.7s;
  position: relative;
}
.property-card .property-card-image-wrapper img {
  transition: 0.7s;
  border-radius: 0;
}
.property-card .image-overlay {
  transition: all 0.6s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 50%;
}
.property-card .propertygrid-meta {
  margin-right: 10px;
  position: relative;
  padding-right: 10px;
  color: var(--properties-item-text-color);
  font-weight: bold;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0.8;
}
.property-card .propertygrid-meta:before {
  position: absolute;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  height: 20px;
  width: 1px;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}
.property-card .propertygrid-meta:last-child {
  padding-right: 0;
  margin-right: 0;
}
.property-card .propertygrid-meta:last-child:before {
  display: none;
}
.property-card .card-body {
  transition: all 0.4s ease 0s;
}
.property-card .card-body .price {
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
  color: var(--properties-item-price-text-color);
  line-height: 100%;
}
.property-card .card-body .price span {
  font-size: 50%;
}
.property-card .card-body .price .price-old {
  font-size: 70%;
  text-decoration: line-through;
  display: block;
}
.property-card .card-body .price .price-old span {
  font-size: 100%;
}
.property-card .card-body .location {
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0.8;
}
.property-card .card-body svg {
  fill: var(--properties-item-text-color);
}
.property-card .card-img, .property-card .card-img-top {
  transition: all 0.7s ease;
}
.property-card .propertygrid-meta-wrapper {
  border-top: 1px solid #E0E0E0;
  padding: 10px 0 0 0;
  margin-top: 10px;
  order: 10;
}
.property-card .property-title {
  order: 1;
  display: block;
  height: 40px;
  margin-top: 10px;
  font-weight: 600;
  line-height: 120%;
  padding-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.property-card .property-subheading {
  margin-top: 10px;
  order: 0;
}

.card-body {
  position: relative;
  padding-bottom: 5px;
  padding-top: 5px;
  display: flex;
  flex-direction: column;
}

.property-box-alt {
  border: none;
  padding: 0;
}
.property-box-alt .card-body {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: var(--property-box-meta-bg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: max(0px, var(--border-radius-size) - 10px);
}
.property-box-alt .card-body .price {
  color: #fff;
}
.property-box-alt .card-body svg {
  fill: #fff;
}
.property-box-alt .card-body .propertygrid-meta {
  color: #fff;
}
.property-box-alt .property-title {
  display: none;
}

@media screen and (min-width: 992px) {
  .row.view-propertylist-b5 {
    display: block;
  }
  .row.view-propertylist-b5 .col {
    width: 100%;
  }
  .row.view-propertylist-b5 .property-card {
    flex-direction: row;
  }
  .row.view-propertylist-b5 .property-card .property-subheading {
    margin-top: 10px;
    order: 2;
  }
  .row.view-propertylist-b5 .property-card .property-card-image-wrapper {
    max-width: 300px;
  }
}
#filter-button {
  display: none;
}

.properties-search-button #filter-button {
  display: block;
}

.filter-title {
  font-weight: bold;
}

.show-on-horizontal {
  display: none;
}

.properties-search-nobutton #filter-button {
  display: none !important;
}

.properties-sort .btn {
  --bs-border-radius: var(--buttons-border-radius-size);
  --bs-btn-padding-x: 35px;
  --bs-btn-padding-y: 8px;
}
.properties-sort .btn svg {
  fill: var(--bs-btn-color);
}

.search-form .search-inner {
  background: none;
  padding: 0 25px 15px 0;
}
.search-form .btn {
  --bs-btn-hover-border-color: var(--buttons-bg-color);
  --bs-border-radius: var(--buttons-border-radius-size);
  --bs-btn-active-bg: var(--buttons-bg-color);
  --bs-btn-active-color: var(--buttons-color);
  --bs-btn-border-color: var(--inputs-border-color);
  --bs-btn-active-border-color: var(--inputs-border-color);
}
.search-form .btn.btn-filtering {
  width: 100%;
}
.search-form .form-control {
  padding: 8px 15px 8px 35px;
}
.search-form .custom-dropdown {
  width: 100%;
}
.search-form .custom-dropdown .dropdown-toggle {
  padding: 8px 15px 8px 35px;
  border-radius: var(--buttons-border-radius-size);
  background-color: rgb(242, 242, 242);
  border: none;
}
.search-form .form-group-picker {
  position: relative;
}
.search-form .form-group-picker .icon {
  position: absolute;
  left: 15px;
  top: 5px;
  z-index: 2;
}
.search-form .form-group-picker svg {
  fill: var(--inputs-color);
}
.search-form .search-item {
  margin-top: 15px;
}
.search-form .form-label {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
.search-form .location-input {
  min-width: auto;
  width: 100%;
  padding: 8px 15px 8px 35px;
}

.search-header {
  display: none;
}

.search-footer {
  padding: 5px 25px 20px 0;
}

#view-results {
  width: 100%;
  padding: 10px;
}

#close-filter {
  position: absolute;
  right: 40px;
  top: 10px;
  color: var(--inputs-color);
}
#close-filter svg {
  fill: var(--inputs-color) !important;
}
#close-filter:hover {
  background: none;
}
#close-filter:hover svg {
  fill: var(--bs-btn-hover-color) !important;
  stroke: var(--bs-btn-hover-color) !important;
}

.properties-search-left .properties-search-results {
  flex-direction: row-reverse;
}

@media screen and (min-width: 1200px) {
  .properties-search-left .properties-search-filtering, .properties-search-right .properties-search-filtering {
    display: block !important;
  }
}
/* If you modify here you will have to modify to .properties-search-button section*/
@media screen and (max-width: 1200px) {
  #filter-button {
    display: inline-block;
  }
  .properties-search-filtering.collapse.show, .properties-search-filtering.collapsing {
    z-index: 1010;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--properties-bg-color);
    overflow-y: auto;
    padding: 60px 40px;
    animation: fadeInLeft 0.4s;
  }
  .filtering-open {
    overflow: hidden !important;
  }
  .filtering-open::before {
    content: " ";
    display: block;
    z-index: 1009;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
  .search-header {
    position: fixed;
    top: 0;
    right: 0;
    background: var(--properties-bg-color);
    display: block;
    width: 100%;
    z-index: 1011;
    padding: 5px 20px;
  }
  .search-footer {
    position: fixed;
    bottom: 0;
    right: 0;
    background: var(--properties-bg-color);
    display: block;
    width: 100%;
    z-index: 1011;
    padding: 5px 45px 20px 20px;
  }
  .properties-search-left .search-header, .properties-search-left .search-footer {
    left: 0;
    right: unset !important;
  }
}
/* If you modify here you will have to modify to .media section on top*/
.properties-search-button .properties-search-filtering.collapse.show, .properties-search-button .properties-search-filtering.collapsing {
  z-index: 1010;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-y: auto;
  padding: 60px 40px;
}
.properties-search-button .filtering-open {
  overflow: hidden !important;
}
.properties-search-button .filtering-open::before {
  content: " ";
  display: block;
  z-index: 1009;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.properties-search-button .search-header {
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  display: block;
  width: 100%;
  z-index: 1011;
  padding: 5px 20px;
}
.properties-search-button .search-footer {
  position: fixed;
  bottom: 0;
  right: 0;
  background: #fff;
  display: block;
  width: 100%;
  z-index: 1011;
  padding: 5px 45px 20px 20px;
}
.properties-search-button .properties-search-left .search-header, .properties-search-button .properties-search-left .search-footer {
  left: 0;
  right: unset !important;
}

@media (min-width: 768px) {
  .properties-search-filtering {
    max-width: 400px;
    right: 0;
    left: unset !important;
  }
  .search-header, .search-footer {
    max-width: 400px;
    width: 100%;
  }
  .properties-search-left .properties-search-filtering {
    right: unset !important;
    left: 0 !important;
  }
}
.properties-search-button .properties-search-listings {
  width: 100%;
}

.properties-search-left .properties-search-results.properties-search-mode-horizontal {
  flex-direction: column-reverse;
}

.properties-search-mode-horizontal .show-on-horizontal {
  display: inline-block;
}
.properties-search-mode-horizontal .properties-search-listings {
  width: 100% !important;
}
.properties-search-mode-horizontal .properties-search-filtering {
  max-width: 100%;
  width: 100%;
}
.properties-search-mode-horizontal .properties-search-filtering .search-item {
  width: 25%;
}
.properties-search-mode-horizontal .search-header, .properties-search-mode-horizontal .search-footer {
  max-width: 100%;
  width: 100%;
  text-align: center;
}
.properties-search-mode-horizontal .search-footer {
  position: relative;
}
.properties-search-mode-horizontal .search-form .btn.btn-filtering {
  max-width: 400px;
}

@media screen and (max-width: 992px) {
  .properties-search-mode-horizontal .properties-search-filtering .search-item {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .properties-search-mode-horizontal .properties-search-filtering .search-item {
    width: 100%;
  }
}
/*CUSTOM DIVIDERS*/
.divider-glass {
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(30px);
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.1);
  z-index: 3;
}
.divider-glass .container-title {
  color: #fff;
}

.divider-gradient {
  position: relative;
  background-color: transparent;
  background-image: linear-gradient(180deg, #F6F3EC 0%, rgba(246, 243, 236, 0) 100%);
  padding: 50px 0;
  z-index: 3;
}
.divider-gradient::after {
  content: " ";
  background: #fff;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M136 0C130.5 0.166667 117.7 5.4 110.5 25C103.3 44.6 79.1667 49.1667 68 49C56.8333 49.1667 32.7 44.6 25.5 25C18.3 5.4 5.5 0.166667 0 0L68 0.5L136 0Z%27 fill=%27white%27 /%3E%3C/svg%3E");
  width: 136px;
  height: 49px;
  top: 0;
  left: 50%;
  margin-left: -68px;
  position: absolute;
  z-index: 12;
}

/*END OF CUSTOM DIVIDERS*/
.divider-grey {
  position: relative;
  background: #000;
  padding: 50px 0;
}

.divider-white {
  position: relative;
  z-index: 3;
  background: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.divider-black {
  position: relative;
  z-index: 3;
  background: #000;
  padding-top: 80px;
  padding-bottom: 80px;
}
.divider-black .container-title {
  color: #fff;
}

.divider-primary {
  position: relative;
  z-index: 3;
  background: var(--website-color-primary);
  padding-top: 80px;
  padding-bottom: 80px;
}

.divider-primary-gradient {
  background: linear-gradient(180deg, var(--website-color-primary) 0%, transparent 100%);
  position: relative;
  z-index: 3;
  padding-top: 80px;
  padding-bottom: 80px;
}

.divider-secondary {
  position: relative;
  z-index: 3;
  background: var(--website-color-secondary);
  padding-top: 80px;
  padding-bottom: 80px;
}

.divider-secondary-gradient {
  background: linear-gradient(180deg, var(--website-color-secondary) 0%, transparent 100%);
  position: relative;
  z-index: 3;
  padding-top: 80px;
  padding-bottom: 80px;
}

.divider-primary-secondary-gradient {
  background: linear-gradient(180deg, var(--website-color-primary) 0%, var(--website-color-secondary) 100%);
  position: relative;
  z-index: 3;
  padding-top: 80px;
  padding-bottom: 80px;
}

.divider-accent {
  position: relative;
  z-index: 3;
  background: var(--website-color-secondary);
  padding-top: 80px;
  padding-bottom: 80px;
}

.divider-dark {
  position: relative;
  z-index: 3;
  background: var(--website-color-neutral);
  padding-top: 80px;
  padding-bottom: 80px;
  color: var(--website-color-light);
}
.divider-dark h2, .divider-dark h3, .divider-dark h4, .divider-dark h5, .divider-dark p {
  color: var(--website-color-light);
}

.divider-light {
  position: relative;
  z-index: 3;
  background: var(--website-color-light);
  padding-top: 80px;
  padding-bottom: 80px;
  color: var(--website-color-neutral);
}
.divider-light h2, .divider-light h3, .divider-light h4, .divider-light h5, .divider-light p {
  color: var(--website-color-neutral);
}

.form-control {
  background: var(--inputs-bg-color);
  padding: 15px 30px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--inputs-border-color);
  border-radius: min(30px, var(--buttons-border-radius-size));
  color: var(--inputs-color);
  --input-text: var(--inputs-color);
}

.form-control::placeholder {
  color: var(--inputs-color);
  opacity: 0.7;
}

.form-control:focus {
  background: var(--inputs-bg-color);
  border-color: var(--inputs-border-focus-color);
  color: var(--inputs-color);
  opacity: 1;
}

.contactform label {
  display: none;
}

.contactform .checkbox label {
  display: inline-block;
}

.input-group > .form-control {
  border-left: none;
}

.input-group-text {
  background: var(--inputs-bg-color);
  border-top-left-radius: var(--border-radius-size);
  border-bottom-left-radius: var(--border-radius-size);
  border: 1px solid var(--inputs-border-color);
  border-right: none;
  border-color: var(--inputs-border-color);
}
.input-group-text svg {
  fill: var(--inputs-color);
  opacity: 0.6;
}

.form-group {
  margin-bottom: 30px;
}

textarea.form-control {
  min-height: 110px;
}

.has-error {
  color: red;
}
.has-error input {
  border-color: red;
}

.btn-form {
  background: var(--buttons-bg-color);
  color: var(--buttons-color);
  border-radius: 30px;
  padding: 15px 40px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
}
.btn-form:hover {
  background: var(--buttons-bg-color);
  color: var(--buttons-color);
  opacity: 0.8;
}

.custom-dropdown.custom-filtering .dropdown-item {
  font-size: 14px;
}
.custom-dropdown.custom-filtering .dropdown-selected {
  font-weight: 600;
}
.custom-dropdown.custom-filtering .btn {
  border: 1px solid var(--inputs-border-color);
  border-radius: min(30px, var(--buttons-border-radius-size));
  background: var(--inputs-bg-color);
  padding: 10px 30px;
}
.property-wrapper {
  background: var(--property-bg-color);
  border-radius: var(--border-radius-size);
  position: relative;
  padding: 40px 0 40px 0;
}

.property-wrapper .page-header, .property-wrapper .contact-short-title {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 15px 0 5px;
}
.property-wrapper .contact-short-title {
  text-align: center;
}
.property-wrapper h1 {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.property-show-subheader {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.property-show-subheader svg {
  fill: var(--website-color-neutral);
}

.contact-short-wrapper {
  text-align: center;
}
.contact-short-wrapper .agent-show-short-side-phone {
  display: inline-block;
  padding-left: 50px;
  padding-right: 50px;
}

.property-show-title {
  font-size: 1.6rem;
  margin: 15px 0;
}

.interested-links {
  color: #000;
  text-decoration: none;
  margin: 15px 10px 15px 0;
  display: inline-block;
}

.quick-link {
  display: block;
  color: #000;
  text-decoration: none;
}

.property-show-side .share-wrapper .btn {
  padding: 5px 14px;
}
.map {
  border-radius: var(--border-radius-size);
}

.property-show-price {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 0.375rem;
  text-align: right;
}
.property-show-price span {
  font-size: 50%;
}
.property-show-price .price-old {
  font-size: 70%;
  text-decoration: line-through;
  display: block;
}
.property-show-price .price-old span {
  font-size: 100%;
}

.property-show-favorite {
  margin-right: 10px;
  display: inline-block;
}

.property-show-zone {
  font-size: 1rem;
  font-weight: bold;
}

.property-wrapper h2 {
  font-size: 1.4rem;
}

.property-wrapper h5 {
  font-size: 1rem;
  font-weight: bold;
}

.property-show-caracteristics-group .list-group-item {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid var(--body-border-light);
  --bs-list-group-color: var(--website-color-neutral);
}
.property-show-caracteristics-group .list-group-item span {
  font-weight: bold;
  margin-left: 10px;
  float: right;
}
.property-box-delimiter {
  padding: 0.5rem 0;
}

.list-group {
  --bs-list-group-bg: transaparent;
}

.spec-item {
  line-height: 180%;
  opacity: 0.8;
  padding-bottom: 10px;
  margin-bottom: 5px;
  white-space: nowrap;
  font-size: 14px;
}
.spec-item span {
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  border-radius: 30px;
  border: 1px solid var(--body-border-light);
}
.spec-item span svg {
  opacity: 0.8;
  fill: var(--website-color-neutral);
}

.map {
  width: 100%;
  height: 400px;
}

#window-map {
  height: 300px;
}

.warning-box {
  background: #E53B75;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  margin: 30px 0;
  padding: 30px 0;
  font-weight: bold;
}
.warning-box span {
  display: block;
}
.warning-box .warning-line2 {
  font-size: 1.2rem;
}

/* Body states for fullscreen mode */
body.overflow-hidden {
  overflow: hidden;
}

body.fullscreen-backdrop {
  background-color: rgba(0, 0, 0, 0.95);
}

.hidden {
  display: none !important;
}

.image-carousel__thumbnail-picture img {
  max-height: 500px;
}

.property-gallery-long .image-carousel__thumbnail-picture img {
  max-height: 700px;
}

.property-gallery-long .image-gallery-wrapper {
  margin-bottom: 30px;
}

/* Main carousel container */
.image-carousel {
  position: relative;
  border-radius: var(--border-radius-size);
  overflow: hidden;
  max-width: 100%;
  transition: all 0.3s ease;
}

/* Carousel counter */
.image-carousel__counter {
  display: inline-block;
  position: absolute;
  bottom: 16px !important;
  right: 16px !important;
  left: unset !important;
  top: unset !important;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 6px 12px;
  border-radius: min(20px, var(--border-radius-size));
  font-size: 13px;
  font-weight: 600;
  z-index: 20;
  backdrop-filter: blur(10px);
  white-space: nowrap;
  width: auto !important;
  height: auto;
  max-width: 100px;
  max-height: 32px;
  line-height: 1.2;
  text-align: center;
  vertical-align: top;
}

/* Swiper container and slides */
.image-carousel .swiper-container {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
  border-radius: 12px;
}

.image-carousel .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.image-carousel .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  transition: transform 0.3s ease;
}

.image-carousel .swiper-slide:hover {
  transform: scale(1.02);
}

.image-carousel .swiper-slide picture {
  width: 100%;
  height: 100%;
  display: block;
}

.image-carousel .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease;
}

/* Navigation buttons */
.image-carousel .swiper-button-prev,
.image-carousel .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 25;
  transition: all 0.3s ease;
  opacity: 0.8;
  margin-top: 0;
  backdrop-filter: blur(20px);
}
.image-carousel .swiper-button-prev svg,
.image-carousel .swiper-button-next svg {
  fill: #fff;
}

.image-carousel .swiper-button-prev:hover,
.image-carousel .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
}

.image-carousel .swiper-button-prev {
  left: 16px;
}

.image-carousel .swiper-button-next {
  right: 16px;
}

.image-carousel .swiper-button-prev:after,
.image-carousel .swiper-button-next:after {
  display: none;
}

.image-carousel .swiper-button-prev svg,
.image-carousel .swiper-button-next svg {
  width: 14px;
  height: 18px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

/* Exit button for fullscreen mode */
.image-carousel__exit-btn {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 1000;
}

.image-carousel__exit-btn .btn {
  background: rgba(255, 255, 255, 0.95);
  border: none;
  padding: 12px 20px;
  border-radius: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  transition: all 0.3s ease;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(15px);
}

.image-carousel__exit-btn .btn:hover {
  background: rgb(255, 255, 255);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}

.image-carousel__exit-btn svg {
  width: 16px;
  height: 16px;
}

/* Fullscreen mode styles */
.image-carousel--fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  border-radius: 0;
  box-shadow: none;
  background: #000;
}

.image-carousel--fullscreen .swiper-container,
.image-carousel--fullscreen .swiper-wrapper {
  height: 100vh;
  border-radius: 0;
}

.image-carousel--fullscreen .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
  flex-shrink: 0;
}

.image-carousel--fullscreen .swiper-slide:hover {
  transform: none;
}

.image-carousel--fullscreen .swiper-slide picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 100vw;
  max-height: 100vh;
  object-fit: contain;
}

.image-carousel--fullscreen .swiper-slide img {
  max-width: 100vw;
  max-height: 100vh;
  width: 100%;
  height: auto;
  object-position: center;
  display: block;
  margin: auto;
  border-radius: var(--border-radius-size);
}

.image-carousel--fullscreen .swiper-button-prev,
.image-carousel--fullscreen .swiper-button-next {
  width: 64px;
  height: 64px;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(20px);
}

.image-carousel--fullscreen .swiper-button-prev:hover,
.image-carousel--fullscreen .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.25);
}

.image-carousel--fullscreen .swiper-button-prev {
  left: 32px;
}

.image-carousel--fullscreen .swiper-button-next {
  right: 32px;
}

.image-carousel--fullscreen .swiper-button-prev svg,
.image-carousel--fullscreen .swiper-button-next svg {
  width: 16px;
  height: 20px;
  filter: brightness(0) invert(1) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

/* Counter styling in fullscreen mode */
.image-carousel--fullscreen .image-carousel__counter {
  display: inline-block;
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 1001;
  font-size: 14px;
  padding: 8px 16px;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 25px;
  white-space: nowrap;
  width: auto;
  height: auto;
  max-width: 120px;
  max-height: 40px;
  line-height: 1.2;
  text-align: center;
  vertical-align: top;
}

/* Image states for different modes */
.image-carousel__thumbnail-img {
  display: block;
}

.image-carousel__fullscreen-img {
  display: none;
}

/* Responsive design */
@media (max-width: 768px) {
  .property-wrapper .container {
    padding: 16px;
  }
  .image-carousel .swiper-container {
    height: 280px;
    border-radius: 8px;
  }
  .image-carousel {
    border-radius: 8px;
  }
  .image-carousel .swiper-button-prev,
  .image-carousel .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .image-carousel .swiper-button-prev {
    left: 12px;
  }
  .image-carousel .swiper-button-next {
    right: 12px;
  }
  .image-carousel .swiper-button-prev svg,
  .image-carousel .swiper-button-next svg {
    width: 12px;
    height: 16px;
  }
  .image-carousel__counter {
    top: 12px;
    right: 12px;
    font-size: 12px;
    padding: 4px 10px;
  }
  .image-carousel--fullscreen .swiper-button-prev,
  .image-carousel--fullscreen .swiper-button-next {
    width: 56px;
    height: 56px;
  }
  .image-carousel--fullscreen .swiper-button-prev {
    left: 20px;
  }
  .image-carousel--fullscreen .swiper-button-next {
    right: 20px;
  }
  .image-carousel__exit-btn {
    top: 16px;
    right: 16px;
  }
  .image-carousel__exit-btn .btn {
    padding: 10px 16px;
    font-size: 13px;
  }
  .image-carousel--fullscreen .image-carousel__counter {
    top: 16px;
    right: 16px;
    font-size: 13px;
    padding: 6px 12px;
    max-width: 80px;
    max-height: 32px;
  }
}
@media (max-width: 480px) {
  .image-carousel .swiper-container {
    height: 240px;
  }
  .image-carousel .swiper-button-prev,
  .image-carousel .swiper-button-next {
    width: 36px;
    height: 36px;
  }
  .image-carousel--fullscreen .swiper-button-prev,
  .image-carousel--fullscreen .swiper-button-next {
    width: 48px;
    height: 48px;
  }
}
/* Smooth animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.image-carousel {
  animation: fadeIn 0.5s ease;
}

/* Loading state */
.image-carousel.loading {
  opacity: 0.7;
}

.image-carousel.loading .swiper-slide img {
  filter: blur(2px);
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .image-carousel .swiper-button-prev,
  .image-carousel .swiper-button-next {
    background: rgb(255, 255, 255);
    border: 2px solid #000;
  }
  .image-carousel__exit-btn .btn {
    background: rgb(255, 255, 255);
    border: 2px solid #000;
  }
}
/* Thumbnail Navigation Styles */
.image-carousel__thumbnails {
  margin-top: 16px;
  padding: 12px 0;
  border-radius: var(--border-radius-size);
  position: relative;
  overflow: hidden;
  border: 1px solid var(--body-border-strong);
}

.image-carousel__thumbnails .swiper-wrapper {
  align-items: center;
  padding: 0 12px;
}

.image-carousel__thumbnail-slide {
  height: 80px;
  flex-shrink: 0;
  opacity: 0.6;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid transparent;
}

.image-carousel__thumbnail-slide:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

.image-carousel__thumbnail-slide.swiper-slide-thumb-active {
  opacity: 1;
  border-color: var(--website-color-primary);
}

.image-carousel__thumbnail-nav-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease;
  border-radius: 4px;
}

/* Hide thumbnails in fullscreen mode */
.image-carousel--fullscreen ~ .image-carousel__thumbnails {
  display: none;
}

/* Thumbnail navigation buttons */
.swiper-thumbnails-button-prev,
.swiper-thumbnails-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.swiper-thumbnails-button-prev:hover,
.swiper-thumbnails-button-next:hover {
  background: rgb(255, 255, 255);
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.swiper-thumbnails-button-prev {
  left: 8px;
}

.swiper-thumbnails-button-next {
  right: 8px;
}

.swiper-thumbnails-button-prev:after,
.swiper-thumbnails-button-next:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid #333;
  border-width: 2px 2px 0 0;
}

.swiper-thumbnails-button-prev:after {
  transform: rotate(-135deg);
  margin-left: 2px;
}

.swiper-thumbnails-button-next:after {
  transform: rotate(45deg);
  margin-right: 2px;
}

.swiper-thumbnails-button-disabled {
  opacity: 0.3;
  cursor: default;
}

.swiper-thumbnails-button-disabled:hover {
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
}

/* Responsive thumbnail styles */
@media (max-width: 768px) {
  .image-carousel__thumbnails {
    margin-top: 12px;
    padding: 8px 0;
  }
  .swiper-thumbnails-button-prev,
  .swiper-thumbnails-button-next {
    width: 28px;
    height: 28px;
  }
  .swiper-thumbnails-button-prev {
    left: 4px;
  }
  .swiper-thumbnails-button-next {
    right: 4px;
  }
}
@media (max-width: 480px) {
  .image-carousel__thumbnails {
    margin-top: 10px;
    padding: 6px 0;
  }
}
/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .image-carousel .swiper-slide,
  .image-carousel .swiper-button-prev,
  .image-carousel .swiper-button-next,
  .image-carousel__exit-btn .btn,
  .image-carousel__thumbnail-slide,
  .image-carousel__thumbnail-nav-img {
    transition: none;
  }
  .image-carousel .swiper-slide:hover,
  .image-carousel__thumbnail-slide:hover {
    transform: none;
  }
}
.property-show-side {
  border-radius: var(--border-radius-size);
  padding: 40px 50px;
  border: 1px solid var(--body-border-strong);
  position: sticky;
  top: 70px;
}

.agent-show-short-side {
  display: flex;
}

.agent-show-short-side-content-inner {
  margin-left: 30px;
}

.agent-show-short-side-title {
  font-size: clamp(14px, 2vw + 0.6rem, 20px);
  font-weight: bold;
}

.agent-show-short-side-image img {
  border-radius: min(20px, var(--border-radius-size));
}

.agent-show-short-side-phone {
  display: block;
  color: var(--website-color-dark);
  font-weight: bold;
  text-decoration: none;
  font-size: clamp(15px, 2vw + 0.6rem, 22px);
  margin-top: 7px;
}
.agent-show-short-side-phone svg {
  display: none;
}

.property-show-side-contact-wrapper {
  padding-bottom: 30px;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 30px;
}

.property-show-side-contact-wrapper .property-show-contact-short-title {
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}
.property-show-side-contact-wrapper .btn-ajxsend {
  margin-top: 20px;
  width: 100%;
}

.label-consent {
  font-size: 13px;
}

@media (max-width: 576px) {
  .property-show-side {
    margin-top: 80px;
    padding: 20px 20px;
  }
}
.property-short-caracteristics-wrapper {
  padding: 0.5rem 0 1rem;
  border-radius: 0.375rem;
}

.property-show-short-features {
  display: flex;
  justify-content: space-between;
  align-self: auto;
}

.property-show-short-feature-block {
  position: relative;
}

.property-show-short-feature-block-title {
  color: var(--website-color-neutral);
  opacity: 0.8;
  padding-left: 55px;
  font-size: 13px;
  margin-top: 10px;
}

.property-show-short-feature-block-values {
  display: flex;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-right: 2px solid var(--body-border-light);
}

.property-show-short-feature-block-value {
  line-height: 30px;
  font-weight: 700;
  padding-left: 55px;
}

.property-show-short-feature-block:last-of-type .property-show-short-feature-block-values {
  border-right: none;
}

.property-show-short-feature-block-icon {
  position: absolute;
  left: 0;
  top: 10px;
  width: 50px;
  height: 50px;
  display: block;
  padding: 10px;
  border-radius: 100px;
  border: 1px solid var(--body-border-strong);
}

.property-show-short-feature-block-icon svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  fill: var(--website-color-neutral);
}

.mobile-contact-wrapper {
  animation-delay: 0.75s;
  background: #DADADA;
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: auto;
  will-change: transform;
  z-index: 1000;
  padding: 5px 10px 20px 10px;
  display: none;
  border-top-left-radius: var(--border-radius-size);
  border-top-right-radius: var(--border-radius-size);
  animation: fadeInUp 0.4s ease;
}

.fullscreen-backdrop .mobile-contact-wrapper {
  display: none;
}

.mobile-contact {
  border-radius: 10px;
  width: 50%;
  padding: 15px 5px;
  border: 1px solid rgba(128, 128, 128, 0.4);
  margin-top: 5px;
  background: #fff;
  font-size: 12px;
  margin-left: 3px;
  margin-right: 3px;
  color: #000;
}

@media (max-width: 576px) {
  .mobile-contact-wrapper {
    display: flex;
  }
}
.complexes-wrapper {
  background: #fff;
  border-radius: var(--border-radius-size);
  position: relative;
  padding-top: 40px;
}

.complex-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: 0.7s;
}
.complex-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: 0.7s;
}

.complex-list-box {
  min-height: 350px;
  transition: all 0.4s ease 0s;
  display: flex;
  overflow: hidden;
  border-radius: var(--border-radius-size);
  margin-bottom: 30px;
  position: relative;
}
.complex-list-box:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}
.complex-list-box:hover .complex-background {
  background: #000;
}
.complex-list-box .property-row-content {
  padding: 15px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
  background: var(--property-box-meta-bg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: calc(var(--border-radius-size) - 10px);
  overflow: hidden;
}
.complex-list-box .complex-list-box-title {
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 5px;
  color: #fff;
  font-weight: bold;
}
.complex-list-box .complex-list-box-location {
  font-size: 14px;
}
.complex-list-box .complex-list-box-location svg {
  fill: #fff;
}

.complex-list-box-body {
  width: 100%;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin-top: 5px;
  padding-top: 5px;
}
.complex-list-box-body .complex-list-box-meta {
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  padding: 5px 8px;
  border-radius: 5px;
}
.complex-list-box-body .complex-list-box-meta svg {
  fill: #fff;
}

@media (max-width: 487px) {
  .complex-list-box .complex-list-box-image img {
    width: 100%;
  }
  .complex-list-box {
    flex-direction: column;
  }
}
.complex-wrapper {
  background: #fff;
  border-radius: var(--border-radius-size);
  position: relative;
  padding-top: 40px;
}
.complex-wrapper h1 {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.complex-wrapper .page-header, .complex-wrapper .contact-short-title {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #303030;
  margin: 15px 0 5px;
}
.complex-wrapper .contact-short-title {
  text-align: center;
}

.complex-show-side {
  border-radius: 30px;
  padding: 40px 50px;
  border: 1px solid #E0E0E0;
  min-height: 500px;
}

.complex-show-short-features {
  display: flex;
  justify-content: space-between;
  align-self: auto;
  flex-direction: column;
  height: 100%;
  gap: 50px;
}

.complex-show-short-feature-block {
  position: relative;
}

.complex-show-short-feature-block-title {
  color: rgba(0, 0, 0, 0.7);
  padding-left: 55px;
  font-size: 13px;
  margin-top: 10px;
}

.complex-show-short-feature-block-values {
  display: flex;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-right: 2px solid hsla(0, 0%, 100%, 0.3);
}

.complex-show-short-feature-block-value {
  line-height: 30px;
  font-weight: 700;
  padding-left: 55px;
}

.complex-show-short-feature-block:last-of-type .complex-show-short-feature-block-values {
  border-right: none;
}

.complex-show-short-feature-block-icon {
  position: absolute;
  left: 0;
  top: 10px;
  width: 50px;
  height: 50px;
  display: block;
  padding: 10px;
  border-radius: 100px;
  border: 1px solid #E0E0E0;
}

.complex-show-short-feature-block-icon svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.mapping-wrap {
  position: relative;
}

.mapping-wrap .hover-path {
  opacity: 1;
  fill: rgba(99, 145, 170, 0.6);
  transition: all 0.2s ease-in-out;
  outline: none;
}

.mapping-wrap .hover-path:hover {
  opacity: 1;
  fill: rgba(47, 51, 56, 0.6);
  outline: none;
}

.mapping-prev {
  position: absolute;
  top: 50%;
  height: 50px;
  width: 50px;
  padding: 5px;
  background: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  color: #fff;
  transition: all 0.6s ease 0s;
  opacity: 0.5;
}
.mapping-prev:hover {
  opacity: 1;
  width: auto;
  color: #fff;
}
.mapping-prev:hover span {
  display: inline-block;
}
.mapping-prev svg {
  fill: #fff;
  stroke: #fff;
  height: 40px;
  width: 30px;
}
.mapping-prev span {
  display: none;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}

.btn {
  --bs-btn-active-bg: var(--buttons-bg-color);
  --bs-btn-border-radius: var(--buttons-border-radius-size);
  --bs-btn-color: var(--inputs-color);
}

.btn-close {
  background: none !important;
  position: relative;
}

.btn-close::before {
  content: "×"; /* the actual X */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--inputs-color);
  font-size: 30px;
}

.btn-primary {
  --bs-btn-border-color: var(--buttons-bg-color);
  --bs-btn-hover-border-color: var(--buttons-bg-color);
  --bs-btn-hover-bg: var(--buttons-bg-color);
  --bs-btn-bg: var(--buttons-bg-color);
  --bs-btn-color: var(--buttons-color);
}
.btn-primary:hover {
  opacity: 0.8;
}

.module-btn {
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
}

.module-btn-color-button-white {
  background: #fff;
}

.module-btn-color-button-black {
  background: #000;
}

.module-btn-color-button-primary {
  background: var(--website-color-primary);
}

.module-btn-color-button-primary-gradient {
  background: linear-gradient(180deg, var(--website-color-primary) 0%, transparent 100%);
}

.module-btn-color-button-secondary {
  background: var(--website-color-secondary);
}

.module-btn-color-button-secondary-gradient {
  background: linear-gradient(180deg, var(--website-color-secondary) 0%, transparent 100%);
}

.module-btn-color-button-primary-secondary-gradient {
  background: linear-gradient(180deg, var(--website-color-primary) 0%, var(--website-color-secondary) 100%);
}

.module-btn-color-button-accent {
  background: var(--website-color-secondary);
}

.module-btn-color-button-dark {
  background: var(--website-color-dark);
}

.module-btn-color-button-light {
  background: var(--website-color-light);
}

.whatsapp-fixed {
  position: fixed;
  bottom: 100px;
  right: 20px;
  display: flex;
  height: 60px;
  width: 60px;
  background: #21CD5B;
  z-index: 101;
  text-align: center;
  align-items: center;
  justify-items: center;
  justify-content: center;
  border-radius: 100px;
}
.whatsapp-fixed svg {
  fill: #fff;
  width: 35px;
  height: 35px;
}

.swiper-button-next, .swiper-button-prev {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  background: var(--buttons-bg-color);
}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after {
  color: #fff;
}
.swiper-button-next:after, .swiper-button-prev:after {
  transition: all 0.3s ease;
  font-size: 15px;
  color: #000;
}

.contact-box-item {
  margin-bottom: 10px;
  margin-right: 20px;
}
.contact-box-item .contact-box-icon {
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #E0E0E0;
  margin-right: 10px;
}
.contact-box-item a {
  opacity: 0.8;
  text-decoration: none;
}
.contact-box-item a:hover {
  opacity: 1;
}

.text-center > .contact-wrapper {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .text-center > .contact-wrapper {
    display: block;
  }
}
.contact-social-item {
  padding: 5px;
  opacity: 0.4;
}
.contact-social-item:hover {
  opacity: 1;
}
.contact-social-item svg {
  width: 25px;
  height: 25px;
}

.privacy-wrapper {
  background: var(--properties-bg-color);
  border-radius: var(--border-radius-size);
  position: relative;
  padding: 40px 0 40px 0;
}

.pagination {
  --bs-pagination-color: var(--buttons-bg-color);
  --bs-pagination-hover-color: var(--buttons-bg-color);
  --bs-pagination-focus-color: var(--buttons-bg-color);
  --bs-pagination-active-bg: var(--buttons-bg-color);
  --bs-pagination-active-border-color: var(--buttons-bg-color);
}

.pagination .page-item {
  margin: 0 5px;
}

.pagination .page-item .page-link {
  border-radius: var(--border-radius-size);
}

.news-box-highlight {
  display: flex;
  position: relative;
  margin-bottom: 50px;
  transition: all 0.4s ease 0s;
}
.news-box-highlight:hover img {
  transform: scale(1.03);
  opacity: 0.8;
}
.news-box-highlight .news-box-highlight-image {
  flex: 0 0 49%;
  max-width: 49%;
  margin-right: clamp(30px, 4.5vmax, 80px);
  position: relative;
}
.news-box-highlight .news-box-highlight-image img {
  overflow: hidden;
  transition: all 0.4s ease 0s;
  border-radius: var(--border-radius-size);
}
.news-box-highlight .news-box-highlight-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 0;
  justify-content: center;
}
.news-box-highlight .news-box-highlight-title {
  font-size: clamp(22px, 3.5vw + 0.8rem, var(--h2-size));
  font-weight: bold;
  display: block;
  line-height: 120%;
}
.news-box-highlight .news-box-highlight-intro {
  display: block;
  margin-top: 30px;
}
.news-box-highlight .news-box-highlight-date {
  width: 70px;
  margin-right: 5px;
  font-size: 24px;
  background: var(--website-color-light);
  color: var(--website-color-neutral);
  padding: 3px 10px;
  border-radius: 3px;
  opacity: 0.8;
  text-align: center;
}
.news-box-highlight .news-box-highlight-date span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
}

.news-box {
  position: relative;
  margin-bottom: 30px;
  transition: all 0.4s ease 0s;
}
.news-box .news-box-image {
  overflow: hidden;
  border-radius: var(--border-radius-size);
}
.news-box .news-box-image img {
  transition: all 0.4s ease 0s;
}
.news-box:hover .card-body {
  opacity: 0.9;
}
.news-box:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}
.news-box .news-box-title {
  display: block;
  font-size: clamp(18px, 2vw + 0.5rem, var(--h4-size));
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 120%;
  margin-top: 20px;
}
.news-box .news-box-intro {
  opacity: 0.8;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-box-item-date {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-right: 5px;
  font-size: 24px;
  background: var(--website-color-light);
  color: var(--website-color-neutral);
  padding: 3px 10px;
  border-radius: 3px;
  opacity: 0.8;
  text-align: center;
}
.news-box-item-date span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
}

.article-wrapper h1 {
  text-align: center;
}
.article-wrapper .article-content-wrapper {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.article-wrapper .article-image {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 30px;
}
.article-wrapper .article-image img {
  border-radius: var(--border-radius-size);
  position: relative;
  overflow: hidden;
}
.article-wrapper .article-date {
  text-align: center;
}
.article-wrapper .article-content {
  margin-top: 50px;
}

@media screen and (max-width: 576px) {
  .news-box-highlight {
    display: block;
  }
}

/*# sourceMappingURL=app.css.map*/