:root {
    --niwas-primary: #b27a43;
    --niwas-primary-dark: #915f31;
    --niwas-dark: #121a22;
    --niwas-ink: #30404f;
    --niwas-soft: #f6efe7;
    --niwas-sand: #dfcfbc;
    --niwas-muted: #687686;
    --niwas-line: rgba(18, 26, 34, 0.08);
}

html,
body {
    overflow-x: hidden;
}

body {
    color: var(--niwas-ink);
    background:
        radial-gradient(circle at top left, rgba(178, 122, 67, 0.12), transparent 26%),
        radial-gradient(circle at top right, rgba(18, 26, 34, 0.06), transparent 24%),
        #fcfaf7;
}

body.niwas-modal-open {
    overflow: hidden;
}

.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    width: 100%;
    max-width: 100% !important;
    padding-left: clamp(12px, 1.3vw, 24px);
    padding-right: clamp(12px, 1.3vw, 24px);
}

.header-section {
    position: relative;
    z-index: 20;
}

.header-section .container,
.home-slider-section .container,
.section-padding .container,
.event-details-section .container,
.footer-section .container {
    max-width: 100% !important;
}

.header-top-wrapper,
.header-top-wrapper ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.header-top-wrapper ul {
    margin: 0;
    padding: 0;
}

.header-top-wrapper {
    background: linear-gradient(90deg, #182029, #24323d);
    padding: 12px 24px;
    border-radius: 0 0 22px 22px;
}

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

.header-main {
    background: rgba(255, 255, 255, 0.93);
    border: 1px solid rgba(18, 26, 34, 0.08);
    border-radius: 26px;
    box-shadow: 0 24px 60px rgba(18, 26, 34, 0.08);
    backdrop-filter: blur(16px);
    padding: 18px 30px;
    margin-top: 14px;
}

.header-1 {
    background: transparent !important;
    margin-top: 0 !important;
}

.header-1 .mega-menu-wrapper {
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.header-1 .header-main {
    padding: 18px 30px !important;
}

.niwas-header-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.niwas-header-left {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.niwas-header-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    flex: 1 1 auto;
    min-width: 0;
}

.niwas-menu-pane {
    flex: 1 1 auto;
    min-width: 0;
}

.niwas-menu-pane .main-menu > nav > ul {
    justify-content: flex-end;
    gap: 4px;
}

.niwas-menu-pane .main-menu > nav > ul > li > a {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 15px;
}

.niwas-header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    flex-shrink: 0;
}

.niwas-header-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-right: 24px;
    margin-right: 12px;
    border-right: 1px solid rgba(18, 26, 34, 0.1);
}

.header-main .logo img {
    width: auto;
    height: 74px;
    max-height: 74px;
    object-fit: contain;
}

.offcanvas__logo img {
    width: auto;
    max-height: 62px;
}

.header__hamburger {
    flex-shrink: 0;
}

.section-title h1 {
    font-size: clamp(2rem, 3.4vw, 3.7rem);
    line-height: 1.08;
}

.section-title h2 {
    font-size: clamp(1.9rem, 3.1vw, 3.2rem);
    line-height: 1.12;
}

.section-title h3 {
    font-size: clamp(1.5rem, 2.4vw, 2.2rem);
    width: auto;
}

.theme-btn {
    background: var(--niwas-primary) !important;
    border-color: var(--niwas-primary) !important;
    box-shadow: 0 16px 36px rgba(178, 122, 67, 0.2);
}

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

.theme-btn2 {
    color: var(--niwas-primary) !important;
    border: 1px solid rgba(178, 122, 67, 0.28) !important;
    background: rgba(255, 255, 255, 0.78) !important;
}

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

.header-right .theme-btn {
    white-space: nowrap;
}

.home-slider-section {
    padding-top: 18px;
}

.niwas-home-swiper,
.niwas-video-swiper,
.niwas-work-swiper,
.niwas-feedback-swiper,
.niwas-brand-swiper {
    overflow: hidden;
}

.niwas-slide {
    position: relative;
    min-height: clamp(560px, 76vh, 840px);
    border-radius: 34px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 32px 90px rgba(18, 26, 34, 0.14);
}

.niwas-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(9, 16, 24, 0.86) 0%, rgba(9, 16, 24, 0.58) 42%, rgba(9, 16, 24, 0.18) 100%);
}

.niwas-slide-inner {
    position: relative;
    z-index: 1;
    max-width: 720px;
    padding: 72px 64px;
}

