:root{
    --cream:#f7f2eb;
    --brown:#6d4c41;
    --dark-brown:#4e342e;
    --gold:#b08d57;
    --text:#666;
}
.site-footer{
    background:#e6e6e63b;
    direction:rtl;
    margin-top:80px;
}

.footer-top{
    max-width:1200px;
    margin:auto;
    padding:80px 20px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:80px;
}

.footer-column{
    flex:1;
 text-align:center;
}

.social-box{
    border-left:1px solid #ddd;
    padding-left:60px;
}

.footer-subtitle{
    display:block;
    color:var(--gold);
    font-size:14px;
    margin-bottom:20px;
}

.footer-title{
    font-size:38px;
    font-weight:700;
    color:var(--dark-brown);
    margin-bottom:20px;
}

.footer-desc{
    color:#666;
    line-height:2;
    max-width:500px;
}

.newsletter-form{
    margin-top:40px;
    display:flex;
    gap:12px;
   justify-content:flex-start;
}

.newsletter-form input{
    flex:1;
    border:none;
    border-bottom:1px solid #d5d5d5;
    background:transparent;
    padding:15px 0;
    font-size:15px;
    outline:none;
}

.newsletter-form button{
    width:150px;
    border:none;
    cursor:pointer;
    background:#9ab695;
    color:#fff;
    font-weight:600;
    transition:.3s;
}

.newsletter-form button:hover{
    opacity:.85;
}

.social-links{
    display:flex;
    gap:18px;
    margin-top:35px;
justify-content: center;
}

.social-links a{
    width:56px;
    height:56px;
    border:1px solid #cfcfcf;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
}

.social-links a:hover{
    transform:translateY(-3px);
    border-color:#111;
}

.social-links svg{
    width:24px;
    height:24px;
    fill:#777;
}

.footer-bottom{
    border-top:1px solid #e5e5e5;
    text-align:center;
    padding:20px;
    background:#fff;
}

.footer-bottom p{
    margin:0;
    color:#666;
    font-size:14px;
}
.newsletter-form button{
    background:#6d4c41;
    color:#fff;
    border-radius:4px;
}

.newsletter-form button:hover{
    background:#4e342e;
}
.social-links svg{
    fill:#6d4c41;
}

.social-links a:hover{
    background:#6d4c41;
}

.social-links a:hover svg{
    fill:#fff;
}
@media(max-width:768px){
    .footer-title{
        font-size:28px;
    }
}
/* ==========================
   Footer Responsive Mobile
========================== */
@media (max-width:768px){

    .footer-top{
        flex-direction:column;
        gap:45px;
        padding:45px 20px;
    }

    .footer-column{
        width:100%;
        text-align:center;
    }

    .social-box{
        border:none;
        border-bottom:1px solid #e5e5e5;
        padding:0 0 35px;
    }

    .newsletter-box{
        padding:0;
    }

    .footer-title{
        font-size:26px;
        line-height:1.5;
        margin-bottom:15px;
    }

    .footer-subtitle{
        font-size:13px;
        margin-bottom:12px;
    }

    .footer-desc{
        max-width:100%;
        font-size:14px;
        line-height:2;
        margin:0 auto;
    }

    .newsletter-form{
        flex-direction:column;
        gap:15px;
        margin-top:25px;
    }

    .newsletter-form input{
        width:100%;
        border:1px solid #ddd;
        border-radius:10px;
        padding:14px 15px;
        background:#fff;
        box-sizing:border-box;
    }

    .newsletter-form button{
        width:100%;
        height:50px;
        border-radius:10px;
    }

    .social-links{
        justify-content:center;
        flex-wrap:wrap;
        gap:12px;
        margin-top:25px;
    }

    .social-links a{
        width:48px;
        height:48px;
    }

    .social-links svg{
        width:20px;
        height:20px;
    }

    .footer-bottom{
        padding:18px 15px;
    }

    .footer-bottom p{
        font-size:13px;
        line-height:2;
    }

}
/***********************      شروع شبکه اجتماعی شناور     ********************************/
.floating-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
}

.floating-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
}

.image-social{
    padding-left: 7px;
}
.social-menu {
    position: fixed;
    bottom: 100px;
    right: 30px;
    display: none;
    flex-direction: column;
    gap: 10px;
    z-index: 999;
}

.social-item {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: white;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.social-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.bale {
    background: #00C19B;
}

.telegrami {
    background:#1d87bb;
}

.whatsapp {
    background: #25D366;
}

.social-icon{
    width: 32px;
    height: 32px;
    display: block;
}

.social-item i{
    font-size: 32px;
}
@media (max-width: 768px) {
    .social-menu {
        right: 33px;
        bottom: 90px;
        gap: 8px;
margin-bottom: 5px;
    }
    
    .social-item {
        width: 55px !important;
        height: 55px !important;
    }
    
   .image-social {
        width: 36px !important;
        height: 30px !important;
        padding-left: 7px !important;
        flex-shrink: 0 !important;
    }
    
  
}
overflow-x{
display:hidden;
}
/***********************  پایان  شبکه اجتماعی شناور    ********************************/
