body { font-family: 'Hind Siliguri', sans-serif; }
.islamic-bg::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cpath d='M30 5 L40 25 L60 30 L40 35 L30 55 L20 35 L0 30 L20 25 Z' fill='%23d946ef' opacity='0.05'/%3E%3C/svg%3E");
  pointer-events: none;
}
.hero-title,
h1 {
    font-family: 'Hind Siliguri', sans-serif;
    font-weight: 700;
    line-height: 1.4 !important;
}


@media (max-width: 767px) {
    #navMenu.hidden {
        display: none !important;
    }

    #navMenu:not(.hidden) {
        display: flex !important;
        flex-direction: column;
        width: 100%;
    }
}