.accordion-header {
    cursor: pointer;
	padding-bottom: 10px;
}

.location-list-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
}

.location-list-wrap {
    width: 35%;
    padding-right: 20px;
}

.location-list {
    height: 700px;
    max-height: 700px;
    overflow-y: auto;
    padding: 0 10px;
}

.location-list::-webkit-scrollbar {
    width: 8px;
}

.location-list::-webkit-scrollbar-track {
    background: #F4F6F7;
    border-radius: 12px;
}

.location-list::-webkit-scrollbar-thumb {
    background: #B2B3B3;
    border-radius: 12px;
}

.map-wrap {
    width: 65%;
    height: 700px !important;
    min-height: 700px;
    border-radius: 12px;
    overflow: hidden;
}

.map-wrap iframe {
    width: 100%;
    height: 700px !important;
    min-height: 700px;
    border: 0;
}

.location-card {
    background-color: #fff;
    box-shadow: 0 3px 17px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}

.location-img {
    position: relative;
    overflow: hidden;
}

.centre-code-badge {
    position: absolute;
    left: 12px;
    bottom: 12px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 30px;
    min-width: 120px;
    padding: 0 12px;
    border-radius: 999px;
    background: #fff0f3;
    color: #ff3158;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    overflow: hidden;
}

.location-img .centre-code-badge > img {
    width: 15px !important;
    height: 15px !important;
    max-width: 15px !important;
    min-width: 15px !important;
    object-fit: contain;
    display: block;
    flex: 0 0 15px;
}

.centre-code-badge span {
    white-space: nowrap;
}


.location-card .location-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    cursor: pointer;
}

.location-card .location-desc {
    padding: 15px;
}

.footer-contact-info .footer-address {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.footer-contact-info .footer-address img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.footer-contact-info .footer-address .isax-send-2 {
    width: 18px;
    height: 18px;
    color: #F04E30;
    margin-right: 0.2rem;
    font-size: 20px;
}

.footer-contact-info .footer-address p,
.footer-contact-info .footer-address a {
    margin: 0;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    line-height: 1.4;
}

.footer-contact-info .footer-address a:hover {
    color: #F04E30;
    text-decoration: none;
}

.location-card .location-desc .accordion-header:hover {
    color: #F04E30;
}

.branch-filter-btn.active {
    background-color: #F04E30;
    border-color: #F04E30;
    color: #fff;
}

.findus-filter {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive Adjustments */
@media screen and (max-width: 1399px) {
    .location-list-wrap {
        width: 40%;
        padding-right: 15px;
    }

    .map-wrap {
        width: 60%;
    }
}

@media screen and (max-width: 1199px) {
    .location-list-wrap {
        width: 45%;
    }

    .map-wrap {
        width: 55%;
    }
}

@media screen and (max-width: 991px) {
    .location-list-container {
        flex-wrap: wrap;
    }

    .location-list-wrap {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .map-wrap {
        width: 100%;
        height: 500px !important;
        min-height: 500px;
    }

    .map-wrap iframe {
        height: 500px !important;
        min-height: 500px;
    }

    .location-list {
        height: auto !important;
        max-height: none !important;
		overflow: visible !important;
        padding: 0;
    }

    .location-card .location-img img {
        height: 450px !important;
		width: 100%
		object-fit: cover;
		
    }
}

@media screen and (max-width: 767px) {
    .location-card .location-desc {
        padding: 10px;
    }

    .map-wrap {
        height: 400px !important;
        min-height: 400px;
    }

    .map-wrap iframe {
        height: 400px !important;
        min-height: 400px;
    }

    .location-list {
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }

    .location-card .location-img img {
        height: 320px !important;
		width: 100%;
		object-fit: cover;
    }

    .footer-contact-info .footer-address p,
    .footer-contact-info .footer-address a {
        font-size: 12px;
    }

    .footer-contact-info .footer-address img {
        width: 16px;
        height: 16px;
        margin-right: 6px;
    }

    .footer-contact-info .footer-address .isax-send-2 {
        width: 16px;
        height: 16px;
        font-size: 18px;
    }

    .location-list-container {
        gap: 15px;
    }
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
}

.footer-social span {
    font-size: 16px;
    font-weight: 500;
    color: #1f2937;
    white-space: nowrap;
}

.footer-social a {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.footer-social a:hover {
    transform: translateY(-2px);
    opacity: 0.85;
}

.footer-social img {
    width: 22px;
    height: 22px;
    display: block;
    object-fit: contain;
}
