/********** Template CSS **********/
:root {
    --primary: #FEA116;
    --light: #F1F8FF;
    --dark: #0F172B;
}

.ff-secondary {
    font-family: 'Pacifico', cursive;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
    border-radius: 10px;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    font-size: 15px;
    color: var(--light) !important;
    text-transform: uppercase;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

.navbar-dark .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-brand img {
    max-height: 45px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
    }

    .navbar-dark .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, .1)
    }

    .navbar-dark .navbar-nav .nav-link,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
    }

    .navbar-dark .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        background: transparent !important;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: var(--dark) !important;
    }
}


/*** Hero Header ***/
.hero-header {
    position: relative;
    height: auto;
    min-height: 800px;
    overflow: hidden;
}

.hero-img {
   
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0; 
}
.image {
      max-width: 100%;
  height: auto;
  display: block;
}
.hero-overlay {
    
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(15, 23, 43, .9), rgba(15, 23, 43, .0), rgba(15, 23, 43, .0), rgba(15, 23, 43, .0));
    z-index: 1;
}


.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title.text-start::before,
.section-title.text-end::after {
    display: none;
}


/*** Service ***/
.ic {
    margin-top: 25px;
}
.fal {
    font-size: 3em!important;}
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Food Menu ***/
.nav-pills .nav-item .active {
    border-bottom: 2px solid var(--primary);
}




/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
   /*** background: var(--primary) !important;***/
    border-color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: var(--light) !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.foot {
     flex-direction: column;
     align-items: center;
}
.fooo {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fst-italic {
    margin-bottom: 20px;
}

.col-border {
    padding: 20px!important;
    box-shadow: 3px 3px 8px 0px rgba(53, 92, 122, 0.2)!important;
}
.zarplata {
    font-weight: 700;
    font-size: 2rem;
}
h1 {
    margin-bottom: 30px;
}
.copyright {
    padding: 0;
    font-size: 10px;
}
.img-hero {
    border-radius: 500px;
}
.text-start {
    padding: 30px;
}
@media (max-width: 767px) {
    .div-mob {
        flex-direction: column;
    }
    .pb-2 {
        flex-direction: column;
    }
    .text-primary {
        padding-top: 20px;
    }
    .zarplata {
        font-size: 1.5rem;
    }
    .btn-card-1 {
        margin-bottom: 10px;
    }
}
.py-55 {
    padding-top: 6rem !important;
    padding-bottom: 9rem !important;
}
.row-center {
    flex-direction: column;
}
.ceeen {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.d-flexx {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}
.img {
    width: 580px!important;
}
.statii1 {
    background: linear-gradient(rgba(15, 23, 43, .9), rgba(15, 23, 43, .0)), url(../img/maltipoo2.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;  
}
.statii2 {
    background: linear-gradient(rgba(15, 23, 43, .9), rgba(15, 23, 43, .0)), url(../img/maltipoo1111.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;  
}
.statii3 {
    background: linear-gradient(rgba(15, 23, 43, .9), rgba(15, 23, 43, .0)), url(../img/maltipoo3.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;  
}
.statii4 {
    background: linear-gradient(rgba(15, 23, 43, .9), rgba(15, 23, 43, .0)), url(../img/maltipoo22.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;  
}
.stat-h {
    font-size: 1.5rem;
    color: #F1F8FF;
    margin-bottom: 50px;
}
.naa {
    color: #F1F8FF;
    font-size: 1rem;
}
.mb-i {
    margin-bottom: 0.7rem!important;
}
.mb-ip {
    margin-bottom: 0.3rem!important;
}
.foot-fl {
    display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.hero-header-statii {
    background: linear-gradient(rgba(15, 23, 43, .9), rgba(15, 23, 43, .7)), url(../img/maltipoo111.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 900px) {
    .py-55 {
        padding-top: 4rem !important;
        padding-bottom: 6rem !important;
    }
}
@media (max-width: 790px) {
.py-55 {
    padding-top: 3rem !important;
    padding-bottom: 8rem !important;
}
 .btn-card-1 {
        margin-bottom: 0px!important;
    }
   
}
@media (max-width: 420px) {
     .btn-primary-puppi {
        margin-bottom: 10px;
    }
}
@media (max-width: 680px) {
    .py-55 {
        padding-top: 6rem !important;
        padding-bottom: 1rem !important;
    }
        .hero-header {
        position: relative;
        height: auto;
      min-height: 80vh;
        overflow: hidden;
    }
}
 
.bg-foto-all {
    height: 370px;
    width: 100%; 
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover; 
}
.bg-foto1 {
    background-image: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .0)), url(../img/1.webp);
}
.bg-foto2 {
    background-image: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .0)), url(../img/2.webp);
}
.bg-foto3 {
    background-image: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .0)), url(../img/3.webp);
}
.bg-foto4 {
    background-image: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .0)), url(../img/4.webp);
}
.bg-foto5 {
    background-image: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .0)), url(../img/5.webp);
}
.bg-foto6 {
    background-image: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .0)), url(../img/6.webp);
}
.bg-foto7 {
    background-image: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .0)), url(../img/7.webp);
}
.bg-foto8 {
    background-image: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .0)), url(../img/8.webp);
}
.bg-foto9 {
    background-image: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .0)), url(../img/9.webp);
}
.bg-foto10 {
    background-image: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .0)), url(../img/10.webp);
}
.bg-foto11 {
    background-image: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .0)), url(../img/11.webp);
}
.bg-foto12 {
    background-image: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .0)), url(../img/12.webp);
}
.bg-foto13 {
    background-image: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .0)), url(../img/13.webp);
}
.bg-foto14 {
    background-image: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .0)), url(../img/14.webp);
}
.bg-foto15 {
    background-image: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .0)), url(../img/15.webp);
}
.bg-foto16 {
    background-image: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .0)), url(../img/16.webp);
}
.bg-foto17 {
    background-image: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .0)), url(../img/17.webp);
}

