
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Funnel+Display:wght@300..800&family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Host+Grotesk:ital,wght@0,300..800;1,300..800&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Outfit:wght@100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Signika+Negative:wght@300..700&family=Signika:wght@300..700&family=Space+Grotesk:wght@300..700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');



* {
    margin: 0;
    padding: 0;
    /*box-sizing: border-box;
    font-family: "Roboto", sans-serif;*/
}

html {
    scroll-behavior: smooth;
}

.header{
    width: 100%;
    /*height: 81vh;                              /* full viewport height */
    top: 0;
    left: 0;
}

.topbar{
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    margin-left: 40px;
    border: -50px;
    position: relative;
    /*border-bottom: 2px dotted black;*/
}

/* Move the border-bottom upwards*/ 
.topbar::after {
    content: "";
    position: absolute;
    bottom: 250px; /* Moves the border to the top */
    width: 100%;
    right: 15px;
    border-bottom: 2px dotted rgb(106, 104, 104); /* Same border as .topbar */
}

.topbar .logo{
    background-image: url('../images/logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 350px;
    height: 350px;
    margin-top: -15px;
    margin-left: 50px;
}

/*.topbar h1{
    margin-left: 150px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: "Josefin Sans", sans-serif;
    font-size: 30px;
    font-weight: bold;
    transition: transform 0.2s ease-in-out;
 }*/
 
 
 /* navigation items */
.navbar ul{
    display: flex;                   /* moving the navigation items to the right side */
    gap: 40px;                       /* space between navigation items */
    margin-top: 13px;
    list-style: none;
    font-family: "Host Grotesk", sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-right: 150px;
}

/* Position the parent menu item */
.navbar ul li {
    position: relative;    /* This is important for dropdown positioning */   
}

.navbar ul li a{
    text-decoration: none;
    color:rgb(131, 129, 129);
}


/* Hover effect of navigation items */
.navbar ul li a:hover {
    color: #000000;                /* Change text color on hover */
}


.navbar ul li ul.dropdown-menu,
.navbar ul li ul.dropdown-categories{
    display: none;                  /* hiding the dropdown items */
    position: absolute;             /* Position the dropdown items below the parent item */
    background-color: #f0f0f0;       
    padding: 12px;
    border-radius: 8px;
    margin-top: 0;                  /* Space between 'Menu' and the dropdown */
    list-style: none;
    min-width: 120px;               /* enough space for the dropdown items */
    z-index: 100;                   /* Ensure it appears above other elements */
    transform: translateX(-22%);    /* Adjust for perfect centering */
    text-align: center;             /* aligning the dropdown items to center */
}


.navbar ul li:hover ul.dropdown-menu,
.navbar ul li:hover ul.dropdown-categories{
    display: block;               /* Show the dropdown menu when 'Menu' is hovered */
    /*margin-top: 25px;*/
    
}


.navbar ul li ul li a {
    display: block;                /* Make each item a block element */
    color: #333333;                /* Dark gray text color */
    padding: 8px 15px;           
    font-size: 16px;               /* Adjust font size for readability */
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth hover effect */
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.navbar ul li ul li:last-child a {
    border-bottom: none;                   /* Remove border-bottom for the last dropdown item */
}

.navbar ul li ul li a:hover {
    background-color: #a7aaab;    
    /*color: #ffffff;                /* Change text color on hover */
}





/* content images */
.content .img-left{
    background-image: url("../images/left.jpg");
    background-size:auto;
    width: 740px;
    height: 640px;
    margin-top: -150px;
    margin-left: 20px;
}
.content .img-left {
    display: flex;
    flex-direction: column; /* Stack h3 and p vertically */
    align-items: center;
    justify-content: center;
    text-align: center;
}
.content .img-left h3{
    font-family: "Raleway", serif;
    font-size: 38px;
    color: #f0f0f0;
    margin-bottom: 0px;
    margin-left: 10px;
}
.content .img-left p{
    font-family: "Raleway", serif;
    font-size: 20px;
    color: #f0f0f0;
    margin-top: 20px;
    margin-right: 0px;
    padding: 5px 10px;
    border: 2px solid rgb(255, 255, 255);
    display: inline-block;
}



.content .img-right-1{
    background-image: url("../images/right-01.jpg");
    background-size:contain;
    background-repeat: no-repeat;
    width: 350px;
    height: 350px;
    margin-top: -640px;
    margin-left: 780px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.content .img-right-1 h4{
    font-family: "Raleway", serif;
    font-size: 25px;
    color: #f0f0f0;
    margin-bottom: 10px;
    margin-left: 0px;
}
.content .img-right-1 p{
    font-family: "Raleway", serif;
    font-size: 19px;
    font-weight:600;
    font-style: italic;
    color: #f0f0f0;
    margin-top: 10px;
    margin-right: 0px;
}



.content .img-right-2{
    background-image: url("../images/right-02.jpg");
    background-size:contain;
    background-repeat: no-repeat;
    width: 350px;
    height: 350px;
    margin-top: -350px;
    margin-left: 1150px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.content .img-right-2 h4{
    font-family: "Raleway", serif;
    font-size: 25px;
    color: #f0f0f0;
    margin-bottom: 10px;
    margin-left: 0px;
}
.content .img-right-2 p{
    font-family: "Raleway", serif;
    font-size: 19px;
    font-weight:600;
    font-style: italic;
    color: #f0f0f0;
    margin-top: 10px;
    margin-right: 0px;
}


.content .img-right-3{
    background-image: url("../images/right-03.jpg");
    background-size:contain;
    background-repeat: no-repeat;
    width: 350px;
    height: 360px;
    margin-top: -11px;
    margin-left: 780px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.content .img-right-3 h4{
    font-family: "Raleway", serif;
    font-size: 25px;
    color: #f0f0f0;
    margin-bottom: 20px;
    margin-left: 0px;
}
.content .img-right-3 p{
    font-family: "Raleway", serif;
    font-size: 19px;
    font-weight:600;
    font-style: italic;
    color: #f0f0f0;
    margin-bottom: 40px;
    margin-right: 0px;
}



.content .img-right-4{
    background-image: url("../images/right-04.jpg");
    background-size:cover;
    background-repeat: no-repeat;
    width: 350px;
    height: 300px;
    margin-top: -360px;
    margin-left: 1150px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.content .img-right-4 h4{
    font-family: "Raleway", serif;
    font-size: 25px;
    color: #f0f0f0;
    margin-bottom: 10px;
    margin-left: 0px;
}
.content .img-right-4 p{
    font-family: "Raleway", serif;
    font-size: 19px;
    font-weight:600;
    font-style: italic;
    color: #f0f0f0;
    margin-top: 10px;
    margin-right: 0px;
}










/* Mens section */
.men .title h2{
    font-size: 40px;
    font-family: "Funnel Display", serif; 
    margin-left: 180px;
    margin-top: 150px;
}
.men .title p{
    font-size: 25px;
    font-family: "Ubuntu", serif;
    font-style: italic;
    font-weight:400;
    margin-left: 180px;
    margin-right: 10px;
    color: #333333;
    border-bottom: 2px solid #000000;
}
.men-products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 40px 180px;
}
.men-products .product-image {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 20px;
}
.men-products .product-image img {
    width: 300px;
    height: 400px;
    object-fit: contain;
    object-position: top center;
    transition: transform 0.3s ease;
}
.men-products .product-details {
    padding: 15px;
}







/* Products details for men and women section */
.product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    transition: transform 0.2s;
}
.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.product-image {
    width: 100%;
    height: 300px;
    background-color: #ffffff;
    margin-bottom: 20px;
    border-radius: 4px;
}
.product-details {
    width: 100%;
    text-align: center;
}
.brand-name {
    font-family: "Host Grotesk", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #3c3c3c;
    margin-bottom: 8px;
}
.product-name {
    font-family: "Raleway", serif;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 12px;
    color: #232323;
}
.rating {
    color: #ffd700;
    margin-bottom: 8px;
}
.rating-count {
    font-size: 14px;
    color: #666;
    margin-left: 5px;
}
.price-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}
.selling-price {
    font-family: "Ubuntu", serif;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.mrp {
    font-family: "Ubuntu", serif;
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
}
.offer {
    font-family: "Ubuntu", serif;
    font-size: 14px;
    color: #388e3c;
}





/* women section */
.women .title h2{
    font-size: 40px;
    font-family: "Funnel Display", serif; 
    margin-left: 180px;
    margin-top: 150px;
}
.women .title p{
    font-size: 25px;
    font-family: "Ubuntu", serif;
    font-style: italic;
    font-weight:400;
    margin-left: 180px;
    margin-right: 10px;
    color: #333333;
    border-bottom: 2px solid #000000;
}
.women-products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 40px 180px;
}
/* Add a subtle different hover effect for women's section */
.women-products .product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(128, 0, 128, 0.1);
}
/* Style adjustments for longer product names in sarees */
.women-products .product-name {
    min-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 15px;
}
/* Specific styling for saree prices */
.women-products .price-container {
    margin-top: 10px;
}

.women-products .product-image {
    width: 100%;
    height: 400px;  /* Increased height for saree images */
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 20px;
}
.women-products .product-image img {
    width: 300px;
    height: 400px;
    object-fit: contain;
    object-position: top center; /* Focus on the top part of sarees */
    transition: transform 0.3s ease;
}
/* Ensure proper spacing for product details */
.women-products .product-details {
    padding: 15px;
}




/*accessories section */
.accessories .title h2 {
    font-size: 40px;
    font-family: "Funnel Display", serif; 
    margin-left: 180px;
    margin-top: 150px;
}

.accessories .title p {
    font-size: 25px;
    font-family: "Ubuntu", serif;
    font-style: italic;
    font-weight: 400;
    margin-left: 180px;
    margin-right: 10px;
    color: #333333;
    border-bottom: 2px solid #000000;
}

.accessories-products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 40px 180px;
}

.accessories-products .product-image {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 20px;
}

.accessories-products .product-image img {
    width: 300px;
    height: 400px;
    object-fit: contain;
    object-position: center;
    transition: transform 0.3s ease;
}

.accessories-products .product-details {
    padding: 15px;
}

/* Add a subtle different hover effect for accessories section */
.accessories-products .product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 128, 0.1);
}

