/* Add custom CSS styles below */
:root {
    --main-color: #5e548e;
    --second-color: #be95c4;
    --text-color: #fff;
}

/* ====== HEADER STYLES ====== */
.main-nav-container {
    background: linear-gradient(135deg, var(--main-color), var(--second-color));
    z-index: 1000 !important;
    position: relative;
    border-bottom: 2px solid #df7a5e;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.main-nav-container.fixed-header .inner {
    background: linear-gradient(135deg, rgba(94, 84, 142, 0.95), rgba(190, 149, 196, 0.95));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

/* ====== FOOTER STYLES ====== */
.footer-is-light .store-footer .store-footer__inner {
    background: linear-gradient(180deg, #6f2f6f 0%, #5e548e 50%, #7a397a 100%);
    color: #fff;
    padding: 60px 40px;
    border-radius: 18px;
    box-shadow: 0 18px 60px rgba(60, 20, 60, 0.45), inset 0 -6px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: relative;
}

.footer-is-light .store-footer .store-footer__inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent, rgba(190, 149, 196, 0.95), transparent);
    box-shadow: 0 0 28px rgba(190, 149, 196, 0.6);
    pointer-events: none;
}

.footer-is-light .store-footer {
    background: linear-gradient(135deg, #b88fb8, #e0b4c8);
    padding: 18px 22px;
    border-top: 4px solid rgba(190, 149, 196, 0.95);
    border-bottom: 4px solid rgba(190, 149, 196, 0.95);
    position: relative;
    border-radius: 20px;
    width: 100%;
    box-shadow: inset 0 6px 18px rgba(0, 0, 0, 0.08);
}

.footer-is-light .social-icons {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.footer-is-light .social-icons li {
    display: inline-block;
    margin-right: 10px;
}

.footer-is-light .social-icons a {
    color: #fff;
    font-size: 24px;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, rgba(94, 84, 142, 0.8), rgba(190, 149, 196, 0.8));
    border-radius: 50%;
    border: 2px solid #df7a5e;
    will-change: transform;
}

.footer-is-light .social-icons a:hover {
    color: #df7a5e;
    transform: translateY(-8px) scale(1.25) rotate(10deg);
    filter: drop-shadow(0 10px 20px rgba(190, 149, 196, 0.6));
    background: linear-gradient(135deg, rgba(190, 149, 196, 1), rgba(224, 180, 200, 1));
    box-shadow: 0 0 20px rgba(190, 149, 196, 0.8), inset 0 0 10px rgba(255, 255, 255, 0.2);
}

.footer-is-light .store-footer__links a {
    color: #fff;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    font-weight: 500;
}

.footer-is-light .store-footer__links a:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #df7a5e, rgba(190, 149, 196, 0.5));
    transition: width 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    will-change: width;
}

.footer-is-light .store-footer__links a:hover {
    color: #df7a5e;
    transform: translateX(6px);
}

.footer-is-light .store-footer__links a:hover:before {
    width: 100%;
}

.store-footer h3 {
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(94, 84, 142, 0.3);
    border-radius: 15px;
    border: 2px solid #df7a5e;
    padding: 12px 15px;
    text-align: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(245, 230, 240, 0.9));
    color: #5e548e;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    will-change: transform;
}

.store-footer h3:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(94, 84, 142, 0.4);
}

.text-center {
    text-align: center;
    background: var(--second-color);
    padding: 0;
}

.text-center::before {
    content: "برمجه وتطوير منصة ديلان";
    display: block;
    text-align: center;
    background: linear-gradient(90deg, #5e548e, #be95c4);
    padding: 15px 10px;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    font-size: 0.95rem;
}

footer a i {
    background-color: var(--second-color);
}

.copyright-text p {
    color: #000;
}

/* ====== MOBILE OPTIMIZATIONS ====== */
@media only screen and (max-width: 768px) {
    .footer-is-light .store-footer .store-footer__inner {
        padding: 30px 20px;
    }

    .footer-is-light .social-icons a {
        width: 40px;
        height: 40px;
        font-size: 20px;
        margin: 0 5px;
    }

    .store-footer h3 {
        font-size: 1rem;
        padding: 10px;
    }

    .main-nav-container {
        box-shadow: 0 2px 10px rgba(94, 84, 142, 0.15);
    }
}

@media only screen and (max-width: 480px) {
    .footer-is-light .store-footer .store-footer__inner {
        padding: 20px 15px;
    }

    .footer-is-light .social-icons li {
        margin-right: 5px;
    }

    .footer-is-light .social-icons a {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }

    .store-footer h3 {
        font-size: 0.95rem;
        padding: 8px;
    }

    .footer-is-light .store-footer {
        padding: 12px 15px;
    }
}