#epicpaws-site-content div.epicpaws-breadcrumbs {
    background-position: -100px top !important; 
}

@media (max-width: 1600px) {
    #epicpaws-site-content div.epicpaws-breadcrumbs {
        background-position: -250px top !important; 
    }
}

@media (max-width: 1200px) {
    #epicpaws-site-content div.epicpaws-breadcrumbs {
        background-position: -250px top !important; 
    }
}

@media (max-width: 992px) {
    #epicpaws-site-content div.epicpaws-breadcrumbs {
        background-position: -290px top !important; 
    }
}

@media (max-width: 992px) {
    .book-appointment {
        width: 75%;
			padding: 20px;
    }
}
/* === BACK TO TOP BUTTON FIX === */
.epicpaws-back-to-top {
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
    z-index: 9999 !important;
    width: 50px !important;
    height: 50px !important;
    background-color: #4CAF50 !important;
    border-radius: 50% !important;
    text-align: center !important;
    line-height: 50px !important;
    color: white !important;
    font-size: 24px !important;
    text-decoration: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2) !important;
    display: block !important;
}

.epicpaws-back-to-top:before {
    content: "^";
    display: block !important;
    font-size: 28px !important;
    font-weight: bold !important;
}

.epicpaws-back-to-top:hover {
    background-color: #45a049 !important;
    transform: translateY(-3px) !important;
}

.epicpaws-back-to-top.show-button {
    opacity: 1 !important;
    visibility: visible !important;
}

@media (max-width: 768px) {
    .epicpaws-back-to-top {
        width: 45px !important;
        height: 45px !important;
        line-height: 45px !important;
        bottom: 15px !important;
        right: 15px !important;
        font-size: 20px !important;
    }
}
@media (max-width: 768px) {
    .pawprint-background {
        background-image: none !important;
    }
}
@media (max-width: 768px) {
    .pawprint-background {
        background-image: none !important;
    }
}
@media (max-width: 768px) {
    body {
        background-image: none !important;
    }
}
@media (max-width: 768px) {
    body {
        background-image: none !important;
    }
}
@media (max-width: 768px) {
    body {
        background-image: none !important;
    }
}