/* HERO IMAGE */
.hero-search {
    width: 100%;
    height: 380px;
    background-image: url('/img/header_bg5.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-overlay {
    position: absolute;
    bottom: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
	background: rgba(0, 0, 0, 0.2);
}

/* TITEL */
.search-title {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.4);
}

/* ZOEKRIJ */
.search-bar {
    display: flex;
    gap: 16px;
    background: rgba(255,255,255,0.9);
    padding: 20px 26px;
    border-radius: 14px;
    backdrop-filter: blur(6px);
}

/* BREDE SELECTS */
.search-bar select {
    height: 58px;
    font-size: 17px;
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px solid #C8D2E0;
    background-color: #fff;
    min-width: 220px;
}

/* GROTE KNOP */
.search-bar button {
    height: 58px;
    width: 58px;
    border-radius: 10px;
    background-color: #4A6FA5;
    color: #fff;
    border: none;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-bar button:hover {
    background-color: #3A5E8C;
}

/* OVERRIDE INSTAY SELECT LIMITS */
.hero-search .search-bar select {
    min-width: 240px !important;
    width: 240px !important;
    height: 58px !important;
    font-size: 17px !important;
    padding: 12px 16px !important;
    border-radius: 10px !important;
}

/* OVERRIDE INSTAY BUTTON LIMITS */
.hero-search .search-bar button {
    height: 58px !important;
    width: 58px !important;
    font-size: 24px !important;
    border-radius: 10px !important;
}

@media (max-width: 768px) {
    .search-bar {
        flex-direction: column;
        width: 100%;
    }

    .search-bar select,
    .search-bar button {
        width: 100%;
        box-sizing: border-box;
    }

    .search-bar button {
        height: 50px;
    }
}

/* eigendomlijst */
.bg-search {
	    background-color: #f2f2f2 !important;
}
/* HERO IMAGE */
.gem-search {
    width: 100%;
    height: 100px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.gem-overlay {
    position: absolute;
    bottom: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: left;
}

/* TITEL */
.gem-search-title {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.4);
}

/* ZOEKRIJ */
.gem-search-bar {
    display: flex;
    gap: 16px;
    background: rgba(255,255,255,0.9);
    padding: 20px 26px;
    border-radius: 14px;
    backdrop-filter: blur(6px);
}

/* BREDE SELECTS */
.gem-search-bar select {
    height: 58px;
    font-size: 17px;
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px solid #C8D2E0;
    background-color: #fff;
    min-width: 220px;
}

/* GROTE KNOP */
.gem-search-bar button {
    height: 58px;
    width: 58px;
    border-radius: 10px;
    background-color: #4A6FA5;
    color: #fff;
    border: none;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gem-search-bar button:hover {
    background-color: #3A5E8C;
}

/* OVERRIDE INSTAY SELECT LIMITS */
.gem-search .gem-search-bar select {
    min-width: 240px !important;
    width: 240px !important;
    height: 58px !important;
    font-size: 17px !important;
    padding: 12px 16px !important;
    border-radius: 10px !important;
}

/* OVERRIDE INSTAY BUTTON LIMITS */
.gem-search .gem-search-bar button {
    height: 58px !important;
    width: 58px !important;
    font-size: 24px !important;
    border-radius: 10px !important;
}

.property-features {
    display: flex;
    gap: 22px;   /* meer ruimte tussen de iconen */
    list-style: none;
    padding: 0;
    margin: 0;
}

.property-features li {
    display: flex;
    align-items: center;
    gap: 6px;
}

.property-features i {
    font-size: 24px;      /* maak icoon groter */
    color: #4A6FA5;       /* optioneel: jouw blauwe kleur */
}

/* detail eigendom */

/* override pijltjes slide */
.thumbnail-carousel .slick-next {
	right: 0 !important;
}
.thumbnail-carousel .slick-arrow {
	top: 50% !important;
	transform: translateY(-50%) !important;
}
.carousel-parent .slick-next {
    right: 0 !important;
}
.carousel-parent .slick-arrow {
    top: calc(100% - 50px) !important;
    width: 50px !important;
    height: 50px !important;
    background-color: #83AE3E !important;
}
.carousel-parent .slick-prev:before,
.carousel-parent .slick-next:before {
    font-size: 26px !important;
    color: #fff !important;
    opacity: 1 !important;
}


/* BEIDE PIJLEN RECHTS */
.carousel-parent .slick-prev {
    right: 50px !important;   /* prev komt links van next */
    left: auto !important;    /* override Instay */
}

.carousel-parent .slick-next {
    right: 0 !important;      /* next blijft rechts */
}

/* VIERKANTE GROENE KNOPPEN */
.carousel-parent .slick-arrow {
    top: calc(100% - 50px) !important;
    width: 50px !important;
    height: 50px !important;
    background-color: #83AE3E !important;
    border-radius: 0 !important;
    z-index: 10 !important;
}

/* WITTE PIJLEN */
.carousel-parent .slick-prev:before,
.carousel-parent .slick-next:before {
    font-size: 22px !important;
    color: #fff !important;
    opacity: 1 !important;
}

/* UNICODE PIJLEN */
.carousel-parent .slick-prev:before {
    content: '\2190' !important; /* ← */
}

.carousel-parent .slick-next:before {
    content: '\2192' !important; /* → */
}


/* LINKSE PIJL HELEMAAL LINKS */
.thumbnail-carousel .slick-prev {
    left: 0 !important;        /* helemaal links */
    right: auto !important;    /* Instay override */
}

/* RECHTSE PIJL BLIJFT RECHTS */
.thumbnail-carousel .slick-next {
    right: 0 !important;
}

/* GEEN ACHTERGROND, GEEN VIERKANT, GEEN CIRKEL */
.thumbnail-carousel .slick-arrow {
    background: transparent !important;
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    z-index: 10 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

/* ZWARTE PIJLEN */
.thumbnail-carousel .slick-prev:before,
.thumbnail-carousel .slick-next:before {
    font-size: 22px !important;
    color: #000 !important;
    opacity: 1 !important;
}

/* UNICODE PIJLEN */
.thumbnail-carousel .slick-prev:before {
    content: '\2190' !important; /* ← */
}

.thumbnail-carousel .slick-next:before {
    content: '\2192' !important; /* → */
}


.sidebar .sidebar-module > h4 {
	padding-top: 18px !important;
	padding-bottom: 9px !important;
}

.sidebar .sidebar-module > h6 {
	padding-top: 18px !important;
	padding-bottom: 20px !important;
}

.carousel-parent img {
    border-radius: 12px;
}

 .fs-16 {
     font-size: 16px;
}



/* Grijze balk over volledige breedte */
.gemeente-bar {
    width: 100%;
    background: #e5e5e5;
    padding: 15px 0;
    margin-bottom: 20px;
}

/* Form mooi centreren */
.gemeente-form {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 12px;
    align-items: center;
}

/* Mooie Instay-stijl select */
.gemeente-select {
    height: 45px;
    padding: 0 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    font-size: 15px;
    min-width: 200px;
}

/* Mooie Instay-stijl button */
.gemeente-btn {
    height: 45px;
    padding: 0 22px;
    background: #4A6FA5;      /* Instay-blauw */
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.gemeente-btn:hover {
    background: #3a5e8c;      /* donkerder blauw bij hover */
}
@media (max-width: 768px) {
    .gemeente-form {
        flex-direction: column;
        width: 100%;
    }

    .gemeente-select,
    .gemeente-btn {
        width: 100%;
        box-sizing: border-box;
    }
}

.tekoop-buttons {
    display: flex;
    gap: 10px;              /* ruimte tussen knoppen */
    justify-content: flex-start; /* knoppen links naast elkaar */
    align-items: center;
}


.carousel-parent .item img.carousel-image {
    width: 100%;
    height: auto;
    max-height: 800px; /* jouw max height */
    object-fit: contain; /* toont portrait & landscape perfect */
    display: block;
    margin: 0 auto;
}

.thumbnail-carousel .item img.thumb-image {
    width: 100%;
    height: auto;
    max-height: 120px; /* kies zelf, 120 is mooi */
    object-fit: cover; /* thumbnails worden mooi gecropt */
    display: block;
}



/* Container van de grote foto’s */
.carousel-parent .slick-slide {
    display: flex;
    justify-content: center;    /* horizontaal centreren */
    align-items: center;        /* verticaal centreren */
    overflow: hidden;           /* voorkomt uitspringen */
}

/* De foto zelf */
.carousel-parent .slick-slide img {
    max-height: 800px;
    max-width: 100%;
    object-fit: contain;        /* landscape & portrait perfect */
    display: block;
}


.thumbnail-carousel .slick-slide {
    height: 120px;              /* kies zelf */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.thumbnail-carousel .slick-slide img {
    height: 100%;
    width: auto;
    object-fit: cover;          /* thumbnails mooi gevuld */
}

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

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

.thumbnail-carousel .item {
    padding: 0 5px;
}


/***************** lijst **/
.filter-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #fc8816; /* jouw oranje */
    color: white;
    padding: 10px 12px;
    border-radius: 6px;
    font-weight: 600;
	text-transform: uppercase;
}
.filter-tag:hover {
    color: black;
}


.filter-remove {
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    opacity: 0.8;
}

.filter-remove:hover {
    opacity: 1;
}

/*********** homepage *****/
.ribbon-sale {
    position: absolute;
    top: 15px;
    left: -35px;
    z-index: 10;

    background: #f58220; /* oranje */
    color: #fff;

    padding: 8px 40px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;

    transform: rotate(-45deg);
    text-transform: uppercase;

    box-shadow: 0 2px 8px rgba(0,0,0,.25);
}
.ribbon-left {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 10;

    background: #f58220; /* oranje */
    color: #fff;

    padding: 8px 14px;
    border-radius: 6px;

    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;

    box-shadow: 0 2px 8px rgba(0,0,0,.2);
}


.ribbon-right {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;

    background: #8dbf41;
    color: #fff;

    padding: 8px 14px;
    border-radius: 6px;

    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;

    box-shadow: 0 2px 8px rgba(0,0,0,.2);
}
.property-thumb {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/****************** colors ************/
.col_green {
    color: #8dbf41;
}

/****** contact *************/
.form-check-input {
	background-color: #dee2e6;
	border-color: #dee2e6;
}
.form-check-input:checked {
	background-color: #83AE3E;
	border-color: #83AE3E;
}
.cat-item .mdi {
	color: rgb(131, 174, 62);
}
.text-muted:hover, .text-muted a {
	color: #689029;
}

/*** header ***/

.header-bar {
	border-bottom: 2px solid #fc8816;
}

.dl-horizontal-mod-1 dt, .dl-horizontal-mod-1 dd {
	vertical-align: top;
}


/** kaart op eigendomlijst  **/
.kaart-popup {
    min-width: 220px;
    color: #333;
    background: #fff;
    font-family: Arial, sans-serif;
}

.kaart-popup h4 {
    margin: 0 0 8px 0;
    color: #163055;
    font-size: 15px;
}

.view-switch {
    margin: 15px 0;
}

.btn-kaart {
    display: inline-block;
    background: #e5e5e5;
    color: #000;
    border: none;
    border-radius: 4px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-kaart:hover {
    background: #d8d8d8;
    color: #000;
}

.btn-kaart:focus {
    outline: none;
}
.kaart-popup p {
    margin: 4px 0;
}

.gm-style .gm-style-iw {
    background: #fff !important;
    color: #333 !important;
}

.gm-style .gm-style-iw-d {
    overflow: auto !important;
}

/* nieuwe versie **/
.map-popup {
    padding: 12px;
    max-width: 280px;
    font-family: Arial, sans-serif;
}

.map-popup h4 {
    margin: 0 0 10px;
    font-size: 18px;
    color: #333;
}

.map-popup-info {
    padding-left: 4px;
}

.map-popup p {
    margin: 5px 0;
    color: #555;
    line-height: 1.4;
}

.map-popup-btn {
    display: inline-block;
    margin-top: 12px;
    padding: 10px 16px;
    background: #005fa3;
    color: #fff !important;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: background 0.2s;
}

.map-popup-btn:hover {
    background: #0077cc;
}

.gm-style .gm-style-iw-c {
    border-radius: 16px !important;
    padding: 0 !important;
    overflow: hidden !important;
}

.gm-style .gm-style-iw-d {
    overflow: auto !important;
}

.gm-style .gm-style-iw-tc::after {
    background: #fff !important;
}

@media (max-width: 768px) {

    .map-popup {
        max-width: 220px;
        padding: 10px;
    }

    .map-popup h4 {
        font-size: 16px;
    }

    .map-popup-btn {
        display: block;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        padding: 12px;
    }
}

/** prijs ipv marker  **/
.price-tag {
    background: #f7941d;
    color: white;
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0,0,0,.25);
    border: 2px solid #fff;
    cursor: pointer;
    transition: all .2s ease;
}

.price-tag:hover {
    transform: scale(1.05);
    background: #e67f00;
}