
        .glass-nav {
            background: rgba(255, 255, 255, 0.96);
            backdrop-filter: blur(12px);
        }
        .modal-backdrop {
            background-color: rgba(15, 23, 42, 0.7);
            backdrop-filter: blur(4px);
        }
        .logo-font-sub {
            font-family: 'Playfair Display', serif;
            font-style: italic;
        }
        .hero-pattern {
            background-color: #1D3B8B;
            background-image: radial-gradient(#0099DE 0.75px, transparent 0.75px), radial-gradient(#0099DE 0.75px, #1D3B8B 0.75px);
            background-size: 30px 30px;
            background-position: 0 0, 15px 15px;
            background-opacity: 0.15;
        }
		 .product-card {
            transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1)
			padding:50px;
			
        }
        .product-card:hover {
            transform: translateY(-4px);
        }
		.top-16 {
          top: 4rem;
        }
		
/* Hide topbar on mobile view */
@media (max-width: 768px) {
    .topbar {
        display: none !important;
    }
}
	
