.elementor-462 .elementor-element.elementor-element-ffd56c1{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-77edbd6 */.procedure-section {
    background: #f8f9fc;
    padding: 80px 20px;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 42px;
    color: #003481;
    margin-bottom: 10px;
}

.section-header p {
    font-family: 'Outfit', sans-serif;
    color: #555;
    font-size: 16px;
}

.procedure-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 22px;
}

.step {
    background: white;
    border-radius: 14px;
    padding: 26px 22px;
    position: relative;
    transition: 0.35s ease;
    box-shadow: 0 8px 22px rgba(0,0,0,0.06);
    border-top: 4px solid #0074E3;
}

.step span {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #3AA54E;
    letter-spacing: 1px;
}

.step h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    margin: 8px 0;
    color: #003481;
}

.step p {
    font-family: 'Outfit', sans-serif;
    font-size: 14.5px;
    color: #555;
    line-height: 1.6;
}

.step:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 52, 129, 0.12);
    border-top-color: #3AA54E;
}

.step:hover h3 {
    color: #0074E3;
}

/* Mobile Fine Tuning */
@media (max-width: 600px) {
    .section-header h2 {
        font-size: 32px;
    }

    .step {
        padding: 22px 18px;
    }
}/* End custom CSS */