/*!
Theme Name: Digit7s
Theme URI: https://innwasport.com
Author: Digit7s
Author URI: https://digit7s.com/
Description: Description
Version: 99.0.0

 /* Custom styles for the page */
:root {
  --primary-color: #ffc342;
  /* Updated vibrant gold */
  --background-color: #0b0c10;
  --text-color: #c5c6c7;
  --border-color: rgba(255, 195, 66, 0.2);
  --mog-dark: #121212;
  --mog-dark-2: #1c1c1c;
  --mog-gold: #f0b90b;
  --mog-light-gray: #adb5bd;
  --mog-border-gold: rgba(240, 185, 11, 0.3);
  --MOG-Gradient-Button: linear-gradient(
    94deg,
    rgba(191, 146, 49, 0.2) 0%,
    rgba(86, 63, 12, 0.2) 100%
  );
  background: linear-gradient(
    94deg,
    rgba(191, 146, 49, 0.2) 0%,
    rgba(86, 63, 12, 0.2) 100%
  );
  /* --MOG-Stroke-Tab1: linear-gradient(
    266deg,
    rgba(153, 117, 39, 0.4) 30.56%,
    rgba(255, 195, 66, 0.4) 65.74%
  ); */
}

html {
  margin-top: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow", sans-serif;
}
html {
  background-color: var(--mog-dark);
  color: white;
  overflow-x: hidden;
}
a {
  font-family: "Inter", sans-serif;
}
.text-gold {
  color: var(--mog-gold);
}

section {
  padding: 4rem 0;
}

/* --- Navbar Styling --- */
.navbar {
  background-color: #000 !important;
}

.navbar-brand {
  font-weight: 700;
  letter-spacing: 1px;
}

.nav-link {
  color: rgba(255, 255, 255, 0.75);
}

.nav-link.active,
.nav-link:hover {
  color: var(--mog-gold);
}

/* --- General Components --- */
.section-title {
  font-size: 3.5rem;
  font-weight: 700;
}
.section-sub-title {
  color: #fff;
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
}
.section-padding {
  padding-top: 170px;
}
.section.sm-padding {
  padding: 0.5rem 0;
}
.btn-gold {
  background-color: var(--mog-gold);
  color: var(--mog-dark);
  font-weight: 600;
  padding: 0.85rem 2.5rem;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  display: inline-block;
}

.btn-gold:hover {
  background-color: #ffce3a;
  color: var(--mog-dark);
}
/* --- Header Section --- */

.header-logo {
  width: 90%;
}
.lang-item {
  display: none;
}
.navbar-brand {
  width: 195px;
}
#menu-main-menu .menu-item,
#menu-main-menu-mm .menu-item {
  padding: 0 15px;
  color: #fff;
}

#menu-main-menu .menu-item a,
#menu-main-menu-mm .menu-item a {
  color: #fff;
}

#menu-main-menu .menu-item:hover a,
#menu-main-menu-mm .menu-item:hover a {
  color: var(--mog-gold);
  text-decoration: none;
}
a {
  text-decoration: none;
}
.language-flag span {
  color: #fff;
  font-size: 14px;
}

/* --- Root Variables & Base Styling --- */
:root {
  --mog-dark: #121212;
  --mog-dark-2: #1c1c1c;
  --mog-gold: #f0b90b;
  --mog-light-gray: #adb5bd;
  --mog-border-gold: rgba(240, 185, 11, 0.3);
}

body {
  font-family: "Inter", sans-serif;
  background-color: #000;
  color: white;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center;
}
.text-gold {
  color: var(--mog-gold);
}

section {
  padding: 4rem 0;
}

/* --- Navbar Styling --- */

/* mm font */
#menu-main-menu-mm .menu-item a {
  font-size: 13px;
}
.navbar {
  background-color: #000 !important;
}

.navbar-brand {
  font-weight: 700;
  letter-spacing: 1px;
}

.nav-link {
  color: rgba(255, 255, 255, 0.75);
}

.nav-link.active,
.nav-link:hover {
  color: var(--mog-gold);
}
.current-menu-item a {
  color: var(--mog-gold) !important;
  padding-bottom: 15px;
  /* border-bottom: 1px solid; */
}
.current-menu-item {
  position: relative;
  display: inline-block; /* text width အတိုင်း */
}

.current-menu-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -23px; /* underline အောက်ချင်ရင်ပြင်ပါ */
  width: 100%;
  height: 250%; /* အနည်းငယ်မြင့်ပေးပါ */
  background-image: url("/wp-content/uploads/2025/10/menu-underline.png");
  background-repeat: no-repeat;
  background-size: 100% 100%; /* ← ဒီလိုလဲ စမ်းပါ */
  background-position: center;
  display: block;
  z-index: 2;
}

