/* Home Page Styles */
.hover-bg-white:hover {
    background-color: #fff !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.transition {
    transition: all 0.3s ease;
}

.service-card-uc:hover {
    transform: translateY(-5px);
}

.most-booked-card:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.offer-card {
    min-height: 180px;
}

/* Category Icons */
.category-icon-box {
    width: 60px;
    height: 60px;
}

.category-text {
    font-size: 0.75rem;
    line-height: 1.2;
}

/* Hero Images */
.hero-img-large {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.hero-img-small {
    height: 150px;
    object-fit: cover;
    width: 100%;
}

/* Offer Cards */
.offer-card-dark {
    background: linear-gradient(135deg, #1a1a1a 0%, #333 100%);
}

.offer-card-green {
    background: #065e3a;
}

.offer-img-overlay {
    width: 150px;
    opacity: 0.8;
}

.offer-img-overlay-small {
    width: 120px;
    opacity: 0.5;
}

/* Service Cards */
.service-img-box {
    height: 200px;
}

.most-booked-img-box {
    width: 140px;
    min-width: 140px;
}
