.secured_heading span {
    color: #0c4271 !important;
}

.grd-score-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #0f172a;
}

.section-desc {
    max-width: 850px;
    margin: auto;
    font-size: 17px;
    color: #64748b;
    line-height: 1.7;
}

/* FEATURE BOX */
.score-feature {
    background: #ffffff;
    padding: 30px 26px;
    border-radius: 18px;
    margin-bottom: 28px;
    text-align: center;
    box-shadow: 0 10px 26px rgba(0,0,0,0.06);
    transition: 0.3s;
}
.score-feature:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(0,0,0,0.12);
}

.score-feature img {
    width: 55px;
    margin-bottom: 16px;
}

.score-feature h5 {
    font-size: 18px;
    font-weight: 600;
    color: #020617;
}

.score-feature p {
    font-size: 15px;
    color: #64748b;
    margin-top: 8px;
}

/* CENTER VISUAL */
.score-center {
    position: relative;
    width: 260px;
    height: 260px;
    background: #fff;
    border-radius: 50%;
    margin: auto;
    box-shadow: 0 14px 40px rgba(0,0,0,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}

.score-center img {
    width: 80px;
    z-index: 2;
}

.pulse-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(229,104,56,0.15);
    border-radius: 50%;
    animation: pulse 2.5s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(1.3); opacity: 0; }
}

.score-badge {
    position: absolute;
    bottom: -14px;
    background: #e56838;
    color: #fff;
    padding: 6px 18px;
    font-size: 13px;
    border-radius: 30px;
    font-weight: 600;
}




/* Section */
/* Layout */
.credit-box {
    display: grid;
    grid-template-columns: 1fr 220px 1fr;
    gap: 30px;
    align-items: center;
}

/* Cards */
.credit-left-box {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 20px !important;
}

.credit-content {
    display: flex;
    gap: 18px;
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
}

.credit-content:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(10, 63, 105, 0.2);
}

/* Icons */
.credit-icons {
    width: 60px;
    height: 60px;
    background: #eef5fb;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.credit-icons img {
    width: 34px;
}

/* Text */
.laon-pro-heading {
    font-size: 18px;
    font-weight: 600;
    color: #0a3f69;
}

.laon-pro-para {
    font-size: 14.5px;
    color: #666;
    line-height: 1.6;
}

/* ===== GRD SCORE CIRCLE ===== */
.grd-score-wrapper {
    display: flex;
    justify-content: center;
}

.grd-score-circle {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #ffffff;
    border: 16px solid transparent;
    background-image: linear-gradient(#fff, #fff),
        linear-gradient(180deg, #0a3f69, #0e5a9c);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 0 20px 40px rgba(10, 63, 105, 0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.grd-score-circle img {
    width: 40px;
    margin-bottom: 8px;
}

.grd-score-circle span {
    font-size: 18px;
    font-weight: 600;
    color: #0a3f69;
}

.grd-score-circle small {
    font-size: 16px;
    color: #555;
    font-weight: 700;
}

/* Responsive */
@media (max-width: 992px) {
    .credit-box {
        grid-template-columns: 1fr;
    }

    .grd-score-wrapper {
        display: none;
    }
}

@media (max-width: 576px) {
    .overview_text {
        font-size: 28px;
    }
}

.footer-box-1 h3 {
    font-size: 18px;
    font-weight: 700;
    color: #686767;
}
.footer-box-1 p {
    font-size: 15px;
    color: #646464;
    text-align: justify;
}

/*contact page */


