/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1741067028
Updated: 2025-03-04 05:43:48

*/

/* Global */
.primary-color {
	color: #E57007;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	padding: 5px 14px !important;
}

/* Home */
#home-faq .e-n-accordion-item {
    box-shadow: 0px 0px 6px #00000029 !important;
}

/* Contact */
#contact-icon path {
    fill: #e57007 !important;
}
::placeholder {
	color: #000 !importantl;
	opacity: 1 !important;
}
/*input, textarea {
    padding: 0 !important;
}*/

/* Single Course */
div#course-gallery {
    overflow: hidden;
}
#course-detail .elementor-widget-icon-box .elementor-icon-box-content {
    display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
#course-gallery img.swiper-slide-image {
    height: 480px;
    object-fit: contain !important;
}
#course-gallery .elementor-swiper-button.elementor-swiper-button-prev {
	background-color: #e7e7e760;
	padding: 250px 15px;
	left: 0 !important;
}
#course-gallery .elementor-swiper-button.elementor-swiper-button-next {
	background-color: #e7e7e760;
	padding: 250px 15px;
	right: 0 !important;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
	#course-gallery img.swiper-slide-image {
		height: 390px;
		object-fit: contain !important;
	}
}
@media only screen and (max-width: 767px) {
	#course-gallery img.swiper-slide-image {
		height: 290px;
		object-fit: contain !important;
	}
}

/* Loop */
#course-title .elementor-heading-title {
	height: 55px;
	overflow: hidden;
	text-overflow: ellipse;
}