/* BASIS
-------------------------------------------------- */
body {
	font-family: "IBM Plex Sans", sans-serif;
	font-size: 18px;
	overflow-x: hidden;
	font-weight: 300;
	color: #000;
}

ul {
  list-style: none;
  position: relative;
  padding-left: 0;
}

ul:not(.mob-nav):not(.nav-pills) li {
	padding-left: 30px;
}

.bg-fixed {
	background-attachment: fixed; 
}

.mob-nav-ul  {
	margin-left: 10px;
}

.rounded {
	border-radius: 15px !important;
}

.readall-button {
	text-align: left !important;
	border: 0 none !important;
	background-color: transparent;
	color: #bc5537;
  	line-height: 1.7;
  	font-size: 16px;
  	font-weight: 600;
}

.bottom-text h1 {
	font-size: 2.1rem !important;
}

.fancybox-image {
	border-radius: 16px;
}

.readall-button:hover {
	border: 0 none !important;
	background: transparent !important;
	color: #27214f !important;
}

.modal input:not(.wpcf7-submit), .modal textarea  {
	border: 2px solid #f3f3f3;
}

.readall-hide::after {
	background: linear-gradient(to bottom,rgba(247,249,252,.1),#f9f9f9 75%) !important;
}

.readall-wrapper {
	text-align: left !important;
}

.mob-nav a {
	color: #27214f;
	font-weight: 500;
}

.mob-nav li {
	margin-bottom: 10px;
}


.mob-nav-ul li {
	margin-bottom: 5px;
}

.sticky-interest-btn {
	position: fixed;
	bottom: 20px;
            right: 20px;
            z-index: 1050;
        }
        
        .sticky-interest-btn .btn {
            font-weight: 600;
            transition: all 0.3s ease;
        }
        
        .sticky-interest-btn .btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0,0,0,0.2);
        }
        
        .modal-content {
            border: none;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }
        
        .btn-close {
            font-size: 1.2rem;
            opacity: 0.5;
        }
        
        .btn-close:hover {
            opacity: 0.8;
        }
        
        .form-control {
            border-radius: 8px;
            border: 2px solid #e9ecef;
            padding: 12px 16px;
        }
        
        .form-control:focus {
            border-color: #007bff;
            box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
        }
        
        .btn-warning {
            background-color: #ff8c00;
            border-color: #ff8c00;
            font-weight: 600;
            padding: 12px 24px;
            border-radius: 8px;
        }
        
        .btn-warning:hover {
            background-color: #e07b00;
            border-color: #e07b00;
        }

.cta-section {
    position: relative;
}

.btn-danger {
	background-color:#bc5537;
	border-color :#bc5537;
}

.mega-sub-menu {
	border-radius: 10px !important;
}

.productSwiper .image-card img {
  width: 100%;
  height: 325px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

#pills-tab li.nav-item button.active {
  background-color: #f2f2f2;
  color: #0a2338;
  font-weight: 400;
}

#pills-tab li.nav-item:first-child button {
  border-top-left-radius: 15px;
  border-top-right-radius: 0px;
}

#pills-tab li.nav-item button {
  background-color: #f9f9f9;
  color: #000;
  border: 0;
  border-radius: 0;
  border-top-right-radius: 15px;
}

.tab-pane {
  background-color: #f2f2f2;
  border-radius: 15px;
  border-top-left-radius: 0px;
  padding: 1.1rem;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.cta-content * {
	position: relative;
	z-index: 3;
}

.cta-content input,
.cta-content textarea,
.cta-content button,
.cta-content select,
.cta-content a {
    pointer-events: auto;
    z-index: 4;
}

.btn:not(.btn-link) {
	display: -webkit-inline-box;
  	display: -ms-inline-flexbox;
  	display: inline-flex;
  	-webkit-box-align: center;
  	-ms-flex-align: center;
  	align-items: center;
  	gap: .6rem;
}

.btn:not(.btn-link)::before {
	content: "\F285";
	font-family: "bootstrap-icons";
	font-size: 10px;
  	border: 0;
  	width: 1.15rem;
  	height: 1.15rem;
  	border-radius: 0.7rem;
  	background-color: rgba(255,255,255,.25);
  	color: #fff;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-pack: center;
  	-ms-flex-pack: center;
  	justify-content: center;
  	-webkit-box-align: center;
  	-ms-flex-align: center;
  	align-items: center;
  	-webkit-box-ordinal-group: 3;
  	-ms-flex-order: 2;
  	order: 2;
  	margin-left: auto; /* Dit duwt de pijl naar rechts */
}

.photo-overlay {
            position: absolute;
            bottom: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.7);
            color: white;
            padding: 8px 12px;
            border-radius: 16px 0 16px 0;
            font-size: 14px;
            font-weight: 600;
            z-index: 2;
            pointer-events: none;
        }

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

