

/* LEFT SIDE */
.brand-heading {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 20px;
}

.follow-text {
    font-size: 13px;
    color: #9fb3c8;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.social-icons {
    padding: 0;
}

.social-icons li {
    display: inline-block;
    margin-right: 12px;
}

.social-icons li a {
    color: #cbd5e1;
    font-size: 16px;
    transition: 0.3s;
}

.social-icons li a:hover {
    color: #ffffff;
}

/* LINKS */
.footer-links h6 {
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 600;
}

.footer-links ul {
    padding: 0;
}

.footer-links ul li {
    list-style: none;
    margin-bottom: 6px;
    font-size: 13px;
    color: #9fb3c8;
}

.footer-links ul li a {
    color: #9fb3c8;
    text-decoration: none;
}
.contact-rt .wpcf7-response-output {
    color: #fff;
}
.footer-links ul li a:hover {
    color: #fff;
}
.contact-rt textarea {
    color: #fff;
}
/* CTA */
.footer-cta h6 {
    font-size: 14px;
    margin-bottom: 10px;
}

.footer-cta p {
    font-size: 13px;
    color: #9fb3c8;
    margin-bottom: 15px;
}

.footer-btn {
    display: inline-block;
    background: #ff6a00;
    color: #fff;
    padding: 8px 18px;
    border-radius: 4px;
    font-size: 13px;
    text-decoration: none;
    transition: 0.3s;
}

.footer-btn:hover {
    background: #e85d00;
}

/* COPYRIGHT */
.copyright {
    margin-top: 25px;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 15px;
    text-align: center;
}


/* Footer base text color */
.top-footer,
.top-footer p,
.top-footer span,
.top-footer li,
.top-footer a,
.top-footer h1,
.top-footer h2,
.top-footer h3,
.top-footer h4,
.top-footer h5,
.top-footer h6 {
    color: #ffffff !important;
}

/* Links */
.top-footer a {
    color: #ffffff !important;
    text-decoration: none;
}

.top-footer a:hover {
    color: #cccccc !important;
}

/* Social icons */
.top-footer .footer-logo ul li a i {
    color: #ffffff !important;
}

/* Address icons */
.top-footer .address img {
    filter: brightness(0) invert(1); /* makes icons white */
}

/* CTA Button */
.footer-cta-btn {
    background: #ffffff;
    color: #000000 !important;
    padding: 10px 20px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 600;
    transition: 0.3s ease;
}

.footer-cta-btn:hover {
    background: #e6e6e6;
    color: #000000 !important;
}

/* Copyright text */
.top-footer .copyright p {
    color: #ffffff !important;
    opacity: 0.8;
}
/* Enquire Now button - white background + black text */
.top-footer .enquire-btn,
.top-footer .footer-cta-btn,
.top-footer a.enquire-btn {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #ffffff;
}

/* Hover state */
.top-footer .enquire-btn:hover,
.top-footer .footer-cta-btn:hover,
.top-footer a.enquire-btn:hover {
    background-color: #f2f2f2 !important;
    color: #000000 !important;
}