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

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="url"],
input[type="password"],
select {
  outline: none !important;
  background-color: #fff !important;
  border: 1px solid #c1c1c1 !important;
  outline: none !important;
  height: auto;
  display: block !important;
  width: fit-content;
  border-radius: 18px !important;
  padding: 10px 20px !important;
  font-size: 16px !important;
  color: #000 !important;
  min-height: 60px;
  font-family: "Poppins", Sans-serif !important;
}

textarea {
  outline: none !important;
  background-color: #fff !important;
  border: 1px solid #c1c1c1 !important;
  outline: none !important;
  height: auto;
  display: block !important;
  width: fit-content;
  border-radius: 18px !important;
  padding: 10px 20px !important;
  font-size: 16px !important;
  color: #000 !important;
  min-height: 60px !important;
  font-family: "Poppins", Sans-serif !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 #c1c1c1 !important;

  outline: none !important;
}

.elementor-animation-float:active,
.elementor-animation-float:focus,
.elementor-animation-float:hover {
  transform: translateY(-5px) !important;
}

#zipCheckerWrapper #zipCodeWrapper .sng-zip-code button {
  margin-left: 0px;
}

/* Header */

.menu-item-last-child {
  margin-right: 0px !important;
}

.menu-client-portal a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  background-image: url(/wp-content/uploads/2025/11/arrow-up-right-01-stroke-rounded.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.mobile-nav-free-quote .elementor-widget-container,
.mobile-nav-free-quote .elementor-widget-container button {
  width: 100%;
}

#zipCheckerWrapper.active {
  z-index: 999999999999999;
}

#overlay.active {
  z-index: 999999999 !important;
}
.free-quote-crown {
  position: relative;
}

.elementor-lightbox .elementor-lightbox-image {
  border-radius: 20px !important;
}

.elementor-shortcode .sng-zip-code,
#zipCheckerWrapper #zipCodeWrapper .sng-zip-code {
  display: flex;
  position: relative;
  max-width: 404px;
  background: #fff;
  border-radius: 34px;
  border: 1px solid #c1c1c1;
  padding: 9px;
}

.elementor-shortcode .sng-zip-code input,
#zipCheckerWrapper #zipCodeWrapper .sng-zip-code input {
  border-color: #fff !important;
  max-width: 120px;
  border-radius: 34px;
  width: 100%;
}

.elementor-shortcode .sng-zip-code button,
#zipCheckerWrapper #zipCodeWrapper .sng-zip-code button,
.elementor-widget-container button {
  width: 100%;
  border-radius: 24px;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.elementor-shortcode .sng-zip-code button:hover,
#zipCheckerWrapper #zipCodeWrapper .sng-zip-code button:hover,
.elementor-widget-container button:hover {
  transform: translateY(-5px);
}

.crown-container {
  position: relative;
}

.crown-container.crown-container-left::before {
  content: "";
  background-image: url(/wp-content/uploads/2025/12/crown-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 75px;
  height: 65px;
  position: absolute;
  top: -50px;
  left: -45px;
  z-index: 1;
  opacity: 1;
}

.crown-container.crown-container-right::after {
  content: "";
  background-image: url(/wp-content/uploads/2025/12/crown-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 75px;
  height: 65px;
  position: absolute;
  top: -50px;
  right: -45px;
  opacity: 1;
}

.custom-overlay::before {
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.85) 100%
  );
  background-color: transparent !important;
}

#faq-works.elementor-widget-n-accordion
  .e-n-accordion-item[open]
  > .e-n-accordion-item-title {
  border: none;
}

#testimonial-slider .swiper-navigation-button {
  display: none;
}

#testimonial-slider .elementskit-single-testimonial-slider {
  box-shadow: none;
}

.home-tabs .elementkit-nav-item {
  max-width: fit-content !important;
  width: fit-content;
}

.home-tabs .elementkit-nav-item:not(:last-child) {
  margin-right: 40px !important;
}

.home-tabs .elementkit-nav-item .ekit-icon-image img {
  width: 18px !important;
}

.scroll-height {
  height: 280px;
  overflow-x: auto;
}

