
    .text-corporate-primary { color: #0070b3; 
        font-size:15px;
    }
    .step-circle {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #0070b3;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .pricing-card {
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .pricing-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.08) !important;
    }
    .form-section-title {
        border-bottom: 2px solid #0070b3;
        padding-bottom: 8px;
        margin-bottom: 20px;
        color: #0070b3;
        font-weight: 600;
    }
    .btn-corporate {
        background-color: #0070b3;
        color: white;
        border: none;
        padding: 10px 25px;
        font-weight: 500;
    }
    .btn-corporate:hover {
        background-color: #071833;
        color: white;
    }