/* --- General Components --- */
.section-title {
  font-size: 2.5rem;
  font-weight: 700;
}

.btn-lg-gold {
  background-color: var(--mog-gold);
  color: #0a001b;
  font-weight: 600;
  padding: 0.75rem 7rem;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  text-align: center;
  font-family: Barlow;
  font-size: 16px;
}
.btn-xl-gold {
  background-color: var(--mog-gold);
  color: #0a001b;
  font-weight: 600;
  padding: 16px 8px;
  border-radius: 15.677px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  text-align: center;
  font-family: Barlow;
  font-size: 16px;
  box-shadow: 0 1px 1px 1px rgba(255, 195, 66, 0.4);
  padding: 16px 170px;
}
.btn-xl-gold:hover,
.btn-lg-gold:hover {
  background-color: #8a38f5;
  color: #fff;
}
.btn-gold {
  background-color: var(--mog-gold);
  color: var(--mog-dark);
  font-weight: 600;
  padding: 0.75rem 2rem;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.btn-outline-gold {
  background-color: transparent;
  color: var(--mog-gold);
  border: 2px solid var(--mog-gold);
  font-weight: 600;
  padding: 0.75rem 2rem;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-outline-gold:hover {
  background-color: var(--mog-gold);
  color: var(--mog-dark);
}

/* --- Hero Section --- */
.hero-card {
  border-radius: 16px;
  overflow: hidden;
  min-height: 350px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: white;
  transition: transform 0.3s ease;
  /*background: linear-gradient(135deg, #7b3fe8, #00c8a0);*/
  /* background: url(/wp-content/uploads/2025/09/bg-color-img.png); */
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-card:hover {
  transform: translateY(-5px);
}
.hero-section .post-md-title-white p {
  color: #fff;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
}
.join-us-card {
  /* background: linear-gradient(135deg, #7b3fe8, #00c8a0); */
  padding-left: 40px;
}

.join-us-card .join-title {
  font-size: 4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff9ec;
}

.join-us-card .join-second-title {
  font-family: Barlow;
  font-size: 36px;
  font-weight: 700;
  color: #fff9ec;
}
.character-card {
  background-image: url("https://i.imgur.com/GgWf5zM.png");
  /* Placeholder for character image */
  background-size: cover;
  background-position: center;
}

.section-main-title {
  font-family: Inter;
  font-size: 36px;
  font-weight: 700;
  color: var(--mog-gold);
  margin-bottom: 28px;
}

.section-main-lg-title {
  font-family: Inter;
  font-size: 48px;
  font-weight: 700;
  color: var(--mog-gold);
  margin-bottom: 28px;
}
.section-lg-content {
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
.section-content {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.section-sm-content {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}
.post-title-white {
  color: #fff;
  font-family: Inter;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
}
.text-purple {
  color: #b67fff;
  font-family: Inter;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
}
.text-lg-purple {
  color: #b67fff;
  font-family: Inter;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
}
.post-md-title-white {
  color: #fff;
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}
.post-title {
  color: #ffc342;
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
}
.post-md-title {
  color: #ffc342;
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
}
.post-sm-title {
  color: #ffc342;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
}

#about-us .section-content {
  text-align: center;
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  color: #fff6e3;
}
#version-display .section-content {
  font-family: Barlow;
  font-size: 16px;
  color: #fff6e3;
  font-weight: 400;
}
.social-contact-group {
  /* background-color: var(--mog-dark-2);
  border-radius: 16px; */
  padding-top: 2.5rem;
}
.social-contact-group .social-main-title {
  text-align: center;
  font-family: Barlow;
  font-size: 24px;
  font-weight: 700;
  color: var(--mog-gold);
}
.social-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: color 0.3s ease;
  color: #fff;
  font-size: 20px;
  font-family: "Barlow";
  transition: all 0.3s ease;
}

.social-link:hover,
.social-link:hover span {
  transform: scale(1.1);
  color: var(--mog-gold);
}

.social-link .icon-wrapper {
  /* width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #2a2a2a;
  display: flex;
  align-items: center;
  justify-content: center; */
  margin-bottom: 0.5rem;
  /* transition: background-color 0.3s ease; */
}

.social-link svg {
  width: 24px;
  height: 24px;
  transition: fill 0.3s ease;
  fill: white;
}

.social-link:hover svg {
  fill: var(--mog-dark);
}

/* --- Features Section --- */
.package-card {
  /* background-color: var(--mog-dark-2); */
  border: 1px solid var(--mog-border-gold);
  border-radius: 12px;
  /* padding: 2rem; */
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: border-color 0.3s ease, transform 0.3s ease;
  background: #5944171a;
}

.package-section img {
  width: 382px;
  height: 382px;
}
.package-card .card-footer {
  padding: 0 32px 10px 32px;
  border: 0;
}
.package-card .card-footer p {
  text-align: center;
  margin-top: 20px;
}
.package-card p,
.package-card li {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  color: #fff9ec;
}
.package-card ul {
  padding-left: 1rem;
}
.package-card .text-yellow {
  color: #cc9c35;
  margin-top: 29px;
}
.package-card .card-text {
  margin-bottom: 35px;
}
.border-yellow {
  border-bottom: 8px solid #ffc342;
}
.border-purple {
  border-bottom: 8px solid #b67fff;
}
.border-purple-gradient {
  background: linear-gradient(
    to right,
    #a65ac9,
    #a458cc,
    #ad62bf,
    #bb73a9,
    #cf8a8b,
    #e4a26d,
    #f1b454
  );
  width: 100%;
  height: 8px;
}
.h-70 {
  height: 70px;
}
.package-card:hover {
  border-color: var(--mog-gold);
  transform: translateY(-5px);
}
.package-btn {
  background: linear-gradient(
    94deg,
    rgba(191, 146, 49, 0.2) -0.04%,
    rgba(86, 63, 12, 0.2) 100%
  );
  padding: 0.75rem 2rem;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s ease;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  color: var(--mog-gold);
}
.package-btn:hover {
  background: var(--mog-gold);
}
.package-card-header {
  color: var(--mog-gold);
  font-weight: 600;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  padding: 20px 20px 13px 20px;
  margin-bottom: 0;
}

.package-card hr {
  border-color: var(--mog-border-gold);
}

/* .package-card ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  text-align: left;
  flex-grow: 1;
} */

.package-card li {
  color: #fff9ec;
  margin-bottom: 0.75rem;
  /* display: flex;
  align-items: flex-start; */
}

.package-card .card-body {
  padding: 1rem 2rem;
}
.package-card li svg {
  color: var(--mog-gold);
  width: 18px;
  height: 18px;
  margin-right: 0.75rem;
  flex-shrink: 0;
  margin-top: 3px;
}
#version-display {
  position: relative;
}
.display-slider .swiper-pagination {
  bottom: 80px !important;
}

.display-slider .swiper-pagination-bullet-active,
.platform-feature-slider .swiper-pagination-bullet-active {
  background: #ffc342 !important;
}
.display-slider .swiper-pagination-bullet,
.platform-feature-slider .swiper-pagination-bullet {
  background: #2c2e31;
  opacity: 1;
}

#version-display .btn-lg-gold {
  margin-top: 15px;
}

