@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
.font-proxima {
  font-family: 'Proxima Nova', sans-serif; }

.shop-cards-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 480px) {
    .shop-cards-container {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media (min-width: 1024px) {
    .shop-cards-container {
      margin-top: 0; } }
.shop-card {
  background-color: #ffffff;
  border-radius: 1rem;
  border: 1px solid rgba(55, 55, 55, 0.15);
  overflow: hidden;
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: box-shadow 0.2s ease-in-out; }
  .shop-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); }
  @media (min-width: 1280px) {
    .shop-card {
      width: 790px; } }
.shop-card-flex {
  display: flex; }

.shop-card-flex-1 {
  flex: 1 1 0%; }

.shop-card-flex-col {
  display: flex;
  flex-direction: column; }

.shop-card-content {
  flex: 1 1 0%; }
  @media (min-width: 768px) {
    .shop-card-content {
      padding: 1.25rem; } }
.shop-card-inner {
  display: flex;
  flex-direction: column;
  gap: 1.25rem; }
  @media (min-width: 640px) {
    .shop-card-inner {
      flex-direction: row; } }
.shop-card-gallery {
  flex-shrink: 0;
  width: 100%; }
  @media (min-width: 640px) {
    .shop-card-gallery {
      width: 180px; } }
  @media (min-width: 768px) {
    .shop-card-gallery {
      width: 200px; } }
  @media (min-width: 1024px) {
    .shop-card-gallery {
      width: 230px; } }
  @media (min-width: 1280px) {
    .shop-card-gallery {
      width: 265px; } }
.shop-card-gallery-wrapper {
  position: relative;
  width: 100%;
  height: 200px; }
  @media (min-width: 640px) {
    .shop-card-gallery-wrapper {
      height: 180px; } }
  @media (min-width: 768px) {
    .shop-card-gallery-wrapper {
      height: 200px; } }
  @media (min-width: 1024px) {
    .shop-card-gallery-wrapper {
      height: 230px; } }
  @media (min-width: 1280px) {
    .shop-card-gallery-wrapper {
      height: 265px; } }
