:root {
    --primary: #1f2c5e;
    --secondary: #4777f5;
    --nav-color: #666;
    --dark: #1d1d27;
    --light-color: #fff;
    --primary-font: "Sora", sans-serif
}

@font-face {
    font-display: swap;
    font-family: "Sora";
    src: url(../fonts/Sora-Regular.ttf);
    font-display: swap
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden !important;
    background-color: var(--light-color);
    font-display: swap;
    font-family: "Sora", sans-serif !important;
    scroll-behavior: smooth
}

body::-webkit-scrollbar {
    width: 7.5px
}

body::-webkit-scrollbar-track {
    background: #eee
}

body::-webkit-scrollbar-thumb {
    background: var(--primary)
}

.nav-link-unset:hover {
    color: #1f2c5e !important
}

.scroll_to_section_via_anchor {
    padding-top: 70px !important
}

.text-primary {
    color: var(--primary)
}

.text-info {
    color: #5facdf !important
}

.text-light {
    color: #fff !important
}

.box-shadow {
    background: #fff;
    box-shadow: 0 0 25px 5px rgb(95 172 223 / .25);
    border-radius: 5px
}

.text-blue {
    color: #1f2c5e
}

.nav-tabs {
    border-bottom: 0;
    justify-content: space-between
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: var(--primary-font) !important
}

.nav-tabs .nav-link {
    background: #fff;
    border: 1px solid #5facdf;
    border-radius: 5px;
    font-size: 16px;
    line-height: 28px;
    color: #5faadd;
    padding: 8px 15px;
    text-align: center
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item:hover .nav-link {
    color: #fff;
    background: #5facdf;
    box-shadow: 0 8px 10px rgb(95 172 223 / 25%);
    border: 1px solid #5facdf;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px
}

.complete_performance h2 {
    padding-bottom: 20px
}

.mobile_app_img img {
    width: 250px
}

.recognized-by-images {
    align-items: center
}

.no-scroll {
    overflow: hidden
}

.g-recaptcha {
    transform: scale(1) !important
}

.vs-container.exp_work {
    padding-top: 50px !important
}

button.accordion-button.rounded-0.bg-transparent.border.collapsed:focus {
    background: transparent !important;
    color: var(--primary) !important;
    border: 1px solid #dee2e6 !important
}

.success_relative {
    position: relative
}

.apply_now {
    margin-top: 20px
}

.message_success {
    display: none;
    color: green;
    font-size: 14px;
    position: absolute;
    bottom: 84px;
    left: 80px;
    width: 63%;
    line-height: 20px
}

.contact_message_success {
    display: none;
    color: green;
    font-size: 14px;
    position: absolute;
    bottom: 90px;
    left: 80px
}

.flagImage {
    width: 24px !important
}

.flagContainer {
    margin: 0 12px
}

.flagContainer img {
    width: 24px;
    vertical-align: top !important
}

.homebanner_text h1 {
    font-display: swap;
    font-family: var(--primary-font);
    font-size: 40px;
    line-height: 45px;
    font-weight: 300;
    color: var(--primary);
    text-align: left
}

.homebanner_text h1 span {
    color: #5facdf
}

.homebanner_text p {
    font-display: swap;
    font-family: var(--primary-font);
    font-size: 18px;
    line-height: 28px;
    color: #1f2c5e;
    padding: 15px 15px 10px 0;
    text-align: left
}

.btn-info {
    color: #fff;
    background-color: #5facdf;
    border: 1px solid #5facdf;
    font-size: 14px;
    padding: 10px 15px;
    transition: 0.5s
}

.btn-info:hover {
    background-color: #5facdf;
    box-shadow: 0 25px 30px rgb(95 172 223 / .4);
    color: var(--light-color)
}

.section-title h2 {
    font-display: swap;
    font-family: var(--primary-font);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #1f2c5e
}

.section-title h2 span {
    font-display: swap;
    font-weight: 500
}

#revolutionize-business-title {
    font-display: swap;
    font-family: var(--primary-font);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #1f2c5e;
    padding-bottom: 25px
}

.owl-stage {
    display: flex;
    align-items: stretch
}

.casebox {
    border: 1px solid #2eaee0;
    border-radius: 40px;
    overflow: hidden
}

.our_services_home-w-30 {
    width: 30%
}

.our_services_desc {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #666;
    padding-top: 25px
}

.service-item {
    position: relative;
    height: 100%;
    padding: 30px 25px;
    background: #fff;
    border: 1px solid #cceafe;
    transition: 0.3s;
    padding-bottom: 75px
}

.service-item:hover {
    box-shadow: 0 0 30px 5px rgb(95 172 223 / .25)
}

.service-item .service-icon img {
    color: #5facdf;
    transition: 0.5s;
    padding-left: 15px;
    width: 55px;
    height: 45px;
    display: none
}

.service-item h3 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    color: #1f2c5e;
    margin-bottom: 0
}

.service-item p,
.service-item ul li a {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #666;
    margin-bottom: 25px
}

.service-item ul li a:hover {
    color: #5facdf
}

.service-item .btn-info {
    position: relative;
}

.call-to-action {
    background: #fff;
    box-shadow: 0 0 15px 5px rgb(95 172 223 / .25);
    border-radius: 5px;
    padding: 25px 35px;
    margin: 3% 0;
    z-index: 9
}

.call-to-action h4 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    color: #1f2c5e;
    padding-right: 0%
}

.call-to-action p {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #666;
    padding-right: 0%
}

.call-to-action .btn {
    font-display: swap;
    font-family: var(--primary-font);
    color: #fff;
    background-color: #1f2c5e;
    border-radius: 5px;
    padding: 15px;
    font-weight: 600;
    font-size: 20px
}

.flag-img {
    margin-left: 15px;
    margin-top: 10px
}

.flag-img img {
    margin-bottom: 0px !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 100%;
    border: 1px solid #ccc;
    padding: 3px;
    max-width: 100%
}

#tidio-chat-iframe {
    bottom: 40px !important
}

.cc-window {
    z-index: 999999999999 !important;
    border-radius: 1rem;
    margin: 0 auto;
    width: 34%;
    position: fixed;
    inset: auto 0% 0% auto;
    box-shadow: 7px 7px 12px #0000001a;
    flex-direction: column;
    background-color: rgb(66 66 66 / 80%);
    backdrop-filter: blur(20px);
    text-align: center
}

.cc-window.cc-banner {
    width: 27% !important;
    right: unset;
    padding: 1em 1em .6em 1em !important;
    margin: unset !important
}

.cc-window.cc-banner {
    flex-direction: column !important;
    align-items: left
}

.cc-window.cc-banner.cc-bottom {
    left: 4% !important;
    bottom: 4% !important;
    background: linear-gradient(90deg, #0086DE 0%, #49BCE9 100%);
}

.cc-message .title {
     font-size: 20px;
    font-weight: bold;
}
.cc-banner .cc-message{
    margin-right: 0 !important;
}
.cc-btn {
    border-radius: 20px !important
}

.cc-compliance {
    justify-content: center
}

.cc-window.cc-floating {
    padding: .8em 1.1em !important;
    margin-bottom: 0 !important
}

.cc-message {
    margin-bottom: 0 !important
}

.cc-message .description {
    text-align: justify;
    width: 100%;
    display: inline-block;
    line-height: 1.4em;
    padding: 10px 10px;
}

@media (min-width:1208px) and (max-width:1980px) {
    .img-symantic {
        width: 100%
    }
}

@media (max-width:636px) {
    .call-action-parent {
        margin-top: 72px !important
    }

    .start-testing-right h4 {
        font-display: swap;
        font-size: 3.5vw !important
    }

    .start-testing-right h5 {
        font-display: swap;
        font-size: 3.2vw !important;
        padding: 5px 0 !important
    }

    .start-testing-right p {
        font-size: 2.5vw !important
    }
}

.industry-exp .col-md-20 {
    width: 20%;
    z-index: 9
}

.industry-exp-item {
    background: #fff;
    border: 1px solid #cceafe;
    border-radius: 5px;
    padding: 25px 0;
    height: 100%
}

.industry-exp-item img {
    width: 60px;
    height: 60px
}

.industry-exp-item h2 {
    font-display: swap;
    font-family: var(--primary-font);
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 36px;
    color: #7e7e7e;
    padding-top: 20px
}

.industry-exp-item:hover {
    box-shadow: 0 0 50px 5px rgb(95 172 223 / .25)
}

.industry-exp-item:hover img {
    filter: grayscale(0)
}

.industry-exp-item:hover h5 {
    font-display: swap;
    font-weight: 600;
    color: #1f2c5e
}

.tech-we-use-w-10 {
    width: 13%
}

.tech-we-use-w-15 {
    width: 15%
}

.tech-we-use-w-23 {
    width: 23%
}

.technologies {
    background: #fafafa;
    border: 1px solid #e1e1e1;
    border-radius: 5px
}

.technologies-item {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    height: 100%;
    width: 100%
}

.technologies-item:hover {
    box-shadow: 0 0 15px rgb(95 172 223 / .25)
}

.engagement_models_item {
    background: #fff;
    padding: 25px 35px;
    margin: 0;
    background: #fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / .1);
    border-radius: 10px;
    height: 100%;
    z-index: 9;
    position: relative
}

.engagement_models_item img {
    padding: 15px;
    border-radius: 2.5px
}

.engagement_models-w-20 {
    width: 22.5%
}

.engagement_models_item h5 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #1f2c5e;
    padding-top: 5px
}

.engagement_models_item p {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #666;
    padding-top: 5px
}

.engagement_models_item .btn {
    background: #5facdf;
    box-shadow: 0 5px 15px rgb(95 172 223 / .4);
    border-radius: 5px;
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    width: 160px;
    margin-bottom: 25px
}

.Experience-systematic-software .section-title h2 {
    font-display: swap;
    text-align: left !important;
    padding-right: 10%;
    color: #fff
}

.Experience-systematic-software p {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 25px 35px;
    border: 1px solid #5facdf;
    margin-bottom: 0
}

.Experience-systematic-software .col-md-8 {
    background: var(--primary);
    border-radius: 5px 0 0 5px;
    padding: 2.5% 3.5% 2.5% 7%
}

.Experience-systematic-software .col-md-4 {
    background: #fff;
    border-radius: 0 5px 5px 0;
    border-left: 0;
    text-align: center
}

.Experience-systematic-software ul {
    padding: 0
}

.Experience-systematic-software ul li {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    padding: 15px 35px;
    padding-left: 55px;
    position: relative;
    border: 1px solid #5facdf
}

.Experience-systematic-software ul li::marker {
    display: none;
    color: var(--primary)
}

.Experience-systematic-software ul li::before {
    content: url(../img/icons/check-rounded.svg);
    position: absolute;
    top: 15px;
    left: 15px
}

.why-vervali .section-title h2 {
    font-display: swap;
    font-family: var(--primary-font);
    font-size: 68px;
    font-style: normal;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: center;
    color: #1f2c5e;
    padding-bottom: 25px
}

.why-vervali .section-title h2 s pan {
    font-display: swap;
    color: #5facdf;
    padding-top: 10px
}

.why-vervali-item h3 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-size: 24px;
    line-height: 32px;
    color: var(--primary);
    padding: 10px 25px;
    font-weight: 600
}

.why-vervali-item p {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    color: #666;
    text-align: justify;
    padding: 25px 25px
}

.why-vervali-section {
    border-top: 1px solid #5facdf;
    border-right: 1px solid #5facdf;
    border-radius: 0 25px 0 0
}

.why-vervali-section2 {
    border-top: 1px solid #5facdf;
    border-left: 1px solid #5facdf;
    border-radius: 25px 0 25px 0
}

.why-vervali-section3 {
    border-top: 1px solid #5facdf;
    border-right: 1px solid #5facdf;
    border-bottom: 1px solid #5facdf;
    border-radius: 0 0 25px 0
}

.testimonial .section-title h2 {
    font-display: swap;
    text-align: left
}

.testimonial .carousel-item {
    text-align: left;
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / .1);
    border-radius: 10px;
    height: 400px;
    padding: 2.5rem 5rem
}

.testimonial .carousel-control-next,
.testimonial .carousel-control-prev {
    opacity: 1
}

.testimonial .carousel-item img {
    max-height: 120px;
    padding: 15px 0;
    width: 140px
}

.testimonial .carousel-control-prev {
    left: 15px
}

.testimonial .carousel-control-next {
    right: 15px
}

.testimonial .carousel-control-next .fa,
.testimonial .carousel-control-prev .fa {
    background-color: #fff;
    padding: 10px
}

.testimonial .carousel-item p {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #666
}

.testimonial .carousel-item h6 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: var(--primary)
}

.testimonial .carousel-item small {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #5facdf
}

.featured-insights .bg_primary {
    background-color: #fff;
    box-shadow: 0 0 20px 8px rgb(0 0 0 / .1);
    padding-bottom: 0px !important
}

.featured-insights .bg_primary H3 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    color: var(--primary);
    padding: 10px 20px
}

.featured-insights .bg_primary p {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #666;
    padding: 10px 20px
}

.featured-insights-item-img {
    height: 70px
}

.featured-insights-item-main {
    position: relative
}

.featured-insights-item-main img {
    width: 100%;
    height: 100%
}

.featured-insights-item-main .rectangle {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff;
    color: #fff;
    top: 60px;
    right: -15px;
    transform: rotate(45deg)
}

.featured-insights-item-main .rectangle2 {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff;
    color: #fff;
    top: 60px;
    left: -15px;
    transform: rotate(45deg)
}

.featured-insights .bg_primary .btn-info {
    margin: 10px 20px;
    border-radius: 5px;
    border: 1px solid #5facdf
}

.featured-insights .bg_primary .btn-info:hover {
    margin: 10px 20px;
    background-color: #5facdf;
    color: #fff
}

.contact {
    height: 650px;
    overflow: visible !important
}

.contact .bg-contact {
    position: relative;
    top: 0;
    background: #fff;
    box-shadow: 0 20px 50px rgb(31 44 94 / .2);
    border-radius: 20px;
    height: max-content
}

.vervali-in-brief {
    background: #fff;
    border-radius: 5px;
    padding: 10px 25px
}

.vervali-in-brief .tick {
    width: 24px;
    height: 24px
}

.vervali-in-brief p {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    color: var(--primary);
    padding-left: 15px
}

.contact h2 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 60px;
    color: var(--primary)
}

.contact h3 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 40px;
    color: var(--primary)
}

.contact .contactForm {
    background: #fff
}

.contact-item {
    padding: 20px 0;
    border-bottom: 1px solid #5facdf
}

.contact-item a {
    color: var(--primary)
}

.contact-item img {
    width: 25px
}

.contact .contact-item p {
    margin-bottom: 0;
    font-display: swap;
    font-family: var(--primary-font);
    font-size: 16px;
    line-height: 28px;
    color: var(--primary)
}

.contact .contact-item:last-child {
    border-bottom: 0
}

.contact .form-control {
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    color: #666;
    padding-left: 0
}

.contact .form-control:focus {
    outline: none;
    box-shadow: none
}

.contact .contact-item p span {
    padding-right: 5px
}

.contact .contact-item p .fa {
    color: #5facdf;
    font-size: 18px
}

.about-title h2 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 48px;
    color: #5facdf
}

.about-title span {
    color: var(--primary)
}

.about-title .sq_brac {
    font-size: 36px;
    color: #5facdf
}

.about-title .sq_brac:before {
    content: "-";
    width: 5px;
    height: 16px;
    color: #fff;
    position: absolute
}

.about-us-content h5 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 32px;
    color: var(--primary);
    text-align: center;
    width: 90%;
    padding-top: 0
}

.about-us-content p {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #666;
    text-align: center;
    width: 60%
}

/* .breadcrumb_position {
    position: relative;
    top: 100px;
    left: 15px;
    z-index: 9
} */

.breadcrumb_position {
    position: relative;
    top: 30px;
    left: 15px;
    z-index: 9
}

.breadcrumb_position {
    display: flex
}

.breadcrumb_position a {
    margin-right: 0;
    color: var(--primary);
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 600
}

.breadcrumb_position img {
    width: 20px;
    height: 20px
}

.google-map {
    margin-top: 25px
}

.google-map iframe {
    border-radius: 10px
}

@media (max-width:767px) {
    .about-content {
        padding: 1rem 0 5rem 0 !important
    }
}

.about-content .col-md-7 {
    padding-right: 2.5rem
}

.about-content .col-md-5 {
    padding-left: 2.5rem
}

.about-content p {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    color: #666;
    padding: 0 25px;
    align-items: justify
}

.global_team h3 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600;
    font-size: 37px;
    line-height: 45px;
    color: #1f2c5e
}

@media (min-width:768px) {
    .global_team h3 {
        font-display: swap;
        padding: 0 0 0 10%
    }
}

.global_team p {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #666
}

.qoute-by-ceo {
    padding: 40px 10% !important;
    background-color: #f4f6ff
}

.qoute-by-ceo h4 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    color: #1f2c5e;
    padding-right: 10%
}

.qoute-by-ceo img {
    width: 56px;
    height: 32px
}

.qoute-by-ceo h5 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    color: #1f2c5e
}

.qoute-by-ceo p {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    color: #1f2c5e;
    margin-bottom: 0
}

@media (max-width:768px) {
    .row {
        margin-right: unset !important;
        margin-left: unset !important
    }
}

@media (max-width:991px) {
    .qoute-by-ceo .qoute-start {
        margin-left: -30px;
        position: absolute
    }

    .qoute-by-ceo .qoute-end {
        margin-left: -15px;
        margin-top: 20px
    }
}

@media (min-width:992px) {
    .qoute-by-ceo .qoute-start {
        margin-top: 0;
        margin-left: -55px;
        position: absolute
    }

    .qoute-by-ceo .qoute-end {
        margin-left: 0;
        margin-top: 15px
    }
}

.Our_prominent_clients {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #666;
    padding-top: 25px
}

.Experience_systematic h2 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 60px;
    color: var(--primary);
    padding-bottom: 15px
}

.Experience_systematic {
    padding: 35px 75px
}

.Experience_systematic p,
.Experience_systematic ul li {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #666
}

.Experience_systematic ul li {
    font-weight: 400;
    line-height: 32px
}

.how-we-work-item {
    background: var(--primary);
    border: 1px solid #00adc6;
    border-radius: 10px;
    padding: 30px 50px
}

.how-we-work-item h3 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    color: #fff
}

.how-we-work-item p {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #fff
}

.vision-mission .service-item {
    min-height: 200px;
    padding-bottom: 15px;
    border: 1px solid #00adc6
}

.vision-mission .service-item:hover,
.Awards .service-item:hover {
    box-shadow: none
}

.vision-mission .service-item .service-icon {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between
}

.vision-mission .service-item .service-icon h3,
.Awards .service-item .service-icon h3 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 70px;
    color: #5facdf
}

.vision-mission .service-item .service-icon h3 span {
    font-weight: 400
}

.vision-mission .service-item p {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: var(--primary)
}

.vision-mission .service-item .service-icon img {
    width: 120px;
    height: 55px
}

.Awards .service-item {
    min-height: auto;
    padding-bottom: 0;
    border: 1px solid #00adc6;
    padding-top: 0
}

.Awards .service-item h5 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: var(--primary);
    padding: 5px 25px
}

.Awards .service-item .border-right {
    border-right: 1px solid #00adc6
}

.Awards .service-item p {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: var(--primary);
    padding: 5px 25px
}

.awards_left_content,
.awards_right_content {
    display: flex;
    align-items: center
}

.Awards .service-item .awards_left_text h5,
.Awards .service-item .awards_left_text p {
    text-align: right
}

.about-us-title h2 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 60px;
    color: var(--primary);
    padding: 5px 25px;
    text-align: center
}

.Our_Values .relative {
    position: relative
}

.Our_Values .Our_Values-item {
    position: relative;
    height: 200px;
    padding: 30px 25px;
    background: #fff;
    border: 1px solid #cceafe;
    transition: 0.5s;
    display: flex;
    justify-content: space-between;
    padding: 20px 25px;
    box-shadow: 20px 20px 20px 15px rgb(150 150 150 / .2);
    z-index: 1
}

.Our_Values .Our_Values-item .arrow {
    width: 30px
}

.Our_Values .Our_Values-item .our_values_img {
    width: 20%;
    display: flex;
    align-items: flex-end
}

@media (max-width:767px) {
    .our_values_img {
        width: 50px !important
    }
}

.Our_Values .Our_Values-item h3 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 35px;
    color: var(--primary);
    width: 100%;
    font-size: 30px
}

@media (min-width:767px) and (max-width:991px) {
    .Our_Values .Our_Values-item h3 {
        font-display: swap;
        font-size: 24px
    }
}

.Our_Values .Our_Values-item i {
    position: absolute;
    bottom: 25px
}

.Our_Values-item-overlay {
    position: absolute;
    top: 0;
    padding: 30px 25px;
    background: #fff;
    border: 1px solid #cceafe;
    transition: 0.5s;
    opacity: 0;
    width: 100%;
    height: 100%
}

.Our_Values .relative:hover .Our_Values-item-overlay {
    opacity: 1;
    z-index: 99;
    transform: scale(1.08);
    overflow-y: auto
}

.Our_Values-item-overlay h3 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 48px;
    color: var(--primary)
}

.Our_Values-item-overlay p {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: var(--primary)
}

.Solution-Delivery-item {
    background: #fff;
    border: 1px solid #cceafe;
    border-radius: 5px;
    padding: 15px 0
}

.Solution-Delivery-item img {
    width: 60px;
    height: 60px
}

.Solution-Delivery-item h5 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #1f2c5e;
    padding-top: 25px
}

.Solution-Delivery-item:hover {
    box-shadow: 0 0 50px 5px rgb(95 172 223 / .25)
}

.Solution-Delivery-item:hover h5 {
    font-display: swap;
    font-weight: 600;
    color: var(--primary)
}

.types-of-testing-item {
    background: #f5f5f5;
    padding: 15px 25px;
    border: .5px solid #f1f1f1
}

.types-of-testing-item.odd {
    background-color: #fff
}

.types-of-testing-item img {
    width: 85px
}

.types-of-testing-item h5 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: var(--primary);
    text-align: left
}

.types-of-testing-item p,
.mob-app-test-item p {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #666;
    text-align: left
}

.testing-types-item {
    background: #1f2c5e;
    border-radius: 5px;
    padding: 20px 35px;
    height: 100%;
    position: relative
}

.testing-types-item h5,
.mob-app-test-item h5 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    text-align: left
}

.testing-types-item i {
    color: #fff;
    font-size: 16px;
    position: absolute;
    bottom: 15px;
    right: 20px
}

.mob-app-test-item {
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 25px 35px
}

.mobile-testing-icons {
    height: 70px;
    width: 70px
}

@media (max-width:767px) {
    .imgs-container {
        justify-content: start !important;
        align-items: center;
        width: 50%
    }

    .imgs-container img {
        height: 55%;
        width: 55%
    }
}

.imgs-container {
    display: flex;
    justify-content: center
}

.mob-app-test-item h5 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: var(--primary);
    text-align: left
}

.mob-app-test-item img {
    width: 65px
}

.mob-app-test-item-img img {
    width: 102px;
    padding: 0 10px
}

.mob-app-test-item-img .browserstack {
    width: 210px
}

.why-vervali-services {
    padding-top: 20px
}

.why-vervali-services:first-child {
    padding-top: 10px
}

.why-vervali-services img {
    width: 65px;
    height: 64px;
    padding: 10px;
    background-color: #f5f5f5
}

.why-vervali-services h5 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: var(--primary)
}

.why-vervali-services p {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #666
}

.careers_why_vervali .relative {
    position: relative
}

.careers_why_vervali .careers_why_vervali_item {
    position: relative;
    background: #fff;
    transition: 0.5s;
    z-index: 1
}

.careers_why_vervali .careers_why_vervali_item h3 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 70px;
    text-transform: capitalize;
    color: #fff;
    position: absolute;
    margin: auto;
    padding: 2% 15%;
    bottom: 0
}

.careers_why_vervali_overlay {
    position: absolute;
    top: 0;
    padding: 5% 15%;
    background: rgb(0 0 0 / .65);
    border: 1px solid #cceafe;
    transition: 0.5s;
    opacity: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto
}

.careers_why_vervali .relative:hover .careers_why_vervali_overlay {
    opacity: 1;
    z-index: 99
}

.careers_why_vervali .relative:hover .careers_why_vervali_item h3 {
    font-display: swap;
    opacity: 0
}

.careers_why_vervali_overlay h3 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 48px;
    color: #fff
}

.careers_why_vervali_overlay p {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    padding-top: 15px
}

.careers_why_vervali_overlay img {
    display: block
}

.Our_Projects-item {
    padding-left: 50px;
    width: 75%;
    margin-left: auto;
    margin-right: auto
}

.Our_Projects .Our_Projects-item img {
    width: 70px;
    height: 70px
}

.Our_Projects .Our_Projects-item h3 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 60px;
    color: var(--primary)
}

.Our_Projects .Our_Projects-item h5 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-size: 200%;
    color: #5facdf;
    width: 150%
}

@media (min-width:768px) and (max-width:991px) {
    .Our_Projects .Our_Projects-item h5 {
        font-display: swap;
        font-size: 24px;
        width: 175%
    }

    .Our_Projects-item h5 {
        font-display: swap;
        font-size: 24px
    }

    .Our_Projects-item {
        margin-left: auto;
        margin-right: auto
    }

    .Our_Projects .Our_Projects-item h3 {
        font-display: swap;
        font-size: 30px;
        width: 150%
    }
}

@media (max-width:767px) {
    .Our_Projects .Our_Projects-item h5 {
        font-display: swap;
        font-size: 20px !important
    }

    .Our_Projects .Our_Projects-item h3 {
        font-display: swap;
        font-size: 24px !important
    }

    .Our_Projects-item {
        padding-left: 0;
        width: 50%;
        margin-left: auto !important;
        margin-right: auto !important
    }
}

.Our_Projects-item h5::after {
    content: "";
    display: block;
    width: 25%;
    height: 2.5px;
    background: #5facdf;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0
}

.we-are-backed-img {
    width: 102%;
    height: auto
}

.we-are-backed-img-mobile {
    display: none;
    width: 102%;
    height: auto
}

.we_are_backed_item {
    position: absolute;
    top: 160px;
    padding: 0 35px
}

.we_are_backed_item h4 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: var(--primary)
}

.we_are_backed_item p {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #666;
    padding-top: 10px
}

.team {
    background: var(--primary);
    height: 100%;
    padding: 10%;
    position: relative
}

.team h3 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #fff
}

.team img {
    position: absolute;
    top: 42%;
    right: -25px
}

.team h4 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 42px;
    color: #fff
}

.imgBox {
    position: relative;
    width: 100%;
    height: 210px;
    text-align: center;
    box-shadow: 2px 10px 15px rgb(100 100 100 / .1);
    border-radius: 0 0 10px 10px;
    margin-top: 80px;
    padding-top: 90px
}

.image {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    position: absolute;
    top: -80px;
    right: 0;
    left: 0;
    margin: auto
}

.meet_our_team_card {
    box-shadow: 2px 2px 15px 10px rgb(100 100 100 / .1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    justify-content: center;
    align-self: center;
    padding-top: 1rem;
    width: 18%;
    border-radius: 10px
}

.meet_our_team_card .team-description {
    margin-left: unset;
    margin-bottom: auto
}

.meet_our_team_img_div {
    position: relative
}

.meet_our_team_img_div .team_img {
    position: absolute;
    bottom: 0;
    right: 5px
}

.meet_our_team_img {
    width: 160px;
    height: 160px;
    border-radius: 50%
}

.team-description {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: left;
    margin-left: 10%
}

.team-description h5 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: var(--primary);
    text-align: center
}

@media (min-width:767px) and (max-width:991px) {
    .team-description h5 {
        font-display: swap;
        font-size: 1.9vw
    }
}

@media (min-width:991px) {
    .team-description h5 {
        font-display: swap;
        font-size: 16px
    }
}

.col-md-2.meet_our_team_card {
    height: 320px
}

.team-description h5.designation {
    color: #5facdf;
    font-size: 16px !important;
    line-height: 26px
}

@media (max-width:767px) {
    .team-description h5 {
        font-display: swap;
        margin-left: 0%;
        text-align: center !important
    }

    .team-description {
        margin-left: 0%
    }
}

.imgBox .team_img {
    position: absolute;
    top: 40px;
    left: 110px;
    right: 0;
    margin: auto
}

.life_at_vervali .film {
    padding: 0;
    margin: 0;
    aspect-ratio: 1.7777777778;
    background: #b6b6b6;
    background-image: linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff);
    background-repeat: no-repeat;
    background-position: 5% 5%, 15% 5%, 25% 5%, 35% 5%, 45% 5%, 55% 5%, 65% 5%, 75% 5%, 85% 5%, 95% 5%, 5% 95%, 15% 95%, 25% 95%, 35% 95%, 45% 95%, 55% 95%, 65% 95%, 75% 95%, 85% 95%, 95% 95%;
    background-size: 5% 8%, 5% 8%, 5% 8%, 5% 8%, 5% 8%, 5% 8%, 5% 8%, 5% 8%, 5% 8%, 5% 8%, 5% 8%, 5% 8%, 5% 8%, 5% 8%, 5% 8%, 5% 8%, 5% 8%, 5% 8%, 5% 8%, 5% 8%, 5% 8%, 5% 8%
}

.life_at_vervali .film__frame {
    padding: 15% 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.life_at_vervali .film__frame img {
    max-width: 100%;
    border-radius: 25px
}

.life_at_vervali .owl-carousel .owl-item,
.life_at_vervali .owl-carousel .owl-wrapper {
    -webkit-transform: none
}

.life_at_vervali .film__frame_overlay {
    position: absolute;
    top: 0;
    padding: 30px 25px;
    background: rgb(0 51 84 / .65);
    border: 1px solid #cceafe;
    transition: 0.5s;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center
}

.life_at_vervali .film__frame:hover .film__frame_overlay {
    opacity: 1;
    z-index: 99
}

.life_at_vervali .film__frame_overlay h5 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    color: #fff
}

.accordion-button::after {
    background-image: none !important;
    content: "+" !important;
    transform: none !important;
    margin-top: -10px
}

.careers_accordion .accordion-button:not(.collapsed)::after {
    background-image: none !important;
    content: "-" !important;
    transform: none !important;
    margin-top: -10px
}

.careers_accordion .accordion-item {
    margin: 10px
}

.careers_accordion .accordion-header button {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #1f2c5e;
    border: 1px solid #5facdf;
    padding: 7.5px
}

.careers_accordion .accordion-header button:focus {
    box-shadow: none;
    outline: 0
}

.accordion-button:not(.collapsed) {
    background: #5facdf !important;
    border: 1px solid #5facdf !important;
    color: #fff !important
}

.accordion-button:focus {
    background: #5facdf !important;
    border: 1px solid #5facdf !important
}

.career_form {
    padding: 25px 45px;
    margin: 0 25px;
    background: #fff;
    border: 1px solid #5facdf;
    box-sizing: border-box;
    border-radius: 5px
}

.career_form .form-control {
    border: 0 !important;
    border-radius: 0;
    padding-left: 0;
    border-bottom: 1px solid #d5d5d5 !important;
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    color: #4a3f3f
}

.career_form input[type="file"] {
    background-color: #fff0
}

.career_form input::placeholder,
.career_form label {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-size: 14px;
    line-height: 25px;
    color: #a18a8a
}

.career_form label {
    font-weight: 600
}

.career_form .form-control:focus {
    outline: 0;
    box-shadow: none
}

.career_form h3 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 36px;
    color: var(--primary);
    margin: 0
}

.career_form .btn-info {
    color: #5facdf;
    background-color: #fff;
    border: 1px solid #5facdf;
    font-size: 14px;
    padding: 10px 25px;
    transition: 0.5s
}

.career_form .btn-info:hover {
    background-color: #5facdf;
    box-shadow: 0 25px 30px rgb(95 172 223 / .4);
    color: var(--light-color)
}

.case_study_item {
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

.case_study_item_left {
    padding: 25px 25px 25px 60px !important
}

.case_study_item_right {
    padding: 25px 60px 25px 25px !important
}

.case_study_item h3 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: var(--primary);
    padding-bottom: 15px
}

.case_study_item p {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #666
}

.case_study_item_foot {
    text-align: right
}

.case_study_item .btn-info {
    border: 1px solid #5facdf;
    font-size: 14px;
    padding: 10px 15px;
    transition: 0.5s;
    height: 40px !important
}

.case_study_item .btn-info:hover {
    background-color: #5facdf;
    box-shadow: 0 25px 30px rgb(95 172 223 / .4);
    color: var(--light-color)
}

footer {
    background-color: #1f2d5e;
    padding: 5% 0 7% 0
}

.foot-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #5face0
}

.foot-menu h3 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-size: 22px;
    line-height: 40px;
    color: #fff
}

.foot-menu img {
    width: 40px;
    padding-bottom: 10px
}

footer .col-md-4 {
    padding-right: 7.5%
}

footer .col-md-3 {
    padding: 0 3%
}

footer h5 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    padding-top: 25px
}

footer p {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    color: #5face0;
    padding-top: 15px
}

.foot-logo img {
    width: 240px
}

.foot-menu-ul {
    padding: 0
}

.foot-menu-ul li {
    list-style: none;
    padding: 0;
    height: 40px
}

.foot-menu-ul li a {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-size: 16px;
    line-height: 71px;
    color: #5face0;
    text-decoration: none
}

footer a {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .02em;
    color: #5face0;
    text-decoration: none
}

.foot-social-icons img {
    width: 55px;
    padding: 5px
}

.copyright p {
    margin-bottom: 0
}

.home-pattern1 {
    position: absolute;
    top: -50px;
    right: 0 !important;
    width: 260px
}

.home-pattern2 {
    position: absolute;
    top: 40%;
    left: -150px;
    width: 320px
}

.home-pattern3 {
    position: absolute;
    bottom: -15px;
    right: -30px;
    width: 160px;
    z-index: 1
}

.home-pattern4 {
    position: absolute;
    top: 0;
    left: -150px;
    width: 260px;
    transform: rotate(-200deg)
}

.home-pattern5 {
    position: absolute;
    top: 30px;
    right: -120px;
    width: 260px;
    z-index: 1;
    transform: rotate(-180deg)
}

.home-pattern6 {
    position: absolute;
    top: -140px;
    left: -60px;
    width: 260px;
    z-index: 1
}

.building_extra {
    font-size: 22px !important;
    margin-top: 10px !important
}

.experiance-symantic-pattern {
    position: absolute;
    bottom: 20px;
    left: -80px;
    width: 200px;
    z-index: 1
}

