@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: "Littera Plain";
  src: url("../fonts/littera-plain/LitteraPlainBook.woff") format("woof");
  font-display: swap;
}

@font-face {
  font-family: "Littera Plain";
  src: url("../fonts/littera-plain/LitteraPlainMedium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Littera Plain";
  src: url("../fonts/littera-plain/LitteraPlainBold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}

* {
  color: #fff;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
}

body.theme-light * {
  color: var(--textColor);
}

:root {
  --sekGamesPrimary: #ff677e;
  --sekGamesSecondary: #8e77ff;
  --sekGamesYellow: #ffe40c;
  --sekGamesPink: #ffa1f3;
  --textColor: #000;
}

a {
  text-decoration: none;
  display: inline-flex;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

ul,
ol {
  margin-bottom: 0;
  padding-left: 0;
}

li {
  list-style: none;
}

body {
  background-color: var(--textColor);
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
}

html {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
}

body.theme-light {
  background-color: #fff;
}

main {
  padding-top: 87.3px;
}

.secondary-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 48px;
  border-radius: 27px;
  border: 1px solid var(--textColor);
  color: var(--textColor);
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  background: transparent;
  font-family: "Littera Plain";
  transition: 0.5s ease;
}

.secondary-btn:hover {
  background-color: var(--textColor);
  color: #fff;
}

.secondary-btn.white {
  color: #fff;
  border-color: #fff;
}
.secondary-btn.white:hover {
  background-color: #fff;
  color: var(--textColor);
  border-color: var(--textColor);
}

.primary-btn {
  color: #Fff!important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 50px;
  border-radius: 27px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background-image: linear-gradient(
    to right top,
    #ffbe42,
    #ffab49,
    #ff9953,
    #ff885f,
    #ff796b,
    #ff757b,
    #ff728c,
    #ff729d,
    #ff7cb3,
    #ff88c9,
    #ff94df,
    #ffa1f3
  );
  transition: 0.3s ease;
}

.primary-btn:hover {
  box-shadow: 0 0 25px rgba(255, 161, 243, 0.6);
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 22.6px 0 30px 0;
  background: var(--textColor);
}

#header.fixed {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

#header .header-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

#header .header-left {
  display: flex;
  align-items: flex-end;
  gap: 50px;
}

#mobileMenu .logo-area,
#header .logo-area {
  width: 210px;
  display: flex;
}

#mobileMenu .logo-area img,
#header .logo-area img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#header .logo-area .alpha {
  display: none;
}

#header .main-menu {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: -3px;
}

#header .main-menu .menu-item a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 101%;
}

#mobileMenu .mobile-menu .menu-item.current_page_item a,
#header .main-menu .menu-item.current_page_item a,
#mobileMenu .mobile-menu .menu-item a:hover,
#header .main-menu .menu-item a:hover {
  color: #ffffff80;
}

body.header-light #mobileMenu .mobile-menu .menu-item.current_page_item a,
body.header-light #mobileMenu .mobile-menu .menu-item a:hover,
body.theme-light#mobileMenu .mobile-menu .menu-item.current_page_item a,
body.theme-light #mobileMenu .mobile-menu .menu-item a:hover,
body.header-light #header .main-menu .menu-item.current_page_item a,
body.header-light #header .main-menu .menu-item a:hover,
body.theme-light #header .main-menu .menu-item.current_page_item a,
body.theme-light #header .main-menu .menu-item a:hover {
  background-image: linear-gradient(
    to right top,
    #8e77ff,
    #bd6bea,
    #dd61d1,
    #f15cb7,
    #fc5d9d,
    #ff6488,
    #ff7075,
    #ff7d65,
    #ff9253,
    #ffab3e,
    #ffc726,
    #ffe40c
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

#mobileMenu .social-media,
#header .social-media {
  display: flex;
  align-items: center;
  gap: 12px;
}

#mobileMenu .social-media .sm-item img,
#header .social-media .sm-item img {
  width: 24px;
  height: 24px;
}

#header .mobile-menu-btn {
  width: 32px;
  height: 32px;
  background-image: url(../images/icons/menu.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
  filter: invert(1);
}

body.theme-light #mobileMenu,
body.header-light #mobileMenu {
  background-color: #fff;
}

#mobileMenu {
  background-color: var(--textColor);
}

#mobileMenu .logo-area .alpha {
  display: none;
}

#mobileMenu .mobile-menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 45px;
}

#mobileMenu .mobile-menu .menu-item a {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 101%;
}

#mobileMenu .btn-close {
  filter: var(--bs-btn-close-white-filter);
  opacity: 1;
}

body.theme-light #mobileMenu .btn-close,
body.header-light #mobileMenu .btn-close {
  filter: none;
}

body.header-light #header,
body.theme-light #header {
  background-color: #fff;
}

body.header-light #mobileMenu .logo-area .alpha,
body.theme-light #mobileMenu .logo-area .alpha,
body.header-light #header .logo-area .alpha,
body.theme-light #header .logo-area .alpha {
  display: block;
}

body.header-light #mobileMenu .logo-area .light,
body.theme-light #mobileMenu .logo-area .light,
body.header-light #header .logo-area .light,
body.theme-light #header .logo-area .light {
  display: none;
}

body.header-light #mobileMenu .social-media .sm-item img,
body.theme-light #mobileMenu .social-media .sm-item img,
body.header-light #header .social-media .sm-item img,
body.theme-light #header .social-media .sm-item img {
  filter: invert(1);
}

body.header-light #mobileMenu .mobile-menu .menu-item a,
body.theme-light #mobileMenu .mobile-menu .menu-item a,
body.header-light #header .main-menu .menu-item a,
body.theme-light #header .main-menu .menu-item a {
  color: var(--textColor);
}

body.header-light #header .mobile-menu-btn,
body.theme-light #header .mobile-menu-btn {
  filter: invert(0);
}

body.page-template-home {
  background-color: var(--textColor);
}

body.page-template-home .video-container {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}

