.testing-page-bg{
    background-image: url('/testing-page-bg-image.png');
}
.testing-from{
    font-size: 46px;
    color: #252525;
    margin-top: 6%;
}
.bug-to-brilliance{
    background: linear-gradient(90deg, rgba(1, 106, 151, 1) 59%, rgba(0, 180, 229, 1) 100%);
    color: transparent;
    background-clip: text;
    font-size: 46px;
}
@media screen and (max-width:700px){
    .testing-from{
        font-size: 30px;
    }
    .bug-to-brilliance{
        font-size: 30px;
    }
}
.at-amico-text{
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #4D4D4D;
}
.testing-contactus{
    width: 120px;
    height: 41px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    border-radius: 5px;
    background: linear-gradient(90deg, rgba(0, 105, 151, 1) 36%, rgba(0, 133, 170, 1) 100%);
    margin-top: 10px;
}
.testing-contactus:hover{
    background: #006997;
}
.will-craft-img{
    margin-top: 10%;
}
.will-help-img{
    margin-top: 4%;
}
.will-deploy-img{
    margin-top: 15%;
}
.will-bring-img{
    margin-top: 4%;
}
.will-make-img{
    margin-top: 12%;
}
@media screen and (max-width:439px){
    .responsive-deploy-img{
        width: 89%;
    }
}
.why-choose-amico-for-testing{
    background-color: #EEFBFF;
    color: #006997;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 15px;
    letter-spacing: 2px;
    /* margin-top: 7%; */
    margin-top: 55px;
}
.your-partner{
    font-size: 40px;
    color: #252525;
}
@media screen and (max-width:700px){
    .your-partner{
        font-size: 30px;
    }
}
.from-functionality{
    font-weight: 400;
    font-size: 13px;
    color: #4D4D4D;
}
.manual-testing-card{
    width: 1159px;
    background-color: #EBEFFF;
    border-radius: 10px;
}
.manual-testing-card-topic{
    font-weight: 500;
    font-size: 32px;
    color: #252525;
}
.manual-testing-card-para{
    font-weight: 400;
    font-size: 15px;
    color: #4D4D4D;
    text-align: justify;
}
.manual-testing-card-points{
    font-weight: 400;
    font-size: 15px;
    color: #252525;
}
.manual-testing-card-tickimg{
    height: 24px;
    width: 24px;
}
.manual-testing-card-img{
    width: 451px;
    height: 368px;
}
@media screen and (max-width:490px){
    .manual-testing-card-img{
        width: 340px;
        height: 308px;
    }
}
.automation-testing-card{
    width: 1159px;
    background-color: #FFF4ED;
}
.automation-testing-card-topic{
    font-weight: 500;
    font-size: 32px;
    color: #252525;
}
.automation-testing-card-para{
    font-weight: 400;
    font-size: 15px;
    color: #4D4D4D;
    text-align: justify;
}
.automation-testing-card-points{
    font-weight: 400;
    font-size: 15px;
    color: #252525;
}
/* .automation-testing-card-image{
    width: 451px;
    height: 330px;
} */
@media screen and (max-width:490px){
    .automation-testing-card-image{
        width: 340px;
        height: 308px;
    }
}
.automation-testing-card-tickimg{
    height: 24px;
    width: 24px;
}
.testing-tools-and-technologies{
    display: flex;
    justify-content: center;
    /* margin-top: 6%; */
    font-weight: 600;
    font-size: 20px;
    color: #252525;
}

/* animation tools */
.logos{
    background-color: #FAFAFA;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
    white-space: nowrap;
    display: flex;
    position: relative;
    /* margin-top: 5%; */
}
.logos::before,
.logos:after{
    position: absolute;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
}
.logos::before{
    left: 0;
    background: linear-gradient(to left, rgba(255,255,255,0),white);
}
.logos::after{
    right: 0;
    background: linear-gradient(to right, rgba(255,255,255,0),white);
}
.logos:hover .logos-slide{
    animation-play-state: paused;
}
.logos-slide{
    margin-left: 8%;
    display: inline-block;
    animation: 15s slide infinite linear;
}
@keyframes slide{
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-100%);
    }
}
@media screen and (max-width:745px){
    .logos::before{
        display: none;
    }
    .logos::after{
        display: none;
    }
}
.our-testing-process{
    background-color: #EEFBFF;
    color: #006997;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 2px;
    /* margin-top: 5%; */
}
.a-process-buuid-for-perfection{
    font-weight: 600;
    font-size: 40px;
    color: #252525;
}
@media screen and (max-width:700px){
    .a-process-buuid-for-perfection{
        font-size: 30px;
    }
}
.testing-pg-atamico{
    text-align: center;
    /* padding: 0px 40px; */
    font-weight: 400;
    font-size: 13px;
    color: #4D4D4D;
}

