: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 rgba(95, 172, 223, 0.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;
}

/* Navbar Flag Container Styles  */
/* body.no-scroll {
    overflow: hidden;
    height: 100vh;
}
body.no-scroll .navbar-collapse.collapse.show{
    overflow: auto;
} */
.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 rgba(95, 172, 223, 0.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 rgba(95, 172, 223, 0.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: absolute;
    bottom: 30px;
}

.call-to-action {
    background: #fff;
    box-shadow: 0 0 15px 5px rgba(95, 172, 223, 0.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%;
}
/* Chatbot */

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

.cc-window {
    z-index: 999999999999 !important;
    border-radius: 1rem;
    margin: 0 auto;
    /* margin: 2rem; */
    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 0.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;
}

.cc-message .title {
    font-size: 22px;
}

.cc-btn {
    border-radius: 20px !important;
}

.cc-compliance {
    justify-content: center;
}

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

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

.cc-message .description {
    text-align: justify;
    width: 90%;
    display: inline-block;
    line-height: 1.4em;
}
@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 rgba(95, 172, 223, 0.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.text-center img {
    /* padding: 10px 0 0 !important; */
}
.technologies-item:hover {
    box-shadow: 0 0 15px rgba(95, 172, 223, 0.25);
}

.engagement_models_item {
    background: #fff;
    padding: 25px 35px;
    margin: 0;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 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 rgba(95, 172, 223, 0.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 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 400px;
    /* height: 500px; */
    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 rgba(0, 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 rgba(31, 44, 94, 0.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 {
    display: flex;
}
.breadcrumb_position a {
    margin-right: 0px;
    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: 0px;
}
@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: 0px;
        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 rgba(150, 150, 150, 0.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 rgba(95, 172, 223, 0.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: 0.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: rgba(0, 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 rgba(100, 100, 100, 0.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 rgba(100, 100, 100, 0.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: rgba(0, 51, 84, 0.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: transparent;
}

.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 rgba(95, 172, 223, 0.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 rgba(95, 172, 223, 0.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: 0.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(0.25, 0.8, 0.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: 0px 2px;
}

img.social-icon-twitter {
    height: 35px;
    width: 35px;
    margin: 0 2px;
}
img.social-icon-facebook {
    height: 35px;
    width: 35px;
    margin: 0px 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 transparent;
    background-color: #a9666a;
}

.navigation-img-next {
    width: 100px;
    height: 100px;
    border-radius: 100% !important;
    border: 1px solid transparent;
    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 rgba(95, 172, 223, 0.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 rgba(95, 172, 223, 0.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: rgba(95, 172, 223, 0.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 rgba(95, 172, 223, 0.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 {
        /* margin-top: 100px; */
        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 rgba(95, 172, 223, 0.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;
    /* text-align: center; */
    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: bold;
}

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

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

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

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

.no-select {
    user-select: none; /* Disable text selection */
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}

.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;
    }
}

/* .g-recaptcha {
    transform: unset !important;
} */

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

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

.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 transparent;
    background-color: #a9666a;
}

.navigation-img-next {
    width: 100px;
    height: 100px;
    border-radius: 100% !important;
    border: 1px solid transparent;
    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 rgba(95, 172, 223, 0.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 rgba(95, 172, 223, 0.25);
}

.work-tech a.nav-link.active {
    box-shadow: 2px 12px 27px 5px rgba(95, 172, 223, 0.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 rgba(0, 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;
    /* color: #b0b0b0; */
    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 rgba(0, 0, 0, 0.125);
}

.border-top {
    border: 1px solid rgba(0, 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 rgba(95, 172, 223, 0.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: 0.75px solid #0ff;
}

.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: 0.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: 0.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 rgba(95, 172, 223, 0.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 rgba(95, 172, 223, 0.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 rgba(95, 172, 223, 0.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: 0.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 rgba(95, 172, 223, 0.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 rgba(0, 0, 0, 0.08);
    margin: -0.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;
}

/* .section-title h2 {
    font-size: 22px;
} */

.service-item-descp {
    background-color: rgba(0, 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 rgba(0, 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;
}

.homebanner_text a {
    /* box-shadow: 0 25px 30px rgba(95, 172, 223, 0.4); */
}

.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 rgba(95, 172, 223, 0.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 rgba(31, 44, 94, 0.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 rgba(0, 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 rgba(0, 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 rgba(31, 44, 94, 0.1);
    height: 40px;
    font-size: 0.85rem;
}

.btn-info {
    box-shadow: 0 8px 8px rgba(95, 172, 223, 0.4);
}

.modal-content {
    max-width: 420px;
}

/* thanks page start*/
.thanks_container {
    /* background-image: url('https://placehold.co/800x600'); */
    /* background-size: cover; */
    /* background-position: center; */
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url('../img/bg/thanks-bg.webp') center/cover no-repeat;
    /* height: calc(100vh - 80px); */
    overflow-y: auto;
}

.thanks_container .thank-you-card {
    /* background: rgba(217, 217, 217, 0.9); */
    background-color: rgb(255, 255, 255);
    box-shadow: 0 20px 50px rgba(31, 44, 94, 0.2);
    /* color:white; */
    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: 0.5rem;
}
.thanks_container .info-links i {
    margin-right: 8px;
}
.thanks_container .contact-info {
    margin-top: 1.5rem;
    font-size: 0.9rem;
}
/* thanks page end*/

@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: 100px;
    bottom: 15px;
    z-index: 99;
    width: 65px;
}

.back-to-top i {
    background: #5facdf;
    font-size: 24px;
    color: var(--primary);
    padding: 8px 11px;
    border-radius: 4px;
    position: fixed;
    right: 115px;
    bottom: 20px;
}

.back-to-top:focus {
    box-shadow: none !important;
    outline: none !important;
}

.vs-container {
    padding: 0 4% !important;
    overflow: hidden;
}

.relative {
    position: relative;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-left: 15px;
    padding: 10px 15px;
    color: var(--nav-color) !important;
    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: var(--primary) !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 rgba(0, 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: 300;
    font-size: 16px;
    line-height: 40px;
    color: #666;
    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(0.5);
    width: 50px;
    height: unset;
    position: relative;
    top: 5px;
    left: -10px;
}

.nav-qoutes .qoute-start {
    filter: brightness(0.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: 0.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: 0.75px solid #5facdf;
    border-right: 0.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: transparent;
}

.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: 0px solid #5facdf !important;
    }

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

    .border-left {
        border-left: 0px solid #5facdf;
    }

    .border-right {
        border-right: 0px 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: 5px;
    }

    .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: 0px;
    }

    .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: 0.75px solid #cccccc;
        margin-left: auto;
        margin-right: auto;
    }

    .form-book-apntmnt {
        width: 100%;
        padding: 10px;
        background-color: #ffffff;
        border: 0.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: #ffffff;
        border: 0.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: 0px;
    }

    .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;
    }

    /* .card:not(:first-child) {
      display: none;
    } */
}

@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;
    }
    /* .custom_text{
        text-align: justify;
    } */
    .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%; /* Adjust width of the slider */
        margin: auto;
    }
    .client-slide-track {
        display: flex;
        gap: 10px;
        animation: scroll 10s linear infinite; /* Keep your animation */
    }
    
    .client-slide-track .slide img {
        width: 120px;  /* Reduce image width */
        height: auto; /* Maintain aspect ratio */
    }
    .homebanner_text p{
        /* text-align: justify; */
        font-size: 15px;
    }
    .main_banner_flex{
        flex-direction: column-reverse;
        margin-top: 0px;
    }
    .main_banner_img{
        margin-top: 120px;
    }
    .main_banner_flex .homebanner_text{
        margin-top: 10px !important;
        padding-top: 10px !important;
    }
    .solutions_provide p{
        /* text-align: justify; */
        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;
        /* text-align: justify; */
    }
    .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 0px;
    }
    .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;
        /* text-align: justify; */
    }
    .scroll_to_section_via_anchor {
        padding-top: 10px !important;
    }
    .clt-vlu{
        padding: 0 0px 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{
        right: 25px;
        bottom: 85px;
        padding: 8px 10px;
    }
    .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: 0px 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{
        /* text-align: justify !important; */
        font-size: 15px;
    } 
    p{
        /* text-align: justify !important; */
        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;
        /* text-align: justify !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: 0px;
    }
    .experience_system_software {
        margin: 0px 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.0);
        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: 0.5rem 1rem;
    }
    .contact .bg-contact{
        margin-top: 0px !important;
    }
    .careers_accordion .accordion-item{
        margin: 10px 0px;
    }
    .accordion-button:focus{
        color: #fff !important;
    }
    .careers_accordion .accordion-header button{
        font-size: 15px;
        line-height: 24px;
    }
    .careers_accordion.accordion-faq {
        padding: 0;
    }
    /* .accordion-faq .accordion-body{
        text-align: justify;
    } */
    .current_openings {
        padding: 0px 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: 0px;
    }
    .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: 0px 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: 0px 0px;
        margin-top: 0px;
    }
    .why-vervali-grids{
        padding: 0px 10px;
    }
    .why-vervali-item h3{
        padding: 5px 0px;
    }
    .why-vervali-item p{
        padding-left: 0px;
        padding-right: 0px;
    }
    .why-vervali-grid:last-child{
        margin-top: 0px;
    }
    .security_provide{
        margin: 0px 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: 0px 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 0px 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: bold;
        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: 0px;
    }
    .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: 0px 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: 0px 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: 0px 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: 0px 0px 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: 0px 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;
    }
    /* .icon_api .icon20.clt-vlu{
        padding-right: 0px !important;
    } */
    .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 0px;
    }
    .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: 0px 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: 0px 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: 0px;
    }
    .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: 0px 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: 0px 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: 0px 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(0.8) !important;
    }
    .vision-mission{
        margin-top: 0px !important;
    }
    .navbar-nav.ms-auto.py-0 {
        padding: 0px 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: 0px 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: 0px;
    }
    .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: 0px;}
}

@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 0px 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;
        /* border-radius: 10px; */
    }

    .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: #ffffff;
        top: 0;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #dddddd;
        max-height: 83vh;
    }

    .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: 0.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: 0px;
    }

    .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;
}

/* .hero-header-background-one {
    background-image: url("../img/blog-banner/Vector.png");
    background-repeat: no-repeat;
    background-position:left ;
    position: absolute;
    width: 671.585px;
    height: 673.767px;
    transform: rotate(44.488deg);
    overflow: hidden;
    flex-shrink: 0;
    top: 0;
    right: 0;
    z-index: -1;
    fill: linear-gradient(90deg, #5FACDF 0%, rgba(255, 255, 255, 0.25) 100%);
  } */

.blog_search_container {
    display: flex;
    width: 60%;
    flex-shrink: 0;
    border-radius: 5px;
    box-sizing: border-box;
    height: auto;
    margin: 50px auto;
    border: 0.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 0px;
    }
}

.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;
}
.fraud-border-radius {
border-radius: 5px;
}
/* Keyframes for fraud fade animation */
/* @keyframes fadeFromRight {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
} */

/* Apply animation to the #fraudAlertTest div */
/* #fraud-alert-badge {
    animation: fadeFromRight 2s ease-out forwards;
} */

.custom_text {
    font-size: medium;
}

.btn-danger {
    box-shadow: 0 8px 8px rgba(220, 53, 69, 0.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) {
    /* #tidio-chat-iframe {
        bottom: 65px !important;
    } */
    .cc-window.cc-floating {
        max-width: 95%;
        padding: 0.8em 1.1em;
    }

    .cc-window.cc-banner {
        padding: 0.8em 1.1em;
    }

    .cc-message .description {
        font-size: 12px;
        text-align: justify;
        width: 90%;
        display: inline-block;
        line-height: 1.4em;
    }

    .cc-btn + .cc-btn {
        margin: 0px 12px;
    }
}

@media screen and (max-width: 768px) {
    .cc-window {
        width: 100% !important;
    }

    .cc-window.cc-floating {
        max-width: 95%;

        padding: 0.8em 1.1em;
    }

    .cc-window.cc-banner,
    .cc-window {
        width: 95% !important;
        max-width: 95% !important;
        left: 0 !important;
        right: 0 !important;
    }
}


/* Industry Page Section */

.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 section */
.hero {
    padding: 80px 0 40px;
    text-align: center;
}

.hero h1 {
    font-size: 64px;
    font-weight: 700;
    color: #FFFFFF;
}

/* Hero section */
.custom-hero {
     padding: 40px 0 40px; 
    text-align: center;
}


.custom-hero h1 {
    font-size: 34px;
    font-weight: 700;
    color: #FFFFFF;
}


.underline-image{
    position: absolute;
    width: 36rem;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

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

/* Featured image section */
.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 rgba(0, 0, 0, 0.2);
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
}

/* Our Responsive Start here */
/* Above 80% screen resolution */

@media (min-width: 1500px) {
    .hero-header-industry {
        height: 80vh;
    }
  }

/* Responsive styles */
@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;
    }
}

/* Second section css */

.financial-banner {
    margin-top: 50px;
    /* max-width: 1170px; */
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* height: 610px; */
    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: rgba(95, 172, 223, 0.8);
  }
  
  .accent-rectangle-right {
    right: 0;
    width: 48px;
    height: 156px;
    position: absolute;
    top: 0;
    transform: rotate(-90deg);
    background-color: #1f2c5e;
  }
  
  .content-container {
    width: 1608px;
    /* height: 610px; */
    padding: 60px 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .content-container-industry {
    width: 1608px;
    /* height: 610px; */
    padding: 60px 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .financial-description {
    /* width: 1397px; */
    /* height: 418px; */
    color: #1f2c5e;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    /* line-height: 60px; */
    padding: 0 60px;
    margin: 0;
  }

/* Challenges container */

  
/* Main container */
.industry-challenges-container {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    gap: 37px;
    padding: 60px 0px 0px;
  }

.challenge-dots{
    position: absolute;
    right: 0;
    bottom: -330px;
    width: 340px;
}
    
/* Challenges list */
.challenges-list {
    display: flex;
    flex-direction: column;
    gap: 35px;
}
  
  /* Challenge item */
.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: 0.72px;
    margin-bottom: 0 !important;
}
  
  /* Responsive styles */
    @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;
    }
}
  
  /* @media (max-width: 640px) {
    .challenges-container {
      max-width: 640px;
      padding: 10px;
    }
  } */

  /* Forth Section */

  .banking-security-banner {
    font-family: 'Sora', -apple-system, Roboto, Helvetica, sans-serif;
    color: rgba(255, 255, 255, 1);
    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: rgba(95, 172, 223, 1);
    align-self: center;
    display: flex;
    margin-top: 67px;
    width: auto;
    max-width: 100%;
    padding: 17px 20px;
    flex-direction: column;
    align-items: stretch;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 2;
    justify-content: center;
    color: rgba(255, 255, 255, 1);
    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: 0.88;
    object-fit: contain;
    object-position: center;
    width: 22px;
    align-self: stretch;
    margin-top: auto;
    margin-bottom: auto;
    flex-shrink: 0;
  }

  /* Smaller screen */

  @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%;
    }
  }
  
  /* Test */

  .fintech-section {
    position: relative;
    background: #fff;
    padding: 4rem 2rem;
    max-width: 1000px;
    margin: 0 auto;
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
  }
  
  .content-box {
    position: relative;
    z-index: 1;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #122157;
    text-align: center;
  }
  
  /* Decorative sky-blue bottom left */
  .decor-left {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    width: 120px;
    background-color: #91cbed;
  }
  
  /* Decorative dark-blue top right */
  .decor-right {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 80px;
    background-color: #1d2c5e;
  }
  
/* Our Services Section */

.industry-our-services-heading{
    color: #1F2C5E !important;
}

.industry-sub-heading{
    color: #5FACDF;
    font-weight: bold;
}

.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: #ffffff;
}

.service-icon {
    font-size: 1.5rem;
}

@media (max-width: 768px) {
    .service-card {
        padding: 1.5rem;
    }
    
    .service-title {
        font-size: 1.3rem;
    }
}

/* Sixth Section */

.feature-section {
    padding: 20px 0;
}

.feature-number {
    font-size: 16px;
    color: #888;
    margin-bottom: 10px;
    font-weight: bold;
}

.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;
    }
}


/* Seventh Section */

.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: transparent;
    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;
}

/* Tenth section Css slider */

.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 rgba(0, 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;
    /* overflow: hidden; */
    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 rgba(0, 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: 0.5;
    margin: 0 5px;
}

.carousel-indicators .active {
    background-color: #6366f1;
    opacity: 1;
}

/* Responsive styles */
@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%;
    }
}

/* Thirteeth Section */

.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%;
    /* object-fit: contain; */
}


.download-btn {
    background-color: #4da3e2;
    color: white;
    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 rgba(0, 0, 0, 0.1);
}

.case-study-container {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .case-study-container {
        margin-bottom: 60px;
    }
}


/* Fourteeth Section */

/* Industry page css */

.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;
}


