/* Luna footer — konsept ___luna/assets/style.css ile birebir; .pz-footer-luna kapsülü. -hasancancap */

.pz-footer-luna {
    --pz-luna-main: #00aaff;
    --pz-luna-bg: #f5f5f5;
    --pz-luna-bar-bg: #f5f5f5;
    --pz-luna-text: #000;
    --pz-luna-muted: #333;
    background: var(--pz-luna-bg);
    position: relative;
}

.pz-luna-info-bar.info-bar-1 {
    border-top: 1px solid #ebebeb;
    padding: 20px 0;
    background: #fff;
}

.pz-luna-info-bar.info-bar-1 .icons {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: #000;
    padding: 10px 0;
}

.pz-luna-info-bar.info-bar-1 .icons .icon-group {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 20px;
}

.pz-luna-info-bar.info-bar-1 .icons .icon-group:last-child {
    border-right: 0;
}

.pz-luna-info-bar.info-bar-1 .icons .icon-group i {
    font-size: 26px;
    margin-right: 25px;
    color: #000;
}

.pz-luna-info-bar.info-bar-1 .icons .icon-group .inf .name {
    font-size: 13px;
    font-weight: 500;
    display: block;
    color: #000;
}

.pz-luna-info-bar.info-bar-1 .icons .icon-group .inf .description {
    font-size: 12px;
    font-weight: 400;
    color: #000;
}

.pz-footer-luna .bb {
    padding: 20px 0;
}

.pz-footer-luna input {
    border: 0 !important;
}

.pz-footer-luna .logo-area {
    text-align: left;
    margin: 15px 0;
}

.pz-footer-luna .logo-area .logo img {
    max-height: 70px;
    max-width: 90%;
}

.pz-footer-luna .info {
    padding: 25px 0;
}

.pz-footer-luna .info .title {
    font-size: 16px;
    font-weight: bold;
    color: var(--pz-luna-text);
    text-align: left;
    margin-bottom: 15px;
    position: relative;
    cursor: default;
}

.pz-footer-luna .info ul {
    padding: 0;
    margin: 0;
}

.pz-footer-luna .info ul li {
    list-style: none;
    padding: 3px 0;
    color: var(--pz-luna-text);
    font-size: 13px;
}

.pz-footer-luna .info ul li a {
    display: block;
    color: var(--pz-luna-text);
    font-size: 13px;
    position: relative;
    padding-left: 15px;
    line-height: 25px;
    transition: all 0.2s ease;
    text-decoration: none;
}

.pz-footer-luna .info ul li a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: ">";
}

.pz-footer-luna .info ul li a:hover {
    color: var(--pz-luna-main);
}

.pz-footer-luna .bar {
    padding: 10px 0;
    background: var(--pz-luna-bar-bg);
}

.pz-footer-luna .bar a {
    color: #333;
    text-align: center;
}

.pz-footer-luna .bar a:hover {
    color: #333;
}

.pz-footer-luna .bar p,
.pz-footer-luna .bar .pz-luna-telif {
    margin: 0;
    color: #333;
    font-size: 13px;
    line-height: 1.5;
}

.pz-footer-luna .bar .cards {
    min-height: auto;
    background: inherit;
    max-height: 36px;
    width: auto;
}

.pz-footer-luna .bar .right-image {
    text-align: right !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.pz-footer-luna .newsletter-content .newsletter-title,
.pz-footer-luna .sms-newsletter-content .newsletter-title {
    color: #222;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.45;
}

.pz-footer-luna .newsletter-form,
.pz-footer-luna .sms-newsletter-form {
    position: relative;
    width: 100%;
}

.pz-footer-luna .newsletter-input,
.pz-footer-luna .sms-newsletter-input,
.pz-footer-luna .form-phone-control {
    height: 40px;
    background: #fff !important;
    display: block;
    color: #a3a2a2;
    position: relative;
    line-height: 23px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #ebecee;
    width: 100%;
}

.pz-footer-luna .newsletter-form .btn-submit,
.pz-footer-luna .sms-newsletter-form .btn-submit {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    background: transparent;
    border: 0;
    padding: 0 12px;
    box-shadow: none;
}

.pz-footer-luna .mobile-app-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    display: block;
    color: var(--pz-luna-text);
}

.pz-footer-luna .mobile-app img {
    max-height: 40px;
    width: auto;
}

.pz-footer-luna .contact-info {
    display: flex;
    flex-direction: column;
}

.pz-footer-luna .contact-info .contact-item {
    margin: 5px 0;
    display: flex;
    align-content: center;
    align-items: flex-start;
    cursor: pointer;
    font-size: 13px;
    color: var(--pz-luna-text);
}

.pz-footer-luna .contact-info .contact-item i {
    margin-right: 10px;
    font-size: 17px;
    transition: all 0.2s ease;
    flex-shrink: 0;
    color: var(--pz-luna-text);
}

.pz-footer-luna .contact-info .contact-item a {
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    gap: 0;
}

.pz-footer-luna .contact-info .contact-item a i {
    margin-right: 10px;
}

.pz-footer-luna .contact-info .contact-item:hover i,
.pz-footer-luna .contact-info .contact-item a:hover i {
    color: var(--pz-luna-main);
}

.pz-footer-luna .social-media .social-media-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--pz-luna-text);
}

.pz-footer-luna .social-media a {
    color: #000;
    font-size: 20px;
    margin-right: 20px;
    text-decoration: none;
}

.pz-footer-luna .social-media a:last-child {
    margin-right: 0;
}

.pz-footer-luna .social-media a:hover {
    color: var(--pz-luna-main);
}

.pz-footer-luna .pz-luna-bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

@media (max-width: 767.98px) {
    .pz-luna-info-bar.info-bar-1 .icons {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        color: #000;
        padding: 10px 0;
        flex-direction: column;
    }

    .pz-footer-luna .bb .pr-5 {
        padding-right: 10px !important;
    }

    .pz-footer-luna .mobile-app {
        margin-bottom: 20px;
    }

    .pz-footer-luna .info .title {
        cursor: pointer;
        text-align: center !important;
        color: #000;
        border: 1px solid #000;
        padding: 8px;
    }

    .pz-footer-luna .info .title::after {
        content: "+";
        right: 10px;
        top: 3px;
        bottom: 0;
        position: absolute;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .pz-footer-luna .info .title.pz-luna-open::after {
        content: "−";
    }

    .pz-footer-luna .info .fs {
        display: none;
        text-align: center !important;
        border: 1px solid #000;
        margin-bottom: 15px;
        color: #000 !important;
        padding: 10px;
    }

    .pz-footer-luna .info .fs.pz-luna-open {
        display: block;
    }

    .pz-footer-luna .info ul li a:before {
        display: none;
    }

    .pz-footer-luna .social-media {
        justify-content: center;
        margin: 10px 0;
        text-align: center;
    }

    .pz-footer-luna .bar p,
    .pz-footer-luna .bar .pz-luna-telif {
        text-align: center !important;
    }

    .pz-footer-luna .bar .right-image {
        justify-content: center;
        margin: 10px 0;
        text-align: center !important;
    }

    .pz-footer-luna .logo-area {
        display: none;
    }

    .pz-footer-luna .bb {
        border-top: 0;
        border-bottom: 0;
    }

    .pz-footer-luna .info {
        padding-top: 0;
    }
}
