.counter-up-modern {
    padding: 8px 0 24px;
    background: #fff;
}
.counter-grid {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}
.single-counter-modern {
    height: 100%;
    min-height: 200px;
    padding: 18px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    border: 1px solid #d8dbe7;
    border-radius: 30px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.single-counter-modern:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(22, 29, 86, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #f7f8ff 100%);
}
.single-counter-modern .icon-area {
    margin-bottom: 10px;
}
.single-counter-modern .icon-area img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(29%) sepia(81%) saturate(1542%) hue-rotate(220deg) brightness(89%) contrast(97%);
}
.single-counter-modern p {
    margin-bottom: 6px;
    font-size: 15px;
    color: #31343c;
}
.single-counter-modern .title {
    font-size: clamp(40px, 4.7vw, 58px);
    line-height: 1;
    margin-bottom: 0;
    color: #1d1f29;
}
.single-counter-modern .counter {
    color: inherit;
}
.keybenefits-modern {
    padding: 28px 0 48px;
    background: #fff;
}
.benefits-area-title-wrapper-modern {
    text-align: center;
    margin-bottom: 26px;
}
.benefits-area-title-wrapper-modern .title {
    font-size: clamp(28px, 3vw, 38px);
    color: #1d1f29;
    margin-bottom: 0;
}
.keybenefits-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 18px;
}
.single-benefits-modern {
    min-height: 170px;
    padding: 24px 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(42, 42, 204, 0.10);
    border-radius: 30px;
    box-shadow: 0 14px 34px rgba(22, 29, 86, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.single-benefits-modern.bg-light {
    background: #f7f8ff;
}
.single-benefits-modern:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(42, 42, 204, 0.10);
    background: linear-gradient(180deg, #ffffff 0%, #f5f7ff 100%);
}
.single-benefits-modern .icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    background: #f5f7ff;
}
.single-benefits-modern .icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(29%) sepia(81%) saturate(1542%) hue-rotate(220deg) brightness(89%) contrast(97%);
}
.single-benefits-modern .title {
    font-size: 17px;
    line-height: 1.35;
    color: #31343c;
    margin-bottom: 0;
}
.custom-cta-modern {
    width: 100%;
    background: linear-gradient(120deg, #f8f9ff 60%, #e8edff 100%);
    padding: 72px 0 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}
.custom-cta-title {
    font-size: clamp(32px, 4vw, 44px);
    font-weight: 700;
    color: #23242a;
    margin-bottom: 0.5em;
    letter-spacing: -1px;
}
.custom-cta-desc {
    font-size: 20px;
    color: #444a5a;
    margin-bottom: 0;
    line-height: 1.7;
}
.custom-cta-buttons {
    display: flex;
    gap: 24px;
    margin-top: 18px;
    flex-wrap: wrap;
}
.custom-cta-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.15rem;
    font-weight: 600;
    padding: 9px 18px;
    text-decoration: none;
    transition: all 0.18s cubic-bezier(.4,0,.2,1);
    box-shadow: 0 2px 12px rgba(42,42,204,0.06);
    cursor: pointer;
}
.custom-cta-btn.primary {
    background: #273dbb;
    color: #fff;
    border: none;
}
.custom-cta-btn.primary:hover {
    background: #1a2a8f;
    color: #fff;
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 6px 24px rgba(42,42,204,0.13);
}
.custom-cta-btn.border {
    background: #fff;
    color: #273dbb;
    border: 2px solid #273dbb;
}
.custom-cta-btn.border:hover {
    background: #f4f6ff;
    color: #1a2a8f;
    border-color: #1a2a8f;
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 6px 24px rgba(42,42,204,0.10);
}
.cta-arrow {
    font-size: 1.3em;
    margin-left: 4px;
    transition: transform 0.18s;
}
.custom-cta-btn:hover .cta-arrow {
    transform: translateX(4px);
}
.border-top {
    border-top: 1px solid #d8dbe7;
}
.border-left {
    border-left: 1px solid #d8dbe7;
}
@media (max-width: 700px) {
    .custom-cta-buttons {
        flex-direction: column;
        gap: 14px;
    }
    .custom-cta-btn {
        width: 100%;
        justify-content: center;
    }
    .single-counter-modern {
        min-height: 170px;
        border-left-width: 1px;
        border-radius: 22px;
        padding: 16px 12px;
    }
    .single-counter-modern .title {
        font-size: clamp(34px, 10vw, 48px);
    }
    .single-counter-modern p {
        font-size: 14px;
    }
    .keybenefits-modern {
        padding: 14px 0 34px;
    }
    .benefits-area-title-wrapper-modern {
        margin-bottom: 18px;
    }
    .single-benefits-modern {
        min-height: 150px;
        padding: 18px 16px;
        border-radius: 22px;
    }
    .single-benefits-modern .title {
        font-size: 15px;
    }
}