body.page-template-home .video-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 0%,
    rgb(0, 0, 0) 100%
  );
  display: block;
  z-index: 1;
}

body.page-template-home .video-container .bg-video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease, transform 1.2s ease;
}

body.page-template-home .video-container .bg-video.scale-in {
  transform: scale(1.5);
  opacity: 0;
}

body.page-template-home .video-container .bg-video.scale-in.active {
  transform: scale(1);
  opacity: 1;
}

body.page-template-home .video-container .bg-video.active {
  opacity: 1;
}

body.page-template-home .hero-videos {
  position: relative !important;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: end;
  z-index: 9;
  background-color: #000;
}

body.page-template-home .hero-videos video {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 75vh;
  object-fit: contain;
  transition: 
    bottom 0.8s ease,
    object-position 0.8s ease;
  mix-blend-mode: hard-light;
  bottom: -35vh;
}

body.page-template-home .hero-videos video.expanded {
  bottom: 0;
}

main.home .video-section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
}

main.home .video-section.hero {
  align-items: start;
  padding-top: 7.5vh;
}

main.home .s1 .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

main.home .hero .title {
  color: #fff;
  font-size: 96px;
  font-weight: 700;
  letter-spacing: -2.6px;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Littera Plain";
}

main.home .hero p {
  color: #fff;
  max-width: 500px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  user-select: none;
  font-family: "Littera Plain";
}

main.home .video-section .game-logo {
  width: 128px;
  height: 128px;
  margin-bottom: 15px;
}

main.home .video-section .game-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

main.home .video-section:not(.hero) p {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  max-width: 450px;
  margin-bottom: 30px;
  letter-spacing: 0.2px;
}

main.home .video-section .download-btns {
  display: flex;
  gap: 15px;
}

main.home .video-section .download-link {
  width: 175px;
  height: 50px;
}

main.home .video-section .download-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

main.home .about {
  height: auto;
  background: var(--textColor);
  padding: 125px 0 175px 0;
}

main.home .about p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  max-width: 800px;
}

main.home .about .stats-area {
  display: flex;
  gap: 75px;
  justify-content: space-between;
  margin: 75px 0;
}

main.home .about .stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

main.home .about .stat-item .heading {
  font-weight: 700;
  font-size: 64px;
  line-height: 96%;
  color: #fff;
}

main.home .about .stat-item .stat-detail {
  color: #fff;
  font-size: 20px;
}

main.home .about .title {
  font-size: 52px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

body.theme-light section.join-us {
  background-color: #fff;
}

section.join-us {
  padding: 105px 0 125px 0;
  background: var(--textColor);
}

section.join-us .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

section.join-us .title {
  font-family: "Littera Plain";
  font-size: 64px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 101%;
  text-align: center;
  background-image: linear-gradient(
    to right top,
    #8e77ff,
    #bd6bea,
    #dd61d1,
    #f15cb7,
    #fc5d9d,
    #ff6488,
    #ff7075,
    #ff7d65,
    #ff9253,
    #ffab3e,
    #ffc726,
    #ffe40c
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  background-clip: text;
  color: transparent;
}

section.join-us p {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

body.theme-light section.join-us p {
  color: var(--textColor);
}

/* Company */

main.company .s1 {
  padding: 125px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: end;
  min-height: 620px;
  position: relative;
}

main.company .s1::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: #fff;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(17, 17, 17, 1) 100%
  );
}

main.company .s1 .title {
  color: #fff;
  max-width: 580px;
  font-family: "Littera Plain";
  font-weight: 700;
  font-size: 64px;
  line-height: 96%;
  position: relative;
  z-index: 3;
}

main.company .s2 {
  padding: 125px 0;
  background-color: #fff;
}

main.company .s2 .title {
  font-family: "Littera Plain";
  font-weight: 700;
  font-size: 52px;
  line-height: 96%;
  color: var(--textColor);
  margin-bottom: 20px;
}

main.company .s2 p {
  color: var(--textColor);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

main.company .s2 .values-wrap {
  margin: 50px 0 45px 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

main.company .s2 .value-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 45px 60px;
  /* padding: 30px 35px; */
  border-radius: 7px;
  background-color: #f8fafc;
  position: relative;
  min-height: 132px;
}

/* main.company .s2 .value-item .heading {
  color: #fff;
  background-color: var(--sekGamesSecondary);
  background-image: linear-gradient(
    to right top,
    #8e77ff,
    #bd6bea,
    #dd61d1,
    #f15cb7,
    #fc5d9d,
    #ff6488,
    #ff7075,
    #ff7d65,
    #ff9253,
    #ffab3e,
    #ffc726,
    #ffe40c
  );
  font-family: "Littera Plain";
  font-size: 16px;
  position: absolute;
  top: -20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 3px solid #fff;
} */

main.company .s2 .value-item p {
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
}

main.company .s2 .value-item .heading {
  color: #fff;
  background-color: #555555;
  font-family: "Littera Plain";
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px 0px 12px 0px;
}

main.company .s2 .value-item .value-title {
  font-family: "Littera Plain";
  font-weight: 700;
  font-size: 32px;
  color: var(--textColor);
  text-align: center;
}

main.company .s2 .value-item .view-more {
  color: var(--sekGamesSecondary);
  font-family: "Littera Plain";
  font-size: 16px;
  display: none;
}

main.company .s3 {
  padding: 125px 0;
  background-color: #f8fafc;
}

main.company .s3 .title {
  font-family: "Littera Plain";
  font-weight: 700;
  font-size: 52px;
  line-height: 96%;
  color: var(--textColor);
  margin-bottom: 20px;
}

main.company .s3 p {
  color: var(--textColor);
  font-size: 20px;
  font-weight: 500;
  max-width: 800px;
}

main.company .s3 .stats-area {
  display: flex;
  gap: 75px;
  justify-content: space-between;
  margin: 75px 0;
}

main.company .s3 .stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

main.company .s3 .stat-item .heading {
  font-weight: 700;
  font-size: 64px;
  line-height: 96%;
  color: var(--textColor);
}

main.company .s3 .stat-item .stat-detail {
  color: var(--textColor);
  font-size: 20px;
}

main.company .s3 .slide-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

main.company .s3 .company-slider {
  padding-bottom: 45px;
}

main.company .s3 .swiper-pagination-bullet {
  width: 24px;
  height: 4px;
  border-radius: 3px;
}

main.company .s3 .swiper-pagination-bullet-active {
  background-image: linear-gradient(
    to right top,
    #8e77ff,
    #bd6bea,
    #dd61d1,
    #f15cb7,
    #fc5d9d,
    #ff6488,
    #ff7075,
    #ff7d65,
    #ff9253,
    #ffab3e,
    #ffc726,
    #ffe40c
  );
}

main.company .s4 {
  background-color: #fff;
  padding: 100px 0;
}

main.company .s4 .section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 45px;
}

main.company .s4 .section-title .title {
  text-align: center;
  font-family: "Littera Plain";
  font-weight: 700;
  font-size: 52px;
  line-height: 96%;
  color: var(--textColor);
  margin-bottom: 25px;
}

main.company .s4 .section-title p {
  color: var(--textColor);
  font-size: 20px;
  font-weight: 500;
  max-width: 600px;
  text-align: center;
}

main.company .s4 .timeline {
  position: relative;
}

main.company .s4 .timeline::before {
  content: "";
  position: absolute;
  width: 4px;
  background-color: #e0e0e0;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

main.company .s4 .timeline-item {
  padding: 20px 40px;
  position: relative;
  width: 50%;
  margin-bottom: 40px;
}

main.company .s4 .timeline-item:nth-child(odd) {
  left: 0;
  text-align: right;
}

main.company .s4 .timeline-item:nth-child(even) {
  left: 50%;
}

main.company .s4 .timeline-item::after {
  content: "";
  position: absolute;
  width: 42px;
  height: 4px;
  background-color: #e0e0e0;
  border-radius: 3px;
  top: 34px;
  z-index: 1;
}

main.company .s4 .timeline-item:nth-child(odd)::after {
  right: -21px;
}

main.company .s4 .timeline-item:nth-child(even)::after {
  left: -21px;
}

main.company .s4 .timeline-content {
  position: relative;
}

main.company .s4 .timeline-date {
  display: inline-block;
  color: var(--textColor);
  border-radius: 7px;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 16px;
}

main.company .s4 .timeline-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--textColor);
}