.home-pattern-polygon {
    position: absolute !important;
    right: 0 !important;
    bottom: 10rem !important
}

.clt-vlu {
    padding: 30px 30px 30px 0
}

.zigzag-borders {
    position: absolute;
    left: 0;
    margin-top: 5%;
    width: 40px
}

.zigzag-borders-2 {
    position: absolute;
    left: auto;
    right: 0;
    width: 65px;
    margin-top: 10%;
    z-index: -1
}

.dots-group {
    position: absolute;
    width: 100px;
    left: 0;
    margin-top: -5%;
    z-index: -1
}

.homebanner_text h2 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600;
    color: var(--primary)
}

.bg-darkblue {
    background-color: #1f2d5e
}

.blog-tile {
    background: #fff;
    border: 2.5px solid #5facdf;
    border-radius: 40px
}

.page301 {
    min-height: 45vh
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.box301 h1 {
    font-display: swap;
    font-family: var(--primary-font);
    color: #1f2d5e
}

.box301 {
    text-align: center;
    margin: 100px auto;
    padding: 3%;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1)
}

.box301 .homebtn {
    font-display: swap;
    font-family: var(--primary-font);
    text-align: center;
    background-color: #1f2c5e;
    color: #fff !important;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none !important;
    box-shadow: 0 9px 24px 1px rgb(24 30 54 / 25%)
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

.qa-metrics-parent-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* margin-top: 60px; */
    color: #1f2c5e !important;
    font-display: swap;
    font-family: var(--primary-font) !important
}

.qa-metrix-top-img {
    width: 100%
}

.QA-metrics-top-img {
    height: 512px;
    width: 100% !important;
    position: relative
}

.qa-metrics-main-heading {
    color: #1f2c5e !important;
    font-display: swap;
    font-family: var(--primary-font);
    font-size: 40px
}

.qa-metrics-sub-main-heading {
    color: #5facdf;
    font-weight: 700;
    font-size: 40px;
    font-display: swap;
    font-family: var(--primary-font)
}

.top-icons-group {
    height: 35px;
    width: 35px;
    margin: 0 5px
}

img.social-icon-linkedin {
    height: 35px;
    width: 35px;
    margin: 0 2px
}

img.social-icon-twitter {
    height: 35px;
    width: 35px;
    margin: 0 2px
}

img.social-icon-facebook {
    height: 35px;
    width: 35px;
    margin: 0 5px
}

@media (max-width:767px) {
    .top-icons-group {
        height: 25px;
        width: 25px
    }

    .qa-metrics-main-heading {
        font-size: 24px !important
    }

    .qa-metrics-sub-main-heading {
        font-size: 24px
    }
}

.share-via {
    color: #5facdf;
    font-size: 16px;
    white-space: nowrap
}

.user-icon {
    height: 50px;
    width: 50px
}

.insta-twitter-user-icon {
    height: 25px;
    width: 25px
}

.parent-container {
    color: #1f2c5e !important
}

.prime-headings {
    color: #1f2c5e !important;
    font-weight: 600;
    font-size: 30px;
    font-display: swap;
    font-family: var(--primary-font)
}

.sub-prime-headings {
    color: #1f2c5e !important;
    font-weight: 600;
    font-size: 20px;
    font-display: swap;
    font-family: var(--primary-font)
}

.navigation-img {
    width: 100px;
    height: 100px;
    border-radius: 100% !important;
    border: 1px solid #fff0;
    background-color: #a9666a
}

.navigation-img-next {
    width: 100px;
    height: 100px;
    border-radius: 100% !important;
    border: 1px solid #fff0;
    background-color: #7700ef
}

@media (max-width:768px) {
    .QA-metrics-top-heading {
        position: absolute;
        font-display: swap;
        font-family: var(--primary-font);
        top: 25%;
        left: 50%;
        font-weight: 700;
        font-size: 20px;
        transform: translate(-50%, -50%);
        text-align: center;
        color: #fff
    }

    .QA-metrics-top-img {
        height: 212px;
        width: 100% !important;
        position: relative
    }
}

.recent-articles-container {
    background-color: #e9fff1;
    font-display: swap;
    font-family: var(--primary-font) !important
}

.recent-article-img {
    width: 100%
}

.recent-articles-container h2 {
    font-display: swap;
    font-family: var(--primary-font) !important;
    font-weight: 600;
    color: #1f2c5e;
    font-size: 30px
}

.why-testing-fail-heading {
    font-display: swap;
    font-family: var(--primary-font) !important;
    font-size: 24px !important
}

.read-more-btn {
    background-color: #5facdf;
    border: none;
    border-radius: 5px
}

.book-apntmnt-submit-btn {
    background-color: #5facdf;
    border: none;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center
}

.client_name_blog {
    color: #1f2c5e;
    font-weight: 700
}

.read-more-btn :hover {
    box-shadow: drop-shadow(0 25px 30px rgb(95 172 223 / .4))
}

.blog-testimonials-container {
    background-color: #eef4ff
}

.appointment-form-blog {
    position: sticky;
    top: 75px;
    background-color: #fff7ee
}

.book-appointment-sub-container {
    border-radius: 8px
}

.main-content-container {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 40px 4px rgb(95 172 223 / .25)
}

.blog-sub-headings {
    font-display: swap;
    font-family: var(--primary-font) !important;
    font-weight: 600;
    color: #1f2c5e;
    font-size: 30px
}

.book-apntmnt-form-inp input {
    margin: 10px 0
}

.carousel-next-prev-btn {
    color: #5facdf;
    background-color: #fff;
    border: none
}

.carousel-next-prev-container {
    position: absolute;
    top: 0;
    right: 0
}

.carousel-container-parent {
    z-index: 10
}

.blog-testimonial-icon {
    width: 50%
}

.api-testing-overview-contnet {
    color: #1f2c5e !important;
    font-weight: 300 !important
}

.api-testing-benefits-container {
    width: 90%;
    font-display: swap;
    font-family: var(--primary-font) !important;
    margin-left: auto;
    margin-right: auto
}

.start-api-container {
    width: 90%;
    font-display: swap;
    font-family: var(--primary-font) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: space-between;
    align-items: center
}

.start-testing-right {
    justify-content: space-between;
    position: relative
}

.start-testing-left {
    display: flex;
    justify-content: center;
    position: relative
}

.start-testing-right div {
    width: 40%
}

.start-testing-right h4 {
    font-display: swap;
    font-family: var(--primary-font) !important;
    color: rgb(95 172 223 / .98);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    margin: 0
}

.start-testing-right h5 {
    font-display: swap;
    font-family: var(--primary-font) !important;
    color: #1f2c5e;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    margin: 0;
    padding: 10px 0
}

.start-testing-right p {
    font-display: swap;
    font-family: var(--primary-font) !important;
    color: #1f2c5e;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    margin: 0
}

.start-testing-divide-img {
    width: 10%;
    margin-left: auto;
    margin-right: auto
}

.start-testing-step-one {
    position: absolute;
    right: 0;
    font-display: swap;
    font-family: var(--primary-font) !important
}

.start-testing-step-two {
    position: absolute;
    left: 0;
    top: 27%;
    font-display: swap;
    font-family: var(--primary-font) !important;
    text-align: end
}

.start-testing-step-three {
    position: absolute;
    right: 0;
    top: 55%;
    font-display: swap;
    font-family: var(--primary-font) !important
}

.start-testing-step-four {
    position: absolute;
    left: 0;
    top: 82%;
    font-display: swap;
    font-family: var(--primary-font) !important;
    text-align: end
}

.key-features-content-mob-1 {
    position: absolute;
    top: 24%;
    left: 33%;
    width: 30%
}

.key-features-content-mob-2 {
    position: absolute;
    top: 44%;
    left: 38%;
    width: 30%
}

.key-features-content-mob-3 {
    position: absolute;
    top: 64%;
    left: 33%;
    width: 30%
}

.key-features-content-mob-4 {
    position: absolute;
    top: 84%;
    left: 38%;
    width: 30%
}

.key-features-content-web-1 {
    position: absolute;
    top: 59%;
    left: 2.5%;
    width: 20%
}

.key-features-content-web-2 {
    position: absolute;
    top: 12%;
    left: 22%;
    width: 20%
}

.key-features-content-web-3 {
    position: absolute;
    top: 12%;
    left: 56%;
    width: 20%
}

.key-features-content-web-4 {
    position: absolute;
    top: 59%;
    left: 77.5%;
    width: 20%
}

.key-content-heading-mob {
    font-size: 3.5vw;
    font-display: swap;
    font-family: var(--primary-font) !important;
    color: #1f2c5e;
    text-align: center;
    font-weight: 600
}

.key-content-para-mob {
    font-size: 2.4vw;
    text-align: center;
    font-weight: 300;
    color: #1f2c5e
}

.key-content-heading-web {
    font-size: 1.3vw;
    font-display: swap;
    font-family: var(--primary-font) !important;
    color: #1f2c5e;
    text-align: center;
    font-weight: 600
}

.key-content-para-web {
    font-size: 1.3vw;
    text-align: center;
    font-weight: 300;
    color: #1f2c5e
}

.api-testing-benefits-container h4 {
    font-display: swap;
    color: #1f2c5e;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-display: swap;
    font-family: var(--primary-font) !important
}

.api-testing-benefits-container h2 {
    font-display: swap;
    color: #1f2c5e;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    font-family: var(--primary-font) !important
}

@media (max-width:767px) {
    .api-testing-benefits-container h2 {
        font-display: swap;
        font-size: 30px
    }
}

.api-testing-benefits-container p {
    color: #1f2c5e;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px
}

.benefits-main-content {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 50px 5px rgb(95 172 223 / .25);
    height: 250px;
    overflow-y: scroll
}

@media (max-width:991px) {
    .benefits-main-content {
        height: auto
    }
}

.benefits-icon {
    width: 75px;
    height: 75px
}

.challenges-container {
    width: 100%
}

@media (min-width:991px) {
    .challenges-container {
        justify-content: center !important
    }

    .list-items-challenges {
        justify-content: center;
        align-items: center
    }

    .best-practices-api-testing {
        margin-top: 100px !important
    }
}

@media (max-width:991px) {
    .challenges-container {
        flex-direction: column
    }

    .list-items-challenges {
        justify-content: center;
        align-items: center
    }
}

.challenges-container li {
    padding: 5px 0
}

.challenges-img {
    width: 80%;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto
}

.challenges-sub-container {
    position: relative;
    display: flex
}

@media (max-width:991px) {
    .challenges-sub-container {
        margin-top: -5px !important
    }
}

.text-challenges-img {
    font-display: swap;
    font-family: var(--primary-font) !important;
    position: absolute;
    bottom: 0;
    left: auto;
    right: auto;
    z-index: 111;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%
}

.text-challenges-img h4 {
    font-display: swap;
    color: #fff;
    text-align: center;
    font-display: swap;
    font-family: var(--primary-font) !important;
    font-size: 30px;
    font-style: normal;
    font-weight: 600
}

.text-challenges-img h2 {
    font-display: swap;
    color: #fff;
    font-display: swap;
    font-family: var(--primary-font) !important;
    font-size: 48px;
    font-style: normal;
    font-weight: 700
}

@media (max-width:576px) {
    .text-challenges-img h4 {
        font-display: swap;
        font-size: 22px
    }

    .text-challenges-img h2 {
        font-display: swap;
        font-size: 30px
    }
}

.challenges-container li {
    color: #1f2c5e;
    font-display: swap;
    font-family: var(--primary-font) !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px
}

@media (max-width:1262px) {
    .challenges-container li {
        line-height: 30px
    }
}

.challenges-container ul div:nth-child(even) {
    background-color: #fff
}

.challenges-container ul div:nth-child(odd) {
    background-color: #f6f6f6
}

.best-practices-api-testing {
    width: 90%;
    font-display: swap;
    font-family: var(--primary-font) !important;
    margin-left: auto;
    margin-right: auto
}

.best-practices-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.best-practices-left h4 {
    font-display: swap;
    color: #1f2c5e;
    font-display: swap;
    font-family: var(--primary-font) !important;
    font-size: 30px;
    font-style: normal;
    font-weight: 600
}

.best-practices-left h2 {
    font-display: swap;
    color: #5facdf;
    font-display: swap;
    font-family: var(--primary-font) !important;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px
}

.best-prctc-rght-img {
    height: 60px;
    width: 60px
}

.best-practice-content-heading {
    color: #1f2c5e;
    font-display: swap;
    font-family: var(--primary-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px
}

.best-practice-content-body {
    color: #1f2c5e;
    font-display: swap;
    font-family: var(--primary-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 300
}

@media (max-width:767px) {
    .best-practices-left {
        margin-bottom: 25px
    }

    .best-practices-right {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding: 0
    }

    .best-practices-api-testing {
        width: 90%;
        margin-left: auto !important;
        margin-right: auto !important
    }

    .best-practice-content-heading {
        font-size: 22px
    }

    .best-practice-content-body {
        font-size: 16px
    }
}

.key-features-parent-container {
    width: 90%;
    font-display: swap;
    font-family: var(--primary-font) !important;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.key-features-img {
    width: 340px
}

.key-features-container {
    position: relative
}

.key-features-top-container {
    display: flex;
    justify-content: center
}

.key-features-bottom-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: -30px
}

.key-features-central-container {
    position: absolute;
    bottom: -10%;
    left: 38%;
    width: 25%
}

.key-features-central-container h2 {
    font-display: swap;
    color: #1f2c5e;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-display: swap;
    font-family: var(--primary-font) !important;
    font-weight: 400
}

.key-features-central-container h4 {
    font-display: swap;
    font-family: var(--primary-font) !important;
    color: #1f2c5e;
    font-size: 24px;
    font-style: normal;
    font-weight: 700
}

.key-features-content-integration {
    position: absolute;
    top: 20%;
    left: 30%
}

.key-features-content-top {
    position: absolute;
    top: 15%;
    left: 25%
}

.key-features-container h4 {
    font-display: swap;
    color: #1f2c5e;
    text-align: center;
    font-display: swap;
    font-family: var(--primary-font) !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 600
}

.key-features-container p {
    color: #1f2c5e;
    text-align: center;
    font-display: swap;
    font-family: var(--primary-font) !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 300
}

.key-features-content {
    position: absolute;
    top: 20%;
    left: 20%
}

.key-features-group-img-mob {
    width: 50%
}

@media (max-width:991px) {
    .key-features-top-container {
        flex-direction: column
    }

    .key-features-bottom-container {
        flex-direction: column
    }

    .key-features-img {
        height: 80%;
        width: 80%
    }

    .key-features-container {
        position: relative;
        width: 50%;
        margin-left: auto !important;
        margin-right: auto !important;
        display: flex;
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .key-features-central-container {
        position: static;
        display: flex;
        width: 50%;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 25px
    }

    .key-features-central-container h2 {
        font-display: swap;
        font-size: 4.5vw
    }

    .key-features-central-container h4 {
        font-display: swap;
        font-size: 4.5vw
    }
}

@media (max-width:767px) {
    .key-features-img {
        height: 100%;
        width: 100%
    }

    .key-features-container p {
        font-size: 2vw
    }

    .key-features-container h4 {
        font-display: swap;
        font-size: 4vw
    }
}

.testing-icons-container {
    width: 90%;
    font-display: swap;
    font-family: var(--primary-font) !important;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff !important
}

.iot-dev-toolkit-text {
    color: #1f2c5e;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 300
}

@media (min-width:767px) {
    .show-on-mobile {
        display: none !important
    }
}

@media (max-width:767px) {
    .show-on-tab-only {
        display: none
    }
}

@media (min-width:991px) {
    .show-on-tab-only {
        display: none !important
    }

    .show-tab-mob {
        display: none
    }
}

@media (max-width:991px) {
    .show-on-web {
        display: none !important
    }
}

.iot-dev-services-container {
    width: 90%;
    margin-left: auto;
    margin-right: auto
}

.iot-dev-services-container h4 {
    font-display: swap;
    color: #1f2c5e;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-display: swap;
    font-family: var(--primary-font) !important
}

.iot-dev-services-container h2 {
    font-display: swap;
    color: #1f2c5e;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    font-family: var(--primary-font) !important
}

.iot-services-main-content {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 50px 5px rgb(95 172 223 / .25);
    border: 1px solid #5facdf;
    height: 200px;
    overflow-y: scroll
}

@media (max-width:991px) {
    .iot-services-main-content {
        height: auto
    }
}

.iot-services-icon {
    width: 60px;
    height: 60px
}

.iot-testing-diagram-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center
}

.testing-diagram-heading {
    color: #1f2c5e;
    text-align: center;
    font-display: swap;
    font-family: var(--primary-font);
    font-size: 36px;
    font-style: normal;
    font-weight: 600
}

@media (max-width:768px) {
    .testing-diagram-heading {
        font-size: 5.5vw
    }

    .iot-testing-diagram-container {
        width: 90%
    }
}

.iot-testing-significane {
    text-align: center;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.iot-testing-significane img {
    display: block;
    margin: 0 auto
}

@media (max-width:576px) {
    .iot-testing-significane img {
        height: 200px
    }

    .iot-testing-diagram-container {
        width: 95%
    }

    .iot-testing-services-heading {
        font-size: 24px !important
    }
}

.iot-testing-significane div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%
}

.iot-testing-significane h2 {
    font-display: swap;
    color: #fff;
    text-align: center;
    font-display: swap;
    font-family: var(--primary-font);
    font-size: 30px;
    font-style: normal;
    font-weight: 600
}

.iot-testing-significane p {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600
}

@media (max-width:991px) {
    .iot-testing-significane h2 {
        font-display: swap;
        font-size: 3vw
    }

    .iot-testing-significane p {
        font-size: 2vw
    }
}

.iot-challenge-container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center
}

.iot-challenge-container p {
    text-align: left;
    padding-left: 16px;
    color: #1f2c5e
}

.iot-services-four-container {
    width: 90%;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.iot-services-3 {
    width: 25%;
    height: 55%;
    position: absolute;
    top: 0
}

.iot-services-4 {
    width: 25%;
    height: 55%;
    position: absolute;
    top: 0;
    left: 50%
}

.iot-services-1 {
    width: 25%;
    height: 55%;
    position: absolute;
    bottom: 0;
    left: 25%
}

.iot-services-2 {
    width: 25%;
    height: 55%;
    position: absolute;
    bottom: 0;
    left: 75%
}

.iot-testing-services-heading {
    color: #1f2c5e !important;
    text-align: center;
    font-display: swap;
    font-family: var(--primary-font) !important;
    font-size: 36px;
    font-style: normal;
    font-weight: 600
}

.iot-services-four-container h4 {
    font-display: swap;
    color: #1f2c5e;
    font-display: swap;
    font-family: var(--primary-font);
    font-size: 1.1vw;
    margin: 0;
    font-style: normal;
    font-weight: 600
}

.iot-services-four-container p {
    color: #666;
    font-display: swap;
    font-family: var(--primary-font);
    font-size: 1vw;
    font-style: normal;
    font-weight: 400;
    margin: 0 !important;
    line-height: 16px
}

.iot-services-four-tab {
    width: 90%;
    margin-left: auto;
    margin-right: auto
}

.four-tab-img-container {
    background-color: #5facdf
}

.iot-services-four-tab img {
    width: 80%
}

@media (max-width:992px) {
    .show-above-tab {
        display: none
    }
}

@media (min-width:992px) {
    .show-below-tab {
        display: none
    }
}

.iot-services-info-tab {
    width: 90%;
    margin-left: auto;
    margin-right: auto
}

.iot-services-info-tab h4 {
    font-display: swap;
    font-family: var(--primary-font);
    color: #1f2c5e;
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px
}

.iot-services-info-tab p {
    font-display: swap;
    font-family: var(--primary-font);
    font-size: 14px
}

.iot-services-info-3 {
    width: 20%;
    position: absolute;
    top: 0;
    left: 30.5%;
    padding: 3%
}

.iot-services-info-4 {
    width: 20%;
    position: absolute;
    top: 0;
    left: 80%;
    padding: 3%
}

.iot-services-info-1 {
    width: 20%;
    position: absolute;
    top: 45%;
    left: 0%;
    padding: 3%;
    background-color: #fff
}

.iot-services-info-2 {
    width: 20%;
    position: absolute;
    top: 55%;
    left: 50%;
    padding: 2.5%;
    background-color: #fff
}

.iot-bg-div-1 {
    height: 100%;
    width: 11%;
    background-color: #5facdf;
    position: absolute;
    top: 0;
    left: 20%;
    z-index: -2
}

.iot-bg-div-2 {
    height: 100%;
    width: 11%;
    background-color: #5facdf;
    position: absolute;
    top: 0;
    left: 70%;
    z-index: -2
}

.toggle-views-container h1 {
    font-display: swap;
    color: #1f2c5e;
    font-display: swap;
    font-family: var(--primary-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    padding-left: 16px;
    text-align: left
}

@media (max-width:767px) {
    .toggle-views-container {
        width: 90%;
        margin-left: auto;
        margin-right: auto
    }

    .iot-challenge-container {
        width: 100% !important
    }

    .toggle-views-container h1 {
        font-display: swap;
        font-size: 14px
    }

    .iot-challenge-container p {
        font-size: 14px
    }

    .challenge-icons-iot {
        width: 25px !important
    }
}

.challenge-icons-iot {
    width: 30px
}

.container1 {
    cursor: pointer;
    width: 100%
}

.container1 h2,
.container2 h2,
.container3 h2,
.container4 h2,
.container5 h2 {
    color: #1f2c5e
}

.container1 .toggleHeading {
    text-align: left;
    font-size: 22px;
    margin-left: 15px;
    font-weight: 700
}

.container2 .toggleHeading {
    text-align: left;
    font-size: 22px;
    margin-left: 15px;
    font-weight: 700;
    color: "#1F2C5E" !important
}

.container3 .toggleHeading {
    text-align: left;
    font-size: 22px;
    margin-left: 15px;
    font-weight: 700;
    color: "#1F2C5E" !important
}

.container4 .toggleHeading {
    text-align: left;
    font-size: 22px;
    margin-left: 15px;
    font-weight: 700;
    color: "#1F2C5E" !important
}

.container5 .toggleHeading {
    text-align: left;
    font-size: 22px;
    margin-left: 15px;
    font-weight: 700;
    color: "#1F2C5E" !important
}

.no-select {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.hide {
    display: none
}

.show {
    display: block
}

.container2 {
    cursor: pointer;
    text-align: center;
    width: 100%
}

.show2 {
    display: block
}

.hide2 {
    display: none
}

.container3 {
    cursor: pointer;
    text-align: center;
    width: 100%
}

.show3 {
    display: block
}

.hide3 {
    display: none
}

.container4 {
    cursor: pointer;
    text-align: center;
    width: 100%
}

.show4 {
    display: block
}

.hide4 {
    display: none
}

.container5 {
    cursor: pointer;
    text-align: center;
    width: 100%
}

.show5 {
    display: block
}

.hide5 {
    display: none
}

.container1 img {
    padding-left: 16px
}

.container2 img {
    padding-left: 16px
}

.container3 img {
    padding-left: 16px
}

.container4 img {
    padding-left: 16px
}

.container5 img {
    padding-left: 16px
}

@media (max-width:768px) {
    .navigation-img-next {
        width: 75px !important;
        height: 75px !important
    }

    .navigation-img {
        width: 75px !important;
        height: 75px !important
    }
}

.navbar-light {
    padding: 0 5%;
    padding-top: 5px
}

.purpose-txt {
    color: #1f2c5e !important;
    font-weight: 600 !important;
    font-size: 22px !important
}

.navbar-light .navbar-brand {
    width: max-content;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content
}

.navbar-light .navbar-brand img {
    max-height: inherit;
    height: 85%
}

.sticky-top.navbar-light {
    padding-top: 0
}

.nav-qoutes {
    background-color: #f5f5f5;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center
}

.CEO-profile h4 {
    font-display: swap;
    font-size: 17px;
    color: #000;
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 500
}

.show-on-tab-mobile {
    display: none !important
}

.g-recaptcha {
    transform: unset !important
}

@media (max-width:991px) {

    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
        padding-bottom: 25px
    }

    .show-on-desk {
        display: none
    }

    .show-on-tab-mobile {
        display: block !important
    }
}

.service-accordion-button {
    border: none;
    background-color: #fff0;
    font-size: 18px;
    font-display: swap;
    font-family: var(--primary-font)
}

.service-accordion-container {
    border: none;
    background-color: #fff0
}

.heart-img {
    width: 28px
}

@media (min-width:768px) and (max-width:1024px) {
    .contact {
        height: auto;
        overflow: initial;
        margin-bottom: 20px
    }

    .img-contact {
        height: 400px
    }

    .contact-box {
        margin-bottom: 20px
    }
}

.columns {
    width: 20% !important
}

.security_testing_wrapper {
    border: 1px solid #5facdf
}

.vertical_line {
    height: 45px;
    width: 1px;
    background-color: #5facdf
}

.commontype-points-container {
    display: flex !important;
    justify-content: space-around
}

.commontype-points-container h3 {
    font-display: swap;
    margin-left: 16px
}

@media (max-width:991px) {
    .vertical_line {
        display: none
    }

    .commontype-points-container {
        display: flex !important;
        flex-direction: column
    }
}

.security_testing_half_wrapper {
    border-top: 1px solid #5facdf
}

.security_testing_half_wrapper h2 {
    font-display: swap;
    display: flex;
    align-items: center;
    justify-content: center
}

.security_testing_half_wrapper h2 s pan {
    font-display: swap;
    font-weight: 400
}

@media (min-width:576px) and (max-width:991px) {
    .columns {
        width: 33% !important
    }
}

@media (max-width:575px) {
    .columns {
        width: 50% !important
    }
}

.contact-footer-btn {
    background-color: #5facdf;
    color: #fff;
    border-radius: 5px
}

.contact-footer-btn a {
    color: #fff !important
}

.footer-parent-div {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 20px 0 #5facdf;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.hello-heading-part {
    color: #5facdf;
    font-display: swap;
    font-family: var(--primary-font);
    font-weight: 700
}

.help-heading-part {
    color: #1f2c5e;
    font-display: swap;
    font-family: var(--primary-font);
    font-weight: 700
}

.horizontal-line {
    width: 20%;
    height: 0;
    border-top: 5px solid #5facdf;
    margin-top: 0 !important
}

.search-container {
    display: flex;
    align-items: center;
    width: 70% !important;
    justify-content: center
}

.search-container input[type="text"] {
    padding: 10px;
    font-size: 16px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #5facdf;
    width: 40% !important;
    height: 34px
}

.search-container button {
    border-radius: 0 5px 5px 0;
    background-color: #5facdf;
    border: 1px solid #5facdf;
    color: #fff;
    font-size: 16px;
    height: 34px
}

.logos-div {
    width: 80%;
    margin-left: auto;
    margin-right: auto
}

.para-blog-footer {
    color: #1f2c5e;
    text-align: center;
    font-display: swap;
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 300;
    width: 80%
}

@media (max-width:992px) {
    .show-above-tab {
        display: none !important
    }
}

@media (min-width:992px) {
    .show-below-tab {
        display: none !important
    }
}

.prev-next-par-div {
    width: 85%;
    margin-right: auto !important;
    margin-left: auto !important
}

@media (max-width:578px) {
    .prev-next-par-div {
        width: 100%
    }
}

.testing-fail-top-img {
    height: 512px;
    width: 100% !important;
    position: relative
}

.testing-fail-top-heading {
    position: absolute;
    font-display: swap;
    font-family: var(--primary-font);
    top: 45%;
    left: 50%;
    font-weight: 700;
    font-size: 80px;
    transform: translate(-50%, -50%);
    text-align: center;
    margin: 0;
    color: #fff
}

.main-headings {
    color: #1f2c5e !important;
    font-weight: 600;
    font-size: 30px;
    font-display: swap;
    font-family: var(--primary-font)
}

.sub-headings {
    color: #1f2c5e !important;
    font-weight: 600;
    font-size: 20px;
    font-display: swap;
    font-family: var(--primary-font)
}

.navigation-img {
    width: 100px;
    height: 100px;
    border-radius: 100% !important;
    border: 1px solid #fff0;
    background-color: #a9666a
}

.navigation-img-next {
    width: 100px;
    height: 100px;
    border-radius: 100% !important;
    border: 1px solid #fff0;
    background-color: #7700ef
}

.main-container {
    width: 80%;
    margin-left: auto;
    color: #1f2c5e !important;
    margin-right: auto
}

@media (max-width:768px) {
    .testing-fail-top-heading {
        position: absolute;
        font-display: swap;
        font-family: var(--primary-font);
        top: 25%;
        left: 50%;
        font-weight: 700;
        font-size: 20px;
        transform: translate(-50%, -50%);
        text-align: center;
        margin: 0;
        color: #fff
    }

    .testing-fail-top-img {
        height: 212px;
        width: 100% !important;
        position: relative
    }

    .navigation-img-next {
        width: 75px !important;
        height: 75px !important
    }

    .navigation-img {
        width: 75px !important;
        height: 75px !important
    }
}

@media (max-width:992px) {
    .show-above-tab {
        display: none !important
    }
}

@media (min-width:992px) {
    .show-below-tab {
        display: none !important
    }
}

.prev-next-par-div {
    width: 85%;
    margin-left: auto !important;
    margin-right: auto !important
}

.software-img {
    width: 160px
}

.iot-testing-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    clip-path: polygon(0 7%, 100% 8%, 100% 85%, 75% 85%, 75% 85%, 53% 85%, 0 84%)
}

.privacy-image {
    width: 250px;
    margin: 0 auto
}

.privacy-ps {
    padding-left: 1rem
}

.sub-heading-privacy {
    color: #000;
    font-weight: 700;
    font-size: 16px
}

.more-blog button {
    border: none;
    color: #5facdf;
    background-color: #fff
}

.job-select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #b0b0b0 !important;
    padding: 7px 0
}

.job-select:focus {
    outline: none
}

#loadid {
    display: none
}

.film__frame .img-wrapper {
    height: 172px
}

.film__frame .img-wrapper img {
    height: 100%;
    object-fit: cover
}

.linkedin-content-img {
    width: 30px;
    height: 30px
}

.msme-image {
    width: 215px
}

.prev-testimonial::before {
    content: "";
    border: solid #00adc6 !important;
    border-width: 0 3px 3px 0 !important;
    display: inline-block !important;
    padding: 4px !important;
    transform: rotate(-45deg)
}

.next-testimonial::before {
    content: "";
    border: solid #00adc6 !important;
    border-width: 0 3px 3px 0 !important;
    display: inline-block !important;
    padding: 4px !important;
    transform: rotate(135deg)
}

.img-symantic {
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    object-position: 80%;
    border-radius: 0 25px 25px 0
}

.bg-gradients {
    background: linear-gradient(112.25deg, #1f2c5e 13.93%, #5facdf 100%)
}

.parent-container-experience {
    border-radius: 30px
}

.experience-heading {
    font-size: 42px
}

.last-group-div {
    line-height: 1.1 !important
}

.experience-systematic {
    border-radius: 25px 0 0 25px
}

.experience-systematic h2 {
    font-display: swap;
    font-family: var(--primary-font)
}

.experience-systematic p {
    font-size: 17px
}

.experience-systematic div {
    font-size: 18px
}

.experience-icon {
    height: 22px;
    width: 22px
}

.systematic-sw p {
    color: #1f2c5e
}

.experience-bottom-ic-group {
    width: 80%
}

.about-heading {
    font-size: 50px;
    line-height: 55px;
    width: 90%
}

.see-what-btn {
    float: left;
    box-shadow: 2px 12px 27px 5px rgb(95 172 223 / .25);
    font-size: 16px
}

.our-clients-heading h1 {
    margin-bottom: 25px;
    font-display: swap;
    font-family: var(--primary-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #9d9d9d
}

.box-shadow-btn {
    box-shadow: 2px 12px 27px 5px rgb(95 172 223 / .25)
}

.work-tech a.nav-link.active {
    box-shadow: 2px 12px 27px 5px rgb(95 172 223 / .25)
}

ul.nav.nav-tabs.work-tech {
    margin-bottom: 10px
}

.call-to-action a.btn.form-control {
    box-shadow: 0 9px 24px 1px rgb(24 30 54 / 25%)
}

.howyouengage .service-item h3 {
    text-align: left;
    width: 50%
}

p.country-city {
    padding-left: 35px
}

p.email-id {
    padding-left: 35px
}

.about-content .desk-show img {
    border-radius: 10px
}

.Experience-systematic-software ul {
    padding: 0;
    display: flex;
    background: #fff
}

.Experience-systematic-software ul li {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: var(--primary);
    padding: 15px 35px;
    padding-left: 55px;
    position: relative;
    border: 1px solid #5facdf
}

.Experience-systematic-software ul li {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #1f2c5e;
    padding: 15px 35px 50px;
    padding-left: 55px;
    position: relative;
    border: none
}

.Experience-systematic-software p {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: var(--primary);
    padding: 25px 35px;
    border: none;
    margin-bottom: 0;
    background: #fff
}

.Experience-systematic-software ul li::after {
    content: "";
    background: #5facdf;
    width: 1px;
    height: 58px;
    left: 32px;
    position: absolute;
    top: 44px
}

.Experience-systematic-software b {
    font-weight: 600
}

.testimonial .carousel-control-next .fa,
.testimonial .carousel-control-prev .fa {
    background-color: #fff;
    padding: 6px !important;
    box-shadow: 0 25px 60px rgb(0 0 0 / .15)
}

.testimonial .carousel-control-next {
    right: 25px;
    top: 50%
}

.testimonial .carousel-control-prev {
    left: 25px;
    top: 50%
}

@media screen and (max-width:767px) {
    .testimonial .carousel-control-next {
        right: 0
    }

    .testimonial .carousel-control-prev {
        left: 0
    }
}

.featured-insights .bg_primary .btn-info {
    margin: 10px 20px;
    border-radius: 5px;
    border: 1px solid #5facdf;
    text-transform: uppercase
}

.contact-item img {
    width: 25px;
    margin-right: 5px
}

.vervali-in-brief p {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: var(--primary);
    padding-left: 15px
}

.contact .form-control {
    border: 0;
    border-bottom: 1px solid #b0b0b0;
    border-radius: 0;
    padding-left: 0
}

.vision-mission .service-item .service-icon img {
    width: 130px;
    height: 70px
}

.vision-mission .service-item .service-icon h3,
.Awards .service-item .service-icon h3 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 70px;
    color: #5facdf
}

.careers_accordion .accordion-header button {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #1f2c5e;
    border: 1px solid #5facdf;
    padding: 7.5px;
    background: #fff
}

.call-to-action h4 {
    color: var(--primary)
}

.card-header:first-child {
    border-radius: 25px 25px 0 0 !important
}

.sect-product-team h3 {
    color: #1f2c5e;
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600
}

.vs-card {
    background: #fff;
    border-radius: 10px;
    border-bottom-right-radius: 50px;
    border-color: #5facdf
}

.vs-card h4 {
    color: #1f2c5e;
    font-display: swap;
    font-family: var(--primary-font);
    font-weight: 600
}

.vs-card p {
    color: #666;
    width: 80%
}

.vs-icon {
    width: 35px;
    height: 35px
}

.img-prod-access-sect {
    height: 300px
}

.vs-cards {
    height: 230px;
    overflow: hidden;
    background: linear-gradient(112.25deg, #1f2c5e 13.93%, #5facdf 100%)
}

.vs-cards h1 {
    font-display: swap;
    font-family: var(--primary-font);
    width: 60%
}

.vs-cards h3 {
    font-display: swap;
    font-family: var(--primary-font);
    font-weight: 600
}

.border-right {
    border-right: 1px solid #5facdf !important
}

.border-left {
    border: 1px solid rgb(0 0 0 / .125)
}

.border-top {
    border: 1px solid rgb(0 0 0 / .125)
}

.border-bottom {
    border-bottom: 1px solid #5facdf !important
}

.accessibility-box h5 {
    font-display: swap;
    font-family: var(--primary-font);
    color: #1f2c5e;
    font-style: normal;
    font-weight: 600
}

.accessibility-icons {
    width: 40px;
    height: 40px
}

.vs-card:hover {
    box-shadow: 0 0 50px rgb(95 172 223 / .25)
}

.vs-section {
    padding: 0rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 5%
}

.sect-accessibility {
    padding: 3rem
}

.serviceheading {
    font-weight: 600 !important;
    font-display: swap;
    font-family: var(--primary-font) !important;
    color: #1f2c5e !important
}

.service-about-title .service-abt-title {
    display: block;
    text-transform: uppercase;
    color: #1f2c5e;
    margin-top: 20px;
    line-height: 1.6em;
    font-size: 17px;
    font-weight: 600;
    font-display: swap;
    font-family: var(--primary-font)
}

.icon20.clt-vlu p {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #666;
    margin-bottom: 0
}

.service-about-title img {
    width: 43px;
    height: auto
}

.service-about_types h4 {
    font-weight: 300;
    font-display: swap;
    font-family: var(--primary-font);
    color: #1f2c5e
}

.service-about_types .offset-md-1 {
    margin-left: 12.33333%
}

.master-api-development {
    border-radius: 25px;
    border: .75px solid cyan
}

.master-api-heading {
    padding: 25px 35px;
    padding-bottom: 30px
}

.master-api-heading h1 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 59px;
    display: flex;
    align-items: center;
    color: #5facdf;
    margin-bottom: 0
}

.master-api-heading h2 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 34px;
    display: flex;
    align-items: center;
    margin-bottom: 0px !important;
    color: var(--dark)
}

