/* Quality Management page */

.page-id-10012 .elementor-widget:not(:last-child) {
    margin-bottom: 20px !important;
}

/* #Quality Management page */

@media (min-width:1024px){
.qua-icon-sec p.elementor-image-box-description {
      background: #b5c78a;
    padding: 40px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 46px;
    margin: 0% 10%;
      opacity: 0;
    border: 2px solid #333;
	    transition: all 0.6s ease-in-out;
}
.qua-icon-sec .elementor-image-box-wrapper:hover  p.elementor-image-box-description {
      opacity: 1;
	}
}

article.qodef-blog-item{
	border:1px solid #d5d8dc;
	border-radius:3px;
}

.qodef-e-media-image a img {
	opacity:1;
}

.tilaus-blog-list .qodef-e-content{
	padding:15px;
}

@media (max-width: 768px) {
    h1{
        font-size: 30px!important;
			
    }
	.qodef-blog-item h5 a{
        font-size: 20px!important;
				line-height:0px!important;
    }
	
	h5.qodef-e-title entry-title{
		margin-bottom:0!important;
		padding-bottom:0!important;
	}
	
}

.qodef-wrapper img {
	opacity:1;
}

/* Testimonials */

        
        .testimonials {
            text-align: center;
            padding: 50px 0;
        }
        .testimonials h2 {
            font-size: 24px;
            margin-bottom: 30px;
        }
        .grid {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
        }
        .testimonial-card {
            background: white;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            transition: box-shadow 0.3s ease-in-out;
            width: 400px;
        }
        .testimonial-card:hover {
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        }
        .testimonial-header {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }
        .testimonial-header img {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            margin-right: 15px;
        }
        .testimonial-header h4 {
            margin: 0;
            font-size: 16px;
        }
        .testimonial-header p {
            margin: 0;
            font-size: 14px;
            color: #777;
        }
        .stars {
            color: #facc15;
            margin-bottom: 10px;
        }
        .testimonial-text {
            color: #555;
            font-size: 14px;
        }

.qodef-footer-widget-title {
	margin-bottom:5px!important;
}