

.footer-section{
    background:#f8f5f1;
    color:#3e2a1f;
    border-top:1px solid #e5d8ca;
}

.footer-title{
    font-size:30px;
    font-weight:700;
    font-family: serif;
}

.footer-heading{
    font-size:25px;
    font-weight:700;
    color:#3e2a1f;
    font-family: serif;
}

.footer-line{
    width:55px;
    height:2px;
    background:#c89b5d;
}

.footer-text{
    font-size:15px;
    line-height:28px;
    color:#5f5f5f;
}

.footer-link{
    display:block;
    margin-bottom:22px;
    text-decoration:none;
    color:#3e2a1f;
    font-size:15px;
    transition:.3s;
    position:relative;
    padding-left:22px;
    width:fit-content;
}

.footer-link::before{
    content:"›";
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    color:#c89b5d;
    font-size:24px;
    font-weight:600;
    transition:.3s;
}

.footer-link:hover{
    color:#c89b5d;
    padding-left:28px;
}

.footer-link:hover::before{
    left:5px;
}

.feature-icon{
    width:35px;
    height:35px;
    min-width: 35px;
    border:1px solid #d7b88a;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    color:#b8864b;
}

.small-text{
    color:#6b6b6b;
    font-size:12px;
}

.contact-item{
    display:flex;
    align-items:flex-start;
    gap:14px;
    margin-bottom:8px;
}

.contact-item i{
    width:35px;
    min-width:35px;
    height:35px;
    border-radius:50%;
    background:#3e2a1f;
    color:white;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
}

.contact-text{
    display:flex;
    flex-direction:column;
}

.contact-item span{
    font-size:13px;
    line-height:24px;
    font-weight: 500;
}


.contact-main{
    font-size:10px;
    color:#555;
    line-height:30px;
    margin-bottom:2px;
}


.whatsapp-box{
    background:white;
    padding:60px 8px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius:25px;
    border:1px solid #e3d4c3;
    box-shadow:0 5px 20px rgba(0,0,0,0.05);
    
}

.whatsapp-icon{
    width:40px;
    height:40px;
    border:1px solid #d9c0a0;
    border-radius:50%;
    margin:auto;
    margin-top: 0;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    color:#16a34a;
}

.whatsapp-title{
    font-size:20px;
    font-family:serif;
    margin-top:15px;
    line-height:30px;
}

.whatsapp-text{
    font-size:12px;
    color:#555;
    line-height:22px;
}

.whatsapp-btn{
    display:inline-block;
    margin-top:-5px;
    background:#16a34a;
    color:white;
    width: 100%;
    padding:10px 10px;
    border-radius:12px;
    text-decoration:none;
    font-size:10px;
    font-weight:600;
    transition:.3s;
}

.whatsapp-btn:hover{
    background:#12803a;
    color:white;
}

.reply-text{
    color:#666;
    font-size:10px;
    margin-bottom: 0;
}



.footer-badge-section{

    background:#f8f5f1;
    color:#3e2a1f;
    border-top:1px solid #e5d8ca;
    padding-top:20px;

}

.footer-badge-section .row{
    margin-bottom:0 !important;
}

.badge-item{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    position:relative;
}

.badge-item::after{
    content:"";
    position:absolute;
    right:-50px;
    top:50%;
    transform:translateY(-50%);
    width:1px;
    height:60px;
    background:#ddd0c2;
}

.col-lg-3:last-child .badge-item::after{
    display:none;
}

.badge-item i{
    width:40px;
    height:40px;
    min-width: 40px;
    border:1px solid #d7b88a;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    color:#b8864b;
    /* margin-left: 25px; */
    gap:10px

}


.badge-item span{
    font-size:20px;
    font-weight:600;
    font-family: serif;
}



