/*!*!* Footer Base *!*!*/
/*!*.footer-area {*!*/
/*!*    position: relative;*!*/
/*!*    color: #fff;*!*/
/*!*    !*padding: 50px 0 0;*!*!*/
/*!*    font-size: 14px;*!*/
/*!*    height: 570px;*!*/
/*!*    z-index: 1;*!*/
/*!*}*!*/

/*.footer-area {*/
/*    position: relative;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    min-height: 85vh;*/
/*    z-index: 1;*/
/*    padding-top: 40px;*/
/*    font-size: 20px;*/
/*}*/


/*!* Dubai Background *!*/
/*.footer-bg {*/
/*    background: url("../images/banner/Skyline.png") no-repeat center bottom;*/
/*    background-size: cover;*/
/*}*/

/*!* Black Overlay *!*/
/*.footer-bg::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    background: rgba(0, 0, 0, 0.7);*/
/*    z-index: -1;*/
/*}*/

/*!* Logo *!*/
/*.footer-logo {*/
/*    height: 150px;*/
/*}*/

/*!* Company Info *!*/
/*.footer-company-name {*/
/*    color: #c552a0;*/
/*    font-weight: 600;*/
/*    font-size: 18px;*/
/*    margin-bottom: 6px;*/
/*}*/

/*!*.footer-tagline {*!*/
/*!*    max-width: 320px;*!*/
/*!*}*!*/

/*!* Titles *!*/
/*.footer-title {*/
/*    font-size: 18px;*/
/*    font-weight: 600;*/
/*    margin-bottom: 15px;*/
/*    color: #c552a0;*/
/*}*/

/*.footer-social {*/
/*    margin-top: 30px;*/
/*}*/


/*!* Social Icons *!*/
/*.footer-social a {*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    margin-right: 8px;*/
/*    border-radius: 50%;*/
/*    background: rgba(255, 255, 255, 0.15);*/
/*    color: #fff;*/
/*    font-size: 18px;*/
/*    transition: all 0.3s ease;*/
/*    text-decoration: none;*/
/*}*/

/*.footer-social a:hover {*/
/*    background: #c552a0;*/
/*    transform: translateY(-3px);*/
/*}*/

/*!* Quick Links *!*/
/*.footer-links {*/
/*    list-style: none;*/
/*    padding: 0;*/
/*}*/

/*.footer-links li {*/
/*    margin-bottom: 10px;*/
/*}*/

/*.footer-links a {*/
/*    color: #ffffff;*/
/*    text-decoration: none;*/
/*    transition: color 0.3s;*/
/*}*/

/*.footer-links a:hover {*/
/*    color: #c552a0;*/
/*}*/

/*!* Contact *!*/
/*.footer-contact {*/
/*    list-style: none;*/
/*    padding: 0;*/
/*}*/

/*.footer-contact li {*/
/*    display: flex;*/
/*    gap: 10px;*/
/*    margin-bottom: 12px;*/
/*}*/

/*.footer-contact i {*/
/*    color: #c552a0;*/
/*    !*font-size: 16px;*!*/
/*    margin-top: 2px;*/
/*    !*margin-left: 100px;*!*/
/*}*/

/*!* Bottom Bar *!*/
/*.footer-bottom {*/
/*    margin-top: auto;*/
/*    padding: 15px 0;*/
/*    border-top: 1px solid rgba(255, 255, 255, 0.1);*/
/*    font-size: 18px;*/
/*    !*color: #ccc;*!*/
/*}*/

/*.footer-dev {*/
/*    color: #c552a0;*/
/*    text-decoration: none;*/
/*}*/

/*.footer-dev:hover {*/
/*    text-decoration: underline;*/
/*}*/


/*@media (max-width: 767px) {*/

/*    !* Footer overall *!*/
/*    .footer-area {*/
/*        text-align: center;*/
/*    }*/

/*    !* Logo *!*/
/*    .footer-logo {*/
/*        margin-left: auto;*/
/*        margin-right: auto;*/
/*    }*/

/*    !* Company text *!*/
/*    .footer-company-name,*/
/*    .footer-tagline {*/
/*        margin-left: auto;*/
/*        margin-right: auto;*/
/*    }*/

/*    !* Social icons center *!*/
/*    .footer-social {*/
/*        justify-content: center;*/
/*        display: flex;*/
/*    }*/

/*    !* Quick links *!*/
/*    !*.footer-links*/
/*    {*!*/
/*    !*    text-align: center;*!*/
/*    !*}*!*/

/*    !* Contact *!*/
/*    .footer-contact li {*/
/*        justify-content: center;*/
/*        text-align: center;*/
/*    }*/


/*    !* Bottom bar *!*/
/*    .footer-bottom {*/
/*        text-align: center;*/
/*    }*/

/*    .footer-contact li {*/
/*        align-items: flex-start;*/
/*    }*/

/*}*/


/* Footer Wrapper */
.custom-footer {
    background-color: #000; /* base color */
    background-image: url('../images/banner/Skyline.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

/*.custom-footer {*/
/*    filter: contrast(1.2) brightness(0.95);*/
/*}*/



/* Responsive Flex Row */
.custom-footer-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* Columns */
.footer-column {
    flex: 1;
    min-width: 250px;
}

/* Logo */
.footer-logo {
    width: 100px;
    height: auto;
}

/* Description */
.footer-description {
    color: #fff;
}

/* Social */
.social-icons {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
}

.social-title {
    color: #fff;
}

.social-icons a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

/* Links */
.link-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.link-list li {
    margin-bottom: 10px;
}

.link-list a {
    color: #fff;
    text-decoration: none;
}

.link-list i {
    margin-right: 5px;
}

/* Address Area */
.footer-address-area ul {
    list-style: none;
    padding: 0;
}

.footer-address-area li {
    margin-bottom: 15px;
}

.footer-address-area a {
    color: #fff;
    text-decoration: none;
}

.footer-address-area span {
    color: #fff;
}

.footer-heading {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}
