.elementor-111 .elementor-element.elementor-element-1624b4c > .elementor-container{max-width:1280px;}/* Start custom CSS for html, class: .elementor-element-4679359 */.footer {
    background: #ffffff;
    padding: 60px 0px 20px;
    border-radius: 0;
    max-width: 100%;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.footer-left {
    flex: 1;
    min-width: 300px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.copyright {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.58);
    line-height: 24px;
    font-weight: 400;
}

.footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
}

.footer-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-links a {
    font-size: 16px;
    color: #181818;
    line-height: 24px;
    text-decoration: none;
    font-weight: 400;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #2869E5;
}

.social-links {
    display: flex;
    gap: 12px;
    align-items: center;
}

.social-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 14px;
    background: #ffffff;
    border: 1px solid #181818;
    border-radius: 18px;
    text-decoration: none;
    color: #181818;
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.social-btn:hover {
    background: #2869E5;
    border-color: #2869E5;            
    color: #ffffff;
}

.social-btn .social-icon path {
    transition: all 0.3s ease;
}

.social-btn:hover .social-icon path {
    fill: #ffffff;
}

.linkedin-icon {
    fill: #0077b5;
}

.instagram-icon {
    fill: #e4405f;
}

.x-icon {
    fill: #000000;
}

.youtube-icon {
    fill: #ff0000;
}

@media (min-width: 768px) and (max-width: 993px) {
    .footer {
        padding: 40px 0px;
    }

    .footer-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-right {
        align-items: flex-start;
        width: 100%;
    }

    .footer-links {
        gap: 20px;
    }

    .social-links {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .footer {
        padding: 30px 0px;
    }

    .logo-text, .logo-focus {
        font-size: 24px;
    }

    .footer-links {
        flex-direction: column;
        gap: 15px;
    }

    .social-links {
        width: 100%;
    }

    .social-btn {
        flex: 1;
        justify-content: center;
    }

    .footer-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .footer-right {
        align-items: flex-start;
        width: 100%;
    }

    .social-links {
        flex-wrap: wrap;
    }
}/* End custom CSS */