/* Video Background Styles */
.page-header--video {
    position: relative;
    overflow: hidden;
    background-image: none !important;
}

.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.page-header__bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 25, 54, 0.35);
    z-index: 1;
}

.page-header__bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 0;
}

.page-header .container {
    position: relative;
    z-index: 2;
}

/* Section Title Tagline Color */
.sec-title__tagline {
    color: #333333 !important;
}

/* Ana başlıkları renkli yap */
.sec-title__title {
    color: #5bbdd3 !important;
}
