/* 
Theme Name: Rancho Theme
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.1
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 */



/** Breakpoint **/

@media (min-width: 1025px) and (max-width: 1400px) {
  .e-con-boxed .e-con-inner {
    max-width: 95%;
    margin: 0 auto;
  }
	
	.elementor-kit-11 h1 {
    font-size: 54px;
}
	
	.elementor-kit-11 h2 {
    font-size: 52px;
	} 
	
	.elementor-kit-11 h3 {
    font-size: 42px;
	}
	
	.elementor-kit-11 h4 {
    font-size: 30px;
	}
	
}


/** Buttons Style **/

.elementor-widget-button .elementor-button.elementor-size-md {
	background-color: #dd7c42;
	border-color: #dd7c42;
}

.elementor-widget-button .elementor-button.elementor-size-md:hover {
	background-color: #e8fd84;
	border-color: #e8fd84;
}



/** Navbar - Desktop **/

.navbar {
	transition: all 0.4s ease;
}

.navbar .dark-logo
 {
	display: none;
}

.navbar #menu-navbar-menu li a:after {
	bottom: 20px;
}

.page-id-1757 .navbar .dark-logo {
	display: block;
}

.page-id-1757 .navbar .light-logo {
	display: none;
}

.page-id-1757 .navbar #menu-navbar-menu li a {
	color: #3D3A38 !important;
}

.page-id-1757 .navbar #menu-navbar-menu li ul li a{
	color: #f3f4ef !important;
}

.page-id-1757 .navbar #menu-navbar-menu li ul li a:hover {
		color: #e8fd84 !important;
}

.page-id-1757 .navbar #menu-navbar-menu li a:after {
	 background-color: #3D3A38 !important;
}

.page-id-1757 .navbar #menu-navbar-menu li ul li a:after {
	 background-color: #3D3A38 !important;
}



.navbar.elementor-sticky--effects {
  background-color: #305036 !important;
/* 	background-image: url("/wp-content/uploads/2025/07/brown-pattern-graphic.svg.jpg"); */
	box-shadow: 0 0 10px 0 #10141426;
	min-height: 110px;
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-id-1757 .navbar.elementor-sticky--effects {
	  background-color:#f3f4ef!important;
} 


@media (min-width: 1025px) {
	.navbar .pp-advanced-menu .contact-btn a {
		padding: 22px 32px !important;
		border: 2px solid #E8FD84;
		border-radius: 14px !important;
		color: #E8FD84 !important;
		background-color: transparent; 
	}
	
	.navbar .pp-advanced-menu .contact-btn a:after {
		display: none;
	}
	
	.page-id-1757 .navbar #menu-navbar-menu .contact-btn a  {
		color: #DD7C42 !important;
		border: 2px solid #DD7C42;
	}
	
	
	.navbar .pp-advanced-menu .contact-btn a:hover {
		color: #3D3A38 !important;
		background-color: #E8FD84; 
	}
	
	.page-id-1757 .navbar #menu-navbar-menu .contact-btn a:hover {
		color: #fff !important;
		background-color: #DD7C42; 
	}
}

@media (min-width: 1025px) and (max-width: 1085px) {
	.navbar .pp-advanced-menu a {
		font-size: 16px !important;
	}
}

@media (min-width: 1025px) and (max-width: 1600px) {
	.navbar .pp-advanced-menu .contact-btn a {
		padding: 18px 20px !important;
	}
}
 
@media (max-width: 1024px) {
	.navbar.elementor-sticky--effects {
			min-height: 90px;
	}
	.page-id-1757 .navbar .pp-menu-toggle .pp-hamburger-inner,
	.page-id-1757 .navbar .pp-menu-toggle .pp-hamburger-inner:before,
	.page-id-1757 .navbar .pp-menu-toggle .pp-hamburger-inner:after {
		background-color: #3D3A38 !important;
	}
}



/** Our Solution Accordion **/

#our-solutions .pp-accordion-item.pp-accordion-item-active .pp-accordion-title-icon {
	display: none;
}

#our-solutions .pp-accordion-item.pp-accordion-item-active {
	position: relative;
}

#our-solutions .pp-accordion-item.pp-accordion-item-active .pp-accordion-tab-title {
	position: absolute;
  bottom: 20px;
  right: 25%;
	padding: 0;
  margin: 0;
}


#our-solutions .pp-accordion-item.pp-accordion-item-active .pp-accordion-toggle-icon .pp-accordion-toggle-icon-open svg {
	width: 40px;
	height:40px;
}