.niwas-slide-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.niwas-slide-title {
    color: #ffffff;
    font-size: clamp(2.5rem, 5vw, 5rem);
    line-height: 0.96;
    letter-spacing: -0.04em;
    margin: 20px 0 18px;
}

.niwas-slide-text {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.07rem;
    line-height: 1.9;
    max-width: 560px;
}

.niwas-slider-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.niwas-home-pagination {
    position: static;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 22px;
}

.niwas-home-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(18, 26, 34, 0.18);
    opacity: 1;
}

.niwas-home-pagination .swiper-pagination-bullet-active {
    background: var(--niwas-primary);
}

.niwas-stack-section {
    margin-top: 8px;
}

.niwas-slab {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(18, 26, 34, 0.06);
    border-radius: 32px;
    padding: 32px;
    box-shadow: 0 26px 68px rgba(18, 26, 34, 0.07);
}

.video-card,
.work-card,
.feedback-card,
.brand-logo-card {
    height: 100%;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(18, 26, 34, 0.08);
    box-shadow: 0 22px 58px rgba(18, 26, 34, 0.08);
}

.video-card {
    overflow: hidden;
}

.video-frame {
    position: relative;
    width: 100%;
    padding-top: 63%;
}

.video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-card-content,
.work-card-content,
.feedback-card-content {
    padding: 22px;
}

.work-card {
    overflow: hidden;
}

.work-card img {
    width: 100%;
    min-height: 300px;
    object-fit: cover;
}

.work-card h3,
.video-card h3,
.feedback-card h3 {
    color: var(--niwas-dark);
    margin-bottom: 10px;
}

.work-card p,
.video-card p,
.feedback-card p {
    color: var(--niwas-muted);
    line-height: 1.75;
    margin-bottom: 0;
}

.work-card span,
.feedback-card span {
    display: inline-block;
    margin-top: 12px;
    color: var(--niwas-primary-dark);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.feedback-card {
    min-height: 290px;
    height: 100%;
    display: flex;
}

.feedback-card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    gap: 18px;
}

.feedback-card-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 112px;
}

.feedback-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: auto;
}

.feedback-card-footer span {
    margin-top: 0;
}

.feedback-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    color: var(--niwas-primary-dark);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: opacity 0.25s ease;
}

.feedback-more:hover {
    opacity: 0.72;
}

.niwas-review-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(18, 26, 34, 0.72);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.niwas-review-modal.is-open {
    opacity: 1;
    visibility: visible;
}

.niwas-review-dialog {
    width: min(720px, 100%);
    max-height: min(88vh, 820px);
    overflow: auto;
    padding: 30px;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 28px 80px rgba(18, 26, 34, 0.18);
}

.niwas-review-dialog h3 {
    margin-bottom: 10px;
    color: var(--niwas-dark);
}

.niwas-review-role {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--niwas-primary-dark);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.niwas-review-dialog p {
    margin-bottom: 0;
    color: var(--niwas-muted);
    line-height: 1.9;
}

.niwas-review-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-bottom: 18px;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: rgba(18, 26, 34, 0.08);
    color: var(--niwas-dark);
    font-size: 18px;
}

.brand-logo-card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 14px;
    padding: 20px;
    min-height: 128px;
    background: #ffffff;
}

.brand-logo-card img {
    max-width: 100%;
    max-height: 58px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.88;
    transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.brand-logo-card:hover img {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.04);
}

.brand-logo-card span {
    font-size: 14px;
    font-weight: 600;
    color: #1b2230;
    letter-spacing: 0.02em;
}

.footer-mini-about {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.85;
    margin-bottom: 16px;
}

.breadcrumb-wrapper {
    margin-top: 22px;
    border-radius: 28px;
    overflow: hidden;
}

.breadcrumb-wrapper::before {
    background: linear-gradient(90deg, rgba(18, 26, 34, 0.9), rgba(18, 26, 34, 0.48));
}

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

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(178, 122, 67, 0.12);
    color: var(--niwas-primary-dark);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.signature-hero {
    padding-top: 34px;
}

.hero-shell {
    position: relative;
}

.hero-shell::before,
.hero-shell::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    filter: blur(12px);
    pointer-events: none;
}

.hero-shell::before {
    width: 220px;
    height: 220px;
    top: -32px;
    left: -40px;
    background: rgba(178, 122, 67, 0.12);
}

