/* Hotel Showcase Grid - Premium Styles */

.hotel-grid-wrapper {
    width: 100%;
    padding: 20px 0;
}

.hotel-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

/* Responsive Grid Base */
@media (max-width: 1024px) {
    .hotel-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
    .hotel-grid { grid-template-columns: repeat(1, 1fr); }
}

/* Custom Column Classes from Selection */
.hotel-grid-cols-4- .hotel-grid { grid-template-columns: repeat(4, 1fr); }
.hotel-grid-cols-3- .hotel-grid { grid-template-columns: repeat(3, 1fr); }
.hotel-grid-cols-2- .hotel-grid { grid-template-columns: repeat(2, 1fr); }
.hotel-grid-cols-1- .hotel-grid { grid-template-columns: repeat(1, 1fr); }

@media (max-width: 1024px) {
    .hotel-grid-cols-tablet-3- .hotel-grid { grid-template-columns: repeat(3, 1fr); }
    .hotel-grid-cols-tablet-2- .hotel-grid { grid-template-columns: repeat(2, 1fr); }
    .hotel-grid-cols-tablet-1- .hotel-grid { grid-template-columns: repeat(1, 1fr); }
}

@media (max-width: 767px) {
    .hotel-grid-cols-mobile-2- .hotel-grid { grid-template-columns: repeat(2, 1fr); }
    .hotel-grid-cols-mobile-1- .hotel-grid { grid-template-columns: repeat(1, 1fr); }
}

/* Card Styling */
.hotel-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    border: 1px solid rgba(0,0,0,0.03);
}

.hotel-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Internal Swiper Slider */
.hotel-carousel {
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
}

.hotel-carousel .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.hotel-card:hover .hotel-carousel .swiper-slide img {
    transform: scale(1.05);
}

.hotel-image-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.hotel-carousel .swiper-button-next,
.hotel-carousel .swiper-button-prev {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    color: #000;
    transition: all 0.3s ease;
    opacity: 0;
}

.hotel-carousel .swiper-button-next::after,
.hotel-carousel .swiper-button-prev::after {
    font-size: 12px;
    font-weight: bold;
}

.hotel-card:hover .swiper-button-next,
.hotel-card:hover .swiper-button-prev {
    opacity: 1;
}

.hotel-carousel .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.6;
}

.hotel-carousel .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
    width: 12px;
    border-radius: 4px;
}

/* Info Section */
.hotel-info {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.hotel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.hotel-category {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #666;
}

.hotel-rating {
    color: #ffb400;
    font-size: 11px;
}

.hotel-name {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: #1a1a1a;
    line-height: 1.2;
}

.hotel-location {
    font-size: 14px;
    color: #888;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.hotel-description {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Badges */
.hotel-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}

.hotel-badge {
    background: #f0f2f5;
    color: #444;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.hotel-card:hover .hotel-badge {
    background: #000;
    color: #fff;
}

/* Footer & Button */
.hotel-footer {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.hotel-price {
    display: flex;
    flex-direction: column;
}

.price-val {
    font-size: 20px;
    font-weight: 800;
    color: #000;
}

.price-suffix {
    font-size: 12px;
    color: #888;
}

.hotel-btn {
    background: #000;
    color: #fff;
    padding: 12px 24px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hotel-btn i {
    font-size: 10px;
    transition: transform 0.3s ease;
}

.hotel-btn:hover {
    background: #333;
    padding-right: 30px;
}

.hotel-btn:hover i {
    transform: translateX(4px);
}

/* Typography Overrides (for Elementor controls) */
.hotel-name { font-family: 'Outfit', 'Inter', sans-serif; }
.hotel-location { font-family: 'Inter', sans-serif; }
