.footer-corporate {
    background: #ffffff;
    padding: 70px 0 0;
    box-shadow: 0 -10px 30px rgba(0,0,0,0.05);
}
.footer-corporate h6 {
    color: #1e293b;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.footer-corporate ul {
    list-style: none;
    padding: 0;
}
.footer-corporate ul li {
    margin-bottom: 12px;
}
.footer-corporate a {
    color: #64748b;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s;
}
.footer-corporate a:hover {
    color: #0f172a;
}
.contact-corporate {
    background: #f8fafc;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}
.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.contact-icon {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #3b82f6;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.social-corporate {
    display: flex;
    gap: 10px;
}
.social-corporate a {
    width: 36px;
    height: 36px;
    background: #f1f5f9;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    transition: all 0.3s;
}
.social-corporate a:hover {
    background: #3b82f6;
    color: #fff;
    transform: translateY(-2px);
}
.newsletter-corporate {
    position: relative;
}
.newsletter-corporate input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    background: #f8fafc;
}
.newsletter-corporate button {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 7px 15px;
    background: #3b82f6;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    transition: background 0.3s;
}
.newsletter-corporate button:hover {
    background: #2563eb;
}
.payment-corporate {
    display: flex;
    gap: 15px;
}
.payment-corporate i {
    font-size: 28px;
    color: #64748b;
    transition: color 0.3s;
}
.payment-corporate i:hover {
    color: #3b82f6;
}
.logo-footer {
    max-height:80px;
    margin-bottom: 20px;
}
.footer-bar {
    background: #f8fafc;
    padding: 20px 0;
    margin-top: 50px;
    border-top: 1px solid #e2e8f0;
}
.logo-footer {
    max-width: 200px;
    margin-bottom:10px;
}