﻿/* Wrapper عمومی فوتر */
.Footerone {
    background: #f9f9f9;
    font-family: Vazirmatn, sans-serif;
}

    /* رنگ متن */
    .texfotterColor,
    .Footerone p,
    .Footerone a {
        color: #fff !important;
    }

.text2 {
    color: #000 !important;
    text-decoration:none
}


/* عنوان های ستون ها */
.Footerone h2 {
    font-weight: 700;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #222;
}

    /* فاصله بین ستون‌ها */
    .Footerone .col-lg-3 {
        margin-bottom: 25px;
    }

    /* پاراگراف بخش اول */
    .Footerone p {
        line-height: 1.8;
        font-size: 0.92rem;
    }

    /* لینک های دسترسی سریع */
    .Footerone ul li {
        padding-bottom: 6px;
        font-size: 0.92rem;
    }

    .Footerone a {
        transition: .25s;
    }

        .Footerone a:hover {
            color: #600239 !important;
            padding-right: 4px;
        }

/* آیکون شبکه اجتماعی */
.footer-icons i {
    color: #600239;
    transition: .3s;
}

    .footer-icons i:hover {
        opacity: 0.7;
    }

/* کارت راهکار (ستون سوم) */
.Footerone .light-300 {
    font-weight: 400;
}

/* بخش پایینی (کپی رایت) */
.FooterLast {
    background: #600239 !important;
}

    .FooterLast p {
        font-size: 0.9rem;
        margin: 0;
        line-height: 1.9;
    }

/* واکنش‌گرا */
@media (max-width: 992px) {
    .Footerone .col-lg-3 {
        text-align: center;
    }

    .Footerone h2 {
        justify-content: center;
    }

    .footer-icons {
        justify-content: center;
    }
}
