@font-face {
  font-family: "halcom-extrabold";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Halcom-ExtraBold.otf") format("opentype"); }

@font-face {
  font-family: "halcom-bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Halcom-Bold.otf") format("opentype"); }

@font-face {
  font-family: "halcom";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Halcom-Regular.otf") format("opentype"); }

* {
  font-family: "halcom", sans-serif; }

body {
  padding-top: 0; }

ul, li, ol {
  list-style: none; }

a {
  text-decoration: none; }

[href]:focus, input, input:focus, button, button:focus {
  outline: none !important; }

[data-sub-layout] {
  padding: 0 !important; }

.txt-center {
  text-align: center; }

.flex {
  display: flex; }

@media screen and (min-width: 900px) {
  .deskNone {
    display: none; } }

.moNone {
  display: none; }
  @media screen and (min-width: 900px) {
    .moNone {
      display: block; } }

.flex {
  display: flex; }

.section-title {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.7px;
  font-family: "halcom-bold", sans-serif;
  color: #0f0f0f;
  margin-bottom: 20px;
  margin-top: 0; }
  @media screen and (min-width: 900px) {
    .section-title {
      font-size: 34px;
      line-height: 41px;
      letter-spacing: -0.1px; } }

p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 0; }
  @media screen and (min-width: 900px) {
    p {
      font-size: 18px;
      line-height: 28px; } }

