/* Hero Section Background */
.wp-block-cover.alignfull {
    background-image: url('http://143.198.23.240:8080/wp-content/uploads/2024/12/hero_background.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    min-height: 600px !important;
}

/* Testimonials Section */
.testimonials-section {
    background: #f9fafb;
    padding: 60px 20px;
    margin: 60px 0;
}

.testimonial-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    margin: 20px auto;
    max-width: 800px;
}

.testimonial-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
}

.testimonial-text {
    font-size: 18px;
    line-height: 1.6;
    color: #374151;
    font-style: italic;
    margin-bottom: 15px;
}

.testimonial-author {
    font-weight: 600;
    color: #1f2937;
    font-size: 16px;
}

.testimonial-meta {
    color: #6b7280;
    font-size: 14px;
}

/* Product Cards Enhancement */
.woocommerce ul.products li.product img {
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.woocommerce ul.products li.product {
    transition: transform 0.3s ease;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-5px);
}

/* CTA Buttons */
.wp-block-button__link {
    border-radius: 50px !important;
    padding: 15px 40px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.wp-block-button__link:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(74, 222, 128, 0.4);
}

/* Value Props Icons */
.value-prop-icon {
    font-size: 48px;
    margin-bottom: 20px;
    color: #4ade80;
}
