
/*** 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;
}

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

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


#topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: var(--topbar-height);
    z-index: 1030;
    background-image:url(../img/1.jpg); /* ensure it doesn't show content behind it */
    background-color: #f8f9fa; /* fallback */
    background-size: cover;
}
/* Make topbar dropdowns appear above the navbar */
#topbar .dropdown-menu {
  z-index: 2000;   /* higher than .nav-bar (1031) */
  position: absolute; /* ensure it's positioned correctly */
}
.topbar .dropdown-menu {
  z-index: 2000 !important;
}
/* Professional topbar layout */
.text {
    color: white;
}

/* #footer text */
footer header text {
    font-family: 'Dancing Script', cursive;
    text-align: center;



}
.topbar .navbar-brand img {
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

/* Text-based brand styling (replaces small image logo) */
.topbar .brand {
    line-height: 1;
}
.topbar .brand-name {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: var(--bs-primary);
    letter-spacing: 0.2px;
}
.topbar .brand-tagline {
    font-size: 11px;
    margin-top: 2px;
    color: #6c757d; /* muted */
}

@media (max-width: 767.98px) {
    .topbar .brand-name { font-size: 16px; }
    .topbar .brand-tagline { font-size: 10px; }
}
.topbar .form-control {
    background: #f7f7f9;
}
.topbar .btn-outline-secondary {
    background: transparent;
    border: 1px solid rgba(0,0,0,0.08);
}
.topbar .btn-outline-secondary i {
    color: var(--bs-dark);
}
.topbar .btn-primary {
    box-shadow: 0 3px 8px rgba(15, 111, 255, 0.12);
}

@media (max-width: 576px) {
    .topbar .container { padding-left: 0.5rem; padding-right: 0.5rem; }
    .topbar .form-control { padding: .5rem .75rem; }
    .topbar .btn-primary { padding: .4rem .9rem; }
}

/* Mobile search styling */
.mobile-search-wrap .form-control {
    background: #f5f7fb; /* soft, professional */
    border: 1px solid rgba(0,0,0,0.06);
    padding: .8rem 1rem;
    font-size: 15px;
    box-shadow: 0 6px 18px rgba(24,39,75,0.06);
}
.mobile-search-wrap .btn-primary {
    padding: .6rem 1rem;
}
.mobile-search-tagline {
    font-size: 12px;
    letter-spacing: .2px;
}

/* Make sure topbar rows stack nicely on very small devices */
@media (max-width: 480px) {
    #topbar .row { gap: .35rem; }
    .mobile-search-wrap .form-control { font-size: 14px; }
    .topbar .brand-name { font-size: 15px; }
}
/* Additional mobile topbar arrangement */
@media (max-width: 767.98px) {
    /* Stack logo, search, actions vertically and center */
    #topbar .row { display: flex; flex-direction: column; align-items: stretch; }
    .mobile-top-search-col { order: 2; width: 100%; }
    .topbar .col-4.col-md-3 { order: 3; width: 100%; display: flex; justify-content: center; }
    .topbar .col-4.col-md-3.d-flex { justify-content: center; }
    .topbar .col-4.col-md-3 .dropdown, .topbar .col-4.col-md-3 a { margin: 0 6px; }

    /* Mobile search prominence */
    .mobile-search-wrap { padding: 6px 0; }
    .mobile-search-wrap .form-control.mobile-top-search {
        border-radius: 999px;
        padding: .9rem 1.25rem;
        box-shadow: 0 10px 30px rgba(24,39,75,0.06);
        border: 1px solid rgba(0,0,0,0.06);
        background: #f5f7fb;
    }
    .mobile-search-wrap .btn-primary { min-width: 48px; padding: .55rem .75rem; border-radius: 999px; }

    /* Increase tappable area for icons */
    #topbar a.text-muted, #topbar .btn-outline-secondary { padding: .4rem; }

    /* Dim other actions when search is focused */
    #topbar.search-focused .col-4.col-md-3.d-flex a,
    #topbar.search-focused .col-4.col-md-3.d-flex .dropdown { opacity: .45; transition: opacity .2s; }
}

/* Compact mobile search + inline icons */
@media (max-width: 767.98px) {
    .mobile-top-search.compact { max-width: calc(100% - 120px); padding: .55rem .9rem; font-size: 14px; }
    .compact-search-btn { border-radius: 50%; padding: .45rem .6rem; min-width: 40px; }
    .mobile-inline-action { color: var(--bs-dark); font-size: 18px; padding: .35rem .45rem; }
    /* hide the separate actions column icons on mobile since we moved them inline */
    .col-4.col-md-3.d-flex.justify-content-end { display: none; }
}

/*** Topbar End ***/

/*** Navbar ***/
.nav-bar {
  position: fixed;
  top: 100px; /* match topbar height */
  z-index: 1020;
}

body {
  padding-top: 120px; /* Adjust based on your navbar height */
}
@media (max-width: 767.98px) {
  .nav-bar {
    top: 50px; /* push navbar lower on mobile */
  }

  body {
    padding-top: 140px; /* adjust to match new topbar + navbar height */
  }
}

@media (max-width: 767.98px) {
  .nav-bar {
    margin-top: 90px; /* Adjust based on topbar height on mobile */
  }
}



.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: 22px 15px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    transition: .5s;
}

