/** Shopify CDN: Minification failed

Line 422:21 Expected identifier but found whitespace
Line 422:23 Unexpected "{"
Line 422:30 Expected ":"
Line 423:10 Expected identifier but found whitespace
Line 423:12 Unexpected "{"
Line 423:19 Expected ":"

**/
.main-header {
  margin: 0 !important;
}
html,
body {
  scroll-padding-top: 150px;
}

.toc-heading,
.toc-icon {
  display: none;
}

.toc-extra {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 8px;
}
.article-container {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  max-width: 1216px;
  justify-content: center;
  margin: auto;
}

.main-zoo-heading {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.article-toc {
  width: 320px;
  position: sticky;
  top: 150px;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
}
.article-toc ul {
  list-style: none;
  padding: 0;
  margin-top: -15px;
}
.article-toc a {
  text-decoration: none;
  color: #333;
  display: block;
}
.article-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.toc-content a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #6b7280;
}
.toc-content svg {
  height: 16px;
  width: 16px;
  color: #6b7280;
}

.toc-content a.active {
  background-color: #dbeafe;
  color: #2563eb;
  font-weight: 700;
}

.toc-content a.active svg,
.toc-content a.active .toc-icon {
  color: #2563eb !important;
}

.article-toc-wrapper {
  position: sticky !important;
  top: 150px;
  background: #fff;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}

.toc-toggle {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  font-weight: 600;
  cursor: pointer;
  background-color: white;
  border-radius: 6px;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 24px;
}
.toc-toggle-label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.toc-toggle-label svg {
  width: 16px;
  height: 16px;
}

/* ========================================================================= */

/* hero banner */
.hero-blog-section {
  background: #f0fdf4;
  padding: 32px;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}

.hero-blog-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 16px;
  flex-wrap: wrap;
}
.svg-icon {
  display: flex;
}
.hero-blog-meta-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: flex;
  align-items: center;
  gap: 4px;
}
.hero-blog-section h1 {
  font-size: 38px;
  font-weight: 700;
  padding-bottom: 24px;
  line-height: 40px;
}

.hero-blog-section p {
  font-size: 15px;
  padding-bottom: 26px;
  line-height: 1.6;
}

.hero-blog-section img {
  width: 100%;
  height: 256px;
  object-fit: cover;
  border-radius: 8px;
}
.hero-blog-meta svg {
  height: 16px;
  width: 16px;
}

/* =================================================================================*/

.vet-care-section {
  background-color: #ffffff;
  padding: 32px;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}

.vet-care-header-icon svg {
  height: 32px;
  width: 32px;
}

.vet-care-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.vet-care-header-icon {
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vet-care-header-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

.vet-care-description p {
  font-size: 16px;
  line-height: 1.7;
  margin: 12px 0;
  color: #222;
}

.vet-care-image {
  width: 100%;
  border-radius: 10px;
  margin: 20px 0;
  overflow: hidden;
}

.vet-care-image img {
  width: 100%;
  object-fit: cover;
  height: 256px;
  display: block;
}

/* ========================================================================== */

.pet-guide-section {
   padding: 32px;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}
.pet-guide-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 24px;
}
.pet-guide-icon {
  display: flex;
  width: 32px;
  height: 32px;
}
.pet-guide-icon svg{
  width: 100%;
  height: 100%;
}
.pet-guide-header h2{
  font-size: 30px;
  font-weight: 700;
}
.pet-guide-intro {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 24px;
}
.pet-guide-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
}

.pet-guide-card:hover {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}

.pet-guide-card {
    display: flex;
    flex-direction: column;
    gap: 24px;
    border: 1px solid;
    border-radius: 8px;
    padding: 24px;
    background: #fff;
}
.pet-icon-with-header h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
}
.pet-icon-with-header {
    display: flex;
    align-items: center;
    gap: 12px;
}
.pet-guide-card-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border-radius: 8px;
}

.top10-clinic-card:hover {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
}
.pet-guide-card-text h4 {
  margin: 0 0 8px;
  font-size: 18px;
}
.pet-guide-card-text p {
  margin: 0;
  font-size: 13px;
}
.pet-guide-footer-text {
  font-size: 16px;
}

