.services-section {
    padding-bottom: 70px;
}

.service-end-col .h5 {
    margin: 40px 0 25px;
}

.service-img {
    width: 470px;
    height: 470px;
}

.services-btns {
    margin: 120px 25px 0 0;
}

.service-row-one {
    position: relative;
    padding-top: 20px;
}

.service-row-two {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 30px;
}

.service-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.service-title img {
    max-height: 130px;
    width: 80px;
    margin-right: 40px;
}

.service-points ul {
    margin: 50px 0 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.service-points ul li {
    width: 33.33%;
    padding-right: 12px;
}

.service-points ul li a:not(:hover),
.service-points a:has(.h2):not(:hover),
.service-points a:has(.h3):not(:hover) {
    color: var(--black);
}

.service-points ul li a .arrow-right-icon {
    display: none;
}

.service-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 70px;
}

.service-points {
    width: 100%;
}

.service-points a:has(.h2),
.service-points a:has(.h3) {
    text-decoration: none;
}

.unique-section {
    border-top: 30px solid var(--medium-light-blue);
    padding: 120px 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 ul li ul li::after {
    display: none;
}

.unique-content ul li>*:last-child {
    margin-bottom: 0;
}

.unique-content ul ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

.unique-btns {
    margin: 80px 25px 0 0;
}

.services-mobile {
    margin: -290px 0 0 -440px;
    max-width: unset;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    -o-transition: transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
    will-change: transform;
}

.unique-content {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -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::before {
    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 li .h5,
.unique-content ul li h3 {
    margin-bottom: 15px;
    line-height: 1;
}

.unique-content ul li h3,
.answer-row h2 {
    font-size: 40px !important;
}

.explore-section {
    background-color: var(--dark-blue);
    padding: 90px 0;
    position: relative;
    z-index: 2;
}

.explore-section::after {
    content: "";
    position: absolute;
    background-image: url(../images/dip.png);
    bottom: -67px;
    width: 133px;
    height: 67px;
    left: 25%;
    background-size: cover;
}

.explore-content {
    color: var(--white);
    text-align: right;
    margin-right: 25px;
}

.explore-content p {
    font-size: 26px;
}

.explore-btns {
    margin: 25px 25px 0 0;
}

.explore-first-img {
    position: absolute;
    top: -16%;
    left: 78%;
    width: 360px;
    height: 360px;
}

.explore-second-img {
    position: absolute;
    bottom: -14%;
    left: 62%;
    width: 360px;
    height: 360px;
}

.explore-second-img svg {
    width: calc(100% + 50px);
    height: calc(100% + 50px);
}

.explore-section .select2 {
    width: 620px !important;
    margin-top: 75px;
}

.explore-section .draw-svg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 430px;
}

.explore-section .draw-svg .s0 {
    -webkit-animation-name: line-2;
    animation-name: line-2;
}

.mv-mockup {
    display: none;
}

.customized-section {
    padding-block: 80px;
    border-top: 30px solid var(--light-orange);
}

.customized-section :where(h3),
.service-end-col h3 {
    font-size: 20px;
    color: var(--carolina-blue);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.answer-row .h5,
.answer-row h2 {
    margin-bottom: 30px;
}

.article-section {
    padding: 65px 0 100px;
    border-top: 30px solid var(--light-orange);
}

.app-img {
    width: 300px;
    height: 300px;
}

.app-img img:not(.customized-section .app-img img) {
    height: auto;
    width: auto;
    border-radius: 0;
}

.article-section .col-xl-12 .unique-content {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
}

.customized-section+.see-section {
    margin-top: 50px;
}

.ids-section {
    padding-bottom: 100px;
}

.ids-row {
    padding-top: 80px;
}

.article-btns {
    margin-right: 25px;
}

.article-btns {
    margin-top: 220px;
}

.article-row .h5 {
    margin-bottom: 18px;
}

.article-row>* {
    margin-bottom: 30px;
}

.article-item {
    padding-bottom: 30px;
    position: relative;
    border-bottom: 3px solid rgba(0, 0, 0, 0.5);
}

.article-item::before {
    content: "";
    position: absolute;
    width: 80px;
    background-color: var(--white);
    height: 40px;
    bottom: -20px;
    left: calc(50% - 40px);
    top: auto;
    border-radius: unset;
}

.article-item::after {
    content: "";
    position: absolute;
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 54.58 54.4"><defs><style> .cls-1 { clip-path: url(%23clippath); } .cls-2 { fill: none; } </style><clipPath id="clippath"><rect class="cls-2" width="54.58" height="54.4"/></clipPath></defs><g id="Layer_1-2" data-name="Layer 1"><g class="cls-1"><path d="m54.4,41.99l-.09.17-5.74,10.21c-.53.94-1.44,1.63-2.51,1.9-.32.08-.65.12-.97.12-.73,0-1.45-.21-2.1-.62-8.44-5.41-16.34-11.74-23.46-18.84C12.4,27.82,6.04,19.96.63,11.56.04,10.63-.14,9.55.12,8.49c.26-1.06.96-1.97,1.92-2.51L12.44.17c.42-.2.91-.23,1.36-.07.4.14.74.42.94.79l.14.13v.17l4.39,10.46c.17.6,0,1.26-.45,1.72l-2.14,2.13c-.75.75-.92,1.89-.43,2.81,2.28,4.21,5.15,8.05,8.5,11.4,3.37,3.35,7.21,6.21,11.44,8.47.92.49,2.09.31,2.83-.42l2.14-2.14c.44-.44,1.1-.61,1.69-.45h.07l.15.08,10.28,4.29h.17l.14.14c.37.2.66.54.8.95.15.44.13.93-.08,1.35"/></g></g></svg>');
    width: 50px;
    height: 50px;
    -webkit-transform: rotate(136deg);
    -ms-transform: rotate(136deg);
    transform: rotate(136deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    background-repeat: no-repeat;
    bottom: -25px;
    left: calc(50% - 25px);
    opacity: .5;
}

.serve-content {
    max-width: 1200px;
    margin-bottom: 65px;
}

.ids-row .h1 {
    margin-bottom: 20px;
}

.vr-faq-section {
    padding-block: 80px;
}

.customized-section+.vr-faq-section,
.app-section+.vr-faq-section {
    padding-top: 0;
}

.vr-faq-section .h5 {
    text-align: right;
    max-width: 230px;
    margin: 0 40px 0 auto;
}

.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-right: 0;
}

.workplace-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
}

/* .workplace-div:has(.cw-points) {
    row-gap: 20px;
} */

.app-section {
    padding: 10px 0 80px;
}

.app-section .h4 {
    line-height: 1;
}

.app-content {
    margin: 30px 0 40px;
}

.app-content p {
    font-size: 26px;
}

.app-row {
    margin-top: 50px;
}

.app-start-col .map-line-btn {
    margin-right: 25px;
}

.answer-btns {
    margin: 100px 25px 0 0;
}

main.service-page:has(.explore-section) {
    overflow: unset;
}

.wrapper:has(main.service-page) {
    overflow: hidden;
}

@media (min-width: 768px) {

    .app-row,
    .ids-row .row,
    .article-row {
        margin-inline: -25px;
    }

    .app-row>*,
    .ids-row .row>*,
    .article-row>* {
        padding-inline: 25px;
    }
}

@media (min-width: 992px) {
    .customized-section .app-img {
        float: right;
        margin: 0 0 50px 50px;
    }

    .customized-section:nth-child(even) .app-img {
        float: left;
        margin: 0 50px 50px 0;
    }

    .service-page .answer-content:has(.circle-pattern) ul li {
        display: flex;
    }
}

@media (min-width: 1200px) {

    /* .font-service-page .h1,
    .font-service-page+.better-section .h1 {
        font-size: 60px !important;
    }

    .font-service-page .h2 {
        font-size: 44px !important;
    }

    .font-service-page .h3 {
        font-size: 36px !important;
    }

    .font-service-page .h4 {
        font-size: 32px !important;
    }

    .font-service-page .h5 {
        font-size: 26px !important;
    }

    .font-service-page .h6 {
        font-size: 22px !important;
    } */
}

@media (min-width: 1500px) {

    /* .font-service-page .h1,
    .font-service-page+.better-section .h1 {
        font-size: 66px !important;
    }

    .font-service-page .h2 {
        font-size: 50px !important;
    }

    .font-service-page .h3 {
        font-size: 42px !important;
    }

    .font-service-page .h4 {
        font-size: 36px !important;
    }

    .font-service-page .h5 {
        font-size: 28px !important;
    }

    .font-service-page .h6 {
        font-size: 24px !important;
    } */
}

@media (min-width: 1800px) {
    .customized-section .app-img {
        width: 350px;
        height: 350px;
    }

    .serve-wraps .serve-item:nth-child(6n) {
        margin-right: 0;
    }

    /* .font-service-page .h1,
    .font-service-page+.better-section .h1 {
        font-size: 70px !important;
    }

    .font-service-page .h2 {
        font-size: 56px !important;
    }

    .font-service-page .h3 {
        font-size: 48px !important;
    }

    .font-service-page .h4 {
        font-size: 40px !important;
    }

    .font-service-page .h5 {
        font-size: 32px !important;
    }

    .font-service-page .h6 {
        font-size: 26px !important;
    } */
}

@media (max-width: 1799px) {
    .service-img {
        width: 400px;
        height: 400px;
    }

    .service-row-two {
        padding-left: 0;
    }

    .unique-section,
    .customized-section,
    .article-section {
        border-top-width: 20px;
    }

    .explore-content p {
        font-size: 23px;
    }

    .explore-first-img,
    .explore-second-img {
        width: 300px;
        height: 300px;
    }

    .explore-first-img {
        left: 79%;
    }

    .explore-second-img {
        left: 65%;
    }

    .explore-section .select2 {
        width: 550px !important;
    }

    .explore-section .draw-svg {
        right: -25px;
    }

    .app-img {
        width: 260px;
        height: 260px;
    }

    .ids-row {
        padding-top: 40px;
    }

    .article-btns {
        margin-top: 200px;
    }

    .services-mobile {
        margin: -290px 0 0 -400px;
        max-width: 200%;
    }

    .unique-content ul li h3,
    .answer-row h2 {
        font-size: 35px !important;
    }

    .app-content p {
        font-size: 23px;
    }

    .vr-faq-section .container {
        margin-left: calc((100% - 1420px) / 2);
    }

    .answer-btns {
        margin-top: 80px;
    }
}

@media (max-width: 1499px) {
    .service-img {
        width: 350px;
        height: 350px;
    }

    .service-title img {
        max-height: unset;
        margin-right: 30px;
        width: 70px;
    }

    .service-points ul li {
        width: 50%;
    }

    .unique-content {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }

    .explore-content p {
        font-size: 20px;
    }

    .explore-section .select2 {
        width: 450px !important;
        margin-top: 60px;
    }

    .explore-first-img,
    .explore-second-img {
        width: 250px;
        height: 250px;
    }

    .customized-section :where(h3),
    .service-end-col h3 {
        font-size: 18px;
    }

    .app-img:not(.customized-section .app-img) {
        width: 240px;
        height: 240px;
    }

    .article-section .col-xl-12 .unique-content {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
    }

    .ids-row {
        padding-top: 0;
    }

    .article-btns {
        margin-top: 170px;
    }

    .article-item::after {
        width: 40px;
        height: 40px;
        bottom: -20px;
        left: calc(50% - 20px);
    }

    .article-item::before {
        width: 70px;
        height: 30px;
        bottom: -15px;
        left: calc(50% - 35px);
    }

    .services-mobile {
        margin: -290px 0 0 -340px;
    }

    .unique-content ul li h3,
    .answer-row h2 {
        font-size: 30px !important;
    }

    .app-content p {
        font-size: 20px;
    }

    .vr-faq-section .container {
        margin-left: calc((100% - 1320px) / 2);
    }
}

@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: 1299px) {
    .services-mobile {
        margin: -240px 0 0 -320px;
    }
}

@media (max-width: 1199px) {

    .service-end-col,
    .ids-row .row,
    .article-section .container>.row,
    .app-section .container>.row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .service-points ul {
        margin: 30px 0 0;
    }

    .services-mobile,
    .mv-mockup {
        max-width: 100%;
        margin: -200px auto 0;
    }

    .pvca-section {
        padding-bottom: 200px;
    }

    [class*="col-"]:has(.services-mobile) {
        text-align: center;
    }

    .unique-btns {
        margin: 80px 0 50px;
    }

    .unique-section {
        padding-top: 0;
    }

    .explore-content,
    .explore-btns {
        margin-right: 0;
    }

    .explore-content {
        text-align: left;
    }

    .explore-content p br,
    .services-mobile {
        display: none;
    }

    .explore-section {
        padding-bottom: 170px;
    }

    .explore-first-img {
        left: auto;
        right: 20px;
        top: -100px;
    }

    .explore-second-img {
        left: 20px;
        bottom: -100px;
    }

    .explore-section .select2 {
        width: 100% !important;
    }

    .explore-section .draw-svg {
        width: 55%;
        right: -60px;
    }

    .explore-section::after {
        bottom: -47px;
        width: 113px;
        height: 47px;
    }

    .mv-mockup {
        display: block;
        margin-left: -140px;
    }

    .customized-section+.explore-section,
    .article-section+.explore-section {
        margin-top: 50px;
    }

    .article-section .col-xl-12 .unique-content {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }

    .service-end-col [class*="col-"] .services-content:first-child,
    .ids-row .row [class*="col-"]:has(.map-line-btn) {
        margin-top: 50px;
    }

    .article-btns,
    .app-start-col {
        margin-top: 50px;
    }

    .app-start-col .map-line-btn,
    .article-btns {
        margin-right: 0;
    }

    .service-row-one {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .services-btns {
        margin: 50px 0 0 0;
    }

    .app-row {
        margin-top: 0;
    }

    .app-section {
        padding-top: 0;
    }

    .app-section .h4 br {
        display: none;
    }

    .vr-faq-section .h5 {
        text-align: center;
        max-width: unset;
        margin: 0 auto;
    }

    .vr-faq-section .container {
        margin-left: calc((100% - 960px) / 2);
    }

    .answer-btns {
        margin: 60px 0 0 0;
    }

    .customized-section .row:has(.answer-btns) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media (max-width: 991px) {

    .service-points ul li {
        width: 100%;
        padding-right: 0;
    }

    .service-item {
        margin-bottom: 50px;
    }

    .explore-first-img,
    .explore-second-img {
        width: 200px;
        height: 200px;
    }

    .explore-second-img {
        bottom: -50px;
    }

    .explore-section .draw-svg {
        width: 70%;
        right: -90px;
    }

    .customized-section .answer-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .customized-section .app-img {
        margin-bottom: 40px;
    }

    .app-img:not(.customized-section .app-img) {
        width: 200px;
        height: 200px;
    }

    .serve-content {
        margin-bottom: 40px;
    }

    .unique-content ul li h3,
    .answer-row h2 {
        font-size: 26px !important;
    }

    .vr-faq-section .container {
        margin-left: calc((100% - 720px) / 2);
    }
}

@media (max-width: 767px) {
    .services-section {
        padding-bottom: 30px;
    }

    .service-img {
        width: 260px;
        height: 260px;
    }

    .service-end-col .h5,
    .unique-content ul li .h5,
    .unique-content ul li h3,
    .answer-row h2,
    .explore-content .h4,
    .article-row .h5,
    .app-section .h4,
    .vr-faq-section .h5 {
        font-size: 32px !important;
    }

    .service-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .service-title img {
        margin-right: 0;
    }

    .service-points .h2,
    .service-points .h3 {
        text-align: center;
    }

    .service-points ul li {
        margin-bottom: 0;
        padding-left: 0;
    }

    .service-points ul li a {
        text-decoration: none;
        padding: 12px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .service-points ul li a .arrow-right-icon {
        display: inline-block;
        margin-left: 20px;
        width: 16px;
        height: 16px;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .service-points ul li a:hover .arrow-right-icon {
        background-color: var(--reddish-orange);
    }

    .service-points ul li::before {
        display: none;
    }

    .service-points ul li a::before,
    .service-points ul li:last-child a::after {
        content: "";
        position: absolute;
        top: -1px;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.5);
        width: 1000%;
        left: -500%;
    }

    .service-points ul li:last-child a::after {
        top: auto;
        bottom: 0;
    }

    .unique-section {
        border-top-width: 11px;
        padding-bottom: 100px;
    }

    .unique-content,
    .article-section .col-xl-12 .unique-content {
        -webkit-column-count: auto;
        -moz-column-count: auto;
        column-count: auto;
    }

    .services-mobile,
    .mv-mockup {
        max-height: 300px;
    }

    .unique-content ul li {
        padding-bottom: 0;
        margin-bottom: 50px;
        background-image: none;
    }

    .explore-content p {
        font-size: 16px;
    }

    .explore-section .select2 {
        margin-top: 30px;
    }

    .explore-section {
        padding: 70px 0 170px;
    }

    .services-btns,
    .service-points ul {
        margin: 25px 0 0 0;
    }

    .service-row-one {
        padding-top: 50px;
    }

    .explore-section::after,
    .article-item::before,
    .article-item::after {
        display: none;
    }

    .explore-section+.better-section {
        padding-top: 60px;
    }

    .unique-btns {
        margin: 20px 0 50px;
    }

    .mv-mockup {
        margin-left: -80px;
    }

    .customized-section,
    .article-section {
        border-top-width: 10px;
    }

    .app-content p,
    .customized-section :where(h3),
    .service-end-col h3 {
        font-size: 16px;
    }

    .customized-section,
    .vr-faq-section {
        padding-block: 50px;
    }

    .article-section {
        padding: 50px 0 0;
    }

    .app-img img {
        max-height: 100%;
    }

    .app-img:not(.customized-section .app-img) {
        width: 100%;
        height: 110px;
        margin-bottom: 20px;
    }

    .customized-section+.explore-section,
    .article-section+.explore-section {
        margin-top: 80px;
    }

    .customized-section+.see-section {
        margin-top: 150px;
    }

    .ids-row {
        padding-top: 20px;
    }

    .ids-section {
        padding-bottom: 50px;
    }

    .article-row>* {
        margin-bottom: 50px;
    }

    .article-btns {
        margin-top: 0;
    }

    .article-item {
        padding-bottom: 0;
        border-bottom: 0;
    }

    /* .vr-faq-section :where(.accordion-button, .accordion-body) {
        padding-inline: 0;
    } */

    .app-content {
        margin: 14px 0 40px;
    }

    .app-section {
        padding-bottom: 40px;
    }

    .app-img svg:not(.customized-section .app-img svg) {
        display: none;
    }

    .app-start-col {
        margin-top: 30px;
    }

    .app-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .app-section+.article-section {
        padding-top: 0;
        border-top-width: 0;
    }

    .vr-faq-section .container {
        margin-left: auto;
    }

    .vr-faq-section .accordion {
        margin-left: 0;
    }

    .vr-faq-section .container .row [class*="col-"]:last-child {
        padding: 0;
    }

    .app-section+.vr-faq-section {
        padding-top: 10px;
    }

    .article-section+.see-section {
        margin-top: 120px;
    }
}

@media (max-width: 575px) {
    .explore-section .draw-svg {
        display: none;
    }
}

@media (max-width: 369px) {
    .mv-mockup {
        margin-top: -150px;
    }
}