.elementor-2555 .elementor-element.elementor-element-ef8b021{--display:flex;}/* Start custom CSS for html, class: .elementor-element-41f8249 *//* Footer */
.footer {
    background: #04153d;
    color: #fff;
    padding: 70px 0 25px;
    font-family: Inter, sans-serif;
}

.footer-container {
    max-width: 1450px;
    margin: auto;
    padding: 0 50px;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
    gap: 60px;
}

/* Brand Section */
.footer-brand {
    max-width: 320px;
}

.clinexy-icon {
    width: 40px;
    height: 40px;
    background: #2563eb;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clinexy-icon svg {
    width: 22px;
    height: 22px;
}
.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
}

.logo-icon {
    width: 40px;
    height: 40px;
    background: #2563eb;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
}

.logo span {
    font-size: 20px;
    font-weight: 700;
}

.footer-brand p {
    color: #9ca3af;
    line-height: 1.7;
    font-size: 17px;
    margin-bottom: 30px;
}

/* Social Icons */
.social-icons {
    display: flex;
    gap: 22px;
}

.social-icons a {
    color: #94a3b8;
    font-size: 22px;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #ffffff;
}

/* Footer Columns */
.footer-column h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #ffffff;
}

.footer-column a {
    display: block;
    color: #b7c1d3;
    text-decoration: none;
    margin-bottom: 16px;
    font-size: 16px;
    transition: 0.3s;
}

.footer-column a:hover {
    color: #ffffff;
}

/* Bottom */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    margin-top: 70px;
    padding-top: 30px;
    text-align: center;
    color: #7f8ca7;
    font-size: 16px;
}

/* Tablet */
@media (max-width: 1024px) {
    .footer-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .footer {
        padding: 50px 0 20px;
    }

    .footer-container {
        grid-template-columns: 1fr;
        padding: 0 25px;
        gap: 35px;
    }

    .footer-brand {
        max-width: 100%;
    }

    .footer-bottom {
        margin-top: 40px;
    }
}/* End custom CSS */