
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    scroll-behavior: smooth;
}

body {
    padding-top: 4rem;
}

#home {
    margin-top: -4rem;
}

.hover\:transform:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
}

.hover\:bg-blue-700:hover {
    background-color: #1d4ed8;
}

.mobile-menu-open {
    display: block !important;
}

html {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

img {
    max-width: 100%;
    height: auto;
}

.card-hover {
    transition: all 0.3s ease-in-out;
}

.card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.form-input:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.text-4xl.md\:text-6xl.font-bold.mb-6 {
    font-family: Verdana, sans-serif;
    color: #eb2d2d;
}
        