.page-banner {
  position: relative;
  max-width: 1440px;
  margin: auto; }
  .page-banner img {
    max-width: 100%;
    min-height: 359px;
    object-fit: cover; }
  .page-banner .banner-text {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    .page-banner .banner-text h2 {
      color: #FFFFFF;
      font-size: 32px;
      line-height: 39px;
      letter-spacing: -0.1px;
      font-family: "halcom-extrabold", sans-serif; }
      @media screen and (min-width: 900px) {
        .page-banner .banner-text h2 {
          font-size: 46px;
          line-height: 54px;
          letter-spacing: -0.14px; } }

.our-history .section-title {
  margin-top: 43px; }

.history-grid {
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 900px) {
    .history-grid {
      flex-direction: row; } }

.history-content {
  position: relative; }
  .history-content img {
    min-height: 250px; }
  .history-content .banner-text {
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 20px;
    right: 20px;
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 900px) {
      .history-content .banner-text {
        flex-direction: row;
        justify-content: space-between;
        top: 39px;
        left: 32px;
        right: 32px; } }
  .history-content .history-content-header {
    width: 100%; }
    @media screen and (min-width: 900px) {
      .history-content .history-content-header {
        width: 465px; } }
    .history-content .history-content-header h4 {
      font-size: 18px;
      line-height: 0;
      letter-spacing: -0.6px;
      font-family: "halcom-bold", sans-serif;
      color: #434343;
      margin-bottom: 10px;
      margin-top: 0; }
      @media screen and (min-width: 900px) {
        .history-content .history-content-header h4 {
          font-size: 29px;
          line-height: 35px;
          letter-spacing: -0.9px; } }
    .history-content .history-content-header h3 {
      font-size: 18px;
      line-height: 24px;
      letter-spacing: 0.18px;
      font-family: "halcom-bold", sans-serif;
      color: #000000;
      margin-bottom: 20px;
      margin-top: 0; }
      @media screen and (min-width: 900px) {
        .history-content .history-content-header h3 {
          font-size: 32px;
          line-height: 40px;
          letter-spacing: -0.48px; } }
  .history-content .history-content-body {
    width: 100%; }
    @media screen and (min-width: 900px) {
      .history-content .history-content-body {
        width: 450px; } }
    .history-content .history-content-body p {
      font-size: 15px;
      line-height: 22px;
      color: #0f0f0f;
      margin-bottom: 20px; }
      @media screen and (min-width: 900px) {
        .history-content .history-content-body p {
          font-size: 18px;
          line-height: 28px;
          margin-top: 160px; } }

.history-content-years {
  width: 100%; }
  @media screen and (min-width: 900px) {
    .history-content-years {
      width: 111px; } }
  .history-content-years ul {
    margin-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    gap: 10px; }
    @media screen and (min-width: 900px) {
      .history-content-years ul {
        flex-direction: column;
        justify-content: space-between;
        margin-left: 20px;
        border-left: 1.2px solid #9595A2;
        height: 100%;
        margin-top: 0;
        gap: 5px; } }
    .history-content-years ul li {
      font-size: 15px;
      font-family: "halcom-bold", sans-serif;
      color: #0f0f0f;
      position: relative;
      border: 1px solid #9595A2;
      padding: 5px; }
      .history-content-years ul li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 1.2px;
        background-color: #9595A2; }
      @media screen and (min-width: 900px) {
        .history-content-years ul li {
          font-size: 18px;
          padding: 0 0 0 50px;
          border: none; } }

/* Style the tab */
/* Style the buttons inside the tab */
.jch-tab .tablinks {
  display: block;
  background-color: inherit;
  color: #000000;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px; }

/* Change background color of buttons on hover */
.jch-tab .tablinks:hover {
  font-weight: bold; }

/* Create an active/current "tab button" class */
.jch-tab .tablinks.active {
  font-weight: bold; }

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 39px 32px;
  border: 0px none #ccc;
  width: 92%;
  border-left: none;
  min-height: 740px; }

.history-content-area {
  background: none #F5F5F5;
  width: calc(100% - 160px); }

.history-content-area .history-content-header h4 {
  font-size: 29px;
  font-weight: bold;
  font-family: "halcom-bold", sans-serif;
  color: #434343;
  padding: 0px;
  margin: 0px; }

.history-content-area .history-content-header h3 {
  font-size: 40px;
  font-weight: bold;
  font-family: "halcom-bold", sans-serif;
  color: #000000;
  padding: 0px;
  margin: 0px;
  display: none; }

.jch-image-content-area {
  display: flex; }

.history-content-body {
  padding: 0px 0px 0px 20px;
  width: calc(100% - 614px); }

/* start Our-history-demo css */
.body.Our.History.Demo {
  margin-bottom: 0px; }

.page-content--centered.oh-demo {
  position: relative;
  width: 100%;
  min-height: 680px;
  margin-top: -20px; }

/* Year Navigation Sidebar */
.oh-demo .year-nav {
  position: relative;
  right: 40px;
  top: 40px;
  bottom: 0px;
  transform: translateY(0%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 20px;
  float: right;
  max-height: 480px;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
  padding: 20px 0;
  /* Hide scrollbar for cleaner look */
  scrollbar-width: thin;
  scrollbar-color: rgba(111, 184, 193, 0.3) transparent; }

.oh-demo .year-nav::-webkit-scrollbar {
  width: 6px; }

.oh-demo .year-nav::-webkit-scrollbar-track {
  background: transparent; }

.oh-demo .year-nav::-webkit-scrollbar-thumb {
  background-color: rgba(111, 184, 193, 0.3);
  border-radius: 3px; }

.oh-demo .year-nav::-webkit-scrollbar-thumb:hover {
  background-color: rgba(111, 184, 193, 0.5); }

.oh-demo .year-nav-item {
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #999;
  transition: all 0.3s ease;
  padding: 8px 16px;
  border-right: 3px solid transparent;
  text-align: right; }

.oh-demo .year-nav-item:hover {
  color: #6fb8c1;
  transform: translateX(-5px); }

.oh-demo .year-nav-item.active {
  color: #6fb8c1;
  border-right-color: #6fb8c1;
  font-size: 16px; }

/* Timeline Section - Full Screen with Crossfade */
.oh-demo .timeline-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 80px 60px;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  pointer-events: none;
  z-index: 1; }

@media (min-width: 1680px) {
  .oh-demo .timeline-section {
    min-height: inherit; } }

@media (min-width: 1919px) {
  .oh-demo .timeline-section {
    min-height: inherit; } }

.oh-demo .timeline-section.visible {
  opacity: 1;
  pointer-events: auto;
  z-index: 2; }

.oh-demo .timeline-section:nth-child(odd) {
  background: linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%); }

.oh-demo .timeline-section:nth-child(even) {
  background: linear-gradient(135deg, #fafafa 0%, #eeeeee 100%); }

/* Content Container */
.oh-demo .content-wrapper {
  max-width: 1150px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: normal;
  width: 100%; }

.oh-demo .timeline-section:nth-child(even) .content-wrapper {
  grid-template-columns: 1fr 1.2fr; }

.oh-demo .timeline-section:nth-child(even) .content-area {
  order: 2; }

.oh-demo .timeline-section:nth-child(even) .image-container {
  order: 1; }

/* Year Badge */
.oh-demo .year-badge {
  position: absolute;
  top: 40px;
  left: 60px;
  font-size: 140px;
  font-weight: 900;
  color: rgba(0, 184, 169, 0.1);
  line-height: 1;
  pointer-events: none; }

/* Image Container */
.oh-demo .image-container {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease; }

.oh-demo .image-container::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 184, 169, 0.2), rgba(0, 0, 0, 0.1));
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1; }

