@import url('https://fonts.googleapis.com/css2?family=Monoton&display=swap');
.brand-logo{
    width: 80px;
    height: 40px;
    margin: 1px;
}
.brand-logo-sm{
    width: 60px;
    height: 40px;
    margin: 1px;
}
.bg{
    background-image:linear-gradient(to bottom ,black);
    width: 98vw;
}
.user-fill:hover{
    fill:#ffd700;
    cursor: pointer;
}
.user:hover::after {
    content: "Account";
    position: absolute;
    background-color: #000000;
    color: #ffd700;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    bottom: -11px;
    left: 62%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 1000;
    
}
.cart {
    position: relative;
}

.cart:hover::after {
    content: "Cart";
    position: absolute;
    background-color: #000000;
    color: #ffd700;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 1000;
    
}
.cart-fill:hover {
    fill:#ffd700;
    cursor: pointer;
}
.heart-fill:hover {
    fill: #ffd700;
    cursor: pointer;
}
.heart:hover::after {
    content: "Wishlist";
    position: absolute;
    background-color: #000000;
    color: #ffd700;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    bottom: -11px;
    left: 59%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 1000;
    
}
.nav-carousel{
    margin-top: 10px;
    border-radius: 10px;
    height: 99vh;
    
    
}
.nav-bg{
    background-color:transparent;
    backdrop-filter:blur(10px);
    
}

.custom-nav-link{
    color:white;
    margin:10px;
    font-family:"serif";
    font-size: clamp(14px, 1.2vw, 18px);
    font-weight:Llighter;
}
.custom-nav-link:hover{
    color:#ffd700;
    font-weight:500;
    text-decoration:none;
    
}
.active-nav{
    color:#FEBF00;
}
.input {
    border-radius: 10px;
    outline: 1px solid #ffd700;
    border: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color:white;
    outline-offset: 3px;
    padding: 10px 1rem;
    transition: 0.25s;
    width:25vw;
    
}
  
  .input:focus {
    outline-offset: 5px;
    background-color: #fffffffb;
    outline: 2px solid #ffd700;
  }
.div-carousel{
    margin-top: 10px;
    border-radius: 10px;
    height: 195px;
}
.heading{
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffd700;
    font-family: "roboto";
    margin-top: 0.5rem;
}

.text{
    font-size:0px;
    height:0px;
    width:0px;
}


.grid-container{
    display:grid;
    width: 64rem;
    height:35em;
    grid-auto-columns: 11em;
    grid-auto-rows: 10em;
    gap: 0.5em;
    grid-template-areas:
    "box-1 box-1 box-2 box-2 box-2 box-3"
    "box-1 box-1 box-5 box-5 box-5 box-4"
    "box-1 box-1 box-5 box-5 box-5 box-4";
}

.category-box{
    width:300px;
    height:50px;
    margin-bottom: 1rem;
    
}
.product-3D-banner{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(255, 217, 0, 0.918);
    animation: pulse-shadow 2s ease-in-out infinite;
}
.product-lp-banner-2{
    background-size: cover;
    background-image:url("https://mir-s3-cdn-cf.behance.net/project_modules/fs/34e738153935699.6338efdbbd8dd.jpeg");
    border-radius:10px;
}

.product-lp-banner-3{
    background-size: cover;
    background-image:url("https://mir-s3-cdn-cf.behance.net/project_modules/max_1200/13e914156954717.637074fa1db3d.png");
    border-radius:10px;
}
.product-lp-banner-4{
    background-size: cover;
    background-image:url("https://mir-s3-cdn-cf.behance.net/project_modules/disp/d8d1ee156954537.6370730eeed15.png");
    border-radius:10px;
}

.product-lp-banner-5{
    background-size: cover;
    background-image:url("https://mir-s3-cdn-cf.behance.net/project_modules/1400/26c0ad196878507.662771f84bb4d.jpg");
    border-radius:10px;
}

.infinite-carousel-container {
    
    overflow: hidden;
}

.infinite-carousel {
    position: relative;
    width: 100%;
}

