@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
html, body{
    font-family: 'Montserrat', sans-serif !important;
}
.new-home-banner #myCarousel .carousel-inner h2,.new-home-banner #myCarousel .carousel-inner h3,.new-home-banner #myCarousel .carousel-inner h4,.new-home-banner #myCarousel .carousel-inner h5,.new-home-banner #myCarousel .carousel-inner h6{
    font-family: 'prata', serif;
    color: #000;
}
.new-home-banner #myCarousel .carousel-inner h2,.new-home-banner #myCarousel .carousel-inner h3{
    font-family: 'Prata', serif;
    font-size: 34px;
    font-weight: normal;
    color: #000;
    text-align: center;
}
.new-home-banner p{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin-left: 14px;
    text-align: center;
}
.new-home-banner .new-home-cta{
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.45);
  background-color: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 8px 35px;
  margin: 20px 0 0;
  display: inline-block;
  border-radius: 4px;
  white-space: nowrap;
  line-height: 1.2;
}
.new-home-section-two .pr-cta{
  box-shadow: 5px 4px 25px 0 rgba(0, 0, 0, 0.05);
  border: solid 0.5px #6a3732;
  background-color: #6a3732;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 8px 35px;
  margin: 12px 0 0 158px;
  display: inline-block;
}
.new-home-banner .new-home-cta:hover, .new-home-section-two .pr-cta:hover{
    text-decoration: none;
}
/* ══════════════════════════════════════════════════════════════════════════
   HOME BANNER CAROUSEL — FADE TRANSITION (ALL VIEWPORTS)
   ──────────────────────────────────────────────────────────────────────────
   Bootstrap's default slide animation moves items horizontally, causing:
   • White gap when both semi-transparent slides are simultaneously visible
   • Next slide peeking in from below or the side on mobile

   Solution: OPACITY FADE instead of horizontal slide.
   ┌─ Active item  → position:relative (in normal flow → carousel gets height)
   │                  opacity:1, z-index:2 (on top)
   └─ Other items  → position:absolute (stacked behind) opacity:1, z-index:1
                      Always fully opaque → page background NEVER bleeds through
   On change: active fades OUT (opacity 1→0), slide behind it shows through.
   ══════════════════════════════════════════════════════════════════════════ */

/* 1. All items: stacked absolutely, fully opaque behind the active slide */
.new-home-banner #myCarousel .carousel-inner > .item {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    opacity: 1;
    z-index: 1;
    background-color: transparent !important;
    /* Neutralise Bootstrap's translate3d / left slide animation */
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: opacity 0.55s ease-in-out !important;
    transition:         opacity 0.55s ease-in-out !important;
}

/* 2. Active item: in normal flow so carousel gets its height, on top */
.new-home-banner #myCarousel .carousel-inner > .item.active {
    position: relative !important;
    z-index: 2;
    opacity: 1;
}

/* 3. Fading OUT — active slide becomes transparent, revealing the one behind */
.new-home-banner #myCarousel .carousel-inner > .item.active.left,
.new-home-banner #myCarousel .carousel-inner > .item.active.right {
    opacity: 0;
    z-index: 2;
    left: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
}

/* 4. Incoming: already at opacity:1 behind — just keep it there */
.new-home-banner #myCarousel .carousel-inner > .item.next,
.new-home-banner #myCarousel .carousel-inner > .item.prev {
    opacity: 1;
    left: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
}
.new-home-banner #myCarousel .carousel-inner > .item.next.left,
.new-home-banner #myCarousel .carousel-inner > .item.prev.right {
    opacity: 1;
    z-index: 1;
    left: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
}

/* ── Image rules ──────────────────────────────────────────────────────── */
/* Desktop image: fills the fixed-height item absolutely */
.new-home-banner #myCarousel .item > img.first-slide {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    max-width: none;
}
/* Mobile link wrapper: block, in normal flow (active item height = image height) */
.new-home-banner #myCarousel .item > a.hero-mobile-link {
    display: block;
    width: 100%;
    line-height: 0;
    text-decoration: none;
}
.new-home-banner #myCarousel .item > a.hero-mobile-link > img.first-slide {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}
/* ── END CAROUSEL FADE SETUP ─────────────────────────────────────────── */

