.about-hero{
    padding:180px 0 120px;
    background:linear-gradient(
        135deg,
        #f8fbff 0%,
        #eef5ff 100%
    );
    overflow:hidden;
}

.about-hero h1{
    font-size:3.5rem;
    font-weight:800;
    line-height:1.2;
    margin-bottom:25px;
}

.about-hero p{
    font-size:1.1rem;
    color:#666;
    margin-bottom:30px;
}

.hero-badge{
    display:inline-block;
    background:#e7efff;
    color:#175cdd;
    padding:10px 20px;
    border-radius:50px;
    font-weight:600;
    margin-bottom:20px;
}

.about-hero-image{
    position:relative;
}

.about-hero-image img{
    border-radius:25px;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
}

.video-section{
    padding:100px 0;
    background:#175cdd;
    color:#fff;
}

.video-wrapper{
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 20px 50px rgba(0,0,0,.25);
}

.video-wrapper iframe{
    width:100%;
    height:650px;
    border:none;
}

@media(max-width:991px){
    .video-wrapper iframe{
        height:350px;
    }
}