/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

:root {
  --section-padding: 4.5rem;
  --ktt-accent: #ff6a00;
}

body {
  text-rendering: optimizeLegibility;
}

.ktt-header {
  background: var(--bs-body-bg);
}

.ktt-accent {
  color: var(--ktt-accent);
}

.ktt-logo {
  color: var(--ktt-accent);
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: 1.25rem;
  line-height: 1.1;
}

.ktt-tagline {
  color: var(--bs-secondary-color);
  margin-top: 0.1rem;
}

.ktt-nav {
  padding: 0.25rem 0;
}

.ktt-nav .nav-link {
  color: #111;
  font-weight: 600;
  font-size: 0.9rem;
}

.ktt-nav .nav-link:hover,
.ktt-nav .nav-link:focus {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

.ktt-nav .dropdown-menu {
  border-color: rgba(0, 0, 0, 0.12);
  padding: 0.5rem 0;
}

.ktt-nav .dropdown-item {
  font-size: 0.875rem;
  font-weight: 600;
}

.ktt-menu-divider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.75);
}

.ktt-content-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.75);
  margin: 1.25rem 0 0;
}

.ktt-cta {
  padding: 1.25rem 0 2.5rem;
}

.ktt-cta-box {
  margin: 1.25rem auto 0;
  max-width: 980px;
  background-color: #2d3a3f;
  background-image: url("assets/images/cta-wind.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 58% auto;
  color: #fff;
  padding: 2.1rem 2.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.ktt-cta-text {
  max-width: 520px;
}

.ktt-cta-title {
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.1;
  margin: 0 0 0.35rem 0;
}

.ktt-cta-subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.85rem;
  line-height: 1.35;
}

.ktt-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: var(--ktt-accent);
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.06em;
  font-size: 0.72rem;
  border-radius: 999px;
  padding: 0.65rem 1.1rem;
  text-decoration: none;
  white-space: nowrap;
}

.ktt-cta-arrow {
  display: inline-flex;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.18);
}

.ktt-cta-btn:hover,
.ktt-cta-btn:focus {
  filter: brightness(0.95);
}

@media (max-width: 767.98px) {
  .ktt-cta-box {
    background-size: 90% auto;
    background-position: center right;
    padding: 1.6rem 1.4rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .ktt-cta-title {
    font-size: 1.55rem;
  }
}

.ktt-footer {
  background: #2b241d;
  color: rgba(255, 255, 255, 0.9);
}

.ktt-footer a {
  color: rgba(255, 255, 255, 0.9);
}

.ktt-footer-logo {
  color: var(--ktt-accent);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 0.95;
  font-size: 1.05rem;
}

.ktt-footer-tagline {
  font-style: italic;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.8rem;
  margin-top: 0.5rem;
}

.ktt-footer-social {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
}

.ktt-footer-social:hover,
.ktt-footer-social:focus {
  background: rgba(255, 255, 255, 0.14);
}

.ktt-footer-heading {
  font-weight: 900;
  font-size: 0.8rem;
  margin-bottom: 0.6rem;
}

.ktt-footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.45rem;
}

.ktt-footer-link {
  text-decoration: none;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.75);
}

.ktt-footer-link:hover,
.ktt-footer-link:focus {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

.ktt-footer-news-title {
  font-weight: 900;
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
}

.ktt-footer-news-text {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  max-width: 26rem;
}

.ktt-footer-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: var(--ktt-accent);
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.04em;
  font-size: 0.72rem;
  border-radius: 999px;
  padding: 0.55rem 1rem;
  text-decoration: none;
  white-space: nowrap;
}

.ktt-footer-cta:hover,
.ktt-footer-cta:focus {
  filter: brightness(0.95);
}

.ktt-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ktt-footer-copy {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.75);
}

.ktt-backtotop {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.75);
}

.ktt-backtotop:hover,
.ktt-backtotop:focus {
  color: rgba(255, 255, 255, 0.95);
}

.ktt-backtotop-icon {
  display: inline-flex;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: var(--ktt-accent);
  color: #fff;
}

.ktt-kicker {
  color: var(--ktt-accent);
  font-weight: 900;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
}

.ktt-h2 {
  font-weight: 900;
  line-height: 1.15;
}

.ktt-byline {
  font-size: 0.75rem;
  color: var(--bs-secondary-color);
}

.ktt-dek {
  font-size: 0.9rem;
  color: var(--bs-secondary-color);
}

.ktt-media {
  display: block;
  border: 2px solid #2f80ff;
}

.ktt-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 10;
}

.ktt-readmore {
  color: var(--ktt-accent);
  font-weight: 800;
  text-decoration: none;
}

