.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-e52872f *//* Footer Styles */
.footer {
    background-color: #333;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    padding: 60px 0 20px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.footer-col {
    flex: 1;
    min-width: 250px;
    margin-bottom: 30px;
    padding: 0 15px;
}

.footer-logo-col {
    flex: 1.5;
}

.footer-logo img {
    max-width: 150px;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

.footer-description {
    line-height: 1.6;
    margin-bottom: 20px;
    opacity: 0.9;
}

.footer-social {
    display: flex;
    gap: 15px;
}

.social-icon {
    color: #fff;
    font-size: 18px;
    transition: color 0.3s ease;
}

.social-icon:hover {
    color: #777CA8;
}

.footer-title {
    font-size: 18px;
    font-weight: 600;
    color: #777CA8;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background-color: #777CA8;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #777CA8;
}

.footer-contact {
    list-style: none;
    padding: 0;
    line-height: 1.8;
}

.footer-contact li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.footer-contact i {
    margin-right: 10px;
    color: #777CA8;
    width: 20px;
    text-align: center;
}

.newsletter-text {
    margin-bottom: 15px;
    opacity: 0.9;
}

.newsletter-form {
    display: flex;
    gap: 10px;
}

.newsletter-form input {
    flex: 1;
    padding: 10px;
    border: none;
    border-radius: 4px;
    outline: none;
    font-size: 14px;
}

.newsletter-form button {
    background-color: #777CA8;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 0 20px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.newsletter-form button:hover {
    background-color: #5a5f8a;
}

.footer-bottom {
    background-color: #222;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    opacity: 0.8;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .footer-row {
        flex-direction: column;
    }

    .footer-col {
        min-width: 100%;
        text-align: center;
    }

    .footer-logo-col {
        text-align: center;
    }

    .footer-logo img {
        margin: 0 auto 20px;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-contact li {
        justify-content: center;
    }

    .newsletter-form {
        flex-direction: column;
        align-items: center;
    }

    .newsletter-form input {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .footer {
        padding: 40px 0 10px;
    }

    .footer-container {
        padding: 0 15px;
    }

    .footer-title {
        font-size: 16px;
    }
}/* End custom CSS */