@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

body {
    font-family: "Sora", sans-serif !important;
    scroll-padding-top: 200px;
}

section{
    scroll-margin-top: 80px;
}

/* .vs-container {
    overflow: visible !important;
} */

.text-black{
    color: #000;
}

.section-title h2 {
    font-size: 32px;
}

/* page banner start */
.page_banner {
    margin-top: 78px;
    /* padding: 20px 0; */
}

.homebanner_text h1 {
    font-weight: 700;
}

.homebanner_text p {
    color: #666;
    font-weight: bold;
}

.form-box {
    border: 1px solid #ced4da;
    padding: 24px;
    border-radius: 12px;
}

.form-box input,
textarea {
    font-size: 0.8rem !important;
}

.page_banner .form-box .title {
    color: #1F2C5E;
    font-size: 22px;
    font-weight: 700;
}

.page_banner .form-box .form-control {
    border-radius: 5px;
    padding: 8px 12px;
}

.page_banner .form-box button {
    max-width: 230px;
    width: 100%;
    margin-top: 12px;
}
.page_banner .form-box button:focus{
    box-shadow: 0 8px 8px rgba(95, 172, 223, 0.4);
    background-color: #5facdf;
    border: 1px solid #5facdf;  
    color: #ffffff;
}
/* page banner end */

/* why-partner-card start */
.why-partner-section .why-partner-card {
    background: #fff;
    box-shadow: 0 0 15px 5px rgba(95, 172, 223, 0.25);
    border-radius: 5px;
    padding: 25px 35px;
    min-height: 100%;
}

.why-partner-section .why-partner-card p.description {
    font-weight: 300;
    font-size: 16px;
}

/* why-partner-card end */

.demo_main {
    padding: 0;
}

.demo_main .client-slide-track img {
    width: 60%;
}

/* .demo_main .client-slide-track .slide {
    padding: 0;
} */

/* Recognition Slider */
.lp-client-header {
    margin: 20px 0;
}

.lp-slide-track .slide {
    width: 200px;
}


/* lp footer start */
.lp-foot-menu {
    margin: 30px 0;
}

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

.service-item h3 {
    font-size: 1.25rem;
    line-height: 30px;
    width: 100%;
    margin-left: 10px;
}

.service-item img {
    width: 16%;
}

.testing-item p {
    font-size: 14px;
}


.technologies-we-use .tech-we-use-w-10 {
    width: 12%;
}

.testimonial .carousel-item{
    padding: 0.5rem 3rem !important;
}

.lp-footer {
    padding: 0;
    position: relative;
    z-index: 9;
}

.mobile-book-free-section {
    display: none;
}

.footer-card {
    max-width: 358px;
    width: 100%;
    background-color: #1B2E6E;
    border-radius: 16px;
    padding: 14px 8px;
    min-height: 100%;
    justify-content: flex-start !important;
    padding-top: 30px;
}

.footer-card img {
    width: 100%;
}

.footer-card p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
}

.footer-card .footer-address {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

/* Slider Styles */

.client-slider .slider {
    margin: auto;
    position: relative;
    width: auto;
    /* overflow: hidden; */
}

.client-slider .slide-track {
    display: flex;
    white-space: nowrap;
    animation: scroll 50s linear infinite;
    width: calc(200px * 54 * 2);
    /* Double the width to fit duplicated slides */
}

.client-slider .slide {
    padding: 0 40px;
}

.client-testimonial .desk-show img{
    width: 100%;
}

.get-free-quote {
    position: fixed;
    bottom: 40px;
    color: rgb(255, 255, 255);
    background-color: rgb(95, 172, 223);
    border-color: rgb(95, 172, 223);
    width: 40%;
    border-radius: 4px;
    right: 30px;
    font-size: 12px;
    padding: 10px 0px;
    z-index: 999;
}

/* Audio Lp  Style */
.audit-home-banner{
    margin-top: 0 !important;
}

.audit-home-banner h4{
    /* text-align: left; */
    color: #1F2C5E;
    margin: 20px 0;
}
.audit-banner-logo{
    width: 80%;
}

.audit-banner-logo img{
    width: 17%;
    margin-right: 20px;
}

.audit-frame img{
    position: absolute;
    right: 0;
    top: -321px;
    width: 200px;
    z-index: -1;
}


/* All Pattern Styles */
.lp-dot-pattern-one{
    position: absolute;
    bottom: 10px;
    z-index: -1;
    width: 180px;
    left: 80px;
}

.lp-home-pattern-two{
    position: absolute;
    top: -200px;
    left: -218px;
    width: 320px;
}
.lp-home-pattern-three{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -130px;
    width: 320px;
}

.lp-home-pattern1{
    position: absolute;
    top: -25px;
    right: -138px !important;
    width: 260px;
}

.lp-light-frame-pattern{
    position: absolute;
    top: -140px;
    right: 0;
    width: 200px;
    z-index: -1;
}


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

    100% {
        transform: translateX(calc(-200px * 27));
        /* Adjust this based on the number of logos */
    }
}


