:root {
    --kappe-surface: #ffffff;
    --kappe-bg: #eef2f3;
    --kappe-text: #4b5558;
    --kappe-accent: var(--site-color, #1ab5b3);
}

body {
    background: var(--kappe-bg);
    color: var(--kappe-text);
}

.logo-box .logo img {
    max-width: 100%;
    height: auto !important;
    width: auto;
    max-height: 72px;
}

.sidebar-contact-box {
    padding: 22px 24px 14px;
    border-top: 1px solid #202426;
    border-bottom: 1px dashed rgba(194, 201, 204, 0.32);
    margin-bottom: 8px;
}

.sidebar-contact-box h3 {
    margin: 0 0 14px;
    color: var(--kappe-accent);
    font-size: 18px;
    font-weight: 300;
}

.sidebar-contact-list {
    margin: 0;
    padding: 0;
}

.sidebar-contact-list li {
    margin-bottom: 11px;
    list-style: none;
}

.sidebar-contact-list li:last-child {
    margin-bottom: 0;
}

.sidebar-contact-list li,
.sidebar-contact-list li a {
    color: #c0c7c9;
    font-size: 14px;
    line-height: 23px;
    text-decoration: none;
}

.sidebar-contact-list li a,
.sidebar-contact-static {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.sidebar-contact-list li.phone a,
.sidebar-contact-list li.fax a,
.sidebar-contact-list li.email a,
.sidebar-contact-list li.address .sidebar-contact-static {
    gap: 8px;
}

.sidebar-contact-list li.phone i,
.sidebar-contact-list li.fax i,
.sidebar-contact-list li.email i,
.sidebar-contact-list li.address i {
    color: var(--kappe-accent);
    font-size: 14px;
    width: 10px;
    text-align: center;
    flex: 0 0 10px;
}

.sidebar-contact-job-cta {
    margin-top: 18px;
    padding-top: 4px;
}

.sidebar-contact-divider {
    margin: 0 0 14px;
    border: 0;
    border-top: 1px dashed rgba(194, 201, 204, 0.32);
}

.sidebar-contact-job-link {
    display: block !important;
    width: 100%;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(194, 201, 204, 0.2);
    color: #f3f7f8 !important;
    font-size: 13px !important;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-align: center;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.sidebar-contact-job-link:hover {
    background: var(--kappe-accent);
    border-color: var(--kappe-accent);
    color: #fff !important;
}

.social-box {
    padding-top: 10px;
}

.home-page {
    padding: 24px;
}

.section-panel {
    background: var(--kappe-surface);
    box-shadow: 0 14px 40px rgba(36, 43, 46, 0.08);
    margin-bottom: 24px;
}

.home-slider-section .section-panel {
    overflow: hidden;
}

.me-slider-panel {
    padding: 0;
}

.home-trans-banner {
    max-width: 100%;
    height: 520px;
    background-size: cover;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
}

.home-trans-banner .Slide div {
    font-family: 'Roboto', sans-serif;
}

.home-trans-banner .captionCanvas {
    display: none !important;
}

.me-slider-caption-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    font-size: 15px;
    line-height: 28px;
    color: #1b2326;
    max-width: 540px;
}

.me-slider-caption-box {
    display: inline-block;
    max-width: 100%;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(20, 30, 34, 0.14);
}

.me-slider-caption-box-description {
    font-size: 16px;
    line-height: 1.8;
    color: #314045;
}

.me-slider-caption-title {
    display: block;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 400;
    color: #1a2225;
}

.me-slider-caption-box-description p:last-child {
    margin-bottom: 0;
}

.me-slider-more span {
    display: inline-block;
    padding: 10px 16px;
    color: #111;
    background: #fff;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 10px 24px rgba(20, 30, 34, 0.12);
}

.kappe-empty-state {
    padding: 56px 32px;
    text-align: center;
    background: #fff;
    box-shadow: 0 14px 40px rgba(36, 43, 46, 0.08);
}

.kappe-empty-state h3 {
    margin: 0 0 12px;
    color: #1a2225;
    font-size: 28px;
    font-weight: 300;
}

.kappe-empty-state p {
    margin: 0;
    color: #6d777a;
}

.kappe-blog-listing .container,
.kappe-detail-page .container {
    padding-top: 24px;
    padding-bottom: 24px;
}

.kappe-blog-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.kappe-blog-card {
    height: 100%;
    margin-bottom: 0;
    background: #fff;
    box-shadow: 0 16px 38px rgba(34, 40, 43, 0.1);
}

.kappe-blog-card .featured-post {
    position: relative;
}

.kappe-blog-card .featured-post img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.kappe-blog-card .content-post {
    padding: 28px 28px 26px;
}

.kappe-blog-card .title-post {
    min-height: 68px;
    margin-bottom: 12px;
}

.kappe-blog-card .title-post a {
    color: #1b2326;
}

.kappe-blog-card .entry-post p {
    color: #5c6669;
    line-height: 1.8;
}

.kappe-blog-card .more-link a {
    color: var(--kappe-accent);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.kappe-blog-page {
    padding: 24px;
}

.kappe-blog-box {
    padding: 12px 0 0;
}

.kappe-blog-heading {
    margin: 0 0 24px;
    padding: 0 10px;
}

.kappe-blog-heading h1 {
    margin: 0 0 10px;
    color: #222b2e;
    font-size: 38px;
    font-weight: 300;
    line-height: 1.15;
}

.kappe-blog-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    color: #7c868a;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.kappe-blog-breadcrumb a {
    color: #697478;
    text-decoration: none;
}

.kappe-blog-post {
    margin-bottom: 28px;
}

.kappe-blog-post .inner-post {
    background: #fff;
    box-shadow: 0 14px 34px rgba(32, 40, 43, 0.08);
}

.kappe-blog-image-link {
    display: block;
}

.kappe-blog-post img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.kappe-blog-post .post-content {
    padding: 24px 28px 20px;
}

.kappe-blog-post .post-content h2 {
    margin: 0 0 10px;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.25;
}

.kappe-blog-post .post-content h2 a {
    color: #202a2d;
    text-decoration: none;
}

.kappe-blog-post .post-content p {
    margin: 0;
    color: #566165;
    font-size: 15px;
    line-height: 1.85;
}

.kappe-blog-more {
    display: inline-block;
    margin-top: 16px;
    color: var(--kappe-accent);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
}

.kappe-blog-post .post-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin: 0;
    padding: 0 28px 22px;
    list-style: none;
}

.kappe-blog-post .post-tags li {
    margin: 0;
}

.kappe-blog-post .post-tags a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #707a7e;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
}

