/* Global styling */

.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #dee2e6 !important;
    border-radius: 5px !important;
}

.form-control {
    border-radius: 5px !important;
}

.cardLink {
    text-decoration: none !important;
    color: black;
}

/* Typography */
.mainheading {
    font-size: 40px;
    font-weight: 700;
}

.heading20 {
    font-size: 20;
    font-weight: 400;
}

.font20 {
    font-size: 20px;
    font-weight: 600;
}

.heading32 {
    font-size: 32px;
    font-weight: 700;
}

.heading28 {
    font-size: 28px;
    font-weight: 700;
}

.font16 {
    font-size: 16px;
    font-weight: 400;
}

.font12 {
    font-size: 12px;
    font-weight: 400;
}

.font21 {
    font-size: 21px;
    font-weight: 400;
}

.font14 {
    font-size: 14px;
    font-weight: 400;
}

.padding_left {
    padding-left: 30px !important;
}

/* General Elements */
body {
    background-color: #f8f9fa !important;
}

.lowernavlink {
    display: flex;
    justify-content: center;
    text-decoration: none !important;
    color: #212529;
    font-size: 14px !important;
}

/* .lowernavlink:hover {
    color: #7749f8;
} */

.remove_textdecoration {
    text-decoration: none !important;
}
.primarycolor {
    color: #6610f2 !important;
}
.openBtn {
    height: 42px;
    width: max-content;
}

/* Navigation */
.navundernavbar a {
    text-decoration: none !important;
    color: white;
    padding: 2rem;
}

.navundernavbar {
    padding: 1rem;
}

.NavForm {
    border: 1px solid gray;
    border-radius: 100px;
    width: 100%;
}

.NavForm .form-control,
.NavForm .input-group-text {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: transparent !important;
    /* border: 0 !important; */
    border-radius: 0 !important;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}

.NavForm .input-group-text {
    display: flex;
    align-items: center;
    text-align: center;
    white-space: nowrap;
}

.navshopbtn {
    background: linear-gradient(135deg, #5227cc 0%, #7749f8 100%) !important;
    border: 0px solid #7749f8 !important;
    color: white !important;
    box-shadow: 0 2px 8px rgba(82, 39, 204, 0.3) !important;
    width: 8rem;
    border-radius: 20px;
    height: 33px;
    display: flex !important;
    padding: 0px !important;
    align-items: center !important;
    transition: all 0.3s ease !important;
    font-weight: 600 !important;
}

.navshopbtn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(82, 39, 204, 0.4) !important;
}

.navshopbtn_dashboard {
    background-color:#7749f8 !important;
    border: 0px solid #7749f8 !important;
    color: white;
    /* border: 16px; */
    /* min-width: 149px; */
    width: 8rem;
    border-radius: 20px;
     /* height: 1.5rem; */
    height: 36px;
   display: flex;
padding: 0px !important;
   align-items: center !important;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: unset !important;
    box-shadow: unset !important;
}

/* Footer */
.Footer {
    background-color: black;
}

.Footer a {
    text-decoration: none;
    color: white;
}

/* store tabs */
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #7749f8 !important;
    background-color: transparent !important;
    border-bottom: 1px solid #7749f8 !important;
    font-size: 16px;
    font-weight: 400;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
    border: 0 !important;
    color: #343a40 !important;
    font-size: 16px;
    font-weight: 400;
}

/* Buttons */
.btnClrgreen {
    background-color: #28a745 !important;
    border: 0 !important;
    color: white !important;
    width: max-content;
    border-radius: 6px;
}

.btnClryellow {
    background-color: #ffc107 !important;
    color: black !important;
    border: 0 !important;
    width: max-content;
    border-radius: 6px;
}

.submitBtn,
.CrdOpnBtn {
    border: 0;
    color: white;
    width: max-content;
    border-radius: 6px;
}

.trainingBtn {
    color: #6c757d !important;
    border: 1px solid #6c757d !important;
    background-color: white !important;
}

.GroomingBtn {
    color: #6610f2 !important;
    border: 1px solid #ebe5fc !important;
    background-color: #ebe5fc !important;
}

.btnsize {
    background-color: #28a745;
}

.btnsizeone {
    background-color: #ffc107;
}

.submitBtn,
.CrdOpnBtn {
    background-color: #7749f8 !important;
    border: 0 !important;
}

/* form css */
*:focus {
    outline: none !important;
}

