/*
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.1.1.1729327313
Updated: 2024-10-19 08:41:53

*/

p:last-child {
	margin-bottom: 0;
}
.counter-sec .elementor-counter-title {
    text-align: center;
}
.services-icon-box .elementor-widget.elementor-widget-icon-box {
    height: 100%;
}
.book-btn {
    cursor: pointer;
}
.elementor-field.elementor-select-wrapper.remove-before .select-caret-down-wrapper svg {
    height: 16px;
}
.services-img img {
    aspect-ratio: 16 / 10;
    object-fit: contain;
}
.hero-sec-img img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
}
.contact-form-set .main-all-fields br {
    display: none;
}
.contact-form-set .main-all-fields > p {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.contact-form-set .main-all-fields > p span.wpcf7-form-control-wrap {
    width: calc(50% - 10px);
}
.contact-form-set .main-all-fields > p span.wpcf7-form-control-wrap input, .contact-form-set .main-all-fields > p span.wpcf7-form-control-wrap select {
    padding: 15px;
}
.contact-form-set .main-all-fields > p input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    border: none;
    padding: 15px;
}
.contact-form-set .main-all-fields span.wpcf7-spinner {
    margin-top: -60px;
}
.contact-form-set .wpcf7-response-output {
    margin-top: 15px !important;
}
@media(min-width: 1025px) {
.header-menu li.header-btn a.ekit-menu-nav-link {
    background: var(--e-global-color-primary);
    color: white !important;
    padding: 10px 20px !important;
    margin-left: 40px;
    border-radius: 5px;
}
.header-menu li.header-btn a.ekit-menu-nav-link:hover {
    background: #000 !important;
}
}
@media(max-width: 767px) {
.services-img img {
	aspect-ratio: 16 / 15;
}
.contact-form-set .main-all-fields > p span.wpcf7-form-control-wrap {
    width: 100%;
}	
}