html {
    scroll-behavior: smooth;
}

/* banner */
.docs_processing_header_content {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 20px;
    position: relative;
}

.docs_processing-bg {
    padding: 166px 0;
}

.docs_processing_header_content {
    display: block;
}

.verify-identity-button {
    background: white;
    color: black !important;
    border: none;
    width: 28%;
    padding: 20px 0px;
    font-size: 20px;
}

.verify-identity-button:hover {
    background: none;
    border: 1px solid white;
    color: white !important;
}

.docs_processing-bg {
    height: 600px;
}

.docs_processing-bg {
    background-size: cover;
    position: relative;
    background-position: center;
}

.docs_processing-bg .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(95deg, rgb(0 18 77) 11.4%, rgb(0 0 0 / 0%) 70.2%);
}

.docs_processing_header_content h1 {
    color: #fff;
    font-family: "DM Sans", sans-serif !important;
    font-size: 60px;
    line-height: 70px;
}

.docs_processing_header_content h1 span {
    color: #07ebe2;
}

/* banner */

.company-house-list li {
    margin-left: 30px;
    list-style: circle;
    line-height: 38px;
    font-size: 16px;
    font-family: "DM Sans", sans-serif !important;
}

.transparent-heading {
    color: transparent;
    -webkit-text-stroke: 2px #20282d;
    letter-spacing: 2px;
}

.common-section-wrapper .title {
    text-transform: uppercase;
}

.global-hero-section .banner-heading-answer {
    font-weight: 600;
}

.highlight {
    color: var(--light-blue-color);
}

.confirmation-statement-packages-data {
    margin-bottom: 15px;
}

.package-global-wrapper .vo-pricing-wrapper-one .pricing-header-start .pre-title {
    margin-bottom: 18px;
    display: block;
    margin-left: 4px;
}

.confirmation-statement-packages-data .per-week-txt {
    font-size: 15px !important;
    font-weight: 600;
    padding: 9px 0;
    display: block;
    padding-bottom: 15px !important;
}

.confirmation-statement-packages-data .confirmation-total {
    font-size: 24px;
    padding-bottom: 13px;
    display: block;
}

.total-pricing-bold {
    font-weight: 700;
}

.incVat {
    display: inline !important;
}

.verify-identity ul {
    margin-top: -16px;
    margin-bottom: 25px;
}

.verify-identity ul li {
    padding: 10px 0 5px 35px;
    position: relative;
}

.accredations-images img {
    padding: 8px 9px;
    border: 1px solid #20282d;
    border-radius: 4px;
}

.moneyBackDiv {
    background: #20282d;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 70px rgba(26, 136, 255, 0.3);
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

.moneyBackDiv .pattern-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.moneyBackDiv .content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 30px;
    position: relative;
    z-index: 1;
    gap: 60px;
    text-align: center;
}

.moneyBackDiv .text-content {
    flex: 1;
    max-width: 850px;
    text-align: left;
}

.image-section img {
    width: 45%;
}

.Poundpulse {
    animation: pulseAnimation 1.5s infinite ease-in-out;
}

@keyframes pulseAnimation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.moneyBackDiv .guarantee-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    padding: 10px 24px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}

.moneyBackDiv .shield-icon {
    font-size: 18px;
}

.moneyBackDiv .headingP {
    color: #ffffff;
    font-size: 45px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 0px;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    font-family: "DM Sans", sans-serif !important;
}

.moneyBackDiv .moneyback {
    background: white;
    color: #283035;
    padding: 4px 16px;
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 8px;
}

.moneyBackDiv .description {
    color: rgba(255, 255, 255, 0.95);
    font-size: 19px;
    line-height: 1.7;
    margin-top: 15px;
    font-weight: 400;
}

.moneyBackDiv .features {
    display: flex;
    gap: 25px;
    margin-top: 30px;
}

.moneyBackDiv .feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}