.shop-card-main-image-container {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  background-color: #e5e7eb; }
  @media (max-width: 520px) {
    .shop-card-main-image-container {
      border-radius: 0; } }
.shop-card-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.shop-card-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(7px);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 10;
  padding: 0;
  opacity: 0; }
  .shop-card-arrow:hover {
    background-color: #00a3e7;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); }
  .shop-card-arrow--left {
    left: 0.5rem; }
  .shop-card-arrow--right {
    right: 0.5rem; }

.shop-card-main-image-container:hover .shop-card-arrow {
  opacity: 1; }

.shop-card-arrow-icon {
  width: 13px;
  height: 13px;
  transition: filter 0.3s ease-in-out; }

.shop-card-arrow:hover .shop-card-arrow-icon {
  filter: brightness(0) invert(1); }

.shop-card-thumbnails {
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem; }
  @media (min-width: 640px) and (max-width: 1023px) {
    .shop-card-thumbnails {
      width: 185px; } }
.shop-card-thumbnail-btn {
  width: 38px;
  height: 38px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transition: all 0.15s ease-in-out;
  padding: 0px; }
  .shop-card-thumbnail-btn:hover {
    transform: scale(1.05); }
  .shop-card-thumbnail-btn--active {
    border: 2px solid #ffffff; }
  .shop-card-thumbnail-btn--inactive {
    border: 1px solid rgba(255, 255, 255, 0.5);
    opacity: 0.6; }

.shop-card-thumbnail-img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.shop-card-thumbnail-video {
  position: relative;
  width: 100%;
  height: 100%; }

.shop-card-thumbnail-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 12px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  pointer-events: none; }

.shop-card-actions {
  display: flex;
  gap: 7px;
  margin-top: 0.75rem; }
  @media (min-width: 1024px) {
    .shop-card-actions {
      gap: 10px; } }
  @media (max-width: 520px) {
    .shop-card-actions {
      gap: 1rem;
      margin-top: 1rem; } }
.shop-card-action-btn {
  flex: 1 1 0%;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  border: 1px solid rgba(55, 55, 55, 0.2);
  border-radius: 9999px;
  color: #373737;
  font-family: 'ProximaNova-Medium';
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: normal;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  width: 102px; }
  .shop-card-action-btn:hover {
    border-color: #ff9000;
    color: #ff9000; }
  @media (min-width: 640px) {
    .shop-card-action-btn {
      flex: none; } }
  @media (max-width: 768px) {
    .shop-card-action-btn {
      width: 90px; } }
  @media (max-width: 520px) {
    .shop-card-action-btn {
      height: 48px; } }
  @media (min-width: 1280px) {
    .shop-card-action-btn--call {
      width: 115px; } }
  @media (min-width: 1280px) {
    .shop-card-action-btn--directions {
      width: 130px; } }
.shop-card-details {
  flex: 1 1 0%;
  min-width: 0; }
  @media (max-width: 520px) {
    .shop-card-details {
      padding-left: 0.7rem;
      padding-right: 0.5rem; } }
.shop-card-header {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem; }

.shop-card-logo {
  flex-shrink: 0;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 7px;
  background-color: #1f2937;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none; }
  @media (min-width: 640px) {
    .shop-card-logo {
      width: 60px;
      height: 60px; } }
.shop-card-logo-img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.shop-card-info {
  flex: 1 1 0%;
  min-width: 0; }

.shop-card-verified {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-bottom: 0.125rem; }

.shop-card-verified-text {
  font-family: 'ProximaNova-Regular';
  font-weight: 500;
  font-style: italic;
  font-size: 12px;
  line-height: 1;
  letter-spacing: normal;
  color: #8fb741; }

.shop-card-name {
  font-family: 'Proxima Nova Extrabold';
  font-weight: 800;
  font-size: 22px;
  line-height: 1;
  letter-spacing: normal;
  color: #373737;
  margin: 0px; }

.shop-card-name-link {
  color: inherit;
  text-decoration: none; }
  .shop-card-name-link:hover {
    color: #00a3e7; }

.shop-card-rating {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  margin-top: 0.125rem;
  flex-wrap: wrap; }

.shop-card-stars {
  display: flex;
  align-items: center;
  gap: 0.125rem; }

.shop-card-rating-value {
  font-family: 'proxima_novasemibold';
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  letter-spacing: normal;
  color: #111827; }

.shop-card-review-count {
  font-family: 'ProximaNova-Regular';
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: normal;
  color: #959898; }

.shop-card-location {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  flex-wrap: wrap; }
  @media (max-width: 520px) {
    .shop-card-location {
      width: 200px; } }
.shop-card-location-text {
  font-family: 'ProximaNova-Regular';
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: normal;
  color: #373737; }
  @media (min-width: 1280px) {
    .shop-card-location-text {
      font-size: 14px; } }
  @media (max-width: 520px) {
    .shop-card-location-text {
      font-size: 16px; } }
.shop-card-dot {
  width: 0.25rem;
  height: 0.25rem;
  background-color: #373737;
  border-radius: 9999px; }

.shop-card-status {
  font-family: 'proxima_novasemibold';
  font-weight: 700;
  font-size: 10px;
  line-height: 21px;
  letter-spacing: normal; }
  @media (min-width: 1280px) {
    .shop-card-status {
      font-size: 14px; } }
  .shop-card-status--open {
    color: #61d15c; }
  .shop-card-status--closed {
    color: #f4546c; }
  @media (max-width: 520px) {
    .shop-card-status {
      font-size: 16px; } }
.shop-card-brands {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0.75rem; }

.shop-card-brand-tag {
  padding: 0.375rem 0.75rem;
  background-color: rgba(55, 55, 55, 0.05);
  border-radius: 8px;
  font-family: 'ProximaNova-Regular';
  font-size: 14px;
  line-height: 1;
  letter-spacing: normal;
  color: #373737; }
  @media (min-width: 1280px) {
    .shop-card-brand-tag {
      font-size: 14px; } }
  .shop-card-brand-tag--label {
    font-weight: 400; }
  .shop-card-brand-tag--value {
    font-family: 'greenpal-semibold'; }
  .shop-card-brand-tag--more {
    font-family: 'proxima_novasemibold';
    font-weight: 600; }

.shop-card-services {
  margin-top: 0.75rem; }

.shop-card-services-title {
  font-family: 'greenpal-bold';
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: normal;
  color: #111827; }

.shop-card-services-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 0.375rem; }

.shop-card-service-tag {
  height: 24px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  background-color: #e5f6fd;
  border: 1px solid rgba(55, 55, 55, 0.2);
  border-radius: 6px;
  font-family: 'ProximaNova-Regular';
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: normal;
  color: #373737; }
  @media (max-width: 520px) {
    .shop-card-service-tag--more {
      font-family: 'ProximaNova-Regular' !important; } }
  .shop-card-service-tag--more {
    font-family: 'proxima_novasemibold';
    font-weight: 600; }

.shop-card-description {
  margin-top: 0.75rem;
  font-family: 'ProximaNova-Regular';
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: normal;
  color: #4b5563; }

.shop-card-read-more {
  font-family: 'proxima_novasemibold';
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: normal;
  color: #00a3e7;
  background: none;
  border: none;
  cursor: pointer; }
  .shop-card-read-more:hover {
    text-decoration: underline; }
  @media (min-width: 1280px) {
    .shop-card-read-more {
      font-size: 14px; } }
.shop-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  flex-wrap: wrap;
  gap: 0.75rem; }

.shop-card-social {
  display: flex;
  align-items: center;
  gap: 0.25rem; }
  @media (min-width: 1280px) {
    .shop-card-social {
      gap: 0.5rem; } }
  @media (max-width: 520px) {
    .shop-card-social {
      gap: 1.5rem;
      margin-top: 10px; } }
.shop-card-social-link {
  width: 30.85px;
  height: 30.85px;
  background-color: #f4f4f4;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.15s ease-in-out;
  cursor: pointer; }
  @media (min-width: 1280px) {
    .shop-card-social-link {
      width: 2rem;
      height: 2rem; } }
  .shop-card-social-link:hover:not(.disabled) {
    background-color: #00a3e7; }
  .shop-card-social-link:hover:not(.disabled) .shop-card-social-icon {
    filter: brightness(5); }
  .shop-card-social-link.disabled {
    cursor: not-allowed;
    opacity: 0.4; }

.shop-card-social-icon {
  color: #4b5563;
  width: 14px;
  height: 14px;
  transition: color 0.15s ease-in-out; }

.shop-card-view-profile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 36px;
  font-family: 'proxima_novasemibold';
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  letter-spacing: normal;
  color: #ffffff;
  border-radius: 33px;
  background: linear-gradient(to top, #ff6f00, #ff9b00);
  transition: all 0.2s ease-in-out;
  text-decoration: none; }
  .shop-card-view-profile:hover {
    filter: brightness(0.9);
    color: #ffffff; }
  @media (min-width: 1280px) {
    .shop-card-view-profile {
      width: 132px;
      height: 44px;
      font-size: 16px; } }
.view-profile-mb {
  width: 100%;
  background: #FF9000;
  height: 55px;
  font-size: 18px;
  margin-top: 1rem;
  margin-bottom: 1rem; }

.faq-container {
  width: 100%; }

.faq-wrapper {
  background-color: #ffffff;
  border-radius: 1rem;
  border: 1px solid rgba(55, 55, 55, 0.15);
  padding: 1.5rem; }
  @media (min-width: 640px) {
    .faq-wrapper {
      padding: 2rem; } }
  @media (min-width: 1024px) {
    .faq-wrapper {
      padding: 2.5rem; } }
.faq-title {
  font-family: 'proxima_novasemibold';
  font-weight: 900;
  font-size: 24px;
  line-height: 1.2;
  color: #373737;
  margin: 0 0 0.5rem 0; }
  @media (min-width: 640px) {
    .faq-title {
      font-size: 28px; } }
@media (min-width: 520px) {
  .no-display-above-sm {
    display: none; } }

.shop-cards-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 1.5rem;
  text-align: center;
  background: #ffffff;
  border-radius: 1rem;
  border: 1px solid rgba(55, 55, 55, 0.15); }
  .shop-cards-empty p {
    color: #959898;
    font-size: 1rem;
    margin: 0; }

.shop-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem; }

.shop-pagination-controls {
  display: flex;
  align-items: center;
  gap: 1.25rem; }

.shop-pagination-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  background-color: #ffffff;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.14); }
  .shop-pagination-btn:hover:not(:disabled) {
    color: #ffffff;
    background-color: #00A3E7; }
    .shop-pagination-btn:hover:not(:disabled) .shop-pagination-icon {
      stroke: #ffffff; }
  .shop-pagination-btn:disabled {
    color: #d1d5db;
    cursor: not-allowed;
    background-color: #ffffff; }
    .shop-pagination-btn:disabled .shop-pagination-icon {
      stroke: #d1d5db; }
  .shop-pagination-btn:not(:disabled) {
    color: #4b5563; }
    .shop-pagination-btn:not(:disabled) .shop-pagination-icon {
      stroke: #373737; }

.shop-pagination-btn-next:not(:disabled) {
  color: #373737; }
  .shop-pagination-btn-next:not(:disabled) .shop-pagination-icon {
    stroke: #373737; }

.shop-pagination-icon {
  width: 1.25rem;
  height: 1.25rem;
  stroke-width: 2.5;
  fill: none;
  transition: stroke 0.2s ease; }

.shop-pagination-text {
  font-family: 'proxima_novasemibold';
  font-weight: 600;
  font-size: 18px;
  padding-top: 0.25rem;
  line-height: 1;
  letter-spacing: normal;
  color: #373737;
  min-width: 80px;
  text-align: center; }

.shop-pagination-info {
  font-family: 'ProximaNova-Regular';
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: normal;
  color: #373737;
  margin-top: 0.75rem;
  opacity: 0.8; }

.additional-sections-wrapper {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 1280px) {
    .additional-sections-wrapper {
      padding-left: 0;
      padding-right: 1.25rem; } }
.repair-guides-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff; }

.repair-guides-container {
  width: 100%; }
  @media (min-width: 1280px) {
    .repair-guides-container {
      width: 791px;
      margin-left: auto;
      margin-right: auto; } }
.repair-guides-title {
  font-family: 'Proxima Nova Extrabold';
  font-weight: 800;
  font-size: 30px;
  line-height: 1;
  letter-spacing: normal;
  color: #373737;
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 0; }
  @media (max-width: 480px) {
    .repair-guides-title {
      font-size: 26px; } }
.repair-guides-wrapper {
  position: relative; }

.repair-guides-nav-btn {
  display: none;
  position: absolute;
  top: 33.333%;
  transform: translateY(-50%);
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: #fff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border: none;
  cursor: pointer;
  color: #373737;
  transition: all 0.3s ease; }
  @media (min-width: 640px) {
    .repair-guides-nav-btn {
      display: flex; } }
  @media (min-width: 1280px) {
    .repair-guides-nav-btn {
      width: 3rem;
      height: 3rem; } }
  .repair-guides-nav-btn:hover:not(:disabled) {
    color: #fff;
    background-color: #00A3E7;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
  .repair-guides-nav-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed; }

.repair-guides-nav-btn-left {
  left: 0;
  transform: translateY(-50%) translateX(-0.5rem); }
  @media (min-width: 1280px) {
    .repair-guides-nav-btn-left {
      transform: translateY(-50%) translateX(-1.5rem); } }
.repair-guides-nav-btn-right {
  right: 0;
  transform: translateY(-50%) translateX(0.5rem); }
  @media (min-width: 1280px) {
    .repair-guides-nav-btn-right {
      transform: translateY(-50%) translateX(1.5rem); } }
.repair-guides-nav-icon {
  width: 1.25rem;
  height: 1.25rem; }
  @media (min-width: 1280px) {
    .repair-guides-nav-icon {
      width: 1.5rem;
      height: 1.5rem; } }
.repair-guides-carousel {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 1rem;
  scrollbar-width: none;
  -ms-overflow-style: none; }
  .repair-guides-carousel::-webkit-scrollbar {
    display: none; }
  @media (min-width: 1280px) {
    .repair-guides-carousel {
      gap: 1.5rem; } }
.repair-guides-card {
  flex-shrink: 0;
  width: 245px;
  text-decoration: none; }
  @media (min-width: 1280px) {
    .repair-guides-card {
      width: 255px; } }
  .repair-guides-card:hover .repair-guides-card-image {
    transform: scale(1.05); }
  .repair-guides-card:hover .repair-guides-card-title {
    color: #4b5563; }

.repair-guides-card-image-wrapper {
  position: relative;
  height: 170px;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #e5e7eb;
  margin-bottom: 0.5rem; }

.repair-guides-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease; }

.repair-guides-card-title {
  font-family: 'greenpal-bold';
  font-weight: 700;
  font-size: 16px;
  line-height: 16.63px;
  letter-spacing: normal;
  color: #373737;
  margin-bottom: 0.5rem;
  margin-top: 0;
  transition: color 0.3s ease;
  padding-right: 10px; }

.repair-guides-card-meta {
  font-family: 'ProximaNova-Regular';
  font-weight: 400;
  font-size: 12px;
  line-height: 16.63px;
  letter-spacing: normal;
  color: #373737;
  opacity: 0.6;
  margin: 0; }

.repair-guides-card-separator {
  margin-left: 0.5rem;
  margin-right: 0.5rem; }

.repair-cost-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: rgba(55, 55, 55, 0.04);
  border-radius: 12px;
  width: 100%; }
  @media (min-width: 1280px) {
    .repair-cost-section {
      width: 790px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 480px) {
    .repair-cost-section {
      border-radius: 0;
      padding-bottom: 3rem; } }
.repair-cost-container {
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1280px) {
    .repair-cost-container {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (max-width: 480px) {
    .repair-cost-container {
      padding-left: 2.3rem;
      padding-right: 2.3rem; } }
.repair-cost-header {
  text-align: center;
  margin-bottom: 2.5rem; }

.repair-cost-title {
  font-family: 'Proxima Nova Extrabold';
  font-weight: 800;
  font-size: 26px;
  line-height: 1;
  letter-spacing: normal;
  color: #373737;
  margin-bottom: 0.75rem;
  margin-top: 0; }
  @media (min-width: 1024px) {
    .repair-cost-title {
      font-size: 30px; } }
.repair-cost-subtitle {
  font-family: 'ProximaNova-Regular';
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #373737;
  margin: 0;
  opacity: 0.8; }
  @media (max-width: 480px) {
    .repair-cost-subtitle {
      line-height: 16px; } }
.repair-cost-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.75rem;
  margin-bottom: 2.5rem; }
  @media (min-width: 768px) {
    .repair-cost-grid {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 1280px) {
    .repair-cost-grid {
      gap: 1rem; } }
.repair-cost-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: box-shadow 0.3s ease; }
  .repair-cost-card:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }

.repair-cost-card-header {
  display: flex;
  align-items: center;
  gap: 0.5rem; }

.repair-cost-card-icon {
  width: 58px;
  height: 58px; }

.repair-cost-card-content {
  flex: 1; }

.repair-cost-card-category {
  font-family: 'ProximaNova-Regular';
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: normal;
  color: #373737;
  margin-bottom: 0.5rem;
  margin-top: 0; }

.repair-cost-card-price {
  font-family: 'proxima_novasemibold';
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  letter-spacing: normal;
  color: #373737;
  margin: 0; }
  @media (min-width: 1024px) and (max-width: 1140px) {
    .repair-cost-card-price {
      font-size: 16px; } }
.repair-cost-card-description {
  font-family: 'ProximaNova-Regular';
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: normal;
  color: #373737;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0;
  opacity: 0.6; }
  @media (max-width: 767px) {
    .repair-cost-card-description {
      padding: 0 2rem 0rem 4rem;
      text-align: left;
      margin: 4px; } }
.repair-cost-about {
  margin-top: 2rem; }

.repair-cost-about-title {
  font-family: 'proxima_novasemibold';
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  letter-spacing: normal;
  color: #373737;
  margin-bottom: 1rem;
  margin-top: 0; }

.repair-cost-about-text {
  font-family: 'ProximaNova-Regular';
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: normal;
  color: #373737;
  margin: 0;
  opacity: 0.8; }

.faq-section {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media (max-width: 480px) {
    .faq-section {
      padding: 0; } }
.faq-container {
  width: 100%; }
  @media (min-width: 1280px) {
    .faq-container {
      width: 790px;
      margin-left: auto;
      margin-right: auto; } }
.faq-wrapper {
  position: relative;
  background-color: #E5F6FD;
  border-radius: 12px;
  padding: 1rem;
  overflow: hidden; }
  @media (min-width: 768px) {
    .faq-wrapper {
      padding: 1.5rem; } }
  @media (min-width: 1280px) {
    .faq-wrapper {
      padding: 2.5rem; } }
  @media (max-width: 480px) {
    .faq-wrapper {
      border-radius: 0;
      border: 0;
      padding-top: 2rem;
      padding-bottom: 2rem; } }
.faq-header {
  text-align: center;
  margin-bottom: 2rem;
  position: relative; }

.faq-title-wrapper {
  display: inline-flex;
  justify-content: center;
  gap: 0.25rem; }
  @media (min-width: 768px) {
    .faq-title-wrapper {
      align-items: flex-start; } }
.faq-title {
  font-family: 'Proxima Nova Extrabold';
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  letter-spacing: normal;
  color: #373737;
  margin: 0; }
  @media (max-width: 480px) {
    .faq-title {
      font-size: 24px; } }
.faq-title-decoration {
  flex-shrink: 0;
  width: 1rem;
  height: 2rem;
  margin-bottom: 0.25rem; }
  @media (min-width: 768px) {
    .faq-title-decoration {
      margin-bottom: 0;
      margin-top: 0.5rem;
      height: 2.4rem; } }
.faq-subtitle {
  font-family: 'ProximaNova-Regular';
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: normal;
  color: #373737;
  opacity: 0.8;
  margin-top: -0.5rem;
  margin-bottom: 0;
  margin-right: 1.3rem; }
  @media (max-width: 767px) {
    .faq-subtitle {
      line-height: 17px; } }
.faq-items-container {
  display: flex;
  flex-direction: column;
  gap: 0.75rem; }

.faq-item {
  background-color: #fff;
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.3s ease; }
  .faq-item.faq-item-hidden {
    display: none; }
  @media (max-width: 480px) {
    .faq-item {
      border: 1px solid rgba(55, 55, 55, 0.2); } }
.faq-item-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  text-align: left;
  background-color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease; }
  @media (min-width: 1280px) {
    .faq-item-button {
      padding: 1.25rem; } }
  .faq-item-button:hover {
    background-color: #f9fafb; }
  .faq-item-button:focus {
    background-color: #fff;
    outline: none; }

.faq-item-question {
  font-family: 'proxima_novasemibold';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: normal;
  color: #373737;
  padding-right: 1rem; }
  @media (min-width: 1280px) {
    .faq-item-question {
      font-size: 18px; } }
.faq-item-arrow {
  width: 1.25rem;
  height: 1.25rem;
  color: #9ca3af;
  flex-shrink: 0;
  transition: transform 0.2s ease; }

.faq-item-answer {
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #fff;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease; }
  @media (min-width: 1280px) {
    .faq-item-answer {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
.faq-item.open .faq-item-arrow {
  transform: rotate(180deg);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1); }

.faq-item.open .faq-item-answer {
  opacity: 1;
  padding-bottom: 1rem; }
  @media (min-width: 1280px) {
    .faq-item.open .faq-item-answer {
      padding-bottom: 1.25rem; } }
.faq-item-answer-text {
  font-family: 'ProximaNova-Regular';
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  color: #373737;
  margin: 0; }
  @media (min-width: 1280px) {
    .faq-item-answer-text {
      line-height: 24px; } }
.faq-show-more-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
  position: relative;
  z-index: 10;
  transition: opacity 0.5s ease; }

.faq-show-more-btn {
  width: 165px;
  height: 48px;
  border: 1px solid #373737;
  color: #373737;
  font-family: 'greenpal-bold';
  font-weight: 700;
  font-size: 14px;
  border-radius: 150px;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
  .faq-show-more-btn:hover {
    background-color: #f0f0f0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }
  .faq-show-more-btn:active {
    transform: scale(0.98); }

.faq-show-blur {
  height: 170px;
  position: absolute;
  background: linear-gradient(rgba(229, 246, 253, 0) 0%, rgba(229, 246, 253, 0.8) 50%, #e5f6fd 100%);
  backdrop-filter: blur(4px);
  width: 100%;
  bottom: 0px;
  right: 0;
  transition: opacity 0.3s ease, height 0.3s ease, backdrop-filter 0.3s ease;
  pointer-events: none;
  opacity: 1; }
  @media (max-width: 480px) {
    .faq-show-blur {
      backdrop-filter: blur(2px);
      height: 186px; } }
@font-face {
  font-family: 'Heebo-Bold';
  src: url(/assets/Heebo/Heebo-Bold-ce294e140c62084b2425bb1ac9f9eca8a9bccf537d7e0272df518f5a6c8b2854.ttf) format("truetype"); }

@font-face {
  font-family: 'Heebo-Medium';
  src: url(/assets/Heebo/Heebo-Medium-7dcd5c1e5906e2f35a54fb99ed76e6f8b6712cac689d7def050cdc0e03b8723c.ttf) format("truetype"); }

.service-provider-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: rgba(55, 55, 55, 0.04);
  border-radius: 12px;
  width: 100%;
  min-height: 300px; }
  @media (min-width: 1280px) {
    .service-provider-section {
      width: 790px;
      min-height: 372px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 480px) {
    .service-provider-section {
      border-radius: 0; } }
.service-provider-container {
  padding-left: 1rem; }
  @media (min-width: 1280px) {
    .service-provider-container {
      padding-left: 1.5rem; } }
  @media (max-width: 480px) {
    .service-provider-container {
      padding-left: 0; } }
.service-provider-header {
  text-align: center;
  margin-bottom: 2rem; }

.service-provider-title {
  font-family: 'Proxima Nova Extrabold';
  font-weight: 800;
  font-size: 27px;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #373737;
  max-width: 517px;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .service-provider-title {
      font-size: 28px; } }
  @media (min-width: 1280px) {
    .service-provider-title {
      font-size: 30px; } }
.service-provider-subtitle {
  font-family: 'ProximaNova-Regular';
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: normal;
  color: #373737;
  margin-top: 0.5rem;
  margin-bottom: 0;
  opacity: 0.8; }

.service-provider-carousel-wrapper {
  position: relative; }

.service-provider-nav-btn {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: #fff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border: none;
  cursor: pointer;
  color: #373737;
  transition: all 0.3s ease; }
  @media (min-width: 640px) {
    .service-provider-nav-btn {
      display: flex; } }
  @media (min-width: 1280px) {
    .service-provider-nav-btn {
      width: 3rem;
      height: 3rem; } }
  .service-provider-nav-btn:hover:not(:disabled) {
    color: #fff;
    background-color: #00A3E7;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
  .service-provider-nav-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed; }

.service-provider-nav-btn-left {
  left: 0;
  transform: translateY(-50%) translateX(-0.5rem); }
  @media (min-width: 1280px) {
    .service-provider-nav-btn-left {
      transform: translateY(-50%) translateX(-1rem); } }
.service-provider-nav-btn-right {
  right: 0;
  transform: translateY(-50%) translateX(0.5rem); }
  @media (min-width: 1280px) {
    .service-provider-nav-btn-right {
      transform: translateY(-50%) translateX(1rem); } }
.service-provider-nav-icon {
  width: 1.25rem;
  height: 1.25rem; }
  @media (min-width: 1280px) {
    .service-provider-nav-icon {
      width: 1.5rem;
      height: 1.5rem; } }
.service-provider-carousel {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
  justify-content: safe center; }
  .service-provider-carousel::-webkit-scrollbar {
    display: none; }

.service-provider-card {
  flex-shrink: 0;
  width: 300px;
  height: auto;
  background-color: #fff;
  border-radius: 12px;
  padding: 1rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1); }
  @media (min-width: 1280px) {
    .service-provider-card {
      width: 320px;
      height: 174px; } }
.service-provider-card-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out; }
  .service-provider-card-link:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
    transform: translateY(-2px); }

.service-provider-card-badge {
  position: absolute;
  top: -5px;
  right: 0.25rem; }

.service-provider-card-badge-content {
  position: absolute;
  top: 0.5rem;
  right: 0.7rem;
  text-align: center; }

.service-provider-card-badge-price {
  font-family: 'Heebo-Bold';
  font-weight: 600;
  font-size: 15px;
  line-height: 18.79px;
  letter-spacing: normal;
  color: #fff; }
  @media (min-width: 1280px) {
    .service-provider-card-badge-price {
      font-size: 18.45px; } }
.service-provider-card-badge-unit {
  font-family: 'Heebo-Medium';
  font-weight: 500;
  font-size: 9px;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #fff; }
  @media (min-width: 1280px) {
    .service-provider-card-badge-unit {
      font-size: 10px; } }
.service-provider-card-body {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem; }

.service-provider-card-avatar-wrapper {
  flex-shrink: 0; }

.service-provider-card-avatar {
  width: 60px;
  height: 60px;
  border-radius: 9999px;
  overflow: hidden;
  background-color: #e5e7eb; }
  @media (min-width: 1280px) {
    .service-provider-card-avatar {
      width: 70px;
      height: 70px; } }
.service-provider-card-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.service-provider-card-info {
  flex: 1;
  min-width: 0;
  padding-top: 0.25rem; }

.service-provider-card-available {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  margin-bottom: 0.25rem; }

.service-provider-card-available-icon {
  width: 16px;
  height: 16px;
  border-radius: 9999px;
  background-color: #4CAF50;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 1280px) {
    .service-provider-card-available-icon {
      width: 18px;
      height: 18px; } }
.service-provider-card-check-icon {
  width: 0.5rem;
  height: 0.5rem;
  color: #fff; }
  @media (min-width: 1280px) {
    .service-provider-card-check-icon {
      width: 0.75rem;
      height: 0.75rem; } }
.service-provider-card-available-text {
  font-family: 'ProximaNova-Regular';
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  letter-spacing: normal;
  color: #373737; }
  @media (min-width: 1280px) {
    .service-provider-card-available-text {
      font-size: 14px; } }
.service-provider-card-name {
  font-family: 'greenpal-bold';
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  letter-spacing: normal;
  color: #373737;
  margin-bottom: 0.25rem;
  margin-top: 0; }
  @media (max-width: 1026px) {
    .service-provider-card-name {
      font-size: 16px; } }
.service-provider-card-rating {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-bottom: 0.25rem;
  flex-wrap: wrap; }

.service-provider-card-stars {
  display: flex; }

.service-provider-card-star {
  width: 1rem;
  height: 1rem; }

.service-provider-card-rating-text {
  font-family: 'ProximaNova-Regular';
  font-weight: 400;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: normal;
  color: #373737; }
  @media (min-width: 1280px) {
    .service-provider-card-rating-text {
      font-size: 13px; } }
.service-provider-card-price {
  display: flex;
  align-items: center; }

.service-provider-card-dollar-icon {
  width: 10px;
  height: 18px;
  margin-right: 0.25rem; }

.service-provider-card-price-label {
  font-family: 'greenpal-bold';
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: normal;
  color: #373737; }
  @media (min-width: 1280px) {
    .service-provider-card-price-label {
      font-size: 16px; } }
.service-provider-card-price-value {
  font-family: 'ProximaNova-Regular';
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: normal;
  color: #373737;
  margin-left: 0.25rem; }
  @media (min-width: 1280px) {
    .service-provider-card-price-value {
      font-size: 16px; } }
.service-provider-card-action {
  display: flex;
  justify-content: center;
  margin-top: 0.75rem; }

.service-provider-card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 140px;
  height: 40px;
  border: 1px solid #373737;
  color: #373737;
  font-family: 'greenpal-bold';
  font-weight: 700;
  font-size: 13px;
  border-radius: 150px;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease; }
  @media (min-width: 1280px) {
    .service-provider-card-btn {
      width: 157px;
      height: 44px;
      font-size: 14px; } }
  .service-provider-card-btn:hover {
    background-color: #373737;
    color: #fff; }

.lawn-mower-states-list {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  @media (max-width: 580px) {
    .lawn-mower-states-list {
      padding-top: 0.5rem; } }
.why-hire-section {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  @media (max-width: 500px) {
    .why-hire-section {
      padding: 0; } }
.why-hire-wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #D7F3D6; }
  @media (min-width: 1280px) {
    .why-hire-wrapper {
      padding-top: 3rem;
      padding-bottom: 3rem;
      margin-left: auto;
      margin-right: auto;
      width: 790px; } }
  @media (max-width: 500px) {
    .why-hire-wrapper {
      border-radius: 0;
      padding-top: 2rem;
      padding-bottom: 3rem; } }
.why-hire-header {
  text-align: center;
  margin-bottom: 2rem;
  padding: 0 1.5rem 0 1.5rem; }
  @media (min-width: 1024px) {
    .why-hire-header {
      margin-bottom: 2.5rem; } }
.why-hire-title {
  font-family: 'Proxima Nova Extrabold';
  font-weight: 800;
  font-size: 30px;
  line-height: 1;
  letter-spacing: normal;
  color: #373737;
  margin: 0; }
  @media (min-width: 1280px) {
    .why-hire-title {
      font-size: 30px; } }
.why-hire-subtitle {
  font-family: 'ProximaNova-Regular';
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: normal;
  color: #373737;
  margin-top: 0.5rem;
  margin-bottom: 0;
  opacity: 0.8; }

.why-hire-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem; }
  @media (min-width: 1024px) {
    .why-hire-items {
      flex-direction: row;
      gap: 1.25rem;
      margin-bottom: 1.75rem; } }
  @media (max-width: 520px) {
    .why-hire-items {
      gap: 5.5rem; } }
.why-hire-item {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 1024px) {
    .why-hire-item {
      flex-direction: row; } }
.why-hire-item-content {
  text-align: center;
  max-width: 220px; }
  @media (max-width: 480px) {
    .why-hire-item-content {
      max-width: 300px; } }
.why-hire-item-icon-wrapper {
  width: 7rem;
  height: 7rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  background-color: #2d4a6f;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 1280px) {
    .why-hire-item-icon-wrapper {
      width: 5rem;
      height: 5rem; } }
  .why-hire-item-icon-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0.5rem; }

.why-hire-item-title {
  font-family: 'greenpal-bold';
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: normal;
  color: #373737;
  margin-bottom: 0.5rem;
  margin-top: 0; }
  @media (min-width: 1280px) {
    .why-hire-item-title {
      font-size: 18px; } }
  @media (min-width: 1024px) {
    .why-hire-item-title {
      font-size: 18px; } }
  @media (max-width: 765px) {
    .why-hire-item-title {
      font-size: 28px; } }
.why-hire-item-description {
  font-family: 'ProximaNova-Regular';
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: normal;
  color: #373737;
  margin: 0;
  opacity: 0.8; }
  @media (min-width: 1024px) {
    .why-hire-item-description {
      font-size: 14px;
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media (max-width: 765px) {
    .why-hire-item-description {
      font-size: 20px; } }
.why-hire-item-connector {
  display: block;
  position: relative; }
  .why-hire-item-connector svg {
    position: absolute;
    top: -3rem;
    left: -1rem; }

.why-hire-connector-desktop {
  display: none; }
  @media (min-width: 1024px) {
    .why-hire-connector-desktop {
      display: block; } }
.why-hire-connector-mobile {
  display: block; }
  @media (min-width: 1024px) {
    .why-hire-connector-mobile {
      display: none; } }
  .why-hire-connector-mobile img {
    position: absolute;
    top: 1rem;
    left: -0.5rem; }

.why-hire-action {
  text-align: center; }

.why-hire-button {
  width: 254px;
  height: 57px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #ffffff;
  text-decoration: none;
  border: none;
  border-radius: 9999px;
  background: linear-gradient(0deg, #FF6F00 0%, #FF9B00 92.39%);
  font-family: 'greenpal-bold';
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: normal;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
  .why-hire-button:hover {
    filter: brightness(0.9);
    color: white; }

.why-hire-button-icon {
  width: 8px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .why-hire-button-icon svg {
    width: 100%;
    height: 100%; }

.explore-cities-section {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media (max-width: 480px) {
    .explore-cities-section {
      padding: 0; } }
.explore-cities-wrapper {
  background-color: rgba(55, 55, 55, 0.04);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-radius: 12px;
  margin: 0;
  width: 100%; }
  @media (min-width: 1280px) {
    .explore-cities-wrapper {
      padding: 3rem;
      padding-top: 2rem;
      margin-left: auto;
      margin-right: auto;
      width: 790px; } }
  @media (max-width: 480px) {
    .explore-cities-wrapper {
      border-radius: 0; } }
.explore-cities-title {
  margin-top: 0px;
  color: #373737;
  text-align: center;
  margin-bottom: 0.75rem;
  font-family: 'Proxima Nova Extrabold';
  font-weight: 800;
  font-size: 30px;
  line-height: 1;
  letter-spacing: normal; }
  @media (min-width: 1024px) {
    .explore-cities-title {
      margin-bottom: 1.75rem;
      font-size: 24px; } }
  @media (min-width: 1280px) {
    .explore-cities-title {
      font-size: 30px; } }
.explore-cities-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem; }
  @media (min-width: 1024px) {
    .explore-cities-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 2rem; } }
  @media (min-width: 1280px) {
    .explore-cities-grid {
      gap: 3rem; } }
.explore-cities-column {
  text-align: center; }
  @media (min-width: 1024px) {
    .explore-cities-column {
      text-align: left; } }
.explore-cities-column-title {
  text-align: center;
  margin-bottom: 0.75rem;
  font-family: 'greenpal-bold';
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: normal;
  color: #373737; }
  @media (min-width: 1020px) and (max-width: 1160px) {
    .explore-cities-column-title {
      font-size: 11px; } }
  @media (min-width: 1024px) {
    .explore-cities-column-title {
      text-align: left; } }
  @media (max-width: 480px) {
    .explore-cities-column-title {
      font-size: 16px; } }
.explore-cities-list {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0; }
  .explore-cities-list li {
    margin-bottom: 0.5rem; }
    @media (min-width: 1024px) {
      .explore-cities-list li {
        margin-bottom: 0.75rem;
        text-align: left; } }
    @media (min-width: 1280px) {
      .explore-cities-list li {
        margin-bottom: 1rem; } }
    .explore-cities-list li.hidden {
      display: none; }
      .explore-cities-list li.hidden.city-item.visible {
        display: block; }

.explore-cities-list-link {
  color: #373737;
  opacity: 0.6;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 14px; }
  .explore-cities-list-link:hover {
    color: #00A3E7;
    opacity: 0.6; }
  @media (max-width: 480px) {
    .explore-cities-list-link {
      font-size: 16px;
      line-height: 30px; } }
.explore-cities-toggle-btn {
  display: block;
  margin-top: 0.75rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: 'ProximaNova-Regular';
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: normal;
  color: #00A3E7;
  transition: color 0.3s ease; }
  .explore-cities-toggle-btn:hover {
    text-decoration: underline;
    color: #00A3E7; }
  @media (min-width: 1024px) {
    .explore-cities-toggle-btn {
      margin-left: 0;
      margin-right: 0;
      text-align: left; } }
.footer-section {
  position: relative;
  background-color: #0F3D4C;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  background-image: inherit; }

.footer-container {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.5rem; }
  @media (min-width: 1024px) {
    .footer-container {
      padding-left: 125px;
      padding-right: 125px;
      padding-top: 4.5rem; } }
.footer-desktop {
  display: none;
  justify-content: space-between;
  gap: 3.75rem; }
  @media (min-width: 1024px) {
    .footer-desktop {
      display: flex; } }
.footer-left-column {
  width: 320px;
  flex-shrink: 0; }

.footer-brand-name {
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-family: 'proxima_novasemibold'; }

.footer-description {
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
  margin-bottom: 0.75rem;
  opacity: 0.8;
  font-family: 'ProximaNova-Regular'; }
  .footer-description:last-of-type {
    margin-bottom: 1.75rem; }

.footer-cta-text {
  color: white;
  font-size: 1.125rem;
  margin-top: 2.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: normal;
  font-family: 'proxima_novasemibold'; }

.footer-app-buttons {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.25rem;
  height: 46px; }

.footer-app-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 25px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  opacity: 0.8;
  transition: all 0.3s ease;
  cursor: pointer;
  color: white;
  text-decoration: none; }
  .footer-app-button:hover {
    background-color: rgba(255, 255, 255, 0.1); }
  .footer-app-button svg {
    width: 24px;
    height: 24px; }

.footer-app-button-text {
  color: white;
  font-weight: 600;
  font-size: 1.125rem;
  font-family: "Source Sans Pro", sans-serif; }

.footer-column {
  flex-shrink: 0; }

.footer-column-title {
  color: white;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: normal;
  margin-bottom: 0.875rem;
  font-family: 'proxima_novasemibold'; }

.footer-column-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .footer-column-list li {
    margin-bottom: 0.25rem; }

.footer-column-list-item {
  display: block; }

.footer-column-link {
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.25rem;
  letter-spacing: normal;
  text-decoration: none;
  transition: opacity 0.3s ease;
  opacity: 0.8;
  font-family: 'ProximaNova-Regular'; }
  .footer-column-link:hover {
    opacity: 0.9; }

.footer-provider-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1.75rem; }
  .footer-provider-list li {
    margin-bottom: 0.25rem; }

.footer-provider-link {
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.25rem;
  letter-spacing: normal;
  text-decoration: none;
  transition: opacity 0.3s ease;
  opacity: 0.9;
  font-family: 'ProximaNova-Regular'; }
  .footer-provider-link:hover {
    opacity: 0.8; }

.footer-social-icons {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1.5rem; }

.footer-social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 9999px;
  transition: opacity 0.3s ease;
  cursor: pointer; }
  .footer-social-icon:hover {
    opacity: 0.8; }
  .footer-social-icon svg {
    width: 16px;
    height: 16px; }

.footer-badge-image {
  width: 240px;
  height: auto; }
  @media (max-width: 480px) {
    .footer-badge-image {
      width: 290px; } }
.footer-badge-container {
  position: relative;
  left: calc(50px * -1); }

.footer-mobile {
  display: block; }
  @media (min-width: 1024px) {
    .footer-mobile {
      display: none; } }
.footer-mobile-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem; }

.footer-mobile-logo-text {
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: 'proxima_novasemibold'; }

.footer-mobile-description {
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
  margin-bottom: 0.75rem;
  opacity: 0.9;
  text-align: center;
  font-family: 'ProximaNova-Regular'; }
  @media (max-width: 480px) {
    .footer-mobile-description {
      font-size: 14.42px;
      line-height: 19.53px;
      opacity: 0.8; } }
.footer-mobile-section {
  margin-bottom: 1.5rem; }

.footer-mobile-section-title {
  color: white;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 1rem;
  font-family: 'proxima_novasemibold'; }

.footer-mobile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap-x: 1rem;
  gap-y: 0.5rem; }

.footer-mobile-grid-link {
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: normal;
  text-decoration: none;
  transition: opacity 0.3s ease;
  opacity: 0.8;
  font-family: 'ProximaNova-Regular'; }
  @media (max-width: 480px) {
    .footer-mobile-grid-link {
      font-size: 12.5px; } }
  .footer-mobile-grid-link:hover {
    opacity: 0.8; }

.footer-mobile-columns-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem; }

.footer-mobile-column {
  flex: 1; }

.footer-mobile-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .footer-mobile-list li {
    margin-bottom: 0.5rem; }

.footer-mobile-list-link {
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: normal;
  text-decoration: none;
  transition: opacity 0.3s ease;
  opacity: 0.8;
  font-family: 'ProximaNova-Regular'; }
  @media (max-width: 480px) {
    .footer-mobile-list-link {
      font-size: 12.5px; } }
  .footer-mobile-list-link:hover {
    opacity: 0.8; }

.footer-mobile-social-icons {
  display: flex;
  gap: 0.75rem; }

.footer-mobile-social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 9999px;
  transition: opacity 0.3s ease;
  cursor: pointer; }
  .footer-mobile-social-icon:hover {
    opacity: 0.8; }
  .footer-mobile-social-icon svg {
    width: 16px;
    height: 16px; }

.footer-mobile-cta-text {
  color: white;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 1rem;
  text-align: center;
  font-family: 'proxima_novasemibold'; }

.footer-mobile-app-buttons {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 2rem; }

.badge-image {
  margin-bottom: 0; }

.footer-mobile-app-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 9999px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none; }
  .footer-mobile-app-button:hover {
    background-color: rgba(255, 255, 255, 0.1); }
  .footer-mobile-app-button svg {
    width: 18px;
    height: 22px; }

.footer-mobile-app-button-text {
  color: white;
  font-size: 16px;
  font-weight: 600;
  font-family: 'proxima_novasemibold'; }

.footer-cities-section {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  @media (min-width: 1024px) {
    .footer-cities-section {
      padding-left: 125px;
      padding-right: 125px;
      padding-top: 3.5rem; } }
  @media (min-width: 1024px) {
    .footer-cities-section {
      padding-bottom: 1.5rem; } }
  @media (max-width: 480px) {
    .footer-cities-section {
      padding-left: 3rem; } }
.footer-cities-wrapper {
  position: relative; }

.footer-cities-desktop {
  display: none;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.5rem; }
  @media (min-width: 1024px) {
    .footer-cities-desktop {
      display: grid; } }
.footer-cities-desktop-column {
  display: flex;
  flex-direction: column;
  gap: 0.25rem; }

.footer-cities-mobile {
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap-x: 1rem; }
  @media (max-width: 1023px) {
    .footer-cities-mobile {
      display: grid; } }
.footer-city-link {
  display: block;
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.125rem;
  max-height: 100px;
  opacity: 1;
  transition: opacity 0.4s ease, max-height 0.4s ease;
  letter-spacing: normal;
  text-decoration: none;
  opacity: 0.9;
  font-family: 'ProximaNova-Regular'; }
  @media (max-width: 1023px) {
    .footer-city-link {
      line-height: 2rem;
      opacity: 0.8; } }
  .footer-city-link:hover {
    opacity: 1; }
  .footer-city-link.hidden {
    display: none;
    max-height: 0;
    opacity: 0; }

.footer-cities-toggle {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
  position: relative;
  z-index: 10; }

.footer-cities-toggle-btn {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: white;
  font-size: 14px;
  font-weight: 500;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 9999px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: 'ProximaNova-Medium'; }
  @media (min-width: 1024px) {
    .footer-cities-toggle-btn {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  @media (min-width: 1024px) {
    .footer-cities-toggle-btn {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem; } }
  .footer-cities-toggle-btn:hover {
    background-color: rgba(255, 255, 255, 0.1); }

.footer-bottom {
  background-color: rgba(0, 0, 0, 0.09);
  margin-top: 1.5rem; }
  @media (min-width: 1024px) {
    .footer-bottom {
      margin-top: 1.5rem; } }
.footer-bottom-container {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center; }
  @media (min-width: 1024px) {
    .footer-bottom-container {
      padding-left: 125px;
      padding-right: 125px;
      padding-top: 0;
      padding-bottom: 0;
      height: 70px;
      flex-direction: row;
      gap: 0;
      justify-content: space-between;
      align-items: center; } }
.footer-bottom-links {
  display: flex;
  gap: 1.5rem; }
  @media (min-width: 1024px) {
    .footer-bottom-links {
      gap: 1.5rem; } }
.footer-bottom-link {
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
  text-decoration: underline;
  transition: opacity 0.3s ease;
  opacity: 0.8;
  font-family: 'ProximaNova-Regular'; }
  @media (min-width: 1024px) {
    .footer-bottom-link {
      text-decoration: none; } }
  .footer-bottom-link:hover {
    opacity: 0.8; }

.footer-bottom-copyright {
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
  opacity: 0.8;
  text-align: center;
  font-family: 'ProximaNova-Regular';
  margin: 0; }

.show-more-blue {
  height: 130px;
  position: absolute;
  background: rgba(10, 55, 85, 0.7);
  backdrop-filter: blur(2px);
  width: 100%;
  bottom: 0px;
  opacity: 1;
  transition: height 0.4s ease, opacity 0.4s ease; }

@font-face {
  font-family: 'proxima_nova_rgbold';
  src: url(/assets/proxima-nova-bold-58bd78a0818eb-webfont-f0ead60a3c49b2662aec723049e96de6a356acca5c5e104cdcd46c7aa45a01d7.woff2) format("woff2"), url(/assets/proxima-nova-bold-58bd78a0818eb-webfont-f0ead60a3c49b2662aec723049e96de6a356acca5c5e104cdcd46c7aa45a01d7.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/*----- Proxima Nova Regular  -----*/
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url(/assets/ProximaNova-Regular-35fc99e9302f05b68df4407433656ce2afbf35c6031274f5b173ecc1e2f6d76a.woff) format("woff"), url(/assets/proxima_nova_regular-webfont-a13ae04675f242a86f5baa5074c9dd3bfe19ae0e28d36cc8cb12f57458603f5b.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/*----- Proxima Nova Medium  -----*/
@font-face {
  font-family: 'ProximaNova-Medium';
  src: url(/assets/proxima-nova-medium-b281008ca3b8310e0ffa33359c03d773c6b8dcb194aa2f4690a553cd12a6d31a.woff) format("woff"), url(/fonts/proxima_nova_medium.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/*----- Proxima Nova Semi Bold-----*/
@font-face {
  font-family: 'proxima_novasemibold';
  src: url(/assets/proxima_nova_semi_bold-webfont-73685a9f9b8d480fa751868f0e5a449414ea5dd6b5eec3e69ffdfcff5d663804.woff2) format("woff2"), url(/assets/proxima_nova_semi_bold-webfont-dada1df661cdbc42197087d1ece1c8dfedee7dd0a50170c9aac4ef9e4af1a954.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/*----- Proxima Nova Black -----*/
@font-face {
  font-family: 'Proxima Nova Black';
  src: url(/assets/Proxima-Nova-Black-22c3a18610655fd1137d132ca738d9a61fd7ad841bba4d3216d1a0d9389b0e12.woff) format("woff"), url(/assets/Proxima-Nova-Black-22c3a18610655fd1137d132ca738d9a61fd7ad841bba4d3216d1a0d9389b0e12.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

/*----- Proxima Nova Extra Bold-----*/
@font-face {
  font-family: 'Proxima Nova Extrabold';
  src: url(/assets/proxima-nova-extrabold-ab07576134287b9c13696684b2783132e2b70a66bec31448b9975362ed163f31.woff) format("woff"), url(/assets/proxima-nova-extrabold-ab07576134287b9c13696684b2783132e2b70a66bec31448b9975362ed163f31.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'greenpal-regular';
  src: url(/assets/proxima-nova-58bd64bf09bcb-webfont-79e273162c51cd6715e4649684fc8f9c173eb331ea4f9ff8e602f217fc58d782.woff2) format("woff2"), url(/assets/proxima-nova-58bd64bf09bcb-webfont-8028e6f9461347a29334643f40617d75356f2cdafd28b97aa64ffbcf4dd4aef5.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'greenpal-light';
  src: url(/assets/proxima-nova-light-58bd6ff1139f8-webfont-88a91f3f3637acf9026c4fe7eef8c858b4bfceffa83aaef295e21a582bcbfaf1.woff2) format("woff2"), url(/assets/proxima-nova-light-58bd6ff1139f8-webfont-58785d69601ff6a11d28548018377286186ada4dd3c83d22b43a01a831c16160.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'greenpal-bold';
  src: url(/assets/proxima-nova-bold-58bd78a0818eb-webfont-f0ead60a3c49b2662aec723049e96de6a356acca5c5e104cdcd46c7aa45a01d7.woff2) format("woff2"), url(/assets/proxima-nova-bold-58bd78a0818eb-webfont-ce2905736919b400694a47cc4c7023d5ec3067138e793b4b934f0fc38f581a05.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'greenpal-semibold';
  src: url(/assets/proxima-nova-semibold-58bec9402bfb2-webfont-1c07728729a5624176fa34402a9f478d2359771588e398ec86c47ac8252661e7.woff2) format("woff2"), url(/assets/proxima-nova-semibold-58bec9402bfb2-webfont-bac872b752c1fec58f75b97c923f221e55f8888bb53241bcee6a737b9b0b5aa2.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'proxima_nova_rgbold';
  src: url(/assets/proxima-nova-bold-58bd78a0818eb-webfont-f0ead60a3c49b2662aec723049e96de6a356acca5c5e104cdcd46c7aa45a01d7.woff2) format("woff2"), url(/assets/proxima-nova-bold-58bd78a0818eb-webfont-f0ead60a3c49b2662aec723049e96de6a356acca5c5e104cdcd46c7aa45a01d7.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/*----- Proxima Nova Regular  -----*/
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url(/assets/ProximaNova-Regular-35fc99e9302f05b68df4407433656ce2afbf35c6031274f5b173ecc1e2f6d76a.woff) format("woff"), url(/assets/proxima_nova_regular-webfont-a13ae04675f242a86f5baa5074c9dd3bfe19ae0e28d36cc8cb12f57458603f5b.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/*----- Proxima Nova Medium  -----*/
@font-face {
  font-family: 'ProximaNova-Medium';
  src: url(/assets/proxima-nova-medium-b281008ca3b8310e0ffa33359c03d773c6b8dcb194aa2f4690a553cd12a6d31a.woff) format("woff"), url(/fonts/proxima_nova_medium.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/*----- Proxima Nova Semi Bold-----*/
@font-face {
  font-family: 'proxima_novasemibold';
  src: url(/assets/proxima_nova_semi_bold-webfont-73685a9f9b8d480fa751868f0e5a449414ea5dd6b5eec3e69ffdfcff5d663804.woff2) format("woff2"), url(/assets/proxima_nova_semi_bold-webfont-dada1df661cdbc42197087d1ece1c8dfedee7dd0a50170c9aac4ef9e4af1a954.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/*----- Proxima Nova Black -----*/
@font-face {
  font-family: 'Proxima Nova Black';
  src: url(/assets/Proxima-Nova-Black-22c3a18610655fd1137d132ca738d9a61fd7ad841bba4d3216d1a0d9389b0e12.woff) format("woff"), url(/assets/Proxima-Nova-Black-22c3a18610655fd1137d132ca738d9a61fd7ad841bba4d3216d1a0d9389b0e12.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

/*----- Proxima Nova Extra Bold-----*/
@font-face {
  font-family: 'Proxima Nova Extrabold';
  src: url(/assets/proxima-nova-extrabold-ab07576134287b9c13696684b2783132e2b70a66bec31448b9975362ed163f31.woff) format("woff"), url(/assets/proxima-nova-extrabold-ab07576134287b9c13696684b2783132e2b70a66bec31448b9975362ed163f31.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'greenpal-regular';
  src: url(/assets/proxima-nova-58bd64bf09bcb-webfont-79e273162c51cd6715e4649684fc8f9c173eb331ea4f9ff8e602f217fc58d782.woff2) format("woff2"), url(/assets/proxima-nova-58bd64bf09bcb-webfont-8028e6f9461347a29334643f40617d75356f2cdafd28b97aa64ffbcf4dd4aef5.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'greenpal-light';
  src: url(/assets/proxima-nova-light-58bd6ff1139f8-webfont-88a91f3f3637acf9026c4fe7eef8c858b4bfceffa83aaef295e21a582bcbfaf1.woff2) format("woff2"), url(/assets/proxima-nova-light-58bd6ff1139f8-webfont-58785d69601ff6a11d28548018377286186ada4dd3c83d22b43a01a831c16160.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'greenpal-bold';
  src: url(/assets/proxima-nova-bold-58bd78a0818eb-webfont-f0ead60a3c49b2662aec723049e96de6a356acca5c5e104cdcd46c7aa45a01d7.woff2) format("woff2"), url(/assets/proxima-nova-bold-58bd78a0818eb-webfont-ce2905736919b400694a47cc4c7023d5ec3067138e793b4b934f0fc38f581a05.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'greenpal-semibold';
  src: url(/assets/proxima-nova-semibold-58bec9402bfb2-webfont-1c07728729a5624176fa34402a9f478d2359771588e398ec86c47ac8252661e7.woff2) format("woff2"), url(/assets/proxima-nova-semibold-58bec9402bfb2-webfont-bac872b752c1fec58f75b97c923f221e55f8888bb53241bcee6a737b9b0b5aa2.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Heebo-Bold';
  src: url(/assets/Heebo/Heebo-Bold-ce294e140c62084b2425bb1ac9f9eca8a9bccf537d7e0272df518f5a6c8b2854.ttf) format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'Heebo-Medium';
  src: url(/assets/Heebo/Heebo-Medium-7dcd5c1e5906e2f35a54fb99ed76e6f8b6712cac689d7def050cdc0e03b8723c.ttf) format("truetype");
  font-display: swap; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background-color: #f5f5f5;
  color: #333;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased; }

.repair-shop-page {
  min-height: 100vh;
  background: white;
  overflow-x: hidden; }
  .repair-shop-page .why-hire-wrapper {
    border-radius: 0;
    width: 100%; }
  .repair-shop-page .why-hire-header {
    width: 90%;
    margin: auto; }
  .repair-shop-page .why-hire-button {
    width: 340px; }

.hero-header {
  position: relative;
  height: 140px;
  overflow: hidden;
  background-color: #ededed; }

.hero-header-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

.header-content {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 0; }

.logo-img {
  height: 32px;
  width: auto; }

.content-wrapper {
  position: relative;
  margin-top: -60px; }

.content-container {
  width: calc(82% + 6%);
  margin-left: 84px;
  margin-top: 14px;
  background: #fff;
  box-sizing: border-box; }

.breadcrumb {
  padding: 16px 32px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px; }

.breadcrumb-link {
  color: #00A3E7;
  font-weight: 400;
  font-size: 12px;
  font-family: 'ProximaNova-Regular';
  text-decoration: none; }
  .breadcrumb-link:hover {
    color: #059669; }

.breadcrumb-separator {
  color: #9ca3af;
  font-size: 11px; }

.breadcrumb-current {
  color: #333434;
  font-weight: 400;
  font-family: 'ProximaNova-Regular';
  font-size: 12px; }

.full-width-section-wrapper {
  position: relative;
  width: 100vw;
  margin-left: -84px;
  margin-top: 25px; }
  .full-width-section-wrapper .why-hire-section.shop-repair-why-hire {
    width: 100%;
    max-width: none;
    margin: 0;
    padding-bottom: 0px; }
    .full-width-section-wrapper .why-hire-section.shop-repair-why-hire .why-hire-wrapper {
      margin: 0 auto;
      padding-left: 20px;
      padding-right: 20px;
      width: 100%;
      border-radius: 0px; }
    .full-width-section-wrapper .why-hire-section.shop-repair-why-hire .why-hire-subtitle {
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      font-size: 16px; }
    .full-width-section-wrapper .why-hire-section.shop-repair-why-hire .why-hire-button {
      width: 353px;
      height: 57px;
      margin-bottom: 25px; }
    .full-width-section-wrapper .why-hire-section.shop-repair-why-hire .why-hire-items {
      flex-direction: row;
      gap: 86px; }
    .full-width-section-wrapper .why-hire-section.shop-repair-why-hire .why-hire-item-icon-wrapper img {
      width: 100px;
      height: 100px;
      object-fit: unset;
      padding: 0; }
    .full-width-section-wrapper .why-hire-section.shop-repair-why-hire .why-hire-item-connector {
      display: block !important; }
    .full-width-section-wrapper .why-hire-section.shop-repair-why-hire .why-hire-item-connector svg {
      margin-top: -10px;
      margin-left: 40px; }
    .full-width-section-wrapper .why-hire-section.shop-repair-why-hire .why-hire-item:nth-child(2) .why-hire-item-connector svg {
      margin-left: 30px; }

.repair-shop-page .why-hire-subtitle {
  max-width: 52%;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 14px; }

.repair-shop-page .why-hire-item-connector svg {
  position: static;
  width: 51px;
  height: 15px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px; }

.shop-header-centered-nav .shop-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.shop-header-centered-nav .shop-nav-links {
  order: 0; }

.shop-header-centered-nav .shop-header-buttons {
  order: 1; }

@media (max-width: 1280px) {
  .content-container {
    width: calc(85% + 6%);
    margin-left: 60px; }
  .full-width-section-wrapper {
    margin-left: -60px; } }

@media (max-width: 1024px) {
  .content-container {
    width: calc(90% + 5%);
    margin-left: 40px; }
  .full-width-section-wrapper {
    margin-left: -40px; }
    .full-width-section-wrapper .why-hire-section.shop-repair-why-hire .why-hire-subtitle {
      max-width: 60%;
      margin: auto; }
    .full-width-section-wrapper .why-hire-section.shop-repair-why-hire .why-hire-items {
      gap: 30px; } }

@media (max-width: 900px) {
  .content-container {
    width: 95%;
    margin-left: 20px; }
  .full-width-section-wrapper {
    margin-left: -20px; }
    .full-width-section-wrapper .why-hire-section.shop-repair-why-hire .why-hire-subtitle {
      max-width: 70%;
      margin: auto; }
    .full-width-section-wrapper .why-hire-section.shop-repair-why-hire .why-hire-items {
      gap: 20px; } }

@media (max-width: 768px) {
  .hero-header {
    height: 120px; }
  .content-wrapper {
    margin-top: -50px; }
  .content-container {
    width: 100%;
    margin-left: 0; }
  .full-width-section-wrapper {
    margin-left: 0; }
    .full-width-section-wrapper .why-hire-section.shop-repair-why-hire .why-hire-subtitle {
      max-width: 80%;
      margin: auto; }
    .full-width-section-wrapper .why-hire-section.shop-repair-why-hire .why-hire-items {
      gap: 15px; } }

@media (max-width: 600px) and (min-width: 501px) {
  .full-width-section-wrapper .why-hire-section.shop-repair-why-hire .why-hire-subtitle {
    max-width: 90%;
    margin: auto; } }

@media (max-width: 600px) {
  .content-wrapper {
    margin-top: -40px; }
  .breadcrumb {
    padding: 12px 16px;
    font-size: 11px;
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    gap: 4px; }
  .breadcrumb-link {
    font-size: 11px;
    white-space: nowrap;
    flex-shrink: 0; }
  .breadcrumb-current {
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-shrink: 1;
    min-width: 0; }
  .breadcrumb-separator {
    flex-shrink: 0; } }

@media (max-width: 500px) {
  .hero-header {
    bottom: 85px;
    height: 206px; }
  .breadcrumb {
    padding: 10px 12px; }
  .full-width-section-wrapper {
    margin-top: 0px;
    margin-left: -9px; }
  .why-hire-subtitle {
    font-size: 18px !important;
    max-width: 99% !important;
    margin: auto; }
  .why-hire-header {
    padding: 0px 0px; }
  .full-width-section-wrapper .why-hire-section.shop-repair-why-hire .why-hire-item-icon-wrapper img {
    width: 120px;
    height: 120px; }
  .why-hire-items {
    flex-direction: column !important; }
  .why-hire-item {
    margin-top: 10px; }
  .why-hire-action {
    display: flex;
    justify-content: center; }
  .content-wrapper {
    margin-top: -165px; }
  .why-hire-button {
    font-size: 18px;
    width: 310px !important;
    height: 66px !important; }
  .owner-section-wrapper {
    min-height: 0px; }
  .content-container {
    width: 95%;
    margin-left: 9px; }
  .breadcrumb-current {
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-shrink: 1;
    max-width: 78px; }
  .breadcrumb-link {
    font-size: 12px;
    white-space: nowrap;
    flex-shrink: 0; } }

@media (min-width: 501px) and (max-width: 1024px) {
  .shop-repair-why-hire .why-hire-item-connector {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative; }
    .shop-repair-why-hire .why-hire-item-connector svg {
      width: 35px;
      height: auto;
      margin: 0 !important;
      position: static !important;
      top: auto !important;
      left: auto !important; }
  .shop-repair-why-hire .why-hire-item-icon-wrapper img {
    width: 70px;
    height: 70px; } }

@media (max-width: 500px) {
  .shop-repair-why-hire .why-hire-item-connector {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative; }
    .shop-repair-why-hire .why-hire-item-connector svg {
      width: 25px;
      height: auto;
      margin: 0 !important;
      position: static !important;
      top: auto !important;
      left: auto !important;
      transform: rotate(90deg); }
  .shop-repair-why-hire .why-hire-item-icon-wrapper img {
    width: 50px;
    height: 50px; }
  .shop-repair-why-hire .why-hire-items {
    gap: 10px; } }

@media (min-width: 618px) and (max-width: 1023px) {
  .why-hire-item-description {
    margin-bottom: 40px; }
  .connector-left {
    bottom: 180px;
    left: 95px; }
  .connector-right {
    bottom: 180px;
    left: 105px; }
  .phone-image {
    margin-bottom: 40px; } }

@media (min-width: 1024px) and (max-width: 1024px) {
  .connector-left {
    bottom: 30px;
    left: 20px; }
  .connector-right {
    bottom: 30px;
    left: 6px; }
  .phone-image {
    margin-bottom: 0px; }
  .shop-repair-why-hire .why-hire-item-connector svg {
    width: 50px !important; } }

@media (min-width: 501px) and (max-width: 617px) {
  .why-hire-item-description {
    margin-bottom: 40px; }
  .connector-left {
    left: 18px;
    bottom: 58px; }
  .connector-right {
    bottom: 58px; }
  .phone-image {
    margin-bottom: 40px; }
  .why-hire-item {
    flex-direction: row; }
  .phone-image {
    margin-bottom: 0px; }
  .why-hire-item-title {
    font-size: 15px; }
  .why-hire-item-description {
    font-size: 10px; } }

.content-section {
  padding: 28px 71px 40px; }

.section-title {
  font-size: 28px;
  font-weight: 700;
  color: #373737;
  font-family: 'greenpal-bold';
  margin-bottom: 14px; }

.about-content {
  width: 95%; }
  .about-content p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'ProximaNova-Regular';
    color: #373737;
    line-height: 24px; }
  .about-content h3 {
    font-size: 18px;
    font-weight: 700;
    font-family: 'greenpal-bold';
    color: #373737;
    margin: 20px 0 8px; }
    .about-content h3:first-child {
      margin-top: 0; }
  .about-content ul, .about-content ol {
    padding-left: 20px;
    margin: 8px 0 16px; }
    .about-content ul li, .about-content ol li {
      font-size: 16px;
      font-family: 'ProximaNova-Regular';
      color: #373737;
      line-height: 26px;
      margin-bottom: 4px; }

.about-content--collapsible {
  position: relative;
  max-height: 160px;
  overflow: hidden;
  transition: max-height 0.35s ease; }
  .about-content--collapsible.expanded {
    max-height: 2000px; }
    .about-content--collapsible.expanded .about-content__fade {
      opacity: 0;
      pointer-events: none; }

.about-content__fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  transition: opacity 0.35s ease;
  pointer-events: none; }

.about-read-more-btn {
  display: inline-block;
  margin-top: 12px;
  padding: 0;
  background: none;
  border: none;
  color: #00AA00;
  font-size: 16px;
  font-weight: 600;
  font-family: 'ProximaNova-Regular';
  cursor: pointer;
  text-decoration: none; }
  .about-read-more-btn:hover {
    text-decoration: underline; }

.hours-map-section {
  padding: 0px 71px 40px;
  position: relative;
  z-index: 1; }

.hours-map-container {
  display: flex;
  gap: 10px;
  border-radius: 12px;
  overflow: hidden;
  background: #E5F6FD;
  padding: 20px; }

.map-column {
  flex: 1;
  display: flex;
  flex-direction: column; }

.map-wrapper {
  height: 493px !important;
  height: 434px !important;
  border: 1px solid #DCDCDC;
  background: #E5F6FD;
  border-radius: 20px;
  overflow: hidden;
  position: relative; }
  .map-wrapper #shop-detail-map {
    width: 100%;
    height: 100%;
    border-radius: 20px; }
  .map-wrapper iframe {
    width: calc(100% + 80px);
    height: calc(100% + 80px);
    border: none;
    margin-left: -40px;
    margin-top: -40px; }

.open-maps-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 12px 16px;
  font-size: 14px;
  font-family: 'proxima_novasemibold';
  font-weight: 600;
  color: #373737;
  text-decoration: none;
  border: 1px solid #95989873;
  border-radius: 24px;
  margin-top: 10px;
  margin-bottom: 15px; }
  .open-maps-link:hover {
    text-decoration: underline; }

.open-map-icon {
  width: 18px;
  height: 18px; }

.hours-column {
  flex: 1;
  padding: 8px 24px; }

.contact-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 12px; }

.address-icon {
  width: 38px;
  height: 38px;
  border-radius: 50px;
  background: white;
  justify-content: center;
  display: flex;
  align-items: center; }

.address-icon-size {
  width: 15px;
  height: 15px; }

.phone-icon {
  width: 18px;
  height: 18px; }

.phone-text {
  font-size: 14px;
  font-weight: 500;
  font-family: 'ProximaNova-Medium';
  color: #373737;
  opacity: 0.8; }

.phone-number {
  font-size: 18px;
  font-weight: 500;
  font-family: 'ProximaNova-Medium';
  color: #373737; }

.phone-details {
  display: flex;
  flex-direction: column; }

.hours-table {
  width: 100%; }

.hours-header-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px; }

.hours-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px; }

.hours-title {
  font-size: 14px;
  font-weight: 600;
  font-family: 'proxima_novasemibold';
  color: #373737; }

.hours-status {
  font-size: 14px;
  font-weight: 700;
  font-family: 'greenpal-bold';
  background: #FFFFFF;
  border-radius: 6px;
  padding: 0px 7px; }
  .hours-status.closed {
    color: #F4546C; }
  .hours-status.open {
    color: #F4546C; }

.hours-list {
  display: flex;
  flex-direction: column;
  gap: 2.3rem;
  margin-left: 48px;
  margin-top: 6px; }

.hours-row {
  display: flex;
  align-items: center;
  margin-top: -24px;
  flex-wrap: nowrap; }

.day-name {
  font-size: 18px;
  font-family: 'ProximaNova-Medium';
  font-weight: 500;
  color: #373737;
  width: 165px;
  flex-shrink: 0; }

.day-hours {
  font-size: 18px;
  font-family: 'ProximaNova-Medium';
  font-weight: 500;
  color: #373737;
  white-space: nowrap; }
  .day-hours.closed-text {
    font-size: 18px;
    font-family: 'ProximaNova-Medium';
    font-weight: 500;
    color: #373737; }

@media (max-width: 1280px) {
  .content-section {
    padding: 28px 50px 40px; }
  .hours-map-section {
    padding: 0px 50px 40px; }
  .section-title {
    font-size: 26px; } }

@media (max-width: 1024px) {
  .content-section {
    padding: 24px 35px 35px; }
  .hours-map-section {
    padding: 0px 35px 35px; }
  .section-title {
    font-size: 24px; } }

@media (max-width: 900px) {
  .content-section {
    padding: 20px 25px 30px; }
  .hours-map-section {
    padding: 0px 25px 30px; }
  .section-title {
    font-size: 22px; }
  .hours-map-container {
    gap: 16px; }
  .day-name {
    font-size: 15px;
    width: 140px; }
  .day-hours {
    font-size: 15px;
    white-space: nowrap; }
  .phone-number {
    font-size: 15px; }
  .hours-row {
    flex-wrap: nowrap; } }

@media (max-width: 768px) {
  .content-section {
    padding: 18px 20px 25px; }
  .hours-map-section {
    padding: 0px 20px 25px; }
  .hours-map-container {
    flex-direction: column; }
  .map-wrapper {
    height: 250px; }
  .section-title {
    font-size: 20px;
    margin-bottom: 12px; }
  .hours-header-row {
    flex-wrap: wrap;
    gap: 8px; }
  .hours-list {
    margin-left: 46px;
    gap: 28px;
    margin-top: 8px; }
  .hours-row {
    flex-wrap: nowrap; }
  .day-name {
    width: 100px;
    font-size: 13px;
    flex-shrink: 0; }
  .day-hours {
    font-size: 13px;
    white-space: nowrap; }
  .phone-number {
    font-size: 14px; }
  .about-content p {
    font-size: 14px;
    line-height: 22px; } }

@media (max-width: 600px) and (min-width: 501px) {
  .section-title {
    font-size: 18px; }
  .hours-header-row {
    flex-wrap: wrap;
    gap: 6px; }
  .hours-list {
    margin-left: 0;
    gap: 20px;
    margin-top: 8px; }
  .hours-row {
    flex-wrap: nowrap; }
  .day-name {
    width: 90px;
    font-size: 12px;
    flex-shrink: 0; }
  .day-hours {
    font-size: 12px;
    white-space: nowrap; } }

@media (max-width: 500px) {
  .section-title {
    font-size: 26px;
    display: flex;
    justify-content: center;
    text-align: center; }
  .about-content {
    width: 100%; }
  .about-content p {
    font-size: 18px;
    line-height: 24px;
    text-align: center; }
  .hours-map-section {
    padding: 0px 4px 25px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 98%;
    margin: auto;
    margin-top: 1rem; }
  .map-wrapper {
    width: 100%;
    height: 243.8px !important; }
  .hours-map-container {
    padding: 10px;
    gap: 10px; }
  .open-maps-link {
    border: 1px solid #95989845; }
  .open-map-icon {
    width: 9px;
    height: 9px; }
  .hours-column {
    padding: 0px 0px;
    gap: 12px;
    display: flex;
    flex-direction: column; }
  .address-icon-size {
    width: 12px;
    height: 17.45px; }
  .phone-number {
    font-size: 18px;
    width: 70%; }
  .mobile-phone {
    width: 100% !important; }
  .day-name {
    font-size: 18px; }
  .day-hours {
    font-size: 18px; }
  .hours-list {
    gap: 30px; }
  .hours-row {
    gap: 16px; }
  .about-shop {
    padding: 0px 13px; }
  .location-icon {
    width: 9px;
    height: 13px; } }

.shop-header-section {
  padding: 24px 71px; }

.shop-header-content {
  display: flex;
  gap: 37px;
  align-items: flex-start; }

.shop-logo-container {
  flex-shrink: 0; }

.shop-logo {
  width: 140px;
  height: 140px;
  border-radius: 6.36px;
  object-fit: cover; }

.shop-info {
  flex: 1;
  padding-top: 4px; }

.shop-title-row {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap; }

.shop-name {
  font-size: 44px;
  font-weight: 700;
  color: #373737;
  font-family: 'greenpal-bold';
  margin: 0;
  line-height: 1.2; }

.verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: #8FB741;
  font-size: 16px;
  font-weight: 500;
  font-family: 'ProximaNova-Medium';
  font-style: italic; }

.location-icon {
  width: 9px;
  height: 13.09px; }

.verify-icon {
  width: 22px;
  height: 22px; }

.verified-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0; }

.shop-meta {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 3px;
  flex-wrap: wrap;
  font-size: 14px; }

.meta-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #373737;
  font-weight: 400;
  font-size: 16px;
  font-family: 'ProximaNova-Regular'; }
  .meta-item.location {
    color: #373737;
    font-weight: 400;
    font-size: 18px;
    font-family: 'ProximaNova-Regular'; }
  .meta-item.status.closed {
    color: #F4546C;
    font-weight: 700;
    font-size: 16px;
    font-family: 'greenpal-bold'; }
  .meta-item.status.open {
    color: #F4546C;
    font-weight: 700;
    font-size: 16px;
    font-family: 'greenpal-bold'; }

.years-in-business {
  font-weight: 700;
  font-style: 16px;
  font-family: 'greenpal-bold';
  color: #373737; }

.meta-status {
  background: #F7F7F7;
  border-radius: 6px;
  padding: 4px 8px; }

.meta-icon {
  width: 12px;
  height: 14px; }

.meta-separator {
  color: #373737;
  opacity: 0.8; }

.shop-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 14px; }

.rating-label {
  font-size: 16px;
  color: #373737;
  font-weight: 600;
  font-family: 'ProximaNova-Medium'; }

.stars {
  display: flex;
  gap: 3px; }

.star-icon {
  width: 19.91px;
  height: 20px; }

.star-icon {
  width: 18px;
  height: 17px; }

.reviews-link {
  font-size: 16px;
  color: #00A3E7;
  text-decoration: none;
  font-weight: 600;
  font-family: 'ProximaNova-Medium'; }
  .reviews-link:hover {
    text-decoration: underline; }

.shop-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; }

.action-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap; }

.social-icons {
  display: flex;
  align-items: center;
  gap: 10px; }

@media (max-width: 1116px) {
  .vendor-info {
    align-items: center; }
  .vendor-rating {
    align-items: center !important; } }

@media (min-width: 1117px) {
  .repair-shop-page .footer-section {
    padding-bottom: 18% !important; } }

@media (min-width: 901px) and (max-width: 1116px) {
  .repair-shop-page .footer-section {
    padding-bottom: 24% !important; } }

@media (min-width: 600px) and (max-width: 800px) {
  .repair-shop-page .footer-section {
    padding-bottom: 36% !important; } }

@media (min-width: 501px) and (max-width: 900px) {
  .repair-shop-page .footer-section {
    padding-bottom: 30% !important; } }

@media (max-width: 500px) {
  .repair-shop-page .footer-section {
    padding-bottom: 36% !important; } }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 24px;
  border-radius: 26px;
  border: 1px solid #37373790;
  font-size: 14px;
  font-weight: 700;
  font-family: 'greenpal-bold';
  cursor: pointer;
  transition: all 0.15s ease;
  white-space: nowrap; }
  .btn.btn-outline {
    background: #fff;
    color: #373737;
    text-decoration: none; }
    .btn.btn-outline:hover {
      background: #f9fafb;
      border-color: #9ca3af; }
  .btn.btn-primary {
    background: #059669;
    color: #fff;
    border: 1px solid #059669; }
    .btn.btn-primary:hover {
      background: #047857;
      border-color: #047857; }

.btn-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0; }

.shop-nav {
  padding: 0 75px; }
  .shop-nav.is-fixed {
    position: fixed;
    top: 5rem;
    left: 0;
    right: 0;
    z-index: 90;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    animation: navSlideDown 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    text-align: center; }
    .shop-nav.is-fixed .nav-tabs {
      justify-content: center; }

.shop-nav-placeholder {
  display: none; }

@keyframes navSlideDown {
  from {
    transform: translateY(-100%);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

.nav-tabs {
  display: inline-flex;
  gap: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-bottom: 1px solid #37373710;
  position: relative;
  scrollbar-width: none;
  -ms-overflow-style: none; }
  .nav-tabs::-webkit-scrollbar {
    display: none; }

.nav-tab-indicator {
  position: absolute;
  bottom: 0;
  height: 3px;
  background: #61D15C;
  border-radius: 3px 3px 0 0;
  transition: left 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), width 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: left, width; }

.nav-tab {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 12px;
  font-size: 18px;
  font-weight: 500;
  font-family: 'ProximaNova-Medium';
  color: #373737;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  white-space: nowrap;
  transition: color 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: 0.55;
  position: relative; }
  .nav-tab:first-child {
    padding-left: 0; }
  .nav-tab img {
    filter: brightness(0) saturate(100%) invert(40%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%);
    transition: filter 0.4s cubic-bezier(0.25, 0.1, 0.25, 1); }
  .nav-tab:hover {
    color: #374151;
    opacity: 0.85; }
  .nav-tab.active {
    color: #61D15C;
    border-bottom-color: transparent;
    opacity: 1; }
    .nav-tab.active img {
      filter: brightness(0) saturate(100%) invert(72%) sepia(42%) saturate(522%) hue-rotate(70deg) brightness(95%) contrast(88%); }

@keyframes titleGlow {
  0% {
    color: inherit; }
  30% {
    color: #61D15C; }
  100% {
    color: inherit; } }

.section-title-highlight {
  animation: titleGlow 1.2s cubic-bezier(0.25, 0.1, 0.25, 1) forwards; }

.tab-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0; }

@media (max-width: 1280px) {
  .shop-header-section {
    padding: 24px 50px; }
  .shop-nav {
    padding: 0 50px; }
  .shop-name {
    font-size: 38px; } }

@media (max-width: 1024px) {
  .shop-header-section {
    padding: 20px 35px; }
  .shop-nav {
    padding: 0 35px; }
  .shop-name {
    font-size: 34px; }
  .shop-logo {
    width: 120px;
    height: 120px; }
  .nav-tab {
    padding: 12px 10px;
    font-size: 16px; } }

@media (max-width: 900px) {
  .shop-header-section {
    padding: 18px 25px; }
  .shop-header-content {
    gap: 25px; }
  .shop-nav {
    padding: 0 25px; }
  .shop-name {
    font-size: 30px; }
  .shop-logo {
    width: 100px;
    height: 100px; }
  .verified-badge {
    font-size: 14px; }
  .meta-item {
    font-size: 14px; }
    .meta-item.location {
      font-size: 16px; }
  .nav-tab {
    padding: 10px 8px;
    font-size: 14px;
    gap: 6px; }
  .btn {
    padding: 8px 14px;
    font-size: 13px; } }

@media (max-width: 768px) {
  .shop-header-section {
    padding: 18px 20px; }
  .shop-header-content {
    gap: 20px; }
  .shop-nav {
    padding: 0 20px;
    overflow-x: auto; }
  .nav-tabs {
    width: max-content; }
  .shop-name {
    font-size: 26px; }
  .shop-logo {
    width: 120px;
    height: 120px; }
  .verified-badge {
    font-size: 13px; }
  .meta-item {
    font-size: 13px; }
    .meta-item.location {
      font-size: 14px; }
    .meta-item.status.closed, .meta-item.status.open {
      font-size: 14px; }
  .shop-rating {
    flex-wrap: wrap; }
  .rating-label {
    font-size: 14px; }
  .reviews-link {
    font-size: 14px; }
  .nav-tab {
    padding: 10px 8px;
    font-size: 13px;
    gap: 5px; }
    .nav-tab img {
      width: 16px;
      height: 16px; }
  .action-buttons {
    flex-wrap: wrap; }
  .btn {
    padding: 8px 12px;
    font-size: 12px;
    flex: 1 1 auto; }
  .social-icons {
    gap: 8px; }
    .social-icons img {
      width: 20px;
      height: 20px; }
  .shop-actions {
    flex-direction: column;
    gap: 12px; } }

@media (max-width: 600px) and (min-width: 501px) {
  .shop-header-content {
    flex-direction: column;
    align-items: flex-start; }
  .shop-name {
    font-size: 24px; }
  .shop-logo {
    width: 120px;
    height: 120px; }
  .action-buttons {
    flex-direction: column; }
    .action-buttons .btn {
      width: 100%; }
  .shop-title-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px; } }

@media (max-width: 600px) {
  .shop-header-section {
    padding: 20px 16px; }
  .shop-header-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px; }
  .shop-logo-container {
    display: flex;
    justify-content: center; }
  .shop-info {
    width: 100%;
    padding-top: 0; }
  .shop-title-row {
    flex-direction: column;
    align-items: center;
    gap: 8px; }
  .verified-badge {
    font-size: 13px;
    padding: 4px 8px;
    gap: 4px; }
    .verified-badge img {
      width: 16px;
      height: 16px; }
  .shop-name {
    font-size: 28px;
    text-align: center;
    line-height: 1.3; }
  .shop-meta {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px; }
  .meta-item {
    font-size: 15px; }
  .shop-status {
    justify-content: center; }
  .status-badge {
    font-size: 15px; }
  .shop-rating {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 4px; }
  .rating-text {
    font-size: 15px; }
  .rating-stars {
    gap: 4px; }
  .star-icon {
    width: 20px;
    height: 20px; }
  .rating-link {
    font-size: 15px; }
  .action-buttons {
    flex-direction: column;
    gap: 20px;
    width: 100%; }
    .action-buttons .btn {
      width: 100%;
      justify-content: center;
      padding: 14px 24px;
      font-size: 16px;
      border-radius: 50px; }
    .action-buttons .btn-outline {
      background: #fff;
      color: #373737;
      border: 1.5px solid #D1D1D1; }
      .action-buttons .btn-outline:hover {
        background: #f5f5f5; } }

@media (max-width: 500px) {
  .verified-badge {
    order: 1; }
  .shop-name {
    order: 2; }
  .shop-meta {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px; }
  .meta-item.location,
  .meta-item.location + .meta-separator,
  .meta-item.location + .meta-separator + .meta-item {
    flex-shrink: 0; }
  .meta-item.location + .meta-separator + .meta-item + .meta-separator {
    display: none; }
  .meta-item.location + .meta-separator + .meta-item + .meta-separator + .meta-item {
    flex-basis: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px; }
  .meta-status {
    flex-basis: 64%;
    justify-content: center;
    display: flex;
    gap: 8px; }
  .meta-item.status.closed, .meta-item.status.open {
    font-size: 16px; }
  .mobile-status {
    font-size: 16px !important; }
  .shop-rating {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 8px;
    margin-top: 13px; }
  .reviews-link {
    font-size: 16px; }
  .star-icon {
    width: 14.93px;
    height: 15px; }
  .rating-label {
    flex-basis: 100%;
    text-align: center;
    font-size: 16px; }
  .stars {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center; }
  .action-buttons .btn-outline {
    border: 1.5px solid #373737; }
  .btn-icon {
    width: 19px;
    height: 19px; }
  .social-icons img {
    width: 30.85px;
    height: 30.85px; }
  .social-icons {
    gap: 13px;
    margin-top: 8px; }
  .shop-nav {
    padding: 0 0px;
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .shop-nav::-webkit-scrollbar {
      display: none; }
  .nav-tab img {
    width: 20px;
    height: 20px; }
  .nav-tab {
    font-size: 18px; }
  .nav-tabs {
    gap: 17px;
    width: max-content;
    min-width: 100%; }
  .shop-logo {
    width: 130px;
    height: 130px; }
  .shop-title-row {
    gap: 0px; }
  .verified-badge {
    font-size: 14px; }
  .location-icon {
    width: 11px;
    height: 16px; }
  .meta-item.location {
    font-size: 18px; }
  .meta-item {
    font-size: 18px; } }

.gallery-section {
  padding: 40px 71px;
  background: #fff;
  width: calc(82% + 6%);
  margin: auto; }

.gallery-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0; }

.gallery-nav-arrow {
  position: absolute;
  z-index: 20;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.15s ease; }
  .gallery-nav-arrow:hover:not(:disabled) {
    opacity: 0.8; }
  .gallery-nav-arrow:disabled {
    opacity: 0.25;
    cursor: not-allowed; }
  .gallery-nav-arrow.gallery-prev-arrow {
    left: -20px; }
  .gallery-nav-arrow.gallery-next-arrow {
    right: -20px; }

.no-photos {
  font-size: 16px;
  color: #373737;
  font-family: 'ProximaNova-Medium';
  text-align: center;
  padding: 20px; }

.nav-arrow-icon {
  width: 40px;
  height: 40px; }

.gallery-grid {
  display: flex;
  gap: 8px;
  overflow-x: scroll;
  overflow-y: hidden;
  position: relative;
  width: 100%;
  scroll-behavior: smooth;
  scrollbar-width: none; }
  .gallery-grid::-webkit-scrollbar {
    display: none; }

.gallery-item {
  position: relative;
  flex: 0 0 calc((92% - 24px) / 3.5);
  width: calc((100% - 24px) / 3.5);
  height: 281.84px;
  border-radius: 16.78px; }

.gallery-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16.78px; }

.videos-section {
  padding: 40px 71px;
  background: #fff;
  width: calc(82% + 6%);
  margin: auto; }

.videos-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0; }

.videos-nav-arrow {
  position: absolute;
  z-index: 20;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.15s ease; }
  .videos-nav-arrow:hover:not(:disabled) {
    opacity: 0.8; }
  .videos-nav-arrow:disabled {
    opacity: 0.25;
    cursor: not-allowed; }
  .videos-nav-arrow.videos-prev-arrow {
    left: -20px; }
  .videos-nav-arrow.videos-next-arrow {
    right: -20px; }

.videos-grid {
  display: flex;
  gap: 8px;
  overflow-x: scroll;
  overflow-y: hidden;
  position: relative;
  width: 100%;
  scroll-behavior: smooth;
  scrollbar-width: none; }
  .videos-grid::-webkit-scrollbar {
    display: none; }

.video-item {
  position: relative;
  flex: 0 0 calc((92% - 24px) / 3.5);
  width: calc((100% - 24px) / 3.5);
  height: 281.84px;
  border-radius: 16.78px;
  cursor: pointer; }

.video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16.78px; }

.video-play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center; }

.play-icon {
  width: 60px;
  height: 60px; }

@media (max-width: 1280px) {
  .gallery-section,
  .videos-section {
    padding: 40px 50px; } }

@media (max-width: 1024px) {
  .gallery-section,
  .videos-section {
    padding: 35px; }
  .gallery-photo,
  .video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .gallery-item,
  .video-item {
    height: 220px;
    flex: 0 0 calc((100% - 16px) / 3);
    min-width: 200px; } }

@media (max-width: 900px) {
  .gallery-section,
  .videos-section {
    padding: 30px 25px; }
  .gallery-photo,
  .video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .gallery-item,
  .video-item {
    height: 180px;
    flex: 0 0 calc((100% - 16px) / 3);
    min-width: 170px; } }

@media (max-width: 768px) {
  .gallery-section,
  .videos-section {
    padding: 25px 20px; }
  .gallery-photo,
  .video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .gallery-item,
  .video-item {
    height: 160px;
    flex: 0 0 calc((100% - 8px) / 2.5);
    min-width: 150px; }
  .nav-arrow-icon {
    width: 30px;
    height: 30px; }
  .gallery-nav-arrow.gallery-prev-arrow, .gallery-nav-arrow.videos-prev-arrow,
  .videos-nav-arrow.gallery-prev-arrow,
  .videos-nav-arrow.videos-prev-arrow {
    left: -10px; }
  .gallery-nav-arrow.gallery-next-arrow, .gallery-nav-arrow.videos-next-arrow,
  .videos-nav-arrow.gallery-next-arrow,
  .videos-nav-arrow.videos-next-arrow {
    right: -10px; } }

@media (max-width: 600px) and (min-width: 501px) {
  .gallery-photo,
  .video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .gallery-item,
  .video-item {
    height: 140px;
    flex: 0 0 calc((100% - 8px) / 2);
    min-width: 130px; } }

@media (max-width: 500px) {
  .gallery-section {
    width: 100%;
    padding: 0px 0px; }
  .videos-section {
    width: 100%;
    padding: 0px 0px; }
  .gallery-grid {
    gap: 0px;
    padding-left: 3%; }
  .gallery-section {
    margin-top: 25px; }
  .gallery-photo {
    width: 218px;
    height: 221px; }
  .gallery-item, .video-item {
    flex: 0 0 calc((100% - 21px) / 1.5);
    height: 221px; }
  .nav-arrow-icon {
    display: none; }
  .videos-section {
    margin-top: 25px; }
  .video-thumbnail {
    width: 218px;
    height: 221px; }
  .play-icon {
    width: 52.73px;
    height: 52.73px; }
  .videos-grid {
    gap: 0px;
    padding-left: 3%; } }

.owner-section {
  padding: 40px 71px;
  background: #fff; }

.owner-card {
  display: flex;
  gap: 20px;
  padding: 24px;
  background: #F7F7F7;
  border-radius: 12px; }

.owner-avatar {
  flex-shrink: 0; }

.owner-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover; }

.owner-info {
  flex: 1;
  margin-top: 10px; }

.owner-name {
  font-size: 24px;
  font-weight: 700;
  font-family: 'greenpal-bold';
  color: #373737;
  margin: 0 0 4px 0; }

.owner-role {
  font-size: 16px;
  font-weight: 400;
  font-family: 'ProximaNova-Regular';
  color: #373737;
  margin: 0 0 12px 0;
  opacity: 0.8; }

.years-in-business {
  font-size: 16px;
  font-weight: 700;
  font-family: 'greenpal-bold';
  color: #373737; }

.separator {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  margin-right: 4px; }

.owner-quote {
  font-size: 18px;
  font-weight: 400;
  font-family: 'ProximaNova-Regular';
  font-style: italic;
  color: #373737;
  line-height: 24px;
  margin: 0 0 8px 0;
  max-width: 93%; }

.owner-attribution {
  font-size: 14px;
  font-weight: 400;
  font-family: 'ProximaNova-Regular';
  font-style: italic;
  color: #373737;
  margin: 0; }

@media (max-width: 1280px) {
  .owner-section {
    padding: 40px 50px; } }

@media (max-width: 1024px) {
  .owner-section {
    padding: 35px; } }

@media (max-width: 900px) {
  .owner-section {
    padding: 30px 25px; }
  .owner-card {
    padding: 20px;
    gap: 15px; }
  .owner-name {
    font-size: 20px; }
  .owner-quote {
    font-size: 16px;
    line-height: 22px; } }

@media (max-width: 768px) {
  .owner-section {
    padding: 25px 20px; }
  .owner-card {
    flex-direction: column;
    text-align: center;
    padding: 18px; }
  .owner-info {
    margin-top: 0; }
  .owner-name {
    font-size: 18px; }
  .owner-role {
    font-size: 14px; }
  .owner-quote {
    font-size: 15px;
    line-height: 20px; }
  .owner-photo {
    width: 70px;
    height: 70px; } }

@media (max-width: 500px) {
  .owner-section {
    margin-top: 25px; }
  .owner-section {
    padding: 0px 0px;
    display: flex;
    flex-direction: column;
    width: 98%;
    margin: auto; }
  .owner-photo {
    width: 80px;
    height: 80px; }
  .owner-card {
    padding: 15px; }
  .owner-name {
    font-size: 22px; }
  .owner-role {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px; }
  .owner-role .separator {
    display: none; }
  .owner-role .owner-title {
    width: 100%;
    text-align: center;
    font-size: 16px; }
  .owner-role .years-text {
    width: 100%;
    text-align: center;
    font-size: 16px; }
  .owner-quote {
    font-size: 18px;
    max-width: 100%;
    padding: 0px 28px; }
  .owner-section-wrapper {
    min-height: 0px; } }

.quotes-section {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  z-index: 1000; }
  .quotes-section::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #A4C565;
    z-index: -1; }

.quotes-content {
  background: #A4C565;
  padding: 12px 0;
  padding-left: calc(84px + 34px);
  padding-right: calc(12% - 84px + 34px);
  max-width: 100%;
  margin: 0 auto; }

.quotes-title {
  font-size: 20px;
  font-weight: 800;
  font-family: 'Proxima Nova Extrabold';
  color: #373737;
  margin: 0 0 12px 0;
  text-align: center; }

.quotes-carousel {
  display: flex;
  align-items: center;
  gap: 8px; }

.quotes-nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.15s ease;
  padding: 0; }
  .quotes-nav-btn:hover:not(.disabled) {
    opacity: 0.8; }
  .quotes-nav-btn.disabled {
    cursor: not-allowed;
    opacity: 0.5; }

.quotes-arrow-left {
  width: 30px;
  height: 30px;
  margin-right: 6px; }

.quotes-arrow-right {
  width: 30px;
  height: 30px;
  margin-left: 13px; }

.quotes-vendors {
  display: flex;
  flex: 1;
  gap: 12px;
  overflow-x: auto;
  padding: 4px 0;
  justify-content: safe center; }
  .quotes-vendors::-webkit-scrollbar {
    display: none; }

.vendor-card {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-width: 240px;
  max-width: 300px;
  flex: 1;
  padding: 12px;
  background: #FFFFFF;
  border-radius: 12.72px;
  text-align: left;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
  gap: 6px;
  overflow: hidden; }

.vendor-card-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out; }
  .vendor-card-link:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px); }

.vendor-status {
  display: flex;
  align-items: center;
  flex-direction: row;
  overflow: hidden;
  max-width: 100%; }

.card-price-badge {
  position: absolute;
  right: 15px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

.badge-icon {
  width: 44.01px;
  height: 55.4px;
  position: relative; }

.badge-price {
  position: absolute;
  color: #FFFFFF;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1; }
  .badge-price .price-amount {
    font-size: 15.64px;
    margin-bottom: 2px;
    font-weight: 700;
    font-family: 'Heebo-Bold'; }
  .badge-price .price-unit {
    font-size: 8.48px;
    color: #FFFFFF;
    font-weight: 600;
    font-family: 'Heebo-Medium'; }

.vendor-avatar {
  margin-top: 13px;
  position: relative;
  flex-shrink: 0;
  width: 49.17px;
  height: 49.17px; }

.quote-image {
  width: 49.17px;
  height: 49.17px;
  border-radius: 9999px;
  object-fit: cover; }

.avatar-img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }

.available-badge {
  display: inline-block;
  color: #373737;
  font-size: 11.87px;
  font-weight: 400;
  font-family: 'ProximaNova-Regular';
  padding: 0px 1px;
  border-radius: 10px;
  white-space: nowrap;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%; }

.vendor-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  margin-top: 12px;
  overflow: hidden;
  max-width: calc(100% - 55px); }

.vendor-name {
  display: block;
  font-size: 15.26px;
  font-weight: 700;
  font-family: 'greenpal-bold';
  color: #373737;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%; }

.vendor-rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
  max-width: 100%;
  overflow: hidden; }

.stars-small {
  display: flex;
  gap: 2px;
  flex-shrink: 0; }
  .stars-small svg {
    width: 10px;
    height: 10px; }

.rating-count {
  font-size: 11.02px;
  color: #373737;
  font-family: 'ProximaNova-Regular';
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.rating-icon {
  width: 12.29px;
  height: 11.52px; }

.quotes-section .rating-icon {
  filter: brightness(0) saturate(100%) invert(82%) sepia(71%) saturate(1042%) hue-rotate(2deg) brightness(102%) contrast(103%); }

.vendor-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4px; }

.price-label {
  font-size: 10px;
  color: #6B7280;
  font-family: 'ProximaNova-Regular';
  line-height: 1; }

.price-value {
  font-size: 18px;
  font-weight: 700;
  font-family: 'greenpal-bold';
  color: #8FB741;
  line-height: 1.2; }

@media (max-width: 1116px) {
  .vendor-info {
    align-items: center; }
  .vendor-rating {
    align-items: center !important; } }

@media (max-width: 1024px) {
  .quotes-content {
    padding-left: calc(40px + 30px);
    padding-right: calc(5% + 30px); }
  .vendor-card {
    min-width: 165px; }
  .vendor-name {
    font-size: 14px; } }

@media (max-width: 900px) {
  .quotes-section .quotes-content {
    padding-left: calc(20px + 25px);
    padding-right: calc(5% + 25px); }
  .quotes-section .quotes-title {
    font-size: 18px; }
  .quotes-section .vendor-card {
    min-width: 160px;
    padding: 10px; }
  .quotes-section .vendor-name {
    font-size: 14px; }
  .quotes-section .vendor-avatar {
    width: 45px;
    height: 45px; }
  .quotes-section .vendor-info {
    max-width: calc(100% - 52px); }
  .quotes-section .quote-image {
    width: 45px;
    height: 45px; }
  .quotes-section .badge-icon {
    width: 38px;
    height: 30px; }
  .quotes-section .card-price-badge {
    right: 3px; }
  .quotes-section .badge-price .price-amount {
    font-size: 9px; }
  .quotes-section .badge-price .price-unit {
    font-size: 5px; } }

@media (min-width: 901px) and (max-width: 1050px) {
  .quotes-section .card-price-badge {
    right: 6px; }
  .quotes-section .badge-icon {
    width: 32px;
    height: 42px; }
  .quotes-section .badge-price .price-amount {
    font-size: 11px; }
  .quotes-section .badge-price .price-unit {
    font-size: 5px; } }

@media (min-width: 501px) and (max-width: 1116px) {
  .quotes-section .vendor-card {
    min-width: 120px;
    padding: 10px 8px;
    flex-direction: column;
    align-items: center;
    text-align: center; }
  .quotes-section .quotes-vendors {
    gap: 10px; }
  .quotes-section .vendor-name {
    font-size: 12px; }
  .quotes-section .available-badge {
    font-size: 10px; }
  .quotes-section .rating-count {
    font-size: 9px; } }

@media (min-width: 501px) and (max-width: 768px) {
  .vendor-rating {
    flex-direction: column; }
  .vendor-card {
    min-width: 25% !important; } }

@media (min-width: 769px) and (max-width: 1345px) {
  .vendor-rating {
    flex-direction: column;
    align-items: flex-start; } }

@media (max-width: 768px) {
  .quotes-section .quotes-content {
    padding-left: 14px;
    padding-right: 1px; }
  .quotes-section .quotes-title {
    font-size: 16px;
    margin-bottom: 10px; }
  .quotes-section .quotes-carousel {
    gap: 6px;
    display: flex;
    align-items: center; }
  .quotes-section .quotes-vendors {
    gap: 5px !important; }
  .quotes-section .vendor-card {
    padding: 10px 8px;
    flex-direction: row !important;
    align-items: center !important;
    text-align: left;
    min-width: 30%;
    flex-direction: row;
    padding: 10px 8px; }
  .quotes-section .vendor-name {
    font-size: 13.59px; }
  .quotes-section .vendor-info {
    max-width: 100%;
    align-items: flex-start;
    margin-top: 15px; }
  .quotes-section .vendor-status {
    justify-content: flex-start; }
  .quotes-section .vendor-avatar {
    width: 43.78px;
    height: 43.78px;
    margin-top: 15px; }
  .quotes-section .quote-image {
    width: 43.78px;
    height: 43.78px; }
  .quotes-section .card-price-badge {
    right: 7px; }
  .quotes-section .badge-icon {
    width: 49px;
    height: 49px; }
  .quotes-section .badge-price .price-amount {
    font-size: 13.98px; }
  .quotes-section .badge-price .price-unit {
    font-size: 7.55px; }
  .quotes-section .rating-count {
    font-size: 9.81px; }
  .quotes-section .vendor-rating {
    justify-content: flex-start; }
  .quotes-section .available-badge {
    font-size: 10.57px; }
  .quotes-section .quotes-arrow-left,
  .quotes-section .quotes-arrow-right {
    display: none; }
  .quotes-section .quotes-nav-btn {
    display: none; } }

@media (max-width: 600px) and (min-width: 501px) {
  .quotes-section .quotes-content {
    padding-left: 15px;
    padding-right: 15px; }
  .quotes-section .quotes-title {
    font-size: 14px;
    margin-bottom: 8px; }
  .quotes-section .quotes-carousel {
    gap: 4px; }
  .quotes-section .quotes-vendors {
    gap: 8px; }
  .quotes-section .vendor-card {
    min-width: 110px;
    padding: 8px 6px;
    flex-direction: column;
    align-items: center;
    text-align: center; }
  .quotes-section .vendor-name {
    font-size: 11px; }
  .quotes-section .vendor-avatar {
    width: 36px;
    height: 36px;
    margin-top: 18px; }
  .quotes-section .quote-image {
    width: 36px;
    height: 36px; }
  .quotes-section .vendor-info {
    margin-top: 6px;
    max-width: 100%;
    align-items: center; }
  .quotes-section .vendor-status {
    justify-content: center; }
  .quotes-section .vendor-rating {
    justify-content: center; }
  .quotes-section .card-price-badge {
    right: 6px; }
  .quotes-section .badge-icon {
    width: 32px;
    height: 42px; }
  .quotes-section .badge-price .price-amount {
    font-size: 11px; }
  .quotes-section .badge-price .price-unit {
    font-size: 5px; }
  .quotes-section .rating-count {
    font-size: 7px; }
  .quotes-section .rating-icon {
    width: 9px;
    height: 9px; }
  .quotes-section .available-badge {
    font-size: 8px; }
  .quotes-section .quotes-arrow-left,
  .quotes-section .quotes-arrow-right {
    width: 18px;
    height: 18px;
    margin: 0; } }

@media (max-width: 500px) {
  .quotes-title {
    font-size: 14px; }
  .quotes-arrow-left {
    display: none; }
  .quotes-arrow-right {
    display: none; }
  .quotes-nav-btn {
    display: none; }
  .quotes-section .vendor-card {
    min-width: 63%;
    flex-direction: row; }
  .quotes-section .vendor-info {
    max-width: 100%;
    align-items: flex-start; }
  .available-icon {
    width: 12.08px;
    height: 12.08px; }
  .quotes-section .available-badge {
    font-size: 10.57px; }
  .quotes-section .vendor-name {
    font-size: 13.59px; }
  .rating-icon {
    width: 10.95px;
    height: 10.26px;
    filter: none !important; }
  .quotes-section .rating-count {
    font-size: 9.81px; }
  .vendor-avatar {
    width: 43.78px !important;
    height: 43.78px !important;
    margin-top: 15px !important; }
  .quote-image {
    width: 43.78px !important;
    height: 43.78px !important; }
  .quotes-section .badge-price .price-amount {
    font-size: 13.98px; }
  .price-unit {
    font-size: 7.55px; }
  .quotes-section .card-price-badge {
    right: 23px; }
  .quotes-section .quotes-content {
    padding-left: 14px;
    padding-right: 0px; }
  .quotes-section .quotes-vendors {
    gap: 5px; }
  .vendor-info {
    margin-top: 9px; } }

.reviews-section {
  padding-left: 71px;
  padding-right: calc(6%);
  background: #fff;
  position: relative; }

.reviews-container {
  background: #F7F7F7;
  border-radius: 12px;
  overflow: visible;
  padding: 30px 77px;
  padding-top: 48px; }
  .reviews-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: -71px;
    width: 80px;
    height: 80px;
    background: #fff;
    border-bottom-right-radius: 80px;
    z-index: 1; }
  .reviews-container::after {
    content: '';
    position: absolute;
    top: 0;
    right: calc(-6% - 71px);
    width: 80px;
    height: 80px;
    background: #fff;
    border-bottom-left-radius: 80px;
    z-index: 1; }

.reviews-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.overall-rating {
  display: flex;
  align-items: center;
  gap: 8px; }

.overall-label {
  font-size: 20px;
  font-weight: 600;
  font-family: 'ProximaNova-Medium';
  color: #373737; }

.rating-display {
  display: flex;
  align-items: center;
  gap: 8px; }

.rating-star {
  width: 25.55px;
  height: 26.17px; }

.rating-number {
  font-size: 20px;
  font-weight: 600;
  font-family: 'ProximaNova-Medium';
  color: #373737; }

.reviews-count-link {
  font-size: 24px;
  font-weight: 600;
  font-family: 'ProximaNova-Medium';
  color: #00A3E7;
  text-decoration: none; }
  .reviews-count-link:hover {
    text-decoration: underline; }

.reviews-search {
  display: flex;
  gap: 12px;
  margin-top: 20px; }

.search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 69%; }
  .search-input-wrapper .search-icon {
    position: absolute;
    left: 16px;
    width: 20px;
    height: 20px;
    pointer-events: none; }

.search-input {
  padding: 10px 16px 10px 44px;
  border: 1px solid #B8B8B8;
  border-radius: 15px;
  font-size: 18px;
  font-family: 'ProximaNova-Regular';
  font-weight: 400;
  width: 100%;
  background: #FFFFFF; }
  .search-input::placeholder {
    color: #959898; }

.custom-select-wrapper {
  position: relative;
  width: 25%; }

.custom-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  border: 1px solid #B8B8B8;
  border-radius: 15px;
  font-size: 18px;
  font-weight: 400;
  font-family: 'ProximaNova-Regular';
  background: #FFFFFF;
  color: #373737;
  cursor: pointer; }
  .custom-select .selected-value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .custom-select .sort-arrow {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    transition: transform 0.2s ease; }
  .custom-select.open .sort-arrow {
    transform: rotate(180deg); }

.custom-select-options {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #FFFFFF;
  border: 1px solid #B8B8B8;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 100;
  display: none;
  overflow: hidden; }
  .custom-select-options.open {
    display: block; }

.select-option {
  padding: 12px 16px;
  font-size: 16px;
  font-family: 'ProximaNova-Regular';
  color: #373737;
  cursor: pointer;
  transition: background 0.15s ease; }
  .select-option:hover {
    background: #F5F5F5; }
  .select-option.selected {
    background: #E8F5E9;
    font-weight: 500; }

.reviews-filters {
  display: flex;
  margin-top: 20px;
  flex-direction: column;
  gap: 12px;
  flex-wrap: wrap; }

.filter-label {
  font-size: 16px;
  font-weight: 400;
  font-family: 'ProximaNova-Regular';
  color: #373737; }

.filter-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap; }

.filter-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border: 1px solid #B8B8B8;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
  font-family: 'ProximaNova-Regular';
  color: #00A3E7;
  cursor: pointer;
  background: transparent;
  transition: all 0.15s ease; }
  .filter-tag:hover {
    background: #E8F5FF;
    border-color: #00A3E7; }
  .filter-tag.active {
    background: #00A3E7;
    color: #fff;
    border-color: #00A3E7; }

.reviews-search-loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(247, 247, 247, 0.7);
  z-index: 20;
  justify-content: center;
  align-items: center;
  padding-top: 60px; }
  .reviews-search-loader.active {
    display: flex; }

.search-spinner {
  width: 36px;
  height: 36px;
  border: 3px solid #E0E0E0;
  border-top-color: #00A3E7;
  border-radius: 50%;
  animation: spin 0.7s linear infinite; }

@keyframes spin {
  to {
    transform: rotate(360deg); } }

mark.review-highlight {
  background: #FFF3B0;
  color: inherit;
  padding: 1px 2px;
  border-radius: 3px; }

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  position: relative;
  overflow: visible;
  padding-bottom: 40px; }
  .reviews-grid.has-more-reviews::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(2px);
    pointer-events: none;
    z-index: 5; }

.reviews-load-more-wrapper {
  display: flex;
  justify-content: center; }

.review-card {
  margin-right: 70px;
  padding: 25px 0px;
  border-bottom: 1px solid #0A375512;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative; }
  .review-card:nth-child(2n) {
    border-right: none; }
  .review-card.review-blur-full {
    border-bottom: none;
    padding-bottom: 10px; }

.review-header {
  display: flex;
  gap: 12px;
  align-items: center; }

.review-star-icon {
  width: 21px;
  height: 19.68px; }

.review-stars {
  display: flex;
  gap: 2px; }

.star-icon-small {
  width: 14px;
  height: 13px; }

.verified-purchase {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 400;
  font-family: 'ProximaNova-Regular';
  color: #8FB741; }

.verified-icon-small {
  width: 14px;
  height: 14px; }

.review-source {
  display: flex;
  align-items: center;
  gap: 6px; }

.source-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #8FB741;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  font-family: 'greenpal-bold'; }

.source-text {
  font-size: 14px;
  font-weight: 500;
  font-family: 'ProximaNova-Medium';
  color: #373737; }

.review-text {
  font-size: 18px;
  font-weight: 400;
  font-family: 'ProximaNova-Regular';
  color: #373737;
  line-height: 24px;
  margin: 0;
  width: 95%; }

.review-footer {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.reviewer-info {
  display: flex;
  align-items: center;
  gap: 8px; }

.reviewer-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #CCEDFB;
  color: #00A3E7;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 600;
  font-family: 'ProximaNova-Medium';
  overflow: hidden; }
  .reviewer-avatar.reviewer-avatar-img {
    padding: 0; }
  .reviewer-avatar .avatar-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%; }

.reviewer-name {
  font-size: 18px;
  font-weight: 700;
  font-family: 'greenpal-bold';
  color: #373737; }

.review-date {
  font-size: 14px;
  font-weight: 400;
  font-family: 'ProximaNova-Regular';
  color: #959898; }

.load-more-btn {
  grid-column: 1 / -1;
  justify-self: center;
  position: relative;
  margin-top: -2px;
  z-index: 10;
  padding: 10px 32px;
  background: #fff;
  border: 1px solid #373737;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 700;
  font-family: 'greenpal-bold';
  color: #373737;
  cursor: pointer; }
  .load-more-btn:hover {
    background: #f5f5f5; }

@media (max-width: 1280px) {
  .reviews-section {
    padding-left: 50px; }
  .reviews-container {
    padding: 30px 50px; } }

@media (max-width: 1024px) {
  .reviews-section {
    padding-left: 35px;
    padding-right: 3%; }
  .reviews-container {
    padding: 25px 35px; }
  .review-card {
    margin-right: 40px; }
  .review-text {
    font-size: 16px; }
  .reviewer-name {
    font-size: 16px; } }

@media (max-width: 900px) {
  .reviews-section {
    padding-left: 25px;
    padding-right: 2%; }
  .reviews-container {
    padding: 20px 25px; }
  .reviews-grid {
    gap: 0; }
  .review-card {
    margin-right: 25px;
    padding: 20px 0; }
  .review-text {
    font-size: 15px;
    line-height: 22px; }
  .reviewer-avatar {
    width: 35px;
    height: 35px;
    font-size: 14px; }
  .reviewer-name {
    font-size: 15px; } }

@media (max-width: 768px) {
  .reviews-section {
    padding-left: 20px;
    padding-right: 20px; }
  .reviews-container {
    padding: 18px 20px; }
  .overall-label,
  .rating-number {
    font-size: 16px; }
  .reviews-count-link {
    font-size: 18px; }
  .search-input {
    font-size: 16px;
    padding: 12px 12px 8px 40px; }
  .custom-select {
    font-size: 16px;
    padding: 8px 12px; }
  .filter-tag {
    font-size: 12px;
    padding: 6px 10px; }
  .review-header {
    flex-wrap: wrap;
    gap: 8px; }
  .review-stars {
    flex-shrink: 0; }
  .reviews-grid {
    grid-template-columns: 1fr; }
  .review-card {
    margin-right: 0;
    padding: 18px 0; }
  .review-text {
    font-size: 14px;
    line-height: 20px;
    width: 100%; }
  .reviewer-avatar {
    width: 32px;
    height: 32px;
    font-size: 13px; }
  .reviewer-name {
    font-size: 14px; }
  .review-date {
    font-size: 12px; }
  .load-more-btn {
    padding: 10px 24px;
    font-size: 14px; } }

@media (max-width: 600px) and (min-width: 501px) {
  .review-header {
    flex-wrap: wrap;
    gap: 6px; }
  .review-stars {
    flex-shrink: 0; } }

@media (max-width: 600px) {
  .reviews-search {
    flex-direction: column;
    width: 100%; }
  .search-input-wrapper {
    width: 100%; }
  .search-input {
    padding: 20px 12px 18px 40px; }
  .custom-select-wrapper {
    width: 100%; }
  .custom-select {
    padding: 18px 12px; }
  .filter-tag {
    font-size: 16px; }
  .filter-tags {
    gap: 15px;
    width: 90%; } }

@media (min-width: 577px) and (max-width: 991px) {
  .reviews-section {
    padding-left: 20px;
    padding-right: 20px; }
  .reviews-container {
    padding: 28px 24px; }
  .overall-label,
  .rating-number {
    font-size: 28px; }
  .rating-star {
    width: 32px;
    height: 33px; }
  .reviews-count-link {
    font-size: 30px; }
  .search-input {
    font-size: 26px;
    padding: 14px 14px 14px 48px; }
  .search-input-wrapper .search-icon {
    width: 28px;
    height: 28px; }
  .custom-select {
    font-size: 26px;
    padding: 14px 16px; }
  .filter-label {
    font-size: 24px; }
  .filter-tag {
    font-size: 22px;
    padding: 10px 18px; }
  .select-option {
    font-size: 24px;
    padding: 14px 16px; }
  .reviews-grid {
    grid-template-columns: 1fr; }
  .review-card {
    margin-right: 0;
    padding: 22px 0;
    gap: 14px; }
  .review-star-icon {
    width: 28px;
    height: 26px; }
  .review-text {
    font-size: 26px;
    line-height: 1.5;
    width: 100%; }
  .reviewer-avatar {
    width: 52px;
    height: 52px;
    font-size: 20px; }
  .reviewer-name {
    font-size: 28px; }
  .review-date {
    font-size: 22px; }
  .source-text {
    font-size: 22px; }
  .load-more-btn {
    font-size: 26px;
    padding: 14px 36px; } }

@media (max-width: 500px) {
  .reviews-section {
    margin-top: 25px; }
  .reviews-container {
    background: white;
    padding: 0px 0px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px; }
  .reviews-section {
    padding: 0px 0px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 98%;
    margin: auto; }
  .overall-label {
    display: none; }
  .rating-number {
    display: none; }
  .rating-star {
    width: 18.82px;
    height: 19.28px; }
  .verified-purchase {
    font-size: 14px; }
  .review-text {
    font-size: 16px;
    line-height: 24px;
    width: 90%; }
  .reviewer-avatar {
    width: 40px;
    height: 40px;
    font-size: 16px; }
  .reviewer-name {
    font-size: 18px; }
  .review-date {
    font-size: 14px; }
  .load-more-btn {
    width: 100%;
    border-radius: 36px;
    padding: 15px 24px; }
  .reviews-grid.has-more-reviews::after {
    height: 170px; } }

.services-section {
  padding: 8px 71px;
  background: #fff; }

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  background: #F7F7F7;
  border-radius: 12px;
  padding: 14px 20px; }

.service-item {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px 11px;
  background: #FFFFFF;
  border-radius: 8px; }

.service-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0; }

.service-name {
  font-size: 18px;
  font-weight: 500;
  font-family: 'ProximaNova-Medium';
  color: #373737; }

.no-services {
  font-size: 16px;
  color: #373737;
  font-family: 'ProximaNova-Medium';
  text-align: center;
  padding: 20px; }

.brands-section {
  padding: 40px 71px;
  background: #fff; }

.brands-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 28px;
  background: #F7F7F7;
  border-radius: 12px;
  padding-right: 70px;
  padding-top: 30px;
  padding-left: 10px;
  padding-bottom: 30px; }

.brand-item {
  position: relative;
  width: 85%;
  padding-bottom: 85%;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.006);
  overflow: hidden; }

.brand-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px; }
  .brand-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; }
  .brand-logo svg {
    max-width: 100%;
    max-height: 100%; }

@media (max-width: 1280px) {
  .services-section,
  .brands-section {
    padding: 40px 50px; } }

@media (max-width: 1024px) {
  .services-section,
  .brands-section {
    padding: 35px; }
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px; }
  .service-name {
    font-size: 16px; }
  .brands-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    padding-right: 40px; } }

@media (max-width: 900px) {
  .services-section,
  .brands-section {
    padding: 30px 25px; }
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px; }
  .service-item {
    padding: 10px; }
  .service-name {
    font-size: 14px; }
  .brands-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 20px; } }

@media (max-width: 768px) {
  .services-section,
  .brands-section {
    padding: 25px 20px; }
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 12px; }
  .service-item {
    padding: 10px 8px; }
  .service-name {
    font-size: 13px; }
  .brands-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    padding: 15px; } }

@media (max-width: 600px) and (min-width: 501px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr); }
  .brands-grid {
    grid-template-columns: repeat(3, 1fr); }
  .services-grid {
    grid-template-columns: repeat(1, 1fr); }
  .brands-grid {
    grid-template-columns: repeat(3, 1fr); } }

@media (max-width: 500px) {
  .brands-section {
    margin-top: 25px !important; }
  .services-section, .brands-section {
    padding: 0px 0px;
    display: flex;
    flex-direction: column;
    width: 98%;
    margin: auto; }
  .services-grid {
    grid-template-columns: repeat(1, 1fr); }
  .service-icon {
    width: 40px;
    height: 40px; }
  .service-name {
    font-size: 18px; }
  .brands-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px; } }

html, body {
  margin: 0;
  padding: 0;
  font-family: 'ProximaNova-Regular';
  background-color: #fff; }

.shop-repair-header {
  width: 100%;
  background-color: #00A3E7;
  height: 5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  @media (min-width: 768px) {
    .shop-repair-header {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  @media (min-width: 1280px) {
    .shop-repair-header {
      padding-left: 4rem;
      padding-right: 4rem; } }
.shop-banner {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden; }
  @media (min-width: 640px) {
    .shop-banner {
      height: 320px; } }
  @media (min-width: 768px) {
    .shop-banner {
      height: 343px; } }
  @media (min-width: 1024px) {
    .shop-banner {
      height: 380px; } }
.shop-button-join-pro {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 98px;
  height: 44px;
  color: #fff;
  font-family: 'proxima_novasemibold';
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: normal;
  border-radius: 9999px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: background-color 0.2s; }
  .shop-button-join-pro:hover {
    background-color: rgba(255, 255, 255, 0.1); }

.shop-header {
  width: 100%;
  background-color: #00A3E7;
  height: 5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  z-index: 100;
  padding-top: 22px; }
  @media (min-width: 768px) {
    .shop-header {
      padding-left: 2.5rem;
      padding-top: 0;
      padding-right: 2.5rem; } }
  @media (min-width: 1280px) {
    .shop-header {
      padding-left: 4rem;
      padding-top: 0;
      padding-right: 4rem; } }
.shop-header-container {
  height: 100%;
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.shop-header-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  text-decoration: none; }
  .shop-header-logo img {
    height: 1.7rem;
    width: auto; }
  @media (max-width: 425px) {
    .shop-header-logo img {
      height: 1rem; } }
.logo-m img {
  height: 1.5rem !important; }

.shop-header-nav {
  display: none;
  align-items: center;
  gap: 1rem; }
  @media (min-width: 1024px) {
    .shop-header-nav {
      display: flex;
      gap: 1rem; } }
  @media (min-width: 1024px) and (min-width: 1280px) {
    .shop-header-nav {
      gap: 8rem; } }
.shop-header-mobile-nav {
  display: flex;
  align-items: center;
  gap: 8rem;
  margin-left: auto;
  margin-right: 10px; }
  @media (min-width: 1024px) {
    .shop-header-mobile-nav {
      display: none; } }
.shop-nav-links {
  display: flex;
  align-items: center;
  gap: 0.5rem; }
  @media (min-width: 1280px) {
    .shop-nav-links {
      gap: 0.75rem; } }
.shop-nav-link {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #fff;
  font-family: 'ProximaNova-Regular';
  font-weight: 400;
  font-size: 0.875rem;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s ease;
  cursor: pointer; }
  .shop-nav-link:hover {
    opacity: 0.8; }
  .shop-nav-link svg {
    width: 16px;
    height: 16px;
    color: #fff; }

.shop-nav-dropdown {
  position: relative;
  cursor: pointer !important; }
  .shop-nav-dropdown * {
    cursor: pointer !important; }
  .shop-nav-dropdown:hover > .shop-nav-dropdown-menu {
    display: block; }
  .shop-nav-dropdown:hover > .shop-nav-locations-dropdown {
    display: flex; }

.shop-nav-dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  min-width: 200px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 200;
  padding: 0.5rem 0; }
  .shop-nav-dropdown-menu::before {
    content: '';
    position: absolute;
    top: -0.5rem;
    left: 0;
    right: 0;
    height: 0.5rem; }
  .shop-nav-dropdown-menu.active {
    display: block; }

.shop-nav-dropdown-item {
  display: block;
  padding: 0.6rem 1rem;
  color: #374151;
  font-family: 'ProximaNova-Regular';
  font-size: 0.875rem;
  text-decoration: none;
  transition: background-color 0.15s ease; }
  .shop-nav-dropdown-item:hover {
    background-color: #f3f4f6;
    color: #00A3E7; }

.shop-nav-locations-dropdown {
  min-width: 340px;
  display: none;
  flex-wrap: wrap; }
  .shop-nav-locations-dropdown.active {
    display: flex; }
  .shop-nav-locations-dropdown .shop-nav-dropdown-item {
    width: 50%;
    box-sizing: border-box; }

.shop-mobile-dropdown-menu {
  display: none;
  padding-left: 1rem; }
  .shop-mobile-dropdown-menu.active {
    display: block; }

.shop-mobile-dropdown-item {
  display: block;
  padding: 0.4rem 0;
  color: #6b7280;
  font-family: 'ProximaNova-Regular';
  font-size: 0.9rem;
  text-decoration: none; }
  .shop-mobile-dropdown-item:hover {
    color: #00A3E7; }

.shop-header-buttons {
  display: flex;
  align-items: center;
  gap: 0.5rem; }
  @media (min-width: 1280px) {
    .shop-header-buttons {
      gap: 0.75rem; } }
.shop-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'proxima_novasemibold';
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: normal;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  box-sizing: border-box; }

.shop-btn-secondary {
  width: 5rem;
  height: 2.4rem;
  color: #fff;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 9999px; }
  @media (min-width: 1024px) {
    .shop-btn-secondary {
      width: 98px;
      height: 44px;
      border: 1px solid rgba(255, 255, 255, 0.5); } }
  .shop-btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1); }

.shop-btn-wide {
  width: 235px;
  height: 46px; }

.shop-btn-login {
  width: 107px;
  height: 44px;
  color: #fff;
  background: linear-gradient(to top, #FF6F00, #FF9B00);
  border: none;
  border-radius: 33px; }
  .shop-btn-login:hover {
    opacity: 0.9; }

.shop-mobile-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  transition: opacity 0.2s ease; }
  @media (min-width: 1024px) {
    .shop-mobile-btn {
      display: none; } }
  .shop-mobile-btn:hover {
    opacity: 0.8; }
  .shop-mobile-btn svg {
    width: 1.5rem;
    height: 1.5rem;
    stroke: currentColor; }

.hidden {
  display: none; }

.shop-mobile-menu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 5rem;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 50; }
  @media (min-width: 1024px) {
    .shop-mobile-menu {
      display: none !important; } }
  .shop-mobile-menu.active {
    display: block; }

.shop-mobile-menu-content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem; }

.shop-mobile-link {
  display: block;
  padding: 0.5rem 0;
  color: #374151;
  font-family: 'ProximaNova-Regular';
  font-size: 1rem;
  text-decoration: none;
  border-bottom: 1px solid #e5e7eb; }
  .shop-mobile-link:last-of-type {
    border-bottom: none; }

.shop-mobile-buttons {
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem; }

.shop-btn-mobile {
  width: 100%;
  padding: 0.75rem 0;
  color: #00A3E7;
  background-color: transparent;
  border: 1px solid #00A3E7;
  font-size: 0.875rem; }
  .shop-btn-mobile:hover {
    background-color: rgba(0, 163, 231, 0.05); }

.shop-btn-login-mobile {
  width: 100%;
  padding: 0.75rem 0;
  color: #fff;
  background: linear-gradient(0deg, #FF6F00 0%, #FF9B00 92.39%);
  border: none;
  font-size: 0.875rem; }
  .shop-btn-login-mobile:hover {
    opacity: 0.95; }

.lawn-mower-container {
  min-height: 100vh;
  background-color: #fff; }

.lawn-mower-banner-wrapper {
  width: 100%;
  position: relative; }

.lawn-mower-banner {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .lawn-mower-banner {
      height: 343px; } }
  @media (min-width: 1024px) {
    .lawn-mower-banner {
      height: 380px; } }
.lawn-mower-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ededed;
  overflow: hidden; }

.lawn-mower-banner-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

.lawn-mower-banner-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 640px) {
    .lawn-mower-banner-content {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
.lawn-mower-banner-title-box {
  position: relative;
  background-color: #fff;
  margin-bottom: 3rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  width: 86vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0;
  padding-bottom: 2.5rem;
  min-height: 160px; }
  @media (min-width: 640px) {
    .lawn-mower-banner-title-box {
      border-radius: 14px;
      width: 420px;
      padding-left: 1.5rem;
      padding-right: 5rem;
      padding-top: 1.25rem;
      padding-bottom: 1.25rem;
      margin-bottom: 4rem;
      height: 166px; } }
  @media (min-width: 768px) {
    .lawn-mower-banner-title-box {
      border-radius: 16px;
      width: 560px;
      padding-left: 2rem;
      padding-right: 6rem;
      padding-top: 0rem;
      padding-bottom: 0rem; } }
  @media (min-width: 1024px) {
    .lawn-mower-banner-title-box {
      width: 700px;
      padding-left: 2.5rem;
      padding-right: 7rem;
      padding-top: 0;
      padding-bottom: 0; } }
  @media (min-width: 1280px) {
    .lawn-mower-banner-title-box {
      width: 795px;
      padding-left: 1rem;
      padding-right: 3rem; } }
.lawn-mower-banner-title {
  font-family: 'greenpal-bold';
  font-weight: 700;
  color: #373737;
  margin: 0;
  letter-spacing: normal;
  line-height: 1.25;
  font-size: 25px;
  text-align: left;
  padding-left: 0.9rem;
  padding-right: 0.9rem; }
  @media (min-width: 768px) {
    .lawn-mower-banner-title {
      font-size: 32px; } }
  @media (min-width: 1024px) {
    .lawn-mower-banner-title {
      font-size: 42px;
      margin-right: 2.5rem; } }
  @media (min-width: 1280px) {
    .lawn-mower-banner-title {
      font-size: 40px;
      text-align: center;
      max-width: 80%; } }
.lawn-mower-shops-badge {
  position: absolute;
  right: 0;
  top: 50%;
  width: 128px;
  transform: translateY(-50%); }
  @media (max-width: 520px) {
    .lawn-mower-shops-badge {
      top: 66%;
      width: 122px; } }
.lawn-mower-badge-content {
  background-color: #8FB741;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  border-radius: 9999px 0 0 9999px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.125rem;
  height: 28px; }
  @media (min-width: 640px) {
    .lawn-mower-badge-content {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      gap: 0.25rem;
      margin-bottom: 4rem;
      height: 36px; } }
  @media (min-width: 768px) {
    .lawn-mower-badge-content {
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 0.625rem;
      padding-bottom: 0.625rem;
      gap: 0.25rem;
      margin-bottom: 4rem; } }
  @media (min-width: 1024px) {
    .lawn-mower-badge-content {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
      margin-bottom: 4rem;
      height: 40px; } }
.lawn-mower-badge-number {
  font-family: 'proxima_novasemibold';
  font-weight: 800;
  color: #fff;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  font-size: 20px; }

.lawn-mower-badge-text {
  font-family: 'ProximaNova-Regular';
  font-weight: 400;
  color: #fff;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  white-space: nowrap;
  font-size: 20px; }

.lawn-mower-section-wrapper {
  background-color: #fff;
  position: relative; }

.lawn-mower-section-container {
  max-width: 1366px;
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  @media (min-width: 1280px) {
    .lawn-mower-section-container {
      padding-left: 3.7rem;
      padding-right: 4.7rem; } }
.lawn-mower-section-main-container {
  max-width: 1366px;
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative; }
  @media (min-width: 1280px) {
    .lawn-mower-section-main-container {
      padding-left: 5rem;
      padding-right: 4.7rem; } }
  @media (max-width: 480px) {
    .lawn-mower-section-main-container {
      padding: 0; } }
.lawn-mower-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  width: 90%;
  max-width: 1246px;
  align-items: center;
  position: absolute;
  top: -50px;
  padding-left: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: 'ProximaNova-Regular';
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: normal;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .lawn-mower-breadcrumb {
      min-width: 900px; } }
  @media (min-width: 1280px) {
    .lawn-mower-breadcrumb {
      width: 90%; } }
  @media (min-width: 1536px) {
    .lawn-mower-breadcrumb {
      min-width: 1200px;
      width: 63%; } }
  @media (max-width: 480px) {
    .lawn-mower-breadcrumb {
      left: 0.6rem;
      padding-top: 0.8rem;
      padding-left: 0.7rem;
      padding-bottom: 1.3rem;
      padding-right: 0.7rem;
      top: -43px;
      font-size: 11px;
      gap: 2px 0; } }
.lawn-mower-breadcrumb-item {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  flex-shrink: 1; }
  .lawn-mower-breadcrumb-item:last-child {
    overflow: hidden; }

.lawn-mower-breadcrumb-separator {
  width: 5px;
  height: 9px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  flex-shrink: 0; }

.lawn-mower-breadcrumb-link {
  color: #00A3E7;
  text-decoration: none;
  transition: color 0.2s ease;
  white-space: nowrap; }
  .lawn-mower-breadcrumb-link:hover {
    color: #0891b2; }

.lawn-mower-breadcrumb-text {
  color: #333434;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.lawn-mower-section-title {
  font-family: 'greenpal-bold';
  font-weight: 700;
  font-size: 23px;
  letter-spacing: normal;
  padding-left: 0px;
  padding-right: 0px;
  color: #373737;
  margin: 0;
  padding-bottom: 1rem; }
  @media (min-width: 768px) {
    .lawn-mower-section-title {
      font-size: 28px;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      line-height: 1; } }
  @media (min-width: 1024px) {
    .lawn-mower-section-title {
      font-size: 32px; } }
  @media (max-width: 450px) {
    .lawn-mower-section-title {
      top: 1px;
      position: relative;
      left: -1px;
      padding-bottom: 0; } }
.state-selector {
  position: relative;
  max-width: 520px; }
  @media (min-width: 1024px) {
    .state-selector {
      padding: 0 1.25rem; } }
.state-selector-trigger {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  width: 100%;
  padding: 0.875rem 1rem;
  background: #fff;
  border: 1.5px solid #e0e0e0;
  border-radius: 10px;
  cursor: pointer;
  font-size: 15px;
  color: #373737;
  text-align: left;
  transition: border-color 0.15s, box-shadow 0.15s; }
  .state-selector-trigger:hover, .state-selector-trigger[aria-expanded="true"] {
    border-color: #8FB741;
    box-shadow: 0 0 0 3px rgba(143, 183, 65, 0.12); }

.state-selector-pin {
  flex-shrink: 0; }

.state-selector-label {
  flex: 1;
  font-weight: 500; }

.state-selector-arrow {
  flex-shrink: 0;
  color: #aaa;
  transition: transform 0.2s ease; }
  .state-selector-trigger[aria-expanded="true"] .state-selector-arrow {
    transform: rotate(180deg); }

.state-selector-panel {
  position: absolute;
  top: calc(100% + 6px);
  left: 1.25rem;
  right: 0;
  background: #fff;
  border: 1.5px solid #e5e5e5;
  border-radius: 10px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.11);
  z-index: 200;
  overflow: hidden; }
  .state-selector-panel[hidden] {
    display: none; }

.state-selector-search-wrap {
  position: relative;
  border-bottom: 1px solid #f0f0f0; }

.state-selector-search-icon {
  position: absolute;
  top: 50%;
  left: 0.875rem;
  transform: translateY(-50%);
  pointer-events: none; }

.state-selector-search-input {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem 0.75rem 2.375rem;
  border: none;
  outline: none;
  font-size: 14px;
  color: #373737;
  background: transparent; }
  .state-selector-search-input::placeholder {
    color: #bbb; }

.state-selector-list {
  list-style: none;
  margin: 0;
  padding: 0.375rem 0;
  max-height: 300px;
  overflow-y: auto; }
  .state-selector-list::-webkit-scrollbar {
    width: 4px; }
  .state-selector-list::-webkit-scrollbar-track {
    background: transparent; }
  .state-selector-list::-webkit-scrollbar-thumb {
    background: #e0e0e0;
    border-radius: 2px; }

.state-selector-option-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.625rem 1rem;
  text-decoration: none;
  transition: background-color 0.1s; }
  .state-selector-option-link:hover {
    background-color: #f4f9ec; }

.state-selector-option-name {
  font-size: 14px;
  font-weight: 500;
  color: #373737; }

.state-selector-option-count {
  font-size: 12px;
  font-weight: 500;
  color: #8FB741;
  background-color: #f0f7e0;
  padding: 0.1rem 0.5rem;
  border-radius: 20px;
  white-space: nowrap; }

.state-selector-empty {
  padding: 1rem;
  text-align: center;
  color: #999;
  font-size: 13px; }

.lawn-mower-search-filter-bar {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 0; }
  @media (min-width: 640px) {
    .lawn-mower-search-filter-bar {
      flex-direction: row;
      align-items: center;
      margin-left: 1.25rem;
      margin-right: 1.25rem;
      padding-bottom: 1rem;
      max-width: 790px; } }
.lawn-mower-search-wrapper {
  position: relative;
  flex: 1; }

.lawn-mower-search-icon {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  pointer-events: none; }
  .lawn-mower-search-icon svg {
    width: 20px;
    height: 20px; }

.lawn-mower-search-input {
  display: block;
  width: 100%;
  padding: 1rem;
  padding-left: 2.75rem;
  height: 56px;
  margin: 0;
  border: 1px solid #B8B8B8;
  border-radius: 15px;
  font-size: 1rem;
  font-family: 'ProximaNova-Regular';
  color: #373737;
  background-color: #fff;
  outline: none;
  transition: all 0.2s ease;
  box-sizing: border-box;
  opacity: 0.8; }
  .lawn-mower-search-input::placeholder {
    color: #373737; }
  .lawn-mower-search-input:focus {
    ring: 2px;
    ring-color: #06b6d4; }

.lawn-mower-sort-wrapper {
  position: relative; }

.lawn-mower-sort-button {
  display: flex;
  height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border: 1px solid #B8B8B8;
  border-radius: 15px;
  font-size: 1rem;
  color: rgba(55, 55, 55, 0.5);
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 200px;
  width: 100%;
  box-sizing: border-box; }
  @media (min-width: 640px) {
    .lawn-mower-sort-button {
      width: auto; } }
  .lawn-mower-sort-button:hover {
    background-color: #f3f4f6;
    color: rgba(55, 55, 55, 0.5); }
  .lawn-mower-sort-button:focus {
    background-color: #fff;
    color: rgba(55, 55, 55, 0.5); }

.lawn-mower-sort-label {
  font-family: 'ProximaNova-Regular';
  font-weight: 400;
  color: #373737; }

.lawn-mower-sort-arrow {
  width: 1.25rem;
  height: 1.25rem;
  color: #373737;
  transition: transform 0.2s ease; }

.lawn-mower-sort-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 0.5rem;
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #f3f4f6;
  z-index: 20;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); }
  .lawn-mower-sort-dropdown.hidden {
    display: none; }

.lawn-mower-sort-option {
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  background-color: #fff;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #374151; }
  .lawn-mower-sort-option:hover {
    background-color: #f3f4f6;
    color: rgba(55, 55, 55, 0.5); }
  .lawn-mower-sort-option.active {
    color: #06b6d4;
    background-color: #ecfeff; }

.sr-flex {
  display: flex; }

.sr-flex-col {
  flex-direction: column; }

.sr-gap-6 {
  gap: 1.5rem; }

.sr-flex-1 {
  flex: 1 1 0%; }

@media (min-width: 1024px) {
  .sr-lg-flex-row {
    flex-direction: row; }
  .sr-lg-w-60 {
    width: 60%; }
  .sr-lg-max-w-60 {
    max-width: 60%; } }

/* Base utilities */
.sr-w-full {
  width: 100%; }

.sr-h-full {
  height: 100%; }

.sr-h-942 {
  height: 942px; }

.sr-flex {
  display: flex; }

.sr-items-center {
  align-items: center; }

.sr-justify-center {
  justify-content: center; }

.sr-text-center {
  text-align: center; }

.sr-text-gray-500 {
  color: #6b7280; }

.sr-bg-gray-200 {
  background-color: #e5e7eb; }

.sr-px-4 {
  padding-left: 1rem;
  padding-right: 1rem; }

/* Width constraints */
.sr-max-w-400 {
  max-width: 400px; }

/* lg breakpoint (≥1024px) */
@media (min-width: 1024px) {
  .sr-lg-w-40 {
    width: 40%; }
  .sr-lg-shrink-0 {
    flex-shrink: 0; }
  .sr-lg-absolute {
    position: absolute; } }

/* xl breakpoint (≥1280px) */
@media (min-width: 1280px) {
  .sr-xl-w-473 {
    width: 468px; }
  .sr-xl-max-w-none {
    max-width: 470px; } }

@media (min-width: 1280px) and (max-width: 1340px) {
  .sr-xl-w-473 {
    width: 386px; }
  .sr-xl-max-w-none {
    max-width: 470px; } }

.sr-right-4 {
  right: -16px; }

.quotes-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: #E5F6FD;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15); }
  @media (min-width: 1280px) {
    .quotes-banner {
      padding-top: 1rem;
      padding-bottom: 1rem;
      gap: 1.5rem; } }
  @media (max-width: 520px) {
    .quotes-banner {
      padding-left: 2rem;
      padding-right: 2rem; } }
.quotes-banner-text {
  font-family: 'ProximaNova-Regular';
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #373737;
  margin: 0; }
  @media (min-width: 1280px) {
    .quotes-banner-text {
      font-size: 22px; } }
.quotes-banner-text-bold {
  font-weight: 700;
  font-family: 'greenpal-bold'; }

.quotes-banner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 140px;
  height: 38px;
  background-color: #8FB741;
  color: white;
  font-family: 'proxima_novasemibold';
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  border-radius: 9999px;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease; }
  @media (min-width: 1280px) {
    .quotes-banner-btn {
      width: 168px;
      height: 44px;
      font-size: 16px; } }
  @media (max-width: 520px) {
    .quotes-banner-btn {
      width: 220px;
      height: 44px; } }
  .quotes-banner-btn:hover {
    background-color: #7DA336; }
  .quotes-banner-btn svg {
    flex-shrink: 0; }

@media (max-width: 1023px) {
  .no-display-md-below {
    display: none; } }

@media (max-width: 520px) {
  .no-display-sm-below {
    display: none; } }

.mobile-map-button-container {
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100; }
  @media (min-width: 1024px) {
    .mobile-map-button-container {
      display: none; } }
.mobile-map-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background-color: #fff;
  border: 1px solid #373737;
  border-radius: 25px;
  font-family: 'ProximaNova-Regular';
  font-size: 16px;
  font-weight: 500;
  color: #373737;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.32);
  transition: all 0.2s ease; }
  .mobile-map-button:hover {
    background-color: #f5f5f5; }
  .mobile-map-button:active {
    transform: scale(0.98); }
  .mobile-map-button svg {
    flex-shrink: 0; }

.mobile-map-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff;
  flex-direction: column; }
  .mobile-map-overlay.active {
    display: flex; }
  @media (min-width: 1024px) {
    .mobile-map-overlay {
      display: none !important; } }
.mobile-map-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 1rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, transparent 100%); }

.mobile-map-back-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease; }
  .mobile-map-back-button:hover {
    background-color: #f5f5f5; }
  .mobile-map-back-button:active {
    transform: scale(0.95); }

.mobile-map-container {
  flex: 1;
  width: 100%;
  background-color: #e5e7eb; }

.map-shop-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start; }

.map-shop-card-image {
  width: 100px;
  height: 80px;
  border-radius: 12px;
  object-fit: cover;
  flex-shrink: 0; }

.map-shop-card-info {
  flex: 1;
  min-width: 0; }

.map-shop-card-verified {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 12px;
  color: #8FB741;
  font-family: 'ProximaNova-Regular';
  margin-bottom: 0.35rem; }
  .map-shop-card-verified svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0; }

.map-shop-card-name {
  font-family: 'greenpal-bold';
  font-size: 18px;
  font-weight: 700;
  color: #373737;
  margin: 0 0 0.35rem 0;
  line-height: 1.2; }

.map-shop-card-rating {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'ProximaNova-Regular';
  font-size: 14px;
  color: #373737; }
  .map-shop-card-rating .stars {
    display: flex;
    gap: 2px; }
  .map-shop-card-rating .rating-text {
    font-weight: 600;
    color: #373737; }
  .map-shop-card-rating .reviews-count {
    color: #666; }

.desktop-map-shop-card-wrapper {
  padding: 0.5rem;
  min-width: 280px; }
  .desktop-map-shop-card-wrapper .map-shop-card-image {
    width: 90px;
    height: 70px; }
  .desktop-map-shop-card-wrapper .map-shop-card-name {
    font-size: 16px; }

.mapboxgl-popup-content {
  padding: 0 !important;
  border-radius: 16px !important;
  overflow: hidden; }

.mapboxgl-popup-close-button {
  font-size: 24px !important;
  width: 32px;
  height: 32px;
  line-height: 32px;
  padding: 0;
  right: 4px !important;
  top: 4px !important;
  color: #373737; }

.mapboxgl-popup-tip {
  display: none !important; }

.mobile-map-shop-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  padding: 1rem;
  padding-right: 3.5rem;
  display: none; }
  .mobile-map-shop-preview.active {
    display: block; }
  .mobile-map-shop-preview .map-shop-card-name {
    font-size: 20px; }

.mobile-map-shop-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #f5f5f5;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s;
  z-index: 1; }
  .mobile-map-shop-close:hover {
    background-color: #e5e5e5; }
  .mobile-map-shop-close:active {
    transform: scale(0.95); }
  .mobile-map-shop-close svg {
    width: 16px;
    height: 16px; }

.blur-up {
  filter: blur(10px);
  transition: filter 1s ease-out; }

.blur-up.loaded {
  filter: blur(0); }
