.elementor-3191 .elementor-element.elementor-element-5bd969f{--display:flex;}.elementor-3191 .elementor-element.elementor-element-ddd898d{--display:flex;}.elementor-3191 .elementor-element.elementor-element-1d752d0{--display:flex;}.elementor-3191 .elementor-element.elementor-element-6ac7870{--display:flex;}.elementor-3191 .elementor-element.elementor-element-4056b5e{--display:flex;}.elementor-3191 .elementor-element.elementor-element-4e859b4{--display:flex;}body.elementor-page-3191{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-3191 .elementor-element.elementor-element-5bd969f{--content-width:80%;}.elementor-3191 .elementor-element.elementor-element-ddd898d{--content-width:80%;}.elementor-3191 .elementor-element.elementor-element-1d752d0{--content-width:80%;}.elementor-3191 .elementor-element.elementor-element-6ac7870{--content-width:80%;}.elementor-3191 .elementor-element.elementor-element-4056b5e{--content-width:80%;}.elementor-3191 .elementor-element.elementor-element-4e859b4{--content-width:80%;}}/* Start custom CSS *//* Global Styles */
body {
    font-family: 'Arial', sans-serif;
    background-color: #f0f8ff;
    color: #333;
    line-height: 1.6;
    padding: 20px;
    margin: 0;
}

/* Header Styles */
h1 {
    color: #0077b6;
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 20px;
    border-bottom: 4px solid #0077b6;
    padding-bottom: 10px;
}

h2 {
    color: #0096c7;
    font-size: 2em;
    margin-top: 30px;
    border-left: 5px solid #0096c7;
    padding-left: 10px;
}

h3 {
    color: #00b4d8;
    font-size: 1.8em;
    margin-top: 25px;
    border-left: 3px solid #00b4d8;
    padding-left: 8px;
}

/* Paragraph and List Styling */
p {
    font-size: 1.2em;
    text-align: justify;
    margin-bottom: 15px;
}

ul {
    list-style-type: square;
    margin-left: 30px;
    font-size: 1.1em;
    color: #333;
}

/* Highlighted Sections */
.highlight {
    background-color: #caf0f8;
    padding: 10px;
    border-left: 6px solid #0077b6;
    margin: 20px 0;
}

/* Links */
a {
    color: #0077b6;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #023e8a;
    text-decoration: underline;
}

/* CTA Buttons */
.button {
    display: inline-block;
    background-color: #0077b6;
    color: white;
    padding: 10px 20px;
    text-align: center;
    font-size: 1.2em;
    border-radius: 5px;
    margin: 10px 0;
    transition: background 0.3s;
}

.button:hover {
    background-color: #023e8a;
}

/* Responsive Design */
@media (max-width: 768px) {
    h1 { font-size: 2em; }
    h2 { font-size: 1.8em; }
    h3 { font-size: 1.5em; }
    p { font-size: 1em; }
}/* End custom CSS */