.kth-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  line-height: 1;
}

.kth-logo {
  height: 72px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

.kth-brand-name {
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #0d4a2b;
  white-space: nowrap;
  letter-spacing: 0.01em;
}

.kth-logo--mobile {
  height: 58px;
  max-width: 96px;
}

.kth-brand--mobile .kth-brand-name {
  font-size: 1.1rem;
}

.kth-logo--footer {
  height: 64px;
  max-width: 110px;
}

.kth-brand--footer .kth-brand-name {
  color: #ffffff;
  font-size: 1.25rem;
}

.gesture-control .brand.kth-brand .kth-logo {
  height: 62px;
  max-width: 100px;
}

.gesture-control .brand.kth-brand .kth-brand-name {
  font-size: 1.2rem;
}

@media (max-width: 900px) {
  .kth-brand-name {
    font-size: 1.05rem;
  }

  .kth-logo {
    height: 58px;
    max-width: 100px;
  }
}

@media (max-width: 640px) {
  .kth-brand-name {
    display: none;
  }

  .kth-brand--mobile .kth-brand-name {
    display: inline;
    font-size: 0.95rem;
  }
}

.kth-section-hidden {
  display: none !important;
}

/* Hero: hide template avatar stack; show trust line only */
.kth-hero-trust .elementor-element-5e33ec9 {
  display: none !important;
}

.kth-hero-trust .elementor-element-c9a7f34 {
  margin-top: 0;
}

/* Footer: hide placeholder link columns */
.elementor-element-9a87c0f,
.elementor-element-1c1ee2c,
.elementor-element-c533833,
.elementor-element-47f3cd4 {
  display: none !important;
}

/* Contact form */
.kth-contact-form {
  display: grid;
  gap: 1rem;
}

.kth-contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.kth-contact-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: #0d4a2b;
}

.kth-contact-form input,
.kth-contact-form select,
.kth-contact-form textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #d6e4db;
  border-radius: 6px;
  font: inherit;
  box-sizing: border-box;
}

.kth-contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