.text-slider-section {
  margin-top: 50px;
  border-radius: 8px;
  box-shadow: 0 0 2px 0 rgba(255, 237, 198, 0.4) inset;
  border: 1px solid var(--MOG-Stroke-Tab1, rgba(153, 117, 39, 0.4));
  padding: 10px;
}
.text-slider-section .swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-slider-section .post-sm-title-white {
  font-size: 20px;
  margin-bottom: 0;
}
/* --- Footer Contact --- */
#contact p {
  text-align: center;
  font-family: Barlow;
  font-size: 24px;
  font-weight: 700;
  color: #fff9ec;
}
.copy-right p {
  font-size: 15px !important;
  margin-bottom: 0 !important;
  padding: 20px 0 60px 0 !important;
}
.footer-logo-wrap .footer-text p {
  text-align: left !important;
  font-size: 1.1rem !important;
  font-weight: 400 !important;
  padding-right: 30px !important;
  margin-top: 20px;
  margin-bottom: 30px !important;
}
.footer-contact-info p,
.footer-contact-info a {
  text-align: left !important;
  font-size: 16px !important;
  font-family: "Inter";
  margin-bottom: 0;
  color: #fff;
}
.footer-mail-wrap {
  margin-top: 10px;
}
.footer-contact-link {
  color: #fff9ec;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.3s ease;
}

.footer-contact-link:hover {
  color: var(--mog-gold);
}

.footer-contact-link svg {
  width: 28px;
  height: 28px;
}

/* --- Features Section --- */

#features .section-content {
  padding: 0 90px;
}
.feature-padding {
  padding: 0 90px;
}
.feature-card {
  /* background-color: var(--mog-dark-2);
  border: 1px solid var(--mog-border-gold); */
  /* border-radius: 12px; */
  height: 100%;
  transition: border-color 0.3s ease, transform 0.3s ease;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  border-radius: 20px;
  background: linear-gradient(
    94deg,
    rgba(191, 146, 49, 0.2) 51.1%,
    rgba(86, 63, 12, 0.2) 100%
  );
  box-shadow: 0 1px 1px 1px rgba(255, 195, 66, 0.4);
  padding: 25px;
}

