.elementor-2104 .elementor-element.elementor-element-3acf04b{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a5f270a */.para-section {
    text-align: center;
    padding: 60px 20px;
    max-width: 1100px;
    margin: auto;
    font-family: "Poppins", sans-serif;
}

/* Badge */
.badge {
    display: inline-block;
    background: #e8f9f1;
    color: #0b8a56;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 13px;
    margin-bottom: 18px;
    border: 1px solid #c8efd8;
}

/* Heading */
.para-section h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #2a2a2a;
}

/* Subtitle */
.subtitle {
    font-size: 15px;
    opacity: 0.7;
    margin-bottom: 40px;
    color: #444;
}

/* Grid */
.para-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px;
}

/* Para Button */
.para-btn {
    display: block;
    background: #ffffff;
    padding: 14px;
    border-radius: 12px;
    border: 1px solid #e4e4e4;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #2a2a2a;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: 0.25s ease;
}

.para-btn:hover {
    background: #e8f9f1;
    border-color: #b6e8d1;
    transform: translateY(-4px);
}/* End custom CSS */