.ps-vendor-banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 650px; /* Default height for desktop */
}

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

.banner-content {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    padding-top: 120px; /* Adjust based on your design */
}

/* Responsive for tablets and phones */
@media (max-width: 768px) {
    .ps-vendor-banner {
        height: 320px;
    }

    .banner-content {
        padding-top: 40px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .ps-vendor-banner {
        height: 240px;
    }

    .banner-content {
        padding-top: 40px;
        font-size: 14px;
    }
}

.banner-content h2 {
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.7);
}

.header .header__left {
    max-width: 70px;
}

.ps-btn,
button.ps-btn {
    color: #ffffff;
    background-color: #368aba;
}

.ps-block--vendor-milestone .ps-block__number {
    border: 2px solid #368aba;
}

.ps-vendor-best-fees .ps-section__numbers figure {
    border: 2px solid #368aba;
}

.ps-vendor-best-fees .ps-section__highlight {
    display: unset;
}

.ps-section--vendor .ps-section__header h4 {
    padding-bottom: 20px;
    font-weight: 600;
    color: #368aba;
    text-shadow: 4px 4px 8px #368aba(0, 0, 0, 0.7);
}

.ps-section--vendor {
    padding: 40px 0;
}

.ps-block--vendor-milestone {
    padding-bottom: 50px;
}

.ps-vendor-faqs {
    background-color: #f6f6f6;
}

.ps-vendor-faqs .ps-section__footer {
    padding-top: 20px;
    text-align: center;
    border-top: 1px solid #e1e1e1;
}
.widget_footer .widget-title {
    margin-bottom: 10px;
}

.ps-footer__widgets {
    padding-bottom: 0px;
}

.ps-contact-info h3 {
    margin-bottom: 10px;
    color: #368aba;
}

.ps-contact-info {
    padding: 60px 0;
}
.ps-section__header p{
    padding-bottom: 50px;
}

.ps-contact-form h3 {
    margin-bottom: 30px;
}

.ps-block--contact-info {    
    margin: 0 auto 0px;
}

.card-header a {
    font-weight: 500;
    font-size: 17px;
    text-decoration: none;
}

.ps-section__header h1{
    color:#368aba;
}

.ps-faqs .ps-section__header {
    padding-bottom: 10px;
    color: #368aba;
}

.ps-faqs{
    padding: 40px 0;
}

.ps-section__content p{
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .ps-section--vendor .ps-section__header {
        padding-bottom: 20px;
    }
}

