    .footer-custom {
    background-color: #000a42;
    font-family: 'Poppins', sans-serif;
    }

    .footer-logo {
    color: #ffb800;
    font-weight: 700;
    font-size: 42px;
    }

    .footer-tagline {
    color: #cfcfcf;
    font-size: 14px;
    margin-top: 8px;
    }

    .email-box {
    display: flex;
    border: 1px solid #ffb800;
    border-radius: 8px;
    overflow: hidden;
    max-width: 500px;
    }

    .footer-input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 10px 16px;
    color: #fff;
    font-size: 14px;
    }

    .footer-input::placeholder {
    color: #ccc;
    }

    .footer-btn {
    background-color: #ffb800;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 24px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    }

    .footer-btn:hover {
    background-color: #ffffff;
    color: #000a42;
    }

    /* Links */
    .footer-link {
    color: #ffffff;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    transition: color 0.3s;
    }

    .footer-link:hover {
    color: #ffb800;
    }

    /* Social Icons */
    .footer-social-icons {
    text-align: right;
    }

    .footer-social {
    display: inline-block;
    color: #000a42;
    background-color: #ffb800;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    margin-left: 10px;
    border-radius: 50%;
    font-size: 15px;
    transition: all 0.3s ease;
    }

    .footer-social:first-child {
    margin-left: 0;
    }

    .footer-social:hover {
    background-color: #ffffff;
    color: #000a42;
    }

    @media (max-width: 768px) {
    .footer-custom {
        text-align: center;
    }

    .footer-social-icons {
        text-align: center !important;
        margin-top: 20px;
    }

    .footer-social {
        margin: 0 6px;
    }

    .email-box {
        flex-direction: column;
        align-items: stretch;
        max-width: 100%;
    }

    .footer-input,
    .footer-btn {
        width: 100%;
        border-radius: 0;
    }

    .footer-btn {
        border-top: 1px solid #ffb800;
    }

    .footer-logo {
        font-size: 20px;
    }

    .footer-tagline {
        font-size: 13px;
    }

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

    .footer-custom .row > div {
        text-align: center !important;
    }
    }

    /* === Footer === */
    @media (max-width: 768px) {
        .footer-custom .footer-social-icons {
            text-align: center !important;
        }

        .footer-custom .email-box {
            flex-direction: column;
        }

        .footer-custom .footer-input {
            margin-bottom: 10px;
            width: 100%;
        }

        .footer-custom .footer-btn {
            width: 100%;
        }
    }


    @media (min-width: 992px) {
        .lawyer-card {
            margin-left: 180px;
        }
    }