main.company .s4 .timeline-description {
  color: #747474;
  font-size: 16px;
  font-weight: 500;
}

main.company .s5 {
  padding: 100px 0;
  background-color: #f8fafc;
}

main.company .s5 .title {
  font-family: "Littera Plain";
  font-weight: 700;
  font-size: 52px;
  line-height: 96%;
  color: var(--textColor);
  margin-bottom: 45px;
}

main.company .s5 .news-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 95px;
  row-gap: 55px;
}

.news-item {
  display: flex;
  gap: 20px;
}

.news-item .image-area {
  width: 225px;
  height: 125px;
}

.news-item .image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.news-item .news-detail {
  flex: 1;
}

.news-item .date {
  color: #747474;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}

.news-item .news-title {
  color: var(--textColor);
  font-size: 20px;
  font-weight: 600;
}

main.company .s6 {
  padding: 150px 0 100px 0;
}

/* News */
main.news .s1 {
  padding: 100px 0 125px 0;
  background-color: #fff;
}

main.news .s1 h1.title {
  color: var(--textColor);
  font-family: "Littera Plain";
  font-weight: 700;
  font-size: 52px;
  line-height: 96%;
  margin-bottom: 20px;
}

main.news .s1 .description {
  color: var(--textColor);
  font-size: 20px;
  margin-bottom: 45px;
}

main.news .s1 .featured-item {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 95px;
}

main.news .s1 .featured-item .news-details {
  flex: 1;
}

main.news .s1 .featured-item .title {
  color: var(--textColor);
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
}

main.news .s1 .featured-item .image-area {
  width: 600px;
  height: 335px;
}

main.news .s1 .featured-item .image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

main.news .s1 .featured-item .date {
  color: #747474;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}

main.news .s1 .featured-item .read-more {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-family: "Littera Plain";
  color: var(--textColor);
}

main.news .s1 .featured-item .read-more i.chevron-right {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M9 6L15 12L9 18' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

main.news .s2 {
  background-color: #f8fafc;
  padding: 115px 0 125px 0;
}

main.news .s2 .title {
  color: var(--textColor);
  font-family: "Littera Plain";
  font-weight: 700;
  font-size: 52px;
  line-height: 96%;
  margin-bottom: 45px;
}

main.news .s2 .news-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 95px;
  row-gap: 45px;
}

/* Games */
main.games .s1 {
  padding: 125px 0;
  background-color: #fff;
}

main.games .s1 .content-row {
  display: flex;
  gap: 75px;
}

main.games .s1 .content-row .title-area {
  flex: 1;
}

main.games .s1 .content-row .animation-area {
  flex: 1;
  position: relative;
}

main.games .s1 .animation-area img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

main.games .s1 .animation-area .anim-item {
  position: absolute;
  z-index: 2;
}

@keyframes planeFloat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes policeAnnounce {
  0%,
  100% {
    transform: rotate(0deg);
  }
  45% {
    transform: rotate(-1deg);
  }
  55% {
    transform: rotate(1deg);
  }
}

@keyframes runLoop {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes airportIdle {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

main.games .s1 .animation-area .anim-item.plane {
  top: -60px;
  left: -65px;
  max-width: 200px;
  animation: planeFloat 3s ease-in-out infinite;
}

main.games .s1 .animation-area .police {
  top: -6.5px;
  right: -59px;
  max-width: 200px;
  animation: policeAnnounce 3s ease-in-out infinite;
}

main.games .s1 .animation-area .loading {
  bottom: -25px;
  left: -50px;
  max-width: 220px;
  animation: runLoop 3s ease-in-out infinite;
}

main.games .s1 .animation-area .airport {
  bottom: 0;
  right: -40px;
  max-width: 210px;
  animation: airportIdle 3.5s ease-in-out infinite;
}

main.games .s1 .title {
  font-family: "Littera Plain";
  color: var(--textColor);
  font-size: 64px;
  margin-bottom: 25px;
  max-width: 420px;
  line-height: 90%;
  font-weight: 700;
}

main.games .s1 p {
  color: var(--textColor);
  font-size: 20px;
  font-weight: 500;
  max-width: 400px;
}

main.games .s2 {
  /* background-color: #f8fafc; */
  padding: 0 0 125px 0;
  /* padding: 100px 0 125px 0; */
}

main.games .s2 .title {
  font-family: "Littera Plain";
  color: var(--textColor);
  font-size: 52px;
  margin-bottom: 45px;
  line-height: 90%;
  font-weight: 700;
  display: none;
}

main.games .s2 .games-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 75px;
}

main.games .s2 .game-item {
  border-radius: 17px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px, rgba(0, 0, 0, 0.06) 0px 1px 2px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

main.games .s2 .game-item .img-area {
  width: 100%;
  height: 380px;
  overflow: hidden;
  padding: 20px;
}

main.games .s2 .game-item .img-area img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
}

main.games .s2 .game-item .game-title {
  color: var(--textColor);
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 10px;
}

main.games .s2 .game-item p {
  color: #03030380;
  font-size: 14px;
  max-width: 190px;
}

main.games .s2 .game-item .game-content {
  padding: 1.75rem 1.5rem;
}

main.games .s2 .download-btns {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -425px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  padding: 45px 0;
}

main.games .s2 .download-link {
  width: 175px;
  height: 50px;
}

main.games .s2 .download-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

main.games .s2 .game-item:hover .img-area img {
  transform: scale(1.1);
  transition: transform 0.3s ease;
  filter: brightness(0.7) blur(5px);
  -webkit-filter: brightness(0.7) blur(5px);
}

main.games .s2 .game-item:hover .download-btns {
  bottom: 0;
  transition: bottom 0.3s ease;
}

/* Careers */
main.careers .s1 {
  height: 100vh;
}

main.careers .s1 .bg-video {
  width: 100%;
  height: 100%;
}

main.careers .s1 .bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main.careers .s1 .content-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

main.careers .s1 .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main.careers .s1 .see-jobs {
  color: #fff;
  background-color: #2563eb;
  padding: 12px 40px;
  border-radius: 27px;
  font-size: 16px;
  font-weight: 600;
}

main.careers .s1 .title {
  font-family: "Littera Plain";
  font-size: 72px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
  text-align: center;
  line-height: 90%;
}

main.careers .s1 p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  max-width: 600px;
  text-align: center;
  margin-bottom: 25px;
}

main.careers .s2 {
  padding: 100px 0 125px 0;
  background-color: #fff;
}

main.careers .s2 .title {
  font-family: "Littera Plain";
  font-size: 52px;
  font-weight: 700;
  color: var(--textColor);
  margin-bottom: 20px;
}

main.careers .s2 p {
  color: var(--textColor);
  font-size: 20px;
  font-weight: 500;
  max-width: 800px;
  margin-bottom: 45px;
}

main.careers .s2 .video-area iframe {
  width: 100%;
  height: 620px;
  border-radius: 32px;
}

main.careers .s3 {
  padding: 125px 0;
  background-color: #f8fafc;
}

main.careers .s3 .title {
  font-family: "Littera Plain";
  font-size: 52px;
  font-weight: 700;
  color: var(--textColor);
  margin-bottom: 20px;
}

main.careers .s3 p {
  color: var(--textColor);
  font-size: 20px;
  font-weight: 500;
  max-width: 800px;
}

main.careers .s3 .job-list {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

main.careers .s3 .job-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #e1e1e1;
  gap: 30px;
}

main.careers .s3 .job-item:nth-last-child(1) {
  border-bottom: none;
  padding-bottom: 0;
}

main.careers .s3 .job-item .job-item-left {
  display: flex;
  align-items: center;
  gap: 30px;
  flex: 1;
}

main.careers .s3 .job-item .job-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--textColor);
  flex: 2;
}

