﻿/* ---------------------- */
/*  NAVBAR IMPROVEMENTS   */
/* ---------------------- */
.navbar {
    background: #111 !important;
    padding: 10px 0 !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.18);
}

.navbar-brand img {
    height: 48px;
    object-fit: contain;
}

.navbar-nav .nav-link {
    color: #ddd !important;
    transition: .25s;
    font-weight: 500;
    padding: 8px 14px !important;
    border-radius: 20px;
}

    .navbar-nav .nav-link:hover {
        background: rgba(255,255,255,0.08);
        color: #fff !important;
    }

    .navbar-nav .nav-link.active {
        background: #600239;
        color: #fff !important;
    }

/* Call To Action Button */
.navbar .btn-warning {
    border-radius: 20px;
    font-weight: 600;
}


/* ---------------------- */
/*       FOOTER UI        */
/* ---------------------- */

.Footerone {
    background: #f7f7f7;
}

    .Footerone h2 {
        font-size: 1.1rem;
        font-weight: 700;
        display: flex;
        gap: 8px;
        align-items: center;
        color: #222;
    }

    .Footerone p {
        color: #444;
        line-height: 1.9;
        font-size: .96rem;
    }

    .Footerone a {
        color: #333 !important;
        text-decoration: none;
        transition: .25s;
    }

        .Footerone a:hover {
            color: #600239 !important;
            padding-right: 3px;
        }

.footer-icons i {
    color: #600239;
    transition: .3s;
}

    .footer-icons i:hover {
        opacity: .7;
    }

/* ستون‌ها در موبایل مرکزچین شوند */
@media (max-width: 992px) {
    .Footerone .col-lg-3 {
        text-align: center;
    }

    .Footerone h2 {
        justify-content: center;
    }

    .footer-icons {
        justify-content: center;
    }
}

/* بخش لایسنس پایین */
.FooterLast {
    background: #600239 !important;
}

    .FooterLast p {
        margin: 0;
        font-size: .9rem;
    }