.mt-20{
    margin-top: 20px;
}
.portfolio-img{
    max-height: 330px !important;
}
.portfolio-img img{
    height: 216px !important;
}
.portfolio-content-text h4{
    padding-bottom: 0px !important;
}
.why-vervali-services{
    width: 94%;
}
.why-vervali-services h5{
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 28px !important;
    width: 80%;
    margin-bottom: 0;
}
.why-vervali-services img {
    width: 57px !important;
    height: 57px !important;
}

.our-service-card {
    border: 1px solid #5facdf;
    border-radius: 20px;
    padding: 0px;
    margin-bottom: 20px;
    background-color: #fff;
    display: flex;
    align-items: center;
    gap:24px

  }
  .service-title {
    font-weight: 700;
    font-size: 24px;
    color: #1f2c5e;
  }
  .our-service-card img{
    width: 350px;
  }
  .service-desc {
    color: #555;
    margin-top: 10px;
  }
  .service-image {
    max-width: 100%;
    height: auto;
  }
  .services_pad30{
    padding-left: 30px;
    width: 100%;
  }
  .services_padleft {
    padding-left: 60px;
    width: 100%;
}
.mt-50{
    margin-top: 50px;
}
.our-service-card-content {
    justify-content: space-between;
}
.frame-3{
    width: 270px;
    position: absolute;
    right: -82px;
    height: 350px;
    top: -35px;
}
.our_services_main{
    position: relative;
}
.client-testimonial .carousel-inner{
    background-color: #ffffff;
}


.enterprise.saas_services .content-wrapper {
    /* width: 91%; */
    margin: 0 0 0 auto;
    overflow: auto;
}

.enterprise.saas_services .tab-description {
    position: unset;
    background: transparent;
    color: #000;
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
    width: 100%;
}
.saas_services .enterprise_row{
    position: relative;
}
.saas_services .frame-3 {
    right: -133px;
    top: -35px;
}

.client-slider-header{
    margin-top: 30px;
    margin-bottom: 20px;
}

.client-slider-header h3{
    color: #1f2c5e;
    font-size: 22px;
}
.process-icon {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    box-shadow: 0 0 15px rgba(95, 172, 223, 0.4);
    transition: 0.3s ease-in-out;
}
.process-icon:hover{
    box-shadow: 0px 0px 15px 10px rgba(95, 172, 223, 0.4);
    cursor: pointer;
}
.process-icon i {
    font-size: 40px;
    color: #1a237e;
}

.process-title {
    font-weight: 600;
    color: #1a237e;
    text-align: center;
    font-size: 16px;
}

.process-heading {
    color: #1a237e;
    font-weight: 700;
    margin-bottom: 50px;
}
.process-icon img{
    width: 100px;
}
.process_row{
    justify-content: space-between;
}
/*--enterprise-tab--*/
/* .enterprise .nav-pills .nav-link{
    text-align: left;
    padding: 15px 10px;
    border-radius: 7px;
    color: #000000;
    font-size: 16px;
} */

.enterprise .nav-pills .nav-link{
    text-align: center;
    padding: 15px 10px;
    border-radius: 7px;
    color: #000000;
    font-size: 16px;
    border-radius: 30px;
    margin-bottom: 22px;
}