.ktt-readmore:hover,
.ktt-readmore:focus {
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

.ktt-mini {
  position: relative;
  padding-bottom: 1.75rem;
}

.ktt-mini-title {
  font-weight: 900;
  line-height: 1.15;
  font-size: 1.05rem;
  margin: 0 0 0.5rem 0;
}

.ktt-mini-dek {
  font-size: 0.85rem;
  color: var(--bs-secondary-color);
}

.ktt-mini-meta {
  margin-top: 0.75rem;
  font-size: 0.7rem;
  color: var(--bs-secondary-color);
}

.ktt-section-title {
  font-style: italic;
  font-weight: 900;
  margin: 0;
}

.ktt-myth {
  position: relative;
  overflow: hidden;
  border-radius: 0.2rem;
}

.ktt-myth-img {
  display: block;
  background: #111;
}

.ktt-myth-img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.ktt-myth-body {
  background: #d7f6b8;
  padding: 0.9rem 1rem 1rem;
}

.ktt-myth-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  background: #c9f36b;
  color: #111;
  font-weight: 900;
  font-size: 0.78rem;
  padding: 0.18rem 0.5rem;
  border-radius: 0.1rem;
  margin-bottom: 0.55rem;
}

.ktt-myth-title {
  font-weight: 900;
  line-height: 1.15;
  font-size: 1.25rem;
  margin: 0 0 0.75rem 0;
}

.ktt-myth-meta {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.72rem;
}

.ktt-mostread {
  position: relative;
}

.ktt-mostread-img {
  display: block;
  overflow: hidden;
  border-radius: 0.2rem;
  background: #111;
}

.ktt-mostread-img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.ktt-mostread-body {
  padding-top: 0.8rem;
}

.ktt-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid var(--ktt-accent);
  color: var(--ktt-accent);
  font-weight: 800;
  font-size: 0.72rem;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
}

.ktt-mostread-title {
  font-weight: 900;
  line-height: 1.15;
  font-size: 1.15rem;
  margin: 0.55rem 0 0.4rem 0;
}

.ktt-mostread-meta {
  color: var(--bs-secondary-color);
  font-size: 0.72rem;
}

.ktt-sidebar {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  padding-left: 1.25rem;
  height: 100%;
}

.ktt-sidebar-section + .ktt-sidebar-section {
  margin-top: 1.25rem;
}

.ktt-sidebar-header {
  color: var(--ktt-accent);
  font-weight: 900;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
}

.ktt-sidebar-feature {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.ktt-sidebar-img {
  display: block;
  overflow: hidden;
  border-radius: 0.25rem;
  margin-bottom: 0.75rem;
}

.ktt-sidebar-img--in-item {
  margin: 0.85rem 0 0;
}

.ktt-sidebar-img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.ktt-sidebar-cat {
  color: var(--ktt-accent);
  font-weight: 800;
  font-size: 0.7rem;
  margin-bottom: 0.35rem;
}

.ktt-sidebar-title {
  font-weight: 900;
  font-size: 0.95rem;
  line-height: 1.2;
  margin: 0 0 0.35rem 0;
}

.ktt-sidebar-dek {
  color: var(--bs-secondary-color);
  font-size: 0.85rem;
}

.ktt-sidebar-meta {
  color: var(--bs-secondary-color);
  font-size: 0.7rem;
  margin-top: 0.5rem;
}

.ktt-sidebar-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0.9rem 0;
}

.ktt-sidebar-item--media {
  padding-bottom: 1rem;
}

@media (max-width: 991.98px) {
  .ktt-sidebar {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    padding-top: 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .ktt-sidebar {
    border-top: 0;
    padding-top: 0;
  }

  .ktt-sidebar-section + .ktt-sidebar-section {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
  }

  .ktt-sidebar-header {
    font-size: 0.72rem;
    margin-bottom: 0.55rem;
  }

  .ktt-sidebar-feature {
    padding-bottom: 0.85rem;
    margin-bottom: 0.85rem;
  }

  .ktt-sidebar-item {
    padding: 0.75rem 0;
  }

  .ktt-sidebar-title {
    font-size: 0.92rem;
  }

  .ktt-sidebar-dek {
    font-size: 0.82rem;
  }

  .ktt-sidebar-img {
    border-radius: 0.2rem;
  }

  .ktt-sidebar-img img {
    aspect-ratio: 16 / 10;
  }

  .ktt-sidebar-img--in-item img {
    aspect-ratio: 16 / 7;
  }
}

.featured-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 0.25rem;
  color: #fff;
  text-decoration: none;
  background: #111;
}

.featured-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
}

.featured-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0) 35%, rgba(0, 0, 0, 0.85) 100%);
}

