/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    transition: 0.5s;
}

.btn.btn-primary:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white);
}

.btn.btn-secondary {
    background: var(--bs-secondary) !important;
    color: var(--bs-white);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border: 1px solid var(--bs-secondary);
    transition: 0.5s;
}

.btn.btn-secondary:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-secondary) !important;
}

/*** Topbar Start ***/
.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 768px) {
    .topbar {
        display: none;
    }
}

/*** Topbar End ***/


/*** Navbar ***/
.nav-bar .categories-bars .categories-bars-item {
    padding: 5px 15px;
    border-bottom: 1px solid rgba(256, 256, 256, 0.1);
    display: flex;
    justify-content: space-between;
    transition: 0.5s;
}

.nav-bar .categories-bars .categories-bars-item a,
.nav-bar .categories-bars .categories-bars-item span {
    color: var(--bs-dark);
    transition: 0.5s;
}

.nav-bar .categories-bars .categories-bars-item:hover {
    background: var(--bs-primary);
}

.nav-bar .categories-bars .categories-bars-item:hover a,
.nav-bar .categories-bars .categories-bars-item:hover span {
    color: var(--bs-white);
}

.nav-bar .navbar.navbar-light {
    padding: 0 !important;
}

.nav-bar .navbar .navbar-nav .nav-link {
    padding: 18px 15px;
    font-weight: bold;
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    transition: .5s;
    color: #000000;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-white);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

@media (max-width: 992px) {
    .nav-bar .navbar .navbar-nav .nav-link {
        padding: 8px 0px;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}

.navbar .navbar-toggler {
    padding: 5px 15px;
}

#allCat {
    position: absolute;
    left: 0;
    right: 0;
    top: 51px;
    z-index: 999;
    background: var(--bs-light);
}

.nav-bar .navbar-toggler {
    border-radius: 5px !important;
    box-shadow: none !important;
}

/*** Navbar End ***/

/*** Carousel Header Start ***/
.header-carousel.owl-carousel .owl-nav .owl-prev,
.header-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 87%;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    color: var(--bs-white);
}

.header-carousel.owl-carousel .owl-nav .owl-prev {
    right: 130px;
    transition: 0.5s;
}

.header-carousel.owl-carousel .owl-nav .owl-next {
    right: 60px;
    transition: 0.5s;
}

.header-carousel.owl-carousel .owl-nav .owl-prev:hover,
.header-carousel.owl-carousel .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.carousel .carousel-header-banner {
    position: relative;
}

.carousel .carousel-banner-offer {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    z-index: 2;
}

.carousel .carousel-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

/*** Carousel Header End ***/


/*** Page Header start ***/
.page-header {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/carousel-1.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/*** Page Header end ***/


/*** Products Start ***/
.product .product-item {
    width: 100%;
    height: 100%;
    position: relative;
}

.product .product-item .product-item-inner {
    height: 100%;
}

.product .product-item .product-item-add {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}

.product .product-item:hover .product-item-add {
    background: var(--bs-white);
    margin-bottom: -124px;
    opacity: 1;
}

.product .product-item:hover .product-item-inner {
    border-bottom: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.product .product-item .product-item-inner .product-item-inner-item {
    position: relative;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
}

.product .product-item .product-item-inner .product-item-inner-item .product-new,
.product .product-item .product-item-inner .product-item-inner-item .product-sale {
    position: absolute;
    width: 100px !important;
    height: 60px;
    border-radius: 60px;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product .product-item .product-item-inner .product-item-inner-item .product-new {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.product .product-item .product-item-inner .product-item-inner-item .product-sale {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.product .product-item .product-item-inner img {
    transition: 0.5s;
}

.product .product-item:hover .product-item-inner img {
    transform: scale(1.1);
}

.product .product-item .product-item-inner .product-item-inner-item .product-details {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    background: rgba(255, 255, 255, 0.2);
    transition: 0.5s;
}

.product .product-item .product-item-inner .product-item-inner-item .product-details a i {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    color: var(--bs-white);
    transition: 0.5s;
}

.product .product-item:hover .product-item-inner .product-item-inner-item .product-details a i:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.product .product-item:hover .product-item-inner .product-details {
    opacity: 1;
}

.product .tab-class .nav .nav-item a.active {
    background: var(--bs-primary) !important;
}

.product .tab-class .nav .nav-item a.active span {
    color: var(--bs-white) !important;
}

/*** Product End ***/


/*** ProductList Categories Start ***/
.productList .productList-carousel {
    height: 215px !important;
}

.productList .productList-carousel .productImg-carousel.productList-item .productImg-item {
    position: relative;
    width: calc(100% - 1px);
    transition: 0.5s;
}

.productList .productList-carousel .productImg-carousel.productList-item .productImg-item {
    margin-bottom: 75px;
}

.productList .productList-carousel .productImg-carousel.productList-item .productImg-item:hover {
    border-bottom: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.productList .productList-carousel .owl-nav .owl-prev,
.productList .productList-carousel .owl-nav .owl-next {
    position: absolute;
    top: -40px;
    padding: 5px 40px;
    border-radius: 30px;
    background: var(--bs-primary);
    color: var(--bs-white);
    transition: 0.5s;
}

.productList .productList-carousel .owl-nav .owl-prev:hover,
.productList .productList-carousel .owl-nav .owl-next:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

.productList .productList-carousel .owl-nav .owl-prev {
    left: 0;
}

.productList .productList-carousel .owl-nav .owl-next {
    right: 0;
}

.productList .productList-carousel .productImg-carousel .owl-nav .owl-prev,
.productList .productList-carousel .productImg-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0px;
    padding: 5px 10px;
    border-radius: 30px;
    background: var(--bs-primary);
    color: var(--bs-white);
    transition: 0.5s;
    opacity: 0;
}

.productList .productList-carousel .productImg-carousel .owl-nav .owl-prev:hover,
.productList .productList-carousel .productImg-carousel .owl-nav .owl-next:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

.productList .productList-carousel .productImg-carousel .owl-nav .owl-prev {
    left: 0;
}

.productList .productList-carousel .productImg-carousel .owl-nav .owl-next {
    right: 0;
}

.productList .productList-carousel .productImg-carousel.productList-item:hover .owl-nav .owl-prev,
.productList .productList-carousel .productImg-carousel.productList-item:hover .owl-nav .owl-next {
    opacity: 1;
}

/*** ProductList Categories End ***/



/*** bestseller Products Start ***/
.products .products-mini .products-mini-item {
    position: relative;
    border-radius: 10px;
    transition: 0.5s;
}

.products .products-mini .products-mini-item:hover {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.products .products-mini .products-mini-item .products-mini-img {
    position: relative;
    overflow: hidden;
}

.products .products-mini .products-mini-item .products-mini-img img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: 0.5s;
}

.products .products-mini .products-mini-item:hover .products-mini-img img {
    border-bottom-left-radius: 0 !important;
    transform: scale(1.3);
}

.products .products-mini .products-mini-item .products-mini-img .products-mini-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s;
}

.products .products-mini .products-mini-item:hover .products-mini-img .products-mini-icon {
    opacity: 1;
}

.products .products-mini .products-mini-item:hover .products-mini-img .products-mini-icon:hover {
    background: var(--bs-secondary) !important;
}

.products .products-mini .products-mini-item .products-mini-add {
    position: absolute;
    bottom: 0;
    left: -1px;
    right: -1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--bs-white);
    transition: 0.5s;
    z-index: 9;
    opacity: 0;
}

.products .products-mini .products-mini-item:hover .products-mini-add {
    opacity: 1;
    margin-bottom: -75px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*** bestseller Products End ***/

/*** Pagination Start ***/
.pagination {
    display: inline-block;
}

.pagination a {
    color: var(--bs-dark);
    padding: 10px 16px;
    text-decoration: none;
    transition: 0.5s;
    border: 1px solid var(--bs-secondary);
    margin: 0 4px;
}

.pagination a.active {
    background-color: var(--bs-primary);
    color: var(--bs-light);
    border: 1px solid var(--bs-secondary);
}

.pagination a:hover:not(.active) {
    background-color: var(--bs-primary)
}

.nav.nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--bs-secondary) !important;
}

/*** Pagination End ***/

/*** Shop Page Start ***/
.shop .product-categories .categories-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.shop .product-categories .categories-item a {
    transition: 0.5s;
}

.shop .product-categories .categories-item a:hover {
    color: var(--bs-primary) !important;
}

.shop .product-color .product-color-item {
    display: flex;
    padding: 10px 0;
}

.shop .product-color .product-color-item a {
    transition: 0.5s;
}

.shop .product-color .product-color-item a:hover {
    color: var(--bs-secondary);
}

.shop .price {
    padding: 10px 0;
}

.shop .additional-product .additional-product-item {
    padding: 10px 0;
}

.shop .featured-product .featured-product-item {
    display: flex;
    align-items: center;
    justify-content: start;
}

.shop .product-tags .product-tags-items a {
    display: inline-block !important;
    background: var(--bs-white);
    color: var(--bs-dark);
    transition: 0.5;
}

.shop .product-tags .product-tags-items a:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

/*** Shop Page End ***/


/*** Single Products Start ***/
.single-product .owl-nav .owl-prev,
.single-product .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -13%;
    font-size: 22px;
    color: var(--bs-primary);
}

.single-product .owl-nav .owl-prev {
    left: 0;
}

.single-product .owl-nav .owl-next {
    right: 0 !important;
}


.single-product .single-carousel .owl-dots {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    transition: 0.5s;
}

.single-product .single-carousel .owl-dots .owl-dot img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    margin-right: 15px;
    border: 2px solid var(--bs-primary);
    transition: 0.5s;
}

