footer {
    background-color: #1E1E1E;
}

/* BORACAY SUITES */
    footer > .boracay-suites > .title-border-box {
        border: 1px solid #C7AA70;
        padding-bottom: 28px;
    }
    footer > .boracay-suites {
        padding: 40px 20px 25px;
        background: #181E30;
    }
    footer > .boracay-suites > .title-border-box > h2.alt-font {
        font-size: 18px !important;
        color: #C7AA70 !important;
        letter-spacing: 1.5px;
        line-height: 24px;
        margin-bottom: 3px;
        font-weight: 700;
        position: absolute;
        right: 0;
        left: 0;
        margin-top: -10px;
        display: flex;
        justify-content: center;
    }
    footer > .boracay-suites > .title-border-box > h2.alt-font > span {
        background: #181E30;
        padding-left: 12px;
        padding-right: 12px;
    }
    footer > .boracay-suites > .title-border-box > h1 {
        font-size: 40px;
        line-height: 24px;
        font-weight: 600;
        color: #fff;
        letter-spacing: 0;
        margin: 42px 0 22px;
    }
    footer > .boracay-suites > .title-border-box > h1 > span.alt-font {
        font-size: 20px !important;
        letter-spacing: 1.67px;
        line-height: 27px;
        font-weight: 700;
    }
    footer > .boracay-suites > .title-border-box > .more-info {
        font-size: 18px;
        color: #C7AA70;
        letter-spacing: 1.44px;
        line-height: 24px;
        font-weight: 400;
        margin-bottom: 30px;
    }
    footer .back-to-top {
        background: #797979;
        height: 45px;
        width: 45px;
        display: block;
        color: #1E1E1E;
        position: absolute;
        bottom: 50px;
        right: 20px;
        font-size: 25px;
        line-height: 45px;
        text-align: center;
        transform: rotate(180deg);
    }


/* FOOTER TOP */
    footer > .top {
        padding: 20px 20px 0;
    }
    footer > .top > .info {
        text-align: center;
        border-top: 1px solid #C7AA70;
        font-size: 15px;
        color: #A9A9A9;
        line-height: 19px;
        padding: 25px 5px;
    }
    footer > .top > .info > .address {
        margin-bottom: 4px;
    }
    footer > .top > .info > .phone {
        font-size: 18px;
        color: #fff;
        letter-spacing: 0.5px;
        line-height: 21px;
        margin-bottom: 3px;
        font-weight: 700;
    }

    footer > .top > .links {
        border-top: 3px solid #C7AA70;
        font-size: 13px;
        font-weight: 700;
        color: #fff;
        line-height: 16px;
        padding: 0;
    }
    footer > .top > .links > .quick-links {
        margin: 0;
        padding: 10px 0 0;
        list-style: none;
        display: flex;
        flex-direction: column;
    }
    footer > .top > .links > .quick-links > li > a {
        padding: 10px 0;
        display: block;
        color: #fff;
    }


/* FOOTER BOTTOM */
    footer > .bottom {
        background: #171717;
        padding: 10px 0;
    }
    footer > .bottom p {
        margin: 0;
        font-size: 11px;
        color: #909090;
        line-height: 17px;
        font-weight: 300;
    }
