:root {
  --tj-theme-primary: #ffd23f;
  --tj-theme-primary-1: #ffd23f;
  --tj-theme-primary-2: #ffe68a;
  --tj-theme-primary-3: #1f6feb;
  --tj-theme-secondary: #0b3a82;
  --tj-theme-accent-1: #071a3d;
  --tj-theme-accent-2: #0d2b63;
  --kimo-blue-dark: #071a3d;
  --kimo-blue: #0b3a82;
  --kimo-blue-bright: #1f6feb;
  --kimo-yellow: #ffd23f;
  --kimo-surface: #ffffff;
}

@font-face {
  font-family: "Wicked Mouse";
  src: url("../fonts/Wicked Mouse Demo.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  background: var(--kimo-blue-dark);
  color: #fff;
}

.preloader svg path {
  fill: var(--kimo-blue);
}

.preloader-heading .load-text span {
  color: var(--kimo-yellow);
}

.tj-header-area,
.tj-header-area.header-2 {
  background: rgba(7, 26, 61, 0.9);
  border-bottom: 1px solid rgba(255, 210, 63, 0.18);
  backdrop-filter: blur(14px);
}

.tj-header-area.header-absolute {
  background: linear-gradient(180deg, rgba(7, 26, 61, 0.96), rgba(7, 26, 61, 0));
}

.tj-header-area.header-6,
.tj-header-area.header-6-sticky {
  padding: 22px 42px;
}

.tj-header-area.header-6 .header-menu,
.tj-header-area.header-6-sticky .header-menu {
  margin-left: 0;
  padding: 6px;
  border: 1px solid rgba(255, 210, 63, 0.18);
  border-radius: 999px;
  background: rgba(7, 26, 61, 0.72);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(16px);
}

.tj-header-area.header-6 .header-menu ul,
.tj-header-area.header-6-sticky .header-menu ul {
  column-gap: 4px;
}

.tj-header-area.header-6 .header-menu ul > li > a,
.tj-header-area.header-6-sticky .header-menu ul > li > a {
  min-height: 42px;
  padding: 11px 16px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  transition: color 0.24s ease, background 0.24s ease, transform 0.24s ease;
}

.tj-header-area.header-6 .header-menu ul > li > a::before,
.tj-header-area.header-6-sticky .header-menu ul > li > a::before,
.tj-header-area.header-6 .header-menu ul > li > a::after,
.tj-header-area.header-6-sticky .header-menu ul > li > a::after {
  display: none;
}

.tj-header-area.header-6 .header-menu ul > li.current-menu-ancestor > a,
.tj-header-area.header-6 .header-menu ul > li > a.current-menu-item,
.tj-header-area.header-6 .header-menu ul > li > a:hover,
.tj-header-area.header-6-sticky .header-menu ul > li.current-menu-ancestor > a,
.tj-header-area.header-6-sticky .header-menu ul > li > a.current-menu-item,
.tj-header-area.header-6-sticky .header-menu ul > li > a:hover {
  background: var(--kimo-yellow);
  color: var(--kimo-blue-dark) !important;
  transform: translateY(-1px);
}

.tj-header-area .header-button .tj-btn-primary {
  min-height: 46px;
  padding: 13px 21px;
  border-radius: 999px;
  font-weight: 950;
}

.tj-header-area .menu-bar button {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 210, 63, 0.28);
  border-radius: 999px;
  background: rgba(7, 26, 61, 0.72);
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.tj-header-area .menu-bar button span {
  width: 23px;
  height: 2px;
  background: var(--kimo-yellow);
  margin-left: 0;
  border-radius: 999px;
}

.tj-header-area .menu-bar button span:nth-child(2) {
  width: 26px;
}

.tj-header-area .menu-bar button span:nth-child(3) {
  width: 20px;
}

.tj-header-area .menu-bar button span:nth-child(4) {
  top: 50%;
  width: 2px;
  transform: translate(-50%, -50%);
}

.tj-header-area .menu-bar.menu-bar-toggeled button span:nth-child(4) {
  height: 26px;
}

.tj-header-area .logo-box {
  width: auto;
  max-width: 210px;
}

.tj-header-area .logo-box img {
  width: auto;
  max-height: 82px;
  max-width: 100%;
  border-radius: 0;
}

.header-menu ul li a,
.header-menu ul li.current-menu-ancestor > a {
  color: #fff;
}

.header-menu ul li a:hover,
.header-menu ul li.current-menu-ancestor > a,
.header-menu ul li.current-menu-ancestor > a.current-menu-item {
  color: var(--kimo-yellow);
}

.tj-btn-primary {
  background: linear-gradient(135deg, var(--kimo-yellow) 0%, #ffe68a 100%);
  color: var(--kimo-blue-dark);
  border-color: var(--kimo-yellow);
  box-shadow: 0 16px 36px rgba(255, 210, 63, 0.2);
}

.tj-btn-primary:hover {
  background: #fff;
  color: var(--kimo-blue);
  border-color: #fff;
  transform: translateY(-2px);
}

.tj-hero-5-area {
  min-height: 820px;
  padding-top: 128px;
  padding-bottom: 60px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 210, 63, 0.18), transparent 28%),
    linear-gradient(135deg, #071a3d 0%, #0b3a82 54%, #071a3d 100%);
}

.tj-hero-5-area .container {
  position: relative;
  z-index: 3;
}

.tj-hero-5-area .hero_scroll {
  bottom: 58px;
}

.hero-content-box.style-6 {
  max-width: 720px;
}

.hero-content-box.style-6 .desc {
  color: rgba(255, 255, 255, 0.78);
  max-width: 650px;
  margin-bottom: 22px;
}

.hero-content-box.style-6 .desc span {
  color: var(--kimo-yellow);
}

.hero-content-box.style-6 .hero-title {
  color: #fff;
  font-size: clamp(86px, 10vw, 156px) !important;
  text-shadow: 0 20px 60px rgba(0, 0, 0, 0.34);
  margin-bottom: 18px;
}

.hero-content-box.style-6 .kimo-hero-name {
  display: inline-block;
  color: var(--kimo-yellow);
  font-family: "Wicked Mouse", "Arial Rounded MT Bold", var(--tj-ff-heading);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 0.88;
  text-transform: none;
  transform: rotate(-2deg);
  text-shadow:
    5px 7px 0 rgba(7, 26, 61, 0.55),
    0 22px 52px rgba(0, 0, 0, 0.32);
}

.kimo-hero-copy {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
  line-height: 1.45;
}

.kimo-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 26px;
}

