span {
  font-weight: inherit;
}
span.icon {
  line-height: 0;
  vertical-align: bottom;
}
svg {
  vertical-align: bottom;
}
span.orange {
  font-weight: inherit;
  color: var(--secondary);
}
span.blue {
  font-weight: inherit;
  color: var(--primary);
}
strong {
  font-weight: bold;
}
.mgb-def {
  margin-block: 60px;
}
div.container.mxw-def {
  margin-inline: auto;
  max-width: 1146px;
  padding-inline: 20px;
}
.def-sec-header {
  margin-bottom: 24px;
}
.def-sec-header .title {
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 8px 0;
  color: #424242;
}
.def-sec-header .description {
  font-size: 14px;
  line-height: 1.7;
}
.hero-section {
  position: relative;
  background-color: #d2e4ff;
  overflow: hidden;
}
.hero-section > .container {
  position: relative;
  display: flex;
  gap: 40px;
  align-items: center;
  padding: 70px 0;
  z-index: 2;
}
.back-icon svg {
  height: 200px;
  width: 200px;
  position: absolute;
  transform: translateX(50%);
  right: 40%;
  bottom: -65px;
  fill: #000;
}
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.hero-buttons .cta {
  flex-basis: 45%;
  flex-shrink: 0;
  flex-grow: 1;
}
.hero-buttons .cta a {
  min-width: fit-content;
  gap: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 12px 14px;
  border-radius: 10px;
  color: #fff;
  background-color: var(--primary);
  transition: background-color 200ms;
}
.hero-buttons .cta a span {
  line-height: inherit;
}
.hero-buttons .cta a svg {
  width: 24px;
  height: 24px;
  fill: #fff;
  margin-bottom: -2px;
}
.hero-buttons .cta a:hover {
  background-color: #0056d6;
}
.hero-buttons .cta.orange a {
  background-color: var(--secondary);
  color: #000;
}
.hero-buttons .cta.orange a:hover {
  background-color: #e35f33;
}
.hero-buttons .cta.orange a svg {
  fill: #000;
}
.hero-section h1.title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 22px;
  color: #000;
  line-height: 1.5;
}
.hero-section p.description {
  margin-bottom: 22px;
}
.hero-img {
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: 100%;
}
.hero-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.sec-ta .items {
  display: grid;
  grid-template-columns: repeat(6, auto);
  justify-content: space-between;
  gap: 20px;
  list-style-type: none;
}
.sec-ta .items .item .icon {
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  border-radius: 100vmax;
  margin-inline: auto;
  margin-bottom: 6px;
  background-color: #ddd;
}
.sec-ta .items .item .icon svg {
  width: 40px;
  height: 40px;
}
.sec-ta .items .item h3 {
  font-size: 16px;
  line-height: 1.7;
  font-weight: normal;
  color: var(--blck);
  text-align: center;
}
.sec-ta .items .item:nth-child(1) .icon {
  background-color: #d7cdff;
}
.sec-ta .items .item:nth-child(2) .icon {
  background-color: #d0e0ff;
}
.sec-ta .items .item:nth-child(3) .icon {
  background-color: #fcf9e3;
}
.sec-ta .items .item:nth-child(4) .icon {
  background-color: #eefde3;
}
.sec-ta .items .item:nth-child(5) .icon {
  background-color: #ffeae3;
}
.sec-ta .items .item:nth-child(6) .icon {
  background-color: #dffdfa;
}
.benefits-section > .container .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 15px;
  border: 1px solid #d1d5db;
  border-radius: 14px;
  user-select: none;
  transition: box-shadow 200ms;
  background-color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.benefits-section > .container .item:hover {
  box-shadow: 0 0px 10px 1px rgba(0, 0, 0, 0.1);
}
.benefits-section > .container .item .title {
  color: var(--secondary);
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}
.benefits-section > .container .item .description {
  font-size: 14px;
  margin-top: -10px;
  line-height: 2;
  text-align: center;
}
.benefits-section > .container .item .icon svg {
  width: 80px;
  height: 80px;
  fill: var(--secondary);
}
.benefits-section > .container .item .shape {
  position: absolute;
  width: 210px;
  height: 160px;
  border-radius: 47% 53% 39% 61% / 65% 51% 49% 35%;
  top: -32px;
  right: -45px;
  background-color: #fff5f1;
  z-index: -1;
  overflow: hidden;
}
.benefits-section > .container .item .shape svg {
  fill: #ffebe3;
  position: absolute;
  top: 20px;
  right: 40px;
  width: 120px;
  height: 120px;
}
.benefits-section ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  list-style-type: none;
}
.benefits-section ul li {
  display: flex;
}

