/* <!-- section banner location desktop --> */
.testdiv {
    position: relative;
}

.testdiv2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner-location {
    position: relative;
    color: #ffffff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.banner-location-img {

    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
    pointer-events: none;
}

.banner-location-text {
    z-index: 10;
}

.main-content-banner {
    position: absolute;
    z-index: 11;
    top: 55%;
    left: 6%;
    transform: translateY(-50%);
}

.banner-btn {
    padding: 15px 35px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    border-radius: 30px;
    background-color: #fff;
    color: #0C4242;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
}

.call-label {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0.5px;
}

.call-number {
    font-weight: 500;
    font-size: 24px;
    color: #ffffff;
}

/* <!-- section select list location --> */
.branch-name {
    text-decoration: none;
    color: #808081;
}

.branch-name:hover {
    color: #0C4242;
}

.branch-select {
    width: 500px;
    height: 82px;
    border: 1px solid #AFBEBB;
    border-radius: 50px;
    padding: 28px 25px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('../image/Frame.svg');
    background-repeat: no-repeat;
    background-position: right 38px center;
    background-size: 12px;
}

.custom-dropdown {
    width: 500px;
    font-family: Arial, sans-serif;
    position: relative;
    border-radius: 15px;
    background: #fff;
}

.dropdown-selected {
    width: 500px;
    height: 82px;
    border: 1px solid #AFBEBB;
    border-radius: 50px;
    padding: 28px 25px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('../image/select-icon-dropdown.svg');
    background-repeat: no-repeat;
    background-position: right 38px center;
    background-size: 12px;
}

.dropdown-list {
    position: absolute;
    width: 100%;
    max-height: fit-content;
    overflow-y: auto;
    background: #fff;
    border-radius: 30px;
    z-index: 999;
    padding-top: 7px;
    padding-bottom: 7px;
    border: solid 1px #AFBEBB;
    margin-top: 10px;
}

.hidden {
    display: none;
}

.dropdown-group {
    padding: 10px 20px;
}

.underline {
    width: 75%;
    height: 1px;
    background-color: #ddd;
    margin-left: 25px;
}

.dropdown-group:last-child {
    border-bottom: none;
}

.group-title {
    display: flex;
    align-items: center;
    color: #808081;
    font-size: 16px;
    font-family: 'Helvetica Neue Light', sans-serif;
}

.group-title:hover {
    color: #0C4242;
}

.group-title img {
    margin-right: 10px;
    margin-left: 6px;
}

.dropdown-group ul {
    list-style: none;
    padding-left: 28px;
    margin: 0;
}

.dropdown-group ul li {
    padding: 0px 0;
    color: #7F7F7F;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Helvetica Neue Light', sans-serif;
}

.dropdown-group ul li:hover {
    color: #0C4242;
}

/* <!-- section list location --> */

.view-branch-btn {
    width: fit-content;
    padding: 15px 35px;
    font-size: 11px;
    line-height: 20px;
    border-radius: 30px;
    background-color: #0C4242;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
}

.view-branch-btn:hover {
    color: white;
}

.custom-line-location {
    border: none;
    height: 1px;
    background-color: #AFBEBB;
    margin: 2rem 0;
}



/* ======================================================== */
/* Location detail */

/* <!-- section list location detail --> */
.custom-line-location-item {
    border: none;
    height: 1px;
    background-color: #AFBEBB;
    margin-top: 16px;
    margin-bottom: 40px;

}

.clinic-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.clinic-content {
    opacity: 0;
    /* Ban đầu ẩn */
    max-height: 0;
    /* Ban đầu chiều cao là 0 */
    display: block;
    /* Phần tử vẫn tồn tại trong DOM */
    margin-top: 28px;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease;
}

.clinic-content img {
    max-width: 100%;
    /* height: auto; */
}

.view-branch-location-btn {
    width: fit-content;
    padding: 15px 35px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 30px;
    background-color: #0C4242;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
}

.view-branch-location-btn:hover {
    color: white;
}

.location-item-content {
    width: 56% !important;
}

.clinic-content.open {
    opacity: 1;
    max-height: 1000px;
    margin-top: 14px;
    margin-bottom: 67px;
}

.clinic-header .toggle-arrow {
    transition: transform 0.3s ease;
}

.clinic-header .toggle-arrow.open {
    transform: rotate(180deg);
}

/* Reponsive mobiel version */
@media (max-width: 991px) {

    /* <!-- section banner location mobile --> */
    .main-content-banner {
        width: 100%;
        text-align: center;
        position: absolute;
        z-index: 11;
        top: 55%;
        left: 50%;
        padding: 0px 35px;
        transform: translate(-50%, 0%);
    }

    .description-banner {
        width: 100%;
    }

    .banner-btn {
        font-size: 16px;
    }

    /* section select list location */

    .custom-dropdown {
        width: auto;
    }

    .underline {
        margin-left: 24px;
    }

    .title-select-branch {
        color: #0C4242;
        text-align: center;
    }

    .branch-select-container {
        display: flex;
        justify-content: center;
    }

    .dropdown-selected {
        width: 305px;
        height: 50px;
        padding: 12px 25px;
        background-position: right 29px center;
    }

    .group-title {
        font-size: 14px;
    }

    .dropdown-group ul li {
        font-size: 14px;
    }

    /* section list location  */
    .view-branch-btn-mb {
        width: fit-content;
        font-size: 11px;
        line-height: 20px;
        background-color: #0C4242;
        color: #ffffff;
        text-decoration: none;
        display: inline-block;
        white-space: nowrap;
    }

    .image-wrapper {
        position: relative;
    }

    .overlay-text {
        position: absolute;
        bottom: 2%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        background-color: inherit;
        border-radius: 5px;
        text-align: center;
    }

    /* section list location detail */
    .custom-line-location-item {
        margin-top: 0;
        margin-bottom: 23px;
    }

    .locationdetail-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 0;
        font-family: 'Helvetica Neue', sans-serif;
    }

    .clinic-content {
        margin-top: 23px;
    }

    .clinic-content.open {
        margin-top: 23px;
        margin-bottom: 0;
    }

    .branch-card {
        width: 100%;
        border-radius: 15px;
        height: 230px;
        box-shadow: 0 3px 10px rgba(112, 142, 134, 0.6);
    }

    .bg-img {
        height: 100%;
        object-fit: cover;
    }

    .overlay {
        background-color: rgba(112, 142, 134, 0.8);
        z-index: 1;
    }

    .content {
        top: 5%;
        z-index: 2;
    }

}