/* 
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 */

/* General */

#hide-header {
  transition: transform 0.4s ease;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="url"],
input[type="password"],
select {
  background-color: #fff !important;
  border: 1px solid #bcbcbc !important;
  outline: none !important;
  height: auto !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 70px !important;
  padding: 20px 22px !important;
  font-size: 16px !important;
  line-height: 18px !important;
  color: #1e242c !important;
  min-height: 60px !important;
  font-family: "Arial", Sans-serif !important;
  box-shadow: none !important;
}

textarea {
  outline: none !important;
  background-color: #fff !important;
  border: 1px solid #bcbcbc !important;
  outline: none !important;
  height: auto !important;
  display: block !important;
  width: 100%;
  max-width: 100%;
  border-radius: 45px !important;
  padding: 20px 22px !important;
  font-size: 16px !important;
  line-height: 18px !important;
  color: #1e242c !important;
  min-height: 60px !important;
  font-family: "Arial", Sans-serif !important;
  box-shadow: none !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus,
input[type="number"]:focus,
input[type="url"]:focus,
input[type="password"]:focus {
  border: 1px solid #bcbcbc !important;
  outline: none !important;
}

input[type="checkbox"] {
  border-radius: 5px !important;
  border-color: #bcbcbc !important;
  box-shadow: none !important;
  outline: none !important;
}

label {
  font-size: 16px !important;
  color: #1e242c !important;
  line-height: 18px !important;
}

.gfield_required {
  color: #f03f3f !important;
  font-size: 16px !important;
}

.gfield_label {
  gap: 0px !important;
}

.pet-sac-form form {
  display: flex;
  position: relative;
  max-width: 404px;
  background: #fff;
  border-radius: 45px;
  border: none;
  padding: 7px;
}

.pet-sac-form form input {
  width: 100%;
  text-transform: capitalize !important;
  border: 0px solid transparent !important;
  background-color: transparent;
  outline: none !important;
  border-radius: 45px !important;
}

.pet-sac-form form input:focus {
  border: 0px solid transparent !important;
  background-color: transparent;
  outline: none !important;
}

.pet-sac-form form button {
  padding: 20px 30px;
  width: 100%;
  text-transform: capitalize !important;
  transition-duration: 0.3s;
  transition-property: transform;
  transition: all 0.3s;
}

.pet-sac-form form button:hover {
  background-color: var(--e-global-color-secondary);
  transform: scale(1.1);
}

.zip-code-popup {
  z-index: 9999999999;
}

.zip-code-popup .pet-sac-form form {
  position: relative;
}

.pet-sac-form form {
  position: relative;
}

.pet-sac-form form > * {
  display: block;
}

.pet-sac-form form .is-label-invalid {
  position: absolute;
  width: fit-content;
  top: calc(100% + 5px);
  background: #f03e3e;
  color: #fff !important;
  padding: 10px;
  border-radius: 0px;
  font-size: 14px;
  z-index: 5;
}

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

.elementor-widget-text-editor ul li:last-child {
  margin-bottom: 0px;
}

.elementor-widget-text-editor ul {
  list-style-type: none;
  margin-bottom: 20px;
}

.elementor-widget-text-editor ul li::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  left: 0px;
  background-image: url("/wp-content/uploads/2025/12/tick-02-stroke-rounded.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  position: absolute;
}

.paypal-logo {
  margin-bottom: -3px;
}

/* HEADER */

.header-clouds {
  min-height: 215px;
}

.header-clouds svg {
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.12));
  min-height: 215px;
}

.clouds-container {
  overflow: hidden;
}

.elementskit-navbar-nav-default .elementskit-submenu-panel > li > a,
.elementor-widget-navigation-menu .menu-item a.hfe-menu-item,
.hover-img-grow a img,
.list-call-us .list-single-location-link a,
.hover-grow-link a,
.elementor-widget-post-navigation span.post-navigation__prev--title,
.elementor-widget-post-navigation span.post-navigation__next--title,
.widget_categories ul li a {
  transition: transform 0.3s ease;
}

.hover-grow-link a {
  display: inline-block;
}

.elementskit-navbar-nav-default .elementskit-submenu-panel > li > a:hover,
.elementor-widget-navigation-menu .menu-item a.hfe-menu-item:hover,
.hover-img-grow a:hover img,
.list-call-us .list-single-location-link a:hover,
.hover-grow-link a:hover,
.elementor-widget-post-navigation span.post-navigation__prev--title:hover,
.elementor-widget-post-navigation span.post-navigation__next--title:hover,
.widget_categories ul li a:hover {
  transform: scale(1.04);
}

.ekit-nav-dropdown-hover .elementskit-dropdown-has .elementskit-dropdown {
  top: 75% !important;
}

/* Home */

.svg-hover svg,
.svg-hover img {
  transform: translateY(0);
  transition: transform 0.3s ease;
}

.svg-hover {
  cursor: pointer;
}

.svg-hover svg:hover,
.svg-hover:hover img {
  cursor: pointer;
  transform: translateY(-8px);
}

.serving-area-section .gmap-wrapper iframe {
  border-top-right-radius: 70px;
  border-bottom-right-radius: 70px;
  margin-bottom: -5px;
}

.scrolloff {
  pointer-events: none;
}

.elementor-widget-counter .elementor-counter-title {
  text-align: center;
}