.mobile-app-section {
    padding: 25px 35px;
    padding-top: 30px;
    border-top: .75px solid var(--secondary)
}

.mobile-app-section p {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: var(--dark)
}

.api-why-vervali-section {
    display: flex;
    padding-top: 10px
}

.api-why-vervali-logo {
    width: 35%;
    border: 1px solid cyan;
    border-right: none;
    border-left: none
}

.api-why-vervali-grids {
    width: 61%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border: 1px solid cyan;
    border-left: none;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 30px 30px 0 20px
}

.why-vervali-grid {
    width: 100%;
    font-display: swap;
    font-family: var(--primary-font)
}

.why-vervali-grid h2 {
    font-display: swap;
    font-family: var(--primary-font)
}

.grid-header {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 45px
}

.grid-icon {
    width: 50px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.grid-icon img {
    width: 100%;
    object-fit: contain;
    height: 100%
}

.why-vervali-grid p {
    padding-right: 20px
}

.api-why-vervali-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding: 30px 0
}

.primary-vervali-text {
    font-weight: 600;
    color: var(--primary);
    font-size: 70px;
    line-height: 55px;
    padding-top: 80px;
    text-align: center;
    font-display: swap;
    font-family: var(--primary-font)
}

.primary-vervali-text span {
    color: #5facdf;
    font-weight: 100
}

.logo-primary-desc {
    width: 200px
}

.logo-main-svg {
    position: absolute;
    left: 70%;
    top: 12%;
    width: 30%
}

.logo-quoted-desc {
    width: 200px
}

.grid-title-text {
    font-size: 22px;
    font-weight: 600
}

.grid-description {
    font-size: 16px;
    padding-top: 5px;
    font-weight: 400;
    color: #666;
    font-display: swap;
    font-family: var(--primary-font)
}

.vervali-text-sec {
    text-align: left;
    font-size: 24px;
    color: var(--primary) !important;
    font-weight: 600;
    font-display: swap;
    font-family: var(--primary-font);
    line-height: 30px;
    width: 45%
}

.quoted-text {
    color: #5facdf;
    width: 100%;
    font-size: 18px;
    padding-right: 30px;
    position: relative;
    line-height: 25px
}

.quoted-text img {
    width: 10%
}

.qoute-left {
    position: absolute;
    right: 95%;
    z-index: -1
}

.qoute-right {
    position: absolute;
    left: 78%;
    bottom: 10%;
    z-index: -1
}

.portfolio-bg-color {
    background: #1f2c5e;
    padding-top: 60px !important;
    padding-bottom: 30px !important
}

.portfolio-carousel .owl-nav {
    top: 50%;
    position: absolute;
    width: 100%
}

.portfolio-carousel .owl-nav .owl-prev,
.portfolio-carousel .owl-nav .owl-next {
    color: #717dad;
    border: 1px solid #717dad;
    border-radius: 4px;
    padding: 3px 5px
}

.portfolio-carousel .owl-nav .owl-prev {
    left: -2.5rem;
    position: absolute
}

.portfolio-carousel .owl-nav .owl-next {
    right: -2.5rem;
    position: absolute
}

.portfolio-carousel .portfolio-item p {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    padding: 15px 15px
}

.portfolio-content {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.portfolio-img {
    max-width: auto;
    max-height: 400px
}

.portfolio-content-text {
    display: flex
}

.portfolio-content-text {
    position: relative;
    height: max-content
}

.portfolio-content-text img {
    height: 56px;
    position: absolute;
    z-index: 1
}

.portfolio-content-text h4 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    color: #1f2c5e;
    padding: 15px 40px;
    z-index: 2
}

.portfolio-content-text .qoute-end {
    bottom: 0;
    right: 90px
}

.zigzag-borders {
    position: absolute;
    left: 0;
    margin-top: 5%;
    width: 40px
}

.zigzag-borders-2 {
    position: absolute;
    left: auto;
    right: 0;
    width: 65px;
    margin-top: 10%;
    z-index: -1
}

.dots-group {
    position: absolute;
    width: 100px;
    left: 0;
    margin-top: -5%;
    z-index: -1
}

.apipage-pattern {
    position: absolute;
    left: -100px;
    width: 200px;
    z-index: -1
}

.circle-for-api {
    position: absolute;
    left: auto;
    width: 260px;
    right: 0;
    z-index: -1
}

.polygon-api {
    position: absolute;
    left: auto;
    right: 0;
    margin-top: -35%;
    z-index: -1;
    opacity: .5
}

.square-api {
    position: absolute;
    width: 250px;
    left: auto;
    right: 0;
    z-index: -1
}

.img-embracing-acc {
    border-radius: 40px 0 0 40px;
    height: 100% !important;
    width: 100% !important;
    min-height: 100% !important
}

button.btn.load-more-btn.px-4:hover {
    box-shadow: 0 25px 30px rgb(95 172 223 / .4);
    color: #fff
}

.embracing-acc-images {
    padding: 0px !important
}

.embracing-acc-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.embracing-acc-foot-note {
    color: "#666666";
    font-size: 18px;
    line-height: 28px;
    margin-left: 250px
}

.embracing-acc-main-content {
    width: 80%
}

.embracing-acc-heading {
    color: #1f2c5e;
    padding-top: 40px;
    font-display: swap;
    font-family: var(--primary-font);
    font-weight: 300
}

.embracing-acc-description {
    color: "#666666";
    font-size: 18px;
    line-height: 28px
}

.embracing-acc-main-div {
    border: 2.5px solid #5facdf;
    border-radius: 40px !important;
    width: 90%;
    margin-left: auto;
    margin-right: auto
}

.dots-group-embracing-acc {
    position: absolute;
    width: 100px;
    left: 0;
    margin-top: 31%;
    z-index: -1
}

.main-div-cards {
    width: 90%;
    margin-left: auto;
    margin-right: auto
}

.one-row-cards {
    margin-bottom: 20px
}

.individual-card {
    position: relative;
    padding: 0px !important;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 40px 4px rgb(95 172 223 / .25)
}

.individual-card-heading {
    color: #1f2c5e;
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    margin-left: 10px
}

.individual-card-content {
    color: #1f2c5e;
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 60px;
    margin-left: 10px
}

.read-more-btn {
    background-color: #5facdf;
    border-radius: 5px;
    border: none;
    color: #fff;
    width: 187.46px;
    position: absolute;
    bottom: 25px;
    left: 25px;
    padding: 5px 10px
}

.read-more-btn:hover {
    box-shadow: 0 25px 30px rgb(95 172 223 / .4);
    color: #fff
}

.form-heading {
    color: #1f2c5e;
    font-display: swap;
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 30px;
    line-height: 40px
}

.search-bar-icon-div {
    width: 100% !important;
    border: .75px solid #ccc;
    border-radius: 5px !important
}

.search-bar {
    border: none !important;
    border-radius: 5px !important
}

.inp-field {
    border-radius: 5px !important
}

.submit-button {
    height: 60px;
    background-color: #5facdf !important;
    border-radius: 5px;
    color: #fff
}

.submit-button:hover .load-more-btn:hover {
    box-shadow: 0 25px 30px rgb(95 172 223 / .4);
    color: #fff
}

.load-more-btn {
    background-color: #5facdf !important;
    color: #fff;
    border-radius: 5px
}

.read-more-btn {
    background-color: #5facdf !important;
    color: #fff;
    border-radius: 5px
}

.card-1-img {
    background-color: #a9666a
}

.card-2-img {
    background-color: #7700ef
}

.card-3-img {
    background-color: #88a966
}

.card-4-img {
    background-color: #c06a05
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(calc(-200px * 54))
    }
}

.slider {
    margin: auto;
    position: relative;
    width: auto
}

.slide-track {
    animation: scroll 80s linear infinite;
    display: flex;
    white-space: nowrap
}

.slide {
    padding: 0 40px
}

.port_carousel .carousel-item-next:not(.carousel-item-start),
.port_carousel .active.carousel-item-end {
    transform: translateX(0%)
}

.port_carousel .carousel-item-prev:not(.carousel-item-end),
.port_carousel .active.carousel-item-start {
    transform: translateX(0%)
}

.career_form input::placeholder,
.career_form label {
    color: #333;
    font-size: 15px
}

.career_form .form-control {
    border-bottom: 1px solid #b0b0b0 !important;
    font-weight: 500;
    -webkit-appearance: auto;
    background: #fff
}

.form-control::-webkit-file-upload-button {
    color: #333;
    border-inline-end-width: 0;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    box-shadow: 0 0 4px 1px rgb(0 0 0 / .08);
    margin: -.375rem 10px 0 0
}

.career_form .btn-info {
    color: #fff;
    background-color: #5facdf
}

.life_at_vervali .film {
    background-color: unset
}

.updation-txt {
    color: #333;
    font-weight: 500
}

.career_form {
    margin: 10px 25px;
    border-radius: 10px
}

@media screen and (max-width:900px) {
    .career_form {
        margin: 10px !important
    }
}

.upload-file input[type="file"]::file-selector-button {
    background-color: #e5e5e5 !important;
    border-color: #000;
    padding: 0;
    font-size: 15px
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(calc(-200px * 54))
    }
}

.slider {
    margin: auto;
    position: relative;
    width: auto
}

.slide-track {
    animation: scroll 80s linear infinite;
    display: flex;
    white-space: nowrap
}

.service-item-descp {
    background-color: rgb(0 0 0 / .03);
    display: flex;
    align-items: center;
    border: unset
}

.service-item-descp:hover {
    box-shadow: unset
}

.featured-insights h2 {
    font-size: 36px
}

.service-item-descp p {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    color: #1f2c5e;
    width: 90%;
    line-height: 33px
}

.digital-age-sect h3 {
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    font-family: var(--primary-font);
    width: 70%
}

.digital-age-sect p {
    font-size: 18px
}

.why-vervali .section-title img {
    height: 180px
}

.why-vervali-item p {
    text-align: left;
    width: 85%;
    padding: 25px 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.why-vervali-item h3 {
    font-weight: 600;
    padding: 10px 0;
    font-size: 20px
}

.why-vervali .section-title h2 {
    font-display: swap;
    font-family: var(--primary-font);
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px;
    letter-spacing: 0em;
    text-align: center;
    color: #1f2c5e
}

.sub-heading {
    width: 40%;
    color: #1f2c5e;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    font-family: var(--primary-font);
    line-height: 1.3em;
    padding-left: 10px;
    font-size: 23px;
    margin-top: -20px
}

.sub-text {
    width: 45%;
    font-style: normal;
    font-display: swap;
    font-family: var(--primary-font);
    font-weight: 500;
    padding-left: 10px;
    line-height: 1.3em;
    font-size: 19px;
    margin-top: 20px
}

.comma-sub-text-left {
    position: absolute;
    width: 25px;
    z-index: -10;
    left: 0;
    margin-left: 65px;
    padding-top: 5px
}

.comma-sub-text-right {
    width: 25px;
    z-index: -10;
    margin-left: -180px;
    margin-top: -50px;
    position: relative
}

.engage-sect h3 {
    text-align: center;
    color: #1f2c5e;
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600
}

.engage-sect h5 {
    color: #1f2c5e;
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600;
    width: 55%
}

.card-engagesect {
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / .1);
    border-radius: 10px;
    height: 250px;
    border-radius: 0
}

.engage-sect-icon {
    width: 35px;
    height: 35px;
    margin-bottom: 20px
}

.call-to-action .btn {
    font-size: 18px
}

.call-to-action p {
    width: 90%
}

.project-sect h3 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600;
    color: #1f2c5e;
    width: 100%;
    font-size: 30px;
    width: 85%
}

.comma-left {
    position: absolute;
    width: 50px;
    margin-top: -100px;
    z-index: -10;
    margin-left: -20px
}

.comma-right {
    width: 50px;
    z-index: -10;
    margin-left: 26em;
    position: absolute;
    margin-top: 90px
}

.service-item h3 {
    font-size: 22px;
    line-height: 30px;
    width: 72%
}

.service-item p {
    width: 100%
}

.service-item-descp h3 {
    width: 100%
}

.project-sect .sect-title {
    display: flex;
    align-items: center
}

.sw-develop-img {
    width: 400px
}

.sw-section {
    display: flex;
    align-items: center;
    padding: 25px 35px
}

.sect-digital {
    padding: 25px 35px
}

.custom-img {
    width: 300px
}

.portfolio-bg-color {
    background: #1f2c5e;
    padding-top: 60px !important;
    padding-bottom: 30px !important
}

.portfolio-carousel .owl-nav {
    top: 50%;
    position: absolute;
    width: 100%
}

.portfolio-carousel .owl-nav .owl-prev,
.portfolio-carousel .owl-nav .owl-next {
    color: #717dad;
    border: 1px solid #717dad;
    border-radius: 4px;
    padding: 3px 5px
}

.portfolio-carousel .owl-nav .owl-prev {
    left: -2.5rem;
    position: absolute
}

.portfolio-carousel .owl-nav .owl-next {
    right: -2.5rem;
    position: absolute
}

.portfolio-carousel .portfolio-item p {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    padding: 15px 15px
}

.portfolio-content {
    display: flex;
    justify-content: space-between
}

.portfolio-img {
    max-width: auto;
    max-height: 250px
}

.portfolio-content-text {
    display: flex
}

.portfolio-content-text {
    position: relative;
    height: max-content
}

.portfolio-content-text img {
    height: 56px;
    position: absolute;
    z-index: 1
}

.portfolio-content-text h4 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    color: #1f2c5e;
    padding: 15px 40px;
    z-index: 2
}

.portfolio-content-text .qoute-end {
    bottom: 0;
    right: 50px
}

.sample-screens {
    background-color: #1f2c5e
}

.cards-wrapper {
    display: flex;
    justify-content: center
}

.project-card {
    padding: 0 30px
}

.carousel-inner {
    padding: 1em
}

.carousel-control-prev,
.carousel-control-next {
    width: 6vh;
    height: 6vh;
    top: 30%;
    transform: translateY(-50%)
}

.carousel-control-prev span,
.carousel-control-next span {
    width: 1.8rem;
    height: 1.8rem;
    border: 1px solid;
    border-radius: 3px
}

.image-wrapper img {
    max-width: 100%;
    max-height: 100%
}

.call-to-action img {
    height: 200px
}

.btn-homebanner {
    box-shadow: 0 25px 30px rgb(95 172 223 / .4)
}

.homebanner_text h3 {
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    font-family: var(--primary-font);
    color: #1f2c5e
}

.vs-card {
    height: auto
}

.vs-card .vs-title h4 {
    color: #1f2c5e;
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600;
    font-size: 1.3rem
}

.vs-icon {
    width: 60px;
    height: 40px
}

.call-to-action .btn {
    font-weight: 500;
    box-shadow: 0 20px 40px rgb(31 44 94 / .25);
    padding: 8px
}

.business-sect h3 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600;
    width: 65%
}

.business-sect .descp {
    width: 70%
}

.business-border-right {
    border-right: 1px solid #5facdf
}

.font-dot {
    font-size: 5px;
    color: #5facdf
}

.why-vervali .section-title h2 {
    font-display: swap;
    font-family: var(--primary-font);
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px;
    letter-spacing: 0em;
    text-align: center;
    color: #1f2c5e
}

.why-vervali .section-title img {
    height: 180px
}

.why-vervali-item p {
    text-align: left;
    width: 75%;
    padding: 10px 0 0
}

.project-sect h3 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600;
    color: #1f2c5e;
    width: 78%;
    font-size: 35px
}

.sample-screens {
    background-color: #1f2c5e
}

.engage-sect h3 {
    text-align: center;
    color: #1f2c5e;
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600
}

.card-engagesect {
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / .1);
    border-radius: 10px;
    height: 250px;
    border-radius: 0
}

.engage-sect h5 {
    color: #1f2c5e;
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600;
    width: 55%
}

.shop-img {
    width: 475px
}

.engage-sect-icon {
    width: 35px;
    height: 35px;
    margin-bottom: 20px
}

.why-vervali-icon {
    width: 40px;
    height: 40px;
    margin-top: 15px
}

.why-vervali-item h3 {
    font-weight: 600;
    padding: 10px 0
}

.development-img {
    width: 480px
}

.project-sect .sect-title {
    display: flex;
    align-items: center
}

.comma-left {
    position: absolute;
    width: 50px;
    margin-bottom: 125px;
    z-index: -10;
    margin-left: -20px
}

.comma-right {
    width: 50px;
    margin-top: 115px;
    z-index: -10;
    margin-left: -30px
}

.magento-descp {
    width: 72%
}

.woocom-descp {
    width: 75%
}

.shopify-descp {
    width: 75%
}

.ecom-sol-descp {
    width: 75%
}

.business-sect .card-header {
    padding: 25px 35px
}

.business-sect .card-body {
    padding: 25px 35px
}

.descp {
    padding-left: 30px
}

.portfolio-bg-color {
    background: #1f2c5e;
    padding-top: 60px !important;
    padding-bottom: 30px !important
}

.portfolio-carousel .owl-nav {
    top: 50%;
    position: absolute;
    width: 100%
}

.portfolio-carousel .owl-nav .owl-prev,
.portfolio-carousel .owl-nav .owl-next {
    color: #717dad;
    border: 1px solid #717dad;
    border-radius: 4px;
    padding: 3px 5px
}

.portfolio-carousel .owl-nav .owl-prev {
    left: -2.5rem;
    position: absolute
}

.portfolio-carousel .owl-nav .owl-next {
    right: -2.5rem;
    position: absolute
}

.portfolio-carousel .portfolio-item p {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    padding: 15px 15px
}

.portfolio-content {
    display: flex;
    justify-content: space-between
}

.portfolio-img {
    max-width: auto;
    max-height: 250px
}

.portfolio-content-text {
    display: flex
}

.portfolio-content-text {
    position: relative;
    height: max-content
}

.portfolio-content-text img {
    height: 56px;
    position: absolute;
    z-index: 1
}

.portfolio-content-text h4 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    color: #1f2c5e;
    padding: 15px 40px;
    z-index: 2
}

.portfolio-content-text .qoute-end {
    bottom: 0;
    right: 50px
}

.cards-wrapper {
    display: flex;
    justify-content: center
}

.project-card {
    padding: 0 30px
}

.carousel-inner {
    padding: 1em
}

.carousel-control-prev,
.carousel-control-next {
    width: 6vh;
    height: 6vh;
    top: 50%;
    transform: translateY(-50%)
}

.carousel-control-prev span,
.carousel-control-next span {
    width: 1.8rem;
    height: 1.8rem;
    border: 1px solid;
    border-radius: 3px
}

.carousel-control-prev,
.carousel-control-next {
    top: 30%
}

.image-wrapper {
    width: 100%;
    aspect-ratio: 1
}

.image-wrapper img {
    max-width: 100%;
    max-height: 100%
}

.howyouengage .service-item {
    padding: 40px !important
}

.howyouengage .service-item .service-icon img {
    color: #5facdf;
    transition: 0.5s;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 10px
}

.howyouengage .service-item p,
.howyouengage .service-item ul li a {
    margin-bottom: 0
}

.howyouengage h3 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 44px;
    color: #1f2c5e;
    text-align: center
}

.howyouengage .service-item h3 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #1f2c5e;
    margin-bottom: 15px;
    width: 100%
}

.circle-engage {
    position: absolute;
    left: 0;
    width: 200px;
    margin-top: -20%;
    z-index: -1
}

.card-engagesect {
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / .1);
    border-radius: 10px;
    height: 295px
}

.engage-sect-icon {
    width: 35px;
    height: 35px
}

.circle-for-insights {
    position: absolute;
    left: auto;
    width: 260px;
    right: 0;
    z-index: -1;
    margin-top: -50%
}

.insights-dotpattern {
    position: absolute;
    width: 100px;
    left: 0;
    margin-top: -5%;
    z-index: -1
}

.zigzag-borders-insights {
    position: absolute;
    left: auto;
    right: 0;
    width: 65px;
    margin-top: 10%;
    z-index: -1
}

.modal-title {
    font-display: swap;
    font-family: var(--primary-font);
    font-weight: 600;
    color: var(--primary)
}

.fi-form {
    border: 0;
    box-shadow: 0 2px 25px rgb(31 44 94 / .1);
    height: 40px;
    font-size: .85rem
}

.btn-info {
    box-shadow: 0 8px 8px rgb(95 172 223 / .4)
}

.modal-content {
    max-width: 420px
}

.thanks_container {
    background: linear-gradient(rgb(0 0 0 / .5), rgb(0 0 0 / .7)), url(../img/bg/thanks-bg.webp) center/cover no-repeat;
    overflow-y: auto
}

.thanks_container .thank-you-card {
    background-color: #fff;
    box-shadow: 0 20px 50px rgb(31 44 94 / .2);
    border-radius: 10px;
    padding: 2rem;
    max-width: 600px;
    width: 95%;
    text-align: center
}

.thanks_container .profile-img {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.thanks_container .info-links {
    text-align: center;
    margin-top: 1rem
}

.thanks_container .info-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #0dcaf0;
    font-weight: 500;
    margin-bottom: .5rem
}

.thanks_container .info-links i {
    margin-right: 8px
}

.thanks_container .contact-info {
    margin-top: 1.5rem;
    font-size: .9rem
}

@media (max-width:991px) {
    .insight-col {
        flex-direction: column-reverse !important
    }
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.back-to-top {
    position: fixed;
    display: none;
    right: 24px;
    bottom: 24px;
    z-index: 1040;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    line-height: 1;
}

.back-to-top i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    position: static;
    right: auto;
    bottom: auto;
    background: linear-gradient(135deg, #0086DE 0%, #49BCE9 100%);
    font-size: 20px;
    padding: 0;
    border-radius: 10px;
    color: #fff;
    box-shadow: 0 6px 20px rgba(0, 134, 222, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.back-to-top:hover i,
.back-to-top:focus i {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 134, 222, 0.45);
}

.back-to-top:focus {
    box-shadow: none !important;
    outline: none !important;
}

.back-to-top:focus-visible {
    outline: 2px solid #0086de;
    outline-offset: 3px;
    border-radius: 12px;
}

.vs-container {
    padding: 0 4% !important;
    overflow: hidden
}

.relative {
    position: relative
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-left: 15px;
    padding: 15px 15px;
    color: var(--nav-color);
    outline: none;
    transition: 0.25s
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    color: var(--dark) !important
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #5facdf !important;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #5facdf !important;
    font-weight: 600
}

.navbar-light .navbar-brand {
    width: 175px
}

.navbar-light .navbar-brand img {
    max-height: 45px;
    transition: 0.5s
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px
}

.dropdown-toggle::after {
    display: none
}

.navbar-light {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 10px 3%;
    background: #fff
}

.sticky-top.navbar-light {
    position: fixed;
    background: #fff
}

.navbar-default .navbar-nav>li>.dicon {
    position: absolute;
    float: right;
    top: 0;
    right: 20px;
    font-size: 25px;
    color: #ababab
}

.megamenu {
    box-shadow: 0 8px 20px rgb(0 0 0 / .2);
    border-radius: 0
}

.megamenu a.title {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #666;
    padding-bottom: 5px;
    border-bottom: 2px solid #5facdf
}

.megamenu .col-megamenu ul {
    padding-top: 10px
}

.megamenu .col-megamenu ul li a.nav-link {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    color: #1f2c5e !important;
    padding: 0 !important;
    margin-left: 0 !important
}

.megamenu .col-megamenu ul li a:hover {
    color: var(--primary)
}

.mob-show {
    display: none
}

.navbar .megamenu {
    padding: 0 1rem
}

.nav-qoutes h5 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #666;
    position: relative
}

.nav-qoutes h5.desc {
    padding: 0 0 0 30px;
    font-size: 1.1rem
}

.nav-qoutes .qoute-end {
    filter: brightness(.5);
    width: 50px;
    height: unset;
    position: relative;
    top: 5px;
    left: -10px
}

.nav-qoutes .qoute-start {
    filter: brightness(.5);
    width: 50px;
    height: unset;
    position: absolute;
    left: -5px;
    top: 5px
}

.homebanner_text h2 {
    font-display: swap;
    font-family: var(--primary-font);
    color: #1f2c5e;
    font-weight: 700
}

.homebanner_text p {
    padding: 0 15px 10px 0
}

.clt-vlu {
    padding: 30px 30px 30px 0
}

.service-about-title .service-abt-title {
    display: block;
    text-transform: uppercase;
    color: #1f2c5e;
    margin-top: 20px;
    line-height: 1.6em;
    font-size: 17px;
    font-weight: 600;
    font-display: swap;
    font-family: var(--primary-font)
}

.icon20.clt-vlu p {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #666;
    margin-bottom: 0
}

.service-about-title img {
    width: 43px;
    height: auto
}

.service-about_types h4 {
    font-weight: 300;
    font-display: swap;
    font-family: var(--primary-font);
    color: #1f2c5e
}

.service-about_types .offset-md-1 {
    margin-left: 12.33333%
}

.mob-dev-head {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 44px;
    color: #1f2c5e
}

.mob-dev-title {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 0
}

.mob-dev-icon img {
    width: 55px
}

.mob-dev-label {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #1f2c5e
}

.mob-dev-border {
    border-bottom: 1px solid #5facdf;
    padding-bottom: 15px
}

.api-why-vervali-section {
    display: flex;
    padding-top: 10px
}

.api-why-vervali-logo {
    width: 35%;
    border: 1px solid cyan;
    border-right: none;
    border-left: none
}

.api-why-vervali-grids {
    width: 62%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border: 1px solid cyan;
    border-left: none;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 30px 30px 0 20px
}

.why-vervali-grid {
    width: 100%;
    font-display: swap;
    font-family: var(--primary-font)
}

.grid-header {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 40px
}

.grid-icon {
    width: 50px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.grid-icon img {
    width: 100%;
    object-fit: cover;
    height: 100%
}

.why-vervali-grid p {
    padding-right: 20px
}

.api-why-vervali-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.primary-vervali-text {
    font-weight: 600;
    color: var(--primary);
    font-size: 70px;
    line-height: 55px;
    padding-top: 80px;
    text-align: center;
    font-display: swap;
    font-family: var(--primary-font)
}

.primary-vervali-text span {
    color: #5facdf;
    font-weight: 100
}

.main-logo {
    width: 100%;
    position: relative;
    left: -10px;
    bottom: 10px
}

.grid-title-text {
    font-size: 24px;
    font-weight: 600;
    font-display: swap;
    font-family: var(--primary-font)
}

.grid-description {
    font-size: 17px;
    padding-top: 5px;
    font-weight: 400;
    color: #666;
    font-display: swap;
    font-family: var(--primary-font)
}

.vervali-text-sec {
    text-align: left;
    font-size: 28px;
    color: var(--primary) !important;
    font-weight: 600;
    font-display: swap;
    font-family: var(--primary-font);
    line-height: 30px;
    width: 40%
}

.quoted-text {
    color: #5facdf;
    width: 42%;
    font-size: 18px;
    padding-right: 30px;
    position: relative;
    line-height: 25px
}

.quoted-text img {
    width: 7%
}

.qoute-left {
    position: absolute;
    right: 100%
}

.qoute-right {
    position: absolute;
    left: 42%
}

.portfolio-bg-color {
    background: #1f2c5e;
    padding-top: 60px !important;
    padding-bottom: 30px !important
}

.portfolio-carousel .owl-nav {
    top: 50%;
    position: absolute;
    width: 100%
}

.portfolio-carousel .owl-nav .owl-prev,
.portfolio-carousel .owl-nav .owl-next {
    color: #717dad;
    border: 1px solid #717dad;
    border-radius: 4px;
    padding: 3px 5px
}

.portfolio-carousel .owl-nav .owl-prev {
    left: -2.5rem;
    position: absolute
}

.portfolio-carousel .owl-nav .owl-next {
    right: -2.5rem;
    position: absolute
}

.portfolio-carousel .portfolio-item p {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    padding: 15px 15px
}

.portfolio-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px
}

.portfolio-img {
    max-width: auto
}

.portfolio-content-text {
    display: flex
}

.portfolio-content-text {
    position: relative;
    height: max-content
}

.portfolio-content-text img {
    height: 56px;
    position: absolute;
    z-index: 1
}

.portfolio-content-text h4 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    color: #1f2c5e;
    padding: 15px 40px;
    z-index: 2
}

.portfolio-content-text .qoute-end {
    bottom: 0;
    right: 50px
}

.api-why-vervali-section {
    display: flex;
    padding-top: 10px
}

.api-why-vervali-logo {
    width: 35%;
    border: 1px solid cyan;
    border-right: none;
    border-left: none
}

.api-why-vervali-grids {
    width: 62%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border: 1px solid cyan;
    border-left: none;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 30px 30px 0 20px
}

.why-vervali-grid {
    width: 100%;
    font-display: swap;
    font-family: var(--primary-font)
}

.grid-header {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 45px
}

.grid-icon {
    width: 50px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.grid-icon img {
    width: 100%;
    object-fit: contain;
    height: 100%
}

.why-vervali-grid p {
    padding-right: 20px
}

.api-why-vervali-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding: 30px 0
}

.primary-vervali-text {
    font-weight: 600;
    color: var(--primary);
    font-size: 70px;
    line-height: 55px;
    padding-top: 80px;
    text-align: center
}

.primary-vervali-text span {
    color: #5facdf;
    font-weight: 100
}

.logo-primary-desc {
    width: 200px
}

.logo-main-svg {
    position: absolute;
    left: 70%;
    top: 15%;
    width: 30%
}

.logo-quoted-desc {
    width: 200px
}

.grid-title-text {
    font-size: 22px;
    font-weight: 600
}

.grid-description {
    font-size: 17px;
    padding-top: 5px;
    font-weight: 400;
    color: #666;
    font-display: swap;
    font-family: var(--primary-font)
}

.vervali-text-sec {
    text-align: left;
    font-size: 24px;
    color: var(--primary) !important;
    font-weight: 600;
    font-display: swap;
    font-family: var(--primary-font);
    line-height: 30px;
    width: 100%
}

.quoted-text {
    color: #5facdf;
    width: 95%;
    font-size: 18px;
    padding-right: 30px;
    position: relative;
    line-height: 25px
}

.quoted-text img {
    width: 7%
}

.qoute-left {
    position: absolute;
    right: 100%
}

.qoute-right {
    position: absolute;
    left: 82%
}

.testing-item p {
    color: #1f2c5e;
    font-size: 18px;
    margin-top: 20px
}

.section-platform-heading {
    margin-bottom: 44px
}

.section-platform h5 {
    font-display: swap;
    font-family: var(--primary-font);
    color: #1f2c5e;
    font-weight: 600
}

.section-platform img {
    width: 40px;
    height: 40px
}

.section-platform p {
    width: 100%
}

.perfo-app-test-item h5 {
    font-display: swap;
    font-family: var(--primary-font);
    color: #1f2c5e;
    font-weight: 600;
    padding-bottom: 20px
}

.how-vervali-main-class {
    background-color: #f6f6f6
}

.perfo-app-test-item {
    padding: 25px 10px
}

.tools-box {
    background-color: #fafafa
}

.img-technology {
    width: 100px
}

.api-why-vervali-section {
    display: flex;
    padding-top: 10px
}

.api-why-vervali-logo {
    width: 35%;
    border: 1px solid cyan;
    border-right: none;
    border-left: none;
    text-align: center;
    font-display: swap;
    font-family: var(--primary-font);
    color: #1f2c5e;
    font-weight: 600;
    align-items: center;
    padding-left: 3rem
}

.api-why-vervali-grids {
    width: 61%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border: 1px solid cyan;
    border-left: none;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 30px 30px 0 50px
}

.why-vervali-grid {
    width: 100%;
    font-display: swap;
    font-family: var(--primary-font);
    margin-top: 3rem
}

.why-vervali-grid h2 {
    font-display: swap;
    font-family: var(--primary-font)
}

