.elementor-364 .elementor-element.elementor-element-6012f28{--display:flex;}.elementor-364 .elementor-element.elementor-element-8027436{width:100%;max-width:100%;}.elementor-364 .elementor-element.elementor-element-a9ea7f5{width:100%;max-width:100%;}.elementor-364 .elementor-element.elementor-element-b9b75ce{width:100%;max-width:100%;}.elementor-364 .elementor-element.elementor-element-2547ec2{width:100%;max-width:100%;}.elementor-364 .elementor-element.elementor-element-00e8622{width:100%;max-width:100%;}.elementor-364 .elementor-element.elementor-element-c7d26b8{width:100%;max-width:100%;}.elementor-364 .elementor-element.elementor-element-03b109b{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-03b109b */.nda-full-page {
    font-family: Arial;
    max-width: 1100px;
    margin: auto;
    padding: 20px;
}

.nda-header {
    background: #375e97;
    color: white;
    padding: 40px;
    border-radius: 15px;
    text-align: center;
}

section {
    margin-top: 30px;
}

section h2 {
    border-left: 5px solid #375e97;
    padding-left: 10px;
    color: #1d3557;
}

h3 {
    margin-top: 15px;
    color: #333;
}

ul {
    padding-left: 20px;
}

.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 {
    background: #375e97;
    color: white;
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    margin-top: 40px;
}

.cta a {
    background: #f39c12;
    padding: 12px 20px;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}/* End custom CSS */