 .quality-section {

            padding: 80px 0;

           

        }



        .quality-title {

            font-size: 3rem;

            font-weight: bold;

            color: #2c5aa0;

            margin-bottom: 30px;

            line-height: 1.2;

        }



        .quality-description {

            font-size: 1.1rem;

            color: #666;

            line-height: 1.8;

            margin-bottom: 0;

        }



        .quality-image {

            width: 100%;

            height: 350px;

            object-fit: cover;

            border-radius: 8px;

            box-shadow: 0 8px 25px rgba(0,0,0,0.15);

        }



        .quality-image-large {

            width: 100%;

            height: 400px;

            object-fit: cover;

            border-radius: 8px;

            box-shadow: 0 8px 25px rgba(0,0,0,0.15);

            margin-top: -40px;

        }

         .business-image {

            width: 100%;

            height: 350px;

            object-fit: cover;

           

        }

  .Certifications-logo {

      

         width: auto;

         height: auto;

         object-fit: contain;

         object-position: center;

         filter: grayscale(30%);

         opacity: 0.8;

         transition: all 0.3s ease;

     }





        /* Responsive */

        @media (max-width: 768px) {

            .quality-section {

                padding: 50px 0;

            }

            

            .quality-title {

                font-size: 2.5rem;

                margin-bottom: 20px;

                text-align: center;

            }

            

            .quality-description {

                font-size: 1rem;

                text-align: center;

                margin-bottom: 30px;

            }

            

            .quality-image {

                height: 250px;

                margin-top: 20px;

            }

            

            .quality-image-large {

                height: 300px;

                margin-top: 30px;

            }

        }



        @media (max-width: 576px) {

            .quality-title {

                font-size: 2rem;

            }

            

            .quality-description {

                font-size: 0.95rem;

            }

  
    .customers-swiper {
        height: auto;
           }


            .quality-image {

                height: 200px;

            }

            

            .quality-image-large {

                height: 250px;

            }

             .business-image {

            width: 100%;

            height: 250px;

            object-fit: cover;

           

        }

        }

     .development-image {

  border-radius: 12px;

  transition: transform 0.3s ease;

}



.development-image:hover {

  transform: scale(1.02);

}



/* Collage effect */

.top-img {

width: 60%;

    margin-left: auto;

    z-index: 2;

    height: 345px;

}



.bottom-img {

  width: 60%;

  margin-top: -60px;   /* overlap */

  margin-right: auto;

  z-index: 1;

     height: 345px;

}



/* Responsive Fix */

@media (max-width: 991.98px) {

  .top-img, .bottom-img {

    width: 100%;

    margin: 0 0 20px 0;

  }

}







/* Responsive */

@media (max-width: 768px) {

    .quality-section {

        padding: 50px 0;

    }

    

    .quality-title {

        font-size: 2.5rem;

        margin-bottom: 20px;

        text-align: center;

    }

    

    .quality-description {

        font-size: 1rem;

        margin-bottom: 20px;

    }

    

    .development-image {

        height: 350px;

    }

    

    .text-content {

        padding-left: 0;

        margin-top: 30px;

    }

    

    .images-column {

        gap: 15px;

    }

}



@media (max-width: 576px) {

    .quality-title {

        font-size: 2rem;

    }

    

    .quality-description {

        font-size: 0.95rem;

    }

    

    .development-image {

        height: 180px;

    }

    

    .text-content {

        margin-top: 20px;

    }

    

    .images-column {

        gap: 10px;

    }

}