.enterprise_row .left-enterprise-container{
    display: flex;
    justify-content: center;
    align-items: center;
    row-gap: 10px;
}
.enterprise .nav-pills .nav-link.active {
    background-color: #5FACDF;
    color: white;
  }
  .enterprise .tab-content img {
    /* height: 416px; */
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
}
 .enterprise  .tab-description {
    position: absolute;
    bottom: 50px;
    left: 20px;
    right: 20px;
    background: #5facdfd4;
    color: white;
    padding: 12px;
    border-radius: 8px;
    font-size: 16px;
    width: 70%;
    margin: auto;
    text-align: center;
    font-weight: 500;
    line-height: 22px;
  }
 .enterprise  .content-wrapper {
    position: relative;
  }
  .enterprise_row{
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #5FACDF;
    margin-top: 35px;
  }
  .enterprise{
    margin: 30px 0 35px;
  }

  .portfolio_slider .frame-3 {

    right: -82px;
    top: -175px;
    z-index: 9;
}
.client-slider .slider{
    z-index: 9 !important;
}
.header_section .lp-home-pattern-two{
    top: -145px;
}

.content-wrapper h2{
    font-size: 24px !important;
}

.enterprise.saas_services .content-wrapper {
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
border-radius: 10px;
}

.portfolio-square {
    position: absolute;
    width: 200px;
    left: -81px;
    top: 157px;
    z-index: 9;
}
/*--portfolio--*/
.portfolio_main{
    margin-top: 50px;
    position: relative;
    z-index: 99;
  }
  .portfolio_main  .sample-screens{
    position: relative;
    z-index: 99;
  }
  .portfolio_slider{
    margin-top: 40px;
  }
  .portfolio_testimonial .pt-5{
    padding-top: 20px !important;
  }
  .portfolio_slider .lp-home-pattern-two{
    display: none;
  }
  ul.enterprise_app li{
    text-align: left;
    color: #000000;
    font-size: 16px;
  }

.enterprise.saas_services .tab-content img {
    /* height: 230px; */

}
.enterprise.saas_services .tab-description {
    position: unset;
    background: transparent;
    color: #000;
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
    width: 100%;
}
.saas_services .enterprise_row{
    position: relative;
}
.saas_services .frame-3 {
    right: -133px;
    top: -35px;
}
.our_valued_partner .lp-home-pattern-two{
        top: -128px;
}


.our_development_process{
    margin: 30px 0px;
}
.our_development_process h2{
    margin-bottom: 30px;
}
.our_development_process h3{
    margin-left: 0px !important;
}
.our_development_process .service-item{
    cursor: pointer;
}
.our_development_process .service-item .service-icon img{
    width: 63px;
    height: 63px;
    object-fit: contain;
}
.why_choose_custom_mobile .types-of-testing-item{
    border: none;
}
.why_choose_custom_mobile .types-of-testing-item img {
    width: 40px;
    margin-right: 20px;
}
.why_choose_custom_mobile .types-of-testing-item h5{
    margin-bottom: 0px !important;
}
.why_choose_custom_mobile .types-of-testing-item p{
    width: 82%;
    margin: 0 0 0 auto;
    line-height: 22px;
}
.why_choose_custom_mobile .column_border_right{
    border-right:1px solid #B5B1B1 ;
}
.why_choose_custom_mobile h2{
    width: 50%;
    margin: auto;
    padding-bottom: 30px;
}
.get-a-free-quote .audit-home-banner p{
    width: 80%;
}
.free_quote{
    padding-top: 84px;
}
.free_quote_testimonial {
    margin-bottom: 50px;
}

/* our service component */
.our-service-component .title{
    margin-left: 0;
}
/* our service component */


/* engage-with-us-section start */
.engage-with-us-section > .title{
    font-size: 16px;
    line-height: 28px;
    color: #5faadd;
    text-align: center;
    margin-bottom: 0;
}

.engage-with-us-section .sub-title{
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #1f2c5e;
}

.engage-with-us-section .curve_image{
    width: 100%;
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
}



.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;
}
/* engage-with-us-section end */

.main-container {
    margin: 40px auto 15px;
}
.heading {
    color: #1a237e;
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 40px;
}
.stats-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -15px; /* Negative margin to counteract padding on items */
}
.stat-item {
    /* text-align: left;
    width: calc(25% - 30px);
    padding: 40px 10px;
    margin: 0 15px 30px;
    box-sizing: border-box; */
}
.stat-number {
    font-size: 2.5rem;
    font-weight: bold;
    color: #1a237e;
    margin-bottom: 5px;
}
.stat-description {
    color: #4fc3f7;
    font-size: 1.2rem;
    border-bottom: 2px solid #4fc3f7;
    padding-bottom: 10px;
    display: inline-block;
    font-weight: 700;
    width: 100%;
}
.stats-container .stat-item:nth-child(2),
.stats-container .stat-item:nth-child(4) {
    text-align: left !important;
    padding: 40px 30px !important;
    background-color: #f5f5f5;
}

