/* Home Services Preview */
.services-preview-home {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbf8 100%);
}

.service-preview-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.08);
    border: 1px solid rgba(31, 106, 58, 0.12);
    border-top: 5px solid #C9A227;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-preview-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 44px rgba(31, 106, 58, 0.2);
}

.service-preview-image {
    height: 250px;
    overflow: hidden;
}

.service-preview-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.service-preview-image iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.service-preview-card:hover .service-preview-image img {
    transform: scale(1.06);
}

.service-preview-content {
    padding: 1.5rem 1.5rem 1.7rem;
}

.service-preview-content h4 {
    color: #16522D;
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 0.75rem;
}

.service-preview-content p {
    color: #6c757d;
    line-height: 1.7;
    margin-bottom: 1.1rem;
}

/* Home Shop Highlight */
.shop-highlight-home {
    background: linear-gradient(180deg, #f8fbf8 0%, #ffffff 100%);
}

.shop-highlight-image {
    background: #ffffff;
    border-radius: 22px;
    border-top: 5px solid #C9A227;
    box-shadow: 0 12px 34px rgba(16, 24, 40, 0.08);
    padding: 1rem;
}

.shop-highlight-image img {
    width: 100%;
    border-radius: 14px;
    object-fit: cover;
}

.shop-highlight-content {
    background: #ffffff;
    border: 1px solid rgba(31, 106, 58, 0.12);
    border-top: 5px solid #C9A227;
    border-radius: 20px;
    padding: 2rem 2rem;
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.08);
}

.shop-highlight-badge {
    display: inline-block;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(31, 106, 58, 0.1);
    color: #1F6A3A;
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
}

.shop-highlight-content h2 {
    color: #16522D;
    font-size: 2.1rem;
    font-weight: 800;
    margin-bottom: 0.9rem;
}

.shop-highlight-content p {
    color: #6c757d;
    line-height: 1.75;
    margin-bottom: 1.3rem;
}

.whatsapp-order-btn {
    background: #25D366;
    border-color: #25D366;
    color: #ffffff;
    font-weight: 700;
    border-radius: 12px;
    padding: 0.75rem 1.3rem;
}

.whatsapp-order-btn:hover {
    background: #20BA5A;
    border-color: #20BA5A;
    color: #ffffff;
}
