html,
body {
    margin: 0;
    padding: 0;
}

body > header.tg-header__style-five:not(.transparent-header) .tg-header__area-five {
    background: #ffffff;
}

.pdsc-video-banner {
    position: relative;
    overflow: hidden;
    --pdsc-header-offset: 145px;
    height: calc(100vh - var(--pdsc-header-offset));
    min-height: 560px;
    height: calc(100svh - var(--pdsc-header-offset));
    padding: 0;
    display: flex;
    align-items: center;
    background: #000000;
}

.pdsc-video-banner .pdsc-banner-video,
.pdsc-video-banner .pdsc-banner-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.pdsc-video-banner .pdsc-banner-video {
    object-fit: cover;
    z-index: 0;
}

.pdsc-video-banner .pdsc-banner-overlay {
    background: rgba(0, 0, 0, 0.685);
    z-index: 1;
}

.pdsc-video-banner .container {
    position: relative;
    z-index: 2;
}

.pdsc-video-banner .banner__content-four .title,
.pdsc-video-banner .banner__content-four p {
    color: #ffffff;
}

.pdsc-video-banner .banner__content-four .title span {
    color: #ffffff;
}

.pdsc-video-banner .banner__content-four .title span::before {
    background: var(--tg-theme-primary);
}

@media (max-width: 991px) {
    .pdsc-video-banner {
        --pdsc-header-offset: 90px;
        height: calc(100vh - var(--pdsc-header-offset));
        min-height: 520px;
        height: calc(100svh - var(--pdsc-header-offset));
    }
}

.pdsc-footer-top {
    padding: 70px 0 45px;
}

.pdsc-footer-top .footer-widget {
    margin-bottom: 0;
}

.pdsc-footer-top .footer__newsletter-three {
    width: 100%;
}

.footer-visitor-widget {
    margin-left: 70px;
}

.pdsc-footer-top .footer__newsletter-three form {
    margin-bottom: 22px;
}

.footer-visitor-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(170px, 1fr));
    gap: 14px;
    align-items: stretch;
}

.footer-visitor-stat {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 112px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
}

.footer-visitor-stat span {
    display: block;
    color: #c7cffd;
    font-size: 15px;
}

.footer-visitor-stat .footer-visitor-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    flex-shrink: 0;
    border-radius: 50%;
    color: #ffffff;
    background: rgba(255, 171, 0, 0.16);
}

.footer-visitor-stat .footer-visitor-icon i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    font-size: 16px;
    line-height: 1;
}

.footer-visitor-stat strong {
    display: block;
    margin-top: 3px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .footer-visitor-widget {
        margin-left: 0;
    }

    .footer-visitor-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pdsc-footer-top .row {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .pdsc-footer-top {
        padding: 55px 0 35px;
    }
}

@media (max-width: 575px) {
    .footer-visitor-stats {
        grid-template-columns: 1fr;
    }
}
