/*!
 * GamudaLand.net UI Framework
 * File: 14-footer-premium.css
 * Version: 2.0.0
 * Author: Kai
 * Premium Footer Redesign
 */

/* =========================================
   PREMIUM FOOTER
========================================= */

#footer,
.footer-wrapper{
    background:linear-gradient(180deg,#1F2937 0%,#111827 100%);
    color:#D1D5DB;
}

.footer{
    padding:80px 0 35px;
}

/* Logo */

.footer .logo img{
    max-height:60px;
    margin-bottom:20px;
}

/* Widget */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer .widget-title{
    color:#fff;
    font-size:22px;
    font-weight:700;
    margin-bottom:24px;
}

.footer p,
.footer li,
.footer span{
    color:#CBD5E1;
    line-height:1.9;
    font-size:15px;
}

.footer ul{
    list-style:none;
    margin:0;
    padding:0;
}

.footer ul li{
    margin-bottom:12px;
}

.footer a{
    color:#CBD5E1;
    transition:all .3s ease;
}

.footer a:hover{
    color:#fff;
    padding-left:5px;
}

/* Divider */

.footer .is-divider{
    display:none;
}

/* Contact */

.footer .icon-box{
    display:flex;
    align-items:flex-start;
    gap:14px;
    margin-bottom:18px;
}

.footer .icon-box .icon{
    width:44px;
    height:44px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#C62828;
    color:#fff;
    flex-shrink:0;
}

.footer .icon-box-text{
    color:#CBD5E1;
}

/* Hotline */

.footer .hotline{
    display:inline-flex;
    align-items:center;
    gap:12px;
    background:#fff;
    color:#C62828;
    padding:14px 20px;
    border-radius:999px;
    font-weight:700;
    margin-top:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.18);
}

/* Social */

.footer .social-icons{
    display:flex;
    gap:12px;
    margin-top:20px;
}

.footer .social-icons a{
    width:46px;
    height:46px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.08);
    border-radius:50%;
    color:#fff;
    transition:.3s;
}

.footer .social-icons a:hover{
    background:#C62828;
    transform:translateY(-4px);
}

/* Copyright */

.absolute-footer{
    background:#0F172A;
    border-top:1px solid rgba(255,255,255,.08);
    color:#94A3B8;
    padding:18px 0;
    font-size:14px;
}

.absolute-footer a{
    color:#CBD5E1;
}

.absolute-footer a:hover{
    color:#fff;
}

/* Newsletter */

.footer input[type=email]{
    background:#fff;
    border:none;
    border-radius:999px;
    height:50px;
    padding:0 18px;
}

.footer input[type=submit],
.footer .button{
    border-radius:999px;
    background:#C62828;
    border:none;
    color:#fff;
    font-weight:700;
}

.footer input[type=submit]:hover,
.footer .button:hover{
    background:#A91F24;
}

/* Mobile */

@media(max-width:768px){

.footer{
    text-align:center;
    padding:55px 0 30px;
}

.footer .icon-box{
    justify-content:center;
}

.footer .social-icons{
    justify-content:center;
}

.footer .hotline{
    width:100%;
    justify-content:center;
}

}
