.bcee-hero-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 500px;
    position: relative;
    padding: 60px 20px;
    overflow: hidden;
    background-color: #f8f9fa;
}

.bcee-hero-content {
    flex: 1;
    max-width: 50%;
    padding-right: 40px;
}

.bcee-hero-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #333;
}

.bcee-hero-subtitle {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
    color: #666;
}

.bcee-hero-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
}

.bcee-hero-button1,
.bcee-hero-button2 {
    display: inline-block;
    color: #fff;
    padding: 12px 24px;
    border: 1px solid;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.bcee-hero-button1 {
    background-color: #9b59b6;
}

.bcee-hero-button1:hover {
    background-color: #8e44ad;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(155, 89, 182, 0.3);
}

.bcee-hero-button2 {
    background-color: #3498db;
}

.bcee-hero-button2:hover {
    background-color: #2980b9;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.3);
}

.bcee-stats {
    display: flex;
    gap: 60px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.bcee-stat-item {
    text-align: center;
}

.bcee-stat-value {
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #007cba;
    margin-bottom: 5px;
}

.bcee-stat-label {
    display: block;
    font-size: 16px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bcee-hero-image {
    flex: 1;
    text-align: right;
    position: relative;
}

.bcee-hero-image img {
    width: 300px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Decorative Circles */
.bcee-hero-circle {
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
}

.bcee-circle-1 {
    width: 200px;
    height: 200px;
    background-color: #007cba;
    top: 20%;
    right: 10%;
    z-index: -1;
}

.bcee-circle-2 {
    width: 150px;
    height: 150px;
    background-color: #4dabf7;
    bottom: 20%;
    left: 20%;
    z-index: -1;
}

/* Responsive */
@media (max-width: 768px) {
    .bcee-hero-section {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
        min-height: auto;
    }

    .bcee-hero-content {
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }

    .bcee-hero-title {
        font-size: 36px;
    }

    .bcee-hero-subtitle {
        font-size: 18px;
    }

    .bcee-hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .bcee-hero-button1,
    .bcee-hero-button2 {
        padding: 10px 20px;
        font-size: 14px;
    }

    .bcee-stats {
        justify-content: center;
        gap: 30px;
    }

    .bcee-stat-value {
        font-size: 28px;
    }

    .bcee-hero-image {
        text-align: center;
    }

    .bcee-hero-image img {
        width: 250px;
        height: 250px;
    }

    .bcee-circle-1,
    .bcee-circle-2 {
        display: none;
    }
}

@media (max-width: 480px) {
    .bcee-hero-title {
        font-size: 28px;
    }

    .bcee-stats {
        flex-direction: column;
        gap: 20px;
    }

    .bcee-hero-image img {
        width: 200px;
        height: 200px;
    }
}

.elementor-8993 .elementor-element.elementor-element-87f8c51 .eael-woo-product-carousel-container .woocommerce div.products .product .star-rating::before {
    font-size: 12px !important;
}
