.four-as-new-section {
    background: white;
    padding: 20px 20px;
    font-family: 'Poppins', sans-serif;
}
.four-as-new-section .container { max-width: 1400px; margin: 0 auto; }
.four-as-new-section .section-header { text-align: center; margin-bottom: 80px; }
.four-as-new-section .section-title { font-size: 18px; font-weight: 600; color: #139ce4; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 16px; }
.four-as-new-section .main-title { font-size: 48px; font-weight: 700; color: #003058; margin-bottom: 20px; line-height: 1.2; }
.four-as-new-section .main-description { font-size: 20px; color: #64748b; max-width: 800px; margin: 0 auto; line-height: 1.6; }
.four-as-new-section .steps-timeline { position: relative; max-width: 1200px; margin: 0 auto; }
.four-as-new-section .timeline-line { position: absolute; left: 50%; top: 0; bottom: 0; width: 4px; background: linear-gradient(180deg, #139ce4, #046bba, #0253a2, #003058); transform: translateX(-50%); border-radius: 2px; }
.four-as-new-section .step-item { position: relative; margin-bottom: 80px; display: flex; align-items: center; gap: 60px; }
.four-as-new-section .step-item:nth-child(even) { flex-direction: row-reverse; }
.four-as-new-section .step-item:last-child { margin-bottom: 0; }
.four-as-new-section .step-circle { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 80px; height: 80px; background: white; border: 6px solid #139ce4; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 32px; font-weight: 700; color: #003058; z-index: 10; }
.four-as-new-section .step-circle.step-2 { border-color: #046bba; }
.four-as-new-section .step-circle.step-3 { border-color: #0253a2; }
.four-as-new-section .step-circle.step-4 { border-color: #003058; }
.four-as-new-section .step-content { flex: 1; max-width: 500px; }
.four-as-new-section .step-card { background: white; border-radius: 20px; padding: 40px; box-shadow: 0 15px 40px rgba(0,0,0,0.08); border: 1px solid #e2e8f0; transition: all 0.4s ease; position: relative; }
.four-as-new-section .step-card:hover { transform: translateY(-8px); box-shadow: 0 25px 60px rgba(19, 156, 228, 0.15); border-color: #139ce4; }
.four-as-new-section .step-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(90deg, #139ce4, #046bba); border-radius: 20px 20px 0 0; }
.four-as-new-section .step-card.card-2::before { background: linear-gradient(90deg, #046bba, #0253a2); }
.four-as-new-section .step-card.card-3::before { background: linear-gradient(90deg, #0253a2, #003058); }
.four-as-new-section .step-card.card-4::before { background: linear-gradient(90deg, #003058, #139ce4); }
.four-as-new-section .step-badge { display: inline-block; background: #139ce4; color: white; padding: 8px 16px; border-radius: 20px; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px; }
.four-as-new-section .step-badge.badge-2 { background: #046bba; }
.four-as-new-section .step-badge.badge-3 { background: #0253a2; }
.four-as-new-section .step-badge.badge-4 { background: #003058; }
.four-as-new-section .step-title { font-size: 32px; font-weight: 700; color: #003058; margin-bottom: 16px; line-height: 1.2; }
.four-as-new-section .step-subtitle { font-size: 20px; font-weight: 600; color: #046bba; margin-bottom: 20px; line-height: 1.3; }
.four-as-new-section .step-description { font-size: 18px; color: #64748b; margin-bottom: 24px; line-height: 1.6; }
.four-as-new-section .step-features { background: #f8fafc; padding: 24px; border-radius: 12px; margin-bottom: 30px; }
.four-as-new-section .features-title { font-size: 18px; font-weight: 600; color: #003058; margin-bottom: 16px; }
.four-as-new-section .features-list { list-style: none; padding: 0; margin: 0; }
.four-as-new-section .features-list li { color: #374151; padding: 8px 0; font-size: 18px; position: relative; padding-left: 30px; line-height: 1.4; }
.four-as-new-section .features-list li::before { content: '→'; color: #139ce4; position: absolute; left: 0; font-weight: bold; font-size: 20px; }
.four-as-new-section .step-buttons { display: flex; gap: 15px; flex-wrap: wrap; }
.four-as-new-section .step-button { display: inline-block; background: #046bba; color: white; padding: 16px 32px; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 18px; transition: all 0.3s ease; flex: 1; text-align: center; min-width: 180px; }
.four-as-new-section .step-button:hover { background: linear-gradient(135deg, #0253a2, #003058); transform: translateY(-2px); box-shadow: 0 12px 30px rgba(4, 107, 186, 0.35); color: white; text-decoration: none; }

@media (max-width: 1024px) {
    .four-as-new-section .step-item { flex-direction: column !important; text-align: center; gap: 40px; }
    .four-as-new-section .timeline-line { display: none; }
    .four-as-new-section .step-circle { position: relative; left: auto; top: auto; transform: none; margin-bottom: 20px; }
}
@media (max-width: 768px) {
    .four-as-new-section { padding: 80px 15px; }
    .four-as-new-section .section-header { margin-bottom: 60px; }
    .four-as-new-section .main-title { font-size: 32px; margin-bottom: 16px; }
    .four-as-new-section .main-description { font-size: 18px; }
    .four-as-new-section .step-item { margin-bottom: 50px; }
    .four-as-new-section .step-circle { display: none; }
    .four-as-new-section .step-card { padding: 24px 20px; }
    .four-as-new-section .step-title { font-size: 24px; margin-bottom: 12px; }
    .four-as-new-section .step-subtitle { font-size: 18px; margin-bottom: 16px; }
    .four-as-new-section .step-description { font-size: 16px; margin-bottom: 20px; }
    .four-as-new-section .step-features { padding: 20px; margin-bottom: 24px; }
    .four-as-new-section .features-title { font-size: 16px; margin-bottom: 12px; }
    .four-as-new-section .features-list li { font-size: 16px; padding: 6px 0; padding-left: 24px; }
    .four-as-new-section .features-list li::before { font-size: 18px; }
    .four-as-new-section .step-buttons { flex-direction: column; gap: 12px; }
    .four-as-new-section .step-button { padding: 12px 24px; font-size: 16px; border-radius: 25px; min-width: auto; }
}
@media (max-width: 480px) {
    .four-as-new-section { padding: 60px 12px; }
    .four-as-new-section .main-title { font-size: 28px; }
    .four-as-new-section .main-description { font-size: 16px; }
    .four-as-new-section .step-card { padding: 20px 16px; }
    .four-as-new-section .step-title { font-size: 22px; }
    .four-as-new-section .step-subtitle { font-size: 16px; }
    .four-as-new-section .step-description { font-size: 15px; }
    .four-as-new-section .features-list li { font-size: 15px; }
    .four-as-new-section .step-button { padding: 10px 20px; font-size: 15px; }
}