.kappe-blog-post .post-tags i {
    color: var(--kappe-accent);
}

.kappe-blog-empty-state {
    box-shadow: 0 14px 34px rgba(32, 40, 43, 0.08);
}

.kappe-category-page .post-tags {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.kappe-category-page .post-tags li {
    margin-right: 0;
}

.kappe-detail-card {
    background: #fff;
    box-shadow: 0 16px 38px rgba(34, 40, 43, 0.1);
}

.kappe-detail-hero {
    width: 100%;
    max-height: 460px;
    object-fit: cover;
}

.kappe-detail-content {
    padding: 30px 34px 36px;
}

.kappe-detail-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eceff0;
}

.kappe-detail-meta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    color: #5f696d;
    font-size: 14px;
}

.kappe-detail-share {
    display: flex;
    align-items: center;
    gap: 8px;
}

.kappe-detail-share a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f4f7f7;
    color: #243034;
    text-decoration: none;
}

.kappe-detail-title {
    margin-bottom: 18px;
    color: #1a2225;
    font-size: 32px;
    line-height: 1.25;
}

.kappe-detail-summary {
    margin: 0 0 22px;
    padding: 18px 22px;
    border-left: 4px solid var(--kappe-accent);
    background: #f7f9f9;
    color: #445256;
}

