/* custom style */

@import url('https://fonts.googleapis.com/css2?family=Cherry+Swash&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    width: 100%!important;
}

a {
    text-decoration: none;
}

 :root {
    --light-gray: #AAA;
    --red: #c02740;
    --golden: #e97b04;
    --seegreen: #5dad90;
    --white: #fff;
}

.redcolor {
    background-color: var(--red);
}

.goldencolor {
    background-color: var(--golden);
}

.seegreencolor {
    background-color: var(--seegreen);
}

.pet-navbar-two .active {
    background-color: var(--red);
    color: #fff!important;
}

.dropdown-menu {
    background-color: #fff;
    border-radius: 0px;
    padding-inline: 13px;
}

.dropdown-menu li {
    padding: 0rem 3.5rem 0 0!important;
    border-bottom: 1px solid #e5e5e5;
}

.dropdown-menu li:hover {
    border-bottom: 2px solid var(--red);
}

.dropdown-menu[data-bs-popper] {
    top: 96%;
}

.navbar {
    padding-bottom: 0;
}

.dropdown-item {
    color: #6a6a6a;
    font-size: 0.91rem;
}


/*================button style start============
==========================================*/

.front {
    transition: transform 600ms cubic-bezier(.3, .7, .4, 1);
}

.pushable:hover .front {
    transform: translateY(-6px);
    transition: transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}

.pushable:active .front {
    transform: translateY(-2px);
    transition: transform 34ms;
}

.pushable {
    background: hsl(25, 100%, 50%);
    border: none;
    border-radius: 50px;
    padding: 0;
    cursor: pointer;
}

.front {
    display: block;
    padding: 10px 25px;
    border-radius: 50px;
    background: hsl(32, 100%, 50%);
    color: white;
    transform: translateY(-4px);
}

.pushable:active .front {
    transform: translateY(-2px);
}

.pushable:focus:not(:focus-visible) {
    outline: none;
}


/*===============buttton style end=============
==========================================*/


/*=============commom breadcrums start========
==========================================*/

.breadcrumb-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-block: 3rem;
}

.breadcrumb-heading {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.breadcrumb-header h2 {
    font-family: 'Times New Roman'
}

.sub-breadcrums {
    color: #999999;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.breadcrumb-search {
    display: flex;
    gap: 6rem;
    align-items: center;
    justify-content: space-between;
    padding-inline: 1rem;
    background-color: #f0f0f0;
    color: #999999;
}

.breadcrumb-search span {
    text-transform: capitalize;
}

.breadcrumb-header::after {
    content: '';
    border-top: 1px solid #e5e5e5;
    position: absolute;
    bottom: 1rem;
    left: 0;
    width: 100%;
}


/*=============commom breadcrums end========
==========================================*/


/*========commom accordion start========*/

.accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.accordion-button:hover {
    color: var(--seegreen);
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    background-color: var(--seegreen);
    color: var(--white);
    font-weight: 600;
}

.accordion-body {
    padding: 0;
}

.accordion-body img {
    padding-block: 1.5rem;
}

.pet-accordion-button {
    text-align: end;
}

.pet-accordion-button a {
    background-color: #f6bb63;
    color: white;
    border-radius: 30px 30px 30px 30px;
    padding: .9rem 1.5rem;
    margin-block: 1rem;
    display: inline-block;
    text-transform: capitalize;
}


/*========commom accordion end========*/


/* Open the dropdown on hover */

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}


/* Add smooth transition (optional) */

.dropdown-menu {
    transition: opacity 0.2s ease, visibility 0.2s ease;
    opacity: 0;
    visibility: hidden;
}


/* --------------------------------------- */


/* header start */

.pet-navbar-one .pet-top-header-navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.pet-top-header-details ul {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    color: var(--light-gray);
    font-size: 0.9rem;
    padding-block: 0.5rem;
}

.pet-top-header-socail-icons ul {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    color: var(--light-gray);
    font-size: 0.9rem;
    padding-block: 0.5rem;
}

