
#hero-6 {
  padding: 80px 20px;
  background-color: #fff;
  text-align: center;
}
#hero-6 .hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}
#hero-6 .hero-subtitle {
  font-size: 20px;
  color: #666;
  margin-bottom: 40px;
}
.card-item {
  background: #f8f9fa;
  padding: 30px;
  margin: 15px;
  border-radius: 8px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.card-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.card-icon {
  font-size: 48px;
  color: #2575fc;
  margin-bottom: 15px;
}
.card-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.card-description {
  font-size: 16px;
  color: #555;
}



#press-mentions-12 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  overflow: hidden;
}
#press-mentions-12 .section-title {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #6c757d;
  margin-bottom: 2rem;
}
#press-mentions-12 .logo-row-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2.5rem 3.5rem;
}
#press-mentions-12 .logo-item {
  text-align: center;
  flex-shrink: 0;
}
#press-mentions-12 .logo-item a {
  display: inline-block;
  filter: grayscale(100%);
  opacity: 0.65;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
#press-mentions-12 .logo-item a:hover {
  filter: grayscale(0%);
  opacity: 1;
}
#press-mentions-12 .logo-item img {
  max-width: 100%;
  height: auto;
  max-height: 35px;
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  #press-mentions-12 .logo-row-wrapper {
    gap: 2rem 3rem;
  }
  #press-mentions-12 .logo-item img {
    max-height: 30px;
  }
}
@media (max-width: 767.98px) {
  #press-mentions-12 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  #press-mentions-12 .section-title {
    margin-bottom: 1.5rem;
  }
  #press-mentions-12 .logo-row-wrapper {
    gap: 1.5rem 2rem;
    justify-content: space-around;
  }
  #press-mentions-12 .logo-item img {
    max-height: 28px;
  }
}



#awards-5 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #f8f9fa;
  overflow: hidden;
  position: relative;
}
#awards-5 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#awards-5 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#awards-5 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#awards-5 .aw5-swiper-container {
  overflow: hidden;
  position: relative;
}
#awards-5 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 200px;
}
#awards-5 .award-slide-content {
  background-color: #ffffff;
  border: 1px solid #e0e5eb;
  border-radius: 0.5rem;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  width: 90%;
  margin: 0 auto;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#awards-5 .award-slide-visual {
  margin-bottom: 1rem;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#awards-5 .award-slide-visual img {
  max-height: 45px;
  max-width: 130px;
  width: auto;
}
#awards-5 .award-slide-visual i {
  font-size: 2.5rem;
  color: var(--bs-primary);
}
#awards-5 .award-slide-name {
  font-size: 1rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.25rem;
}
#awards-5 .award-slide-by {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 0.25rem;
}
#awards-5 .award-slide-year {
  font-size: 0.85rem;
  color: #6c757d;
}
#awards-5 .swiper-pagination-aw5 {
  position: static;
  margin-top: 2.5rem;
}
#awards-5 .swiper-pagination-aw5 .swiper-pagination-bullet {
  background-color: var(--bs-primary);
  opacity: 0.4;
}
#awards-5 .swiper-pagination-aw5 .swiper-pagination-bullet-active {
  opacity: 1;
}
#awards-5 .swiper-button-next-aw5,
#awards-5 .swiper-button-prev-aw5 {
  color: var(--bs-primary);
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
#awards-5 .swiper-button-next-aw5::after,
#awards-5 .swiper-button-prev-aw5::after {
  font-size: 1.1rem;
  font-weight: 900;
}
#awards-5 .swiper-button-prev-aw5 {
  left: 5px;
}
#awards-5 .swiper-button-next-aw5 {
  right: 5px;
}
@media (max-width: 767.98px) {
  #awards-5 {
    padding-bottom: 5rem;
  }
  #awards-5 .swiper-button-next-aw5,
  #awards-5 .swiper-button-prev-aw5 {
    width: 38px;
    height: 38px;
  }
  #awards-5 .swiper-button-next-aw5::after,
  #awards-5 .swiper-button-prev-aw5::after {
    font-size: 0.9rem;
  }
}
@media (max-width: 575.98px) {
  #awards-5 .swiper-slide {
    min-height: 180px;
  }
  #awards-5 .award-slide-content {
    padding: 1rem;
    width: 100%;
    min-height: 160px;
  }
  #awards-5 .award-slide-name {
    font-size: 0.9rem;
  }
}



#about-us-18 {
  padding: 60px 0;
  background-color: #222;
  color: #fff;
}
#about-us-18 .section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #ffc107;
  margin-bottom: 20px;
  text-align: center;
}
#about-us-18 .section-subtitle {
  font-size: 1.1rem;
  color: #ccc;
  text-align: center;
  margin-bottom: 30px;
}
#about-us-18 .company-description {
  font-size: 1rem;
  color: #ddd;
  line-height: 1.7;
  margin-bottom: 40px;
}
#about-us-18 .mission-vision-wrapper {
  margin-bottom: 40px;
}
#about-us-18 .mission-vision-item {
  padding: 20px;
  background-color: #333;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}
