 /* Footer Styles */
.footer {
    background-color: #1a1a2e;
    color: #ffffff;
    padding: 60px 0 30px;
}

.footer h6 {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer ul li {
    margin-bottom: 8px;
}

.footer ul li a {
    color: #b0b0c0;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 14px;
}

.footer ul li a:hover {
    color: #ffffff;
}

.footer-col {
    margin-bottom: 30px;
}

.footer .p-small {
    color: #b0b0c0;
    font-size: 14px;
    line-height: 1.8;
}

/* Footer About Section */
.footer-about {
    border-top: 1px solid #2a2a4a;
    padding-top: 25px;
    margin-top: 10px;
}

.footer-about .p-small {
    color: #8a8a9a;
    font-size: 13px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

/* Social & Copyright Row */
.copyright {
    background-color: #14142a;
    padding: 18px 0;
    border-top: 1px solid #2a2a4a;
}

.social-icons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.social-icons .fa-stack {
    width: 34px;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
}

.social-icons .fa-stack a {
    color: #b0b0c0;
    transition: color 0.3s ease;
    display: block;
}

.social-icons .fa-stack a:hover {
    color: #ffffff;
}

.social-icons .fa-stack .fa-circle {
    color: #2a2a4a;
}

.social-icons .fa-stack .fa-stack-1x {
    font-size: 14px;
}

.copyright-text {
    text-align: right;
}

.copyright-text .p-small {
    color: #b0b0c0;
    font-size: 14px;
    margin: 0;
}

.copyright-text .p-small a {
    color: #ffffff;
    text-decoration: none;
}

.copyright-text .p-small a:hover {
    text-decoration: underline;
}

/* Mobile Responsive */
@media (max-width: 992px) {
    .footer h6 {
        font-size: 15px;
    }
    
    .footer ul li a {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .footer {
        padding: 40px 0 20px;
    }
    
    .footer-col {
        margin-bottom: 25px;
    }
    
    .footer h6 {
        font-size: 14px;
    }
    
    .footer ul li a {
        font-size: 13px;
    }
    
    .footer-about .p-small {
        font-size: 12px;
        padding: 0 15px;
    }
    
    .social-icons {
        justify-content: center;
        margin-bottom: 12px;
    }
    
    .copyright-text {
        text-align: center;
    }
    
    .copyright .row {
        flex-direction: column-reverse;
    }
    
    .copyright .col-lg-6 {
        text-align: center;
    }
    
    .social-icons .fa-stack {
        width: 30px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
    }
}

@media (max-width: 576px) {
    .footer h6 {
        font-size: 13px;
        margin-bottom: 12px;
    }
    
    .footer ul li {
        margin-bottom: 5px;
    }
    
    .footer ul li a {
        font-size: 12px;
    }
    
    .footer-about {
        padding-top: 15px;
        margin-top: 5px;
    }
    
    .footer-about .p-small {
        font-size: 11px;
        line-height: 1.6;
    }
    
    .copyright {
        padding: 12px 0;
    }
    
    .copyright-text .p-small {
        font-size: 12px;
    }
}
