.why-choose-us-unique {
    margin-top: 61px;
    background: url('../assets/images/Group\ 67.png') no-repeat center center;
    background-size: cover;
    background-position: center;
    width: 100%;
    max-width: 1204px;
    height: 514px;
    margin: 50px auto;
    border-radius: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    overflow: hidden;
}

.why-choose-us-unique::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(0px);
    background: rgba(255, 255, 255, 0);
    transition: backdrop-filter 0.3s ease-in-out, background 0.3s ease-in-out;
    z-index: 1;
    border-radius: 15px;
}

.why-choose-us-unique h2 {
    position: absolute;
    top: 4px;
    left: 20px;
    background: white;
    color: red;
    padding: 10px 15px;
    border-radius: 62px;
    font-size: 1.5rem;
    font-weight: 600;
    z-index: 10;
}

.box-container-unique {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    z-index: 2;
}

.info-box-unique {
    color: black;
    background: white;
    padding: 15px;
    border-radius: 11px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    flex: 1;
    min-height: 100px;
    max-height: 140px;
    font-size: 0.9rem;
}

.info-box-unique h5 {
    font-size: 1rem;
    margin-bottom: 5px;
    font-weight: 700;
    color: red;
    text-align: center;
}

.info-box-empty-unique {
    min-height: 50px;
    max-height: 80px;
    background: transparent;
    box-shadow: none;
}

@media (max-width: 768px) {
    .why-choose-us-unique {
        margin-top: 61px;
        background: url('../assets/images/Group\ 67.png') no-repeat center center;
        background-size: cover;
        background-position: center;
        width: 100%;
        max-width: 1204px;
        height: 514px;
        margin: 612px auto;
        border-radius: 15px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 20px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    

    .why-choose-us-unique::before {
        backdrop-filter: blur(5px);
    }

    .box-container-unique {
        flex-direction: column;
        align-items: center;
        width: 100%;
        bottom: 10px;
    }

    .info-box-unique {
        width: 98%;
        margin: 5px 0px;
        min-height: 81px;
        max-height: 108px;
        color: black;
        font-size: 0.8rem;
    }

    .info-box-empty-unique {
        min-height: 30px;
        max-height: 50px;
    }

    .why-choose-us-unique h2 {
        top: 15px;
        left: 15px;
        font-size: 1.3rem;
        padding: 8px 12px;
    }
}

.image-box-unique {
    background: transparent;
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.image-box-unique img {
    max-width: 100%;
    max-height: 100px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .image-box-unique {
        margin-top: 50px;
    }

    .image-box-unique img {
        max-height: 64px;
        margin-bottom: -62px;
    }

    .why-choose-us-unique h2 {
        font-size: 1.2rem;
        padding: 2px 10px;
    }
}