/* width */
.scroll-height::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.scroll-height::-webkit-scrollbar-track {
  box-shadow: inset 0 0 20px #f5f5f5;
  border-radius: 20px;
}

/* Handle */
.scroll-height::-webkit-scrollbar-thumb {
  background: #c5110f;
  border-radius: 10px;
}

/* Handle on hover */
.scroll-height::-webkit-scrollbar-thumb:hover {
  background: #c5110f;
}

.team-slider-gallery {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.team-slider-gallery .custom-grid {
  gap: 18px;
  width: max-content;
  display: inline-flex; /* Keeps content in one long line */
  animation: scroll 300s linear infinite;
  will-change: transform;
}

.custom-grid::after {
  content: "";
  display: inline-flex;
  gap: 18px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.custom-grid:hover {
  animation-play-state: paused;
}

.team-slide {
  display: none;
}
.team-slide.active {
  display: flex; /* or block depending on your layout */
}

.elementor-social-icon svg {
  stroke: #000 !important;
  color: #000 !important;
}

/* Fluent Form */

.ff-default .ff-el-input--label label {
  font-size: 18px;
  line-height: 26px;
}

form.fluent_form_1 .wpf_has_custom_css.ff-btn-submit {
  background-color: #c5110f;
  border-color: #c5110f;
  color: #ffffff;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 25px 36px;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

form.fluent_form_1 .wpf_has_custom_css.ff-btn-submit:hover {
  background-color: #c5110f !important;
  border-color: #c5110f !important;
  color: #ffffff !important;
  opacity: 1 !important;
  transform: translateY(-5px);
}

.ff-default .ff-el-form-check:last-child label.ff-el-form-check-label {
  font-size: 16px;
  line-height: 19px;
  color: #c5110f;
  font-weight: 500;
}

.sidebar-checker .sng-zip-code {
  flex-direction: column;
  flex-direction: column;
  background: transparent;
  border: none;
  padding: 0px;
  gap: 20px;
}

.sidebar-checker .sng-zip-code input {
  max-width: 100%;
  height: 72px;
}

.fluentform .text-danger,
.fluentform .ff-el-is-error .ff-el-form-check-label,
.fluentform .ff-el-is-error .ff-el-form-check-label a {
  color: #c5110f !important;
}

.ff-message-success {
  border: 1px solid #3bc123;
  box-shadow: none;
  margin-top: 10px;
  padding: 15px;
  position: relative;
  font-size: 18px;
  line-height: 28px;
}

/* Page/Post */

.elementor-widget-text-editor ul,
.elementor-style-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 50px;
}

.elementor-widget-text-editor ul li,
.elementor-style-content ul li {
  position: relative;
  padding-left: 28px;
}

.elementor-widget-text-editor ul li::before,
.elementor-style-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  background-image: url("/wp-content/uploads/2025/12/tick-02-stroke-rounded.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.elementor-style-content > p:first-child::first-letter {
  float: left;
  display: block;
  width: 17px;
  height: 92px;
  margin: 6px 20px 0 0;
  background: #ffffff;
  color: #000000;
  font-weight: 700;
  font-size: 66px;
  line-height: 46px;
  text-align: center;
  border-radius: 2px;
}

.elementor-style-content p {
  margin-bottom: 50px;
}

blockquote {
  background: #f2f2f2;
  border-left: 10px solid #c5110f;
  margin: 10px 0px 50px;
  padding: 20px 40px;
}
blockquote:before {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

.elementor-style-content h2,
.elementor-style-content h3,
.elementor-style-content h4,
.elementor-style-content h5,
.elementor-style-content h6 {
  margin-bottom: 30px;
}

.elementor-style-content img {
  border-radius: 20px;
}

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

.hfe-search-button-wrapper input[type="search"] {
  background-image: url("/wp-content/uploads/2025/12/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 2fr;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 25px;
}

.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: 16px;
  line-height: 19.2px;
  text-decoration: none;
  font-weight: 600;
  color: #000000 !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: #c5110f !important;
}

.widget_scoop_latest_post_widget
  .sng-latest-post
  .sng-latest-single
  .sng-latest-info
  span {
  font-size: 10px;
  color: #777777;
  margin-top: 0px;
}

.widget_scoop_latest_post_widget .sng-latest-post .sng-latest-thumbnail img {
  width: 103px !important;
  height: 66px;
  border-radius: 20px;
  object-fit: cover;
}

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

.elementor-post-navigation {
  gap: 20px;
}

.elementor-post-navigation .elementor-post-navigation__link a {
  transition-duration: 0.3s;
}

.elementor-post-navigation
  .elementor-post-navigation__link
  a:hover
  span.post-navigation__prev--label,
.elementor-post-navigation
  .elementor-post-navigation__link
  a:hover
  span.post-navigation__prev--title,
.elementor-post-navigation
  .elementor-post-navigation__link
  a:hover
  span.post-navigation__next--label,
.elementor-post-navigation
  .elementor-post-navigation__link
  a:hover
  span.post-navigation__next--title {
  color: #c5110f !important;
}

/* Category/Archive*/

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

.archive-post-card {
  background: #fff;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.archive-post-card:hover {
  transform: translateY(-5px);
}

.archive-post-image {
  width: 100%;
  object-fit: cover;
  border-radius: 20px !important;
  display: block;
  margin-bottom: 30px;
}

.archive-post-category {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
}

.archive-post-title {
  transition-duration: 0.3s;
  margin: 0px !important;
}

.archive-post-title a {
  color: inherit;
  text-decoration: none;
}

.archive-post-title a:hover {
  color: #c5110f;
}

.archive-post-date {
  font-size: 20px;
  color: #777777;
  margin-bottom: 10px;
  line-height: 32px;
}

.archive-post-excerpt {
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  margin: 0;
}

/* Client Onboarding */

.sng-spinner img {
  margin-left: 27px;
}

.sng-label-required {
  color: #c5110f;
}

#zipCheckerWrapper {
  background: url(/wp-content/uploads/2025/12/onboarding-pop-up-graphic-full.webp);
  background-color: white;
  background-repeat: no-repeat;
  background-position: 90% 100%;
  margin-bottom: 0px;
  border: none;
  padding: 40px 60px 71px;
  max-width: 648px;
  width: 100%;
  height: 405px;
}

#zipCheckerWrapper .popUpZipTitle {
  font-size: 36px;
  font-weight: bold;
  line-height: 43.2px;
}

.sng-zip-code-form {
  position: relative;
}

.sng-zip-code > * {
  display: block !important;
}

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

body.sng_page-template-sng-client-onboarding-template-php .content-area,
body.sng_page-template-sng-out-of-area-template .content-area {
  background: url("/wp-content/uploads/2025/12/background-pattern-light-grey-01-sng-form.webp");
}

body.sng_page-template-sng-client-onboarding-template-php .content-area {
  display: flex;
  justify-content: center;
  gap: 44px;
}

.additional-form-container {
  max-width: 352px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.is-label-invalid,
.just-validate-success-label {
  font-size: 13px;
}

body.sng_page-template-sng-client-onboarding-template
  header.elementor-location-header,
body.sng_page-template-sng-out-of-area-template
  header.elementor-location-header {
  display: none;
}

body.sng_page-template-sng-client-onboarding-template .content-area,
body.sng_page-template-sng-out-of-area-template .content-area {
  padding-top: 0px;
  padding-bottom: 130px;
}

body.sng_page-template-sng-client-onboarding-template .before-footer-bg,
body.sng_page-template-sng-out-of-area-template .before-footer-bg {
  margin-top: -35px;
}

body.sng_page-template-sng-client-onboarding-template-php
  .content-area
  .type-sng-page,
body.sng_page-template-sng-out-of-area-template .content-area .type-sng-page {
  max-width: 800px;
  margin: 0px;
  border-radius: 20px;
  padding: 60px 64px;
  background-color: #f2f2f2;
}

body.sng_page-template-sng-out-of-area-template .content-area .type-sng-page {
  margin: 0 auto !important;
}

body.sng_page-template-sng-client-onboarding-template-php .content-area iframe {
  border-radius: 20px;
}

body.sng_page-template-sng-client-onboarding-template-php
  .content-area
  iframe#tokenFrame {
  border-radius: 0px !important;
}

body.sng_page-template-sng-client-onboarding-template-php
  .content-area
  .type-sng-page
  .page-header
  h1.entry-title,
body.sng_page-template-sng-out-of-area-template
  .content-area
  .type-sng-page
  .page-header
  h1.entry-title {
  width: 100%;
  margin: 0 auto;
  text-align: center !important;
  font-weight: 600;
  font-size: 40px;
  padding-bottom: 30px;
  padding-top: 0px;
}

.sng-top-callout {
  font-size: 18px;
  line-height: 27px;
  border: 3px solid #f1c629;
  border-radius: 13px;
  background: #f1c629;
  padding: 13px 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.sng-top-callout::before {
  margin-right: 25px;
  content: url("/wp-content/uploads/2025/12/crown-callout.svg");
  font-size: 24px;
  font-weight: 600;
  color: #57bbbd;
}

.sng-top-callout span {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #000000;
}

form#client_onboarding_form,
#sng_out_of_area_form {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}

.sng-form-group,
.sng-dog-fields-wrapper {
  margin-bottom: 30px;
}

#zip_code.sng-readonly {
  color: #818181 !important;
}

.sng-form-group label,
.sng-dog-fields-wrapper label {
  font-size: 16px;
  display: block;
  padding-bottom: 8px;
}

.sng-div-number-of-dogs {
  margin-top: 2.5rem !important;
  margin-bottom: 4rem !important;
}

.sng-div-clean-up-frequency {
  margin-top: 2.5rem !important;
  margin-bottom: 8.5rem !important;
}

.sng-slider-space .sng-sliders {
  font-size: 16px;
}

.sng-form-group input {
  width: 100%;
}

form#client_onboarding_form input[type="text"]::placeholder,
form#sng_out_of_area_form input[type="text"]::placeholder,
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #818181;
  font-weight: 400;
  font-size: 16px;
}

