/** Shopify CDN: Minification failed

Line 46:32 Expected identifier but found "*"
Line 1249:0 Unexpected "}"
Line 2137:2 Unexpected "{"
Line 2137:3 Expected identifier but found "%"
Line 2137:32 Expected identifier but found "%"
Line 3007:2 Unexpected "{"
Line 3007:3 Expected identifier but found "%"

**/
/* header */
header.header {
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}
.header__heading-logo-wrapper {
    /* width: 39%; */
    display: inline-block;
    transition: width .3s cubic-bezier(.52,0,.61,.99);
}
.header__menu-item span {
    font-size: 15px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
}
.utility-bar.color-scheme-1.gradient {
    background: #EFE2EE;
}
._inline_1q1d2_47 {
    display: grid;
    justify-items: var(--inline-form-alignment);
    align-content: center;
    height: 100%;
    width: 100%;
    background-color: var(--container-background-color);
    overflow: hidden;
    min-height: 75vh !important;
}
.jdgm-cards-wrapper {
    overflow: hidden;
    flex: 1;
    min-width: 0;
     max-width:none !important; */
}
.jdgm-carousel__arrows {
    display: none;
}
h2.title.inline-richtext.h0.scroll-trigger.animate--slide-in {
    font-family: 'Nunito' !important;
    text-align: center !important;
}

/* header hover  */

.header__menu-item:hover .header__active-menu-item {
    text-decoration: none;
}
.header__menu-item:hover span {
   text-decoration:none;
}
details[open]>.header__menu-item {
    text-decoration: none;
}
.header__submenu .header__menu-item:hover {
    text-decoration: none;
}
.header__submenu .header__menu-item {
    justify-content:flex-start; 
    padding: .8rem 2rem;
}

.header__menu-item,
.header__menu-item span {
    text-decoration: none !important;
    position: relative;
    color: #000;  
    transition: color 0.3s ease;
}


.header__menu-item:hover,
.header__menu-item:hover span,
.mega-menu__link:hover
{
    color: #935693 !important;
}
.mega-menu__link--active {
    color: rgba(var(--color-foreground), .75) !important;
}

.mega-menu__link,
.mega-menu__link--active,
.mega-menu__link:hover,
.header__menu-item,
.header__menu-item:hover {
    text-decoration: none !important;
}


.header__menu-item span,
.mega-menu__link > span {
    position: relative;
    display: inline-block;
    transition: transform .32s ease, text-shadow .32s ease;
}


.header__menu-item span::after,
.mega-menu__link > span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0%;
    height: 2px;
    background: linear-gradient(90deg, #e27bff, #935693);
    transition: width 0.35s ease;
}

.header__menu-item:hover span::after,
.mega-menu__link:hover > span::after {
    width: 100%;
}

.header__menu-item:hover span,
.mega-menu__link:hover > span {
    transform: translateY(-3px);
    text-shadow: 0px 2px 6px rgba(147, 86, 147, 0.25);
}


.mega-menu__link--active > span::after {
    width: 0;
}

.field__input:focus, .select__select:focus, .customer .field input:focus, 
.customer select:focus, .localization-form__select:focus.localization-form__select:after {
    box-shadow:none !important;
   
}
.field:hover.field:after, .select:hover.select:after, .select__select:hover.select__select:after,
 .customer .field:hover.field:after, .customer select:hover.select:after,
  .localization-form__select:hover.localization-form__select:after {
    box-shadow: #935693 !important;
   
}

/* banner button  */

.slideshow__text .banner__buttons .button.button--primary:hover {
    color: #935693 !important;
    background-color: transparent !important;
    border: 3px solid #935693; 
}
.slideshow__text .banner__buttons .button.button--primary{
    color:#935693;
    border:1px solid #935693;
}
h2.plp-custom-heading {
    text-align: left;
    font-size: 30px;
    font-family: 'Nunito';
}
sticky-header.header-wrapper.color-scheme-1.gradient {
    border-bottom: 1px solid #e5e5e5 !important;
}
.slideshow__controls.slideshow__controls--top.slider-buttons {
    display: none !important;
}
/* pet dress buttons  */
.banner--content-align-left.banner--desktop-transparent .banner__box,
.banner--content-align-right.banner--desktop-transparent .banner__box,
.banner--medium.banner--desktop-transparent .banner__box {
    max-width: 45rem !important;
}


/* promo banner */
.promo-row-wrapper {
  background-color: #fff;
}

.promo-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding: 40px 0;
}

.promo-block {
  flex: 1;
  background: #f9f7f3;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.promo-block:hover {
  background: #935693;
  transform: translateY(-3px);
}
.promo-block:hover .promo-text h3,
.promo-block:hover .promo-text p {
    color: #fff !important;
}


.promo-block img {
  width: 50px;
  height: 46px;
  object-fit: contain;
  border-radius: 50%;
  background-color: #e6e6e6;
  padding: 10px;
}

.promo-block .promo-text {
  flex: 1;
}

.promo-block .promo-text h3 {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: bold;
}

.promo-block .promo-text p {
  margin: 0;
  font-size: 14px;
  color: #555;
}
/* slide show css  */
.slideshow__slide {
  position: relative;
}


.slideshow__image-link {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: block;
}


.banner__media::after {
  pointer-events: none;
}


.slideshow__text-wrapper {
  pointer-events: none;
  z-index: 998;
}


.slideshow__controls,
.slider-buttons,
.slider-counter {
  pointer-events: auto;
  z-index: 999;
}

/* cupon css  */
.old-price {
  text-decoration: line-through;
  color: #999;
  margin-right: 6px;
}

.discount-badge {
  background: #935693;
  color: #fff;
  padding: 2px 6px;
  font-size: 12px;
  margin-left: 6px;
  border-radius: 3px;
}
/* footer */
.footer-block--newsletter.scroll-trigger.animate--slide-in {
    display: flex;
    justify-content: center;

   
}
footer.footer.color-scheme-1.gradient.section-sections--26076979396898__footer-padding {
    background: #EFE2EE;
}
.testimonial-slider-section h2 {
    font-family: 'Nunito' !important;
}
footer.footer.color-scheme-1.gradient.section-sections--26192633332002__footer-padding {
    background: #efe2ee;
}

/* zip over code  */
.tingle-modal--visible .tingle-modal-box {
    animation: scale .2s cubic-bezier(.68,-.55,.265,1.55) forwards;
    background: #efe2ee !important;
}
.sac-btn:hover {
    border-color: #935693;
    color:#fff;
    background: #935693;
}
.sac-checker {
    margin: 25px 0px;
}

/* pdp page css  */

li.grid__item.scroll-trigger.animate--slide-in {
    margin: 30px 0px !important;
}
.facets__summary span:first-of-type {
    text-decoration: none !important;
}
.facets__disclosure[open] .facets__summary, .facets__summary:hover {
     color:#935693 !important;
}
.facets__label:hover, .facets__label.active, .facets__label:has(:focus-visible) {
   color:#935693 !important;
}
.facets-layout-list .facets__label:hover .facet-checkbox__text-label, .facets-layout-list input:focus~.facet-checkbox__text-label {
    text-decoration: none !important;
}
variant-swatch-king div.swatch-preset-1807802 div.star-set-btn.swatch-selected div.swatch-button-title-text {
    color: #fff;
    background-color: #935693;
    text-decoration-color: #fff;
}

