.elementor-22 .elementor-element.elementor-element-2a4a42e{--display:flex;--margin-top:-10px;--margin-bottom:-10px;--margin-left:-10px;--margin-right:-10px;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-6bd8a9d *//* ============================================
   Pro Auto Bangladesh - Premium Footer CSS
   ============================================ */
.proauto-footer {
    background-color: #0d0d0d;
    border-top: 1px solid #1f1f1f;
    padding: 64px 24px 64px 24px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #c0c0c0;
    line-height: 1.7;
}
.proauto-footer .footer-container {
    max-width: 1280px;
    margin: 0 auto;
}
.proauto-footer .footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    margin-bottom: 48px;
}
@media (min-width: 768px) {
    .proauto-footer .footer-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 48px;
    }
}
/* Brand Section */
.proauto-footer .footer-brand {
    margin-bottom: 16px;
}
.proauto-footer .footer-logo {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 24px;
    font-weight: 900;
    color: #e8e8e8;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
}
.proauto-footer .footer-logo .gold-accent {
    color: #c9a96e;
}
.proauto-footer .footer-tagline {
    font-size: 11px;
    font-weight: 600;
    color: #999999;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.proauto-footer .footer-description {
    font-size: 14px;
    color: #666666;
    max-width: 320px;
    margin-bottom: 24px;
}
/* Social Icons */
.proauto-footer .footer-socials {
    display: flex;
    align-items: center;
    gap: 12px;
}
.proauto-footer .social-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background-color: #1a1a1a;
    border: 1px solid #262626;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999999;
    transition: all 0.3s ease;
    text-decoration: none;
    cursor: pointer;
}
.proauto-footer .social-icon:hover {
    color: #c9a96e;
    border-color: rgba(201, 169, 110, 0.5);
    transform: translateY(-1px);
}
.proauto-footer .social-icon svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}
/* Column Sections */
.proauto-footer .footer-column {
    display: flex;
    flex-direction: column;
}
.proauto-footer .footer-heading {
    font-size: 11px;
    font-weight: 600;
    color: #c9a96e;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.proauto-footer .footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.proauto-footer .footer-list li a {
    font-size: 14px;
    color: #666666;
    text-decoration: none;
    transition: color 0.3s ease;
}
.proauto-footer .footer-list li a:hover {
    color: #e8e8e8;
}
/* Contact Info */
.proauto-footer .footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
    color: #666666;
}
.proauto-footer .footer-contact li a {
    color: #666666;
    text-decoration: none;
    transition: color 0.3s ease;
}
.proauto-footer .footer-contact li a:hover {
    color: #e8e8e8;
}
.proauto-footer .footer-contact .address {
    line-height: 1.6;
}
.proauto-footer .footer-hours {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #1f1f1f;
}
.proauto-footer .footer-hours .hours-title {
    font-size: 14px;
    font-weight: 500;
    color: #c0c0c0;
    margin-bottom: 8px;
}
.proauto-footer .footer-hours .hours-text {
    font-size: 12px;
    color: #999999;
    margin-bottom: 4px;
}
/* Bottom Bar */
.proauto-footer .footer-bottom {
    padding-top: 32px;
    border-top: 1px solid #1f1f1f;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    text-align: center;
}
@media (min-width: 640px) {
    .proauto-footer .footer-bottom {
        flex-direction: row;
        text-align: left;
    }
}
.proauto-footer .footer-copyright {
    font-size: 11px;
    color: #555555;
}
.proauto-footer .footer-slogan {
    font-size: 11px;
    color: #555555;
}/* End custom CSS */