main.careers .s3 .job-item .job-location {
  font-size: 16px;
  font-weight: 500;
  color: #747474;
  flex: 1;
  text-align: center;
}

main.careers .s3 .job-item .apply-btn {
  display: flex;
  justify-content: flex-end;
  color: #fff;
  background-color: #2563eb;
  border-radius: 27px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
}

/* Job single */
main.job .s1 {
  padding: 100px 0;
}

main.job .s1 .job-title {
  font-family: "Littera Plain";
  font-size: 52px;
  font-weight: 700;
  color: var(--textColor);
  margin-bottom: 20px;
}

main.job .s1 .job-location {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 45px;
}

main.job .s1 .job-location i.location {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.0' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 64 64' enable-background='new 0 0 64 64' xml:space='preserve' fill='%23000000'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath fill='%23231F20' d='M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289l16,24 C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289C54.289,34.008,56,29.219,56,24 C56,10.746,45.254,0,32,0z M32,32c-4.418,0-8-3.582-8-8s3.582-8,8-8s8,3.582,8,8S36.418,32,32,32z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

main.job .s1 .job-content {
  margin-bottom: 25px;
}

main.job .s1 .apply-btn {
  color: #fff;
  background-color: #2563eb;
  border-radius: 27px;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 600;
}

#footer {
  background-color: var(--textColor);
  padding: 120px 0 90px 0;
}

#footer .footer-wrapper {
  display: flex;
  align-items: end;
  gap: 75px;
  justify-content: space-between;
  margin-bottom: 45px;
}

#footer .logo-area {
  width: 200px;
  margin-bottom: 30px;
}