.kimo-text-link {
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--kimo-yellow);
  text-decoration-thickness: 3px;
  text-underline-offset: 7px;
}

.kimo-text-link:hover {
  color: var(--kimo-yellow);
}

.tj-hero-5-thumb {
  width: clamp(620px, 45vw, 860px);
  max-width: 860px;
  height: 720px;
  background-position: center right;
  box-shadow: none;
}

.tj-hero-5-thumb::before {
  background: linear-gradient(90deg, rgba(7, 26, 61, 0.42), rgba(7, 26, 61, 0));
}

.tj-hero-5-thumb-shape-3 span,
.tj-hero-5-thumb-shape-4 h2 {
  color: var(--kimo-yellow);
}

.tj-hero-5-thumb-shape-3::before {
  background: rgba(255, 210, 63, 0.7);
}

.tj-hero-5-thumb-shape-4-text-animed h2.first {
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 210, 63, 0.08);
}

.tj-hero-5-thumb-shape-4-text-animed h2.second {
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 210, 63, 0.42);
  text-shadow: 0 0 34px rgba(31, 111, 235, 0.24);
}

.tj-maquee-section.maquee-style-bottom-8 {
  background: var(--kimo-yellow);
}

.tj-maquee-section.maquee-style-bottom-8 .marquee-title .title {
  color: var(--kimo-blue-dark);
}

.tj-service-6-area,
.tj-portfolio-section.style-6,
.tj-footer-6-area {
  background: var(--kimo-surface);
}

.tj-service-6-area.kimo-booking-area {
  position: relative;
  overflow: hidden;
  padding: 118px 0 104px;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 210, 63, 0.2), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(31, 111, 235, 0.32), transparent 32%),
    linear-gradient(135deg, #071a3d 0%, #0b3a82 56%, #071a3d 100%);
}