/* ================================================================================= */
.top10-clinics-section{
  padding: 32px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
  border-radius: 16px;
}
.top10-clinics-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.top10-header-icon {
  font-size: 30px;
}
.top10-clinics-intro,
.top10-clinic-footer {
  font-size: 16px;
  margin: 20px 0;
  text-align: center;
}
.top10-clinic-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.top10-clinic-card {
  border: 1px solid;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s;
}

.top10-card-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  border-radius: 8px;
}
.top10-clinic-img{
    width: 265px;
    height: 100%;
}
.top10-clinic-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.top10-clinic-content {
  padding: 32px;
}
.top10-clinic-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.top10-clinic-desc {
  font-size: 16px;
    padding-bottom: 24px;
    line-height: 24px;
    font-style: italic;
}
.top10-clinic-details {
    list-style: none;
    padding: 0;
    display: grid;
  gap: 8px 16px;
    grid-template-columns: 1fr 1fr;
}
.top10-clinic-details li {
  display: flex;
  font-size: 14px;
}
.top10-clinic-details li p{
  font-size: 14px;
}
.top10-clinic-details .icon {
  display: flex;
  width: 16px;
  margin-top: 2px;
  margin-right: 8px;
  height: 16px;
  text-align: center;
}
.top10-clinic-details .icon svg{
  width: 16px;
  height: 16px;
  
}

.clinic-badge {
    padding: 2px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    display: inline-block;
}

  .clinic-badge:hover {
    background-color: {{ block.settings.badge_hover_bg_color }};
    color: {{ block.settings.badge_hover_text_color }};
  }
.top10-clinic-services {
    font-size: 14px;
    line-height: 20px;
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid rgb(243, 244, 246);
}

.star svg{
      fill: currentColor;
  width: 16px;
  height: 16px;
}
.header-name-card {
    display: flex;
  padding-bottom: 16px;
    justify-content: space-between;
}

/* ============================================================== */

.choose-clinic-wrapper {
  padding: 32px;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}

.choose-clinic-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.choose-clinic-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 24px;
}

.choose-clinic-main-icon svg {
    height: 32px;
    width: 32px;
}

.choose-clinic-title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
}

.choose-clinic-subtitle {
    font-size: 16px;
    padding-bottom: 16px;
    line-height: 26px;
    text-align: left;
}

.choose-clinic-card-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.clinic-hed-tex {
    display: flex;
    align-items: center;
    gap: 12px;
}

.choose-clinic-card {
    text-align: left;
    line-height: 24px;
}


.clinic-card-icon svg {
    height: 20px;
    width: 20px;
}

.clinic-card-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.clinic-card-list {
    list-style: disc;
    padding-left: 18px;
    font-size: 14px;
    color: #333;
    margin-top: 16px;
}

.choose-clinic-quote-box {
    padding-top: 24px;
    text-align: left;
}

.quote-text {
    font-size: 16px;
}



/* =============================================================================== */

.emergency-services-wrapper {
  padding: 32px;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}

.emergency-services-container {
  max-width: 1200px;
  margin: 0 auto;
}

.emergency-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 20px;
}

h2.emergency-vet-heading {
  font-weight: 600;
  font-size: 28px;
  align-items: center;
  line-height: 34px;
  display: flex;
  gap: 12px;
  color: inherit;
}

.emergency-vet-heading .icon svg {
  height: 32px;
  width: 32px;
}

.emergency-description {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

.emergency-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 24px;
  margin-bottom: 20px;
}

.emergency-box {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* .emergency-box:hover {
  transform: translateY(-4px);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
} */

.box-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 14px;
}

.box-heading h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.box-heading .icon svg {
  height: 24px;
  width: 24px;
}

.box-list {
  display: grid;
  gap: 8px;
  list-style: disc inside;
  font-size: 15px;
  line-height: 22px;
}

.box-list li {
  color: inherit;
}

.emergency-vet-heading p {
    font-size: 30px;
}

.emergancy-quote {
    padding: 24px;
    margin-bottom: 24px;
    border-radius: 8px;
}

.quote-texs {
    font-style: italic;
    font-size: 16px;
    padding-bottom: 8px;
}

.quote-author {
    font-size: 14px;
    line-height: 20px;
}
.emergency-extra {
  font-size: 16px;
  line-height: 24px;
  margin-top: 16px;
}
/* ================================================================== */

.vet-treatments-section {
  padding: 32px;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}


.vet-treatments-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 24px;
}

.vet-treatments-icon svg {
    height: 32px;
    width: 32px;
}

