Amazon Store Management
We provide expert Amazon store management services, including product listing, optimization, and sales growth strategies.
Get a Quote
.service-box {
text-align: center;
background: #f4f4f4;
padding: 30px;
border-radius: 10px;
transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.service-box:hover {
transform: translateY(-5px);
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.icon {
font-size: 50px;
color: #8e43f0;
animation: bounce 1.5s infinite;
}
@keyframes bounce {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-10px); }
}
h3 {
font-size: 24px;
margin: 15px 0;
}
p {
font-size: 16px;
color: #666;
}
.btn {
display: inline-block;
margin-top: 10px;
padding: 10px 20px;
background: #8e43f0;
color: #fff;
text-decoration: none;
border-radius: 5px;
transition: background 0.3s;
}
.btn:hover {
background: #732dc7;
}