#demo-hero {
  padding-top: 120px;
}
.demo-btn-wrap {
  display: block;
  padding: 30px 0 50px 0;
}
/* .feature-card:hover {
  border-color: var(--mog-gold);
  transform: translateY(-5px);
} */

.feature-icon {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  background-color: rgba(240, 185, 11, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon svg {
  width: 32px;
  height: 32px;
  color: var(--mog-gold);
}

.feature-card h5 {
  color: var(--mog-gold);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.feature-card p {
  color: #fff;
  font-size: 0.9rem;
  margin-bottom: 0;
  text-align: left;
  margin-top: 20px;
  font-family: Inter;
}

/* --- Product Hero Section (Specific to Product Page) --- */
.product-hero-section {
  padding-top: 5rem;
  /* Adjusted for navbar */
  padding-bottom: 4rem;
}
.product-nav-tabs {
  padding-right: 80px;
}
.product-nav-tabs .nav-link {
  background-color: transparent;
  color: var(--mog-light-gray);
  text-align: left;
  padding: 1rem 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  border-radius: 20px;
  border: 1px solid var(--MOG-Stroke-Tab1, rgba(153, 117, 39, 0.4));
}
.product-nav-tabs .post-title {
  margin-bottom: 17px;
}
.product-nav-tabs .nav-link.active,
.product-nav-tabs .nav-link:hover {
  /* background-color: rgba(240, 185, 11, 0.05);
  border-left: 3px solid var(--mog-gold);
  color: var(--mog-gold); */
  border: 1.568px solid #efba0bc2;
  box-shadow: 0 4px 4px 2px rgba(255, 255, 255, 0.1);
}

.product-tab-content .tab-pane {
  display: none;
  /* Hide by default */
  animation: fadein 0.5s ease-out;
  /* Basic fade for content */
}

.product-tab-content .tab-pane.active {
  display: block;
  /* Show active */
}

.product-tab-image-container {
  min-height: 400px;
  /* Ensure space for the image */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.product-tab-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  animation: slideInFromLeft 0.6s ease-out;
  /* Animation for the image */
}

.platform-feature-slider .swiper-wrapper {
  padding-bottom: 32px;
}
@keyframes slideInFromLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* --- Game Platform Banners --- */
.game-supplider-banner {
  padding-top: 10px;
  border-radius: 12px;
  /* overflow: hidden; */
  display: block;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.game-supplider-banner img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 28px;
  transition: all 0.3s ease;
}

.game-supplider-banner:hover img {
  transform: scale(1.1);
  border: 1px solid var(--mog-gold);
  box-shadow: 0 0 25px rgba(240, 185, 11, 0.2);
}

/* --- Suppliers Section --- */

#suppliers .card {
  background: #000;
  padding: 20px;
}
.supplier-card {
  background-color: var(--mog-dark-2);
  padding: 1.5rem 1rem;
  border-radius: 8px;
  text-align: center;
  height: 100%;
  transition: transform 0.3s ease;
}

.supplier-card:hover {
  transform: translateY(-5px);
}

.supplier-card img {
  max-height: 40px;
  width: auto;
  margin: 0 auto;
}

/* Using a styled div for placeholder logos */
.logo-placeholder {
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 1px;
  color: var(--mog-gold);
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* --- Contact Us --*/
.social-main-box {
  padding-top: 30px;
  padding-bottom: 200px;
}
.social-box {
  position: relative;
  height: 130px;
}
.social-box .info {
  max-height: 0;
  opacity: 0;
  transition: max-height 1s ease, opacity 3s ease;
}
.social-box .info-wrap {
  border-radius: 15.677px;
  position: absolute;
  bottom: 0;
  padding: 20px;
  color: #ffffff;
  transition: 1.5s ease;
  width: 100%;
  background: var(
    --MOG-Gradient-Button,
    linear-gradient(
      94deg,
      rgba(191, 146, 49, 0.2) 0%,
      rgba(86, 63, 12, 0.2) 100%
    )
  );
  width: 100%;
  border-radius: 20px;
  border-bottom: 1px solid rgba(255, 195, 66, 0.4);
}
#contact .current-menu-item a {
  border-bottom: unset !important;
}
.social-box .info-wrap .card-title {
  color: #fff;
  margin-top: 10px;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
}
.social-box:hover .info {
  max-height: 78px;
  opacity: 1;
}
.social-box img {
  object-fit: cover;
  width: 48px;
  height: 48px;
}
.social-box .info p {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  margin-top: 6px;
}
.footer-menu-wrap {
  text-align: left;
  padding: 50px 0 0px 0;
}
.footer-menu-wrap ul {
  padding: 0;
}

.footer-menu-wrap ul li a {
  color: #fff;
  line-height: 1.8;
}
.footer-menu-wrap ul li:hover a {
  color: var(--mog-gold);
}
.footer-contact-info a:hover,
.footer-contact-info a:hover i {
  color: var(--mog-gold);
}
.footer-logo {
  width: 60%;
}
.footer-social-wrap {
  margin-top: 20px;
}
.footer-social-wrap img {
  width: 40px;
}
.footer-social-wrap ul {
  padding: 0;
  display: flex;
  gap: 12px;
}

.footer-menu-wrap label {
  font-size: 1.3rem;
  padding-bottom: 20px;
}
.footer-social-wrap i {
  color: white;
  font-size: 35px;
}
.footer-menu-wrap ul li {
  list-style: none;
}
/* --- Product Features Grid --- */

.product-features-wrap {
  padding: 0 60px;
}
.feature-grid-item {
  background-color: var(--mog-dark-2);
  border: 1px solid var(--mog-border-gold);
  border-radius: 12px;
  padding: 28px 28px 15px 28px;
  text-align: center;
  height: 100%;
  transition: border-color 0.3s ease, transform 0.3s ease;
  border: 1.568px solid rgba(255, 255, 255, 0.1);
  background: rgba(89, 68, 23, 0.1);
  box-shadow: 0 4px 4px 2px rgba(255, 255, 255, 0.1);
}

/* .feature-grid-item:hover {
  border-color: var(--mog-gold);
  transform: translateY(-5px);
} */

.feature-grid-item .icon {
  color: var(--mog-gold);
  margin-bottom: 1rem;
}

.feature-grid-item .icon svg {
  width: 40px;
  height: 40px;
}

/* .feature-grid-item h5 {
  font-weight: 600;
  color: white;
} */

/* .feature-grid-item p {
  color: var(--mog-light-gray);
  font-size: 0.9rem;
} */

/* FAQ */

.mr-20 {
  margin-right: 20px;
}
.faq-title-wrap {
  display: inline-block;
  border-radius: 20px;
  border: 1px solid var(--MOG-Stroke-Tab1, rgba(153, 117, 39, 0.4));
  background: var(--MOG-Gradient-Tab_2, rgba(89, 68, 23, 0.1));
  box-shadow: 0 4px 4px 2px rgba(255, 255, 255, 0.1);
  padding: 20px;
  color: var(--mog-gold);
}
#faq a {
  color: var(--mog-gold);
}
.faq-section {
  padding: 50px 70px;
}
.faq-section .accordion-item {
  margin-bottom: 30px;
  border-radius: 20px;
  background: var(
    --MOG-Gradient-Button,
    linear-gradient(
      94deg,
      rgba(191, 146, 49, 0.2) 0%,
      rgba(86, 63, 12, 0.2) 100%
    )
  );
}
.faq-section .accordion-button {
  background: var(
    --MOG-Gradient-Button,
    linear-gradient(
      94deg,
      rgba(191, 146, 49, 0.2) 0%,
      rgba(86, 63, 12, 0.2) 100%
    )
  );
  border-radius: 20px;
  /* DropSD_White_Small */
  box-shadow: 0 1px 1px 1px rgba(255, 195, 66, 0.4);
  color: #fff;
}
.faq-section .accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: var(--mog-gold) !important;
}
.faq-section .accordion-button.collapsed {
  border-radius: 20px !important;
  box-shadow: 0 1px 1px 1px rgba(255, 195, 66, 0.4);
}
.faq-section .accordion-button:not(.collapsed) {
  background: var(--mog-gold) !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #000;
  box-shadow: unset;
  /* background-image: url(/wp-content/uploads/2025/09/dropdown-up.svg) !important; */
}