.footer-bottom{
    overflow-x: hidden;
    background:linear-gradient(to right,#2b1b12,#4a2d1d,#2b1b12);
    color:white;
    padding:10px 0;
    margin-top: 0;
    width: 100%;
}

.bottom-link{
    text-decoration:none;
    color:white;
}

.bottom-link:hover{
    color:#d6a76b;
}

.social-icon{
    width:40px;
    height:40px;
    max-width: 40px;
    border:1px solid rgba(255,255,255,0.4);
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:white;
    margin-left:10px;
    transition:.3s;
    text-decoration:none;
}

.social-icon:hover{
    background:#c89b5d;
    border-color:#c89b5d;
    color:white;
}

@media(max-width:1280px){
    .footer-title{
        font-size:20px;
        font-weight:700;
        font-family: serif;
    }

    .footer-heading{
        font-size:20px;
        font-weight:700;
        color:#3e2a1f;
        font-family: serif;
    }


    .footer-text{
        font-size:12px;
        line-height:22px;
        color:#5f5f5f;
    }

    .footer-link{
        display:block;
        margin-bottom:22px;
        text-decoration:none;
        color:#3e2a1f;
        font-size:12px;
        transition:.3s;
        position:relative;
        padding-left:22px;
        width:fit-content;
    }

    .contact-item{
        display:flex;
        align-items:flex-start;
        gap:10px;
        margin-bottom:8px;
    }

    .contact-item i{
        width:30px;
        min-width:30px;
        height:30px;
        border-radius:50%;
        background:#3e2a1f;
        color:white;
        display:flex;
        align-items:center;
        justify-content:center;
        font-size:15px;
    }

    .contact-text{
        display:flex;
        flex-direction:column;
    }

    .contact-item span{
        font-size:12px;
        line-height:20px;
        font-weight: 500;
        width: 100%;
    }


    .contact-main{
        font-size:8px;
        color:#555;
        line-height:20px;
    }


    .feature-icon{
        width:30px;
        height:30px;
        min-width: 30px;
        border:1px solid #d7b88a;
        border-radius:50%;
        display:flex;
        align-items:center;
        justify-content:center;
        font-size:18px;
        color:#b8864b;
    }

    .footer-feature h6{
        font-size: 14px;
    }

    .small-text{
        color:#6b6b6b;
        font-size:10px;
    }

    .badge-item::after{
        content:"";
        position:absolute;
        right:-25px;
        top:50%;
        transform:translateY(-50%);
        width:1px;
        height:60px;
        background:#ddd0c2;
    }

    .whatsapp-box{
        background:white;
        padding:30px 6px;
        max-width: 100%;
        padding-top: 15px;
        margin-left: 25px !important;
        padding-bottom: 15px;
        border-radius:25px;
        border:1px solid #e3d4c3;
        box-shadow:0 5px 20px rgba(0,0,0,0.05);
        
    }

    .whatsapp-icon{
        width:30px;
        height:30px;
        max-width: 30px;
        border:1px solid #d9c0a0;
        border-radius:50%;
        margin:auto;
        margin-top: 0;
        display:flex;
        align-items:center;
        justify-content:center;
        font-size:18px;
        color:#16a34a;
    }

    .whatsapp-title{
        font-size:12px;
        font-family:serif;
        margin-top:15px;
        line-height:22px;
    }

    .whatsapp-text{
        font-size:9px;
        color:#555;
        line-height:18px;
        font-weight: 700px;
        margin-top: 2px;
        /* display: none; */
    }

    .social-icon{
        width:30px;
        height:30px;
        max-width: 30px;
        border:1px solid rgba(255,255,255,0.4);
        border-radius:50%;
        display:inline-flex;
        align-items:center;
        justify-content:center;
        color:white;
        margin-left:10px;
        transition:.3s;
        text-decoration:none;
    }

    .footer-bottom-text{
        font-size: 13px;
    }

    .footer-badge-section{

        background:#f8f5f1;
        color:#3e2a1f;
        border-top:1px solid #e5d8ca;
        padding-top:20px;
        padding-bottom: -5px;

    }

   
}



@media(max-width:820px){
    .footer-badge-section{
        overflow-x: hidden;
        display:none;
        border-top:1px solid #e5d8ca;
        padding-top:28px;
        padding-bottom:2px;
        margin-bottom:0;
    }
}

@media(max-width:480px){

    

    .footer-badge-section{

        overflow-x: hidden;
        display:none;
        border-top:1px solid #e5d8ca;
        padding-top:28px;
        padding-bottom:2px;
        margin-bottom:0;
    }

    .footer-badge-section .row{
        margin-bottom:0 !important;
    }

    .badge-item{
        display:flex;
        align-items:center;
        justify-content:center;
        gap:20px;
        position:relative;
    }

    .badge-item::after{
        content:"";
        position:absolute;
        right:-50px;
        top:50%;
        transform:translateY(-50%);
        width:1px;
        height:60px;
        background:#ddd0c2;
    }

    .col-lg-3:last-child .badge-item::after{
        display:none;
    }

    .badge-item i{
        width:40px;
        height:40px;
        min-width: 40px;
        border:1px solid #d7b88a;
        border-radius:50%;
        display:flex;
        align-items:center;
        justify-content:center;
        font-size:20px;
        color:#b8864b;
        /* margin-left: 25px; */
        gap:10px

    }


    .badge-item span{
        font-size:20px;
        font-weight:600;
        font-family: serif;
    }

    .footer-bottom{
        background:linear-gradient(to right,#2b1b12,#4a2d1d,#2b1b12);
        color:white;
        padding:10px 0;
        margin-top: 0;
        width: 100%;
    }

    .footer-bottom-text{
        font-size: 10px;
    }

    .footer-bottom-text a{
        font-size: 8px;
    }

    .footer-media{
        display:inline-flex !important;
    }

    .social-icon{
        width:30px;
        height:30px;
        max-width: 30px;
        border:1px solid rgba(255,255,255,0.4);
        border-radius:50%;
        display:inline-flex;
        align-items:center;
        justify-content:center;
        color:white;
        margin-left:10px;
        transition:.3s;
        text-decoration:none;
    }


}

