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

html,
body {
  overflow-x: clip;
}

:hover {
  transition: all 0.3s;
}

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-shortcode .sng-zip-code,
#zipCheckerWrapper #zipCodeWrapper .sng-zip-code {
  display: flex;
  position: relative;
  max-width: 440px;
  background: #fff;
  border-radius: 0px 38px 38px 0px;
  padding: 7px;
  gap: 5px;
}

.elementor-shortcode .sng-zip-code input,
#zipCheckerWrapper #zipCodeWrapper .sng-zip-code input {
  border-color: #f2efef !important;
  max-width: 210px;
  border-radius: 8px !important;
  width: 100%;
  background-color: #f2efef !important;
}

.elementor-shortcode .sng-zip-code button,
#zipCheckerWrapper #zipCodeWrapper .sng-zip-code button,
.elementor-widget-container button {
  width: 85%;
  background-color: var(--e-global-color-primary);
  font-family: "Nunito", Sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
  fill: var(--e-global-color-text);
  color: var(--e-global-color-text);
  box-shadow: 0px 12px 30px 0px
    rgba(91, 58.000000000000036, 41.00000000000001, 0.09);
  border-radius: 8px 32px 32px 32px;
  padding: 24px 36px;
  border-color: transparent !important;
}

.elementor-shortcode .sng-zip-code button:hover,
#zipCheckerWrapper #zipCodeWrapper .sng-zip-code button:hover,
.elementor-widget-container button:hover {
  background-color: #ffd596;
}

.hero-zip-code .sng-zip-code {
  padding: 7px 7px 7px 20px;
}

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

.sng-zip-code .is-label-invalid {
  position: absolute;
  width: fit-content;
  top: calc(100% + 5px);
  background: #b00020;
  color: #fff !important;
  padding: 10px;
  border-radius: 0px;
  font-size: 14px;
  z-index: 1;
}
/* HEADER */
.header-sms .elementor-icon-box-wrapper {
  background-color: #e7e6e5;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  border-radius: 50px;
}

.header-call .elementor-icon-box-wrapper {
  background-color: #1f0b07;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  border-radius: 50px;
}

.footer-location-icon .elementor-icon-box-icon {
  margin-top: 10px;
}

.custom-link.white {
  color: #fff;
}

.custom-link.white:hover {
  color: #f7ab3a;
}

.custom-link.orange a {
  color: #d67c22 !important;
}

.custom-link.orange a:hover {
  text-decoration: underline;
}

/* Reviews Elements */

.rpi .rpi-tag {
  background-color: #ffffff !important;
  border: 1px solid #fbf6f4 !important;
  border-radius: 80px !important;
  padding: 6px 12px !important;
}

.pa-review-widget {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 22px;
  padding: 26px 30px;
  max-width: 350px;
  box-shadow: 0px 12px 30px 0px
    rgba(91, 58.000000000000036, 41.00000000000001, 0.09);
  font-family: "Nunito", Sans-serif !important;
}

.pa-review-logo img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #e6e6e6;
}

.pa-business-name {
  color: #d67c22;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
}

.pa-rating-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.pa-rating-number {
  font-size: 20px;
  font-weight: bold;
  color: #1f0b07;
}

.pa-stars .rplg-stars {
  transform: scale(1.2);
  transform-origin: left center;
}

.pa-review-count {
  font-size: 16px;
  color: #1f0b07;
  font-weight: 400;
  margin-bottom: 8px;
}

.pa-links {
  display: flex;
  gap: 15px;
}

.pa-links a {
  color: #d67c22 !important;
  text-decoration: none !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.pa-links a:hover {
  text-decoration: underline;
}

.reviews-badge .pa-review-widget:not(:first-child) {
  display: none !important;
}

.rpi-slider .rpi-card-inner {
  margin-top: 0px !important;
  padding: 30px !important;
  font-family: "Nunito", Sans-serif !important;
  border-radius: 32px;
}

.rpi-time {
  display: none !important;
}

.rpi-sh .rpi-text {
  margin-bottom: 0px !important;
}

.rpi-logo::before,
.rpi-logo_after::after {
  width: 25px;
  height: 25px;
}

.rpi-sh .rpi-text {
  color: #464342;
}

/* Floating Rating */

.rpi-badge-cnt.rpi-badge-left .rpi-badge:not(:first-child) {
  display: none !important;
}

.rpi-badge-cnt.rpi-badge-left .rpi-badge {
  border-radius: 80px;
  box-shadow: 0px 12px 30px 0px
    rgba(91, 58.000000000000036, 41.00000000000001, 0.09) !important;
}

.rpi-badge-cnt.rpi-badge-left .rpi-badge .rpi-badge-body {
  border-radius: 80px !important;
  width: 209px;
}

.rpi-badge-cnt.rpi-badge-left .rpi-badge .rpi-badge-body .rpi-logo {
  border: 1px solid #e8e8e8;
  border-radius: 50px;
  padding: 10px;
}
.rpi-badge-cnt.rpi-badge-left .rpi-badge .rpi-badge-body .rpi-name {
  color: #1f0b07 !important;
  font-family: "Nunito", sans-serif;
  font-weight: bold;
  line-height: 20px;
}

.rpi-badge-cnt.rpi-badge-left .rpi-badge .rpi-badge-body .rpi-based {
  font-family: "Nunito", sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #1f0b07;
}

/* Cities */

.sng-city-list {
  font-family: "Nunito", sans-serif;
}

.sng-city-list__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(230px, 1fr));
  column-gap: 40px;
  min-width: 750px; /* forces horizontal scroll on small screens */
}