/* Style adjustments for watch product names */
.accessories-products .product-name {
    min-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 15px;
}

/* Specific styling for watch prices */
.accessories-products .price-container {
    margin-top: 10px;
}




.about-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.about-title {
    text-align: center;
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 50px;
    position: relative;
}

.about-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #4a90e2;
    margin: 15px auto 0;
}

.about-text {
    max-width: 1000px;
    margin: 0 auto;
}

.about-text h3 {
    font-size: 1.8rem;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 25px;
}

.about-text > p {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 50px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 40px;
}

.feature-item {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
}

.feature-icon {
    font-size: 2rem;
    margin-bottom: 15px;
}

.feature-item h4 {
    font-size: 1.2rem;
    color: #2c3e50;
    margin-bottom: 15px;
}

.feature-item p {
    color: #666;
    line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .about-title {
        font-size: 2rem;
    }
    
    .about-text h3 {
        font-size: 1.5rem;
    }
    
    .about-section {
        padding: 60px 0;
    }
}

@media (max-width: 480px) {
    .about-title {
        font-size: 1.8rem;
    }
    
    .feature-item {
        padding: 20px;
    }
}




/*footer section*/
.footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 60px 0 20px;
    font-family: Arial, sans-serif;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.footer-column h4 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

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

.footer-column ul li {
    margin-bottom: 12px;
}

