.hero-slide {
    transition: transform 0.5s ease-in-out;
}
.mobile-menu {
    transition: all 0.3s ease-in-out;
    transform: translateY(-10px);
    opacity: 0;
}
.mobile-menu.show {
    transform: translateY(0);
    opacity: 1;
}
.modal {
    transition: all 0.3s ease-in-out;
}
.modal.show {
    display: flex !important;
}
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}
.accordion-content.open {
    max-height: 500px;
}
.spinner {
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3b82f6;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    display: inline-block;
    margin-right: 8px;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.wp-icon {
    font-size: 22px;
    margin-top: -8px;
}

.c-pointer {
    cursor: pointer;
}

.apply-phone {
    margin-left: 1px;
}

.apply-phone:focus {
    border: none !important;
    outline: none !important;
}

.emlak-slider {
    height: 680px;
}

#home {
    margin-top: 70px;
}

@media only screen and (max-width: 720px) {
    .emlak-slider {
        height: 179px;
    }
}