.sng-city-list__col {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sng-city-list__item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 21px;
  font-weight: 400;
  line-height: 31.5px;
  color: #464342;
  padding: 4px 0;
  white-space: nowrap;
}

/* Checkmark (orange for all items) */
.sng-city-list__item::before {
  content: "";
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M2 9.5 L7 14.5 L16 3.5' fill='none' stroke='%23D67C22' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

/* Linked city */
.sng-city-list__item a {
  color: #d67c22;
  text-decoration: none;
}

.sng-city-list__item a:hover {
  text-decoration: underline;
}

/* Linked city that has a NEW label: extra bold */
.sng-city-list__item--new a {
  font-weight: 800;
}

/* NEW label */
.sng-city-list__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  padding: 0 12px;
  height: 26px; /* visual pill height */
  background: #ffd596;
  color: #4f1f14;
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  font-weight: 800; /* extra bold */
  line-height: 40px; /* per spec; pill height is capped above */
  letter-spacing: 0.5px;
  border-radius: 999px;
  text-transform: uppercase;
}

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

.elementor-widget-n-accordion .e-n-accordion-item-title {
  box-shadow: 0px 12px 30px 0px
    rgba(91, 58.000000000000036, 41.00000000000001, 0.09);
}

.rpi-dots-wrap {
  visibility: hidden;
}

/* Zip Code Popup */

.zip-code-popup .sng-zip-code {
  max-width: 100% !important;
  padding: 10px !important;
  border-radius: 9px 9px 38px 38px !important;
  flex-direction: column;
  gap: 8px !important;
}

.zip-code-popup .sng-zip-code input,
.zip-code-popup .sng-zip-code button {
  width: 100% !important;
  max-width: 100% !important;
}

.side-dropdown-tabs.elementor-widget-n-tabs .e-n-tab-title {
  width: max-content !important;
}

/* Dropdown Gallery */

.gallery-wrapper {
  position: relative;
}

.gallery-wrapper .gallery-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
}

.gallery-wrapper .gallery-track::-webkit-scrollbar {
  display: none;
}

/* while dragging with the mouse: kill smooth + snap so it tracks 1:1 */
.gallery-wrapper .gallery-track.is-dragging {
  scroll-behavior: auto;
  scroll-snap-type: none;
  cursor: grabbing;
}

.gallery-wrapper .gallery-track .gallery-slide {
  flex: 0 0 72%;
  scroll-snap-align: start;
}

.gallery-wrapper .gallery-track .gallery-slide img {
  width: 100%;
  display: block;
  border-radius: 32px;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.gallery-wrapper .gallery-next,
.gallery-wrapper .gallery-prev {
  width: 45px;
  height: 45px;
  border-radius: 45px;
  line-height: 54px;
  cursor: pointer;
  user-select: none;
}

.gallery-wrapper .gallery-next:hover,
.gallery-wrapper .gallery-prev:hover {
  background: #339060;
}

/* Forms */

/* Responsive */

@media only screen and (max-width: 1024px) {
  .sng-city-list {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .sng-city-list__item {
    font-size: 16px;
  }

  .pa-review-widget {
    max-width: 100%;
  }

  .rpi-slider .rpi-content .rpi-cards,
  .rpi-slider .rpi-card-inner {
    margin: 0px !important;
  }

  .rpi-dots-wrap {
    visibility: visible;
  }

  .side-dropdown-tabs.elementor-widget-n-tabs .e-n-tab-title {
    width: 100% !important;
    background: var(--e-global-color-secondary) !important;
    padding: 25px 16px;
  }
}

@media only screen and (max-width: 768px) {
  .start-fresh-dog {
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .sng-zip-code {
    max-width: 100% !important;
    padding: 10px !important;
    border-radius: 9px 9px 38px 38px !important;
    flex-direction: column;
    gap: 8px !important;
  }

  .sng-zip-code input,
  .sng-zip-code button {
    width: 100% !important;
    max-width: 100% !important;
  }

  .sng-zip-code {
    position: relative;
    overflow: visible;
  }

  .sng-zip-code::before {
    content: "";
    position: absolute;
    width: 58px;
    height: 68px;
    background: url("/wp-content/uploads/2026/07/input-dog-mobile.webp")
      no-repeat center center;
    background-size: contain;
    right: 0px;
    top: -58px;
    z-index: 10;
    pointer-events: none;
  }

  .zip-code-popup .sng-zip-code::before {
    display: none;
  }

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

  .mob-nav-popup .dialog-widget-content .elementor-item.elementor-item-anchor {
    outline: none !important;
  }

  .mob-nav-popup .dialog-close-button {
    background: #ffffff;
    border-radius: 50px;
    padding: 10px;
    top: -45px;
    outline: none !important;
  }

  .mob-nav-popup
    .dialog-widget-content
    .mobile-popup-main-nav
    .elementor-nav-menu--main
    .elementor-item {
    display: inline-flex;
    align-items: center;
    gap: 8px; /* Space between text and arrow */
    justify-content: flex-end;
  }

  .mob-nav-popup
    .dialog-widget-content
    .mobile-popup-main-nav
    .elementor-nav-menu--main
    .elementor-item::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("/wp-content/uploads/2026/07/arrow-right-02-stroke-rounded.svg")
      no-repeat center;
    background-size: contain;
    flex-shrink: 0;
    opacity: 1 !important;
    right: -25px;
  }

  .dialog-type-lightbox {
    z-index: 9999999999 !important;
  }

  .gallery-wrapper .gallery-track .gallery-slide,
  .gallery-wrapper .gallery-track {
    --flex-wrap: 0 !important;
  }
}