.infinite-carousel-track {
    display: flex;
    animation: scroll 20s linear infinite;
}

.infinite-carousel-item {
    flex: 0 0 auto;
    width: 200px;
    margin: 0 10px;
    text-align: center;
    border:#ffd700 solid 1px 5px;
    
}

.infinite-carousel-item img {
    width: 100%;
    height: auto;
}

.infinite-carousel-track:hover {
    animation-play-state: paused;
}

.infinite-carousel-brand-logo{
    width:100px;
    height:50px;
    background-position:center;
    mix-blend-mode:screen;
    
}

.footer {
    background-color: #000000;
    color: #ffc107d4;
    padding: 3rem 0 1rem 0;
    border-top: 1px solid rgba(255, 193, 7, 0.1);
}

.footer-heading {
    color: #ffc107;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.footer-text {
    color: #ffc107;
    opacity: 0.8;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-link {
    color: #ffc107;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #ffc107;
}

.social-link:hover {
    background-color: #ffc107;
    color: #000000;
    transform: translateY(-3px);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.8rem;
}

.footer-links a {
    color: #ffc107;
    text-decoration: none;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.footer-links a:hover {
    color: #ffc107;
    opacity: 1;
    padding-left: 5px;
}

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    color: #ffc107;
    opacity: 0.8;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-contact i {
    color: #ffc107;
    opacity: 1;
}

.footer-bottom {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 193, 7, 0.1);
    text-align: center;
    color: #ffc107;
    opacity: 0.8;
}

@media (max-width: 768px) {
    .footer {
        padding: 2rem 0 1rem 0;
    }
    
    .footer-heading {
        margin-top: 1.5rem;
    }
    
    .social-links {
        margin-bottom: 1.5rem;
    }
}


@keyframes pulse-shadow {
    0% {
        box-shadow: 0 0 20px rgba(255, 217, 0, 0.918);
    }
    50% {
        box-shadow: 0 0 40px rgba(255, 217, 0, 0.918);
    }
    100% {
        box-shadow: 0 0 20px rgba(255, 217, 0, 0.918);
    }
    
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}


@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
    100% { transform: translateY(0px); }
}
                            
@media only screen and (max-width: 768px){
    .infinite-carousel-track {
        display: flex;
        animation: scroll 5s linear infinite;
    }
    
    .grid-container{
        display:grid;
        width: 64rem;
        height:35em;
        grid-auto-columns: 11em;
        grid-auto-rows: 10em;
        gap: 0.5em;
        grid-template-areas:
        "box-1 box-1 box-2 box-2 box-2 box-3"
        "box-1 box-1 box-5 box-5 box-5 box-4"
        "box-1 box-1 box-5 box-5 box-5 box-4";
    }
}