.footer-column ul li a {
    color: #999999;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-column ul li a:hover {
    color: #ffffff;
}

.footer-logo {
    max-width: 350px;
    margin-bottom: 20px;
}

.footer-bottom {
    max-width: 1200px;
    margin: 40px auto 0;
    padding: 20px 20px 0;
    border-top: 1px solid #333;
    text-align: center;
}

.footer-bottom p {
    color: #999999;
    font-size: 14px;
    margin: 5px 0;
}

.developer-link {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.developer-link:hover {
    color: #fff;
}

/* Responsive Design */
@media (max-width: 992px) {
    .footer-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .footer-container {
        grid-template-columns: 1fr;
    }
    
    .footer-column {
        text-align: center;
    }
    
    .footer-column:first-child {
        margin-bottom: 30px;
    }
}




    /*Chatbot styles*/
.chat-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 440px;
    height: 580px;
    background: rgb(255, 255, 255);
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.2);
    display: none;
    flex-direction: column;
    font-family: "Host Grotesk", sans-serif;
    transition: transform 0.3s ease;
    z-index: 1000;
}
    
.chat-widget.open {
    display: flex;
    animation: slideIn 0.3s ease-out;
}
    
@keyframes slideIn {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
    
.chat-header {
    background: #1a1a1a;
    color: rgb(255, 255, 255);
    padding: 15px 20px;
    border-radius: 15px 15px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
    
.chat-header h3 {
    margin: 0;
    font-size: 17px;
    display: flex;
    align-items: center;
    gap: 10px;
}
    
.chat-header img {
    width: 34px;
    height: 44px;
}
    
.chat-messages {
    flex: 1;
    padding: 10px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 0px;
    background: rgb(159, 158, 158);
}
    
.message {
    max-width: 80%;
    padding: 12px 16px;
    border-radius: 15px;
    margin: 5px 0;
    
    line-height: 1.4;
    font-size: 14px;
}
    
.bot-message {
    background: rgb(255, 255, 255);
    align-self: flex-start;
    border-bottom-left-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
    
.bot-message pre {
    background-color: #f8f9fa;
    padding: 12px;
    border-radius: 8px;
    overflow-x: auto;
    margin: 8px 0;
    font-family: monospace;
    font-size: 13px;
    border: 1px solid #e9ecef;
}
    
.user-message {
    background: #1a1a1a;
    color: white;
    align-self: flex-end;
    border-bottom-right-radius: 5px;
}
    
.chat-input {
    padding: 15px;
    border-top: 1px solid #eee;
    display: flex;
    gap: 10px;
    background: white;
    border-radius: 0 0 15px 15px;
}
    
.chat-input textarea {
    flex: 1;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    resize: none;
    min-height: 40px;
    max-height: 80px;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4;
    outline: none;
    transition: border-color 0.3s ease;
}
    
.chat-input textarea:focus {
    border-color: #1a1a1a;
}
    
.chat-input button {
    background: #1a1a1a;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}
    
.chat-input button:hover {
    background: #333;
    transform: translateY(-1px);
}
    
.chatbot-logo {
    position: fixed;
    bottom: 50px;
    right: 80px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999;
    transition: transform 0.3s ease;
}
    
.chatbot-logo:hover {
    transform: scale(1.1);
}
    
.chatbot-logo img {
    width: 295px;
    height: 295px;
}
    
.welcome-popup {
    position: fixed;
    bottom: 190px;
    right: 20px;
    background: rgb(212, 210, 210);
    padding: 18px 25px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    z-index: 998;
    display: none;
    animation: fadeIn 0.5s ease-out;
}
    
.welcome-popup.show {
    display: block;
}
    
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
    
.welcome-popup::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 20px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
}
    
.welcome-message {
    font-size: 15px;
    color: #333;
    margin: 0;
}
    
.close-popup {
    position: absolute;
    top: 8px;
    right: 8px;
    background: none;
    border: none;
    color: #999;
    cursor: pointer;
    font-size: 18px;
    padding: 5px;
    transition: color 0.3s ease;
}
    
.close-popup:hover {
    color: #666;
}
    
.typing-indicator {
    padding: 12px;
    display: none;
    align-self: flex-start;
}
    
.typing-indicator.active {
    display: flex;
    align-items: center;
    gap: 4px;
}
    
.dot {
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 50%;
    animation: bounce 1s infinite;
}
    
.dot:nth-child(2) { animation-delay: 0.2s; }
.dot:nth-child(3) { animation-delay: 0.4s; }
    
@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}
    
/* Scrollbar Styling */
.chat-messages::-webkit-scrollbar {
    width: 6px;
}
    
.chat-messages::-webkit-scrollbar-track {
    background: #f1f1f1;
}
    
.chat-messages::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}
    
.chat-messages::-webkit-scrollbar-thumb:hover {
    background: #555;
}