.faq-section .accordion-button:hover {
  border-radius: 20px;
  background: var(
    --MOG-Gradient-Button,
    linear-gradient(
      94deg,
      rgba(191, 146, 49, 0.2) 0%,
      rgba(86, 63, 12, 0.2) 100%
    )
  );

  /* DropSD_White_Small */
  box-shadow: 0 1px 1px 1px rgba(255, 195, 66, 0.4);
}
.accoordion {
  --bs--border-color: unset !important;
}
.faq-section .accordion-button:not(.collapsed) .post-title-white {
  color: #000;
}
.faq-section .accordion-body {
  text-align: left;
  padding-top: 0;
}
.faq-section .accordion-button:not(.collapsed)::after {
  background-image: url(/wp-content/uploads/2025/09/dropdown-up.svg) !important;
  background-size: 16px;
  background-repeat: no-repeat;
  transform: none;
  transition: none;
}
.faq-section .accordion-button.collapsed::after {
  background-image: url(/wp-content/uploads/2025/09/dropdown.svg) !important;
  background-size: 16px;
}
/*--- Techinal Support ----*/
/* --- Security Timeline Section --- */
/* --- Stats Section --- */
.hero-section {
  padding-top: 80px;
  padding-bottom: 10px;
}
.hero-sub-title {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 32px;
  font-weight: 600;
}
/* .hero-section h1 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
} */