.kappe-detail-body {
    color: #485457;
    line-height: 1.9;
}

.kappe-detail-body img {
    max-width: 100%;
    height: auto;
}

.kappe-detail-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.kappe-sidebar-widget {
    margin-bottom: 0;
    padding: 24px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(34, 40, 43, 0.1);
}

.kappe-sidebar-widget .widget-title {
    margin-bottom: 18px;
    color: #1b2326;
}

.kappe-video-frame iframe {
    width: 100%;
    height: 240px;
}

.kappe-sidebar-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.kappe-sidebar-gallery a {
    display: block;
}

.kappe-sidebar-gallery img {
    width: 100%;
    height: 108px;
    object-fit: cover;
}

.kappe-download-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.kappe-download-list a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    background: #f7f9f9;
    color: #253135;
    text-decoration: none;
}

.kappe-download-list a i {
    color: var(--kappe-accent);
}

.kappe-related-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.kappe-related-tags a {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: #f1f5f5;
    color: #2a363a;
    text-decoration: none;
    transition: all 0.2s ease;
}

.kappe-related-tags a:hover {
    background: var(--kappe-accent);
    color: #fff;
}

.kappe-about-detail-page {
    padding: 26px;
}

.kappe-about-detail-box {
    background: #fff;
    overflow: hidden;
    box-shadow: none;
    border: 1px solid #e8ebec;
}

.kappe-about-main {
    width: 67%;
}

.kappe-about-side {
    width: 33%;
}

.kappe-about-section {
    margin-bottom: 26px;
    padding-bottom: 26px;
    border-bottom: none;
}

.kappe-about-section h1 {
    color: #202729;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: 0.01em;
    margin-top: 18px;
    margin-bottom: 16px;
}

.kappe-about-hero {
    width: 100%;
    margin-bottom: 28px;
}

.kappe-about-hero-wrap {
    position: relative;
}

.kappe-about-hero-wrap .kappe-about-hero {
    margin-bottom: 0;
}

.kappe-about-breadcrumb {
    margin-bottom: 0;
    color: #9aa3a6;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.5;
}

.kappe-about-breadcrumb a {
    color: #7c878b;
    text-decoration: none;
}

.kappe-about-breadcrumb span {
    margin: 0 10px;
}

.kappe-about-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 0;
    color: #7b8589;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.kappe-about-meta-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.kappe-about-summary {
    padding: 14px 16px;
    border-left: 3px solid var(--kappe-accent);
    background: #f7f9f9;
    color: #3f484d;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.85;
    margin-bottom: 10px;
}

.kappe-about-share {
    display: flex;
    gap: 8px;
    margin-bottom: 6px;
}

.kappe-about-share-overlay {
    position: absolute;
    right: 18px;
    bottom: 18px;
    margin-bottom: 0;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(20, 30, 34, 0.16);
}

.kappe-about-share a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    text-decoration: none;
    border-radius: 10px;
    background: transparent;
}

.kappe-about-share a i {
    color: #fff;
    font-size: 15px;
}

.whatsapp-icon-svg {
    width: 19px;
    height: 19px;
    display: block;
    color: #fff;
    flex: 0 0 auto;
    fill: #fff;
}

.whatsapp-icon-svg path {
    fill: #fff;
}

.share-icon-svg {
    width: 16px;
    height: 16px;
    display: block;
    color: currentColor;
    flex: 0 0 auto;
}