.single-product .single-carousel .owl-dots .owl-dot.active img {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    border: 4px solid var(--bs-secondary);
}














.related-product .related-carousel .related-item {
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 125px;
    transition: 0.5s;
}

.related-product .related-carousel .related-item .related-item-add {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.5s;
    z-index: 99;
}

.related-product .related-carousel .related-item:hover .related-item-add {
    background: var(--bs-white);
    margin-bottom: -125px;
    opacity: 1;
}

.related-product .related-carousel .related-item:hover .related-item-inner {
    border-bottom: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.related-product .related-carousel .related-item .related-item-inner .related-item-inner-item {
    position: relative;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
}

.related-product .related-carousel .related-item .related-item-inner .related-item-inner-item .related-new,
.related-product .related-carousel .related-item .related-item-inner .related-item-inner-item .related-sale {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.related-product .related-carousel .related-item .related-item-inner .related-item-inner-item .related-new {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.related-product .related-carousel .related-item .related-item-inner .related-item-inner-item .related-sale {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.related-product .related-carousel .related-item .related-item-inner img {
    transition: 0.5s;
}

.related-product .related-carousel .related-item:hover .related-item-inner img {
    transform: scale(1.1);
}

.related-product .related-carousel .related-item .related-item-inner .related-item-inner-item .related-details {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    background: rgba(255, 255, 255, 0.2);
    transition: 0.5s;
}

.related-product .related-carousel .related-item .related-item-inner .related-item-inner-item .related-details a i {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    color: var(--bs-white);
    transition: 0.5s;
}

.related-product .related-carousel .related-item:hover .related-item-inner .related-item-inner-item .related-details a i:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.related-product .related-carousel .related-item:hover .related-item-inner .related-details {
    opacity: 1;
}


.related-product .owl-nav .owl-prev,
.related-product .owl-nav .owl-next {
    position: absolute;
    top: -40px;
    padding: 5px 40px;
    border-radius: 30px;
    background: var(--bs-primary);
    color: var(--bs-white);
    transition: 0.5s;
}

.related-product .owl-nav .owl-prev {
    left: 0;
}

.related-product .owl-nav .owl-next {
    right: 0;
}

.related-product .owl-nav .owl-prev:hover,
.related-product .owl-nav .owl-next:hover {
    background: var(--bs-secondary) !important;
}

/*** Single Products End ***/

/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

.footer .footer-item a {
    line-height: 30px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 30px;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: var(--bs-secondary);
}

/*** Footer End ***/


/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #ffffff !important;
}

/*** copyright end ***/

.pro-side {
    width: 232px;
}

.whatsapp-float {
    position: fixed;
    bottom: 40px;
    left: 20px;
    z-index: 999;
}

.whatsapp-btn {
    position: relative;
    display: inline-block;
}

/* WhatsApp icon */
.whatsapp-btn img {
    width: 60px;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    animation: beat 1.5s infinite;
}


/* BEAT ANIMATION */

@keyframes beat {

    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.08);
    }

    100% {
        transform: scale(1);
    }

}


/* WAVE EFFECT */

.wave {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65px;
    height: 65px;
    background: #25D366;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    animation: wave 2s infinite;
    opacity: 0.6;
}

@keyframes wave {

    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }

    70% {
        transform: translate(-50%, -50%) scale(1.8);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }

}

/* testimonial start */

.testimonial-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.section-title h2 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    animation: fadeInDown 1s ease;
}

.section-title .subtitle {
    font-size: 18px;
    color: #1b5994;
    font-weight: 300;
    animation: fadeInUp 1s ease;
}

.section-title::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #1b5994, #1c3954);
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 40px 30px;
    margin: 20px 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    animation: fadeInUp 0.8s ease forwards;
    opacity: 0;
}

.testimonial-card:nth-child(1) {
    animation-delay: 0.2s;
}

.testimonial-card:nth-child(2) {
    animation-delay: 0.4s;
}

.testimonial-card:nth-child(3) {
    animation-delay: 0.6s;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 107, 107, 0.1), transparent);
    transition: left 0.5s ease;
}

.testimonial-card:hover::before {
    left: 100%;
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(255, 107, 107, 0.3);
    border-color: rgba(255, 107, 107, 0.5);
}

.quote-icon {
    font-size: 50px;
    color: #1b5994;
    opacity: 0.3;
    margin-bottom: 20px;
}

.testimonial-content {
    position: relative;
    z-index: 2;
}

.testimonial-text {
    color: #e0e0e0;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
    font-style: italic;
}

.client-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.client-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #1b5994;
    box-shadow: 0 5px 15px rgba(255, 107, 107, 0.4);
    position: relative;
}

.client-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-image::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1b5994, #1b5994);
    opacity: 0.7;
    top: 0;
    left: 0;
}

.client-details h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.client-details p {
    color: #1c3954;
    font-size: 14px;
    margin-bottom: 8px;
}

.rating {
    color: #1c3954;
    font-size: 14px;
}

.rating i {
    margin-right: 3px;
}

/* Carousel Controls */
.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background: #1b5994;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
    transition: all 0.3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1;
    background: #1b5994;
}

.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 107, 107, 0.5);
    border: none;
    margin: 0 5px;
}

.carousel-indicators button.active {
    background-color: #1b5994;
    width: 30px;
    border-radius: 6px;
}

