.mdr-section {
    background: linear-gradient(160deg, #f0f5fc 0%, #e8f0fb 100%);
    padding: 70px 0;
    font-family: 'Segoe UI', sans-serif;
    position: relative;
    overflow: hidden;
}

.mdr-section::before {
    content: '';
    position: absolute;
    top: 60px;
    left: 20px;
    width: 120px;
    height: 120px;
    background-image: radial-gradient(circle, #b0c8e8 1.5px, transparent 1.5px);
    background-size: 12px 12px;
    opacity: 0.5;
    pointer-events: none;
}


.mdr-heading {
    font-size: clamp(1.7rem, 3.5vw, 2.5rem);
    font-weight: 800;
    color: #1a3c6e;
    line-height: 1.25;
    margin-bottom: 14px;
}

.mdr-heading span {
    color: #2679be;
}

.mdr-subtext {
    color: #5a6a7e;
    font-size: 1rem;
    max-width: 800px;
    margin: 0 auto 40px;
}

/* 
      .mdr-shield-icon {
        position: absolute;
        top: 40px;
        right: 40px;
        width: 80px;
        height: 80px;
        background-color: rgba(38, 121, 190, 0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgba(38, 121, 190, 0.3);
        font-size: 2.2rem;
      } */

.mdr-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 30px 20px;
    box-shadow: 0 4px 24px rgba(30, 60, 110, 0.07);
    height: 100%;
}

.mdr-card-header-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.mdr-card-header-icon.green {
    background-color: #e8f7ee;
    color: #3fb064;
}

.mdr-card-header-icon.blue {
    background-color: #e3f0fb;
    color: #2679be;
}

.mdr-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 45px;
    display: inline-block;
}

.mdr-card-title.green {
    color: #3fb064;
    border-bottom: 2px solid #3fb064;
}

.mdr-card-title.blue {
    color: #2679be;
    border-bottom: 2px solid #2679be;
}

.mdr-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mdr-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 0;
    border-bottom: 1px solid #dde8f5;
    font-size: 0.95rem;
    color: #2c3e55;
    font-weight: 500;
    gap: 10px;
}

.mdr-list li:last-child {
    border-bottom: none;
}

.mdr-list-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.mdr-list-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.mdr-list-icon.green {
    background-color: #e8f7ee;
    color: #3fb064;
}

.mdr-list-icon.blue {
    background-color: #e3f0fb;
    color: #2679be;
}

.mdr-chevron {
    font-size: 0.85rem;
    flex-shrink: 0;
}

.mdr-chevron.green {
    color: #3fb064;
}

.mdr-chevron.blue {
    color: #2679be;
}



.cicon1 {
    color: #0daa54 !important;
    background: #e7f8ee;
    border-color: #0daa54 !important;
}

.cicon2 {
    color: #14B8A6 !important;
    background: #e2fffb;
    border-color: #14B8A6 !important;
}

.cicon3 {
    color: #8e44ad !important;
    background: #f2eafb;
    border-color: #8e44ad !important;
}

.cicon4 {
    color: #ff6b00 !important;
    background: #fff0e6;
    border-color: #ff6b00 !important;
}

.cicon5 {
    color: #00b8d9 !important;
    background: #e7f9fd;
    border-color: #00b8d9 !important;
}

.cicon6 {
    color: #ff4fa0 !important;
    background: #ffe8f3;
    border-color: #ff4fa0 !important;
}

.cicon7 {
    color: #f4b400 !important;
    background: #fff6df;
    border-color: #f4b400 !important;
}

.cicon8 {
    color: #ff4d3d !important;
    background: #ffeceb;
    border-color: #ff4d3d !important;
}

.cicon9 {
    color: #8f3cc9 !important;
    background: #f3ebfc;
    border-color: #8f3cc9 !important;
}

.cicon10 {
    color: #2176ff !important;
    background: #e9f1ff;
    border-color: #2176ff !important;
}



.icon1 {
    color: #0daa54;
    background: #e7f8ee;
}

.icon2 {
    color: #14B8A6;
    background: #e2fffb;
}

.icon3 {
    color: #8e44ad;
    background: #f2eafb;
}

.icon4 {
    color: #ff6b00;
    background: #fff0e6;
}

.icon5 {
    color: #00b8d9;
    background: #e7f9fd;
}

.icon6 {
    color: #ff4fa0;
    background: #ffe8f3;
}

.icon7 {
    color: #f4b400;
    background: #fff6df;
}

.icon8 {
    color: #ff4d3d;
    background: #ffeceb;
}

.icon9 {
    color: #1e5f96 !important;
    background: #d7ecff;
}

.icon10 {
    color: #2176ff;
    background: #e9f1ff;
}



.arrow1 {
    color: #28c76f;
}

.arrow2 {
    color: #14B8A6;
}

.arrow3 {
    color: #8e44ad;
}

.arrow4 {
    color: #ff6b00;
}

.arrow5 {
    color: #00b8d9;
}

.arrow6 {
    color: #ff4fa0;
}

.arrow7 {
    color: #f4b400;
}

.arrow8 {
    color: #ff4d3d;
}

.arrow9 {
    color: #1e5f96;
}

.arrow10 {
    color: #2176ff;
}

.mdr-cta {
    background: #ffffff;
    border-radius: 18px;
    padding: 22px 32px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    box-shadow: 0 4px 20px rgba(30, 60, 110, 0.07);
}

.mdr-cta-left {
    display: flex;
    align-items: center;
    gap: 18px;
}

.mdr-cta-icon {
    width: 52px;
    height: 52px;
    background-color: #2679be;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.mdr-cta-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a3c6e;
    margin-bottom: 3px;
}

.mdr-cta-sub {
    font-size: 0.88rem;
    color: #5a6a7e;
}

.mdr-cta-divider {
    width: 1px;
    height: 60px;
    background-color: #dde8f5;
}

.mdr-cta-btn {
    background-color: #2679be;
    color: #ffffff;
    border: none;
    padding: 14px 28px;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.mdr-cta-btn:hover {
    background-color: #1e5f96;
    color: #ffffff;
}

@media (max-width: 767px) {
    .mdr-cta {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .mdr-list-left {
        gap: 10px;
    }

    .mdr-cta-divider {
        display: none;
    }

    .mdr-card {
        padding: 20px 12px;
    }

    .mdr-cta-left {
        flex-direction: column;
    }

    .mdr-shield-icon {
        display: none;
    }
}