﻿/*
Theme Name: Sampada Estates
Theme URI: https://example.com/sampada-estates
Author: OpenAI Codex
Description: A modern WordPress theme built to pair with Elementor for real estate websites.
Version: 1.2.2
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: sampada-estates
*/

:root {
  --te-bg: #f8f4eb;
  --te-bg-soft: #fffdf8;
  --te-panel: rgba(255, 255, 255, 0.9);
  --te-panel-soft: rgba(255, 255, 255, 0.78);
  --te-line: rgba(171, 132, 55, 0.16);
  --te-text: #1f2730;
  --te-body: #5f6872;
  --te-accent: #c8983f;
  --te-accent-soft: #e2b867;
  --te-accent-deep: #8b6425;
  --te-success: #6f9d63;
  --te-white: #ffffff;
  --te-shadow: 0 24px 60px rgba(47, 37, 15, 0.1);
  --te-radius-sm: 18px;
  --te-radius-md: 28px;
  --te-radius-lg: 40px;
  --te-font-heading: "Cormorant Garamond", Georgia, serif;
  --te-font-body: "Manrope", "Segoe UI", sans-serif;
  --te-font-heading-kn: "Noto Serif Kannada", Georgia, serif;
  --te-font-body-kn: "Noto Sans Kannada", "Segoe UI", sans-serif;
  --te-container: min(1180px, calc(100vw - 32px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--te-body);
  font-family: var(--te-font-body);
  line-height: 1.7;
  background:
    radial-gradient(circle at top, rgba(214, 166, 75, 0.18), transparent 24%),
    linear-gradient(180deg, #fffdf9 0%, #f8f2e8 55%, #f4ede1 100%);
}

body.te-lang-kn {
  font-family: var(--te-font-body-kn);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 16px;
  color: var(--te-text);
  font-family: var(--te-font-heading);
  font-weight: 600;
  line-height: 1.4;
}

body.te-lang-kn h1,
body.te-lang-kn h2,
body.te-lang-kn h3,
body.te-lang-kn h4,
body.te-lang-kn h5,
body.te-lang-kn h6,
body.te-lang-kn .te-brand__name,
body.te-lang-kn .te-about__stat strong {
  font-family: var(--te-font-heading-kn);
}

body.te-lang-kn p,
body.te-lang-kn li,
body.te-lang-kn a,
body.te-lang-kn span,
body.te-lang-kn .te-pill,
body.te-lang-kn .te-button,
body.te-lang-kn .te-button--ghost,
body.te-lang-kn .te-nav a,
body.te-lang-kn .te-language-switcher__link {
  font-family: var(--te-font-body-kn);
}

body.te-lang-kn .te-accessibility-tools__button {
  font-family: var(--te-font-body-kn);
}

body.te-lang-kn .te-accessibility-tools__button--reset {
  font-family: var(--te-font-heading-kn);
}

p {
  margin: 0 0 18px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.te-site-shell {
  min-height: 100vh;
}

.te-container {
  width: var(--te-container);
  margin: 0 auto;
}

.te-header {
  position: relative;
  z-index: 30;
  backdrop-filter: blur(14px);
  background: rgba(255, 251, 244, 0.88);
  border-bottom: 1px solid rgba(171, 132, 55, 0.08);
}

.te-header__inner,
.te-footer__inner {
  width: var(--te-container);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  background: transparent;
}

.te-header__inner {
  min-height: 72px;
}

.te-brand {
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  flex: 0 0 auto;
}

.te-brand__logo {
  display: block;
  width: 101px;
  max-width: 100%;
  height: auto;
  border-radius: 999px;
}

.te-brand__name {
  color: var(--te-accent-deep);
  font-family: var(--te-font-heading);
  font-size: 2rem;
  letter-spacing: 0.03em;
}

.te-brand__tag {
  color: var(--te-body);
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.te-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex: 1 1 auto;
  min-width: 0;
  align-self: center;
}

.te-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--te-text);
  font-size: 0.95rem;
  line-height: 1;
  white-space: nowrap;
}

.te-language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 0 !important;
  justify-content: flex-start;
}

.te-header__controls .te-accessibility-tools {
  margin-bottom: 0;
}

.te-header__controls {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  flex: 0 0 auto;
}

.te-accessibility-tools {
  display: inline-flex;
  align-items: stretch;
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid rgba(171, 132, 55, 0.22);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 24px rgba(47, 37, 15, 0.08);
}