.service-grid .service-box {
    padding: 30px;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.service-grid .service-box:nth-child(3),
.service-grid .service-box:nth-child(6) {
    border-right: none; 
}

.service-grid .service-box:nth-last-child(-n+3) {
    border-bottom: none;
}
.form-concept-table-name{
    color: #252525;
    font-size: 20px;
    margin-top: 8px;
}
.form-concept-table-para{
    font-weight: 400;
    font-size: 13px;
    color: #4D4D4D;
    text-align: justify;
}

/* CTA Card */
.cta-card {
    background: #062f3f;
    border-radius: 20px;
    padding: 40px;
    min-height: 250px;
}

/* Left Image */
.cta-left img {
    max-width: 175px;
}

/* Center Content */
.cta-content {
    flex: 1;
    color: #ffffff;
    padding: 0 20px;
}

.cta-title {
    font-size: 32px;
    font-weight: 700;
}

.cta-text {
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFF;
}

/* Button */
.cta-btn {
    background: linear-gradient(90deg, rgba(0, 105, 151, 1) 36%, rgba(0, 133, 170, 1) 100%);
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
}
.cta-btn:hover{
    background: #006997;
}

/* Right Shape */
.cta-right {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.cta-right img {
    height: 100%;
    max-width: 220px;
    opacity: 0.3;
}

/* Responsive */
@media (max-width: 768px) {
    .cta-card {
        text-align: center;
        padding: 30px 20px;
    }

    .cta-title {
        font-size: 24px;
    }

    .cta-left,
    .cta-right {
        display: none;
    }
}
.testing-page-contact-us-btn{
    width: 118px;
    height: 41px;
    border: none;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    background: linear-gradient(90deg, rgba(0, 105, 151, 1) 36%, rgba(0, 133, 170, 1) 100%);
}
.testing-page-contact-us-btn:hover{
    background: #006997;
}

.bottom-images-div{
    display: flex;
    background-color: #002C3F;
    justify-content: space-between;
    align-items: self-end;
    border-radius: 20px;
}
.bottom-image-content-div{
    position: absolute;
    color: white;
    bottom: 22%;
    left: 19%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.contact-us-btn {
    padding: 10px;
    border: none;
    border-radius: 5px;
    background: linear-gradient(90deg, #006997, #0085AA);
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    width: 120px;
    display: block;
    text-align: center;
    margin: auto;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  .contact-us-btn:hover {
    background:#006997
  }
@media (max-width: 576px) {
    .bottom-images-div{
        display: none;
    }
    .bottom-image-content-div{
        position: unset;
        color: #002C3F;
    }
  }
 
  @media (min-width: 576px) {
    .bottom-images-div{
        display: none;
    }
    .bottom-image-content-div{
        position: unset;
        color: #002C3F;
    }
  }

  @media (max-width: 576px) {
    .service-grid > .service-box{
        padding: 1px;
        border-bottom: 0px solid #e6e6e6;
        border-right: 0px solid #e6e6e6;
    }
    .at-amico-text{
        font-size: 13px;
    }
    .bottom-images-div{
        display: none;
    }
    .bottom-image-content-div{
        position: unset;
        color: #FFFFFF;
        background-color: #002C3F;
        padding: 27px;
        border-radius: 15px;
    }
  }
 
  @media (min-width: 576px) {
    .bottom-images-div{
        display: none;
    }
    .bottom-image-content-div{
        position: unset;
        color: #FFFFFF;
        background-color: #002C3F;
        padding: 27px;
        border-radius: 15px;
    }
  }

  @media (min-width:768px){
    .bottom-images-div{
        display: flex;
        background-color: #002C3F;
        justify-content: space-between;
        align-items: self-end;
        border-radius: 20px;
    }
    .bottom-image-content-div{
        position: absolute;
        background-color: unset;
        color: white;
        bottom: 22%;
        left: 19%;
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 13px;
    }    
  }
 
  @media (min-width: 768px) {
    .bottom-images-div{
        display: flex;
    }
    .bottom-image-content-div{
        position: absolute;
        color: white;
    }
  }
 
  .testing-page-single-image{
    padding: 10px;
    width: 90%;
    display: none;
  }
  .acms-section {
    padding-left: 75px;
    padding-right: 75px;
    margin-bottom: 75px;
  }

  #div-end-banner{
    position: relative;
    width: 88%;
    margin: auto;
  }

 @media screen and (max-width:576px){
    .testing-page-group-image{
        display: none;
    }
    .testing-page-single-image{
        display: block;
    }
    .from-functionality{
        /* text-align: justify; */
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .testing-pg-atamico{
        text-align: justify;
    }
    .acms-section {
        padding-left: 25px;
        padding-right: 25px;
        margin-bottom: 25px;
    }

    #div-end-banner{
        width: 100%;
    }

    #div-end-banner h6 {
        text-align: justify !important;
    }

    #div-end-banner br {
        display: none;
    }

 }
 @media screen and (max-width:992px){
    .manual-testing-section{
        margin-left: 0px;
        margin-right: 0px;
    }
    .automation-testing-section{
        margin-left: 0px;
        margin-right: 0px;
    }
    .manual-testing-card-img{
        display: none;
    }
    .automation-testing-card-image{
        display: none;
    }
 }