.hero-shell::after {
    width: 280px;
    height: 280px;
    right: -60px;
    bottom: -40px;
    background: rgba(18, 26, 34, 0.06);
}

.hero-content-card,
.hero-main-frame,
.feature-panel,
.seo-card,
.faq-card,
.service-tile,
.area-tile,
.brand-tile,
.gallery-tile,
.contact-card,
.mini-panel,
.journey-step,
.testimonial-card {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--niwas-line);
    border-radius: 28px;
    box-shadow: 0 28px 70px rgba(18, 26, 34, 0.08);
}

.hero-content-card {
    padding: clamp(28px, 4vw, 42px);
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(246, 239, 231, 0.85));
}

.hero-content-card::after {
    content: "";
    position: absolute;
    inset: auto -60px -80px auto;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(178, 122, 67, 0.14), transparent 70%);
    pointer-events: none;
}

.hero-title {
    font-size: clamp(2.35rem, 4vw, 4.7rem);
    line-height: 1;
    letter-spacing: -0.03em;
    color: var(--niwas-dark);
    margin: 18px 0;
}

.page-summary,
.hero-copy {
    font-size: 1.05rem;
    line-height: 1.85;
    color: var(--niwas-muted);
}

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

.hero-badge,
.area-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    border-radius: 999px;
    border: 1px solid rgba(178, 122, 67, 0.18);
    background: rgba(178, 122, 67, 0.08);
    color: var(--niwas-primary-dark);
    font-size: 14px;
    font-weight: 600;
}

.area-chip {
    border-color: rgba(18, 26, 34, 0.08);
    background: rgba(18, 26, 34, 0.05);
    color: var(--niwas-dark);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.hero-stat {
    padding: 18px 18px 16px;
    border-radius: 22px;
    background: var(--niwas-soft);
    border: 1px solid rgba(178, 122, 67, 0.14);
}

.hero-stat strong {
    display: block;
    color: var(--niwas-dark);
    font-size: 1.45rem;
    line-height: 1;
    margin-bottom: 8px;
}

.hero-stat span {
    display: block;
    color: var(--niwas-muted);
    font-size: 14px;
    line-height: 1.55;
}

.hero-visual-stack {
    position: relative;
    padding: 24px 0 16px 28px;
}

.hero-main-frame {
    padding: 16px;
    transform: rotate(-2deg);
}

.hero-main-frame img {
    width: 100%;
    min-height: 520px;
    object-fit: cover;
    border-radius: 22px;
}

.hero-floating-card {
    position: absolute;
    max-width: 250px;
    padding: 18px 20px;
    border-radius: 24px;
    background: rgba(18, 26, 34, 0.94);
    color: #ffffff;
    box-shadow: 0 18px 48px rgba(18, 26, 34, 0.18);
    animation: niwasFloat 5.5s ease-in-out infinite;
}

.hero-floating-card strong {
    display: block;
    font-size: 1rem;
    margin-bottom: 6px;
}

.hero-floating-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.65;
}

.hero-floating-card.is-light {
    background: rgba(255, 255, 255, 0.96);
    color: var(--niwas-dark);
}

.hero-floating-card.is-light p {
    color: var(--niwas-muted);
}

.hero-floating-card.card-one {
    left: 0;
    bottom: 42px;
}

.hero-floating-card.card-two {
    right: 0;
    top: 14px;
    animation-delay: 1.2s;
}

.intro-copy {
    max-width: 900px;
    margin: 0 auto;
    font-size: 1.02rem;
    line-height: 1.85;
    color: var(--niwas-muted);
}

.feature-panel,
.seo-card,
.faq-card,
.service-tile,
.area-tile,
.brand-tile,
.gallery-tile,
.contact-card,
.mini-panel,
.journey-step,
.testimonial-card {
    height: 100%;
}

.feature-panel,
.seo-card,
.faq-card,
.service-tile,
.area-tile,
.brand-tile,
.gallery-tile,
.contact-card,
.mini-panel,
.journey-step,
.testimonial-card {
    padding: 24px;
}

.feature-panel h3,
.seo-card h3,
.faq-card h3,
.service-tile h3,
.area-tile h3,
.brand-tile h4,
.contact-card h3,
.journey-step h3,
.testimonial-card h3 {
    margin-bottom: 12px;
    color: var(--niwas-dark);
}

.feature-panel p,
.seo-card p,
.faq-card p,
.service-tile p,
.area-tile p,
.brand-tile p,
.gallery-tile p,
.contact-card p,
.journey-step p,
.testimonial-card p,
.mini-panel p {
    color: var(--niwas-muted);
    line-height: 1.75;
}

