/* Footer Redesign - Copied from Santamonica */
.footer-redesign {
    background-color: #2a2a2b;
    color: #ffffff;
    position: relative;
    padding-top: 80px;
    font-family: 'Poppins', sans-serif;
    background-image: url('../images/background/map-pattern.png'); /* fallback/optional */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.footer-redesign .footer-widget-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}

/* About Section */
.footer-redesign .about-text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
    color: #ffffff;
}

.footer-redesign .social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
}

.footer-redesign .social-icons li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    font-size: 14px;
    transition: all 0.3s ease;
}

.footer-redesign .social-icons li a:hover {
    background-color: #7f181c;
    color: #ffffff;
}

/* Links Section */
.footer-redesign .useful-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.footer-redesign .useful-links li {
    width: 50%;
    margin-bottom: 12px;
}

.footer-redesign .useful-links li a {
    color: #ffffff;
    font-size: 14px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.footer-redesign .useful-links li a::before {
    content: '-';
    margin-right: 8px;
}

.footer-redesign .useful-links li a:hover {
    color: #7f181c;
}

/* Helpline Section */
.footer-redesign .helpline-text {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.footer-redesign .helpline-text i {
    color: #7f181c;
    margin-right: 10px;
}

/* Contact Blocks (Middle Section) */
.footer-contact-blocks {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 30px;
}

.footer-contact-blocks .contact-block {
    flex: 1;
    min-width: 300px;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-contact-blocks .contact-block.dark-bg {
    background-color: #353536;
}

.footer-contact-blocks .contact-block.orange-bg {
    background-color: #7f181c;
    color: #ffffff;
}

.footer-contact-blocks .contact-block .icon {
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #ffffff;
}

.footer-contact-blocks .contact-block.dark-bg .icon {
    color: #ffffff;
}

.footer-contact-blocks .contact-block .content h5 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.footer-contact-blocks .contact-block .content span {
    font-size: 13px;
    color: #ffffff;
}

.footer-contact-blocks .contact-block.orange-bg .content span {
    color: rgba(255, 255, 255, 0.9);
}

/* Footer Bottom */
.footer-bottom-redesign {
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-bottom-redesign .footer-nav {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.footer-bottom-redesign .footer-nav li a {
    color: #ffffff;
    font-size: 13px;
    transition: all 0.3s ease;
}

.footer-bottom-redesign .footer-nav li a:hover {
    color: #7f181c;
}

.footer-bottom-redesign .footer-nav li:not(:last-child)::after {
    content: '|';
    color: rgba(255, 255, 255, 0.2);
    margin-left: 15px;
}

.footer-bottom-redesign .copyright-text {
    font-size: 12px;
    color: #ffffff;
}