/* Animations */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Background particles */
.particles {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
}

.particle {
    position: absolute;
    background: rgba(255, 107, 107, 0.1);
    border-radius: 50%;
    animation: float 20s infinite;
}

.particle:nth-child(1) {
    width: 80px;
    height: 80px;
    left: 10%;
    animation-delay: 0s;
}

.particle:nth-child(2) {
    width: 60px;
    height: 60px;
    left: 70%;
    animation-delay: 4s;
}

.particle:nth-child(3) {
    width: 100px;
    height: 100px;
    left: 40%;
    animation-delay: 8s;
}

.particle:nth-child(4) {
    width: 70px;
    height: 70px;
    left: 85%;
    animation-delay: 12s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
        opacity: 0.3;
    }

    50% {
        transform: translateY(-500px) rotate(180deg);
        opacity: 0.1;
    }
}

.testi-body {

    background: linear-gradient(135deg, #0f0c29 0%, #1c3954 50%, #1c3954 100%);
    min-height: 100vh;
    padding: 50px 0;

}

/* Responsive */
@media (max-width: 768px) {
    .section-title h2 {
        font-size: 32px;
    }

    .testimonial-card {
        padding: 30px 20px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 40px;
        height: 40px;
    }
}

/* faq  */

.faq-section {
    padding: 80px 20px;
    background: #f9f9f9;
    font-family: 'Poppins', sans-serif;
}

.faq-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

/* LEFT IMAGE */
.faq-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* RIGHT CONTENT */
.faq-content h2 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #222;
}

/* FAQ ITEMS */
.faq-item {
    background: #fff;
    border-radius: 14px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.faq-question {
    width: 100%;
    padding: 18px 22px;
    background: none;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #333;
}

.faq-question:hover {
    background: #f2f2f2;
}

.icon {
    font-size: 22px;
    transition: transform 0.3s ease;
}

/* ANSWER */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 22px;
}

.faq-answer p {
    padding: 15px 0 20px;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

/* ACTIVE STATE */
.faq-item.active .faq-answer {
    max-height: 200px;
}

.faq-item.active .icon {
    transform: rotate(45deg);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .faq-container {
        grid-template-columns: 1fr;
    }

    .faq-content h2 {
        text-align: center;
    }
}

/* about us  */

/* ABOUT SECTION */
.about-section {
    padding: 80px 10%;
}

.about-container {
    display: flex;
    align-items: center;
    gap: 60px;
}

.about-image img {
    width: 600px;
    /* max-width: 620px; */
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
}

.about-content h2 {
    font-size: 42px;
    margin-bottom: 10px;
    color: #1ea0dd;
}

.tagline {
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 20px;
}

.about-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #000000;
}

/* MISSION VISION */
.mission-vision {
    padding: 60px 10%;
    background: linear-gradient(145deg, #111, #1a1a1a);
}

.mv-container {
    display: flex;
    gap: 30px;
}

.mv-box {
    background: #151515;
    padding: 40px;
    border-radius: 18px;
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mv-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(245, 197, 66, 0.2);
}

.mv-box h3 {
    color: #1ea0dd;
    margin-bottom: 15px;
    font-size: 26px;
}

.mv-box p {
    font-size: 16px;
    line-height: 1.7;
    color: #ccc;
}

/* ANIMATIONS */
.fade-left,
.fade-right,
.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.fade-left {
    transform: translateX(-50px);
}

.fade-right {
    transform: translateX(50px);
}

about-image .fade-up {
    transform: translateY(40px);
}

.show {
    opacity: 1;
    transform: translate(0);
}

.delay {
    transition-delay: 0.3s;
}

/* RESPONSIVE */
@media (max-width: 900px) {

    .about-container,
    .mv-container {
        flex-direction: column;
        text-align: center;
    }
}

/* team details */

.main {
    width: 100%;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}

.profile-card {
    position: relative;
    font-family: sans-serif;
    width: 220px;
    height: 220px;
    background: #fff;
    padding: 30px;
    border-radius: 50%;
    box-shadow: 0 0 22px #3336;
    transition: .6s;
    margin: 0 25px;
}

.profile-card:hover {
    border-radius: 10px;
    height: 260px;
}

.profile-card .img {
    position: relative;
    width: 100%;
    height: 100%;
    transition: .6s;
    z-index: 99;
}

.profile-card:hover .img {
    transform: translateY(-60px);
}

.img img {
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 0 22px #3336;
    transition: .6s;
}

.profile-card:hover img {
    border-radius: 10px;
}

.caption {
    text-align: center;
    transform: translateY(-80px);
    opacity: 0;
    transition: .6s;
}

.profile-card:hover .caption {
    opacity: 1;
}

.caption h3 {
    font-size: 21px;
    font-family: sans-serif;
}

.caption p {
    font-size: 15px;
    color: #0c52a1;
    font-family: sans-serif;
    margin: 2px 0 9px 0;
}

.caption .social-links a {
    color: #333;
    margin-right: 15px;
    font-size: 21px;
    transition: .6s;
}

.social-links a:hover {
    color: #0c52a1;
}

/* video slide home page */
/* SECTION */
.reel-section {
    padding: 40px 20px;
    background: #f4f4f4;
    text-align: center;
}

/* TITLE */
.reel-title {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

/* CONTAINER */
.reel-container {
    position: relative;
    overflow: hidden;
    max-width: 1400px;
    margin: auto;
}

/* WRAPPER */
.reel-wrapper {
    display: flex;
    gap: 20px;
    width: max-content;
    transition: transform .6s ease;
}

/* CARD */
.reel-card {
    width: 240px;
    height: 420px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    background: #000;
    flex-shrink: 0;
    cursor: pointer;
}

/* VIDEO */
.reel-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* PRODUCT INFO OVERLAY */
.reel-product {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: #000;
    border-radius: 12px;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* PRODUCT IMAGE */
.reel-product img {
    width: 35px;
    height: 35px;
    border-radius: 6px;
    object-fit: cover;
}

/* PRODUCT NAME */
.reel-product span {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* NAV BUTTONS */
.reel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    cursor: pointer;
    font-size: 20px;
    z-index: 10;
}

.reel-nav.prev {
    left: -10px;
}

.reel-nav.next {
    right: -10px;
}

.reel-nav:hover {
    background: #000;
    color: #fff;
}

/* RESPONSIVE */
@media(max-width:900px) {
    .reel-card {
        width: 180px;
        height: 320px;
    }
}


/* left to right scroll */

.scroll-bar12 {
    height: 50px;
    width: 100%;
    background: #f2d63c;
    overflow: hidden;
}

.scroll-track12 {
    display: flex;
    width: max-content;
    animation: scroll 25s linear infinite;
}

.scroll-content12 {
    padding: 10px;
}

.scroll-content12 span {
    margin-right: 60px;
    font-weight: 600;
    font-size: 20px;
    color: black;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* home product section */

:root {
    --cream: #fdf6ec;
    --charcoal: #1a1a2e;
    --ink: #16213e;
    --amber: #f4a735;
    --coral: #e8553e;
    --sage: #4caf7d;
    --lavender: #8b6fcb;
    --sky: #3a8fd1;
    --card-bg: #ffffff;
    --shadow: 0 8px 40px rgba(26, 26, 46, 0.10);
    --shadow-hover: 0 24px 60px rgba(26, 26, 46, 0.18);
    --radius: 18px;
    --transition: 0.38s cubic-bezier(.4, 0, .2, 1);
}

/* ---- SECTION WRAPPER ---- */
.prod-section {
    /* background-image: url('../img/pro-back.jpg');
    background-size: cover; */
    background: var(--cream);
    padding: 90px 0 100px;
    position: relative;
    overflow: hidden;
    font-family: 'DM Sans', sans-serif;
}

.prod-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 40% at 80% 10%, rgba(244, 167, 53, .13) 0%, transparent 70%),
        radial-gradient(ellipse 50% 35% at 10% 90%, rgba(139, 111, 203, .10) 0%, transparent 65%),
        radial-gradient(ellipse 40% 30% at 50% 50%, rgba(76, 175, 125, .07) 0%, transparent 70%);
    pointer-events: none;
}

/* ---- HEADING ---- */
.prod-heading {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.4rem, 5vw, 3.6rem);
    font-weight: 900;
    color: var(--charcoal);
    letter-spacing: -1px;
    line-height: 1.1;
    margin-bottom: 0.3rem;
}

.prod-heading span {
    position: relative;
    display: inline-block;
    color: var(--coral);
}

.prod-heading span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 100%;
    height: 6px;
    background: var(--amber);
    border-radius: 4px;
    opacity: .45;
    z-index: -1;
}