.quick-add__submit:hover{
    background:#935693;
    color:#fff;
}
.product-form__submit:hover{
     background:#935693;
    color:#fff;
}
.pickup-availability-button:hover {
    color: #935693 !important;
}
.pickup-availability-button{
    text-decoration:none !important;
}
button.button {
    background: #ffffff3d;
    color: #935693;
    border: 1px solid;
}
button.button:hover{
    background:#935693;
    color:#fff;
}
a.button.button--full-width.button--secondary {
    border: 1px solid #935693;
}
a.button.button--full-width.button--secondary:hover{
     background:#935693;
    color:#fff;
}
.list-payment {
    display: none !important;
}
.footer__content-bottom-wrapper--center {
 margin-left: auto !important;
}
.footer__copyright.caption {
    display: flex;
    justify-content: center !important;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    gap:4px;
}


@media (max-width: 768px) {
/* dog and cat banner cards  */
.cat-banner-image img {
    width: 150px;
    right: -11px !important;
    top: -40px;
}
.cat-card {
    border-radius: 20px !important;
}


  .promo-row {
    flex-direction: column;
  }
}



/* offer banner */

.section-offers {
    padding-top: 60px;
    padding-bottom: 88px;
}
.promotional-banner-box {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-radius: 10px;
}
.pramotional-banner-box-left p {
    font-size: 22px;
    margin: 0;
    font-family: 'Nunito';
    font-weight: bold;
    color: #000;
    line-height: 30px;
}
.pramotional-banner-box-badge {
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 22px;
    display: flex;
    align-items: center;
    border-radius: 100%;
    font-size: 15px;
    font-weight: bold;
}
.pramotional-banner-box-right p {
    font-size: 20px;
    padding: 0;
    margin: 0;
    font-weight: bold;
    line-height: 30px;
    color: #000;
    text-align: center;
}
.pramotional-banner-box-center {
    position: relative;
}
.pramotional-banner-box-center img {
    position: absolute;
    left: -70px;
    top: -41px;
}


.collection-list-title,
.collection__title  h2 {
    font-family: Comic Sans MS,cursive,sans-serif;
    font-size: 35px;
    font-weight: bold;
}
/* product grid */
.grid__item.scroll-trigger {
    padding: 15px;
    border-radius: 8px;
}
.full-unstyled-link {
     font-family: Nunito; 
    color: #000;
} 
/* product card  */
.underline-links-hover:hover a {
    text-decoration: none !important;
    color:#935693;
}
a.full-unstyled-link .price-item.price-item--regular:hover {
     color:#935693 !important;
}


/* Blog post  */
.article-card-wrapper a.full-unstyled-link {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
.article-card-wrapper p.article-card__excerpt {
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 0 !important;
    margin-bottom: 0;
}
.article-card__info time {
    text-transform: capitalize;
    font-style: italic;
    font-size: 14px;
    font-weight: normal;
}

.bvt-body a {
    text-decoration: none;
}
/* Category page */
.collection-hero__inner {
    display: block;
}
.collection-hero__inner .collection-hero__text-wrapper {
    display: none;
}
.collection-hero__inner .collection-hero__image-container {
    margin: 0 !important;
    border-radius: 10px;
}
.product-count-vertical {
    margin-left: 0;
}
.facets-vertical-form {
    justify-content: space-between;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    align-items: center;
    margin-bottom: 20px;
}


.facet-filters.sorting.caption {
    order: 2;
    border-left: 1px solid #e4e4e4;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
}
/* Product page */
.product.product--large .grid__item.scroll-trigger {
    border: none;
}
/* Footer section */
.footer-block.grid__item.footer-block--menu {
    border: none;
    padding: 0;
}
.newsletter__wrapper {
  background-color:rgb(0, 0, 0);
}
.newsletter .newsletter__wrapper h2 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.newsletter .newsletter__wrapper .newsletter__subheading {
    margin-top: 5px;
}
.newsletter .newsletter__wrapper .newsletter__subheading p {
    font-size: 15px;
    color: #fff;
}
.footer-block--newsletter {
    opacity: 1 !important;
}
li.list-social__item a {
    background:#935693;
    opacity: 1 !important;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 8px;
    color: #fff;
}
li.list-social__item a:hover{
    background-color: #873c87;;
}

.newsletter-form__field-wrapper .field {
    border-radius: 10px;
    overflow: hidden;
}
.newsletter-form__field-wrapper .field__input {

    font-size: 15px;
}

/* banner css */
div#Slider-template--25006298005794__slideshow_9xLmqj {
    width: 100%;
}
/* banner css end */

/* cat section css  */
.cat-feature-section {
    padding: 25px 0;
}

/* food page css */
h2.product-count__text.text-body {
    margin-right: 25px;
}

/* slideshow css  */
slideshow-component:not(.page-width) .slider-buttons {
    border-left: 0;
    border: none !important;
}
.slideshow__autoplay.slider-button {
    border-left: none !important;
}
/* Blog grid page css */

.custom-blog-article {
    width: 80%;
    margin: 0px 85px;
}
.article-template__content{
    max-width: 100%;
}
header.page-width.page-width--narrow.scroll-trigger.animate--fade-in {
    margin: 0;
    padding: 25px 0;
    max-width: 100%;
}
.article-template__content.page-width.page-width--narrow.rte.scroll-trigger.animate--slide-in {
    margin: 0px;
    padding-top: 20px;

}
.rte li {
    list-style: circle;
}
.card--standard>.card__content .card__information {
    text-align: left;
}
.card__media, .card .media {
    border-radius: 7px;
}
.article-card-wrapper p.article-card__excerpt{
    margin-left:-1px;
}
/* category card  */
.cat-grid {
    margin-top: 20px;
}
.cat-banner-image img {
    top: -43px;
    width:184px;
}
.cat-banner {
    margin-bottom: 15px;
}
#section-template--25006298005794__pets_dog_banner_dmheaQ{
    padding-top:0px !important;
}

/* plp page pagination  */
.load-more-btn {
  display: block;
  margin: 40px auto;
  padding: 12px 32px;
  background: transparent;
  color: #935693;
  border: 1px solid #935693;
  border-radius: 6px;
  cursor: pointer;
}
.load-more-btn:hover{
     background: #935693;
      color: #fff;

}


/* pet dress css  */
a.button.button--primary {
    background: transparent;
    color: #681768;
    border: 1px solid #935693;
    box-shadow: none !important;
    margin-left: 4px;
}
a.button.button--primary:hover{
    color:#fff;
    background:#935693;
}
.button:after, .shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after{
    box-shadow:none !important;
}

/* form css  */
._gridItem_1q1d2_172 ._gridItemContent_1q1d2_257 form._formFieldset_cit2d_82 {
    display: flex;
    gap: 30px !important;
    flex-direction: column;
    padding: 0px 2px;
}

.product-form__input--pill input[type=radio]:checked+label{
    background:#935693 !important;
}
/* form css end  */