/* Svg Icons On Screen */

.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;
}

/* Custom testing for banner part */

.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(rgba(0, 0, 0, 0.5), rgba(0, 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: white;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.banking-cta-btn {
    background-color: #3498db;
    color: white;
    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: white;
}

.banking-cta-btn .btn-arrow {
    margin-left: 8px;
}

/* Responsive styles */
@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 Card Effect */

.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: rgba(154, 100, 78, 0.50);
    backdrop-filter: blur(20px);
    /* -webkit-backdrop-filter: blur(20px); */
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    padding: 40px 40px 0px;
    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 rgba(0, 0, 0, 0.2);
}

.glass-card-heading{
    font-weight: bold;
}

.glass-card-text{
    font-size: 22px;
}

.glass-card-control-prev{
    left: 50px;
}

.glass-card-control-next{
    right: 50px;
}



/* Form Footer Section */

.header-banner {
    background-color: #1a2b5e;
    color: white;
    padding: 15px 20px;
    border-radius: 8px 8px 0 0;
}
.contact-container {
    background-color: white;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 12px rgba(0, 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: bold;
    font-size: 1.2rem;
    margin-bottom: 0;
}
.stat-text {
    color: #4aa1e3;
    font-size: 1rem;
}
.stat-description {
    color: #666;
    font-size: 0.9rem;
}
.form-control {
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 10px 15px;
    margin-bottom: 15px;
}
.btn-send {
    background-color: #4aa1e3;
    color: white;
    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: bold;
}

.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: 0.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); /* Double the width to fit duplicated slides */
}