.prod-subtext {
    color: #6b7280;
    font-size: 1.05rem;
    font-weight: 400;
    margin-top: 6px;
}

/* ---- PILLS / TABS ---- */
.prod-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 42px 0 52px;
}

.prod-tab {
    padding: 10px 26px;
    border-radius: 50px;
    border: 2px solid transparent;
    background: #fff;
    color: #374151;
    font-size: .93rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .07);
    position: relative;
    overflow: hidden;
}

.prod-tab::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--amber), var(--coral));
    opacity: 0;
    transition: opacity .3s ease;
    border-radius: 50px;
}

.prod-tab span {
    position: relative;
    z-index: 1;
}

.prod-tab:hover::before,
.prod-tab.active::before {
    opacity: 1;
}

.prod-tab:hover,
.prod-tab.active {
    color: #fff;
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(232, 85, 62, .3);
}

/* ---- GRID ---- */
.prod-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
    gap: 28px;
}

/* ---- CARD ---- */
.prod-card {
    background: var(--card-bg);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
    position: relative;
    display: flex;
    flex-direction: column;
    animation: cardRise .55s ease both;
}

.prod-card:hover {
    transform: translateY(-10px) scale(1.012);
    box-shadow: var(--shadow-hover);
}

@keyframes cardRise {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* stagger delays */
.prod-card:nth-child(1) {
    animation-delay: .05s
}

.prod-card:nth-child(2) {
    animation-delay: .10s
}

.prod-card:nth-child(3) {
    animation-delay: .15s
}

.prod-card:nth-child(4) {
    animation-delay: .20s
}

.prod-card:nth-child(5) {
    animation-delay: .25s
}

.prod-card:nth-child(6) {
    animation-delay: .30s
}

.prod-card:nth-child(7) {
    animation-delay: .35s
}

.prod-card:nth-child(8) {
    animation-delay: .40s
}

/* ---- IMAGE AREA ---- */
.prod-img-wrap {
    position: relative;
    overflow: hidden;
    height: 240px;
}

.prod-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s cubic-bezier(.4, 0, .2, 1);
    display: block;
}

.prod-card:hover .prod-img-wrap img {
    transform: scale(1.08);
}

/* colour accent bar at top of card */
.prod-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--amber), var(--coral), var(--lavender));
    z-index: 2;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s ease;
}

.prod-card:hover::before {
    transform: scaleX(1);
}

/* ---- BADGE ---- */
.prod-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 5px 14px;
    border-radius: 50px;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    z-index: 3;
    backdrop-filter: blur(6px);
}

.prod-badge.discount {
    background: linear-gradient(135deg, var(--coral), #c0392b);
    color: #fff;
    box-shadow: 0 4px 12px rgba(232, 85, 62, .4);
}

.prod-badge.new {
    background: rgba(255, 255, 255, .85);
    color: var(--charcoal);
    border: 1.5px solid rgba(255, 255, 255, .6);
}

/* ---- QUICK VIEW OVERLAY ---- */
.prod-overlay {
    position: absolute;
    inset: 0;
    background: rgba(26, 26, 46, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .35s ease;
    z-index: 4;
    backdrop-filter: blur(2px);
}

.prod-card:hover .prod-overlay {
    opacity: 1;
}

.prod-overlay a {
    background: #fff;
    color: var(--charcoal);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    text-decoration: none;
    transform: scale(.7);
    transition: transform .35s cubic-bezier(.34, 1.56, .64, 1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
}

.prod-card:hover .prod-overlay a {
    transform: scale(1);
}

.prod-overlay a:hover {
    background: var(--amber);
    color: #fff;
}

/* ---- CARD BODY ---- */
.prod-body {
    padding: 20px 20px 16px;
    flex: 1;
}

.prod-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--charcoal);
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    line-height: 1.3;
    transition: color .2s;
}

.prod-name:hover {
    color: var(--coral);
    text-decoration: none;
}

.prod-price-old {
    color: #9ca3af;
    font-size: .85rem;
    text-decoration: line-through;
    display: block;
    margin-bottom: 2px;
}

.prod-price-new {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--coral);
}

.prod-price-only {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--sky);
}

/* ---- STARS ---- */
.prod-stars {
    display: flex;
    gap: 2px;
    margin-top: 10px;
}

.prod-stars i {
    font-size: .8rem;
}

.star-fill {
    color: var(--amber);
}

.star-empty {
    color: #d1d5db;
}

/* ---- CARD FOOTER ---- */
.prod-footer {
    padding: 0 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btn-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 20px;
    border-radius: 50px;
    background: linear-gradient(135deg, var(--charcoal), var(--ink));
    color: #fff;
    font-size: .88rem;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
    letter-spacing: .3px;
    position: relative;
    overflow: hidden;
}

.btn-cart::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--amber), var(--coral));
    opacity: 0;
    transition: opacity .3s ease;
}

.btn-cart span,
.btn-cart i {
    position: relative;
    z-index: 1;
}

.btn-cart:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(26, 26, 46, .3);
    color: #fff;
    text-decoration: none;
}

.btn-cart:hover::after {
    opacity: 1;
}

.prod-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prod-icon-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1.5px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    text-decoration: none;
    transition: var(--transition);
    font-size: .85rem;
}

.prod-icon-btn:hover {
    border-color: var(--coral);
    color: var(--coral);
    transform: scale(1.15);
    background: rgba(232, 85, 62, .06);
    text-decoration: none;
}

.prod-icon-btn.wishlist:hover {
    border-color: var(--coral);
    background: var(--coral);
    color: #fff;
}

/* ---- EMPTY STATE ---- */
.prod-empty {
    text-align: center;
    padding: 60px 20px;
    color: #9ca3af;
    font-size: 1rem;
    grid-column: 1/-1;
}

.prod-empty i {
    font-size: 2.5rem;
    margin-bottom: 12px;
    display: block;
    color: #d1d5db;
}

/* ---- TAB PANE ---- */
.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

/* ---- DIVIDER DECO ---- */
.prod-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 18px;
}

.prod-divider-line {
    flex: 1;
    max-width: 120px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--amber));
    border-radius: 2px;
}

.prod-divider-line.right {
    background: linear-gradient(90deg, var(--amber), transparent);
}

