/*
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.1766773643
Updated: 2025-12-26 18:27:23

*/

/* Primary Form Styling - GF */
.primary-form .gform_required_legend {
	display: none;
}
.primary-form label,
.primary-form legend {
	color: #191D24CC !important;
	line-height: 17.396px!important;
}
.primary-form .gfield_required.gfield_required_asterisk {
	color: #191D24CC;
}
.primary-form .gform-theme--foundation .gform_fields {
	column-gap: 21px;
	row-gap: 21px;
}
.primary-form .gform-body.gform_body input,
.primary-form  .gform-body.gform_body select,
.primary-form  .gform-body.gform_body textarea {
	background: #E3ECF7;
	border-color: #E3E5E8 !important;
	color: #66748C;
	font-size: 13.9px;
	border-radius: 3.48px;
	box-shadow: none;
}
.primary-form .gform-body.gform_body input,
.primary-form  .gform-body.gform_body textarea {
	padding: 16.5px 17.4px;
	height: 52px;
}
.primary-form  .gform-body.gform_body select {
	height: 52px;
}
.primary-form  .gform-body.gform_body option {
	font-family: "DM Sans", sans-serif !important;
}
.primary-form #gform_submit_button_1, .primary-form #gform_submit_button_2, .primary-form #gform_submit_button_3 {
	background: #0F3B63;
	font-weight: 600;
	font-size: 16px;
	line-height: 20.875px;
	padding: 13.92px 27.83px;
}

.primary-form select:hover,
.primary-form select:focus {
	background-image: none !important;
}

@media (min-width: 1025px) {
    .mobile-menu {
        display: none !important;
    }
}
@media (max-width: 1024px) {
    

    .menu-item.call-us a {
        display: block;
        background: transparent;
        border: 2px solid #c19650;
        color: #c19650 !important;
        padding: 12px 20px;
        margin: 15px 20px 10px;
        border-radius: 5px;
        text-align: center;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.3s ease;
    }
    
    .menu-item.call-us a:hover {
        background: #c19650 !important;
        color: #fff !important;
    }
    

    .menu-item.free-consult a {
        display: block;
        background: #c19650;
        color: #fff !important;
        padding: 12px 20px;
        margin: 10px 20px 20px;
        border-radius: 5px;
        text-align: center;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.3s ease;
    }
    
    .menu-item.free-consult a:hover {
        transform: translateY(-2px);
		background: #c19650 !important;
    }
    
  
    .mobile-menu {
        list-style: none;
        margin: 0;
        padding: 0;
    }