#about-us-18 .mission-vision-item h3 {
  font-size: 1.5rem;
  color: #ffc107;
  margin-bottom: 10px;
}
#about-us-18 .mission-vision-item p {
  font-size: 1rem;
  color: #ccc;
  line-height: 1.6;
}
#about-us-18 .core-values-wrapper {
  margin-bottom: 40px;
}
#about-us-18 .core-values-wrapper h3 {
  font-size: 1.5rem;
  color: #ffc107;
  text-align: center;
  margin-bottom: 20px;
}
#about-us-18 .core-value-item {
  text-align: center;
  padding: 20px;
  border: 1px solid #555;
  border-radius: 8px;
  margin-bottom: 20px;
}
#about-us-18 .core-value-item i {
  font-size: 2rem;
  color: #007bff;
  margin-bottom: 10px;
}
#about-us-18 .core-value-item p {
  font-size: 1rem;
  color: #ccc;
}
#about-us-18 .game-highlights-wrapper h3 {
  font-size: 1.5rem;
  color: #ffc107;
  text-align: center;
  margin-bottom: 30px;
}
#about-us-18 .game-highlight-card {
  padding: 20px;
  background-color: #333;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  text-align: center;
}
#about-us-18 .game-highlight-card i {
  font-size: 2.5rem;
  color: #007bff;
  margin-bottom: 15px;
}
#about-us-18 .game-highlight-card h4 {
  font-size: 1.2rem;
  color: #ffc107;
  margin-bottom: 10px;
}
#about-us-18 .game-highlight-card p {
  font-size: 0.9rem;
  color: #ddd;
}
#about-us-18 .responsible-gaming-wrapper {
  margin-top: 40px;
  padding: 30px;
  background-color: #444;
  border-radius: 8px;
  text-align: center;
}
#about-us-18 .responsible-gaming-wrapper h3 {
  font-size: 1.5rem;
  color: #ffc107;
  margin-bottom: 20px;
}
#about-us-18 .responsible-gaming-wrapper p {
  font-size: 1rem;
  color: #ccc;
}
@media (min-width: 768px) {
  #about-us-18 .mission-vision-wrapper {
    display: flex;
    gap: 30px;
  }
  #about-us-18 .mission-vision-item {
    flex: 1;
    margin-bottom: 0;
  }
  #about-us-18 .core-values-wrapper .row > div {
    margin-bottom: 0;
  }
  #about-us-18 .game-highlights-wrapper .row > div {
    margin-bottom: 0;
  }
}



#contact-12 {
  padding: 60px 0;
  background-color: #eef1f5;
  overflow: hidden;
}
#contact-12 .section-header {
  margin-bottom: 40px;
  text-align: center;
}
#contact-12 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #3a4d6e;
  margin-bottom: 10px;
}
#contact-12 .section-description {
  font-size: 1.1rem;
  color: #6c757d;
  max-width: 750px;
  margin: 0 auto;
}
#contact-12 .contact-form-main {
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}
#contact-12 .form-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 30px;
  color: #3a4d6e;
}
#contact-12 .form-label {
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 0.9rem;
  color: #495057;
}
#contact-12 .form-control {
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 10px 15px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
#contact-12 .form-control:focus {
  border-color: #6c8bc7;
  box-shadow: 0 0 0 0.25rem rgba(108, 139, 199, 0.25);
}
#contact-12 .btn-submit-contact {
  background-color: #5a7bb4;
  border: none;
  color: #fff;
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  cursor: pointer;
}
#contact-12 .btn-submit-contact:hover {
  background-color: #4a689a;
  transform: translateY(-2px);
}
#contact-12 .contact-sidebar {
  background-color: #f8f9fa;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #e9ecef;
  height: 100%;
}
#contact-12 .sidebar-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 25px;
  color: #3a4d6e;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
#contact-12 .sidebar-image {
  display: block;
  max-width: 80px;
  height: auto;
  margin: 0 auto 20px auto;
  opacity: 0.8;
}
#contact-12 .sidebar-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#contact-12 .sidebar-info-list li {
  display: flex;
  margin-bottom: 15px;
  font-size: 0.95rem;
  color: #555;
}
#contact-12 .sidebar-info-list li i {
  flex-shrink: 0;
  width: 25px;
  margin-right: 10px;
  color: #5a7bb4;
  font-size: 1.1rem;
  text-align: center;
  margin-top: 2px;
}
#contact-12 .sidebar-info-list li .info-label {
  font-weight: 500;
  margin-right: 5px;
}
#contact-12 .sidebar-info-list li .info-value {
  color: #6c757d;
}
#contact-12 .sidebar-info-list li .info-value a {
  color: #5a7bb4;
  text-decoration: none;
  transition: color 0.3s ease;
}
#contact-12 .sidebar-info-list li .info-value a:hover {
  color: #4a689a;
  text-decoration: underline;
}
#contact-12 .contact-alert {
  display: none;
  margin-top: 15px;
  padding: 10px 15px;
  border-radius: 4px;
}
#contact-12 .contact-alert.success {
  background-color: #d1e7dd;
  color: #0f5132;
  border: 1px solid #badbcc;
}
#contact-12 .contact-alert.error {
  background-color: #f8d7da;
  color: #842029;
  border: 1px solid #f5c2c7;
}
@media (max-width: 991.98px) {
  #contact-12 .contact-sidebar {
    margin-top: 30px;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  #contact-12 {
    padding: 40px 0;
  }
  #contact-12 .section-title {
    font-size: 2rem;
  }
  #contact-12 .contact-form-main {
    padding: 25px;
  }
  #contact-12 .contact-sidebar {
    padding: 20px;
  }
  #contact-12 .btn-submit-contact {
    width: 100%;
  }
}