.hero-1 {
    margin-bottom: 20px;
}
.video {
    background: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .0)), url(../img/maltipoo3.webp);
    height: 100%;
    width: 100%; 
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover; 
}

.widd {
    width: 100%;
}
.btn-primary {
    margin-bottom: 30px;
    padding: 10px;
}

.h1_center {
    text-align: center!important;
}

/* HERO блок */

.hero {
  position: relative;
  height: 600px;          /* картинка на один экран, можно играть от 480 до 560 */
  overflow: hidden;
}

/* сама картинка */
.hero-img {
  position: absolute;
  inset: 0;               /* top:0; right:0; bottom:0; left:0 */
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;  /* показываем щенков, а не лампу */
        /* чуть увеличиваем, чтобы не было краёв после blur */
}

/* тёмное лёгкое затемнение сверху */
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
 
}
.hero-1 {
    color: #ffffff;
    font-size: 28px;
}
/* контейнер с контентом по центру */
.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-featured {
  transform: scale(1.02);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}




/* Обёртка фото */
.photo-wrapper{
  position: relative;
  flex: 0 0 auto;          /* чтобы в d-flex не растягивалось странно */
}

/* Бейджи — общий стиль */
.badge{
  position: absolute;
  top: 24px;
  left: 34px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  box-shadow: 0 10px 25px rgba(0,0,0,.12);
  z-index: 5;
  user-select: none;
}

/* Хорошая цена — твой брендовый оранжевый */
.badge-price{
  background: rgba(254,161,22,.95);  /* #FEA116 */
  color: #fff;
}

