.virtual-con {
    padding-top: 40px;
}

.virtual-section .h5 {
    margin: 20px 0 40px;
}

.why-map-content li {
    margin-bottom: 25px;
}

.virtual-section .circle-pattern {
    width: 620px;
    height: 620px;
}

.virtual-section .circle-pattern svg {
    width: calc(100% + 100px);
    height: calc(100% + 100px);
}

.vr-faq-section {
    padding-bottom: 200px;
}

.vr-faq-section .container {
    width: auto;
    margin-left: calc((100% - 1720px) / 2);
    max-width: 2880px;
}

.vr-faq-section .container .row [class*="col-"]:last-child {
    padding: 0;
}

.vr-faq-section .h5 {
    text-align: right;
    max-width: 230px;
    margin: 0 40px 0 auto;
}

.vr-faq-section .accordion {
    margin-top: 12px;
}

.serve-section {
    padding: 120px 0 90px;
}

.serve-section .h1 {
    line-height: 1.1;
    margin-bottom: 20px;
}

.serve-content {
    max-width: 1200px;
    margin-bottom: 65px;
}

.serve-btns {
    /* max-width: 382px; */
    margin-right: 25px;
    /* margin-top: 70px; */
}

.load-more-mobile {
    max-width: 420px;
    margin-inline: auto;
    margin-top: 30px;
}

.how-section {
    padding: 160px 0 130px;
    background-size: cover;
    background-position: 0 150%;
    background-repeat: no-repeat;
}

.how-col {
    margin-top: 125px;
}

.how-btn {
    margin: 475px 25px 0 0;
}