.dog-residential-after,
.dog-commercial-after {
  position: relative;
}

.dog-residential-after::after {
  content: "";
  position: absolute;
  top: 0;
  width: 304px;
  height: 381px;
  background-image: url(/wp-content/uploads/2025/12/cooper-hero.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  z-index: 1;
  right: 0;
  transform: translate(50%, 72%);
  left: 50%;
}

.dog-commercial-after::after {
  content: "";
  position: absolute;
  width: 304px;
  height: 381px;
  background-image: url(/wp-content/uploads/2025/12/cooper-commercial.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  z-index: 1;
  right: 0;
  left: 55%;
  top: 43%;
  transform: translate(0%, 0%);
}

/* Locations List */

.list-all-locations {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px 20px;
}

.list-single-location-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list-single-location-link a {
  color: #000000;
  text-decoration: none;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  transition: all 0.4s ease;
}

.list-call-us .list-single-location-link a {
  font-weight: bold;
  color: #235e9b;
  transition: all 0.4s ease;
}

.list-single-location-link a:hover {
  color: #235e9b;
}

.list-single-location-link::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  background-image: url("/wp-content/uploads/2026/01/arrow-up-right-03-stroke-rounded.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.list-call-us .list-single-location-link::after {
  display: none;
}

.elementor-widget-n-accordion
  .e-n-accordion-item[open]
  > .e-n-accordion-item-title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* Local Page */

body.location-page-template-default header .desktop-container {
  margin-bottom: -320px;
}

.zip-codes-list ul {
  list-style-type: none;
  display: grid;
  align-items: start;
  grid-template-columns: repeat(4, 1fr);
  padding: 0px;
  gap: 0px;
}

.zip-codes-list ul li {
  position: relative;
  padding-left: 35px;
  display: flex;
  align-items: center;
}

.zip-codes-list ul li::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 5px;
  background-image: url("/wp-content/uploads/2025/12/tick-02-stroke-rounded.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

/* Commercial Page */

body.page-id-1258 .cloud-container,
body.page-id-1258 .footer-dog-container,
body.page-id-1258 .footer-grass-container,
body.page-id-1258 .sticky-after-30-mobile.show-sticky,
body.page-id-2014 .sticky-after-30-mobile.show-sticky{
  display: none;
}

/* Gravity Forms */

.gform_wrapper form .gform_fields {
  row-gap: 30px !important;
}

#gfield_description_9_7 {
  margin-top: 0px !important;
}

.charleft {
  display: none !important;
}

#gfield_instruction_1_11 {
  display: none;
}

.gform_required_legend {
  display: none;
}

.gform-theme--framework a {
  color: var(--e-global-color-accent) !important;
}

#gform_5 .gform-footer.gform_footer.top_label {
  margin-top: 0px !important;
}

#field_1_13 .gfield_label_before_complex,
#field_4_8 .gfield_label_before_complex {
  font-size: 16px !important;
  line-height: 25.2px;
  color: #000000 !important;
}

#field_5_13,
#field_5_26 {
  margin-bottom: -20px;
}

.gfield_description,
.gform-field-label--type-sub,
#field_9_27 legend.gform-field-label {
  font-size: 16px !important;
  line-height: 25.2px;
  color: #000000 !important;
  margin-top: 6px !important;
}

#gform_wrapper_9 .gfield_label_before_complex,
#gform_wrapper_2 .gfield_label_before_complex {
  font-size: 16px !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
}

.gform-theme--foundation .gform_fields,
.gform-theme--foundation .gform-grid-row {
  row-gap: 20px !important;
}

.gform_button.button {
  font-family: "Boogaloo", Sans-serif !important;
  font-weight: 400 !important;
  background-color: var(--e-global-color-accent) !important;
  font-size: 28px !important;
  line-height: 33px !important;
  color: #ffffff !important;
  border-style: none !important;
  border-radius: 38px 38px 38px 38px !important;
  padding: 11px 29px 11px 29px !important;
  outline: none !important;
  box-shadow: none !important;
  transition-duration: 0.3s !important;
  transition-property: transform !important;
  transition: all 0.3s;
}

.gform_button.button:hover {
  transform: scale(1.1);
}

.gform-theme--framework .gform_validation_errors {
  outline: none !important;
}

.gfield_description.instruction.validation_message,
.gfield_description.validation_message {
  color: #f03e3e !important;
}

.gsection_title {
  font-size: 40px !important;
  margin-bottom: 0px;
}

.gfield--type-section.gsection {
  padding-bottom: 0px;
  border-bottom: none;
}

/* Residential */

.hero-winter mark {
  background-color: #8cc3fc;
}

#pricing_table {
  max-width: 959px;
  margin: 0 auto;
}

#pricing_table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid transparent;
  font-weight: 600;
  color: #444;
}

#pricing_table th,
td {
  padding: 10px;
  text-align: center;
  border: none !important;
}

#pricing_table table tr:nth-child(3) td,
#pricing_table table tr:nth-child(5) td {
  background-color: #f5f5f5 !important;
}

#pricing_table table tr:nth-child(2) td,
#pricing_table table tr:nth-child(4) td {
  background-color: #fff !important;
}

#pricing_table tr:nth-child(odd) th {
  background-color: #dffaba;
}

#pricing_table tr:nth-child(odd) th:first-child,
#pricing_table tr:nth-child(odd) td:first-child {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

