/* Tailwind adjustments and custom global classes */
html {
    scroll-behavior: smooth;
}
.glass-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
}
.hero-pattern {
    background-color: #0b1e36;
    background-image: radial-gradient(#1d4ed8 0.75px, transparent 0.75px), radial-gradient(#2563eb 0.75px, #0b1e36 0.75px);
    background-size: 30px 30px;
    background-position: 0 0, 15px 15px;
}
.bg-corporate-navy {
    background-color: #0c2340;
}
.text-corporate-navy {
    color: #0c2340;
}
