/* Main Footer Styles */
.main-footer {
    color: #ecf0f1;
    font-family: "Open Sans", Arial, sans-serif;
    background-color: #292929;
}

/* Upper Footer - Company, Links, etc. */
.footer-main {
    padding: 50px 0 30px;
}

.footer-main h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer-main h4:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #8c2b42;
}

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

.footer-main ul li {
    margin-bottom: 10px;
}

.footer-main ul li a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-main ul li a:hover {
    color: #8c2b42;
}

.company-slogan {
    color: #bdc3c7;
    margin-bottom: 15px;
    font-style: italic;
}

.footer-services li {
    padding-left: 5px;
    border-left: 2px solid transparent;
    transition: all 0.3s;
}

.footer-services li:hover {
    border-left: 2px solid #8c2b42;
    padding-left: 10px;
}

.social-icons li a i {
    margin-right: 8px;
    width: 16px;
}

.footer-newsletter p {
    margin-bottom: 15px;
    color: #bdc3c7;
}

.newsletter-form .form-control {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    color: #ecf0f1;
    height: 40px;
}

.newsletter-form .btn-primary {
    background-color: #8c2b42;
    border: none;
    height: 40px;
}

/* Regional Offices Section */
.regional-offices {
    padding: 40px 0;
}

.regional-title {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    font-size: 24px;
    position: relative;
    padding-bottom: 15px;
}

.regional-title:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 2px;
    background-color: #8c2b42;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.office-region {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    transition: transform 0.3s;
    min-height: 260px;
}

.office-region:hover {
    transform: translateY(-5px);
}

.office-region h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
}

.office-region h4 i {
    color: #8c2b42;
    margin-right: 5px;
}

.office-region address {
    margin-bottom: 15px;
    color: #bdc3c7;
    font-style: normal;
}

.office-contact p {
    margin-bottom: 8px;
}

.office-contact p i {
    width: 16px;
    color: #8c2b42;
    margin-right: 8px;
}

.office-contact p a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s;
}

.office-contact p a:hover {
    color: #8c2b42;
}

/* Footer Bottom */
.footer-bottom {
    padding: 20px 0;
    text-align: center;
}

.whatsapp-button {
    display: inline-block;
    background-color: #25d366;
    color: #fff;
    padding: 8px 15px;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.whatsapp-button i {
    margin-right: 5px;
}

.whatsapp-button:hover {
    background-color: #128c7e;
    color: #fff;
}

.copyright {
    text-align: right;
}

.copyright p {
    margin: 0;
    color: #7f8c8d;
}

.copyright a {
    color: #8c2b42;
    text-decoration: none;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .footer-main div[class*="col-"] {
        margin-bottom: 30px;
    }

    .copyright {
        text-align: center;
        margin-top: 15px;
    }

    .chat-support {
        text-align: center;
    }
}