#pricing_table tr:nth-child(odd) th:last-child,
#pricing_table tr:nth-child(odd) td:last-child {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

table tbody tr td,
table tbody tr th {
  padding: 20px !important;
}

/* Pay Online */

body.page-id-1877 .cloud-container {
  display: none;
}

.tabs-container {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.tab {
  position: relative;
  flex: 1;
  padding: 20px 40px;
  border-radius: 38px;
  border: 2px solid #e0e0e0;
  background: white;
  font-size: 18px;
  font-weight: 500;
  color: #999;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.tab:hover {
  border-color: #ccc;
}

.tab.active {
  background: #dffaba;
  border-color: #8dc63f;
  color: #000;
}

.tab-icon {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 33px;
  height: 33px;
  background: #95b550;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
}

.tab.active .tab-icon {
  display: flex;
}

.tab-icon svg {
  width: 28px;
  height: 28px;
  stroke: white;
  stroke-width: 3;
  fill: none;
}

.paypal-logo {
  width: 100px;
  height: 28px;
  opacity: 0.4;
}

.tab.active .paypal-logo {
  opacity: 0.6;
}

.form-group {
  margin-bottom: 30px;
}

.form-label {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}

.required {
  color: #ff0000;
}

.form-input {
  width: 100%;
  padding: 18px 30px;
  font-size: 16px;
  border: 2px solid #e0e0e0;
  border-radius: 50px;
  outline: none;
  transition: border-color 0.3s ease;
}

.form-input:focus {
  border-color: #95b550;
}

.form-input::placeholder {
  color: #999;
}

.form-content {
  display: none;
}

.form-content.active {
  display: block;
}

.input_2_18_5,
#input_2_18_5_container {
  width: 100%;
}

.ginput_card_security_code_icon {
  display: none !important;
}

#input_2_1_2_cardinfo_left legend {
  font-size: 16px !important;
  color: #1e242c !important;
  line-height: 18px !important;
}

#input_2_1 {
  gap: 0px;
}

#input_2_1_1_container,
#input_2_1_2_container {
  margin-bottom: 0px;
}

#input_2_1_1_container .gform_card_icon_container {
  margin-bottom: 20px;
}

/* Commercial Services Contact */

body.page-id-2014 .cloud-container {
  display: none;
}

/* Residential Services Contact */

body.page-id-2362 .cloud-container {
  display: none;
}

/* Refer a Friend */

body.page-id-2223 .cloud-container {
  display: none;
}

/* FAQ */

.faq-container .list-all-locations {
  grid-template-columns: repeat(2, 1fr);
}

/* Jobs */

body.page-id-2319 .cloud-container,
body.page-id-2319 .footer-dog-container,
body.page-id-2319 .footer-grass-container {
  display: none;
}

/* Meet Our Team */

body.page-id-2411 .cloud-container,
body.page-id-2411 .footer-dog-container,
body.page-id-2411 .footer-grass-container {
  display: none;
}

.elementor-widget-text-editor .elementor-drop-cap {
  font-size: 30px;
  line-height: 1;
  text-align: center;
  padding: 22px !important;
  margin-top: 0px !important;
}

.custom-drop-cap {
  margin-inline-end: 10px;
  border-radius: 38px;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  padding: 20px 30px;
  margin-top: 0px !important;
  background: #235e9b;
  display: inline-block;
}

.custom-drop-cap-letter {
  font-family: "Boogaloo", Sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  display: inline-block;
  color: #fff;
}

/* Posts */

.hfe-search-button-wrapper input[type="search"] {
  padding: 20px !important;
}

.hfe-search-button-wrapper input[type="search"] {
  background-image: url("/wp-content/uploads/2026/02/search-01-stroke-rounded.svg");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: 14px center;
  padding-left: 40px !important;
}

.search-widget {
  display: none;
}

.widget_scoop_latest_post_widget .sng-latest-post h5 {
  display: none;
}

.widget_scoop_latest_post_widget .sng-latest-post .sng-latest-single {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}

.widget_scoop_latest_post_widget
  .sng-latest-post
  .sng-latest-single:last-child {
  margin-bottom: 0px;
}

.widget_scoop_latest_post_widget
  .sng-latest-post
  .sng-latest-single
  .sng-latest-info {
  display: flex;
  flex-direction: column;
}

.widget_scoop_latest_post_widget
  .sng-latest-post
  .sng-latest-single
  .sng-latest-info
  a {
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
  font-weight: bold;
  color: #1e242c !important;
  transition-duration: 0.3s;
}

.widget_scoop_latest_post_widget
  .sng-latest-post
  .sng-latest-single
  .sng-latest-info
  a:hover,
.post-categories-list a:hover {
  color: #235e9b !important;
}

.widget_scoop_latest_post_widget
  .sng-latest-post
  .sng-latest-single
  .sng-latest-info
  span {
  font-size: 12px;
  color: #888888;
  margin-top: 0px;
  line-height: 25px;
}

.widget_scoop_latest_post_widget .sng-latest-post .sng-latest-thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.post-categories-list a {
  font-size: 16px;
  line-height: 19.2px;
  color: #000000 !important;
  transition-duration: 0.3s;
}

.widget_categories {
  margin-top: 25px;
}