#footer .logo-area img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#footer .footer-col p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  max-width: 400px;
  margin-bottom: 35px;
}

#footer .menu-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

#footer .footer-menu {
  display: flex;
  align-items: center;
  gap: 32px;
}

#footer .footer-menu .menu-item a {
  color: #fff;
  font-size: 18px;
}

#footer .social-media {
  display: flex;
  align-items: center;
  gap: 12px;
}

#footer .social-media .sm-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

#footer .social-media .sm-item img {
  width: 24px;
  height: 24px;
}

#footer .footer-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 25px;
}

#footer .copyright {
  font-size: 12px;
  color: #ffffffa6;
}

#footer .footer-bottom-menu {
  display: flex;
  align-items: center;
  gap: 18px;
}

#footer .footer-bottom .menu-item a {
  color: #ffffffa6;
  font-size: 12px;
}

body.footer-light #footer,
body.theme-light #footer {
  background-color: #f8fafc;
}

body.footer-light #footer .footer-col p,
body.footer-light #footer .menu-title,
body.footer-light #footer .footer-menu .menu-item a,
body.theme-light #footer .footer-col p,
body.theme-light #footer .menu-title,
body.theme-light #footer .footer-menu .menu-item a {
  color: var(--textColor);
}

body.footer-light #footer .copyright,
body.footer-light #footer .footer-bottom .menu-item a,
body.theme-light #footer .copyright,
body.theme-light #footer .footer-bottom .menu-item a {
  color: #000000a6;
}

body.footer-light #footer .social-media .sm-item img,
body.theme-light #footer .social-media .sm-item img {
  filter: invert(1);
}

@media (max-width: 1399px) {
  main.games .s2 .games-row {
    gap: 45px;
  }

  main.news .s1 .featured-item .image-area {
    width: 520px;
    height: 300px;
  }

  main.news .s1 .featured-item {
    gap: 50px;
  }

  main.company .s1 {
    min-height: 520px;
    padding: 75px 0;
  }

  main.games .s1 .animation-area .police {
    max-width: 170px;
  }

  main.games .s1 .animation-area .loading {
    max-width: 190px;
  }

  main.games .s1 .animation-area .airport {
    max-width: 180px;
  }
}

@media (max-width: 1199px) {
  main.home .hero .title {
    font-size: 72px;
    margin-bottom: 10px;
  }
  main.news .s2 .news-row,
  main.company .s5 .news-row {
    column-gap: 45px;
  }
  main.games .s1 .animation-area .airport {
    max-width: 150px;
  }
  main.games .s1 .animation-area .police {
    max-width: 120px;
  }
  main.games .s1 .animation-area .loading {
    max-width: 170px;
  }
}

@media (max-width: 991px) {
  #header .social-media,
  #header .main-menu {
    display: none;
  }

  #header .mobile-menu-btn {
    display: block;
  }

  #mobileMenu .logo-area,
  #header .logo-area {
    width: 170px;
    height: 28px;
  }

  #header .header-wrapper {
    align-items: center;
  }

  #header {
    padding: 17.5px 0;
  }

  main {
    padding-top: 67px;
  }

  main.company .s3,
  main.home .about {
    padding: 100px 0 125px 0;
  }

  main.company .s3 .stats-area,
  main.home .about .stats-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  main.company .s3 .stat-item,
  main.home .about .stat-item {
    align-items: start;
  }

  main.company .s1 {
    min-height: 420px;
    padding: 45px 0;
  }

  main.company .s2 {
    padding: 100px 0;
  }

  main.news .s2 .news-row,
  main.company .s5 .news-row {
    grid-template-columns: repeat(1, 1fr);
  }

  main.company .s6 {
    padding: 100px 0;
  }

  section.join-us .title {
    font-size: 52px;
  }

  main.news .s1 {
    padding: 75px 0 100px 0;
  }

  main.news .s1 .featured-item {
    flex-direction: column-reverse;
    align-items: start;
    gap: 20px;
  }

  main.news .s1 .featured-item .date {
    margin-bottom: 10px;
  }

  main.news .s1 .featured-item .title {
    margin-bottom: 20px;
  }

  main.games .s1,
  section.join-us,
  main.news .s2 {
    padding: 100px 0;
  }

  main.games .s1 .content-row {
    flex-direction: column;
    gap: 45px;
  }

  main.games .s1 .title {
    font-size: 52px;
  }

  main.games .s2 .games-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 45px;
  }

  main.games .s2 {
    padding: 0 0 75px 0;
  }

  main.games .s1 .animation-area .airport,
  main.games .s1 .animation-area .police {
    right: 0;
  }

  main.games .s1 .animation-area .loading,
  main.games .s1 .animation-area .anim-item.plane {
    left: 0;
  }

  #footer .footer-wrapper {
    flex-direction: column;
    align-items: start;
    gap: 35px;
    margin-bottom: 25px;
  }

  #footer .footer-col p {
    margin-bottom: 25px;
  }

  #footer .footer-bottom {
    flex-direction: column-reverse;
    align-items: start;
  }
}

