/* Quality Management page */


.page-id-10012 img {
    opacity: initial !important;
}

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

.page-id-10012 .qodef-light-logo{transform: translateY(-100%) !important;}

.page-id-10012 .qodef-normal-logo{
	display:none;
}

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


/* Desktop Nav Bar Styling */
@media (min-width: 768px) { /* Targeting tablet and desktop */

	body:not(.logged-in) .elementor-element-5b0a67a .elementor-container{
		margin-top:100px;
	}
	
	body:not(.logged-in) .elementor-element-64e0fd5{
		margin-top:200px!important;
	}
	
    .qodef-logo-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .qodef-logo-wrapper img {
        max-width: 300px!important; /* Adjust this value to make it bigger */
        height: auto!important;
			
    }
	

    .qodef-position-left {
        display: flex;
        justify-content: center;
        width: 100%;
			height:auto!important
				padding-top:0!important;
			padding-bottom:26px;
			background-color:#fff!important;
    }

    .qodef-position-left-inner {
        display: flex;
        justify-content: center;
        width: 100%;
			margin-bottom:40px!important;
			
    }

	.qodef-position-right-inner {
		background-color:#fff;
	}
	.qodef-fixed-wrapper.fixed{
		background-color:#fff;
	}
	
	.elementor-page-10012 .qodef-fixed-wrapper.fixed{
		background-color:#000;
	}
	
	.elementor-page-10012 .qodef-position-right-inner, .elementor-page-10012 .qodef-position-left-inner,.elementor-page-10012 .qodef-position-left,.elementor-page-10012 .qodef-page-header {
		background-color:#000!important;
	}

	.elementor-page-10012 .qodef-page-header {
		
	}
	.qodef-menu-area .qodef-grid{
		width:100vw;
	}
	
	.qodef-position-right-inner {
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    width: 100%!important;
}

	.qodef-content{
	margin-top:100px!important;
	}
	
	.qodef-page-header {
		margin-bottom:0!important;
	}
	
	.qodef-vertical-align-containers{
		background-color:#fff!important;
	}
	.qodef-position-right::before{
	display:none!important;
}.qodef-vertical-align-containers .qodef-position-right {
    float: none; /* Remove float */
    text-align: center; /* Center the content inside */
}

.qodef-position-right-inner {
    display: inline-block; /* Allows it to stay centered */
}
	

}

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