.elementor-122453 .elementor-element.elementor-element-ebd2e51{--display:flex;}.elementor-122453 .elementor-element.elementor-element-3b78e3c{--display:flex;}.elementor-122453 .elementor-element.elementor-element-825dab2{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-122453 .elementor-element.elementor-element-46c6548{--display:flex;}.elementor-122453 .elementor-element.elementor-element-89752a8{--display:flex;}.elementor-122453 .elementor-element.elementor-element-8aa8168{--display:flex;}.elementor-122453 .elementor-element.elementor-element-5c1bd73{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7cc488b *//* Header Section Styles */
header {
    background-color: #0074d9;
    padding: 20px;
    text-align: center;
    color: white;
}
.header-container h1 {
    margin: 0;
    font-size: 2.5rem;
}
.header-container p {
    margin: 5px 0 0;
    font-size: 1.2rem;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-825dab2 *//* Introduction Section Styles */
.intro {
    padding: 20px;
    margin: 20px auto;
    max-width: 1200px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d60b5e2 *//* Features Section */
.features {
    padding: 2em 1em;
    background: #eef4f9;
    text-align: center;
}

.features h2 {
    color: #0074d9;
    font-size: 2em;
    margin-bottom: 1em;
}

.features ul {
    list-style-type: none;
    padding: 0;
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

.features li {
    margin-bottom: 1em;
    font-size: 1.1em;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0610483 *//* Features Section Styles */
.features {
    padding: 20px;
    margin: 20px auto;
    max-width: 1200px;
    border-radius: 8px;
    background-color: #e8f4fc;
}
.features .box-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.features .box {
    text-align: center;
    margin: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}/* End custom CSS */