.moneyBackDiv .feature-icon {
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.moneyBackDiv .image-section {
    flex-shrink: 0;
    position: relative;
    width: 22%;
}

.moneyBackDiv .main-visual {
    position: relative;
    width: 380px;
    height: 380px;
}

.moneyBackDiv .circle-bg {
    width: 100%;
    height: 100%;
    background: #20282d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 30px 80px rgba(32, 40, 45, 0.4),
        0 0 0 20px rgba(255, 255, 255, 0.1),
        0 0 0 40px rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
}

.moneyBackDiv .person-placeholder {
    width: 180px;
    height: 180px;
    background: linear-gradient(135deg, #1a88ff 0%, #0066cc 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 90px;
    z-index: 1;
    position: relative;
}

.moneyBackDiv .verified-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #00e676 0%, #00c853 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 42px;
    box-shadow: 0 8px 25px rgba(0, 230, 118, 0.4);
    border: 4px solid #20282d;
    z-index: 2;
}

.moneyBackDiv .floating-icons {
    position: absolute;
    font-size: 36px;
}

.moneyBackDiv .icon-1 {
    top: 0;
    left: -40px;
}

.moneyBackDiv .icon-2 {
    bottom: 20px;
    left: -30px;
}

.moneyBackDiv .icon-3 {
    top: 30px;
    right: -40px;
}

.moneyBackDiv .icon-4 {
    bottom: 40px;
    right: -35px;
}

.fasttrackimage {
    width: 18%;
    position: absolute;
    border-radius: 50%;
    right: 25px;
    top: 25px;
    border: 2px solid #232b2f;
}

.theme-para,
p {
    text-align: justify;
}

@media(min-width:900px) and (max-width:1100px) {
    .docs_processing_header_content {
        width: 80%;
    }
}

@media(min-width:1100px) and (max-width:1400px) {
    .docs_processing_header_content {
        width: 60%;
    }
}

@media (max-width: 1200px) {
    .moneyBackDiv .content-wrapper {
        padding: 50px 60px;
        gap: 40px;
    }

    .moneyBackDiv .headingP {
        font-size: 42px;
    }

    .moneyBackDiv .main-visual {
        width: 320px;
        height: 320px;
    }
}

@media (max-width: 900px) {
    .moneyBackDiv .content-wrapper {
        flex-direction: column;
        text-align: center;
        padding: 50px 40px;
    }

    .moneyBackDiv .text-content {
        max-width: 100%;
        text-align: center;
    }

    .moneyBackDiv .headingP {
        font-size: 38px;
    }

    .moneyBackDiv .features {
        justify-content: center;
        flex-wrap: wrap;
    }

    .moneyBackDiv .main-visual {
        width: 280px;
        height: 280px;
    }

    .moneyBackDiv {
        border-radius: 0px;
    }

    .image-section img {
        width: 100%;
    }

    /* banner */
    .docs_processing_header_content {
        width: 100%;
    }

    .docs_processing-bg .overlay {
        background: linear-gradient(70deg, rgb(0 18 77) 11.4%, rgb(0 0 0 / 48%) 70.2%);
    }

    .docs_processing_header_content h1 {
        font-size: 38px;
        line-height: 48px;
        text-align: center;
    }

    .docs_processing-bg {
        height: 350px;
        padding: 93px 0px;
        text-align: center;
    }

    /* banner */
}

@media (max-width: 600px) {

    .package-global-wrapper .vo-packages-table .vo-pricing-wrapper-one .most-popular-txt {
        width: 65%;
        text-align: center;
    }

    .moneyBackDiv .content-wrapper {
        padding: 40px 25px;
    }

    .moneyBackDiv .headingP {
        font-size: 27px;
        text-align: left;
    }

    .moneyBackDiv .description {
        font-size: 17px;
    }

    .moneyBackDiv .main-visual {
        width: 240px;
        height: 240px;
    }

    .moneyBackDiv .person-placeholder {
        width: 140px;
        height: 140px;
        font-size: 70px;
    }

    .moneyBackDiv .floating-icons {
        font-size: 28px;
    }

    .moneyBackDiv {
        border-radius: 0px;
    }

    .image-section img {
        width: 100%;
    }

    /* banner */
    .docs_processing_header_content {
        width: 100%;
    }

    .docs_processing-bg .overlay {
        background: linear-gradient(70deg, rgb(0 18 77) 11.4%, rgb(0 0 0 / 48%) 70.2%);
    }

    .docs_processing_header_content h1 {
        font-size: 30px;
        line-height: 42px;
        text-align: center;
        margin-bottom: 0;
    }

    .docs_processing-bg {
        height: 350px;
        padding: 60px 0px;
        text-align: center;
    }

    .verify-identity-button {
        width: 85%;
    }

    /* banner */

    .fasttrackimage {
        width: 18%;
        right: 14px;
        top: 106px;
    }
}