.sng-form-group input {
  width: 100%;
}

.sng-form-group .sng-radio-group label {
  display: inline;
}

.sng-form-group .sng-radio-group input,
.sng-form-group input[type="checkbox"] {
  width: auto;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.select2-results__option {
  color: #000 !important;
  font-weight: 400;
  font-size: 16px;
  padding: 4px 15px !important;
}

.select2-container .select2-selection--single {
  border-radius: 18px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  padding: 11px 0px;
}

body.sng_page-template-sng-client-onboarding-template-php
  #client_onboarding_form
  .sng-note.sng-marketing {
  padding-top: 0px;
  margin-top: -10px;
}

body.sng_page-template-sng-client-onboarding-template-php
  #client_onboarding_form
  .sng-note.sng-marketing {
  color: #000000;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
}

body.sng_page-template-sng-client-onboarding-template-php
  #client_onboarding_form
  .sng-input-group,
body.sng_page-template-sng-out-of-area-template
  #sng_out_of_area_form
  .sng-form-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 15px;
}

body.sng_page-template-sng-client-onboarding-template-php
  #client_onboarding_form
  label[for="sng_advertiser_privacy_policy"],
body.sng_page-template-sng-out-of-area-template
  #sng_out_of_area_form
  label[for="sng_advertiser_privacy_policy"] {
  color: #000;
  font-style: normal;
  font-size: 16px !important;
  line-height: 25px;
  padding-bottom: 0px;
}