.benefits-section ul li:nth-child(1) .item .shape {
  background-color: #e3eeff;
}
.benefits-section ul li:nth-child(1) .item .title {
  color: var(--primary);
}
.benefits-section ul li:nth-child(3) .item .shape {
  background-color: #e9e1ff;
}
.benefits-section ul li:nth-child(3) .item .title {
  color: #4200ff;
}
/* Request steps (how to request mobile vet) */
.request-steps-section > .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block-end: 48px;
  gap: 60px;
}
.request-steps-section .request-steps-header {
  text-align: center;
}
.request-steps-section > .container {
  gap: 24px;
}
.request-steps-section .request-steps-header .title {
  color: #424242;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.request-steps-section .request-steps-header .description {
  color: #424242;
  font-size: 14px;
  line-height: 26px;
}
.request-steps-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 56px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.request-steps-list .request-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block-end: 24px;
  gap: 12px;
  flex: 1;
  max-width: 244px;
  position: relative;
}
.request-steps-list .request-step:not(:last-child)::before {
  content: "";
  position: absolute;
  inset-inline-start: calc(100% - -100.67px);
  top: 104px;
  width: 0;
  height: 0;
  border-width: 5px 8px 5px 0;
  border-style: solid;
  border-color: transparent #d1d5db transparent transparent;
  transform: translateY(-50%);
}
.request-steps-list .request-step:not(:last-child)::after {
  content: "";
  position: absolute;
  inset-inline-start: 87%;
  top: 104px;
  width: 126.67px;
  height: 0;
  border-block-start: 2.5px dashed #d1d5db;
  transform: rotate(180deg);
}
.request-step__icon {
  display: block;
  line-height: 0;
  filter: drop-shadow(0 4px 4px rgba(0, 102, 255, 0.12));
}
.request-step__icon svg,
.request-step__icon img {
  width: 80px;
  height: 80px;
  display: block;
}
.request-step__title {
  margin: 0;
  font-family: inherit;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  color: #424242;
  text-align: center;
}
.request-step__desc {
  margin: 0;
  font-size: 14px !important;
  line-height: 26px;
  color: #424242;
  text-align: center;
}
.benefits-section .control-dots {
  display: none;
}
.control-dots,
.control-dots-nojs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
.control-dots .dot,
.control-dots-nojs .dot {
  width: 8px;
  height: 8px;
  border-radius: 100vmax;
  background-color: #d9d9d9;
  cursor: pointer;
  transition: 200ms;
}
.control-dots .dot.current,
.control-dots-nojs .dot.current {
  width: 24px;
  background-color: var(--primary);
}
.control-dots-nojs .dot {
  cursor: auto;
}
.introduction-section {
  position: relative;
  background-color: #fdf9f5;
  padding: 48px 0;
  overflow: hidden;
  z-index: 1;
}
.introduction-section .content {
  display: flex;
  align-items: center;
  margin: 0;
  gap: 48px;
}
.introduction-section .content .introduction-text p {
  font-size: 16px;
  line-height: 1.75;
}
.introduction-section header {
  margin-bottom: 0;
}
.introduction-section header .title {
  margin-bottom: 24px;
}
.introduction-section .content .video {
  width: 50%;
  flex-shrink: 0;
}
.introduction-section .content .video video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.introduction-section .back-icon {
  position: absolute;
  width: 110px;
  height: 174px;
  top: -25px;
  left: -25px;
  z-index: -1;
}
.introduction-section .back-icon.bottom {
  top: initial;
  left: initial;
  bottom: -34px;
  right: -34px;
  transform: rotate(200deg);
}
.cta-def {
  display: flex;
  justify-content: center;
  gap: 4px;
  border-radius: 10px;
  color: #fff;
  background-color: var(--primary);
  line-height: 24px;
  padding: 10px 0;
  margin-top: 1rem;
  transition: background-color 200ms;
}
.cta-def:hover {
  background-color: #0056d6;
  color: #fff;
}
.cta-def svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}
.costum-scroller-indicator-js {
  width: 70px;
  height: 7px;
  background-color: #d1d5db;
  border-radius: 10px;
  margin: 14px auto;
  position: relative;
  overflow: hidden;
  user-select: none;
}
.costum-scroller-indicator-js .scroll-thumb {
  width: 25%;
  height: 100%;
  background-color: var(--primary);
  border-radius: 10px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: grab;
}
.costum-scroller-indicator-js .scroll-thumb.dragging {
  cursor: grabbing;
}
.discount-section .banner-image {
  width: 100%;
  height: auto;
  border-radius: 6px;
  vertical-align: bottom;
  cursor: pointer;
}
.discount-section .banner-image:active {
  transform: scale(0.98);
}
.faq-section .faq-items {
  list-style-type: none;
}
.faq-section ul,
.faq-section ol {
  margin: -50px 0px 0px 0px !important;
}
.faq-section .faq-items .faq-item {
  padding: 14px 15px;
  margin-bottom: 1rem;
  border-radius: 10px;
  background-color: #e1eaff;
}
.faq-section .faq-item .faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: right;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  font-size: 15px;
}
.faq-section .faq-item .faq-question strong {
  font-weight: bold;
}
.faq-section .faq-item .faq-question[aria-expanded="true"] .angle-down {
  transform: rotate(180deg);
}
.faq-section .faq-item .angle-down {
  flex-shrink: 0;
  height: 22px;
  width: 22px;
  transition: transform 200ms ease;
}
.faq-section .faq-item .faq-answer {
  font-size: 14px;
  margin-top: 14px;
  display: none;
}
.faq-section .faq-item .faq-answer :where(span, p) {
  font-size: inherit;
}
.faq-section .faq-item.active .faq-question {
  color: var(--primary);
}
.faq-section .faq-item.active .faq-answer {
  display: block;
}
.faq-section .cta-def {
  width: fit-content;
  margin: 0 auto;
  padding: 12px 24px;
}
.mag-section .section-items {
  list-style-type: none;
}
.mag-section ul {
  margin: 0px 0px 0px 0px !important;
}
.mag-section .section-items .item {
  position: relative;
  border-radius: 10px;
  border: 1px solid #bac6d3;
  overflow: hidden;
}
.mag-section .section-items .title {
  font-size: 1rem;
  color: #000;
  padding: 0 8px;
  margin-bottom: 4px;
  margin-top: 15px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mag-section .section-items .meta {
  line-height: 1.5;
  font-size: 12px;
  color: #6e7a86;
  margin: 0 8px;
}
.mag-section .section-items .meta * {
  line-height: inherit;
}
.mag-section .section-items .description {
  font-size: 14px;
  line-height: 1.7;
  margin: 15px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mag-section .section-items .cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 1rem;
  line-height: 1.75;
  padding: 9px 0 7px;
  color: #fff;
  background-color: var(--primary);
  border-radius: 4px;
  margin: 15px 0 0;
}
.mag-section .section-items .cta svg {
  fill: #fff;
}
.mag-section .section-items {
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.mag-section .section-items a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 10;
}
.mag-section .section-items svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
.mag-section .section-items .pic {
  margin-bottom: 16px;
}
.mag-section .section-items .pic img {
  display: block;
  width: 100%;
  border-radius: 0 0 8px 8px;
  object-fit: cover;
}
.mag-section .see-all-cta {
  width: fit-content;
  margin: 20px auto 0 0;
}
.mag-section .see-all-cta a {
  display: block;
  font-size: 14px;
  color: var(--primary);
  padding: 9px 18px;
  border: 2px solid var(--primary);
  border-radius: 10px;
}
.mag-section .see-all-cta svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  fill: var(--primary);
}
.section-menu-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.custom-scroller-menu {
  display: flex;
  overflow-x: auto;
  /* scroll-snap-type: x mandatory; */
}
.custom-scroller-menu > .container {
  display: flex;
  flex: 0 0 auto;
  scroll-snap-type: x mandatory;
  border-radius: 8px;
  border: 1px solid #d1d5db;
}
.custom-scroller-menu .item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  scroll-snap-align: start;
  user-select: none;
}
.custom-scroller-menu .item .cta {
  display: flex;
  align-items: center;
  justify-content: center;
  scroll-snap-align: start;
  padding: 4px 24px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 2;
  color: var(--blck);
}
.custom-scroller-menu .item.current .cta {
  color: #fff;
  background-color: var(--primary);
  border-radius: 8px;
}
.custom-scroller-menu .item .cta .icon {
  margin-right: 6px;
}
.custom-scroller-menu .item .cta .icon svg {
  fill: var(--blck);
  width: 18px;
  height: 18px;
}
.section-menu-cta > .cta a {
  display: flex;
  align-items: center;
  gap: 3px;
  color: var(--primary);
}
.section-menu-cta > .cta svg {
  width: 24px;
  height: 24px;
  fill: var(--primary);
}
.centers-banner-section img {
  width: 100%;
  height: auto;
}
.map-section {
  position: relative;
  padding: 42px 0;
  background-color: #edf4ff;
  overflow: hidden;
  z-index: 1;
}
.map-section .mobile-title {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
}
.map-section .back-icon {
  position: absolute;
  width: 110px;
  height: 174px;
  top: -50px;
  right: -25px;
  z-index: -1;
  transform: rotate(200deg);
}
.map-section .back-icon.bottom {
  right: initial;
  top: initial;
  bottom: -50px;
  left: -34px;
  transform: rotate(0);
}
.map-section .def-sec-header .title {
  margin-bottom: 24px;
}
.map-section .cta-def {
  margin-top: 24px;
}
.layout-2 {
  display: flex;
  align-items: center;
  gap: 48px;
}
.layout-2 .content {
  flex-grow: 1;
}
.layout-2 .picture {
  flex-shrink: 0;
  width: 43%;
}
.layout-2 .picture img {
  width: 100%;
  height: auto;
}
.layout-2 .def-sec-header p {
  font-size: 16px;
  line-height: 1.75;
  color: #000;
}
.reserve-section {
  padding: 24px 0;
  background-image: linear-gradient(#c5fffc, #8ed7df);
  border-radius: 0 100px 0 100px;
  overflow: hidden;
}
.reserve-section .picture {
  width: 52%;
}
.reserve-section .def-sec-header .title {
  font-size: 28px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 24px;
}
.reserve-section .cta-def {
  margin-top: 24px;
}
.reserve-section .title-icon {
  position: absolute;
  width: 32px;
  height: 32px;
  transform: translate(107%, -20%);
  top: 0;
  right: 0;
}
.reserve-section .mobile-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
}
.map-section .content,
.reserve-section .content {
  margin-bottom: 0;
}
.mcta-disabled {
  cursor: default;
  background-color: #d1d5db !important;
  color: #a0acb9 !important;
}
.mcta-disabled svg {
  fill: #a0acb9 !important;
}
.button-t1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  color: var(--primary);
  font-size: 14px;
  padding: 8px 36px;
  border-radius: 10px;
  border: 1px solid var(--primary);
  transition: background-color 200ms, color 200ms;
}
.button-t1:hover {
  background-color: var(--primary);
  color: #fff;
}
.button-t1 svg {
  stroke: var(--primary);
  margin-left: 4px;
  transition: stroke 200ms;
}
.button-t1 svg.spec {
  stroke: none;
  fill: var(--primary);
  transition: fill 200ms;
}
.button-t1:hover svg {
  stroke: #fff;
}
.button-t1:hover svg.spec {
  stroke: none;
  fill: #fff;
}
.modal {
  top: 50%;
  left: 50%;
  width: 90%;
  right: initial;
  transform: translate(-50%, -50%);
  border: none;
  max-width: 400px;
  border-radius: 8px;
}
.modal .header {
  padding: 28px 16px;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
  background-color: #edf4ff;
}
.modal .header h3 {
  font-size: 16px;
  color: var(--primary);
}
.modal .header .close-btn svg {
  stroke: var(--blck);
  width: 24px;
  height: 24px;
}
.modal .content {
  padding: 16px 16px 24px 16px;
  height: 250px;
  overflow: auto;
}
.modal .content p {
  font-size: 14px;
  line-height: 1.85;
  color: var(--blck);
}
.modal .ctas {
  padding: 0 16px 20px;
}
.modal-type-1 .ctas button {
  width: 100%;
}
#guide-1 .gif {
  margin-bottom: 24px;
}
#guide-1 .gif img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .sec-ta .items {
    grid-template-columns: repeat(3, auto);
    justify-content: stretch;
  }
  .benefits-section ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 767px) {
  .benefits-section ul {
    margin: 0;
  }
  .mag-section .see-all-cta {
    display: none;
  }
  .map-section .mobile-title,
  .reserve-section .mobile-title-con,
  .introduction-section .mobile-title {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .request-steps-section > .container {
    padding: 24px 20px 48px;
    gap: 24px;
  }
  .request-steps-section .request-steps-header .title {
    font-size: 19px;
    line-height: 28px;
  }
  .request-steps-section .request-steps-header .description {
    font-size: 12px;
    line-height: 18px;
  }
  .request-steps-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    gap: 24px;
  }
  .request-steps-list .request-step {
    flex: 1 1 154px;
    max-width: 163px;
    min-width: 154px;
    padding-block-end: 0;
  }
  .request-steps-list .request-step:not(:last-child)::before,
  .request-steps-list .request-step:not(:last-child)::after {
    display: none;
  }
  .request-step__icon svg,
  .request-step__icon img {
    width: 56px;
    height: 56px;
  }
  .request-step__icon {
    filter: drop-shadow(0 2.8px 2.8px rgba(0, 102, 255, 0.12));
  }
  .request-step__title {
    font-size: 14px;
    line-height: 22px;
  }
  .request-step__desc {
    font-size: 14px !important;
    line-height: 26px;
    color: #424242;
  }
  .sec-ta .items {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    margin: 0 -20px 0 -20px;
    padding: 0 20px;
  }
  .sec-ta .items .item {
    flex: 0 0 auto;
    scroll-snap-align: center;
  }
  .sec-ta .items .item .icon {
    width: 70px;
    height: 70px;
  }
  .sec-ta .items .item .icon svg {
    width: 24px;
    height: 24px;
  }
  .sec-ta .items .item h3 {
    font-size: 13px;
  }
  .hero-section .back-icon svg {
    display: none;
  }
  .hero-section > .container {
    flex-direction: column-reverse;
    padding: 32px 20px;
  }
  .hero-section h1.title {
    font-size: 22px;
  }
  .def-sec-header .title {
    font-size: 19px;
  }
  .def-sec-header .description {
    font-size: 13px;
  }
  .benefits-section ul {
    display: flex;
    margin: 0 -20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }
  .benefits-section ul li {
    min-width: 100vw;
    scroll-snap-align: center;
    padding: 0 20px;
  }
  .benefits-section .control-dots {
    display: flex;
  }
  .introduction-section .content {
    flex-direction: column-reverse;
    gap: 24px;
  }
  .introduction-section .content .video {
    width: 100%;
  }
  .introduction-section .content p {
    font-size: 14px;
    text-align: justify;
  }
  .introduction-section header .title {
    display: none;
  }
  .introduction-section .mobile-title {
    font-size: 19px;
    line-height: 1.5;
    font-weight: bold;
    color: #000;
  }
  .introduction-section .back-icon {
    width: 90px;
    height: 145px;
    left: -40px;
  }
  .introduction-section .back-icon.bottom {
    right: -50px;
  }
  .discount-section .banner-image {
    border-radius: 0;
  }
  .discount-section > div.container.mxw-def {
    padding-inline: 0;
  }
  .faq-section .faq-item .faq-question {
    font-size: 14px;
  }
  .mag-section .section-items {
    grid-template-columns: repeat(1, 1fr);
  }
  .section-menu-cta > .cta {
    display: none;
  }
  .layout-2 {
    flex-direction: column;
    gap: 24px;
  }
  .layout-2 .picture {
    width: 100%;
  }
  .map-section {
    padding: 24px 0;
  }
  .map-section > .container {
    flex-direction: column-reverse;
  }
  .map-section .def-sec-header .title {
    display: none;
  }
  .reserve-section {
    border-radius: 0;
  }
  .reserve-section > .container {
    flex-direction: column-reverse;
  }
  .reserve-section .def-sec-header .title-con {
    display: none;
  }
  .reserve-section .title-icon {
    width: 20px;
    height: 20px;
    transform: translate(95%, -20%);
  }
  .hero-buttons {
    flex-direction: column;
  }
  .modal {
    width: 100%;
    max-width: 100%;
    top: initial;
    bottom: 0;
    left: 0;
    transform: translate(0);
    border-radius: 8px 8px 0 0;
  }
  .modal.modal-type-1 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    bottom: initial;
    border-radius: 8px;
    animation: none;
  }
}

