﻿
.sublist--title > a {
    position: relative;
    padding-right: 12px;
}

.sublist--title > a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 18px;
    background-color: #4caf50;
    border-radius: 2px;
}

.modern-footer {
    background: linear-gradient(135deg, #1e4026 0%, #2d5a38 100%);
    color: #eaeaea;
    padding: 30px 20px 20px;
    text-align: center;
    font-family: "IRANSans", sans-serif;
    position: relative;
    overflow: hidden;
}

/* Logo */
.footer-logo img {
    height: 75px;
    margin: 0 auto 15px auto;
    display: block;
}

/* Menu */
.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

    .footer-menu li a {
        color: #f5f5f5;
        text-decoration: none;
        font-weight: 600;
        font-size: 14px;
        position: relative;
        transition: color 0.3s;
    }

        .footer-menu li a::after {
            content: "";
            position: absolute;
            width: 0;
            height: 2px;
            background: #d08b1e;
            left: 50%;
            bottom: -6px;
            transition: all 0.3s;
            transform: translateX(-50%);
        }

        .footer-menu li a:hover {
            color: #ffd27f;
        }

            .footer-menu li a:hover::after {
                width: 100%;
            }

/* Social */
.footer-social {
    margin: 15px 0 20px 0;
}

    .footer-social a {
        color: #f5f5f5;
        margin: 0 10px;
        font-size: 20px;
        transition: color 0.3s, transform 0.3s;
        display: inline-block;
    }

        .footer-social a:hover {
            color: #d08b1e;
            transform: scale(1.2);
        }

/* Divider */
.footer-divider {
    height: 1px;
    width: 70px;
    margin: 15px auto;
    background: linear-gradient(to right, transparent, #d08b1e, transparent);
}

/* Text */
.footer-text {
    font-size: 12px;
    color: #ccc;
    margin: 10px auto 15px auto;
    max-width: 800px;
    line-height: 1.6;
}

/* Enamad */
.trust-seal img {
    height: 55px;
    margin: 10px auto;
    display: block;
}

/* CopyRight */
.footer-copy {
    font-size: 11px;
    color: #aaa;
    margin-top: 15px;
    line-height: 1.6;
}

    .footer-copy a {
        color: #d08b1e;
        text-decoration: none;
        font-weight: 600;
    }

        .footer-copy a:hover {
            color: #ffd27f;
        }

/* Responsive */
@media (max-width: 768px) {
    .modern-footer {
        padding: 25px 15px 15px;
    }

    .footer-menu {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 15px;
    }

    .footer-text, .footer-copy {
        font-size: 10px;
        padding: 0 10px;
    }

    .footer-social a {
        margin: 0 8px;
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .modern-footer {
        padding: 20px 10px 10px;
    }

    .footer-logo img {
        height: 75px;
        margin-bottom: 10px;
    }

    .trust-seal img {
        height: 50px;
    }
}


/* استایل پایه برای اسلایدر */
.noUi-target {
    background: #f5f5f5;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-shadow: none;
    height: 6px;
}

.noUi-connect {
    background: #3f51b5;
}

.noUi-handle {
    width: 18px;
    height: 18px;
    top: -7px;
    right: -9px;
    border-radius: 50%;
    background: #3f51b5;
    box-shadow: none;
    border: 2px solid white;
}

    .noUi-handle:before, .noUi-handle:after {
        display: none;
    }

#slider-non-linear-step-value {
    font-weight: bold;
    color: #3f51b5;
}

@media (max-width: 576px) {
    .px-res-0 {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}