/* footer css  */
.footer-block__details-content .list-menu__item--link {
  position: relative;
  display:inline-block;
}

.footer-block__details-content .list-menu__item--link:hover {
  color:#935693 !important; 
  text-decoration: none !important;
}

.footer-block__details-content .list-menu__item--link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background-color: #935693;
  transition: width 0.4s ease;
}

.footer-block__details-content .list-menu__item--link:hover::after {
  width: 100%;
}

/*  brands logo */
.brand-logo-item {
    display: inline !important;
}
h2.brand-title {
    margin-top: 65px;
    text-align: center;
    font-size: 35px;
    font-weight: 800;
}
/* brand log end */


/* responsive  css */

/*  for tablets plp pages  */
@media screen and (min-width: 749px) and (max-width: 998px) {
  .product-grid,
  .grid--1-col-mobile,
  .grid--1-col-tablet-down,
  .collection .grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
  }

 
  .product-grid .card__media img,
  .grid .card__media img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
  }

  .product-grid .grid__item,
  .grid .grid__item {
    padding: 0 !important;
  }
}

@media (max-width: 992px) {
    .bvt-cards {
        flex-wrap: wrap;
    }
   .bvt-cards-inner {
        flex: 0 0 calc(50%);
    }

    .header.page-width,
    .page-width {
    padding-left: 16px;
    padding-right: 16px;
}
  .banner--medium:not(.banner--adapt) {
    min-height: 34rem !important;
}
.elementor-widget-container {
    width: 100%;
    margin-left: -19px;
}

    .cat-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px;
  }
  .footer__content-bottom.scroll-trigger.animate--slide-in {
    overflow: hidden;
}
.footer__payment {
    margin-top: 0.5rem;
    margin-right: 0px !important;
  }


  .cat-banner {
    width: 100% !important;
    border-radius: 0 !important; 
    padding: 20px !important; 
  }
  .cat-banner-image img {
    top: -19px;
  }
  .cat-banner {
      height: 246px;
  }
  .cat-card img {
      height: 320px;
  }
  .banner__buttons.banner__buttons--multiple a.button.button--primary {
      background: #935693;
      color: #fff;
      border: 1px solid #935693;
      box-shadow: none !important;
      margin-left: 5px;
  }

  
}
@media(min-width:750px){
    ul.list.list-social.list-unstyled {
        display: none;
    }
    
}
:root {
  --mobile-header-height: 99px;
}



@media (max-width: 768px) {
     main#MainContent {
    padding-top: var(--mobile-header-height) !important;
  }
    .bvt-cards-inner {
        flex: 0 0 calc(100%);
    }
     .slideshow__media.banner__media.media {
     height: 25rem !important;
    }
    .banner--medium:not(.banner--adapt) {
    min-height: 25rem !important;
}
 .cat-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px;
  }

  .cat-card img {
    width: 100%;
    height: 140px;             
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    margin-bottom: 14px;
  }
  .cat-banner-image img {
    width: 199px;
}
.cat-banner-image img {
    top: -18px;
}

}

@media (max-width: 480px) {
   body, html {
    overflow-x: hidden !important;
  }
  header-drawer {
    justify-self: start;
    margin-left: -0.2rem !important;
  }
/*  menu drawer  */
div#menu-drawer {
    height: -webkit-fill-available;
}
header.page-width.page-width--narrow.scroll-trigger.animate--fade-in {
    margin-top: 77px !important;
}
.menu-drawer {
    position: fixed !important;
    transform: translate(-100%);
    visibility: hidden;
    z-index: 3;
    left: 0;
    top: 100px !important;
    width: 100%;
    background-color: rgb(var(--color-background));
    overflow-x: hidden;
}
sticky-header.header-wrapper.color-scheme-1.gradient {
    position: fixed;
    
}
div#shopify-section-sections--26076979429666__announcement-bar {
    position: fixed;
     margin-left: -7px;
}
header.header.header--middle-left.header--mobile-center.page-width.header--has-menu.header--has-social.header--has-account {
    margin-top: 50px;
}
.banner__media {
    top: 4px !important;
    
}
.shopify-section-group-header-group {
    z-index: 4;
    position: fixed;
}

#shopify-section-template--26192636379426__slideshow_4gRjcr .banner--medium:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
    min-height: 16rem !important;
}
.menu-drawer__utility-links {
    position: fixed;
    bottom: 0;
    width: 100%;
}
.menu-drawer__menu-item {
    padding: 15px 29px !important;
    text-decoration: none;
    font-size: 16px !important;
}
.menu-drawer__account {
    font-size: 16px !important;
}
header.page-width.page-width--narrow.scroll-trigger.animate--fade-in {
    margin: 0;
    padding: 35px 0;
}
.utility-bar__grid.page-width {
    padding: 0px 29px !important;
}

/* banner */

.slider.slider--everywhere .slider__slide {
    margin-bottom: 0;
    scroll-snap-align: center;
}
 #shopify-section-template--26076978938146__slideshow_4gRjcr .slideshow__media.banner__media.media {
    height: 18rem !important;
}

slideshow-component {
    display: block !important;
    margin-top: 0px !important;
  }
  header.header {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    position: relative;
}
.header {
    display: grid;
    grid-template-areas: "left-icons heading icons";
    grid-template-columns: 1fr 2fr 1fr !important;
    align-items: center;
}
.media>*:not(.zoom):not(.deferred-media__poster-button), .media model-viewer {
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
}
.promo-row {
    padding: 11px 0 !important;
}
#shopify-section-template--26076978938146__slideshow_4gRjcr .banner__buttons {
    position: absolute;
    top: 137px !important;
    left: 179px !important;
}
  #shopify-section-template--26192636379426__slideshow_4gRjcr
  .slideshow__media.banner__media.media {
    min-height: 16rem !important;
    height: auto !important;
  }
}




/*  category dog cat card css  */

 .cat-grid {
    /* grid-template-columns: repeat(1, 1fr) !important; */
    gap: 12px;
  }
  .cat-banner-image img {
    top: -28px !important;
}
.cat-banner-image img {
    width: 141px !important;
}
.cat-banner {
    height: 148px !important;
}
  .banner--medium:not(.banner--adapt) {
    min-height: 28rem !important;
}
 .slideshow__media.banner__media.media {
     height: 15rem !important;
    }
    .cat-feature-section {
    padding: 10px 0;
}
.blog-video-tabs {
    margin-bottom: 15px !important;
}

