
#scrollTopBtn {
    display: none; /* مخفي في البداية */
    position: fixed;
    bottom: 120px !important;
    right: 30px;
    z-index: 999;
    font-size: 24px;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;

    transition: background-color 0.3s ease;
}

/* #scrollTopBtn:hover {
    background-color: #111827; /* أغمق شوية */


body {
    font-family: "Tajawal", sans-serif;
}
.header-scrolled {
    background-color: white !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.header-scrolled .btn-header {
    color: #1f4d6d;
    border-color: #1f4d6d;
    background-color: transparent;
}
.header-scrolled .btn-header:hover {
    background-color: #1f4d6d;
    color: white;
}
/* .btn-header {
    @apply text-white border border-white px-4 py-2 rounded-lg font-medium transition;
}
.btn-header:hover {
    @apply bg-white text-[#1f4d6d];
} */
main {
    min-height: calc(100vh - 64px);
}


body {
    font-family: 'Tajawal', sans-serif;
}

.hero-gradient {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.search-box {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.property-card {
    transition: all 0.3s ease;
}

.property-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
