.dateBox {  
    background-image: url(../images/calendar.gif) !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
    cursor:pointer !important;
}

/* Navbar Black and White Styling */
.header {
    background-color: #000000 !important;
}

.header-bottom {
    background-color: #000000 !important;
}

.sticky-header.fixed {
    background-color: #000000 !important;
}

/* Menu Links - White */
.header .menu > li > a {
    color: #ffffff !important;
}

.header .menu > li > a:hover,
.header .menu > li > a:focus {
    color: #ffffff !important;
}

.header .menu > li.active > a,
.header .menu > li.show > a {
    color: #ffffff !important;
}

/* Menu Dropdown Arrows - White */
.header .menu.sf-arrows > li > .sf-with-ul::after {
    border-color: #ffffff transparent transparent !important;
}

.header .menu.sf-arrows > li:hover > .sf-with-ul::after,
.header .menu.sf-arrows > li.show > .sf-with-ul::after {
    border-color: #ffffff transparent transparent !important;
}

/* Header Icons - White */
.header .header-search .search-toggle,
.header .header-search .search-toggle i,
.header .cart-dropdown .dropdown-toggle,
.header .cart-dropdown .dropdown-toggle i,
.header .wishlist-link,
.header .wishlist-link i,
.header .mobile-menu-toggler,
.header .mobile-menu-toggler i {
    color: #ffffff !important;
}

.header .header-search .search-toggle:hover,
.header .header-search .search-toggle:focus,
.header .cart-dropdown .dropdown-toggle:hover,
.header .cart-dropdown .dropdown-toggle:focus {
    color: #ffffff !important;
}

/* Cart icon wrap - position relative for badge */
.header .cart-dropdown .cart-icon-wrap {
    position: relative !important;
    display: inline-block !important;
}

/* Cart Count Badge - as sup (superscript style, top of icon), no circle */
.header .cart-dropdown .cart-count {
    position: absolute !important;
    top: -4px !important;
    right: -6px !important;
    min-width: 1.4rem !important;
    height: 1.4rem !important;
    line-height: 1.4rem !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    vertical-align: super !important;
    text-align: center !important;
    border-radius: 0 !important;
    background-color: #ffffff !important;
    color: #000000 !important;
}

/* Dropdown Menus - White background, dark text */
.header .menu .megamenu,
.header .menu ul {
    background-color: #ffffff !important;
    border-color: #ebebeb !important;
}

.header .menu .megamenu a,
.header .menu ul a {
    color: #333333 !important;
}

.header .menu .megamenu a:hover,
.header .menu .megamenu a:focus,
.header .menu ul a:hover,
.header .menu ul a:focus {
    color: #000000 !important;
    background-color: #f5f5f5 !important;
    padding: 0.5rem 1rem !important;
}

.header .menu .megamenu .menu-title,
.header .menu .megamenu .menu-title a {
    color: #333333 !important;
}

/* Search Form */
.header .header-search-form {
    background-color: #000000 !important;
}

.header .header-search-form .form-control {
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #333333 !important;
}

.header .header-search-form .form-control::placeholder {
    color: #cccccc !important;
}

.header .header-search-form .btn-search {
    color: #ffffff !important;
}

/* Cart Dropdown - hide total & buttons when empty */
.cart-dropdown.cart-empty .dropdown-cart-total,
.cart-dropdown.cart-empty .dropdown-cart-action {
    display: none !important;
}

/* Cart Dropdown - white background */
.header .cart-dropdown .dropdown-menu {
    background-color: #ffffff !important;
    border-color: #ebebeb !important;
}

.header .cart-dropdown .dropdown-menu .product-title a {
    color: #333333 !important;
}

.header .cart-dropdown .dropdown-menu .product-title a:hover,
.header .cart-dropdown .dropdown-menu .product-title a:focus {
    color: #000000 !important;
}

.header .cart-dropdown .dropdown-menu .cart-product-info {
    color: #666666 !important;
}

.header .cart-dropdown .dropdown-menu .dropdown-cart-total {
    color: #333333 !important;
    border-color: #ebebeb !important;
}

.header .cart-dropdown .dropdown-menu .btn {
    color: #ffffff !important;
    background-color: #333333 !important;
    border-color: #333333 !important;
}

.header .cart-dropdown .dropdown-menu .btn:hover {
    background-color: #000000 !important;
    border-color: #000000 !important;
    padding: 0.5rem 1rem !important;
}

/* Mobile Menu Toggler */
.header .mobile-menu-toggler {
    color: #ffffff !important;
}

/* Ensure logo visibility */
.header .logo img {
    filter: brightness(1) !important;
}

/* Header contact links (phone / WhatsApp) */
.header .nav-contact-link {
    color: #ffffff !important;
}

.header .nav-contact-link:hover,
.header .nav-contact-link:focus {
    color: #f0c040 !important; /* gold accent on hover */
}

.header .nav-contact-link i {
    color: inherit !important;
}





/* Mobile: keep navbar visible and on top */
.header {
    position: relative !important;
    z-index: 1040 !important;
}

.header-bottom {
    display: block !important;
}

.header-bottom .container {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
}

@media (max-width: 991px) {
    .header .header-left,
    .header .header-right {
        display: flex !important;
        align-items: center !important;
    }

    .header .header-center {
        display: none !important; /* nav moves to mobile menu */
    }

    .header .mobile-menu-toggler {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
}

/* Footer - black background */
.footer,
.footer-middle,
.footer-bottom {
    background-color: #000000 !important;
}

.footer .widget-title,
.footer .footer-copyright,
.footer p {
    color: #ffffff !important;
}

.footer .widget-list a {
    color: #cccccc !important;
}

.footer .widget-list a:hover,
.footer .widget-list a:focus {
    color: #ffffff !important;
}

.footer .social-icon {
    color: #cccccc !important;
    border: none !important;
    border-radius: 0 !important;
}

.footer .social-icon:hover,
.footer .social-icon:focus {
    color: #ffffff !important;
}

/* Footer social media images - ensure they are visible, no circle/border */
.footer .social-icons .social-icon-img {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    border-radius: 0 !important;
}

.footer .social-icons .social-icon-img img {
    display: block !important;
    width: 24px !important;
    height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    object-fit: contain !important;
    vertical-align: middle !important;
    border: none !important;
    border-radius: 0 !important;
}

.footer-bottom {
    border-top: 1px solid #333333 !important;
}

/* Page header - 1920×600 ratio, responsive on all devices */
.page-header {
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 600;
    min-height: 200px;
    max-height: 600px;
    padding: 2rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 0;
}

.page-header .container-fluid {
    position: relative;
    z-index: 1;
}

.page-header .page-title {
    margin: 0;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
    .page-header .page-title {
        font-size: 2.8rem;
    }
}

/* Product gallery thumbnails - no border on active */
.product-gallery-item,
.product-gallery-item.active,
.product-gallery-item:hover,
.product-gallery-item:focus {
    border: none !important;
    box-shadow: none !important;
}

.product-gallery-item::before,
.product-gallery-item.active::before,
.product-gallery-item:hover::before,
.product-gallery-item:focus::before {
    display: none !important;
}

/* All links and hover */
a {
    color: #000000 !important;
}

a:hover,
a:focus {
    color: #333333 !important;
}

/* Keep header and footer links white */
.header a,
.footer a {
    color: #ffffff !important;
}

.header a:hover,
.header a:focus,
.footer a:hover,
.footer a:focus {
    color: #ffffff !important;
}