button.button {
    background: #935693;
    color: #fff;
    border: 1px solid;
}
/* plp page css  */
h2.plp-custom-heading {
    text-align: left;
    font-size: 30px;
    font-family: Nunito;
    font-size: 25px;
    padding-top: 22px;
}
.facets-container {
   padding-top:2px !important;
}
.facets-container.scroll-trigger.animate--fade-in {
    margin-top: 0px !important;
}
li.grid__item.scroll-trigger.animate--slide-in {
    margin: 0px 0!important;
}
.product-media-container.media-type-image.media-fit-contain.global-media-settings.gradient.constrain-height {
    margin-top: 95px !important;
}
li#Slide-template--26076979101986__main-53903450145058 {
    margin-left: 0px !important;
}
.grid__item.scroll-trigger {
    padding: 0px !important;
    
}
.FAQ-1-heading {
    margin-top: 36px;
}

  /* promotion banner css */
  .pramotional-banner-box-center img {
    position: absolute;
    left: -65px;
    top: -6px;
    height: 111%;
  }
  .pramotional-banner-box-left p {
    font-size: 10px;
    font-family: Nunito;
    font-weight: 700;
    color: #000;
    line-height: 30px;
    margin-left: -5px;
    width: 69%;
  }
  .pramotional-banner-box-right p {
    font-size: 10px;
    font-weight: 700;
    line-height: 30px;
    color: #000;
    text-align: center;
    margin-right: -39px;
    width: 145%;
  }
  .pramotional-banner-box-badge {
    width: 38px;
    height: 66px;
    text-align: center;
    line-height: 22px;
    display: flex;
    align-items: center;
    border-radius: 100%;
    font-size: 9px;
    margin-right: -2px;
  }

  .list-payment {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -0.5rem 0;
    padding-top: 1rem;
    padding-left: 0;
    margin-bottom: 34px;
  }

  .footer__payment {
    margin-bottom: 47px !important;
  }
  .footer__copyright {
    text-align: center;
    margin-top: -22px;
    margin-left: 41px;
}

  .footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet.scroll-trigger.animate--slide-in {
      margin-left: 3px !important;
  }

h1.main-page-title.page-title.h0.scroll-trigger.animate--fade-in {
    font-size: 30px;
}
   .menu-drawer .list-social {
    margin-top: 10px;
}

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--fade-in {
    opacity: 1;
    animation: var(--animation-fade-in);
    width: 100%;
    margin-top: 5px;
    
  }
  h1.article-template__title {
    font-size: 25px;
}
h1.title--primary.scroll-trigger.animate--fade-in {
    margin-top: 90px;
    font-size: 23px;
}

  /* blog css  */
  .bvt-heading h2 {
    font-size: 27px !important;
    margin-bottom: 24px !important;

}
.bvt-tabs {
    text-align: center;
    margin-bottom: 5px !important;
}
 .custom-blog-article {
    margin: 0px 15px;
    width: 93%;
        
}
.article-template__content.page-width.page-width--narrow.rte.scroll-trigger.animate--slide-in {
    padding: 0;
    margin-top: 20px;
     margin-right: 12px !important; 
     width: 93% !important;
   
}
.elementor-widget-container {
    margin-left: 1px !important;
}
/* blog tab */

    .bvt-heading h2 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 8px;
        text-align: center;
    }

    
    .bvt-tabs {
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 5px;
        text-align: center;
    }

    .bvt-tabs button {
        font-size: 13px;
        padding: 5px 10px;
        margin: 0 4px;
        border-radius: 5px;
    }

    
    .bvt-cards {
        flex-direction: column;
    }

    .bvt-cards-inner {
        flex: 0 0 100%;
        padding: 5px 10px;
    }

    .bvt-card {
        margin: 20px 0;
    }

   
    .bvt-img img {
        height: 199px;
    }

   
    .bvt-body {
        padding: 15px;
    }

    .bvt-body h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .bvt-body p {
        font-size: 13px;
        line-height: 20px;
    }


    .bvt-body a.bvt-btn {
        font-size: 13px;
        padding: 6px 12px;
    }

   
    .video_icon svg {
        width: 55px;
        height: 55px;
    }
    /* testimonial css  */
    .testimonial-slider-section {
    padding: 7px 8px;

}
.testimonial-slider-section h2 {
    font-size: 29px;
    font-family:nunito;
    margin-bottom: 44px;
}
.blog-video-tabs {
    margin-bottom: 75px;
     margin-top: 56px;
}
a.button.button--primary {
    margin-bottom: 15px;
}
}
/* end responsiveness */


 /*form loader css  */
  #global-preloader {
  position: absolute !important;
  inset: 0;
  width: 100%;
  height: 100vh !important;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.3s ease;
}


#global-preloader::before {
  content: "";
  width: 120px;
  height: 120px;
  background-image: url("/cdn/shop/files/hobbsgo-site-logo-bold.png?v=1765467866");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  animation: pulse 1.4s ease-in-out infinite;
}

@keyframes pulse {
  0% { opacity: 0.5; transform: scale(0.95);
 }
  50% { opacity: 1; transform: scale(1);
 }
  100% { opacity: 0.5; transform: scale(0.95); 
}
}


.global-spinner {
  display: none !important;
}

#global-preloader > * {
  display: none !important;
}

body.gradient.animate--hover-default {
  min-height: 100vh;
}


#global-preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #fff;
  transition: opacity 0.4s ease;
}


#global-preloader.is-hidden {
  opacity: 0;
  pointer-events: none;
}

#shopify-section-template--26192636543266__forms {
  min-height: 1000px;
}


@media screen and (max-width: 480px) {
  #shopify-section-template--26192636379426__slideshow_4gRjcr
  .slideshow__media.banner__media.media.media {
    height: 27rem !important;
  }
}


/* pages Css */