.grid-header {
    display: flex;
    gap: 10px;
    height: 45px;
    align-items: center;
    padding-bottom: 50px
}

.grid-icon {
    width: 50px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.grid-title-text {
    font-display: swap;
    font-family: var(--primary-font);
    color: #1f2c5e;
    font-weight: 600
}

.primary-vervali-text {
    font-display: swap;
    font-family: var(--primary-font);
    color: #1f2c5e
}

.grid-description {
    width: 75%
}

.vervali-text-sec {
    font-size: 28px;
    width: 100%;
    text-align: left;
    padding-left: 25px
}

.img-whyvervali {
    padding-top: 10em
}

.performance-sect {
    padding-left: 8rem
}

.call-to-action p {
    width: 100%
}

.performance-pattern-1 {
    position: absolute;
    left: -100px;
    width: 250px;
    margin-top: 19%
}

.performance-pattern-2 {
    position: absolute;
    left: auto;
    right: 0;
    width: 150px;
    margin-top: -15%
}

.performance-pattern-3 {
    width: 50px;
    left: 0;
    position: absolute;
    margin-top: 6%
}

.performance-pattern-4 {
    position: absolute;
    transform: rotate(180deg);
    width: 200px;
    left: 0;
    margin-top: -40%;
    z-index: -1
}

.performance-pattern-5 {
    position: absolute;
    right: 0;
    width: 200px;
    margin-top: -20%;
    z-index: -1
}

.columns {
    width: 20%
}

.our_services_commontypes .section-title h3 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600;
    display: flex;
    color: #1f2c5e;
    font-size: 25px
}

.our_services_commontypes .section-title h5 {
    color: #1f2c5e;
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 300
}

.commontype_points .commontype_points-icon img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px
}

.commontype_points .commontype_points-icon h3 {
    font-style: normal;
    font-weight: 600;
    color: #1f2c5e;
    font-display: swap;
    font-family: var(--primary-font);
    font-size: 20px
}

.commontype_points p {
    font-style: normal;
    font-weight: 300;
    color: #666;
    font-display: swap;
    font-family: var(--primary-font)
}

.contactourteam .call-to-action h4 {
    font-size: 25px
}

.securityTeam h3 {
    text-align: center;
    color: var(--primary);
    font-weight: 400;
    margin-bottom: 20px;
    font-display: swap;
    font-family: var(--primary-font)
}

.securityTeam h3 span {
    font-weight: 600;
    font-size: 30px
}

.securityTeam_list {
    display: flex;
    justify-content: space-between;
    border: .75px solid #5facdf
}

.securityTeam_list div {
    width: 33.33%;
    padding: 10px;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    color: var(--primary)
}

.securityTeam_list_middle {
    border-left: .75px solid #5facdf;
    border-right: .75px solid #5facdf
}

.securityTeam_list div img.img-fluid {
    width: 45px;
    margin-right: 10px
}

.standarwefallow {
    padding: 70px !important;
    background: #f6f6f6;
    border-radius: 5px
}

.standarwefallow h3 {
    font-style: normal;
    font-weight: 600;
    color: #1f2c5e;
    font-display: swap;
    font-family: var(--primary-font);
    font-size: 20px
}

.standarwefallow p {
    font-style: normal;
    font-weight: 300;
    color: #666;
    font-display: swap;
    font-family: var(--primary-font)
}

.standarwefallow .row h3 {
    font-size: 17px
}

.standarwefallow .row p {
    font-size: 15px
}

.standarwefallow_sub {
    display: flex
}

.standarwefallow_sub img.img-fluid {
    width: 25px;
    height: 25px;
    margin-right: 20px;
    margin-top: 5px
}

.howWeDoIt_main {
    background: #f2faff;
    align-items: center
}

.howWeDoIt_main_content div img {
    padding: 50px 20px 0
}

.howWeDoIt_main_content h3 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    color: #000
}

.howWeDoIt_main_content p {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 300;
    line-height: 2;
    color: #000
}

.howWeDoIt_section {
    margin-top: 0
}

.standarwefallow_img img {
    height: 320px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px
}

.homebanner_text h2 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    color: #1f2c5e;
    font-weight: 600
}

.section-title h3 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    color: #1f2c5e;
    font-weight: 600
}

.perfo-app-test-item h5 {
    font-display: swap;
    font-family: var(--primary-font) !important
}

.automation-sect h5 {
    color: #1f2c5e;
    font-display: swap;
    font-family: var(--primary-font);
    font-weight: 600;
    letter-spacing: 0em;
    text-align: left;
    width: inherit
}

.automation-sect p {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    width: 70%
}

.img-360sect {
    width: 80px;
    margin-left: -15px
}

.img-automation-banner {
    height: 350px
}

.call-to-action p {
    font-weight: 400
}

.homebanner_text_sub_heading {
    font-size: 24px !important;
    margin-bottom: 14px !important
}

@media (min-width:300px) and (max-width:767px) {
    .homebanner_text h1 {
        width: 100%
    }

    .homebanner_subtext {
        width: 100%
    }

    .img-automation-banner {
        width: 100%;
        height: 100%
    }

    .img-automation-row {
        padding: 0px !important
    }

    .automation-sect p {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .automation-sect h5 {
        width: 100%
    }
}

.homebanner_text h2 {
    font-display: swap;
    font-family: var(--primary-font) !important;
    font-style: normal;
    font-weight: 600 !important;
    color: #1f2c5e !important
}

.section-title h3 {
    font-display: swap;
    font-family: var(--primary-font) !important;
    font-style: normal;
    font-weight: 600 !important;
    color: #1f2c5e !important
}

.checkicon {
    width: 25px !important
}

.web_app_service .web_app_white {
    padding: 0
}

.web_app_service .web_app_grey {
    padding: 0;
    background: #f5f5f5;
    margin-top: 0
}

.web_app_service .web_app_white .service-item {
    border: none
}

.web_app_service .web_app_grey .service-item {
    border: none;
    background: #fff0
}

.web_app_service .service-item:hover {
    box-shadow: none
}

.web_app_service .service-item .service-icon {
    margin-bottom: 15px;
    width: 100%;
    text-align: right
}

.web_app_service .service-item .service-icon img {
    width: 35px;
    height: 30px;
    color: #5facdf;
    transition: 0.5s;
    padding-left: 0;
    margin-top: 0
}

.web_app_service .service-item h3 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    color: #1f2c5e;
    margin-bottom: 15px;
    text-align: left
}

.web_app_service h3.position-relative {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 44px;
    color: #1f2c5e;
    text-align: center
}

.web_app_scope ul {
    list-style-type: none;
    margin-left: 30px
}

.web_app_scope img {
    width: 75%
}

.web_app_scope ul li {
    position: relative;
    font-style: normal;
    font-weight: 300;
    color: #666;
    font-display: swap;
    font-family: var(--primary-font);
    font-size: 1rem;
    padding-bottom: 20px
}

.web_app_scope ul li:before {
    content: "";
    width: 15px;
    height: 15px;
    background: url("../../img/icons/Standards_ we-follow_Websites.svg") no-repeat;
    top: 6px;
    left: -25px;
    position: absolute;
    display: inline-block
}

.web-app-scope-div {
    border-color: #1f2c5e !important
}

.web-app-scope-div h3 {
    font-style: normal;
    font-weight: 600;
    color: #1f2c5e;
    font-display: swap;
    font-family: var(--primary-font);
    font-size: 20px
}

.web-app-scope-div p {
    font-style: normal;
    font-weight: 300;
    color: #666;
    font-display: swap;
    font-family: var(--primary-font)
}

.web-app-scope-div img {
    width: 58px;
    height: 58px
}

.arrow-checkicon {
    width: 13px !important;
    height: 58px !important;
    position: absolute;
    top: -30px;
    right: 38%
}

.arrow-checkicon.reverse {
    rotate: 180deg
}

.arrow-checkicon.left-side {
    rotate: 90deg;
    right: -7px;
    top: 43%
}

.arrow-checkicon.right-side {
    left: -7px;
    top: 40%;
    rotate: 90deg
}

.web_app_scope h3 {
    font-display: swap;
    font-family: var(--primary-font);
    font-size: 36px;
    line-height: normal;
    font-weight: 300;
    color: var(--primary);
    text-align: left
}

.web_app_scope h3 span {
    color: #5facdf
}

.api-why-vervali-section {
    display: flex;
    padding-top: 10px
}

.api-why-vervali-logo {
    width: 35%;
    border: 1px solid cyan;
    border-right: none;
    border-left: none
}

.api-why-vervali-grids {
    width: 62%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border: 1px solid cyan;
    border-left: none;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 30px 30px 0 20px
}

.why-vervali-grid {
    width: 100%;
    font-display: swap;
    font-family: var(--primary-font)
}

.grid-header {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 45px
}

.grid-icon {
    width: 50px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.grid-icon img {
    width: 100%;
    object-fit: contain;
    height: 100%
}

.why-vervali-grid p {
    padding-right: 20px
}

.api-why-vervali-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding: 30px 0
}

.primary-vervali-text {
    font-weight: 600;
    color: var(--primary);
    font-size: 70px;
    line-height: 55px;
    padding-top: 80px;
    text-align: center
}

.primary-vervali-text span {
    color: #5facdf;
    font-weight: 100
}

.logo-primary-desc {
    width: 200px
}

.logo-main-svg {
    position: absolute;
    left: 70%;
    top: 15%;
    width: 30%
}

.logo-quoted-desc {
    width: 200px
}

.grid-title-text {
    font-size: 22px;
    font-weight: 600;
    font-display: swap;
    font-family: var(--primary-font)
}

.grid-description {
    font-size: 16px;
    padding-top: 5px;
    font-weight: 400;
    color: #666;
    font-display: swap;
    font-family: var(--primary-font)
}

.vervali-text-sec {
    text-align: left;
    font-size: 24px;
    color: var(--primary) !important;
    font-weight: 600;
    font-display: swap;
    font-family: var(--primary-font);
    line-height: 30px;
    width: 100%
}

.quoted-text {
    color: #5facdf;
    width: 95%;
    font-size: 18px;
    padding-right: 30px;
    position: relative;
    line-height: 25px
}

.quoted-text img {
    width: 7%
}

.qoute-left {
    position: absolute;
    right: 100%
}

.qoute-right {
    position: absolute;
    left: 55%
}

.portfolio-bg-color {
    background: #1f2c5e;
    padding-top: 60px !important;
    padding-bottom: 30px !important
}

.portfolio-carousel .owl-nav {
    top: 50%;
    position: absolute;
    width: 100%
}

.portfolio-carousel .owl-nav .owl-prev,
.portfolio-carousel .owl-nav .owl-next {
    color: #717dad;
    border: 1px solid #717dad;
    border-radius: 4px;
    padding: 3px 5px
}

.portfolio-carousel .owl-nav .owl-prev {
    left: -2.5rem;
    position: absolute
}

.portfolio-carousel .owl-nav .owl-next {
    right: -2.5rem;
    position: absolute
}

.portfolio-carousel .portfolio-item p {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    padding: 15px 15px
}

.portfolio-content {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.portfolio-img {
    max-width: auto
}

.portfolio-content-text {
    display: flex
}

.portfolio-content-text {
    position: relative;
    height: max-content
}

.portfolio-content-text img {
    height: 56px;
    position: absolute;
    z-index: 1
}

.portfolio-content-text h4 {
    font-display: swap;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    color: #1f2c5e;
    padding: 15px 40px;
    z-index: 2
}

.portfolio-content-text .qoute-end {
    bottom: 0;
    right: 50px
}

.square-webapp {
    position: absolute;
    left: -125px;
    width: 200px;
    margin-top: -9%;
    z-index: -1
}

.circle-webapp {
    position: absolute;
    right: -65px;
    width: 185px;
    margin-top: -7%
}

.webapp-polygon {
    position: absolute;
    right: 0;
    margin-top: -32%;
    width: 335px
}

.square-webapp-2 {
    position: absolute;
    right: 0;
    width: 215px;
    margin-top: -19%;
    transform: rotate(180deg);
    z-index: -1
}

.why-vervali-item h3 {
    line-height: normal
}

.why-vervali-item p {
    text-align: left
}

.why-vervali-section {
    display: flex;
    border: 0
}

.why-vervali-grid {
    width: 100%;
    font-display: swap;
    font-family: var(--primary-font);
    display: contents
}

.why-vervali-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    border-top: 1px solid #2eaee0;
    border-bottom: 1px solid #2eaee0;
    width: 31%
}

.why-vervali-grids {
    width: 65%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border: 1px solid #2eaee0;
    border-left: none;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 10px 20px 20px 20px
}

:root {
    --primary: #1f2c5e;
    --secondary: #4777f5;
    --nav-color: #666;
    --dark: #1d1d27;
    --light-color: #ffffff;
    --primary-font: var(--primary-font)
}

@media (max-width:1400px) {
    .we_are_backed_item {
        top: 45%
    }

    .we_are_backed_item h4 {
        font-size: 24px
    }

    .we_are_backed_item p {
        padding-top: 0
    }

    .Experience-systematic-software p {
        font-size: 14px;
        line-height: 24px
    }

    .Experience-systematic-software ul li {
        font-size: 16px;
        line-height: 28px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .careers_why_vervali .careers_why_vervali_item h3 {
        font-size: 28px !important;
        line-height: 35px !important
    }

    .homebanner_text h1 {
        font-size: 36px;
        line-height: 48px;
        margin-top: 5rem
    }

    .home-pattern1 {
        position: absolute;
        top: -50px;
        right: 0 !important;
        width: 260px
    }

    .Experience-systematic-software .col-md-12 {
        background: var(--primary);
        border-radius: 5px 0 0 5px;
        padding: 2.5% 3.5% 2.5% 7%
    }
}

@media (min-width:992px) and (max-width:1365px) {
    .industry-exp .col-md-20 {
        width: 25%
    }

    .we_are_backed_item {
        top: 35%
    }

    .we_are_backed_item h4 {
        font-size: 18px;
        line-height: 28px
    }

    .we_are_backed_item p {
        font-size: 14px;
        line-height: 20px;
        padding-top: 0
    }

    .home-pattern1 {
        position: absolute;
        top: -50px;
        right: 0 !important;
        width: 260px
    }
}

@media (max-width:991px) {
    .tech-we-use .nav-tabs {
        flex-wrap: wrap
    }

    .tech-we-use .nav-tabs .nav-item {
        margin: 10px 5px
    }

    .tech-we-use-w-10 {
        width: 25%
    }

    .tech-we-use-w-15 {
        width: 25%
    }

    .tech-we-use-w-23 {
        width: 40%
    }

    .our_services_home-w-30 {
        width: 100%;
        margin-top: 15px
    }

    .industry-exp .col-md-20 {
        width: 33.33%
    }

    .we_are_backed_item {
        top: 45%
    }
}

@media (max-width:767px) {
    .homebanner_text h1 {
        font-size: 35px;
        line-height: 42px;
        margin-top: 32px
    }

    .homebanner_text p {
        font-size: 16px;
        line-height: 24px
    }

    .industry-exp .col-md-20 {
        width: 50%
    }

    .careers_why_vervali .careers_why_vervali_item h3 {
        font-size: 28px !important;
        line-height: 35px !important
    }

    .we-are-backed-img {
        display: none;
        width: 100%;
        height: auto
    }

    .we-are-backed-img-mobile {
        display: block;
        width: 100%;
        height: auto
    }

    .we_are_backed_item h4 {
        font-size: 28px
    }

    .meet_our_team_card {
        width: 100%
    }

    .section-title h2 {
        font-size: 30px;
        line-height: 40px
    }

    .service-item p {
        font-size: 16px
    }

    .tech-we-use-w-10 {
        width: 45%
    }

    .tech-we-use-w-15 {
        width: 45%
    }

    .tech-we-use-w-23 {
        width: 100%
    }

    .industry-exp-item {
        padding: 10px 0
    }

    .industry-exp-item h2 {
        font-size: 14px;
        padding-top: 10px;
        margin-bottom: 0
    }

    .engagement_models_item {
        flex-wrap: wrap
    }

    .border-top {
        border-top: 0 solid #5facdf !important
    }

    .border-bottom {
        border-bottom: 0 solid #5facdf !important
    }

    .border-left {
        border-left: 0 solid #5facdf
    }

    .border-right {
        border-right: 0 solid #5facdf
    }

    .why-vervali {
        background: linear-gradient(135deg, #def1ff, transparent)
    }

    .why-vervali-item h3 {
        font-size: 20px;
        padding: 5px 15px
    }

    .why-vervali-item p {
        font-size: 14px;
        padding: 5px 15px
    }

    .testimonial .col-md-7 {
        padding: 0 0 5% 0
    }

    .testimonial .carousel-item {
        height: 450px;
        padding: 15px 20px
    }

    .testimonial .carousel-item p {
        font-size: 14px
    }

    .featured-insights .bg_primary H3 {
        font-size: 20px;
        line-height: 32px;
        padding: 10px
    }

    .featured-insights .bg_primary p {
        font-size: 14px;
        line-height: 28px;
        text-align: justify;
        padding: 10px
    }

    .featured-insights .bg_primary {
        padding: 0 10px
    }

    .featured-insights .bg_primary img {
        width: 56px
    }

    .featured-insights-item-main .rectangle {
        top: auto;
        bottom: -15px;
        right: auto;
        left: 15px
    }

    .featured-insights-item-main {
        border: 2px sold green !important
    }

    .contact {
        height: auto
    }

    .contact h2 {
        font-size: 36px
    }

    .contact .bg_primary p {
        font-size: 14px
    }

    .contact .bg_primary {
        padding: 10px
    }

    .about-us-title h2 {
        font-size: 32px;
        line-height: 42px
    }

    .about-title h2,
    .about-title h2 span {
        font-size: 32px !important;
        line-height: 42px
    }

    .about-title .sq_brac {
        font-size: 44px;
        color: #5facdf
    }

    .about-content .col-md-7 {
        padding-right: 0rem
    }

    .about-content .col-md-5 {
        padding-left: 0rem
    }

    .about-content {
        padding: 2rem 0
    }

    .we_are_backed_item {
        top: 31%
    }

    .we_are_backed_wrapper {
        gap: 20px
    }

    .we_are_backed_item p {
        font-size: 22px
    }

    .service-item .service-icon img {
        width: 75px;
        height: 75px
    }

    .Awards .service-item .border-right {
        border-right: 0
    }

    .awards_left_content,
    .awards_right_content {
        display: block;
        text-align: center
    }

    .awards_left_content img.mob-show {
        display: initial
    }

    .Awards .service-item .awards_left_text h5,
    .Awards .service-item .awards_left_text p,
    .Awards .service-item .awards_right_text h5,
    .Awards .service-item .awards_right_text p {
        text-align: left;
        padding: 5px 10px
    }

    .Our_Projects .Our_Projects-item h5,
    .Our_Projects .Our_Projects-item h3 {
        font-size: 32px
    }

    .Our_Values-item-overlay {
        padding: 0
    }

    .Our_Values {
        overflow: hidden
    }

    .Our_Values-item-overlay p {
        font-size: 14px
    }

    .imgBox {
        margin-top: 125px
    }

    .contact .contactForm {
        margin-top: 25px
    }

    .how-we-work-item {
        padding: 30px 25px !important
    }

    .how-we-work-item h3 {
        font-size: 28px;
        line-height: 36px
    }

    .g-recaptcha {
        display: none
    }

    .how-we-work-item p {
        font-size: 14px;
        line-height: 24px
    }

    .foot-social-icons img {
        width: 65px
    }

    .foot-logo img {
        width: 165px
    }

    .back-to-top {
        right: 16px;
        bottom: 88px;
    }

    .home-pattern1 {
        display: none
    }

    .recognized-by-images {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
}

@media (max-width:567px) {

    .about-title h2,
    .about-title h2 span {
        font-size: 16px !important;
        line-height: 42px
    }
}

@media (max-width:360px) {
    .contact .bg_primary p {
        font-size: 12px
    }
}

@media (min-width:1920px) and (max-width:2560px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 20px !important
    }
}

@media (max-width:767px) {
    .experience-heading {
        font-size: 24px
    }

    .experience-systematic {
        border-radius: 20px 20px 0 0 !important
    }

    .img-experience {
        border-radius: 0 25px 25px 0;
        height: 100%
    }

    .img-symantic {
        border-radius: 0 0 25px 25px
    }
}

@media (max-width:991px) {
    .experience-bottom-ic-group {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px
    }

    .last-group-div br {
        display: none
    }
}

@media (min-width:300px) and (max-width:767px) {
    .img-prod-access-sect {
        display: none
    }

    .vs-section {
        padding: 1rem
    }

    .vs-cards h1 {
        width: 100%
    }

    .vs-cards {
        height: auto
    }

    .sect-accessibility {
        padding: 1rem
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .vs-cards h1 {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .img-prod-access-sect {
        height: 270px
    }
}

@media only screen and (max-width:900px) {
    .portfolio-content {
        flex-direction: column
    }

    .portfolio-content-text h4 {
        padding: 15px 0
    }

    .api-why-vervali-section {
        width: 100%;
        flex-direction: column
    }

    .logo-main-svg {
        position: absolute;
        left: 5%;
        top: 15%;
        width: 90%
    }

    .api-why-vervali-logo {
        width: 100%;
        padding-top: 50px;
        position: relative;
        padding-bottom: 50px
    }

    .api-why-vervali-grids {
        width: 100%
    }

    .main-logo {
        width: 30%;
        position: absolute;
        left: 64%;
        top: 14%
    }

    .primary-vervali-text {
        font-size: 6rem;
        line-height: 80px
    }

    .vervali-text-sec {
        font-size: 32px;
        padding-top: 10px
    }

    .quoted-text {
        width: 100%;
        padding-top: 20px;
        padding-left: 30px;
        text-align: center;
        font-size: 24px;
        line-height: 38px
    }

    .qoute-left {
        right: 80%
    }

    .qoute-right {
        position: absolute;
        left: 70%
    }

    .logo-primary-desc {
        width: 250px
    }

    .vervali-text-sec {
        width: 100%;
        text-align: left
    }

    .logo-quoted-desc {
        width: 300px
    }
}

@media only screen and (max-width:550px) {
    .vervali-text-sec {
        width: 100%;
        text-align: center
    }

    .api-why-vervali-grids {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(5, 1fr);
        gap: 30px
    }

    .why-vervali-grid {
        border-bottom: 1px solid cyan
    }

    .why-vervali-grid:last-child {
        border-bottom: none
    }

    .grid-title-text {
        font-size: 18px
    }

    .main-logo {
        width: 25%;
        top: 14%;
        left: 70%
    }

    .quoted-text {
        width: 100%;
        padding-left: 25px
    }

    .qoute-left {
        position: absolute;
        right: 80%
    }

    .qoute-right {
        position: absolute;
        left: 65%
    }

    .primary-vervali-text {
        font-size: 4rem;
        line-height: 50px
    }

    .logo-primary-desc {
        width: 200px
    }

    .logo-main-svg {
        position: absolute;
        left: 0;
        top: 17%;
        width: 100%
    }

    .main-logo {
        width: 35%;
        left: 68%
    }

    .api-why-vervali-logo {
        border: none
    }
}

@media (max-width:768px) {
    .main-div-cards {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .internal-main-div {
        flex-direction: column-reverse;
        align-items: center
    }

    .left-div {
        width: 100%;
        align-items: center
    }

    .one-row-cards {
        flex-direction: column;
        align-items: center;
        margin-top: 0
    }

    .individual-card {
        width: 100%;
        margin-bottom: 20px
    }

    .right-div {
        order: -1;
        margin-bottom: 20px;
        width: 100%
    }

    .search-bar-icon-div {
        width: 100% !important;
        border-radius: 5px !important;
        border: .75px solid #ccc;
        margin-left: auto;
        margin-right: auto
    }

    .form-book-apntmnt {
        width: 100%;
        padding: 10px;
        background-color: #fff;
        border: .75px solid #cccccc !important;
        border-radius: 8px
    }

    .form-heading {
        font-size: 24px
    }

    .inp-field {
        width: 100%;
        margin-bottom: 10px
    }

    .submit-button {
        width: 100%
    }

    .form-heading {
        font-size: 24px
    }
}

@media (min-width:769px) {
    .main-div-cards {
        display: flex;
        justify-content: space-between
    }

    .left-div {
        width: 66.67%
    }

    .right-div {
        width: 33.33%
    }

    .one-row-cards {
        flex-direction: row;
        justify-content: space-between
    }

    .form-book-apntmnt {
        background-color: #fff;
        border: .75px solid #cccccc !important;
        border-radius: 8px
    }

    .individual-card {
        width: 48%
    }
}

@media (min-width:300px) and (max-width:767px) {
    .homebanner_text h1 {
        width: 100%
    }

    .homebanner_text p {
        width: 100%
    }

    .call-to-action p {
        padding-right: 0
    }

    .section-title h2 {
        line-height: 32px;
        font-size: 22px
    }

    .service-item p {
        width: 100%
    }

    .digital-age-sect h3 {
        width: 100%
    }

    .sw-develop-img {
        width: 300px
    }

    .project-sect h3 {
        width: 100%
    }

    .why-vervali-item p {
        width: 100%
    }

    .business-sol {
        width: 300px
    }

    .call-to-action {
        padding: 25px 10px
    }

    .call-to-action h4 {
        padding-right: 0;
        font-size: 22px;
        line-height: 30px
    }

    .call-to-action p {
        width: 100%
    }

    .call-to-action .btn {
        padding: 8px
    }

    .engage-sect h5 {
        width: 100%
    }

    .card-engagesect {
        height: auto !important
    }

    .digital-age-sect p {
        width: 100%
    }

    .sect-digital {
        padding: 20px 20px
    }

    .sw-section {
        padding: 10px 20px
    }

    .sub-heading {
        width: 100%
    }

    .sub-text {
        width: 100%
    }

    .comma-sub-text-left {
        position: absolute;
        width: 30px;
        z-index: -10;
        left: 0;
        margin-left: 10px;
        padding-top: 0
    }

    .comma-sub-text-right {
        width: 25px;
        z-index: -10;
        margin-left: -75px;
        margin-top: -50px;
        position: relative
    }

    .project-sect h3 {
        font-size: 23px;
        padding-top: 15px
    }

    .comma-left {
        position: absolute;
        width: 30px;
        margin-top: -100px;
        z-index: -10;
        margin-left: -10px
    }

    .comma-right {
        width: 30px;
        margin-top: 115px;
        right: 0;
        margin-right: 30px
    }

    .cards-wrapper {
        display: flex;
        justify-content: center
    }

    .image-wrapper {
        margin: 0 auto;
        width: 245px
    }

    .loadid-blog {
        padding: 0
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .section-title h2 {
        font-size: 17px;
        padding-bottom: 0
    }

    .card-engagesect {
        height: auto !important
    }

    .comma-left {
        position: absolute;
        width: 50px;
        margin-top: -145px;
        z-index: -10;
        margin-left: -20px
    }

    .comma-right {
        width: 50px;
        z-index: -10;
        margin-left: 26em;
        position: absolute;
        margin-top: 130px
    }

    .business-sol {
        width: 100%
    }

    .sw-develop-img {
        width: 100%
    }

    .call-to-action p {
        padding-left: 15px
    }

    .custom-img {
        width: 100%
    }

    .call-to-action h4 {
        font-size: 22px
    }

    .call-to-action p {
        padding-left: 0
    }

    .call-to-action p {
        width: 100%
    }

    .engage-sect h5 {
        width: 100%
    }

    .digital-age-sect h3 {
        width: 100%
    }

    .comma-sub-text-left {
        margin-left: 35px
    }

    .comma-sub-text-right {
        margin-left: -215px
    }

    .project-sect h3 {
        font-size: 25px
    }

    .comma-left {
        width: 33px
    }

    .comma-right {
        width: 33px;
        margin-left: 215px
    }

    .homebanner_text h1 {
        width: 100%
    }

    .homebanner_text p {
        width: 100%
    }
}

@media (min-width:300px) and (max-width:992px) {
    .overflowY-scroll {
        overflow-y: scroll
    }

    .cards-wrapper {
        display: flex;
        justify-content: center
    }

    .image-wrapper {
        margin: 0 auto;
        width: 245px
    }

    .navbar-light .navbar-brand {
        height: 58px;
        width: max-content
    }

    .sticky-top.navbar-light {
        padding-bottom: 0
    }

    .mobile_header_reverse {
        flex-direction: column-reverse
    }

    .mobile_header_reverse .homebanner_text {
        margin-top: 10px;
        padding-left: 10px;
        padding-right: 10px
    }

    .service-item p {
        padding-top: 5px;
        line-height: 26px
    }

    .service-item .service-icon img {
        width: 66px;
        height: 55px
    }

    .service-item h3 {
        font-size: 18px
    }

    .service-item .service-icon img {
        width: 60px;
        height: 50px
    }

    .service-item {
        padding: 15px
    }

    .industry-exp-item h2 {
        line-height: 24px
    }

    .section-title h2 {
        font-size: 24px !important
    }

    .technologies .col-md-3:nth-child(odd) {
        padding-right: 0
    }

    .technologies .col-md-3 {
        margin-top: 10px
    }

    .technologies-item img {
        width: 120px !important;
        height: 100px
    }

    .service-item .btn-info {
        position: unset
    }

    .service-item ul {
        margin-bottom: 10px
    }

    .homebanner_text h1 {
        padding-top: 0 !important;
        font-size: 24px
    }

    .main-client-slider {
        max-width: 80%;
        margin: auto
    }

    .client-slide-track {
        display: flex;
        gap: 10px;
        animation: scroll 10s linear infinite
    }

    .client-slide-track .slide img {
        width: 120px;
        height: auto
    }

    .homebanner_text p {
        font-size: 15px
    }

    .main_banner_flex {
        flex-direction: column-reverse;
        margin-top: 0
    }

    .main_banner_img {
        margin-top: 120px
    }

    .main_banner_flex .homebanner_text {
        margin-top: 10px !important;
        padding-top: 10px !important
    }

    .solutions_provide p {
        font-size: 15px
    }

    .Solution-Delivery-item h5 {
        font-size: 14px;
        margin-bottom: 0;
        padding-top: 10px
    }

    .howyouengage .service-item {
        padding: 12px !important;
        border-radius: 10px !important
    }

    .why-vervali-services h5 {
        font-size: 20px
    }

    .why-vervali-services {
        font-size: 15px
    }

    .why-vervali-services img {
        width: 50px;
        height: 50px
    }

    .featured-insights .bg_primary p {
        font-size: 15px
    }

    .contact h2 {
        font-size: 24px
    }

    .contact-item {
        padding: 10px 0
    }

    .contact-box {
        padding: 0
    }

    .vervali-in-brief {
        padding: 10px 0
    }

    .vervali-logo-sec {
        padding: 0 !important
    }

    .vervali-logo-sec img {
        width: 80px;
        height: auto
    }

    .contactForm:last-child .form-group.pt-5 {
        padding-top: 20px !important
    }

    .contact .contactForm {
        padding-bottom: 0px !important
    }

    .contact {
        margin-bottom: 20px
    }

    footer p {
        font-size: 15px
    }

    .scroll_to_section_via_anchor {
        padding-top: 10px !important
    }

    .clt-vlu {
        padding: 0 0 30px 0
    }

    .mobile-app-dev-services .clt-vlu {
        padding: 15px;
        background: #fff;
        border: 1px solid #cceafe;
        margin-bottom: 10px;
        border-radius: 10px !important
    }

    a.fraudBtnHandler {
        display: block !important
    }

    button.fraudBtnHandler {
        display: none !important
    }

    #tidio-chat-iframe {
        right: 0px !important;
        bottom: 80px !important
    }

    .back-to-top i {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }

    .building_extra {
        font-size: 18px !important
    }

    footer.footer.pb-2 .col-md-12.col-lg-3:first-child {
        margin-top: 40px
    }

    footer.footer.pb-2 .col-md-12.col-lg-3 {
        margin-top: 20px
    }

    .banner_marg {
        margin-top: 80px !important
    }

    .about-us-content h5 {
        font-size: 24px;
        line-height: 28px
    }

    .about-content p {
        padding: 0 15px
    }

    .about-content {
        padding: 1rem 0 1rem 0 !important
    }

    .global_team .row {
        padding-top: 10px !important;
        padding-left: 10px;
        padding-bottom: 10px !important
    }

    .global_team h3 {
        font-size: 24px;
        line-height: 30px
    }

    .global_team p,
    .about-us-title p.text-center {
        font-size: 15px
    }

    p {
        font-size: 15px !important
    }

    .Our_prominent_clients {
        padding: 20px 0px !important
    }

    .industry-exp {
        margin-top: 15px !important
    }

    .experience_system_software .row.g-0.mt-5 {
        margin-top: 0 !important
    }

    .experience-systematic {
        padding: 20px !important
    }

    .exp_work .col-md-12.col-lg-6 {
        padding-left: 0;
        padding-right: 0
    }

    .how-we-work-item img {
        width: 40px
    }

    .how-we-work-item h3 {
        font-size: 20px
    }

    .qoute-by-ceo h4 {
        font-size: 16px;
        line-height: 30px
    }

    .qoute-by-ceo .qoute-start {
        margin-left: 10px;
        left: 10px;
        top: 33px
    }

    .qoute-by-ceo img {
        width: 32px;
        height: 32px
    }

    .qoute-by-ceo .qoute-end {
        margin-left: 0;
        right: 98px;
        top: 57px
    }

    .quote-container {
        margin-bottom: 20px !important;
        position: relative
    }

    .about-us-title h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0
    }

    .vision-mission .service-item .service-icon {
        align-items: center;
        margin-bottom: 0
    }

    .vision-mission .service-item .service-icon img {
        width: 60px;
        height: 60px
    }

    .vision-mission .service-item .service-icon h3,
    .Awards .service-item .service-icon h3 {
        font-size: 24px;
        line-height: 30px
    }

    .project-card p.card-text.text-center.text-white {
        font-size: 15px !important
    }

    .Meet-Our-Team .row.justify-content-center.gap-4.pb-5 {
        padding-bottom: 15px !important
    }

    .howyouengage .section-title.position-relative.text-center {
        margin-top: 0
    }

    .experience_system_software {
        margin: 0 10px
    }

    .testimonial .section-title h2 {
        text-align: center !important
    }

    .client-testimonial .row.align-items-center.pt-5 {
        padding-top: 0 !important
    }

    .about-us-title {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px !important
    }

    .vision-mission .service-item p {
        margin-bottom: 0px !important
    }

    .Our_Values .Our_Values-item h3 {
        font-size: 24px
    }

    .Our_Values .Our_Values-item h3 br {
        display: none
    }

    .Our_Values .Our_Values-item {
        padding: 20px 15px;
        justify-content: unset;
        height: auto
    }

    .Our_Values .relative:hover .Our_Values-item-overlay {
        opacity: 1;
        z-index: 99;
        transform: scale(1);
        overflow-y: auto;
        width: 100%;
        height: auto;
        padding: 10px;
        left: -1px;
        height: 120px;
        min-height: 100px;
        overflow: auto
    }

    .we_are_backed_item {
        top: 26%
    }

    .we-are-backed-img-mobile {
        display: block;
        width: 90%;
        height: auto;
        margin: auto
    }

    .we_are_backed_item p {
        line-height: 24px
    }

    .Our_Projects {
        margin: 0px !important
    }

    .Our_Projects .row {
        padding-top: 0px !important;
        padding-bottom: 0px !important
    }

    .testimonial .carousel-item {
        padding: .5rem 1rem
    }

    .contact .bg-contact {
        margin-top: 0px !important
    }

    .careers_accordion .accordion-item {
        margin: 10px 0
    }

    .accordion-button:focus {
        color: #fff !important
    }

    .careers_accordion .accordion-header button {
        font-size: 15px;
        line-height: 24px
    }

    .careers_accordion.accordion-faq {
        padding: 0
    }

    .current_openings {
        padding: 0 0 !important
    }

    .homebanner_text {
        padding-left: 10px;
        padding-right: 10px
    }

    .section-title p {
        width: 100% !important
    }

    .testing-types-item h5,
    .mob-app-test-item h5 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0
    }

    .testing-types-item {
        padding: 15px
    }

    .testing_spectrum {
        margin-top: 10px !important
    }

    .types-of-testing-item img {
        width: 70px
    }

    .why-vervali .section-title h2 {
        font-size: 40px;
        line-height: 46px;
        padding: 0 !important
    }

    .industry-exp-item img {
        width: 45px;
        height: 45px
    }

    .industry-exp .section-title {
        padding: 0 10px
    }

    .call-to-action {
        margin-left: 10px !important;
        margin-right: 10px !important
    }

    .featured-insights .bg_primary img {
        width: 50px;
        height: 50px
    }

    .featured-insights .bg_primary H3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 0px !important
    }

    .deliver_high {
        margin-top: 0px !important
    }

    .deliver_img {
        padding-bottom: 0px !important
    }

    .mobile_app_heading {
        padding-top: 0px !important
    }

    .mobile_app_testing .row.g-4.pt-5 {
        padding-top: 0px !important
    }

    .mobile_app_img img {
        width: 150px;
        height: 150px
    }

    .multi_device_testing {
        padding-top: 0px !important
    }

    .mob-app-test-item {
        padding: 10px 10px;
        margin-bottom: 10px;
        align-items: center !important
    }

    .mob-app-test-item img {
        width: 45px;
        height: 45px
    }

    .why-vervali-grid {
        display: inline-grid;
        border: none !important;
        padding: 0 0;
        margin-top: 0
    }

    .why-vervali-grids {
        padding: 0 10px
    }

    .why-vervali-item h3 {
        padding: 5px 0
    }

    .why-vervali-item p {
        padding-left: 0;
        padding-right: 0
    }

    .why-vervali-grid:last-child {
        margin-top: 0
    }

    .security_provide {
        margin: 0 10px !important
    }

    .homebanner_text h2 {
        font-size: 20px
    }

    .commontype_points .commontype_points-icon img {
        width: 35px;
        height: 35px;
        margin-left: 0 !important
    }

    .commontype_points .commontype_points-icon h3 {
        font-size: 18px
    }

    .our_services_commontypes {
        padding-top: 20px !important
    }

    .our_services_commontypes .section-title h3 {
        font-size: 20px;
        line-height: 28px
    }

    .commontype_points {
        padding: 15px;
        background: #fff;
        border: 1px solid #cceafe;
        margin-bottom: 10px;
        border-radius: 10px !important
    }

    .commontype_points-icon {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center
    }

    .test_auto_flex {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center
    }

    .automation-sect .col-md-4 {
        padding: 15px;
        background: #fff;
        border: 1px solid #cceafe;
        margin-bottom: 10px;
        border-radius: 10px !important
    }

    .automation-sect .col-md-4.col-lg-4.img-automation-row {
        border: none
    }

    .our_services_commontypes .columns {
        width: 100% !important;
        margin-top: 0
    }

    .our_services_commontypes .section-title.position-relative.mb-4 {
        margin-bottom: 40px !important
    }

    .commontype_points .commontype_points-icon h3 br {
        display: none
    }

    .contactourteam .call-to-action h4 {
        font-size: 18px
    }

    .standard_follow {
        margin: 0 10px
    }

    .standarwefallow_sub {
        padding: 0
    }

    .standarwefallow .row h3 {
        font-size: 16px
    }

    .standarwefallow_img img {
        height: 190px
    }

    .standarwefallow {
        margin-bottom: 0 !important
    }

    .howWeDoIt_main_content {
        padding-top: 15px
    }

    .howWeDoIt_section .service-icon {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        flex-direction: row-reverse
    }

    .howWeDoIt_section .service-item h3 {
        font-size: 18px;
        text-align: left;
        flex-direction: row;
        display: flex;
        padding-top: 0 !important
    }

    .howWeDoIt_section .service-item .service-icon img {
        width: 40px;
        height: 40px
    }

    .breadcrumb_position {
        padding-left: 0px !important
    }

    .complete_performance h2 {
        padding-top: 15px;
        padding-bottom: 10px
    }

    .complete_flex .d-flex {
        flex-direction: row-reverse;
        align-items: center !important;
        justify-content: space-between
    }

    .complete_flex img {
        width: 60px;
        height: 50px
    }

    .complete_flex h3 {
        width: 100%
    }

    .complete_flex .service-item p {
        margin: 0px !important
    }

    .section-platform p {
        width: 100%
    }

    .main_section_perform h2 {
        padding-bottom: 20px
    }

    .main_section_perform {
        margin: 0 10px
    }

    .main_section_perform .col-lg-6.d-flex.pb-5 {
        padding-bottom: 10px !important
    }

    .perfo-app-test-item {
        padding: 15px 0 0px !important
    }

    .how-vervali-main-class .py-5 {
        padding-top: 15px !important
    }

    .performance-pattern-3 {
        display: none
    }

    .perfo-app-test-item h5 {
        padding-bottom: 5px
    }

    .perfo-app-test-item img {
        width: 35px;
        height: 35px
    }

    .industry_recognize .card.py-5 {
        padding: 12px 10px !important;
        margin-bottom: 15px
    }

    .industry_recognize .section-title {
        margin-bottom: 15px !important
    }

    .call-to-action h4 {
        font-size: 18px !important
    }

    .accessibility-sect-product-team {
        padding-top: 20px !important
    }

    .accessibility-sect-product-team .vs-card p {
        width: 100%
    }

    .vervali-align .vs-section {
        padding-left: 0
    }

    h2.text-white {
        font-weight: 700;
        font-size: 20px
    }

    .accessibility-box p {
        width: 100%
    }

    .call-to-action img {
        height: 120px
    }

    .partner_vervali h2 {
        padding-top: 20px !important
    }

    .partner_vervali .section-title {
        margin-bottom: 10px !important
    }

    .partner_vervali .d-flex {
        flex-direction: row-reverse;
        justify-content: space-between
    }

    .partner_vervali .d-flex img {
        width: 60px;
        height: 60px
    }

    .partner_vervali .ps-2 {
        padding-left: 0
    }

    .img-automation-row {
        display: block;
        text-align: center
    }

    .automation-sect .img-automation-row img {
        width: 200px;
        margin: auto
    }

    .automation-sect .col-md-4 img {
        margin: auto;
        display: block
    }

    .section-title.how-help h2 {
        font-size: 24px
    }

    .tech-we-use {
        margin-top: 20px !important
    }

    .tech-we-use .section-title {
        padding-top: 0px !important
    }

    .technologies-item {
        height: 120px;
        padding: 8px 15px
    }

    .main_api_testing {
        margin-bottom: 0px !important
    }

    .api-testing-benefits-container h2 {
        font-size: 24px
    }

    .benefits-main-content {
        padding: 15px !important
    }

    .benefits-icon {
        width: 60px;
        height: 60px
    }

    .api-testing-benefits-container h4,
    .key-content-heading-mob {
        font-size: 20px
    }

    .key-features-group-img-mob {
        width: 98%
    }

    .key-features-content-mob-1 {
        position: absolute;
        top: 19%;
        left: 14%;
        width: 66%
    }

    .key-features-content-mob-2 {
        position: absolute;
        top: 39%;
        left: 24%;
        width: 66%
    }

    .key-features-content-mob-3 {
        position: absolute;
        top: 61%;
        left: 15%;
        width: 66%
    }

    .key-features-content-mob-4 {
        position: absolute;
        top: 82%;
        left: 21%;
        width: 66%
    }

    .show-tab-mob {
        margin-bottom: 15px !important
    }

    .key-features-central-container h4 {
        font-size: 24px;
        white-space: nowrap
    }

    .challenges-img {
        width: 100%
    }

    .list-items-challenges ul {
        padding-left: 15px
    }

    .challenges-container li {
        line-height: 26px;
        font-size: 16px;
        padding-left: 5px
    }

    .best-practices-api-testing {
        margin-top: 10px !important
    }

    .best-practices-left h4 {
        font-size: 20px
    }

    .best-practices-left h2 {
        font-size: 24px
    }

    .best-practices-api-testing .d-flex.align-items-center {
        align-items: unset
    }

    .best-practice-content-heading {
        font-size: 20px;
        line-height: 28px
    }

    #heading {
        font-size: 20px
    }

    .iot-services-four-tab img {
        width: 100%
    }

    .four-tab-img-container {
        margin: 0 10px
    }

    .mobile_header_reverse {
        flex-direction: column-reverse !important
    }

    .mobile_header_reverse .homebanner_text {
        margin-top: 0px !important
    }

    .google-map iframe {
        width: 100%
    }

    .main_banner_flex .homebanner_text h1 {
        margin-top: 0px !important
    }

    .mobile_app_dev {
        margin: 0 10px
    }

    .service-about_types .mobile-app-dev-services {
        background-color: transparent !important;
        padding-top: 20px
    }

    .service-about_types .service-about-title {
        text-align: center;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between
    }

    .service-about-title .service-abt-title {
        font-size: 16px;
        text-align: left;
        margin-top: 10px
    }

    .create_user {
        padding-top: 0 !important
    }

    .create_user h2 {
        margin: 0 10px;
        padding-top: 0px !important
    }

    .requirement_analysis .icon20.clt-vlu,
    .icon_api .icon20.clt-vlu {
        padding: 15px;
        background: #fff;
        border: 1px solid #cceafe;
        margin-bottom: 10px;
        border-radius: 10px !important
    }

    .requirement_analysis {
        margin-top: 30px !important
    }

    .portfolio-content-text h4 {
        padding: 15px 0;
        font-size: 24px !important;
        line-height: 34px
    }

    .vision-to-life-img {
        height: 200px
    }

    .web_app_scope h3 {
        font-size: 24px;
        font-weight: 600;
        line-height: 30px
    }

    .web_development_sec {
        margin-top: 45px
    }

    .web-app-scope-div {
        padding: 0 0 10px !important
    }

    .web-app-scope-div img {
        position: unset !important
    }

    .web-app-scope-div {
        border: none !important;
        display: flex !important;
        align-items: center !important
    }

    .web-app-scope-div h3 {
        margin-top: 0px !important;
        text-align: center;
        display: block;
        width: 100%
    }

    .webapp-polygon {
        display: none
    }

    .portfolio-content {
        margin: 0 10px;
        padding-bottom: 0px !important
    }

    .portfolio-img img {
        width: 100%;
        height: 250px
    }

    .port_carousel .py-5 {
        padding-top: 20px !important;
        padding-bottom: 0px !important
    }

    .discover_showcase {
        padding: 0px !important;
        margin: 20px 0 25px !important
    }

    .streamline_operation h4 {
        font-size: 24px;
        font-weight: 600;
        color: var(--primary);
        margin-bottom: 30px
    }

    .ready_bridge {
        margin-top: 20px !important
    }

    .master-api-development {
        margin-top: 20px
    }

    .master-api-heading {
        padding: 20px;
        padding-bottom: 20px
    }

    .master-api-heading h2 {
        font-size: 24px
    }

    .master-api-heading h3 {
        font-size: 20px
    }

    .mobile-app-section {
        padding: 9px;
        padding-top: 15px
    }

    .custom_api {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }

    .lang_img .vs-card p {
        width: 100%;
        margin-bottom: 0
    }

    .unleashing_para {
        font-size: 24px !important;
        color: var(--primary)
    }

    .business-sect .descp {
        margin-bottom: 0px !important
    }

    .business-sect .col-md-12.col-lg-6 {
        padding: 20px 7px 0
    }

    .business-border-right {
        padding: 0
    }

    .business-sect .card-body {
        padding: 25px 10px
    }

    .business-sect .card-body p {
        margin-bottom: 5px
    }

    .business-sect .card-body .mb-4:last-child {
        margin-bottom: 0px !important
    }

    .project-sect .sect-title {
        margin: 10px 0
    }

    .engage-sect {
        margin-top: 20px !important
    }

    .engage-sect h3 {
        margin-bottom: 20px !important
    }

    .feature_insg {
        padding-top: 0px !important;
        padding-bottom: 0px !important
    }

    .engage-sect .row.mt-3.mb-3 {
        margin-bottom: 0px !important
    }

    .service_provided {
        margin-bottom: 20px
    }

    .service_provided h3 {
        font-size: 16px
    }

    .project-sect .sect-title {
        margin-left: 0px !important
    }

    .project-sect .sect-title h3 {
        font-size: 24px;
        padding-top: 0px !important
    }

    .business-sol {
        width: 200px;
        margin: auto;
        display: block
    }

    .client-testimonial {
        padding-top: 10px !important
    }

    .client-testimonial img {
        display: block;
        margin: auto
    }

    .project-card {
        margin: 0 18px !important
    }

    .partner_carousel .py-5 {
        padding: 10px !important
    }

    .partner_carousel .carousel-control-prev {
        top: 30%;
        left: -20px
    }

    .partner_carousel .carousel-control-next {
        top: 30%;
        right: -20px
    }

    .py-5.my-5.hero-header.vs-container {
        margin-bottom: 0px !important
    }

    .iot-dev-services-container {
        margin-top: 0px !important
    }

    .client-testimonial .carousel-inner {
        margin-bottom: 0px !important
    }

    .qa-metrics-parent-content {
        margin: 0 10px
    }

    .case_study_item_right {
        padding: 20px !important
    }

    .casebox {
        margin-top: 0px !important;
        margin-bottom: 20px !important
    }

    .case_study_item_left {
        padding: 20px !important
    }

    .case_study_item_left .d-flex.justify-content-between.align-items-center,
    .case_study_item_right .d-flex.justify-content-between.align-items-center {
        display: inline-grid !important
    }

    .case_study_item p {
        margin-top: 10px
    }

    .case_study_item h3 {
        font-size: 24px;
        padding-bottom: 0
    }

    .career_vervali_main {
        padding-top: 0px !important;
        padding-bottom: 0px !important
    }

    .main_banner_flex .homebanner_text p {
        margin-bottom: 0px !important
    }

    .careers_why_vervali .careers_why_vervali_item {
        margin-bottom: 15px
    }

    .careers_why_vervali .careers_why_vervali_item h3 {
        font-size: 24px !important;
        line-height: 35px !important;
        top: 17px;
        padding-left: 5%
    }

    .life_at_vervali .film__frame {
        padding: 5% 5%
    }

    .careers_why_vervali {
        margin: 0 10px
    }

    .career_form {
        margin: 10px 0 !important;
        padding: 20px !important
    }

    .main_contact {
        padding-top: 10px !important
    }

    .resources {
        cursor: unset
    }

    .qa-metrics-parent-container .d-flex.justify-content-between.my-3,
    .qa-metrics-parent-container .d-flex.align-items-center.justify-content-start {
        flex-wrap: wrap
    }

    .qa-metrics-parent-container .d-flex.align-items-center.justify-content-start p {
        padding-left: 0px !important
    }

    .qa-metrics-parent-container .d-flex.align-items-center.justify-content-start p.m-0.ps-2:nth-of-type(2) {
        display: none
    }

    .qa-metrics-parent-container .prime-headings {
        font-size: 24px;
        margin-top: 15px
    }

    .qa-metrics-parent-container .sub-prime-headings {
        font-size: 18px
    }

    .main-headings {
        font-size: 24px;
        margin: 20px 0 !important
    }

    .qa-metrics-parent-container .col-lg-4.mt-5 {
        margin-top: 20px !important
    }

    .recent-articles-container .blog-header {
        padding-top: 15px !important;
        margin: 0 15px 15px !important
    }

    .recent-articles-container .carousel-inner {
        padding: 0 !important
    }

    .recent-articles-container .m-4.bg-white {
        margin: 10px !important
    }

    .why-testing-fail-heading {
        font-size: 20px
    }

    .qa-metrics-parent-container .col-lg-4.mt-5 .mt-5 {
        margin-top: 15px !important
    }

    .qa-metrics-parent-container .d-flex.mb-4.mx-4.pt-4.align-items-center.blog-header {
        padding: 10px 0 0 !important;
        margin-bottom: 0px !important
    }

    .main-content-container {
        margin: 0 10px 0px !important
    }

    .book-appointment-sub-container .d-flex.mb-4.mx-4.pt-4.align-items-center.justify-content-center {
        padding-top: 10px !important;
        margin: 1px !important
    }

    .blog-sub-headings {
        font-size: 24px;
        padding: 0 !important
    }

    .appointment-form-blog .m-4.bg-white {
        margin: 0 !important
    }

    .qa-metrics-parent-container .para_text {
        margin-bottom: 5px;
        font-size: 15px
    }

    .qa-metrics-parent-container .icon_blogs_share {
        flex-direction: row-reverse !important
    }

    .qa-metrics-parent-container ol br {
        display: none
    }

    .blog-header img {
        width: auto !important
    }

    .qa-metrics-parent-container .blog-header {
        flex-direction: unset
    }

    .current_openings .about-us-title {
        padding-bottom: 0px !important;
        margin-bottom: 10px !important
    }

    .g-recaptcha {
        display: flex;
        width: 100%;
        justify-content: left;
        margin-left: 0px !important;
        transform: scale(.8) !important
    }

    .vision-mission {
        margin-top: 0px !important
    }

    .navbar-nav.ms-auto.py-0 {
        padding: 0 10px !important
    }

    .service-accordion-container .accordion-body {
        padding: 0 0rem !important
    }

    .breadcrumb_position {
        left: 0
    }

    .navbar-collapse .accordion-item.service-accordion-container {
        color: var(--dark) !important
    }

    .hero-header.vs-container {
        padding-bottom: 5px !important
    }

    .tech-we-use .tab-content {
        margin: 0 10px
    }

    .Our_Values-item-overlay h3 {
        font-size: 20px;
        line-height: 30px
    }

    .Our_Values-item-overlay p {
        font-size: 14px !important;
        line-height: 24px;
        margin-bottom: 0
    }

    .message_success {
        display: none;
        color: green;
        font-size: 14px;
        position: absolute;
        bottom: 77px;
        left: 31px;
        width: 79%;
        line-height: 20px
    }

    .recognized-by-images img {
        width: 110px;
        height: 110px;
        object-fit: contain
    }
}

@media (max-width:767px) {
    .project-card {
        padding: 0
    }
}

@media (min-width:300px) and (max-width:767px) {
    .vs-card {
        height: auto
    }

    .call-to-action h4 {
        line-height: 30px
    }

    .development-img {
        width: 100%
    }

    .business-sect .card-header {
        padding: 25px 15px
    }

    .call-to-action {
        padding: 25px 15px
    }

    .project-sect h3 {
        width: 100%
    }

    .project-sect .sect-title {
        margin: 25px
    }
}

@media (max-width:1024px) {
    .unleashing_para br {
        display: none
    }

    .homebanner_text h1 {
        width: 100%;
        font-size: 25px;
        line-height: 30px;
        padding: 20px 0 0 0
    }

    .homebanner_text p {
        width: 100%;
        padding: 10px 0 10px 0
    }

    .homebanner_text h3 {
        font-size: calc(1rem + 0.6vw)
    }

    .magento-descp {
        width: 100%
    }

    .woocom-descp {
        width: 100%
    }

    .shopify-descp {
        width: 100%
    }

    .ecom-sol-descp {
        width: 100%
    }

    .card-engagesect {
        height: 210px
    }

    .engage-sect h5 {
        width: 100%
    }

    .call-to-action h4 {
        font-size: 22px
    }

    .shop-img {
        width: 100%
    }

    .why-vervali-item p {
        width: 100%
    }

    .business-border-right {
        border-right: 0
    }

    .business-sect h3 {
        width: 100%
    }

    .business-sect .descp {
        width: 100%
    }

    .descp {
        padding-left: 0
    }

    .project-sect h3 {
        font-size: 25px;
        width: 98%
    }

    .comma-right {
        margin-left: -27px;
        width: 35px;
        margin-top: 80px;
        z-index: -10
    }

    .comma-left {
        position: absolute;
        width: 33px;
        margin-bottom: 90px;
        z-index: -10;
        margin-left: -20px
    }
}

@media all and (min-width:992px) {
    .navbar .has-megamenu {
        position: static !important
    }

    .navbar .megamenu {
        right: 9rem;
        width: 50%;
        margin-top: 0;
        top: unset
    }

    .navbar .resource-dropdown {
        right: 0;
        width: 50%;
        margin-top: 0;
        top: unset
    }

    .navbar-light .navbar-brand {
        height: 58px
    }

    .sticky-top.navbar-light {
        padding-bottom: 0
    }
}

@media (max-width:991px) {

    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px
    }
}