.industry-page-list li{
    text-align: left;
}

#contactForm .error{
    color: #f00;
}

.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 rgba(0,0,0,0.05);
        border-radius: 8px;
    }

    .icon-circle {
        width: 60px;
        /* height: 60px; */
        margin-bottom: 20px;
    }

    .feature-number, .feature-title {
        text-align: center;
    }

    .feature-number{
        display: none;
    }

}

.invalid-feedback {
    display: block;
    color: #DC3545;
    font-size: 0.875em;
    margin-top: 0.25rem;
}


/* New Popup Modal */

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 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 rgba(0, 0, 0, .3);
    z-index: 9999;
    transition: all .5s;
    background-position: center;
    border-radius: 10px;
    background: #ffffff;
    /* top: 55%; */
    height: 563px;
    /* margin-left: auto; */

}

.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 0.2rem rgba(59, 130, 246, 0.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;
    /* background-color: #e0f2fe; */
    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: bold;
    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: 0px 15px !important;
}

.why-vervali-center{
    top: 50%;
    transform: translateY(-50%);
}

.popup-modal-close-btn{
    position: absolute;
    right: 5px;
    top: 10px;
}
    
/* Media Queries For Modal Popup */

@media (max-width: 576px) {

    .form-section {
        zoom: unset ;
    }

    .popup-container{
        height: auto ;
        width: 90% ;
        margin: 0 auto;
    }

    .modal-captacha-container{
        zoom: unset ;
        transform: scale(0.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 {
        max-width: 100% ;
    }
    
    .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 0px;
    }
}

@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;
        max-width: 60%;
    }
    
    .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: 65%;
    }
    
    .popup-subtitle {
        max-width: 65%;
    }
    
    .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(0.6); /* Even smaller scale for captcha */
        transform-origin: 0 0;
    }

    .form-control {
        font-size: 12px;
        padding: 5px 10px;
        width: 100%;
    }

    .talent-link {
        font-size: 12px !important;
        text-align: center;
    }
}

