/* Modern Footer Styles */
.modern-footer {
    background: #f8fafc;
    color: #374151;
    padding: 40px 0 0;
    margin-top: 40px;
    position: relative;
    border-top: 1px solid #e5e7eb;
}

/* Footer pattern removed for clean look */

.footer-main {
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.footer-widget {
    margin-bottom: 20px;
}

.footer-logo .logo-text {
    display: flex;
    align-items: baseline;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
}

.logo-primary {
    color: #1f2937;
    text-shadow: none;
}

.logo-secondary {
    color: #6b7280;
    margin-left: 2px;
    text-shadow: none;
}

.footer-description {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.widget-title {
    font-size: 18px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 20px;
    text-shadow: none;
    position: relative;
}

.widget-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 30px;
    height: 3px;
    background: linear-gradient(90deg, #f093fb 0%, #f5576c 100%);
    border-radius: 2px;
}

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

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #6b7280;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 4px 0;
}

.footer-links a:hover {
    color: #1f2937;
    transform: translateX(5px);
    text-shadow: none;
}

.social-title {
    font-size: 16px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 15px;
    text-shadow: none;
}

.social-links {
    display: flex;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    color: #1f2937;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 18px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.social-link:hover {
    color: #1f2937;
    transform: translateY(-3px) scale(1.1);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.social-link.facebook:hover { background: linear-gradient(135deg, #1877f2 0%, #42a5f5 100%); }
.social-link.twitter:hover { background: linear-gradient(135deg, #000000 0%, #424242 100%); }
.social-link.instagram:hover { background: linear-gradient(135deg, #e4405f 0%, #f56040 100%); }
.social-link.linkedin:hover { background: linear-gradient(135deg, #0077b5 0%, #00a0dc 100%); }
.social-link.youtube:hover { background: linear-gradient(135deg, #ff0000 0%, #ff4444 100%); }

.newsletter-desc {
    color: #4b5563;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.newsletter-form .input-group {
    margin-bottom: 20px;
}

.newsletter-form .form-control {
    border-radius: 12px 0 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    color: #1f2937;
    backdrop-filter: blur(10px);
    font-size: 14px;
}

.newsletter-form .form-control::placeholder {
    color: #9ca3af;
}

.newsletter-form .form-control:focus {
    background: rgba(255, 255, 255, 0.2);
    border-color: #d1d5db;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
    color: #1f2937;
}

.newsletter-form .btn {
    border-radius: 0 12px 12px 0;
    padding: 10px 16px;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.newsletter-form .btn:hover {
    background: linear-gradient(135deg, #f5576c 0%, #f093fb 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(240, 147, 251, 0.4);
}

.footer-contact {
    margin-top: 25px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    color: #4b5563;
    font-size: 14px;
    transition: all 0.3s ease;
}

.contact-item:hover {
    color: #1f2937;
    transform: translateX(5px);
}

.contact-item i {
    color: #f093fb;
    font-size: 18px;
    width: 20px;
    text-align: center;
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0;
    position: relative;
    z-index: 2;
}

.copyright {
    color: #6b7280;
    font-size: 14px;
    margin: 0;
}

.copyright-link {
    color: #1f2937;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
}

.copyright-link:hover {
    color: #f093fb;
    text-decoration: none;
    text-shadow: none;
}

.footer-bottom-links {
    display: flex;
    gap: 25px;
    justify-content: flex-end;
}

.footer-bottom-links a {
    color: #6b7280;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    padding: 5px 0;
}

.footer-bottom-links a:hover {
    color: #1f2937;
    transform: translateY(-2px);
    text-shadow: none;
}

/* Footer Bottom - Menu Style */
.footer-bottom {
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
    padding: 20px 0;
    margin-top: 30px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
}

.footer-bottom-content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.copyright p {
    margin: 0;
    font-size: 15px;
    color: #4b5563;
    line-height: 1.6;
    font-weight: 500;
}

.copyright-link {
    color: #1f2937;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.copyright-link:hover {
    color: #111827;
    text-decoration: none;
}

/* Footer Contact Styles */
.footer-contact {
    margin-top: 20px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 14px;
    color: #6b7280;
}

.contact-item i {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    color: #4b5563;
    font-size: 16px;
}

.contact-item span {
    flex: 1;
    line-height: 1.4;
}

.contact-item:hover {
    color: #374151;
}

.contact-item:hover i {
    color: #1f2937;
}

/* Footer links removed */

/* Back to top button removed - using mobile menu toggle instead */

/* Responsive */
@media (max-width: 768px) {
    .modern-footer {
        padding: 40px 0 15px;
    }
    
    .footer-bottom-content {
        text-align: center;
    }
    
    .copyright p {
        font-size: 14px;
    }
}