h1,h2,h3,h4,h5,h6,p,span,div,ul,li,a {
color: black;
}
  body {
        background-color: #111215;
        color: #fff;
        font-family: Arial, sans-serif;
    }
    .card-img-top{
        height: 100%; width: 100%; object-fit: cover;
    }
    .top-bar {
        background-color: #1d1f23;
        font-size: 14px;
    }

    .top-bar .text-orange {
        color: #f9a825;
    }

    .logo {
        font-size: 24px;
        font-weight: bold;
        color: #f9a825;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: #ccc;
    }

    .navbar-dark .navbar-nav .nav-link:hover,
    .navbar-dark .navbar-nav .nav-link.active {
        color: #f9a825;
    }

    .sidebar {
        background-color: #1a1a1a;
    }

    .sidebar .list-group-item {
        background-color: #1a1a1a;
        color: #ccc;
        border: none;
    }

    .sidebar .list-group-item:hover {
        background-color: #292b2f;
        color: rgb(254, 165, 38)5;
    }

    .category-header {
        background-color: rgb(254, 165, 38);
        font-weight: bold;
        text-transform: uppercase;
        font-size: 14px;
    }

    .fade-item {
        opacity: 0;
        transform: translateY(20px);
        animation: fadeInUp 0.8s ease-out forwards;
    }

    .carousel-item.active h1 {
        animation-delay: 0.3s;
    }

    .carousel-item.active p {
        animation-delay: 0.6s;
    }

    .carousel-item.active span {
        animation-delay: 0.9s;
    }

    .carousel-item.active a {
        animation-delay: 1.2s;
    }

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

    .carousel-indicators button {
        width: 12px;
        height: 12px;
        border-radius: 3px;
        background-color: rgba(255, 255, 255, 0.5);
        border: 1px solid #fff;
        transition: background-color 0.3s ease;
    }

    /* Active indicator (yellow) */
    .carousel-indicators .active {
        background-color: #FEA526;
    }

    /* Hover effect (turn yellow when hovered) */
    .carousel-indicators button:hover {
        background-color: #FEA526;
    }

    .product-img {
        overflow: hidden;
        height: 250px; overflow: hidden;
    }

    .product-img img {
        transition: all 0.3s ease;
    }

    .add-to-cart {
        opacity: 0;
        transition: all 0.3s ease;
    }

    .product-img:hover img {
        opacity: 0.4;
    }

    .product-img:hover .add-to-cart {
        opacity: 1;
    }

    .hover-box {
        transition: all 0.3s ease;
    }

    .hover-box:hover .icon,
    .hover-box:hover .underline {
        color: #FEA526 !important;
    }

    .underline {
        width: 40px;
        height: 3px;
        margin: 0 auto;
        margin-top: 8px;
        background-color: #FEA526;
        transition: width 0.3s ease;
    }

    .hover-box:hover .underline {
        width: 80px;
    }



    .image-hover-wrapper {
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }

    .hover-icon {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%) translateY(10px);
        color: #FEA526;
        font-size: 1.8rem;
        opacity: 0;
        filter: blur(0);
        /* No blur on icon text */
        transition: opacity 0.3s ease, transform 0.3s ease;
        /* Faster speed */
        pointer-events: none;
        z-index: 2;
    }

    /* Blurred background behind icon */
    .hover-icon::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 197px;
        /* Increased width */
        height: 135px;
        /* Increased height */
        background-color: rgba(0, 0, 0, 0.4);
        backdrop-filter: blur(10px);
        /* Stronger blur */
        border-radius: 0;
        /* Makes it square */
        opacity: 0;
        transition: opacity 0.3s ease;
        /* Faster speed */
        z-index: -1;
    }

    .image-hover-wrapper:hover .hover-icon {
        opacity: 1;
        transform: translate(-50%, -50%) translateY(0);
    }

    .image-hover-wrapper:hover .hover-icon::before {
        opacity: 1;
    }

    /* Larger icon for the featured image */
    .hover-icon-large {
        position: absolute;
        top: 50%;
        /* Adjusted for larger image */
        left: 33.3%;
        transform: translate(-50%, -50%) translateY(15px);
        color: #FEA526;
        font-size: 2.5rem;
        /* Increased font size for larger image */
        opacity: 0;
        filter: blur(0);
        transition: opacity 0.3s ease, transform 0.3s ease;
        /* Faster speed */
        pointer-events: none;
        z-index: 2;
    }

    .hover-icon-large::before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 370px;
        height: 350px;
        background-color: rgba(0, 0, 0, 0.4);
        backdrop-filter: blur(8px);
        /* Increased blur for larger icon */
        border-radius: 0;
        /* Square shape */
        opacity: 0;
        transition: opacity 0.2s ease;
        /* Faster speed */
        z-index: -1;
    }

    .image-hover-wrapper:hover .hover-icon-large {
        opacity: 1;
        transform: translate(-50%, -50%) translateY(0);
    }

    .image-hover-wrapper:hover .hover-icon-large::before {
        opacity: 1;
    }


    @media (max-width: 767px) {
        .featured-section {
            padding-bottom: 100px;
            /* Prevent overlap on small screens */
        }
    }

    .section-title {
        font-weight: bold;
        margin-bottom: 20px;
    }

    .product-item img {
        height: 60px;
    }

    .product-title {
        font-size: 14px;
        color: #ffffff;
    }

    .product-price {
        color: #FEA526;
        font-weight: bold;
    }

    .star-rating {
        color: #FEA526;
    }

    .logo-scroll-wrapper {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .logo-scroll {
        display: inline-block;
        white-space: nowrap;
        animation: scrollLeft 30s linear infinite;
    }

    .logo-scroll img {
        height: 50px;
        margin: 0 30px;
        display: inline-block;
    }

    /* Animation keyframes */
    @keyframes scrollLeft {
        0% {
            transform: translateX(0%);
        }

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

    .custom-nav-links a:hover {
        color: rgb(254, 165, 38) !important;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0.5rem;
    }
.footer_logo{
    height: 150px; width: 150px; border-radius: 50%;
}
 .avatar {
        width: 40px;
        height: 40px;
        object-fit: cover;
        border-radius: 50%;
    }

    .dropdown-toggle::after {
        margin-left: 0.5rem;
    }

.dropdown-item:hover  {
  background-color: black;
}
    .navbar .dropdown-menu {
        right: 0;
        left: auto;
        background-color: #111;
        color: white;
        min-width: 270px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
        border-radius: 8px;
        padding: 12px;
        font-size: 0.9rem;
    }

    .cart-item {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #333;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .cart-subtotal {
        border-top: 1px solid #444;
        padding-top: 10px;
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
    }

    .offcanvas {
        background-color: #111;
    }
    .luxury-dropdown {
        background: linear-gradient(145deg, #1a1a1a, #111);
        border: 1px solid #333;
        border-radius: 30px;
        color: white;
        font-weight: 500;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.6);
        transition: all 0.3s ease;
    }

    .luxury-dropdown:hover {
        background: linear-gradient(145deg, #222, #000);
        box-shadow: 0 12px 20px rgba(0, 0, 0, 0.8);
        border-color: #ffc107;
    }

    .luxury-dropdown:focus {
        outline: none;
        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    }

    .luxury-dropdown .text-warning {
        transition: color 0.3s;
    }

    .luxury-dropdown:hover .text-warning {
        color: #000000;
    }
    .logoHead{
        height: 50px; width: 50px; border-radius: 50%
    }
     /* Animation for fade-in from left */
    .fade-in-left {
        opacity: 0;
        transform: translateX(-50px);
        animation: fadeInLeft 1s forwards;
    }

    /* Animation for fade-in from right */
    .fade-in-right {
        opacity: 0;
        transform: translateX(50px);
        animation: fadeInRight 1s forwards;
    }

    /* Animation for fade-in from bottom */
    .fade-in-bottom {
        opacity: 0;
        transform: translateY(50px);
        animation: fadeInBottom 1s forwards;
    }

    @keyframes fadeInLeft {
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    @keyframes fadeInRight {
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    @keyframes fadeInBottom {
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    .slider{
        height: 500px; 
        background: url('../Slider/4.jpg') center/cover no-repeat;
    }
    .slider1{
        height: 500px; 
        background: url('../Slider/DSC_2676.JPG') center/cover no-repeat;
    }
    .slider2{
        height: 500px; 
        background: url('../Slider/IMG_9269.jpg') center/cover no-repeat;
    }
    .ani{
        animation-delay: 0.6s;
    }