@media (max-width:991.98px) {
    .sticky-top.navbar-light {
        position: fixed;
        background: #fff;
        top: 0
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #ddd;
        max-height: 83vh;
        border-bottom: 1px solid #ddd;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important
    }
}

@media (max-width:767px) {
    .vrvl-heading {
        padding-top: 0 !important;
        margin-left: -10px
    }

    .txt-rotate {
        font-size: 18px !important
    }

    .sq_brac {
        font-size: 18px !important
    }

    .mob-show {
        display: block
    }

    .navbar-light .navbar-brand img {
        max-height: 35px;
        width: 140px;
        transition: 0.5s
    }

    .sticky-top.navbar-light .navbar-brand img {
        max-height: 35px
    }

    .Our_Projects-item {
        padding-left: auto !important;
        padding-right: auto !important;
        margin-left: 30px !important
    }
}

@media only screen and (max-width:900px) {
    .api-why-vervali-section {
        width: 100%;
        flex-direction: column
    }

    .logo-main-svg {
        position: absolute;
        left: 5%;
        top: 15%;
        width: 90%
    }

    .api-why-vervali-logo {
        width: 100%;
        padding-top: 50px;
        position: relative;
        padding-bottom: 50px
    }

    .api-why-vervali-grids {
        width: 100%
    }

    .grid-title-text {
        font-size: 18px
    }

    .main-logo {
        width: 30%;
        position: absolute;
        left: 64%;
        top: 14%
    }

    .primary-vervali-text {
        font-size: 6rem;
        line-height: 80px
    }

    .vervali-text-sec {
        font-size: 32px;
        padding-top: 10px
    }

    .quoted-text {
        width: 100%;
        padding-top: 20px;
        padding-left: 30px;
        text-align: center;
        font-size: 24px;
        line-height: 38px
    }

    .qoute-left {
        right: 90%
    }

    .qoute-right {
        position: absolute;
        left: 78%
    }

    .logo-primary-desc {
        width: 250px
    }

    .vervali-text-sec {
        width: 100%;
        text-align: left
    }

    .logo-quoted-desc {
        width: 300px
    }
}

@media only screen and (max-width:550px) {
    .vervali-text-sec {
        width: 100%;
        text-align: center
    }

    .api-why-vervali-grids {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(5, 1fr);
        gap: 30px
    }

    .why-vervali-grid {
        border-bottom: 1px solid cyan
    }

    .why-vervali-grid:last-child {
        border-bottom: none
    }

    .main-logo {
        width: 25%;
        top: 14%;
        left: 70%
    }

    .quoted-text {
        width: 100%;
        padding-left: 25px
    }

    .qoute-left {
        position: absolute;
        right: 85%
    }

    .qoute-right {
        position: absolute;
        left: 78%
    }

    .primary-vervali-text {
        font-size: 4rem;
        line-height: 50px
    }

    .logo-primary-desc {
        width: 200px
    }

    .logo-main-svg {
        position: absolute;
        left: 0;
        top: 17%;
        width: 100%
    }

    .main-logo {
        width: 35%;
        left: 68%
    }

    .api-why-vervali-logo {
        border: none
    }
}

@media only screen and (max-width:900px) {
    .api-why-vervali-section {
        width: 100%;
        flex-direction: column
    }

    .api-why-vervali-logo {
        width: 100%;
        padding-top: 50px;
        position: relative;
        padding-bottom: 50px
    }

    .api-why-vervali-grids {
        width: 100%
    }

    .main-logo {
        width: 30%;
        position: absolute;
        left: 64%;
        top: 14%
    }

    .primary-vervali-text {
        font-size: 6rem;
        line-height: 80px
    }

    .vervali-text-sec {
        font-size: 32px;
        padding-top: 10px
    }

    .quoted-text {
        width: 50%;
        padding-top: 20px;
        padding-left: 30px;
        text-align: center;
        font-size: 24px;
        line-height: 38px
    }

    .qoute-left {
        right: 90%
    }

    .qoute-right {
        position: absolute;
        left: 78%
    }
}

@media only screen and (max-width:550px) {
    .vervali-text-sec {
        width: 100%;
        text-align: center
    }

    .api-why-vervali-grids {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(5, 1fr);
        gap: 30px
    }

    .main-logo {
        width: 25%;
        top: 14%;
        left: 70%
    }

    .quoted-text {
        width: 80%;
        padding-left: 25px
    }

    .qoute-left {
        position: absolute;
        right: 93%
    }

    .qoute-right {
        position: absolute;
        left: 93%
    }
}

@media (max-width:991px) {
    .call-to-action p {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-right: 0px !important
    }

    .performance-sect {
        padding-left: 0rem
    }

    .performance-pattern-2 {
        right: 5px !important
    }
}

@media (max-width:767px) {
    .howWeDoIt_main {
        height: auto
    }
}