.prod-divider-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--coral);
    box-shadow: 0 0 0 4px rgba(232, 85, 62, .2);
}

/* ---- FADE ANIMATION ON TAB SWITCH ---- */
@keyframes tabFadeIn {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tab-pane.active .prod-card {
    animation: tabFadeIn .45s ease both;
}

/* hero slider header */

:root {
    --hero-dark: #0d0f1a;
    --hero-deep: #111827;
    --hero-gold: #e8b84b;
    --hero-rose: #e8485a;
    --hero-teal: #2dd4bf;
    --hero-white: #f8f5f0;
    --hero-muted: rgba(248, 245, 240, 0.65);
    --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ---- WRAPPER ---- */
.hero-carousel-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: var(--hero-dark);
    min-height: 88vh;
    display: flex;
    flex-direction: column;
    font-family: 'Outfit', sans-serif;
}

/* ---- NOISE GRAIN OVERLAY ---- */
.hero-carousel-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
    background-size: 200px 200px;
    pointer-events: none;
    z-index: 10;
    opacity: .55;
}

/* ---- SLIDES TRACK ---- */
.hero-slides {
    position: relative;
    flex: 1;
    min-height: 88vh;
}

/* ---- SINGLE SLIDE ---- */
.hero-slide {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0s;
    z-index: 1;
}

.hero-slide.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 2;
}

@media (max-width: 900px) {
    .hero-slide {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
    }

    .hero-carousel-wrap {
        min-height: auto;
    }

    .hero-slides {
        min-height: auto;
        position: relative;
    }

    .hero-slide {
        position: relative;
        inset: auto;
    }
}

/* ---- BG BLOBS PER SLIDE ---- */
.hero-slide-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

.blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: .18;
    transition: transform 8s ease;
}

.hero-slide:nth-child(1) .blob-1 {
    width: 520px;
    height: 520px;
    background: var(--hero-gold);
    top: -10%;
    left: -8%;
    animation: blobFloat1 9s ease-in-out infinite alternate;
}

.hero-slide:nth-child(1) .blob-2 {
    width: 400px;
    height: 400px;
    background: var(--hero-rose);
    bottom: -15%;
    right: 20%;
    animation: blobFloat2 11s ease-in-out infinite alternate;
}

.hero-slide:nth-child(2) .blob-1 {
    width: 480px;
    height: 480px;
    background: var(--hero-teal);
    top: -5%;
    right: 5%;
    animation: blobFloat1 10s ease-in-out infinite alternate;
}

.hero-slide:nth-child(2) .blob-2 {
    width: 380px;
    height: 380px;
    background: var(--hero-gold);
    bottom: -10%;
    left: 15%;
    animation: blobFloat2 12s ease-in-out infinite alternate;
}

.hero-slide:nth-child(3) .blob-1 {
    width: 500px;
    height: 500px;
    background: var(--hero-rose);
    top: 0;
    right: 10%;
    animation: blobFloat2 8s ease-in-out infinite alternate;
}

.hero-slide:nth-child(3) .blob-2 {
    width: 350px;
    height: 350px;
    background: var(--hero-teal);
    bottom: -5%;
    left: -5%;
    animation: blobFloat1 13s ease-in-out infinite alternate;
}

@keyframes blobFloat1 {
    from {
        transform: translate(0, 0) scale(1);
    }

    to {
        transform: translate(30px, -25px) scale(1.08);
    }
}

@keyframes blobFloat2 {
    from {
        transform: translate(0, 0) scale(1);
    }

    to {
        transform: translate(-20px, 30px) scale(1.05);
    }
}

/* ---- DIAGONAL GRID LINE DECO ---- */
.hero-slide-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(248, 245, 240, .03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(248, 245, 240, .03) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
}

/* ---- IMAGE SIDE ---- */
.hero-img-col {
    position: relative;
    z-index: 2;
    height: 88vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:900px) {
    .hero-img-col {
        height: 52vw;
        min-height: 240px;
        order: 1;
    }
}

/* clip diagonal on image side */
.hero-img-col::after {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    width: 120px;
    background: var(--hero-dark);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    z-index: 3;
}

@media (max-width:900px) {
    .hero-img-col::after {
        display: none;
    }
}

.hero-img-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.07);
    transition: transform 1.4s var(--ease-out-expo);
    filter: brightness(.82) saturate(1.1);
}

.hero-slide.active .hero-img-col img {
    transform: scale(1);
}

/* tinted overlay on image */
.hero-img-col::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(13, 15, 26, .6) 0%, transparent 60%);
    z-index: 2;
    pointer-events: none;
}

/* slide number stamp */
.hero-slide-num {
    position: absolute;
    bottom: 28px;
    left: 28px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 5rem;
    font-weight: 800;
    color: rgba(255, 255, 255, .07);
    line-height: 1;
    z-index: 4;
    letter-spacing: -4px;
    pointer-events: none;
}

/* ---- TEXT SIDE ---- */
.hero-text-col {
    position: relative;
    z-index: 2;
    padding: 60px 64px 60px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width:1200px) {
    .hero-text-col {
        padding: 48px 40px 48px 52px;
    }
}

@media (max-width:900px) {
    .hero-text-col {
        padding: 36px 24px;
        order: 2;
    }
}

/* category label */
.hero-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--hero-gold);
    margin-bottom: 22px;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .6s .1s var(--ease-out-expo), transform .6s .1s var(--ease-out-expo);
}

.hero-label::before {
    content: '';
    display: block;
    width: 32px;
    height: 2px;
    background: var(--hero-gold);
    border-radius: 2px;
}

.hero-slide.active .hero-label {
    opacity: 1;
    transform: translateY(0);
}

/* heading */
.hero-heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.8rem, 5vw, 4.4rem);
    font-weight: 700;
    line-height: 1.08;
    color: var(--hero-white);
    margin-bottom: 24px;
    letter-spacing: -1.5px;
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .65s .22s var(--ease-out-expo), transform .65s .22s var(--ease-out-expo);
}

.hero-heading em {
    font-style: italic;
    background: linear-gradient(135deg, var(--hero-gold), var(--hero-rose));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-slide.active .hero-heading {
    opacity: 1;
    transform: translateY(0);
}

/* paragraph */
.hero-para {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.75;
    color: var(--hero-muted);
    max-width: 420px;
    margin-bottom: 40px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .6s .34s var(--ease-out-expo), transform .6s .34s var(--ease-out-expo);
}

.hero-slide.active .hero-para {
    opacity: 1;
    transform: translateY(0);
}

/* CTA row */
.hero-cta-row {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .6s .45s var(--ease-out-expo), transform .6s .45s var(--ease-out-expo);
}

.hero-slide.active .hero-cta-row {
    opacity: 1;
    transform: translateY(0);
}

.btn-hero-primary {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 36px;
    border-radius: 50px;
    background: linear-gradient(135deg, var(--hero-gold), var(--hero-rose));
    color: #fff;
    font-size: .92rem;
    font-weight: 600;
    letter-spacing: .4px;
    text-decoration: none;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
    box-shadow: 0 8px 30px rgba(232, 72, 90, .35);
}

.btn-hero-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #fff2, transparent);
    border-radius: inherit;
    opacity: 0;
    transition: opacity .3s;
}

.btn-hero-primary:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 16px 40px rgba(232, 72, 90, .45);
    color: #fff;
    text-decoration: none;
}

.btn-hero-primary:hover::before {
    opacity: 1;
}