.stats-container .stat-item{
    display: unset !important;
}



/* Here */


.section-title h2 {
    color: #1f2c5e;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.enterprise {
    margin: 30px 0 60px;
}

.enterprise_row {
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #5FACDF;
    margin-top: 35px;
}

.enterprise .nav-pills .nav-link {
    text-align: center;
    padding: 15px 10px;
    border-radius: 30px;
    color: #000000;
    font-size: 16px;
    margin-bottom: 22px;
    transition: all 0.3s ease;
}

.enterprise .nav-pills .nav-link:hover {
    background-color: rgba(95, 172, 223, 0.1);
}

.enterprise .nav-pills .nav-link.active {
    background-color: #5FACDF;
    color: white;
    box-shadow: 0 4px 8px rgba(95, 172, 223, 0.3);
}

.enterprise_row .left-enterprise-container {
    display: flex;
    justify-content: center;
    align-items: center;
    row-gap: 10px;
}

.enterprise .tab-content img {
    /* border-radius: 10px; */
    width: 100%;
    object-fit: cover;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
}

.enterprise .content-wrapper {
    position: relative;
}

.enterprise .tab-description {
    position: absolute;
    bottom: 50px;
    left: 20px;
    right: 20px;
    background: rgba(95, 172, 223, 0.85);
    color: white;
    padding: 12px;
    border-radius: 8px;
    font-size: 16px;
    width: 70%;
    margin: auto;
    text-align: center;
    font-weight: 500;
    line-height: 22px;
}

.enterprise.saas_services .tab-description {
    position: unset;
    background: transparent;
    color: #000;
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
    width: 100%;
}

/* thanks page start*/
.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: linear-gradient(90deg, #e0f2fe, #d8f3dc) !important; */
    background: url('./images/thankyou-banner-bg.webp') !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    overflow-y: auto;
    /* height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    justify-content: center; */
}

.thanks_container .thank-you-card {
    /* background: rgba(217, 217, 217, 0.9); */
    background-color: unset !important;
    box-shadow: unset !important;
    /* color:white; */
    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*/

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

/* success journey component start */
.successJourneyGrid_section .info-box .content{
    z-index: 2;
    position: relative;
}

.successJourneyGrid_section .successJourneyGrid_row > div:nth-child(2) .title,
.successJourneyGrid_section .successJourneyGrid_row > div:nth-child(3) .title{
    width: 25%;
}

.successJourneyGrid_section .info-box .bg-image{
    background:  url('./images/card_bg.jpg') center/cover no-repeat; /* Light blue to white gradient */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: 0.2;
}

.successJourneyGrid_section .info-box{
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
    transition: transform 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    border: 1px solid #00ADC6;
}

.successJourneyGrid_section .info-box .title{
    color: #1f2c5e;
    margin-bottom: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 30px;
    width: 34%;
}
.successJourneyGrid_section .info-box .description{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #666;
    margin-bottom: 0;
}
.successJourneyGrid_section .info-box .icon-container{
    top: 0;
    right: 0;
    height: 44px;
    width: 44px;
}

.successJourneyGrid_section .info-box .icon-container img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* success journey component end */
.successJourneyImage_card_section .successJourneyImage_card{
    border: 1px solid #5FACDF;
    border-radius: 30px;
}

.image-container {
    height: 100%;
    width: 100%;
}

.image-container img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
}

.successJourneyImage_card .title{
    margin-bottom: 0;
}
.successJourneyImage_card .description{
    margin-top: 4px;
}

.portfolio_heading h4{
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    height: 48px;
}

.portfolio_heading .card-body{
    /* width: 300px; */
}

.portfolio_heading p.card-texts {
    font-size: 14px;
    text-align: left !important;
}

.owl-carousel .project-card {
    /* background: #222;
    border-radius: 10px; */
    padding: 0 20px;
    text-align: center;
 }
 
 .owl-carousel .owl-carousel .image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 10px;
 }
 
 .portfolio_heading .owl-nav-buttons #nextBtn{
    position: absolute;
    top: 50%;
    right: -10px;
    /* width: 100%; */
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 2;
}

