.custom-footer {
    background-color: var(--primary); /* Deeper forest green */
    color: #E0E0E0; /* Soft white */
    padding: 60px 0 0;
    font-size: 15px;
    margin-top: 40px;
}
.custom-footer .footer-container {
    padding: 0 15px;
}
.custom-footer .footer-subscribe {
    background-color: #27623A;
    padding: 25px 35px;
    border-radius: 12px;
    margin-bottom: 50px;
}
.custom-footer .footer-subscribe strong {
    color: #FFFFFF;
    font-size: 1.3em;
    font-weight: 600;
}
.custom-footer .footer-subscribe span {
    font-size: 0.95em;
}
.custom-footer .subscribe-input {
    border-radius: 50px;
}
.custom-footer .header {
    color: #FFFFFF;
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 20px;
}
.custom-footer .footer-links a {
    color: #E0E0E0;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    margin-bottom: 12px;
    font-size: 1em;
}
.custom-footer .footer-links a:hover {
    color: #FFFFFF;
    text-decoration: none;
    transform: translateX(5px);
}
.custom-footer .footer-bottom-bar {
    border-top: 1px solid #27623A;
    padding: 25px 0;
}
.custom-footer .footer-logo img {
    max-height: 45px;
}
.custom-footer .footer-social .social-icon {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
}
.custom-footer .footer-social .social-icon:hover {
    transform: scale(1.15);
}
.custom-footer .footer-copyright-card {
    background-color: var(--secondary);
    border-top: 1px solid #27623A;
    padding: 20px 0;
    margin-top: 40px;
}
.custom-footer .copyright-text, .custom-footer .contact-info {
    font-size: 14px;
}
.custom-footer .contact-info i {
    width: 18px;
    height: 18px;
    margin-right: 12px;
}