/* .hero-section p {
  font-size: 1.25rem;
  color: var(--primary-color);
} */

.stats-section {
  padding-bottom: 80px;
  padding-top: 0;
}

.stat-box {
  padding: 1.2rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.02);
  transition: all 0.3s ease;
  border-radius: 15.677px;
  border: 1.568px solid var(--MOG-Stroke-Tab1, rgba(153, 117, 39, 0.4));
  background: var(--MOG-Gradient-Tab_2, rgba(89, 68, 23, 0.1));

  /* MOG/Effect/Glass */
  box-shadow: 0 4px 4px 2px rgba(255, 255, 255, 0.1);
}

.stat-box:hover {
  border-color: var(--primary-color);
  transform: translateY(-5px);
  box-shadow: 0 5px 25px rgba(255, 195, 66, 0.1);
}

.techinal-content {
  margin-top: 30px;
}
.stat-number {
  font-size: 32px;
  font-weight: 700;
  color: var(--primary-color);
}

.stat-label {
  font-size: 1rem;
  color: var(--text-color);
}

.timeline-section {
  padding: 80px 0;
  padding-top: 0;
}
.timeline-subtitle {
  color: #ffc342;
  font-family: Inter;
  font-size: 40px;
  font-weight: 700;
}
.timeline-wrapper {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}

.timeline-wrapper::after {
  content: "";
  position: absolute;
  width: 5px;
  background-color: var(--mog-gold);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
}

.timeline-item {
  padding: 10px 40px;
  position: relative;
  width: 50%;
  /* 🌟 OLD ANIMATION CSS (opacity, transform) REMOVED. AOS handles this now. */
}

/* .timeline-item::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: -10px;
  background-color: var(--background-color);
  border: 4px solid var(--primary-color);
  top: 25px;
  border-radius: 50%;
  z-index: 1;
} */

.timeline-left {
  left: 0;
}
.timeline-left .timeline-content,
.timeline-left p {
  text-align: right;
}
.timeline-content h5 {
  color: #ffc342;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
}
.timeline-content {
  margin-bottom: 10px;
}
.timeline-left p {
  color: #fff;
  text-align: right;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
}
.timeline-right p {
  color: #fff;
  text-align: left;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
}
.timeline-right {
  left: 50%;
}

.timeline-right::after {
  left: -10px;
}

.timeline-content {
  border-radius: 15.677px;
  border: 1px solid var(--MOG-Stroke-Tab1, rgba(153, 117, 39, 0.4));
  background: var(--MOG-Gradient-Tab_2, rgba(89, 68, 23, 0.1));

  /* MOG/Effect/Glass */
  box-shadow: 0 4px 4px 2px rgba(255, 255, 255, 0.1);
  padding: 20px;
}

.timeline-content:hover {
  border-color: var(--primary-color);
}

/* --- Agent Idea --- */
.section-success-title {
  color: #ffc342;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-weight: 700;
}
.apply-agent-btn {
  margin-top: 32px;
}
.success-case-section .post-md-title {
  padding-right: 150px;
}
.agent-slider-content {
  padding-right: 100px;
  margin-top: 25px;
}
.agent-slider-content p {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.agent-section-subtitle {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  padding: 20px 0 10px 0;
}
/* --- Contact Section --- */
.contact-section {
  padding: 60px 0;
  text-align: center;
}

.contact-section h3 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 2rem;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: var(--text-color);
  margin: 0 1.5rem;
  font-size: 1.1rem;
  transition: color 0.3s ease;
}

.contact-link i {
  color: var(--primary-color);
  font-size: 1.5rem;
  margin-right: 0.5rem;
}

.contact-link:hover {
  color: var(--primary-color);
}

