/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

body :is(a, a:hover) { color: inherit; }
body { overflow-x: hidden; }

.hd-nav .wpr-menu-item { border-radius: 20px; }
.hd-nav :is(.wpr-active-menu-item, .wpr-menu-item:hover, .wpr-sub-menu-item:hover ) { background: #1C4F06; background: linear-gradient(180deg,rgba(0, 217, 0, 1) 0%, rgba(28, 79, 6, 1) 100%); }

.gradient-green h2 {  background: #04C701; background: linear-gradient(to bottom, #00A565 0%, #04C701 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

/* Footer */
.ctc-form form p { margin: 0; }
.ctc-form form br { display: none; }
.ctc-form form .flex p { display: flex; column-gap: 16px; }
.ctc-form form :is(input:not([type="file"], [type="checkbox"], [type="submit"]), select, textarea) { height: 57px; background: #EEE; margin-bottom: 11px; font: 500 20px 'Montserrat'; color: #000; }
.ctc-form form ::placeholder { color: #666; }
.ctc-form form textarea { height: 90px !important; padding-top: 15px; }
.ctc-form form [type="submit"] { background-color: #000; color: #fff; font: 500 20px 'Montserrat'; height: 92px; width: 250px; border: none; border-radius: 100px; display: block; margin: 10px auto 0; }
.ctc-form form [type="submit"]:hover { background-image: linear-gradient(180deg, #00D900 0%, #1C4F06 100%); background-color: transparent; }
.ctc-form form .wpcf7-list-item-label {line-height: 1.2em; color: #fff;}

/* REVIEWS PAGE */
.google-reviews .ti-footer.source-Google .ti-profile-img img { content: url('https://beta13.technodreamcenter.com/TopNotchTreeTrimmingServices/wp-content/uploads/2026/08/logo-1.png');


/* CONTACT US PAGE */
.page-id-31 footer #contact-form { display: none !important; }

/* RESPONSIVENESS */
@media screen and (max-width: 1680px) { body { zoom: 90% !important; } }
@media screen and (max-width: 1440px) {	body { zoom: 80% !important; } }
@media screen and (max-width: 1280px) {	body { zoom: 70% !important; } }
@media screen and (max-width: 1024px) { body { zoom: unset !important; }
	
	
@media screen and (max-width: 768px) {
    .ctc-form form .flex p { flex-wrap: wrap; }
    .ctc-form form :is(input:not([type="file"], [type="checkbox"], [type="submit"]), select, textarea) { height: 45px; font-size: 16px; }
    .ctc-form form [type="submit"] { font-size: 16px; height: 50px; width: 150px; }
    .ctc-form form .wpcf7-acceptance { font-size: 14px !important; }
}
