/* Footer and Contact Information Styles */

/* Footer Container */
.geo-footer {
    background-color: #f8f9fa;
    padding: 40px 0 20px;
    margin-top: 60px;
}

.geo-footer-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.geo-footer-inner {
    width: 100%;
}

.geo-footer-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 30px;
    justify-content: space-between;
}

/* Footer Contact Column */
.geo-footer-contact {
    flex: 1;
    min-width: 250px;
    max-width: 400px;
}

.geo-contact-item {
    margin-bottom: 25px;
}

.geo-contact-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.geo-contact-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
    flex-shrink: 0;
}

.geo-contact-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.geo-contact-divider {
    width: 50px;
    height: 2px;
    background-color: #00B5CC;
    margin-bottom: 12px;
}

.geo-contact-text {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.geo-contact-link {
    color: #00B5CC;
    text-decoration: none;
    transition: color 0.3s ease;
}

.geo-contact-link:hover {
    color: #0593a6;
    text-decoration: underline;
}

/* Footer Social Links */
.geo-social-group {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 4px;
}

.geo-social-item {
    display: inline-block;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.85;
}

.geo-social-item:hover {
    transform: scale(1.15);
    opacity: 1;
}

.geo-social-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
}

/* Footer Navigation Column */
.geo-footer-nav {
    flex: 1;
    min-width: 200px;
    max-width: 300px;
}

.geo-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.geo-nav-item {
    margin-bottom: 12px;
}

.geo-nav-link {
    color: #666;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
    display: inline-block;
}

.geo-nav-link:hover {
    color: #00B5CC;
    text-decoration: underline;
}

/* Footer Logo */
.geo-footer-logo {
    height: auto;
    object-fit: contain;
    align-self: flex-end;
}

/* Footer Copyright */
.geo-footer-copyright {
    font-size: 12px;
    color: #999;
    margin-top: 30px;
    text-align: left;
}

/* Contact Info Styles (in contact form) */
.contact-info {
    margin-top: 31px;
}

.contact-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

.contact-info-item {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.contact-info-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-info-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;
}

.contact-info-text {
    font-size: 17px;
    color: #ffffff;
    line-height: 1.5;
}

