 /* ==========================================================================
   12. FOOTER
   ========================================================================== */
 .footer-section {
     background-color: #0b1120;
     color: #ffffff;
     padding: 80px 0 30px 0;
 }

 .footer-description {
     color: #94a3b8;
     font-size: 0.95rem;
     line-height: 1.6;
 }

 .footer-brand {
     font-weight: 800;
     font-size: 1.5rem;
     color: #ffffff;
 }

 .social-links a {
     color: #ffffff;
     background-color: rgba(255, 255, 255, 0.1);
     width: 38px;
     height: 38px;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     border-radius: 50%;
     margin-right: 10px;
     text-decoration: none;
     transition: 0.3s;
 }

 .social-links a:hover {
     background-color: #e67e22;
 }

 .footer-title {
     font-size: 1.1rem;
     font-weight: 700;
     margin-bottom: 25px;
 }

 .footer-links,
 .footer-contact {
     list-style: none;
     padding: 0;
 }

 .footer-links li,
 .footer-contact li {
     margin-bottom: 12px;
     color: #94a3b8;
     font-size: 0.95rem;
 }

 .footer-links a {
     color: #94a3b8;
     text-decoration: none;
     transition: 0.3s;
 }

 .footer-links a:hover {
     color: #e67e22;
 }

 .footer-contact i {
     color: #e67e22;
     margin-right: 10px;
 }

 .footer-text {
     color: #94a3b8;
     font-size: 0.95rem;
 }

 .footer-divider {
     border-color: rgba(255, 255, 255, 0.1);
     margin: 40px 0 20px 0;
 }

 .copyright {
     color: #64748b;
     font-size: 0.85rem;
     margin-bottom: 0;
 }