.te-accessibility-tools__button {
  width: 38px;
  height: 38px;
  border: 0;
  border-right: 1px solid rgba(171, 132, 55, 0.18);
  background: transparent;
  color: var(--te-text);
  font-family: var(--te-font-body);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.te-accessibility-tools__button:last-child {
  border-right: 0;
}

.te-accessibility-tools__button:hover {
  background: rgba(200, 152, 63, 0.12);
  color: var(--te-accent-deep);
}

.te-accessibility-tools__button--reset {
  font-family: var(--te-font-heading);
  font-size: 1.15rem;
}

.te-accessibility-tools__button svg {
  width: 16px;
  height: 16px;
  display: block;
  margin: 0 auto;
  fill: currentColor;
}

.te-language-switcher__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(171, 132, 55, 0.18);
  background: rgba(255, 255, 255, 0.62);
  color: var(--te-text);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

body.te-lang-kn .te-language-switcher__link {
  letter-spacing: 0;
  text-transform: none;
}

@media (min-width: 1025px) {
  .te-nav a {
    font-size: 0.92rem;
  }

  .te-language-switcher__link {
    padding: 8px 10px;
  }
}

.te-language-switcher__link.is-current {
  background: rgba(200, 152, 63, 0.16);
  border-color: rgba(171, 132, 55, 0.26);
  color: var(--te-accent-deep);
}

.te-button,
.te-button--ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-align: center;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.te-button--header {
  text-align: center;
}

.te-button {
  background: linear-gradient(135deg, var(--te-accent-soft), var(--te-accent));
  color: #1e1404;
}

.te-button:hover,
.te-button--ghost:hover {
  transform: translateY(-1px);
}

.te-button--ghost {
  color: var(--te-text);
  border: 1px solid rgba(171, 132, 55, 0.24);
  background: rgba(255, 255, 255, 0.52);
}

.te-section {
  padding: 34px 0 84px;
}

.te-banner {
  padding: 0 0 18px;
}

.te-banner__panel {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 78vh;
  min-height: 420px;
}

.te-banner__panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(11, 19, 22, 0.54) 0%, rgba(11, 19, 22, 0.2) 28%, rgba(11, 19, 22, 0.28) 100%);
  pointer-events: none;
}

.te-banner__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.te-banner__content {
  position: relative;
  z-index: 2;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.te-banner__copy {
  max-width: 760px;
  padding-top: 150px;
  padding-bottom: 72px;
  color: #fff9f0;
  text-align: center;
  margin: 0 auto;
}

.te-banner__copy h1 {
  margin-top: 180px;
  color: #fff9f0;
  line-height: 0.95;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}

.home .te-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 60;
  backdrop-filter: none;
  background: transparent;
  border-bottom: 0;
}

.te-about-page-template .te-header {
  position: relative;
  z-index: 40;
  backdrop-filter: none;
  background: transparent !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.home .te-header__inner {
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding: 16px 22px;
  border: 1px solid rgba(255, 248, 232, 0.14);
  border-radius: 999px;
  background: transparent;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.14);
}

.home main,
.home .te-banner,
.home .te-banner__panel,
.home .te-banner__content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

