html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

.faq-section {
  background: #f9f9f9;
  border-radius: 10px;
}

.faq-item {
  border-bottom: 1px solid #ddd;
}

.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 15px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question:hover {
  color: #0077cc;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 15px;
}

.faq-answer p {
  margin: 15px 0;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 15px;
}

.faq-item .arrow {
  font-size: 1.3rem;
  transition: transform 0.3s ease;
}

.faq-item.active .arrow {
  transform: rotate(45deg);
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

hr {
  height: 0;
  color: inherit;
}

pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo,
    monospace;
  font-size: 1em;
}

button,
input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button {
  text-transform: none;
}

[type="button"],
[type="reset"],
button {
  -webkit-appearance: button;
}

h1,
h2,
h3,
hr,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

ul {
  margin: 0;
  padding: 0;
}

html {
  font-family: Graphik Web, Helvetica, Arial, sans-serif;
  line-height: 1.5;
}

body {
  font-family: inherit;
  line-height: inherit;
}

*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid;
}

hr {
  border-top-width: 1px;
}

img {
  border-style: solid;
}

input::-moz-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input:-ms-input-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input::placeholder {
  opacity: 1;
  color: #a1a1aa;
}

[role="button"],
button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: inherit;
}

button,
input {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
}

img,
svg {
  display: block;
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

*,
:after,
:before {
  border-color: currentColor;
}

@font-face {
  font-family: Graphik Web;
  src: url(https://cdn.sittercity.com/0abd1144e379e1d52015a2737ea763dc3569b0b5/packs/media/fonts/Graphik-Regular-Web-dbb8f410.woff2)
      format("woff2"),
    url(https://cdn.sittercity.com/0abd1144e379e1d52015a2737ea763dc3569b0b5/packs/media/fonts/Graphik-Regular-Web-8790b841.woff)
      format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik Web;
  src: url(https://cdn.sittercity.com/0abd1144e379e1d52015a2737ea763dc3569b0b5/packs/media/fonts/Graphik-Medium-Web-3ef5d339.woff2)
      format("woff2"),
    url(https://cdn.sittercity.com/0abd1144e379e1d52015a2737ea763dc3569b0b5/packs/media/fonts/Graphik-Medium-Web-35ac7608.woff)
      format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: SF Pro Text;
  src: url(https://cdn.sittercity.com/0abd1144e379e1d52015a2737ea763dc3569b0b5/packs/media/fonts/SF-Pro-Text-cbf24bd8.woff2)
      format("woff2"),
    url(https://cdn.sittercity.com/0abd1144e379e1d52015a2737ea763dc3569b0b5/packs/media/fonts/SF-Pro-Text-5003892c.woff)
      format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
  padding-right: 10px;
  padding-left: 10px;
}

.row {
  display: -moz-flex;
  display: flex;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.row,
[class*="col-xs"] {
  box-sizing: border-box;
}

[class*="col-xs"] {
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-xs-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem;
  }
  [class*="col-sm"] {
    box-sizing: border-box;
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-sm-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media only screen and (min-width: 62em) {
  .container {
    width: 61rem;
  }
}

a,
body,
details,
div,
form,
h1,
h2,
h3,
header,
html,
img,
label,
li,
nav,
p,
pre,
s,
section,
span,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  vertical-align: baseline;
}

body {
  font-family: Graphik Web, Helvetica, Arial, sans-serif;
  font-size: 100%;
  font-weight: 300;
}

details,
header,
nav,
section {
  display: block;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

input[type="type"] {
  display: block;
}

main {
  padding-top: 3rem;
}

@media only screen and (min-width: 480px) {
  main {
    padding-top: 5rem;
  }
}

.xs-left-padding {
  padding-left: 0.5rem;
}

.h1 {
  font-size: 2rem;
  letter-spacing: 0.17px;
  line-height: 1.1875;
}

.h1,
.h2 {
  color: #05070f;
  font-weight: 500;
}

.h2 {
  font-size: 1.75rem;
  letter-spacing: 0.15px;
  line-height: 1.21;
}

.h3 {
  color: #05070f;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.13px;
  line-height: 1.25;
}

@media only screen and (max-width: 768px) {
  h2 {
    font-size: 1.5rem;
  }
}

.container {
  width: 100%;
}

@media (min-width: 384px) {
  .container {
    max-width: 384px;
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.link-secondary {
  color: #4b4c52;
  text-decoration: underline;
}

.link-secondary:hover {
  color: #bb0049;
  text-decoration: underline;
}

.link-secondary:focus {
  color: #bb0049;
  outline: 2px dotted #bb0049;
}

.text-h2 {
  color: #05070f;
  font-family: Graphik Web, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.13px;
  line-height: 1.25;
}

@media only screen and (min-width: 768px) {
  .text-h2 {
    font-size: 1.75rem;
    letter-spacing: 0.15px;
    line-height: 1.21;
  }
}

.text-lead {
  color: #282930;
  font-family: Graphik Web, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0.1px;
  line-height: 1.4;
}

.text-body {
  font-size: 1rem;
}

.text-body,
.text-body-small {
  color: #282930;
  font-family: Graphik Web, Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.09px;
  line-height: 1.5;
}

.btn,
.text-body-small {
  font-size: 0.875rem;
}

.btn {
  box-sizing: border-box;
  display: block;
  font-family: Graphik Web, Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
}

.btn-medium {
  padding: 10px 16px;
}

.btn-large {
  padding: 13.5px 24px;
}

.btn-outline {
  color: #99005c;
  background-color: #fff;
  border: 1px solid #b4b5b7;
  padding-top: 13px;
  padding-bottom: 13px;
}

.btn-outline:focus,
.btn-outline:hover {
  border: 1px solid #bb0049;
  color: #bb0049;
}

.btn-primary {
  background-color: #99005c;
  border-radius: 0.125rem;
  box-shadow: 0 2px 2px 0 rgba(5, 7, 15, 0.2);
  color: #fff;
}

.btn-primary:focus,
.btn-primary:hover {
  background-color: #bb0049;
  color: #fff;
}

.btn-primary:focus {
  outline: 2px dotted #bb0049;
}

.btn-secondary {
  color: #99005c;
  border: 1px solid #b4b5b7;
  border-radius: 0.125rem;
}

.btn-secondary:focus,
.btn-secondary:hover {
  border: 1px solid #bb0049;
  color: #bb0049;
}

.btn-secondary:focus {
  outline: 2px dotted #bb0049;
}

.btn-white {
  background-color: #fff;
  color: #99005c;
  border-radius: 0.125rem;
  border: 1px solid #fff;
}

.btn-white:focus,
.btn-white:hover {
  background-color: #bb0049;
  border: 1px solid #bb0049;
  color: #fff;
}

.btn-white:focus {
  outline: 1px dotted #bb0049;
}

.cta:focus img,
.cta:hover img {
  filter: contrast(2.4);
}

.button {
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(5, 7, 15, 0.2);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 1px;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: SF Pro Text, Helvetica, Arial, sans-serif;
}

.button--primary {
  background: #99005c;
  color: #fff;
}

.button--primary:focus,
.button--primary:hover {
  background: #bb0049;
}

.button--regular {
  padding: 0.9375rem;
}
.getStartedBtn:hover {
  background-color: blue !important;
  color: #fff !important;
}
.header {
  background: #fff;
  height: 3rem;
  padding: 1.25rem 0;
  position: fixed;
  top: 0;
  width: calc(100% + 0.5rem);
  z-index: 3;
}

@media only screen and (min-width: 480px) {
  .header {
    border-bottom: 1px solid #e9eaea;
    box-shadow: none;
    height: 5rem;
  }
}

.header--mobile {
  align-items: center;
  display: flex;
  z-index: 2;
}

@media only screen and (min-width: 769px) {
  .header--mobile {
    display: none;
  }
}

.header-mobile__wrapper {
  align-items: center;
  box-shadow: 0 2px 4px 0 rgba(5, 7, 15, 0.2);
  display: flex;
  height: 3rem;
  width: 100%;
}

@media only screen and (min-width: 480px) {
  .header-mobile__wrapper {
    height: 5rem;
  }
}

.header-mobile__wrapper > .nav-navigation {
  margin-top: 0;
  margin-left: auto;
}

.header-mobile__wrapper > .nav-navigation .nav-navigation__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-mobile__wrapper > .nav-navigation .nav-navigation__wrapper {
  padding-left: 3rem;
}

.header-mobile__wrapper > .nav-navigation .nav-navigation__item {
  margin: 0 1.25rem 0 0;
}

.header-mobile__wrapper > .nav-navigation .nav-navigation__item:last-child {
  margin-right: 0;
}

.header-mobile__wrapper > .nav-navigation .nav-navigation__link {
  color: #4b4c52;
  font-size: 1rem;
  letter-spacing: 0.1px;
  line-height: 1.4;
  padding-bottom: 1.75rem;
}

.header-mobile__wrapper > .nav-navigation .nav-navigation__link:focus,
.header-mobile__wrapper > .nav-navigation .nav-navigation__link:hover {
  color: #99005c;
  border-bottom: 2px solid #99005c;
}

.header--desktop {
  display: none;
}

@media only screen and (min-width: 769px) {
  .header--desktop {
    display: inline-flex;
    transition: box-shadow 0.5s ease-in-out;
  }
}

.header__checkbox {
  margin: 0;
  opacity: 0;
  width: 0;
}

.header__checkbox--open {
  padding: 0.5rem 0.625rem;
}

.header__checkbox--close {
  display: none;
}

.header__checkbox:checked ~ .header__content {
  display: block;
}

.header__checkbox:checked ~ .header__checkbox--close {
  display: block;
  padding: 0.75rem 0.875rem;
}

.header__checkbox:checked ~ .header__checkbox--open {
  display: none;
}

.header__content {
  background: #fff;
  display: none;
  height: 100%;
  position: fixed;
  top: 3rem;
  left: 0;
  width: 100%;
  z-index: -1;
}

@media only screen and (min-width: 480px) {
  .header__content {
    top: 5rem;
  }
}

.nav-logo__container {
  padding: 0.2rem 0.4rem 0.5rem;
  text-align: center;
}

@media only screen and (min-width: 480px) {
  .nav-logo__container {
    padding: 0;
    margin-left: 1.75rem;
  }
}

.nav-logomark {
  height: 28px;
  vertical-align: middle;
  width: 32px;
}

@media only screen and (min-width: 480px) {
  .nav-logomark {
    height: 38px;
    margin: 0;
    width: 38px;
  }
}

.nav-navigation {
  margin-top: 0.25rem;
}

@media only screen and (min-width: 769px) {
  .nav-navigation {
    margin-left: auto;
  }
}

@media only screen and (min-width: 769px) {
  .nav-navigation__list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}

.nav-navigation__wrapper {
  padding-left: 3rem;
}

.nav-navigation__item {
  margin-bottom: 1.25rem;
}

@media only screen and (min-width: 769px) {
  .nav-navigation__item {
    margin: 0 1.25rem 0 0;
  }
  .nav-navigation__item:last-child {
    margin-right: 0;
  }
}

.nav-navigation__link {
  color: #4b4c52;
  font-size: 1.25rem;
  letter-spacing: 0.1px;
  line-height: 1.4;
}

@media only screen and (min-width: 769px) {
  .nav-navigation__link {
    font-size: 1rem;
    padding-bottom: 1.75rem;
  }
  .nav-navigation__link:focus,
  .nav-navigation__link:hover {
    color: #99005c;
    border-bottom: 2px solid #99005c;
  }
}

.nav-primary-button {
  cursor: pointer;
  white-space: nowrap;
  font-family: inherit;
  letter-spacing: 1px;
  padding: 8px;
  background: #99005c;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border: 0;
}

.nav-primary-button:hover {
  background: #bb0049;
}

.nav-outline-button {
  border: 2px solid #b4b5b7;
  background: transparent;
  color: #99005c;
  box-shadow: none;
  padding: 7px;
}

.nav-outline-button:active,
.nav-outline-button:hover {
  border: 2px solid #bb0049;
  background: transparent;
  color: #99005c;
}

.login-dropdown-button {
  margin: 0 1rem 0 auto;
  box-shadow: 0 2px 2px rgba(5, 7, 15, 0.1882352941);
}

.rating-group span {
  background-image: url(https://cdn.sittercity.com/0abd1144e379e1d52015a2737ea763dc3569b0b5/packs/media/ratings/empty-star-5d941994.svg);
}

.rating-group[stars="5"] span {
  background-image: url(https://cdn.sittercity.com/0abd1144e379e1d52015a2737ea763dc3569b0b5/packs/media/ratings/half-star-9217b3a7.svg);
}

.rating-group[stars="5"] span:nth-child(n + 2) {
  background-image: url(https://cdn.sittercity.com/0abd1144e379e1d52015a2737ea763dc3569b0b5/packs/media/ratings/empty-star-5d941994.svg);
}

.rating-group[stars="10"] span {
  background-image: url(https://cdn.sittercity.com/0abd1144e379e1d52015a2737ea763dc3569b0b5/packs/media/ratings/full-star-2e96f90b.svg);
}

.rating-group[stars="10"] span:nth-child(n + 2) {
  background-image: url(https://cdn.sittercity.com/0abd1144e379e1d52015a2737ea763dc3569b0b5/packs/media/ratings/empty-star-5d941994.svg);
}

.rating-group[stars="15"] span {
  background-image: url(https://cdn.sittercity.com/0abd1144e379e1d52015a2737ea763dc3569b0b5/packs/media/ratings/full-star-2e96f90b.svg);
}

.rating-group[stars="15"] span:nth-child(2) {
  background-image: url(https://cdn.sittercity.com/0abd1144e379e1d52015a2737ea763dc3569b0b5/packs/media/ratings/half-star-9217b3a7.svg);
}

.rating-group[stars="15"] span:nth-child(n + 3) {
  background-image: url(https://cdn.sittercity.com/0abd1144e379e1d52015a2737ea763dc3569b0b5/packs/media/ratings/empty-star-5d941994.svg);
}

.rating-group[stars="20"] span {
  background-image: url(https://cdn.sittercity.com/0abd1144e379e1d52015a2737ea763dc3569b0b5/packs/media/ratings/full-star-2e96f90b.svg);
}

.rating-group[stars="20"] span:nth-child(n + 3) {
  background-image: url(https://cdn.sittercity.com/0abd1144e379e1d52015a2737ea763dc3569b0b5/packs/media/ratings/empty-star-5d941994.svg);
}

.rating-group[stars="25"] span {
  background-image: url(https://cdn.sittercity.com/0abd1144e379e1d52015a2737ea763dc3569b0b5/packs/media/ratings/full-star-2e96f90b.svg);
}

.rating-group[stars="25"] span:nth-child(3) {
  background-image: url(https://cdn.sittercity.com/0abd1144e379e1d52015a2737ea763dc3569b0b5/packs/media/ratings/half-star-9217b3a7.svg);
}

.rating-group[stars="25"] span:nth-child(n + 4) {
  background-image: url(https://cdn.sittercity.com/0abd1144e379e1d52015a2737ea763dc3569b0b5/packs/media/ratings/empty-star-5d941994.svg);
}

.rating-group[stars="30"] span {
  background-image: url(https://cdn.sittercity.com/0abd1144e379e1d52015a2737ea763dc3569b0b5/packs/media/ratings/full-star-2e96f90b.svg);
}

.rating-group[stars="30"] span:nth-child(n + 4) {
  background-image: url(https://cdn.sittercity.com/0abd1144e379e1d52015a2737ea763dc3569b0b5/packs/media/ratings/empty-star-5d941994.svg);
}

.rating-group[stars="35"] span {
  background-image: url(https://cdn.sittercity.com/0abd1144e379e1d52015a2737ea763dc3569b0b5/packs/media/ratings/full-star-2e96f90b.svg);
}

.rating-group[stars="35"] span:nth-child(4) {
  background-image: url(https://cdn.sittercity.com/0abd1144e379e1d52015a2737ea763dc3569b0b5/packs/media/ratings/half-star-9217b3a7.svg);
}

.rating-group[stars="35"] span:nth-child(n + 5) {
  background-image: url(https://cdn.sittercity.com/0abd1144e379e1d52015a2737ea763dc3569b0b5/packs/media/ratings/empty-star-5d941994.svg);
}

.rating-group[stars="40"] span {
  background-image: url(https://cdn.sittercity.com/0abd1144e379e1d52015a2737ea763dc3569b0b5/packs/media/ratings/full-star-2e96f90b.svg);
}

.rating-group[stars="40"] span:nth-child(n + 5) {
  background-image: url(https://cdn.sittercity.com/0abd1144e379e1d52015a2737ea763dc3569b0b5/packs/media/ratings/empty-star-5d941994.svg);
}

.rating-group[stars="45"] span {
  background-image: url(https://cdn.sittercity.com/0abd1144e379e1d52015a2737ea763dc3569b0b5/packs/media/ratings/full-star-2e96f90b.svg);
}

.rating-group[stars="45"] span:nth-child(5) {
  background-image: url(https://cdn.sittercity.com/0abd1144e379e1d52015a2737ea763dc3569b0b5/packs/media/ratings/half-star-9217b3a7.svg);
}

.rating-group[stars="50"] span {
  background-image: url(https://cdn.sittercity.com/0abd1144e379e1d52015a2737ea763dc3569b0b5/packs/media/ratings/full-star-2e96f90b.svg);
}

.rating {
  color: #ff0064;
  display: flex;
  justify-content: left;
  height: 1.25rem;
}

@media only screen and (min-width: 640px) {
  .rating {
    justify-content: center;
  }
}

.rating__star {
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  position: relative;
  top: -1px;
}

@media only screen and (min-width: 640px) {
  .rating__star {
    background-size: 1.25rem 1.25rem;
    height: 1.25rem;
    width: 1.25rem;
  }
}

.rating__star--small {
  background-size: 1rem 1rem;
  height: 1rem;
  width: 1rem;
}

.rating__count {
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.4px;
  line-height: 1rem;
  color: #6e6f74;
}

@media only screen and (min-width: 640px) {
  .rating__count {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.pointer-events-none {
  pointer-events: none;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-2 {
  top: 0.5rem;
}

.top-6 {
  top: 1.5rem;
}

.right-1 {
  right: 0.25rem;
}

.bottom-0 {
  bottom: 0;
}

.-bottom-6 {
  bottom: -1.5rem;
}

.-bottom-40 {
  bottom: -10rem;
}

.bottom-1\/2 {
  bottom: 50%;
}

.left-0 {
  left: 0;
}

.left-2 {
  left: 0.5rem;
}

.left-4 {
  left: 1rem;
}

.left-6 {
  left: 1.5rem;
}

.left-8 {
  left: 2rem;
}

.left-1\/2 {
  left: 50%;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.order-first {
  order: -9999;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.m-4 {
  margin: 1rem;
}

.m-auto {
  margin: auto;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-48 {
  margin-top: 12rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.-mt-12 {
  margin-top: -3rem;
}

.-mt-24 {
  margin-top: -6rem;
}

.-mt-32 {
  margin-top: -8rem;
}

.-mt-56 {
  margin-top: -14rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mr-auto {
  margin-right: auto;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-48 {
  margin-bottom: 12rem;
}

.mb-auto {
  margin-bottom: auto;
}

.-mb-4 {
  margin-bottom: -1rem;
}

.ml-0 {
  margin-left: 0;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-8 {
  margin-left: 2rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-6 {
  height: 1.5rem;
}

.h-10 {
  height: 0.625rem;
}

.h-16 {
  height: 1rem;
}

.h-24 {
  height: 1.5rem;
}

.h-31 {
  height: 7.75rem;
}

.h-34 {
  height: 2.125rem;
}

.h-44 {
  height: 11rem;
}

.h-56 {
  height: 3.5rem;
}

.h-60 {
  height: 3.75rem;
}

.h-64 {
  height: 4rem;
}

.h-106 {
  height: 26.5rem;
}

.h-208 {
  height: 13rem;
}

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.max-h-20 {
  max-height: 5rem;
}

.max-h-540 {
  max-height: 33.75rem;
}

.min-h-344 {
  min-height: 21.5rem;
}

.min-h-800 {
  min-height: 50rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-24 {
  width: 6rem;
}

.w-31 {
  width: 7.75rem;
}

.w-32 {
  width: 8rem;
}

.w-38 {
  width: 2.375rem;
}

.w-44 {
  width: 2.75rem;
}

.w-47 {
  width: 2.9375rem;
}

.w-48 {
  width: 12rem;
}

.w-56 {
  width: 3.5rem;
}

.w-60 {
  width: 3.75rem;
}

.w-64 {
  width: 4rem;
}

.w-72 {
  width: 4.5rem;
}

.w-76 {
  width: 19rem;
}

.w-77 {
  width: 4.8125rem;
}

.w-272 {
  width: 17rem;
}

.w-288 {
  width: 18rem;
}

.w-auto {
  width: auto;
}

.w-1\/2 {
  width: 50%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-19\/20 {
  width: 95%;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.min-w-6 {
  min-width: 1.5rem;
}

.max-w-none {
  max-width: none;
}

.max-w-xxs {
  max-width: 15rem;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-full {
  max-width: 100%;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.max-w-screen-2xl {
  max-width: 1536px;
}

.flex-1 {
  flex: 1 1;
}

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

.transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-2 {
  --tw-translate-x: 0.5rem;
}

.-translate-x-2 {
  --tw-translate-x: -0.5rem;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
}

.translate-y-2 {
  --tw-translate-y: 0.5rem;
}

.translate-y-4 {
  --tw-translate-y: 1rem;
}

.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}

@keyframes ping {
  75%,
  to {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}

@keyframes bounce {
  0%,
  to {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

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

.flex-wrap {
  flex-wrap: wrap;
}

.content-center {
  align-content: center;
}

.items-start {
  align-items: flex-start;
}

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

.justify-start {
  justify-content: flex-start;
}

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

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.gap-2 {
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

.gap-4 {
  grid-gap: 1rem;
  gap: 1rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
}

.self-end {
  align-self: flex-end;
}

.justify-self-center {
  justify-self: center;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-none {
  border-radius: 0;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-transparent {
  border-color: transparent;
}

.border-grey-divider-subdued {
  --tw-border-opacity: 1;
  border-color: rgba(215, 216, 217, var(--tw-border-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-grey-background-contrast {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}

.bg-blue-accent {
  --tw-bg-opacity: 1;
  background-color: rgba(26, 71, 95, var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-cover {
  background-size: cover;
}

.bg-top {
  background-position: top;
}

.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.object-center {
  -o-object-position: center;
  object-position: center;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-15 {
  padding-top: 3.75rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.text-left {
  text-align: left;
}

.text-xs {
  font-size: 0.75rem;
}

.text-s {
  font-size: 0.875rem;
}

.text-m {
  font-size: 1rem;
}

.text-m1 {
  font-size: 1.25rem;
}

.text-m2 {
  font-size: 1.5rem;
}

.text-m3 {
  font-size: 1.75rem;
}

.text-l {
  font-size: 2rem;
}

.text-l2 {
  font-size: 2.25rem;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-normal {
  letter-spacing: 0;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-grey-background-subdued {
  --tw-text-opacity: 1;
  color: rgba(251, 251, 251, var(--tw-text-opacity));
}

.text-grey-text-subdued {
  --tw-text-opacity: 1;
  color: rgba(110, 111, 116, var(--tw-text-opacity));
}

.text-grey-body,
.text-grey-textIcon {
  --tw-text-opacity: 1;
  color: rgba(40, 41, 48, var(--tw-text-opacity));
}

.text-grey-header {
  --tw-text-opacity: 1;
  color: rgba(5, 7, 15, var(--tw-text-opacity));
}

.text-pink-accent {
  --tw-text-opacity: 1;
  color: rgba(255, 0, 153, var(--tw-text-opacity));
}

*,
:after,
:before {
  --tw-shadow: 0 0 transparent;
}

.shadow-md {
  --tw-shadow: 0 2px 4px 0 rgba(5, 7, 15, 0.16);
}

.shadow-md,
.shadow-none {
  box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
    var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow: 0 0 transparent;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

*,
:after,
:before {
  --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 transparent;
  --tw-ring-shadow: 0 0 transparent;
}

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

.pt-8 {
  padding-top: 2rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.corporate-cta:hover {
  text-decoration: none;
}

.introduction__title {
  color: #05070f;
  font-weight: 600;
  font-size: 36px;
  line-height: 43.2px;
}

@media only screen and (min-width: 768px) {
  .introduction__title {
    line-height: 50.4px;
  }
}

@media only screen and (min-width: 1024px) {
  .introduction__title {
    font-size: 48px;
    font-weight: 56px;
    line-height: 67.2px;
  }
}

.introduction__copy {
  color: #05070f;
}

.how-it-works {
  background: url(https://cdn.sittercity.com/0abd1144e379e1d52015a2737ea763dc3569b0b5/packs/media/background_graphics/how-it-works-vector-mobile-971b2572.svg)
    no-repeat 0 0 / cover;
}

@media only screen and (min-width: 768px) {
  .how-it-works {
    background: url(https://cdn.sittercity.com/0abd1144e379e1d52015a2737ea763dc3569b0b5/packs/media/background_graphics/how-it-works-vector-tablet-375c6161.svg)
      no-repeat 0 0 / contain;
  }
}

@media only screen and (min-width: 1024px) {
  .how-it-works {
    background: none;
    background-color: #dff2ff;
  }
}

.how-it-works .how-it-works-example {
  left: 15rem;
}

@media (min-width: 1180px) {
  .how-it-works .how-it-works-example {
    left: 18rem;
  }
}

@media (min-width: 1280px) {
  .how-it-works .how-it-works-example {
    left: 20rem;
  }
}

@media (min-width: 1400px) {
  .how-it-works .how-it-works-example {
    left: 24rem;
  }
}

@media (min-width: 1536px) {
  .how-it-works .how-it-works-example {
    left: 28rem;
  }
}

.publications {
  background: url(https://cdn.sittercity.com/0abd1144e379e1d52015a2737ea763dc3569b0b5/packs/media/images/background_graphics/publication_graphic_mobile-6f1baea6b52e2bea5d5bf2a700bd1bde.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media only screen and (min-width: 768px) {
  .publications {
    background: url(https://cdn.sittercity.com/0abd1144e379e1d52015a2737ea763dc3569b0b5/packs/media/images/background_graphics/publication_graphic_tablet-bf436375473ad6b62aa2948aec1d6904.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .publications {
    background-image: url(https://cdn.sittercity.com/0abd1144e379e1d52015a2737ea763dc3569b0b5/packs/media/images/background_graphics/publication_graphic_desktop-4ce381bbfd4737c4eb8ceab49284acbb.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}

@media only screen and (min-width: 320px) {
  .trust-and-safety {
    background-image: url(https://cdn.sittercity.com/0abd1144e379e1d52015a2737ea763dc3569b0b5/packs/media/images/background_graphics/trust_and_safety_background_vector_mobile-094051c86d164ba7139f022ec3cc4e9d.svg);
    background-repeat: no-repeat;
  }
}

@media only screen and (min-width: 768px) {
  .trust-and-safety {
    background-image: url(https://cdn.sittercity.com/0abd1144e379e1d52015a2737ea763dc3569b0b5/packs/media/images/background_graphics/trust_and_safety_background_vector_tablet-768c23bb9d134b1ac8482f48e2c462c9.svg);
  }
}

@media only screen and (min-width: 1024px) {
  .trust-and-safety {
    background-image: url(https://cdn.sittercity.com/0abd1144e379e1d52015a2737ea763dc3569b0b5/packs/media/images/background_graphics/trust_and_safety_background_vector_desktop-5b6421953f5e876d0bc7cac6f97e8e36.svg);
    background-size: 100% 100%;
  }
}

.care-cards-section,
.care-cards-section .swiper-buttons {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .care-cards-section .swiper-buttons {
    display: none;
  }
}

.care-cards-section .care-cards_swiper-container {
  width: 100vw;
  margin: auto;
}

@media only screen and (max-width: 1270px) {
  .care-cards-section .care-cards_swiper-container {
    overflow-x: scroll;
  }
}

@media only screen and (min-width: 1030px) {
  .care-cards-section .care-cards_swiper-container .swiper-wrapper {
    justify-content: center;
  }
}

.care-cards-section .care-cards_swiper-container .swiper-slide {
  width: 10.75rem !important;
  max-height: 14rem;
  height: 100%;
  padding: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.care-cards-section .care-cards_swiper-container .swiper-slide p {
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .care-cards-section .care-cards_swiper-container .swiper-slide {
    width: 14.25rem !important;
    max-height: 19rem;
    height: 100%;
    padding: 1.5rem;
  }
  .care-cards-section .care-cards_swiper-container .swiper-slide p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 960px) {
  .care-cards-section .care-cards_swiper-container .swiper-slide {
    width: 16rem !important;
    max-height: 19rem;
    height: 100%;
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }
}

.care-cards-section .care-cards_swiper-container .swiper-slide:hover {
  box-shadow: 0 2px 10px rgba(5, 7, 15, 0.24);
}

.care-cards-section .care-cards_swiper-container .swiper-slide:focus {
  outline: 2px dotted #bb0049;
}

.closing {
  height: 36rem;
}

@media only screen and (min-width: 1024px) {
  .closing {
    height: 37rem;
  }
}

.closing .bg-rect {
  background-color: #ffede4;
}

@media only screen and (min-width: 1024px) {
  .closing .bg-rect {
    width: 62rem;
  }
}

@media only screen and (min-width: 768px) {
  .closing .content {
    height: 30rem;
  }
}

@media only screen and (min-width: 1024px) {
  .closing .content {
    width: 55rem;
  }
}

@media only screen and (min-width: 768px) {
  .closing .image-container {
    height: 100%;
    width: 45%;
  }
}

@media only screen and (max-width: 767px) {
  .closing .image-container .image {
    height: 18rem;
    width: 13rem;
  }
}

@media only screen and (min-width: 768px) {
  .closing .image-container .image {
    height: 28.5rem;
    width: 20.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .closing .button-set,
  .closing .heading-container {
    width: 45%;
  }
}

@media only screen and (min-width: 320px) {
  .bh-sun {
    width: 131px;
    margin: 0 0 -1.25rem 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .bh-sun {
    width: 151px;
    margin-bottom: -1.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .bh-sun {
    width: 200px;
    margin-bottom: -2rem;
  }
}

.featured-content-card {
  width: 328px;
  height: 375px;
}

@media only screen and (min-width: 1205px) {
  .featured-content-card {
    width: 570px;
    height: 584px;
  }
}

.featured-img-desktop {
  border-radius: 5px;
  display: none;
}

@media only screen and (min-width: 1205px) {
  .featured-img-desktop {
    display: unset;
  }
}

.featured-img-tablet {
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (min-width: 1205px) {
  .featured-img-tablet {
    display: none;
  }
}

.featured-content-container {
  position: relative;
  font-weight: 400;
  margin: 15px;
}

.featured-content-container h2 {
  font-size: 24px;
  line-height: 30px;
}

@media only screen and (min-width: 1205px) {
  .featured-content-container h2 {
    font-size: 32px;
    line-height: 34px;
    width: 25rem;
  }
}

.featured-content-container h2 span {
  display: inline-block;
}

.featured-content-container h2 span:after {
  content: "";
  display: inline-block;
  background: url(https://cdn.sittercity.com/0abd1144e379e1d52015a2737ea763dc3569b0b5/packs/media/images/sparkle-fb9711cc2ce75cc099424a68af0af715.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 24px;
  margin-left: 2px;
}

@media only screen and (min-width: 1205px) {
  .featured-content-container h2 span:after {
    width: 27px;
    height: 30px;
    margin-left: 0.5rem;
  }
}

.featured-content-container .featured-button {
  position: absolute;
  bottom: 24px;
  left: 24px;
  width: auto;
}

@media only screen and (max-width: 480px) {
  .featured-content-container .featured-button {
    width: 90%;
    left: 50%;
    margin-left: -45%;
  }
}

.featured-content-container .featured-banner {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
}

@media only screen and (min-width: 1205px) {
  .featured-content-container .featured-banner {
    width: 140px;
  }
}

.intro-section {
  position: relative;
  min-height: 45rem;
  height: 100%;
}

@media (min-width: 345px) {
  .intro-section {
    min-height: calc(18rem + 130vw);
  }
}

@media only screen and (min-width: 768px) {
  .intro-section {
    min-height: 40rem;
  }
}

@media (min-width: 1215px) {
  .intro-section {
    min-height: 50rem;
  }
}

.intro-section .hero-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 768px) {
  .intro-section .hero-image {
    top: 0;
    right: -5px;
    left: unset;
    bottom: unset;
    height: 100%;
    width: -moz-max-content;
    width: max-content;
  }
}

@media (min-width: 965px) {
  .intro-section .hero-image {
    height: auto;
    width: calc(100% + 5px);
  }
}

.intro-section .hero-image img {
  height: 100%;
  width: 100%;
}

.intro-section .blub {
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .intro-section .blub .blub-content {
    max-width: 22rem;
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .intro-section .blub {
    max-width: 47%;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .intro-section .blub {
    max-width: 768px;
    width: 100%;
  }
}

.intro-section .blub .find-care-btn {
  border: 1px solid #99005c;
}

.intro-section .blub .button {
  outline: none;
}

.intro-section .blub .button:active {
  transform: scale(97%);
  box-shadow: 0 0 4px 0 rgba(5, 7, 15, 0.2);
}

.intro-section .blub .button:focus {
  outline: 1px dotted #bb0049;
}

.social-proof-section {
  background: url(https://cdn.sittercity.com/0abd1144e379e1d52015a2737ea763dc3569b0b5/packs/media/images/social_proof_mobile_BG-ed3a0687.svg)
    no-repeat top/cover;
}

@media only screen and (min-width: 768px) {
  .social-proof-section {
    background: url(https://cdn.sittercity.com/0abd1144e379e1d52015a2737ea763dc3569b0b5/packs/media/images/social_proof_tab_BG-7c53286d.svg)
      no-repeat top/cover;
  }
}

@media only screen and (min-width: 1024px) {
  .social-proof-section {
    background: url(https://cdn.sittercity.com/0abd1144e379e1d52015a2737ea763dc3569b0b5/packs/media/images/social_proof_BG-402b3824.svg)
      no-repeat top/cover;
  }
}

.social-proof-section .proof-card {
  max-width: 29rem;
  width: 100%;
}

@media only screen and (max-width: 767gitpx) {
  .social-proof-section .quote {
    max-width: 14.31rem;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .social-proof-section .quote {
    max-width: 27.125rem;
    width: 100%;
  }
}

@media only screen and (min-width: 1280px) {
  .social-proof-section .quote {
    max-width: 43rem;
  }
}

@media only screen and (min-width: 769px) {
  .social-proof-section .proof-header {
    display: none;
  }
}

.desktop-proof-header {
  display: none;
}

@media only screen and (min-width: 769px) {
  .desktop-proof-header {
    display: block;
  }
}

@media (min-width: 640px) {
  .sm\:left-15 {
    left: 3.75rem;
  }
  .sm\:m-9 {
    margin: 2.25rem;
  }
  .sm\:mt-2 {
    margin-top: 0.5rem;
  }
  .sm\:mb-8 {
    margin-bottom: 2rem;
  }
  .sm\:mb-12 {
    margin-bottom: 3rem;
  }
  .sm\:block {
    display: block;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:w-36 {
    width: 9rem;
  }
  .sm\:w-64 {
    width: 4rem;
  }
  .sm\:max-w-4xl {
    max-width: 56rem;
  }
  .sm\:justify-center {
    justify-content: center;
  }
  .sm\:rounded-xl {
    border-radius: 0.75rem;
  }
  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:pt-0 {
    padding-top: 0;
  }
  .sm\:pt-4 {
    padding-top: 1rem;
  }
  .sm\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .sm\:pb-3 {
    padding-bottom: 0.75rem;
  }
  .sm\:text-center {
    text-align: center;
  }
  .sm\:text-m1 {
    font-size: 1.25rem;
  }
  .sm\:text-m2 {
    font-size: 1.5rem;
  }
  .sm\:leading-loose {
    line-height: 2;
  }
  .sm\:tracking-tight {
    letter-spacing: -0.025em;
  }
}

@media (min-width: 768px) {
  .md\:bottom-0 {
    bottom: 0;
  }
  .md\:left-12 {
    left: 3rem;
  }
  .md\:left-16 {
    left: 4rem;
  }
  .md\:order-none {
    order: 0;
  }
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .md\:row-span-3 {
    grid-row: span 3 / span 3;
  }
  .md\:m-6 {
    margin: 1.5rem;
  }
  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .md\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .md\:mt-0 {
    margin-top: 0;
  }
  .md\:mt-2 {
    margin-top: 0.5rem;
  }
  .md\:mt-3 {
    margin-top: 0.75rem;
  }
  .md\:mt-16 {
    margin-top: 4rem;
  }
  .md\:mt-18 {
    margin-top: 4.5rem;
  }
  .md\:mt-20 {
    margin-top: 5rem;
  }
  .md\:mt-32 {
    margin-top: 8rem;
  }
  .md\:mt-40 {
    margin-top: 10rem;
  }
  .md\:-mt-1 {
    margin-top: -0.25rem;
  }
  .md\:-mt-4 {
    margin-top: -1rem;
  }
  .md\:-mt-24 {
    margin-top: -6rem;
  }
  .md\:-mt-31 {
    margin-top: -7.75rem;
  }
  .md\:-mt-32 {
    margin-top: -8rem;
  }
  .md\:mr-8 {
    margin-right: 2rem;
  }
  .md\:mr-16 {
    margin-right: 4rem;
  }
  .md\:-mr-2 {
    margin-right: -0.5rem;
  }
  .md\:mb-0 {
    margin-bottom: 0;
  }
  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .md\:mb-28 {
    margin-bottom: 7rem;
  }
  .md\:ml-0 {
    margin-left: 0;
  }
  .md\:ml-4 {
    margin-left: 1rem;
  }
  .md\:ml-8 {
    margin-left: 2rem;
  }
  .md\:ml-20 {
    margin-left: 5rem;
  }
  .md\:ml-auto {
    margin-left: auto;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-11 {
    height: 0.6875rem;
  }
  .md\:h-12 {
    height: 3rem;
  }
  .md\:h-15 {
    height: 0.9375rem;
  }
  .md\:h-18 {
    height: 1.125rem;
  }
  .md\:h-40 {
    height: 2.5rem;
  }
  .md\:h-51 {
    height: 3.1875rem;
  }
  .md\:h-64 {
    height: 4rem;
  }
  .md\:h-260 {
    height: 16.25rem;
  }
  .md\:h-320 {
    height: 20rem;
  }
  .md\:min-h-392 {
    min-height: 24.5rem;
  }
  .md\:min-h-752 {
    min-height: 47rem;
  }
  .md\:w-10 {
    width: 2.5rem;
  }
  .md\:w-20 {
    width: 5rem;
  }
  .md\:w-36 {
    width: 9rem;
  }
  .md\:w-48 {
    width: 12rem;
  }
  .md\:w-64 {
    width: 4rem;
  }
  .md\:w-72 {
    width: 4.5rem;
  }
  .md\:w-80 {
    width: 5rem;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-1\/4 {
    width: 25%;
  }
  .md\:w-3\/4 {
    width: 75%;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:w-max {
    width: -moz-max-content;
    width: max-content;
  }
  .md\:max-w-none {
    max-width: none;
  }
  .md\:max-w-md {
    max-width: 28rem;
  }
  .md\:max-w-4xl {
    max-width: 56rem;
  }
  .md\:max-w-screen-xl {
    max-width: 1280px;
  }
  .md\:flex-none {
    flex: none;
  }
  .md\:translate-x-0 {
    --tw-translate-x: 0px;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:rounded-mega {
    border-radius: 2.5rem;
  }
  .md\:border-0 {
    border-width: 0;
  }
  .md\:p-0 {
    padding: 0;
  }
  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:pt-0 {
    padding-top: 0;
  }
  .md\:pt-4 {
    padding-top: 1rem;
  }
  .md\:pt-10 {
    padding-top: 2.5rem;
  }
  .md\:pt-20 {
    padding-top: 5rem;
  }
  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }
  .md\:pb-4 {
    padding-bottom: 1rem;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-center {
    text-align: center;
  }
  .md\:text-m1 {
    font-size: 1.25rem;
  }
  .md\:text-m2 {
    font-size: 1.5rem;
  }
  .md\:text-m3 {
    font-size: 1.75rem;
  }
  .md\:text-l {
    font-size: 2rem;
  }
  .md\:font-medium {
    font-weight: 500;
  }
  .md\:font-semibold {
    font-weight: 600;
  }
  .md\:leading-loose {
    line-height: 2;
  }
  .md\:tracking-tight {
    letter-spacing: -0.025em;
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .lg\:col-start-1 {
    grid-column-start: 1;
  }
  .lg\:col-start-3 {
    grid-column-start: 3;
  }
  .lg\:row-span-1 {
    grid-row: span 1 / span 1;
  }
  .lg\:row-span-4 {
    grid-row: span 4 / span 4;
  }
  .lg\:row-start-1 {
    grid-row-start: 1;
  }
  .lg\:m-0 {
    margin: 0;
  }
  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .lg\:mt-0 {
    margin-top: 0;
  }
  .lg\:mt-1 {
    margin-top: 0.25rem;
  }
  .lg\:mt-2 {
    margin-top: 0.5rem;
  }
  .lg\:mt-8 {
    margin-top: 2rem;
  }
  .lg\:mt-18 {
    margin-top: 4.5rem;
  }
  .lg\:mt-20 {
    margin-top: 5rem;
  }
  .lg\:mt-28 {
    margin-top: 7rem;
  }
  .lg\:mt-32 {
    margin-top: 8rem;
  }
  .lg\:-mt-12 {
    margin-top: -3rem;
  }
  .lg\:mr-20 {
    margin-right: 5rem;
  }
  .lg\:mr-auto {
    margin-right: auto;
  }
  .lg\:mb-0 {
    margin-bottom: 0;
  }
  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .lg\:mb-4 {
    margin-bottom: 1rem;
  }
  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .lg\:mb-30 {
    margin-bottom: 7.5rem;
  }
  .lg\:ml-0 {
    margin-left: 0;
  }
  .lg\:ml-4 {
    margin-left: 1rem;
  }
  .lg\:ml-6 {
    margin-left: 1.5rem;
  }
  .lg\:ml-8 {
    margin-left: 2rem;
  }
  .lg\:ml-32 {
    margin-left: 8rem;
  }
  .lg\:ml-36 {
    margin-left: 9rem;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-12 {
    height: 3rem;
  }
  .lg\:h-22 {
    height: 1.375rem;
  }
  .lg\:h-35 {
    height: 2.1875rem;
  }
  .lg\:h-40 {
    height: 2.5rem;
  }
  .lg\:h-71 {
    height: 4.4375rem;
  }
  .lg\:w-12 {
    width: 3rem;
  }
  .lg\:w-60 {
    width: 3.75rem;
  }
  .lg\:w-80 {
    width: 5rem;
  }
  .lg\:w-96 {
    width: 24rem;
  }
  .lg\:w-100 {
    width: 6.25rem;
  }
  .lg\:w-131 {
    width: 8.1875rem;
  }
  .lg\:w-141 {
    width: 8.8125rem;
  }
  .lg\:w-192 {
    width: 12rem;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:max-w-none {
    max-width: none;
  }
  .lg\:max-w-md {
    max-width: 28rem;
  }
  .lg\:max-w-lg {
    max-width: 32rem;
  }
  .lg\:max-w-xl {
    max-width: 36rem;
  }
  .lg\:max-w-4xl {
    max-width: 56rem;
  }
  .lg\:max-w-8xl {
    max-width: 81rem;
  }
  .lg\:flex-1 {
    flex: 1 1;
  }
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:content-end {
    align-content: flex-end;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:items-baseline {
    align-items: baseline;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:whitespace-nowrap {
    white-space: nowrap;
  }
  .lg\:rounded {
    border-radius: 0.25rem;
  }
  .lg\:bg-transparent {
    background-color: transparent;
  }
  .lg\:bg-center {
    background-position: 50%;
  }
  .lg\:object-cover {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .lg\:p-12 {
    padding: 3rem;
  }
  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:pt-8 {
    padding-top: 2rem;
  }
  .lg\:pt-10 {
    padding-top: 2.5rem;
  }
  .lg\:pt-50 {
    padding-top: 12.5rem;
  }
  .lg\:pr-64 {
    padding-right: 16rem;
  }
  .lg\:pb-0 {
    padding-bottom: 0;
  }
  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .lg\:pl-15 {
    padding-left: 3.75rem;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-m {
    font-size: 1rem;
  }
  .lg\:text-m1 {
    font-size: 1.25rem;
  }
  .lg\:text-l {
    font-size: 2rem;
  }
  .lg\:text-xl2 {
    font-size: 3.5rem;
  }
  .lg\:font-semibold {
    font-weight: 600;
  }
  .lg\:tracking-tight {
    letter-spacing: -0.025em;
  }
}

@media (min-width: 1280px) {
  .xl\:bottom-10 {
    bottom: 2.5rem;
  }
  .xl\:left-32 {
    left: 8rem;
  }
  .xl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .xl\:mt-4 {
    margin-top: 1rem;
  }
  .xl\:mt-28 {
    margin-top: 7rem;
  }
  .xl\:mt-32 {
    margin-top: 8rem;
  }
  .xl\:-mt-48 {
    margin-top: -12rem;
  }
  .xl\:-mt-64 {
    margin-top: -16rem;
  }
  .xl\:mr-24 {
    margin-right: 6rem;
  }
  .xl\:ml-16 {
    margin-left: 4rem;
  }
  .xl\:ml-32 {
    margin-left: 8rem;
  }
  .xl\:ml-48 {
    margin-left: 12rem;
  }
  .xl\:w-100 {
    width: 6.25rem;
  }
  .xl\:w-320 {
    width: 20rem;
  }
  .xl\:max-w-none {
    max-width: none;
  }
  .xl\:max-w-md {
    max-width: 28rem;
  }
  .xl\:max-w-lg {
    max-width: 32rem;
  }
  .xl\:max-w-xl {
    max-width: 36rem;
  }
  .xl\:max-w-5xl {
    max-width: 64rem;
  }
  .xl\:max-w-7xl {
    max-width: 80rem;
  }
  .xl\:max-w-8xl {
    max-width: 81rem;
  }
  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .xl\:pr-0 {
    padding-right: 0;
  }
}

@media (min-width: 1536px) {
  .\32xl\:bottom-20 {
    bottom: 5rem;
  }
  .\32xl\:left-44 {
    left: 11rem;
  }
  .\32xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .\32xl\:mr-0 {
    margin-right: 0;
  }
  .\32xl\:mb-12 {
    margin-bottom: 3rem;
  }
  .\32xl\:ml-0 {
    margin-left: 0;
  }
  .\32xl\:ml-4 {
    margin-left: 1rem;
  }
  .\32xl\:ml-32 {
    margin-left: 8rem;
  }
  .\32xl\:ml-36 {
    margin-left: 9rem;
  }
  .\32xl\:ml-40 {
    margin-left: 10rem;
  }
  .\32xl\:w-0 {
    width: 0;
  }
  .\32xl\:w-max {
    width: -moz-max-content;
    width: max-content;
  }
  .\32xl\:max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .\32xl\:flex-none {
    flex: none;
  }
}
.footer {
  padding: 40px 0;
  font-family: "Arial", sans-serif;
  color: #333;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-top-links {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
}

.footer-link {
  color: #4b4c52;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s;
}

.footer-link:hover {
  color: #ff0064;
}

.footer-columns {
  display: flex;
  justify-content: center;
  gap: 120px;
  margin-bottom: 40px;
}

.footer-column {
  min-width: 200px;
}

.footer-column-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #1a475f;
}

.footer-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-link-list li {
  margin-bottom: 12px;
}

.footer-legal {
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.copyright {
  margin-bottom: 10px;
}

.legal-links {
  margin-bottom: 20px;
}

.legal-link {
  color: #666;
  text-decoration: underline;
}

.legal-link:hover {
  color: #ff0064;
}

.email-link {
  color: #666;
  text-decoration: underline;
}

.email-link:hover {
  color: #ff0064;
}

@media (max-width: 768px) {
  .footer-top-links {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .footer-columns {
    flex-direction: column;
    gap: 30px;
  }

  .footer-column {
    text-align: center;
  }
}
.card-section {
  padding: 2rem 1rem;
  margin: 0 auto;
  max-width: 1200px;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin: 0 auto;
}

.card {
  flex: 1;
  min-width: 280px;
  max-width: 400px;
  transition: transform 0.3s ease;
}

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

.card-box {
  display: block;
  height: 100%;
  padding: 2rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  text-align: center;
  text-decoration: none;
  color: inherit;
}

.card-img {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  object-fit: contain;
}

.card-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #333;
}

.card-text {
  font-size: 1rem;
  line-height: 1.5;
  color: #666;
}
@media (max-width: 768px) {
  .card {
    min-width: 100%;
  }

  .card-box {
    padding: 1.5rem;
  }
}
.comparison-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 20px;
  background-color: #ffede3;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.section-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #dd457d;
  text-align: center;
  margin-bottom: 30px;
}

.comparison-table-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 500px;
}

.comparison-table th,
.comparison-table td {
  padding: 10px;
  text-align: left;
}

@media (max-width: 500px) {
  .comparison-table th,
  .comparison-table td {
    font-size: 14px;
    padding: 8px;
  }

  .section-title {
    font-size: 20px;
    text-align: center;
  }

  .cta-text {
    font-size: 14px;
    text-align: center;
  }
}

.table-header {
  background-color: #ffebee;
  border-bottom: 2px solid #ff91a4;
}

.table-header th {
  font-weight: 600;
  color: #d81b60;
}

.feature-name {
  font-weight: 500;
  color: #d81b60;
}

.alternate-row {
  background-color: #fff9fa;
}

.comparison-table tr {
  border-bottom: 1px solid #ffc0cb;
}

.comparison-table tr:last-child {
  border-bottom: none;
}

.cta-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding: 20px;
  background-color: white;
  border-radius: 12px;
  border: 1px solid #ffc0cb;
}

.cta-text {
  font-size: 1.1rem;
  color: #333;
  margin: 0;
  padding-right: 20px;
}

.book-now-button {
  display: inline-block;
  padding: 12px 30px;
  background-color: #d81b60;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}

.book-now-button:hover {
  background-color: #b71550;
}

@media (max-width: 768px) {
  .cta-container {
    flex-direction: column;
    text-align: center;
  }

  .cta-text {
    padding-right: 0;
    margin-bottom: 15px;
  }
}
.header-mobile__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
}

.hamburger-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 20px;
  width: 26px;
  margin-right: 20px;
}

.hamburger-btn span {
  display: block;
  height: 3px;
  background-color: #333;
  border-radius: 2px;
  transition: 0.3s ease;
}

.mobile-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  width: 50%;
  max-width: 300px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.mobile-menu.open {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 16px;
}

.mobile-menu ul li {
  margin-bottom: 12px;
}

.mobile-menu ul li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  display: block;
  padding: 8px 0;
}

.mobile-menu ul li a:hover {
  color: #007bff;
}
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9999;
  background: #25d366;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  padding: 6px;
  transition: box-shadow 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whatsapp-float:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.28);
  background: #1ebe57;
}
.whatsapp-float img {
  display: block;
  width: 44px;
  height: 44px;
}
