.hg-section {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.hg-section-container {
    width: 100%;
    background-image: linear-gradient(to right, var(--clr-light-greem-100), var(--clr-dark-green-100));
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.3);
    border-radius: var(--section-bottom-border-radius);
    height: calc(var(--section-divider-oval-height) - var(--section-divider-oval-offset));
    margin-bottom: var(--section-divider-oval-offset);
    position: relative;
    top: 0;
    z-index: 1;
    overflow: hidden;
}

.hg-glowing-dots {
    z-index: 0;
}

.hg-aiprofit-logo {
    z-index: 1;
}

.hg-arrow {
    z-index: 2;
}

.hg-svg-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.hg-svg-container img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
}

.hg-section .hg-title {
    position: absolute;
    top: 10%;
    color: white;
    z-index: 10;
    margin: 0;
    padding: 0;
    opacity: 0.9;
    text-align: left;
}

.highlight {
    color: var(--clr-accent-100);
}


@media (min-width: 400px) {
    .hg-svg-container img {
        left: 10%;
    }
}