.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 {
       z-index: 1055; /* higher than nav-bar */
    display: block;
    visibility: hidden;
    top: 100%;
    left: 0;
    position: absolute;
    border: 0;
    border-radius: 10px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    transform: translateY(10px); /* smoother than rotateX */

    }
}

@media (max-width: 992px) {
    .nav-bar .navbar .navbar-nav .nav-link {
        padding: 8px 0px;
    }
}
@media (min-width: 768px) {
  .alert {
    margin-top: 1rem;
  }
}
.dropdown-menu {
  z-index: 1055;
}
.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}
.navbar .nav-item {
  position: relative;
}
.navbar .nav-item:hover .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1055; /* higher than nav-bar */

}

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

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

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

/* Center Sign-in button inside Account dropdown and add margin */
.nav-item.dropdown .dropdown-menu .dropdown-item.btn.rounded-pill {
    display: block;         /* ensures it behaves like a block for centering */
    margin: 0.75rem auto;   /* vertical spacing and automatic horizontal centering */
    text-align: center;
    max-width: 220px;       /* optional: cap width so pill looks centered */
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

/* Style for Sign-in used without Bootstrap btn classes */
.dropdown-menu .dropdown-item.signin-pill {
    display: block;
    margin: 0.75rem auto;
    text-align: center;
    max-width: 220px;
    width: 100%;
    padding: 0.6rem 1.25rem;
    color: var(--bs-white);
    background: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
    box-shadow: none;
}
.dropdown-menu .dropdown-item.signin-pill:hover {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white);
}

/*** 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);
}
.headerimg{
    height:100px ;
    width:500px 

}


.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:black;
    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 ***/

/* empty cart */

/* cart ends */

/*** 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: 60px; 
    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 ***/

 /* login start */
.login {
      background: url('../img/1.jpg');
      background-size: cover;
      
    }
/* login ends */
/* floating whattapp button start */
/* Floating WhatsApp Button */
.floating-whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  z-index: 1000;
  animation: pulse 2s infinite;
}
.floating-whatsapp-button svg {
  display: block;
  width: 40px;
  height: 40px;
  fill: white;
}

/* Chat Box */
.chat-box {
  position: fixed;
  bottom: 85px;
  right: 20px;
  width: 280px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  font-family: sans-serif;
  z-index: 999;
  animation: slideIn 0.4s ease forwards;
  overflow: hidden;
}

/* Header */
.chat-header {
  background-color: #25D366;
  color: white;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.chat-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.chat-info {
  flex-grow: 1;
}
.chat-name {
  font-size: 14px;
  font-weight: bold;
}
.chat-status {
  font-size: 12px;
  color: #e0f7e9;
}
.close-chat {
  cursor: pointer;
  font-size: 16px;
}

/* Chat Body */
.chat-body {
  padding: 10px;
  background-color: #fff;
}

/* Message Bubble */
.chat-message {
  background-color: #DCF8C6;
  padding: 10px;
  border-radius: 8px 8px 8px 0;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
}
.timestamp {
  font-size: 10px;
  color: #888;
  position: absolute;
  bottom: 5px;
  right: 10px;
}

/* Typing Animation */
.typing-indicator {
  display: flex;
  gap: 4px;
  padding: 10px;
  margin-top: -5px;
}
.typing-indicator span {
  width: 6px;
  height: 6px;
  background-color: #bbb;
  border-radius: 50%;
  animation: blink 1.4s infinite both;
}
.typing-indicator span:nth-child(2) {
  animation-delay: 0.2s;
}
.typing-indicator span:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes blink {
  0%, 80%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

/* Input Field + Send Button */
.chat-input {
  display: flex;
  align-items: center;
  padding: 10px;
  border-top: 1px solid #eee;
  background-color: #f5f5f5;
}
.chat-input input {
  flex-grow: 1;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-size: 14px;
  outline: none;
  background-color: white;
  color: #333;
}
.send-button {
  background-color: #25D366;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  transition: background-color 0.3s ease;
}
.send-button:hover {
  background-color: #1ebe5d;
}
.send-button svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: white;
}

/* Utility */
.hidden {
  display: none;
}

/* Animations */
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
  70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}
@keyframes slideIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
    /* ends floating */

    
/*** Footer Start ***/
.footer {
  position: relative;
  background-image: url(../img/footer2.jpg);
  background-color: white;
  padding: 50px;
  color: white; /* Makes text readable over dark overlay */
  z-index: 1;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* Deep black overlay */
  z-index: 0;
}

/* Make sure all child elements are above the overlay */
.footer * {
  position: relative;
  z-index: 1;
}
.footer .footer-item a {
    line-height: 30px;
    color:white;
    transition: 0.5s;
}

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

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color:white;
}

/*** Footer End ***/


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