@media (max-width: 820px) {
  body.page-template-home .hero-videos video {
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  main.home .hero .title {
    font-size: 64px;
  }

  main.home .video-section:not(.hero) p {
    font-size: 24px;
  }

  main.home .about .title {
    font-size: 48px;
  }

  section.join-us .title {
    font-size: 56px;
  }

  section.join-us p {
    font-size: 18px;
    max-width: 380px;
  }

  main.company .s1 {
    min-height: 360px;
    padding: 35px 0;
  }

  main.company .s1 .title {
    font-size: 52px;
  }

  main.news .s2 .title,
  main.news .s1 h1.title,
  main.careers .s3 .title,
  main.careers .s2 .title,
  main.company .s4 .section-title .title,
  main.company .s5 .title,
  main.company .s3 .title,
  main.company .s2 .title {
    font-size: 48px;
  }

  main.company .s2 p > br {
    display: none;
  }

  main.company .s2 .values-wrap {
    grid-template-columns: repeat(1, 1fr);
  }

  main.company .s4 .timeline::before {
    left: 30px;
  }

  main.company .s4 .timeline-item {
    width: 100%;
    padding-left: 70px;
    padding-right: 20px;
    text-align: left;
  }

  main.company .s4 .timeline-item:nth-child(odd),
  main.company .s4 .timeline-item:nth-child(even) {
    left: 0;
    text-align: left;
  }

  main.company .s4 .timeline-item::after {
    left: 10px !important;
    right: auto;
  }

  main.company .s4 .section-title h2 {
    font-size: 2rem;
  }

  main.careers .s1 .title {
    font-size: 64px;
    margin-bottom: 15px;
  }

  main.careers .s2 .video-area iframe {
    height: 345px;
  }

  main.careers .s3 {
    padding: 100px 0;
  }

  main.careers .s3 .job-item {
    gap: 20px;
  }

  main.careers .s3 .job-item .job-item-left {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }

  main.careers .s3 .job-item .apply-btn {
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  main.news .s1 .featured-item .title {
    font-size: 24px;
  }

  main.games .s2 .games-row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  main.games .s2 .game-item .img-area {
    height: 380px;
  }

  main.games .s2 .game-item {
    max-width: 320px;
  }
}

@media (max-width: 576px) {
  body.page-template-home .video-container .bg-video {
    object-position: 70% 50%;
  }
  body.page-template-home .video-container .bg-video:nth-child(1) {
    object-position: center;
  }

  main.home .hero .title {
    font-size: 52px;
  }

  main.home .about {
    padding: 75px 0;
  }

  main.home .video-section:not(.hero) p {
    font-size: 20px;
    margin-bottom: 20px;
  }

  main.home .video-section .download-btns {
    gap: 10px;
  }

  main.home .video-section .game-logo {
    margin-bottom: 20px;
  }

  main.company .s3 .stat-item .heading,
  main.home .about .stat-item .heading {
    font-size: 48px;
  }

  main.company .s3 .stats-area,
  main.home .about .stats-area {
    gap: 45px;
  }

  main.games .s1 p,
  main.news .s1 .description,
  main.careers .s3 p,
  main.careers .s2 p,
  main.company .s4 .section-title p,
  main.company .s3 p,
  main.home .about p,
  main.company .s2 p,
  main.company .s3 .stat-item .stat-detail,
  main.home .about .stat-item .stat-detail {
    font-size: 18px;
  }

  main.company .s1 .title {
    max-width: 330px;
  }

  main.company .s2 {
    padding: 75px 0 100px 0;
  }

  main.company .s4 .timeline-title {
    margin-bottom: 5px;
  }

  main.company .s4 .section-title .title {
    margin-bottom: 10px;
  }

  main.careers .s3 .job-item {
    flex-direction: column;
    align-items: start;
  }

  .news-item {
    flex-direction: column;
  }

  .news-item .image-area {
    width: 100%;
    height: 200px;
  }

  .news-item .news-detail {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
  }

  main.news .s1 .featured-item .image-area {
    width: 100%;
  }

  main.games .s1 {
    padding: 75px 0;
  }

  main.games .s1 .title {
    font-size: 48px;
  }

  main.games .s1 .animation-area .anim-item.plane {
    width: 120px;
    top: -20px;
  }

  main.games .s1 .animation-area .airport {
    width: 105px;
  }

  main.games .s1 .animation-area .police {
    width: 100px;
  }

  main.games .s1 .animation-area .loading {
    width: 110px;
  }

  #footer {
    padding: 75px 0;
  }

  #footer .footer-menu {
    flex-direction: column;
    gap: 15px;
    align-items: start;
  }
}

/* Single Post Styles */
main.single.light-theme {
  background-color: #fff;
  color: #030303;
}

main.single .single-post-section {
  padding: 100px 0;
}

main.single .single-post-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

main.single .post-header {
  margin-bottom: 40px;
}

main.single .post-meta {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #666;
}

main.single .post-date {
  font-weight: 500;
}

main.single .post-category a {
  color: var(--sekGamesPrimary);
  text-decoration: none;
  font-weight: 500;
}

main.single .post-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
  color: #030303;
  font-family: "Littera Plain", sans-serif;
}

main.single .post-featured-image {
  margin-bottom: 40px;
  border-radius: 12px;
  overflow: hidden;
}

main.single .post-featured-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

main.single .post-content {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 50px;
}

main.single .post-content h1,
main.single .post-content h2,
main.single .post-content h3,
main.single .post-content h4,
main.single .post-content h5,
main.single .post-content h6 {
  font-family: "Littera Plain", sans-serif;
  font-weight: 700;
  margin: 30px 0 20px 0;
  color: #030303;
}

main.single .post-content h2 {
  font-size: 32px;
}

main.single .post-content h3 {
  font-size: 28px;
}

main.single .post-content p {
  margin-bottom: 20px;
}

main.single .post-content a {
  color: var(--sekGamesPrimary);
  text-decoration: none;
}

main.single .post-content a:hover {
  text-decoration: underline;
}

main.single .post-content ul,
main.single .post-content ol {
  margin: 20px 0;
  padding-left: 30px;
}

main.single .post-content li {
  margin-bottom: 10px;
  list-style: disc;
}

main.single .post-content ol li {
  list-style: decimal;
}

main.single .post-content blockquote {
  border-left: 4px solid var(--sekGamesPrimary);
  padding-left: 20px;
  margin: 30px 0;
  font-style: italic;
  color: #666;
}

main.single .post-footer {
  border-top: 1px solid #eee;
  padding-top: 30px;
}

main.single .tags {
  margin-bottom: 30px;
}

main.single .tags-label {
  font-weight: 600;
  margin-right: 10px;
  color: #666;
}

main.single .tags a {
  color: var(--sekGamesPrimary);
  text-decoration: none;
  font-size: 14px;
  background: #f8f9fa;
  padding: 5px 12px;
  border-radius: 20px;
  margin-right: 8px;
  margin-bottom: 8px;
  display: inline-block;
}