@media only screen and (max-width: 320px){
    .product-banner{
    display: grid;
    grid-template-columns: 130px 170px;
    grid-template-rows: 90px 100px  20px;
    }
    .product-banner:hover > *:not(:hover) {
        filter: grayscale(100%) blur(2px);
        transition: 1s;
    }
    .product-banner-item-1{
        grid-area:1/1/1/1;
        background-image:url("https://i.redd.it/3coa2cmjj3t41.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin:5px;
        border-radius: 10px;
        
    }
    .product-banner-item-1:hover{
        
        transform: scale(1.09);
        transition: 0.5s;
        filter: none;
        z-index: 1;
        position: relative;
        box-shadow: 0 0 15px rgba(0,0,0,0.2);
        
    }
    .product-banner-item-2{
        grid-area:1/2/3/2;
        background-image:url("https://th.bing.com/th/id/OIP.lmcJLeo0Unl7XB3TdALGegHaHp?rs=1&pid=ImgDetMain");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin:5px;
        border-radius: 10px;
    }
    .product-banner-item-2:hover{
        transform: scale(1.09);
        transition: 0.5s;
        filter: none;
        z-index: 1;
        position: relative;
        box-shadow: 0 15px 15px rgba(0,0,0,0.2);
         
    }
    .product-banner-item-3{
        grid-area:2/1/4/1;
        
        background-image:url("https://www.digitaldreamsjaipur.com/wp-content/uploads/2020/05/ASUS-Gamimg-Laptop__Section-Banner-1.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin:5px;
        border-radius: 10px;
    }
    .product-banner-item-3:hover{
        transform: scale(1.09);
        transition: 0.5s;
        filter: none;
        z-index: 1;
        position: relative;
        box-shadow: 0 0 15px rgba(0,0,0,0.2);
         
    }
    .product-banner-item-4{
        grid-area:3/2/3/2;
        color:#ffd700;
        font-family: "roboto";
        font-size:16px;
        text-align: center;
    }
    .product-banner-item-4:hover{
        transform: scale(1.09);
        transition: 0.5s;
        filter: none;
        z-index: 1;
        position: relative;
        box-shadow: 0 0 15px rgba(0,0,0,0.2);
    }
    
    
    
    .product-banner-item-text{
        color:#ffd700;
        font-family: "roboto";
        font-size:8px;
        text-align: center;
        background-color:transparent;
        backdrop-filter: blur(5px);
        border-radius: 5px;
        margin-top: 7px;
        padding: 0px;
        margin-left: 4px;
        border-color:#FEBF00;
        border-width: 1px;
        border-style: solid;
        height: 14px;
        width:80px;
    }
    .text{
        
        height:200px;
        width:100px;
    }
    .grid-contaainer{
        width: 100px;
        height:50px;
        grid-auto-columns: 1px;
        grid-auto-rows: 1px;
        gap: 0px;
        grid-template-areas: "box-5";
        
    }
    .bg-box{
        background-color: black;
        border-color:black;
    }
}

/* AI Advisor Styles */
.ai-chat-container {
    display: flex;
    justify-content: center;
    padding: 2rem 0;
    
}

.ai-chat-box {
    max-width: 800px;
    width: 100%;
    background: #000;
    border: 1px solid rgba(255, 193, 7, 0.3);
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(255, 193, 7, 0.1);
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.ai-chat-header {
    display: flex;
    align-items: center;
    padding: 1.5rem 2rem;
    background: rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(255, 193, 7, 0.2);
    backdrop-filter: blur(5px);
}

.ai-avatar {
    width: 52px;
    height: 52px;
    background: rgba(255, 193, 7, 0.1);
    border: 2px solid rgba(255, 193, 7, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.2rem;
    transition: all 0.3s ease;
}

.ai-avatar:hover {
    transform: scale(1.05);
    border-color: rgba(255, 193, 7, 0.8);
}

.ai-chat-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffc107;
    flex-grow: 1;
    letter-spacing: 0.5px;
}

.ai-chat-status {
    display: flex;
    align-items: center;
    color: #ffc107;
    font-size: 0.9rem;
    background: rgba(255, 193, 7, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    backdrop-filter: blur(5px);
}

.status-dot {
    width: 8px;
    height: 8px;
    background: #ffc107;
    border-radius: 50%;
    margin-right: 0.5rem;
    animation: pulse 2s infinite;
    box-shadow: 0 0 10px rgba(255, 193, 7, 0.5);
}

.ai-chat-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255, 193, 7, 0.2);
}

.ai-feature-btn {
    background: rgba(255, 193, 7, 0.05);
    border: 1px solid rgba(255, 193, 7, 0.2);
    color: #ffc107;
    padding: 1rem;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    backdrop-filter: blur(5px);
}

.ai-feature-btn:hover {
    background: rgba(255, 193, 7, 0.1);
    color: #ffc107;
    transform: translateY(-3px);
    border-color: rgba(255, 193, 7, 0.5);
    box-shadow: 0 5px 15px rgba(255, 193, 7, 0.2);
}

.ai-feature-btn i {
    font-size: 1.4rem;
    transition: all 0.3s ease;
}

.ai-feature-btn:hover i {
    transform: scale(1.1);
}

.ai-chat-messages {
    height: 400px;
    padding: 2rem;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.2);
}

.ai-message {
    background: rgba(255, 193, 7, 0.05);
    border: 1px solid rgba(255, 193, 7, 0.2);
    color: #ffc107;
    padding: 1.2rem;
    border-radius: 20px;
    margin-bottom: 1.2rem;
    max-width: 85%;
    position: relative;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}

.ai-message:hover {
    transform: translateX(5px);
    border-color: rgba(255, 193, 7, 0.4);
}

.ai-message::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 8px 8px 8px 0;
    border-style: solid;
    border-color: transparent rgba(255, 193, 7, 0.2) transparent transparent;
}

