footer {
    background: #071018;
    color: #9fbab0;
    /* padding: 40px 0; */
}

footer a {
    color: #fff;
}

@media (max-width:768px) {
    .hero-title {
        font-size: 28px;
    }

    .hero-card {
        max-width: 100%;
        margin-top: 20px;
    }
}

footer {
    background: linear-gradient(135deg, #0B3738, #0B3738);
}

footer p {
    color: #98a8a5;
    font-size: 12px;
}

footer h5 {
    font-size: 16px;
}

footer a {
    color: #98a8a5 !important;
}

footer a:hover {
    color: #fff !important;
    text-decoration: underline;
}

footer .social-icons a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    background: #0e8a72;
    color: #fff;
    margin-right: 8px;
    transition: background .3s, color .3s;
}

footer .social-icons a:hover {
    background: #fff;
}

footer .social-icons a:hover i {
    color: #0e8a72;
}

.footer-links a {
    color: #bfbfbf;
    position: relative;
    transition: all 0.3s ease;
    padding-left: 0;
}

.footer-links a::before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.3s ease;
    color: #0e8a72;
}

.footer-links a:hover {
    color: #fff;
    padding-left: 15px;
}

.footer-links a:hover::before {
    left: 0;
    opacity: 1;
}

.contact-box {
    padding: 10px 15px;
    border-left: 3px solid #d4af37;
    border-radius: 6px;
    transition: 0.3s ease;
}

.contact-box:hover {
    background: rgba(255, 255, 255, 0.07);
    transform: translateX(5px);
}