/* Thankyou Page Style */

.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: #ffffff;
    font-weight: 500;
    margin-bottom: 0.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: 0.9rem;
}
/* thanks page end*/

.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;
}

/* Thankyou page engagement modal */

.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;
}

/* Responsive Styles */
@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;
    }
    
    /* Convert vertical pills to horizontal scrollable pills on mobile */
    .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;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
    
    .enterprise .nav-pills::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera */
    }
    
    .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: 0.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;
    }
}


/* Portfolio Slider  */

.owl-carousel .project-card {
    padding: 0 20px;
    text-align: center;
}

.portfolio_heading h4 {
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    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: transparent;
    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;
}

/* New Service Page Section CSS */

/* .section-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
    text-align: center;
} */

.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: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 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: white;
    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: 0.5rem;
}

.metric-description {
    color: #6c757d;
    font-size: 1rem;
    line-height: 1.4;
}

.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 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: white;
}

.carousel-nav.prev {
  left: -20px;
}

.carousel-nav.next {
  right: -20px;
}

/* Recent Blog */

.blogs_recent_card {
    padding: 20px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 25px 60px 0px rgba(0, 0, 0, 0.10);
    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: rgba(255, 255, 255, 1);
    text-align: center;
    justify-content: center;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .cta-section {
        max-width: 100%;
        padding: 54px 20px;
    }
}

