.section-title {
    font-weight: 700;
    margin-bottom: 20px;
    color: #1e2761;
    font-size: 30px;
}

.info-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: .3s;
}

.info-card:hover {
    transform: translateY(-5px);
}

.info-card i {
    font-size: 45px;
    color: #1e2761;
    margin-bottom: 15px;
}

.stat-box {
    background: #f5f7ff;
    border-left: 5px solid #1e2761;
    padding: 25px;
    border-radius: 12px;
    height: 100%;
}

.stat-number {
    font-size: 42px;
    font-weight: 700;
    color: #1e2761;
}

.trend-box {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
    height: 100%;
}

.timeline {
    position: relative;
    padding-left: 30px;
}

.timeline:before {
    content: '';
    position: absolute;
    left: 8px;
    top: 0;
    width: 4px;
    height: 100%;
    background: #1e2761;
}

.timeline-item {
    position: relative;
    margin-bottom: 35px;
}

.timeline-item:before {
    content: '';
    position: absolute;
    left: -28px;
    top: 8px;
    width: 18px;
    height: 18px;
    background: #1e2761;
    border-radius: 50%;
}

.cta-box {
    background: #1e2761;
    color: #fff;
    padding: 80px 40px;
    border-radius: 20px;
}

.badge-custom {
    background: #eaedff;
    color: #1e2761;
    padding: 8px 15px;
    border-radius: 30px;
    display: inline-block;
    margin: 5px;
    font-size: 14px;
}

.blog-heading {
    font-size: 25px;
}

.modal-header-bg {
    background-color: #eaedff;
}

.modal-body-bg {
    background-color: #eaedff;
}

.captcha-msg {
    margin-left: 100px;
    color: red;
}

.footer-widget-bg {
    background-color: #f5f7ff;
}

.copyright-bg {
    background-color: #f5f7ff;
}

.final-bg-color {
    background-color: #f5f7ff;
}

@media (max-width: 767px) {
    .section-title {
        font-size: 24px;
    }
    .info-card h4,
    .trend-box h4 {
        font-size: 18px;
    }
    .info-card h5,
    .trend-box h5 {
        font-size: 16px;
    }
    .info-card h6 {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 22px;
    }
    .trend-box h4,
    .info-card h4 {
        font-size: 17px;
    }
}



.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rise-bg {
    background-image: url(../images/blog/the-rise-bg-img.webp);
    background-size: cover;
    background-position: center;
}

.rise-bg .info-card {
    background: rgba(255, 255, 255, .15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #fff;
}

.rise-bg .info-card h5 {
    color: #fff;
}

.rise-bg .info-card p {
    color: rgba(255, 255, 255, .85);
}

.rise-bg .info-card i {
    color: #fff;
}

.glass-box {
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 15px;
    text-align: center;
}

.glass-badge {
    background: rgba(255, 255, 255, .15);
    color: #fff;
    padding: 7px 16px;
    border-radius: 30px;
    font-size: 14px;
    display: inline-block;
}

.glass-badge strong {
    color: #fff;
}