.kimo-booking-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 26, 61, 0.78), rgba(7, 26, 61, 0.42)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 18px);
  pointer-events: none;
}

.kimo-booking-area .container {
  position: relative;
  z-index: 2;
}

.kimo-booking-area .section-header .subtitle {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 9px 16px;
  border: 1px solid rgba(255, 210, 63, 0.36);
  border-radius: 999px;
  background: rgba(255, 210, 63, 0.1);
  color: var(--kimo-yellow);
  letter-spacing: 0.08em;
}

.kimo-booking-area .section-header .title,
.kimo-booking-area .tj-text-invert {
  color: #fff;
}

.kimo-booking-area .kimo-section-lead {
  color: rgba(255, 255, 255, 0.78);
}

.kimo-booking-illustration {
  position: absolute;
  top: 44px;
  right: max(24px, calc((100vw - 1200px) / 2));
  width: min(520px, 48vw);
  aspect-ratio: 1;
  opacity: 0.78;
  pointer-events: none;
  z-index: 1;
}

.reach-orbit,
.reach-line,
.reach-node,
.reach-megaphone {
  position: absolute;
  display: grid;
  place-items: center;
}

.reach-orbit {
  inset: 16%;
  border: 1px solid rgba(255, 210, 63, 0.22);
  border-radius: 999px;
}

.orbit-two {
  inset: 30%;
  border-color: rgba(255, 255, 255, 0.14);
  transform: rotate(-18deg) scaleX(1.34);
}

.reach-node,
.reach-megaphone {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}

.reach-node {
  width: 58px;
  height: 58px;
  font-size: 24px;
}

.node-one {
  top: 12%;
  right: 24%;
}

.node-two {
  top: 50%;
  right: 8%;
}

.node-three {
  bottom: 12%;
  right: 36%;
}

.reach-megaphone {
  top: 34%;
  right: 34%;
  width: 132px;
  height: 132px;
  background: linear-gradient(135deg, var(--kimo-yellow), #ffe68a);
  color: var(--kimo-blue-dark);
  font-size: 54px;
}

.reach-line {
  height: 2px;
  width: 190px;
  background: linear-gradient(90deg, rgba(255, 210, 63, 0), rgba(255, 210, 63, 0.56), rgba(255, 210, 63, 0));
  transform-origin: center;
}

.line-one {
  top: 44%;
  right: 18%;
  transform: rotate(21deg);
}

.line-two {
  top: 58%;
  right: 28%;
  transform: rotate(-28deg);
}

.kimo-booking-grid {
  align-items: stretch;
  row-gap: 24px;
}

.tj-portfolio-section.style-6#portfolio-kimo {
  position: relative;
  overflow: hidden !important;
  margin-bottom: 0;
  padding: 112px 15px 128px !important;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 210, 63, 0.18), transparent 28%),
    radial-gradient(circle at 86% 8%, rgba(31, 111, 235, 0.28), transparent 34%),
    linear-gradient(145deg, #071a3d 0%, #0b3a82 52%, #061431 100%);
}

.tj-portfolio-section.style-6#portfolio-kimo::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 26, 61, 0.2), rgba(7, 26, 61, 0.72)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 20px);
  pointer-events: none;
}

.tj-portfolio-section.style-6#portfolio-kimo .section-header,
.tj-portfolio-section.style-6#portfolio-kimo .portfolio-6-wrapper {
  position: relative;
  z-index: 1;
}

.tj-portfolio-section.style-6#portfolio-kimo .section-header.style-4 {
  max-width: 980px;
  margin: 0 auto 54px;
  padding: 0 15px;
}

.tj-portfolio-section.style-6#portfolio-kimo .section-header .subtitle {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 9px 16px;
  border: 1px solid rgba(255, 210, 63, 0.36);
  border-radius: 999px;
  background: rgba(255, 210, 63, 0.1);
  color: var(--kimo-yellow);
  letter-spacing: 0.08em;
}