textarea.form-control:focus {
    outline: none !important;
}

.chevrondownPositon {
    position: absolute;
    margin-top: 1rem !important;
    left: 0;
    width: 100%;
}

.react-time-picker__wrapper {
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    border: thin solid rgb(212, 211, 211) !important;
    border-radius: 6px !important;
    padding: 6px !important;
}

.react-datepicker__input-container input {
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    border: thin solid rgb(212, 211, 211) !important;
    border-radius: 6px !important;
    padding: 7px !important;
}

.storeform {
    margin-top: -23rem;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: '';
    border-top: unset !important;
    border-right: unset !important;
    border-bottom: unset !important;
    border-left: unset !important;
}

/* Profile & Images */
.cardProfile {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    position: absolute;
    margin-top: -3rem;
}

.cardbgImg {
    height: 12rem !important;
    object-fit: cover;
    border-radius: 0.375rem 0.375rem 0px 0px;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.modern-card:hover .cardbgImg {
    transform: scale(1.05);
}

.storeprofile {
    height: 110px;
    width: 110px;
    margin-top: -3rem;
    position: relative;
    /* object-fit: cover; */
}

.product-thumbnail {
    height: 45px;
    width: 45px;
    border-radius: 10px;
    cursor: pointer;
}

.mainImage {
    height: 100px;
    width: 19rem;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.main-service-image {
    min-height: 200px;
    max-width: 100%;
    max-height: 200px;
    margin-bottom: 10px;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    /* background-color: white; */
    border-radius: 0.375rem;
}
.main-pet-image {
    min-height: 200px;
    max-width: 100%;
    max-height: 400px;
    margin-bottom: 10px;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    /* background-color: white; */
    border-radius: 0.375rem;
}

.LinkIamges {
    height: 40px;
    width: 40px;
    object-fit: cover;
}

.storeprofile {
    border-radius: 50%;
}

.setprofilesize {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.LinkIamges {
    width: 50px;
    height: 50px;
}

.HbanerImg {
    border-radius: 16px !important;
}

/* Layout Adjustments */
.marginTop {
    margin-top: 8rem;
}

.FmarginTop {
    margin-top: 6rem;
}

.radius8 {
    border-radius: 8px;
}

.serviceImageCover {
    height: 300px; /* Fixed height */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 0.375rem 0.375rem 0 0;
    background-color: #f0f0f0; /* Optional: Placeholder color */
}

.storeCardImage {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures full coverage */
}

/* Backgrounds */
.uperfooter {
    background-image: url('../images/uperfooter.png');
    height: 92vh;
    background-repeat: no-repeat;
    object-fit: cover;
    background-size: cover;
}

.storebaner {
    background-image: url('../images/store-banner.png');
    background-repeat: no-repeat;
    object-fit: cover;
    height: 50vh;
    background-position: center;
    background-clip: content-box;
    background-size: cover;
}

/* Tabs */
.nav-tabs .nav-link {
    border: 0;
    color: #343a40;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #7749f8;
    background-color: transparent !important;
    border-bottom: 1px solid #7749f8;
}

.input-search-icon {
    background-color: rgba(235, 229, 252, 1);
    padding: 10px;
    position: relative;
    right: 5px;
    border-radius: 50%;
}

.button {
    border: none;
    outline: none;
    text-decoration: none;
    background-color: rgba(119, 73, 248, 1);
    color: white;
    border-radius: 6px;
    min-width: 100px;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

/* Hover */
.hover-effect {
    transition: all 0.3s ease;
}
.hover-effect:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.button:hover {
    color: white;
}

/* pagination */
.page-link {
    border: 1px solid rgb(235, 233, 233) !important;
    position: relative;
    display: block;
    font-size: 12 !important;
    color: black !important;
    text-decoration: none;
    background-color: white !important;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    padding: 15px !important;
    margin: 3px !important;
    border-radius: 6px !important;
}

.active > .page-link,
.page-link.active {
    z-index: 3;
    color: white !important;
    background-color: #7749f8 !important;
    border-color: 1px solid #7749f8 !important;
    border-radius: 6px !important;
}

/* Store Card */
.banner {
    height: 50%;
    border-radius: 8px 8px 0px 0px;
}

.serviceLogo {
    height: 67%;
    width: 100%;
    border-radius: 8px 8px 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.serviceName {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #212529;
}

.service-container > .itemDetails > #storeDetails > .logo {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    object-fit: cover;
    background-size: contain;
    margin-right: 10px;
}
.list-group-item {
    border: none !important;
    outline: none !important;
    background-color: #fff !important;
    font-size: 12px;
    padding: unset !important;
}
.navlist {
    border-radius: 0px !important;
}

.openShopBtn {
    border-radius: 0px !important;
}

.serice-image-parent {
    height: 200px !important;
    width: 250px !important;
}


@media only screen and (max-width: 767px) {
    /* pagination */
    .page-link {
        border: 1px solid rgb(235, 233, 233) !important;
        position: relative;
        display: block;
        font-size: 12 !important;
        color: black !important;
        text-decoration: none;
        background-color: white !important;
        transition:
            color 0.15s ease-in-out,
            background-color 0.15s ease-in-out,
            border-color 0.15s ease-in-out,
            box-shadow 0.15s ease-in-out;
        padding: 10px !important;
        margin: unset !important;
        border-radius: 6px !important;
    }

    .active > .page-link,
    .page-link.active {
        z-index: 3;
        color: white !important;
        background-color: #7749f8 !important;
        border-color: 1px solid #7749f8 !important;
        border-radius: 6px !important;
    }

    /* Header */

    .hamburger span {
        width: 1em !important;
        padding: 0px !important;
    }

    .navbar-toggler {
        padding: 0px !important;
    }

    .navLogo {
        width: 120px !important;
    }
    .navshopbtn {
        font-size: 12px !important;
    }
}

/* Responsive Styles */
@media only screen and (max-width: 991px) {
    /* Tabs */
    .nav-tabs {
        border: 0;
        color: #343a40;
        flex-direction: column !important;
    }

    /* Profile & Images */
    .storeprofile {
        height: 130%;
        width: 130%;
        margin-top: -2rem;
        position: unset;
    }

    .storebaner {
        height: 32vh;
    }

    .DataForm {
        margin-top: unset;
    }

    .uperfooter {
        height: unset;
        background-size: cover;
    }

    .marginTop,
    .FmarginTop {
        margin-top: unset;
    }

    /* Header */

    .hamburger span {
        width: 1em !important;
        padding: 0px !important;
    }

    .navbar-toggler {
        padding: 0px !important;
    }

    .navLogo {
        width: 120px !important;
    }
    .navshopbtn {
        font-size: 12px !important;
    }

    .navshopbtn {
        background-color: #7749f8 !important;
        /* border: 1px solid #7749f8 !important; */
        color: white;
        /* border: 16px; */
        width: 100px !important;
    }

    .navwidth {
        width: 100%;
    }

    .storeform {
        margin-top: unset;
    }

    /* Typography */
    .mainheading {
        font-size: 30px;
        font-weight: 700;
    }

    .heading20 {
        font-size: 15;
        font-weight: 400;
    }

    .heading32 {
        font-size: 22px;
        font-weight: 700;
    }

    .heading28 {
        font-size: 23px;
        font-weight: 700;
    }

    .font16 {
        font-size: 13px;
        font-weight: 400;
    }

    .font12 {
        font-size: 10px;
        font-weight: 400;
    }

    .font20 {
        font-size: 15px;
        font-weight: 600;
    }

    .font21 {
        font-size: 16px;
        font-weight: 400;
    }

    .font14 {
        font-size: 10px;
    }

    .bordertop {
        border: 1px solid rgb(221, 218, 218);
    }

    .padding_left {
        padding-left: 10px !important;
    }
    .navshopbtn {
        background-color: #7749f8 !important;
        /* border: 1px solid #7749f8 !important; */
        color: white;
        /* border: 16px; */
        width: 70px !important;
        height: 25px;
        /* width: max-content; */
        /* padding: 8px; */
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
   
    .ads_search input {
       
        height: 26px;
    }
    .navshopbtn_dashboard {
        background-color:#7749f8 !important;
        border: 0px solid #7749f8 !important;
        color: white;
        /* border: 16px; */
        /* min-width: 149px; */
        width:max-content;
        border-radius: 20px;
         /* height: 1.5rem; */
        height: max-content;
       display: flex;
   padding-left: 10px !important;
   padding-right: 10px !important;
       align-items: center !important;
       font-size: 12px !important;
    }
    /* .center_sm {
        width: 100%;
        justify-content: center;
    } */
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 1360px) {
}

@media only screen and (max-width: 1600px) {
}

@media only screen and (max-width: 1920px) {
}