.btn-hero-primary .arrow-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background: rgba(255, 255, 255, .25);
    border-radius: 50%;
    font-size: .7rem;
    transition: transform .3s ease;
}

.btn-hero-primary:hover .arrow-icon {
    transform: translateX(4px);
}

.btn-hero-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 50px;
    border: 1.5px solid rgba(248, 245, 240, .25);
    color: var(--hero-white);
    font-size: .88rem;
    font-weight: 500;
    letter-spacing: .3px;
    text-decoration: none;
    transition: border-color .3s, background .3s, transform .3s;
}

.btn-hero-ghost:hover {
    border-color: var(--hero-gold);
    background: rgba(232, 184, 75, .08);
    color: var(--hero-gold);
    transform: translateY(-2px);
    text-decoration: none;
}

/* ---- DOTS NAVIGATION ---- */
.hero-nav {
    position: absolute;
    bottom: 34px;
    right: 50px;
    display: flex;
    gap: 10px;
    align-items: center;
    z-index: 20;
}

@media (max-width:900px) {
    .hero-nav {
        right: 50%;
        transform: translateX(50%);
        bottom: 20px;
    }
}

.hero-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(248, 245, 240, .3);
    cursor: pointer;
    transition: width .4s var(--ease-out-expo), background .3s;
    border: none;
    padding: 0;
    outline: none;
}

.hero-dot.active {
    width: 28px;
    border-radius: 4px;
    background: var(--hero-gold);
}

/* ---- PREV / NEXT ARROWS ---- */
.hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1.5px solid rgba(248, 245, 240, .2);
    background: rgba(13, 15, 26, .5);
    color: var(--hero-white);
    font-size: .85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color .3s, background .3s, transform .3s;
    backdrop-filter: blur(8px);
}

.hero-arrow:hover {
    border-color: var(--hero-gold);
    background: rgba(232, 184, 75, .15);
    transform: translateY(-50%) scale(1.1);
}

.hero-arrow.prev {
    left: 28px;
}

.hero-arrow.next {
    right: 28px;
}

@media (max-width:900px) {
    .hero-arrow {
        display: none;
    }
}

/* ---- PROGRESS BAR ---- */
.hero-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--hero-gold), var(--hero-rose));
    width: 0%;
    z-index: 20;
    transition: width 0s linear;
}

.hero-progress.running {
    width: 100%;
    transition: width 5.5s linear;
}

/* ---- SCROLL HINT ---- */
.hero-scroll-hint {
    position: absolute;
    bottom: 38px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    z-index: 20;
    opacity: .5;
}

@media (max-width:900px) {
    .hero-scroll-hint {
        display: none;
    }
}

.scroll-mouse {
    width: 22px;
    height: 34px;
    border: 2px solid rgba(248, 245, 240, .4);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    padding-top: 6px;
}

.scroll-wheel {
    width: 4px;
    height: 6px;
    background: var(--hero-gold);
    border-radius: 2px;
    animation: scrollWheel 1.8s ease-in-out infinite;
}

.scroll-label {
    font-size: .65rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(248, 245, 240, .45);
    font-weight: 500;
}

@keyframes scrollWheel {

    0%,
    100% {
        transform: translateY(0);
        opacity: 1;
    }

    60% {
        transform: translateY(8px);
        opacity: 0;
    }
}


/* shop all page */

:root {
    --s-bg: #f7f4ef;
    --s-dark: #0f1117;
    --s-ink: #1e2130;
    --s-gold: #e8b84b;
    --s-rose: #e8485a;
    --s-teal: #2ab7a9;
    --s-card: #ffffff;
    --s-muted: #8a8fa3;
    --s-radius: 20px;
    --s-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ---- SECTION ---- */
.shop-section {
    font-family: 'Outfit', sans-serif;
    background: var(--s-bg);
    padding: 80px 0 100px;
    position: relative;
    overflow: hidden;
}

.shop-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 55% 35% at 90% 5%, rgba(232, 184, 75, .10) 0%, transparent 65%),
        radial-gradient(ellipse 45% 30% at 5% 95%, rgba(42, 183, 169, .09) 0%, transparent 60%),
        radial-gradient(ellipse 35% 25% at 50% 50%, rgba(232, 72, 90, .05) 0%, transparent 70%);
    pointer-events: none;
}

/* ---- PAGE TITLE ---- */
.shop-title-wrap {
    margin-bottom: 56px;
}

.shop-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: var(--s-gold);
    margin-bottom: 14px;
}

.shop-eyebrow::before,
.shop-eyebrow::after {
    content: '';
    display: block;
    width: 28px;
    height: 2px;
    border-radius: 2px;
    background: var(--s-gold);
    opacity: .6;
}

.shop-h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.4rem, 5vw, 3.8rem);
    font-weight: 800;
    color: var(--s-dark);
    letter-spacing: -1.5px;
    line-height: 1.05;
    margin-bottom: 12px;
}

.shop-h1 em {
    font-style: italic;
    background: linear-gradient(135deg, var(--s-gold), var(--s-rose));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.shop-sub {
    font-size: 1rem;
    font-weight: 300;
    color: var(--s-muted);
    max-width: 380px;
    line-height: 1.65;
}

/* deco divider */
.shop-deco-line {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.shop-deco-line .dl {
    flex: 1;
    max-width: 90px;
    height: 1.5px;
    border-radius: 2px;
}

.shop-deco-line .dl-l {
    background: linear-gradient(90deg, transparent, var(--s-gold));
}

.shop-deco-line .dl-r {
    background: linear-gradient(90deg, var(--s-gold), transparent);
}

.shop-deco-line i {
    color: var(--s-rose);
    font-size: .68rem;
}

/* ---- GRID ---- */
.shop-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 26px;
}

/* ---- CARD ---- */
.shop-card {
    background: var(--s-card);
    border-radius: var(--s-radius);
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(15, 17, 23, .07);
    display: flex;
    flex-direction: column;
    transition: transform .38s var(--s-ease), box-shadow .38s var(--s-ease);
    position: relative;
    animation: shopCardIn .5s var(--s-ease) both;
}

.shop-card:hover {
    transform: translateY(-10px) scale(1.013);
    box-shadow: 0 22px 55px rgba(15, 17, 23, .14);
}

@keyframes shopCardIn {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.shop-card:nth-child(1) {
    animation-delay: .04s
}

.shop-card:nth-child(2) {
    animation-delay: .09s
}

.shop-card:nth-child(3) {
    animation-delay: .14s
}

.shop-card:nth-child(4) {
    animation-delay: .19s
}

.shop-card:nth-child(5) {
    animation-delay: .24s
}

.shop-card:nth-child(6) {
    animation-delay: .29s
}

.shop-card:nth-child(7) {
    animation-delay: .34s
}

.shop-card:nth-child(8) {
    animation-delay: .39s
}

/* top accent bar on hover */
.shop-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--s-gold), var(--s-rose), var(--s-teal));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s var(--s-ease);
    z-index: 3;
}

.shop-card:hover::before {
    transform: scaleX(1);
}

/* ---- IMAGE ---- */
.shop-img-wrap {
    position: relative;
    height: 235px;
    overflow: hidden;
    background: #f0ece4;
}

.shop-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .55s var(--s-ease);
    filter: brightness(.95);
}

.shop-card:hover .shop-img-wrap img {
    transform: scale(1.07);
}

.shop-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 55%, rgba(15, 17, 23, .2) 100%);
    pointer-events: none;
    z-index: 1;
}