.contact-info-link {
    font-size: 17px;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info-link:hover {
    color: #00B5CC;
    text-decoration: underline;
}

/* Contact Info Responsive (mobile) */
.contact-info-responsive {
    margin-top: 20px;
}

.contact-info-list-responsive {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info-item-responsive {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.contact-info-content-responsive {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-info-icon-responsive {
    width: 18px;
    height: 18px;
    object-fit: contain;
    flex-shrink: 0;
}

.contact-info-text-responsive {
    font-size: 16px;
    color: #666;
    line-height: 1.4;
}

.contact-info-link-responsive {
    font-size: 16px;
    color: #00B5CC;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info-link-responsive:hover {
    color: #0593a6;
    text-decoration: underline;
}

/* Mobile Footer Styles */
.mobile-footer-heading {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
    margin-top: 15px;
}

.mobile-footer-divider {
    width: 40px;
    height: 2px;
    background-color: #00B5CC;
    margin-bottom: 10px;
}

.mobile-footer-text {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    margin: 0 0 10px 0;
}

.mobile-footer-link {
    color: #00B5CC;
    text-decoration: none;
    transition: color 0.3s ease;
}

.mobile-footer-link:hover {
    color: #0593a6;
    text-decoration: underline;
}

/* Responsive Menu - Increase font sizes by 2-3px */
.responsive-menu .mobile-footer-heading {
    font-size: 17px !important;
}

.responsive-menu .mobile-footer-text {
    font-size: 16px !important;
}

.responsive-menu .mobile-footer-link {
    font-size: 16px !important;
}

.responsive-menu .mobile-footer-copyright {
    font-size: 14px !important;
}

.responsive-menu .nav-link {
    font-size: 16px !important;
}

/* Responsive Menu Text Colors - Make all text white */
.responsive-menu {
    color: #ffffff !important;
}

.responsive-menu * {
    color: #ffffff !important;
}

.responsive-menu .mobile-footer-heading,
.responsive-menu .mobile-footer-text,
.responsive-menu .mobile-footer-link,
.responsive-menu .mobile-footer-copyright,
.responsive-menu .nav-link,
.responsive-menu h2,
.responsive-menu p,
.responsive-menu a,
.responsive-menu li,
.responsive-menu span {
    color: #ffffff !important;
}

.responsive-menu .mobile-footer-link:hover {
    color: #00B5CC !important;
}

.responsive-menu .nav-link:hover {
    color: #00B5CC !important;
}

.mobile-footer-social {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.mobile-social-link {
    display: inline-block;
    transition: transform 0.3s ease;
}

.mobile-social-link:hover {
    transform: scale(1.1);
}

.mobile-social-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.mobile-footer-copyright {
    font-size: 11px;
    color: #999;
    margin-top: 20px;
    text-align: center;
}

/* Responsive Menu - Increase font sizes in responsive breakpoints */
@media (max-width: 480px) {
    .responsive-menu .mobile-footer-heading {
        font-size: 16px !important;
    }
    
    .responsive-menu .mobile-footer-text {
        font-size: 15px !important;
    }
    
    .responsive-menu .mobile-footer-link {
        font-size: 15px !important;
    }
    
    .responsive-menu .mobile-footer-copyright {
        font-size: 13px !important;
    }
    
    .responsive-menu .nav-link {
        font-size: 15px !important;
    }
}

/* Responsive Styles */
@media (max-width: 992px) {
    .geo-footer-grid {
        flex-direction: column;
        gap: 30px;
    }

    .geo-footer-contact,
    .geo-footer-nav {
        max-width: 100%;
        width: 100%;
    }

    .geo-footer-logo {
        align-self: center;
    }

    .geo-footer-copyright {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .geo-footer {
        padding: 30px 0 15px;
    }

    .geo-footer-wrapper {
        padding: 0 15px;
    }

    .geo-contact-header {
        gap: 10px;
    }

    .geo-contact-icon {
        width: 25px;
        height: 25px;
    }

    .geo-contact-title {
        font-size: 15px;
    }

    .geo-contact-text {
        font-size: 15px;
    }

    .geo-social-group {
        gap: 8px;
    }

    .geo-social-icon {
        width: 22px;
        height: 22px;
    }

    .geo-nav-link {
        font-size: 15px;
    }

    .geo-footer-logo {
        /* No max-width restriction */
    }

    /* Hide contact-info section on mobile */
    .contact-info {
        display: none !important;
    }

    .contact-info-icon {
        width: 18px;
        height: 18px;
    }

    .contact-info-text,
    .contact-info-link {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .geo-footer {
        padding: 25px 0 15px;
    }

    .geo-footer-wrapper {
        padding: 0 10px;
    }

    .geo-contact-header {
        gap: 8px;
    }

    .geo-contact-icon {
        width: 22px;
        height: 22px;
    }

    .geo-contact-item {
        margin-bottom: 20px;
    }

    .geo-contact-title {
        font-size: 14px;
    }

    .geo-contact-text {
        font-size: 14px;
    }

    .geo-social-group {
        gap: 8px;
    }

    .geo-social-icon {
        width: 20px;
        height: 20px;
    }

    .geo-nav-item {
        margin-bottom: 10px;
    }

    .geo-nav-link {
        font-size: 14px;
    }

    .geo-footer-logo {
        /* No max-width restriction */
    }

    .geo-footer-copyright {
        font-size: 11px;
        margin-top: 20px;
    }

    .contact-info-item {
        margin-bottom: 12px;
    }

    .contact-info-icon {
        width: 16px;
        height: 16px;
    }

    .contact-info-text,
    .contact-info-link {
        font-size: 15px;
    }

    .mobile-footer-heading {
        font-size: 13px;
    }
    
    /* Responsive menu text sizes are handled separately above */
    .responsive-menu .mobile-footer-heading {
        font-size: 16px !important;
    }

    .mobile-footer-text {
        font-size: 12px;
    }
    
    .responsive-menu .mobile-footer-text {
        font-size: 15px !important;
    }

    .mobile-social-icon {
        width: 24px;
        height: 24px;
    }

    .mobile-footer-copyright {
        font-size: 10px;
    }
    
    .responsive-menu .mobile-footer-copyright {
        font-size: 13px !important;
    }
}