body.sng_page-template-sng-client-onboarding-template-php
  #client_onboarding_form
  label[for="sng_advertiser_privacy_policy"] {
  font-style: normal;
  line-height: 25px;
}

body.sng_page-template-sng-client-onboarding-template-php
  #client_onboarding_form
  label[for="sng_advertiser_privacy_policy"] {
  color: #000;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
}

body.sng_page-template-sng-client-onboarding-template-php
  #client_onboarding_form
  label[for="sng_advertiser_privacy_policy"]
  a {
  color: var(--e-global-color-accent) !important;
  text-decoration: underline;
  font-weight: 500;
}

body.sng_page-template-sng-client-onboarding-template .sng-note ul,
body.sng_page-template-sng-out-of-area-template .sng-note ul {
  padding-left: 15px;
  margin-left: 0px;
  margin-bottom: 20px;
}

body.sng_page-template-sng-client-onboarding-template .sng-note ul li,
body.sng_page-template-sng-out-of-area-template .sng-note ul li {
  margin-bottom: 20px;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 22px;
  font-style: normal;
}

body.sng_page-template-sng-client-onboarding-template
  .sng-note
  ul
  li:last-child,
body.sng_page-template-sng-out-of-area-template .sng-note ul lili:last-child {
  margin-bottom: 10px;
}