/* achivment-section — سکشن «چه زمانی می‌تونم با دامپزشک آنلاین تماس بگیرم؟» */
.achivment-section .bck-shps {
  position: relative;
  background-color: #EFF5FE;
  overflow: hidden;
  z-index: 0;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
}
.achivment-section .bck-shps::before {
  content: "";
  position: absolute;
  background-color: #B7D4FF99;
  width: 110px;
  height: 90px;
  bottom: -20px;
  left: -25px;
  border-radius: 79% 21% 48% 52% / 59% 62% 38% 41%;
  z-index: -2;
}
.achivment-section .bck-shps::after {
  content: "";
  position: absolute;
  background-color: #B7D4FF99;
  width: 110px;
  height: 90px;
  top: -15px;
  right: -25px;
  border-radius: 79% 21% 48% 52% / 59% 62% 38% 41%;
  z-index: -2;
}
.achivment-section .achivment--box.wide {
  margin-bottom: 24px;
}
.achivment-section .achivment--box.wide ol {
  list-style: none;
  counter-reset: item;
  padding-right: 0;
  margin: 0.5em 0 0 0;
}
.achivment-section .achivment--box.wide ol li {
  counter-increment: item;
  margin-bottom: 8px;
  list-style-type: none;
  padding-right: 32px;
  position: relative;
}
.achivment-section .achivment--box.wide ol li:before {
  content: counter(item);
  background: #fce9e2;
  border-radius: 100vmax;
  color: #f43d00;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
.achivment-section .achivment--box h3 {
  color: #0066ff;
  font-size: 18px;
  text-align: center;
  margin-bottom: 8px;
}
.achivment-section .achivment--box p {
  margin-bottom: 0.5em;
}
.achivment-section .achivment--box .achivment-intro-p {
  margin-bottom: 0;
}
.highlighted-text {
  position: relative;
  display: inline-block;
}
.highlighted-text::before {
  content: "";
  position: absolute;
  top: 15%;
  left: -4px;
  height: 85%;
  width: 110%;
  background-color: #f9f94d;
  transform: rotate(1.5deg);
  z-index: -1;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .achivment-section.mgb-def .achivment--box h3 {
    margin-bottom: 16px;
  }
  .achivment-section.mgb-def .achivment--box .achivment-intro-p {
    margin-bottom: 16px;
  }
  .achivment-section.mgb-def .bck-shps.achivment--box {
    padding-left: 8px;
    padding-right: 8px;
  }
  .achivment-section.mgb-def .achivment--box.wide ol li {
    margin-bottom: 8px;
  }
}

/* دکمه شروع مشاوره (لینک به صفحه مشاوره آنلاین) */
.start-consult-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: bold;
  width: fit-content;
  margin: 24px auto 0;
  padding: 12px 22px;
  border-radius: 10px;
  background-color: var(--primary);
  color: #fff;
  box-shadow: 0 6px #004fc6;
}
.start-consult-btn:where(:hover, :active) {
  transform: translateY(6px);
  box-shadow: initial;
}
.start-consult-btn svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