.pet-navbar-two .pet-mynavigation {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.pet-navbar-two .pet-mynavigation img {
    width: 100%;
}

.pet-navbar-two .pet-mynavigation .navbar-collapse>ul:first-child::after {
    border-top: 1px solid #e5e5e5;
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
}

.pet-navbar-two .pet-mynavigation ul li a {
    text-transform: capitalize;
    margin: 0;
    padding-inline: 0.9rem!important;
    padding-block: 0.7rem!important;
}

.pet-navbar-two .pet-mynavigation .nav-link:hover {
    background-color: var(--red);
}

.pet-mynavigation-mobile {
    padding-bottom: 2px;
    padding-top: 25px;
}


/* header end */


/* carousel start */

.carousel-inner {
    position: relative;
}

.carousel-container {
    overflow: hidden;
}

.pet-inner-carousel {
    position: absolute;
    bottom: 0;
    left: 15%;
    right: 15%;
}

.pet-inner-card {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem 2rem;
    min-height: 100%;
}

.pet-inner-card h4 {
    color: var(--white);
}

.pet-inner-card p {
    margin: 0;
    padding: 0;
    color: var(--white);
    font-size: 1rem;
}

.pet-inner-card a {
    border: 1px solid var(--white);
    color: var(--white);
    width: max-content;
    padding: 0.5rem 1.5rem;
    text-transform: capitalize;
}

.pet-inner-card a:hover {
    color: black;
    background-color: var(--white);
}

.pet-inner-card .day-time {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.pet-inner-card .day-time p::after {
    border-bottom: 1px solid #6eb59b;
    content: '';
    position: absolute;
    top: 2.5rem;
    left: 0;
    width: 100%;
}

.carousel-caption {
    position: absolute;
    right: 19% !important;
    bottom: 27.25rem;
    left: auto;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: black;
    text-align: start;
    justify-content: start;
}

.carousel-caption-social-btn {
    display: flex;
    justify-content: space-between;
    padding-block: 1rem;
}

.carousel-caption-social-btn a {
    background-color: #f9d43b;
    color: white;
    padding: 0.4rem 2rem;
    border-radius: 20px;
    font-weight: 600;
}

.carousel-caption-socail-icon {
    gap: .7rem;
    display: flex;
}

.carousel-caption-socail-icon .fa-instagram {
    background-color: #d3486b;
    color: white;
    padding: .6rem;
    border-radius: 50%;
}

.carousel-caption-socail-icon .fa-facebook {
    background-color: #3b5998;
    color: white;
    padding: .6rem;
    border-radius: 50%;
}

.carousel-caption-socail-icon i {
    font-size: 1.4rem;
}

.carousel-inner .carousel-item img {
    min-height: 700px;
}

.carousel-caption-one h5 {
    font-weight: 400;
}

.carousel-caption-one h4 {
    font-weight: 900;
    font-size: 1.2rem;
}

.carousel-caption-one p {
    font-weight: 400;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.carousel-caption-two h5 {
    font-weight: 400;
    font-size: 2.5rem;
    letter-spacing: 1px;
    font-family: Forum;
}

.carousel-caption-two h4 {
    font-weight: 900;
    font-size: 1.2rem;
}

.carousel-caption-two p {
    color: #ff1000;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
}

.carousel-caption-two .carousel-caption-social-btn a {
    background-color: #db4e2b;
    padding: 0.4rem 2rem;
    border-radius: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.carousel-caption-three h5 {
    font-size: 2rem;
    font-weight: 600;
    text-transform: capitalize;
    font-family: Forum;
}


/* carousel end */


/* services start */

.pet-left-side-services h2 {
    color: #e57819;
    text-align: left;
    font-family: Forum;
    font-style: normal;
    padding-bottom: 1rem;
}

.pet-left-side-services p {
    color: #525252;
    text-align: justify;
    font-size: 1rem;
}

.pet-right-side-servies h3 {
    font-size: 1.5rem;
    padding-bottom: 1rem;
    color: #707070;
}

.pet-request-an-appointment {
    background-color: #f0f0f0;
    padding-block: 3rem;
    padding-inline: 2rem;
}

.pet-request-appointment-button {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    align-items: center;
}

.pet-request-appointment-button a {
    background-color: #dd5e30;
    padding-block: 1rem;
    padding-inline: 1rem;
    display: inline-block;
    width: max-content;
    color: var(--white);
}

.pet-request-appointment-button a:hover {
    background-color: #d39428;
}

.pet-our-concept {
    background-color: #e0e0e0;
    padding-block: 2rem;
    padding-inline: 1.5rem;
}

.pet-our-concept ul li button {
    color: #535353;
    font-size: 1.1rem;
}

.pet-our-concept ul li button:hover {
    color: black;
    border-bottom: 2px solid var(--red)!important;
    border: none;
}

.pet-our-concept-heading h3 {
    color: #e57819;
    font-weight: 100;
    font-family: Forum;
    padding-bottom: .2rem;
    font-size: 3.5rem;
}

.pet-our-concept .tab-pane {
    padding-top: 1.5rem;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: #e0e0e0!important;
    border-bottom: 2px solid var(--red)!important;
    font-weight: 500;
}


/* services end */


/*  footer start */

.pet-location>* {
    display: flex;
    gap: 1rem;
    align-items: baseline;
    padding-block: .3rem;
}

.pet-additionls-links ul li a {
    color: var(--white);
    text-transform: capitalize;
}

.pet-additionls-links ul li a:hover {
    text-decoration: underline;
}

.pet-additionls-links ul li {
    padding-block: .3rem;
    list-style: none;
}

.pet-additionls-links ul {
    padding-top: 1.5rem;
    padding-inline-start: 0;
}

.pet-additionls-links i {
    font-size: .5rem;
    align-items: start;
}

.pet-gallery .pet-gallery-box {
    width: 29%;
}

.pet-gallery .pet-gallery-box img {
    border: 2px solid var(--white);
    width: 100%;
}

.pet-latest-post ul li a {
    color: var(--white);
}

.pet-latest-post {
    position: relative;
}

.pet-latest-post ul li span {
    font-size: .8rem;
}

.pet-latest-post ul li {
    display: flex;
    flex-direction: column;
    padding-block: 1rem;
    gap: .2rem;
}

.latest-posts-button {
    position: absolute;
    top: 10px;
    right: 0;
}

.latest-posts-button i {
    border: 1px solid #4e545d;
    padding: .8rem;
    font-size: .5rem;
}

.pet-footer-details h4 {
    color: var(--white);
    font-size: 1.2rem;
    text-transform: capitalize;
    position: relative;
    border-bottom: 2px solid var(--red);
    padding-block: .8rem;
    width: max-content;
}


/*  footer end */


/*  footer wrapper start */

.pet-footer {
    background-color: #331810;
    color: #bac0c5;
    padding: 10rem 0 5rem 0;
    font-size: .9rem;
}

.pet-footer-wrapper {
    position: absolute;
    top: -160px;
    left: 0;
    display: flex;
    flex-direction: row;
    color: var(--white);
}

.pet-footer-wrapper-details {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding-block: 2rem;
}

.pet-footer-wrapper-details h4 {
    font-weight: 100;
    font-size: 1.9rem;
}

.pet-footer-wrapper-details i {
    font-size: 2rem;
}


/* sub footer start */

.pet-sub-footer {
    display: flex;
    justify-content: space-between;
    padding-block: 2rem;
}

.pet-sub-footer p {
    margin: 0;
    padding: 0;
    font-size: .9rem;
    color: var(--light-gray);
}

.pet-sub-footer-links {
    display: flex;
    gap: 2rem;
    color: var(--white);
}

.pet-sub-footer-links a {
    color: var(--white);
}

.pet-sub-footer-links-icons {
    display: flex;
    gap: 1rem;
    align-items: center;
}


/* sub footer start */


/* contact header start */

.contact-location {
    padding-block: 2rem;
}

.contact-location h3 {
    color: #ea4e35;
    text-align: left;
    font-family: Cherry Swash;
    font-weight: 400;
    font-style: normal;
}

.contact-location p {
    font-family: 'Times New Roman';
}

.contact-location h4 {
    font-family: 'Times New Roman';
    font-weight: 400;
    font-style: normal;
    padding-top: 2rem;
    font-size: 1.1rem;
    position: relative;
}

.contact-location h4::before {
    content: '';
    border-top: 2px solid var(--red);
    position: absolute;
    width: 7%;
    bottom: -.7rem;
}

.contact-location ul {
    padding-inline-start: 0;
    padding-top: 2rem;
}

.contact-location ul li i {
    color: #aaaaaa;
    padding-right: 2rem;
    padding-left: .2rem;
}

.contact-location ul li {
    margin-bottom: 1rem;
    list-style-type: none;
    background-color: #f0f0f0;
    padding: 1rem;
}

.contact-phone span a {
    color: #5dad90!important;
}

.contact-phone span a:hover {
    color: #5dad90!important;
    text-decoration: underline;
}

.custom-pushable span {
    font-size: 1rem;
}

.contact-location iframe {
    width: 100%;
}

.contact-address-detail h3 {
    color: #ea4e35;
    text-align: left;
    font-family: Cherry Swash;
    font-weight: 400;
    font-style: normal;
}

.contact-address-detail .contact-address {
    display: flex;
    flex-direction: column;
    font-size: .9rem;
}

.contact-address-detail .contact-phone {
    display: flex;
    flex-direction: column;
    padding-block: 2rem;
    font-size: .9rem;
}

.contact-address-detail .mail-to a {
    color: var(--seegreen);
}

.contact-address-detail .mail-to a:hover {
    text-decoration: underline;
}


/* contact header end */


/*---faqs-accordion start */

.faqs-accordion {
    padding-block: 2rem;
}

.faqs-accordion .accordion-body {
    padding-block: 2rem;
    padding-inline-start: 1rem;
}

.faqs-heading {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.faqs-search span {
    background-color: #f0f0f0;
    padding: 1rem 5rem;
}

.faqs-search i {
    background-color: #f0f0f0;
    padding: 1rem 2rem;
}

.faqs-button a {
    background-color: rgba(249, 176, 103, 0.985);
    display: block;
    text-align: center;
    margin-block: 1rem;
    padding-block: 1rem;
    color: white;
}


/*---faqs-accordion end */


/*---career start */

.career-heading h3 {
    color: #e97b04;
    text-align: left;
    font-family: Cherry Swash;
    font-weight: 400;
    font-style: normal
}

.career-progress {
    margin-top: 4rem;
}

.career-progress .progress {
    margin-block: 1rem;
}

.career-progress .progress .progress-bar {
    text-align: start;
}

.career-progress .progress .progress-bar span {
    padding-inline-start: 1rem;
}

.career-progress .progress,
.progress-stacked {
    --bs-progress-height: 2rem;
}

.career-sub-heading i {
    color: #5dad90;
}

.career-button {
    background-color: #e8e8e8;
    padding-block: 2rem;
    margin-block: 3rem;
    text-align: center;
}

.career-button a {
    background-color: #fe8077;
    padding: 1rem 2rem;
    text-transform: capitalize;
    border-radius: 5px;
    color: white;
}


/*---career end */


/*--services start*--*/


/*--spa-solution-accordion start*--*/

.spa-solution-accordion .accordion-body {
    padding-block: 1.5rem;
}

.spa-solution-accordion .accordion-body p {
    margin-bottom: 0;
    padding-block: 1rem;
    font-size: 20px;
    color: #dd911f;
    text-align: left;
    font-family: Cherry Swash;
    font-weight: 700;
    font-style: normal;
}

.spa-solution-detail {
    padding-block: 2rem;
}

.spa-solution-detail a {
    text-decoration: underline;
    color: #5dad90;
}


/*--spa-solution-accordion end*--*/


/*--spa-treats-accordion start--*/

.spa-treats-accordion .accordion-body {
    padding-block: 1.5rem;
}

.spa-treats-accordion .accordion-body p {
    margin-bottom: 0;
    padding-block: 1rem;
    font-size: 20px;
    color: #dd911f;
    text-align: left;
    font-family: Cherry Swash;
    font-weight: 700;
    font-style: normal;
}

.spa-treats-accordion p {
    padding-block: 2rem;
}


/*--spa-treats-accordion end--*/


/*--added-delight-accordio start--*/

.added-delight-accordion .accordion-body p {
    margin-bottom: 0;
    padding-block: 1rem;
    font-size: 20px;
    color: #dd911f;
    text-align: left;
    font-family: Cherry Swash;
    font-weight: 700;
    font-style: normal;
}

.added-delight-accordion .accordion-body .added-delight-accordion-body {
    display: flex;
    justify-content: space-between;
}

.added-delight-accordion-body .added-delight-value {
    background-color: var(--red);
    color: var(--white);
    padding: .3rem .8rem;
}

.added-delight-accordion-body hr {
    margin: .5rem 0!important;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
}

.added-delights-accordion-p p {
    padding-block: 2rem;
}

.essential-treatments-value {
    background-color: #80ced6;
    margin-block: 2rem;
    display: flex;
    justify-content: end;
    padding-block: .2rem;
}

.essential-treatments-value span {
    font-weight: 800;
}


/*--added-delight-accordio end--*/


/*--a-la-carte start--*/

.a-la-carte-main p {
    margin-bottom: 0;
    padding-block: 1rem;
    font-size: 20px;
    color: #e97b04;
    text-align: left;
    font-family: Cherry Swash;
    font-weight: 900;
    font-style: normal;
}

.a-la-carte-main .a-la-carte-body {
    display: flex;
    flex-direction: column;
}

.a-la-carte-value {
    background-color: var(--red);
    color: var(--white);
    padding: .3rem .8rem;
    margin-left: auto;
}

.a-la-carte-p {
    padding-block: 2rem;
}


/*--a-la-carte end--*/


/*--montly pakages  start--*/

.membership-container {
    margin: 20px auto;
    background-color: white;
    padding: 20px;
}

.membership-title {
    font-size: 2.5rem;
    color: #e67e22;
    margin-bottom: 20px;
}

.vip-badge,
.plus-badge {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background-color: #e67e22;
    padding: 7px 9px;
    margin-right: 8px;
    vertical-align: middle;
}

.membership-description {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
}

.benefits-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.benefits-list li {
    font-size: 20px;
    color: #c0392b;
    margin-bottom: 10px;
    font-weight: 400;
}

.notes {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.montly-pakages-button {
    display: flex;
    background-color: #f0f0f0;
    padding-block: 2.6rem;
    justify-content: space-between;
    padding-inline: 2rem;
    align-items: center;
    margin-top: 2rem;
}

.montly-pakages-button span {
    font-size: 2rem;
    font-weight: 600;
}

.montly-pakages-button a {
    background-color: #f17800;
    color: white;
    padding: 1rem 2rem;
}

.montly-pakages-p p {
    padding-block: 2rem;
}

.montly-pakages-image span {
    color: var(--seegreen);
    font-style: italic;
    margin-block: 2rem;
    display: inline-block;
}

.montly-pakages-image h6 {
    margin-block: 2rem;
}

.montly-pakages-image {
    margin-top: 4rem;
    display: inline-block;
}


/*-services detail  start--*/

.services-details h2 {
    padding-block: 1rem;
    font-size: 2rem;
    color: #e2540d;
    font-family: Abril Fatface;
    font-weight: 900;
    font-style: normal;
}

.services-details a {
    background-color: #f8c77e;
    border-radius: 30px;
    padding: .7rem 1rem;
    color: white;
    margin-left: 80%;
    text-transform: capitalize;
}

.services-details-end {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
}


/*-services detail  end--*/


/*-about  start  --*/

.about-carousel img {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.about-mission h2 {
    padding-bottom: 10px;
    font-size: 1.2rem;
    position: relative;
    font-family: 'Source Sans Pro', 'Arial', sans-serif!important;
    font-weight: 300;
}

.about-mission h2::after {
    content: '';
    border-bottom: 2px solid #c02740;
    padding-bottom: 10px;
    position: absolute;
    width: 10%;
    bottom: 0;
    left: 0;
}

.about-mission h4 {
    color: black;
    font-size: 1rem;
}

.about-mission p {
    margin-bottom: 0;
    padding-top: 3rem;
    font-size: 25px;
    color: #e97b04;
    text-align: left;
    font-family: Cherry Swash;
    font-weight: 900;
    font-style: normal;
}

.about-mission ul {
    list-style-type: none;
    padding-left: 0;
}

.about-mission ul li {
    margin-bottom: 1px;
    font-size: 1rem;
    color: #555;
}

.about-mission ul li::before {
    content: "- ";
    color: grey;
    font-weight: bold;
}

.about-border {
    border: 1px solid #F7BE68;
    margin-block: 3.3rem;
    height: 3px;
}

.about-mission-two h2 {
    padding-bottom: 10px;
    font-size: 1.2rem;
    position: relative;
    font-family: 'Source Sans Pro', 'Arial', sans-serif!important;
    font-weight: 300;
    text-transform: capitalize;
}

.about-mission-two h2::after {
    content: '';
    border-bottom: 2px solid #c02740;
    padding-bottom: 10px;
    position: absolute;
    width: 10%;
    bottom: 0;
    left: 0;
}

.about-mission-two ul {
    list-style-type: none;
    padding-left: 0;
}

.about-mission-two ul li {
    margin-bottom: 1px;
    font-size: 1rem;
    color: #555;
}

.about-mission-two ul li::before {
    content: ". ";
    color: grey;
    font-weight: bold;
}

.about-mission-two p {
    color: #555555;
    font-size: 1rem;
}

.our-pride-bg-img {
    background-image: url('../images/Grooming-Area4.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.our-pride-bg-img h2 {
    text-align: center;
    padding-block: 5rem;
    font-size: 6rem;
    text-shadow: 4px 4px 1px rgba(0, 0, 0, 0.7);
    /* Shadow for depth */
    color: #fda41a;
    font-family: 'Source Sans Pro', 'Arial', sans-serif!important;
}

.our-pride-about {
    color: #555555;
}

.about-mission-three h2 {
    padding-bottom: 10px;
    font-size: 1.2rem;
    position: relative;
    font-family: 'Source Sans Pro', 'Arial', sans-serif!important;
    font-weight: 300;
    text-transform: capitalize;
}

.about-mission-three h2::after {
    content: '';
    border-bottom: 2px solid #c02740;
    padding-bottom: 10px;
    position: absolute;
    width: 10%;
    bottom: 0;
    left: 0;
}

.about-mission-three h4 {
    font-size: 1rem;
    color: #5e5e5e;
    padding-top: .6rem;
    font-weight: 700;
}

.about-mission-three p {
    color: #525252;
}


/*-about  start end  --*/