#sng_advertiser_privacy_policy {
  margin-top: 0px;
}

label[for="terms_of_service"],
label[for="sng_advertiser_privacy_policy"] {
  display: inline-block !important;
}

#terms_of_service,
#sng_advertiser_privacy_policy {
  width: auto;
}

body.sng_page-template .sng-submit-button {
  width: 100%;
  border: none;
  margin-top: 0px;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

#sng_free_quote {
  margin-top: 30px;
}

body.sng_page-template .sng-submit-button:hover {
  transform: translateY(-5px);
}

body.sng_page-template-sng-client-onboarding-template .sng-pricing-table {
  border: 4px solid #000000;
  border-radius: 25px;
  padding: 40px 90px;
  background-color: #fff;
  margin-bottom: 68px;
  margin-top: 0px;
  position: relative;
  background-image: url(/wp-content/uploads/2025/12/onboarding-pop-up-graphic-full.webp);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 700px;
  padding-bottom: 150px;
}

body.sng_page-template-sng-client-onboarding-template
  .sng-pricing-table
  #sng-pricing {
  padding: 0px;
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
}

body.sng_page-template-sng-client-onboarding-template
  .sng-pricing-table
  #sng-pricing
  span.title {
  font-size: 32px;
  line-height: 44px;
  font-weight: 600;
  display: block;
  margin-bottom: 0px;
  text-align: center;
}

body.sng_page-template-sng-client-onboarding-template
  .sng-pricing-table
  #sng-pricing
  .sng-price,
body.sng_page-template-sng-client-onboarding-template
  .sng-pricing-table
  #sng-pricing
  .sng-initial-price {
  font-size: 40px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 44px;
  font-weight: bold;
  margin: 20px 0px 0px;
  padding-left: 0px;
  padding-right: 0px;
  background: #c5110f;
  color: #fff;
  display: block;
  border-radius: 18px;
}

#sng-pricing .sng-price span.sng-interval {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  margin-left: 0px;
  display: block;
}

body.sng_page-template-sng-client-onboarding-template
  .sng-pricing-table
  #sng-callout {
  text-align: center;
  padding: 20px 0px;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  font-style: normal;
  max-width: 100%;
  color: #000000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sng-pricing-table #sng-initial-estimate {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-radius: 18px;
  font-weight: bold;
  border: none;
  font-size: 20px;
  padding: 25px 20px;
  background-color: #f2f2f2;
}

.sng-pricing-table #sng-initial-estimate .sng-initial-cleanup-message,
.sng-pricing-table #sng-initial-estimate .sng-custom-short {
  display: block;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 17px;
}

.sng-pricing-table #sng-initial-estimate .sng-price-not-defined,
.sng-pricing-table #sng-initial-estimate .sng-custom-long,
.sng-pricing-table #sng-initial-estimate .sng-initial-price {
  font-weight: bold;
  font-size: 24px;
  line-height: 44px;
  color: #c5110f;
}

.sng-pricing-table .sng-note {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-style: normal;
  padding: 10px 0px;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  font-style: normal;
}

.sng-call-to-action h3 {
  font-size: 20px;
  margin-top: 0px;
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 30px;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  line-height: normal;
  border-radius: 18px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding: 8px 15px;
  display: block;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  margin-top: 0px;
}

.select2-container .select2-search--inline .select2-search__field {
  padding: 0px !important;
}

