/* Elegant Footer Styles */
.ftco-footer.elegant-footer {
    background: #0d0f11;
    position: relative;
    padding: 6em 0 3em 0;
    color: rgba(255, 255, 255, 0.7);
    border-top: 1px solid rgba(250, 197, 100, 0.2);
}

.elegant-footer .overlay {
    background: url('../images/bg_4.jpg') no-repeat center center fixed;
    background-size: cover;
    opacity: 0.05;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.elegant-footer .container {
    position: relative;
    z-index: 1;
}

.elegant-footer .ftco-footer-widget h2 {
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.elegant-footer .ftco-footer-widget h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #fac564;
}

.elegant-footer .navbar-brand {
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    display: block;
}

.elegant-footer .navbar-brand span {
    color: #fac564;
}

.elegant-footer .navbar-brand small {
    font-family: 'Nothing You Could Do', cursive;
    color: #fac564;
    text-transform: lowercase;
    font-size: 14px;
}

.elegant-footer p {
    line-height: 1.8;
}

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

.elegant-footer ul.list-unstyled li a {
    color: rgba(255, 255, 255, 0.6);
    transition: 0.3s all ease;
    display: flex;
    align-items: center;
}

.elegant-footer ul.list-unstyled li a:hover {
    color: #fac564;
    padding-left: 5px;
}

.elegant-footer .block-23 ul li {
    display: flex;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.7);
}

.elegant-footer .block-23 ul li .icon {
    width: 40px;
    color: #fac564;
    font-size: 18px;
    margin-top: 5px;
}

.elegant-footer .block-23 ul li .text {
    width: calc(100% - 40px);
}

.elegant-footer .ftco-footer-social li a {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all ease;
}

.elegant-footer .ftco-footer-social li a:hover {
    background: #fac564;
    color: #000;
    border-color: #fac564;
    transform: translateY(-3px);
}

.elegant-footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 30px;
    margin-top: 5px;
}

.elegant-footer .footer-bottom p {
    font-size: 14px;
}

.elegant-footer .footer-bottom a {
    color: #fac564;
    font-weight: 500;
}