@media (max-width:767px) {
    .our_services_commontypes .col-lg-2 {
        width: 100%
    }

    .securityTeam_list {
        display: unset;
        justify-content: space-between;
        border: none
    }

    .securityTeam_list div {
        width: 100%;
        border: .75px solid #5facdf
    }

    .standarwefallow {
        padding: 20px !important;
        background: #f6f6f6;
        border-radius: 5px
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .columns {
        width: unset
    }
}

@media (max-width:767px) {
    .img-title-div {
        text-align: left !important;
        padding-left: 50px
    }
}

@media only screen and (max-width:900px) {
    .portfolio-content {
        flex-direction: column
    }

    .api-why-vervali-section {
        width: 100%;
        flex-direction: column
    }

    .logo-main-svg {
        position: absolute;
        left: 5%;
        top: 15%;
        width: 90%
    }

    .api-why-vervali-logo {
        width: 100%;
        padding-top: 50px;
        position: relative;
        padding-bottom: 50px
    }

    .api-why-vervali-grids {
        width: 100%
    }

    .grid-title-text {
        font-size: 18px
    }

    .main-logo {
        width: 30%;
        position: absolute;
        left: 75%;
        top: 14%
    }

    .primary-vervali-text {
        font-size: 6rem;
        line-height: 80px
    }

    .vervali-text-sec {
        font-size: 32px;
        padding-top: 10px
    }

    .quoted-text {
        width: 100%;
        padding-top: 20px;
        padding-left: 30px;
        text-align: center;
        font-size: 24px;
        line-height: 38px
    }

    .qoute-left {
        right: 90%
    }

    .qoute-right {
        position: absolute;
        left: 90%
    }

    .logo-primary-desc {
        width: 250px
    }

    .vervali-text-sec {
        width: 100%;
        text-align: left
    }

    .logo-quoted-desc {
        width: 300px
    }
}

@media only screen and (max-width:550px) {
    .vervali-text-sec {
        width: 100%;
        text-align: center
    }

    .api-why-vervali-grids {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(5, 1fr);
        gap: 30px
    }

    .why-vervali-grid {
        border-bottom: 1px solid cyan
    }

    .why-vervali-grid:last-child {
        border-bottom: none
    }

    .main-logo {
        width: 25%;
        top: 14%;
        left: 70%
    }

    .quoted-text {
        width: 100%;
        padding-left: 25px
    }

    .qoute-left {
        position: absolute;
        right: 90%
    }

    .qoute-right {
        position: absolute;
        left: 90%
    }

    .primary-vervali-text {
        font-size: 4rem;
        line-height: 50px
    }

    .logo-primary-desc {
        width: 200px
    }

    .logo-main-svg {
        position: absolute;
        left: 0;
        top: 17%;
        width: 100%
    }

    .main-logo {
        width: 35%;
        left: 68%
    }

    .api-why-vervali-logo {
        border: none
    }
}

@media only screen and (max-width:900px) {
    .square-webapp-2 {
        right: 0
    }

    .portfolio-content {
        flex-direction: column
    }

    .api-why-vervali-section {
        width: 100%;
        flex-direction: column
    }

    .logo-main-svg {
        position: absolute;
        left: 5%;
        top: 15%;
        width: 90%
    }

    .api-why-vervali-logo {
        width: 100%;
        padding-top: 50px;
        position: relative;
        padding-bottom: 50px
    }

    .api-why-vervali-grids {
        width: 100%
    }

    .grid-title-text {
        font-size: 18px
    }

    .main-logo {
        width: 30%;
        position: absolute;
        left: 75%;
        top: 14%
    }

    .primary-vervali-text {
        font-size: 6rem;
        line-height: 80px
    }

    .vervali-text-sec {
        font-size: 32px;
        padding-top: 10px
    }

    .quoted-text {
        width: 100%;
        padding-top: 20px;
        padding-left: 30px;
        text-align: center;
        font-size: 24px;
        line-height: 38px
    }

    .qoute-left {
        right: 90%
    }

    .qoute-right {
        position: absolute;
        left: 90%
    }

    .logo-primary-desc {
        width: 250px
    }

    .vervali-text-sec {
        width: 100%;
        text-align: left
    }

    .logo-quoted-desc {
        width: 300px
    }
}

@media only screen and (max-width:550px) {
    .vervali-text-sec {
        width: 100%;
        text-align: center
    }

    .api-why-vervali-grids {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(5, 1fr);
        gap: 30px
    }

    .why-vervali-grid {
        border-bottom: 1px solid cyan
    }

    .why-vervali-grid:last-child {
        border-bottom: none
    }

    .main-logo {
        width: 25%;
        top: 14%;
        left: 70%
    }

    .quoted-text {
        width: 100%;
        padding-left: 25px
    }

    .qoute-left {
        position: absolute;
        right: 90%
    }

    .qoute-right {
        position: absolute;
        left: 90%
    }

    .primary-vervali-text {
        font-size: 4rem;
        line-height: 50px
    }

    .logo-primary-desc {
        width: 200px
    }

    .logo-main-svg {
        position: absolute;
        left: 0;
        top: 17%;
        width: 100%
    }

    .main-logo {
        width: 35%;
        left: 68%
    }

    .api-why-vervali-logo {
        border: none
    }
}

@media only screen and (max-width:1024px) {
    .web-app-scope-div {
        border: none !important
    }

    .arrow-checkicon {
        display: none !important
    }
}

@media (max-width:991px) {
    .why-vervali-logo {
        border-top: 1px solid #2eaee0;
        border-right: 1px solid #2eaee0;
        border-top-right-radius: 20px
    }

    .why-vervali-grids {
        border-top-right-radius: 0px !important;
        border-top: 1px solid transparent !important
    }
}

@media (max-width:767px) {
    .why-vervali-grid {
        width: 100%;
        font-display: swap;
        font-family: var(--primary-font)
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .why-vervali-logo {
        width: 100%;
        border-bottom: 0
    }

    .why-vervali-grids {
        width: 100%
    }

    .why-vervali-section {
        display: block
    }
}

@media (max-width:767px) {
    .why-vervali-logo {
        width: 100%;
        border: unset
    }

    .why-vervali-section {
        display: block
    }

    .why-vervali-grids {
        border: unset;
        width: 100%;
        grid-template-columns: unset
    }

    .why-vervali-item h3 {
        line-height: unset
    }

    .icon_blogs_share {
        flex-direction: column !important
    }

    .slide {
        padding: 10px !important
    }

    .book-apntmnt-submit-btn {
        width: 100% !important
    }

    .footer-parent-div h1 {
        padding-left: 1.5rem
    }

    .para-blog-footer {
        text-align: left !important
    }

    .footer_social_blog_icon {
        width: 50%;
        margin-top: 10px
    }

    .qa-metrics-parent-content {
        padding-left: 10px !important
    }
}

.search-bar_none:focus {
    box-shadow: none
}

.blog_search_container {
    display: flex;
    width: 60%;
    flex-shrink: 0;
    border-radius: 5px;
    box-sizing: border-box;
    height: auto;
    margin: 50px auto;
    border: .75px solid #ccc
}

.blog_search_content {
    width: 100%;
    height: 45px;
    max-width: 1047px;
    position: relative
}

.blog_search_content_icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    width: 28px;
    padding-left: 10px;
    height: 29px
}

.blog_search_content input {
    border: none;
    width: 100%;
    padding: 10px 50px;
    height: 100%;
    outline: none
}

.blog_search_content input:focus {
    outline: none
}

.blog_title_content_text {
    display: flex;
    width: 100%;
    padding: 25px 0;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0
}

.blog_title_content {
    height: auto
}

.blog_title_content_text h2,
.blogs_card_container_text h3,
.blogs_card_container_text h3 a,
.blog_title_content_text h2 a {
    color: #1f2c5e;
    font-family: var(--primary-font);
    font-size: 28px;
    font-style: normal;
    font-weight: 700
}

.blog_title_content_text p,
.blogs_card_container_text p,
.blogs_card_container_text p a,
.blog_title_content_text p a {
    color: #666;
    font-family: var(--primary-font);
    font-size: 16px;
    font-style: normal;
    color: #666;
    font-weight: 300;
    line-height: normal
}

.blog_title_content_image {
    max-width: 821px;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background: url(../img/blog_2/why-testing-fails-top.jpg), lightgray -546.03px 3.322px / 208.739% 100% no-repeat;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.blog_title_content_text h3 {
    color: #666;
    font-family: var(--primary-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal
}

.blog_title_content_text h3 a {
    color: #666
}

.blogs_card_container_image {
    height: 240px;
    width: 102px;
    border-radius: 25px
}

.blogs_card_container_image img {
    object-fit: cover;
    object-position: center;
    border-radius: 25px;
    width: 100%;
    height: 100%
}

.blogs_card_container_text h4 {
    color: #666;
    font-family: var(--primary-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal
}

.blog_content_section {
    margin-bottom: 30px
}

.blog_content_section,
.blogs_card_section,
.blog_header_section {
    position: relative
}

.blog_title_content_background {
    position: absolute;
    right: -20px;
    top: 0;
    width: 70px;
    z-index: -1;
    height: 30px
}

.blog_title_content_background_two {
    position: absolute;
    left: -5px;
    top: 38%;
    width: 50px;
    height: 50px;
    z-index: -1
}

.blogs_card_section_background img,
.blogs_card_section_background_one img,
.blog_header_section_bg_one img,
.blog_title_content_background img,
.blog_title_content_background_two img,
.blog_title_content_background_three img,
.blog_title_content_background_four img {
    width: 100%;
    height: 100%
}

.blogs_card_section_background {
    position: absolute;
    top: 40px;
    right: -10px;
    width: 70px;
    height: 30px;
    z-index: -1
}

.blogs_card_section_background_one {
    position: absolute;
    bottom: 20%;
    left: -23px;
    width: 93px;
    height: 37px;
    z-index: -1
}

.blog_header_section_bg_one {
    position: absolute;
    right: 33%;
    bottom: -72px;
    width: 226px;
    z-index: -1
}

.list_blog_ul .blog_nav_link {
    line-height: 25px !important
}

.para_text {
    font-size: 18px
}

@media screen and (max-width:767px) {

    .blog_header_section_bg_one,
    .blogs_card_section_background_one,
    .blogs_card_section_background,
    .blog_title_content_background_two,
    .blog_title_content_background {
        display: none
    }

    .blog_search_container {
        width: 90%
    }

    .blog_search_content input {
        padding: 10px 10px 10px 50px;
        text-overflow: ellipsis
    }

    .blog_content_section {
        margin-bottom: 10px
    }

    .blog_title_content_image {
        height: 200px
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .blog_title_content_image {
        height: 300px
    }
}

@media only screen and (max-width:990px) {
    .flagContainer {
        margin: 12px 0
    }
}

.fraudBtn {
    border-radius: 5px;
    width: 53px !important;
    position: fixed;
    right: 38px !important;
    z-index: 99;
    width: 65px;
    bottom: 31px !important;
    height: 44px
}

#fraudAlert {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    font-size: 14px !important;
    width: 115px
}

#fraud-alert-badge {
    top: 151px !important;
    cursor: pointer;
    z-index: 999;
    transform: rotate(90deg);
    right: -35px !important;
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

#fraudAlert.fraudBtn,
button#fraudAlert {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.fraud-border-radius {
    border-radius: 5px
}

.custom_text {
    font-size: medium
}

.btn-danger {
    box-shadow: 0 8px 8px rgb(220 53 69 / .4)
}

table thead tr {
    border: 2px solid #000 !important
}

#heading {
    font-size: 24px;
    text-align: left;
    margin-left: 12px
}

@media screen and (max-width:980px) {
    .cc-window.cc-floating {
        max-width: 95%;
        padding: .8em 1.1em
    }

    .cc-window.cc-banner {
        padding: .8em 1.1em
    }

   .cc-message .description {
        font-size: 14px;
        text-align: justify;
        width: 100%;
        display: inline-block;
        line-height: 1.4em
    }
   .cc-color-override-1152376323.cc-window {
    left: 0% !important;
    bottom: 4% !important;
    background: linear-gradient(90deg, #0086DE 0%, #49BCE9 100%) !important;
}

    .cc-btn+.cc-btn {
        margin: 0 12px
    }
}

@media screen and (max-width:768px) {
    .cc-window {
        width: 100% !important
    }

    .cc-window.cc-floating {
        max-width: 95%;
        padding: .8em 1.1em
    }

    .cc-window.cc-banner,
    .cc-window {
        width: 95% !important;
        max-width: 95% !important;
        left: 0 !important;
        right: 0 !important
    }
}

.industyry-page-header {
    background-image: url(../img/industry/industry-page-blue-banner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.hero-header-industry {
    height: 100vh
}

.hero {
    padding: 80px 0 40px;
    text-align: center
}

.hero h1 {
    font-size: 64px;
    font-weight: 700;
    color: #FFF
}

.custom-hero {
    padding: 40px 0 40px;
    text-align: center
}

.custom-hero h1 {
    font-size: 34px;
    font-weight: 700;
    color: #FFF
}

.underline-image {
    position: absolute;
    width: 36rem;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%)
}

.underline-image img {
    width: 100%
}

.featured-image {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 100%;
    height: auto
}

.image-container {
    width: 100vw;
    max-width: 1170px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgb(0 0 0 / .2)
}

.image-container img {
    width: 100%;
    height: auto;
    display: block
}

@media (min-width:1500px) {
    .hero-header-industry {
        height: 80vh
    }
}

@media (max-width:992px) {
    .hero h1 {
        font-size: 48px
    }
}

@media (max-width:768px) {
    .hero h1 {
        font-size: 36px
    }
}

@media (max-width:576px) {
    .hero h1 {
        font-size: 28px
    }
}

.financial-banner {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    border: 1px solid #1f2c5e;
    background-color: #fff
}

.financial-banner::before {
    content: '';
    height: 28px;
    width: 156px;
    background-color: #1F2C5E;
    position: absolute;
    right: -156px;
    top: -1px;
    border-top: 1px solid #1f2c5e
}

.financial-banner::after {
    content: '';
    height: 28px;
    width: 156px;
    background-color: #5FACDFCC;
    position: absolute;
    left: -156px;
    bottom: -1px
}

@media (max-width:991px) {
    .financial-banner {
        max-width: 991px
    }
}

@media (max-width:640px) {
    .financial-banner {
        max-width: 640px
    }
}

.accent-rectangle-left {
    left: 0;
    width: 48px;
    height: 156px;
    position: absolute;
    top: 454px;
    transform: rotate(-90deg);
    background-color: rgb(95 172 223 / .8)
}

.accent-rectangle-right {
    right: 0;
    width: 48px;
    height: 156px;
    position: absolute;
    top: 0;
    transform: rotate(-90deg);
    background-color: #1f2c5e
}

.content-container {
    width: 1608px;
    padding: 60px 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.content-container-industry {
    width: 1608px;
    padding: 60px 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.financial-description {
    color: #1f2c5e;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    padding: 0 60px;
    margin: 0
}

.industry-challenges-container {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    gap: 37px;
    padding: 60px 0 0
}

.challenge-dots {
    position: absolute;
    right: 0;
    bottom: -330px;
    width: 340px
}

.challenges-list {
    display: flex;
    flex-direction: column;
    gap: 35px
}

.challenge-item {
    display: flex;
    align-items: center;
    gap: 30px
}

.challenge-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center
}

.challenge-text {
    color: #1f2c5e;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: .72px;
    margin-bottom: 0 !important
}

@media (max-width:991px) {
    .challenges-container {
        max-width: 991px;
        flex-direction: column;
        align-items: flex-start
    }

    .challenge-text {
        font-size: 22px
    }

    .challenge-text {
        font-size: 20px
    }

    .challenges-svg {
        width: 100%;
        height: auto
    }
}

.banking-security-banner {
    font-family: 'Sora', -apple-system, Roboto, Helvetica, sans-serif;
    color: rgb(255 255 255);
    text-align: center
}

.banner-container {
    display: flex;
    flex-direction: column;
    background-blend-mode: multiply;
    position: relative;
    min-height: 440px;
    width: 100%;
    padding: 113px 80px;
    align-items: center;
    justify-content: center
}

.banner-background {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: contain
}

.banner-content {
    position: relative;
    display: flex;
    width: 1000px;
    max-width: 100%;
    flex-direction: column;
    align-items: stretch
}

.banner-heading {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
    margin: 0
}

.cta-button {
    border: none;
    border-radius: 200px;
    background-color: rgb(95 172 223);
    align-self: center;
    display: flex;
    margin-top: 67px;
    width: auto;
    max-width: 100%;
    padding: 17px 20px;
    flex-direction: column;
    align-items: stretch;
    font-size: .9rem;
    font-weight: 700;
    line-height: 2;
    justify-content: center;
    color: rgb(255 255 255);
    cursor: pointer
}

.cta-content {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: start;
    flex-wrap: wrap
}

.cta-text {
    align-self: stretch;
    margin-top: auto;
    margin-bottom: auto;
    width: auto;
    text-align: left;
    font-family: 'Sora', -apple-system, Roboto, Helvetica, sans-serif
}

.arrow-icon {
    aspect-ratio: .88;
    object-fit: contain;
    object-position: center;
    width: 22px;
    align-self: stretch;
    margin-top: auto;
    margin-bottom: auto;
    flex-shrink: 0
}

@media (max-width:991px) {
    .banner-container {
        max-width: 100%;
        padding: 100px 20px
    }

    .banner-heading {
        max-width: 100%;
        font-size: 40px
    }

    .cta-button {
        padding: 37px 20px;
        margin-top: 40px
    }

    .cta-text {
        max-width: 100%
    }
}

.fintech-section {
    position: relative;
    background: #fff;
    padding: 4rem 2rem;
    max-width: 1000px;
    margin: 0 auto;
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 10px rgb(0 0 0 / .05)
}

.content-box {
    position: relative;
    z-index: 1;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #122157;
    text-align: center
}

.decor-left {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    width: 120px;
    background-color: #91cbed
}

.decor-right {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 80px;
    background-color: #1d2c5e
}

.industry-our-services-heading {
    color: #1F2C5E !important
}

.industry-sub-heading {
    color: #5FACDF;
    font-weight: 700
}

.industry-our-services-underline-image-what-client-say {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 90px;
    transform: translate(-50%)
}

.industry-our-services-underline-image-what-client-say img {
    width: 100%
}

.industry-our-services-underline-image {
    width: 50%;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translate(-50%)
}

.industry-our-service-container {
    border: 1px solid #E0E1E3
}

.service-card {
    padding: 2rem;
    height: 100%;
    transition: transform 0.3s ease;
    border: none;
    border-radius: 0
}

.service-title {
    color: #1a2b6b;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.service-description {
    color: #333;
    font-size: 1rem;
    line-height: 1.6
}

.icon-container {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px
}

.bg-light-gray {
    background-color: #f5f5f7
}

.bg-white {
    background-color: #fff
}

.service-icon {
    font-size: 1.5rem
}

@media (max-width:768px) {
    .service-card {
        padding: 1.5rem
    }

    .service-title {
        font-size: 1.3rem
    }
}

.feature-section {
    padding: 20px 0
}

.feature-number {
    font-size: 16px;
    color: #888;
    margin-bottom: 10px;
    font-weight: 700
}

.feature-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.4;
    color: #000
}

.feature-description {
    color: #333;
    font-size: 16px;
    line-height: 1.5
}

.icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #e8f4f8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.icon-circle img {
    width: 100%
}

.icon-circle i {
    font-size: 24px;
    color: #333
}

.feature-card {
    padding: 20px 15px;
    transition: transform 0.3s ease
}

.feature-card:hover {
    border-left: 2px solid #1F2C5E;
    margin-left: -2px;
    transition: ease-in-out;
    color: #1F2C5E !important
}

.feature-card:hover span {
    color: #1F2C5E !important
}

@media (max-width:992px) {
    .feature-card {
        margin-bottom: 30px
    }
}

.faq-card {
    border-radius: 15px;
    margin-bottom: 20px;
    border: none;
    overflow: hidden;
    transition: all 0.3s ease
}

.faq-card.purple {
    background-color: #f2e6ff
}

.faq-card.mint {
    background-color: #e6fff9
}

.faq-card.light-blue {
    background-color: #e6f7ff
}

.faq-card.cream {
    background-color: #fff9e6
}

.faq-header {
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border: none;
    background: #fff0;
    width: 100%;
    text-align: left
}

.faq-header h5 {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    color: #333
}

.faq-content {
    padding: 0 25px 20px 25px;
    display: none
}

.faq-content p {
    margin: 0;
    color: #555;
    font-size: 14px;
    line-height: 1.6
}

.faq-card.active .faq-content {
    display: block
}

.faq-arrow {
    transition: transform 0.3s ease
}

.faq-arrow img {
    width: 14px
}

.faq-card.active .faq-arrow {
    transform: rotate(180deg)
}

.row {
    margin-left: -10px;
    margin-right: -10px
}

.col-md-6 {
    padding-left: 10px;
    padding-right: 10px
}

.testimonial-card {
    background-color: #f9f5ff;
    border-radius: 12px;
    padding: 24px;
    height: max-content;
    min-height: 320px;
    position: relative;
    border: none;
    transition: all 0.3s ease;
    margin: 15px 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.bg-light-pink {
    background-color: #EAF5F8 !important
}

.bg-light-yellow {
    background-color: #FFF8E7 !important
}

.bg-light-purple {
    background-color: #F0FFEC !important
}

.testimonial-card:hover {
    box-shadow: 0 5px 15px rgb(0 0 0 / .1);
    transform: translateY(-5px)
}

.quote-icon {
    color: #6366f1;
    font-size: 32px;
    margin-bottom: 16px
}

.testimonial-text {
    font-size: 14px;
    line-height: 1.6;
    color: #4b5563;
    margin-bottom: 20px;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical
}

.testimonial-author {
    font-weight: 600;
    font-size: 14px;
    color: #111827;
    margin-bottom: 2px
}

.testimonial-position {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 10px
}

.company-logo {
    height: 24px;
    width: auto
}

.testimonial-footer {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px
}

.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    box-shadow: 0 2px 5px rgb(0 0 0 / .1)
}

.carousel-control-prev {
    left: -20px
}

.carousel-control-next {
    right: -20px
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 20px;
    height: 20px;
    background-size: 100%;
    filter: none
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 16 16'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 16 16'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    bottom: -50px
}

.carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #d1d5db;
    opacity: .5;
    margin: 0 5px
}

.carousel-indicators .active {
    background-color: #6366f1;
    opacity: 1
}

@media (max-width:767px) {

    .carousel-control-prev,
    .carousel-control-next {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }

    .carousel-control-prev {
        left: 0
    }

    .carousel-control-next {
        right: 0
    }

    .testimonial-card {
        margin: 15px auto;
        max-width: 90%
    }
}

.case-study-title {
    color: #1a3a6d;
    font-weight: 700;
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 15px
}

.case-study-text {
    color: #555;
    line-height: 1.6;
    font-size: 15px
}

.case-study-image {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 300px
}

.case-study-image img {
    width: 100%;
    height: 100%
}

.download-btn {
    background-color: #4da3e2;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 8px 20px;
    font-size: 14px;
    transition: all 0.3s ease
}

.download-btn:hover {
    background-color: #3a8bc8;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgb(0 0 0 / .1)
}

.case-study-container {
    margin-bottom: 40px
}

@media (max-width:767px) {
    .case-study-container {
        margin-bottom: 60px
    }
}

.industry-cards a {
    color: unset
}

.industry-cards h3 {
    color: #1F2C5E
}

.industry_page_banner {
    background-color: cornflowerblue;
    background-image: url(../img/industry/industry-page-blue-banner.webp);
    padding-bottom: 60px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* margin-top: 100px !important */
}

.industry_page_banner .homebanner_text h1 {
    color: white !important;
    font-weight: 600
}

.industry_page_banner .homebanner_text h3 {
    color: #D3D3D3 !important
}

.industry-cards {
    color: #000 !important
}

.industry-cards .industry-card-title {
    font-weight: 600
}

.industry-card-number p {
    color: var(--light-color);
    position: absolute;
    top: 20px;
    left: 20px
}

.vs-container-auto {
    padding: 0 4% !important
}

.industry-circle-container {
    width: 200px
}

.industry-circle-svg {
    position: absolute;
    left: 0;
    bottom: -80px;
    z-index: -1;
    width: 120px
}

.industry-circle-dots-svg {
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: -1;
    width: 90px
}

.industry-waves-svg {
    position: absolute;
    top: 0;
    left: -50px
}

.industry-right-lines-svg {
    position: absolute;
    right: 0;
    width: 140px
}

.industry-square-left-svg {
    position: absolute;
    top: -140px;
    z-index: -1;
    width: 430px
}

.industry-circle-left-svg {
    position: absolute;
    left: 0;
    top: 0
}

.industry-right-angle-svg {
    position: absolute;
    right: -60px;
    bottom: 150px;
    z-index: -1
}

.banking-banner {
    background-image: url(../img/industry/industry-cta-two.webp)
}

.banking-security-banner {
    background-image: url(../img/industry/industry-cta-one.webp)
}

.future-finance-banner {
    background-image: linear-gradient(rgb(0 0 0 / .5), rgb(0 0 0 / .5)), url(../img/industry/industry-cta-three.webp)
}

.industy-banner-lan {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 20px
}

.banking-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%
}

.banking-title {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center
}

.banking-cta-btn {
    background-color: #3498db;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease
}

.banking-cta-btn:hover {
    color: #fff
}

.banking-cta-btn .btn-arrow {
    margin-left: 8px
}

@media (max-width:768px) {
    .banking-title {
        font-size: 1.8rem
    }

    .banking-cta-btn {
        padding: 10px 20px
    }
}

@media (max-width:576px) {
    .banking-title {
        font-size: 1.5rem
    }

    .banking-banner {
        height: 300px
    }
}

.glass-testimonial-carousel {
    background-image: url(../img/industry/industry-specific-solution-bg.webp);
    background-size: cover;
    background-position: center
}

.card-bg {
    width: 100%;
    height: 100%
}

.glass-card {
    background: rgb(154 100 78 / .5);
    backdrop-filter: blur(20px);
    border-radius: 10px;
    border: 1px solid rgb(255 255 255 / .2);
    box-shadow: 0 8px 32px rgb(0 0 0 / .1);
    padding: 40px 40px 0;
    color: white !important;
    transition: all 0.3s ease;
    width: 680px !important;
    margin: 0 auto
}

.glass-card h1 {
    color: #fff !important
}

.glass-card p {
    color: #fff !important
}

.glass-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgb(0 0 0 / .2)
}

.glass-card-heading {
    font-weight: 700
}

.glass-card-text {
    font-size: 22px
}

.glass-card-control-prev {
    left: 50px
}

.glass-card-control-next {
    right: 50px
}

.header-banner {
    background-color: #1a2b5e;
    color: #fff;
    padding: 15px 20px;
    border-radius: 8px 8px 0 0
}

.contact-container {
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 12px rgb(0 0 0 / .1);
    padding: 30px;
    margin-bottom: 30px
}

.industry-section-title {
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px
}

.stat-box {
    margin-bottom: 25px
}

.stat-number {
    color: #4aa1e3;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 0
}

.stat-text {
    color: #4aa1e3;
    font-size: 1rem
}

.stat-description {
    color: #666;
    font-size: .9rem
}

.form-control {
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 10px 15px;
    margin-bottom: 15px
}

.btn-send {
    background-color: #4aa1e3;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    width: 100%;
    font-weight: 500;
    transition: all 0.3s
}

.btn-send:hover {
    background-color: #3a91d3
}

.contact-info {
    margin-top: 30px
}

.contact-info-title {
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px
}

.industry-contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.industry-contact-item a {
    color: #4aa1e3;
    text-decoration: none;
    font-weight: 700
}

.industry-contact-icon {
    width: 40px;
    height: 40px;
    margin-right: 15px
}

.contact-text {
    color: #333
}

.contact-email {
    color: #4aa1e3;
    text-decoration: none
}

.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 40px 0
}

.logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px
}

.logo-img {
    max-width: 120px;
    height: auto;
    object-fit: contain
}

.separator {
    height: 50px;
    width: 1px;
    background-color: #e0e0e0
}

.logo-img {
    width: 100px;
    object-fit: contain
}

.pattern-bg {
    background-image: linear-gradient(45deg, #f8f9fa 25%, transparent 25%, transparent 50%, #f8f9fa 50%, #f8f9fa 75%, transparent 75%, transparent);
    background-size: 20px 20px;
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 100%;
    opacity: .2;
    z-index: 0
}

.industry-contact-info-container {
    display: flex;
    justify-content: space-between
}

.industry-contact-info-container .industry-contact-item {
    flex: 1
}

.industry-footer-row {
    gap: 70px
}

.industry-page-form input {
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    border-radius: unset !important
}

.industry-page-form input:focus {
    box-shadow: unset;
    border: none !important;
    border-bottom: 1px solid #ddd !important
}

.industry-page-form textarea {
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    border-radius: unset !important
}

.industry-page-form textarea:focus {
    box-shadow: unset;
    border: none !important;
    border-bottom: 1px solid #ddd !important
}

.industry-logo-slider .slide {
    width: 200px
}

.industry-slide-track {
    display: flex;
    white-space: nowrap;
    animation: scroll 50s linear infinite;
    width: calc(200px * 54 * 2)
}

.industry-page-list li {
    text-align: left
}

#contactForm .error {
    color: red
}

.modal-header {
    align-items: flex-start
}

@media only screen and (max-width:767px) {
    p {
        font-size: 16px;
        line-height: 1.5
    }

    .hero-header-industry {
        height: 260px
    }

    .hero {
        padding: 30px 0 20px
    }

    .hero h1 {
        padding-top: 8px
    }

    .featured-image {
        bottom: 30px
    }

    .underline-image {
        width: 50%
    }

    .industry-client-slider {
        overflow: hidden !important;
        padding: 0 !important
    }

    .industry-client-mobile-slider {
        padding: 0 !important;
        margin: 0 !important
    }

    .financial-banner {
        margin-top: 0 !important
    }

    .industry-logo-slider .slide {
        width: 100px
    }

    .industry-circle-container {
        display: none
    }

    .financial-description {
        padding: 0 !important
    }

    .industry-challenges-container {
        flex-direction: column
    }

    .challenges-list {
        padding: 14px
    }

    .challenge-dots {
        display: none
    }

    .custom-hero {
        padding: 30px 0 40px
    }

    .client-say-section {
        flex-direction: column !important
    }

    .client-say-section img {
        width: 100%
    }

    .client-say-section h1 {
        text-align: center !important
    }

    .image-container {
        box-shadow: unset
    }

    .image-container img {
        width: 90%;
        margin: 0 auto
    }

    .testimonial-card {
        padding: 14px;
        max-height: unset;
        height: unset
    }

    .testimonial-text {
        overflow: unset;
        display: unset
    }

    .industry-waves-svg {
        display: none
    }

    .industry-right-lines-svg {
        display: none
    }

    .industry-right-angle-svg {
        display: none
    }

    .industry-square-left-svg {
        display: none
    }

    .industry-faq-right-svg {
        display: none
    }

    .industry-banking-svg {
        display: none
    }

    .glass-card-control-next {
        right: 5px !important
    }

    .glass-card-control-prev {
        left: 5px !important
    }

    .logo-container {
        flex-wrap: wrap
    }

    .industry-footer-row {
        gap: 10px
    }

    .industry-contact-info-container {
        flex-direction: column
    }

    .industry-client-slider {
        overflow: hidden !important;
        padding: 0 !important
    }

    .feature-number {
        display: none
    }

    .feature-card {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column
    }

    .feature-card .feature-title {
        text-align: center
    }

    .icon-circle {
        width: 120px;
        margin-bottom: 50px
    }

    .section-platform-heading {
        margin-bottom: unset
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .hero {
        padding: 50px 0 40px
    }

    .hero-header-industry {
        height: 420px !important
    }

    .featured-image {
        bottom: 30px
    }

    .image-container {
        box-shadow: unset
    }

    .image-container img {
        width: 90%;
        margin: 0 auto
    }

    .financial-banner::before {
        display: none
    }

    .financial-banner::after {
        display: none
    }

    .feature-section .row {
        display: flex;
        flex-direction: column;
        gap: 20px
    }

    .feature-card {
        padding: 15px;
        box-shadow: 0 2px 8px rgb(0 0 0 / .05);
        border-radius: 8px
    }

    .icon-circle {
        width: 60px;
        margin-bottom: 20px
    }

    .feature-number,
    .feature-title {
        text-align: center
    }

    .feature-number {
        display: none
    }
}

.invalid-feedback {
    display: block;
    color: #DC3545;
    font-size: .875em;
    margin-top: .25rem
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / .5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000
}

.popup-container {
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: #fff;
    box-shadow: 0 4rem 6rem rgb(0 0 0 / .3);
    z-index: 9999;
    transition: all .5s;
    background-position: center;
    border-radius: 10px;
    background: #fff;
    height: 563px
}

.popup-header {
    background: url(../img/bg/popup-img.webp);
    padding: 27px 22px;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.popup-title {
    width: 381px;
    color: #1f2c5e;
    ;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 15px;
    max-width: 60%
}

.popup-subtitle {
    color: #334155;
    font-size: 15px;
    max-width: 100%;
    line-height: 15px;
    width: 441px
}

.popup-body {
    padding: 12px 20px;
    display: flex;
    flex-direction: row;
    gap: 40px
}

.form-section {
    zoom: 85%;
    flex: 1;
    padding: 0 15px
}

.stats-section {
    flex: 1;
    display: flex;
    flex-direction: column
}

.industry-page-form .form-control {
    margin-bottom: 20px;
    border-radius: 8px;
    padding: 10px 0;
    font-size: 12px;
    border: none;
    border-bottom: 1px solid #cbd5e1;
    border-radius: unset !important
}

.industry-page-form .form-control:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 .2rem rgb(59 130 246 / .25)
}

.industry-page-form textarea.form-control {
    min-height: 140px
}

.btn-primary {
    background-color: #3b82f6;
    border: none;
    border-radius: 30px;
    padding: 14px 30px;
    font-weight: 600;
    width: 100%;
    font-size: 1.1rem;
    margin-top: 10px
}

.btn-primary:hover {
    background-color: #2563eb
}

.stat-item {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 30px !important
}

.stat-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px
}

.stat-text {
    display: flex;
    flex-direction: column
}

.stat-value {
    color: #5FACDF;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1
}

.stat-label {
    color: #334155;
    font-size: 1.1rem
}

.certification-badges {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
    gap: 15px
}

.badge-img {
    height: 65px;
    width: auto
}

.talent-link {
    display: block;
    text-align: center;
    margin-top: 5px !important;
    color: #1f2c5e !important;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap
}

.talent-link a {
    color: #5facdf !important
}

.header-img {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 280px;
    height: auto
}

.modal-popup-new {
    height: 65px !important;
    min-height: 65px !important;
    resize: none !important
}

.modal-popup-new-btn {
    font-size: 12px !important;
    padding: 10px 30px !important
}

.certification-badges img {
    height: 90px !important;
    width: auto;
    object-fit: contain
}

.modal-popup-new-btn {
    background-color: #5facdf
}

.modal-captacha-container {
    zoom: 70%
}

.popup-container {
    width: 800px
}

.modal-popup-form-section {
    padding: 0 15px !important
}

.why-vervali-center {
    top: 50%;
    transform: translateY(-50%)
}

.popup-modal-close-btn {
    position: absolute;
    right: 5px;
    top: 10px
}

@media (max-width:576px) {
    .form-section {
        zoom: unset
    }

    .popup-container {
        height: auto;
        width: 90%;
        margin: 0 auto
    }

    .modal-captacha-container {
        zoom: unset;
        transform: scale(.7);
        transform-origin: 0 0
    }

    .stats-section {
        display: none
    }

    .popup-header {
        text-align: center;
        background: linear-gradient(90deg, #e0f2fe, #d8f3dc);
        padding-top: 25px;
        zoom: unset
    }

    .popup-body {
        padding: 25px
    }

    .header-img {
        max-width: 200px;
        right: 50%;
        top: auto;
        bottom: 10px;
        transform: translateX(50%)
    }

    .popup-title,
    .popup-subtitle {
        width: 100%;
        max-width: 100%;
        margin-top: 14px
    }

    .popup-title {
        font-size: 24px;
        max-width: 100%
    }

    .popup-subtitle {
        font-size: 12px;
        line-height: 20px
    }

    .stat-item {
        margin-bottom: 20px
    }

    .certification-badges {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px
    }

    .badge-img {
        height: 50px
    }

    .btn-primary {
        padding: 12px 25px
    }

    .industry-page-form .form-control {
        padding: 10px 10px
    }

    .talent-link {
        white-space: unset
    }

    .contact-container-mobile {
        padding: 24px 0
    }
}

@media (max-width:768px) {
    .popup-container {
        max-width: 90%;
        width: 100%;
        margin: 0 auto
    }

    .popup-header {
        padding: 30px
    }

    .modal-captacha-container {
        zoom: unset
    }

    .popup-body {
        padding: 30px
    }

    .header-img {
        max-width: 180px;
        right: 30px
    }

    .popup-title {
        font-size: 30px;
        width: 100%;
        max-width: 100%
    }

    .badge-img {
        height: 55px
    }

    .stat-item {
        margin-bottom: 25px
    }

    .stat-icon {
        width: 40px;
        height: 40px
    }

    .stat-value {
        font-size: 22px
    }

    .stats-section {
        display: none
    }
}

@media (max-width:992px) {
    .popup-body {
        flex-direction: column
    }

    .form-section {
        margin-bottom: 30px
    }

    .header-img {
        max-width: 200px;
        right: 40px
    }

    .popup-title {
        font-size: 30px;
        max-width: 100%;
        width: 100%
    }

    .popup-subtitle {
        width: 100%;
        max-width: 100%
    }

    .certification-badges {
        justify-content: space-around
    }
}

@media (max-width:1200px) {
    .popup-container {
        zoom: 100%
    }

    .modal-popup-form {
        font-size: 12.8px
    }

    .popup-header {
        padding: 35px 40px;
        zoom: 70%
    }

    .popup-body {
        padding: 35px 40px;
        gap: 30px;
        zoom: unset
    }

    .popup-title {
        font-size: 30px
    }

    .header-img {
        max-width: 220px
    }
}

@media (max-width:1440px) {
    .popup-container {
        transform: unset;
        translate: -50% -50%;
        left: 50%;
        top: 50%;
        right: 0
    }

    .popup-title {
        font-size: 30px
    }

    .header-img {
        max-width: 250px
    }
}

@media (max-width:430px) {
    .popup-container {
        height: unset;
        max-width: 90%;
        width: 100%
    }

    .popup-title {
        font-size: 18px;
        max-width: 100%
    }

    .popup-subtitle {
        font-size: 9px;
        max-width: 100%
    }

    .popup-header {
        padding: 15px 40px
    }

    .popup-body {
        padding: 20px 8px
    }

    .btn-primary {
        padding: 10px 20px;
        font-size: 14px
    }

    .modal-captacha-container {
        transform: scale(.6);
        transform-origin: 0 0
    }

    .form-control {
        font-size: 12px;
        padding: 5px 10px;
        width: 100%
    }

    .talent-link {
        font-size: 12px !important;
        text-align: center
    }
}

.thankyou-heading {
    font-size: 50px
}

.thankyou-sub-heading {
    font-size: 18px;
    width: 80%;
    margin: 0 auto;
    color: #fff !important
}

.thankyou-contact-us {
    width: unset !important;
    margin: 0 8px
}

.thanks_container {
    background: url(../lp/images/thankyou-banner-bg.webp) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    overflow-y: auto
}

.thanks_container .thank-you-card {
    background-color: unset !important;
    box-shadow: unset !important;
    border-radius: 10px;
    padding: 4rem 2rem;
    max-width: unset !important;
    width: unset !important;
    text-align: center
}

.thanks_container .profile-img {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.thanks_container .info-links {
    text-align: center;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.thanks_container .info-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    margin-bottom: .5rem;
    background-color: #5facdf;
    padding: 18px 14px;
    border-radius: 34px
}

.thanks_container .info-links i {
    margin-right: 8px
}

.thanks_container .contact-info {
    margin-top: 1.5rem;
    font-size: .9rem
}

.client-slider-header {
    margin-top: 30px;
    margin-bottom: 20px
}

.client-slider-header h3 {
    color: #1f2c5e;
    font-size: 22px
}

.lp-home-pattern-two {
    position: absolute;
    top: -200px;
    left: -218px;
    width: 320px
}

.engage-with-us-section .sub-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #1f2c5e
}

.engage-with-us-section .engage-with-us-card-row>div:nth-child(1) {
    margin-bottom: 30px;
    margin-top: -10px
}

.engage-with-us-section .engage-with-us-card-row>div:nth-child(2) {
    margin-top: 10px
}

.engage-with-us-section .engage-with-us-card-row>div:nth-child(3) {
    margin: 0
}

.engage-with-us-section .engage-with-us-card-row>div:nth-child(4) {
    margin-top: 20px
}

.engage-with-us-section .engage-with-us-card .title {
    color: #1f2c5e;
    margin-bottom: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 30px;
    text-align: start;
    margin-bottom: 14px
}

.engage-with-us-section .engage-with-us-card .description {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #666;
    margin-bottom: 25px;
    text-align: start
}

@media (max-width:991px) {
    .enterprise_row {
        padding: 20px
    }

    .enterprise .nav-pills .nav-link {
        padding: 12px 8px;
        font-size: 15px;
        margin-bottom: 15px
    }

    .enterprise .tab-description {
        width: 80%;
        font-size: 15px
    }
}

@media (max-width:767px) {
    .enterprise_row {
        padding: 15px
    }

    .enterprise_row .left-enterprise-container {
        margin-bottom: 20px
    }

    .enterprise .nav-pills {
        flex-direction: row !important;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 10px;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .enterprise .nav-pills::-webkit-scrollbar {
        display: none
    }

    .enterprise .nav-pills .nav-link {
        margin-right: 10px;
        margin-bottom: 0;
        padding: 10px 15px;
        font-size: 14px;
        display: inline-block
    }

    .enterprise .tab-description {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        width: 100%;
        margin-top: 15px;
        font-size: 14px
    }

    .section-title h2 {
        font-size: 1.5rem
    }

    .testimonial .carousel-item {
        padding: .5rem 1.5rem !important
    }
}

@media (max-width:576px) {
    .enterprise_row {
        padding: 12px;
        margin-top: 20px
    }

    .enterprise .nav-pills .nav-link {
        padding: 8px 12px;
        font-size: 13px
    }

    .section-title h2 {
        font-size: 1.3rem
    }

    .enterprise {
        margin: 20px 0 40px
    }
}

.owl-carousel .project-card {
    padding: 0 20px;
    text-align: center
}

.portfolio_heading h4 {
    font-size: 20px;
    text-align: center;
    color: #fff;
    height: 48px
}

.portfolio_heading p.card-texts {
    font-size: 14px;
    text-align: left !important
}

.portfolio_heading .owl-nav-buttons #prevBtn {
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 2
}

.portfolio_heading .nav-btn {
    background: #fff0;
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    margin: 0 10px;
    border-radius: 5px
}

.portfolio_heading .owl-nav-buttons #nextBtn {
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 2
}