.select2-container--default .select2-selection--multiple {
  border-radius: 18px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  font-size: 16px;
}

small,
.sng-cc-note {
  font-size: 13px;
  line-height: 26px;
  display: block;
}

.sng-cc-note {
  margin-bottom: 30px;
  margin-top: -20px;
}

label[for="terms_of_service"],
label[for="sng_advertiser_privacy_policy"] {
  display: inline-block !important;
  color: #000;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
}

label[for="terms_of_service"] a,
label[for="sng_advertiser_privacy_policy"] a {
  color: var(--e-global-color-accent) !important;
}

.ekit-wid-con .elementskit-single-testimonial-slider {
  box-shadow: none !important;
}

/* Sweep&Go Thank You Pages */

body.sng_page-template-default.single.single-sng_page .page-header {
  background-color: #000000;
  background-image: url(/wp-content/uploads/2025/12/background-pattern-light-grey-02.webp);
  background-repeat: repeat;
  background-size: auto;
  display: flex;
  border-radius: 20px 20px 20px 20px;
  padding-bottom: 107px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 107px;
  margin-top: 20px;
}

body.sng_page-template-default.single.single-sng_page .page-header h1 {
  color: #fff;
}

body.sng_page-template-default.single.single-sng_page .page-content {
  padding-top: 50px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

/* Refer a Friend */

body.sng_page-template-sng-refer-a-friend-template #content.type-sng-page {
  max-width: 1196px;
}

body.sng_page-template-sng-refer-a-friend-template
  #content.type-sng-page
  .page-header {
  display: none;
}

body.sng_page-template-sng-refer-a-friend-template
  #content.type-sng-page
  .sng-page-content {
  display: flex;
  gap: 56px;
  width: 100%;
  padding: 30px 0px 90px;
  align-items: flex-start;
}

body.sng_page-template-sng-refer-a-friend-template
  #content.type-sng-page
  .sng-page-content
  > div {
  width: 50%;
}

body.sng_page-template-sng-refer-a-friend-template
  #content.type-sng-page
  .sng-page-content
  > div
  h1 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

body.sng_page-template-sng-refer-a-friend-template
  #content.type-sng-page
  .sng-page-content
  > div
  h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 3px;
  background-color: #c5110f;
}

#sng_refer_a_friend_form {
  padding: 60px 48px;
  background-color: #f2f2f2;
  border-radius: 20px;
  padding: 50px 62px;
  width: 100%;
}

#sng_refer_a_friend_form br {
  display: none;
}

.sng-referral-header h4 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.sng-add-referral {
  background-color: var(--e-global-color-primary) !important;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.sng-add-referral:focus {
  background-color: var(--e-global-color-primary) !important;
}

.sng-add-referral:hover {
  transform: translateY(-5px);
}

.sng-remove {
  border: 1px solid;
  border-radius: 50%;
  padding: 5px 15px;
  margin-top: -20px;
}

/* Gift Certificate */

body.sng_page-template-sng-gift-certificate-template
  .content-area
  #content.type-sng-page
  .page-header
  h1.entry-title {
  display: none;
}

.sng-gift-certificate-form {
  position: relative;
  margin-bottom: 70px;
  margin-top: 15px;
}

.sng-gift-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 44px;
  margin: 0px 0px 50px;
}

.sng-gift-cards div img {
  cursor: pointer;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.sng-gift-cards div img:hover {
  transform: translateY(-5px);
}

#sng_gift_certificate_form {
  background-color: #f2f2f2;
  border-radius: 20px;
  padding: 100px 160px;
  width: 100%;
  max-width: 800px;
  display: none;
}

#sng_send_to_group .sng-radio-group {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 15px;
}

body.sng_page-template-sng-gift-certificate-template
  .content-area
  #content.type-sng-page
  form#sng_gift_certificate_form::before {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background-size: 136px;
  display: inline-block;
  width: 136px;
  height: 95px;
  content: "";
  right: 0;
  background-repeat: no-repeat;
}

body.sng_page-template-sng-gift-certificate-template
  .content-area
  #content.type-sng-page
  form#sng_gift_certificate_form.crown-10::before {
  background-image: url(/wp-content/uploads/2025/12/10usd-gc.svg);
}