.how-items>* {
    text-align: center;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.how-items .h3 {
    color: var(--dark-blue);
    border-bottom: 3px solid var(--carolina-blue);
    padding-bottom: 12px;
    margin: 0 0 16px 0;
}

.how-img {
    width: 330px;
    height: 330px;
    margin-bottom: 20px;
}

.unique-section {
    padding: 100px 0;
    position: relative;
}

.unique-section::before {
    content: "";
    background-image: url(../images/unique-bg.png);
    background-size: cover;
    background-position: center;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.35;
}

.unique-content {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

.unique-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.unique-content ul li {
    margin-bottom: 40px;
    padding: 0 0 60px;
    position: relative;
}

.unique-content ul li li {
    margin-bottom: 0;
    padding-bottom: 0;
    background-image: none;
}

.unique-content ul li>*:last-child {
    margin-bottom: 0;
}

.unique-content ul li::before,
.unique-content ul li ul li::after {
    display: none;
}

.unique-content ul li {
    background-image: url(../images/line-break.png);
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.unique-content ul ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

.unique-content ul li .h5 {
    margin-bottom: 15px;
    line-height: 1;
}

.see-section::after {
    display: none;
}

.virtual-section+.serve-section {
    padding-top: 0;
}

.trust-section {
    padding: 120px 0 0;
    position: relative;
}

.trust-section .h3 {
    margin-bottom: 40px;
}

.trust-content {
    max-width: 820px;
    margin-bottom: 50px;
}

.trust-logos {
    margin-bottom: 90px;
}

.trust-logos img {
    max-height: 100px;
}

.trust-logos [class*="col-"] {
    margin-bottom: 15px;
    display: inline-flex;
    align-items: center;
}

.trust-img {
    width: 100%;
    position: absolute;
    bottom: 0;
}

[class*="col-"]:has(.trust-img) {
    position: relative;
}

.trust-section .draw-svg {
    position: absolute;
    bottom: -20px;
    height: auto;
    rotate: 90deg;
    z-index: -1;
}

.how-section+.serve-section {
    padding-top: 0;
}

.why-map-section {
    background-color: var(--dark-blue);
    padding-block: 80px;
}

.why-map-section .h5 {
    color: var(--white);
    font-weight: bold;
    margin-bottom: 45px;
    text-align: center;
}

.why-map-section .content-info ul {
    columns: 3;
    color: var(--white);
}

.top-section .trust-section {
    border-bottom: 30px solid var(--light-orange);
}

.marketplace-new #zohoForm {
    width: 100%;
    height: 1380px;
}

@media (min-width: 768px) {
    .how-items {
        margin-inline: -25px;
    }

    .how-items>* {
        padding-inline: 25px;
    }

    .trust-section .draw-svg {
        display: none;
    }
}

@media (min-width: 992px) {
    .how-items .h3 {
        font-size: 26px !important;
    }
}

@media (min-width: 1200px) {
    .ids-row [class*="col-"]:has(.map-line-btn) {
        position: sticky;
        top: 130px;
        height: 100%;
    }

    main:has(.ids-row),
    main.marketplace-new {
        overflow: visible;
    }

    .marketplace-new .virtual-section .circle-pattern {
        position: sticky;
        top: 120px;
    }
}

@media (min-width: 1300px) {
    .marketplace-new .trust-section {
        margin-top: 70px;
    }
}

@media (min-width: 1500px) {
    .how-items .h3 {
        font-size: 30px !important;
    }

    .marketplace-new .trust-section {
        margin-top: 30px;
    }
}

@media (min-width: 1800px) {
    .trust-img {
        left: 4%;
        min-width: 111%;
    }

    .trust-logos [class*="col-"]:nth-child(3n - 1) {
        padding-left: 50px;
    }

    .trust-logos [class*="col-"]:nth-child(3n - 0) {
        padding-left: 100px;
    }

    .serve-wraps .serve-item:nth-child(6n) {
        margin-right: 0;
    }
}

@media (min-width: 1900px) {
    .marketplace-new .trust-section {
        margin-top: 160px;
    }
}

@media (max-width: 1799px) {
    .virtual-con {
        padding-top: 0;
    }

    .virtual-section .circle-pattern {
        width: 570px;
        height: 570px;
    }

    .vr-faq-section .container {
        margin-left: calc((100% - 1420px) / 2);
    }

    .serve-section {
        padding-top: 100px;
    }

    .trust-section {
        padding-top: 0;
    }

    .how-col {
        margin-top: 80px;
    }

    .how-img {
        width: 280px;
        height: 280px;
    }

    .how-section {
        padding: 100px 0 70px;
    }

    .how-btn {
        margin-top: 400px;
    }

    .top-section+.vr-faq-section,
    .virtual-section+.vr-faq-section {
        padding-bottom: 150px;
    }

    .top-section .trust-section {
        margin-bottom: 40px;
    }

    .top-section .trust-section {
        border-bottom-width: 20px;
    }
}

@media (max-width: 1499px) {
    .virtual-section .circle-pattern {
        width: 480px;
        height: 480px;
    }

    .vr-faq-section .container {
        margin-left: calc((100% - 1320px) / 2);
    }

    .how-img {
        width: 240px;
        height: 240px;
    }

    .how-btn {
        margin-top: 350px;
    }

    .unique-content {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
    }

    .trust-content {
        margin-bottom: 30px;
    }

    .trust-logos [class*="col-"] {
        margin-bottom: 10px;
    }

    .trust-section .h3 {
        margin-bottom: 20px;
    }

    .top-section+.vr-faq-section,
    .virtual-section+.vr-faq-section {
        padding-bottom: 100px;
    }
}

@media (max-width: 1399px) {
    .vr-faq-section .container {
        margin-left: calc((100% - 1240px) / 2);
    }
}

@media (max-width: 1300px) {
    .vr-faq-section .container {
        margin-left: calc((100% - 1140px) / 2);
    }
}

@media (max-width: 1199px) {
    .virtual-section .h5 {
        margin: 60px 0 30px;
    }

    .vr-faq-section .container {
        margin-left: calc((100% - 960px) / 2);
    }

    .vr-faq-section .accordion {
        margin-top: 30px;
        margin-left: 12px;
    }

    .vr-faq-section .h5 {
        text-align: center;
        max-width: unset;
        margin: 0 auto;
    }

    .how-col {
        margin: 0 0 50px;
    }

    .how-btn {
        margin-top: 50px;
    }

    .how-btn {
        margin-right: 0;
    }

    .unique-content,
    .why-map-section .content-info ul {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }

    .vr-faq-section .h5 br {
        display: none;
    }

    .virtual-con .row [class*="col-"] .why-map-content:first-child {
        margin-top: 60px;
    }

    .trust-img {
        display: none;
    }

    .trust-content {
        max-width: 100%;
    }

    .serve-btns {
        margin-right: 0;
        margin-top: 70px;
    }

    .ids-row .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .top-section .trust-section .trust-logos {
        margin-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .vr-faq-section .container {
        margin-left: calc((100% - 720px) / 2);
    }

    .serve-content {
        margin-bottom: 40px;
    }

    /* .serve-btns {
        margin-top: 60px;
    } */
}

@media (max-width: 767px) {
    .virtual-section {
        background-image: none !important;
    }

    .virtual-section .circle-pattern {
        width: 300px;
        height: 300px;
    }

    .virtual-section .circle-pattern svg {
        width: calc(100% + 60px);
        height: calc(100% + 60px);
    }

    .virtual-section .h5,
    .vr-faq-section .h5,
    .unique-content ul li .h5 {
        font-size: 32px !important;
    }

    .why-map-content li {
        padding-left: 0;
    }

    .why-map-content li::before {
        display: none;
    }

    .vr-faq-section .container {
        margin-left: auto;
    }

    .vr-faq-section .accordion {
        margin-left: 0;
    }

    .serve-section {
        padding-bottom: 0;
        padding-top: 80px;
    }

    .virtual-section .h5 {
        margin: 40px 0 30px;
    }

    .virtual-con {
        padding-top: 20px;
    }

    .how-img {
        width: 260px;
        height: 260px;
    }

    .how-section {
        padding: 70px 0 40px;
    }

    .how-btn,
    .how-col {
        margin-top: 0;
    }

    .how-items>* {
        margin-bottom: 40px;
    }

    .how-items .h3 {
        font-size: 32px !important;
        border-bottom: 0;
        position: relative;
        padding: 15px 0 19px;
        line-height: 1;
        margin-bottom: 26px;
    }

    .how-items .h3::after {
        top: auto !important;
        bottom: 0;
    }

    .how-items .h3::after,
    .how-items .h3::before {
        content: "";
        position: absolute;
        width: 95px;
        height: 4px;
        background-color: var(--carolina-blue);
        margin: 0 auto;
        top: 0;
        left: 0;
        right: 0;
    }

    .how-content p {
        text-align: left;
    }

    .how-img,
    .why-map-section .h5 {
        margin-bottom: 30px;
    }

    .unique-content,
    .why-map-section .content-info ul {
        -webkit-column-count: auto;
        -moz-column-count: auto;
        column-count: auto;
    }

    .unique-content ul li {
        padding-bottom: 0;
        margin-bottom: 50px;
        background-image: none;
    }

    .unique-section {
        padding: 50px 0 0;
    }

    .serve-section+.unique-section {
        margin-top: 80px;
    }

    .virtual-con .row [class*="col-"] .why-map-content:first-child {
        margin-top: 40px;
    }

    .trust-section .h3 {
        font-size: 40px !important;
    }

    .trust-section {
        padding-top: 40px;
    }

    .trust-section .h3 {
        margin-bottom: 18px;
        letter-spacing: -1px;
    }

    .trust-logos [class*="col-"] {
        justify-content: center;
    }

    .trust-logos img {
        max-height: 60px;
    }

    .trust-logos {
        margin-bottom: 50px;
    }

    .trust-content {
        margin-bottom: 50px;
    }

    .why-map-section {
        padding-block: 50px;
    }

    .top-section+.vr-faq-section,
    .virtual-section+.vr-faq-section {
        padding-bottom: 0;
    }

    .how-section+.see-section {
        margin-top: 120px;
    }

    .vr-faq-section+.see-section {
        margin-top: 200px;
    }

    .top-section .trust-section {
        padding-top: 0;
    }

    .top-section .trust-logos {
        margin-bottom: 30px;
    }

    .top-section .trust-section,
    .top-section .trust-section .trust-logos {
        margin-bottom: 30px;
    }

    .top-section .trust-section {
        border-bottom-width: 10px;
    }
}

@media (max-width: 369px) {
    .virtual-section .circle-pattern {
        width: 260px;
        height: 260px;
    }
}