.footer-bottom-col-right {
    padding: 1px;
}

.footer-office-title {
    font-size: 40px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 2px;
}

.footer-company-name {
    font-size: 18px;
    font-weight: 1000;
    color: #0e0e0e;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 1.4;
}

.footer-office-address {
    margin-bottom: 13px;
}

.footer-office-address p {
    font-size: 19px;
    color: #100f0f;
    margin: 0 0 4px 0;
    line-height: 1.6;
    font-weight: 400;
}

.footer-office-contact {
    border-top: 1px solid rgba(139, 69, 19, 0.3);
    padding-top: 12px;
    margin-top: 12px;
}

.footer-office-contact p {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 8px 0;
    font-size: 12px;
}

.contact-icon {
    font-size: 18px;
    color: #8B4513;
}
footer-office-address
.footer-contact-link {
    color: #ffffff;
    text-decoration: none;
    font-weight: 800;
    transition: all 0.3s ease;
    word-break: break-all;
}

.footer-contact-link:hover {
    color: #D2691E;
    text-decoration: underline;
}

/* Responsive for Our Offices Section Only */
@media (max-width: 991px) {
    .footer-bottom-col-right {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        margin-top: 25px;
    }
    
    .footer-office-section {
        text-align: center;
    }
    
    .footer-office-title {
        text-align: center;
    }
    
    .footer-office-card {
        text-align: left;
    }
}

@media (max-width: 576px) {
    .footer-office-title {
        font-size: 20px;
    }
    
    .footer-company-name {
        font-size: 13px;
    }
    
    .footer-office-address p {
        font-size: 25px;
    }
    
    .footer-contact-link {
        font-size: 11px;
    }
    
    .footer-office-card {
        padding: 15px;
    }
}

@media (max-width: 400px) {
    .footer-office-title {
        font-size: 20px;
    }
    
    .footer-company-name {
        font-size: 13px;
    }
    
    .footer-office-address p,
    .footer-contact-link {
        font-size: 10px;
    }
}