/* --- 2. MOG Package (Tabs Section) --- */
.package-section {
  border-radius: 15.677px;
  border: 1.568px solid rgba(255, 255, 255, 0.1);
  background: rgba(57, 57, 57, 0.2);
  box-shadow: 0 4px 4px 2px rgba(255, 255, 255, 0.1);
}
.package-tabs {
  gap: 80px;
}
.package-tabs .nav-item {
  flex-grow: 1; /* Ensures buttons take equal space */
  margin: 0.5rem; /* Add some space between buttons */
}
.package-tabs .nav-link {
  /* Basic button styles */
  border: none; /* No default border */
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  text-align: center;
  color: #fff; /* Default text color for non-active */
  transition: all 0.3s ease;
  cursor: pointer;
  background: linear-gradient(
    94deg,
    rgba(191, 146, 49, 0.2) 51.1%,
    rgba(86, 63, 12, 0.2) 100%
  );
  box-shadow: 0 1px 1px 1px rgba(255, 195, 66, 0.4);
}
.package-tabs .nav-link:hover:not(.active) {
  /* background: linear-gradient(
    180deg,
    var(--primary-color) 0%,
    rgba(255, 195, 66, 0.5) 100%
  );
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 195, 66, 0.3);
  color: #000; */
  /* Ensure hover text is visible */
  /* border-radius: 15.677px; */
  background: linear-gradient(
    94deg,
    rgba(191, 146, 49, 0.3) 50.64%,
    rgba(86, 63, 12, 0.3) 100%
  );

  /* DropSD_White_Small */
  box-shadow: 0 1px 1px 1px rgba(255, 195, 66, 0.4);
}
.package-tabs .nav-link.active {
  /* Active state styles */
  background: linear-gradient(
    180deg,
    var(--primary-color) 0%,
    #ffc342 100%
  ); /* Stronger gradient for active */
  border-color: var(--primary-color);
  color: #000000 !important; /* Black text for active tab */
  box-shadow: 0 6px 20px rgba(255, 195, 66, 0.3); /* Prominent shadow for active */
}

/* .tab-content {
  margin-top: 3rem;
} */
.tab-pane h4 {
  color: var(--primary-color);
  font-weight: 600;
}
.tab-pane .col-md-6 {
  margin-bottom: 1rem;
}

/* --- 3. Two-Column Section --- */
.support-box {
  padding: 40px;
  border-radius: 20px;
  background: linear-gradient(
    94deg,
    rgba(191, 146, 49, 0.2) 51.1%,
    rgba(86, 63, 12, 0.2) 100%
  );

  /* DropSD_White_Small */
  box-shadow: 0 1px 1px 1px rgba(255, 195, 66, 0.4);
}

.support-box h5 {
  color: #ffc342;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.support-box p {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
}

/* --- 4. Success Cases (Slider Section) --- */
.success-case-section .swiper-slide {
  padding: 2.5rem;
  padding-left: 45px;
  padding-top: 60px;
  height: 100%;
  border-radius: 15.677px;
  border: 1.568px solid var(--MOG-Stroke-Tab1, rgba(153, 117, 39, 0.4));
  background: rgba(57, 57, 57, 0.2);

  /* MOG/Effect/Glass */
  box-shadow: 0 4px 4px 2px rgba(255, 255, 255, 0.1);
}
.success-case-btn-wrap .btn-lg-gold {
  border-radius: 15.677px;
  background: var(--Foundation-Yellow-Normal, #ffc342);
  box-shadow: 0 1px 1px 1px rgba(255, 195, 66, 0.4);
  font-size: 20px;
  padding: 0.85rem 8rem;
}
.success-case-btn-wrap .btn-lg-gold:hover {
  background-color: #8a38f5;
}
/* .swiper-slide h5 {
  color: #fff;
  font-weight: 600;
} */

.success-case-section .swiper-pagination-bullet {
  background: var(--text-color);
}

.success-case-section .swiper-pagination-bullet-active {
  background: var(--primary-color);
}
/* footer */
footer .current-menu-item::after {
  display: none !important;
}
@media (min-width: 768px) {
  .tab-pane .col-md-6 {
    margin-bottom: 0;
  }
  .tab-pane .col-md-6 {
    margin-bottom: 0;
  }
  .package-section {
    padding: 4rem;
    padding-left: 3rem;
  }
}
/* Large devices (xl >=, normal laptop)*/
@media (max-width: 1367.98px) {
  #menu-main-menu .menu-item {
    padding: 0 11px;
  }
  #menu-main-menu-mm .menu-item {
    padding: 0 7px;
  }
}

/* Large devices (lg >=, desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .current-menu-item::after {
    display: none;
  }
  #menu-main-menu .menu-item,
  #menu-main-menu-mm .menu-item {
    padding: 10px 15px;
  }

  .lang-item {
    display: block;
  }
  .feature-padding {
    padding: 0;
  }
  #demo-hero {
    padding-top: 100px;
  }
  .demo-btn-wrap {
    padding: 30px 0 30px 0;
  }
  .stat-number {
    font-size: 2rem;
  }
  .stats-section {
    padding-bottom: 0px;
  }
  .package-section img {
    width: auto;
    height: auto;
  }
  .section-success-title {
    font-size: 38px;
  }
  .section-main-lg-title {
    font-size: 42px;
  }
  .agent-slider-content {
    padding-right: 0px;
  }
}

/* Medium devices (md >=, tablets, less than 991.98px) */
@media (max-width: 991.98px) {
  /* .navbar-expand-lg .navbar-toggler {
    display: block !important;
  } */

  .product-nav-tabs {
    padding-right: 0px;
  }
  .product-features-wrap {
    padding: 0;
  }
  .faq-section {
    padding: 50px 0;
  }
  .section-main-lg-title {
    font-size: 40px;
  }
  section {
    padding: 2.5rem 0;
  }
  #game-platform {
    padding-top: 0;
  }
  .hero-sub-title {
    font-size: 22px;
  }
  .text-purple {
    font-size: 22px;
  }
  .package-section .section-main-title {
    font-size: 30px;
  }
  .section-success-title {
    font-size: 30px;
  }
  .post-title-white {
    font-size: 20px;
  }
  .social-box .info-wrap .card-title {
    font-size: 18px;
  }
  .section-success-title {
    font-size: 26px;
  }
}

