body, * {
    font-family: 'IRANSans', 'Vazir', sans-serif !important;
}




.footer {
    background-color: #121212;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    margin: 0 20px;
    padding: 50px 0;
    position: relative;

}

.footer-title {
    color: #ff8800;
    font-weight: bold;
    margin-bottom: 1rem;
}

.footer-text {
    color: #ccc;
}

.footer-link {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #ff8800;
}

.footer-social {
    color: #ccc;
    transition: color 0.3s ease;
}

.footer-social:hover {
    color: #ff8800;
}

.footer-copy {
    color: #888;
    font-size: 0.9rem;
}

.footer-built {
    color: #101010;
    font-size: 0.85rem;
    background: #ff8800;
    padding: 10px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    max-width: 350px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer-built a {
    color: #101010;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-built a:hover {
    color: #ffaa33;
}

.btn-orange {
    background-color: #ff8800;
    color: #fff;
    border: none;
    transition: background-color 0.3s ease;
}

.btn-orange:hover {
    background-color: #ffaa33;
    color: #fff;
}



.carousel-caption h5 {
    font-weight: bold;
    font-size: 1.5rem;
    color: #ff8800;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

.carousel-caption p {
    font-size: 1rem;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}


.text-orange {
    color: #ff8800;
}

.btn-orange {
    background-color: #ff8800;
    color: #fff;
    transition: background-color 0.3s ease;
}

.btn-orange:hover {
    background-color: #ffaa33;
    color: #fff;
}