@media (max-width: 1024px) {
	#our-solutions .pp-accordion-item.pp-accordion-item-active .pp-accordion-tab-title {
		bottom: 330px;
		right: 2%;
	}
	
	#our-solutions .pp-accordion-item.pp-accordion-item-active .pp-accordion-toggle-icon .pp-accordion-toggle-icon-open svg {
		width: 28px;
		height: 28px;
	}
}

@media (max-width: 767px) {
		#our-solutions .pp-accordion-item.pp-accordion-item-active .pp-accordion-tab-title {
		bottom: 200px;
	}
}



/** Animated Divider **/

.animated-dots {
  position: relative;
  overflow: hidden;
  width: 2px; 
  height: 150px;
  background-color: transparent;
}

.animated-dots::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 150px;
  background-image: repeating-linear-gradient(
    to bottom,
    transparent,
    transparent 8px,
    #e8fd84 5px,
    #e8fd84 10px
  );
  animation: slideDots 2s linear forwards;
}

@keyframes slideDots {
  to {
    top: 0;
  }
}

/* Icon Hide by Default + Fade-in Animation */
.animated-icon {
  opacity: 0;
  animation: fadeInIcon 0.5s ease forwards;
  animation-delay: 2s; /* Start after divider animation ends */
}

/* Fade In Animation */
@keyframes fadeInIcon {
  to {
    opacity: 1;
  }
}



/** Animated Divider Utility Forestry **/

.utility-forestry-divider {
	height: 130px;
}

.utility-forestry-divider::before {
	height: 130px;
	animation-delay: 2s; 
}

.utility-forestry-icon {
	animation-delay: 4s; 
}



/** Animated Divider Environmental **/

.environmental-divider {
  width: 154px;
  height: 2px;
}

.environmental-divider::before {
  top: 0;
  left: -100%; 
  width: 154px;
  height: 100%;
  background-image: repeating-linear-gradient(
    to right,
    transparent,
    transparent 8px,
    #e8fd84 5px,
    #e8fd84 10px
  );
  animation: slideDotsHorizontal 2s linear forwards;
	animation-delay: 4s; 
}

.environmental-icon {
	animation-delay: 6s; 
}

/* Keyframes for left to right animation */
@keyframes slideDotsHorizontal {
  to {
    left: 0;
  }
}


@media (max-width: 767px) {
	.utility-vegetation-divider,
	.utility-vegetation-divider::before {
		height: 100px !important;
	}
	
	.utility-forestry-divider,
	.utility-forestry-divider::before{
		height: 80px;
}
	
	.environmental-divider,
	.environmental-divider::before{
		width: 80px;
	}

}




/** Our Testimonials Style **/

/* .our-testimonials .pp-testimonial-footer{
	border-top:1px solid rgba(0, 45, 35, 0.12);
	padding-top: 24px;
}

.our-testimonials .pp-testimonial-content{
	margin-bottom: 48px;
} */


.our-testimonials .pp-testimonials-wrap,
.our-testimonials .pp-testimonials-container,
.our-testimonials .elementor-widget-pp-testimonials{
	position: unset !important;
}

.our-testimonials .e-con-inner{
	position: relative;
}

.our-testimonials .pp-slider-arrow{
	top: unset !important;
	bottom: 200px !important;  
}

.our-testimonials .pp-slider-arrow.pp-arrow-next{
	right: unset;
	left: 68px;   
}

.our-testimonials .elementor-widget-pp-testimonials .pp-slider-arrow {
	opacity: 1 !important;
}


/* .our-testimonials .elementor-widget-pp-testimonials {
	position: relative;
}

.our-testimonials .elementor-widget-pp-testimonials:after {
	content: url("/wp-content/uploads/2025/08/quote.svg");
	position: absolute;
	right: 80px;
  bottom: 160px;
	
} */


@media(max-width:1024px){
	.our-testimonials .pp-slider-arrow{
		top: 140px!important;
		bottom: unset !important; 
	}

	.our-testimonials .pp-slider-arrow.pp-arrow-next{
		right:0 !important;
		left: unset !important;   
	}

	.our-testimonials .pp-slider-arrow.pp-arrow-prev{
		right:60px !important;
    left:unset !important;
	}
}

@media(max-width:767px){
/* 	.our-testimonials .pp-testimonial-footer{
		padding-top: 16px;
	} */
/* 
	.our-testimonials .pp-testimonial-content{
		margin-bottom: 24px;
	}   */
	
	.our-testimonials .pp-slider-arrow{
		top: 90px!important;
		bottom: unset !important; 
	}

	.our-testimonials .pp-slider-arrow.pp-arrow-next{
		right:0 !important;
    left: unset !important;   
	}

	.our-testimonials .pp-slider-arrow.pp-arrow-prev{
		right:46px !important;
    left:unset !important;
	}
}