.tj-portfolio-section.style-6#portfolio-kimo .section-header.style-4 .title {
  background: linear-gradient(90deg, var(--kimo-yellow) 0%, #fff 58%, #b7d0ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tj-portfolio-section.style-6#portfolio-kimo .kimo-section-lead {
  color: rgba(255, 255, 255, 0.78);
}

.tj-portfolio-section.style-6#portfolio-kimo .portfolio-wrapper-6 {
  margin-bottom: 32px;
}

.tj-portfolio-section.style-6#portfolio-kimo .portfolio-images {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
}

.tj-portfolio-section.style-6#portfolio-kimo .portfolio-images::before {
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(5, 7, 8, 0) 42%, rgba(5, 7, 8, 0.7) 100%),
    linear-gradient(90deg, rgba(255, 210, 63, 0.16), rgba(31, 111, 235, 0.08));
}

.tj-portfolio-section.style-6#portfolio-kimo .portfolio-images img {
  display: block;
  border-radius: 22px;
  box-shadow: none;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.tj-portfolio-section.style-6#portfolio-kimo .portfolio-item:hover .portfolio-images img {
  transform: scale(1.025);
  filter: saturate(1.08) contrast(1.04);
}

.kimo-reach-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background:
    linear-gradient(120deg, rgba(7, 26, 61, 0.96), rgba(11, 58, 130, 0.9)),
    url("../img/kimo-hero-clean.png") center right / cover no-repeat;
}

.kimo-reach-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 210, 63, 0.18), transparent 28%),
    linear-gradient(90deg, rgba(7, 26, 61, 0.98) 0%, rgba(7, 26, 61, 0.82) 48%, rgba(7, 26, 61, 0.5) 100%);
  pointer-events: none;
}

.kimo-reach-section .container {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 48px), 1220px);
  max-width: 1220px;
  margin-inline: auto;
  padding-inline: 0;
}

.kimo-reach-header {
  max-width: 940px;
  margin-bottom: 42px;
}

.kimo-reach-header .subtitle {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 9px 16px;
  border: 1px solid rgba(255, 210, 63, 0.34);
  border-radius: 999px;
  color: var(--kimo-yellow);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.kimo-reach-header h2 {
  max-width: 880px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 5vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.kimo-reach-header p {
  max-width: 520px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.55;
}

.kimo-carousel-hint {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: var(--kimo-yellow);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.kimo-ad-video-grid {
  display: flex;
  gap: 18px;
  align-items: stretch;
  width: min(100%, 1180px);
  margin-inline: auto;
  padding: 0 8px 18px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-padding-inline: 8px;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--kimo-yellow) rgba(255, 255, 255, 0.12);
}

.kimo-ad-video-card {
  display: flex;
  flex: 0 0 320px;
  flex-direction: column;
  height: 610px;
  overflow: hidden;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
  scroll-snap-align: start;
}

.kimo-ad-video-label {
  display: inline-flex;
  flex: 0 0 auto;
  margin-bottom: 12px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 210, 63, 0.28);
  border-radius: 999px;
  background: rgba(255, 210, 63, 0.1);
  color: var(--kimo-yellow);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.kimo-ad-video-card .instagram-media,
.kimo-ad-video-card .instagram-media-rendered {
  flex: 1 1 auto;
  min-width: 0 !important;
  max-width: 100% !important;
  min-height: 0 !important;
  height: 100% !important;
  width: 100% !important;
  margin: 0 auto !important;
  border-radius: 16px !important;
  overflow: hidden !important;
}

.kimo-ad-video-card iframe {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
}

.kimo-ad-video-card > a,
.kimo-ad-video-card .instagram-media > a {
  color: #fff;
}

.kimo-reach-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 34px;
}

.kimo-reach-stat {
  min-height: 152px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.kimo-reach-stat .number {
  display: block;
  color: var(--kimo-yellow);
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 950;
  line-height: 0.9;
}

.kimo-reach-stat .label {
  display: block;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.kimo-brand-impact {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.75fr);
  gap: 26px;
  align-items: stretch;
}

.kimo-impact-copy,
.kimo-campaign-proof {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.kimo-impact-copy {
  padding: 34px;
}

.kimo-impact-copy h3 {
  margin-bottom: 16px;
  color: #fff;
  font-size: 34px;
}

.kimo-impact-copy p,
.kimo-impact-copy li {
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.6;
}

.kimo-impact-copy ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
  margin: 24px 0 30px;
  padding: 0;
  list-style: none;
}

.kimo-impact-copy li {
  position: relative;
  padding-left: 20px;
}

.kimo-impact-copy li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--kimo-yellow);
}

