/*
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.4.5.1763014904
Updated: 2025-11-13 17:21:44

*/

/* Footer Last Column */

@media(min-width:881px) and (max-width: 1024px){
        .elementor-2792 .elementor-element.elementor-element-cd5a285.ip-footer-last-col{
        width:40% !important;
    } 
}

/* Slider */

.ip-home-slider .swiper-slide-inner{
     width: 100% !important;
     max-width: 1200px !important;
     box-sizing: border-box;
}

.ip-home-page-form .forminator-ui {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.ip-home-page-form .forminator-button{
	width:100% !important;
}
.ip-home-page-form .forminator-col{
   padding-left: 0px !important;
    padding-right:0px !important ;
}

.ip-home-page-form .forminator-row{
	margin-bottom: 0px !important;
    width: 100% !important;
	max-width: 100% !important;
}
.ip-home-page-form .forminator-input, .ip-home-page-form .forminator-button{
	border-radius: 7px !important;
}

.ip-home-page-form .forminator-button{
    background-color: #00b5bc !important;
    color: #fff !important;
    border: 1px solid #fff !important;

}
.ip-home-page-form .forminator-button:hover{
    background: #fff !important;
    color: #00b5bc!important;
} 

.ip-sidebar-form input, .ip-sidebar-form textarea{
    border-radius: 10px !important;
}
.ip-sidebar-form .forminator-button{
	border-radius: 7px !important;
}
@media(min-width:320px) and (max-width:600px){
.ip-home-page-form .forminator-ui {
	grid-template-columns: 1fr !important;
}
}
@media(min-width:601px) and (max-width:850px){
   .ip-home-page-form .forminator-row-last {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 5;
}
.ip-home-page-form .forminator-ui {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
}