.watch-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.watch-image {
    transition: transform 0.5s ease;
}

.watch-image:hover {
    transform: scale(1.05);
}

.nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #3b82f6;
    transition: width 0.3s;
}

.nav-link:hover::after {
    width: 100%;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.animate-fadeIn {
    animation: fadeIn 0.8s ease forwards;
}

.cart-notification {
    position: fixed;
    top: 65px;
    right: 100px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s;
}

.cart-notification.show {
    opacity: 1;
    z-index: 1000;
}
.nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #3b82f6;
    transition: width 0.3s;
}

.nav-link:hover::after {
    width: 100%;
}

.nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #3b82f6;
    transition: width 0.3s;
}

.nav-link:hover::after {
    width: 100%;
}

.policy-icon {
    transition: all 0.3s ease;
}

.policy-card:hover .policy-icon {
    transform: translateY(-5px);
    color: #2563eb;
}

/* Custom CSS for animations and effects */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.animate-fadeIn {
    animation: fadeIn 0.8s ease forwards;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -36px;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #3b82f6;
    border: 4px solid white;
    z-index: 10;
}

.timeline-line {
    position: absolute;
    left: -27px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #e5e7eb;
    z-index: 1;
}

.nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #3b82f6;
    transition: width 0.3s;
}

.nav-link:hover::after {
    width: 100%;
}

#languageDropdown{
    width: max-content;
}

/* Custom CSS for animations and effects */
.watch-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.watch-image {
    transition: transform 0.5s ease;
}

.watch-image:hover {
    transform: scale(1.05);
}

.nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #3b82f6;
    transition: width 0.3s;
}

.nav-link:hover::after {
    width: 100%;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.animate-fadeIn {
    animation: fadeIn 0.8s ease forwards;
}

.cart-notification {
    position: fixed;
    top: 65px;
    right: 100px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s;
}

.cart-notification.show {
    opacity: 1;
    z-index: 1000;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}
.animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

 .hero-gradient {
     background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
 }

.card-shadow {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.card-shadow:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

.badge-bestseller {
    background: linear-gradient(45deg, #10b981, #059669);
}

.badge-new {
    background: linear-gradient(45deg, #3b82f6, #1d4ed8);
}

.btn-primary {
    background: linear-gradient(45deg, #059669, #10b981);
}

.btn-primary:hover {
    background: linear-gradient(45deg, #047857, #059669);
}

.featured-product {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
}

.color-option {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.color-option.active {
    box-shadow: 0 0 0 2px #059669;
}

.brand-logo {
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.brand-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.map-section {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 600"><rect fill="%23f8fafc" width="1000" height="600"/><circle fill="%23e2e8f0" cx="200" cy="150" r="3"/><circle fill="%23e2e8f0" cx="400" cy="200" r="3"/><circle fill="%23e2e8f0" cx="600" cy="300" r="3"/><circle fill="%23e2e8f0" cx="800" cy="250" r="3"/></svg>');
}

.stats-item {
    text-align: center;
    padding: 1rem;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.hero-watch {
    max-width: 400px;
    width: 100%;
    height: auto;
}