:root {
    --niwas-primary: #af6c34;
    --niwas-primary-dark: #8f5425;
    --niwas-dark: #1f2933;
    --niwas-ink: #314354;
    --niwas-soft: #f7f2eb;
    --niwas-sand: #ead8c5;
    --niwas-muted: #6a7785;
}

body {
    color: var(--niwas-ink);
}

.header-top-wrapper {
    background: var(--niwas-dark);
    padding: 10px 22px;
    border-radius: 0 0 18px 18px;
}

.header-top-wrapper li,
.header-top-wrapper li a,
.header-top-wrapper .social-icon a {
    color: #ffffff !important;
}

.header-main .logo img,
.offcanvas__logo img {
    max-height: 64px;
    width: auto;
}

.theme-btn {
    background: var(--niwas-primary) !important;
    border-color: var(--niwas-primary) !important;
}

.theme-btn::before,
.theme-btn::after {
    background: var(--niwas-primary-dark) !important;
}

.theme-btn2 {
    color: var(--niwas-primary) !important;
    border-color: var(--niwas-primary) !important;
}

.theme-btn2:hover {
    background: var(--niwas-primary) !important;
    color: #ffffff !important;
}

.sub-title,
.breadcrumb-title,
.page-heading h1,
.section-title h2,
.section-title h3,
.details-content h2,
.details-content h3,
.details-content h4 {
    color: var(--niwas-dark);
}

.hero-banner {
    background: linear-gradient(135deg, rgba(175, 108, 52, 0.09), rgba(31, 41, 51, 0.03));
    border: 1px solid rgba(175, 108, 52, 0.12);
    border-radius: 28px;
    padding: 34px;
    margin-bottom: 28px;
    box-shadow: 0 24px 60px rgba(31, 41, 51, 0.08);
}

.hero-banner .badge-custom,
.area-chip,
.keyword-chip {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 8px 14px;
    background: rgba(175, 108, 52, 0.12);
    color: var(--niwas-primary-dark);
    font-weight: 700;
    letter-spacing: 0.02em;
}

.hero-banner .details-image img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 18px 40px rgba(31, 41, 51, 0.14);
}

.seo-card,
.faq-card,
.service-tile,
.area-tile,
.brand-tile {
    height: 100%;
    background: #ffffff;
    border-radius: 22px;
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: 0 20px 45px rgba(31, 41, 51, 0.06);
}

.seo-card,
.faq-card,
.service-tile,
.area-tile {
    padding: 24px;
}

.service-tile img,
.gallery-tile img {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
}

.service-tile h3,
.area-tile h3,
.seo-card h3,
.faq-card h3,
.brand-tile h4 {
    margin-bottom: 12px;
}

.service-tile p,
.area-tile p,
.faq-card p,
.seo-card p,
.brand-tile p,
.gallery-tile p {
    color: var(--niwas-muted);
}

.brand-tile {
    padding: 18px 20px;
    text-align: center;
}

.page-summary {
    font-size: 18px;
    line-height: 1.8;
}

.keyword-cloud,
.area-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.area-chip {
    background: rgba(31, 41, 51, 0.07);
    color: var(--niwas-dark);
}

.keyword-chip {
    background: rgba(175, 108, 52, 0.09);
}

.sticky-cta {
    position: sticky;
    top: 110px;
}

.quick-facts {
    background: var(--niwas-soft);
    border-radius: 24px;
    padding: 28px;
}

.quick-facts li {
    margin-bottom: 12px;
}

.gallery-tile {
    background: #ffffff;
    border-radius: 20px;
    padding: 16px;
    box-shadow: 0 14px 34px rgba(31, 41, 51, 0.08);
    height: 100%;
}

.footer-section::before {
    background: rgba(16, 23, 31, 0.83);
}

.footer-section .widget-head h3,
.footer-section a,
.footer-section p,
.footer-section li,
.footer-bottom p,
.footer-bottom li {
    color: #ffffff !important;
}

.footer-section .line {
    background: rgba(255, 255, 255, 0.18);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.trusted {
    background: var(--niwas-soft);
    padding: 56px 0;
}

.trusted h4 {
    color: var(--niwas-dark);
    margin-bottom: 16px;
}

.contact-button-wrapper a:nth-child(2) {
    background-color: #1d9f5a !important;
}

.contact-button-wrapper a:nth-child(3) {
    background-color: var(--niwas-primary) !important;
}

@media (max-width: 991px) {
    .hero-banner {
        padding: 24px;
    }

    .sticky-cta {
        position: static;
    }
}
