.footer-top-area {
    background-color: var(--bs-orange-custom);
    padding: 3rem 0;
    color: white;
    margin-top:200px;
}

.footer-info-box {
    background-color: white;
    padding: 2rem;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    color: var(--bs-dark);
    min-height: 220px;
}

.footer-info-box-2 {
    padding: 2rem;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    color: white;
    min-height: 220px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url('/new-wwwroot/assets/support/tyres.jpg') center center / cover no-repeat;
}

.footer-info-link{
    color:white;
}

.footer-info-title-big {
    font-size: 1.4rem;
    font-weight: 800;
}

.footer-follow-row {
    gap: 1rem;
}
.footer-follow-title {
    font-weight: 700;
}
.footer-social-list {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.footer-contact-button {
    background-color: var(--bs-dark); 
    color: white;
}


.footer-main-area {
    background-color: white;
    padding: 3rem 0 1rem 0;
    color: var(--bs-dark);
    border-top: 1px solid #e9ecef;
}

.footer-column-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
    color: var(--bs-dark);
}

.footer-nav-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1.5rem;
}

.footer-nav-item {
    margin-bottom: 0.4rem;
}

.footer-nav-link,
.footer-contact-text,
.footer-working-hours p {
    color: var(--bs-dark);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s;
    opacity: 0.9; 
}

.footer-nav-link:hover {
    color: var(--bs-orange-custom);
    opacity: 1;
}

.footer-contact-icon-small {
    color: var(--bs-medium-gray);
}

.footer-bottom-bar {
    border-top: 1px solid #e9ecef;
    padding-top: 1.5rem;
    margin-top: 2rem;
}

.footer-bottom-bar-title {
    color: var(--bs-dark);
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.footer-logo-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1.5rem;
}

.footer-logo {
    height: 50px;
}

.footer-logo-membership {
    height: 40px; 
    filter: none;
    opacity: 1;
}

.footer-contact-button {
    background-color: transparent;
    border: 2px solid var(--bs-dark);
    font-weight: 600;
    display: flex;
    align-items: stretch;
    padding: 0;
    border-radius: 8px;
    min-height: 60px;
    text-decoration: none;
    transition: all 0.2s;
    overflow: hidden;
}

.footer-contact-button:hover {
    border-color: var(--bs-light-orange-custom);
    color: var(--bs-dark);
}

.footer-contact-icon-area {
    background-color: var(--bs-orange-custom);
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px; 
}

.footer-contact-icon {
    color: white; 
}

.footer-contact-icon img {  
    width: 37px;
}

.footer-contact-text-area {
    background-color: var(--bs-dark); 
    width: 90%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.5rem 1rem;
    text-align: center;

}

.footer-contact-text-large {
    font-size: 1.1rem;
    display: block;
    line-height: 1.2;
}

.footer-contact-text-small {
    font-size: 0.8rem;
    font-weight: 400;
    display: block;
    line-height: 1;
    margin-bottom: 3px;
}

.footer-contact-text-area.single-line {
    justify-content: center;
}
.footer-contact-text-area.single-line .footer-contact-text-large {
    line-height: 1;
}


@media (max-width: 767.98px) {
    .footer-top-area{
        margin-top: 10px;
    }

    .footer-contact-button {
        flex-direction: row;
        height: 60px;
    }

    .footer-contact-icon-area {
        width: 30%;
        padding: 5px;
    }
    
    .footer-contact-text-area {
        width: 70%;
        padding: 0.5rem;
    }
    
    .footer-contact-text-large {
        font-size: 1rem;
    }
    
    .footer-contact-icon {
        font-size: 2rem;
    }
}

@media (min-width: 768px) {
    .footer-top-area .footer-info-box {
        position: relative;
        transform: translateY(-70%);
    }
    .footer-top-area .footer-info-box-2 {
        position: relative;
        transform: translateY(-70%);
    }
}