/* Small devices (sm >=, landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .section-padding {
    padding-top: 100px;
  }
  .section-main-title {
    font-size: 30px;
  }
  .section-main-lg-title {
    font-size: 35px;
  }
  .join-us-card .join-title {
    font-size: 3rem;
  }
  .join-us-card .join-second-title {
    font-size: 25px;
  }
  /* home */

  .social-main-box {
    padding-bottom: 150px;
  }
  #demo-hero {
    padding-top: 50px;
  }
  #demo-features {
    padding-top: 0;
  }
  .game-supplider-banner img {
    width: 145px;
    height: 145px;
  }
  #features .section-content {
    padding: 0;
  }
  .timeline-wrapper::after {
    left: 20px;
  }

  .timeline-item {
    width: 100%;
    padding-left: 60px;
    padding-right: 15px;
  }

  .timeline-left,
  .timeline-right {
    left: 0%;
  }

  .timeline-item::after {
    left: 12px;
  }
  .success-case-section .swiper-slide .row .col-md-6 {
    text-align: center;
  }

  .success-case-section .swiper-slide img {
    margin-top: 1.5rem;
  }
  .timeline-left .timeline-content,
  .timeline-left p {
    text-align: left;
  }
  .section-main-lg-title {
    margin-bottom: 8px;
  }
  .package-section {
    padding: 30px;
  }
  .package-section .section-main-title {
    font-size: 28px;
  }
  .package-tabs {
    gap: 0px;
  }

  /*footer*/

  .footer-mail-wrap,
  .footer-ph-wrap {
    display: flex;
    justify-content: center;
  }
  .footer-logo-wrap,
  .footer-logo-wrap .footer-text p,
  .footer-menu-wrap ul,
  .footer-menu-wrap label {
    text-align: center !important;
  }
  .footer-menu-wrap label {
    display: block !important;
  }
  .footer-social-wrap ul {
    align-items: center;
    justify-content: center;
  }
}

/*Extra small devices (sm >=, portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .section-main-lg-title {
    font-size: 32px;
  }
  .section-main-title {
    font-size: 25px;
  }
  .btn-xl-gold {
    padding: 13px 70px;
  }
  #suppliers .card {
    padding: 10px;
  }
  .section-padding {
    padding-top: 50px;
  }
  .hero-card {
    width: 98%;
  }
  .join-us-card {
    padding-left: 8px;
  }
  .btn-lg-gold {
    padding: 0.75rem 4rem;
  }
  section {
    padding: 2rem 0;
  }
  .footer-contact-link {
    font-size: 15px;
  }
  .hero-sub-title {
    font-size: 17px;
  }
  .hero-section {
    padding-bottom: 30px;
  }
  .post-title {
    font-size: 22px;
  }
  .post-title-white {
    font-size: 18px;
  }
  .success-case-btn-wrap .btn-lg-gold {
    padding: 0.75rem 5rem;
  }
  .success-case-section .post-md-title {
    padding-right: 0;
  }
  .success-case-section .swiper-slide {
    padding-top: 45px;
  }
  .social-main-box {
    padding-bottom: 40px;
  }
}

/* Extra small devices (sm >=, portrait phones, less than 414px) */
@media (max-width: 413.98px) {
  .btn-lg-gold {
    padding: 0.75rem 5em;
  }
  .section-main-title {
    font-size: 26px;
  }
  .hero-card {
    width: 97%;
  }
  .section-main-lg-title {
    font-size: 30px;
  }
  .post-title {
    font-size: 22px;
  }
  .product-nav-tabs .post-title {
    margin-bottom: 4px;
  }
  .text-purple {
    font-size: 18px;
  }
}

/* Extra small devices (sm >=, portrait phones, less than 375px) */
@media (max-width: 374.98px) {
}

/* Extra small devices (sm >=, portrait phones, less than 320px) */
@media (max-width: 319.98px) {
}