.new-home-banner .carousel-inner .item{
    background-size: cover;
    position: relative;
}
.new-home-banner .carousel .item, .new-home-banner .carousel .carousel-inner{
    height: 468px;
}
.new-home-banner .carousel .item, .new-home-banner .carousel{
    margin-bottom: 42px;
}
/* Dots: vertical stack on the RIGHT edge of the banner (all viewports) */
.new-home-banner .carousel-indicators {
    position: absolute;
    right: 12px;
    left: auto !important;
    bottom: auto !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    text-align: center;
    z-index: 15;
}
.new-home-banner .carousel-indicators li {
    display: block !important;
    float: none !important;
    margin: 0 !important;
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    border: 2px solid transparent !important;
    opacity: 0.7;
}
.new-home-banner .carousel-indicators li.active {
    width: 14px !important;
    height: 14px !important;
    background: transparent !important;
    border: 2px solid #ffffff !important;
    opacity: 1;
}
.new-home-banner .row{
    padding-top: 14rem;
    padding-left: 6rem;
}
.new-home-banner .carousel-control{
    top: 0%;
}
.new-home-banner .carousel-control.left{
    left: -50px;
}
.new-home-banner .carousel-control.right{
    right: -50px;
}
.new-home-section-two h2{
    font-size: 36px;
    font-weight: normal;
    color: #000;
    text-align: center;
    font-family: 'Prata', serif;
}
.new-home-section-two p, .new-home-certifications-section p {
    font-size: 24px;
    font-weight: 500;
    color: #565656;
    text-align: center;
}
.new-home-section-two{
    margin-top: 4rem;
    position: relative;
}
.new-home-section-two .new-paw-1{
    position: absolute;
    right: 126px;
    top: 60px;
}
.new-home-section-two .new-paw-2{
    left: 32px;
    position: absolute;
    transform: rotate(190deg);
    bottom: 65px;
}
/* .new-home-section-two .pr{
    height: 296px;
    background-repeat: no-repeat;
    position: relative;
}
.new-home-section-two .pr-1{
    background-image: url('../../img/revamp/p1.webp');
}
.new-home-section-two .pr-2{
    background-image: url('../../img/revamp/p2.webp');
}
.new-home-section-two .pr-3{
    background-image: url('../../img/revamp/p3.webp');
}
.new-home-section-two .pr-4{
    background-image: url('../../img/revamp/p4.webp');
}
.new-home-section-two .pr-5{
    background-image: url('../../img/revamp/p5.webp');
}
.new-home-section-two .pr-6{
    background-image: url('../../img/revamp/p6.webp');
}
.new-home-section-two .pr-7{
    background-image: url('../../img/revamp/p7.webp');
}
.new-home-section-two .pr-8{
    background-image: url('../../img/revamp/p8.webp');
} */
/* .new-home-section-two .new-home-grid .col-md-6, .new-home-section-two .new-home-grid .col-md-4{
    padding: 0;
} */
.new-home-section-two .new-home-grid h3{
    font-size: 24px;
    font-weight: normal;
    font-family: 'Prata', serif;
    color: #000;
    text-align: left;
    margin-bottom: 0;
}
.new-home-section-two .new-home-grid{
    position: relative;
}
.new-home-section-two .new-home-grid p{
    font-size: 14px;
    font-weight: 500;
    color: #6a3732;
    text-align: left;
    display: inline;
}
.new-home-section-two .new-home-grid .pr-content::after{
    content: url('../../img/revamp/arrow.webp');
    margin-left: 7px;
    transition: .3s ease-in-out;
    position: relative;
    top: 3px;
}
.new-home-section-two a:hover .pr-content::after{
    margin-left: 12px;
}
/* .new-home-section-two .pr-cta{
    padding: 6px 22px;
    font-size: 14px;
    margin: 1px 0 0 70px;
} */
/* .new-home-section-two .new-home-grid .pr .row{
    padding: 3rem 2rem 0 3rem;
} */
.new-home-section-two .new-home-grid{
    margin-top: 2.5rem;
}
.new-home-section-two .new-home-grid .pr-content{
    position: absolute;
    top: -5px;
    left: 36px;
}
.new-home-section-two .row .col-md-6, .new-home-section-two .row .col-md-4{
    padding: 0 10px;
}
.new-home-section-three .new-home-flex{
    display: flex;
    justify-content: space-between;
    margin-top: 5rem;
}
.new-home-section-three .new-home-flex .new-home-flex-card{
    text-align: center;
    width: 24%;
}
.new-home-section-three .new-home-flex .new-home-flex-card img{
    min-height: 75px;
}
.new-home-section-three .new-home-flex .new-home-flex-card h3{
    font-size: 26px;
    font-weight: normal;
    color: #000;
    font-family: 'Prata', serif;
}
.new-home-section-three .new-home-flex .new-home-flex-card p{
    font-size: 13px;
    font-weight: 500;
    color: #565656;
}
.new-home-section-three h2, .new-home-section-four h2, .new-home-section-five h2, .new-home-section-seven h2, .new-home-section-eight h2, .new-home-section-nine h2, .new-home-section-ten h2, .new-home-certifications-section h2{
   font-size: 36px;
   font-weight: normal;
   color: #000;
   font-family: 'Prata', serif;
   text-align: center;
}
.new-home-section-three{
    margin: 4rem 0 0;
}
.new-home-section-four{
    margin: 3rem 0;
    position: relative;
}
.new-home-section-four .new-paw-3{
    position: absolute;
    right: 45px;
    top: 22px;
}
.new-home-section-four .new-paw-4{
    position: absolute;
    left: 18px;
    bottom: 595px;
    transform: rotate(190deg);
}
/* .new-home-section-four .row{
    margin-top:4rem;
} */
.new-home-product-card{
    text-align: center;
    box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.3);
    background-color: #fff;
    padding-top: 0rem;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    min-height: 463px;
    margin-top: 4rem;
}
.new-home-section-four .eachproduct .new-home-product-card a.productcard_productline {
    min-height: 46px;
}
body .new-home-product-card .product_add_to_cart_div select{
    width: 94%;
    max-width:94%;
    text-align: left;
    padding: 0.5rem 1rem;
    margin-top: 4px;
    margin-left:1.3rem;
    margin-right:1.3rem;
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.05);
    border: none;
    color: #6a3732;
    font-weight: 600;
    font-size: 16px;

}
.new-home-product-card select:focus, .new-home-product-card select:focus-visible, .new-home-product-card select:focus-within{
    outline: none;
}
.new-home-product-card .new-product-reviews{
    text-align: left;
    padding: 1rem 1.3rem 1.5rem;
}
body .new-home-section-four .eachproduct .new-home-product-card a.product_name{
    text-transform:capitalize;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Prata', serif;
    color: #000;
    margin-bottom: 4px;
    padding: 0 1rem;
    min-height: 52px;
}
body .new-home-section-four .eachproduct .new-home-product-card a.product_thumb, 
body .new-home-section-four .eachproduct .new-home-product-card a.productcard_productline {
    padding:0 1.3rem;
}
.new-home-product-card p, .new-home-product-card span{
    font-size: 13px;
    font-weight: 500;
    color: #6a3732;
}
/* .new-home-product-card span{
    text-decoration: underline;
} */
.new-home-product-card button{
    background:transparent;
    border-color:transparent;
    color:#fff;
    width:100%;
    padding: 1rem 1.3rem;
    box-shadow: 5px 4px 25px 0 rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
    font-weight: 800;
    background-color: #fbb11c;
    font-size: 16px;
}
.new-home-product-card a{
    /* box-shadow: 5px 4px 25px 0 rgba(0, 0, 0, 0.05); */
    /* background-color: #fbb11c; */
    padding: 1.3rem;
    color: #000;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    /* margin-top: 5px; */
    font-weight: 800;
    font-size: 16px;
}
.new-home-product-card a.product-review-link{
    padding: 0 1.3rem;
}
.new-home-product-card a:hover{
    text-decoration: none;
}
.new-home-section-five{
    margin: 4rem 0;
    text-align: center;
}
.new-home-section-six{
    margin: 15rem 0 5rem;
    position: relative;
}
.new-home-section-six .new-paw-5{
    left: 80px;
    position: absolute;
    top: -118px;
}
.new-home-section-six .new-paw-6{
    position: absolute;
    right: 136px;
    bottom: -32px;
    transform: rotate(190deg);
}
.new-home-section-six .row{
    display: flex;
    align-items: center;
}
.new-dogsee-story{
    position: relative;
    max-width: 100%;
    height: auto;
    width: 90%;
    z-index: 1;
}
.new-home-section-six .new-circle-1, .new-home-section-six .new-circle-2{
    position: absolute;
}
.new-home-section-six .new-circle-1{
    top: -65px;
    right: -85px; 
}
.new-home-section-six .new-circle-2{
    bottom: -43px;
    left: -17px;
    width: 20%;
}
.new-home-section-six h2, .new-home-section-eleven h2{
    font-size: 36px;
   font-weight: normal;
   font-family: 'Prata', serif;
   color: #000;
}
.new-home-section-six p, .new-home-section-eleven p{
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.img-responsive{
    max-width: 100%;
    height: auto;
}
.new-home-section-seven{
    margin: 0 0 7rem;
}
.new-home-section-seven .owl-carousel .owl-item img{
    width: 253px;
    margin: auto;
}
.new-home-section-seven .owl-carousel{
    margin: 4rem 0 0;
}
.new-home-section-seven .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 27px;
    left: -31px;
}
.new-home-section-seven .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 27px;
    right: -31px;
}
.new-home-section-eight{
    background-image: linear-gradient(to bottom, #fbb11c 0%, #fece3c 100%);
    padding: 4rem 0 7rem;
}
.new-home-section-eight .testimonials-column-1{
    background-image: url('../../img/revamp/bg-1.webp');
    height: 294px;
    background-size: cover;
    width: 49%;
    margin-right: 21px;
}
.new-home-section-eight .testimonials-column-2{
    background-image: url('../../img/revamp/bg-2.webp');
    height: 294px;
    background-size: cover;
    width: 49%;
}
.new-home-section-eight .testimonials-column-3{
    background-image: url('../../img/revamp/bg-3.webp');
    background-size: cover;
    width: 32%;
    margin-right: 21px;
}
.new-home-section-eight .testimonials-column-4{
    background-image: url('../../img/revamp/bg-4.webp');
    background-size: cover;
    width: 32%;
    margin-right: 21px;
}
.new-home-section-eight .testimonials-column-5{
    background-image: url('../../img/revamp/bg-5.webp');
    background-size: cover;
    width: 32%;
}
.new-home-section-eight .testimonials-row-2{
    margin-top: 21px;
}
.new-home-section-eight .new-testimonial{
    position: relative;
}
.new-home-section-eight .testimonials-column-1 .new-testimonial{
    padding: 4rem 3rem;
}
.new-home-section-eight .testimonials-column-2 .new-testimonial{
    padding: 6rem 5rem;
}
.new-home-section-eight .new-testimonial::before{
    content: url('../../img/revamp/quote-1.webp');
    position:absolute;
}
.new-home-section-eight .new-testimonial::after{
    content: url('../../img/revamp/quote-2.webp');
    position:absolute;
}
.new-home-section-eight .new-testimonial h3{
    font-size: 24px;
    font-weight: normal;
    font-family: 'Prata', serif;
    color: #000;
    text-align: center;
    margin-bottom: 4px;
}
.new-home-section-eight .new-testimonial p{
    font-size: 16px;
    font-weight: 500;
    color: #565656;
    text-align: center;
}
.new-home-section-eight .new-testimonial .new-review-by{
    font-size: 16px;
    font-weight: bold;
    color: #6a3732;
    font-weight: bold;
}
.new-home-section-eight .testimonials-column-3 .new-testimonial{
    padding: 2rem 0 2.5rem 5rem;
}
.new-home-section-eight .testimonials-column-4 .new-testimonial{
    padding: 0 1rem 0 1rem;
}
.new-home-section-eight .testimonials-column-5 .new-testimonial{
    padding: 0rem 7rem 0 8rem;
}
.new-home-section-eight .testimonials-column-1 .new-testimonial::before{
    left: 15px;
    top: 45px;
}
.new-home-section-eight .testimonials-column-1 .new-testimonial::after{
    right: 22px;
    bottom: 53px;
}
.new-home-section-eight .testimonials-column-2 .new-testimonial::after{
    right: 86px;
    bottom: 73px;
}
.new-home-section-eight .testimonials-column-2 .new-testimonial::before{
    left: 41px;
}
.new-home-section-eight .testimonials-column-3 .new-testimonial::after{
    right: 1px;
    bottom: 42px;
}
.new-home-section-eight .testimonials-column-3 .new-testimonial::before{
    left: 41px;
}
.new-home-section-eight .testimonials-column-4 .new-testimonial::after{
    right: 11px;
    bottom: 35px;
}
.new-home-section-eight .testimonials-column-4 .new-testimonial::before{
    left: 5px;
    top: 26px;
}
.new-home-section-eight .testimonials-column-5 .new-testimonial::after{
    right: 48px;
    bottom: -5px;
}
.new-home-section-eight .testimonials-column-5 .new-testimonial::before{
    top: -7px;
    left: 68px;
}
.new-home-section-eight .testimonials-row{
    margin-top: 5rem;
}
.new-home-section-nine{
    margin: 4rem 0;
    position: relative;
}
.new-home-section-nine .new-paw-6{
    position: absolute;
    bottom: -55px;
    left: 45px;
}
.new-home-section-nine .owl-carousel{
    margin: 3rem 0 0;
}
.new-home-section-nine .owl-carousel .owl-item img{
    width: 200px;
    margin: auto;
}
.new-home-section-nine .owl-carousel .owl-nav button.owl-prev{
    top: 27%;
    position: absolute;
    left: -30px;
}
.new-home-section-nine .owl-carousel .owl-nav button.owl-next{
    top: 27%;
    position: absolute;
    right: -30px;
}
.new-home-section-ten a:hover{
    text-decoration: none;
}
.new-home-section-ten .new-blog-card{
    border-radius: 10px;
    background-color: #ffffff;
    text-align: center;
    padding: 1rem 1rem 1.5rem;
    border: 1px solid lightgrey;
    transition-duration: .3s!important;
    transition-property: transform!important;
    -webkit-tap-highlight-color: transparent!important;
    transform: translateZ(0)!important;
}
.new-home-section-ten .new-blog-card:hover{
    transform: scale(1.1) !important;
}
/* .new-home-section-ten .new-blog-card:hover{
    background-color: #fbb11c;
}
.new-home-section-ten .new-blog-card:hover .new-date-flex span, .new-home-section-ten .new-blog-card:hover .new-date-flex p, .new-home-section-ten .new-blog-card:hover p{
    color: #ffffff;
} */
.new-home-section-ten .new-date-flex{
    display: flex;
}
.new-home-section-ten .new-date-flex span{
    font-size: 60px;
    font-weight: bold;
    color: rgba(17, 0, 0, 0.3);
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
}
.new-home-section-ten  .new-blog-card .new-date-flex p{
    font-size: 20px;
    font-weight: 500;
    color: rgba(139, 139, 139, 0.3);
    font-family: 'Montserrat', sans-serif;
}
.new-home-section-ten .new-blog-card p{
    font-size: 20px;
    font-weight: normal;
    color: #000;
    font-family: 'Prata', serif;
    text-align: left;
    padding: 0.5rem 1rem 1.5rem;
    min-height: 105px;
    margin-bottom: 0;
}
.new-home-section-ten .new-blog-card.new-blog-card-center{
    background-color:#fbb11c;
}
.new-home-section-ten .new-blog-card.new-blog-card-center .new-date-flex span{
    font-size: 60px;
    font-weight: bold;
    color: #ffffff;
}
.new-home-section-ten .new-blog-card.new-blog-card-center p{
    color: #ffffff;
}
.new-home-section-ten .row{
    margin-top: 4rem;
}
.new-home-section-eleven .new-video{
    position:relative;
    padding: 0 2rem;
}
.new-home-section-eleven .new-circle-3{
    position: absolute;
    width: 170px;
    top: -57px;
    left: -30px;
    z-index: -1;
}
.new-home-section-eleven .new-circle-4{
    position: absolute;
    width: 115px;
    right: -18px;
    bottom: -41px;
    z-index: -1;
}
.new-home-section-eleven{
    margin: 9rem 0 5rem;
}
.new-home-section-eleven .row{
    display: flex;
    align-items: center;
}
.new-home-section-five .new-hard-bars{
    text-align: center;
    position: relative;
    /* width: 36%; */
    margin: 3rem auto 0;
}
.new-home-section-five .new-hard-bar-image{
    margin: auto;
    z-index: -1;
    position: relative;
    width: 383px;
}
.new-home-section-five{
    margin: 5rem 0;
}
.new-home-section-five .hard-bar-1{
    position: absolute;
    top: 201px;
    left: 217px;
}
.new-home-section-five .hard-bar-2{
    position: absolute;
    top: -8px;
    left: 336px;
}
.new-home-section-five .hard-bar-3{
    position: absolute;
    top: 18px;
    right: 312px;
}
.new-home-section-five .hard-bar-4{
    position: absolute;
    bottom: 21px;
    right: 224px;
}
.new-home-section-five h3{
    font-size: 22px;
    line-height: 0.5;
    font-weight: normal;
    font-family: 'Prata', serif;
    position: relative;
    color: #000000;
}
.new-home-section-five h2{
    font-size: 32px;
}
.new-home-section-five p{
    font-size: 14px;
    font-weight: 500;
    color: #565656;
}
.new-home-section-five .hard-bar-1 h3::after, .new-home-section-five .hard-bar-2 h3::after, .new-home-section-five .hard-bar-3 h3::after, .new-home-section-five .hard-bar-4 h3::after{
    content: url('../../img/revamp/mini-circle.webp');
    position: absolute;
    top: -19px;
    z-index: -1;
}
.new-home-section-five .hard-bar-1 p, .new-home-section-five .hard-bar-2 p, .new-home-section-five .hard-bar-1 h3, .new-home-section-five .hard-bar-2 h3{
    text-align: right;
}
.new-home-section-five .hard-bar-3 p, .new-home-section-five .hard-bar-4 p{
    text-align: left;
}
.new-home-section-five .hard-bar-1 h3::after{
    right: -28px;
}
.new-home-section-five .hard-bar-2 h3::after{
    right: -29px;
    top: -23px;
}
.new-home-section-five .hard-bar-3 h3::after{
    right: 98px;
    top: -28px;
}
.new-home-section-five .hard-bar-4 h3::after{
    right: 115px;
    top: -28px;
}
.new-home-section-five .shop-now-section-five, .new-home-section-six .know-more-section-six, .view-all-blogs-new{
    box-shadow: 5px 4px 25px 0 rgba(0, 0, 0, 0.05);
    background-color: #fbb11c;
    margin-top: 4rem;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    padding: 0.8rem 5rem;
    font-weight: 800;
}
.new-home-section-six .know-more-section-six{
    margin-top: 1rem;
    padding: 0.8rem 3rem;
}
.new-home-section-six .know-more-section-six:hover{
    text-decoration: none;
}
.new-home-section-five .shop-now-section-five:hover{
    text-decoration: none;
}
.new-home-section-five .new-hard-bar-mobile{
    display: none;
}
.new-home-section-eight .mobile-testimonials, .new-home-section-ten .mobile-blog-section{
    display: none !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
}
.grow{
    transition-duration: .3s!important;
    transition-property: transform!important;
    -webkit-tap-highlight-color: transparent!important;
    transform: translateZ(0)!important;
    box-shadow: 0 0 1px transparent!important;
}
.grow:hover {
    transform: scale(1.1)!important;
}
.new-home-product-card .img-responsive{
    margin: auto;
}
.new-home-banner h5{
    text-align: center;
    font-size: 22px;
}
.new-home-banner .row .col-md-6{
    padding-right: 8rem;
}
/* Hero overlay: dedicated class beats Bootstrap .container; use !important so position actually updates */
.new-home-banner #myCarousel .item .container.hero-slider-overlay{
    position: absolute !important;
    right: 165px !important;
    left: auto !important;
    top: auto !important;
    bottom: 17% !important;
    transform: translateX(-36px) !important;
    width: auto !important;
    max-width: min(52vw, 620px) !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 18px;
    padding-left: 0;
    z-index: 3;
}
.new-home-banner #myCarousel .item .row{
    padding: 0 !important;
    margin: 0 !important;
}
.new-home-banner #myCarousel .hero-copy{
    margin-bottom: 6px;
    width: 100%;
    text-align: right;
}
.new-home-banner #myCarousel .hero-copy::after{
    content: '';
    display: table;
    clear: both;
}
.new-home-banner #myCarousel .item .row .col-md-6{
    width: 100%;
    float: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.new-home-banner #myCarousel .item .row .col-md-6 + .col-md-6{
    display: none;
}
.new-home-banner #myCarousel .item .container h2,
.new-home-banner #myCarousel .item .container h3,
.new-home-banner #myCarousel .item .container h4,
.new-home-banner #myCarousel .item .container h5,
.new-home-banner #myCarousel .item .container h6,
.new-home-banner #myCarousel .item .container p{
    text-align: right;
    margin-left: 0;
    margin-right: 0;
}
/* Do not set transform/margin here — it overrides the real CTA inside .features-row */
.new-home-banner #myCarousel .item .new-home-cta{
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
}
/* Icons row + CTA: align to right; CTA after icons */
.new-home-banner #myCarousel .item .features-row{
    display: flex;
    align-items: center;
    gap: 6px 16px;
    row-gap: 0;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0;
    padding-right: 0;
}
.new-home-banner #myCarousel .item .features{
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    flex: 1 1 auto;
    min-width: 0;
}
.new-home-banner #myCarousel .item .features > *{
    margin: 0;
}
.new-home-banner #myCarousel .item .features-row .new-home-cta{
    margin: 0 0 0 12px !important;
    flex: 0 0 auto;
    min-width: 142px;
    text-align: center;
    transform: translateY(-12px) !important;
}
.new-home-banner #myCarousel .item .features-row .new-home-cta.grow:hover{
    transform: translateY(-12px) scale(1.05) !important;
}
/* Same layout as slides with icon row — only CTA, still right-aligned like banner 1 */
.new-home-banner #myCarousel .item .features-row.no-features{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}
.new-home-banner #myCarousel .item .features-row.no-features .new-home-cta{
    margin: 0 0 0 auto !important;
    flex: 0 0 auto;
    min-width: 142px;
    text-align: center;
    transform: translateY(-12px) !important;
}
.new-home-banner #myCarousel .item .features-row.no-features .new-home-cta.grow:hover{
    transform: translateY(-12px) scale(1.05) !important;
}