.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 0px;
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.download-button:hover {
    background-color: rgba(255, 255, 255, 0.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: #666666;
    font-weight: bold;
}

/* Reports Section CSS */

.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: #1F2C5E !important; */
    color: #666;
    font-weight: 600;
}

.feature-card-right {
    border-left: 2px solid #5FACDF;
    padding: 0 !important;
}


/* Transformation Quality */

.testing-results-section {
    font-family: Sora, -apple-system, Roboto, Helvetica, sans-serif;
    color: rgba(255, 255, 255, 1);
}

.content-container {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 621px;
    width: 100%;
    /* max-width: 1440px; */
    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 */

.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 {
    /* margin-top: 18px; */
    padding: 10px;
    font-size: 26px;
    font-weight: 500;
    line-height: 40px;
}

/* Challenges Section Neww */

.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: white;
    border-radius: 20px;
    padding: 2rem 1.5rem;
    box-shadow: 0 8px 25px rgba(0, 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: white;
}

.card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
    line-height: 1.4;
}

/* Key Benefits */

.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 rgba(0, 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: 0px 10px 30px 0px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 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: white;
    padding: 28px;
}

.benefit-icon i {
    color: white;
    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%);
}
        


/* Proper media query for new section  */

/* Responsive Design */
@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;
    }
}