/** Bullet List - Green  **/

.bullet-list ul {
	padding-left: 25px;
}

.bullet-list ul li {
	margin-bottom: 10px;
	list-style: none;
	position: relative;
}

.bullet-list ul li:last-child {
	margin-bottom: 0px;
}

.bullet-list ul li:before {
	content: url("/wp-content/uploads/2025/08/bullet-list.svg");
	position: absolute;
	left: -25px;
}


/** Reverse L Shape Animated  **/

  .reverse-animated-l path {
    stroke-dasharray: 4 12;         /* dotted line pattern */
    stroke-dashoffset: 0;
    animation: dashMove 1.5s linear infinite;  /* infinite loop */
  }

  @keyframes dashMove {
    to {
      stroke-dashoffset: -16;   /* moves pattern leftward */
    }
  }




/* Single Blog Post Template Style */


.single-post .elementor-widget-theme-post-content h2,
.single-post .elementor-widget-theme-post-content h3,
.single-post .elementor-widget-theme-post-content h4 {
	font-family: "Space Grotesk", Sans-serif;
	font-weight: 700;
	text-transform: capitalize;
} 

.single-post .elementor-widget-theme-post-content h2 {
  font-size: 36px;
	letter-spacing: 0.72px;
  margin-bottom: 8px;
}

.single-post .elementor-widget-theme-post-content h3 {
  font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.48px;
  margin-top: 30px;
	margin-bottom: 10px;
}

.single-post .elementor-widget-theme-post-content h4 {
  font-size: 26px;
	letter-spacing: 0.48px;
  margin-top: 30px;
	margin-bottom: 15px;
}

.single-post .elementor-widget-theme-post-content h5 {
  font-size: 22px;
  margin-top: 20px;
}

.single-post .elementor-widget-theme-post-content h6 {
  font-size: 20px;
  margin-top: 20px;
}

.single-post .elementor-widget-theme-post-content h2:not(:first-child) {
  margin-top: 32px;
}

.single-post .elementor-widget-theme-post-content ul,
.single-post .elementor-widget-theme-post-content ol {
  padding-left: 22px;
}

.single-post .elementor-widget-theme-post-content ul li,
.single-post .elementor-widget-theme-post-content ol li {
  color: #13070c;
}

.single-post .elementor-widget-theme-post-content ul li::marker,
.single-post .elementor-widget-theme-post-content ol li::marker {
  color: #0a3161 !important;
}

.single-post .elementor-widget-theme-post-content img {
	width: 100%;
  margin: 6px 0 26px;
}


.single-post .elementor-widget-theme-post-content ul li {
	margin-bottom: 10px;
  list-style: none;
  position: relative;
}

.single-post .elementor-widget-theme-post-content ul li:before {
	content: url("/wp-content/uploads/2025/08/bullet-icon.svg");
	position: absolute;
  left: -25px;
}


@media (min-width: 1280px) and (max-width: 1780px) {
  .single-post .elementor-widget-theme-post-content h2 {
    font-size: 36px !important;
  }

  .single-post .elementor-widget-theme-post-content h3 {
    font-size: 30px !important;
  }

  .single-post .elementor-widget-theme-post-content h4 {
    font-size: 26px !important;
  }

  .single-post .elementor-widget-theme-post-content h5 {
    font-size: 22px !important;
  }

  .single-post .elementor-widget-theme-post-content h6 {
    font-size: 20px !important;
  }
}

@media (max-width: 600px) {
	
	.single-post .elementor-widget-theme-post-content h2:not(:first-child) {
  margin-top: 30px;
}
  .single-post .elementor-widget-theme-post-content h2 {
    font-size: 26px;
  }

  .single-post .elementor-widget-theme-post-content h3 {
    font-size: 22px;
    margin-top: 20px;
  }

  .single-post .elementor-widget-theme-post-content h4 {
    font-size: 18px;
    margin-top: 10px;
  }

  .single-post .elementor-widget-theme-post-content h5,
  .single-post .elementor-widget-theme-post-content h6 {
    font-size: 16px;
    margin-top: 10px;
  }

  .single-post .elementor-widget-theme-post-content img {
    margin: 2px 0 10px;
  }
}

/*---Image Caption--- */
img[title] {
  pointer-events: none;
}



/** Img Col Fill **/
.img-col-fill,
.img-col-fill .elementor-widget-image {
	height: 100% !important;
}

.img-col-fill .elementor-widget-image img {
	height: 100% !important;
	object-fit: cover !important;
}