body.sng_page-template-sng-gift-certificate-template
  .content-area
  #content.type-sng-page
  form#sng_gift_certificate_form.crown-50::before {
  background-image: url(/wp-content/uploads/2025/12/50usd-gc.svg);
}

body.sng_page-template-sng-gift-certificate-template
  .content-area
  #content.type-sng-page
  form#sng_gift_certificate_form.crown-100::before {
  background-image: url(/wp-content/uploads/2025/12/100usd-gc.svg);
}

body.sng_page-template-sng-gift-certificate-template
  .content-area
  #content.type-sng-page
  form#sng_gift_certificate_form.crown-custom::before {
  background-image: url(/wp-content/uploads/2025/12/custom-gc.svg);
}

/* Footer */

.free-quote-crown:before {
  content: "";
  background-image: url("/wp-content/uploads/2025/12/crown-left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -45px;
  left: -30px;
  z-index: 1;
}

button:focus {
  background-color: var(--e-global-color-secondary) !important;
}

.elementor-icon-list-item > a {
  color: var(--e-global-color-primary);
}

.elementkit-tab-nav .elementkit-nav-link {
  width: fit-content;
}

.sng-city-area-map ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 5px 10px;
  margin-top: 20px;
}

.sng-city-area-map button.show-more {
  display: none !important;
}

.sng-city-area-map ul li {
  min-width: auto;
  max-width: fit-content;
}

.sng-city-area-map ul li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background-image: url(/wp-content/uploads/2025/12/location-05-stroke-rounded.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.sng-city-area-map ul li a {
  text-decoration: none;
  color: var(--e-global-color-primary);
}

.sng-city-area-map ul li:last-child {
  text-transform: capitalize !important;
}

.sng-city-area-map ul li:last-child a {
  color: #c5110f !important;
}

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

#footer-locations ul.hfe-nav-menu li:nth-child(n + 7) {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition-duration: 0.5s;
  margin: 0;
  padding: 0;
}

/* Class to show hidden elements when toggled */
#footer-locations ul.hfe-nav-menu.show-all li:nth-child(n + 7) {
  max-height: 200px; /* Adjust based on your li height */
  opacity: 1;
  margin: inherit; /* Restore original margin */
  padding: inherit; /* Restore original padding */
}

@media only screen and (max-width: 1024px) {
  .free-quote-crown .elementor-widget-container,
  .free-quote-crown .elementor-widget-container button {
    width: 95%;
  }

  .scroll-height {
    height: auto;
  }

  .free-quote-crown:before {
    width: 50px;
    height: 50px;
    top: -35px;
    left: -10px;
  }

  .above-footer-dog {
    left: 50% !important;
    transform: translateX(-50%);
  }

  .btn-full-width,
  .btn-full-width .elementor-button,
  .btn-full-width .elementor-widget-container,
  .btn-full-width .elementor-widget-container button {
    width: 100%;
  }

  .crown-container.crown-container-left::before {
    top: -46px;
    left: 47% !important;
    transform: rotate(34deg) translateX(-50%);
  }

  .crown-container.crown-container-right::after {
    top: -87px;
    left: 50% !important;
    transform: rotate(328deg) translateX(-50%);
  }

  .sng-city-area-map ul {
    grid-template-columns: 1fr 1fr;
  }

  .scroll-height::-webkit-scrollbar {
    height: 3px;
  }

  .team-slider-gallery .custom-grid {
    flex-wrap: nowrap;
  }

  .team-slider-gallery .custom-grid .elementor-element {
    max-width: 250px;
  }

  body.sng_page-template-sng-refer-a-friend-template
    #content.type-sng-page
    .sng-page-content {
    padding: 30px 0px 0px;
    gap: 20px;
    flex-direction: column;
  }

  body.sng_page-template-sng-refer-a-friend-template
    #content.type-sng-page
    .sng-page-content
    > div {
    width: 100%;
  }

  #sng_refer_a_friend_form {
    margin: 0px !important;
    padding: 40px 20px;
  }

  #sng_gift_certificate_form {
    padding: 80px 20px 40px;
  }

  body.sng_page-template-sng-refer-a-friend-template #content.type-sng-page,
  body.sng_page-template-sng-gift-certificate-template #content.type-sng-page {
    padding: 0px 20px;
  }

  #testimonial-slider .swiper-pagination {
    bottom: -120px !important;
  }

  body.home #testimonial-slider .swiper-pagination,
  #testimonial-slider.slider-dot-120 .swiper-pagination {
    bottom: -120px !important;
  }
}

