﻿.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;
    box-shadow: 8px 8px 5px 4px #f1e9ef;
    padding: 20px;
}

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

    .room-card .btn-purple:hover {
        background-color: var(--dark-purple);
        color: white !important;
        font-weight: 500;
        border: 0;
        border-radius: 0 0 8px 8px;
        padding: 5px;
        margin-top: 14px;
        -webkit-border-radius: 0 0 8px 8px;
        -moz-border-radius: 0 0 8px 8px;
        -ms-border-radius: 0 0 8px 8px;
        -o-border-radius: 0 0 8px 8px;
    }

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

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

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

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

.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: 20px;
}

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

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

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

.hotels-texts {
    padding-top: 10px;
    color: var(--dark-purple);
}

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

.hotels-item-img {
    flex-shrink: 0;
    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;
}

.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 {
    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: 20px;
}

    .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 {
    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;
    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%);
}

.divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 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 {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 items per row */
    grid-template-rows: repeat(2, 1fr); /* 2 rows fixed */
    gap: 20px;
    height: 200px; /* fixed height so slider won't move */
}

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

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

    .icon-item p {
        font-size: 13px;
        color: #b57bc0;
        line-height: 1.2;
    }
