/* Footer Styles for Viroha Ventures */
.site-footer {
    background-color: white !important;
    color: #e6e6e6 !important;
    font-family: 'Mulish', Arial, sans-serif !important;
    padding: 50px 0 15px !important;
    margin-top: 60px !important;
    border-top: 3px solid #301934 !important;
}

.footer-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

/* Footer Top */
.footer-top {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 30px !important;
    margin-bottom: 40px !important;
    padding-bottom: 40px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.footer-section {
    padding: 0 10px !important;
}

.footer-heading {
    font-size: 18px !important;
    color: #000000 !important;
    margin-bottom: 20px !important;
    font-weight: 700 !important;
    position: relative !important;
    padding-bottom: 10px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.footer-heading::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 40px !important;
    height: 3px !important;
    background-color: #301934 !important;
}

/* Footer Links */
.footer-links {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.footer-links li {
    margin-bottom: 12px !important;
}

.footer-links a {
    color: #000000 !important;
    text-decoration: none !important;
    font-size: 15px !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
    padding: 3px 0 !important;
}

.footer-links a:hover {
    color: #000000 !important;
    padding-left: 8px !important;
    border-left: 2px solid #301934 !important;
}

/* Contact Info */
.contact-info {
    margin-top: 10px !important;
}

.contact-item {
    display: flex !important;
    align-items: flex-start !important;
    margin-bottom: 16px !important;
    font-size: 14px !important;
    color: #000000 !important;
    line-height: 1.5 !important;
}

.contact-item i {
    color: #000000 !important;
    margin-right: 12px !important;
    margin-top: 3px !important;
    width: 16px !important;
    flex-shrink: 0 !important;
}

/* Map Section */
.footer-map-section {
    position: relative !important;
}

.map-container {
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3) !important;
    margin-bottom: 15px !important;
    border: 2px solid #301934 !important;
    height: 150px !important;
}

.map-container iframe {
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
}

.map-actions {
    text-align: right !important;
    margin-bottom: 15px !important;
}

.view-map-link {
    color: #000000 !important;
    text-decoration: none !important;
    font-size: 13px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    transition: color 0.3s ease !important;
}

.view-map-link:hover {
    color: #000000 !important;
}

.location-details {
    background-color: rgba(48,25,52,0.2) !important;
    padding: 15px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

.location-details p {
    margin: 6px 0 !important;
}

.location-details strong {
    color: #ffffff !important;
}

/* Newsletter */
.footer-middle {
    margin-bottom: 40px !important;
    padding-bottom: 40px !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
}

.newsletter-section {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 40px !important;
}

.newsletter-content {
    flex: 1 !important;
    min-width: 300px !important;
}

.newsletter-title {
    font-size: 20px !important;
    color: #ffffff !important;
    margin-bottom: 8px !important;
    font-weight: 700 !important;
}

.newsletter-desc {
    color: #b3b3b3 !important;
    margin-bottom: 20px !important;
    font-size: 15px !important;
}

.newsletter-form {
    max-width: 500px !important;
}

/* Inputs */
.input-group {
    display: flex !important;
    gap: 10px !important;
}

.input-group input {
    flex-grow: 1 !important;
    padding: 14px 20px !important;
    border: none !important;
    border-radius: 4px !important;
    background-color: rgba(255,255,255,0.1) !important;
    color: white !important;
    font-size: 15px !important;
    outline: none !important;
    min-width: 250px !important;
}

.input-group input::placeholder {
    color: #999 !important;
}

.input-group input:focus {
    background-color: rgba(255,255,255,0.15) !important;
    box-shadow: 0 0 0 2px rgba(48,25,52,0.5) !important;
}

.subscribe-btn {
    background-color: #301934 !important;
    color: white !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 14px 25px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
    white-space: nowrap !important;
}

.subscribe-btn:hover {
    background-color: #4a235a !important;
}

/* Logo & Social */
.footer-logo-social {
    
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
    min-width: 200px !important;
}

.footer-logo-img {
    
    max-width: 150px !important;
    height: auto !important;
    margin-bottom: 15px !important;
}

.social-icons {
    
    display: flex !important;
    gap: 15px !important;
    justify-content: center !important;
}

.social-icon {
    
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    background-color: rgba(255,255,255,0.1) !important;
    color: #301934 !important;
    border-radius: 50% !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    font-size: 16px !important;
}

.social-icon:hover {
    background-color: black !important;
    transform: translateY(-3px) !important;
}

/* Footer Bottom */
.footer-bottom {
    padding: 20px 0 10px !important;
    text-align: center !important;
    background: #0b0d1c !important;
    font-size: 17px !important;
    color: #aaa !important;
}

.copyright-section {
    text-align: center !important;
    padding: 15px 0 !important;
}

.copyright-text {
    font-size: 16px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
    letter-spacing: 1px !important;
}

.footer-tagline {
    font-size: 14px !important;
    color: #b3b3b3 !important;
    font-style: italic !important;
}

/* Back to Top */
.back-to-top-floating {
    position: fixed !important;
    bottom: 30px !important;
    right: 30px !important;
    z-index: 999 !important;
    display: none !important;
}

.back-to-top-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50px !important;
    height: 50px !important;
    background-color: #301934 !important;
    color: white !important;
    border-radius: 50% !important;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3) !important;
    transition: all 0.3s ease !important;
    font-size: 20px !important;
}

.back-to-top-link:hover {
    background-color: #4a235a !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 6px 16px rgba(0,0,0,0.4) !important;
}

/* Responsive */
@media (max-width: 992px) {
    .footer-top {
        grid-template-columns: repeat(2,1fr) !important;
        gap: 40px !important;
    }
    .newsletter-section {
        flex-direction: column !important;
        text-align: center !important;
        gap: 30px !important;
    }
}

@media (max-width: 768px) {
    .site-footer {
        padding: 40px 0 15px !important;
    }
    .footer-top {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
    .input-group {
        flex-direction: column !important;
    }
    .subscribe-btn {
        width: 100% !important;
    }
    .map-container {
        height: 200px !important;
    }
}

@media (max-width: 480px) {
    .footer-heading {
        text-align: center !important;
    }
    .footer-heading::after {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
}
