.hero-section-new {
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
}

.blue-blur-circle {
    position: absolute;
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.circle-right {
    width: 450px;
    height: 450px;
    background: linear-gradient(to left, rgba(224, 247, 250, 0), #E0F7FA);
    left: 85%;
    top: 50%;
    left: 80%;
    top: auto;
}

.circle-left {
    width: 250px;
    height: 250px;
    background: linear-gradient(to right, rgba(224, 247, 250, 0), #E0F7FA);
    right: 85%;
    top: 60%;
    left: auto;
    bottom: auto;
}

.hero-content {
    position: relative;
    z-index: 10;
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
}

.hero-heading {
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 1.2;
    color: #000;
    margin-bottom: 2rem;
}

@media (max-width: 991px) {
    .hero-heading {
        font-size: 2.5rem;
    }
}

.hero-subtext {
    font-size: 1.15rem;
    color: #444;
    max-width: 700px;
    margin: 0 auto 1.5rem auto;
    font-weight: 500;
}

.hero-mobile-new {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    padding-bottom: 40px;
    text-align: center;
    margin-top: 3.9rem;
}

.mobile-blue-bg {
    position: absolute;
    top: 30% !important;
    right: 15% !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 550px !important;
    max-height: 550px !important;
    background: linear-gradient(to right, rgba(224, 247, 250, 0), #CBEFFC);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.mobile-content {
    position: relative;
    z-index: 2;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
}

.mobile-heading {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 1rem;
    color: #000;
}

.mobile-subtext {
    font-size: 1rem;
    color: #444;
    margin-bottom: 2rem;
}

.mobile-horizontal-scroll::-webkit-scrollbar {
    display: none;
}

.mobile-horizontal-scroll {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.indicator {
    width: 10px;
    height: 10px;
    background-color: #dee2e6;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.indicator.active {
    background-color: #00AEEF;
}

@media (min-width: 992px) {
    .item-border-end {
        border-right: 1px solid #00AEEF;
    }
}