/* style.css */
.ph-wrapper-f213da08 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ph-video-container-f213da08 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%; /* Extra height for parallax */
    z-index: 0;
}

.ph-video-f213da08 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ph-overlay-f213da08 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.ph-content-f213da08 {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 20px;
}

.ph-title-f213da08 {
    margin-bottom: 20px;
    font-size: 3rem;
}

.ph-btn-f213da08 {
    display: inline-block;
    padding: 15px 30px;
    background-color: #0073e6;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.ph-btn-f213da08:hover {
    background-color: #005bb5;
}
