.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-f7c9b87 */.pisilend-footer {
    direction: rtl;
    background: linear-gradient(115deg, #000000 0%, #12001c 35%, #250038 50%, #12001c 65%, #000000 100%);
    color: #ffffff;
    padding: 80px 30px 25px;
    overflow: hidden;
}

.pisilend-footer-inner {
    max-width: 1200px;
    margin: auto;

    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 45px;

    align-items: start;
}

.pisilend-footer-column h3 {
    color: #ffffff;
    font-size: 21px;
    margin: 0 0 22px;
}

.pisilend-footer-column h3::after {
    content: "";
    display: block;

    width: 45px;
    height: 2px;

    margin-top: 10px;

    background: blueviolet;
    box-shadow: 0 0 12px blueviolet;
}

.pisilend-footer-column p {
    color: #c8bfd6;
    font-size: 15px;
    line-height: 2.1;
    margin: 0;
}

.pisilend-footer-column a {
    display: block;

    width: fit-content;

    margin-bottom: 13px;

    color: #cfc5dc;
    text-decoration: none;

    font-size: 15px;

    transition: 0.3s;
}

.pisilend-footer-column a:hover {
    color: #ffffff;
    transform: translateX(-5px);
    text-shadow: 0 0 12px blueviolet;
}

.pisilend-footer-logo {
    text-align: center;
}

.pisilend-logo-circle {
    width: 175px;
    height: 175px;

    margin: 0 auto 20px;

    border-radius: 50%;

    border: 1px solid rgba(188, 137, 255, 0.7);

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow:
        0 0 20px rgba(138, 43, 226, 0.45),
        inset 0 0 25px rgba(138, 43, 226, 0.15);

    transition: 0.3s;
}

.pisilend-logo-circle:hover {
    border-color: #ffffff;

    box-shadow:
        0 0 25px rgba(255, 255, 255, 0.7),
        inset 0 0 25px rgba(255, 255, 255, 0.15);

    transform: scale(1.03);
}

.pisilend-logo-inner {
    width: 135px;
    height: 135px;

    border-radius: 50%;

    border: 1px solid rgba(255, 255, 255, 0.25);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background: rgba(10, 3, 15, 0.8);
}

.pisilend-logo-inner strong {
    color: #ffffff;
    font-size: 27px;
    font-weight: bold;

    text-shadow: 0 0 15px blueviolet;
}

.pisilend-logo-inner span {
    margin-top: 8px;

    color: #ad7aff;

    font-size: 9px;
    letter-spacing: 4px;
}

.pisilend-footer-logo p {
    color: #b996d3;
    font-size: 14px;
    margin: 0;
}

.pisilend-footer-bottom {
    max-width: 1200px;

    margin: 55px auto 0;
    padding-top: 22px;

    border-top: 1px solid rgba(180, 120, 255, 0.18);

    text-align: center;
}

.pisilend-footer-bottom p {
    color: #8e8298;
    font-size: 13px;
    margin: 0;
}

@media (max-width: 900px) {

    .pisilend-footer-inner {
        grid-template-columns: 1fr 1fr;
        gap: 45px 30px;
    }

}

@media (max-width: 600px) {

    .pisilend-footer {
        padding: 60px 20px 20px;
    }

    .pisilend-footer-inner {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .pisilend-footer-column h3::after {
        margin-left: auto;
        margin-right: auto;
    }

    .pisilend-footer-column a {
        margin-left: auto;
        margin-right: auto;
    }

    .pisilend-footer-logo {
        order: -1;
    }

}/* End custom CSS */