.kappe-about-share a.whatsapp {
    background: linear-gradient(135deg, #21c85b, #18a84b);
    color: #fff;
}

.kappe-about-share a.facebook {
    background: linear-gradient(135deg, #4d6fb9, #36559f);
}

.kappe-about-share a.twitter {
    background: linear-gradient(135deg, #39b8ee, #229fd4);
}

.kappe-about-body {
    color: #434c51;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.92;
    font-family: 'Roboto', sans-serif;
}

.kappe-about-body p {
    margin-bottom: 14px;
}

.kappe-about-side .kappe-about-section h1 {
    font-size: 23px;
    margin-bottom: 18px;
}

.kappe-about-body img {
    max-width: 100%;
    height: auto;
}

.kappe-about-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.kappe-about-gallery img {
    width: 100%;
    aspect-ratio: 300 / 200;
    height: auto;
    object-fit: cover;
}

.kappe-about-gallery.kappe-staff-gallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kappe-gallery-detail-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
}

.kappe-gallery-detail-item {
    display: block;
    background: #f7f9f9;
    padding: 6px;
}

.kappe-gallery-detail-item img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.kappe-gallery-sidebar-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.kappe-gallery-sidebar-item {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 12px;
    background: #f7f9f9;
    text-decoration: none;
    border: 1px solid transparent;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.kappe-gallery-sidebar-item:hover {
    background: #f2f6f6;
    border-color: #dbe4e6;
    transform: translateY(-1px);
}

.kappe-gallery-sidebar-item.is-active {
    border-color: var(--kappe-accent);
    background: #eef8f8;
}

.kappe-gallery-sidebar-thumb img {
    width: 100%;
    height: 74px;
    object-fit: cover;
    display: block;
}

.kappe-gallery-sidebar-content h2 {
    margin: 0 0 6px;
    color: #394447;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
}

.kappe-gallery-sidebar-content p {
    margin: 0 0 8px;
    color: #6a7478;
    font-size: 14px;
    line-height: 1.45;
}

.kappe-gallery-sidebar-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    color: #7a8488;
    font-size: 12px;
}

.kappe-gallery-sidebar-meta i {
    color: var(--kappe-accent);
}

.kappe-gallery-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.kappe-gallery-pagination a {
    min-width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    background: #f5f7f7;
    color: #657175;
    text-decoration: none;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    transition: background 0.2s ease, color 0.2s ease;
}

.kappe-gallery-pagination a:hover,
.kappe-gallery-pagination a.is-active {
    background: var(--kappe-accent);
    color: #fff;
}

.kappe-staff-page {
    padding: 26px;
}

.kappe-staff-shell {
    background: #fff;
    border: 1px solid #e8ebec;
}

.kappe-staff-heading {
    padding: 32px 34px 26px;
    border-bottom: 1px solid #edf1f2;
}

.kappe-staff-heading h1 {
    margin: 14px 0 10px;
    color: #202729;
    font-size: 36px;
    line-height: 1.15;
    font-weight: 300;
}

.kappe-staff-heading p {
    max-width: 760px;
    margin: 0;
    color: #697579;
    font-size: 15px;
    line-height: 1.8;
}

.kappe-staff-section {
    padding: 30px 34px 34px;
    border-bottom: 1px solid #edf1f2;
}

.kappe-staff-section:last-child {
    border-bottom: 0;
}

.kappe-staff-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

.kappe-staff-section-head h2 {
    margin: 0;
    color: #1f282b;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 300;
}

.kappe-staff-section-head span {
    color: #7f8a8e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kappe-staff-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.kappe-staff-card {
    background: #f7f9f9;
    border: 1px solid #eef2f3;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.kappe-staff-card:hover {
    transform: translateY(-2px);
    border-color: #dde6e8;
    box-shadow: 0 14px 34px rgba(27, 38, 42, 0.08);
}

.kappe-staff-card-media {
    display: block;
}

.kappe-staff-card-media img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

.kappe-staff-card-body {
    padding: 20px 20px 18px;
}

.kappe-staff-card-role {
    margin: 0 0 10px;
    color: var(--kappe-accent);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kappe-staff-card h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 300;
}

.kappe-staff-card h3 a {
    color: #202729;
    text-decoration: none;
}

.kappe-staff-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.kappe-staff-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: #fff;
    color: #556166;
    text-decoration: none;
    border-radius: 10px;
}

.kappe-staff-card-link {
    display: inline-flex;
    align-items: center;
    margin-top: 18px;
    color: #2c383c;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.kappe-staff-card-link:hover {
    color: var(--kappe-accent);
}

.kappe-staff-social-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.kappe-staff-social-list a {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 10px 12px;
    background: #f7f9f9;
    color: #516066;
    text-decoration: none;
}

.kappe-staff-social-list a i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #fff;
    color: var(--kappe-accent);
}