/* Pain points */

    .service-pain-points-section{
        background-color: #1F2C5E !important;
            padding: 60px 0px;
    }

    .section-title-our-tech {
      font-weight: 700;
      font-size: 3rem;
      color: var(--primary);
    }

    .subtitle {
      font-style: italic;
      color: #d1d9f0;
    }

    .solution-card {
      background: #ffffff;
      border-radius: 20px;
      padding: 24px;
      color: #000;
      min-height: 190px;
      width: 400px;
    }


    .icon-wrapper {
      background-color: rgba(255, 255, 255, 0.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 rgba(71, 119, 245, 0.4), inset 0 0 60px rgba(71, 119, 245, 0.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;
    }


    /* How we work  */
  .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: white;
      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: bold;
    }

    .qa-content-list li:before {
      content: "•";
      color: #1F2C5E;
      font-weight: bold;
      position: absolute;
      left: 0;
    }

    .qa-tab-content {
      display: none;
    }

    .qa-tab-content.active {
      display: block;
    }

    .learn-more-fix{
        height: 250px;
    }

    .learn-more-fix-main{
        height: 350px;
    }

    @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: 0.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%;
      }
    }

    @media (max-width: 480px) {
        .learn-more-fix{
            height: max-content;
            padding-bottom: 12px !important;
        }

        .learn-more-fix-main{
            height: max-content;
            padding-bottom: 12px !important;
        }
    }

    
/* Mega Menu */

.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: bold;
}

.megamenu-sub-heading {
    font-size: 12px;
    margin-bottom: 0;
    color: #D4D6DE;
}

.navbar-light .navbar-nav .nav-link {
    color: #1f2c5e !important;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    color: #1f2c5e !important;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #5facdf !important;
}

.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: 344px;
}

.mega-nav-border {
    border-bottom: 1px solid #00000042;
}

.mega-sub-mobile-text{
    font-size: 14px;
}

.mega-menu-mobile-small-text{
    font-size: 12px;
}

/* Media Query */

@media (min-width: 1920px) and (max-width: 2560px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 15px !important;
    }
}

/* Porfolio vision new */

.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 .col-megamenu{
    width: 207px;
}

.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;
}

/* Megamenu Scrollbar */

.mega-menu-scrollbar{
    overflow-y: auto;
    max-height: 400px;
}
