body {
    background-color: #f1f4f6;
}
.navbar {
    z-index: 3;
    background-color: #f1f4f6;
}
#more-services {
    background-color: #104476;
    position: relative;
}
#more-services #pets {
    position: absolute;
    right: 5.5rem;
    top: -81px;
    z-index: 2;
}
#map-image {
    height: 35vw;
}
#book-btn {
    padding: 0.7vw!important;
}
.menu {
    z-index: 4;
}
.rounded {
    border-radius: 20px!important;
}
.carousel-caption {
    transform: translateY(-15vw);
    bottom: 0;
    top: 25vw;
}
.carousel-caption h1 {
    font-size: 5vw;
}
.carousel-caption h2 {
    font-size: 3vw;
}
.carousel-caption p {
    font-size: 1.2vw;
}
.carousel-caption a {
    font-size: 1.3vw!important;
}
.nav-link {
    font-size: 1em!important;
}
@media all and (max-width: 1195px) {
    .carousel-caption p {
        display: none;
    }
}
@media all and (max-width: 480px) {
    #more-services #pets {
        right: 0rem;
        width: 400px;
        top: -54px;
    }
    .carousel-caption h1 {
        font-size: 1em;
    }
    .carousel-caption h2 {
        font-size: 0.8em;
    }
    .carousel-caption p {
        font-size: 0.5em;
    }
    .carousel-caption a {
        margin-top: 0!important;
    }
    .carousel-caption {
        transform: none;
        bottom: 0;
        top: 0;
    }
}
.carousel-caption a {
    font-size: 0.9em;
    font-weight: 800;
    margin-top: 2rem;
}
.mb-6 {
    margin-bottom: 6rem;
}
.pl-6 {
    padding-left: 6rem;
}
.pr-6 {
    padding-right: 6rem;
}
.card {
  padding: 15px;
  border: none;
  background-color: #f1f4f6;
}
.card.inverted {
    background-color: #104476;
    color: white;
}
.card img.card-img-top {
  border-radius: 20px;
  z-index: 1;
  position: relative;
}
.card-body {
  padding: 10px;
}
.card-logo {
    width: 100%;
    height: 125px;
    background: #104476;
    position: relative;
    top: -20px;
    z-index: 0;
    border-radius: 0 0 20px 20px;
    display: flex;
}
.card-info {
    width: 100%;
    background: #cfd9df;
    position: relative;
    top: -20px;
    z-index: 0;
    border-radius: 0 0 20px 20px;
    display: flex;
}
.inverted .card-logo {
    background-color: #f1f4f6;
}
.inverted .card-logo h5{
    color: #104476;
}
.card-logo img{
    margin-left: 3rem;
    margin-right: 1rem;
}
.card-logo h5 {
    color: white;
    margin-right: 0.5rem;
}
.btn-read-more {
  background-color: #104476;
  color: white;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 0.9rem;
  text-decoration: none;
}
.card-text {
    color: #104476;
}
.btn-read-more:hover {
  background-color: #0056b3;
  color: white;
}
/* Google reviews */
.review-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    box-sizing: border-box;
    margin: 20px;
}

.review-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.profile-pic {
    width: 60px;
    height: 60px;
    border-radius: 50%!important;
    object-fit: cover;
}

.reviewer-info {
    flex-grow: 1;
    margin-left: 15px;
}

.reviewer-info h3 {
    margin: 0;
    font-size: 18px;
}

.rating {
    font-size: 14px;
    color: #777;
}

.rating span:first-child {
    color: #ffa500;
}

.google-logo img {
    width: 30px;
}

.review-content p {
    margin: 10px 0;
    line-height: 1.6;
}

@media (max-width: 600px) {
    .review-card {
        padding: 15px;
    }

    .profile-pic {
        width: 50px;
        height: 50px;
    }

    .reviewer-info h3 {
        font-size: 16px;
    }

    .rating {
        font-size: 12px;
    }

    .google-logo img {
        width: 25px;
    }
}