.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;
}

.brochure-section {
    background-color: #d1f4ff;
    /* Light blue background */
    border-radius: 20px;
    padding: 60px 20px;
}

.final-cta-btn-white {
    background: white !important;
    color: #00AEEF !important;
    padding: 8px 18px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    font-weight: 700;
    transition: all 0.3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 125px !important;
    margin: 5px;
    white-space: nowrap;
    font-size: 0.85rem !important;
}

.final-cta-btn-white:hover {
    background: #f8f9fa !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    color: #008ecc !important;
}

.brochure-badge {
    background-color: #fff;
    color: #00AEEF;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    display: inline-block;
}

.brochure-title {
    font-weight: 700;
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
}

.brochure-subtitle {
    color: #555;
    max-width: 700px;
    margin: 0 auto 50px;
}

.brochure-card-title {
    font-weight: 700;
    margin-top: 10px;
    font-size: 1rem;
    color: #000;
}

.brochure-img {
    transition: transform 0.3s ease;
    cursor: pointer;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}


/* Comparison Section Styles */
.comparison-card {
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Center horizontally */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.bg-soft-red {
    background-color: #FFF0F0;
}

.bg-soft-green {
    background-color: #F0FFF4;
}

.comparison-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    font-size: 1.1rem;
    color: #1a1a1a;
    font-weight: 500;
}

/* Custom Text Colors for Icons */
.text-danger {
    color: #F44336 !important;
}

.text-success {
    color: #8CC63E !important;
}