.bg-earth{
    background-image: url('../images/space/earth.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.iq-bg-dark{
    background: #06070c !important;
}
section{
    background-color: transparent;
}
.space_planet_img{
    bottom: 0;
}

.btn-link:hover {
    text-decoration: none;
}

.fa {
    transition: transform 0.3s ease;
}

.fa-minus {
    transform: rotate(180deg); /* چرخش برای آیکون minus */
}