.widget_categories .widget-title {
  margin-top: 0px;
  color: var(--e-global-color-primary);
  font-family: "Arial", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
}

.widget_categories ul {
  list-style-type: none;
  padding: 0px;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  gap: 20px 10px;
}

.widget_categories ul li {
  background-color: #dffaba;
  padding: 13px;
  border-radius: 4px;
  text-align: center;
  align-content: center;
}

.widget_categories ul li a {
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  color: #457700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  text-decoration: none;
  display: inline-block;
}

.elementor-post-info__item--type-author {
  color: #235e9b !important;
}

.elementor-post-info__item--type-author span.elementor-post-info__item-prefix {
  color: #888888;
}

.cooper-before-sidebar {
  position: relative;
  overflow: visible;
}

#cooper-checklist-icon {
  position: relative;
}

#cooper-checklist-icon::before {
  background-image: url(/wp-content/uploads/2026/01/cooper-checklist.webp);
  left: 80%;
  right: auto;
  transform: translate(-50%, -100%);
  top: 0%;
  width: 121px;
  height: 153px;
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  z-index: 1;
}

.cooper-before-sidebar::before {
  background-image: url(/wp-content/uploads/2025/12/cooper-call-to-action-top.webp);
  left: 50%;
  right: auto;
  transform: translate(-50%, 0%);
  top: -250px;
  width: 264px;
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  z-index: 1;
}

.cooper-before-sidebar .pet-sac-form form {
  flex-direction: column;
  background-color: transparent;
  gap: 10px;
}

.cooper-before-sidebar .pet-sac-form form input {
  height: 73px !important;
}

/* Archive */

.archive-posts-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.archive-post-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
  border-radius: 30px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
}

.archive-post-card > a {
  height: 100%;
}
.archive-post-card > a img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 30px;
}

.archive-post-content {
  /* width: 50%;
  max-width: 100%; */
  padding: 40px 40px 40px 0px;
}

.archive-post-content .archive-post-category {
  background-color: #dffaba;
  padding: 13px;
  border-radius: 4px;
  text-align: center;
  align-content: center;
  width: fit-content;
}

.archive-post-content .archive-post-category a {
  font-size: 12px;
  line-height: 25.2px;
  text-align: center;
  color: #457700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  text-decoration: none !important;
}

.archive-post-content .archive-post-title {
  font-size: 30px;
  line-height: 36px;
  margin: 20px 0px;
}

.archive-post-content .archive-post-title a {
  color: #1e242c !important;
  text-decoration: none !important;
}

.archive-post-content .archive-post-title a:hover {
  color: #235e9b !important;
}

.archive-post-content .archive-post-excerpt {
  font-size: 18px;
  line-height: 25.2px;
}

.archive-post-content .archive-post-date {
  margin-top: 30px;
  color: #888888;
  font-size: 14px;
  line-height: 25.2px;
}

.btn-container {
  margin-top: 40px;
  text-align: center;
}

/* Product Category */

