.home-page-v2 .home_section2 .section-sub {
    color: #5f6670;
}

.home-page-v2 .home-engine-slider {
    margin-top: 8px;
    position: relative;
}

.home-page-v2 .home-engine-slider .service-card-link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none !important;
}

.home-page-v2 .home-engine-slider .card.service_card {
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
}

.home-page-v2 .home-engine-slider .owl-nav {
    display: block !important;
    margin-top: 0;
}

.home-page-v2 .home-engine-slider .owl-nav button {
    position: absolute !important;
    top: 42%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.18) !important;
    background: #fff !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    z-index: 5;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
}

.home-page-v2 .home-engine-slider .owl-nav button.owl-prev {
    left: -8px;
}

.home-page-v2 .home-engine-slider .owl-nav button.owl-next {
    right: -8px;
}

.home-page-v2 .home-engine-slider .owl-nav button .fa {
    font-size: 24px !important;
    color: #106496 !important;
    opacity: 1 !important;
    line-height: 1;
}

.home-page-v2 .section-copy {
    color: #5f6670;
}

.home-page-v2 .home-final-cta {
    position: relative;
    z-index: 2;
}

.home-page-v2 .home-final-cta .btn {
    margin-bottom: 12px !important;
}

.home-page-v2+.footer-cta-strip+footer {
    margin-top: 0 !important;
}

.home-page-v2 .home-process-grid {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 18px -12px 0;
    padding: 0;
}

.home-page-v2 .home-process-grid .list-inline-item {
    margin: 0;
    padding: 0 12px 24px;
    position: relative;
    width: 25%;
}

.home-page-v2 .home-process-grid .list-inline-item:not(:last-child):after {
    content: '';
    width: 70px;
    height: 15px;
    position: absolute;
    top: 43%;
    right: -35px;
    z-index: 2;
}

.home-page-v2 .home-process-grid .list-inline-item:nth-child(odd):not(:last-child):after {
    background: url(../../assets/images/arrow-1.png) no-repeat top center;
}

.home-page-v2 .home-process-grid .list-inline-item:nth-child(even):not(:last-child):after {
    background: url(../../assets/images/arrow-2.png) no-repeat top center;
}

.home-page-v2 .home-process-grid .card {
    border: 0;
    height: 100%;
    overflow: hidden;
    padding: 25px;
    position: relative;
    z-index: 1;
}

.home-page-v2 .home-process-grid .icon {
    flex: 0 0 25%;
    width: 25%;
}

.home-page-v2 .home-process-grid .icon .rounded-circle {
    font-size: 17px;
    font-weight: 700;
    height: 45px;
    width: 45px;
}

.home-page-v2 .home-process-grid .info {
    flex: 0 0 75%;
    width: 75%;
}

.home-page-v2 .home-process-grid .info h3 {
    line-height: 30px;
}

.home-page-v2 .home-process-grid .info p {
    color: #5f6670;
}

.home-page-v2 .home-process-grid .list-inline-item:nth-child(3n+1) .icon .rounded-circle {
    background: #d9f6ff;
    color: #00c3ff;
}

.home-page-v2 .home-process-grid .list-inline-item:nth-child(3n+2) .icon .rounded-circle {
    background: #d8e7fc;
    color: #0160e7;
}

.home-page-v2 .home-process-grid .list-inline-item:nth-child(3n+3) .icon .rounded-circle {
    background: #ffe3dc;
    color: #fe562a;
}

.home-page-v2 .home-process-grid .list-inline-item .card:before {
    content: '';
    height: 93px;
    position: absolute;
    right: -28px;
    transition: all 1s;
    width: 160px;
    z-index: -1;
}

.home-page-v2 .home-process-grid .list-inline-item:nth-child(3n+1) .card:before {
    background: url(../../assets/images/card_shape1.png) no-repeat top center;
    top: -25px;
}

.home-page-v2 .home-process-grid .list-inline-item:nth-child(3n+2) .card:before {
    background: url(../../assets/images/card_shape2.png) no-repeat bottom center;
    bottom: -25px;
}

.home-page-v2 .home-process-grid .list-inline-item:nth-child(3n+3) .card:before {
    background: url(../../assets/images/card_shape3.png) no-repeat top center;
    right: -45px;
    top: -43px;
}

@media (max-width: 1199px) {
    .home-page-v2 .home-process-grid .list-inline-item {
        width: 50%;
    }

    .home-page-v2 .home-process-grid .list-inline-item:after {
        display: none;
    }
}

@media (max-width: 767px) {
    .home-page-v2 .home-engine-slider .owl-nav button {
        width: 38px;
        height: 38px;
        top: 40%;
    }

    .home-page-v2 .home-engine-slider .owl-nav button.owl-prev {
        left: -2px;
    }

    .home-page-v2 .home-engine-slider .owl-nav button.owl-next {
        right: -2px;
    }

    .home-page-v2 .home-engine-slider .owl-nav button .fa {
        font-size: 20px !important;
    }

    .home-page-v2 .home-process-grid .list-inline-item {
        width: 100%;
    }
}

.footer-cta-strip {
    background-image: linear-gradient(to right, #106496, #048ad0);
    padding: 20px 0;
}

.footer-cta-strip .btn {
    min-width: 280px;
}

@media (max-width: 767px) {
    .footer-cta-strip {
        padding: 16px 0;
    }

    .footer-cta-strip .btn {
        min-width: auto;
        width: 100%;
    }
}

/* --- Added from static build --- */

/* 1. MOBILE: Remove video play button immediately */
@media (max-width: 768px) {

    .video-play-button,
    .video-play {
        display: none !important;
    }
}

/* 2. DESKTOP: Smooth fade out for video button */
.video-play-button {
    transition: opacity 1s ease-out;
    opacity: 1;
}

.video-play-button.vanish {
    opacity: 0;
    pointer-events: none;
}