.hero-banner-bbb88ecb-wrapper {
    display: flex;
    flex-wrap: wrap;
    min-height: 87vh;
    background-size: contain;
    background-position: left;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-color: var(--e-global-color-4233e92);
}

span.hero-banner-badge {
    position: absolute;
    left: -530px;
    top: -680px;
    background: var(--e-global-color-e7b9140);
    width: 860px;
    height: 860px;
    border-radius: 100%;
    z-index: 9999;
}

.hero-banner-bbb88ecb-left {
    flex: 1 1 30%;
    min-width: 300px;
}

.hero-banner-bbb88ecb-right {
    flex: 1 1 30%;
    color: #fff;
    display: flex;
    background: transparent !important;
    align-items: center;
    padding: 30px 20px 30px 110px;
    position: relative;
    margin-left: -5%;
}

.hero-banner-bbb88ecb-left img {
    width: 100%;
    height: auto;
    display: none;
}


.hb-content {
    max-width: 770px;
    margin: 0 auto;
}

.hb-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 12px;
    letter-spacing: 1px;
    background: rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
    margin-bottom: 25px;
}

.hb-heading {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.hb-desc {
    font-size: 16px;
    margin-bottom: 25px;
    opacity: 0.9;
}

.hb-feature i,
.hb-badge i {
    color: var(--e-global-color-e7b9140);
}

.hb-buttons {
    display: flex;
    gap: 16px;
    margin: 25px 0;
    flex-wrap: wrap;
}

.hb-btn {
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hb-btn:hover {
    opacity: 0.9;
}

.hb-btn-primary {
    background-color: var(--e-global-color-e7b9140);
    color: #1a4e43;
    border: 2px solid var(--e-global-color-e7b9140);
}

.hb-btn-primary:hover {
    background-color: #d1a83b;
    border-color: #d1a83b;
    color: #1a4e43;
}

.hb-btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.4);
}

.hb-btn-secondary:hover {
    border-color: var(--e-global-color-e7b9140) !important;
    color: var(--e-global-color-e7b9140) !important;
}

.hb-rating {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
    font-weight: 600;
}

.hb-stars {
    color: var(--e-global-color-e7b9140);
    display: flex;
    gap: 2px;
}

.hb-features {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.hb-feature {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 1670px) {
    .hb-heading {
        font-size: 32px;
    }
}

@media (min-width: 1300px) and (max-width: 1379px) {
    .hero-banner-bbb88ecb-wrapper {
        background-position: -30px;
    }
}
@media (min-width: 1025px) and (max-width: 1299px) {
    .hero-banner-bbb88ecb-wrapper {
        background-position: -280px;
        background-size: cover;
    }
}
@media (max-width: 1024px) {
    .hero-banner-bbb88ecb-left img {
        display: block;
    }

    .hero-banner-bbb88ecb-right {
        margin-left: 0;
        border-radius: 0;
        flex: unset;
        padding: 50px 20px;
        text-align: center;
    }

    .hb-buttons,
    .hb-rating,
    .hb-features {
        justify-content: center;
    }

    .hb-content {
        max-width: 100%;
    }

    .hb-heading {
        font-size: 21px;
    }

    .hero-banner-bbb88ecb-wrapper {
        background-image: none !important;
    }

    span.hero-banner-badge {
        background-image: none !important;
        display: none !important;
    }
}

@media (max-width: 767px) {


    .hb-heading {
        font-size: 28px;
    }
    .hb-buttons {
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }

    .hb-rating {
        justify-content: center;
    }

    .hb-features {
        justify-content: center;
    }

    .hb-feature,
    .hb-badge {
        font-size: 12px;
        padding: 6px 12px;
    }
}
@media (max-width: 420px) {
	.hb-rating {
		flex-direction: column;
	}
}