/*
Theme Name: Timely Architecture & Engineering Survey
Theme URI: https://timely.co.ke
Description: Premium futuristic WordPress theme for Timely Architecture & Engineering Survey — Architectural Design, Structural Design, Civil Design & Engineering Survey specialists in Nairobi, Kenya. Brand colors: #0d2b52 (Deep Navy) and #e0b353 (Gold).
Version: 1.0.0
Author: Kingdom Keys Digital
Text Domain: timely
Tags: architecture, engineering, construction, professional
*/

/* ─── Color Overrides ──────────────────────── */
:root {
    --bs-primary: #0d2b52;
    --bs-primary-rgb: 13, 43, 82;
    --bs-warning: #e0b353;
    --bs-warning-rgb: 224, 179, 83;
    --bs-link-color: #0d2b52;
}

body {
    font-family: 'Manrope', sans-serif;
    background-color: #f7f8fa;
    color: #4a5568;
    line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    color: #1a1f2e;
}

a {
    color: #0d2b52;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #e0b353;
}

.object-fit-cover {
    object-fit: cover;
}

.fade-section {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.fade-section.show {
    opacity: 1;
    transform: translateY(0);
}

.form-label {
    font-size: 0.82rem;
    font-weight: 600;
}

.btn-primary {
    background: #0d2b52 !important;
    border-color: #0d2b52 !important;
}

.btn-primary:hover {
    background: #071a33 !important;
    border-color: #071a33 !important;
}

.btn-warning {
    background: #e0b353 !important;
    border-color: #e0b353 !important;
    color: #0d2b52 !important;
}

.accordion-button:not(.collapsed) {
    color: #0d2b52 !important;
    background-color: rgba(13, 43, 82, 0.04) !important;
}