.elementor-products-grid ul.products.elementor-grid li.product {
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
  padding: 20px;
  border-radius: 30px;
  text-align: center;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title {
  text-align: center;
  font-size: 1.5em;
}

.woocommerce
  ul.products
  li.product
  .woocommerce-loop-category__title
  mark.count {
  background-color: transparent;
}

.woocommerce div.product .product_title {
  font-size: 60px !important;
}

.woocommerce .elementor-widget-woocommerce-product-price .price {
  font-size: 2em !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price {
  font-size: 1.5em;
}

.woocommerce ul.products li.product .price {
  color: #235e9b !important;
}

/* .elementor-widget-wc-archive-products.elementor-wc-products
  ul.products
  li.product
  .button {
  display: none;
} */

.elementor-products-grid
  ul.products.elementor-grid
  li.product
  a.woocommerce-loop-product__link {
  text-align: center;
}

/* Product Page */

.elementor-add-to-cart.elementor-product-simple .quantity {
  display: none;
}

.single_add_to_cart_button {
  display: none !important;
}

.yith_ywraq_add_item_browse_message {
  margin-top: 30px;
  display: block;
}

.add-request-quote-button,
.raq-send-request,
#yith-ywrq-table-list .actions .button,
.view-details-button,
.yith_ywraq_add_item_browse_message a {
  font-family: "Boogaloo", Sans-serif !important;
  font-weight: 400 !important;
  background-color: var(--e-global-color-accent) !important;
  font-size: 28px !important;
  line-height: 33px !important;
  color: #ffffff !important;
  border-style: none !important;
  border-radius: 38px 38px 38px 38px !important;
  padding: 11px 29px 11px 29px !important;
  outline: none !important;
  box-shadow: none !important;
  transition-duration: 0.3s !important;
  transition-property: transform !important;
  transition: all 0.3s;
}

.add-request-quote-button:hover,
.raq-send-request:hover,
#yith-ywrq-table-list .actions .button:hover,
.view-details-button:hover,
.yith_ywraq_add_item_browse_message a:hover {
  transform: scale(1.1) !important;
}

.woocommerce div.product div.images img {
  border-radius: 45px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a {
  border: 1px solid #bcbcbc;
  border-radius: 45px;
}

/* Request a Quote */

body.page-id-578 .cloud-container,
body.page-id-578 .footer-dog-container,
body.page-id-578 .sticky-after-30-mobile.show-sticky {
  display: none;
}

.ywraq-form-table-wrapper.vertical {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.yith-ywraq-mail-form-wrapper {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
  border-radius: 70px;
  padding: 50px 73px !important;
}

#yith-ywrq-table-list {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
  border: none;
}

.woocommerce table.shop_table td:hover {
  background-color: initial;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  font-size: 16px !important;
  color: #1e242c !important;
  line-height: 18px !important;
  margin-bottom: 8px;
}

.woocommerce form .form-row .required {
  color: #ff0000 !important;
  margin-left: -3px;
}

.woocommerce form .form-row {
  margin-bottom: 30px;
}

.video-popup-btn .elementor-icon {
  border: 7px solid #fff;
  cursor: pointer;
  /* animation: pulse 1.5s ease-in-out infinite;
  transform-origin: center center; */
  position: relative;
  z-index: 1;
}

.video-popup-btn .elementor-icon::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(0, 123, 255, 0.7);
  animation: pulse-ring 1.5s ease-out infinite;
}

/* ring keyframes */
@keyframes pulse-ring {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

/* @keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
} */

/* Pet Scoop Form */

/* Target your specific select */
.pet-zoho-form-group select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;

  background-image: url("/wp-content/uploads/2026/02/arrow-down-01-stroke-rounded.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 20px;
}

/* Hide default arrow in IE/Edge legacy */
.pet-zoho-form-group select::-ms-expand {
  display: none;
}

.pet-zoho-form .pet-zoho-form-part {
  margin-top: 0px !important;
  gap: 30px !important;
}

.noUi-pips-horizontal {
  padding: 25px 0px !important;
}

.pet-zoho-form-group.cc-input,
.pet-zoho-form-group.cc-exp-input {
  gap: 40px;
}

.radio-options-column label {
  gap: 10px !important;
}

label[for="privacy_policy"] a,
.pet-privacy-policy label a {
  margin-left: 5px;
}

.pet-form-dog-image {
  display: none;
}

.pet-zoho-form-slider {
  margin-top: 0px;
  margin-bottom: 23px !important;
}

.pet-zoho-form-slider.cleanup-frequency {
  margin-bottom: 40px !important;
}

#cleaning_frequency_slider {
  width: 79%;
}

.pet-zoho-form {
  background: #fff;
  padding: 0px;
  margin: 0px !important;
  width: 100% !important;
  max-width: 100% !important;
}

.pet-zoho-form label {
  display: inline-flex;
  font-weight: 500;
  margin-bottom: 10px;
  gap: 0px;
  margin-top: 0px;
}

.pet-zoho-form label[for="cleaning_frequency_slider"] {
  margin-top: 10px;
}

.pet-form-required:after {
  color: #f03f3f !important;
  display: contents;
}

.pet-zoho-form-group.pet-zoho-group-inline .just-validate-success-label,
.pet-zoho-form-group.pet-zoho-group-inline .just-validate-error-label {
  position: absolute;
  transform: translate(0%, 100%);
  font-size: 12px;
  line-height: 14px;
}

.pet-dog-info-title {
  border-bottom: 1px solid #bcbcbc;
  font-size: 16px;
  text-transform: uppercase;
  color: #1e242c !important;
  line-height: 30px;
  font-weight: bold !important;
  margin-bottom: -10px;
  margin-top: 10px;
}

.radio-label {
  margin-bottom: 0px !important;
}

.pet-zoho-form-group.pet-zoho-group-inline .just-validate-success-label {
  color: #5ea300 !important;
}

.pet-zoho-form-group.pet-zoho-group-inline .just-validate-error-label,
.is-label-invalid {
  color: #ff0000 !important;
  font-size: 12px;
  line-height: 14px;
}

.pet-zoho-form-group.cc-input div:last-child {
  width: 100%;
}

.is-invalid {
  border-color: #ff0000 !important;
}

.noUi-handle {
  background-color: #ffffff !important;
}

.noUi-connect {
  background: #8dc63f;
}

.noUi-pips-horizontal {
  padding: 15px 0px;
}

.active-pip {
  color: #1e242c;
}

.pet-marketing-note ul {
  margin: 0px;
  padding: 0px;
  margin-top: -10px;
}

.pet-marketing-note li {
  font-size: 16px;
  margin-bottom: 25px;
  color: #000000;
  line-height: 25.2px;
  font-weight: 400;
}

.pet-marketing-note li:last-child {
  margin-bottom: 0px;
}

.pet-marketing-note li::marker {
  color: #235e9b;
}

.pet-custom-form-button {
  padding: 21px 29px !important;
}

.pet-custom-form-button:hover {
  transform: scale(1.1);
  background-color: var(--e-global-color-secondary) !important;
}

.pet-zoho-form .pricing {
  padding: 0px !important;
  border: none !important;
}

.pet-divider .pet-zoho-form-group {
  gap: 20px;
}

.pet-zoho-form .pricing-box {
  border: none;
  border-radius: 0px;
  text-align: left;
  padding: 0px;
  margin-bottom: 30px;
  box-sizing: border-box !important;
}

.pet-zoho-form .pet-onetime-cleanup .pricing-box {
  margin-bottom: 10px;
}

.pet-zoho-form .pet-onetime-cleanup .initial-cleanup-box {
  margin-top: 30px;
}

.pet-request-service-title h4 {
  margin: 0px;
}

.pet-zoho-form .initial-cleanup-box {
  border: none;
  border-radius: 0px;
  text-align: left;
  box-sizing: border-box !important;
  contain-intrinsic-block-size: auto 100px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  padding: 0px !important;
  position: relative;
}

.pet-zoho-form .pricing-box-wrapper::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: -12px;
  width: 143px;
  height: 230px;
  background-image: url(/wp-content/uploads/2025/12/Cooper-mascot.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}

.pet-zoho-form .pricing .pricing-box-wrapper {
  padding: 50px 30px;
  background-color: #d9ebff;
  border-radius: 41px;
  margin-bottom: 20px;
  position: relative;
}

.pet-zoho-form .pricing-frequency {
  color: #1e242c;
  text-transform: initial;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
  display: inline-block;
}

.pet-zoho-form .price,
.pet-zoho-form .onetime-price {
  color: #235e9b;
  font-weight: bold;
  font-size: 60px;
  line-height: 80px;
  font-family: "Boogaloo", Sans-serif;
  display: inline-block;
}

.pet-zoho-form .monthly_price {
  margin: 10px 0;
  font-size: 30px;
  color: #235e9b !important;
  font-weight: 400;
  font-family: "Boogaloo", Sans-serif;
}

.pet-zoho-form .monthly_price span {
  font-size: 20px;
  color: #235e9b;
  font-family: "Arial", Sans-serif !important;
  font-weight: 400;
}

.pet-zoho-form .initial-cleanup-box .title {
  text-transform: none;
  font-weight: bold;
  font-size: 18px !important;
  color: #1e242c;
}

.pet-zoho-form .initial-cleanup-box span.initial-price {
  color: #235e9b;
  font-weight: 400;
  font-size: 30px !important;
  text-transform: initial;
  font-family: "Boogaloo", Sans-serif;
  margin-bottom: 10px;
}

.pet-zoho-form .underprice {
  color: #1e242c;
  font-weight: 400;
  font-size: 20px;
}

.pet-zoho-form .initial-cleanup-box span {
  font-size: 14px !important;
}

.pet-zoho-form .pricing .benefits {
  background-color: #fff1e2;
  border-radius: 41px;
  padding: 40px 30px;
}

.pet-zoho-form .benefits p {
  text-transform: none;
  font-weight: bold;
  font-size: 20px;
  color: #ff8900;
  line-height: 30px;
  margin-bottom: 20px;
}

.pet-zoho-form .benefits ul {
  list-style: none;
  padding-left: 25px;
}

.pet-zoho-form .benefits li {
  font-size: 16px;
  line-height: 28px;
}

.pet-zoho-form .benefits li::before {
  font-size: 18px !important;
  color: #ff8900 !important;
  margin-left: -25px !important;
}

.pet-zoho-form-group .helper-text {
  font-size: 12px;
  color: #1e242c;
}

.pet-divider,
.pet-last-divider {
  border: none;
  padding: 0px;
}

.pet-divider .pet-zoho-form-group > span:not(.label-question) {
  border: none !important;
  font-size: 16px;
  text-transform: uppercase;
  color: #1e242c;
  line-height: 30px;
  margin-bottom: -10px;
  font-weight: 400 !important;
}

.label-question {
  color: #1e242c;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 5px;
  display: block;
}

#dog1_breed,
#dog2_breed,
#dog3_breed,
#dog4_breed {
  margin-bottom: 10px;
}

.radio-options {
  gap: 12px;
}

.radio-custom {
  border: 1px solid #bcbcbc;
  border-radius: 45px !important;
  background-color: #fff !important;
  color: #1e242c !important;
  padding: 22px;
}

.radio-custom.active {
  background-color: #235e9b !important;
  color: white !important;
  border-color: #235e9b !important;
}

.radio-label:hover .radio-custom {
  background-color: #235e9b !important;
  color: white !important;
  border-color: #235e9b !important;
}

.pet-safe-dog-note-wrapper {
  background: #eff8ff;
  padding: 10px 15px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.pet-safe-dog-note-wrapper span.pet-safe-dog-note {
  font-size: 14px;
  font-style: italic;
  display: block;
  width: 100%;
}

.pet-card-info-box {
  background: #eff8ff;
  padding: 15px 20px;
  border-radius: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  font-style: italic;
  width: 100%;
}

.pet-yard-info-title,
.pet-card-info-title {
  border-bottom: 1px solid #bcbcbc;
  font-size: 16px;
  text-transform: uppercase;
  color: #1e242c;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 0;
}

/* Reviews Widget */

.rpi-content button.rpi-url {
  font-family: "Boogaloo", Sans-serif !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  fill: var(--e-global-color-secondary) !important;
  color: var(--e-global-color-secondary) !important;
  background-color: #ffffff !important;
  border-style: solid !important;
  border-width: 1px 1px 1px 1px !important;
  border-color: var(--e-global-color-secondary) !important;
  border-radius: 38px 38px 38px 38px !important;
  padding: 11px 29px 11px 29px !important;
  font-size: 28px !important;
  line-height: 32px !important;
  margin-top: 40px !important;
  transition: all 0.3s !important;
  transition-duration: 0.3s !important;
  transition-property: transform !important;
}

.rpi .rpi-img-wrap::before {
  box-shadow: none !important;
}

.rpi-content button.rpi-url:hover {
  transform: scale(1.1) !important;
}

.rpi-content .rpi-card-inner {
  background-color: #d9ebff !important;
  border-color: #d9ebff !important;
  border-radius: 20px !important;
  padding: 30px 20px !important;
}

.rpi-name {
  font-size: 16px !important;
  color: #000000 !important;
  font-weight: bold !important;
}

.rpi-time {
  font-size: 12px !important;
  color: #000000 !important;
}

.rpi-text {
  font-size: 15px !important;
  color: #000000 !important;
  line-height: 24px !important;
}

.rpi-reply {
  font-size: 15px !important;
  color: #000000 !important;
  line-height: 24px !important;
  border-color: #b4d2e6;
  margin: 0px;
  padding-left: 20px;
}

.rpi-reply b {
  display: block;
  font-size: 16px !important;
  color: #000000 !important;
  font-weight: bold !important;
}

/* .rpi-header .rpi-card-inner {
  display: none !important;
} */

.rpi-header .rpi-card-inner {
  padding: 0px;
  background-color: transparent;
  border-radius: 0px;
}

.rpi-card-inner.rpi-flexwrap::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 80%;
  height: 169px;
  background-image: url(/wp-content/uploads/2026/02/cooper-reviews-desktop.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  z-index: 1;
  right: 0;
  transform: translate(-50%, -68%);
  left: 60%;
}

.rpi .rpi-badge-body.rpi-badge-clickable {
  background-color: transparent !important;
}

.rpi-based {
  font-size: 16px;
  color: #000000;
}

.rpi-header .rpi-name {
  color: #000000 !important;
}

.free-quote-reviews {
  margin-top: 20px;
}

.free-quote-reviews .rpi-content .rpi-card-inner {
  margin: 0px !important;
}

.free-quote-reviews .rpi-slider .rpi-header .rpi-card-inner {
  display: none;
}

.free-quote-left-container {
  position: sticky;
  top: 60px;
  height: 110vh;
}

.sticky-after-30-mobile {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  pointer-events: none;
}

/* Visible after 30% scroll (mobile only via JS) */
.sticky-after-30-mobile.show-sticky {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
}

/* Optional: ensure it never shows on desktop even if JS fails */
@media (min-width: 768px) {
  .sticky-after-30-mobile {
    display: none !important;
  }
}

/* 404 page */

body.error404 .cloud-container,
body.error404 .footer-dog-container,
body.error404 .footer-grass-container {
  display: none;
}

.sitemap-list ul {
  list-style-type: none;
  padding: 0px;
}

.out-of-area-map iframe {
  border-radius: 30px;
}

/* FOOTER */

.cooper-before-container {
  position: relative;
  overflow: visible; /* Important! */
  /* Your existing styles */
}

.cooper-before-container::before {
  content: "";
  position: absolute;
  top: -154px;
  width: 320px;
  height: 388px;
  background-image: url(/wp-content/uploads/2025/12/cooper-call-to-action.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  z-index: 1;
  right: 0;
  transform: translate(70%, 0%);
  left: 50%;
}

/*** RESPONSIVE ***/

/* Header Clouds Queries */

@media (max-width: 1920px) {
  .bigcloud1 {
    transform: translate(-3px, -14px);
  }

  .bigcloud2 {
    transform: translate(-134px, 0px);
  }

  .footer-grass-container {
    margin-top: -155px;
  }
}

@media (max-width: 1728px) {
  .bigcloud1 {
    transform: translate(-42px, -14px);
  }

  .bigcloud2 {
    transform: translate(-165px, -5px);
  }

  .footer-grass-container {
    margin-top: -155px;
  }
}

@media (max-width: 1536px) {
  .bigcloud1 {
    transform: translate(-85px, -10px);
  }

  .bigcloud2 {
    transform: translate(-210px, 0px);
  }
}

@media (max-width: 1366px) {
  .bigcloud1 {
    transform: translate(-123px, -18px);
  }

  .bigcloud2 {
    transform: translate(-253px, -4px);
  }
}

@media (max-width: 1300px) {
  .bigcloud1 {
    transform: translate(-143px, -18px);
  }

  .bigcloud2 {
    transform: translate(-267px, -11px);
  }

  .desktop-menu .elementskit-navbar-nav > li {
    margin: 0px 10px 0px 0px !important;
  }
}

@media (max-width: 1230px) {
  .bigcloud1 {
    transform: translate(-156px, -18px);
  }

  .bigcloud2 {
    transform: translate(-291px, -11px);
  }

  .desktop-menu .elementskit-navbar-nav > li {
    margin: 0px 10px 0px 0px !important;
  }

  .desktop-content-container {
    padding: 0px 20px;
  }
}

@media (max-width: 1174px) {
  .bigcloud1 {
    transform: translate(-156px, -18px);
  }

  .bigcloud2 {
    transform: translate(-319px, -11px);
  }

  .header-free-quote-desktop a.elementor-button {
    font-size: 24px;
    line-height: 27px;
  }
}

@media (max-width: 1084px) {
  .bigcloud1 {
    transform: translate(-156px, -18px);
  }

  .bigcloud2 {
    transform: translate(-354px, -11px);
  }

  .header-free-quote-desktop a.elementor-button {
    font-size: 22px;
    line-height: 27px;
  }

  .desktop-menu .elementskit-navbar-nav > li {
    margin: 0px 5px 0px 0px !important;
  }
}

@media (max-width: 1024px) {
  .mobile-clouds svg {
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.12));
  }

  .mobcloud1 {
    transform: translate(-60px, -70px);
  }

  /* 2nd cloud */
  .mobcloud5 {
    transform: translate(-60px, -40px);
  }

  /* 3rd cloud */
  .mobcloud4 {
    transform: translate(-60px, -40px);
  }

  /* 4th cloud */
  .mobcloud2 {
    transform: translate(-30px, -50px);
  }

  /* 5th cloud */
  .mobcloud3 {
    transform: translate(-20px, -75px);
  }

  .zip-code-popup .dialog-widget-content {
    max-width: 100%;
    width: 95%;
  }

  .pop-up-shortcode-container {
    width: 100%;
  }

  .zip-code-popup .pet-sac-form form {
    flex-direction: column;
  }

  .footer-menu-center ul li a.hfe-menu-item {
    justify-content: center !important;
    text-align: center !important;
  }

  .cooper-before-container::before {
    background-image: url(/wp-content/uploads/2025/12/cooper-call-to-action-top.webp);
    left: 50%;
    right: auto;
    transform: translate(-50%, 0%);
    top: -248px;
    width: 264px;
  }

  .serving-area-section .gmap-wrapper iframe {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-bottom: -5px;
  }

  .btn-full,
  .btn-full a {
    width: 100% !important;
  }

  .dog-residential-after::after {
    background-image: url(/wp-content/uploads/2025/12/Cooper-mascot.svg);
    left: 50%;
    width: 150px;
    height: 180px;
    top: 100%;
    transform: translate(-50%, -10px);
  }

  .dog-commercial-after::after {
    left: 50%;
    width: 250px;
    height: 280px;
    top: 100%;
    transform: translate(-50%, -60%);
  }

  .list-all-locations {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 912px) {
  #cooper-checklist-icon::before {
    display: none;
  }

  .mobcloud1 {
    transform: translate(-40px, -25px);
  }

  .elementor-products-grid ul.products.elementor-grid {
    grid-template-columns: 1fr;
  }

  body.location-page-template-default header .mobile-container {
    margin-bottom: -300px;
  }

  .zip-codes-list ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .pet-zoho-form-slider.cleanup-frequency {
    margin-bottom: 50px !important;
  }

  .zip-codes-list ul {
    gap: 0px;
  }

  #pricing_table table {
    width: max-content;
    min-width: 100%;
    border-collapse: separate;
  }

  #pricing_table th,
  #pricing_table td {
    white-space: nowrap;
  }

  .tab {
    font-size: 16px;
    padding: 20px 10px;
  }

  .faq-container .list-all-locations,
  .ywraq-form-table-wrapper.vertical {
    grid-template-columns: 1fr;
  }

  .archive-post-card {
    grid-template-columns: 1fr;
  }

  .archive-post-content {
    padding: 0px 20px 20px;
  }

  .yith-ywraq-mail-form-wrapper {
    padding: 50px 20px !important;
    border-radius: 30px;
  }

  .pet-zoho-form .pricing-box-wrapper::after {
    right: -30px;
    bottom: -63px;
    width: 100px;
    height: 120px;
  }

  .pet-zoho-form .pricing-box {
    margin-bottom: 20px;
  }

  .pet-zoho-form .price,
  .pet-zoho-form .onetime-price {
    font-size: 40px;
    line-height: 46px;
  }

  .pet-zoho-form .benefits li:last-child {
    margin-bottom: 0px;
  }

  .pet-zoho-form .pricing .benefits,
  .pet-zoho-form .pricing .pricing-box-wrapper {
    padding: 20px;
  }

  .rpi-card-inner.rpi-flexwrap::after {
    width: 110px;
    height: 180px;
    transform: translate(-50%, -53%);
    left: 85%;
    background-image: url(/wp-content/uploads/2026/02/cooper-reviews-mobile.webp);
    background-size: contain;
  }

  .free-quote-left-container {
    position: relative;
    height: 100%;
    top: unset;
  }

  .list-single-location-link a {
    line-height: 28px;
  }

  .list-single-location-link {
    align-items: flex-start;
  }

  .list-single-location-link::after {
    margin-top: 5px;
  }

  .rpi-content button.rpi-url {
    margin-top: 20px !important;
  }

  .pet-zoho-form-group.pet-zoho-group-inline .just-validate-error-label,
  .is-label-invalid {
    position: relative;
    margin-bottom: 30px;
    margin-top: 0px;
  }

  .validation_message.gfield_validation_message {
    margin-top: 0px !important;
  }
}

@media (max-width: 430px) {
  .mobcloud1 {
    transform: translate(-10px, 15px);
  }

  /* 2nd cloud */
  .mobcloud5 {
    transform: translate(0px, 0px);
  }

  /* 3rd cloud */
  .mobcloud4 {
    transform: translate(0px, 0px);
  }

  /* 4th cloud */
  .mobcloud2 {
    transform: translate(0px, 0px);
  }

  /* 5th cloud */
  .mobcloud3 {
    transform: translate(0px, 0px);
  }
}

@media (max-width: 390px) {
  .mobcloud1 {
    transform: translate(10px, 50px);
  }
}
