﻿.room-card {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border: 1px solid var(--dark-purple);
    background-color: #ddc7d8;
    padding: 12px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .room-card .card-title {
        text-align: center;
        color: var(--dark-purple);
    }

    .room-card .card-body {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
    }
    .room-card .half-btn {
        background: var(--dark-purple);
        color: white;
        pointer-events:none;
    }



.room-slider .slick-slide {
    margin: 9px 18px; /* space left & right */
}

.room-slider .slick-list {
    margin: 0 -15px; /* prevent layout shift */
}

.room-slider .slick-track {
    display: flex;
}

.room-slider .slick-slide {
    height: auto;
    display: flex;
}

room-rates .slick-dots li button:before {
    font-size: 10px;
}

room-rates .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: var(--dark-purple);
}

room-rates .slick-dots {
    bottom: -38px;
}

@media (max-width: 768px) {
    .room-slider .slick-slide {
        margin: 0 13px;
    }
}

.hotels-item {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border: 1px solid var(--dark-purple);
    background-color: white;
    box-shadow: 8px 8px 5px 4px #f1e9ef;
    padding: 15px;
    display: flex;
    flex-direction: column;
}

    .hotels-item .card-title {
        text-align: center;
        color: var(--dark-purple);
    }
    .room-card .half-btn{
        margin-top:auto;
    }

.hotels-items .slick-slide {
    margin: 0 15px; /* space left & right */
}

.hotels-items .slick-list {
    margin: 0 -15px; /* prevent layout shift */
}

.hotels-texts {
    padding-top: 20px;
    color: var(--dark-purple);
    flex-grow: 1;
}

.hotels-texts-name {
    text-align: center;
    font-weight: bold;
}

.hotels-item-img {
    flex-shrink: 0;
    aspect-ratio:1/1;
/*    height: 100%;
    width: 100%;*/
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 5px;
}

.hotels-item-img-wrapper {
/*    height: 15.5rem;*/
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.hotels-location, .places-item-texts-desc {
    font-size: 14px;
}

.bg-light-purple {
    background-color: #f1e9ef;
}

.shops-item {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border: 0;
    background-color: #eaf7f6;
    padding: 20px;
}

    .shops-item .card-title {
        text-align: center;
        color: var(--theme-dark-green);
    }

.shops-items .slick-slide {
    margin: 0 15px; /* space left & right */
}

.shops-items .slick-list {
    margin: 0 -15px; /* prevent layout shift */
}

.shop-texts {
    padding-top: 10px;
    color: var(--theme-dark-green);
}

.shop-texts-name {
    font-weight: bold;
}

.shops-items .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: var(--theme-dark-green);
}

/*places---*/

.places-item a.btn-white-border {
    margin-top: auto; /* keep button at bottom */
}
.places-item {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border: 0;
    background-color: white;
    padding: 15px;
    display: flex !important;
    flex-direction: column;
    height: auto;
}

    .places-item .card-title {
        text-align: center;
        color: var(--theme-dark-green);
    }

.places-items .slick-slide {
    margin: 0 15px; /* space left & right */
}

.places-items .slick-list {
    margin: 0 -15px; /* prevent layout shift */
}

.places-item-texts {
    flex-grow: 1;
    padding-top: 10px;
    color: var(--theme-dark-green);
}

.places-item-texts-header {
    font-weight: bold;
}

.places-items .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: white;
}

.places-item-img {
    flex-shrink: 0;
    aspect-ratio:1/1;
/*    height: 100%;*/
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 5px;
}

.places-item-img-wrapper {
    height: 15.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.btn-white-border {
    border-radius: 50px;
    padding: 10px 15px;
    border: 1px solid var(--theme-dark-green);
    color: var(--theme-dark-green);
    background-color: white;
}

    .btn-white-border:hover {
        border-radius: 50px;
        padding: 10px 15px;
        border: 1px solid var(--theme-dark-green);
        color: white;
        background-color: var(--theme-dark-green);
    }

.map-icon-green {
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(28%) sepia(36%) saturate(496%) hue-rotate(123deg) brightness(97%) contrast(88%);
    -webkit-filter: brightness(0) saturate(100%) invert(28%) sepia(36%) saturate(496%) hue-rotate(123deg) brightness(97%) contrast(88%);
}

.btn-white-border:hover .map-icon-green {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(125deg) brightness(103%) contrast(103%);
}

.divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 10px 0;
}

    .divider::before,
    .divider::after {
        content: "";
        flex: 1;
        border-bottom: 1px solid #97549e; /* your purple line */
    }

    .divider:not(:empty)::before {
        margin-right: 10px;
    }

    .divider:not(:empty)::after {
        margin-left: 10px;
    }

    .divider span {
        letter-spacing: 3px;
        color: #97549e;
    }

.icon-grid {
    padding-top:15px;
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 items per row */
    grid-template-rows: repeat(2, 1fr); /* 2 rows fixed */
    gap: 5px;
/*    height: 210px;*/
}

.icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

    .icon-item img {
        width: 35px;
        height: 35px;
        object-fit: contain;
        margin-bottom: 6px;
    }

    .icon-item p {
        font-size: 9.5px;
        color: #b57bc0;
        line-height: 1.2;
        margin-bottom: 0;
    }

.room-card .card-img-top {
    aspect-ratio: 3 / 2;
}