.oh-demo .image-container:hover::before {
  opacity: 1; }

.oh-demo .image-container img,
.oh-demo .image-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease; }

.oh-demo .image-container:hover img,
.oh-demo .image-container:hover video {
  transform: scale(1.08); }

.oh-demo .image-container video {
  cursor: pointer; }

.oh-demo .image-container:hover {
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.3); }

/* Content Area */
.oh-demo .content-area {
  padding: 20px 40px 20px 10px; }

.oh-demo .year-title {
  font-size: 72px;
  font-weight: 900;
  color: #6fb8c1;
  margin-bottom: 25px;
  line-height: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05); }

.oh-demo .milestone-title {
  font-size: 36px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 28px;
  line-height: 1.3;
  display: none; }

.oh-demo .milestone-description {
  font-size: 22px;
  line-height: 1.9;
  color: #555;
  margin-bottom: 20px; }

.oh-demo .decorative-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #6fb8c1, transparent);
  margin: 30px 0; }

/* Scroll Controls */
.oh-demo .scroll-controls {
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translateX(8%);
  display: flex;
  gap: 20px;
  z-index: 3;
  background: rgba(255, 255, 255, 0.98);
  padding: 18px 36px;
  border-radius: 60px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15); }

.oh-demo .control-btn {
  background: linear-gradient(135deg, #6fb8c1 0%, #479ca7 100%);
  color: white;
  border: none;
  padding: 14px 32px;
  border-radius: 35px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 184, 169, 0.4); }

.oh-demo .control-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 184, 169, 0.5); }

.oh-demo .control-btn:active {
  transform: translateY(0); }

.oh-demo .control-btn.paused {
  background: linear-gradient(135deg, #6fb8c1 0%, #479ca7 100%); }

/* Progress Indicator */
.oh-demo .progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 5px;
  background: linear-gradient(90deg, #6fb8c1 0%, #4DD0E1 100%);
  z-index: 1001;
  transition: width 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 184, 169, 0.5); }

/* Mobile Responsiveness */
@media (max-width: 1024px) {
  .oh-demo .content-wrapper {
    grid-template-columns: 1fr;
    gap: 50px; }
  .oh-demo .timeline-section:nth-child(even) .content-wrapper {
    grid-template-columns: 1fr; }
  .oh-demo .timeline-section:nth-child(even) .content-area,
  .oh-demo .timeline-section:nth-child(even) .image-container {
    order: initial; }
  .oh-demo .year-nav {
    right: 20px;
    gap: 15px; }
  .oh-demo .year-nav-item {
    font-size: 14px;
    padding: 6px 12px; }
  .oh-demo .year-nav-item.active {
    font-size: 16px; }
  .oh-demo .timeline-section {
    padding: 60px 30px; }
  .oh-demo .year-badge {
    font-size: 90px;
    left: 30px; }
  .oh-demo .year-title {
    font-size: 56px; }
  .oh-demo .milestone-title {
    font-size: 28px;
    display: none; }
  .oh-demo .milestone-description {
    font-size: 20px; }
  .oh-demo .image-container {
    height: 400px; } }

@media (max-width: 768px) {
  .body.Our.History.Demo {
    margin-bottom: 0px; }
  .oh-demo .timeline-section {
    align-items: inherit;
    display: block; }
  .page-content--centered.oh-demo {
    margin-top: 0px;
    min-height: 1000px; }
  .oh-demo .scroll-controls {
    transform: translateX(-50%);
    bottom: 20px;
    padding: 14px 24px;
    gap: 12px; }
  .oh-demo .control-btn {
    padding: 12px 24px;
    font-size: 14px; }
  .oh-demo .year-nav {
    display: none; }
  .oh-demo .year-badge {
    font-size: 60px; }
  .oh-demo .content-area {
    padding: 20px; } }

/* start Our-history-demo css */
