.wright-footer {
    background-color: #072b20; /* Darker Royal Green */
    color: #cbd5e1;
    font-family: "Plus Jakarta Sans", sans-serif;
    padding-top: 4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem 3rem 2rem;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 2.5rem;
}

.footer-col h3 {
    font-family: "Playfair Display", serif;
    color: #f4f4f1;
    font-size: 1.2rem;
    margin-bottom: 1.25rem;
    letter-spacing: 0.01em;
}

.footer-logo {
    font-family: "Playfair Display", serif;
    font-size: 1.6rem;
    font-weight: 600;
    color: #f4f4f1;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.footer-logo i {
    color: #4ade80;
    font-size: 1.2rem;
}

.footer-brand p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #94a3b8;
    margin-bottom: 1.5rem;
}

.footer-socials {
    display: flex;
    gap: 0.75rem;
}

.footer-socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: #0b3b2c;
    color: #f4f4f1;
    border-radius: 4px;
    text-decoration: none;
    transition:
        background-color 0.2s ease,
        color 0.2s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-socials a:hover {
    background-color: #4ade80;
    color: #072b20;
}

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

.footer-col ul li {
    margin-bottom: 0.75rem;
}

.footer-col ul li a {
    color: #cbd5e1;
    text-decoration: none;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.2s ease;
}

.footer-col ul li a i {
    font-size: 0.65rem;
    color: #4ade80;
}

.footer-col ul li a:hover {
    color: #ffffff;
    padding-left: 3px;
}

.footer-contact-info {
    margin-top: 1.25rem;
}

.footer-contact-info p {
    font-size: 0.9rem;
    color: #94a3b8;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-contact-info i {
    color: #4ade80;
}

.footer-bottom {
    background-color: #052118;
    padding: 1.5rem 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-bottom-container {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    color: #94a3b8;
}

.footer-bottom-links {
    display: flex;
    gap: 1.5rem;
}

.footer-bottom-links a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-bottom-links a:hover {
    color: #ffffff;
}

@media (max-width: 968px) {
    .footer-container {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 576px) {
    .footer-container {
        grid-template-columns: 1fr;
    }
    .footer-bottom-container {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
}

/* Email link */
.email-protected {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

/* Add the email domain visually */
.email-protected::after {
    content: "@wrightgarden.com";
}

/* Hover and keyboard focus */
.email-protected:hover,
.email-protected:focus {
    color: #4ade80;
    text-decoration: underline;
}

.phone-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.phone-link:hover,
.phone-link:focus {
    color: #4ade80;
    text-decoration: underline;
}



/* Email link */
.email-protected {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

/* Add the email domain visually */
.email-protected::after {
    content: "@wrightgarden.com";
}

/* Hover and keyboard focus */
.email-protected:hover,
.email-protected:focus {
    color: #4ade80;
    text-decoration: underline;
}

.phone-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.phone-link:hover,
.phone-link:focus {
    color: #4ade80;
    text-decoration: underline;
}