.section-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    text-align: center;
    margin-bottom: 4rem
}

.carousel-container {
    position: relative;
    margin: 0 auto
}

.industry-carousel .slick-list {
    padding: 20px 0
}

.industry-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgb(0 0 0 / .08);
    height: 100%;
    margin: 0 12px
}

.card-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.metric-description {
    min-height: 40px
}

.fintech-bg {
    background: url(../../img/services/industry-specific-new-fintech.webp)
}

.healthcare-bg {
    background: url('../../img/services/industry-specific-new(6).webp')
}

.retail-bg {
    background: url('../../img/services/industry-specific-new(5).webp')
}

.digital-media-edtech {
    background: url('../../img/services/industry-specific-new(4).webp')
}

.hr-tech-payroll {
    background: url('../../img/services/industry-specific-new(7).webp')
}

.ed-tech-lms {
    background: url('../../img/services/industry-specific-new(1).webp')
}

.aviation-and-travel {
    background: url('../../img/services/industry-specific-new(2).webp')
}

.insurance-tech {
    background: url('../../img/services/industry-specific-new(8).webp')
}

.loyalty-tech-and-rewards {
    background: url('../../img/services/industry-specific-new(9).webp')
}

.logistics-and-fleet-management {
    background: url('../../img/services/industry-specific-new(10).webp')
}

.ev-and-automotive {
    background: url('../../img/services/industry-specific-new(3).webp')
}

.real-estate-and-proptech {
    background: url('../../img/services/industry-specific-new(11).webp')
}

.food-tech {
    background: url('../../img/services/industry-specific-new(14).webp')
}

.on-demand-service {
    background: url('../../img/services/industry-specific-new(13).webp')
}

.card-image {
    height: 200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.industry-title {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    text-align: center
}

.card-content {
    padding: 2rem;
    text-align: left
}

.metric-value {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1f2c5e;
    margin-bottom: .5rem
}

.metric-description {
    color: #6c757d;
    font-size: 1rem;
    line-height: 1.4
}

.carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgb(0 0 0 / .1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #2c3e50;
    transition: all 0.3s ease;
    z-index: 10
}

.carousel-nav:hover {
    background: #2c3e50;
    color: #fff
}

.carousel-nav.prev {
    left: -20px
}

.carousel-nav.next {
    right: -20px
}

.blogs_recent_card {
    padding: 20px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 25px 60px 0 rgb(0 0 0 / .1);
    height: 100%
}

.blogs_recent_card .blogs_card_container_image img {
    border-radius: 25px 25px 0 0
}

.cta-section {
    display: flex;
    flex-direction: column;
    background-blend-mode: normal;
    position: relative;
    min-height: 210px;
    width: 100%;
    padding: 14px 80px;
    align-items: center;
    font-family: Sora, -apple-system, Roboto, Helvetica, sans-serif;
    color: rgb(255 255 255);
    text-align: center;
    justify-content: center;
    margin-top: 20px
}

@media (max-width:991px) {
    .cta-section {
        max-width: 100%;
        padding: 54px 20px
    }

    .carousel-nav.prev {
        left: -8px
    }

    .carousel-nav.next {
        right: -8px
    }
}

.cta-background {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center
}

.cta-content {
    position: relative;
    display: flex;
    width: 1156px;
    max-width: 100%;
    flex-direction: column;
    align-items: stretch
}

.cta-headline {
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
    margin: 0
}

.download-button {
    border-radius: 100px;
    background-color: #5FACDF;
    align-self: center;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    margin-top: 18px;
    width: 290px;
    max-width: 100%;
    padding: 8px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    cursor: pointer;
    transition: background-color 0.3s ease
}

.download-button:hover {
    background-color: rgb(255 255 255 / .25)
}

@media (max-width:991px) {
    .download-button {
        padding: 8px 5px;
        margin-top: 10px
    }
}

.button-text {
    align-self: stretch;
    gap: 14px
}

.advantage-qa-service-bg {
    background-color: #F6F9FE
}

.testing-service-results h5 {
    color: #666;
    font-weight: 700
}

.reports-left img,
.feature-card-left img {
    max-width: 100%;
    height: auto;
    border-radius: 24px
}

.feature-card {
    background: #f7f9fa;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    padding: 14px 20px
}

.feature-card-icon img {
    width: 40px;
    margin-right: 12px
}

.feature-card span {
    color: #666;
    font-weight: 600
}

.feature-card-right {
    border-left: 2px solid #5FACDF;
    padding: 0 !important
}

.testing-results-section {
    font-family: Sora, -apple-system, Roboto, Helvetica, sans-serif;
    color: rgb(255 255 255)
}

.content-container {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 621px;
    width: 100%;
    margin: 0 auto;
    padding: 46px 60px 79px
}

@media (max-width:991px) {
    .content-container {
        padding: 46px 20px 79px
    }
}

.background-image {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center
}

.content-wrapper {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    font-weight: 600
}

.section-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    width: 100%;
    max-width: 777px;
    margin: 0;
    color: #fff !important
}

.section-title-tq {
    padding: 10px;
    font-size: 56px;
    margin: 0;
    color: #fff !important
}

.section-subtitle-tq {
    margin: 4px 0 0;
    width: 100%;
    padding: 10px;
    font-size: 36px;
    line-height: 1.2;
    color: #fff !important
}

.decorative-arrow {
    object-fit: contain;
    width: 52px;
    align-self: flex-end
}

.statistics-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px 35px;
    margin-top: 37px;
    width: 100%
}

.stat-card {
    display: flex;
    flex-direction: column
}

.stat-number-tq {
    padding: 10px;
    font-size: 40px;
    font-weight: 700;
    line-height: 2.5;
    margin: 0
}

.stat-description-tq {
    padding: 10px;
    font-size: 26px;
    font-weight: 500;
    line-height: 40px
}

.challenges-section {
    background: url(../img/services/challenges-bg.jpg) no-repeat center center;
    padding: 80px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left
}

.main-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.3;
    margin-bottom: 2rem
}

.challenge-card {
    background: #fff;
    border-radius: 20px;
    padding: 2rem 1.5rem;
    box-shadow: 0 8px 25px rgb(0 0 0 / .08);
    transition: all 0.3s ease;
    height: 100%;
    border: none;
    position: relative;
    overflow: hidden
}

.card-icon {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 24px;
    color: #fff
}

.card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
    line-height: 1.4
}

.benefits-section {
    background: url(../img/services/key-benefits-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    min-height: 100vh;
    display: flex;
    align-items: center
}

.benefits-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 2rem
}

.professional-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgb(0 0 0 / .1);
    margin-bottom: 2rem
}

.benefit-card {
    padding: 20px 25px;
    margin-bottom: 15px;
    border-radius: 20px;
    border: 4px solid #FFF;
    background: #F2F5F7;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / .12);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px)
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgb(0 0 0 / .15)
}

.benefit-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    background: #fff;
    padding: 28px
}

.benefit-icon i {
    color: #fff;
    font-size: 18px
}

.benefit-text {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1F2C5E;
    margin: 0;
    line-height: 1.4;
    font-size: 24px
}

.benefit-item {
    display: flex;
    align-items: center
}

.industry-our-services-underline-image-key-benefits {
    width: 50%;
    position: absolute;
    left: 13%;
    bottom: -10px;
    transform: translate(-50%)
}

@media (max-width:992px) {
    .main-heading {
        font-size: 2rem;
        text-align: center;
        margin-bottom: 3rem
    }

    .challenges-section {
        padding: 60px 0
    }
}

@media (max-width:768px) {
    .main-heading {
        font-size: 1.75rem;
        margin-bottom: 2.5rem
    }

    .challenge-card {
        padding: 1.5rem;
        margin-bottom: 1.5rem
    }

    .card-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
        margin-bottom: 1rem
    }

    .card-title {
        font-size: 1.1rem
    }

    .challenges-section {
        padding: 40px 0
    }

    .custom-hero h1 {
        font-size: 24px
    }

    .feature-card-right {
        margin-top: 32px
    }

    .statistics-grid {
        gap: 0 35px;
        margin-top: 0
    }

    .stat-number-tq {
        margin: 10px 0;
        padding: unset;
        line-height: unset;
        font-size: 18px !important
    }

    .stat-description-tq {
        padding: unset;
        line-height: unset
    }

    .section-header {
        align-items: center
    }

    .section-header .section-title {
        text-align: center;
        font-size: 24px
    }

    .section-header .section-subtitle {
        text-align: center;
        font-size: 18px
    }

    .cta-headline {
        max-width: 100%;
        font-size: 24px
    }

    .download-btn {
        font-size: 16px
    }

    .our_testing_services_container {
        margin-top: unset !important
    }

    .solutions-section {
        padding: 60px 0
    }

    .section-title {
        font-size: 2rem
    }

    .section-subtitle {
        font-size: 1rem;
        margin-bottom: 3rem
    }

    .carousel-nav {
        display: none
    }

    .card-image {
        height: 150px
    }

    .industry-title {
        font-size: 1.5rem
    }

    .metric-value {
        font-size: 2rem
    }

    .card-content {
        padding: 1.5rem
    }

    .carousel-inner .row>div {
        flex: 0 0 100%;
        max-width: 100%
    }

    .carousel-container {
        padding: 0 1rem
    }

    .card-content {
        padding: 1.5rem;
        text-align: center
    }

    .industry-title {
        font-size: 1.5rem
    }

    .metric-value {
        font-size: 2rem
    }
}

@media (max-width:576px) {
    .section-title {
        font-size: 1.75rem
    }

    .metric-value {
        font-size: 1.75rem
    }

    .card-content {
        padding: 1rem
    }

    .main-heading {
        font-size: 1.5rem
    }

    .challenge-card {
        padding: 1.25rem
    }

    .card-title {
        font-size: 1rem
    }
}

.service-pain-points-section {
    background-color: #1F2C5E !important;
    padding: 60px 0
}

.section-title-our-tech {
    font-weight: 700;
    font-size: 3rem;
    color: var(--primary)
}

.subtitle {
    font-style: italic;
    color: #d1d9f0
}

.solution-card {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    color: #000;
    min-height: 190px;
    width: 400px
}

.icon-wrapper {
    background-color: rgb(255 255 255 / .05);
    border-radius: 10px;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px
}

.central-hub {
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, var(--secondary) 0%, transparent 60%), linear-gradient(135deg, #263b79, #334580);
    border-radius: 50%;
    box-shadow: 0 0 40px rgb(71 119 245 / .4), inset 0 0 60px rgb(71 119 245 / .2);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: auto
}

.btn-gradient {
    background: linear-gradient(90deg, var(--secondary), #10b981);
    color: #fff;
    padding: 10px 24px;
    border-radius: 8px;
    border: none
}

.qa-tab-container {
    border-radius: 15px;
    margin: 40px 0
}

.qa-nav-sidebar {
    padding: 0;
    width: 95%
}

.qa-nav-item {
    margin-bottom: 20px
}

.qa-nav-item:last-child {
    border-bottom: none
}

.qa-nav-link {
    padding: 20px 25px;
    color: #666;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    border-radius: 0;
    background: none;
    width: 100%;
    font-size: 20px
}

.qa-nav-link .tab-icon {
    width: 24px
}

.qa-nav-link:hover {
    background-color: #e3f2fd;
    color: #1976d2
}

.qa-nav-link.active {
    background-color: #5FACDF;
    color: #fff;
    border-radius: 12px
}

.qa-nav-link i {
    margin-right: 12px;
    font-size: 18px;
    width: 20px
}

.qa-content-area {
    padding: 40px;
    min-height: 520px;
    border-radius: 20px;
    border: 1px solid #5FACDF;
    background: url(../img/services/how-we-work-bg-one.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.qa-content-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px
}

.qa-content-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #5FACDF;
    margin: 0
}

.qa-content-icon {
    margin-left: 15px;
    font-size: 24px;
    color: #64b5f6
}

.qa-content-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px
}

.qa-content-list li {
    padding: 8px 0;
    color: #1F2C5E;
    font-size: 20px;
    position: relative;
    padding-left: 20px;
    font-weight: 700
}

.qa-content-list li:before {
    content: "•";
    color: #1F2C5E;
    font-weight: 700;
    position: absolute;
    left: 0
}

.qa-tab-content {
    display: none
}

.qa-tab-content.active {
    display: block
}

.learn-more-fix {
    padding-bottom: 20px !important;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.learn-more-fix-main {
    padding-bottom: 20px !important;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.learn-more-fix-main-lg {
    padding-bottom: 20px !important;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width:768px) {
    .qa-tab-container {
        margin: 20px 0
    }

    .qa-nav-sidebar {
        border-bottom: 1px solid #e9ecef
    }

    .qa-nav-item {
        border-bottom: 1px solid #e9ecef
    }

    .qa-nav-link {
        padding: 15px 20px;
        font-size: .95rem
    }

    .qa-content-area {
        padding: 25px 20px
    }

    .qa-content-title {
        font-size: 1.5rem
    }

    .qa-content-list li {
        font-size: 1rem
    }
}

@media (max-width:576px) {
    .qa-nav-link {
        padding: 12px 15px
    }

    .qa-nav-link i {
        margin-right: 8px;
        font-size: 16px
    }

    .qa-content-area {
        padding: 20px 15px
    }

    .qa-content-header {
        flex-direction: row;
        align-items: flex-start;
        margin-bottom: 20px
    }

    .qa-content-header img {
        margin-right: 0px !important
    }

    .qa-content-area {
        background-position: right
    }

    .service-key-text {
        width: 100% !important;
        font-size: 34px !important;
        text-align: center !important
    }

    .industry-our-services-underline-image-key-benefits {
        width: 100%;
        left: 50%
    }

    .benefit-text {
        font-size: 12px !important
    }

    .qa-content-icon {
        margin-left: 0;
        margin-top: 10px
    }

    .solution-card {
        max-width: 300px
    }

    .service-item h3 {
        width: 100%
    }

    .backed-by-section .right-image {
    /* max-height: 300px !important;
    object-fit: contain; */
    padding-bottom: 30px;
}
.hero-swiper img {
    width: 100% !important;
   
}


}

.megamenu-service {
    width: 95% !important;
    margin: 0 auto;
    transform: translateX(-50%);
    left: 50% !important;
    border-radius: unset !important;
    padding-inline: 0 !important
}

.megamenu-text-container {
    background-color: #1F2D5E;
    padding: 20px 20px 20px 40px
}

.megamenu-service-container {
    padding-left: 0;
    padding-right: 10px
}

.megamenu-image-container {
    background-color: #F6F6F6
}

.megamenu-heading {
    font-size: 22px;
    font-weight: 700
}

.megamenu-sub-heading {
    font-size: 12px;
    margin-bottom: 0;
    color: #D4D6DE
}

.navbar-light .navbar-nav .nav-link {
    color: #1f2c5e;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    color: #1f2c5e;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #5facdf;
}

.megamenu-service .col-megamenu ul li a.nav-link {
    line-height: 30px;
    font-size: 14px
}

.megamenu-service .col-megamenu ul {
    font-size: 14px
}

.megamenu-service .megamenu a.title {
    font-weight: 600;
    font-size: 16px;
    border-bottom: 1px solid #5facdf
}

.megamenu-service a.title {
    font-weight: 600;
    font-size: 14px;
    border: unset;
    line-height: 20px;
    text-transform: uppercase
}

.mega-text-one {
    color: #94D3E5
}

.mega-text-two {
    color: #FCCB91
}

.mega-text-three {
    color: #FCB3C3
}

.megamenu-container .col-megamenu {
    width: 212px;
}

.mega-nav-border {
    border-bottom: 1px solid #00000042
}

.mega-sub-mobile-text {
    font-size: 14px
}

.mega-menu-mobile-small-text {
    font-size: 12px
}

@media (min-width:1920px) and (max-width:2560px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 15px !important
    }
}

.vision-to-life-sub-heading {
    font-size: 18px;
    color: #888 !important
}

.megamenu-container .col-megamenu .nav-link.nav-link-unset {
    color: var(--primary) !important
}

.megamenu-container .col-megamenu .nav-link.nav-link-unset:hover {
    color: var(--primary) !important
}

.nav-link.mega-sub-mobile-text.nav-link-unset:hover {
    color: var(--primary) !important
}

.megamenu-container-resources {
    padding-left: 0;
    padding-right: 10px
}

.megamenu-container-resources .col-megamenu {
    width: 327px
}

.mega-menu-medium {
    width: 65% !important
}

.mega-menu-medium-width {
    width: 277px !important
}

.nav-item.dropdown.show>.nav-link {
    border-bottom: 1px solid #5facdf
}

.mega-menu-service-second-container {
    padding-bottom: 40px
}

.mega-menu-scrollbar {
    overflow-y: auto;
    max-height: 400px
}

/* button css */

.btn-new-info {
  position: relative;
  display: inline-block;
  background: linear-gradient(90deg, #0086DE 0%, #49BCE9 100%);
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.4s ease;
  z-index: 1;
}

/* Hover color lock */
.btn-new-info:hover {
  color: #fff !important;
  transform: translateY(-2px);
}

/* Swipe animation */
.btn-new-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255,255,255,0.3), rgba(255,255,255,0));
  transition: all 0.8s ease;
  z-index: 2;
}

/* On hover, the light sweeps across */
.btn-new-info:hover::before {
  left: 100%;
}




/* Results of Excellence start */

.quality-stats-clm {
    width: 32%;
    padding-left: 24px;
    margin: 0;
}
.quality-section {
  background-color: #ffffff;
}

.quality-subtitle {
  font-size: 14px;
    font-weight: 500;
    color: #0086DE;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.quality-title {
    color: #1F2C5E;
    width: 100%;
    line-height: 50px;
    font-size: 40px;
    font-weight: 600;
}

/* Reusable Button Styling */
.quality-btn {
  background-color: #007bff;
  border: none;
  color: #fff;
  padding: 10px 22px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  box-shadow: 0 3px 6px rgba(0, 123, 255, 0.25);
}

.quality-btn:hover {
  background-color: #0056b3;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 5px 12px rgba(0, 86, 179, 0.35);
}

.quality-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 86, 179, 0.2);
}

/* Stats Section */
.quality-stats-row {

  padding: 1rem 0;
  gap: 13px;
}

.quality-stat-box {
  text-align: left;
}

/* Updated border color between boxes */
.border-md-start {
  border-left: 1px solid #0086DE !important;
}

.quality-stat-value {
font-size: 36px;
    font-weight: 700;
}



.quality-stat-desc {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin-top: 0.5rem;
    line-height: 24px;
    width: 192px;
}
.client-rate {
    color: #7647FF;
    font-weight: bold;
}
.faster-bug {
    color: #F83062;
    font-weight: bold;
}
.project-deliver {
    color: #0086DE;
    font-weight: bold;
}
.quality-stat-title {
    font-weight: 700;
    color: #1F2C5E;
    margin-top: 1.5rem;
    width: 125px;
    line-height: 26px;
}


@media (max-width: 768px) {
  .quality-stat-box {
    text-align: center;
  }
  .border-md-start {
    border: none !important;
  }
  .engagement-testimonails-img img {
    display: none;
}
}





.custom-services-section {
  background-color: #F6F6F8;
  padding: 60px 20px;
}

.custom-services-section h2 {
  font-weight: 700;
  margin-bottom: 40px;
}

.custom-services-section h2 span {
  color: #0098DF;
    font-weight: 600;
}

.service-card-card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s;
    justify-content: space-between;
    background: #ffffff;
    height: 100% !important;
    display: flex;
    flex-direction: column;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-card-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



/* Card body and text */
.service-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.service-card-text {
  color: #000000;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 10px;

}

.learn-more-arrow {
  margin-top: auto;        /* push to bottom */
  display: flex;
  justify-content: flex-end; /* push arrow to right */
}

.learn-more-arrow img{
    width: 30px;
}

.service-card-image-wrapper {
  position: relative;
  height: 220px !important;
  overflow: hidden !important;
}


.service-card-image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(8.88deg, rgba(0, 0, 0, 0.8) -17.44%, rgba(0, 0, 0, 0) 81.41%); /* Black overlay */
  z-index: 1;
}

.service-card-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



.services-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; /* stack on small screens */
  margin-bottom: 40px;
  text-align: left;
}

.services-header h2 {
  margin: 0;
  flex: 1;
  text-align: left;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}



.services-button {
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 500;
  white-space: nowrap;
  transition: background 0.3s;
}

.services-button:hover {
  background-color: #0056b3;
}
/* Title over overlay */
.service-card-title {
   position: absolute;
    bottom: 5px;
    left: 7px;
    color: #fff !important;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 0;
    padding: 8px 12px;
    border-radius: 6px;
  z-index: 2; /* Ensures title is above the overlay */
}







/* Engagement Models */

.lp-technology-main-heading {
   font-size: 18px;
    font-weight: 500 !important;
    color: #0086DE;
    letter-spacing: 1px;
    text-transform: uppercase;

}
.lp-technology-heading {
    font-size: 50px;
}
.theme-color
 {
    color: #0086DE;
    font-weight: 600;
}
.lp-new-engagement-modal-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.lp-engagement-modal-heading {
    font-size: 24px;
    font-weight: bold;
    color: #1f2c5e;
}
.lp-new-engagement-img {
    width: 50px;
    height: 50px;
}
.lp-engagement-modal {
    width: 365px;
    font-size: 18px;
    font-weight: 400;
        color: #000000;
}
.custom-rounded {
  border-radius: 20px;
}
.text-dark-primary {
    color: #1f2c5e;
}

span.text-black {
    color: #1F2C5E;
    font-weight: 600;
}

/* why vervali */

.why-vervali-section {
    background-color: #eaf3fe;
}

.why-vervali-section.lp-page .theme-color.why-vervali-container {
    font-size: 48px;
}
.new-why-vervali-section p.lp-sub-section-heading {
    width: 500px;
}


.lp-sub-section-heading {
    /* width: 400px; */
    font-family: Sora;
    font-weight: 400;
    color: #000000;
}
.lp-service-box {
    background: 0 0;
    padding: 20px 10px;
    text-align: left;
}
.lp-service-box h6 {
    color: #1f2c5e;
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 700;
    width: 100%;
     line-height: 1.6;
}
.lp-service-box p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #000000;
}



.text-theme {
    color: #0086de;
    font-weight: 600;
}


/* Testimonial */

.lp-new-engagement-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.lp-section-title {
    color: #1f2c5e;
    font-size: 48px;
}
.carousel-container {
    position: relative;
    overflow: hidden;
        margin: 0 auto;
}
.carousel-track {
    display: flex;
    transition: transform 0.5s 
ease-in-out;
}
.lp-testimonial-card {
    background-color: #fff;
    border: 1px solid #eaeaea;
    transition: box-shadow 0.3s 
ease;
}
.lp-testimonial-card .logo {
    width: 100px;
}
.lp-testimonial-card .logo img {
   width: auto;
    height: 35px;

}
.testimonial-text-landing {
    color: #000;
    font-size: 1em;
    height: 260px;
}   
.theme-color-blue {
    color: #1f2c5e;
    font-weight: 500;
}

.carousel-slide {
    min-width: 100%;
    padding: 0 15px;
}
.qa-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 8px;
  background: linear-gradient(90deg, #cdf1ff 0, #fff 100%);
  border: 1px solid #cdf1ff;
  font-size: 12px;
  font-weight: 600;
  gap: 6px;
}
.qa-badge-purple {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) -4.97%,
    #d5cdff 63.04%
  ) !important;
}
.qa-badge .percent {
  color: #00b2de;
  font-weight: 700;
}
.qa-badge .label {
  color: #000;
}
.qa-badge-orange {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 8px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) -4.97%,
    #ffeacd 63.04%
  ) !important;
  border: 1px solid #ffeacd;
  font-size: 12px;
  font-weight: 600;
  gap: 6px;
}
.qa-badge-purple {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 8px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) -4.97%,
    #d5cdff 63.04%
  ) !important;
  border: 1px solid #d5cdff;
  font-size: 12px;
  font-weight: 600;
  gap: 6px;
}
.qa-badge-green {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 8px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) -4.97%, #cafee4 63.04%) !important;
    border: 1px solid #cafee4;
    font-size: 12px;
    font-weight: 600;
    gap: 6px;
}
.qa-badge-green .percent {
  color: #4f7b4f;
}
.qa-badge-green .label {
  color: #000;
}

.qa-badge-purple .label {
  color: #000;
}
.qa-badge-purple .percent {
  color: #785eff;
  font-weight: 700;
}
.qa-badge-orange .percent {
  color: #f6a330;
  font-weight: 700;
}
.qa-badge-orange .label {
  color: #000;
}
.lp-technology-faq-heading {
  font-size: 50px !important;
}
.carousel-controls {
    display: flex
;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
    margin-bottom: 10px;
}
.carousel-btn {
    background: #fff;
    border: 2px solid #5facdf;
    color: #5facdf;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s 
ease;
    font-size: 18px;
}
.carousel-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

@media (min-width: 992px) {
    .carousel-slide {
        min-width: 33.333%
 
    }
    
}

/* New Home Page Styles */

.vs-common-container{
  width: 100%;
  max-width: 1200px !important;
  margin: 0 auto;
}

.new-homebanner-text h1 {
    font-display: swap;
    font-family: var(--primary-font);
    font-size: 68px;
    line-height: 80px;
    font-weight: 300;
    color: #fff;
    text-align: center
}

.new-homebanner-sub-text{
    margin-bottom: 16px;
    font-size: 20px;
    color: #fff;
}

.new-homebanner-sub-text span{
    color: #00f2ff;
}

.new-homebanner-text span{
    color: #00f2ff;
}

/* New hero header */

.lp-btn-primary-new{
    background: linear-gradient(90deg, #0086de 0, #49bce9 100%);
    border: none;
    font-size: 14px;
    padding: 14px 64px;
    border-radius: 4px;
    color: #fff;
    margin-top: 24px;
}

.navbar-light{
    position: unset;
    padding: unset;
}

.lp-header-container-main {
  background: #00000080;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
  z-index: 999; /* ensures visibility above all sections */
  transition: all 0.6s ease; /* smooth transition */

}


.lp-header-container-main.sticky-top {
  background: #ffffff !important;
  animation: slideDown 0.4s ease forwards;
  backdrop-filter: blur(10px); 
  border-bottom: 1px solid #fff;
  position: fixed !important; 
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transform: translateY(0);
}

/* Optional: start slightly above, then slide down */
.lp-header-container-main:not(.sticky-top) {
  transform: translateY(-0px);
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.lp-header-container-main.sticky-top {
  animation: slideDown 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}


.lp-header-container-main .home-header-country-select i{
    color: #fff;
}

.lp-header-container-main.sticky-top .home-header-country-select i{
    color: #666;
}

.lp-header-container-main.sticky-top .home-header-country-select .dropdown-menu, .lp-header-container-main.sticky-top .home-header-country-select .dropdown-menu .dropdown-item.active span{
    font-size: 14px;
}

.lp-header-container-main .home-header-country-select .dropdown-menu, .lp-header-container-main .home-header-country-select .dropdown-menu .dropdown-item.active span{
    font-size: 14px;
}

.lp-header-container-main.sticky-top .home-header-country-select .new-home-header-select span{
    color: #666666;
}

.lp-header-container-main.sticky-top a.nav-item.nav-link.new-nav-link {
    color: #1f2c5e !important;
}
.lp-header-container-main.sticky-top a.nav-link.new-nav-link.dropdown-toggle {
    color: #1f2c5e !important;
}

.lp-header-container-main.sticky-top .nav-item p {
    color: #1f2c5e !important;
}

.lp-header-container-main.sticky-top .home-header-country-select{
    border: 1px solid #666666;
    border-radius: 4px;
}

.lp-header-container-main.sticky-top a.btn.new-home-header-btn {
    position: relative;
    display: inline-block;
    background: linear-gradient(90deg, #0086DE 0%, #49BCE9 100%);
    color:#fff;
    font-size: 14px;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    font-size: 16px;
}

.lp-header-container-main.sticky-top a.btn.new-home-header-btn:hover {
    color: #fff !important;
}

.lp-header-container-main.sticky-top a.btn.new-home-header-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255,255,255,0.3), rgba(255,255,255,0));
  transition: all 0.8s ease;
  z-index: 2;
}

/* On hover, the light sweeps across */
.lp-header-container-main.sticky-top a.btn.new-home-header-btn:hover::before {
  left: 100%;
}


.lp-navbar {
  background-color: transparent;
  padding-inline: 0;
  position: unset;
  height: 80px;
  padding: 10px 0;
}

.lp-header-container-main.lp-new-home-header .color-logo {
    display: none;
}
.lp-header-container-main.sticky-top .color-logo {
    display: block;
}
.lp-header-container-main.sticky-top img.desktop-vervali-logo {
    display: none;
}

/* New hero header end */


/* Hero section bottom slider */

.lp-common-bg-container {
    position: relative;
    overflow: hidden;
    height: auto;
    margin-top: -80px;
    padding-top: 80px;
    padding-bottom: 20px;
}

.transperent-common-bg{
    position: relative;
    overflow: hidden;
    height: auto;
    margin-top: -80px;
    padding-top: 80px;
    padding-bottom: 20px;
}

.lp-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* makes video cover the container */
    z-index: -1;        /* behind content */
}

.lp-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* black with 50% opacity */
    z-index: 0; /* behind content, above video */
}

.lp-hero-badge {
  display: flex;
  align-items: center;
  margin-top: 18px;
  overflow: hidden;
}

.lp-hero-badge-container {
    position: relative;  /* KEEP THIS */
    width: auto;
    height: 100px;
    padding: 15px 130px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}

