body{
    background: #e0d6ca !important;
}

header.style-1 .main-menu {
    flex: 1;              /* take available space */
    display: flex;
    justify-content: center;
}


header.style-1 .main-menu ul > li > a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 16px;
    left: 0px;
    width: 100%;
    transform-origin: right center;
    transform: scale(0, 1);
    border-bottom: 1px solid #ffffff;
    transition: transform 0.5s;
}




  .features-section {
        background-color: #000;
        padding: 60px 0;
        color: #fff;
        font-family: "Work Sans", sans-serif;
    }

    .feature-item {
        display: flex;
        align-items: flex-start;
        gap: 16px;
    }

    .feature-icon {
        font-size: 34px;
        color: #fff;
        min-width: 40px;
        margin-top: 4px;
    }

    .feature-title {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 8px;
        color: #ffffff;
    }

    .feature-text {
        font-size: 14px;
        line-height: 2;
        color: #d1d5db;
        margin: 0;
    }

     .artist-card {
        background: #fff;
        height: 100%;
        display: flex;
        flex-direction: column;
        border-radius: 6px;
        overflow: hidden;
    }

    .product-image {
        width: 100%;
        overflow: hidden;
    }

    .product-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;      /* NO STRETCH */
        display: block;
    }

    .artist-content {
        text-align: center;
        background: #fff;
    }

    .artist-content h6 {
        font-size: 15px;
        margin-bottom: 6px;
        font-weight: 600;
    }

    .artist-content span {
        font-size: 14px;
        font-weight: 600;
        color: #000;
    }


    .auction-card{
    font-family: 'Poppins', sans-serif !important;
    }
    
    .auction-card-img-wrap {
        position: relative;
        width: 100%;
        background-color: #f2f2f2;
    }

    .auction-card-img-wrap img{
        position: relative;
        width: 100%;
    }

    .auction-card .auction-card-content {
        padding: 20px 15px 25px;
        border: 1px solid #e8e8e8;
        border-top: unset;
        background-color:#f9f9f9;
    }

    .auction-card-content h6{

        font-size:16px;
        font-weight: 700;

    }

    .auction-content-category{
        font-size: 13px;
        color: #333333
    }

    .auction-price-purchase {
        display: inline-flex;
        width: 100%;
        padding: 15px 0px 0px;
    }

    .auction-content-pricing{
        width:50%;
    }

    .auction-content-pricing h4{
      font-family: 'Poppins', sans-serif;
      font-size: 22px;
    }

    .auction-btn{
        width:50%;
        float:right;
    }
.auction-card .auction-card-content h6 {
    margin-bottom: 3px;
}

.auction-card .auction-card-content .auction-buy-btn {
    background-color: transparent;
    padding: 9px 19px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    border: 1px solid var(--primary-color);
    z-index: 1;
    white-space: nowrap;
    transition: all 0.6s;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    gap: 6px;
    color: var(--title-color);
    font-family: var(--font-worksans);
    font-size: 14px;
    font-weight: 500;
}



.youtube-video-card {
    position: relative;
    width: 100%;
    aspect-ratio: 7 / 10;   /* 🔒 Force 16:9 */
    overflow: hidden;
    display: block;
    border-radius: 12px;
    background: #000;
}

.youtube-video-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;     /* Prevent Shorts stretch */
}



.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;
    background: rgba(0,0,0,0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}


.video-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.95);
    z-index: 99999;
}

.video-modal iframe {
    width: 90%;
    height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}


.youtube-video-full {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #000;
    overflow: hidden;
}

/* Desktop iframe zoom */
.youtube-video-full iframe {
    position: absolute;
    top: -60px;
    left: -60px;
    width: calc(100% + 120px);
    height: calc(100% + 120px);
    border: 0;
    pointer-events: none;
}

/* Overlay hides timeline */
.youtube-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    z-index: 2;
}



header.style-1 {
            position: relative;
            width: 100%;
            z-index: 99;
            transition: all 0.8s ease-out 0s;
            background-color: transparent;
            border-bottom: none;
        }

        .hidenavbar {
                    display: none !important; /* or flex, inline-block as needed */
                }



        .topbar {
            border-bottom: 1px solid #761113;
            padding: 2px 0;
            background:#761113;
            color: #ffffff;
        }

        header.style-1 .main-menu ul > li > a {
            color: #FFFFFF;
            display: block;
            text-transform: capitalize;
            padding: 18px 0;
            position: relative;
            font-family: var(--font-worksans);
            font-weight: 500;
            font-size: 16px;
            transition: all 0.5s ease-out 0s;
            position: relative;
            border-radius: 15px;
            line-height: 1;
        }
         header.style-1 .main-menu ul > li > a:hover{
            color: rgb(255, 255, 255);
   
        }


        header.style-1 .main-menu ul {
    display: flex;
    flex-wrap: nowrap;
}