.kappe-staff-social-list a span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.kappe-staff-detail-hero {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: top;
}

.kappe-staff-detail-breadcrumb {
    margin-top: 18px;
}

.kappe-about-side .about-section {
    padding-bottom: 28px;
}

.kappe-about-side .about-section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.kappe-error-page {
    padding: 26px;
}

.kappe-error-main {
    width: 68%;
}

.kappe-error-side {
    width: 32%;
}

.kappe-error-section {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 12px;
}

.kappe-error-eyebrow {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(26, 181, 179, 0.12);
    color: var(--kappe-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.kappe-error-meta-line {
    margin-bottom: 16px;
}

.kappe-error-summary {
    margin-bottom: 18px;
}

.kappe-error-body p {
    margin-bottom: 12px;
}

.kappe-error-list {
    margin: 0;
    padding-left: 18px;
    color: #434c51;
}

.kappe-error-list li {
    margin-bottom: 10px;
    line-height: 1.85;
}

.kappe-error-list li:last-child {
    margin-bottom: 0;
}

.kappe-error-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.kappe-error-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 20px;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: all 0.2s ease;
}

.kappe-error-button.is-primary {
    background: var(--kappe-accent);
    color: #fff;
}

.kappe-error-button.is-secondary {
    background: #f5f7f7;
    color: #5e6b6f;
}

.kappe-error-button.is-secondary:hover {
    background: #e9efef;
    color: #243034;
}

.kappe-error-side-text {
    margin: 0;
    color: #697478;
    font-size: 15px;
    line-height: 1.8;
}

.kappe-download-list {
    gap: 10px;
}

.kappe-download-list a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    background: #f7f9f9;
    color: #253135;
    border-bottom: none;
    font-size: 14px;
    font-weight: 300;
}

.kappe-download-list a:last-child {
    padding-bottom: 12px;
}

.kappe-download-list a i {
    color: var(--kappe-accent);
}

.kappe-related-tags {
    gap: 8px;
}

.kappe-related-tags a {
    padding: 8px 12px;
    border-radius: 2px;
    background: #f5f7f7;
    color: #6a7579;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.kappe-related-divider {
    margin: 0 0 22px;
    border: 0;
    border-top: 1px dashed #7b8488;
    opacity: 1;
}

.kappe-related-section {
    padding-bottom: 18px !important;
}

.kappe-video-frame {
    background: #f7f9f9;
    padding: 10px;
}

.kappe-video-frame iframe {
    display: block;
    width: 100%;
    height: 220px;
}

.kappe-video-detail-frame iframe {
    height: 460px;
}

.kappe-about-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.kappe-about-gallery a {
    display: block;
    background: #f7f9f9;
    padding: 6px;
}

.kappe-about-gallery img {
    width: 100%;
    aspect-ratio: 300 / 200;
    height: auto;
    object-fit: cover;
}

.home-flexslider,
.home-flexslider .slides,
.home-flexslider .slides > li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-slide {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
}

.home-slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(20, 26, 29, 0.15), rgba(20, 26, 29, 0.75));
}

.home-slide-content {
    position: relative;
    z-index: 1;
    max-width: 700px;
    padding: 48px;
    color: #fff;
}

.home-slide-content h1 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.15;
}

.home-slide-content p {
    margin: 0 0 20px;
    font-size: 17px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.92);
}

