*{
    margin :0px;
    padding: 0px;
}



/* Location Detection Styles */
.detect-location-btn {
    background-color: #10b981;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    margin: 10px 0;
    width: 100%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.detect-location-btn:hover {
    background-color: #059669;
    transform: translateY(-1px);
}

.detect-location-btn:disabled {
    background-color: #6ee7b7;
    cursor: not-allowed;
    transform: none;
}

.manual-location-btn {
    background-color: #3b82f6;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    margin-top: 8px;
    transition: all 0.3s ease;
}

.manual-location-btn:hover {
    background-color: #2563eb;
}

.location-status {
    margin: 10px 0;
    padding: 10px;
    border-radius: 6px;
    font-size: 14px;
}

.location-loading {
    color: #f59e0b;
    background-color: #fffbeb;
    border: 1px solid #fcd34d;
    padding: 8px;
    border-radius: 4px;
}

.location-success {
    color: #065f46;
    background-color: #d1fae5;
    border: 1px solid #a7f3d0;
    padding: 8px;
    border-radius: 4px;
}

.location-error {
    color: #991b1b;
    background-color: #fee2e2;
    border: 1px solid #fecaca;
    padding: 8px;
    border-radius: 4px;
}

/* Form Section Styles */
.form-section {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e7eb;
}

.section-title {
    color: #374151;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.section-title::before {
    content: "📦";
    font-size: 14px;
}


body{
    background-color: #0f172a;
    scroll-behavior: smooth;
    font-family: 'Crimson Pro', serif;
    color: #e2e8f0;
}


html{
    scroll-behavior: smooth;
    overflow-x:hidden;
}

/* Style for navigation bar */

.menu-icon{
    display: none;
    
}

nav{
    background-color: black;
    height: 100px;
    width: 100%;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #1e293b;
}


.log {
    padding-right: 5px;
    padding-left: 10px;
    background-color: transparent;
    display: inline-block;
    width: auto;
    height: 90px;
    margin-top: 5px;
    margin-left: 20px;
}



.logo1{
  /*  display: none; */
    width: 80px;
    position: relative;
    top: 5px;

}


.logo{
   /* display: none; */
    width: 180px;
    height: 80px;
    margin-bottom: 8px;
    margin-left: 10px;
    zoom: 80%;

}

.menu{
    float: right;        /* align to right */
    padding: 0 10px;
    background-color: transparent;
    display: inline-block;
    height: 90px;
    margin: 0;
    line-height: 90px;   /* centers link text vertically */
}

.link{
    display: inline-block;
    text-decoration: none;
    color: #e2e8f0;
    vertical-align: middle;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    font-size: 25px;
    margin-right: 30px;
    line-height: normal; /* keep link inline content normal */
}



.link:hover{
    color: rgba(0, 255, 255, 0.992);
    
    transition: 0.8s;
}


/* Style for second navigation--2 bar */

.nav2{
    margin-top: 5px;
    background: linear-gradient(135deg, #020617 0%, #1e293b 100%);  
    background-image: url('img/background-img.png');
    color: #f1f5f9;
    height: 700px;
    width: 100%;
    display: block;
    overflow: hidden;
    background-size: cover;
    
}





.nav2-search-div{
    background-color: transparent;
    display: block;
    border-radius: 25px;
    float: right;
    margin-top: 40px;
    margin-right: 20px;
    
    


}



.nav2-search{

    height: 40px;
    width: 250px;
    padding: 0 5px 0 15px;
    border-radius: 25px;
    border: 2px solid #475569;
    outline: none;
    background-color: #1e293b;
    color: #e2e8f0;
    font-size: 14px;
    font-weight: bold;
    font-family: "Canva Sans", Arial, sans-serif;
    
}

.nav2-scarch:hover{
    background-color: #334155;
    border-color: #38bdf8;
}

.nav2-search::placeholder {
    color: #94a3b8;
}

.nav2-search-btn{
    height: 40px;
    padding: 5px 15px;
    margin-left: -10px;
    border-radius: 25px;
    border: 2px solid #38bdf8;
    outline: none;
    background: #38bdf8;
    color: #0f172a;
    font-size: 14px;
    font-weight: bold;
    font-family: "Canva Sans", Arial, sans-serif;
    cursor: pointer;
    position: relative;
    top: 1px;
    right: 47px;
}

.nav2-search-btn:hover{
    background: #0ea5e9;
    border-color: #0ea5e9;
}


.nav2-text1{
    background-color: transparent;
    margin-top: 200px;
    display: inline-block;
    padding-left: 100px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
}


.tit{
    position: relative;
    top: 45px;
    left: 20px;
    color: #f8fafc;
    
}

.tit1{
    position: relative;
    left: 25px;
    bottom: 20px;
    color: #cbd5e1;
}


.button-nav2{
    background-color: transparent;
    font-family: 'Segoe UI';
    margin: 10px;
    
    padding: 0px;
}

.nav2-btn1{
    background-color: #2563eb;
    color: #ffffff;
    padding: 10px;
    margin: 5px;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    right: 0px;
    left: 10px;
    border-color: #2563eb;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;

}

.nav2-btn1:hover{
    background-color: white;
    color: black;
    transform: translateY(-2px);
    cursor: pointer;
}






/* ai */




.ai-btn-container{
    display: inline-block;
    position: relative;
    left: 880px;
    top: 100px;
}

.ai-btn{
    display: inline-block;
    background-color: #2563eb;
    border-color: #2563eb;
    padding: 10px;
    font-size: xx-large;
    color: white;
    border-radius: 100px;
    height: 60px;
    width: 60px;
    cursor: pointer;
    z-index: 99999;
    transition: all 0.3s ease;

}

.ai-btn:hover{
    color: black;
    background-color: white;
    transform: scale(1.1);
}

.frame{
    display: none;
    width : 380px;
    height: 500px;
    background-color: transparent;

}




.chatbot-iframe{
    height: 500px;
    width: 380px;
    position: relative;
    top: 100px;
    left: 450px;
    display: block;

    border-radius: 15px;
    border: 1px solid #475569;
}

.test-ai-div{
 background-color: white;
 display: inline-block;
 height: 40px;
 width: 150px;
 position: relative;
 bottom: 20px;
 left: 545px;

 border-radius: 10px;


}

.ai-ruv{
    width: 40px;
}
.ai-ruv1{
    width: 80px;
    margin-bottom: 5px;;
}

.close{
    color: #ef4444;
    cursor: pointer;
    display: inline;
    font-size: small;
    border-style: solid;
    border-width: 0.3px;
    border-color: transparent;
    padding: 3px;
    position: relative;
    left: 800px;
    bottom: 420px;
    background-color: transparent;
    border-radius: 3px;
}

.close:hover{
    color: #ef4444;
    border-style: solid;
    border-width: 0.3px;
    border-color: #ef4444;
    padding: 3px;
}

.close:active{
    background-color: #ef4444;
    color: white;
}










/* PRODUCTS STYLE */

.products-section{
    background-color: #0f172a;
    height: auto;
    width: 100%;
}

.product-nav{
    display: block;
    height: 100px;
    background-color: #1e293b;
    margin-top: 2px;
    border-bottom: 1px solid #334155;
}

.title-product{
    font-size: 50px;
    display: inline-block;
    height: 60px;
    background-color: transparent;
    margin-top: 20px;
    margin-left: 10px;
    color: #f8fafc;
}

.nav-product-img{
    width: 100px;
    background-color: transparent;
    margin-top: 0px;
    position: relative;
    right: 20px;
    top: 25px;
    float: right;
    filter: brightness(0) invert(1);
    
}

.product-search{

    
    height: 40px;
    width: 250px;
    padding: 0 5px 0 15px;
    border-radius: 25px;
    border: 2px solid #475569;
    outline: none;
    background-color: #1e293b;
    color: #e2e8f0;
    font-size: 14px;
    font-weight: bold;
    font-family: "Canva Sans", Arial, sans-serif;
     


}

.product-search:hover,
.product-search:focus {
    border-color: #3b82f6;
    background-color: #334155;
}

.product-search::placeholder {
    color: #94a3b8;
}

.product-search-btn{
    height: 40px;
    padding: 5px 15px;
    margin-left: 0px;
    border-radius: 25px;
    border: 2px solid #3b82f6;
    outline: none;
    background: #3b82f6;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    font-family: "Canva Sans", Arial, sans-serif;
    cursor: pointer;
    position: relative;
    right: 50px;
    top: 1px;
    transition: all 0.3s ease;
}

.product-search-btn:hover{
    background: #2563eb;
    border-color: #2563eb;
    transform: translateY(-1px);
}

.product-search12{
    display: inline-block;
    padding: 0px;
    position: relative;
    bottom: 10px;
    left: 30px;
    background-color: transparent;

   
}


.title-product-mobile{
    display: none;
}

/* product's design */

.spacer{
    background-color: #1e293b;
    width: 100%;
    height: 40px;
}


.products2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    padding: 40px;
    background-color: #0f172a;
}

.product-card {
    background-color: #1e293b;
    border: 1px solid #334155;
    border-radius: 15px;
    width: 260px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 20px;
    cursor: default;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    border-color: #475569;
}

.product-card img {
    width: 180px;
    height: 185px;
    border-width: 0.8px;
    border-style: solid;
    border-color: #475569;
    margin-bottom: 15px;
    border-radius: 15px;
    background-color: #334155;
}

.product-card h3 {
    font-size: 20px;
    margin-bottom: 5px;
    font-family: "Crimson Pro", serif;
    color: #f8fafc;
} 



.product-card p {
    font-size: 14px;
    color: #94a3b8;
    margin-bottom: 10px;
}

.product-card .price {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    color: #3b82f6;
}

.product-card .buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.product-card a {
  border: 1px solid black;
  background: white;
  padding: 8px 14px;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: black;
  text-decoration: none;
}

.product-card a:hover {
  background: black;
  color: white;
}


.noresult{
    display: none;
}

.noresult h1{
    color: #ef4444;
}

.footer{
    background-color: black;
    display: block;
    
    

}



.footer img{
    width: 80px;
    margin :10px;
}

.footer a{
    text-decoration: none;
    font-size: 20px;
    color: white;
    display: flex;
    justify-content: middle;
    align-items: center;

}

.footer a:hover{
    color: rgba(0, 255, 255, 0.992);
    
    transition: 0.8s;
}



.footer a{
    display: flex;
    background-color: black;
    justify-content: right;
    align-items: center;
    float: right;
    position: relative;
    top: 15px;
    right: 15px;





}

.menu-mobile {
    position: fixed;
    top: 0;
    right: -100%;
    width: 40%;
    height: 100%;
    background-color: #1e293b;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: right 0.4s ease;
    z-index: 9999;
    border-left: 1px solid #334155;
}

/* Links inside menu */
.menu-mobile a {
  color: white;
  text-decoration: none;
  font-size: 20px;
  margin: 15px 0;
}

/* Hover effect */
.menu-mobile a:hover {
  text-decoration: underline;
}

.ruvialogomenu{
    width: 150px;
    position: relative;
    bottom: 220px;
}

.link21{
    display: inline-block;

    text-align: center;
   
    
    position: relative;
   
    top: 200px;
}

.link21:hover{
    color: rgba(0, 255, 255, 0.992);
    
    
}