.topbar-right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0; /* prevents shrinking */
}

        .topbar .topbar-wrap .topbar-right .wishlist-btn svg {
            fill: #FFFFFF;
            background-color: white;
            transition: 0.5s;
        }

        .topbar .topbar-wrap .topbar-right .wishlist-btn {
                width: 44px;
                height: 48px;
                border-radius: 6px;
                border: 1px solid #ffffff;
                display: flex;
                align-items: center;
                justify-content: center;
                transition: 0.5s;
            }
        .topbar .topbar-wrap .header-logo a img {
                width: 360px;
            }
      
            
                        /* ✅ SIGN UP BUTTON WHITE STYLE */
            .topbar .topbar-wrap .topbar-right a.header-btn {
                background-color: #ffffff !important;
                color: #000000 !important;
                border: 1px solid #ddd;
            }

            /* Icon color change */
            .topbar .topbar-wrap .topbar-right a.header-btn svg path {
                fill: #000000 !important;
            }

            /* Hover effect */
            .topbar .topbar-wrap .topbar-right a.header-btn:hover {
                background-color: #f5f5f5;
                color: #000000;
                border-color: #ccc;
            }


 

         
            
        /* paypal */
        @keyframes shake {
            0% { transform: translateX(0); }
            25% { transform: translateX(-6px); }
            50% { transform: translateX(6px); }
            75% { transform: translateX(-6px); }
            100% { transform: translateX(0); }
        }
        .animate-shake {
            animation: shake 0.6s ease-in-out;
        }
                
         @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
        
        body {
            font-family: 'Poppins', sans-serif;
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
            width: 100%;
        } 
        
        .success-shadow {
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
        }
        
        .checkmark-circle {
            animation: scaleIn 0.5s ease-out;
        }
        
        .checkmark {
            stroke-dasharray: 100;
            stroke-dashoffset: 100;
            animation: drawCheckmark 0.8s ease-in-out 0.5s forwards;
        }
        
        .confetti {
            position: absolute;
            width: 10px;
            height: 10px;
            background-color: #f0f;
            opacity: 0;
        }
        
        @keyframes scaleIn {
            from { transform: scale(0); opacity: 0; }
            to { transform: scale(1); opacity: 1; }
        }
        
        @keyframes drawCheckmark {
            to { stroke-dashoffset: 0; }
        }
        
        @keyframes fadeInUp {
            from { transform: translateY(20px); opacity: 0; }
            to { transform: translateY(0); opacity: 1; }
        }
        
        @keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.05); }
            100% { transform: scale(1); }
        }
        
        .animate-fadeInUp {
            animation: fadeInUp 0.6s ease-out forwards;
            opacity: 0;
        }
        
        .animate-pulse-slow {
            animation: pulse 2s infinite ease-in-out;
        }
        
        .delay-100 { animation-delay: 0.1s; }
        .delay-200 { animation-delay: 0.2s; }
        .delay-300 { animation-delay: 0.3s; }
        .delay-400 { animation-delay: 0.4s; }
        .delay-500 { animation-delay: 0.5s; }

        /* checkout */

        @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
        * {
            font-family: 'Poppins', sans-serif;
        }
        
        .paypal-button {
            background: linear-gradient(135deg, #0070ba 0%, #1546a0 100%);
            transition: all 0.3s ease;
        }
        
        .paypal-button:hover {
            background: linear-gradient(135deg, #1546a0 0%, #0070ba 100%);
            transform: translateY(-2px);
            box-shadow: 0 10px 20px rgba(0, 112, 186, 0.2);
        }
        
        .card {
            background: white;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease;
        }
        
        .card:hover {
            transform: translateY(-5px);
        }
        
        .loading {
            display: none;
        }
        
        .payment-processing .loading {
            display: block;
        }
        
        .payment-processing button {
            opacity: 0.7;
            cursor: not-allowed;
        }
        
        .animate-pulse {
            animation: pulse 1.5s cubic-bezier(0.4, 0, 0.6, 1) infinite;
        }
        
        @keyframes pulse {
            0%, 100% { opacity: 1; }
            50% { opacity: .5; }
        }
       

        /* my orders */


@media (max-width: 1200px) {

header.style-1 .main-menu ul > li {
    display: inline-block;
    position: relative;
    padding: 0 8px;
}

}

        
/* 📱 MOBILE FIX */
@media (max-width: 768px) {

    .youtube-video-full {
        height: 60vh;     /* prevents black takeover */
    }

    .youtube-video-full iframe {
        top: -20px;
        left: -20px;
        width: calc(100% + 40px);
        height: calc(100% + 40px);
    }

    .youtube-overlay {
        height: 60px;     /* smaller mobile controls */
    }
}

@media (max-width: 991px) {
    .topbar {
        display: block;
    }
    
}

.whatsapp-checkout-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #25D366; /* Official WhatsApp Green */
  color: white;
  padding: 12px 24px;
  border-radius: 20px; /* Makes it pill-shaped */
  text-decoration: none;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.whatsapp-checkout-btn:hover {
  background-color: #1ebe57; /* Slightly darker on hover */
  transform: translateY(-2px);
}

.whatsapp-checkout-btn i {
  font-size: 22px;
}

