.footer {
    position: relative;
    background-image: url('../img/bg-footer.png');
    background-size: cover;
    background-position: center;
    padding: 80px 20px 30px;
    font-family: Estedad;
    color: white;
    overflow: hidden;
    z-index: 10001;
    border-radius:50px 50px 0 0; 
    margin-top:5rem;
}

.footer_overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);   
    backdrop-filter: blur(4px); 
    z-index: 1;
}

.footer_container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1300px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.footer_col {
    min-width: 200px;
    margin: 20px;
}

.footer_title,
.footer_slogan_title {
    color: #EFA654;
    margin-bottom: 15px;
    font-size: 22px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.4);
}

.footer_slogan {
    color: #e6e6e6;
    font-size: 17px;
    line-height: 1.8;
}

.footer_list {
    list-style: none;
    padding: 0;
}

.footer_list li {
    margin: 10px 0;
}

.footer_list a {
    color: #dcdcdc;
    text-decoration: none;
    transition: 0.3s;
}

.footer_list a:hover {
    color: rgb(235, 140, 32);
}

/* شماره تماس وسط */
.footer_call_wrapper {
    text-align: center;
    margin-top: 40px;
    position: relative;
    z-index: 2;
}

.footer_call {
    font-size: 19px;
    padding: 8px 15px;
    text-decoration: none;
    color: white;
    border: 1px solid #EFA654;
    border-radius: 10px;
    transition: 0.3s;
}

.footer_call:hover {
    background-color: #EFA654;
    color: #000;
}

/* کپی‌رایت */
.footer_copy {
    text-align: center;
    margin-top: 50px;
    position: relative;
    z-index: 2;
    color: #ccc;
    font-size: 14px;
    opacity: 0.9;
}
/* ============================
   Tablet – max-width: 768px
   ============================ */
@media (max-width: 768px) {
    .footer {
        padding: 60px 20px 30px;
        margin-top:5rem;
    }

    .footer_container {
        justify-content: center;
        gap: 30px;
    }

    .footer_col {
        min-width: 45%;
        text-align: center;
    }

    .footer_title,
    .footer_slogan_title {
        font-size: 20px;
    }

    .footer_slogan {
        font-size: 16px;
    }

    .footer_call {
        font-size: 18px;
        padding: 7px 14px;
    }
}

/* ============================
   Large Mobile – max-width: 425px
   ============================ */
@media (max-width: 425px) {
    .footer {
        padding: 50px 15px 25px;
        width:100%;
        margin-top: 5rem;
        
    }

    .footer_container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 25px;
    }

    .footer_col {
        min-width: 100%;
        margin: 10px 0;
    }

    .footer_title,
    .footer_slogan_title {
        font-size: 18px;
    }

    .footer_slogan {
        font-size: 15px;
        line-height: 1.7;
    }

    .footer_list li {
        margin: 8px 0;
    }

    .footer_call {
        font-size: 17px;
        padding: 7px 14px;
    }

    .footer_copy {
        font-size: 13px;
    }
}

/* ============================
   Medium Mobile – max-width: 375px
   ============================ */
@media (max-width: 375px) {
    .footer {
        padding: 40px 12px 25px;
    }

    .footer_title,
    .footer_slogan_title {
        font-size: 17px;
    }

    .footer_slogan {
        font-size: 14px;
    }

    .footer_call {
        font-size: 16px;
        padding: 7px 12px;
    }

    .footer_copy {
        font-size: 12px;
    }
}

/* ============================
   Small Mobile – max-width: 320px
   ============================ */
@media (max-width: 320px) {
    .footer {
        padding: 35px 10px 20px;
    }

    .footer_title,
    .footer_slogan_title {
        font-size: 16px;
    }

    .footer_slogan {
        font-size: 13.5px;
    }

    .footer_list li {
        margin: 6px 0;
    }

    .footer_call {
        font-size: 15px;
        padding: 6px 10px;
    }

    .footer_copy {
        font-size: 11px;
        line-height: 1.6;
    }
}

margin-top: 5rem