.kimo-campaign-proof {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.kimo-campaign-card {
  position: relative;
  min-height: 190px;
  padding: 24px 52px 24px 24px;
  border-radius: 18px;
  background: #fff;
  color: var(--kimo-blue-dark);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.kimo-campaign-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.24);
}

.kimo-campaign-card .campaign-brand {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--kimo-blue-bright);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.kimo-campaign-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--kimo-blue-dark);
  font-size: 24px;
  line-height: 1.1;
}

.kimo-campaign-card span:last-of-type {
  display: block;
  color: rgba(7, 26, 61, 0.7);
  line-height: 1.5;
}

.kimo-campaign-card i {
  position: absolute;
  top: 24px;
  right: 24px;
  color: var(--kimo-yellow);
  font-size: 22px;
}

.section-header .subtitle {
  color: var(--kimo-blue-bright);
}

.kimo-section-lead {
  max-width: 760px;
  margin: 14px auto 0;
  color: rgba(7, 26, 61, 0.72);
  font-size: 18px;
  line-height: 1.55;
}

.section-header .title,
.tj-text-invert,
.about-right-content-6 .title,
.about-right-content-6 .about-text,
.about-right-content-6 .desc p,
.about-right-content-6 .desc li,
.tj-service-6-paragraph li,
.tj-footer-6-paragraph,
.tj-footer-6-copyright,
.footer-menu ul li a {
  color: var(--kimo-blue-dark);
}

.about-right-content-6 .desc ul li {
  color: var(--kimo-blue-dark) !important;
}

.about-6-images .ab_images img,
.portfolio-images img {
  box-shadow: 0 24px 64px rgba(7, 26, 61, 0.18);
}

.fun-fact-6,
.tj-service-6-wrapper {
  background: #fff;
  border: 1px solid rgba(11, 58, 130, 0.14);
  box-shadow: 0 22px 60px rgba(7, 26, 61, 0.08);
}

.kimo-booking-area .tj-service-6-wrapper {
  height: 100%;
  min-height: 0;
  margin-bottom: 0;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.94)),
    #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.kimo-booking-area .tj-service-6-content {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.kimo-booking-area .kimo-booking-card-featured {
  background:
    linear-gradient(180deg, rgba(255, 246, 201, 0.98), rgba(255, 255, 255, 0.95)),
    #fff;
  border-color: rgba(255, 210, 63, 0.58) !important;
}

.kimo-package-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--kimo-blue), var(--kimo-blue-bright));
  color: #fff;
  font-size: 26px;
  box-shadow: 0 16px 38px rgba(11, 58, 130, 0.24);
}

.kimo-booking-card-featured .kimo-package-icon {
  background: linear-gradient(135deg, var(--kimo-yellow), #ffe68a);
  color: var(--kimo-blue-dark);
  box-shadow: 0 16px 38px rgba(255, 210, 63, 0.32);
}

.fun-fact-6 .number,
.tj-service-6-title {
  color: var(--kimo-blue);
}

.kimo-booking-area .tj-service-6-title {
  margin-bottom: 0;
  color: var(--kimo-blue-dark);
  font-size: 26px;
  line-height: 1.15;
}

.kimo-package-note {
  margin: 8px 0 18px;
  color: rgba(7, 26, 61, 0.66);
  font-size: 15px;
  line-height: 1.5;
}

.kimo-booking-area .kimo-package-note {
  min-height: 58px;
  margin: 12px 0 22px;
}

.kimo-booking-area .tj-service-6-paragraph {
  margin-top: 0;
}

.kimo-booking-area .tj-service-6-paragraph li {
  position: relative;
  min-height: 43px;
  padding: 11px 0 11px 28px;
  border-top: 1px solid rgba(7, 26, 61, 0.08);
  color: rgba(7, 26, 61, 0.8);
  font-weight: 700;
  line-height: 1.35;
}

.kimo-booking-area .tj-service-6-paragraph li::before {
  content: "\f00c";
  position: absolute;
  top: 11px;
  left: 0;
  color: var(--kimo-blue-bright);
  font-family: var(--tj-ff-fontawesome);
  font-size: 14px;
  font-weight: 900;
}

.kimo-booking-card-featured .tj-service-6-paragraph li::before {
  color: var(--kimo-yellow);
  text-shadow: 0 0 1px rgba(7, 26, 61, 0.6);
}

.tj-service-6-title[style] {
  color: var(--kimo-yellow) !important;
}

.tj-service-6-wrapper:hover {
  border-color: rgba(255, 210, 63, 0.72);
  box-shadow: 0 24px 70px rgba(11, 58, 130, 0.14);
}

.kimo-booking-area .tj-service-6-wrapper:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 210, 63, 0.86);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
}

