body { font-family: 'Poppins', sans-serif; background-color: #f8fafc; color: #0f172a; }
.hero-gradient { background: linear-gradient(135deg, #a7d8d2, #d5d0e5, #a3c1ad); }
.trailer-gradient { background: linear-gradient(to right, #0fb1d2, #d5d0e5); }
.footer-gradient { background: linear-gradient(to right, #005c97, #363795); }
.arch-mask { border-radius: 50% 50% 0 0 / 100px 100px 0 0; }
.text-navy { color: #0a1128; }
.bg-navy { background-color: #0a1128; }

/* Force-hide scrollbars across all browsers */
.no-scrollbar::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

.no-scrollbar {
    -ms-overflow-style: none !important; /* IE and Edge */
    scrollbar-width: none !important; /* Firefox */
}
/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}