/* سکشن «همه چیز درباره مشاوره دامپزشک آنلاین» */
.vet-online-section .title {
  font-size: 19px;
  margin-bottom: 14px;
}
.vet-online-section .content-wrapper p {
  margin-bottom: 5px;
}
.vet-online-section .bullet-list {
  list-style-type: disc;
  padding-right: 1.5em;
  margin: 0.5em 0 1em 0;
}
.vet-online-section .bullet-list li {
  margin-bottom: 0.5em;
}
.vet-online-section .bullet-list li::marker {
  color: #ED6234;
}
.vet-online-section .content-wrapper {
  position: relative;
  height: 3lh;
  overflow: hidden;
  transition: height 2s;
}
.vet-online-section .content-wrapper.expanded {
  height: auto;
}
.vet-online-section .content-wrapper:not(.expanded):after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #fff);
  pointer-events: none;
}
.vet-online-section .read-more-btn {
  display: flex;
  margin: 0 auto;
  border-radius: 10px;
  padding: 8px 16px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--primary);
  background-color: #e1eaff;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .vet-online-section .content-wrapper {
    height: 5lh;
  }
  .vet-online-section .content-wrapper p {
    font-size: 15px;
  }
  #lstsec-content-wrapper p {
    direction: rtl;
    text-align: right !important;
    line-height: 2;
    letter-spacing: 0 !important;
    word-break: normal;
    overflow-wrap: break-word;
    white-space: normal;
    hyphens: none;
  }
}

/* سکشن مراحل درخواست — دو ستونه در عرض ۳۹۰–۳۸۰ پیکسل */
@media screen and (max-width: 390px) {
  .request-steps-section.mgb-def .request-steps-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .request-steps-section .request-steps-list .request-step {
    flex: none;
    max-width: none;
    min-width: 0;
  }
}