.shop-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    padding: 5px 12px;
    border-radius: 50px;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    background: linear-gradient(135deg, var(--s-rose), #c0392b);
    color: #fff;
    box-shadow: 0 4px 14px rgba(232, 72, 90, .4);
}

.shop-img-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: rgba(15, 17, 23, .42);
    opacity: 0;
    transition: opacity .3s ease;
    backdrop-filter: blur(3px);
}

.shop-card:hover .shop-img-overlay {
    opacity: 1;
}

.shop-quick-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    color: var(--s-dark);
    font-size: .85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transform: scale(.65) translateY(10px);
    transition: transform .32s var(--s-ease), background .22s, color .22s;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .18);
}

.shop-card:hover .shop-quick-btn {
    transform: scale(1) translateY(0);
}

.shop-card:hover .shop-quick-btn:nth-child(2) {
    transition-delay: .06s;
}

.shop-quick-btn:hover {
    background: var(--s-gold);
    color: #fff;
}

/* ---- BODY ---- */
.shop-body {
    padding: 20px 20px 12px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.shop-prod-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.12rem;
    font-weight: 700;
    color: var(--s-ink);
    line-height: 1.3;
    margin-bottom: 10px;
    letter-spacing: -.3px;
}

.shop-stars {
    display: flex;
    gap: 2px;
    margin-bottom: 12px;
}

.shop-stars i {
    font-size: .72rem;
}

.s-on {
    color: var(--s-gold);
}

.s-off {
    color: #d9d5cc;
}

.shop-price-old {
    font-size: .82rem;
    color: #b0aaa0;
    text-decoration: line-through;
    display: block;
    margin-bottom: 2px;
}

.shop-price-disc {
    font-size: 1.28rem;
    font-weight: 700;
    color: var(--s-rose);
    line-height: 1;
}

.shop-price-only {
    font-size: 1.28rem;
    font-weight: 700;
    color: var(--s-teal);
    line-height: 1;
}

/* ---- FOOTER BUTTONS ---- */
.shop-footer {
    padding: 14px 20px 20px;
    display: flex;
    gap: 10px;
}

.shop-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 11px 0;
    border-radius: 50px;
    font-size: .82rem;
    font-weight: 600;
    text-decoration: none !important;
    letter-spacing: .3px;
    transition: transform .28s var(--s-ease), box-shadow .28s;
    position: relative;
    overflow: hidden;
}

.shop-btn::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, .14);
    opacity: 0;
    transition: opacity .2s;
    border-radius: inherit;
}

.shop-btn:hover::after {
    opacity: 1;
}

.shop-btn:hover {
    transform: translateY(-2px);
}

.shop-btn-buy {
    background: linear-gradient(135deg, var(--s-dark), #2a2f45);
    color: #fff !important;
    box-shadow: 0 4px 16px rgba(15, 17, 23, .2);
}

.shop-btn-buy:hover {
    box-shadow: 0 10px 28px rgba(15, 17, 23, .3);
}

.shop-btn-cart {
    background: linear-gradient(135deg, var(--s-gold), var(--s-rose));
    color: #fff !important;
    box-shadow: 0 4px 16px rgba(232, 184, 75, .25);
}

.shop-btn-cart:hover {
    box-shadow: 0 10px 28px rgba(232, 72, 90, .35);
}

/* ---- EMPTY ---- */
.shop-empty {
    grid-column: 1/-1;
    text-align: center;
    padding: 80px 20px;
    color: var(--s-muted);
}

.shop-empty i {
    font-size: 3rem;
    color: #ccc8c0;
    display: block;
    margin-bottom: 16px;
}


/* category pages  */

:root {
    --cp-bg: #f7f4ef;
    --cp-dark: #0f1117;
    --cp-gold: #e8b84b;
    --cp-rose: #e8485a;
    --cp-teal: #1aab8a;
    --cp-sky: #3a8fd1;
    --cp-muted: #9ca3af;
    --cp-card: #ffffff;
    --cp-border: #ede9e1;
    --cp-shadow: 0 4px 28px rgba(15, 17, 23, .08);
    --cp-shadow-h: 0 22px 55px rgba(15, 17, 23, .16);
    --cp-radius: 20px;
    --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ---- GRID ---- */
.cp-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
    gap: 26px;
    font-family: 'Outfit', sans-serif;
}

/* ---- CARD ---- */
.cp-card {
    background: var(--cp-card);
    border-radius: var(--cp-radius);
    overflow: hidden;
    box-shadow: var(--cp-shadow);
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform .4s var(--ease), box-shadow .4s var(--ease);
    animation: cpCardIn .5s var(--ease) both;
}

.cp-card:hover {
    transform: translateY(-10px) scale(1.013);
    box-shadow: var(--cp-shadow-h);
}

@keyframes cpCardIn {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cp-card:nth-child(1) {
    animation-delay: .04s
}

.cp-card:nth-child(2) {
    animation-delay: .09s
}

.cp-card:nth-child(3) {
    animation-delay: .14s
}

.cp-card:nth-child(4) {
    animation-delay: .19s
}

.cp-card:nth-child(5) {
    animation-delay: .24s
}

.cp-card:nth-child(6) {
    animation-delay: .29s
}

.cp-card:nth-child(7) {
    animation-delay: .34s
}

.cp-card:nth-child(8) {
    animation-delay: .39s
}

/* top accent bar */
.cp-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--cp-gold), var(--cp-rose), var(--cp-teal));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s var(--ease);
    z-index: 3;
    border-radius: var(--cp-radius) var(--cp-radius) 0 0;
}

.cp-card:hover::before {
    transform: scaleX(1);
}

/* ---- IMAGE ---- */
.cp-img-wrap {
    position: relative;
    height: 232px;
    overflow: hidden;
    background: #f0ede8;
}

.cp-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .55s var(--ease), filter .4s ease;
}

.cp-card:hover .cp-img-wrap img {
    transform: scale(1.08);
    filter: brightness(.88) saturate(1.1);
}

/* hover overlay + quick view */
.cp-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15, 17, 23, .55) 0%, transparent 55%);
    opacity: 0;
    transition: opacity .35s ease;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 16px;
}

.cp-card:hover .cp-overlay {
    opacity: 1;
}

.cp-quickview {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 20px;
    border-radius: 50px;
    background: rgba(255, 255, 255, .92);
    color: var(--cp-dark);
    font-size: .77rem;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: .4px;
    transform: translateY(12px);
    transition: transform .35s var(--ease);
}

.cp-card:hover .cp-quickview {
    transform: translateY(0);
}

.cp-quickview:hover {
    color: var(--cp-dark);
    text-decoration: none;
}

/* ---- BADGE ---- */
.cp-badge {
    position: absolute;
    top: 13px;
    left: 13px;
    padding: 5px 12px;
    border-radius: 50px;
    font-size: .71rem;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase;
    z-index: 4;
    background: linear-gradient(135deg, var(--cp-rose), #c0392b);
    color: #fff;
    box-shadow: 0 4px 14px rgba(232, 72, 90, .4);
}

/* ---- BODY ---- */
.cp-body {
    padding: 20px 20px 12px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.cp-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--cp-dark);
    line-height: 1.3;
    margin-bottom: 12px;
    letter-spacing: -.2px;
}

.cp-price-old {
    display: block;
    font-size: .82rem;
    color: var(--cp-muted);
    text-decoration: line-through;
    margin-bottom: 2px;
}

.cp-price-new {
    font-size: 1.26rem;
    font-weight: 700;
    color: var(--cp-rose);
    letter-spacing: -.3px;
}