.badge-slide {
    display: flex;
    gap: 15px;             
    position: absolute;  
    align-items: center;   
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.badge-slide.active {
    opacity: 1;
}

.badge-slide img {
    max-width: 100px;
    max-height: 80%;
}


/* New Home Page Top Bar */

.new-home-header-top-bar{
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 10px 0px;
    gap: 20px;
    color: #666666;
}


.common-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


.home-header-country-select select {
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
}

.home-header-country-select .dropdown-menu{
    border: 1px solid #49BCE9;
    min-width: 7rem;
    border-radius: 4px;
}

.home-header-country-select .dropdown-item.active, .dropdown-item:active{
        background: linear-gradient(90deg, #0086DE 0%, #49BCE9 100%);
}


.home-header-country-select .new-home-header-select{
    border: 1px solid #ffffff;
    padding: 0.375rem 0.75rem;
    border-radius: 4px;
}

.home-header-country-select .new-home-header-select span{
    font-size: 14px;
    color: #fff;
}

.new-home-header-btn{
    width: 148px;
    border: 1px solid #fff;
    border-radius: 4px;
    margin: 0 10px;
    color: #fff;
}

.new-home-header-btn:hover{
    border: 1px solid #5facdf;
    color: #5facdf !important;
}

.lp-new-home-header .new-nav-link{
    color: #fff !important;
}

.new-hero-badge-container{
    height: 140px;
    background-color: #314358 !important;
    border: unset;
}

.new-hero-badge-container .badge-slide img{
    max-height: 100%;
}


/* Awards section */

    .award-banner-section {
      background: url('../img/home/awards-bg-new.webp') no-repeat center center;
      background-size: cover;
      color: #ffffff;
      padding: 60px 20px;
      text-align: center;
    }

    .award-banner-title {
      color: #1F2C5E;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-size: 16px;
    }

    .award-banner-heading {
          color: #1F2C5E;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    }

    .award-banner-highlight {
      color: #0098DF;
    }

    .award-banner-logos img {
      max-height: 140px;
      width: auto;
      height: auto;
      margin: 12px;
      object-fit: contain;
    }


    /* build faster */

    .build-faster-section {
  background-color: #ffffff;
}
.build-software-section .build-faster-box {
  background: url(../img/home/build-faster-bg.webp) no-repeat center center;
  background-size: cover;
  background-blend-mode: overlay;
  border-radius: 20px;
}

.build-faster-box {
  background: url(../img/home/bg-faster.webp) no-repeat center center;
  background-size: cover;
  background-blend-mode: overlay;
  border-radius: 20px;
}

.build-faster-text{
    width: 75%;
}

.build-faster-text h3 {
    color: #fff !important;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}

.build-faster-btn .btn {
  background-color: #007BFF;
  border: none;
  padding: 10px 25px;
  font-size: 1rem;
}
.build-faster-text p {
     font-weight: 400;
    font-size: 16px;
    width: 95%;
}

/* .build-faster-text.software-pro {
    width: 46%;
} */
 

.new-home-navbar .mobile-vervali-logo{
    display: none;
}

.new-home-navbar .desktop-vervali-logo{
    display: block;
}

.industries-we-serve-section{
    background-image: url('../img/banners/industries-we-serve-white.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.new-contact-info-left-bg{
    background: url('../img/banners/new-contact-footer-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.new-contact-info-right-bg{
    background: url('../img/banners/new-contact-footer-bg-blue.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



/* Blogs secton slider */

.vervali-blog-slider-section {
  background-color: #fff;
  overflow-x: clip;
  overflow-x: hidden;
  max-width: 100%;
}

.vervali-blog-slider-section .vs-common-container {
  overflow-x: clip;
  overflow-x: hidden;
  max-width: 100%;
}

.blog-slider-stage {
  position: relative;
  overflow: visible;
  max-width: 100%;
}

.blog-slider-outer {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.blog-slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 18px;
  margin-bottom: 4px;
  padding-bottom: 0;
  position: relative;
  z-index: 2;
}

.view-all-blogs {
    float: right;
    color: #0086DE;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s;
    justify-content: right;
    font-size: 16px;
    text-decoration: underline;
}

.vervali-blog-subtitle {
      font-size: 18px;
    font-weight: 500 !important;
    color: #0086DE;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.vervali-blog-title {
 color: #1F2C5E;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
}

.highlight-text {
  color: #0086DE;
}

.vervali-blog-card {
  background: #fff;
  border: 1px solid #0086de;
  border-radius: 16px;
  overflow: hidden;
  padding: 0;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
  min-height: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 16px rgba(31, 44, 94, 0.08);
}

.vervali-blog-card:hover {
  border-color: #49bce9;
  box-shadow: 0 10px 28px rgba(0, 134, 222, 0.14);
}

.vervali-blog-card .blog-image-new {
  border-radius: 0;
}

.vervali-blog-slider-section .vervali-blog-card .blog-image-new img {
  height: 145px;
}

.vervali-blog-card:hover .blog-image-new img {
  transform: scale(1.05);
}

.vervali-blog-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 16px 18px 18px;
  min-height: 220px;
}

.vervali-blog-heading-link {
  text-decoration: none;
  color: inherit;
}

.vervali-blog-heading-link:hover .vervali-blog-heading {
  color: #0086de;
}

.vervali-blog-heading {
  color: #1f2c5e;
  min-height: 2.75em;
  max-height: 2.75em;
  font-size: 16px;
  line-height: 1.375;
  font-weight: 600;
  margin: 0 0 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.vervali-blog-text {
  margin: 0 0 14px;
  color: #4a5568;
  line-height: 1.55;
  font-size: 14px;
  font-weight: 400;
  min-height: 4.65em;
  max-height: 4.65em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vervali-blog-card-bottom {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #e8eef5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.vervali-blog-card-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  min-width: 0;
  flex: 1;
  font-size: 12px;
  line-height: 1.35;
  color: #5a6478;
}

.vervali-blog-author {
  font-weight: 600;
  color: #1f2c5e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vervali-blog-read-time {
  flex-shrink: 0;
  color: #0086de;
  font-weight: 600;
}

.vervali-blog-link {
  color: #0086de;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  font-size: 14px;
  white-space: nowrap;
  transition: color 0.2s ease, gap 0.2s ease;
}

.vervali-blog-link::after {
  content: "→";
  font-size: 15px;
  line-height: 1;
}

.vervali-blog-link:hover {
  color: #005b9c;
}

/* Blog slider navigation (scoped) */
.vervali-blog-slider-section .blog-slider-controls .swiper-button-prev,
.vervali-blog-slider-section .blog-slider-controls .swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff !important;
  border: 1px solid #5facdf !important;
  color: #0086de !important;
  box-shadow: 0 2px 10px rgba(31, 44, 94, 0.12);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.vervali-blog-slider-section .blog-slider-controls .swiper-button-prev::after,
.vervali-blog-slider-section .blog-slider-controls .swiper-button-next::after {
  font-size: 13px !important;
  font-weight: 700;
}

.vervali-blog-slider-section .blog-slider-controls .swiper-button-prev:hover,
.vervali-blog-slider-section .blog-slider-controls .swiper-button-next:hover {
  background: #0086de !important;
  border-color: #0086de !important;
  color: #fff !important;
}

.vervali-blog-slider-section .swiper.vervali-blog-swiper {
  overflow: hidden;
  padding: 8px 4px 12px;
  margin-bottom: 0;
  max-width: 100%;
  box-sizing: border-box;
}

.swiper.vervali-blog-swiper .swiper-wrapper {
  height: auto;
  align-items: stretch;
}

.swiper.vervali-blog-swiper .swiper-slide {
  height: auto;
  display: flex;
  box-sizing: border-box;
}

.swiper.vervali-blog-swiper .vervali-blog-card {
  width: 100%;
}

@media (max-width: 768px) {
  .vervali-blog-slider-section {
    padding-left: 0;
    padding-right: 0;
  }

  .vervali-blog-slider-section .vs-common-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .vervali-blog-title {
    font-size: 28px;
    line-height: 1.25;
  }

  .vervali-blog-heading {
    font-size: 15px;
    min-height: 2.75em;
    max-height: 2.75em;
  }
  .vervali-blog-text {
    font-size: 13px;
    min-height: 4.65em;
    max-height: 4.65em;
  }
  .vervali-blog-content {
    min-height: 200px;
    padding: 14px 14px 16px;
  }
  .vervali-blog-slider-section .vervali-blog-card .blog-image-new img {
    height: 130px;
  }
  .vervali-blog-card-bottom {
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
  }
  .vervali-blog-link {
    font-size: 13px;
  }
  .view-all-blogs {
    float: none;
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 1.25rem !important;
  }
  .new-blog-dotted-line,
  .new-blog-right-circle {
    display: none !important;
  }

  .blog-slider-controls {
    margin-top: 14px;
    margin-bottom: 6px;
    padding-bottom: 4px;
  }

  .vervali-blog-slider-section .blog-slider-controls .swiper-button-prev,
  .vervali-blog-slider-section .blog-slider-controls .swiper-button-next {
    width: 32px;
    height: 32px;
  }
}

/* Lokesh New Styles */

.lp-header-container-main.white-header .navbar-light .navbar-nav .nav-link a:hover .navbar-light .navbar-nav .nav-link a:hover {
    color: #5facdf !important;
}

.lp-header-container-main.white-header .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link a:hover {
    color: #5facdf !important;
}

.lp-header-container-main.white-header .navbar-light .navbar-nav .nav-link a , .navbar-light .navbar-nav .nav-link a {
    color: #1f2c5e;
}

.btn-new-info-mobile{
    display: none;
}

.new-policy-text{
        color: #ffffff !important;
    text-decoration: underline;
    font-weight: bold;
}
.cc-link {
    opacity: 1 !important;
    display: inline-block;
    padding: 0px !important;
    font-weight: bold;
    padding-bottom: 10px !important;
}
.cc-highlight .cc-btn:first-child {
    
    border: 1px solid !important;
    border-radius: 4px !important;
}
a.cc-btn.cc-allow{
  border-radius: 4px !important;  
}

.new-testimonial-carousel-p-container{
    padding: 45px 0px;
}

/* New Home Header Css  */
.lp-header-container-main.white-header .dropdown.flag-dropdown .dropdown-toggle{
    color: #000 !important;
    border: 1px solid #1F2C5E !important;
}

.flag-dropdown .dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #fff;
    border-radius: 4px !important;
    color: white !important;
    padding: 5px 10px;
    background: none !important;
    font-weight: 400 !important;
    width: 130px !important;
    height: 37px !important;
    text-align: center !important;
}
.flag-dropdown .flagImage {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    /* margin-left: 18px !important; */
}
.flag-dropdown .dropdown-menu {
    min-width: 140px;
}
.flag-dropdown .dropdown-item img {
    width: 22px;
    height: 22px;
    margin-right: 8px;
    border-radius: 50%;
}


/* Gray header for Home & About pages */
.lp-header-container-main.gray-header {
  background: #00000080;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
  z-index: 999;
  transition: all 0.6s ease;
}

/* White header for all other pages */
.lp-header-container-main.white-header {
  background: #fff;
  transition: all 0.6s ease;
  color: #1f2c5e !important;
}

.lp-header-container-main.white-header .navbar-light .navbar-nav .nav-link{
    color: #1f2c5e !important
}

.lp-header-container-main.white-header .new-home-header-btn{
    position: relative;
    display: inline-block;
    background: linear-gradient(90deg, #0086DE 0%, #49BCE9 100%);
    color: #fff;
    font-size: 14px;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    font-size: 16px;
}

.lp-header-container-main.white-header .new-home-navbar .desktop-vervali-logo{
    display: none;
}

.lp-header-container-main.white-header .color-logo{
    display: block;
}

.lp-header-container-main.white-header a.btn.new-home-header-btn:hover{
    color: #fff !important;
}

/* New Home Header Css End  */




/* button css */
.btn-new-info-banner {
    background: linear-gradient(90deg, #0086DE 0%, #49BCE9 100%);
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 4px;
    width: 300px;
    margin: 0 auto;

    /* Required */
    position: relative;
    overflow: hidden;

    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.new-homebanner-container {
    padding-bottom: 10px !important;
}

/* Hover color lock */
.btn-new-info-banner:hover {
  color: #fff !important;
  transform: translateY(-2px);
}

/* Swipe animation */
.btn-new-info-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255,255,255,0.3), rgba(255,255,255,0));
  transition: all 0.8s ease;
  z-index: 2;
}

/* Light sweep */
.btn-new-info-banner:hover::before {
  left: 100%;
}

.right-arrow-new-icon{
    width: 10px;
    margin: 0 8px !important;
}

.new-new-info-extended{
    min-width: 250px;
    text-align:center
}

.new-home-service-header .lp-sub-section-heading{
    z-index: 1000;
}


.lp-header-container-main.sticky-top .flag-dropdown .dropdown-toggle{
    color: #000 !important;
    border: 1px solid #1F2C5E !important;
}

.new-our-services-div{
    flex-direction: column;
    gap: 20px;
}

.new-our-services h1{
    color: #1F2C5E;
    text-align: left;
    font-size: 48px;
    line-height: 56px;
}

/* .new-our-services-about-us-header{
    margin-top: 84px;
} */

.new-our-services h1 span{
    color: #0098DF;
}

.new-our-services p{
    font-size: 20px;
    color: #000;
}

.new-our-services-logo-container{
    gap: 10px
}

.new-our-services-logo-container img{
    width: 110px;
}


.new-home-service-box h3 {
    width: 100%;
    font-size: 20px !important;
    color: #1f2c5e;
    margin-bottom: 16px;
    font-weight: 700;
    line-height: 1.6;
}


.new-home-carousel-container{
    padding: unset;
}

.vervali-blog-slider-section{
    margin-bottom: 42px;
}

.new-home-service-header{
    position: relative
}

.new-home-service-header h2{
    z-index: 100;
}

.new-home-service-header .new-home-service-header-globe{
   position: absolute;
    right: 150px;
    width: 480px;
    top: -53px;
}

.new-home-new-lp-engagement-modal{
    position: relative;
}

.new-home-new-lp-engagement-modal .new-home-circle{
    position: absolute;
    bottom: 0;
    width: 200px;
}

.new-why-vervali-section{
    background: radial-gradient(50% 28.11% at 50% 0%, #E3ECFE 0%, #FFF 100%) !important;
}

.new-blog-dotted-line{
    position: absolute;
    top: 100px;
    left: -90px;
    transform: rotate(180deg);
    pointer-events: none;
}

@media (min-width: 769px) {
  .vervali-blog-slider-section .new-blog-dotted-line,
  .vervali-blog-slider-section .new-blog-right-circle {
    display: none;
  }
}

.new-blog-right-circle{
   position: absolute;
    top: 500px;
    right: 0;
    width: 100px;
}

.lp-testimonial-card {
    background-color: #fff;
    border: 1px solid #eaeaea;
    transition: box-shadow 0.3s ease;
}
.lp-testimonial-card:hover {
    border: 1px solid #25a1e380;
}

.new-home-contact-dotted-lines{
    position: absolute;
    transform: rotate(180deg);
    bottom: -220px;
    width: 270px;
    left: -110px;
    z-index: -1;
}


/* About us page new */

.new-about-us-content p{
    color: #000;
    font-size: 18px;
}

.new-about-us-content h2{
     font-weight: 700;
    font-size: 25px;
    color: var(--primary);
    text-align: center;
    /* white-space: nowrap;  */
}
/* 
.new-about-us-content h2{
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    color: var(--primary);
    text-align: center;
} */

.new-about-us-content h2 span{
    color: #0086DE;
}

.about-us-common-bg-container{
    background: url('../img/banners/about-us-new-bg.webp') ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.new-about-us-bg{
    background: url('../img/banners/new-about-people.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end; /* 👈 aligns cards to bottom */
    padding: 100px 0;
    height: 100%;
}

.new-about-top-text{
    color: #FFF;
    text-align: center;
    font-weight: 500;
    letter-spacing: 4.5px;
}

.about-fast-btn{
    width: 70%;
}


/* 4 Cards Section */

.ind-stats-section {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
    justify-content: center;
  align-items: flex-end; 
  flex-wrap: wrap;
}


.ind-stat-card {
  flex: 1 1 auto;
  min-width: 150px;
  text-align: left;
  background: rgba(127, 127, 127, 0.40);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  color: #fff;
  padding: 25px 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, background 0.3s ease;
  width: 200px;
}


.ind-stats-count{
    display: flex;
    align-items: center;
    justify-content: center;
}

.ind-stat-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.3);
}

.ind-stat-card h3 {
  font-size: 50px;
  width: 123px;
  margin: 0 0 8px;
  font-weight: 700;
  color: #fff;
}

.ind-stat-card p {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}

.ind-stat-card img {
  width: 150px;
  height: 60px;
  margin-top: 10px;
}

/* Lokesh New Styles End */


/* Our Vision Our Mission */

.new-project-portfolio-section{
    background-color: #F6FFFB;
}
.new-our-service-awards-carousel{
    padding-top: unset !important;
}

.new-our-services-logo-container .new-our-service-html-logo{
    width: 50px;
    height: 54px;
}

.new-our-services-section{
    background-color: #FFF2EC;
}

.about-us-info-banner{
    border-radius: 44px;
}

.our-vision-mission-section {
  background: #ffffff;
  color: #222;
}

.our-vision, .our-mission {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #F6F6F8;
  border-radius: 50px;

}

.our-vision-inner {
    padding: 35px 40px 35px 40px;
}

.our-mission-inner {
    padding: 50px 40px 50px 40px;
}
.vision-image img {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    /* height: 260px; */
    width: 100%;
}
.mission-image img {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    /* height: 260px; */
    width: 100%;
}
.our-vision-inner h4 , .our-mission-inner h4  {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
}

.our-vision:hover, .our-mission:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 134, 222, 0.1);
}

.our-vision h2 span,
.our-mission h2 span {
    color: #0086DE;
    font-weight: bold;
}

.our-vision h2 ,.our-mission h2 {
    color: #1F2C5E;
    font-weight: bold;
}

.vision-text-image ,.mission-text-image {
    display: flex;
}
.vision-text-image img,
.mission-text-image img {
       height: 30px;
           margin-left: 10px;
}

.our-vision-inner p , .our-mission-inner p {
    font-size: 18px;
    line-height: 28px;
    color:#000000;
    font-weight: 400;
}

/* Custom styles for the "Backed By" section */
.backed-by-section {
  background-color: #e8f4fd;
  /* padding: 60px 0; */
}

.backed-by-section h2 {
 color: #1F2C5E;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
}

.backed-by-section h2 span {
  color: #0086DE;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
}

.backed-by-section ul {
  padding-left: 0;
  margin: 0;
}

.backed-by-section li {
  margin-bottom: 30px;
}

.backed-by-section h3 {
font-weight: 600;
    color: #1F2C5E;
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 32px;
}

.backed-by-section h3 i {
  margin-right: 8px;
}

.backed-by-section p {
  color: #000000;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-left: 30px;
    margin-top: 8px;
}

.backed-by-section .right-image {
     max-height: 600px;
    width: 100%;
  object-fit: contain;
}

.backed-by-section img.icon-right {
    height: 14px;
    align-self: center;
    margin-right: 10px;
}



/* Custom 5-column layout using 20% width */
@media (min-width: 992px) {
  .col-lg-2-4 {
    flex: 0 0 auto;
    width: 20%;
  }
}

/* Keep everything else from before */

.team-title {
 color: #1F2C5E;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
}

.team-title .highlighted {
  color:#0086DE;
}

.team-description-about {
    color: #000000;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    line-height: 28px;
}

.team-card {
  background-color: #F6F3EA;
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
      height: 295px;
}

.team-card:hover {
  transform: translateY(-5px);
}

.team-img {
  padding-top:4px;
}

.team-name {
      font-size: 1.1rem;
    font-weight: 600;
    color: #0086DE;
    text-align: left;
    padding-left: 20px;
}

.team-role {
     font-size: 0.95rem;
    color: #000000;
    text-align: left;
    font-weight: 500;
    padding-left: 20px;
    padding-bottom: 15px;
}

.team-img-wrapper {
  position: relative;
  display: inline-block;
}

.linkedin-icon-link {
      position: absolute;
    top: -10px;
    right: 25px;
    z-index: 10;
    height: 22px;
    width: 22px
}

.linkedin-icon-link img {
  width: 100%;
  height: auto;
}


.about-us-last p {
    font-family: Sora;
    font-weight: 600;
    font-size: 30px;
}

/* FAQ */

.lp-new-faq-container {
  border-radius: 20px;
  background: linear-gradient(
    180deg,
    #f8faff 0,
    rgba(251, 252, 255, 0.75) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  padding: 80px 0 20px 0;
}
.lp-new-faq-heading {
  color: #1f2c5e;
}
.lp-new-faq-heading span {
  color: #0086de !important;
}
.faq-accordion {
  max-width: 950px;
  margin: 0 auto;
  border-radius: 15px;
}
.faq-accordion-header {
  margin-bottom: 0;
}
.faq-accordion-item {
  border: none;
  border-bottom: 1px solid #e9ecef;
  background: 0 0;
}
.faq-accordion-item:last-child {
  border-bottom: none;
}
.faq-accordion-button {
  background: 0 0;
  border: none;
  box-shadow: none;
  padding: 20px 0;
  font-size: 22px;
  font-weight: 600;
  color: #1f2c5e;
  position: relative;
  width: 100%;
  text-align: left;
}
.faq-accordion-button:focus {
  outline: 0;
  box-shadow: none;
}
.faq-accordion-button::before {
  content: "";
    display: inline-block;
    width: 30px; /* fixed icon size */
    height: 30px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232196F3'%3e%3cpath fill-rule='evenodd' d='M6.646 4.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L9.293 8 6.646 5.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
    margin-right: 12px;   /* ensure spacing aligns */
        background-position-y: 6px;
}
.faq-accordion-button:not(.collapsed)::before {
  transform: rotate(90deg);
}
.faq-accordion-body {
  padding: 0 0 20px 0;
  color: #000;
  line-height: 1.6;
  padding: 0 60px 20px 60px;
}

.key-benefits-grid .mb-3 {
    background: transparent !important;
    display: none !important;
}
.key-benefits-grid img {
    display: none !important;
}

/* Mobile Responsive New 2025 */

@media (max-width: 576px) {
.key-benefits-grid h6 {
    margin-bottom: 0px;
}
   .service-hero-header {
    padding: 0px !important;
}
.new-homebanner-text h1 br {
    display: none;
}
.our-service-second {
    margin-bottom: 10px !important;
}
    .new-homebanner-text h1 {
        font-size: 22px;
        text-align: center;
        line-height: unset;
    }
    .new-our-services p{
        text-align: center;
    }

    .new-home-badge-container{
        flex-direction: column;
    }

    .lp-common-bg-container{
        padding: 20px 0px;
    }

    .new-home-navbar{
        background-color: #fff;
    }

    .new-home-navbar .mobile-vervali-logo{
        display: block;
    }

    .new-home-navbar .desktop-vervali-logo{
        display: none;
    }

    .new-navbar-collapse{
        background-color: #fff;
    }

    .new-mobile-header-menu{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .new-homebanner-sub-text{
        margin-bottom: 22px;
    }
    .build-faster-btn {
        display: flex !important;
        justify-content: center !important;
    
}
.service-card-body {
    padding: 15px;
  }

  .service-card-title {
    font-size: 1.1rem;
    padding: 6px 10px;
  }
  .quality-stats-clm {
    width: 100%;
}
.build-faster-text.software-pro {
    width: 100% !important;
}
.quality-title {
   
    width: 100%;
}
.custom-services-section .card.service-card {
    padding: 0;
}
.quality-section {
  background-color: #ffffff;
  text-align: center;
}
.custom-services-section .row .col-md-4.col-sm-6 {
    padding: 0;
}
.lp-header-container-main.sticky-top .color-logo {
    display: none !important;
}
.build-faster-section {
    padding: 40px 0px;
}

/* .lp-new-engagement-modal-header{
    padding: 40px 10px;
} */

.new-project-portfolio-section{
        padding-top: 40px;
}
.lp-new-faq-container {
    padding: 40px 0 20px 0;
}
.lp-new-engagement-modal-header{
     display: block;
}
.services-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .services-header h2 {
    text-align: left;
            text-align: left;
        line-height: 34px;
  }
  .quality-title {
    
   
    font-size: 24px;
    line-height: 34px;
}
  .new-homebanner-sub-text br {
    display: none;
}

.quality-stats-clm{
    padding-left: 0px;
}
.new-home-navbar{
    padding: unset !important;
    overflow-y: unset !important;
}

.home-header-country-select .new-home-header-select{
    width: 148px;
    color: #000;
    border: 1px solid #000;
}

.home-header-country-select .new-home-header-select span{
    color: #000;
}

.lp-header-container-main .home-header-country-select{
    width: 148px;
    margin: 10px 10px;
}

.lp-header-container-main .home-header-country-select i{
    color: #000;
}




.lp-header-container-main.sticky-top .home-header-country-select{
    width: 148px;
    margin-left: 10px;
    margin-top: 10px;
}

.home-header-country-select .dropdown-menu{
    min-width: 148px;
}

.new-home-header-btn{
    color: #000;
    border: 1px solid #000;
}

.view-all-blogs {
    float: unset;
    color: #0086DE;
    font-weight: 600;
    display: block;
    align-items: center;
    transition: color 0.3s;
    justify-content: right;
    font-size: 16px;
    text-decoration: underline;
    text-align: center;
    margin-top: 0px !important;
    padding-bottom: 27px !important;
}

.swiper.vervali-blog-swiper {
  padding: 8px 4px 24px;
  overflow: hidden;
  max-width: 100%;
}

.industries-we-serve-section{
        padding: 40px 10px;
}



.why-vervali-section .col-md-4 {
    padding: 0;
}

.testimonial-custom .carousel-container.lp-new-carousel-container {
    padding: 0;
}
.lp-technology-main-heading {
   
    text-align: center;}

h2.vervali-blog-title br {
    display: none;
}
.vervali-blog-slider-section {
    padding: 40px 0px;
    margin-bottom: 0px;
}
.new-industry-section-text {
    /* justify-items: center; */
}

.our-exp-mobile{
    justify-content: center !important;
}

.new-industry-section-text ul{
            padding-left: 60px !important;
}
    .feature-insight-inner {
        height: 340px !important;
    }
    .new-home-footer .new-footer-title {
    line-height: 28px !important;
   
}




.quality-stat-title{
    width: 100%;
}

.quality-stat-desc{
    width: 100%;
}

.custom-services-section h2 br{
    display: none;
}

.custom-services-section h2{
    text-align: center !important;
    width: 100%;
}

.services-header .btn-new-info{
    margin: 0 auto;
}

.build-faster-text h3{
    font-size: 22px;
    line-height: 32px;
}

.build-faster-text p{
    font-size: 14px !important;
    width: 100% !important;
}

.btn-new-info{
    font-size: 14px;
}

.lp-new-engagement-modal-container .lp-engagement-modal{
    width: 100%;
}

.lp-new-engagement-modal-container .lp-engagement-modal-heading{
    font-size: 22px;
    text-align: left;
}


.lp-new-engagement-modal-container .lp-new-engagement-img{
    width: 35px;
    height: unset !important;
}

.lp-new-engagement-modal-container .lp-new-engagement-modal-header{
    padding: 6px 0px;
}

.faq-accordion-button {
   display: flex !important;
    align-items: center;
    /* gap: 12px; */
    text-align: left;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    background: none;
    border: none;
    padding: 20px 0;
  }
  .faq-accordion-button {
        font-size: 16px;
    }
  .faq-accordion-button::before {
     width: 30px;
        height: 30px;
        margin-right: 10px;
  }

/* Evening Change Css Start*/

    .new-p-portfolio-mobile-container {
        padding: 40px 0px;
    }


.backed-by-section .row.pt-5 {
   flex-direction: column-reverse;
        padding-top: 15px !important;
}
.build-faster-text{
    width: 100% !important;
}


.ind-grid{
    display: flex !important;
    flex-direction: column-reverse !important;
    align-items: center !important;
}

.new-home-industries-we-serve .ind-grid {
    flex-direction: column !important;
    align-items: stretch !important;
}

.new-section-our-service-mobile{
    row-gap: 0px !important;
}

.new-p-portfolio-mobile-container{
    padding: 40px 0px;
}

.ind-grid-container{
    display: flex;
    flex-direction: column;
}

.ind-lead{
    display: none;
}

.ind-overlay{
    align-items: center !important;
}

.ind-chips-list{
    display: flex !important;
    width: 100% !important;
}

.ind-chip-btn{
    display: flex !important;
}

.ind-title{
    padding-bottom: 0px !important;
    margin: 10px 0px 20px 0px !important;
}

.ind-rail{
    margin-top: 0px !important;
    display: grid !important;
    grid-template-columns: 1fr auto auto 1fr !important;
    grid-template-rows: auto auto !important;
    width: 100% !important;
    gap: 14px 20px !important;
}

.new-home-industries-we-serve .ind-chips-list {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
}

.new-home-industries-we-serve .industry-we-servce-ind-arrow-btn-left {
    grid-column: 2 !important;
    grid-row: 2 !important;
    justify-self: end !important;
}

.new-home-industries-we-serve .industry-we-servce-ind-arrow-btn-right {
    grid-column: 3 !important;
    grid-row: 2 !important;
    justify-self: start !important;
}

.ind-stats {
    margin: 10px 0px 20px !important;
}


.award-banner-logos{
    justify-content: center !important;
}

.award-banner-logos img{
    max-height: 160px !important;
    width: auto !important;
}

.lp-service-box p {
    margin-bottom: 0px !important;
}

.lp-service-box{
    padding: 6px 10px !important;
}

.btn-new-info-desktop{
    display: none;
}

.btn-new-info-mobile{
    display: block;
    max-width: 226px !important;
    margin: 0 auto !important;
    text-align: center !important;
}

.btn-view-all-services-mob{
    margin-top: 0px !important;
}

.new-home-footer .foot-menu p {
    margin-bottom: 0px !important;
}


.our-vision.box {
    flex-direction: column-reverse;
}

.vision-image img{
    border-top-left-radius : 50px;
    border-top-right-radius : 50px;
    border-bottom-left-radius: unset !important;
    border-bottom-right-radius: unset !important;
}

.new-testimonial-carousel-p-container{
    padding: unset !important;
}

.lp-header-container-main.white-header .color-logo{
    display: none !important;
}

.lp-header-container-main .flag-dropdown .dropdown-toggle{
    color: #000 !important;
    border: 1px solid #1F2C5E !important;
    margin: 10px;
}

.flag-dropdown .dropdown-menu{
    margin: 0 10px;
}

.our-new-service-stat .our-new-service-stat-title{
    font-weight: 600;
    color: #1F2C5E;
    font-size: 22px !important;
}

.our-new-service-stat .our-new-service-desc{
    line-height: 26px !important;
    font-size: 16px !important;
    padding: 0 10px !important;
}

.new-build-faster-cta{
    margin-bottom: 0px !important;
}

.new-p-portfolio-mobile{
    padding: unset !important;
}

.new-our-services.new-homebanner-text{
    margin-top: 30px !important;
}

 /* .hero-header{
    padding: 18px 0px !important;
 } */

.new-hero-header-mobile{
    row-gap: 10px;
    align-items: center;
    flex-direction: column;
}

.new-our-services-section{
    border-radius: unset !important;
}

.new-our-process-stack-header{
    padding: 0 20px;
}

.new-our-service-why-vervali{
    width: 100%;
}
.new-our-services-logo-container{
    flex-wrap: unset !important;
}

.new-mobile-header-reverse{
    gap: 40px;
    padding: 20px 0px;
}

.new-hero-header{
    padding: unset !important;
}

.hero-swiper .swiper-pagination {
    width: 100% !important;
}

.service-icon-service {
    top: 0px !important;
    right: -5px !important;
}

.service-card-our-service h5{
    font-size: 22px !important;
}

.new-about-us-content h2{
    font-size: 18px;
        white-space: normal; /* allow wrapping on mobile */
        display: flex;
        flex-direction: column;
        align-items: center;
        line-height: 1.4;
}
.new-about-us-content h2 span {
        margin: 6px 0; /* gap between lines */
    }
    .new-about-us-content {
    padding-bottom: 20px !important;
}
.about-fast-btn{
    width: 100%;
}

.new-home-new-lp-mobile-container{
    padding: unset;
}

.vs-common-container{
    padding-inline: 14px;
}

.new-home-industries-we-serve{
    padding: unset !important;
}

.new-home-footer .foot-menu{
    max-width: unset !important;
    justify-content: space-between !important;
}

.new-home-footer .new-contact-offices{
    padding: 20px 0px;
}

.new-footer-cards{
    padding: unset !important;
}

.new-home-footer .foot-menu img{
    width: 40px;
}

.lp-btn-primary-new{
    padding: 10px 20px;
    margin-top: unset;
}

.award-banner-section{
    padding: unset;
}

.new-homebanner-container{
    padding-bottom: 0px !important;
}

.new-home-service-header .new-home-service-header-globe{
    display: none;
}

.new-home-new-lp-engagement-modal .new-home-circle{
   display: none;
}

.new-sizzle-line-testimonial{
    display: none;
}

  .ind-stats-section {
    flex-direction: column;
    align-items: center;
  }
  .ind-stat-card {
    width: 100%;
    max-width: 100%;
  }

  

  .ind-stat-card{
    width: 90%;
  }

  .new-about-us-bg{
    height: unset;
  }

  .new-awards-carousel-container{
    padding: 0 20px;
  }
/* Evening Change Css End */

.vervali-blog-title{
    font-size: 24px;
    line-height: 34px;
}
.feature-insight-title{
    font-size: 24px !important;
    line-height: 34px !important;
}
.build-faster-box {
   
    background-position: right;
        display: block !important;
   
}

.new-blog-dotted-line{
display: none;
}


.new-blog-right-circle{
  display: none;
}

.ind-title ,.why-vervali-section.lp-page .theme-color.why-vervali-container,.lp-section-,.lp-technology-heading,.lp-section-title,.award-banner-heading {
   
    font-size: 24px !important;
    line-height: 34px !important;
    text-align: center !important;
}

.lp-technology-heading br{
    display: none;
}

.award-banner-heading br{
    display: none;
}

section.feature-insight-section.py-5 {
    padding: 0 !important;
    background-image: unset;
}
.lp-sub-section-heading{
    text-align: center !important;
}
div#stats {
    text-align: center;
}
.build-software-section .build-faster-box{
    background-position: left !important;
}
.new-why-vervali-section p.lp-sub-section-heading{
    width: auto;
}

.our-vision-inner {
    padding: 30px;
}

.our-mission-inner {
    padding: 30px;
}
.vision-image img ,.mission-image img{

        height: auto;

}


.mobile-team-block .col-6.col-sm-4.col-md-3.col-lg-2-4 {
    padding-bottom: 50px;
}
.mobile-team-block .col-6.col-sm-4.col-md-3.col-lg-2-4 .team-card.text-center {
            height: 230px;
        border-radius: 10px;
}

.team-name {
    font-size: 16px;
    text-align: center;
    padding: 0;
}
.team-role {
    
    color: #000000;
    font-weight: 500;
    text-align: center;
    padding: 0; 
            font-size: 12px !important;
}

.new-decade-card-container h2 {
    padding-bottom: 10px;
}
    .values-header h1 {
       
        text-align: center;
    }
    .values-header p {
   
    text-align: center;
}
.values-grid {
        padding-inline: 10px;
    }
    .backed-by-section h2 ,.backed-by-section h2 span,.team-title ,.team-title .highlighted {
   
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0px !important;
}
.backed-by-section h3 {
    
    font-size: 18px;
    line-height: 28px;
}
section.build-faster-section.about-us-static {
    padding-bottom: 0px !important;
}
h2.team-title {
    padding-bottom: 18px;
}
.team-description-about {
   
    font-size: 15px !important;
    line-height: 25px !important;
}
.our-services-section .our-service-second {
    display: block !important;
}

section.our-services-section h2 , .challenges-left h2 ,.lp-technology-faq-heading{
    font-size: 24px !important;
    line-height: 34px !important;
    text-align: center !important;
}
.our-services-section {
    padding: 35px 0 !important;
}
section.our-services-section h6 {
    text-align: center !important;
    font-size: 16px !important;
}
.service-card-our-service h5{

    
    margin-bottom: 10px !important;
    font-size: 18px !important;
    
}
.service-card-our-service p{
    font-size: 14px !important;
    line-height: 24px !important;
}

.challenges-left {
   
  
    background-color: white !important;
    /* background-image: none !important; */
}

.challenge-icon-triumphs {
  
    top: 14px !important;
    right: 0px !important;
}
.faq-accordion-button::before{
        /* margin-left: 1rem; */
}
.faq-accordion-body{
    padding: 20px;
}
.faq-accordion-button{
        font-size: 16px;
}
section.our-services-section h2 br {
    display: none;
}
.our-services-section .row .col-12.col-sm-4 {
    margin-bottom: 25px;
}

.feature-insight-title span br {
    display: none;
}
.new-hero-header {
    padding-inline: 14px !important;
}
.new-our-services-logo-container img {
    width: 80px;
}

.pain-points-container {
    gap: 0px !important;
}
.build-faster-box a.btn-new-info {
    font-size: 12px !important;
}

}


/* Tablet only */
@media (min-width: 577px) and (max-width: 992px) {
    .new-home-service-header .new-home-service-header-globe{
        display: none;
    }
}


/* Feature insight section */

.feature-insight-back a.btn-new-info {
    text-align: center;
}

.feature-insight-section {
  background-image: url('../img/home/feature-insigth-bg.webp');
  background-size: cover;
}

.feature-insight-overlay h3 {
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
}

.feature-insight-subtitle {
  font-size: 18px;
  font-weight: 500 !important;
  color: #0086DE;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.feature-insight-title {
  color: #1F2C5E;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.feature-insight-title span {
  color: #0086DE;
}

/* Hover effect for showing back content */
.feature-insight-card {
  position: relative;
}

.feature-insight-inner {
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
  border-radius: 10px;
}



.feature-insight-front,
.feature-insight-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: transform 0.5s ease-in-out;
}

.feature-insight-front {
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border-radius: 10px;
}

.feature-insight-overlay {
  color: #fff;
  padding: 30px;
  width: 100%;
  text-align: left;
  border-radius: 0 0 10px 10px;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.feature-insight-back {
  background: #ffffff;
  color: #000;
  border: 1px solid #49BCE9;
  border-radius: 10px;
  top: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1.5rem;
  transition: top 0.5s ease-in-out;
}

.feature-insight-card:hover .feature-insight-back {
  top: 0;
}

.feature-insight-back-content {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.feature-insight-back-content p {
  font-size: 16px;
    color: #000000;
    font-weight: 400;
    
}

.feature-insight-arrow {
    color: #0086DE;
    font-size: 25px;
    text-decoration: none;
    font-weight: bold;
    transition: transform 0.3s ease;
    align-self: end;
}

.feature-insight-arrow:hover {
  transform: translateX(-5px);
}

/* Responsive */
@media (max-width: 991px) {
  .feature-insight-title {
    font-size: 1.5rem;
  }
  .feature-insight-inner {
    height: 280px;
  }
}

@media (max-width: 767px) {
  .feature-insight-inner {
    height: 260px;
  }
}