@media (min-width: 1025px) {
  html,
  body {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .home .te-header {
    position: absolute !important;
    inset: 0 0 auto 0 !important;
    transform: none !important;
  }

  .home .te-header__inner {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .home .te-site-shell,
  .home main,
  .home .te-banner {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .home .te-banner {
    margin-top: -108px !important;
  }

  .home .te-banner__panel,
  .home .te-banner__content {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

.te-about-page-template .te-header__inner {
  position: relative;
  z-index: 2;
  margin-top: 18px !important;
  margin-bottom: 18px;
  padding: 16px 22px !important;
  border: 1px solid rgba(255, 248, 232, 0.14) !important;
  border-radius: 999px !important;
  background: rgba(16, 18, 20, 0.38) !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.14) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.home .te-nav a {
  color: #fff6e9;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

.te-about-page-template .te-nav a {
  color: #fff6e9;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

.home .te-language-switcher__link {
  border-color: rgba(255, 248, 232, 0.2);
  background: rgba(8, 15, 17, 0.38);
  color: #fff6e9;
}

.te-about-page-template .te-language-switcher__link {
  border-color: rgba(255, 248, 232, 0.2);
  background: rgba(8, 15, 17, 0.38);
  color: #fff6e9;
}

.home .te-language-switcher__link.is-current {
  background: rgba(226, 184, 103, 0.95);
  border-color: transparent;
  color: #1e1404;
}

.te-about-page-template .te-language-switcher__link.is-current {
  background: rgba(226, 184, 103, 0.95);
  border-color: transparent;
  color: #1e1404;
}

.te-about-page-template .te-accessibility-tools {
  border-color: rgba(255, 248, 232, 0.2);
  background: rgba(255, 255, 255, 0.94);
}

.te-about-page-template {
  background:
    linear-gradient(180deg, rgba(16, 18, 20, 0.88), rgba(16, 18, 20, 0.34) 150px, transparent 150px),
    radial-gradient(circle at top, rgba(214, 166, 75, 0.18), transparent 24%),
    linear-gradient(180deg, #fffdf9 0%, #f8f2e8 55%, #f4ede1 100%);
}

.home .te-button--header {
  background: rgba(226, 184, 103, 0.96);
  color: #1e1404;
}

.home .te-banner {
  padding: 0;
}

.home .te-banner__panel {
  height: 78vh;
  min-height: 460px;
}

.te-card {
  border: 1px solid var(--te-line);
  border-radius: var(--te-radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 251, 244, 0.82));
  box-shadow: var(--te-shadow);
  padding: 25px;
}

.te-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: rgba(226, 184, 103, 0.16);
  color: var(--te-accent-deep);
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.te-lead {
  font-size: 1.06rem;
  max-width: 60ch;
}

.te-hero {
  padding: 42px 0 42px;
}

.te-hero__grid {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 20px;
  align-items: stretch;
}

.te-hero__copy,
.te-contact,
.te-split__copy {
  padding: 28px;
}

.te-contact--image {
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.te-contact__overlay {
  padding: 34px;
  background:
    linear-gradient(180deg, rgba(8, 31, 22, 0.72), rgba(13, 35, 27, 0.82)),
    linear-gradient(135deg, rgba(255, 247, 232, 0.1), rgba(113, 153, 95, 0.12));
}

.te-contact__overlay h2,
.te-contact__overlay p,
.te-contact__overlay .te-eyebrow {
  color: #f4f0e4;
}

.te-contact__overlay .te-eyebrow {
  background: rgba(255, 244, 215, 0.14);
  border: 1px solid rgba(255, 244, 215, 0.18);
}

.te-contact--image .te-contact-card {
  background: rgba(248, 245, 236, 0.9);
  border: 1px solid rgba(217, 199, 158, 0.18);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
}

.te-contact--image .te-contact-card h3 {
  color: #193126;
}

.te-contact--image .te-contact-card p {
  color: #425348;
}

.te-contact--image .te-highlight {
  color: #2d6b4f;
}

.te-contact--image .te-button--ghost {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff8ee;
}

.te-hero h1 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: clamp(2.6rem, 5vw, 4.5rem);
}

.te-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 20px;
}

.te-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 20px;
}

.te-metric {
  padding: 14px;
  border-radius: var(--te-radius-sm);
  border: 1px solid var(--te-line);
  background: rgba(255, 255, 255, 0.7);
}

.te-metric strong {
  display: block;
  margin-bottom: 4px;
  color: var(--te-accent-deep);
  font-size: 1.15rem;
}

.te-hero__visual {
  position: relative;
  overflow: hidden;
  min-height: 480px;
  background-size: cover;
  background-position: center;
}

.te-hero__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(26, 20, 8, 0.58)),
    linear-gradient(135deg, rgba(214, 166, 75, 0.1), transparent 55%);
}

.te-float-panel {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  max-width: 320px;
  padding: 18px;
  border: 1px solid rgba(171, 132, 55, 0.18);
  border-radius: var(--te-radius-md);
  background: rgba(255, 250, 241, 0.92);
}

.te-float-panel h3 {
  font-size: 1.6rem;
}

.te-about {
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(255, 252, 245, 0.92), rgba(247, 238, 220, 0.8)),
    #fffaf0;
}

.te-about__intro {
  max-width: 720px;
  margin-bottom: 24px;
}

.te-about__intro h2 {
  font-size: clamp(2.3rem, 4.2vw, 1.8rem);
}

.te-about__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: start;
}

.te-about__copy p:last-child {
  margin-bottom: 0;
}

.te-about__stats {
  display: grid;
  gap: 14px;
}

.te-about__stat {
  padding: 20px 22px;
  border-radius: 22px;
  border: 1px solid rgba(171, 132, 55, 0.14);
  background: rgba(255, 255, 255, 0.72);
}

.te-about__stat strong {
  display: block;
  margin-bottom: 6px;
  color: var(--te-accent-deep);
  font-size: 1.7rem;
  font-family: var(--te-font-heading);
  line-height: 1;
}

.te-about__stat span {
  color: var(--te-text);
  font-size: 0.98rem;
}

.te-about-page {
  padding-top: 110px;
}

.te-about-page-template .te-about-page {
  padding-top: 12px;
}

.te-about-page__hero-card,
.te-about-page__panel,
.te-about-page__wide-panel,
.te-about-page__closing {
  padding: 25px;
  box-sizing: border-box;
}

.te-about-page__hero-card {
  background:
    linear-gradient(135deg, rgba(255, 252, 245, 0.94), rgba(247, 238, 220, 0.84)),
    #fffaf0;
}

.te-about-page__hero-card h1 {
  font-size: clamp(2.6rem, 5vw, 4.2rem);
}

body.te-lang-kn .te-about-page__hero-card h1 {
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.25;
}

.te-about-page__lead {
  max-width: 78ch;
  font-size: 1.02rem;
}

.te-about-page__metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 24px;
}

.te-about-page__metric {
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(171, 132, 55, 0.14);
  background: rgba(255, 255, 255, 0.72);
}

.te-about-page__metric strong {
  display: block;
  margin-bottom: 6px;
  color: var(--te-accent-deep);
  font-size: 1.6rem;
  font-family: var(--te-font-heading);
}

.te-about-page__metric span {
  color: var(--te-text);
  font-size: 0.95rem;
}

.te-about-page__vision-grid {
  align-items: stretch;
}

.te-about-page__panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 14px;
  height: 100%;
  padding: 25px !important;
  overflow: hidden;
}