/** Our Story Timeline **/

#timeline .elementor-widget-pp-advanced-accordion .pp-accordion-tab-content h3 {
	font-size: 34px;
  line-height: 1.33em;
  letter-spacing: 0px !important;
  color: #DD7C42;
  font-family: "Space Mono", monospace;
  font-weight: 700;
  margin-bottom: 5px;
}


#timeline .elementor-widget-pp-advanced-accordion .pp-accordion-item  {
	border-bottom: 3px dashed #DD7C42;
	padding-bottom: 35px;
}

#timeline .elementor-widget-pp-advanced-accordion .pp-accordion-item p {
	margin-bottom: 40px;
}

#timeline .elementor-widget-pp-advanced-accordion .pp-accordion-item p:last-child {
	margin-bottom: 0px;
}

@media (max-width: 1024px) {
	#timeline .elementor-widget-pp-advanced-accordion .pp-accordion-tab-content h3 {
		font-size: 22px;
		line-height: 1.33em;
	}
	
	#timeline .elementor-widget-pp-advanced-accordion .pp-accordion-item {
		padding-bottom: 25px;
	}
}

@media (max-width: 767px) {
	#timeline .elementor-widget-pp-advanced-accordion .pp-accordion-tab-content h3 {
		font-size: 13px;
		line-height: 1.33em;
	}
	
	#timeline .elementor-widget-pp-advanced-accordion .pp-accordion-item p {
	margin-bottom: 20px;
	}
	
		#timeline .elementor-widget-pp-advanced-accordion .pp-accordion-item {
			border-bottom: 2px dashed #DD7C42;
		padding-bottom: 20px;
	}
}





/**== Password Protected Style ==**/


/* main.post-password-required {
	padding: 20% 5%;
  min-height: 60vh;
  text-align: center;
} */

.post-password-required h1 {
	color: #fff;
}

.post-password-required {
	padding: 16% 5%;
  min-height: 60vh;
  text-align: center;
	background-image: url("/wp-content/uploads/2025/07/brown-pattern-graphic.svg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #564132;
}

main.post-password-required .post-password-form p {
    justify-content: center;
    font-weight: 500;
}

main.post-password-required .post-password-form input[type="password"] {
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all .3s;
	height: 54px;
}

main.post-password-required .post-password-form input[type="submit"] {
	font-size: 18px;
	background-color: #e8fd84;
  color: #3d3a38;
	padding: 12px 35px 13px 35px;
	height: 56px;
}

.post-password-required .page-content {
	color: #fff;
}


/** Privacy Policy  **/

.privacy-policy #navbar {
	min-height: 110px;
	background-color: #564132;
	background-image: url("https://ranchotreeservice.com/wp-content/uploads/2025/07/brown-pattern-graphic.svg.jpg");
	background-position: center;
	background-size: cover;
}

.privacy-policy #navbar.elementor-sticky--effects {
	background-color: #305036 !important;
	background-image: unset;
}


.privacy-policy .elementor-widget-text-editor h2,
.privacy-policy .elementor-widget-text-editor h3,
.privacy-policy .elementor-widget-text-editor h4,
.privacy-policy .elementor-widget-text-editor h5 {
	font-family: "National Park", Sans-serif;
	font-weight: 600;
}

    

.privacy-policy .elementor-widget-text-editor h2 {
	font-size: 42px;
	margin-top: 30px;
	margin-bottom: 10px;
}

.privacy-policy .elementor-widget-text-editor h3 {
	font-size: 38px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.privacy-policy .elementor-widget-text-editor h4 {
	font-size: 32px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.privacy-policy .elementor-widget-text-editor ul {
	margin-bottom: 20px;
}

.privacy-policy .elementor-widget-text-editor ul li {
	margin-bottom: 15px;
}

.privacy-policy .elementor-widget-text-editor ul li p {
	margin-bottom: 0px;
}


@media (max-width: 1024px) {
	.privacy-policy .elementor-widget-text-editor h1 {
		font-size: 52px;
	}
	
/* 	.privacy-policy .elementor-widget-text-editor h2 {
    font-size: 38px;
	} */

}

@media (max-width: 767px) {
		.privacy-policy .elementor-widget-text-editor h1 {
		font-size: 40px;
	}
	
	.privacy-policy .elementor-widget-text-editor h2 {
	font-size: 30px;
	}
	
	.privacy-policy .elementor-widget-text-editor h3 {
	font-size: 26px;
	}
	
	.privacy-policy .elementor-widget-text-editor h4 {
	font-size: 22px;
	}

}
