.text-white {
    color: #fff !important
}
.li-disc {
    list-style: disc;
    margin-left: 15px;
}
.bg-light {
    background-color: var(--bs-body-bg) !important;
}

.doggy-slider .banner-slide {
    height: 125vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 15px;
}

.doggy-slider h1 {
    font-size: 3rem;
    font-weight: 700;
}

.doggy-slider p {
    font-size: 1.25rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
}

h3.border-0.fs-5.pb-2.mb-0 {
    margin-top: 13px;
}

.icon-overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 5;
}

.icon-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #FA7070;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.icon-btn.whatsapp {
    background-color: #25D366;
}

.icon-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#multiReviewCarousel {
    position: relative;
    padding: 0 60px; /* space on both sides for arrows */
}

#multiReviewCarousel .carousel-control-prev {
    width: 50px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
}

#multiReviewCarousel .carousel-control-next {
    width: 50px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
}

#multiReviewCarousel .carousel-control-prev-icon,
#multiReviewCarousel .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
}

.service-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 15px;
    overflow: hidden;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.service-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.boarding-bg {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.daycare-bg {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.training-bg {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.walking-bg {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

.mating-bg {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}

.transport-bg {
    background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
}

.pet-card {
    position: relative;
    border: 1px solid #eee;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.pet-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.pet-icons {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pet-icons a {
    width: 35px;
    height: 35px;
    background-color: #FA7070;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
}

.pet-icons a.whatsapp {
    background-color: #25D366;
}

.pet-card-body {
    padding: 15px;
}

.pet-card .header {
    background-color: #FA7070;
    color: white;
    padding: 5px 10px;
    font-weight: bold;
}

.pet-card .details {
    font-size: 15px;
    line-height: 1.5;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none;
}

.dropdown-submenu > .dropdown-menu.show {
    display: block;
}

textarea.form-control {
    height: 269px;
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    cursor: pointer;
    animation: pulse 2s infinite;
    text-decoration: none;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.whatsapp-popup {
    position: fixed;
    bottom: 90px;
    right: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    padding: 12px 16px;
    max-width: 240px;
    font-size: 14px;
    display: none;
    z-index: 9999;
}

.whatsapp-popup::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 20px;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.section-02 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    padding: 60px 15px 40px;
    display: flex;
    align-items: center;
    position: relative;
}

h1.slide__text-heading {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.lead {
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.card:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

h2.display-5,
section h2 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
}

p {
    font-size: 1rem;
    letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
    h1.display-4 {
        font-size: 2rem;
    }

    h2.display-5,
    section h2 {
        font-size: 1.75rem;
    }
}

.pet-boarding-section {
    padding: 3rem 2.5rem;
}

.section-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #3498db, #2ecc71);
    border-radius: 2px;
}

.section-description {
    font-size: -5.9rem;
    color: #555;
    line-height: 1.8;
    text-align: justify;
    max-width: 1083px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    body {
        padding: 1rem;
    }

    .pet-boarding-section {
        padding: 2rem 1.5rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .section-description {
        font-size: 1rem;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 1.8rem;
    }
}
