.bh-wrapper-d679b5ec {
    position: relative;
    background-color: #f7fbff;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
    padding: 60px 0;
}

/* Background blob */
.bh-bg-pattern-d679b5ec {
    position: absolute;
    top: -20%;
    left: -10%;
    width: 60%;
    height: 140%;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: 0;
    opacity: 0.7;
    filter: blur(80px);
}

.bh-container-d679b5ec {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    z-index: 1;
}

.bh-content-d679b5ec {
    flex: 1;
    max-width: 55%;
}

.bh-title-d679b5ec {
    margin: 0 0 24px 0;
    line-height: 1.1;
}

.bh-line-1-d679b5ec {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 800;
    color: #1a202c;
    text-transform: uppercase;
}

.bh-line-2-d679b5ec {
    font-size: clamp(3rem, 6vw, 5.5rem);
    font-weight: 900;
    color: #185abc;
    text-transform: uppercase;
    letter-spacing: -0.03em;
}

.bh-line-3-d679b5ec {
    display: flex;
    align-items: baseline;
    gap: 15px;
    margin-top: 5px;
}

.bh-line-3-1-d679b5ec {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: 600;
    color: #1a202c;
    font-style: italic;
}

.bh-line-3-2-d679b5ec {
    font-family: 'Caveat', cursive;
    font-size: clamp(2.5rem, 5vw, 4rem);
    color: #1a202c;
    position: relative;
}
.bh-line-3-2-d679b5ec::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #1a202c;
    border-radius: 2px;
}

.bh-desc-d679b5ec {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #4a5568;
    margin-bottom: 40px;
    max-width: 90%;
}

.bh-features-d679b5ec {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.bh-feature-item-d679b5ec {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bh-feature-icon-d679b5ec {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e8f0fe;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #185abc;
}
.bh-feature-icon-d679b5ec svg {
    width: 20px;
    height: 20px;
}

.bh-feature-text-d679b5ec {
    font-size: 0.9rem;
    font-weight: 500;
    color: #1a202c;
    line-height: 1.3;
}

.bh-btn-d679b5ec {
    display: inline-block;
    background-color: #185abc;
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(24, 90, 188, 0.3);
}

.bh-btn-d679b5ec:hover {
    background-color: #11438f;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(24, 90, 188, 0.4);
}

.bh-image-col-d679b5ec {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.bh-main-img-d679b5ec {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    z-index: 1;
    /* Adjust based on actual image format */
    border-radius: 12px;
}

.bh-bubble-d679b5ec {
    position: absolute;
    top: -20px;
    left: -40px;
    width: 150px;
    height: 120px;
    z-index: 2;
    animation: float-d679b5ec 6s ease-in-out infinite;
}

@keyframes float-d679b5ec {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

@media (max-width: 991px) {
    .bh-container-d679b5ec {
        flex-direction: column;
    }
    .bh-content-d679b5ec {
        max-width: 100%;
        text-align: center;
    }
    .bh-desc-d679b5ec {
        margin-left: auto;
        margin-right: auto;
    }
    .bh-features-d679b5ec {
        justify-content: center;
    }
    .bh-line-3-d679b5ec {
        justify-content: center;
    }
    .bh-bubble-d679b5ec {
        left: 20px;
        top: -40px;
    }
}

@media (max-width: 767px) {
    .bh-features-d679b5ec {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .bh-feature-item-d679b5ec {
        width: 100%;
        max-width: 250px;
    }
}