.featured-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1rem;
  z-index: 1;
}

.featured-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  background: #c9f36b;
  color: #111;
  font-weight: 800;
  font-size: 0.72rem;
  padding: 0.2rem 0.45rem;
  border-radius: 0.1rem;
  margin-bottom: 0.5rem;
}

.featured-title {
  margin: 0 0 0.5rem 0;
  font-weight: 900;
  line-height: 1.15;
  text-wrap: balance;
}

.featured-meta {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.8);
}

.featured-card--lg {
  min-height: 360px;
}

.featured-card--md {
  min-height: 210px;
}

.featured-card--sm {
  min-height: 190px;
}

.featured-card--lg .featured-title {
  font-size: 1.35rem;
}

.featured-card--md .featured-title {
  font-size: 1.05rem;
}

.featured-card--sm .featured-title {
  font-size: 0.95rem;
}

.featured-card:hover,
.featured-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 0.9rem 1.6rem rgba(0, 0, 0, 0.18);
}

@media (min-width: 992px) {
  .featured-card--lg {
    min-height: 470px;
  }

  .featured-card--md {
    min-height: 240px;
  }

  .featured-card--sm {
    min-height: 210px;
  }

  .featured-card--lg .featured-title {
    font-size: 1.75rem;
  }

  .featured-overlay {
    padding: 1.25rem;
  }
}

.hero {
  background:
    radial-gradient(1200px circle at 15% 20%, rgba(13, 110, 253, 0.12), transparent 45%),
    radial-gradient(1000px circle at 85% 35%, rgba(25, 135, 84, 0.10), transparent 45%),
    linear-gradient(180deg, rgba(248, 249, 250, 0.9), rgba(248, 249, 250, 0.6));
}

.hero-card {
  background: var(--bs-body-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: 1rem;
  overflow: hidden;
}

.section {
  padding: var(--section-padding) 0;
}

.section-alt {
  background: var(--bs-tertiary-bg);
}

.lift {
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.lift:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.75rem 1.25rem rgba(0, 0, 0, 0.08);
}

.dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  display: inline-block;
}

.ktt-featured-story {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.75);
  background: #d7f6b8;
}

.ktt-featured-story-img {
  position: relative;
  display: block;
  background: #111;
  text-decoration: none;
}

.ktt-featured-story-img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.ktt-featured-story-tag {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  background: #c9f36b;
  color: #111;
  font-weight: 900;
  font-size: 0.78rem;
  padding: 0.18rem 0.5rem;
  border-radius: 0.1rem;
}

.ktt-featured-story-body {
  padding: 1.15rem 1.25rem 1.2rem;
}

.ktt-featured-story-title {
  font-weight: 900;
  line-height: 1.15;
  font-size: 1.45rem;
  margin: 0 0 0.55rem 0;
  text-wrap: balance;
}

.ktt-featured-story-dek {
  font-size: 0.92rem;
  color: rgba(0, 0, 0, 0.72);
  max-width: 64ch;
}

.ktt-featured-story-meta {
  margin-top: 0.75rem;
  font-size: 0.72rem;
  color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 575.98px) {
  .ktt-featured-story-tag {
    left: 0.75rem;
    bottom: 0.75rem;
    font-size: 0.75rem;
  }

  .ktt-featured-story-body {
    padding: 1rem 1rem 1.05rem;
  }

  .ktt-featured-story-title {
    font-size: 1.25rem;
  }
}

.ktt-story-card {
  position: relative;
}

.ktt-story-card-img {
  display: block;
  overflow: hidden;
  border-radius: 0.25rem;
  background: #111;
}

.ktt-story-card-img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.ktt-story-card-body {
  padding-top: 0.85rem;
}

.ktt-story-card-body .ktt-pill {
  margin-bottom: 0.55rem;
}

.ktt-story-card-title {
  font-weight: 900;
  line-height: 1.15;
  font-size: 1.05rem;
  margin: 0 0 0.65rem 0;
  text-wrap: balance;
}

.ktt-story-card-meta {
  font-size: 0.72rem;
  color: rgba(0, 0, 0, 0.55);
}

.ktt-story-card-author {
  color: var(--ktt-accent);
  font-weight: 800;
}

.ktt-loadmore-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  border: 0;
  padding: 0;
  background: transparent;
  font-weight: 800;
  letter-spacing: 0.02em;
  font-size: 0.78rem;
  color: var(--bs-secondary-color);
}

.ktt-loadmore-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  background: var(--ktt-accent);
  color: #fff;
  font-size: 0.95rem;
}

.ktt-loadmore-btn:hover,
.ktt-loadmore-btn:focus-visible {
  color: #111;
}