/* blog and video css */
  .bvt-heading h2 {
      font-size: 35px;
      font-weight: 700;
      margin: 0;
      margin-bottom: 16px;
      text-align:center;
  }


  .bvt-tabs {
      text-align: center;
      margin-bottom: 40px;
  }
  .blog-video-tabs {
      margin-bottom: 75px;
      margin-top: 75px;
  }
  .bvt-tabs button {
      display: inline-block;
      padding: 8px 7px;
      font-size: 16px;
      border: navajowhite;
      background: transparent;
      font-weight: bold;
      cursor: pointer;
      transition: 0.3s all;
      border-bottom: 2px solid transparent;
      margin-left: 7px;
      margin-right: 7px;
  }
  .bvt-tabs button.active,
  .bvt-tabs button:hover {
      color: #935693;
      border-color: #935693;
      background: #fff;
      border-radius: 6px;
  }
  .bvt-content {
    display: none;
  }
  .bvt-content.active {
      display: block;
  }
  .bvt-cards-inner {
   flex: 0 0 calc(100% / 3);
   padding: 5px;
  }
  .bvt-card {
      border: 1px solid #e4e4e4;
      border-radius: 6px;
      overflow: hidden;
      position: relative;
  }

  a.video_thumbs {
      position: relative;
      display: block;
  }
  a.video_thumbs::after {
      position: absolute;
      content: '';
      background: #000;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 0;
      transition: 0.3s all;
  }
  .video_icon {
      position: absolute;
      left: 50%;
      top: 50%;
      z-index: 99999;
      height: auto;
      transform: translate(-50%, -50%);
  }
  .video_icon svg {
      width: 90px;
      height: 90px;
      fill: #ff1b1b;
  }
  a.video_thumbs:hover::after {
      opacity: 0.2;
  }
  a.video_thumbs:hover .video_icon svg {
       fill:rgb(179, 5, 5);
  }
  div#videos-template--25006298005794__blog_and_video_6cdb6a {
      margin-bottom: 45px;
  }
  .bvt-img img {
      width: 100%;
      display: block;
      height: 211px;
      object-fit: cover;
  }
  .bvt-body a.bvt-btn {
      background: #fff;
      color: #935693;
       border: 2px solid #935693;
      border-radius: 5px;
      padding: 8px 15px;
      font-size: 15px;
      text-decoration: none;
      display: inline-block;
      transition: 0.3s all;
  }
  .bvt-body a.bvt-btn:hover {
     background: #935693;
      color: #fff;
      border-color: #935693;
  }
  .bvt-body{
    padding: 20px;
  }
  .bvt-cards-inner_wrapp {
      padding: 2px;
  }
  .bvt-body h3 {
      font-size: 20px;
      font-weight: 700;
      line-height: 30px;
      margin: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
  }
  .bvt-body p {
      font-size: 15px;
      margin-top: 8px;
      line-height: 25px;
      color: #4e4e4e;
      position: relative;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }
  .bvt-meta {
      color: #828282;
      font-size: 15px;
      font-style: italic;
      margin-top: 4px;
  }
  .bvt-cards-inner> a {
      text-decoration: none;
  }

  .bvt-slider-outer {
    position: relative;
    padding: 0 31px;
  }


  .bvt-swiper,
  .bvt-video-swiper {
    position: relative;
  }

  .bvt-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    background: #fff;
    color: #935693;
    border: none;
    box-shadow: 0 8px 22px rgba(0,0,0,.12);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
    transition: all .25s ease;
  }
  .bvt-nav-prev {
      left: -30px !important;

  }

  .bvt-nav-next {
      right: -30px !important;
  }

  .bvt-nav:hover {
    background: #935693;
    color: #fff;
    transform: translateY(-50%) scale(1.1);
  }

  /* MOBILE */
  @media (max-width: 480px) {
    .bvt-slider-outer {
      padding: 0 51px;
    }
    .bvt-nav-prev {
      left: 0px !important;
  }
  .bvt-nav-next {
      right: 0px !important;
  }

  }
  @media (max-width: 768px) {
    .bvt-slider-outer {
      padding: 0 87px;
    }
    .bvt-nav-prev {
      left: 30px !important;
  }
  .bvt-nav-next {
      right: 30px !important;
  }
  .bvt-img img {
      height: auto !important;
      width: 100%;
      object-fit: cover;
  }
  }
  @media (max-width: 992px) {
    .bvt-slider-outer {
      padding: 0 57px;
    }
    .bvt-nav-prev {
      left: 7px !important;
       z-index: 1;

  }

  .bvt-nav-next {
      right: 7px !important;
       z-index: 1;
  }
  }

  /* grooming css */
  

    .page-width {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }

        .grooming-hero-alt{
          padding:40px 20px;
        }
        .grooming-hero-alt__inner{
          max-width:1200px;
          margin:auto;
          display:grid;
          grid-template-columns:1.1fr .9fr;
          gap:60px;
        }
       .grooming-hero-alt__heading {
          font-size: 46px;
          font-family: 'Nunito';
      }
        .grooming-hero-alt em{
          color:#9a5aa0;
        }

        .grooming-packages{
          padding:22px 20px;
          background:#fbf9fc;
        }
        .grooming-packages__grid{
          display:grid;
          grid-template-columns:repeat(2,1fr);
          gap:28px;
          padding: 9px 2px;
        }
       .package-card {
          background: #fff;
          padding: 35px;
          border-radius: 20px;
          text-align: left;
          color: #000;
          box-shadow: 0 13px 27px rgba(147, 86, 147, 0.45);
      }
        .featured{
          background:#fff;color:#000;
        }
      .package-card li {
          display: block;
          margin-bottom: 0px;
      }
      .package-card:hover {
        transform: translateY(-10px);
        background: #935693;
      }
      a.btn-primary-1:hover,
      .btn-primary-1:hover {
        color:#fff;
        background-color: #935693;
      }
      .grooming-gallery__header {
          text-align: center;
          margin-bottom: 60px;
          font-family: 'Nunito' !important;
      }



      .package-card:hover .package-btn  {
        background: #fff;

      }
      .grooming-hero-alt__buttons {
        display: flex;
        gap: 16px;
        align-items: center;
        flex-wrap: wrap;
      }

      a.btn-secondary-1 {
        text-decoration: none;
        padding: 9px 39px;
        border-radius: 10px;
        border: 1px solid #935693;
        color: #935693;
        background: transparent;
        transition: all 0.3s ease;
        font-weight:700;
      }

      a.btn-secondary-1:hover {
        background: #935693;
        color: #fff;
      }


      .package-card:hover h3,
      .package-card:hover ul,
      .package-card:hover .package-tag {
        color: #fff;
      }
      .grooming-packages__header h2 {
        font-size: 46px !important;
        font-family: 'Nunito';
      }
      .grooming-packages__header p {
        font-size: 30px !important;
        font-family: 'Nunito';
      }
      .extra-services {
          margin: 56px 20px;
      }
  
    .extra-services__wrapper {
        max-width: 1200px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 2fr;
        gap: 40px;
        align-items: center;
        border: 1px solid #935693;
        padding: 37px 37px;
        border-radius: 17px;
    }


      .extra-services__content h3 {
        font-size: 26px;
        color: #9b4d96;
        margin-bottom: 10px;
      }

      .extra-services__content p {
        color: #666;
        font-size: 15px;
        line-height: 1.6;
      }


      .extra-services__cards {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
      }

      .extra-card {
        background: #ffffff;
        border-radius: 14px;
        padding: 24px;
        text-align: left;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
        transition: transform 0.25s ease;
      }

      .extra-card:hover {
        transform: translateY(-5px);
      }

      .extra-card__icon {
        font-size: 26px;
        color: #9b4d96;
        margin-bottom: 12px;
      }

      .extra-card h4 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 6px;
      }

      .extra-card p {
        font-size: 14px;
        color: #666;
      }



      .service-booking {
        padding: 25px 18px;
        background: #fbf9fc;
      }
      .service-booking__info ul {
        margin-left: 0px;
      }


      .service-booking__wrapper {
        max-width: 900px;
        margin: auto;
        background: #fff;
        border-radius: 24px;
        display: grid;
        grid-template-columns: 1fr 1.4fr;
        overflow: hidden;
         margin-bottom: 45px;

      }


      .service-booking__info {
        background: #935693;
        color: #fff;
        padding: 45px;
      }

      .service-booking__info h3 {
        font-size: 26px;
        margin-bottom: 12px;
        color: #fff;
      }

      .service-booking__info p {
        opacity: 0.9;
        margin-bottom: 30px;
        line-height: 1.6;
      }
      .grooming-packages__header h2::after {
      content: "";
      display: block;
      width: 50px;
      height: 4px;
      background: #935693;
      margin: 10px auto ;
      border-radius: 2px;
    }

    .grooming-packages__header p {
      margin-top: 8px;
      font-size: 14px;
      color: #777;
    }
      .service-booking__info ul {
        list-style: none;
        padding: 0;
      }

      .service-booking__info li {
        margin-bottom: 18px;
      }


      .service-booking__form {
        padding: 45px;
      }

      .form-field {
        margin-bottom: 18px;
      }

      #PetRelocationForm .form-field {
        margin-bottom: 10px;
      }

      #PetRelocationForm .form-field label {
        margin-top: 0px
      }

      .form-field label {
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 6px;
        margin-top: 18px;
        display: block;
      }

      .service-booking__form input,
      .service-booking__form select {
        width: 100%;
        padding: 13px 14px;
        border-radius: 10px;
        border: 1px solid #ddd;
        font-size: 14px;
      }


      .form-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
      }


      .phone-wrap {
        display: flex;
        align-items: center;
        gap: 10px;
      }

      .phone-wrap span {
        background: #f1eef3;
        padding: 12px 14px;
        border-radius: 8px;
        font-size: 14px;
      }


      .confirm-btn {
        margin-top: 25px;
        width: 100%;
        background: #935693;
        color: #fff;
        border: none;
        padding: 15px;
        border-radius: 30px;
        font-weight: 600;
        font-size: 15px;
        cursor: pointer;
      }

      .confirm-btn:hover {
        opacity: 0.9;
      }



      section.service-faq {
          margin-bottom: 56px;
      }
      .service-faq__container {
        max-width: 900px;
        margin: auto;
      }

      .service-faq__header {
        text-align: center;
        margin-bottom: 50px;
      }

      .service-faq__header h2 {
        font-size: 42px;
        font-family: 'Nunito';
      }

      .service-faq__header p {
        font-size: 20px;
        opacity: 0.8;
      }

      .faq-item {

        border-radius: 16px;
        margin-bottom: 16px;
        overflow: hidden;
        box-shadow: 0 5px 15px rgba(147, 86, 147, 0.15);
      }

      .faq-question {
        width: 100%;
        padding: 22px 26px;
        background: none;
        border: none;
        font-size: 18px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
      }

      .faq-icon {
        font-size: 26px;
        color: #935693;
        transition: transform 0.3s ease;
      }

      .faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 26px;
        transition: max-height 0.4s ease;
      }

      .faq-answer p {
        padding-bottom: 22px;
        line-height: 1.6;
        opacity: 0.85;
      }

      .faq-item.active .faq-answer {
        max-height: 300px;
      }

      .faq-item.active .faq-icon {
        transform: rotate(45deg);
      }
        .grooming-hero-alt__image img {
          width: 100%;
      }
      p.grooming-hero-alt__text {
          margin-bottom: 33px;
      }

      a.btn-primary-1 {
          text-decoration: none;
          color: #935693;
          border: 1px solid #935693;
          padding: 9px 39px;
           border-radius: 10px;
           font-weight: 700;
      }
      a.package-btn {
          text-decoration: none;
          color: #935693;
          border: 1px solid #000;
          padding: 6px 22px;
          border-radius: 10px;

      }
     .package-card h3 {
        color: #935693;
        font-size: 40px;
        margin: 0px;
    }
       .package-card ul {
          margin-left: -38px;
      }
      .package-card li {
          display: block;
      }
      .grooming-packages__header {
          text-align: center;
          margin-bottom: 18px;
      }

    .grooming-gallery {
    margin-bottom: 49px;
    padding: 0px 20px;
    background: #fff;
}

      .grooming-gallery__header {
        text-align: center;
        margin-bottom: 60px;
      }

      .gallery-eyebrow {
        font-size: 25px;
        letter-spacing: 2px;
        font-weight: 600;
        color: #c08ac7;
        display: block;
        margin-bottom: 10px;
        font-family: 'Nunito';
      }

      .gallery-heading {
        font-size: 40px;
        font-weight: 700;
      }

      .gallery-heading em {
        color: #2f6df6;
        font-style: italic;
      }


      .grooming-gallery__grid {
        max-width: 1000px;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
      }


      .gallery-item {
        position: relative;
        overflow: hidden;
        border-radius: 18px;
        aspect-ratio: 0 / 1;
        background: #eee;
      }

      .gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: grayscale(100%);
        transition: filter 0.5s ease, transform 0.5s ease;
      }


      .gallery-item:hover img {
        filter: grayscale(0%);
        transform: scale(1.05);
      }



      h1.grooming-hero-alt__heading {
        margin: 12px 0px !important;
    }
    .grooming-hero-alt__content {
        margin-top: 45px;
    }
    .grooming-packages__header h2 {
        margin: 0px !important;
    }
    .grooming-packages__header p {
        margin-top: 5px !important;
    }
   span.grooming-hero-alt__eyebrow {
    font-family: 'Nunito';
    color: #935693;
    font-weight: 700;
}
    span.head-1 {
        color: #935693;
    }
    .grooming-hero-alt__image img {
        width: 100%;
        border: 11px solid #F7F7F7;
        border-radius: 20px;
    }

    .grooming-packages__grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 30px;
      align-items: stretch;
    }

    .package-card {
      display: flex;
      flex-direction: column;
      height: 100%;
    }


    .package-card .package-btn {
      margin-top: auto;
      align-self: flex-start;
    }

    .grooming-gallery-swiper .swiper-slide {
      height: auto;
    }


    .gallery-item {
      background: #fff;
      border-radius: 16px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
    }


    .gallery-item img {
      width: 100%;
      height: auto;
      aspect-ratio: 1 / 2;
      object-fit: cover;
      display: block;
    }


    .gallery-item .gallery-text {
      padding: 12px;
      text-align: center;
    }


  {% comment %} responsiveness {% endcomment %}
  @media (max-width: 768px) {
    .page-width {
      padding-left: 16px;
      padding-right: 16px;
    }


    .grooming-hero-alt {
      padding: 30px 0;
    }

    .grooming-hero-alt__inner {
      grid-template-columns: 1fr;
      gap: 30px;
    }

    .grooming-hero-alt__content {
      margin-top: 0;
      text-align: center;
    }

    .grooming-hero-alt__heading {
      font-size: 30px;
      line-height: 1.25;
    }

    .grooming-hero-alt__text {
      font-size: 15px;
      line-height: 1.6;
    }

    .grooming-hero-alt__buttons {
      justify-content: center;
    }

    .grooming-hero-alt__image img {
      border-width: 6px;
    }


    a.btn-primary-1,
    a.btn-secondary-1 {
      width: 100%;
      text-align: center;
      padding: 12px 20px;
      font-size: 14px;
    }


    .grooming-packages {
      padding: 40px 0;
    }
    .grooming-packages__header {
    text-align: center;
    margin-bottom: -15px;
}

    .grooming-packages__header h2 {
      font-size: 32px !important;
    }

    .grooming-packages__header p {
      font-size: 16px !important;
    }

    .grooming-packages__grid {
      grid-template-columns: 1fr;
      gap: 20px;
    }

    .package-card {
      padding: 24px;
    }

    .package-card h3 {
      font-size: 28px;
    }

    .package-card ul {
      margin-left: -24px;
    }

    .package-btn {
      width: 100%;
      text-align: center;
      padding: 10px;
    }


    .extra-services {
      margin: 40px 0;
      padding: 0;
    }

    .extra-services__wrapper {
      grid-template-columns: 1fr;
      padding: 24px;
      gap: 24px;
    }

    .extra-services__content {
      text-align: center;
    }

    .extra-services__content h3 {
      font-size: 22px;
    }

    .extra-services__cards {
      grid-template-columns: 1fr;
    }

    .extra-card {
      padding: 20px;
      text-align: center;
    }

    .extra-card__icon {
      font-size: 30px;
    }


    .grooming-gallery {
      padding: 0px 0;
    }

    .gallery-eyebrow {
      font-size: 16px;
    }

    .gallery-heading {
      font-size: 28px;
    }

    .gallery-item img {
      aspect-ratio: 1 / 1.4;
    }


    .service-booking {
      padding: 60px 0;
    }

    .service-booking__wrapper {
      grid-template-columns: 1fr;
      border-radius: 18px;
    }

    .service-booking__info {
      padding: 30px;
      text-align: center;
    }

    .service-booking__info h3 {
      font-size: 22px;
    }

    .service-booking__form {
      padding: 30px;
    }


    .form-grid {
      grid-template-columns: 1fr;
    }

    .confirm-btn {
      padding: 14px;
      font-size: 15px;
    }


    .service-faq__header h2 {
      font-size: 30px;
    }

    .service-faq__header p {
      font-size: 16px;
    }

    .faq-question {
      font-size: 16px;
      padding: 18px;
    }

  }


  /* pet relocation css */
  
  .page-width {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .pet-relocation {
    font-family: inherit;
  }

  .pet-relocation .shopify-section:nth-child(even) {
  background-color: #d0d0d0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  padding-top: 40px;
  padding-bottom: 40px;
  }

/* Reorder experience section on mobile */
@media screen and (max-width: 749px) {
  .pet-relocation .experience__inner {
    display: flex;
    flex-direction: column;
  }
  
  .pet-relocation .experience__left {
    order: 2; /* Image moves to bottom */
  }
  
  .experience__right {
    order: 1; /* Text stays on top */
  }
}

@media screen and (max-width: 749px) {
  .pet-relocation .shopify-section:nth-child(even) {
    background-color: #c5c5c5;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* .pet-relocation .shopify-section:nth-child(even) {
  background-color: #e5e5e5;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 749px) {
  .pet-relocation .shopify-section:nth-child(even) {
    background-color: #dadada;
    padding-top: 30px;
    padding-bottom: 30px;
  }
} */

  
  .pet-hero {
    padding: 80px 20px;
  }

  .pet-hero__inner {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 50px;
    align-items: center;
  }

  .pet-hero__heading {
    font-size: 48px;
    line-height: 1.2;
    color: #2b2b2b;
  }

  .pet-hero__text {
    margin: 20px 0 30px;
    font-size: 16px;
    color: #666;
    max-width: 520px;
  }

  .pet-hero__buttons {
    display: flex;
    gap: 15px;
  }

  .btn-primary {
    background: transparent;
    color: #935693;
    border: 1px solid #8d5aa9;
    padding: 14px 28px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 600;
  }

  .btn-secondary {
    border: 1px solid #8d5aa9;
    color: #8d5aa9;
    padding: 14px 28px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 600;
  }
.btn-primary:hover,
.btn-secondary:hover {
  background: #935693;
  color: #fff;
  border-color: #935693;
}

  .pet-hero__image img {
    width: 100%;
    max-width: 420px;
    border-radius: 60% 40% 55% 45%;
    object-fit: cover;
  }

 
  .pet-stats {
    margin-top: 60px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  .stat-card {
    background: #faf7fb;
    padding: 26px;
    border-radius: 20px;
    text-align: center;
  }

  .stat-card h3 {
    font-size: 28px;
    color: #8d5aa9;
  }

  .stat-card p {
    font-size: 12px;
    letter-spacing: 1px;
    color: #777;
  }

  .experience {
   padding-top:20px;
   padding-bottom:60px;
  }
  .experience__image {
  width: 100%;
  max-width: 360px;
  border-radius: 30px;
  object-fit: cover;
}


  .experience__inner {
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 50px;
  }

  .experience__tag {
    background: #f3ecf7;
    padding: 14px 22px;
    border-radius: 50px;
    font-size: 14px;
  }

  .experience__right h2 {
    font-size: 36px;
    margin-bottom: 15px;
  }

  .experience blockquote {
    font-style: italic;
    color: #8d5aa9;
    margin: 20px 0;
  }

  .experience p {
    color: #666;
    line-height: 1.6;
  }

  .experience__badges {
    display: flex;
    gap: 40px;
    margin-top: 30px;
  }

  .experience__badges strong {
    font-size: 22px;
    color: #8d5aa9;
  }

  .experience__badges span {
    font-size: 12px;
    letter-spacing: 1px;
    color: #777;
  }
.travel-routes {
  padding: 90px 20px;
  background: #fff;
}

.travel-routes__container {
  max-width: 1200px;
  margin: auto;
}

.travel-routes__header {
  text-align: center;
  margin-bottom: 60px;
}

.travel-routes__header h2 {
  font-size: 36px;
  color: #2b2b2b;
}

.travel-routes__header p {
  color: #777;
  font-size: 15px;
  margin-top: 10px;
}

.travel-routes__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.route-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.04);
  transition: transform 0.3s ease;
}

.route-card:hover {
  transform: translateY(-6px);
}

.route-icon {
  width: 26px;
  margin-bottom: 18px;
}

.route-card h3 {
  font-size: 18px;
  color: #3b3b3b;
  margin-bottom: 10px;
}

.route-card p {
  font-size: 14px;
  color: #777;
  line-height: 1.6;
}
.families-reunited {
  padding: 80px 20px;
  background: #fff;
  text-align: center;
}

.families-heading {
  font-size: 42px;
  margin-bottom: 60px;
  font-family: 'Nunito', sans-serif;
  text-align: center
}

.families-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.family-card {
  background: #ffffff;
  padding: 50px 35px;
  border-radius: 26px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}


.family-avatar {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  border-radius: 50%;
  border: 4px solid #e6e6e6;
  overflow: hidden;
}

.family-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.family-name {
  font-size: 22px;
  font-weight: 600;
  margin: 10px 0 4px;
}

.family-destination {
  font-size: 12px;
  letter-spacing: 1.5px;
  color: #b18bbf;
  font-weight: 700;
  margin-bottom: 20px;
}

.family-quote {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  font-style: italic;
}


.journey-form {
  padding: 100px 20px;
  background: #fff;
}

.journey-form__card {
  max-width: 640px;
  margin: auto;
  background: #efe2ee;
  border-radius: 28px;
  padding: 50px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  text-align: center;
}

.form-status {
  font-size: 1.4rem;
}

.page-heading {
  font-size: 28px;
  margin-bottom: 10px;
  color: #2b2b2b;
}

.journey-form p {
  font-size: 14px;
  color: #777;
  margin-bottom: 35px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  text-align: left;
}

.form-field label {
  font-size: 11px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 6px;
  display: block;
}

.form-field input,
.form-field select {
  width: 100%;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid #eee;
  font-size: 14px;
  outline: none;
}

.form-field input:focus,
.form-field select:focus {
  border-color: #8d5aa9;
}

.form-field.full {
  grid-column: span 2;
}

.submit-btn {
  margin-top: 30px;
  width: 100%;
  padding: 16px;
  border-radius: 14px;
  background: transparent;
  color: #935693;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #935693;
  cursor: pointer;

}

.submit-btn:hover {
  background:#935693;
  color:#fff;
}

@media (max-width: 768px) {


  .pet-hero {
    padding: 40px 16px;
  }

  .pet-hero__inner {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }

  .pet-hero__heading {
    font-size: 30px;
    line-height: 1.25;
  }

  .pet-hero__text {
    font-size: 15px;
    margin: 14px auto 24px;
  }

  .pet-hero__buttons {
    flex-direction: column;
    align-items: center;
  }

  .pet-hero__image {
    display: flex;
    justify-content: center;
  }

  .pet-hero__image img {
    max-width: 260px;
    width: 100%;
    border-radius: 50%;
  }
    /* STATS */
  .pet-stats {
    margin-top: 40px;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .stat-card h3 {
    font-size: 22px;
  }

  .stat-card p {
    font-size: 11px;
  }

 
     .experience {
        padding: 5px 16px;
    }
  .experience__inner {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }

  .experience__image {
    max-width: 260px;
    margin: 0 auto;
    border-radius: 20px;
  }

  .experience__right h2 {
    font-size: 28px;
  }

  .experience blockquote {
    font-size: 15px;
  }

  .experience p {
    font-size: 14px;
  }

  .experience__badges {
    justify-content: center;
    gap: 30px;
  }
   
  .travel-routes {
    padding: 60px 16px;
  }

  .travel-routes__header h2 {
    font-size: 30px;
  }

  .travel-routes__header p {
    font-size: 14px;
  }

  .travel-routes__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .route-card {
    padding: 24px;
  }


  .families-reunited {
    padding: 60px 16px;
  }

  .families-heading {
    font-size: 30px;
    margin-bottom: 36px;
    text-align: center
  }

  .families-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .family-card {
    padding: 34px 24px;
  }

  .family-avatar {
    width: 96px;
    height: 96px;
    margin-bottom: 18px;
  }

  .family-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .family-name {
    font-size: 20px;
  }

  .family-destination {
    font-size: 11px;
    letter-spacing: 1.2px;
  }

  .family-quote {
    font-size: 14px;
    line-height: 1.6;
  }
 
  .form-grid {
    display: block;
}
.form-field{
margin-bottom: 15px;
}
  .journey-form {
    padding: 17px 1px;
  }
  .form-field label {
    margin-left: 8px;
}

  .journey-form__card {
    padding: 36px 24px;
    border-radius: 22px;
  }

  .page-heading h2 {
    font-size: 26px;
  }

  .journey-form p {
    font-size: 13px;
  }

  .submit-btn {
    font-size: 15px;
    padding: 15px;
  }
}

/* swiper banner css */

  .hobbs-swiper-wrapper {
  width: 100%;
  overflow: hidden;
}


.hobbs-swiper {
  width: 100%;
  height: 520px;
}
.hobbs-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.hobbs-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: unset; 
  object-position: center;
  display: block;
}


.hobbs-swiper .swiper-pagination-bullet {
  background: #000;
  opacity: 0.3;
}

.hobbs-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
 .hobbs-swiper .swiper-pagination {
  bottom: 20px;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.hobbs-swiper .swiper-pagination-bullet {
  position: relative;
  width: 40px;
  height: 4px;
 background: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  overflow: hidden;
  opacity: 1;
}


.hobbs-swiper .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #000;
}


.hobbs-swiper .swiper-pagination-bullet-active::after {
  animation: progressFill linear forwards;
  animation-duration: var(--autoplay-duration);
}

@keyframes progressFill {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
} {% endcomment %}


@media (min-width: 1200px) {
  .hobbs-swiper {
    height: 600px;
  }
}


@media (max-width: 768px) {
  .hobbs-swiper {
    height: 33vh; 
  }
}

/* petdog banner css */

.cat-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;

  border-radius: 20px;
  padding: 30px;
  margin-bottom: 20px;
  position: relative;
}

