:root {
  --primary: #28aece;
  --black: black;
  --secondary: #f6f6f6;
  --black2: #212121;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #000;
  background-color: #f6f6f6;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

p {
  margin-bottom: 0;
}

.container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  font-family: Inter, sans-serif;
  display: flex;
}

.container.hero-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 50vh;
  display: block;
}

.container.hero-container.grid-cols-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  height: 455px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.container.service-container {
  background-image: url("../images/701e7e6c5ddb0bc609370b7b97ccc11556f58719.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.container.grid-cols-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.3fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 767px) {
  .container.grid-cols-2 {
    grid-template-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
  .hero-section {
    margin-bottom: 80px !important;
  }
}

.container.max-w-750px {
  width: 100%;
  max-width: 750px;
}

.container.max-w-750px.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.container.flex {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.gap-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.container.gap-40.skinny,
.container.skinny {
  max-width: 1200px;
}

.color-container {
  min-height: 50vh;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.color-container.grid-cols-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 40vh;
  display: grid;
}

.color-box {
  width: 10em;
  height: 10em;
}

.color-box.color-primary {
  background-color: var(--primary);
  color: var(--primary);
  width: 100%;
  height: 100%;
}

.h1-heading {
  color: var(--black);
  border: 1px #fff;
  font-family: Inter, sans-serif;
  font-size: 48px;
  line-height: 100%;
}

.h1-heading.semi-bold {
  font-weight: 600;
}

.h1-heading.semi-bold.lh-150 {
  line-height: 150%;
}

.h1-heading.semi-bold.lh-150.color-white.align-center {
  text-align: center;
}

.h2-heading {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 100%;
}

.h2-heading.lh-150 {
  line-height: 150%;
}

.heading-2 {
  font-family: Inter, sans-serif;
}

.paragraph {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.paragraph.hero-subtitle {
  width: 100%;
}

.paragraph.hero-subtitle.mt-17px {
  margin-top: 17px;
}

.paragraph.color-white._w-80 {
  width: 80%;
}

.body {
  background-color: var(--secondary);
}

.hero-content {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.hero-content-container {
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-content-container.left-content-on-hero {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 9.5vw;
}

.hero-img-container {
  width: 100%;
  overflow: hidden;
}

.hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.color-white {
  color: #fff;
}

.heading-container {
  width: 100%;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 55px;
}

.services-conainer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.services-conainer.mt-32px {
  margin-top: 32px;
}

.services-conainer.mt-100px {
  margin-top: 100px;
}

.service-card {
  color: #000;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 48px 32px;
  text-decoration: none;
}

.service-card:hover {
  background-color: var(--primary);
  color: #fff;
}

.service-card-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

@media screen and (max-width: 767px) {
  .service-card-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}

.service-card-container.max-w-1200px {
  max-width: 1200px;
}

.card-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.card-body {
  margin-top: 20px;
}

.icon-div {
  color: #41a6ed;
  background-color: #28aece0d;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  display: flex;
}

.image {
  width: 40px;
  height: 40px;
}

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

.reach-out-container {
  width: 90%;
  height: 265px;
}

.reach-out-container.radius-16px {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-image:
    linear-gradient(#0006, #0006),
    url("../images/rsz_1rsz_f77baeb7f2a7f2fa5a930382642fae91fd378ced.png");
  background-position:
    0 0,
    0 0;
  background-size: auto, auto;
  background-clip: border-box;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--primary);
  color: var(--secondary);
  cursor: pointer;
  border-radius: 6px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  height: auto;
  padding: 18px 60px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
  display: flex;
}

.button:hover {
  background-color: var(--black);
  color: var(--primary);
}

.button.modal {
  padding-left: 40px;
  padding-right: 40px;
}

.social-icon-container {
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.h4-heading {
  color: #1a2ad3;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.social-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.hero-container {
  background-color: #fff;
}

._w-50 {
  width: 50%;
}

.heading-3 {
  color: #000;
}

.lh-150 {
  line-height: 1.5;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 140px 9.5vw;
  display: flex;
}

.section.services-bg {
  background-image:
    linear-gradient(#0003, #0003),
    url("../images/701e7e6c5ddb0bc609370b7b97ccc11556f58719.png");
  background-position:
    0 0,
    50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section.sidbar-section,
.section.hero-section {
  padding: 0 0;
}

.section.white {
  background-color: #fff;
}

.center-flex {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.center-flex.flex-row {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.center-flex.flex-row.gap-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.h2-white {
  color: #fff;
}

.hero-slide {
  vertical-align: top;
  width: 100%;
  height: 100%;
}

.hero-slide.home-h {
  aspect-ratio: 3 / 2;
  height: auto;
  max-height: none;
}

.hero-slider {
  z-index: 1;
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  overflow: hidden;
}

.hero-slider.home-hero {
  aspect-ratio: 3 / 2;
  height: auto;
  max-height: none;
}

.hero-slider.diagnostic-slier {
  aspect-ratio: 2.39;
}

.container-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  display: flex;
}

.hero-heading {
  letter-spacing: -2px;
  font-size: 54px;
  font-weight: 500;
}

.center-left-flex {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.relative-wrapper {
  z-index: 1;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-left: 9.5vw;
  padding-right: 9.5vw;
  display: flex;
  position: relative;
}

.button-arrow {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.primary-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #b40000;
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #b40000;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.2s;
  display: flex;
}

.primary-button:hover {
  color: #feebd9;
  background-color: #b40000;
  border-color: #b40000;
}

.hero-image-wrapper {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-image-2 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.text-span {
  font-size: 72px;
  font-weight: 700;
}

.mask {
  width: 100%;
}

.group-gap-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.slider-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.margin-y-30px {
  margin-top: 30px;
  margin-bottom: 30px;
}

.margin-y-30px.centered {
  text-align: center;
}

.end-flex {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.code-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.customized-service {
  background-image:
    linear-gradient(#0006, #0006),
    url("../images/112e9838c7d1bc8427b326c2e3e330557a073a4b.jpg");
  background-position:
    0 0,
    50%;
  background-size: auto, cover;
  border-radius: 8px;
  width: 100%;
  margin-top: 20px;
  padding: 24px 40px;
  display: flex;
}

.heading-4 {
  font-weight: 500;
  line-height: 1.5;
}

.mt-7px {
  margin-top: 7px;
}

.center-flex-end {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

._w-full {
  width: 100%;
}

.grid-col-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.checkout-table-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mt-40px {
  margin-top: 40px;
}

.mt-40px.mt-80px {
  margin-top: 80px;
}

.card {
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  padding: 16px;
  text-decoration: none;
  position: relative;
}

.body-2 {
  background-color: #f6f6f6;
}

.card-image {
  border-radius: 4px;
  width: 100%;
}

.my-12px {
  margin-top: 12px;
  margin-bottom: 12px;
}

.card-link {
  color: var(--primary);
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.card-link.gap-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.card-featured-badge {
  color: #086e87;
  background-color: #fff1d6;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 7px 10px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.card-featured-badge.gap-5 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.paragraph-sm {
  font-size: 12px;
}

.paragraph-sm.semi-bold {
  font-weight: 600;
}

.mt-100px {
  margin-top: 100px;
}

.search-form {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.search-form.gap-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.button-outline {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: #3898ec00;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 18px 60px;
  text-decoration: none;
  display: flex;
}

.button-outline.gap-8px {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.button-outline.gap-8px.small {
  padding: 5px 10px;
  font-size: 12px;
}

.button-outline.gap-8px.small.filled {
  background-color: var(--primary);
  color: var(--secondary);
}

.button-outline.small {
  padding: 10px 30px;
}

.button-outline.search {
  padding: 11px 30px;
}

.input {
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 6px;
  width: 100%;
  height: 48px;
  max-height: 100%;
  margin-bottom: 0;
}

.max-w-50 {
  max-width: 50%;
}

.file-card {
  cursor: pointer;
  background-color: #f9f9f9;
  border-radius: 4px;
  padding: 16px;
  position: relative;
  overflow: hidden;
}

.file-icon-box {
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.lh-20px {
  line-height: 20px;
}

.breadcrumb {
  color: var(--primary);
}

.grid-col-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-col-2.mt-20px {
  margin-top: 20px;
}

.grid-col-2.mt-20px.gap-60 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.grid-col-2.mt-20px.gap-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.mt-20px {
  margin-top: 20px;
}

.mt-20px.flex-y-center.flex-between {
  justify-content: space-between;
}

.color-black2 {
  color: var(--black2);
}

.mt-10px {
  margin-top: 10px;
}

.flex-between {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.flex-between.mt-20px.left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: stretch;
}

.grid-col-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.flex-y-center {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-y-center.gap-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.badge {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--primary);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--primary);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--primary);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--primary);
  background-color: #28aece1a;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 20px;
  color: var(--black);
  text-decoration: none;
}

.badge.flex-y-center.gap-8px {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.grid-col-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.guidebook-icon {
  background-color: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 6em;
  display: flex;
}

.link {
  color: var(--primary);
  text-decoration: underline;
}

.flex {
  display: flex;
}

.flex.flex-col {
  flex-flow: column;
}
.flex.flex-row {
  flex-flow: row;
}

.flex.flex-col.gap-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.flex.flex-col.gap-20.mt-20px.faq-main {
  width: 100%;
}

.flex.gap-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.flex.gap-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.flex.flex-y-center.gap-10 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.sidebar-container {
  background-color: #fff;
  min-width: 20%;
  padding: 30px 20px;
  position: sticky;
  top: 100px;
  align-self: flex-start;
  height: calc(100vh - 80px);
  overflow-y: auto;
}

.sidebar-content {
  width: 100%;
  padding: 30px 20px;
}

.page-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: sticky;
  top: 100px;
  z-index: 10;
  background-color: transparent;
  padding: 16px 0;
  transition: background-color 0.2s ease;
}

.page-title-row h2 {
  margin: 0;
  white-space: nowrap;
}

.page-title-row.is-stuck,
.mobile-search-row.is-stuck {
  background-color: #f6f6f6;
}

.page-title-row #service-search-input {
  max-width: 300px;
  margin: 0;
  min-height: 48px !important;
}

.search-form-wraper.page-search {
  width: 100%;
  max-width: 300px;
  flex-shrink: 0;
}

.search-form-wraper.page-search .input {
  background-color: #f6f6f6;
}

/* Pagination */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  padding: 20px 0;
}

.pagination-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.pagination-btn:hover {
  background-color: #f0f9ff;
  border-color: var(--primary);
  color: var(--primary);
}

.pagination-btn.active {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
  pointer-events: none;
}

.pagination-btn.disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}

.pagination-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  font-size: 14px;
  color: #666;
}

.white-space-nowrap {
  white-space: nowrap;
}
.capsule {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #28aece26;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 6px 12px;
  display: flex;
  flex-shrink: 0;
}

.filters-div {
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.image-2 {
  width: 15px;
  height: 15px;
}

.service-item-card {
  background-color: #fcfcfc;
  border: 1px solid #d2d2d2;
  padding: 16px;
  display: flex;
}

._w-60 {
  width: 60%;
}

._w-40 {
  width: 40%;
}

._w-40.service-item-right {
  border-left: 1px solid #ddd;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
}

.image-3 {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.service-item-price {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-left: 1px solid #ddd;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  display: flex;
}

.div-block {
  padding-right: 20px;
  width: 100%;
}

.pr-10px {
  padding-right: 10px;
}

.checkbox-field {
  margin-top: 10px;
}

.checkout {
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  padding: 32px;
}

.div-block-2 {
  background-color: #f2fcff;
  border-radius: 2px;
  padding: 12px 32px;
}

.div-block-2.bg-transparent.grid-col-4.mt-10px.border-secondary {
  border: 1px solid #d7e1e3;
}

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

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

.counter {
  background-color: #d9f1f8;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 10px;
  display: flex;
}

.total {
  background-color: #e7e7e7;
  border: 1px solid #d7e1e3;
  border-radius: 4px;
  padding: 12px 32px;
}

.service-thumbnail {
  max-width: 250px;
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 4px;
}

.div-block-3 {
  height: 0%;
  display: block;
}

.div-block-4 {
  height: 0;
}

.tab {
  pointer-events: auto;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 8px 12px;
}

.tab.selected {
  background-color: var(--primary);
  color: #fff;
  border-width: 0;
}

.faq-item {
  border: 1px solid #c8c8c8;
  flex-flow: column;
  width: 100%;
  padding: 0;
  display: block;
  overflow: hidden;
}

.faq-item.gap-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.faq-title {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  font-weight: 500;
  display: flex;
}

.faq-ans {
  margin-top: 0;
  padding: 12px 16px;
}

.paragraph-4 {
  font-weight: 300;
}

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

.contact-us-form {
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  padding: 40px;
}

.heading-5 {
  color: #8f8f8f;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.field-label {
  font-size: 14px;
  font-weight: 300;
}

.text-field {
  border-radius: 10px;
}

.dropdown {
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 100%;
  height: 40px;
}

.dropdown-toggle {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0 0 20px;
  display: flex;
}

.textarea {
  border-radius: 10px;
  min-height: 120px;
}

.badge-count {
  background-color: var(--primary);
  color: #fff;
  border-radius: 40px;
  padding: 2px 8px;
}

.modal-wraper {
  z-index: 99999;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0006;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 140px 9.5vw;
  display: flex;
  position: fixed;
  inset: 0%;
}

.service-modal {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 457px;
}

.service-modal-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #eefcff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.service-modal-heading {
  font-weight: 500;
}

.service-modal-price {
  color: #5b5b5b;
}

.counter-label {
  font-size: 20px;
  font-weight: 500;
}

.service-request-modal-counter {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f6f6f6;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 32px 27px;
  display: flex;
}

.form-block {
  margin-bottom: 0;
}

.form-block.search {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.service-modal-bottom {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  padding: 16px 24px;
  display: flex;
  box-shadow: 0 -2px 14px #00000014;
}

.right-arrow-2,
.left-arrow {
  display: none;
}

.icon {
  width: 40px;
  height: 40px;
  display: none;
  overflow: visible;
}

.icon-2 {
  display: none;
}

.slider-dot-css {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 0 0;
  background-size: auto;
}

.form-2 {
  display: block;
  overflow: visible;
}

.hover-state {
  z-index: 1;
  background-color: #0000004d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.code-embed-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-weight: 600;
  display: flex;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: 0.25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible,
.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: 0.25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible,
.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible,
.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: 0.25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.navbar-no-shadow {
  z-index: 2147483647;
  background-color: #fff;
  position: sticky;
  top: 0;
  box-shadow: 0 4px 8px #00000014;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-button-wrapper {
  margin-left: 0;
}

.nav-button-wrapper.cart {
  border: 1px solid #28aece33;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 13px 14px;
  display: flex;
  position: relative;
}

.search-input {
  border: 0 solid #000;
  width: 100%;
  margin-bottom: 0;
}

.global-search {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 350px;
  padding: 10px 20px;
  display: flex;
}

.serach-icon {
  margin-top: 5px;
}

.search-form-wrapper {
  width: 100%;
}

.cart-count {
  background-color: var(--primary);
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  padding: 4px;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 7px 2px auto auto;
}

.cart-icon {
  margin-top: 0;
  margin-bottom: -8px;
}

.footer {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 140px 9.5vw;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-block.contact {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: left;
  font-size: 14px;
  line-height: 16px;
}

.div-block-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.div-block-9 {
  color: #0c27be;
}

.dropdown-child-container.w--open {
  background-color: #fff;
  margin-top: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px #00000026;
}

.dropdown-child {
  cursor: pointer;
}

.icon-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.faq-container {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.faq-container.gap-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.search-form-wraper {
  width: 80%;
}

.link-block {
  color: #000;
  text-decoration: none;
}

.image-container {
  width: 100%;
  margin-top: 20px;
}

.horizontal-list-social {
  margin-top: 20px;
  display: flex;
}

.social-link-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
}

.social-icon {
  width: 24px;
}

.div-block-10 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mask-2 {
  width: 100%;
  height: 100%;
}

.gap-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gap-10.stretch {
  align-items: stretch;
}

.list {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.gap-0 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.filters-div {
  flex-wrap: nowrap !important;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 1440px) {
  .grid-col-3.guidline {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .social-icon {
    width: auto;
    height: 35px;
  }
}

@media screen and (min-width: 1920px) {
  .grid-col-4,
  .grid-col-3.guidline {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 32px;
  }

  .h1-heading.semi-bold {
    font-size: 36px;
  }

  .hero-content-container.left-content-on-hero {
    padding-left: 5.5vw;
  }

  .heading-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .reach-out-container {
    width: 100%;
  }

  .button {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section {
    padding: 100px 5.5vw;
  }

  .center-flex.flex-row.gap-10.mt-40px {
    flex-flow: wrap;
  }

  .h2-white {
    font-size: 32px;
  }

  .hero-heading {
    font-size: 48px;
  }

  .relative-wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .text-span {
    font-size: 58px;
  }

  .group-gap-20.order-2 {
    order: 2;
  }

  .grid-col-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .button-outline {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-col-2.mt-20px.gap-60 {
    grid-template-columns: 1fr;
  }

  .grid-col-3 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-col-6 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .badge.flex-y-center.gap-8px {
    font-size: 14px;
  }

  .flex.flex-y-center.gap-10 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .sidebar-container {
    /* display: none; */
    /* This was hiding the sidebar in the original CSS for this breakpoint. 
        We rely on our new styles at the bottom of the file to manage visibility/positioning. 
        However, since this rule comes BEFORE our new rule but has same specificity inside media query, 
        we need to ensure our new rule overrides 'display: none'. 
        Actually, 'display: block' in our new rule is missing (it uses 'position: fixed' which implies block-level box but 'display: none' hides it completely). 
     */
  }

  .container-3 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .navbar-no-shadow,
  .navbar-no-shadow-container {
    background-color: #fff;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .footer {
    padding: 100px 5.5vw;
  }

  .container-4 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 35px;
  }

  .image-4 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .filter-main {
    flex-wrap: wrap;
    gap: 20px;
  }
  .service-item-card {
    flex-direction: column;
    gap: 20px;
  }

  .service-item-card .link-block {
    width: 100% !important;
  }

  .service-item-card ._w-40 {
    width: 100% !important;
  }

  .service-item-right {
    border-left: none !important;
    border-top: 1px solid #ddd;
    padding-left: 0 !important;
    padding-top: 20px;
    width: 100%;
  }

  .container-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .hero-heading {
    letter-spacing: -1px;
    font-size: 22px;
  }

  .relative-wrapper {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .primary-button.less-pd {
    padding: 5px 10px;
    font-size: 12px;
  }

  .text-span {
    font-size: 30px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

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

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .grid-col-3 {
    grid-template-columns: 1fr;
  }

  .grid-col-6 {
    grid-template-columns: 1fr 1fr;
  }
  .grid-col-4 {
    grid-template-columns: 1fr 1fr;
  }

  .checkout-wrap {
    overflow-x: auto;
  }
  .checkout-table-grid {
    min-width: 600px;
  }
}

@media screen and (max-width: 479px) {
  .service-item-card {
    flex-direction: column;
    gap: 16px;
  }

  .service-item-card .link-block {
    flex-direction: column;
    width: 100% !important;
    gap: 12px;
  }

  .service-item-card ._w-40 {
    width: 100% !important;
  }

  .service-item-card .gap-20 {
    gap: 12px;
  }

  .service-thumbnail {
    max-width: 100%;
    height: 180px;
  }

  .service-item-price {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .gap-10.stretch {
    width: 100%;
  }

  .button-outline.small {
    font-size: 13px;
    padding: 8px 12px;
  }
  .service-item-right {
    flex-flow: column !important;
  }
  .div-block {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .service-item-price {
    width: 100%;
    border-left: none;
    padding-left: 0;
    border-top: 1px solid #ddd;
  }
  .hero-heading {
    letter-spacing: -1px;
    font-size: 20px;
  }

  .text-span {
    font-size: 28px;
  }

  .container-3 {
    max-width: none;
  }

  .nav-menu-three,
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container-4 {
    max-width: none;
  }

  .list-item {
    margin-right: 10px;
  }

  .social-link-wrapper {
    margin-right: 0;
  }

  .grid-col-2 {
    grid-template-columns: 1fr;
  }

  .grid-col-3 {
    grid-template-columns: 1fr;
  }

  .grid-col-6 {
    grid-template-columns: 1fr;
  }
  .reach-out-container {
    height: auto;
    padding: 20px 0 20px 0;
    grid-row-gap: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .customized-service {
    flex-flow: column;
  }
  .contact-us-btn {
    margin-top: 20px;
    width: 100%;
  }

  .grid-col-4 {
    grid-template-columns: 1fr;
  }
}

#w-node-_526db821-5c28-72b9-0e85-1b7c262619a3-c7caf388,
#w-node-_83e691b6-aa24-1e59-9bcc-02eb42378b1e-c7caf388,
#w-node-_526db821-5c28-72b9-0e85-1b7c262619ac-c7caf388,
#w-node-f5e39156-44f8-4f9f-1ecf-da112321e368-12885f59,
#w-node-f5e39156-44f8-4f9f-1ecf-da112321e38c-12885f59,
#w-node-f5e39156-44f8-4f9f-1ecf-da112321e39c-12885f59,
#w-node-_51c0dca0-0590-d977-e5d3-a4bc83b9906f-76d6137c,
#w-node-_51c0dca0-0590-d977-e5d3-a4bc83b99093-76d6137c,
#w-node-_51c0dca0-0590-d977-e5d3-a4bc83b990a3-76d6137c,
#w-node-_11dab9bc-3df0-888d-5151-a81e3101741d-aae7f9fd,
#w-node-_11dab9bc-3df0-888d-5151-a81e31017441-aae7f9fd,
#w-node-_11dab9bc-3df0-888d-5151-a81e31017451-aae7f9fd,
#w-node-_06853043-aea2-2ded-1b2f-1cf3c911ae6b-e0f79bcc,
#w-node-_06853043-aea2-2ded-1b2f-1cf3c911ae8f-e0f79bcc,
#w-node-_06853043-aea2-2ded-1b2f-1cf3c911ae9f-e0f79bcc,
#w-node-ab510af9-01e7-d21f-6c91-2c398f034553-e9dfc8df,
#w-node-ab510af9-01e7-d21f-6c91-2c398f034577-e9dfc8df,
#w-node-ab510af9-01e7-d21f-6c91-2c398f034587-e9dfc8df,
#w-node-f47225b9-28a0-d140-4273-ec199c9fa259-4f570a23,
#w-node-f47225b9-28a0-d140-4273-ec199c9fa27d-4f570a23,
#w-node-f47225b9-28a0-d140-4273-ec199c9fa28d-4f570a23,
#w-node-f84292e5-eafe-5d0c-3067-ee7c0d1cf3cb-da904d59,
#w-node-f84292e5-eafe-5d0c-3067-ee7c0d1cf3ef-da904d59,
#w-node-f84292e5-eafe-5d0c-3067-ee7c0d1cf3ff-da904d59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

/* Sidebar Drawer Styles */
.sidebar-toggle-btn {
  display: none;
  cursor: pointer;
  width: fit-content;
  /* margin-top: 5px !important; */
}

@media screen and (max-width: 991px) {
  .sidebar-toggle-btn {
    display: block;
  }

  .sidebar-container {
    position: fixed;
    left: -100%; /* Hide by default */
    top: 0;
    height: 100vh;
    z-index: 9999;
    width: 280px;
    overflow-y: auto;
    transition: left 0.3s ease;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    background-color: #fff; /* Ensure bg is white */
  }

  .sidebar-container.open {
    left: 0;
    top: 100px;
  }

  /* Overlay */
  .sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    display: none;
  }

  .sidebar-overlay.active {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .sidebar-container {
    display: block !important;
  }
}

@media screen and (max-width: 991px) {
  .global-search {
    max-width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .global-search {
    max-width: 200px;
  }
}

/* Service list page - mobile search row (hidden on desktop) */
.mobile-search-row {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 15px;
}

.mobile-search-row .sidebar-toggle-btn {
  display: block;
  margin-bottom: 0;
}

.mobile-search-row .search-form-wraper.page-search {
  flex: 1;
  max-width: none;
}

/* Desktop search in page-title-row */
.desktop-only {
  display: block;
}

/* Mobile View List button - hidden on desktop */
.view-list-btn-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  /* Show mobile search row */
  .mobile-search-row {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    position: sticky;
    top: 100px;
    z-index: 100;
    background-color: transparent;
    padding: 16px 0;
    transition: background-color 0.2s ease;
  }

  /* Hide the desktop search in page-title-row */
  .desktop-only {
    display: none;
  }

  /* Hide the standalone sidebar-toggle-btn (it's now in mobile-search-row) */
  .sidebar-content > .sidebar-toggle-btn {
    display: none;
  }

  /* Sidebar content layout for mobile */
  .sidebar-content {
    display: flex;
    flex-direction: column;
  }

  .mobile-search-row {
    order: 1;
  }

  .page-title-row {
    order: 2;
    margin-bottom: 10px;
    position: static;
    z-index: auto;
    padding: 0;
  }

  .page-title-row h2 {
    font-size: 1.5rem;
  }

  /* Show View List button in page-title-row on mobile */
  .filter-main .button {
    display: none;
  }

  .page-title-row .view-list-btn-mobile {
    display: flex;
  }

  /* Filter main - capsules full width horizontal scroll */
  .filter-main {
    order: 3;
    flex-wrap: wrap;
    gap: 10px;
  }

  .filters-div .capsule {
    flex-shrink: 0;
  }

  #services-container {
    order: 4;
  }

  #pagination-container {
    order: 5;
  }
}

@media screen and (max-width: 767px) {
  .page-title-row h2 {
    font-size: 1.25rem;
  }

  .page-title-row .view-list-btn-mobile {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sidebar-content {
    padding: 20px 10px;
  }

  .mobile-search-row .input {
    height: 48px;
  }
}

/* Shared mobile navigation */
@media screen and (max-width: 991px) {
  .menu-button.w--open {
    color: var(--primary);
    background-color: transparent;
  }

  .nav-menu-wrapper {
    background-color: #fff;
    padding: 8px 24px 20px;
    text-align: left;
  }

  .nav-menu {
    width: 100%;
    margin: 0;
    padding: 0;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }

  .nav-menu > li {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #ececec;
    text-align: left;
  }

  .nav-dropdown {
    width: 100%;
    margin: 0;
    align-items: stretch;
  }

  .nav-dropdown-toggle {
    width: 100%;
    padding: 16px 32px 16px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
  }

  .nav-dropdown-icon {
    right: 0;
    margin-right: 0;
    color: var(--primary);
  }

  .nav-dropdown-list,
  .nav-dropdown-list.shadow-three.w--open {
    width: 100%;
    padding: 0 0 12px;
    position: static;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
  }

  .nav-dropdown-link {
    width: 100%;
    padding: 9px 12px 9px 20px;
    font-size: 15px;
    line-height: 1.4;
    text-align: left;
  }

  .nav-link {
    width: 100%;
    margin: 0;
    padding: 16px 0;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
  }

  .mobile-margin-top-10 {
    margin-top: 0;
    padding: 12px 0;
  }

  .nav-button-wrapper.cart {
    width: 48px;
    margin: 0;
    padding: 10px;
  }
}