.portfolio_heading .owl-nav-buttons #prevBtn{
    position: absolute;
    top: 50%;
    left: -10px;
    /* width: 100%; */
    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;
}

.form-bottom-text{
    text-align: center;
}

.stat-item-two{
    text-align: left !important;
    width: calc(25% - 30px) !important;
    padding: 40px 10px !important;
    margin: 0 15px 30px !important;
    box-sizing: border-box !important;
}

.lp-popup-modal{
    display: none;
}

.lp-list li{
    margin-bottom: 10px;
    color: #666;
}

.lp-btn{
    width: 400px !important;
    padding: 16px 24px !important;
    font-size: 20px !important;
}

.why-vervali-lp{
    display: none;
}

@media (min-width: 300px) and (max-width: 992px) {
    .hero-header{
        margin-top: 95px !important;
    }

    .page_banner .homebanner_text {
        margin-top: 10px !important;
    }

    .page_banner .form-col {
        margin-top: 0px !important;
    }

    .service-item h3 {
        line-height: 1.5;
        width: 100%;
        margin-left: 10px;
    }

    .testing-item p {
        font-size: 15px !important;
    }

    .img-automation-row {
        margin-bottom: 35px !important;
    }

    .stat-item-two{
        text-align: left !important;
        width: 100% !important;
        padding: 40px 10px !important;
        margin: 0 15px 30px !important;
        box-sizing: border-box !important;
    }


    .automation-sect .img-automation-row img {
        /* max-width: 50%; */
        object-fit: cover; 
        /* aspect-ratio: 1; */
        width: 200px;
        height: auto; 
    }

    .technologies-we-use .tech-we-use-w-10 {
        width: 30%;
    }

    .nav-tabs .nav-link {
        font-size: 14px;
    }


    .mobile-book-free-section {
        display: block;
    }

    .book-free-section {
        display: none;
    }

    .lp-slide-track .slide {
        width: 120px;
    }

    .technologies-we-use .tech-we-use-w-10{
        width: auto;
    }

    .nav-tabs{
        justify-content: space-evenly;
    }
    
    .lp-foot-menu {
        margin-bottom: 30px;
    }

    .page_banner .homebanner_text {
        margin-top: 0;
    }

    .page_banner .form-col {
        margin-top: 20px;
    }

    .lp-home-pattern1{
        display: none !important;
    }

    .lp-home-pattern-three{
        display: none;
    }
    
    .lp-home-pattern-two{
        display: none;
    }
    
    .technologies-we-use .tech-we-use-w-10{
        width: auto;
    }

    .portfolio_heading h4 {
        height: 44px;
        font-size: 16px;
    }

    .owl-carousel .project-card{
        margin: 0 !important;
    }

    .portfolio_heading p.card-texts {
        font-size: 14px;
    }

    /* Audit */
    .audit-home-banner{
        margin-bottom: 20px;
        text-align: center;
    }

    .audit-home-banner h1{
        text-align: center;
    }

    .audit-frame img{
        display: none;
    }

    .lp-dot-pattern-one{
        display: none;
    }

    .lp-light-frame-pattern{
        display: none;
    }

    .our-service-card{
        display: grid;
    }
    .services_pad30{
        width: 100%;
        padding:0 20px;
    }
    .our-service-card img {
        width: 200px;
        margin: auto;
    }
    .services_padleft{
        width: 100%;
        padding:0 20px;
    }
    .service-title {
        font-size: 18px;
    }
    .our-service-card-content{
        padding-top: 20px;
    }
    .portfolio-img img{
        height: 250px !important;
    }
    .portfolio-img{
        padding: 0px !important;
    }
    .frame-3{
        display: none;
    }
    .portfolio-content{
        margin: 0px !important;
    }
    .tech-we-use-w-10 {
        width: 45% !important;
    }
    .why-vervali-services h5{
        width: 100%;
    }

    .our_services_home{
        margin-bottom: 20px;
    }

    .enterprise_row{
        padding: 10px 0px;
    }
    .enterprise .nav-pills .nav-link{
        padding: 10px;
        font-size: 14px;
    }
    .enterprise .tab-content img{
        height: 100%;
    }
    .enterprise .tab-description {
        height: 100%;
        bottom: 0;
        left: 0;
        right: 20px;
        background: #5facdfc9;
        padding: 57px 12px;
        width: 100%;
        line-height: 24px;
    }
    .enterprise {
        margin: 0px 0 20px;
    }
    .process_section{
        padding-top: 20p;
    }
    .process-heading{
        margin-bottom: 30px;
    }
    .process-icon{
        width: 120px;
        height: 120px;
    }
    .process-icon img{
        width: 70px;
    }
    .portfolio-square{
        display: none;
    }

    .enterprise.saas_services .content-wrapper {
        width: 100%;
        margin: 0 0 0 auto;
        height: auto;
    }
    
    .enterprise.saas_services .tab-description{
        height: 100%;
        line-height: 20px;
        padding-bottom: 0;
    }
    .enterprise.saas_services .mb-4{
        margin-bottom: 0px !important;
    }
    .saas_services .enterprise_row {
        margin-top: 15px;
    }
    .audit-banner-logo {
        width: 100%;
    }

    .footer-card {
        padding: 14px 16px;
    }

    
    .why_choose_custom_mobile h2 {
        width: 100%;
        padding-bottom: 10px;
    }
    .why_choose_custom_mobile .mt-5{
        margin-top: 20px !important;
    }
    .why_choose_custom_mobile  .pb-5{padding-bottom: 0px !important;}
    .why_choose_custom_mobile .types-of-testing-item .pb-3{padding-bottom: 0px !important;}
    .why_choose_custom_mobile .types-of-testing-item h5 {
        font-size: 20px;
    }
    .our_development_process .service-item .service-icon img {
        width: 58px;
        height: 58px;
    }
    .why_choose_custom_mobile .column_border_right{
        border: none;
    }
    .why_choose_custom_mobile .types-of-testing-item h5 {
        margin-bottom: 5px !important;
        line-height: 26px;
    }
    .why_choose_custom_mobile .types-of-testing-item {
        border: none;
        padding: 15px 15px;
    }
    .why_choose_custom_mobile h2{
        width: 100%;
    }
    .homebanner_text .free_quote{
        padding-top: 20px !important;
    }
    .get-a-free-quote .audit-home-banner p {
        width: 100%;
        text-align: center;
    }
    .audit-banner-logo img {
        margin-right: 15px;
    }
    .engage-with-us-section .engage-with-us-card-row > div:nth-child(even){
        margin-top: 0;
    }
    .engage-with-us-section .engage-with-us-card-row > div:not(:first-of-type){
        margin-top: 26px;
    }

    .main-container{
        margin: 20px auto;
    }

    .stat-item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 30px 20px !important;
    }
    .stats-container {
        margin: 0;
    }
    .heading {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    .stat-number {
        font-size: 2rem;
    }
    .stats-container .stat-item:nth-child(2),
    .stats-container .stat-item:nth-child(4) {
        width: 100% !important;
    }

    .left-enterprise-container .nav {
        width: 100%;
    }

    .successJourneyGrid_section .info-box .title{
        width: 57%;
    }
    .successJourneyGrid_section .successJourneyGrid_row > div:nth-child(2) .title,
    .successJourneyGrid_section .successJourneyGrid_row > div:nth-child(3) .title{
        width: 57%;
    }

    .thanks_container .info-links{
        flex-direction: column;
    }

    .thankyou-heading {
        font-size: 28px;
    }

    .thankyou-sub-heading{
        font-size: 12px !important;
    }

    .info-links a {
        font-size: 12px;
    }

    .thankyou-contact-us-container{
        flex-direction: column;
        gap: unset !important;
    }

    .form-bottom-text{
        font-size: 14px !important;
    }

    #saas_services{
        margin-top: 22px;
    }

    .client-slider-header{
        /* margin-top: unset !important; */
    }

    .client-slider-header h3{
        margin-top: unset !important;
    }

    #lp-hamburger{
        display: none;
    }

    .lp-popup-modal{
        display: block;;
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .engage-with-us-section .engage-with-us-card-row > div:nth-child(1) {
        margin-bottom: unset !important;
    }

    .landing-banner-sub h3{
        margin: unset !important;
    }

    .lp-btn{
        width: 300px !important;
        font-size: 16px !important;
    }

    .why-vervali-lp{
        display: block;
    }

    .our-portfolio-lp{
        margin-top: unset !important;
    }
}