.elementor-356 .elementor-element.elementor-element-a3914f4{--display:flex;}.elementor-356 .elementor-element.elementor-element-705a77e{width:100%;max-width:100%;}.elementor-356 .elementor-element.elementor-element-2ae6239{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2ae6239 */.nda-full-page {
    font-family: Arial;
    max-width: 1100px;
    margin: auto;
    padding: 20px;
}

.header {
    text-align: center;
    background: #2B579A;
    color: white;
    padding: 40px;
    border-radius: 10px;
}

section {
    margin-top: 30px;
}

h2 {
    color: #2B579A;
    border-left: 5px solid #2B579A;
    padding-left: 10px;
}

ul {
    padding-left: 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

table, th, td {
    border: 1px solid #ccc;
    padding: 10px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
}

.card {
    background: #f4f6f9;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
}

.cta {
    text-align: center;
    background: #2B579A;
    color: white;
    padding: 30px;
    margin-top: 40px;
    border-radius: 10px;
}

.cta a {
    display: inline-block;
    background: #f39c12;
    color: white;
    padding: 12px 20px;
    text-decoration: none;
    margin-top: 10px;
    border-radius: 5px;
}/* End custom CSS */