.home-slide-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    background: var(--kappe-accent);
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 13px;
}

.home-intro-panel {
    padding: 42px 48px;
}

.home-intro-panel h2 {
    margin: 0 0 14px;
    color: #111;
    font-size: 30px;
    font-weight: 300;
}

.home-intro-panel .intro-body,
.home-intro-panel p {
    margin: 0;
    font-size: 18px;
    line-height: 32px;
    color: #6f7a7d;
}

.home-category-block {
    margin-bottom: 28px;
}

.home-category-block:last-child {
    margin-bottom: 0;
}

.home-category-heading {
    padding: 30px 32px 12px;
}

.home-category-heading h2 {
    margin: 0 0 8px;
    color: #111;
    font-size: 28px;
    font-weight: 300;
}

.home-category-heading p {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
}

.home-category-grid {
    overflow: hidden;
}

.home-category-grid .project-post {
    position: relative;
}

.home-category-grid .project-post img {
    display: block;
    width: 100%;
    aspect-ratio: 520 / 400;
    height: auto;
    object-fit: cover;
}

.home-category-grid .project-title {
    top: 50%;
    margin-top: 0;
    padding: 0 26px;
    transform: translateY(-50%);
}

.home-category-grid .project-title h2 {
    font-size: 23px;
    line-height: 1.25;
    margin: 0 0 14px;
}

.home-category-grid .project-title h2:after {
    display: block !important;
    width: 132px;
    max-width: 70%;
    margin: 14px auto 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.95);
    content: "";
}

.home-category-grid .project-title > div {
    margin-top: 20px;
}

.home-category-grid .project-title a {
    margin: 0 auto;
}

.home-category-grid .project-title span {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.home-team-panel,
.home-testimonial-panel {
    padding: 30px;
}

.home-team-panel h2,
.home-testimonial-panel h2 {
    margin: 0 0 22px;
    color: #111;
    font-size: 28px;
    font-weight: 300;
}

.home-team-grid .row {
    margin-left: -12px;
    margin-right: -12px;
}

.home-team-grid [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
}

.home-team-grid .team-post {
    margin-bottom: 24px;
    background: #f8f8f8;
}

.home-team-grid .team-post img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.home-team-grid .team-data {
    margin-top: -34px;
    padding: 0 16px;
}

.home-team-grid .team-data p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    line-height: 20px;
    margin: 10px 0 0;
}

.home-team-socials {
    margin-top: 14px;
}

.home-team-socials a {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    text-decoration: none;
    margin: 0 4px;
}

.home-testimonial-list li {
    margin-bottom: 18px;
}

.home-testimonial-list li:last-child {
    margin-bottom: 0;
}

.home-testimonial-list .client-test h3 {
    margin-left: 0;
    padding: 18px 22px;
    min-height: 86px;
}

.home-testimonial-list .client-test img {
    width: 86px;
    height: 86px;
    object-fit: cover;
}

.home-testimonial-list p {
    padding: 18px 24px;
    font-size: 16px;
    line-height: 28px;
}

.home-testimonial-meta {
    margin-top: 12px;
    color: #7b8487;
    font-size: 12px;
}

.info-content ul li a.flat-button {
    display: inline-block;
    padding: 10px 14px;
    background: var(--kappe-accent);
    color: #fff !important;
}

.whatsapp-button {
    position: fixed;
    left: 24px;
    bottom: 24px;
    z-index: 1001;
    min-height: 48px;
    padding: 12px 18px;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none !important;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.2);
}

.whatsapp-button.is-right {
    left: auto;
    right: 24px;
}

.whatsapp-button i,
.whatsapp-button .whatsapp-label {
    color: #fff !important;
}

.whatsapp-button .whatsapp-icon-svg {
    width: 20px;
    height: 20px;
    color: #fff !important;
    fill: #fff !important;
}

.whatsapp-button .whatsapp-icon-svg path {
    fill: #fff !important;
}

