﻿nav.navbar.navbar-expand-sm.navbar-toggleable-sm.navbar-dark.bg-dark {
    padding: 0px !important;
}
#header-outer-dv{
    padding:0px !important;
}
nav.navbar.navbar-expand-sm.navbar-toggleable-sm.navbar-dark.bg-dark {
    position: fixed !important;
    top: 0px !important;
    width:100%;
    z-index:999999999 !important;
}
@media only screen and (min-width: 1000px) {
.slider-img {
    height: 85vh;
}
}
#slider-section{
    margin-top:78px;
}
#cke_notifications_area_txt-product-description{
    display:none;
}
.logo >a> #logo-img {
    height: 64px;
    width: auto;
    border-radius: 5px;
}
#service-section {
    margin-top: 90px;
}
#service-section .product-details {
    display: inline;
}
.service-img {
    width: 100%;
    height: auto;
}
#about-section #map iframe{
    width:100% !important;
}
body > .body-content {
    margin-top: 75px;
}
form .req {
    border: 1px solid red !important;
}
img.tbl-service-img {
    height: 50px;
}
#categoryUl li.item .product-details {
     font-size: 14px;
}
.book-button {
    display: flex;
    justify-content: flex-end;
}
.static-contact {
    background: #ceb7ed85;
    position: fixed;
    right: 0px;
    top: 30%;
    z-index: 999;
}
    .static-contact li {
        border-bottom: 1px solid black;
        margin-bottom: 2px;
    }
    .static-contact li a{
        padding: 0px 10px;
    }
        /*.static-contact li a i {
            color: #ff0000;
        }*/
.blog-img {
    width: auto !important;
    height: 30vh;
}
.blog-imageDv {
    display: flex;
    justify-content: center;
}

#categoryUl {
    list-style: none;
    padding: 0;
    margin: 0;
}

    #categoryUl li.item {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        padding: 5px;
        border-radius: 5px;
        transition: background-color 0.3s;
    }

        #categoryUl li.item:hover,
        #categoryUl li.item.active {
            background-color: #f0f0f0;
        }

        #categoryUl li.item img {
            margin-right: 10px;
            border-radius: 5px;
        }

@media (max-width: 576px) {
    #categoryUl {
        display: flex;
        overflow-x: auto;
        flex-wrap: nowrap;
    }

        #categoryUl li.item {
            flex: 0 0 auto;
            width: auto;
            padding: 5px;
        }

            #categoryUl li.item .product-details {
                /*display: none;*/ /* Hide text on mobile if needed */
                font-size: 10px;
                display: block;
                max-width: 75px;
                height: 36px;
                overflow: hidden;
            }
}

.category-scroll {
    max-height: 80vh; /* Use a percentage of viewport height */
    overflow-y: auto;
    padding-right: 10px; /* for scrollbar spacing */
}

    .category-scroll::-webkit-scrollbar {
        width: 6px;
    }

    .category-scroll::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 3px;
    }

@media (max-width: 576px) {
    .category-scroll {
        max-height: 40vh; /* smaller height on small screens */
    }
}


.product-card {
    /*width: 360px;*/
    position: relative;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 10px auto;
}

    .product-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    }