main.single .tags a:hover {
  background: var(--sekGamesPrimary);
  color: white;
}

main.single .post-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

main.single .nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 20px;
  background: #f8f9fa;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
  font-weight: 500;
}

main.single .nav-link:hover {
  background: var(--sekGamesPrimary);
  color: white;
  transform: translateY(-2px);
}

main.single .nav-arrow {
  font-size: 20px;
  font-weight: bold;
}

/* Responsive Single Post */
@media (max-width: 768px) {
  main.single .single-post-section {
    padding: 60px 0;
  }

  main.single .post-title {
    font-size: 36px;
  }

  main.single .post-content {
    font-size: 16px;
  }

  main.single .post-content h2 {
    font-size: 28px;
  }

  main.single .post-content h3 {
    font-size: 24px;
  }

  main.single .post-navigation {
    flex-direction: column;
  }

  main.single .nav-link {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  main.single .post-title {
    font-size: 28px;
  }

  main.single .post-meta {
    flex-direction: column;
    gap: 10px;
  }
}

/* Archive Page Styles */
main.archive.light-theme {
  background-color: #fff;
  color: #030303;
}

main.archive .archive-section {
  padding: 100px 0;
}

main.archive .archive-header {
  text-align: center;
  margin-bottom: 60px;
}

main.archive .archive-title {
  font-size: 48px;
  font-weight: 700;
  color: #030303;
  font-family: "Littera Plain", sans-serif;
  margin-bottom: 20px;
}

main.archive .archive-description {
  font-size: 18px;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

main.archive .posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  margin-bottom: 60px;
}

main.archive .post-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

main.archive .post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

main.archive .post-card-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

main.archive .post-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

main.archive .post-card:hover .post-card-image img {
  transform: scale(1.05);
}

main.archive .post-card-content {
  padding: 30px;
}

main.archive .post-meta {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #666;
}

main.archive .post-date {
  font-weight: 500;
}

main.archive .post-category a {
  color: var(--sekGamesPrimary);
  text-decoration: none;
  font-weight: 500;
}

main.archive .post-title {
  margin-bottom: 15px;
}

main.archive .post-title a {
  font-size: 24px;
  font-weight: 700;
  color: #030303;
  text-decoration: none;
  font-family: "Littera Plain", sans-serif;
  line-height: 1.3;
  transition: color 0.3s ease;
}

main.archive .post-title a:hover {
  color: var(--sekGamesPrimary);
}

main.archive .post-excerpt {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 20px;
}

main.archive .read-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--sekGamesPrimary);
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
}

main.archive .read-more-btn:hover {
  gap: 12px;
}

main.archive .read-more-btn .chevron-right {
  font-size: 14px;
  transition: transform 0.3s ease;
}

main.archive .read-more-btn:hover .chevron-right {
  transform: translateX(4px);
}

main.archive .pagination-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

main.archive .page-numbers {
  display: flex;
  gap: 10px;
  align-items: center;
}

main.archive .page-numbers a,
main.archive .page-numbers span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

main.archive .page-numbers a {
  background: #f8f9fa;
  color: #333;
}

main.archive .page-numbers a:hover {
  background: var(--sekGamesPrimary);
  color: white;
}

main.archive .page-numbers .current {
  background: var(--sekGamesPrimary);
  color: white;
}

main.archive .page-numbers .prev,
main.archive .page-numbers .next {
  padding: 0 20px;
  width: auto;
  font-size: 14px;
}

main.archive .no-posts {
  text-align: center;
  padding: 80px 20px;
}

main.archive .no-posts h2 {
  font-size: 32px;
  color: #030303;
  margin-bottom: 20px;
  font-family: "Littera Plain", sans-serif;
}

main.archive .no-posts p {
  font-size: 18px;
  color: #666;
  margin-bottom: 30px;
}

/* Responsive Archive */
@media (max-width: 768px) {
  main.archive .archive-section {
    padding: 60px 0;
  }

  main.archive .archive-title {
    font-size: 36px;
  }

  main.archive .posts-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  main.archive .post-card-content {
    padding: 20px;
  }

  main.archive .post-title a {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  main.archive .archive-title {
    font-size: 28px;
  }

  main.archive .post-meta {
    flex-direction: column;
    gap: 8px;
  }

  main.archive .post-card-image {
    height: 200px;
  }
}

/* Search Page Styles */
main.search.light-theme {
  background-color: #fff;
  color: #030303;
}

main.search .search-section {
  padding: 100px 0;
}

main.search .search-header {
  text-align: center;
  margin-bottom: 60px;
}

main.search .search-title {
  font-size: 48px;
  font-weight: 700;
  color: #030303;
  font-family: "Littera Plain", sans-serif;
  margin-bottom: 20px;
}

main.search .search-info {
  font-size: 18px;
  color: #666;
}

main.search .search-results {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 60px;
}

main.search .search-result-item {
  display: flex;
  gap: 30px;
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

main.search .search-result-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

main.search .result-image {
  flex-shrink: 0;
  width: 200px;
  height: 150px;
  border-radius: 8px;
  overflow: hidden;
}

main.search .result-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

main.search .search-result-item:hover .result-image img {
  transform: scale(1.05);
}

main.search .result-content {
  flex: 1;
}

main.search .result-meta {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #666;
}

main.search .result-date {
  font-weight: 500;
}

main.search .result-type {
  background: var(--sekGamesPrimary);
  color: white;
  padding: 6px 12px;
  border-radius: 12px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: max-content;
}

main.search .result-category a {
  color: var(--sekGamesPrimary);
  text-decoration: none;
  font-weight: 500;
}

main.search .result-title {
  margin-bottom: 15px;
}

main.search .result-title a {
  font-size: 24px;
  font-weight: 700;
  color: #030303;
  text-decoration: none;
  font-family: "Littera Plain", sans-serif;
  line-height: 1.3;
  transition: color 0.3s ease;
}

main.search .result-title a:hover {
  color: var(--sekGamesPrimary);
}

main.search .result-excerpt {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 20px;
}

main.search .read-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--sekGamesPrimary);
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
}

