
.category-card {
    display: block;
    text-decoration: none;
    color: #111;
    text-align: center;
    transition: 0.3s;
}

.category-thumb {
    width: 100%;
    height: 120px;
    overflow: hidden;
    border-radius: 6px;
}

.category-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.category-card:hover img {
    transform: scale(1.05);
}

.category-title {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
}

/* Active State */
.category_card:active {
  transform: translateY(-5px) scale(0.98);
}



.header .announcement-bar {

  background-color: #10b981;
}

#home_rooms_images, #home_rooms_images_right {
    overflow: hidden;
}

#home_rooms_images img, #home_rooms_images_right img {
    object-fit: cover;
}

.hero-section {
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.swiper-background,
.swiper-background .swiper-wrapper,
.swiper-background .swiper-slide {
    height: 100%;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}


.overlay-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 30;
}

.overlay-center .btn {
    backdrop-filter: blur(6px);
    background: rgba(255,255,255,0.9);
    border: none;
    transition: 0.3s ease;
}

.overlay-center .btn:hover {
    background: #000;
    color: #fff;
}
