/* Footer styles extracted from iranwp.css. */
.footer {
    background: #fff;
    clear: both;
    padding: 35px 0 25px;
    width: 100%;
}

.footer-full {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.footer-column,
.three-footer {
    min-width: 0;
}

.footer-title {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}

.footer-title span {
    border-left: 5px solid #242931;
    border-radius: 40px 3px 3px 10px;
    color: #000;
    display: inline-block;
    font-size: 15px;
    padding: 2px 10px 2px 15px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .15);
}

.footer-namad {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 15px 0;
    width: 100%;
}

.namad-box,
.samad-box {
    align-items: center;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    min-height: 150px;
}

.namad-box {
    background: #f3f3f3;
}

.samad-box {
    background: rgba(23, 18, 18, .05);
}

.namad-box img,
.samad-box img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.footer-whatsapp-icon {
    height: 140px;
    padding-top: 10px;
    width: 140px;
}

.calling {
    background: #f3f3f3;
    border-radius: 10px;
    color: #000;
    font-size: 11px;
    padding: 12px 10px;
    width: 100%;
}

.footer-pmenus ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-pmenus ul li {
    background: #f3f3f3;
    border-radius: 5px;
    font-size: 11px;
    list-style-type: none;
    margin: 6px 0;
    padding: 5px 10px;
    width: 100%;
}

.footer-pmenus ul li a {
    color: #000;
    font-size: 12px;
}

.footer-pmenus ul li a:hover {
    color: #00abff;
}

.footer-about {
    background: #f3f3f3;
    border-radius: 10px;
    margin: 0;
    padding: 1px 0;
    position: relative;
    width: 100%;
}

.footer-about p {
    color: #000;
    font-size: 14px;
    line-height: 1.9;
    margin: 6px 8px;
}

.footer-centered-text {
    text-align: center;
}

.footer-quote-mark {
    color: #e3405e;
}

.footer-about a:hover {
    color: #000!important;
}

.two-footer {
    display: grid;
    gap: 22px;
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
    margin-top: 5px;
    width: 100%;
}

.footer-links-a a {
    padding: 5px 1px;
    position: relative;
    text-shadow: none;
    transition: color .3s;
}

.footer-links-a a::after,
.footer-links-a a::before {
    background: #00abff;
    content: '';
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity .3s, transform .3s;
    width: 100%;
}

.footer-links-a a::before {
    top: 0;
    transform: translateY(-10px);
}

.footer-links-a a::after {
    bottom: 0;
    transform: translateY(10px);
}

.footer-links-a a:focus::after,
.footer-links-a a:focus::before,
.footer-links-a a:hover::after,
.footer-links-a a:hover::before {
    opacity: 1;
    transform: translateY(0);
}

.ehsanf {
    width: 100%;
}

.ehsanf ul {
    list-style-type: none;
    margin: 0;
    padding-right: 0;
}

.ehsanf li {
    display: inline-block;
    font-size: 17px;
}

.ehsanf li a {
    color: #333;
}

.ehsanf li a:hover {
    color: #00abff;
}

.ehsanf li:before {
    content: '|';
    margin: 0 10px;
}

.ehsanf li:first-child:before {
    content: '';
    margin-right: 0;
}

.footer-social {
    width: 100%;
}

.social-item {
    background: rgba(255, 255, 255, .05);
    border-radius: 10px;
    margin-top: 15px;
    width: 100%;
}

.social {
    background: #f3f3f3;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    width: 100%;
}

.atem {
    align-items: center;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    min-height: 40px;
    min-width: 40px;
    padding: 5px 8px;
}

.atem:hover {
    color: #fff;
}

.atem i {
    font-size: 25px;
}

.footer-social-icon {
    height: 30px;
    width: 30px;
}

.paper-plane-footer:before {
    color: #35ace1;
    content: "\f1d8";
    font-family: Font Awesome;
    font-size: 28px;
    font-weight: 400;
}

.instagramicon:before {
    color: #e4405f;
    content: "\f16d";
    font-family: Font Awesome;
    font-size: 30px;
    font-weight: 400;
}

.twittericonfooter:before {
    color: #3cf;
    content: "\f099";
    font-family: Font Awesome;
    font-size: 32px;
    font-weight: 400;
}

#bottom-footer {
    background-color: #323338;
    border-top: 1px solid #ccc;
    clear: both;
    text-align: center;
}

.function-newfooter {
    color: #cacaca;
    font-size: 12px;
    line-height: 1.8;
    margin: 0;
    padding: 16px 0 13px;
}

.function-newfooter span a {
    color: #cacaca;
}

@media(max-width:991px) {
.footer {
    padding: 25px 0 15px;
}
.footer-full,
.two-footer {
    grid-template-columns: 1fr;
}
.footer-title {
    margin-bottom: 10px;
}
.footersectitle {
    margin-top: 10px;
}
.ehsanf li {
    display: block;
    font-size: 14px;
    line-height: 2.2;
    text-align: right;
}
.ehsanf li:before,
.ehsanf li:first-child:before {
    content: '';
    margin: 0;
}
.social {
    justify-content: center;
}
.function-newfooter {
    padding: 12px 10px;
}
}

@media(max-width:480px) {
.footer-namad {
    grid-template-columns: 1fr;
}
.footer-about p {
    font-size: 13px;
    line-height: 2;
}
.footer-pmenus ul li {
    padding: 8px 10px;
}
.footer-pmenus ul li a {
    font-size: 13px;
}
}