main.search .read-more-btn:hover {
  gap: 12px;
}

main.search .read-more-btn .chevron-right {
  font-size: 14px;
  transition: transform 0.3s ease;
}

main.search .read-more-btn:hover .chevron-right {
  transform: translateX(4px);
}

main.search .no-results {
  text-align: center;
  padding: 80px 20px;
  max-width: 600px;
  margin: 0 auto;
}

main.search .no-results-icon {
  color: #ccc;
  margin-bottom: 30px;
}

main.search .no-results h2 {
  font-size: 32px;
  color: #030303;
  margin-bottom: 20px;
  font-family: "Littera Plain", sans-serif;
}

main.search .no-results p {
  font-size: 18px;
  color: #666;
  margin-bottom: 30px;
}

main.search .search-suggestions {
  text-align: left;
  margin-bottom: 40px;
  padding: 30px;
  background: #f8f9fa;
  border-radius: 12px;
}

main.search .search-suggestions h3 {
  font-size: 20px;
  color: #030303;
  margin-bottom: 15px;
  font-family: "Littera Plain", sans-serif;
}

main.search .search-suggestions ul {
  list-style: none;
  padding: 0;
}

main.search .search-suggestions li {
  padding: 8px 0;
  color: #666;
  position: relative;
  padding-left: 20px;
}

main.search .search-suggestions li:before {
  content: "•";
  color: var(--sekGamesPrimary);
  position: absolute;
  left: 0;
  font-weight: bold;
}

main.search .search-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Responsive Search */
@media (max-width: 768px) {
  main.search .search-section {
    padding: 60px 0;
  }

  main.search .search-title {
    font-size: 36px;
  }

  main.search .search-result-item {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }

  main.search .result-image {
    width: 100%;
    height: 200px;
  }

  main.search .result-title a {
    font-size: 20px;
  }

  main.search .search-actions {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 576px) {
  main.search .search-title {
    font-size: 28px;
  }

  main.search .result-meta {
    flex-direction: column;
    gap: 8px;
  }

  main.search .search-suggestions {
    padding: 20px;
  }
}

/* Search Form Styles */
.searchform {
  position: relative;
}

.search-form-wrapper {
  display: flex;
  align-items: center;
  background: #fff;
  border: 2px solid #e9ecef;
  border-radius: 50px;
  padding: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.search-form-wrapper:focus-within {
  border-color: var(--sekGamesPrimary);
  box-shadow: 0 4px 20px rgba(255, 103, 126, 0.2);
}

.search-label {
  flex: 1;
  margin: 0;
}

.search-input {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  padding: 12px 20px;
  font-size: 16px;
  color: #030303;
  font-family: "Montserrat", sans-serif;
}

.search-input::placeholder {
  color: #999;
  font-style: italic;
}

.search-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: var(--sekGamesPrimary);
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.search-submit:hover {
  background: var(--sekGamesSecondary);
  transform: scale(1.05);
}

.search-submit:active {
  transform: scale(0.95);
}

.search-submit svg {
  width: 20px;
  height: 20px;
}

/* Header Search Form Styles */
#header .searchform .search-form-wrapper {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
}

#header .searchform .search-input {
  color: white;
}

#header .searchform .search-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

#header .searchform .search-form-wrapper:focus-within {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.2);
}

/* Light Theme Search Form */
.theme-light .searchform .search-form-wrapper {
  background: #fff;
  border-color: #e9ecef;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.theme-light .searchform .search-input {
  color: #030303;
}

.theme-light .searchform .search-input::placeholder {
  color: #999;
}

.theme-light .searchform .search-form-wrapper:focus-within {
  border-color: var(--sekGamesPrimary);
  box-shadow: 0 4px 20px rgba(255, 103, 126, 0.2);
}

/* Mobile Search Form */
@media (max-width: 768px) {
  .search-form-wrapper {
    border-radius: 25px;
    padding: 6px;
  }

  .search-input {
    padding: 10px 15px;
    font-size: 14px;
  }

  .search-submit {
    width: 40px;
    height: 40px;
  }

  .search-submit svg {
    width: 16px;
    height: 16px;
  }
}

/* 404 Page */
main.page-404 {
  min-height: 50vh;
}

main.page-404 .page-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

main.page-404 .icon-area {
  width: 300px;
  height: 300px;
}

main.page-404 .icon-area img {
  width: 100%;
  height: 100%;
}

main.page-404 .page-title {
  font-size: 38px;
  font-weight: 700;
  color: #030303;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: "Littera Plain", sans-serif;
}

/* Single */
main.page .s1 {
  padding: 125px 0;
}

main.page .heading {
  text-align: center;
  margin-bottom: 60px;
  font-size: 56px;
  font-weight: 700;
  color: var(--textColor);
  margin-bottom: 20px;
  font-family: "Littera Plain", sans-serif;
}

main.page h2 {
  font-size: 36px;
  font-weight: 700;
  color: #030303;
  margin-bottom: 20px;
  font-family: "Littera Plain", sans-serif;
}

main.page h3 {
  font-size: 28px;
  font-weight: 700;
  color: #030303;
  margin-bottom: 15px;
  font-family: "Littera Plain", sans-serif;
}

main.page p {
  color: var(--textColor);
  margin-bottom: 20px;
}

main.page p,
main.page strong {
  font-size: 18px;
  line-height: 1.4;
}

main.page a {
  color: var(--sekGamesPrimary);
  text-decoration: none;
}

@media (max-width: 820px) {
  main.page .s1 {
    padding: 75px 0;
  }

  main.page .heading {
    font-size: 48px;
  }

  main.page h2 {
    font-size: 28px;
  }

  main.page h3 {
    font-size: 24px;
  }

  main.page p,
  main.page strong {
    font-size: 16px;
  }
}