/* Забронирован — тёплый тёмно-коричневый, гармоничный с фоном */
.badge-reserved{
  background: linear-gradient(
    135deg,
    rgba(92,70,55,0.95),
    rgba(72,58,48,0.95)
  );
  font-size: 12.5px;
  color: #fff;
    box-shadow: 0 6px 20px rgba(0,0,0,.12);
}
.card-reserved .photo-wrapper img{
  filter: saturate(.85) brightness(.95);
}
/* Чуть приглушим фото у забронированного (дорогой эффект) */
.card-reserved .photo-wrapper img{
  filter: saturate(.9) contrast(.98) brightness(.95);
}
.text-primary{
  font-weight: 900;
}
h5 span:last-child{
  font-size: 17px;
}
.col-border{
  transition: all .3s ease;
}

.col-border:hover{
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0,0,0,.12);
}
.col-border{
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(0,0,0,.06);
  transition: all .3s ease;
}

.col-border:hover{
  transform: translateY(-6px);
  box-shadow: 0 25px 60px rgba(0,0,0,.12);
}
.card-featured{
  border: 2px solid rgba(254,161,22,.25);
}
.col-border{
  padding: 25px;
}
.photo-wrapper{
  margin-bottom: 18px;
}
 .intro-text{
  font-size:16px;
  line-height:1.7;
  margin-bottom:14px;
}
.section-title{
  position: relative;
  display: inline-block;
}

.section-title::after{
  content:"";
  display:block;
  width:60px;
  height:3px;
  background:#FEA116;
  margin-top:10px;
}
.about-photo img{
  border-radius:16px;
  box-shadow: 0 20px 50px rgba(0,0,0,.15);
}
.about-sign{
  text-align:center;
  margin-top:10px;
  font-size:14px;
  color:#8a8a8a;
}
 
















/* карточка с текстом */
.hero-box {
  background: rgba(96, 63, 46, 0.55);   /* коричневая полупрозрачная */
  padding: 32px 40px;
  border-radius: 20px;
  max-width: 700px;
  text-align: center;
  color: #fff;
  backdrop-filter: blur(3px);
  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.18),
    0 30px 60px rgba(0, 0, 0, 0.12);
transform: translateY(30px);
}
.hero-box h1 {
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.hero-text-1 {
    font-size: 18px;
}
.hero-text-2 {
    font-size: 16px;
}
/* заголовок и текст внутри карточки */
.hero-box h1 {
  margin-bottom: 16px;
  font-size: 36px;
  line-height: 1.2;
  color: white;
}

.hero-box p {
  margin-bottom: 30px;
}
.btn-primary-puppi {
    margin-right: 20px;
}

.btn-card-1 {
    margin-bottom: 20px;
}


.about-h5 {
    margin-bottom: 30px;
}
.adout-2-okna {
    display: flex;
    flex-direction: row;
}
.width-about-2 {
    max-width: 60%;
}



.step-number {
  width: 40px;
  height: 40px;
  background: #f59e0b; /* твой акцентный цвет */
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
}
.t-c {
    text-align: center;
}



/* FAQ (вопросы) — в стиле service-item */
.faq__btn{
  width: 100%;
  background: transparent;
  border: 0;
  text-align: left;
  padding: 0 1.5rem 1.25rem 1.5rem; /* совпадает с p-4 */
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
}

.faq__q{
  font-weight: 700;
  color: #111827;
  font-size: 16px;
}

.faq__icon{
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #fff;
  background: var(--primary);
  flex: 0 0 auto;
  transition: transform .2s ease;
}

.faq__panel{
  padding: 0 1.5rem 1.5rem 1.5rem;
}

.faq__a{
  color: #4b5563;
  line-height: 1.6;
  font-size: 15px;
}

/* открытое состояние */
.faq__btn[aria-expanded="true"] .faq__icon{
  transform: rotate(45deg);
}

/* чтобы hover service-item не красил текст FAQ в белый (если хочешь оставить hover — можно убрать этот блок) */
.service-item:hover .faq__q,
.service-item:hover .faq__a{
  color: var(--light) !important;
}
/* Отключаем жёлтый hover только у FAQ */
.faq-item:hover {
    background: #ffffff !important;
}

.faq-item:hover * {
    color: inherit !important;
}

/* Чтобы тень осталась как у остальных */
.faq-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}




