<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.elementor-1696 .elementor-element.elementor-element-0a86b0d{--display:flex;}body:not(.rtl) .elementor-1696 .elementor-element.elementor-element-4aae276{left:0px;}body.rtl .elementor-1696 .elementor-element.elementor-element-4aae276{right:0px;}.elementor-1696 .elementor-element.elementor-element-4aae276{top:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-4aae276 *//* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #fff;
}

/* Footer Styles */
.footer {
    background: #111828;
    color: #fff;
    width: 100vw;
    margin: 0;
    padding: 0;
}

.footer-main,
.footer-bottom {
    width: 100vw;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.section {
    padding: 60px 0;
}

.footer-main {
    border-bottom: 1px solid #2a344c;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

/* Column Styles */
.footer-col {
    flex: 1 1 200px;
    min-width: 150px;
}

/* Column 1: About (Logo, Trustpilot, Social Icons) */
.footer-about {
    text-align: left;
}

.footer-logo {
    max-width: 100%;
    width: 250px;
    height: auto;
    margin-bottom: 20px;
}

.footer-trustpilot {
    max-width: 100%;
    width: 300px;
    height: auto;
    margin-bottom: 20px;
}

.footer-icons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.footer-icon {
    color: #fff;
    transition: color 0.3s ease;
}

.footer-icon:hover {
    color: #00a38d;
}

.footer-icon svg {
    width: 30px;
    height: 30px;
    fill: currentColor;
}

/* Navigation Columns (2-5) */
.footer-nav-col h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff;
}

.footer-nav-col h4 a {
    color: #fff;
    text-decoration: none;
}

.footer-nav-col h4 a:hover {
    color: #00a38d;
}

.footer-nav-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav-col li {
    margin-bottom: 12px;
}

.footer-nav-col a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-nav-col a:hover {
    color: #00a38d;
}

/* Bottom Section: Copyright and Policies */
.footer-bottom {
    padding: 30px 0;
}

.footer-legal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-copyright p {
    margin: 10px 0;
    font-size: 14px;
}

.footer-copyright a {
    color: #00a38d;
    text-decoration: none;
}

.footer-copyright a:hover {
    text-decoration: underline;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
}

.footer-links a:hover {
    color: #00a38d;
}

/* Responsive Design */
@media (max-width: 991px) {
    .footer-content {
        flex-direction: column;
        text-align: center;
    }

    .footer-about {
        text-align: center;
    }

    .footer-icons {
        justify-content: center;
    }

    .footer-nav-col {
        flex: 1 1 100%;
    }
}

@media (max-width: 767px) {
    .footer-legal {
        flex-direction: column;
        text-align: center;
    }

    .footer-links ul {
        justify-content: center;
    }
}/* End custom CSS */</pre></body></html>