.product-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(45deg, #18181B, #27272A);
    color: white;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 12px;
    z-index: 10;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.product-tilt-effect {
    overflow: hidden;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.product-image {
    height: 240px;
    overflow: hidden;
    position: relative;
}

    .product-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    }

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-info {
    padding: 25px;
    position: relative;
}

.product-category {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #71717A;
    /*margin-bottom: 8px;*/
}

.product-title {
    font-size: 17px;
    font-weight: 700;
    color: #18181B;
    margin: 0 0 12px 0;
    letter-spacing: -0.5px;
    line-height: 1.2;
    text-transform: capitalize;
}

.product-description p {
    font-size: 14px;
    color: #52525B;
    line-height: 1.5;
    margin-bottom: 15px;
}

.product-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.feature {
    font-size: 11px;
    background-color: #F4F4F5;
    color: #71717A;
    padding: 4px 10px;
    border-radius: 12px;
    font-weight: 500;
}

.product-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.product-price {
    display: flex;
    flex-direction: column;
}

.price-was {
    font-size: 14px;
    /*text-decoration: line-through;*/
    color: #A1A1AA;
    margin-bottom: 2px;
}

.price-now {
    font-size: 22px;
    font-weight: 700;
    color: #18181B;
}

.product-button {
    background: linear-gradient(45deg, #18181B, #27272A);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

    .product-button::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
        transition: all 0.6s ease;
    }

    .product-button:hover {
        background: linear-gradient(45deg, #27272A, #3F3F46);
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    }

        .product-button:hover::before {
            left: 100%;
        }

.button-icon {
    transition: transform 0.3s ease;
}

.product-button:hover .button-icon {
    transform: rotate(-10deg) scale(1.1);
}

.product-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #F4F4F5;
    /*padding-top: 15px;*/
}

.product-rating {
    display: flex;
    align-items: center;
    gap: 2px;
}

.rating-count {
    margin-left: 8px;
    font-size: 12px;
    color: #71717A;
}

.product-stock {
    font-size: 12px;
    font-weight: 600;
    color: #22C55E;
}

@media (max-width: 400px) {
    .product-card {
        width: 90%;
    }

    .product-title {
        font-size: 18px;
    }

    .product-image {
        height: 200px;
    }

    .product-bottom {
        flex-direction: column;
        align-items: flex-start;
        /*gap: 15px;*/
    }

    .product-price {
        margin-bottom: 5px;
    }

    .product-button {
        width: 100%;
        justify-content: center;
    }
}
.service-header {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.service-image {
    flex: 1 1 300px;
}

    .service-image img {
        width: 100%;
        border-radius: 10px;
    }

.service-info h1 {
    margin: 0;
    font-size: 2em;
    color: #000000;
    font-weight: bold;
    text-transform: capitalize;
}

.price-duration {
    /*margin-top: 10px;*/
    font-size: 1.1em;
    color: #666;
}

.description {
    margin-top: 10px;
    line-height: 1.6;
    text-align: justify;
}

.book-button a {
    text-decoration: none;
    background: #d94f70;
    color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
    font-size: 1.1em;
    transition: background 0.3s ease;
}

    .book-button a:hover {
        background: #b8425d;
    }

@media screen and (max-width: 768px) {
    .service-header {
        flex-direction: column;
    }
}

.net-price {
    font-size: 25px;
}

.bread-crum-header {
    padding-top: 20px;
}

.desc-img {
    max-height: 50vh;
}

div.modal-dialog {
    margin-top: 80px;
}

.modal-header {
    padding: 2px 20px !important;
}

.form-control {
    padding: .175rem .75rem;
    margin-bottom: 4px;
}

select.form-control:not([size]):not([multiple]) {
    height: 30px !important;
}

#ui-datepicker-div {
    z-index: 9999999999 !important;
}

#exampleModal label {
    margin-bottom: 0px !important;
}
.loader-img {
    animation: blinkloader 1s steps(1, end) infinite;
}
@keyframes blinkloader {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0.7;
    }

    50% {
        opacity: 0.4;
    }

    75% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}
.owner-info {
    padding: 60px 20px;
    background-color: #fff7f9;
}

.owner-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 1100px;
    margin: 0 auto;
}

.owner-photo {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.owner-bio {
    flex: 1;
    min-width: 280px;
}

    .owner-bio h2 {
        font-size: 28px;
        color: #b21b58;
        margin-bottom: 10px;
    }

    .owner-bio h3 {
        font-size: 22px;
        color: #333;
        margin-bottom: 15px;
    }

    .owner-bio p {
        font-size: 16px;
        color: #555;
        line-height: 1.6;
    }



@keyframes blinksociolmedia {
    0% {
        /*opacity: 1;*/
        color: red;
    }

    25% {
        /*opacity: 0.5;*/
        color: red;
    }

    50% {
        /*opacity: 0.5;*/
        color: black;
    }

    75% {
        /*opacity: 0.5;*/
        color: red;
    }

    100% {
        /*opacity: 1;*/
        color: red;
    }
}
.static-contact li a i {
    animation: blinksociolmedia 2s steps(5, end) infinite;
}
.owner-name {
    font-weight:bold;
}
/* for bread crumb css*/
.breadcrumb-nav {
    display: flex;
    justify-content: center;
}

.breadcrumb-hero-section .overlay .custom-breadcrumb .breadcrumb-item a {
    color: #ffffff;
}

.breadcrumb-hero-section .overlay .custom-breadcrumb .breadcrumb-item.active {
    color: #a1989c;
}

.breadcrumb-hero-section {
    background-size: cover;
    background-position: center;
    padding: 30px 0;
    position: relative;
    color: #fff;
    text-align: center;
    height: 130px !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: cover;
}

    .breadcrumb-hero-section .page-title {
        font-size: 36px;
        font-weight: 600;
        /*margin-bottom: 15px;*/
        text-transform: capitalize;
        color: white;
    }

    .breadcrumb-hero-section .breadcrumb {
        background: transparent;
        margin: 0;
        padding: 0;
    }

    .breadcrumb-hero-section .breadcrumb-item a {
        color: #ffe3ec;
        font-weight: 500;
    }

    .breadcrumb-hero-section .breadcrumb-item.active {
        color: #ffdce2;
        font-weight: 600;
    }

.breadcrumb {
    background: none !important;
    padding: 0px !important;
}

.custom-breadcrumb {
    border-radius: 10px;
    font-family: 'Segoe UI', sans-serif;
}

    .custom-breadcrumb .breadcrumb-item a {
        color: #c2185b;
        font-weight: 500;
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .custom-breadcrumb .breadcrumb-item a:hover {
            color: #880e4f;
            text-decoration: underline;
        }

    .custom-breadcrumb .breadcrumb-item.active {
        color: #ad1457;
        font-weight: bold;
    }

@media (max-width: 576px) {
    .custom-breadcrumb {
        font-size: 14px;
        padding: 8px 15px;
    }
}