.vet-treatments-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}

.vet-treatments-desc {
    padding-bottom: 16px;
    font-size: 17px;
    line-height: 26px;
    color: #333;
}

.card-points li {
    margin-bottom: 6px;
    font-size: 14px;
    list-style-type: disc;
}

.vet-treatments-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
    margin-bottom: 24px;
}

.vet-treatments-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 24px;
}

.card-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 24px;
}

.card-points {
    list-style: disc;
    color: #333;
}

.vet-treatments-note {
    color: #444;
    font-size: 16px;
}

/* ==================================================================== */

.vet-costs-wrapper {
     padding: 32px;
    box-shadow: #0000 0 0, #0000 0 0, #0000001a 0 10px 15px -3px, #0000001a 0 4px 6px -4px;
    border-radius: 16px;
}
.vet-costs-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 24px;
}
.vet-costs-icon svg {
    width: 32px;
    height: 32px;
}
.vet-costs-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}
.vet-costs-desc {
    padding-bottom: 24px;
    font-size: 16px;
}
.vet-costs-cards {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr;
}
.vet-cost-card {
  border: 1px solid;
  border-radius: 8px;
  padding: 24px;
}
.card-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
}
.card-points li {
  margin-bottom: 8px;
  list-style-type: disc;
  margin-left: 18px;
}
.vet-costs-note {
    padding-top: 24px;
    font-size: 16px;
}
.vet-costs-tips {
    padding: 24px;
    border-radius: 8px;
}

.main-tips {
    display: flex;
    gap: 12px;
    padding-bottom: 12px;
    align-items: center;
}
.tips-title {
    font-size: 16px;
    font-weight: 600;
}
.tips-points li {
  margin-left: 18px;
  list-style-type: disc;
  margin-bottom: 4px;
}


@media (max-width: 1024px) {
  .toc-extra {
    display: none;
  }
  .toc-toggle {
    display: flex;
  }

  .article-toc {
    display: none;
  }

  .article-toc.open {
    display: block;
  }
  .article-container {
    flex-direction: column;
  }
  .article-toc {
    width: 100%;
    position: unset;
  }
  .article-toc-wrapper {
    width: 100%;
    background-color: transparent;
    border: none;
    box-shadow: none;
    position: unset !important;
  }
  .toc-toggle-arrow {
    display: flex;
  }
  .toc-toggle-arrow svg {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 767px) {
  .hero-blog-section h1 {
    font-size: 24px;
  }

  .hero-blog-section p {
    font-size: 15px;
  }

  .hero-blog-meta {
    font-size: 13px;
    gap: 4px;
  }
    .petcare-cards {
    flex-direction: column;
  }

  .petcare-card {
    flex: 1 1 100%;
  }
}


@media (max-width: 768px) {
  .top10-card-inner {
    grid-template-columns: 1fr;
}
.top10-clinic-details {
    grid-template-columns: 1fr;
}
.top10-clinic-content {
    padding: 24px;
}

.main-single-block{
  padding:24px 16px !important;
}

.hero-blog-section,
.toc-heading,
.vet-care-section,
.pet-guide-section,
.top10-clinics-section,
.choose-clinic-wrapper,
.emergency-services-wrapper,
.vet-treatments-section,
.pet-health-journey-wrapper,
.top10-clinics-section {
    padding: 24px;
}
.pet-guide-cards {
    grid-template-columns: 1fr;
}

.top10-clinic-img {
     width: 100%; 
    height: 100%;
}
.top10-clinic-title {
    font-size: 20px;
            width: calc(100% - 90px);
}

.vet-care-header-text,
.pet-guide-header h2,
.choose-clinic-title,
.vet-treatments-title,
.vet-costs-title,
.emergency-vet-heading p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    width: calc(100% - 44px);
}

.choose-clinic-card-grid {
    grid-template-columns: 1fr;
}
.alert-list {
    grid-template-columns: 1fr;
}
.contact-list {
    gap: 12px;
    grid-template-columns: 1fr;
}
.vet-treatments-cards {
    grid-template-columns: 1fr;
}
.vet-costs-cards {
    grid-template-columns: 1fr;
}
.choose-clinic-header {
    text-align: left;
}

  .emergency-boxes {
    grid-template-columns: 1fr;
  }

  h2.emergency-vet-heading {
    font-size: 22px;
    line-height: 28px;
  }

}