/**
 * SOGHAH / صوغة — brand palette (bag: olive + salmon pink wordmark)
 */
:root {
    --soghah-brand-olive: #556b2f;
    --soghah-brand-olive-dark: #454f35;
    --soghah-brand-pink: #f5a9a9;
    --soghah-brand-pink-hover: #f8bcbc;
}

.footer.footer-soghah {
    --soghah-footer-olive: var(--soghah-brand-olive);
    --soghah-footer-olive-dark: var(--soghah-brand-olive-dark);
    --soghah-footer-pink: var(--soghah-brand-pink);
    --soghah-footer-pink-hover: var(--soghah-brand-pink-hover);
    --soghah-footer-text: rgba(255, 255, 255, 0.92);
    --soghah-footer-text-muted: rgba(255, 255, 255, 0.78);

    background: var(--soghah-footer-olive) !important;
    color: var(--soghah-footer-text) !important;
    padding: 56px 0 48px;
}

.footer.footer-soghah .title-of-footer {
    color: var(--soghah-footer-pink) !important;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 18px;
}

.footer.footer-soghah .title-of-footer:hover {
    color: var(--soghah-footer-pink-hover) !important;
}

.footer.footer-soghah .links li {
    color: var(--soghah-footer-text-muted);
}

.footer.footer-soghah .links li a,
.footer.footer-soghah a:not(.btn-footer-subscribe) {
    color: var(--soghah-footer-text-muted) !important;
    transition: color 0.2s ease;
}

.footer.footer-soghah .links li a:hover,
.footer.footer-soghah a:not(.btn-footer-subscribe):hover {
    color: var(--soghah-footer-pink) !important;
}

.footer.footer-soghah .footer-logo {
    max-height: 100px;
    width: auto;
    max-width: 220px;
    margin-bottom: 0;
    display: block;
}

.footer.footer-soghah .footer-soghah__logo-link {
    display: inline-block;
}

.footer.footer-soghah .footer-soghah__row > [class*="col-"] {
    margin-bottom: 28px;
}

.footer.footer-soghah .footer-subscribe {
    border: none;
    padding-right: 0;
    padding-left: 0;
}

.footer.footer-soghah .footer-social {
    margin-top: 16px;
}

.footer.footer-soghah .footer-social .social-icon {
    background: rgba(255, 255, 255, 0.12) !important;
    color: var(--soghah-footer-text) !important;
    border: 1px solid rgba(244, 174, 205, 0.35);
}

.footer.footer-soghah .footer-social .social-icon:hover {
    background: var(--soghah-footer-pink) !important;
    color: var(--soghah-footer-olive-dark) !important;
    border-color: var(--soghah-footer-pink);
}

.footer.footer-soghah .subscribe-form form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    height: auto;
    position: static;
    margin-bottom: 24px;
}

.footer.footer-soghah .subscribe-form form input {
    position: static;
    flex: 1 1 160px;
    width: auto;
    min-height: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    color: #333;
    box-shadow: none;
}

.footer.footer-soghah .subscribe-form form input::placeholder {
    color: #888;
}

.footer.footer-soghah .subscribe-form form input:focus {
    outline: none;
    border-color: var(--soghah-footer-pink);
    box-shadow: 0 0 0 2px rgba(244, 174, 205, 0.35);
}

.footer.footer-soghah .btn-footer-subscribe,
.footer.footer-soghah .subscribe-form form button {
    position: static;
    flex: 0 0 auto;
    width: auto;
    min-width: 110px;
    min-height: 44px;
    height: 44px;
    padding: 0 20px;
    border: none;
    border-radius: 8px;
    background: var(--soghah-footer-pink) !important;
    color: var(--soghah-footer-olive-dark) !important;
    font-weight: 600;
    font-size: 14px;
    transition: background 0.2s ease, transform 0.15s ease;
}

.footer.footer-soghah .btn-footer-subscribe:hover,
.footer.footer-soghah .subscribe-form form button:hover {
    background: var(--soghah-footer-pink-hover) !important;
    color: var(--soghah-footer-olive-dark) !important;
}

.footer.footer-soghah .pay-men img {
    max-width: 100%;
    height: auto;
    filter: brightness(1.05);
}

.footer.footer-soghah .footer-soghah__payment-title {
    margin-top: 8px;
}

.footer-copyright.footer-copyright-soghah {
    background: var(--soghah-footer-olive-dark, #3a481c) !important;
    color: var(--soghah-footer-text, rgba(255, 255, 255, 0.9)) !important;
    line-height: 1.5;
    padding: 14px 15px;
}

.footer-copyright.footer-copyright-soghah p {
    color: inherit;
    margin-bottom: 0;
    font-size: 13px;
}

.footer-copyright.footer-copyright-soghah a {
    color: var(--soghah-footer-pink, #f4aecd) !important;
}

.footer-copyright.footer-copyright-soghah a:hover {
    color: var(--soghah-footer-pink-hover, #ffc4df) !important;
}

@media (max-width: 991px) {
    .footer.footer-soghah {
        padding: 40px 0 32px;
        overflow: visible;
        white-space: normal;
    }

    .footer.footer-soghah .footer-soghah__row {
        display: flex;
        flex-wrap: wrap;
        white-space: normal;
    }

    .footer.footer-soghah .footer-soghah__brand {
        text-align: center;
    }

    .footer.footer-soghah .footer-soghah__logo-link {
        margin: 0 auto;
    }

    .footer.footer-soghah .footer-soghah__contact,
    .footer.footer-soghah .footer-soghah__help,
    .footer.footer-soghah .footer-soghah__subscribe {
        text-align: center;
    }

    .footer.footer-soghah .footer-social {
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .footer.footer-soghah .subscribe-form form {
        justify-content: center;
    }

    .footer.footer-soghah .pay-men {
        display: flex;
        justify-content: center;
    }
}
