
.footer-wrapper {
    padding: 15px;
    background-color: #FFFFFF;
    background-image: repeating-radial-gradient(  #f8f1f1ee 88%,#963fdd 90%);
    background-size: 50px 50px;
    /*background-image: url(https://demo.dmhouse.ir/clothing-template/wp-content/uploads/sites/2/2025/06/khadija-pattern-home2.png);*/
    /*background-position: center center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    position: relative;
}

.footer-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.94);
    z-index: 0;
}

.footer-wrapper > * {
    position: relative;
    z-index: 2;
}

.footer-container {
    margin: auto;
}

.first-col .head-para {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: var(--primary-color);
}

.first-col p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
    color: #7A7A7A;
}

/*.first-col {*/
/*    width: 32% !important;*/
/*}*/

.second-col p,
.third-col p ,
.footer-extra-info p  {
    font-size: 14px;
    font-weight: 400;
    color: #7A7A7A;
    margin-bottom: 1rem;
}

.second-col ul li {
    padding-bottom: 8px;
}

.second-col ul li a {
    text-decoration: none;
    color: var(--primary-color);
    transition: color 0.3s ease;
    font-size: 14px;
}

.second-col ul li a:hover {
    color: var(--primary-hover);
}

.second-col ul li::marker {
    color: var(--secondary-color);
}
.third-col .footer-info {
    font-size: 14px;
    font-weight: 400;
    color: var(--primary-color);
    margin: 0;
}

.footer-wrapper hr {
    border-top: 1px solid #b1b1b1;
}
.socials svg {
    fill: var(--primary-color);
    transition: fill 0.4s ease;
}

.socials > div {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: background-color 0.4s ease;
}

.socials div:hover svg {
    fill: #fff;
}

.socials > div:hover {
    background: var(--primary-color);
}