/*Google Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200&display=swap');

/*Basic Settings*/
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

body{
    height: 100vh;
}

.wrapper{
    height: 100%;
    width: 100%;
}


/**********Services***************/
.ServicesPage p{
    margin-bottom: 0 !important;
}

/*Banner Section*/

.ServicesPage section.banner_section {
    height: 600px;
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ServicesPage .banner_section .title{
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: #ffffff;
    margin-left: 4em;
}
.ServicesPage .banner_section .title > div{
    width: 100%;
    max-width: 700px;
}


/*Comprehensive Functional*/

.ServicesPage .testingServices{
    padding: 50px 0;
    background-color: #EBEBEB;
    text-align: center;
}
.ServicesPage .testingServices .heading{
    font-size: 24px;
    font-weight: 700;
    color: #172C54;
    margin-bottom: 30px;
}
.ServicesPage .testingServices .description{
    font-size: 16px;
    font-weight: 500;
}

/*Why Testing*/

.ServicesPage .whyTesting{
    padding: 50px 0 100px 0;
    background-color: #ffffff;
    text-align: center;
}

.ServicesPage .whyTesting .main-heading{
    font-size: 24px;
    font-weight: 700;
    color: #172C54;
    margin-bottom: 30px;
}
.ServicesPage .whyTesting .content_row{
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.ServicesPage .whyTesting .content_row > div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.ServicesPage .whyTesting .cardBox{
    background: linear-gradient(180deg, #00ACFF 0%, #172C54 100%);
    color: #ffffff;
    text-align: center;
    max-width: 300px;
    height: 320px;
    border: 0;
    padding: 40px 0 20px 0;
}
.ServicesPage .whyTesting .cardBox:hover{
    background: #172C54;
    box-shadow: 5px 5px 15px rgba(23, 44, 84, 0.4);
}
.ServicesPage .whyTesting .cardBox:hover img {
    transform: scale(1.5);
    transition-duration: 0.5s;
}

.ServicesPage .whyTesting .cardBox .card-header{
    background-color: transparent;
    border: 0;
}
.ServicesPage .whyTesting .cardBox img{
    width: 80px;
    height: 80px;
}
.ServicesPage .whyTesting .cardBox .card-body{
    flex: none;
    height: 80px;
}
.ServicesPage .whyTesting .cardBox .card-body .title{
    font-size: 18px;
    font-weight: 600;
}
.ServicesPage .whyTesting .cardBox .card-footer .description{
    font-size: 14px;
    font-weight: 400;
}
.ServicesPage .whyTesting .cardBox .card-footer{
    background-color: transparent;
    border: 0;
    padding: 10px 30px;
}





/*qAonCloudTestingservices*/
.ServicesPage .qAonCloudTesting{
    padding: 50px 0;
    background-color: #EBEBEB;
    text-align: center;
}
.ServicesPage .qAonCloudTesting .heading{
    font-size: 24px;
    font-weight: 700;
    color: #172C54;
    margin-bottom: 30px;
    text-transform: unset !important;
}
.ServicesPage .qAonCloudTesting .carousel-inner{
    border-radius: 30px;
}
.ServicesPage .qAonCloudTesting .carousel-item{
    border-radius: 30px;
}
.ServicesPage .qAonCloudTesting .cardBox{
    background-color: #ffffff;
    padding: 30px 0 50px 0;
    border-radius: 30px;
    border-bottom: 10px solid #00ACFF;
    height: 370px
}
.ServicesPage .qAonCloudTesting .cardBox .card-header{
    background-color: transparent;
    border: 0;
}
.ServicesPage .qAonCloudTesting .cardBox img{
    width: 100px;
}
.ServicesPage .qAonCloudTesting .cardBox .card-body{
    flex: none;
    /* height: 60px; */
}
.ServicesPage .qAonCloudTesting .cardBox .card-body .title{
    font-size: 28px;
    font-weight: 700;
    color:#00ACFF;
}
.ServicesPage .qAonCloudTesting .cardBox .card-footer .description{
    font-size: 16px;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
}
.ServicesPage .qAonCloudTesting .cardBox .card-footer{
    background-color: transparent;
    border: 0;
}

.ServicesPage .qAonCloudTesting .carousel-control-prev-icon{
    background-image: url('./../assets/img/home/arrow-left-circle.svg') !important;
}
.ServicesPage .qAonCloudTesting .carousel-control-next-icon{
    background-image: url('./../assets/img/home/arrow-right-circle.svg') !important;
}


/*Perks Of Hiring*/
.ServicesPage .perksOfHiring{
    padding: 50px 0 100px 0;
    background-color: #14274A;
    text-align: center;
}
.ServicesPage .perksOfHiring .title{
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 50px;
}
.ServicesPage .perksOfHiring .carousel-item .text_box{
    margin: 0 auto;
    max-width: 550px;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    border: 2px dashed #ffffff;
    border-radius: 10px;
    padding: 15px;
}
.ServicesPage .perksOfHiring .carousel-item .text_box .blue_text{
    color: #00ACFF;
}


.ServicesPage .perksOfHiring .carousel-indicators{
    top: 130px;
}

.ServicesPage .perksOfHiring .carousel-indicators [data-bs-target]{
    height: 15px;
    width: 15px;
    border-radius: 50%;
    margin: 0 8px;
}

.ServicesPage .perksOfHiring .carousel-indicators .active{
    background-color: #00ACFF;
}



/*Statistics*/
.ServicesPage .statistics{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 0;
}
.ServicesPage .statistics .stat{
    min-height: 120px;
    padding: 20px;
    border-right: 1px solid grey;
}
.ServicesPage .statistics .row > div:last-child .stat{
    border-right: 0 !important;
}
.ServicesPage .statistics .stat_numbers{
    font-size: 30px;
}
.ServicesPage .statistics .stat_text{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}


/*Media queries*/

@media screen and (max-width: 400px){
    .ServicesPage .qAonCloudTesting .cardBox {
        padding: 20px 5% 10px 5% !important;
        height: 370px !important;
    }
    .ServicesPage .qAonCloudTesting .cardBox .card-footer .description {
        font-size: 12px !important;
    }
}
@media screen and (max-width:575px) {

    /*Banner Section*/

    .ServicesPage .banner_section .title{
        font-size: 16px;
    }

    /*Comprehensive Functional*/
    .ServicesPage .testingServices .heading{
        font-size: 16px;
    }
    .ServicesPage .testingServices .description{
        font-size: 14px;
    }

    /*Functional Testing*/
    .ServicesPage .whyTesting{
        padding: 50px 0 50px 0;
    }
    .ServicesPage .whyTesting .main-heading{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .ServicesPage .whyTesting .row{
        --bs-gutter-y: 20px
    }
    
    /*Q-AonCloud Fullstack*/
    .ServicesPage .qAonCloudTesting .heading {
        width: 80%;
        margin: 0 auto 30px auto;
        font-size: 16px;
    }

    .ServicesPage .qAonCloudTesting .cardBox {
        padding: 30px 5% 10px 5%;
        height: 400px;
    }
    .ServicesPage .qAonCloudTesting .cardBox img{
        width: 80px;
    }
    .ServicesPage .qAonCloudTesting .cardBox .card-body .title{
        font-size: 16px;
        margin-bottom: 0 !important;
    }
    .ServicesPage .qAonCloudTesting .cardBox .card-footer .description{
        font-size: 14px;
    }
    .ServicesPage .qAonCloudTesting .carousel-control-prev{
        top: 20%;
        left: 10%;
        align-items: unset;
    }
    .ServicesPage .qAonCloudTesting .carousel-control-next{
        top: 20%;
        right: 10%;
        align-items: unset;
    }
    

    /*Perks Of Hiring*/
    .ServicesPage .perksOfHiring .title{
        font-size: 16px;
        width: 85%;
        margin: 0 auto 30px auto;
    }
    .ServicesPage .perksOfHiring .carousel-item .text_box{
        font-size: 14px;
        width: 85%;
    }

    /*Statistics*/
    .ServicesPage .statistics .stat{
        border: 0;
        border-bottom: 1px solid grey !important;
    }
    .ServicesPage .statistics .row > div:last-child .stat{
        border-bottom: 0 !important;
    }
    .ServicesPage .statistics .stat_numbers{
        font-size: 24px;
    }

}

@media screen and (min-width:576px) and (max-width:767px) {

    /*Banner Section*/
    
    .ServicesPage .banner_section .title{
        font-size: 24px;
    }
    .ServicesPage .whyTesting .main-heading{
        font-size: 24px;
    }

    /*Comprehensive Functional*/

    .ServicesPage .testingServices .heading{
        font-size: 20px;
        width: 90%;
        margin: 0 auto 30px auto;
    }
    
    /*Q-AonCloud Fullstack*/
    .ServicesPage .qAonCloudTesting .heading {
        font-size: 24px;
        width: 90%;
        margin: 0 auto 30px auto;
    }

    .ServicesPage .qAonCloudTesting .cardBox {
        padding: 30px 5% 30px 5%;
        height: 350px;
    }
    .ServicesPage .qAonCloudTesting .cardBox img{
        width: 80px;
    }
    .ServicesPage .qAonCloudTesting .cardBox .card-body .title{
        font-size: 18px;
    }
    .ServicesPage .qAonCloudTesting .cardBox .card-footer .description{
        font-size: 14px;
    }

    /*Perks Of Hiring*/
    .ServicesPage .perksOfHiring .title{
        font-size: 24px;
    }
    .ServicesPage .perksOfHiring .carousel-item .text_box{
        font-size: 14px;
    }

    /*Statistics*/
    .ServicesPage .statistics .row > div:nth-child(2) .stat{
        border-right: 0 !important;
    }
    .ServicesPage .statistics .row > div:nth-child(4) .stat{
        border-right: 0 !important;
    }
    .ServicesPage .statistics .row > div:last-child .stat{
        border-right: 0 !important;
    }
    .ServicesPage .statistics .stat_numbers{
        font-size: 24px;
    }
    
}

@media screen and (min-width:767px) and (max-width:990px) {
    .ServicesPage .banner_section .title{
        font-size: 30px;
    }
    .ServicesPage .testingServices .heading{
        font-size: 24px;
    }
    .ServicesPage .whyTesting .main-heading{
        font-size: 24px;
    }
    .ServicesPage .qAonCloudTesting .heading{
        font-size: 24px;
    }
    .ServicesPage .qAonCloudTesting .cardBox{
        padding: 30px 10% 50px 10%;
        height: 350px;
    }
    .ServicesPage .qAonCloudTesting .cardBox .card-body .title{
        font-size: 20px;
    }
    .ServicesPage .qAonCloudTesting .cardBox .card-footer .description{
        font-size: 14px;
    } 
    .ServicesPage .perksOfHiring .title{
        font-size: 24px;
    }
    /*Statistics*/
    .ServicesPage .statistics .row > div:nth-child(2) .stat{
        border-right: 0 !important;
    }
    .ServicesPage .statistics .row > div:nth-child(4) .stat{
        border-right: 0 !important;
    }
    .ServicesPage .statistics .row > div:last-child .stat{
        border-right: 0 !important;
    }
    .ServicesPage .statistics .stat_numbers{
        font-size: 24px;
    }
}
@media screen and (min-width:991px) and (max-width:1200px) {
    /*Statistics*/
    .ServicesPage .statistics .row > div:nth-child(3) .stat{
        border-right: 0 !important;
    }
    .ServicesPage .statistics .row > div:nth-child(6) .stat{
        border-right: 0 !important;
    }
}