/* 
Theme Name: U First Landscaping
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 */
.text-transparent span{
	 user-select: none;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* IE/Edge */
	color: transparent;
  -webkit-text-stroke: 1.5px #ffffff40;
}
.client-testimonial .owl-nav .owl-next{
	left: 65px !important;
}

/* contact form Homepage css */
.cf7-flex-form, .cf7-getintouch {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cf7-flex-row p , .cf7-getintouch-row p{
  display: flex;
  gap: 5px;
}
.cf7-flex-form input[type="text"] ,
.cf7-flex-form input[type="email"],
.cf7-flex-form input[type="tel"],
.cf7-flex-form textarea,
.cf7-getintouch input,
.cf7-getintouch textarea{
  width: 100%;
  padding: 18px 16px;
  font-size: 14px;
  border: 2px solid #fff;
  border-radius: 6px;
  background: #fff;
  color: #333;
  box-sizing: border-box;
}

.cf7-flex-form input[type="submit"],
.cf7-getintouch input[type="submit"]{
  background: rgba(1, 249, 46, 1);
  color: rgba(65, 101, 185, 1);
  font-weight: 700;
  padding: 15px 38px;
  border: 2px solid rgba(65, 101, 185, 1);
  border-radius: 30px;
  text-transform: uppercase;
  font-family: poppins;
  width: auto !important;
  margin-top: 15px;
}
.cf7-flex-form input[type="submit"]:hover{
	color: #fff;
}
/* contact form contact page css */
.cf7-getintouch-submit{
	display: flex;
	justify-content: center;
}
.cf7-getintouch-row{
	width: 72%;
}
.cf7-getintouch-submit p{
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.cf7-getintouch-submit input[type="submit"]{
	color: rgba(0, 90, 250, 1);
}
.cf7-getintouch-submit input[type="submit"]:hover{
	color: #333;
}
.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output{
	color: #ffffff !important;
}
.service-shape{
	clip-path: polygon(12% 0, 100% 0, 100% 100%, 2% 100%) !important;
}
.contact-icon-box .elementor-icon-box-title a{
	display: block !important;
	padding-top: 7px;
}
.popup-cta{
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.popup-cta a{
	border: 2px solid rgba(65, 101, 185, 1);
	border-radius: 30px;
	color: rgba(65, 101, 185, 1);
	padding: 10px 100px;
	font-size: 18px; 
	line-height: 1.5em;
	font-family: Poppins;
    font-weight: 700;
}
.popup-cta a:hover{
	background: rgba(1, 249, 46, 1);
}
.pum-theme-services .pum-container{
	padding: 80px 30px !important;
}
.desktop-header img {
  transition: all 0.5s ease;
}
.scroll-page img {
    scale: 1.3;
	margin: 20px 0;
}
.tablet-header .icon.icon-cross::before {
    content: "\e870";
	color: #fff !important;
    background: #4165B1;
    padding: 10px;
    right: 40px;
    top: 20px;
    position: relative;
}
.social-icons {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    gap: 7px;
}
.social-icons img{
	height: 30px; 
	width: 30px;
}
.mobile-header .hfe-nav-menu__toggle.elementor-clickable.hfe-active-menu.hfe-active-menu-full-width::before {
    content: "x";
    position: absolute;
    transform: translate(0px, 0px);
    z-index: 9999999;
}
.mobile-header nav.hfe-nav-menu__layout-vertical.hfe-nav-menu__submenu-arrow.hfe-dropdown.menu-is-active{
	margin-top: -30px;
}
.mobile-header nav.hfe-nav-menu__layout-vertical.hfe-nav-menu__submenu-arrow.hfe-dropdown.menu-is-active::before {
    content: '';
    height: 80px;
    width: 100%;
    background: white;
    position: absolute;
    top: -80px;
}

.mobile-header .hfe-nav-menu__toggle .hfe-nav-menu-icon i.icon.icon-cross {
    display: none;
}

ul.hfe-breadcrumbs a {
    text-decoration: none;
}
@keyframes slideInDown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.mobile-header .menu-is-active {
  animation: slideInDown 0.6s ease-in both;
}
.tablet-header .header-res-cta .hfe-menu-item{
	margin: 20px;
}
.mobile-header .header-res-cta .hfe-menu-item{
	background-color: #01F92E !important;
    font-family: "Poppins", Sans-serif !important;
    font-weight: 700 !important;
    color: #005AFA !important;
    border-style: solid;
    border-color: #005AFA !important;
	border-radius: 30px;
	margin: 20px;
}
.service-breadcrumb .breadcrumb-container.theme1 ol li:first-of-type a span {
  color: #ffffff !important; /* Replace with your desired color */
}
.single-news-template h2,
.single-news-template h3,
.single-news-template h4{
 font-size: 22px;
 font-weight: 700;
 font-family: Oswald;
 line-height: 1.53m;
 color: rgba(0, 90, 250, 1);
 text-transform: uppercase;
}
.single-news-template h4{
	font-size: 20px;
}
.single-news-template p{
	margin-bottom: 20px;
}
.single-news-template p a{
	color: rgba(0, 90, 250, 1);
    text-decoration: underline;
}
.blog-content img.alignnone{
	height: 100% !important;
	width: 100% !important;
	object-fit: cover;
}
.footer-menu a.hfe-menu-item{
	transition: all 0.4s ease;
}
.footer-menu a.hfe-menu-item:hover {
    margin-left: 10px;
}
/* .client-testimonial .fa-arrow-right:before {
    content: url('https://ufirsthome.com.au/wp-content/uploads/2025/07/right.svg');
} */


@media (min-width: 768px) and (max-width: 1024px) {
	.elementor-element.e-con-full.service-grid::before {
    background-image: linear-gradient(180deg, #FFFFFF00 40%, var(--e-global-color-primary) 100%)!important;
}
}
@media screen and (max-width: 880px){
	.cf7-getintouch-row{
		width: 100%;
	}
}
@media (max-width: 767px) {
  .cf7-flex-row p, .cf7-getintouch-row p{
    flex-direction: column;
	gap: 0;
  }
	.service-shape{
	clip-path: unset !important;
}
.contact-icon-box .elementor-icon-box-title a{
	padding-top: 0;
}
	.single-news-template h2,
	.single-news-template h3,
	.single-news-template h4{
	 font-size: 18px;
	}
	.client-testimonial .owl-nav {
    position: absolute;
    left: 40%;
    transform: translateX(-50%);
}
}
