/* Template Travel Umroh — Custom CSS */

html { -webkit-font-smoothing: antialiased; }
body { overflow-x: hidden; }
section[id] { scroll-margin-top: 5rem; }
::selection { background: #FBBF24; color: #2C170B; }

details > summary { list-style: none; }
details > summary::-webkit-details-marker { display: none; }
details[open] > div { animation: faqFadeIn 0.25s ease-out; }

@keyframes faqFadeIn {
    from { opacity: 0; transform: translateY(-4px); }
    to   { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}