@media (max-width: 1200px) {
    .home-category-grid .project-post {
        width: 33.3333%;
    }
}

@media (max-width: 991px) {
    .home-trans-banner {
        height: 420px;
    }

    .kappe-blog-grid {
        grid-template-columns: 1fr;
    }

    .kappe-detail-meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .kappe-about-main,
    .kappe-about-side,
    .kappe-error-main,
    .kappe-error-side {
        width: 100%;
        float: none;
        border-right: none;
    }

    .kappe-about-main {
        border-bottom: 1px solid #e5e5e5;
    }

    .kappe-about-section h1 {
        font-size: 25px;
    }

    .kappe-about-meta-line {
        flex-direction: column;
        align-items: flex-start;
    }

    .home-category-grid .project-post {
        width: 50%;
    }

    .kappe-staff-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kappe-about-gallery.kappe-staff-gallery {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .home-page {
        padding: 14px;
    }

    .home-intro-panel,
    .home-team-panel,
    .home-testimonial-panel,
    .home-category-heading {
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-trans-banner {
        height: 320px;
    }

    .kappe-blog-listing .container,
    .kappe-detail-page .container {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .kappe-about-detail-page {
        padding: 14px;
    }

    .kappe-staff-page {
        padding: 14px;
    }

    .kappe-error-page {
        padding: 14px;
    }

    .kappe-about-section {
        margin-bottom: 22px;
        padding-bottom: 22px;
    }

    .kappe-about-section h1,
    .kappe-about-side .kappe-about-section h1 {
        font-size: 22px;
    }

    .kappe-about-summary {
        font-size: 14px;
    }

    .kappe-error-actions {
        flex-direction: column;
    }

    .kappe-error-button {
        width: 100%;
    }

    .me-slider-caption-title {
        font-size: 28px;
    }

    .me-slider-caption-box {
        padding: 12px 15px;
        border-radius: 14px;
    }

    .me-slider-caption-box-description {
        font-size: 15px;
        line-height: 1.7;
    }

    .kappe-blog-card .featured-post img {
        height: 220px;
    }

    .kappe-blog-card .content-post,
    .kappe-detail-content,
    .kappe-sidebar-widget {
        padding: 20px;
    }

    .kappe-detail-title {
        font-size: 26px;
    }

    .kappe-sidebar-gallery img {
        height: 96px;
    }

    .kappe-about-gallery {
        grid-template-columns: 1fr;
    }

    .kappe-about-gallery.kappe-staff-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kappe-about-gallery img {
        aspect-ratio: 300 / 200;
        height: auto;
    }

    .kappe-video-detail-frame iframe {
        height: 260px;
    }

    .kappe-gallery-detail-grid {
        grid-template-columns: 1fr;
    }

    .kappe-gallery-detail-item img {
        height: 220px;
    }

    .kappe-gallery-sidebar-item {
        grid-template-columns: 84px minmax(0, 1fr);
        gap: 12px;
    }

    .kappe-gallery-sidebar-thumb img {
        height: 68px;
    }

    .kappe-staff-heading,
    .kappe-staff-section {
        padding-left: 18px;
        padding-right: 18px;
    }

    .kappe-staff-heading h1 {
        font-size: 30px;
    }

    .kappe-staff-section-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .kappe-staff-grid {
        grid-template-columns: 1fr;
    }

    .home-category-grid .project-post {
        width: 100%;
    }

    .sidebar-contact-box {
        display: none;
    }

    .social-box {
        padding-top: 20px;
    }

    .whatsapp-button {
        width: 52px;
        height: 52px;
        min-height: 52px;
        padding: 0;
        justify-content: center;
    }

    .whatsapp-button .whatsapp-label {
        display: none;
    }
}

@media (max-width: 480px) {
    .kappe-about-gallery.kappe-staff-gallery {
        grid-template-columns: 1fr;
    }
}