.cp-price-only {
    font-size: 1.22rem;
    font-weight: 700;
    color: var(--cp-sky);
    letter-spacing: -.3px;
}

.cp-savings {
    display: inline-block;
    margin-top: 5px;
    padding: 2px 10px;
    border-radius: 20px;
    background: rgba(26, 171, 138, .1);
    border: 1px solid rgba(26, 171, 138, .2);
    font-size: .71rem;
    font-weight: 600;
    color: var(--cp-teal);
}

.cp-stars {
    display: flex;
    gap: 2px;
    margin-top: auto;
    padding-top: 12px;
}

.cp-stars i {
    font-size: .74rem;
    color: var(--cp-gold);
}

.cp-stars i.empty {
    color: #e5e7eb;
}

/* ---- FOOTER / BUTTONS ---- */
.cp-footer {
    padding: 0 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.btn-cp-buy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--cp-teal), #148a6f);
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-size: .85rem;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: .2px;
    transition: transform .28s var(--ease), box-shadow .28s;
    box-shadow: 0 6px 18px rgba(26, 171, 138, .28);
}

.btn-cp-buy:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(26, 171, 138, .4);
    color: #fff;
    text-decoration: none;
}

.btn-cp-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px;
    border-radius: 12px;
    background: var(--cp-dark);
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-size: .85rem;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: .2px;
    position: relative;
    overflow: hidden;
    transition: transform .28s var(--ease), box-shadow .28s;
}

.btn-cp-cart::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--cp-gold), var(--cp-rose));
    opacity: 0;
    transition: opacity .3s;
}

.btn-cp-cart span,
.btn-cp-cart i {
    position: relative;
    z-index: 1;
}

.btn-cp-cart:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(15, 17, 23, .25);
    color: #fff;
    text-decoration: none;
}

.btn-cp-cart:hover::after {
    opacity: 1;
}

/* ---- EMPTY STATE ---- */
.cp-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 80px 20px;
    font-family: 'Outfit', sans-serif;
}

.cp-empty-icon {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: rgba(232, 184, 75, .1);
    border: 2px dashed rgba(232, 184, 75, .35);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-size: 1.7rem;
    color: var(--cp-gold);
}

.cp-empty h5 {
    font-weight: 600;
    color: var(--cp-dark);
    font-size: 1.1rem;
    margin-bottom: 6px;
}

.cp-empty p {
    color: var(--cp-muted);
    font-size: .9rem;
}

/* search and cart */

/* SEARCH BAR */

.search-box {
    display: flex;
    align-items: center;
    border-radius: 50px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.search-box:hover {
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.search-box input {
    flex: 1;
    border: none;
    padding: 14px 20px;
    font-size: 15px;
    outline: none;
    background: black;
    color: white;
}

.search-box button {
    border: none;
    padding: 14px 25px;
    background: linear-gradient(45deg, #ff512f, #dd2476);
    color: white;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
}

.search-box button:hover {
    background: linear-gradient(45deg, #dd2476, #ff512f);
}


/* CART */

.cart-box {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: 0.3s;
}

.cart-icon {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(45deg, #4facfe, #00f2fe);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    transition: 0.3s;
}

.cart-box:hover .cart-icon {
    transform: scale(1.1) rotate(-5deg);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.cart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ff3b3b;
    color: white;
    font-size: 12px;
    padding: 3px 7px;
    border-radius: 50%;
    font-weight: bold;
}

.cart-total {
    font-weight: 600;
    color: #222;
    font-size: 15px;
}

/* footer style */

.footer-pro {
    background: linear-gradient(160deg, #0f0f1a 0%, #1a1a2e 60%, #16213e 100%);
    position: relative;
    overflow: hidden;
}

.footer-pro::before {
    content: '';
    position: absolute;
    top: -120px;
    left: -120px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(192, 57, 43, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.footer-pro::after {
    content: '';
    position: absolute;
    bottom: -80px;
    right: -80px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(232, 160, 32, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

/* CONTACT CARDS */
.contact-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 60px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.contact-card {
    background: rgba(255, 255, 255, 0.03);
    padding: 28px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: background 0.3s;
}

.contact-card:hover {
    background: rgba(192, 57, 43, 0.1);
}

.contact-icon-box {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.2rem;
}

.icon-red {
    background: rgba(192, 57, 43, 0.18);
    color: #e74c3c;
}

.icon-gold {
    background: rgba(232, 160, 32, 0.15);
    color: #e8a020;
}

.icon-blue {
    background: rgba(41, 128, 185, 0.15);
    color: #5dade2;
}

.icon-green {
    background: rgba(39, 174, 96, 0.15);
    color: #58d68d;
}

.contact-info .c-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 500;
    margin-bottom: 3px;
}

.contact-info .c-value {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.88rem;
    color: #fff;
    font-weight: 400;
}

/* DIVIDER */
.footer-divider {
    border: none;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
    margin: 0 0 48px;
}

/* LOGO + ABOUT */
.footer-logo {
    height: 126px;
    filter: brightness(1.1) drop-shadow(0 2px 12px rgba(192, 57, 43, 0.3));
    margin-bottom: 18px;
}

.footer-about {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.75;
    text-align: justify;
    hyphens: auto;
}

/* SOCIAL ICONS */
.social-row {
    display: flex;
    gap: 10px;
    margin-top: 22px;
}

.social-btn {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.82rem;
    text-decoration: none;
    transition: all 0.25s;
}

.social-btn:hover {
    background: #c0392b;
    border-color: #c0392b;
    color: #fff;
    transform: translateY(-2px);
}

/* FOOTER COLUMNS */
.footer-col-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 12px;
}

.footer-col-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(to right, #c0392b, #e8a020);
    border-radius: 2px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links a {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.2s, gap 0.2s;
}

.footer-links a:hover {
    color: #e8a020;
    gap: 12px;
}

.footer-links a .link-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(192, 57, 43, 0.6);
    flex-shrink: 0;
    transition: background 0.2s;
}

.footer-links a:hover .link-dot {
    background: #e8a020;
}

/* BOTTOM BAR */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    margin-top: 48px;
    padding-top: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-bottom p {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.3);
    margin: 0;
}

.footer-bottom span {
    color: #c0392b;
}

.payment-icons {
    display: flex;
    gap: 8px;
    align-items: center;
}

.pay-badge {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    padding: 4px 10px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.45);
    letter-spacing: 0.04em;
    font-weight: 500;
}

@media (max-width: 768px) {
    .contact-strip {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .contact-strip {
        grid-template-columns: 1fr;
    }
}

.chat-icons {
    width: 50px;
    height: 50px;
}

@media(max-width:768px) {

    .header-logo {
        width: 112px;
        height: 96px;
    }

    .ban-img {
        width: 100px;
        height: 120px;
    }

    .about-image img {
        width: 100%;
        /* max-width: 620px; */
        border-radius: 20px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
    }

    .about-content p {
        text-align: justify;
        font-size: 17px;
        line-height: 1.8;
        color: #000000;
        hyphens: auto;
    }
    .main {
    width: 100%;
    height: 80vh;
    display: contents;
    background-color: #ffffff;
}

.profile-card {
    margin: 20px auto;
}


}


/* cart table */

.cart-scroll{
    overflow-x: auto;
}

.cart-scroll table{
    min-width: 650px;
}

/* Optional mobile improvement */

@media (max-width:768px){

    .table th,
    .table td{
        font-size:14px;
        padding:10px;
    }

    .table img{
        width:50px;
    }

}