.te-about-page__panel h2,
.te-about-page__panel h3 {
  margin-bottom: 0;
  max-width: 100%;
}

.te-about-page__panel h3 {
  font-size: 1.6rem;
  line-height: 1.2;
}

.te-about-page__panel p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.75;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.te-about-page__panel h3 + p,
.te-about-page__panel p + h3 {
  margin-top: 2px;
}

.te-about-page__wide-panel .te-list li strong {
  color: var(--te-accent-deep);
}

.te-about-page__closing {
  text-align: center;
}

.te-listing__price,
.te-stat-line strong,
.te-highlight {
  color: var(--te-accent-deep);
}

.te-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 26px;
}

.te-section__head h2 {
  font-size: clamp(2.4rem, 5vw, 2.2rem);
}

.te-grid-3,
.te-grid-2,
.te-gallery {
  display: grid;
  gap: 22px;
}

.te-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.te-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.te-project-card,
.te-feature-card,
.te-contact-card,
.te-gallery__item,
.te-testimonial-card {
  overflow: hidden;
}

.te-project-card img,
.te-gallery__item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.te-project-card__body,
.te-feature-card,
.te-contact-card {
  padding: 24px;
}

.te-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0 16px;
}

.te-pill {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(226, 184, 103, 0.12);
  border: 1px solid rgba(171, 132, 55, 0.14);
  color: var(--te-text);
  font-size: 0.86rem;
}

.te-list {
  display: grid;
  gap: 12px;
}

.te-list li {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(171, 132, 55, 0.08);
}

.te-location-item a {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
}

.te-location-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  color: #d93025;
  flex: 0 0 auto;
}

.te-location-item__icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.te-split {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 24px;
  align-items: stretch;
}

.te-split__media {
  min-height: 100%;
}

.te-split__media img,
.te-map-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.te-band {
  padding: 30px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(214, 166, 75, 0.18), rgba(255, 255, 255, 0.72)),
    #fff8ee;
}

.te-band h2,
.te-band h3,
.te-band strong,
.te-band p,
.te-band li {
  color: var(--te-text);
}

.te-map-card {
  overflow: hidden;
  padding: 18px;
  position: relative;
}

.te-testimonials {
  position: relative;
}

.te-testimonials__controls {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.te-testimonials__control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(171, 132, 55, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--te-accent-deep);
  box-shadow: 0 10px 24px rgba(47, 37, 15, 0.08);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.te-testimonials__control:hover {
  transform: translateY(-1px);
  background: rgba(226, 184, 103, 0.18);
}

.te-testimonials__carousel {
  display: grid;
  gap: 22px;
}

.te-testimonials__viewport {
  overflow: hidden;
}

.te-testimonials__track {
  display: flex;
  gap: 22px;
  transition: transform 0.45s ease;
  will-change: transform;
}

.te-testimonial-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  flex: 0 0 calc((100% - 44px) / 3);
  min-height: 100%;
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 249, 238, 0.9)),
    #fffdf8;
}

.te-testimonial-card__rating {
  color: var(--te-accent);
  font-size: 1rem;
  letter-spacing: 0.2em;
  line-height: 1;
}

.te-testimonial-card p {
  margin: 0;
  color: var(--te-text);
  font-size: 1rem;
  line-height: 1.8;
}

.te-testimonial-card__author {
  display: grid;
  gap: 4px;
  padding-top: 14px;
  border-top: 1px solid rgba(171, 132, 55, 0.14);
}

.te-testimonial-card__author strong {
  color: var(--te-accent-deep);
  font-family: var(--te-font-heading);
  font-size: 1.35rem;
  line-height: 1.1;
}

.te-testimonial-card__author span {
  color: var(--te-body);
  font-size: 0.92rem;
}

.te-testimonials__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.te-testimonials__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(171, 132, 55, 0.24);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.te-testimonials__dot.is-active {
  width: 28px;
  background: var(--te-accent);
}

.te-map-card img {
  border-radius: 22px;
  border: 1px solid var(--te-line);
  background: #fff;
}

.te-map-card__badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: calc(100% - 56px);
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(171, 132, 55, 0.18);
  box-shadow: 0 14px 28px rgba(47, 37, 15, 0.14);
  color: var(--te-text);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  z-index: 1;
}

.te-map-card__badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #d93025;
  flex: 0 0 auto;
}

.te-map-card__badge-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.te-footer {
  padding: 16px 0 44px;
  background:
    linear-gradient(180deg, rgba(18, 27, 31, 0.96), rgba(10, 17, 20, 0.98)),
    #0d1518;
}

.te-footer__inner {
  color: rgba(241, 236, 225, 0.78);
  font-size: 0.92rem;
  border-top: 1px solid rgba(200, 152, 63, 0.18);
  padding-top: 24px;
}

.te-footer__socials {
  display: flex;
  align-items: center;
  gap: 12px;
}

.te-footer__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255, 248, 232, 0.08);
  border: 1px solid rgba(200, 152, 63, 0.22);
  color: #f1dcc0;
}