.service-tile,
.area-tile,
.gallery-tile,
.feature-panel,
.seo-card,
.faq-card,
.brand-tile,
.journey-step,
.testimonial-card,
.contact-card,
.mini-panel {
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.service-tile:hover,
.area-tile:hover,
.gallery-tile:hover,
.feature-panel:hover,
.seo-card:hover,
.faq-card:hover,
.brand-tile:hover,
.journey-step:hover,
.testimonial-card:hover,
.contact-card:hover,
.mini-panel:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 72px rgba(18, 26, 34, 0.11);
    border-color: rgba(178, 122, 67, 0.22);
}

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

.service-tile img {
    min-height: 250px;
}

.gallery-tile img {
    min-height: 280px;
}

.journey-step {
    position: relative;
    overflow: hidden;
}

.journey-step .step-index {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--niwas-soft);
    color: var(--niwas-primary-dark);
    font-weight: 700;
    margin-bottom: 18px;
}

.testimonial-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(246, 239, 231, 0.7));
}

.testimonial-role {
    display: inline-block;
    margin-top: 10px;
    color: var(--niwas-primary-dark);
    font-size: 14px;
    font-weight: 600;
}

.mini-panel strong {
    display: block;
    color: var(--niwas-dark);
    font-size: 1rem;
    margin-bottom: 8px;
}

.content-slab {
    padding: 34px;
    border-radius: 30px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(246, 239, 231, 0.82));
    border: 1px solid rgba(18, 26, 34, 0.06);
    box-shadow: 0 24px 60px rgba(18, 26, 34, 0.06);
}

.quick-facts {
    background: linear-gradient(135deg, rgba(18, 26, 34, 0.98), rgba(33, 44, 55, 0.93));
    color: #ffffff;
    border-radius: 32px;
    padding: 34px;
    box-shadow: 0 28px 70px rgba(18, 26, 34, 0.16);
}

.quick-facts h3,
.quick-facts p,
.quick-facts li {
    color: #ffffff;
}

.quick-facts .area-chip {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.quick-facts .theme-btn2 {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.24) !important;
}

.niwas-form {
    margin-top: 10px;
}

.niwas-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.niwas-form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.niwas-form-field.full-width {
    grid-column: 1 / -1;
}

.niwas-form-field label,
.niwas-form-note {
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    line-height: 1.6;
}

.niwas-form-field input,
.niwas-form-field textarea,
.niwas-form-field select {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    padding: 14px 16px;
    outline: none;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.niwas-form-field input::placeholder,
.niwas-form-field textarea::placeholder {
    color: rgba(255, 255, 255, 0.58);
}

.niwas-form-field textarea {
    min-height: 132px;
    resize: vertical;
}

.niwas-form-field input:focus,
.niwas-form-field textarea:focus,
.niwas-form-field select:focus {
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.12);
}

.niwas-form .theme-btn {
    border: 0;
}

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

.brand-tile {
    text-align: center;
}

.contact-card a,
.faq-card a,
.service-tile a,
.area-tile a {
    color: inherit;
}

.footer-section::before {
    background: rgba(14, 20, 27, 0.86);
}

.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.2);
}

.trusted {
    background: linear-gradient(180deg, rgba(246, 239, 231, 0.9), rgba(250, 247, 242, 0.95));
    padding: 62px 0;
}

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

.trusted p {
    color: var(--niwas-muted);
    line-height: 1.85;
}

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

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

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

.insight-card {
    height: 100%;
    padding: 24px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(18, 26, 34, 0.08);
    box-shadow: 0 22px 58px rgba(18, 26, 34, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.insight-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 70px rgba(18, 26, 34, 0.12);
    border-color: rgba(178, 122, 67, 0.24);
}

.insight-card img {
    width: 100%;
    min-height: 240px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 18px;
}

.insight-meta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: var(--niwas-primary-dark);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.insight-card h3 {
    color: var(--niwas-dark);
    margin-bottom: 12px;
}

.insight-card p {
    color: var(--niwas-muted);
    line-height: 1.8;
    margin-bottom: 0;
}

.gbp-panel {
    padding: 28px;
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(18, 26, 34, 0.98), rgba(34, 46, 58, 0.94));
    color: #ffffff;
    box-shadow: 0 24px 64px rgba(18, 26, 34, 0.16);
}

