/* Protosoft footer */

.ps-site-footer {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 10%, rgba(124,194,66,.18), transparent 28%),
        linear-gradient(135deg, #031726 0%, #062338 100%);
    color: rgba(255,255,255,.74);
}

.ps-site-footer .footer-cta {
    border-bottom: 1px solid rgba(255,255,255,.13);
}

.ps-site-footer .single-cta {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.ps-site-footer .single-cta i {
    flex: 0 0 auto;
    width: 34px;
    margin-top: 5px;
    color: #7cc242;
    font-size: 30px;
    text-align: center;
}

.ps-site-footer .cta-text {
    padding-left: 0;
}

.ps-site-footer .cta-text h4 {
    margin: 0 0 4px 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
}

.ps-site-footer .cta-text span,
.ps-site-footer .cta-text a {
    color: rgba(255,255,255,.74);
    font-size: 15px;
    text-decoration: none;
}

.ps-site-footer .cta-text a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.ps-site-footer .footer-content {
    position: relative;
    z-index: 1;
}

.ps-site-footer .footer-pattern {
    position: absolute;
    left: 120px;
    top: 34px;
    width: 760px;
    max-width: 70%;
    opacity: .22;
    pointer-events: none;
    z-index: 0;
    mix-blend-mode: screen;
    filter: grayscale(1) brightness(1.25) contrast(.9);
}

.ps-site-footer .footer-pattern img {
    display: block;
    width: 100%;
    height: auto;
}

.ps-site-footer .footer-widget {
    position: relative;
    z-index: 1;
}

.ps-site-footer .footer-logo img {
    width: 220px;
    max-width: 100%;
    height: auto;
}

.ps-site-footer .footer-logo {
    margin-bottom: 30px;
}

.ps-site-footer .footer-text p {
    margin-bottom: 14px;
    color: rgba(255,255,255,.76);
    font-size: 15px;
    line-height: 1.8;
}

.ps-site-footer .footer-widget-heading h3 {
    position: relative;
    margin-bottom: 40px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
}

.ps-site-footer .footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 50px;
    height: 2px;
    background: #7cc242;
}

.ps-site-footer .footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ps-site-footer .footer-widget ul li {
    display: block;
    float: none;
    width: auto;
    margin-bottom: 10px;
}

.ps-site-footer .footer-widget ul li a {
    color: rgba(255,255,255,.76);
    text-transform: none;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.ps-site-footer .footer-widget ul li a:hover {
    color: #7cc242;
}

.ps-footer-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 18px;
}

.ps-footer-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 12px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255,255,255,.04);
    font-size: 12px;
    font-weight: 800;
}

.ps-footer-note {
    max-width: 360px;
    margin-top: 18px;
    padding: 0;
    border: 0;
    color: rgba(255,255,255,.76);
    font-size: 15px;
    line-height: 1.8;
}

.ps-site-footer .copyright-area {
    padding: 25px 0;
    background: rgba(0,0,0,.22);
    border-top: 1px solid rgba(255,255,255,.08);
}

.ps-site-footer .copyright-text p {
    margin: 0;
    color: rgba(255,255,255,.66);
    font-size: 14px;
}

.ps-site-footer .footer-menu ul {
    margin: 0;
    padding: 0;
}

.ps-site-footer .footer-menu li {
    display: inline-block;
    float: none;
    width: auto;
    margin-left: 20px;
    margin-bottom: 0;
}

.ps-site-footer .footer-menu li a {
    color: rgba(255,255,255,.72);
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
}

.ps-site-footer .footer-menu li a:hover {
    color: #7cc242;
}

#scrollUp {
    position: absolute;
    right: 50px;
    bottom: 50px;
    width: 40px;
    height: 40px;
    background: #000000;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}

#scrollUp:hover {
    background: #ff6b2c;
    color: #ffffff;
}

@media (max-width: 991px) {
    .ps-site-footer .footer-pattern {
        left: -120px;
        top: 110px;
        width: 760px;
        max-width: none;
        opacity: .20;
    }

    .ps-site-footer .footer-cta {
        padding-top: 50px;
    }

    .ps-site-footer .single-cta {
        margin-bottom: 18px;
    }
}