.te-footer__socials svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.screen-reader-text {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 1080px) {
  .te-about__grid,
  .te-hero__grid,
  .te-split,
  .te-band,
  .te-grid-3 {
    grid-template-columns: 1fr;
  }

  .te-metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .te-about-page__metrics {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  .te-header__inner {
    flex-wrap: nowrap;
    justify-content: space-between;
    text-align: left;
  }

  .te-brand {
    width: auto;
    align-items: flex-start;
  }

  .te-nav {
    display: none !important;
  }

  .te-mobile-toggle {
    display: inline-flex;
  }

  .te-button--header {
    max-width: 180px;
  }

  .te-language-switcher {
    display: none;
  }

  .te-grid-2 {
    grid-template-columns: 1fr;
  }

  .te-hero__visual {
    min-height: 440px;
  }

  .te-float-panel {
    right: 18px;
    left: 18px;
    max-width: none;
  }

  .home .te-header__inner {
    margin-top: 0;
    border-radius: 28px;
  }

  .home .te-banner__panel {
    height: 62vh;
    min-height: clamp(280px, 52vh, 400px);
  }

  .te-banner__copy {
    padding-top: 150px;
    padding-bottom: 48px;
  }
}

@media (max-width: 640px) {
  .te-mobile-sidebar__nav a {
    font-size: 0.95rem;
  }
  .te-header__inner,
  .te-footer__inner {
    padding: 16px 0;
  }

  .te-footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .te-brand__logo {
    width: 101px;
  }

  .te-section__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .te-testimonials__controls {
    width: 100%;
    justify-content: flex-start;
  }

  .te-section__head .te-button {
    width: 100%;
  }

  .te-hero,
  .te-section {
    padding-top: 28px;
    padding-bottom: 54px;
  }

  .te-banner {
    padding-top: 18px;
    padding-bottom: 8px;
  }

  .home .te-header__inner {
    padding: 14px 16px;
    flex-wrap: nowrap;
  }

  .home .te-button--header {
    max-width: 114px;
  }

  .home .te-banner__panel {
    height: 54vh;
    min-height: clamp(240px, 46vh, 320px);
  }

  .te-banner__video {
    object-fit: cover;
    object-position: center center;
  }

  .te-banner__copy {
    padding-top: 132px;
    padding-bottom: 40px;
  }

  .te-banner__copy h1 {
    font-size: clamp(1.5rem, 6vw, 2rem);
  }

  .te-lead {
    font-size: 0.98rem;
  }

  .te-hero__copy,
  .te-contact,
  .te-split__copy,
  .te-band {
    padding: 24px;
  }

  .te-hero h1,
  .te-section__head h2,
  .te-band h2 {
    font-size: clamp(2.15rem, 8vw, 3.25rem);
  }

  .te-actions {
    flex-direction: column;
  }

  .te-actions > a {
    width: 100%;
  }

  .te-project-card__body,
  .te-feature-card,
  .te-contact-card,
  .te-map-card {
    padding: 20px;
  }

  .te-float-panel {
    position: static;
    margin: 16px;
  }

  .te-metrics {
    grid-template-columns: 1fr;
  }

  .te-about-page {
    padding-top: 94px;
  }

  .te-about-page-template .te-about-page {
    padding-top: 8px;
  }

  .te-about-page__hero-card,
  .te-about-page__panel,
  .te-about-page__wide-panel,
  .te-about-page__closing {
    padding: 22px 18px !important;
  }

  .te-about-page__hero-card h1 {
    font-size: clamp(2rem, 7vw, 2.6rem);
    line-height: 1.2;
  }

  body.te-lang-kn .te-about-page__hero-card h1 {
    font-size: clamp(1.7rem, 6vw, 2.15rem);
    line-height: 1.3;
  }

  .te-about-page__lead,
  .te-about-page__panel p,
  .te-about-page__wide-panel p,
  .te-about-page__closing p {
    font-size: 0.95rem;
    line-height: 1.62;
  }

  .te-about-page__panel {
    gap: 12px;
  }

  .te-about-page__panel h3 {
    font-size: 1.35rem;
  }

  .te-about-page__metrics {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .te-about-page__metric {
    padding: 16px 18px;
  }

  .te-about-page__metric strong {
    font-size: 1.4rem;
  }
}









/* mobile-sidebar-fix */
.te-mobile-toggle,
.te-mobile-sidebar {
  display: none;
}

body.te-mobile-menu-open {
  overflow: hidden;
}

@media (max-width: 1024px) {
  .te-nav {
    display: none !important;
  }

  .te-button--header {
    display: none !important;
  }

  .te-mobile-toggle {
    display: inline-flex !important;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 10px;
    background: rgba(42, 44, 38, 0.42);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    flex: 0 0 auto;
    margin-left: auto;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  }

  .te-mobile-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: #fff6e9;
    border-radius: 999px;
  }

  .te-mobile-sidebar {
    position: fixed;
    inset: 0;
    z-index: 90;
    pointer-events: none;
  }

  .te-mobile-sidebar__overlay {
    position: absolute;
    inset: 0;
    background: rgba(8, 14, 16, 0.14);
    opacity: 0;
    transition: opacity 0.25s ease;
  }

  .te-mobile-sidebar__panel {
    position: absolute;
    top: 12px;
    right: 12px;
    left: auto;
    width: 168px;
    max-width: calc(100vw - 24px);
    padding: 18px 14px 18px;
    border-radius: 24px;
    background: rgba(73, 77, 68, 0.46);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 0;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.18);
    transform: translateX(115%);
    transition: transform 0.28s ease;
  }

  .te-mobile-sidebar__close {
    display: none;
  }

  .te-mobile-sidebar__nav {
    display: grid;
    gap: 6px;
    text-align: center;
  }

  .te-mobile-sidebar__nav a {
    display: block;
    padding: 8px 8px;
    color: #f8f3e7;
    font-size: 0.95rem;
    line-height: 1.25;
    font-family: var(--te-font-body);
    font-weight: 500;
  }

  .te-mobile-sidebar.is-open {
    display: block;
    pointer-events: auto;
  }

  .te-mobile-sidebar.is-open .te-mobile-sidebar__overlay {
    opacity: 1;
  }

  .te-mobile-sidebar.is-open .te-mobile-sidebar__panel {
    transform: translateX(0);
  }

  .te-mobile-sidebar .te-language-switcher {
    display: inline-flex;
    margin-top: 14px;
    margin-left: 0 !important;
  }

  .te-header__controls {
    display: none;
  }

  .te-mobile-sidebar__accessibility {
    display: flex;
    justify-content: center;
    margin-top: 14px;
  }

  .te-header__inner {
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: center !important;
    text-align: left !important;
    gap: 12px;
  }

  .te-brand {
    width: auto !important;
    align-items: flex-start !important;
    flex: 0 1 auto;
  }

  .home .te-header {
    background: transparent;
    border-bottom: 0;
  }

  .home .te-header__inner {
    margin-top: 0;
    padding: 10px 14px;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
}

@media (max-width: 640px) {
  .te-about {
    padding: 24px;
  }

  .te-mobile-sidebar__nav a {
    font-size: 0.95rem;
  }

  .home .te-header__inner {
    padding: 10px 12px;
  }
}


/* mobile-navbar-right-rail */
@media (max-width: 1024px) {
  .te-header,
  .home .te-header {
    position: absolute !important;
    inset: 0 0 auto !important;
    z-index: 40 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .te-header__inner,
  .home .te-header__inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding: 10px 12px !important;
    margin-top: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .te-nav,
  .te-button--header {
    display: none !important;
    visibility: hidden !important;
  }

  .te-brand {
    flex: 0 1 auto !important;
    width: auto !important;
  }

  .te-brand__logo {
    width: 110px !important;
    max-width: 110px !important;
  }

  .te-mobile-toggle {
    display: inline-flex !important;
    margin-left: auto !important;
    position: relative !important;
    z-index: 41 !important;
  }

  .te-mobile-sidebar__panel {
    top: 12px !important;
    right: 12px !important;
    left: auto !important;
    width: 168px !important;
    padding: 18px 14px 18px !important;
    border: 0 !important;
    border-radius: 24px !important;
    background: rgba(73, 77, 68, 0.46) !important;
    transform: translateX(115%) !important;
  }

  .te-mobile-sidebar.is-open .te-mobile-sidebar__panel {
    transform: translateX(0) !important;
  }
}


/* contact-and-footer-mobile-fix */
.te-contact--image .te-contact-card p,
.te-contact--image .te-contact-card a,
.te-contact--image .te-contact-card .te-highlight {
  color: #ffffff !important;
}

.te-contact--image .te-contact-card a {
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (max-width: 768px) {
  .te-contact--image .te-grid-2 {
    gap: 14px;
  }

  .te-contact--image .te-contact-card {
    padding: 18px;
  }

  .te-contact--image .te-contact-card p,
  .te-contact--image .te-contact-card a,
  .te-contact--image .te-contact-card .te-highlight {
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .te-footer {
    padding: 18px 0 22px;
  }

  .te-footer__inner {
    justify-content: center;
    text-align: center;
    gap: 10px;
  }

  .te-footer__inner p {
    width: 100%;
    margin: 0;
    font-size: 0.92rem;
  }

  .te-footer__socials {
    justify-content: center;
    width: 100%;
    gap: 10px;
  }

  .te-footer__socials a {
    width: 38px;
    height: 38px;
  }
}

/* contact-card-visual-update */
.te-contact--image .te-contact-card {
  background: transparent !important;
}

.te-contact--image .te-contact-card h3 {
  color: #ffffff !important;
}



/* section-spacing-trim */
.te-section {
  padding: 34px 0 0 !important;
}

.te-hero,
.te-section {
  padding-top: 28px !important;
  padding-bottom: 0 !important;
}

/* mobile-toggle-menu-refresh */
@media (max-width: 1024px) {
  .te-mobile-sidebar {
    position: fixed;
    inset: 0;
    z-index: 50;
    pointer-events: none;
  }

  .te-mobile-sidebar__overlay {
    position: absolute;
    inset: 0;
    background: transparent;
    opacity: 0;
    transition: opacity 0.24s ease;
  }

  .te-mobile-sidebar__panel {
    position: absolute;
    top: 74px !important;
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
    max-width: none !important;
    padding: 16px 20px 18px !important;
    border-radius: 0 !important;
    background: rgba(18, 24, 28, 0.82) !important;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    transform: translateY(-14px) !important;
    opacity: 0;
    transition: transform 0.24s ease, opacity 0.24s ease;
  }

  .te-mobile-sidebar__nav {
    display: grid;
    gap: 0;
    text-align: left;
  }

  .te-mobile-sidebar__nav a {
    display: block;
    padding: 14px 0;
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 600;
    border-bottom: 1px solid rgba(173, 198, 255, 0.35);
  }

  .te-mobile-sidebar__nav a:last-child {
    border-bottom: 0;
  }

  .te-mobile-sidebar.is-open {
    display: block;
    pointer-events: auto;
  }

  .te-mobile-sidebar.is-open .te-mobile-sidebar__overlay {
    opacity: 1;
  }

  .te-mobile-sidebar.is-open .te-mobile-sidebar__panel {
    transform: translateY(0) !important;
    opacity: 1;
  }

  .te-mobile-sidebar .te-language-switcher {
    display: inline-flex;
    margin-top: 16px;
    margin-left: 0 !important;
  }

  .te-mobile-sidebar__accessibility {
    display: flex;
    justify-content: center;
    margin-top: 14px;
  }

  .te-mobile-toggle {
    width: 44px;
    height: 44px;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
    gap: 4px;
  }

  .te-mobile-toggle span {
    width: 24px;
    height: 2px;
    background: #ffffff;
    transition: transform 0.22s ease, opacity 0.22s ease;
    transform-origin: center;
  }

  .te-mobile-toggle.is-active span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .te-mobile-toggle.is-active span:nth-child(2) {
    opacity: 0;
  }

  .te-mobile-toggle.is-active span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .te-mobile-sidebar__close {
    display: none !important;
  }
}




/* header-light-surface */
@media (max-width: 1024px) {
  .te-header__inner,
  .home .te-header__inner {
    background: transparent !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: none !important;
  }

  .te-mobile-toggle {
    width: 46px !important;
    height: 46px !important;
    border-radius: 12px !important;
    background: rgba(16, 18, 18, 0.72) !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22) !important;
  }

  .te-mobile-toggle span {
    background: #ffffff !important;
  }
}

@media (min-width: 1025px) {
  .te-mobile-sidebar__accessibility {
    display: none;
  }
}

/* mobile-alignment-refresh */
@media (max-width: 1024px) {
  .te-header__inner,
  .home .te-header__inner {
    gap: 10px !important;
    padding: 10px 12px !important;
    align-items: center !important;
  }

  .te-brand {
    flex: 0 0 auto !important;
  }

  .te-brand__logo {
    width: 102px !important;
    max-width: 102px !important;
  }

  .te-mobile-toggle {
    order: 3;
    margin-left: 0 !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 12px !important;
    background: rgba(22, 25, 28, 0.78) !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22) !important;
  }

  .te-header__controls {
    display: inline-flex !important;
    order: 2;
    margin-left: auto !important;
    margin-right: 0 !important;
    gap: 8px;
    align-items: center;
    flex: 0 0 auto;
  }

  .te-header__controls .te-language-switcher {
    display: none !important;
  }

  .te-header__controls .te-accessibility-tools {
    display: inline-flex;
    margin-bottom: 0;
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
  }

  .te-header__controls .te-accessibility-tools__button {
    width: 28px;
    height: 28px;
    font-size: 0.88rem;
  }

  .te-header__controls .te-accessibility-tools__button--reset {
    font-size: 1rem;
  }

  .te-header__controls .te-accessibility-tools__button svg {
    width: 13px;
    height: 13px;
  }

  .te-mobile-sidebar__accessibility {
    display: none !important;
  }

  .te-mobile-sidebar .te-language-switcher {
    display: inline-flex;
    margin-top: 16px;
    margin-left: 0 !important;
  }
}

@media (max-width: 1024px) {
  .te-about-page-template .te-header {
    position: absolute !important;
    inset: 0 0 auto !important;
    z-index: 40 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .te-about-page-template .te-about-page {
    padding-top: 0 !important;
  }

  .te-about-page-template .te-about-page__hero {
    padding-top: 126px !important;
  }

  .te-about-page-template .te-header__inner {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 10px 12px !important;
    margin-top: 10px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .te-about-page-template .te-brand {
    order: 1;
  }

  .te-about-page-template .te-header__controls {
    order: 2;
    margin-left: auto !important;
  }

  .te-about-page-template .te-mobile-toggle {
    order: 3;
    margin-left: 0 !important;
  }

}

@media (max-width: 768px) {
  .te-container {
    width: min(calc(100vw - 24px), 100%);
  }

  .te-section {
    padding-top: 20px !important;
  }

  .te-card {
    border-radius: 24px;
  }

  .te-eyebrow {
    padding: 9px 14px;
    margin-bottom: 8px;
    font-size: 0.7rem;
    letter-spacing: 0.14em;
  }

  .te-banner__panel,
  .home .te-banner__panel {
    height: 52vh !important;
    min-height: 300px !important;
  }

  .te-banner__copy {
    max-width: 100%;
    padding-top: 118px !important;
    padding-bottom: 24px !important;
  }

  .te-banner__copy h1 {
    margin-top: 52px !important;
    font-size: clamp(1.45rem, 1vw, 1.9rem) !important;
    line-height: 1.2 !important;
  }

  .te-about-page-template .te-about-page__hero {
    padding-top: 118px !important;
  }

  .te-about {
    padding: 22px 18px;
  }

  .te-about__intro,
  .te-section__head {
    margin-bottom: 16px;
  }

  .te-about__grid,
  .te-split,
  .te-band,
  .te-grid-3,
  .te-grid-2,
  .te-gallery {
    gap: 16px;
  }

  .te-testimonials__carousel {
    gap: 16px;
  }

  .te-testimonials__track {
    gap: 16px;
  }

  .te-testimonial-card {
    flex-basis: 100%;
  }

  .te-about__intro h2,
  .te-section__head h2,
  .te-band h2,
  .te-contact__overlay h2 {
    font-size: clamp(1.85rem, 7vw, 2.25rem) !important;
    line-height: 1.22 !important;
  }

  .te-about__copy p,
  .te-project-card__body p,
  .te-feature-card p,
  .te-testimonial-card p,
  .te-contact-card p,
  .te-contact-card a,
  .te-list li,
  .te-band p,
  .te-band li {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .te-about__stat {
    padding: 16px 18px;
  }

  .te-about__stat strong {
    font-size: 1.45rem;
  }

  .te-about__stat span {
    font-size: 0.92rem;
  }

  .te-project-card__body,
  .te-feature-card,
  .te-contact-card,
  .te-testimonial-card,
  .te-map-card,
  .te-split__copy,
  .te-band {
    padding: 18px;
  }

  .te-testimonials__control {
    width: 42px;
    height: 42px;
  }

  .te-testimonials__dot.is-active {
    width: 24px;
  }

  .te-project-card img,
  .te-gallery__item img {
    height: 200px;
  }

  .te-pill {
    font-size: 0.8rem;
    padding: 7px 10px;
  }

  .te-list li {
    padding: 14px 15px;
    border-radius: 16px;
  }

  .te-location-item a {
    align-items: flex-start;
  }

  .te-map-card {
    padding: 10px;
  }

  .te-map-card img {
    border-radius: 18px;
  }

  .te-map-card__badge {
    max-width: calc(100% - 30px);
    padding: 9px 12px;
    font-size: 0.78rem;
  }

  .te-map-card__badge-icon {
    width: 16px;
    height: 16px;
  }

  .te-contact__overlay {
    padding: 22px 18px;
  }

  .te-contact__overlay .te-grid-2 {
    gap: 12px;
  }

  .te-actions {
    gap: 10px;
    margin-top: 16px;
  }

  .te-button,
  .te-button--ghost {
    min-height: 48px;
    padding: 12px 18px;
    font-size: 0.92rem;
  }

  .te-footer__inner p {
    font-size: 0.88rem;
    line-height: 1.5;
  }
}

/* about-page-header-match */
@media (min-width: 1025px) {
  .te-about-page-template {
    background:
      linear-gradient(180deg, rgba(16, 18, 20, 0.9), rgba(16, 18, 20, 0.46) 132px, transparent 132px),
      radial-gradient(circle at top, rgba(214, 166, 75, 0.18), transparent 24%),
      linear-gradient(180deg, #fffdf9 0%, #f8f2e8 55%, #f4ede1 100%) !important;
  }

  .te-about-page-template .te-header {
    position: relative !important;
    z-index: 40 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  .te-about-page-template .te-header__inner {
    position: relative !important;
    z-index: 2 !important;
    margin-top: 18px !important;
    margin-bottom: 18px !important;
    padding: 16px 22px !important;
    border: 1px solid rgba(255, 248, 232, 0.14) !important;
    border-radius: 999px !important;
    background: rgba(16, 18, 20, 0.4) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.14) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
  }

  .te-about-page-template .te-nav a {
    color: #fff6e9 !important;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3) !important;
  }

  .te-about-page-template .te-language-switcher__link {
    border-color: rgba(255, 248, 232, 0.2) !important;
    background: rgba(8, 15, 17, 0.38) !important;
    color: #fff6e9 !important;
  }

  .te-about-page-template .te-language-switcher__link.is-current {
    background: rgba(226, 184, 103, 0.95) !important;
    border-color: transparent !important;
    color: #1e1404 !important;
  }
}