.ai-features-list {
    list-style: none;
    padding: 0;
    margin: 1.2rem 0 0 0;
}

.ai-features-list li {
    margin: 0.8rem 0;
    padding-left: 1.8rem;
    position: relative;
    transition: all 0.3s ease;
}

.ai-features-list li:hover {
    transform: translateX(5px);
}

.ai-features-list li::before {
    content: '•';
    color: #ffc107;
    position: absolute;
    left: 0;
    font-size: 1.2rem;
}

.ai-chat-input {
    display: flex;
    align-items: center;
    padding: 1.5rem 2rem;
    background: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 193, 7, 0.2);
    gap: 1rem;
    backdrop-filter: blur(5px);
}

.ai-voice-btn {
    background: rgba(255, 193, 7, 0.05);
    border: 1px solid rgba(255, 193, 7, 0.2);
    color: #ffc107;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ai-voice-btn:hover {
    background: rgba(255, 193, 7, 0.1);
    transform: scale(1.1);
    border-color: rgba(255, 193, 7, 0.5);
}

.ai-input {
    flex-grow: 1;
    background: rgba(255, 193, 7, 0.05);
    border: 1px solid rgba(255, 193, 7, 0.2);
    color: #ffc107;
    padding: 1rem 1.5rem;
    border-radius: 30px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.ai-input:focus {
    outline: none;
    border-color: rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 20px rgba(255, 193, 7, 0.1);
}

.ai-send-btn {
    background: rgba(255, 193, 7, 0.05);
    border: 1px solid rgba(255, 193, 7, 0.2);
    color: #ffc107;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ai-send-btn:hover {
    background: rgba(255, 193, 7, 0.1);
    transform: scale(1.1);
    border-color: rgba(255, 193, 7, 0.5);
}

/* Custom scrollbar for chat messages */
.ai-chat-messages::-webkit-scrollbar {
    width: 6px;
}

.ai-chat-messages::-webkit-scrollbar-track {
    background: rgba(255, 193, 7, 0.05);
    border-radius: 3px;
}

.ai-chat-messages::-webkit-scrollbar-thumb {
    background: rgba(255, 193, 7, 0.3);
    border-radius: 3px;
}

.ai-chat-messages::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 193, 7, 0.5);
}

@keyframes pulse {
    0% {
        opacity: 1;
        box-shadow: 0 0 5px rgba(255, 193, 7, 0.5);
    }
    50% {
        opacity: 0.5;
        box-shadow: 0 0 10px rgba(255, 193, 7, 0.8);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 5px rgba(255, 193, 7, 0.5);
    }
}

/* Responsive styles */
@media (max-width: 768px) {
    .ai-chat-features {
        grid-template-columns: repeat(2, 1fr);
        padding: 1.5rem;
    }
    
    .ai-chat-messages {
        height: 300px;
        padding: 1.5rem;
    }
    
    .ai-message {
        max-width: 90%;
    }
    
    .ai-chat-header {
        padding: 1.2rem;
    }
}

@media (max-width: 480px) {
    .ai-chat-features {
        grid-template-columns: 1fr;
    }
    
    .ai-chat-header {
        flex-direction: column;
        text-align: center;
        gap: 0.8rem;
    }
    
    .ai-avatar {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
    
    .ai-chat-input {
        padding: 1rem;
    }
}

/* Footer Styles */