.bg-otziv{
  height: 400px;              /* подними высоту, 380 мало для скринов */
  width: 100%;
  background-position: center, bottom center;
  background-repeat: no-repeat, no-repeat;

  /* 1-й слой (градиент) растягиваем на весь блок, 2-й (картинку) — contain */
  background-size: 100% 100%, contain;

  background-color: #f3f3f3;  /* чтобы красиво были “поля”, если пропорции не совпали */
  border-radius: 14px;
}
.bg-foto-otziv1 {
    background-image: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .0)), url(../img/отзыв1.webp);
}
.bg-foto-otziv2 {
    background-image: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .0)), url(../img/отзыв2.webp);
}
.bg-foto-otziv3 {
    background-image: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .0)), url(../img/отзыв3.webp);
}
.bg-foto-otziv4 {
    background-image: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .0)), url(../img/отзыв4.webp);
}
.bg-foto-otziv5 {
    background-image: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .0)), url(../img/отзыв5.webp);
}
.bg-foto-otziv6 {
    background-image: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .0)), url(../img/отзыв6.webp);
}
.bg-foto-otziv7 {
    background-image: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .0)), url(../img/отзыв7.webp);
}
.bg-foto-otziv8 {
    background-image: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .0)), url(../img/отзыв8.webp);
}
.bg-foto-otziv9 {
    background-image: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .0)), url(../img/отзыв111.webp);
}
.bg-foto-otziv10 {
    background-image: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .0)), url(../img/отзыв222.webp);
}








.photo-wrapper-1 {
    position: relative;
    overflow: hidden;
    border-radius: 0.375rem; /* если у картинки rounded */
}

.photo-wrapper-1 img {
    display: block;
    width: 100%;
    height: auto;
}

/* Нижняя фирменная плашка */
.photo-wrapper-1::after {
    content: "maltipoo-puppi.ru";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 22px; /* приподняли от края */

    padding: 8px 12px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;

   background: rgba(92, 60, 38, 0.65);
backdrop-filter: blur(4px);
    color: #ffffff;
    text-align: center;

    border-radius: 6px;

    pointer-events: none;
    user-select: none;
}
.photo-wrapper-1::before {
    content: "maltipoo-puppi.ru";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.1em;

    color: rgba(255, 255, 255, 0.12);
    transform: rotate(-18deg);

    pointer-events: none;
    user-select: none;
}








.photo-wrapper-1 {
    width: 100%;
    max-width: 580px;
}

.puppy-swiper {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.puppy-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.photo-wrapper-1 {
    position: relative;
    overflow: hidden;
    border-radius: 0.375rem;
    width: 100%;
}

.photo-wrapper-1 img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.puppy-swiper .swiper-button-next,
.puppy-swiper .swiper-button-prev {
    color: #fff;
}

.puppy-swiper .swiper-pagination-bullet-active {
    background: #FEA116;
}

@media (max-width: 768px) {
    .puppy-swiper .swiper-slide img {
        height: 320px;
    }
}

.puppy-swiper {
    width: 100%;
    overflow: hidden;
    border-radius: 0.375rem;
}

.puppy-swiper .swiper-wrapper {
    align-items: stretch;
}

.puppy-swiper .swiper-slide {
    width: 100%;
    flex-shrink: 0;
}
@media (max-width: 991.98px) {
    .div-mob {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .photo-wrapper-1 {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .ps-4 {
        padding-left: 0 !important;
    }
}
@media (max-width: 768px) {
    .photo-wrapper-1::after {
        left: 12px;
        right: 12px;
        bottom: 14px;
        padding: 7px 10px;
        font-size: 11px;
    }

    .photo-wrapper-1::before {
        font-size: 18px;
        letter-spacing: 0.06em;
    }

    .badge-reserved {
        font-size: 12px;
        padding: 10px 16px;
        max-width: calc(100% - 24px);
        white-space: normal;
        line-height: 1.2;
    }
}