/* CTA Banner */
.cta-banner {
    background-color: #2a3540;
}

.cta-book {
    background-color: #a99a66;
}

.cta-call {
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-gold {
    color: #a99a66;
}

/* Footer Content */
.footer-content {
    background-color: #ffffff;
}

.footer-heading {
    color: #2a3540;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
}

.social-icons img {
    transition: opacity 0.3s ease;
}

.social-icons a:hover img {
    opacity: 0.8;
}

/* Footer Bottom */
.footer-bottom {
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
}

.footer-bottom a {
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
    .cta-banner .display-5 {
        font-size: 1.75rem;
    }

    .cta-call {
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .footer-content .col-md-4 {
        text-align: center;
    }
}

.social-icons a {
    text-decoration: none;
}