/* Footer */
.footer {
    position: relative;
    background-image: url('../images/siteimg/kithula14.jpg');
    color: white;
    padding: 20px 0;
    background-size: cover;
    background-position: center;
}

.footer .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #002212;
    opacity: 0.8;
    z-index: 1;
}

.footer .container {
    position: relative;
    z-index: 2;
}

.footer .footer-logo {
    max-width: 100%;
    margin-bottom: 20px;
}

.footer h6 {
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
}

.footer p {
    color: white;    
    margin-bottom: 10px;
    font-size: 13px;
}

.footer a {
    color: white;
    font-size: 13px;
    text-decoration: none;
}

.footer a:hover {
    color: #EFA31D;
}

.footer .quick-links, 
.footer .popular-activities {
    list-style: none;
    padding: 0;
    
}

.footer .quick-links a {
    font-size: 15px;
    padding-left: 10px;

} 
.footer .quick-links li, 
.footer .popular-activities li {
    margin-bottom: 10px;
    font-size: 14px;
}

.footer .popular-activities i {
    color: #EFA31D;
    margin-right: 10px;
    
}

.footer .get-in-touch p {
    display: flex;
    align-items: center;
}

.footer .get-in-touch i {
    color: #EFA31D;
    margin-right: 10px;
}

.footer .get-in-touch a {
    color: white;
    text-decoration: none;
    margin-left: 10px;
}

.footer .get-in-touch a:hover {
    color: #EFA31D;
}

.footer .social-icons {
    margin-top: 20px;
    
}

.footer .social-icon {
    display: inline-block;    
    width: 40px;
    height: 40px;
    background-color: #0D462B;
    color: white;
    border-radius: 5px 5px 5px 20px;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    transition: background-color 0.3s;
}

.footer .social-icon:hover {
    background-color: #7A7A7A;
}

.footer-separator {
    border-color: rgb(255, 255, 255);
}

.footer-note {
    text-align: left;
    margin-top: 20px;
    font-size: px;
}
