body {
  font-family: 'Segoe UI', sans-serif;
}

.navbar-brand h4 {
  margin: 0;
  font-weight: bold;
  font-size: 1.8rem;
}

.navbar-brand small {
  display: block;
  font-size: 1rem;
  color: #f8f9fa;
  margin-top: -5px;
}

.custom-navbar {
  background-color: #476e33;
}

.carousel-caption {
  background: rgba(0, 0, 0, 0.5);
  padding: 1rem;
  border-radius: 10px;
}

.hero-btns .btn {
  margin: 0.5rem;
  padding: 0.75rem 1.5rem;
}

.section-heading {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}

.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
  pointer-events: none;
}

.carousel-overlay * {
  pointer-events: auto;
}

.hero-btns .btn {
  margin: 0.5rem;
  padding: 0.75rem 1.5rem;
}

.carousel-inner img {
  height: 85vh;
  object-fit: cover;
}

.custom-appointment-btn {
  background-color: #EAA314;
  color: white;
}

.custom-appointment-btn:hover {
  background-color: #85b46e;
}




/* section 1 */
.section-1 {
  background-image: url('img/bg1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.icon-top {
  font-size: 2.5rem;
  color: #ffffff;
  margin-bottom: 10px;
  display: block;
}


.service-card {
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  backdrop-filter: blur(2px);
}

.service-card:hover {
  background-color: rgba(255, 255, 255, 0.08);
  transform: translateY(-5px);
}

.service-card h5 {
  color: #ffffff;
}


@media (max-width: 768px) {
  .section-1 {
    background-attachment: scroll;
  }
}




/* section 2 */
.section-2 {
  background-image: url('img/bg5.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}

.icon-top {
  font-size: 2.5rem;
  color: #ffffff;
  margin-bottom: 10px;
  display: block;
}


.service-card {
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  backdrop-filter: blur(2px);
}

.service-card:hover {
  background-color: rgba(255, 255, 255, 0.08);
  transform: translateY(-5px);
}

.service-card h5 {
  color: #ffffff;
}


@media (max-width: 768px) {
  .section-1 {
    background-attachment: scroll;
  }
}




/* section 3 */
.section-3 {
  background-image: url('img/bg7.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
}




/* section 4 */
.section-4 {
  background-image: url('img/bg2.png');
  background-color: #e7e3b7;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.why-img-container {
  aspect-ratio: 5 / 5;
  overflow: hidden;
  border-radius: 10px;
  max-height: 500px;
}

.why-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

@media (min-width: 768px) {
  .why-img-container {
    max-height: 500px;
  }
}

.why-choose-us {
  color: white;
}

.why-card {

  transition: all 0.3s ease;
  backdrop-filter: blur(2px);
}

.why-card:hover {

  transform: translateY(-5px);
}

.why-card h5 {
  color: white;
}

.why-card p {
  color: rgba(255, 255, 255, 0.85);
}

.why-card i {
  font-size: 2rem;
}

.btn-green {
  background: #476e33;
  color: white;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
}

.btn-green:hover {
  background: #648f4f;
  color: white;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
}




/* section 5 */
.section-5 {
  background-image: url('img/bg4.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
}

.dog-img {
  max-width: 200px;
  margin-right: 20px;
}

.text-block span {
  display: block;
}

.btn-orange {
  background: #EAA314;
  color: white;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
}

.professional-photo-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  max-width: 350px;
}

.professional-photo {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.professional-photo-wrapper:hover .professional-photo {
  transform: scale(1.05);
}

.professional-photo-wrapper .overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease;
  height: 120px;
  padding: 10px;
}

.professional-photo-wrapper:hover .overlay {
  opacity: 1;
}




/* section 6 */
.section-6 {
  background-image: url('img/bg3.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.card {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
}

.card-img-wrapper {
  height: 250px;
  overflow: hidden;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.card-img-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.card:hover .card-img-wrapper img {
  transform: scale(1.05);
}




/* section 7 */
.section-7 {
  background-image: url('img/bg1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
}

.accordion-button {
  background-color: #f3c66d;
  color: #363636;
  font-size: large;
  font-weight: 500;
}

.accordion-button:not(.collapsed) {
  background-color: #f3c66d;
  color: #363636;
  box-shadow: none;
}

.accordion-button::after {
  filter: invert(1);
}

.accordion-body {
  background-color: #f3c66d;
  color: #363636;
}




/* Section 8*/
.section-8 {
  background-image: url('img/bg1.png');
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
  padding: 80px 0;
}

.cat-peek {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 80px;
  pointer-events: none;
}

@media (max-width: 768px) {
  .cat-peek {
    display: none;
  }
}

.branch-card {
  background-color: #e2e7df !important;
  max-width: 90%;
  margin: 0 auto 50px;
  position: relative;
}


.qr-img {
  max-width: 180px;
  border-radius: 20px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease;
}

.qr-img:hover {
  transform: scale(1.08);
}

.branch-card img {
  object-fit: cover;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 768px) {
  .branch-card {
    max-width: 100%;
  }

  .qr-img {
    max-width: 160px;
  }
}




/* Section 9 */
.section-9 {
  background-image: url('img/bg1.png');
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
  padding: 80px 0;
}

.service-card2 {
  background: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card2:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}




/* footer */
.site-footer {
  position: relative;
  padding: 40px 0;
  overflow: visible;
}

.animals-peeking {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -64%);
  z-index: 10;
  pointer-events: none;
  text-align: center;
}

.animals-peeking img {
  width: min(1000px, 90vw);
  height: auto;
  display: block;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, .18));
}