.kimo-booking-area .tj-service-6-button {
  margin-top: 46px;
}

.tj-cta-section.tj-cta-6-section {
  position: relative !important;
  overflow: hidden;
  margin-top: 0 !important;
  padding: 96px 0 0;
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 210, 63, 0.16), transparent 27%),
    radial-gradient(circle at 82% 8%, rgba(31, 111, 235, 0.24), transparent 34%),
    linear-gradient(180deg, #061431 0%, #071a3d 48%, #061126 100%);
}

.tj-cta-section.tj-cta-6-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 26, 61, 0.08), rgba(7, 26, 61, 0.54)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 20px);
  pointer-events: none;
}

.tj-cta-section.tj-cta-6-section .container {
  position: relative;
  z-index: 1;
}

.cta-wrapper.tj-cta-6-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.34);
}

.cta-wrapper.tj-cta-6-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 26, 61, 0.5), rgba(7, 26, 61, 0.08) 58%, rgba(7, 26, 61, 0.2)),
    linear-gradient(180deg, rgba(7, 26, 61, 0.12), rgba(7, 26, 61, 0.2));
  pointer-events: none;
}

.cta-wrapper.tj-cta-6-wrapper .cta-inner {
  position: relative;
  z-index: 1;
}

.tj-cta-6-subtitle,
.tj-cta-6-title a,
.tj-cta-6-socail a,
.tj-cta-6-socail span {
  color: #fff;
}

.tj-cta-6-title {
  font-size: clamp(34px, 5vw, 70px);
}

.tj-cta-6-subtitle {
  border-color: rgba(255, 210, 63, 0.34);
  background: rgba(7, 26, 61, 0.28);
}

.tj-cta-6-socail {
  border-color: rgba(255, 255, 255, 0.14);
}

.tj-cta-6-socail li {
  border-color: rgba(255, 255, 255, 0.22);
}