.kth-contact-form button {
  background: #0d4a2b;
  color: #fff;
  border: 0;
  border-radius: 6px;
  padding: 0.85rem 1.5rem;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.kth-contact-form button:disabled {
  opacity: 0.7;
  cursor: wait;
}

.kth-contact-status {
  padding: 0.75rem 1rem;
  border-radius: 6px;
  margin-bottom: 1rem;
}

.kth-contact-status--success {
  background: #e8f5ee;
  color: #0d4a2b;
}

.kth-contact-status--error {
  background: #fdecea;
  color: #b42318;
}

/* WhatsApp floating widget — bottom left */
.kth-whatsapp {
  position: fixed;
  left: 1.25rem;
  bottom: 1.25rem;
  z-index: 100001;
  font-family: inherit;
}

.kth-whatsapp__toggle {
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 50%;
  background-color: #25d366 !important;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 4px 18px rgba(37, 211, 102, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 0;
}

.kth-whatsapp__toggle svg {
  display: block;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px;
  min-height: 30px;
  flex-shrink: 0;
  pointer-events: none;
}

.kth-whatsapp__menu {
  position: absolute;
  left: 0;
  bottom: calc(100% + 0.75rem);
  min-width: 220px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  padding: 0.75rem;
}

.kth-whatsapp__title {
  margin: 0 0 0.5rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: #0d4a2b;
}

.kth-whatsapp__option {
  display: block;
  padding: 0.65rem 0.75rem;
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
}

.kth-whatsapp__option:hover {
  background: #f0f7f3;
}

.kth-whatsapp__name {
  display: block;
  font-weight: 600;
  color: #0d4a2b;
}

.kth-whatsapp__number {
  display: block;
  font-size: 0.9rem;
  color: #25d366;
}

@media (max-width: 640px) {
  .kth-contact-form__row {
    grid-template-columns: 1fr;
  }

  .kth-whatsapp {
    left: 1rem;
    bottom: 1rem;
  }
}

/* Elementor animations removed — show all content immediately */
.elementor-invisible,
.e-con.elementor-invisible {
  visibility: visible !important;
  opacity: 1 !important;
  animation: none !important;
}

.elementor-invisible .elementor-widget,
.e-con.elementor-invisible > .elementor-element {
  visibility: visible !important;
  opacity: 1 !important;
}

/* ── Site header — solid white bar (same on all pages, like home) ── */
.ekit-template-content-header .elementor-invisible {
  visibility: visible !important;
}

.ekit-template-content-header .elementor-widget {
  opacity: 1 !important;
}

.elementor-56 .elementor-element.elementor-element-757b8f3 {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  background: #ffffff !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: 1px solid rgba(13, 74, 43, 0.14) !important;
  box-shadow: none !important;
  z-index: 99 !important;
  --padding-top: 8px !important;
  --padding-bottom: 8px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.elementor-56 .elementor-element-757b8f3 > .e-con-inner {
  max-width: 1280px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding-left: clamp(1rem, 4vw, 2rem) !important;
  padding-right: clamp(1rem, 4vw, 2rem) !important;
  min-height: 0 !important;
  align-items: center !important;
}

.ekit-template-content-header .kth-logo {
  height: 50px !important;
  max-width: 88px !important;
}

.ekit-template-content-header .kth-brand-name {
  font-size: 1.15rem !important;
}

.ekit-template-content-header .elementor-button {
  padding: 0.55rem 1.1rem !important;
  font-size: 0.88rem !important;
}

.elementor-56 .elementor-element-76f4131 {
  --align-items: center !important;
}

.elementor-56 .elementor-element-fc10403 {
  --justify-content: center !important;
  --align-items: center !important;
}

.elementor-56 .elementor-element-b8d2f00 {
  --align-items: center !important;
}

.elementor-56 .elementor-element-8101853 .elementskit-navbar-nav > li > a {
  color: #1a2e24 !important;
}

.elementor-56 .elementor-element-8101853 .elementskit-navbar-nav > li > a:hover,
.elementor-56 .elementor-element-8101853 .elementskit-navbar-nav > li > a:focus,
.elementor-56 .elementor-element-8101853 .elementskit-navbar-nav > li:hover > a,
.elementor-56 .elementor-element-8101853 .elementskit-navbar-nav > li.current-menu-item > a {
  color: #0d4a2b !important;
}

/* Home hero — header is in normal flow, no extra top gap needed */
.elementor-36 .elementor-element.elementor-element-dfbc33a {
  --padding-top: 2.5rem !important;
  --min-height: auto !important;
  min-height: 78vh !important;
  padding-top: 2.5rem !important;
}

.elementor-36 .elementor-element.elementor-element-dfbc33a::before {
  opacity: 0.55 !important;
}

/* Funfact counters — ensure visible numbers on green section */
.number-percentage,
.number-percentage-wraper .super {
  color: #fff !important;
}

.number-percentage-wraper {
  display: inline-flex;
  align-items: baseline;
  gap: 0.1rem;
}

.elementskit-funfact .funfact-title {
  color: rgba(255, 255, 255, 0.92) !important;
}

/* Service card icons — home & services pages */
.elementor-image-box-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

.elementor-image-box-img img {
  display: block;
  width: 120px;
  height: 120px;
  max-width: 100%;
  object-fit: contain;
}

/* Home page YouTube embed */
.elementor-36 .elementor-element.elementor-element-ddad0da {
  padding: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 400px !important;
}

.elementor-36 .elementor-element.elementor-element-ddad0da:not(.elementor-motion-effects-element-type-background),
.elementor-36 .elementor-element.elementor-element-ddad0da > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-image: none !important;
}

.elementor-36 .elementor-element.elementor-element-4bbbd9d,
.elementor-element-ddad0da .elementor-widget-container {
  width: 100% !important;
  flex: 1 1 auto !important;
}

.kth-youtube-embed {
  width: 100%;
  line-height: 0;
}

.kth-youtube-embed iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 280px;
  border: 0;
  border-radius: 16px;
  background: #000;
}

/* Home services section - center cards */
.elementor-element-0ec3344 {
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  text-align: center !important;
}

.elementor-element-101bf17 {
  width: 100% !important;
  max-width: 820px !important;
  justify-content: center !important;
  text-align: center !important;
}

.elementor-element-101bf17 .elementor-heading-title,
.elementor-element-101bf17 .elementor-widget-text-editor p {
  text-align: center !important;
}

.elementor-element-b24bb4d {
  --e-con-grid-template-columns: repeat(2, minmax(300px, 380px)) !important;
  justify-content: center !important;
  justify-items: stretch !important;
  width: 100% !important;
  max-width: 860px !important;
  margin: 0 auto !important;
}

@media (max-width: 767px) {
  .elementor-element-b24bb4d {
    --e-con-grid-template-columns: minmax(0, 1fr) !important;
    max-width: 100% !important;
    padding: 0 12px;
  }

  .elementor-36 .elementor-element.elementor-element-ddad0da {
    --min-height: 240px !important;
    min-height: 240px !important;
  }
}
