.footer-section {
    background: #111111;
}

.footer-heading {
    font-size: 55px;
    font-weight: 700;
    line-height: 1.2;
}

.schedule-btn {
    background: #ffffff;
    color: #000000;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    transition: 0.3s ease;
}

.schedule-btn:hover {
    opacity: 0.85;
}

.logo-text {
    font-size: 45px;
    margin-bottom: 15px;
    font-weight: 700;
}

.footer-desc {
    color: #cccccc;
    font-size: 15px;
    width: 80%;
}

.footer-title {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.footer-menu {
    list-style: none;
    padding: 0;
}

.footer-menu li {
    margin-bottom: 10px;
}

.footer-menu a {
    color: #cccccc;
    text-decoration: none;
    transition: 0.3s;
}

.footer-menu a:hover {
    color: #ffffff;
}

.social-icons i {
    font-size: 18px;
    cursor: pointer;
    opacity: 0.8;
}

.social-icons i:hover {
    opacity: 1;
}

.footer-line {
    border-color: #333;
    margin: 25px 0;
}

.footer-section .row.text-center.small a {
    color: #ffffff !important;
    text-decoration: none !important;
    margin: 0 5px;
}