.hero-section {
	overflow: hidden;
}

.hero-section .ribbon {
	left: -7%;
  	top: 4%;
  	font-size: 22px;
}

@media (max-width: 480px) {
	.hero-section .ribbon {
	  left: -13%;
	  top: 5%;
	  font-size: 22px;
	}
}

        .hero-section a:hover img {
            transform: scale(1.02);
            transition: transform 0.3s ease;
        }

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

        /* Hover effect voor alle gallery items */
        .product-card, .hero-section, .gallery-item {
            transition: all 0.3s ease;
        }

        .product-card:hover, .hero-section:hover, .gallery-item:hover {
            box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        }

        /* Gallery grid styling */
        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 1rem;
            margin-top: 1rem;
        }

        .gallery-item {
            position: relative;
            border-radius: 16px;
            overflow: hidden;
            aspect-ratio: 4/3;
        }

        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            cursor: pointer;
        }

        /* Google Maps styling */
        .map-section {
            margin: 3rem 0;
        }

        .map-container {
            position: relative;
            border-radius: 16px;
            overflow: hidden;
        }

        #property-map {
            width: 100%;
            height: 400px;
            border: none;
        }

        .map-info-card {
            background: white;
            border-radius: 12px;
            padding: 1.5rem;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            margin-bottom: 1.5rem;
        }

        .map-info-title {
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
        }

        .map-info-address {
            color: #666;
            margin-bottom: 1rem;
        }

        .directions-btn {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.5rem 1rem;
            background: #007bff;
            color: white;
            text-decoration: none;
            border-radius: 8px;
            font-size: 0.9rem;
            transition: background-color 0.3s ease;
        }

        .directions-btn:hover {
            background: #0056b3;
            color: white;
            text-decoration: none;
        }

        @media (max-width: 768px) {
            .gallery-grid {
                grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
                gap: 0.5rem;
            }

            #property-map {
                height: 300px;
            }

            .map-info-card {
                padding: 1rem;
            }
        }

.img-eq-height {
	border-radius: 16px;
}

.wpcf7-textarea {
	height: 100px;
}

.btn:not(.btn-link):hover {
  color: #fff;
  background-color: #27214f;
  border-color: #27214f;
}

ul:not(.mob-nav):not(.nav-pills) li::before {
  content: "\F138";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  color: #bc5537;
}

.sector-item {
	padding: 20px; 
	border: 2px solid #f0f0f0; 
	border-radius: 10px;
	transition: border-color 0.6s ease;
}

.sector-item:hover {
	border-color: #27214f;
}

body.home {
	padding-top: 0px;
}

a {
	text-decoration: none;
	color: #bc5537
}

a:hover {
	color: #004f8b;
}

h1 {
	color: #27214f;
}

.fade-image {
    opacity: 0;
    transition: opacity 1s ease, transform 1s ease;
}

.contact-block a {
	color: #fff;
}

.fade-image.visible {
    opacity: 1;
}

.wpcf7-list-item {
	margin-left: 0px;
}

.swiper-button-next {
  right: -20px;
}

.search-label:hover {
	cursor:pointer;
}

.swiper-button-prev {
  left: -20px;
}

.swiper-button-next, .swiper-button-prev {
  	background-color: #bc5537;
  	height: 40px;
  	width: 40px;
  	color: #fff !important;
  	border-radius: 50%;
  	position: absolute;
}

.swiper-button-next::after, .swiper-button-prev::after {
  	font-size: 16px;
}

.text-content {
	padding: 20px;
	background-color:#f0f0f0
}

.image-card {
            position: relative;
}