.tj-footer-6-area {
  padding: 34px 0;
  background:
    linear-gradient(180deg, #061126 0%, #071a3d 100%);
  border-top: 1px solid rgba(255, 210, 63, 0.16);
}

.tj-footer-6-paragraph,
.tj-footer-6-copyright,
.footer-menu ul li a {
  color: rgba(255, 255, 255, 0.72);
}

.tj-footer-6-paragraph::before {
  background: var(--kimo-yellow);
  box-shadow: 0 0 18px rgba(255, 210, 63, 0.7);
}

.tj-footer-6-copyright a,
.tj-footer-6-menu ul li a:hover {
  color: #fff;
}

.progress-wrap {
  background: var(--kimo-blue-dark);
  box-shadow:
    inset 0 0 0 2px rgba(255, 210, 63, 0.34),
    0 12px 28px rgba(7, 26, 61, 0.28);
}

.progress-wrap::after {
  color: #fff;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--kimo-yellow);
}

@media (max-width: 991px) {
  .tj-header-area.header-6,
  .tj-header-area.header-6-sticky {
    padding: 18px 0;
  }

  .tj-hero-5-area {
    min-height: auto;
    align-items: flex-start;
    padding: 118px 0 74px;
    background:
      radial-gradient(circle at 18% 18%, rgba(255, 210, 63, 0.16), transparent 30%),
      linear-gradient(145deg, #071a3d 0%, #103f8c 52%, #071a3d 100%);
  }

  .tj-hero-5-area::before {
    inset: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    background:
      url("../img/kimo-hero-clean.png") right top / min(106vw, 620px) auto no-repeat;
    opacity: 0.48;
    filter: none;
    transform: none;
    z-index: 0;
  }

  .tj-hero-5-area::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      linear-gradient(180deg, rgba(7, 26, 61, 0.08) 0%, rgba(7, 26, 61, 0.38) 58%, rgba(7, 26, 61, 0.78) 100%),
      linear-gradient(90deg, rgba(7, 26, 61, 0.98) 0%, rgba(7, 26, 61, 0.82) 52%, rgba(7, 26, 61, 0.34) 100%);
    pointer-events: none;
  }

  .tj-hero-5-thumb-mobile {
    display: none !important;
  }

  .tj-header-area .logo-box img {
    max-height: 58px;
  }

  .kimo-hero-copy {
    font-size: 17px;
  }

  .tj-hero-5-area .hero_scroll {
    bottom: 28px;
  }

  .kimo-reach-section {
    padding: 84px 0;
  }

  .kimo-ad-video-grid {
    max-width: calc(100vw - 32px);
  }

  .kimo-ad-video-card {
    flex-basis: 300px;
    height: 580px;
  }

  .tj-service-6-area.kimo-booking-area {
    padding: 88px 0 78px;
  }

  .kimo-booking-illustration {
    top: 70px;
    right: -80px;
    width: 430px;
    opacity: 0.36;
  }

  .kimo-booking-area .tj-service-6-wrapper {
    min-height: 0;
  }

  .tj-cta-section.tj-cta-6-section {
    padding-top: 72px;
  }

  .cta-wrapper.tj-cta-6-wrapper {
    border-radius: 22px;
  }

  .kimo-reach-grid,
  .kimo-brand-impact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kimo-brand-impact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .tj-hero-5-area {
    min-height: auto;
    padding: 132px 0 58px;
  }

  .tj-hero-5-area::before {
    background-size: min(118vw, 520px) auto;
    background-position: right -46px top 92px;
    opacity: 0.42;
  }

  .tj-hero-5-area::after {
    background:
      linear-gradient(180deg, rgba(7, 26, 61, 0.1) 0%, rgba(7, 26, 61, 0.34) 48%, rgba(7, 26, 61, 0.82) 100%),
      linear-gradient(90deg, rgba(7, 26, 61, 0.99) 0%, rgba(7, 26, 61, 0.86) 58%, rgba(7, 26, 61, 0.4) 100%);
  }

  .kimo-hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .kimo-section-lead {
    font-size: 16px;
  }

  .kimo-ad-video-grid {
    max-width: calc(100vw - 24px);
    padding-inline: 2px;
    scroll-padding-inline: 2px;
  }

  .kimo-ad-video-card {
    flex-basis: min(286px, 86vw);
    height: 540px;
  }

  .tj-service-6-area.kimo-booking-area {
    padding: 76px 0 66px;
  }

  .kimo-booking-area .section-header .subtitle {
    margin-bottom: 12px;
  }

  .kimo-booking-illustration {
    top: 96px;
    right: -150px;
    width: 360px;
  }

  .reach-megaphone {
    width: 104px;
    height: 104px;
    font-size: 42px;
  }

  .reach-node {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }

  .kimo-booking-area .tj-service-6-wrapper {
    min-height: auto;
    padding: 24px;
    border-radius: 18px;
  }

  .kimo-booking-area .kimo-package-note {
    min-height: auto;
  }

  .tj-cta-section.tj-cta-6-section {
    padding-top: 56px;
  }

  .cta-wrapper.tj-cta-6-wrapper {
    border-radius: 18px;
  }

  .kimo-reach-header h2 {
    font-size: 38px;
  }

  .kimo-reach-header p {
    font-size: 17px;
  }

  .kimo-reach-grid,
  .kimo-impact-copy ul {
    grid-template-columns: 1fr;
  }

  .kimo-impact-copy {
    padding: 26px;
  }
}
