/* ==========================================
   DESKTOP FOOTER STYLES ONLY
   ========================================== */

.city-green-desktop-footer {
    background: #004D40;
    color: white;
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
    margin-top: 50px;
}

/* Footer Top Section */
.city-green-desktop-footer-top {
    background: linear-gradient(135deg, #00695C 0%, #004D40 100%);
    border-top: 4px solid #00897B;
    padding: 50px 0 40px;
}

.city-green-desktop-footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}

.city-green-desktop-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1.5fr;
    gap: 40px;
}

/* About Section */
.city-green-desktop-footer-about {
    padding-right: 20px;
}

.city-green-desktop-footer-about a {
    display: inline-block;
}

.city-green-desktop-footer-about img {
    max-width: 220px;
    height: auto;
    margin-bottom: 20px;
   
}

.city-green-desktop-footer-about p {
    font-size: 14px;
    color: #B2DFDB;
    line-height: 1.8;
    margin-bottom: 20px;
}

.city-green-desktop-social-links {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.city-green-desktop-social-icon {
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 50% !important;
    color: white !important;
    text-decoration: none !important;
    font-size: 16px !important;
    transition: all 0.3s ease !important;
    line-height: 1 !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
}

.city-green-desktop-social-icon i {
    display: block !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    width: 100% !important;
}

.city-green-desktop-social-icon:hover {
    background: rgba(255, 255, 255, 0.25) !important;
    transform: translateY(-3px) scale(1.1) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
}
/* Footer Column with Frosted Glass Title */
.city-green-desktop-footer-column h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    
    /* Frosted Glass Effect */
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    padding: 14px 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.city-green-desktop-footer-column h3 i {
    color: #baff3e;
}

.city-green-desktop-footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.city-green-desktop-footer-column ul li {
    margin-bottom: 12px;
}

.city-green-desktop-footer-column ul li a {
    color: #B2DFDB;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.city-green-desktop-footer-column ul li a:hover {
    color: #baff3e;
    padding-left: 5px;
}

.city-green-desktop-footer-column ul li a i {
    font-size: 12px;
    opacity: 0.7;
}

/* Newsletter Section */
.city-green-desktop-newsletter {
    background: rgba(255, 255, 255, 0.08);
    padding: 25px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.city-green-desktop-newsletter h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    color: white;
    display: flex;
    align-items: center;
    gap: 8px;
}

.city-green-desktop-newsletter h3 i {
    color: #baff3e;
}

.city-green-desktop-newsletter p {
    font-size: 13px;
    color: #B2DFDB;
    margin-bottom: 20px;
    line-height: 1.6;
}

.city-green-desktop-newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.city-green-desktop-newsletter-form input {
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 14px;
    outline: none;
    transition: all 0.3s;
}

.city-green-desktop-newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.city-green-desktop-newsletter-form input:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: #00897B;
}

.city-green-desktop-newsletter-form button {
    padding: 14px;
    background: #00897B;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.city-green-desktop-newsletter-form button:hover {
    background: #00695C;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Footer Middle - Extra Links */
.city-green-desktop-footer-middle {
    background: rgba(0, 0, 0, 0.2);
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.city-green-desktop-middle-links {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.city-green-desktop-middle-links a {
    color: #B2DFDB;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: color 0.3s;
    display: flex;
    align-items: center;
    gap: 6px;
}

.city-green-desktop-middle-links a:hover {
    color: #baff3e;
}

.city-green-desktop-middle-links a i {
    font-size: 14px;
}

/* Footer Bottom - Copyright Center */
.city-green-desktop-footer-bottom {
    background: #003D33;
    padding: 25px 0;
}

.city-green-desktop-bottom-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.city-green-desktop-copyright {
    font-size: 14px;
    color: #80CBC4;
    line-height: 1.6;
    text-align: center;
}

.city-green-desktop-copyright strong {
    color: white;
    font-weight: 600;
}

/* Back to Top Button */
.city-green-desktop-back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 55px;
    height: 55px;
    background: #00897B;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.city-green-desktop-back-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.city-green-desktop-back-to-top:hover {
    background: #00695C;
    transform: translateY(-5px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
}

#ast-scroll-top {display: none !important;}