.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;
}