@media only screen and (max-width: 768px) {
  #testimonial-slider .swiper-navigation-button {
    display: flex !important;
  }

  .ekit_navSidebar-button svg,
  .ekit-wid-con .ekit_close-side-widget svg {
    width: 28px !important;
  }

  #testimonial-slider .swiper-navigation-button.swiper-button-next {
    right: -17% !important;
  }

  #testimonial-slider .swiper-navigation-button.swiper-button-prev {
    left: -17% !important;
  }

  .elementor-author-box {
    flex-direction: column;
  }

  .home-tabs .elementkit-nav-item:not(:last-child) {
    margin-right: 20px !important;
  }

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

  .sng-form-group label,
  .sng-dog-fields-wrapper label {
    line-height: 26px;
  }

  body.sng_page-template-sng-client-onboarding-template-php .content-area,
  body.sng_page-template-sng-out-of-area-template .content-area {
    flex-direction: column;
    padding: 0px 20px 180px;
  }

  body.sng_page-template-sng-client-onboarding-template
    .content-area
    #content.type-sng-page,
  body.sng_page-template-sng-out-of-area-template
    .content-area
    #content.type-sng-page {
    padding: 40px 20px;
    margin-left: 0px;
    margin-right: 0px;
  }

  body.sng_page-template-sng-client-onboarding-template-php
    .content-area
    .type-sng-page
    .page-header
    h1.entry-title,
  body.sng_page-template-sng-out-of-area-template
    .content-area
    .type-sng-page
    .page-header
    h1.entry-title,
  body.sng_page-template-sng-out-of-area-template
    .content-area
    #content.type-sng-page
    .page-header
    h1.entry-title {
    font-size: 32px;
    line-height: 42px;
    width: 100%;
  }

  .sng-top-callout {
    line-height: 19px;
    padding: 13px 0px;
  }

  .sng-top-callout::before {
    transform: scale(0.7);
    margin-right: 5px;
  }

  .sng-pricing-table #sng-initial-estimate .sng-initial-price {
    font-size: 26px;
  }

  label[for="terms_of_service"],
  label[for="sng_advertiser_privacy_policy"] {
    display: contents !important;
  }

  body.sng_page-template-sng-client-onboarding-template-php
    .content-area
    iframe {
    width: 100%;
  }

  body.sng_page-template-sng-client-onboarding-template .sng-pricing-table {
    padding: 40px 20px 160px;
    margin-bottom: 30px;
  }

  #client-onboarding-reviews.client-onboarding-reviews .swiper-button-next {
    right: -13%;
    display: flex !important;
  }

  #client-onboarding-reviews.client-onboarding-reviews .swiper-button-prev {
    left: -13%;
    display: flex !important;
  }

  body.sng_page-template-default.single.single-sng_page .type-sng_page {
    padding: 0px 20px;
  }

  small,
  .sng-cc-note {
    line-height: 16px;
  }

  body.sng_page-template-default.single.single-sng_page .page-header {
    padding: 50px 20px;
  }

  .sng-gift-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  #zipCheckerWrapper {
    background: url(/wp-content/uploads/2025/12/onboarding-pop-up-graphic-.webp);
    background-color: white;
    background-repeat: no-repeat;
    background-position: 50% 101%;
    margin-bottom: 0px;
    border: none;
    padding: 60px 60px 71px;
    max-width: 648px;
    width: 95%;
    height: 432px;
    background-size: contain;
    align-items: flex-start;
  }

  #zipCheckerWrapper .popUpZipTitle {
    font-size: 23px;
    line-height: 34px;
  }
}