.gbp-panel h3,
.gbp-panel p,
.gbp-panel li {
    color: #ffffff;
}

.gbp-panel ul {
    margin: 18px 0 0;
    padding-left: 18px;
}

.gbp-panel li {
    margin-bottom: 12px;
    line-height: 1.75;
}

.gbp-panel .theme-btn2 {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.24) !important;
}

.article-shell {
    padding: 34px;
    border-radius: 32px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(246, 239, 231, 0.84));
    border: 1px solid rgba(18, 26, 34, 0.07);
    box-shadow: 0 24px 60px rgba(18, 26, 34, 0.08);
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 22px;
}

.article-meta span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(178, 122, 67, 0.12);
    color: var(--niwas-primary-dark);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.article-prose h2,
.article-prose h3 {
    color: var(--niwas-dark);
    margin-top: 30px;
    margin-bottom: 14px;
}

.article-prose p,
.article-prose li {
    color: var(--niwas-muted);
    line-height: 1.9;
}

.article-prose ul,
.article-prose ol {
    margin-bottom: 0;
    padding-left: 20px;
}

.article-prose li {
    margin-bottom: 12px;
}

.article-image {
    width: 100%;
    min-height: 360px;
    object-fit: cover;
    border-radius: 24px;
    margin-bottom: 24px;
}

.internal-link-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 22px;
}

.internal-link-card {
    padding: 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(18, 26, 34, 0.08);
    box-shadow: 0 18px 52px rgba(18, 26, 34, 0.08);
}

.internal-link-card h3 {
    margin-bottom: 10px;
    color: var(--niwas-dark);
}

.internal-link-card p {
    margin-bottom: 0;
    color: var(--niwas-muted);
    line-height: 1.75;
}

.review-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.review-chip-row a,
.review-chip-row span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(18, 26, 34, 0.06);
    color: var(--niwas-dark);
    font-size: 14px;
    font-weight: 600;
}

@keyframes niwasFloat {
    0%,
    100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 1199px) {
    .niwas-slide {
        min-height: 560px;
    }

    .niwas-slide-inner {
        padding: 56px 42px;
    }

    .hero-main-frame img {
        min-height: 460px;
    }
}

@media (max-width: 991px) {
    .header-main {
        margin-top: 12px;
        padding: 14px 18px;
    }

    .header-1 .header-main {
        padding: 14px 18px !important;
    }

    .niwas-header-shell {
        gap: 12px;
    }

    .niwas-header-nav {
        justify-content: flex-end;
    }

    .niwas-header-logo {
        padding-right: 0;
        margin-right: 0;
        border-right: 0;
    }

    .header-main .logo img {
        height: 62px;
        max-height: 62px;
    }

    .niwas-slide {
        min-height: 520px;
    }

    .niwas-slide-inner {
        padding: 48px 30px;
    }

    .hero-content-card,
    .content-slab,
    .quick-facts,
    .feature-panel,
    .seo-card,
    .faq-card,
    .service-tile,
    .area-tile,
    .gallery-tile,
    .journey-step,
    .testimonial-card,
    .contact-card {
        padding: 22px;
    }

    .hero-stats {
        grid-template-columns: 1fr;
    }

    .hero-visual-stack {
        padding: 8px 0 0;
    }

    .hero-main-frame {
        transform: none;
    }

    .hero-main-frame img {
        min-height: 340px;
    }

    .hero-floating-card {
        position: static;
        max-width: none;
        margin-top: 18px;
        animation: none;
    }

    .sticky-cta {
        position: static;
    }

    .niwas-form-grid {
        grid-template-columns: 1fr;
    }

    .internal-link-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .header-top-wrapper {
        padding: 14px 18px;
        border-radius: 0 0 18px 18px;
    }

    .header-top-wrapper li.line {
        display: none;
    }

    .hero-title {
        font-size: clamp(2rem, 10vw, 3.2rem);
    }

    .niwas-slide {
        min-height: 470px;
        border-radius: 24px;
    }

    .niwas-slide-inner,
    .niwas-slab {
        padding: 26px 22px;
    }

    .niwas-slide-title {
        font-size: clamp(2rem, 11vw, 3rem);
    }

    .breadcrumb-wrapper {
        margin-top: 14px;
    }

    .content-slab,
    .quick-facts {
        border-radius: 24px;
    }

    .feedback-card {
        min-height: 260px;
    }

    .feedback-card-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .niwas-review-dialog {
        padding: 22px;
    }
}