.image-card img {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.video-container {
	height: 50vh;
	overflow: hidden;
	z-index: 999999;
}

body.home .video-container {
	height: 100vh;
}

.image-container {
	height: 40vh;
	background-image: url(/wp-content/uploads/2025/07/pexels-davidmcbee-1546166-1-scaled.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	z-index: 999999;
}

.video-container video {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 50vh;
	z-index: -1; /* Video achter alle andere elementen plaatsen */
}

body.home .video-container video {
	height: 100%;
}

.zoom-container {
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.zoom-container img {
  transition: transform 2s ease;
  display: block;
  width: 100%;
  height: auto;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
	font-weight: 500 !important;
}

.zoom-container:hover img {
  transform: scale(1.1);
}

.header-content.scrolled {
	background-color: rgba(39, 33, 79, 0.8)
}

.header-content {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1026;
	-webkit-transition: all .2s ease-in-out;
	background-color: rgba(0, 0, 0, 0.3);
	box-shadow: 0px 25px 20px -25px rgba(0, 0, 0, 0.15);
}

.pulse {
  	animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.header-content.scrolled .mega-current-menu-ancestor a {
	color: #bc5537 !important;
}

.move-image {
	transition: transform 0.3s ease;
  	will-change: transform;
}

.preview-img {
  	transition: transform 0.2s ease;
}

.bottom-text {
	position: absolute;
	bottom: 80px;
	width: 100%;
	color: #fff;
	z-index: 2; /* De tekst komt boven alles */
}

body.home .gradient-bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #27214f 100%);
	z-index: 1; /* De gradient komt boven de video */
}

.custom-card {
	border: none;
	background: #fff;
	border-radius: 15px;
	transition: transform 0.2s ease;
	text-align: center;
	padding: 40px 20px;
}

.btn-warning {
	background-color: #bc5537;
	border-color: #bc5537;
	color: #fff;
	font-weight: 300;
	font-size: 16px;
}

h3.widget-title {
	font-size: 1.35rem;
}

.btn-blue {
	background-color: #27214f;
	border-color: #27214f;
	color: #fff;
	font-weight: 300;
	font-size: 16px;
}

.btn-blue:hover {
	background-color: #bc5537;
	border-color: #bc5537;
	color: #fff;
}

.btn-warning:hover {
	background-color: #27214f;
	border-color: #27214f;
	color: #fff;
}

.custom-card:hover {
	transform: translateY(-5px);
}

.custom-card img {
	width: 50px;
	height: auto;
	margin-bottom: 20px;
	color: #b80000;
}

.form-check-input:checked {
	background-color: #bc5537;
  	border-color: #bc5537;
}

.alert-info {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
}

.btn-primary {
	border: 0 none;
}

.btn {
	padding-top: 12px;
	padding-bottom: 12px;
}

.reservation-btn {
	font-weight: 400;
}

.custom-btn {
	background-color: #bc5537;
	color: #fff;
	border-radius: 6px;
	font-weight: 400;
}

/* Steps Navigation */
.steps-container {
    background: white;
    margin: 0;
    padding: 0;
}

.steps-nav {
    display: flex;
    margin: 0;
    padding: 0;
}

.step-tab {
    flex: 1;
    padding: 20px 15px;
    text-align: center;
    border: none;
    background: #f9f9f9;
    cursor: pointer;
    border-right: 1px solid #e5e5e5;
    transition: all 0.3s ease;
    position: relative;
}

.step-tab:last-child {
    border-right: none;
    border-top-right-radius: 15px;
}

.step-tab:first-child {
    border-top-left-radius: 15px;
}

.step-tab:hover {
    background-color: #f2f2f2;
}

.step-tab.active {
    background-color: #bc5537;
    color: white;
}

.step-tab:first-child.active {
	border-top-left-radius: 15px;
}

.step-number {
    font-weight: 600;
    margin-bottom: 8px;
    opacity: 0.7;
}

.step-tab.active .step-number {
    opacity: 1;
}
.step-name {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.3;
}

/* Content Area */
.content-container {
    background: white;
    min-height: 500px;
}

.slide-panel {
    display: none;
    height: 500px;
    position: relative;
}

.slide-panel.active {
    display: flex;
}

.content-left {
    background: #27214f;
    color: white;
    padding: 0;
    flex: 1;
    display: flex;
    align-items: center;
    position: relative;
    border-bottom-left-radius: 15px;
}

.content-left-inner {
    padding: 60px 50px;
    max-width: 500px;
}

.content-title {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 25px;
}

.content-text {
    font-size: 16px;
    line-height: 1.6;
    color: #e0e0e0;
}

.content-right {
    flex: 1;
    position: relative;
    background: #f8f8f8;
    border-bottom-right-radius: 15px;
}

.content-right img {
	border-bottom-right-radius: 15px;
}

.image-area {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

/* Right side content for last slide */
.right-content {
    padding: 60px 50px;
    background: #f8f8f8;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.right-title {
    font-size: 28px;
    font-weight: 300;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.2;
}

.right-text {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 30px;
}

.highlight-box {
    background: #bc5537;
    color: white;
    padding: 25px;
    border-radius: 4px;
}

.highlight-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.highlight-text {
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.9;
}

.custom-btn:hover {
	background-color: #001a3f;
	color: #fff;
}

.count {
	font-size: 42px;
}

.ratio-3x4 {
  --bs-aspect-ratio: 133.3333333333%;
}

.ratio > * {
  -o-object-fit: cover;
  object-fit: cover;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control {
  border: 0 none;
}

.ratio-16x9 {
  --bs-aspect-ratio: 75%;
}

.search-label {
  	background-color: #bc5537;
  	position: fixed;
  	top: 35%;
  	right: 0;
  	display: inline-block;
  	padding: 10px 15px;
  	z-index: 99999999;
  	transform-origin: 100% 50%;
  	transform: rotate(-90deg) translate(-50%, -50%);
  	box-shadow: 0px 0px 30px rgba(0,0,0,.15);
  	border-top-left-radius: 20px;
  	border-top-right-radius: 20px;
}

.search-label a {
	color: #fff;
	font-weight: 400;
}

footer {
  	background: linear-gradient(to right, #27214f, #66ccff);
}

footer a {
	color: #bc5537;
}

.site-footer {
	background-color: #27214f;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item a.mega-menu-link {
	padding-right: 0px;
	padding-left: 20px;
}

footer .menu {
	list-style-type: none;
	padding-left: 0px;
}

footer .menu li::before {
  margin-right: 10px;
  content: '\F138';
  font-family: "bootstrap-icons";
  color: #fff !important;
  font-size: 14px;
}

footer .menu li a {
	color: #fff;
}

footer a:hover {
	color: #bc5537 !important;
}

 .energie-label-alt {
            position: absolute;
            top: 12px;
            right: 12px;
            background: #4CAF50;
            color: white;
            padding: 8px 12px;
            border-radius: 10px;
            font-size: 0.75em;
            text-transform: uppercase;
            letter-spacing: 1px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.3);
            z-index: 3;
            border-left: 4px solid #2E7D32;
            font-size: 10px;
        }

        /* Grijze labels voor oppervlakte en bouwjaar */
        .info-label {
            position: absolute;
            color: white;
            font-size: 0.7em;
            font-weight: 500;
            z-index: 3;
        }

        .oppervlakte-label {
            top: 12px;
            left: 12px;
        }

        .bouwjaar-label {
            top: 50px;
            left: 12px;
        }

        .oppervlakte-label::before {
        }

        .bouwjaar-label::before {
        }
        
        .nieuw-label {
    background-color: #f99500;
    color: white;
    font-weight: bold;
    border-radius: 4px;
    padding: 2px 8px;
}


/* Effect 1: Glowing Pulse */
        .btn-glow {
            background: linear-gradient(45deg, #ffc107, #ff8c00);
            border: none;
            color: white;
            font-weight: bold;
            position: relative;
            overflow: hidden;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(255, 193, 7, 0.3);
        }

        .btn-glow:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(255, 193, 7, 0.5);
            color: white;
        }

        .btn-glow:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: width 0.6s, height 0.6s;
        }

        .btn-glow:hover:before {
            width: 300px;
            height: 300px;
        }

        /* Effect 2: Slide Fill */
        .btn-slide {
            background: transparent;
            border: 2px solid #bc5537;
            color: #fff;
            font-weight: 400;
            position: relative;
            overflow: hidden;
            transition: color 0.3s ease;
        }

        .btn-slide:before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, #bc5537, #457223);
            transition: left 0.5s ease;
            z-index: -1;
        }

        .btn-slide:hover {
            color: white;
            border-color: #4c7c28;
            background-color: #4c7c28;
        }

        .btn-slide:hover:before {
            left: 0;
        }

        /* Effect 3: Bouncy Scale */
        .btn-bounce {
            background: linear-gradient(45deg, #ffc107, #ff8c00);
            border: none;
            color: white;
            font-weight: bold;
            transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            position: relative;
        }

        .btn-bounce:hover {
            transform: scale(1.1);
            color: white;
            box-shadow: 0 10px 25px rgba(255, 193, 7, 0.4);
        }

        .btn-bounce:active {
            transform: scale(0.95);
        }

        /* Effect 4: Rotating Border */
        .btn-rotate {
            background: #ffc107;
            border: none;
            color: white;
            font-weight: bold;
            position: relative;
            overflow: hidden;
        }

        .btn-rotate:before {
            content: '';
            position: absolute;
            top: -2px;
            left: -2px;
            right: -2px;
            bottom: -2px;
            background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4, #feca57);
            border-radius: inherit;
            z-index: -1;
            opacity: 0;
            transition: opacity 0.3s ease;
            animation: rotate 2s linear infinite;
        }

        .btn-rotate:hover:before {
            opacity: 1;
        }

        .btn-rotate:hover {
            color: white;
            transform: translateY(-2px);
        }

        @keyframes rotate {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        /* Effect 5: Neon Glow */
        .btn-neon {
            background: transparent;
            border: 2px solid #ffc107;
            color: #ffc107;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 2px;
            transition: all 0.3s ease;
            position: relative;
        }

        .btn-neon:hover {
            color: #000;
            background: #ffc107;
            box-shadow: 
                0 0 10px #ffc107,
                0 0 20px #ffc107,
                0 0 40px #ffc107,
                0 0 80px #ffc107;
            text-shadow: 0 0 10px #000;
        }

        /* Effect 6: Liquid Fill */
        .btn-liquid {
            background: transparent;
            border: 2px solid #bc5537;
            color: #ffc107;
            position: relative;
            overflow: hidden;
            transition: color 0.3s ease;
        }

        .btn-liquid:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 0;
            background: linear-gradient(45deg, #bc5537, #ff8c00);
            transition: height 0.5s ease;
            z-index: -1;
        }

        .btn-liquid:hover {
            color: white;
            border-color: #ffc107;
        }

        .btn-liquid:hover:before {
            height: 100%;
        }

        /* Effect 7: Shake Animation */
        .btn-shake {
            background: linear-gradient(45deg, #ffc107, #ff8c00);
            border: none;
            color: white;
            font-weight: 400;
            transition: all 0.3s ease;
        }

        .btn-shake:hover {
            color: white;
            animation: shake 0.5s ease-in-out;
            box-shadow: 0 5px 20px rgba(255, 193, 7, 0.4);
        }

        @keyframes shake {
            0%, 100% { transform: translateX(0); }
            25% { transform: translateX(-5px); }
            75% { transform: translateX(5px); }
        }

        /* Effect 8: Magnetic Pull */
        .btn-magnetic {
            background: linear-gradient(45deg, #ffc107, #ff8c00);
            border: none;
            color: white;
            font-weight: bold;
            position: relative;
            transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
        }

        .btn-magnetic:hover {
            transform: translateY(-8px) scale(1.05);
            color: white;
            box-shadow: 0 15px 35px rgba(255, 193, 7, 0.4);
        }

        .btn-magnetic:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            width: 0;
            height: 0;
            background: radial-gradient(circle, rgba(255, 193, 7, 0.3) 0%, transparent 70%);
            border-radius: 50%;
            transform: translateX(-50%);
            transition: all 0.3s ease;
        }

        .btn-magnetic:hover:after {
            width: 120%;
            height: 20px;
        }


.accordion-slider {
            display: flex;
            height: 500px;
            overflow: hidden;
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
            position: relative;
        }

        .accordion-panel {
            position: relative;
            flex: 1;
            background-size: cover;
            background-position: center;
            cursor: pointer;
            transition: flex 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            display: flex;
            align-items: flex-end;
            overflow: hidden;
        }

        .accordion-panel.active {
            flex: 4;
        }

        .panel-content {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 30px;
            background: linear-gradient(transparent, rgba(0,0,0,0.8));
            color: white;
            transform: translateY(100%);
            transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        .accordion-panel.active .panel-content {
            transform: translateY(0);
        }

        .panel-number {
            position: absolute;
            top: 20px;
            right: 20px;
            background: rgba(255,255,255,0.9);
            color: #333;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 18px;
            transition: all 0.3s ease;
        }

        .accordion-panel.active .panel-number {
            background: #bc5537;
            color: white;
        }

        .panel-title {
            font-size: 2rem;
            font-weight: 300;
            margin-bottom: 15px;
            opacity: 0;
            transform: translateY(20px);
            transition: all 0.6s ease 0.2s;
        }

        .panel-description {
            font-size: 1rem;
            line-height: 1.6;
            opacity: 0;
            transform: translateY(20px);
            transition: all 0.6s ease 0.3s;
        }

        .accordion-panel.active .panel-title,
        .accordion-panel.active .panel-description {
            opacity: 1;
            transform: translateY(0);
        }

        .accordion-panel:hover .panel-number {
            transform: scale(1.1);
        }

        .accordion-panel::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, rgba(52, 152, 219, 0.3), rgba(155, 89, 182, 0.3));
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .accordion-panel:hover::before {
            opacity: 1;
        }

        .accordion-panel.active::before {
            opacity: 0;
        }

        /* Responsive design */
        @media (max-width: 768px) {
            .accordion-slider {
                height: 400px;
            }
            
            .panel-title {
                font-size: 1.5rem;
            }
            
            .panel-content {
                padding: 20px;
            }
        }


/* ==========================================================================
   ZOEKVRAGEN / VRAAGSTUKKEN (aanbod-stijl)
   ========================================================================== */

/* Logo area in image-card (vervangt de foto) */
.zv-image-card {
    border: 1px solid #e2e8f0;
}

.zv-image-card .zv-logo-area {
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    overflow: hidden;
}

.zv-image-card .zv-logo-area img {
    max-width: 45%;
    max-height: 45%;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 0;
    transition: transform 0.4s ease;
    padding-bottom: 45px;
}

.zv-image-card:hover .zv-logo-area img {
    transform: scale(1.06);
}

/* Anonieme placeholder */
.zv-logo-placeholder {
    background: #f8f8f8 !important;
    flex-direction: column;
    gap: 12px;
}

.zv-logo-placeholder i {
    font-size: 64px;
    color: #27214f;
    opacity: 0.3;
}

.zv-logo-placeholder span {
    font-size: 14px;
    font-weight: 500;
    color: #27214f;
    opacity: 0.3;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Type labels (op de card, boven de overlay) */
.zv-type-label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: #27214f;
    white-space: nowrap;
}

.zv-type-label i {
    font-size: 11px;
}

.zv-type-huur      { background: #1a73e8; }
.zv-type-koop      { background: #2e7d32; }
.zv-type-huur_koop { background: #e65100; }
.zv-type-verkoop   { background: #c62828; }
.zv-type-verhuur   { background: #7b1fa2; }
.zv-type-advies    { background: #f9a825; color: #333; }
.zv-type-overig    { background: #666; }

/* Info labels positie (nieuw + type) */
.zv-image-card .info-label {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
    display: flex;
    gap: 6px;
    align-items: center;
}

.nieuw-label {
    background: #bc5537;
    color: #fff;
    border-radius: 6px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 600;
}

/* Modal styling */
.zv-modal-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
}

.zv-modal-logo {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    overflow: hidden;
    background: #f9f9f9;
    border: 1px solid #e2e8f0;
}

.zv-modal-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    padding: 6px;
}

.zv-modal-logo-placeholder {
    background: linear-gradient(135deg, #27214f, #3d3578) !important;
    border: none !important;
    color: #fff;
    font-size: 28px;
}

.zv-modal-header-info {
    flex: 1;
}

.zv-modal-header-info h4 {
    color: #27214f;
    font-weight: 600;
}

.zv-modal-header .zv-type-label {
    flex-shrink: 0;
    align-self: center;
}

/* Contact toggle button */
.zv-btn-contact {
    margin-top: 4px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.zv-contact-form-wrapper {
    margin-top: 14px;
}

/* Details grid in modal */
.zv-details-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
    margin-bottom: 14px !important;
}

@media (max-width: 575px) {
    .zv-details-grid {
        grid-template-columns: 1fr !important;
    }
}

/* Responsive logo area */
@media (max-width: 768px) {
    .zv-image-card .zv-logo-area {
        height: 220px;
    }

    .zv-logo-placeholder i {
        font-size: 48px;
    }
}

@media (max-width: 480px) {
    .zv-image-card .zv-logo-area {
        height: 180px;
    }
}