/* NdedeLAB CUSTOM */
.disable-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.glide {
    position: relative;
    height: 280px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*
    width:100%;
    background:-webkit-gradient(linear,left top,left bottom,from(#05070b),to(#17171d));*/
    /*background:linear-gradient(0deg,#216ebf 0,#0cd0e6)*/
}

.glide * {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.glide__slides,
.glide__track {
    overflow: hidden
}

.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -ms-touch-action: pan-Y;
    touch-action: pan-Y;
    padding: 0;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    will-change: transform
}

.glide__slide,
.glide__slides--dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide__slide {
    width: 100%;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: normal;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.glide__slide a {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.glide__arrows,
.glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide--rtl {
    direction: rtl
}


.lead {
    font-family: Nunito Sans, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #818999;
    font-weight: 300;
    line-height: 1.8em
}


.hero {
    text-align: center
}

.hero__wrapper {
    position: relative
}

.hero__heading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 3rem;
    padding-right: 3rem;
    -webkit-transform: translate(-50%, -66.66%);
    transform: translate(-50%, -66.66%)
}

.hero__logo {
    width: 100%;
    max-width: 180px;
    fill: #fff
}

@media (min-width:42.5em) {
    .hero__logo {
        max-width: 360px
    }
}

.menu {
    text-transform: uppercase;
    font-size: .7777777778em;
    letter-spacing: .1666666667em;
    font-weight: 300
}

.image--middle {
    vertical-align: middle
}

.glide {
    cursor: -webkit-grab
}

.glide__slides {
    margin: 0
}

.glide__arrow {
    cursor: pointer;
    padding: 0;
    background-color: transparent;
    border: 0;
    outline: 0
}

.glide--dragging {
    cursor: -webkit-grabbing
}

.panel {
    padding: 3.6111111111em 2em;
    background: -webkit-gradient(linear, left top, right top, from(#3e0c1c), to(#2d0f5e));
    background: linear-gradient(90deg, #3e0c1c 0, #2d0f5e)
}

.frame {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 13.3333333333rem;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    will-change: transform
}

@media (min-width:42.5em) {
    .frame {
        height: 14.2222222222rem
            /*22*/
    }
}

.frame>* {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(94, 90, 90, 0.5);
    border-radius: 1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.frame>:first-child {
    border-radius: 2px;
    -webkit-box-shadow: 0 .5rem 2rem 0 rgba(125, 124, 124, 0.5);
    box-shadow: 0 .5rem 2rem 0 rgba(125, 124, 124, 0.5);
}

.frame>:nth-child(2) {
    top: 0;
    right: 0;
    width: 3rem;
    -webkit-transform: translate3d(-1px, 0, -3rem) rotateY(90deg);
    transform: translate3d(-1px, 0, -3rem) rotateY(90deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    border-width: 3px;
    border-right-width: 9px
}

.frame>:nth-child(2) .price {
    font-size: 1.2rem;
}

.frame>:nth-child(3) {
    top: 0;
    left: 0;
    width: 3rem;
    -webkit-transform: translate3d(1px, 0, -3rem) rotateY(-90deg);
    transform: translate3d(1px, 0, -3rem) rotateY(-90deg);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    border-width: 3px;
    border-left-width: 9px
}

.frames {
    padding-top: 1.1rem;
    padding-bottom: 1.8rem
}

@media (min-width:42.5em) {
    .frames {
        padding-top: 1.1rem;
        padding-bottom: 1.8rem
    }
}

.frames__list {
    overflow: visible
}

.frames__item {
    -webkit-transform: perspective(2000px);
    transform: perspective(2000px)
}

.select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 3em !important;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI3Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTEuODI2LjE2NGMtLjE2NC0uMTY0LS40My0uMTY0LS41OTUgMEw2IDUuNDA0Ljc2LjE2NEMuNTk0IDAgLjMyNyAwIC4xNjMuMTY0IDAgLjMzIDAgLjU5NC4xNjMuNzZsNS41MyA1LjUyN2MuMDguMDgyLjE4NC4xMjMuMjk3LjEyMy4xMDIgMCAuMjE1LS4wNC4yOTctLjEyM0wxMS44MTUuNzZjLjE3NS0uMTY1LjE3NS0uNDMyLjAxLS41OTZ6Ii8+PC9zdmc+");
    background-position: center right 1em;
    background-repeat: no-repeat
}

.slider__frame {
    border-radius: .1666666667em;
    text-align: center;
    height: 150px;
    line-height: 150px;
    -webkit-box-shadow: inset 0 0 0 2px hsla(0, 0%, 100%, .5);
    box-shadow: inset 0 0 0 2px hsla(0, 0%, 100%, .5);
    color: #fff;
    background: transparent;
    font-size: 1em;
    font-weight: 900
}

.slider__frame[class*=active] {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: linear-gradient(-45deg, #ed145b, #7b31f4)
}

.slider__arrow {
    position: absolute;
    top: 65%;
    z-index: 1;
    width: 20px;
    height: 20px;
    margin-top: -9px;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 0 .5rem 4rem 0 rgba(0, 0, 0, .5);
    box-shadow: 0 .5rem 4rem 0 rgba(0, 0, 0, .5)
}

.slider__arrow:hover {
    background-color: #f06927;
    /*ed145b*/
    color: #ffffff;
}

.slider__arrow:hover svg {
    fill: #ffffff;
}

.slider__arrow--next {
    right: 1.5rem;
}

.slider__arrow--prev {
    left: 1.5rem
}

.slider__bullets {
    position: absolute;
    z-index: 2;
    bottom: 1.5rem;
    left: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.slider__bullet {
    background-color: hsla(0, 0%, 100%, .5);
    width: 9px;
    height: 9px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    line-height: 0;
    -webkit-box-shadow: 0 .25em .5em 0 rgba(0, 0, 0, .1);
    box-shadow: 0 .25em .5em 0 rgba(0, 0, 0, .1);
    margin: 0 .25em
}

.slider__bullet:focus {
    outline: none
}

.slider__bullet:focus,
.slider__bullet:hover {
    border: 2px solid #fff;
    background-color: hsla(0, 0%, 100%, .5)
}

.slider__bullet[class*=active] {
    background-color: #fff
}

.slider--big .slider__arrows {
    position: absolute;
    z-index: 2;
    bottom: 36px;
    width: 100%
}

@media (min-width:42.5em) {
    .slider--big .slider__arrows {
        position: static
    }
}

.slider--big .slider__arrow {
    width: 46px;
    height: 46px;
    margin-top: -30px
}

@media (max-width:42.4375em) {
    .slider--big .slider__arrow {
        position: static
    }
}

.slider--big .slider__arrow--next {
    right: 2rem
}

.slider--big .slider__arrow--prev {
    left: 2rem
}

.button {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.button:hover {
    -webkit-box-shadow: 0 .5rem 1.5rem 0 rgba(0, 0, 0, .2);
    box-shadow: 0 .5rem 1.5rem 0 rgba(0, 0, 0, .2);
}

.button__icon {
    opacity: .5
}

.header {
    position: relative
}

.header:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.hidden {
    display: initial
}

@media (max-width:42.4375em) {
    .hidden\@medium {
        display: none !important
    }
}

.visible {
    display: none
}

/**/
@media (max-width:42.4375em) {
    .visible\@medium {
        display: initial !important
    }

    #tm_slider_product_name {
        display: none;
    }
}

/*NLAb search*/


@media (max-width:1600px) {

    .tm_slider_product_name {
        display: none;
    }

    .tm_slider_img_container {
        display: flex;
    }

    .tm_slider_price_container {
        margin-top: 7px;
    }

    .tm_slider_1600_title {
        display: -webkit-box;
    }

    .header-ad1 {
        max-width: 37% !important;
    }

    .tm-slider-img {
        max-height: 225px !important;
    }

}

@media (min-width:1600px) {

    .tm_slider_product_name {
        display: -webkit-box;
    }

    .tm_slider_price_container {
        margin-top: 9px;
    }

    .tm_slider_1600_title {
        display: none;
    }

    .header-ad1 {
        max-width: 31% !important;
    }

    .tm-slider-img {
        max-height: 180px !important;
    }
}

.index>*+* {
    margin-top: 3.1111111111em
}

code[class*=language-],
pre[class*=language-] {
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 2;
    -moz-tab-size: 2;
    -o-tab-size: 2;
    tab-size: 2;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}



/* NdedeLAB CUSTOM */
/*body {
	 margin: 40px 0;
	 font-family: "Raleway";
	 font-size: 14px;
	 font-weight: 500;
	 background-color: #BCAAA4;
	 -webkit-font-smoothing: antialiased;
}
 */


.tm-profil-name:hover span {
    color: #fac6ab !important;
}

.tm-profil-name span {
    color: #90ee90 !important;
}

.styled-table {
    width: 100%;
}

.styled-table thead tr {
    background-color: rgb(16, 101, 147);
    color: #ffffff;
    text-align: left;
}

.styled-table thead th {
    white-space: normal;
    word-break: break-word;
    vertical-align: middle;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd !important;
}

/* Tablet header fit fixes */
@media only screen and (min-width: 992px) and (max-width: 1280px) {
    .header_wrap .middle-header .nav_block {
        display: flex;
        align-items: center;
        gap: 12px;
        flex-wrap: nowrap;
    }

    .header_wrap .middle-header .navbar-brand {
        flex: 0 0 auto;
        width: 150px !important;
        max-width: 150px !important;
        padding: 4px 0 !important;
    }

    .header_wrap .middle-header .header-ad1 {
        display: none !important;
    }

    .header_wrap .middle-header .product_search_form {
        position: relative;
        flex: 1 1 auto;
        min-width: 220px;
        max-width: none !important;
        margin: 0 8px !important;
    }

    .header_wrap .middle-header .product_search_form .form-control {
        min-width: 0;
    }

    .header_wrap .middle-header .navbar-nav.attr-nav {
        flex: 0 0 auto;
    }

    .header_wrap .middle-header .navbar-nav.attr-nav .nav-link {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_wrap .top-header .row {
        row-gap: 6px;
    }

    .header_wrap .top-header .header_topbar_info {
        display: flex;
        flex-wrap: wrap;
        gap: 6px 10px;
    }

    .header_wrap .top-header .header_offer {
        margin-right: 0;
        padding-right: 8px;
    }

    .header_wrap .top-header .d-flex.align-items-center {
        justify-content: flex-start !important;
    }

    .header_wrap .top-header .d-flex.align-items-center span {
        display: block;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media only screen and (max-width: 991px) {
    .styled-table th,
    .styled-table td {
        padding: 10px 10px;
    }
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3 !important;
}

.styled-table tbody tr:last-of-type {
    /*border-bottom: 2px solid #009879;*/
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

/* ── Product card info: reduce excess spacing ─────────────────── */
.product_info {
    padding: 8px 10px;
}

.product_info .product_title {
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 1.3;
}

.title_rating_divider {
    display: none;
    /* hidden — spacer replaced by tight margins */
}

.product_info .rating_wrap,
.product_info .apartment_rating_wrap {
    margin-top: 2px;
    margin-bottom: 0;
}

/* ── Apartment Specific: Strict 2-Line Titles ─────────────────── */
.apartment_card .product_title {
    margin: 0 !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4 !important;
    color: #292b2c;
    height: 2.8em !important; /* Exactly 2 lines */
    min-height: 2.8em !important;
    max-height: 2.8em !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0 !important;
}

.clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    height: 2.8em;
    min-height: 2.8em;
}


/* ── Global Product Image Alignment (Square Grid) ───────────────── */
.product_img,
.product_img_box {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    /* Enforce uniform square boxes */
    overflow: hidden !important;
    background-color: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_img img,
.product_img_box img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    transition: transform 0.5s ease;
}

/* Optional: Slight zoom on hover for premium feel */
.product:hover .product_img img,
.product:hover .product_img_box img {
    transform: scale(1.08);
}

.tm-preorder-deal-btn {
    background: linear-gradient(135deg, #FF9800 0%, #F57C00 100%) !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 25px !important;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(255, 152, 0, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    animation: tm-preorder-pulse-orange 2s infinite;
}

.tm-preorder-deal-btn:hover {
    background: linear-gradient(135deg, #FFB74D 0%, #FF9800 100%) !important;
    color: #fff !important;
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(255, 152, 0, 0.5);
}

.tm-preorder-deal-btn:active {
    transform: scale(0.98);
}

.tm-preorder-deal-btn:disabled,
.tm-preorder-deal-btn.disabled {
    background: #cbd5e1 !important;
    color: #94a3b8 !important;
    box-shadow: none !important;
    animation: none;
    transform: none !important;
}

.tm-preorder-deal-btn::before,
.tm-preorder-deal-btn::after {
    content: none !important;
}

.tm-preorder-deal-btn--icon {
    width: 39px;
    height: 39px;
    padding: 0 !important;
}

@keyframes tm-preorder-pulse-orange {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 152, 0, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 152, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 152, 0, 0);
    }
}

/* Luxury Specific Overrides */
.luxury-product-card .product_img {
    aspect-ratio: 4 / 5 !important;
}

.luxury-product-card .product_img img {
    object-fit: cover !important;
}
