.elementor-8408 .elementor-element.elementor-element-1a3b773{--display:flex;}.elementor-8408 .elementor-element.elementor-element-794c768{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1e223ce *//* Basic Styles */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    background-color: #f4f4f4;
    color: #333;
}

header {
    background-color: #333;
    color: white;
    padding: 20px 0;
    text-align: center;
}

header h1 {
    margin: 0;
    font-size: 2.2em;
    line-height: 1.4;
    font-weight: bold;
    text-transform: uppercase;
}

/* Main Content */
.main-content {
    padding: 20px;
}

.main-content img {
    width: 100%;
    max-width: 700px;
    display: block;
    margin: 20px 0;
    border-radius: 8px;
}

/* Section Styling */
.section {
    background-color: white;
    margin: 20px auto;
    padding: 20px;
    width: 90%;
    max-width: 900px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.section h2 {
    color: #333;
    font-size: 1.8em;
    margin-bottom: 10px;
}

.section p {
    color: #555;
    font-size: 1.1em;
    margin-bottom: 15px;
}

.section a {
    color: #007BFF;
    text-decoration: none;
}

.section a:hover {
    text-decoration: underline;
}

/* Image Styling */
img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Footer Styling */
footer {
    background-color: #333;
    color: white;
    padding: 20px;
    text-align: center;
    margin-top: 30px;
}

/* Responsive Design */
@media (max-width: 768px) {
    header h1 {
        font-size: 1.8em;
    }
    .section h2 {
        font-size: 1.5em;
    }
    .main-content {
        padding: 10px;
    }
    .section {
        width: 95%;
        margin: 10px auto;
        padding: 15px;
    }
}/* End custom CSS */