.Abt_inro_sec_wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    /* overflow: hidden; */
}

.Abt_inro_sec_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.Abt_inro_sec_bg_mobile {
    display: none;
}

.Abt_inro_sec_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 5%;
    box-sizing: border-box;
}

.Abt_inro_sec_content {
    width: 60%;
    padding-bottom: 50px;
}

.Abt_inro_sec_title {
    margin: 0 0 20px 0;
    font-size: 35px;
    font-weight: 600;
    line-height: 46px;
    color: #000000;
}

.Abt_inro_sec_subtitle {
   
    margin: 0 0 25px 0;
    color: #333333;
   
}

.Abt_inro_sec_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.Abt_inro_sec_list li {
    font-size: clamp(13px, 1.2vw, 15px);
    margin-bottom: 10px;
    line-height: 1.5;
    color: #222222;
}

.Abt_inro_sec_list strong {
    font-weight: 700;
    color: #000000;
}

.Abt_inro_sec_wave {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    z-index: 3;
    line-height: 0;
}

.Abt_inro_sec_wave svg {
    display: block;
    width: 100%;
    height: 12vw;
    min-height: 80px;
    max-height: 200px;
}

.Abt_inro_sec_badge {
    position: absolute;
    bottom: 3%;
    left: 12%;
    z-index: 4;
    width: clamp(120px, 15vw, 220px);
}

.Abt_inro_sec_badge img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    background-color: #ffffff;
}

@media (max-width: 768px) {
    .Abt_inro_sec_wrapper {
        height: 85vh;
        min-height: 500px;
    }
    
    .Abt_inro_sec_bg_desktop {
        display: none;
    }
    
    .Abt_inro_sec_bg_mobile {
        display: block;
                object-position: right;
    }
    
    .Abt_inro_sec_overlay {
        justify-content: flex-start;
        align-items: flex-start;
        padding: 12% 6%;
    }
    
    .Abt_inro_sec_content {
        width: 100%;
        padding-bottom: 0;
    }
    
    .Abt_inro_sec_title {
        font-size: 22px;
                line-height: 1.5em;
    }
    
    .Abt_inro_sec_subtitle {
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .Abt_inro_sec_list {
        list-style: disc;
        padding-left: 20px;
    }
    
    .Abt_inro_sec_list li {
        margin-bottom: 8px;
        font-size: 15px;
        color: #000000;
    }
    
    .Abt_inro_sec_list strong {
        font-weight: 400;
    }
    
    .Abt_inro_sec_desc {
        display: none;
    }
    
    .Abt_inro_sec_wave svg {
        height: 18vw;
    }
    
    .Abt_inro_sec_badge {
                left: 50%;
        transform: translateX(-50%);
        bottom: -50px;
        width: 140px;
    }
}