.hero-backdrop-container {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

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

.home-hero .hero-section {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    padding-top: 15vh;
}

.btn-type-one {
    background: linear-gradient(90deg, #00AEEF 0%, #3673B0 100%);
    padding: 1rem 2.5rem;
    border-radius: 50px;
    color: white;
    text-decoration: none;
    display: inline-block;
    margin-top: 2rem;
    box-shadow: 0 4px 15px rgba(0,174,239,0.3);
}