.cat-banner-text {
  z-index: 2;
}

.cat-banner-text p {
  margin: 0;
  font-size: 25px;
  font-weight: 400;
}

.cat-banner-text h2 {
  font-size: 65px;
  font-weight: 900;
  margin: 0;
}

.cat-banner-image img {
    border-radius: 12px;
    width: 200px;
    position: absolute;
    right: 50px;
    top: -52px;
}

.cat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.cat-card {
    text-align: center;
    padding: 0;
    transition: .3s all;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.cat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* .cat-card img {
    display: block;
    width: 100%;
    height: 140px;
    object-fit: cover;
} */

.cat-card-text {
    position: absolute;
    top: 16px;
    width: 100%;
    padding: 15px;
}

.cat-card h4 {
    font-size: 18px;
    margin: 5px 0 0;
    font-weight: 700;
    text-align: left;
}

@media (max-width: 768px) {
  .cat-banner-text h2 {
    font-size: 45px;
  }
  .cat-banner-text p {
    font-size: 18px;
  }
  .cat-banner-image img {
    width: 150px;
    right: 20px;
    top: -40px;
  }
    .cat-grid {
    display: flex;
    gap: 16px;
    padding-bottom: 10px;
    overflow-x: hidden; 
    scroll-snap-type: x mandatory;
    position: relative;
  }

  .cat-card {
    min-width: 75%;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
  .cat-card img {
    display: block;
    width: 100%;
    height: 153px;
    object-fit: cover;
  }
}

@media screen and (max-width: 998px) {

  .cat-grid {
    display: flex !important;
    overflow-x: hidden !important;
    scroll-snap-type: x mandatory;
    gap: 16px !important;
  }

  .cat-card {
    min-width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    scroll-snap-align: start;
  }

  .cat-card img {
    height: 160px !important;
    object-fit: cover !important;
  }
}

/* testimonial css  */
.testimonial-slider-section {
  text-align: center;
  padding: 50px 20px;
  background: #fff;
}

.testimonial-slider-section h2 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 55px;
  margin-top:0px;
  font-family: 'Comic Sans MS', cursive, sans-serif;
}

.testimonial-carousel {
  position: relative;
  width: 100%;
}

.testimonial-slide {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 22px;
  /* margin-right: 8px !important; */
  text-align: left;
  max-width: 350px;
  margin: 0 auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.testimonial-carousel {
  width: 100%;
  overflow: hidden;
}

.customer-photo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

.stars {
  color: #FFD700;
  font-size: 18px;
  margin: 10px 0;
}

.service {
  font-weight: bold;
  margin: 0;
}

.name {
  font-size: 14px;
  color: #555;
  margin: 0 0 10px;
}

.review {
  font-size: 14px;
  color: #666;
}

.view-all-button {
display: inline-block;
position: relative;
padding: 3px 0;
background-color: transparent;
color: #935693;
text-decoration: none;
transition: color 0.3s ease;
}

.view-all-button::after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 2px;
background-color: #935693;
transition: width 0.3s ease;
}

.view-all-button:hover::after {
width: 100%;
}

.view-all-button:hover {
color: #935693;
}

.view-all-wrapper {
text-align: right;
}
.swiper-wrapper {
display: flex;
gap: 7px !important;

}


@media (max-width: 768px) {
  .testimonial-slide {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box;
  }
  .swiper-wrapper {
    display: flex;
    gap: 0px !important;
  
  }
}















