.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-3ec536a */.footer {
    background-color: #f1f1f1;
    padding: 20px 0;
    color: #333;
}
.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.footer-section {
    flex: 1;
    min-width: 250px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.footer-section h3 {
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.footer-section p {
    font-size: 14px;
    line-height: 1.5;
}
.footer-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.footer-links li {
    margin-bottom: 8px;
}
.footer-links a {
    color: #555;
    text-decoration: none;
    font-size: 14px;
}
.footer-links a:hover {
    color: #0078d4;
}
.social-icons {
    display: flex;
    margin-top: 15px;
    flex-wrap: wrap;
}
.social-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    margin-bottom: 10px;
    color: white;
}
.twitter { background-color: #1DA1F2; }
.facebook { background-color: #4267B2; }
.instagram { background-color: #E1306C; }
.linkedin { background-color: #0077B5; }
.youtube { background-color: #FF0000; }

.newsletter {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}
.newsletter input {
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
    width: 70%;
    min-width: 180px;
}
.newsletter button {
    padding: 8px 12px;
    background-color: #0078d4;
    color: white;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.bottom-footer {
    text-align: center;
    padding: 10px 0;
    margin-top: 20px;
    font-size: 12px;
    border-top: 1px solid #ddd;
}
.bottom-links {
    margin-bottom: 5px;
    flex-wrap: wrap;
}
.bottom-links a {
    color: #555;
    text-decoration: none;
    margin: 0 10px;
    font-size: 12px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        padding: 0 15px;
    }
    .footer-section {
        margin-right: 0;
    }
    .newsletter input {
        width: 100%;
        border-radius: 4px 4px 0 0;
        margin-bottom: 5px;
    }
    .newsletter button {
        width: 100%;
        border-radius: 0 0 4px 4px;
    }
}/* End custom CSS */