#luxury-footer {
    padding: 15px 0 10px;
    color: #111;
}

#luxury-footer .footer-line {
    border-top: 1px solid #eaeaea;
    margin-bottom: 40px;
}

#luxury-footer .footer-main {
    align-items: flex-start;
}

#luxury-footer .footer-title {
    font-family: 'LibertinusDisplay', serif;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 24px;
    text-transform: uppercase;
    color: #111;
    line-height: 1.1;
}

#luxury-footer .footer-address {
    font-size: 16px;
    line-height: 1.7;
    font-family: "Montserrat", sans-serif;
    color: #555;
    font-weight: 300;
    font-style: normal;
    margin: 0;
}

#luxury-footer .footer-contact,
#luxury-footer .footer-follow-box {
    padding-top: 79px;
}

#luxury-footer .footer-contact p {
    font-size: 16px;
    line-height: 1.9;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #555;
    margin: 0;
}

#luxury-footer .footer-contact a {
    color: #111;
    text-decoration: underline;
}

#luxury-footer .footer-follow {
    font-size: 18px;
    margin-bottom: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #555;
}

#luxury-footer .footer-social {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

#luxury-footer .footer-social a {
    width: 38px;
    height: 38px;
    /* border: 1px solid #b4aa8a; */
    /* color: #b4aa8a; */
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    /* font-size: 15px; */
    transition: all .3s ease;
}


#luxury-footer .footer-bottom {
    margin-top: 0px;
}

#luxury-footer .footer-copy {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    color: #333;
    margin: 0;
    font-weight: 300;
}

.footer-bottom{
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 20px 0;
    margin-top: 30px;
}

.footer-bottom .d-flex{
    align-items: center;
    gap: 20px;
}

.footer-copy{
    font-size: 12px;
    color: rgba(255,255,255,0.7);
    line-height: 1.7;
}

.footer-bottom a,
.footer-bottom div:not(.footer-copy){
    font-size: 12px;
    color: #333;
    transition: all .3s ease;
    cursor: pointer;
}

.footer-bottom a:hover,
.footer-bottom div:not(.footer-copy):hover{
    color: #c8b27d;
}

.footer-title-logo{
    width: 120px;
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
    object-fit: contain;
}

/* Mobile Version */
@media (max-width: 768px){

    .footer-bottom .d-flex{
        flex-direction: column;
        align-items: start;
        text-align: center;
        gap: 10px;
    }

    /* Menu atas */
    .footer-bottom .me-2{
        order: 1;
    }

    .footer-bottom .d-flex > div:last-child{
        order: 2;
    }

    /* Copyright paling bawah */
    .footer-copy{
        order: 3;
        margin-top: 10px;
        font-size: 13px;
    }

    .footer-title-logo{
        width: 110px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
}

/* ======================
   TABLET
====================== */
@media (max-width: 991px) {
    #luxury-footer {
        padding: 60px 0 45px;
    }

    #luxury-footer .footer-title {
        font-size: 34px;
    }

    #luxury-footer .footer-address,
    #luxury-footer .footer-contact p {
        font-size: 16px;
    }

    #luxury-footer .footer-contact,
    #luxury-footer .footer-follow-box {
        padding-top: 0;
    }

    #luxury-footer .footer-bottom {
        margin-top: 30px;
    }
}

/* ======================
   MOBILE
====================== */
@media (max-width: 767px) {
    #luxury-footer {
        padding: 45px 0 40px;
    }

    #luxury-footer .footer-line {
        margin-bottom: 20px;
    }

    #luxury-footer .footer-title {
        font-size: 28px;
        margin-bottom: 18px;
    }

    #luxury-footer .footer-address {
        font-size: 15px;
        line-height: 1.7;
    }

    #luxury-footer .footer-contact p {
        font-size: 15px;
        line-height: 1.8;
    }

    #luxury-footer .footer-follow {
        font-size: 18px;
    }

    #luxury-footer .footer-social {
        gap: 14px;
    }

    #luxury-footer .footer-social a {
        width: 34px;
        height: 34px;
        font-size: 14px;
    }

    #luxury-footer .footer-copy {
        font-size: 14px;
    }
}
