        footer {
                            background: linear-gradient(135deg, #1a2f0e 0%, #9ae668 100%);
                            color: #fff;
                            height: 65vh;
                            /* Explicitly position at the bottom of the viewport */
                            margin-left: 0;
                            margin-right: 0;
                            width: 100vw;
                            overflow: hidden;

                            /* padding: 2rem 0 1rem 0; */
                            direction: rtl;
                            font-family: 'Vazirmatn', 'IRANSans', Tahoma, sans-serif;

                            /* High z-index to layer above scrolling content */
                        }

.contain {
    width: 100vw;

    max-width: 94vw;
    margin-top: 60px;
    padding: 0 1rem;
    height: 50vh;

}

.mb-0 {
    margin-bottom: 0;
}

/* Row and Column System */
.row {

    display: flex;
    flex-wrap: wrap;
    margin: 0.75rem;
}

.col {
    flex: 1 0 0%;
}

.col-md {
    flex: 1 0 0%;
}

.col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

/* Footer Shop Features */
.footer-shop-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 1rem;
    padding: 0rem 0;
    /* Corrected invalid padding value */
    border-bottom: 1px solid rgba(212, 175, 55, 0.3);
    /* Corrected invalid opacity */
}

.footer-shop-features-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 150px;
    padding: 0rem;
    /* Corrected invalid padding value */
}

.icon-footer {
    width: 2vw;
    height: auto;
    margin-bottom: 0.5rem;
    /* Corrected invalid margin value */
    /* filter: brightness(0) invert(1); */
    transition: transform 0.3s ease;
    /* Corrected invalid transition value */
}

.footer-shop-features-item:hover .icon-footer {
    transform: scale(1.1);
    /* Corrected invalid scale value */
}

/* Footer Links Sections */
.row>.col-md {
    padding: 0 0.75rem;
    /* Corrected invalid padding value */
    margin-bottom: 1.5rem;
    /* Corrected invalid margin value */
}

.row>.col-md-5 {
    padding: 0 0.75rem;
    /* Corrected invalid padding value */
    margin-bottom: 1.5rem;
    /* Corrected invalid margin value */
}

.text-decoration-none {
    text-decoration: none;
}

.d-inline-block {
    display: inline-block;
}

.font-12 {
    font-size:1.1rem;

}


a {
    color: #e8f5e9;
    transition: all 0.3s ease;

    display: block;
    padding: 0.25rem 0;

    border-bottom: 1px solid transparent;
}

a:hover {
    color: #d4af37;
    padding-right: 0.5rem;

    border-bottom: 1px solid #d4af37;
}
.fw-bold {
    font-weight: bold;
}
.hover {
    transition: .3s;
}

.hover:hover {
    transform: translateX(-10px);
    color: darkorange;
    text-decoration: underline;
}
.row .d-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5rem;

}

.me-2 {
    margin-left: 0.5rem;

}

.col-2 {
    flex: 0 0 16.666667%;
    padding: 0 0.5rem;

}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.3s ease;

    border: 2px solid transparent;
}

.social-icon:hover {
    transform: scale(1.1);

    border-color: #d4af37;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.5);

}

.border-top {
    border-top: 1px solid rgba(212, 175, 55, 0.3);

}

.footer-intro {
    font-size: 0.875rem;
    padding-bottom: 1rem;
}

.text-center {
    text-align: center;
}
.IRANSans {
    font-family: 'IRANSans', 'Vazirmatn', Tahoma, sans-serif;
}

@media (max-width: 768px) {
    .footer-shop-features {
        justify-content: center;
        gap: 2rem;
    }

    .footer-shop-features-item {
        min-width: 120px;
    }

    .col-md,
    .col-md-5,.col-md-2 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 2rem;
    }

    .row.d-flex {
        justify-content: center;
    }

    .col-2 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width: 576px) {
    .contain {
        padding: 0 0.5rem;

    }

    .footer-shop-features {
        flex-direction: column;
        gap: 1.5rem;

    }

    .footer-shop-features-item {
        flex-direction: row;
        min-width: auto;
        width: 100%;
        justify-content: flex-start;
        text-align: right;
    }

    .icon-footer {
        margin-bottom: 0;
        margin-left: 1rem;
    }

    .col-2 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}


.d-md-flex {
    display: flex;
}

.justify-content-md-around {
    justify-content: space-around;
}

.align-items-md-center {
    align-items: center;
}


.footer-shop-features-item {
    transition: transform 0.3s ease;
}

.footer-shop-features-item:hover {
    transform: translateY(-5px);
}
@keyframes socialPulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.social-icon:hover {
    animation: socialPulse 0.6s ease-in-out;
}
.wrapper .icon {
    position: relative;
    bottom: -2px;
    background-color: #ffffff;
    border-radius: 50%;
  text-align: center;
    width: 40px;
padding:auto;
    height: 40px;
    font-size: 24px;
    display: inline-block;
    align-items: center;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
margin: auto;
font-weight: bold;
    text-decoration: none;
}

.wrapper .tooltip {
    position: absolute;
    top: 0;
    line-height: 1.2;
    font-size: 14px;
    background-color: #ffffff;
    color: #852929;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background-color: #ffffff;
    bottom: -3px;
    left: 40%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
    top: -25px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
    background-color: #3b5999;
    color: #ffffff;
}

.wrapper .twitter:hover,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before {
    background-color: #46c1f6;
    color: #ffffff;
}

.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
    background-color: #e1306c;
    color: #ffffff;
}


.wrapper .youtube:hover,
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip::before {
    background-color: #801912;
    color: #ffffff;
}
