/* ============================================================
   Dunatos Construction Concepts Ltd — brand overrides
   Brand: navy #16274F, orange accent #E87722
   Loaded AFTER style.css so these rules win on conflict.
   ============================================================ */

/* --- Header logo: SVG sizing --- */
.site-logo a img {
    max-height: 56px;
    width: auto;
    display: block;
}

.footer-logo img {
    max-height: 60px;
    width: auto;
    margin-bottom: 14px;
}

.footer-tagline {
    color: #e87722;
    font-style: italic;
    font-weight: 600;
    margin: -4px 0 18px;
    font-size: 14px;
}

/* --- Top-bar accent: gentle orange tint on the "Free Consultation" CTA on hover --- */
.topbar .get-quote .theme-btn {
    background-color: #e87722;
    border-color: #e87722;
}

.topbar .get-quote .theme-btn:hover {
    background-color: #c5651a;
    border-color: #c5651a;
}

/* --- CTA band ("Ready to Start Your Project?") --- */
.dunatos-cta {
    background-color: #16274f;
    color: #ffffff;
    text-align: center;
}

.dunatos-cta::before {
    background: rgba(22, 39, 79, 0.78);
}

.dunatos-cta .section-title-white h2 {
    color: #ffffff;
    font-size: 36px;
    margin-bottom: 18px;
}

.dunatos-cta .dunatos-cta-text {
    color: #f1f3f7;
    font-size: 17px;
    line-height: 1.7;
    margin: 0 auto 28px;
    max-width: 760px;
}

.dunatos-cta .theme-btn {
    background-color: #e87722;
    border-color: #e87722;
    color: #ffffff;
    padding: 14px 36px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.dunatos-cta .theme-btn:hover {
    background-color: #c5651a;
    border-color: #c5651a;
}

/* Bootstrap 3 includes .text-center, but ensure it works inside this section */
.dunatos-cta .text-center {
    text-align: center;
}

/* --- Footer "Start a Project" widget --- */
.site-footer .footer-social {
    margin-top: 18px;
    padding: 0;
    list-style: none;
}

.site-footer .footer-social li {
    display: inline-block;
    margin-right: 8px;
}

.site-footer .footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    transition: background 0.2s ease, color 0.2s ease;
}

.site-footer .footer-social a:hover {
    background: #e87722;
    color: #ffffff;
}

.site-footer .about-widget .theme-btn {
    background-color: #e87722;
    border-color: #e87722;
    color: #ffffff;
    margin-top: 6px;
}

.site-footer .about-widget .theme-btn:hover {
    background-color: #c5651a;
    border-color: #c5651a;
}

/* --- Subtle bottom copyright bar tweak --- */
.copyright-info p {
    margin: 0;
    color: #cfd3db;
    font-size: 13px;
}