/* Keep icons + Shop Now on one row on desktop so the button doesn’t drop under the icons */
@media only screen and (min-width: 992px) {
    .new-home-banner #myCarousel .item .features-row {
        flex-wrap: nowrap;
        align-items: center;
    }
    .new-home-banner #myCarousel .item .features {
        flex: 1 1 auto;
        justify-content: flex-end;
        min-width: 0;
    }
}
@media only screen and (max-width: 991px) {
    .new-home-banner #myCarousel .item .features-row {
        flex-wrap: wrap;
    }
}
.view-all-blogs-new{
    margin: auto;
    text-align: center;
    margin-top: 54px;
    position: relative;
}
.view-all-blogs-new:hover, .view-all-blogs-new:focus, .view-all-blogs-new:focus-visible, .view-all-blogs-new:focus-within{
    color: #fff;
    text-decoration: none;
}
.product_add_to_cart_div{
    margin-top: 0 !important;
}
.new-home-section-ten .new-blog-card img{
    max-width: 100%;
    height: auto;
}
.input-group{
    width: 95% !important;
}
.new-home-product-card .type1 input[name=quantity]{
    margin-right: 0;
    margin-left: 0;
    width: 100%!important;
    height: 41px;
    box-shadow: inset 0 1px 2px 0 rgb(0 0 0 / 25%);
    background-color: rgba(0, 0, 0, 0.05);
    border-color: #fbb11c;
    font-size: 16px;
}
.new-home-product-card .type1 .input-group-addon {
    font-size: 31px;
    background-color: #fbb11c;
    color: #ffffff;
    border-color: #fbb11c;
    padding: 4px 12px;
}
.carousel-indicators li{
    background: #6a3732;
    margin: 0 1px;
}
.carousel-indicators li.active {
    background: #000000;
    width:8px;
    height: 8px;
}
.new-home-product-card .product_thumb img{
    width: 200px;
}
.new-home-certifications-section .desktop-certifications{
    display: block;
}
.new-home-certifications-section .desktop-certifications .certification-flex-one{
    display: flex;
    justify-content: center;
    margin: 4rem 0 1rem;
}
.new-home-certifications-section .desktop-certifications .certification-flex-two{
    display: flex;
    justify-content: center;
}
.new-home-certifications-section{
    margin-top: 4rem;
}
.new-home-certifications-section .mobile-certifications{
    display: none;
}
@media only screen and (min-width:1000px){
    .new-home-banner .carousel .item, .new-home-banner .carousel .carousel-inner {
        height: 370px;
    }
    .new-home-banner h2 {
        font-size: 36px;
    }
    .new-home-banner p {
        font-size: 16px;
        margin-left: 0;
    }
    .carousel {
        height: 370px;
    }
    .new-home-banner .new-home-cta{
        font-size: 16px;
    }
    .new-home-banner .row {
        padding-top: 14rem;
        padding-left: 1rem;
    }
}
@media only screen and (min-width:1100px){
    .new-home-banner .carousel .item, .new-home-banner .carousel .carousel-inner {
        height: 398px;
    }
    .carousel {
        height: 398px;
    }
}
@media only screen and (min-width:1190px){
    .new-home-banner .carousel .item, .new-home-banner .carousel .carousel-inner {
        height: 426px;
    }
    .carousel {
        height: 426px;
    }
}
@media only screen and (min-width:1200px){
    .new-home-banner .new-home-cta{
        font-size: 16px;
    }
    .new-home-banner .row {
        padding-top: 14rem;
        padding-left: 0;
    }
}
@media only screen and (min-width:1260px){
    .new-home-banner .carousel .item, .new-home-banner .carousel .carousel-inner {
        height: 468px;
    }
    .new-home-banner h2 {
        font-size: 50px;
    }
    .new-home-banner p {
        font-size: 16px;
        margin-left: 14;
    }
    .carousel {
        height: 450px;
    }
    .new-home-banner .new-home-cta{
        font-size: 18px;
    }
}
@media only screen and (min-width:1390px){
    .new-home-banner .carousel .item, .new-home-banner .carousel .carousel-inner {
        height: 492px;
    }
    .carousel {
        height: 492px;
    }
}
@media only screen and (min-width:1390px){
    .new-home-banner .carousel .item, .new-home-banner .carousel .carousel-inner {
        height: 506px;
    }
    .carousel {
        height: 506px;
    }
}
@media only screen and (min-width:1500px){
    .new-home-banner .row {
        padding-top: 20rem;
        padding-left: 1rem;
    }
    .new-home-banner .carousel .item, .new-home-banner .carousel .carousel-inner {
        height: 522px;
    }
    .carousel {
        height: 522px;
    }
    .new-home-banner .new-home-cta{
        font-size: 18px;
    }

}
@media only screen and (min-width:1560px){
    .new-home-banner .carousel .item, .new-home-banner .carousel .carousel-inner {
        height: 542px;
    }
    .carousel {
        height: 542px;
    }

}
@media only screen and (min-width:1600px){
    .new-home-banner .carousel .item, .new-home-banner .carousel .carousel-inner {
        height: 558px;
    }
    .carousel {
        height: 558px;
    }

}
@media only screen and (min-width:1700px){
    .new-home-banner .carousel .item, .new-home-banner .carousel .carousel-inner {
        height: 618px;
    }
    .carousel {
        height: 618px;
    }

}
@media only screen and (max-width:798px){
    /* Show slider text + Shop Now on mobile (old rules hid .new-home-banner .container & .new-home-cta) */
    .new-home-banner #myCarousel .item .container.hero-slider-overlay{
        display: block !important;
        right: 0 !important;
        left: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-top: 0 !important;
        padding-right: max(12px, env(safe-area-inset-right, 0px)) !important;
        padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px)) !important;
        padding-left: max(12px, env(safe-area-inset-left, 0px)) !important;
        bottom: 0 !important;
        top: auto !important;
        transform: none !important;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box;
    }
    .new-home-banner #myCarousel .hero-copy{
        text-align: center !important;
    }
    .new-home-banner #myCarousel .item .row .col-md-6{
        align-items: center !important;
    }
    .new-home-banner #myCarousel .item .container h2,
    .new-home-banner #myCarousel .item .container h3,
    .new-home-banner #myCarousel .item .container h4,
    .new-home-banner #myCarousel .item .container h5,
    .new-home-banner #myCarousel .item .container h6,
    .new-home-banner #myCarousel .item .container p{
        text-align: center !important;
    }
    /* Column stack; center CTA + icon row on mobile */
    .new-home-banner #myCarousel .item .features-row,
    .new-home-banner #myCarousel .item .features-row.no-features{
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        flex-wrap: nowrap !important;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        box-sizing: border-box !important;
    }
    .new-home-banner #myCarousel .item .features{
        justify-content: center !important;
        width: 100% !important;
    }
    .new-home-banner #myCarousel .item .features-row .new-home-cta,
    .new-home-banner #myCarousel .item .features-row.no-features .new-home-cta{
        display: inline-block !important;
        margin: 12px auto 0 auto !important;
        flex: 0 0 auto !important;
        align-self: center !important;
        min-width: 0 !important;
        transform: none !important;
        padding: 10px 22px !important;
        background-color: rgba(40, 22, 18, 0.22) !important;
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        border: 1px solid rgba(255, 255, 255, 0.72) !important;
        color: #fff !important;
        text-shadow: 0 1px 4px rgba(0, 0, 0, 0.55) !important;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15) !important;
        -webkit-tap-highlight-color: transparent;
    }
    .new-home-banner #myCarousel .item .features-row .new-home-cta.grow:hover,
    .new-home-banner #myCarousel .item .features-row .new-home-cta.grow:focus{
        background-color: rgba(40, 22, 18, 0.38) !important;
        color: #fff !important;
        transform: scale(1.02) !important;
    }
    /* ── MOBILE CAROUSEL: FADE INSTEAD OF SLIDE ────────────────────────────
       Slide animation moves items horizontally (left:100%→0%). During that
       motion the incoming item can appear outside the clipped area or in
       document flow, causing the "next slide peeking from below" glitch and
       white horizontal gaps. Fade keeps every item at the same position;
       nothing moves left/right so there is no gap possible.

       Height: 100vw gives a 1:1 square banner that fills the phone width.
       Upload mobile banner images at 1:1 (square) for a perfect fit, or at
       a taller ratio — object-position:top ensures text at the image top is
       always visible; extra height is cropped from the bottom.
    ──────────────────────────────────────────────────────────────────────── */
    /* ── MOBILE CAROUSEL: FADE TRANSITION, NATURAL IMAGE HEIGHT ─────────────
       Strategy:
       • The ACTIVE item stays in normal flow (position:relative, height:auto)
         so the carousel-inner takes its height from the real image dimensions
         — zero compression, zero cropping, any aspect ratio works.
       • ALL OTHER items are stacked absolutely behind it (position:absolute,
         height:100%) so they occupy the same space as the active slide.
       • Opacity handles the crossfade — nothing moves left/right so there is
         no "next slide peeking from the side or below" glitch.
       • Bootstrap's .left/.right classes are remapped to opacity changes so
         the JS timing/events still fire correctly.
    ─────────────────────────────────────────────────────────────────────────*/
    .new-home-banner #myCarousel.carousel {
        height: auto !important;
        margin-bottom: 2rem !important;
    }
    .new-home-banner #myCarousel .carousel-inner {
        height: auto !important;
        overflow: hidden;
    }

    /* Mobile: override the fixed desktop height — let the active item (in flow)
       size the carousel to the mobile image's natural dimensions */
    .new-home-banner #myCarousel.carousel,
    .new-home-banner #myCarousel .carousel-inner,
    .new-home-banner #myCarousel .carousel-inner > .item {
        height: auto !important;
    }
    .new-home-banner #myCarousel.carousel {
        margin-bottom: 2rem !important;
    }
    .new-home-section-two .new-paw-1 {
        right: 36px;
        top: -49px;
    }
    .new-home-section-two .new-home-grid {
        margin-top: 0;
    }
    .new-home-section-two .row .col-md-6, .new-home-section-two .row .col-md-4{
        margin-top: 3rem;
    }
    .new-home-section-two h2 , .new-home-section-three h2, .new-home-section-four h2, .new-home-section-five h2, .new-home-section-seven h2, .new-home-section-eight h2, .new-home-section-nine h2, .new-home-section-ten h2{
        font-size: 30px;
    }
    .new-home-section-three .new-home-flex {
        flex-direction: column;
        align-items: center;
        margin-top: 2rem;
    }
    .new-home-section-three .new-home-flex .new-home-flex-card {
        width: 100%;
        margin: 1rem 0;
    }
    .new-home-section-four .new-paw-3 {
        right: 18px;
        top: -30px;
    }
    .new-home-section-four .row {
        margin-top: 0;
    }
    .new-home-section-six .row {
        flex-direction: column;
    }
    .new-dogsee-story {
        width: 100%;
    }
    .new-home-section-six h2{
        text-align: center;
    }
    .new-home-section-six .new-paw-6 {
        right: 35px;
        bottom: -48px;
    }
    .new-home-section-seven .owl-carousel .owl-nav button.owl-prev {
        top: 23px;
        left: 0;
    }
    .new-home-section-seven .owl-carousel .owl-nav button.owl-next {
        top: 23px;
        right: 0;
    }
    .new-home-section-seven .owl-carousel {
        margin: 2rem 0 0;
    }
    .new-home-section-seven {
        margin: 0 0 4rem;
    }
    .new-home-section-eight .testimonials-column-1 , .new-home-section-eight .testimonials-column-2 {
        width: 100%;
    }
    .new-home-section-nine .owl-carousel .owl-nav button.owl-prev {
        top: 27%;
        left: 0;
    }
    .new-home-section-nine .owl-carousel .owl-nav button.owl-next {
        top: 27%;
        right: 0;
    }
    .new-home-section-eleven .row {
        flex-direction: column;
    }
    .new-home-section-six h2, .new-home-section-eleven h2 {
        text-align: center;
    }
    .new-home-section-eleven iframe{
        width: 100% !important;
        height: auto !important;
    }
    .new-home-section-two .new-home-grid h3 {
        font-size: 22px;
    }
    .new-home-section-two .new-home-grid p {
        font-size: 12px;
        line-height: 15px;
    }
    .new-home-section-five .new-hard-bars {
        /* width: 275px;
        margin: 1rem auto 0; */
        display: none;
    }
    .new-home-section-five .hard-bar-1, .new-home-section-five .hard-bar-2{
        position: relative;
        top: auto;
        left: auto;
        text-align: left;
    }
    .new-home-section-five .hard-bar-3, .new-home-section-five .hard-bar-4 {
        position: relative;
        top: auto;
        right: auto;
        text-align: left;
        bottom: auto;
    }
    .new-home-section-five h3 {
        font-size: 20px;
    }
    .new-home-section-five p {
        font-size: 12px;
    }
    .new-home-section-five .new-hard-bar-mobile{
        display: block;
        padding: 2rem 0 0 2rem;
    }
    .new-home-section-five .hard-bar-1 p, .new-home-section-five .hard-bar-2 p, .new-home-section-five .hard-bar-1 h3, .new-home-section-five .hard-bar-2 h3 {
        text-align: left;
    }
    .new-home-section-five .hard-bar-4 h3::after , .new-home-section-five .hard-bar-2 h3::after, .new-home-section-five .hard-bar-1 h3::after, .new-home-section-five .hard-bar-3 h3::after{
        display: none;
    }
    .new-home-section-five .hard-bars-mobile-row{
        margin-top: 1.5rem;
    }
    .new-home-section-five .new-hard-bar-mobile img{
        width: 80%;
        margin: auto auto 3rem;
    }
    .new-home-section-five .shop-now-section-five {
        margin-top: 3rem;
    }
    .new-home-section-six {
        margin: 8rem 0 5rem;
        text-align: center;
    }
    .new-home-section-eight .testimonials-column-3, .new-home-section-eight .testimonials-column-4, .new-home-section-eight .testimonials-column-5, .new-home-section-eight .testimonials-column-2, .new-home-section-eight .testimonials-column-1 {
        width: 91%;
        height: 240px;
        margin: auto;
    }
    .new-home-section-six .new-paw-5 {
        left: 24px;
        position: absolute;
        top: -76px;
    }
    .new-home-section-eleven {
        margin: 8rem 0 0;
    }
    .new-home-section-eight .mobile-testimonials, .new-home-section-ten .mobile-blog-section{
        display: block !important;
    }
    .new-home-section-eight .testimonials-row, .new-home-section-eight .testimonials-row-2{
        display: none;
    }
    .new-home-section-eight {
        padding: 4rem 0 5rem;
    }
    .new-home-section-eight .new-testimonial p {
        font-size: 14px;
        margin-bottom: 1px;
    }
    .new-home-section-eight .new-testimonial h3 {
        font-size: 22px;
        margin-top: 11px;
    }
    .new-home-section-eight .mobile-testimonial-content-1{
        text-align: left !important;
        padding: 1px 11px 12px 12px;
    }
    .new-home-section-eight .testimonials-column-3 .mobile-testimonial-content-1{
        width: 55%;
    }
    .new-home-section-eight .testimonials-column-2 .mobile-testimonial-content-1{
        width: 64%;
    }
    .new-home-section-eight .testimonials-column-3 .mobile-testimonial-content-1{
        width: 82%;
    }
    .new-home-section-eight .testimonials-column-4 .mobile-testimonial-content-1, .new-home-section-eight .testimonials-column-5 .mobile-testimonial-content-1{
        width: 71%;
    }
    .new-home-section-eight .testimonials-column-1 .mobile-testimonial-content-1{
        width: 60%;
    }
    .new-home-section-ten .desktop-blog-section{
        display: none;
    }
    .new-home-section-ten .desktop-blog-section{
        margin-top: 4rem;
    }
    .new-home-section-ten .owl-theme .owl-nav {
        margin-top: 28px;
    }
    .new-home-section-six p, .new-home-section-eleven p {
        text-align: center;
    }
    .new-home-section-eight .new-testimonial{
        display: flex;
        align-items: center;
    }
    .new-home-section-eight .testimonials-column-1.lazy-bg-loaded {
        background-image: url('../../img/revamp/mobile1.webp');
    }
    .new-home-section-eight .testimonials-column-2.lazy-bg-loaded {
        background-image: url('../../img/revamp/mobile2.webp');
    }
    .new-home-section-eight .testimonials-column-3.lazy-bg-loaded {
        background-image: url('../../img/revamp/mobile3.webp');
    }
    .new-home-section-eight .testimonials-column-4.lazy-bg-loaded {
        background-image: url('../../img/revamp/mobile4.webp');
    }
    .new-home-section-eight .testimonials-column-5.lazy-bg-loaded {
        background-image: url('../../img/revamp/mobile5.webp');
    }
    .new-home-section-eight .new-testimonial::before, .new-home-section-eight .new-testimonial::after  {
        display: none;
    }
    .new-home-section-eight .owl-stage-outer{
        margin: 2rem 0 4rem;
    }
    .new-home-section-two .new-home-grid .pr-content {
        line-height: 15px;
    }
    .new-home-product-card {
        margin-bottom: 0;
        min-height: 440px;
        margin-top:2rem;
    }
    .new-home-section-five {
        margin: 0;
    }
    .new-home-section-ten h2{
        margin-bottom: 25px;
    }
    .grow:hover {
        transform: scale(1)!important;
    }
    .mobile-testimonials .owl-nav button.owl-prev, .mobile-blog-section .owl-nav button.owl-prev{
        margin-right: 42px;
    }
    .new-home-section-four{
        margin: 1rem 0 2rem;
    }
    /* Removed hardcoded static bg — real slide images are <img> elements now,
       the static url showed the wrong image behind slides on transition. */
    .new-home-banner #myCarousel .carousel-inner .item{
        background-image: none !important;
    }
    .carousel-inner .item h2, .carousel-inner .item p{
        display: none;
    }
    /* .new-home-product-card .img-responsive{
        width: 136px;
    } */
    .new-home-section-nine .owl-carousel .owl-item img {
        width: 185px;
    }
    .view-all-blogs-new {
        margin-top: 29px;
    }
    .product_add_to_cart_div {
        padding: 0 !important;
    }
    .new-home-product-card .product_thumb img{
        width: 190px;
    }
    .new-home-product-card .form-group {
        margin-bottom: 0;
    }
    .new-home-section-four .eachproduct .new-home-product-card a.productcard_productline {
        min-height: 36px;
    }
    .new-home-certifications-section .desktop-certifications{
        display: none;
    }
    .new-home-certifications-section .mobile-certifications{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top:3rem;
    }
    .new-home-certifications-section .mobile-certifications img{
        width: 50%;
    }
}

@media only screen and (min-width:799px) and (max-width:1199px){
    .new-home-banner #myCarousel .item .container.hero-slider-overlay{
        right: 96px !important;
        max-width: min(58vw, 560px) !important;
        padding-right: 14px;
        bottom: 14% !important;
        transform: translateX(-28px) !important;
    }
}