.sv-page-wrapper {
    width: 100%;
    background: #ffffff;
}
.sv-paraghrap-sub {
	color: #2a7dbf;
}



.sv-hero {
    margin-top: 79px !important;
    position: relative;
    width: 100%;
    background-color: #1a2847;
    background-image: url('https://joeblackentertainment.com/wp-content/uploads/2026/05/Banner-Services.png');
    background-size: cover;
    background-position: center 15%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
}


@media (min-width: 768px) {
    .sv-hero {
        aspect-ratio: 26 / 9;
        min-height: auto;
    }
}

.sv-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(10, 15, 40, 0.88) 0%, rgba(10, 15, 40, 0.55) 55%, rgba(10, 15, 40, 0.05) 100%);
    z-index: 1;
}

.sv-hero__content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 60px 40px 60px 80px;
    margin-top: 280px;
}

.sv-hero__title {
    margin: 0 0 20px;
    line-height: 1.05;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0 12px;
}

.sv-title-1 {
    font-size: 35px;
    font-family: 'DelaGothicOne', sans-serif;
    color: #ffffff;
    font-weight: 700;
}

.sv-title-2 {
    font-size: 35px;
    font-family: 'DelaGothicOne', sans-serif;
    color: #4A9FD8;
    font-weight: 700;
}

.sv-hero__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
    color: #ffffff;
    text-align: justify;
    max-width: 608px;
    font-family: 'Poppins';
}


.sv-content {
    width: 100%;
    padding: 52px 80px 80px;
}

.sv-content p {
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;
    color: #333333;
    font-size: 15px;
}

.sv-content h2 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin: 48px 0 20px;
    color: #1a1a1a;
}

.sv-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 32px 0 14px;
    color: #1a1a1a;
}

.sv-content ul,
.sv-content ol {
    padding-left: 0;
    list-style: none;
    margin: 0 0 24px;
}

.sv-content ul li,
.sv-content ol li {
    padding: 3px 0;
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.6;
}

.sv-content strong {
    font-weight: 700;
}


@media (max-width: 768px) {
    .sv-hero {
        min-height: 450px !important;
        background-position: 75% center !important;
        aspect-ratio: auto;
        margin-top: 28px !important;
    }

    .sv-hero__overlay {
        background: rgba(10, 15, 40, 0.7);
    }

    .sv-hero__content {
        padding: 40px 20px;
        max-width: 100%;
        text-align: center;
        margin-top: 0;
    }

    .sv-hero__title {
        justify-content: center;
    }

    .sv-title-1,
    .sv-title-2 {
        font-size: 40px;
    }

    .sv-hero__text {
        text-align: center;
        margin: 0 auto;
    }

    .sv-content {
        padding: 36px 20px 60px;
    }

    .sv-content p,
    .sv-content ul li,
    .sv-content ol li {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .sv-hero__content {
        padding: 24px 16px;
    }

    .sv-title-1,
    .sv-title-2 {
        font-size: 32px;
    }

    .sv-content {
        padding: 28px 16px 48px;
    }
}
