
#hero-9 {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 150px 20px;
  color: #fff;
  text-align: center;
}
#hero-9 .parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
#hero-9 .container {
  position: relative;
  z-index: 2;
}
#hero-9 .hero-title {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}
#hero-9 .hero-subtitle {
  font-size: 24px;
  margin-bottom: 30px;
}



#features-17 {
  padding: 60px 0;
  overflow: hidden;
  background-color: {{ $data['features-17']['bg_color'] ?? '#ffffff' }};
}
#features-17 .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #343a40;
}
#features-17 .section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--bs-primary, #0d6efd);
  bottom: 0;
  left: calc(50% - 25px);
}
#features-17 .section-title p {
  margin-bottom: 40px; 
  color: #6c757d;
}
#features-17 .feature-item {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  height: 100%; 
  display: flex;
  flex-direction: column; 
  text-align: center;
  border: 1px solid #eef0f2; 
}
#features-17 .feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
#features-17 .feature-icon {
  margin-bottom: 20px; 
  flex-shrink: 0; 
}
#features-17 .feature-icon i {
  font-size: 48px;
  line-height: 1;
  color: var(--bs-primary, #0d6efd);
  transition: color 0.3s ease-in-out;
}
#features-17 .feature-item:hover .feature-icon i {
  color: var(--bs-primary-darker, #0a58ca); 
}
#features-17 .feature-title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  color: #343a40;
  flex-grow: 0; 
}
#features-17 .feature-description {
  line-height: 1.6;
  color: #6c757d;
  font-size: 15px;
  flex-grow: 1; 
}
@media (max-width: 767.98px) {
  #features-17 .section-title h2 {
    font-size: 28px;
  }
   #features-17 .feature-item {
     padding: 20px;
   }
   #features-17 .feature-icon i {
     font-size: 40px;
   }
   #features-17 .feature-title {
      font-size: 17px;
   }
}



#about-us-20 {
  padding: 60px 0;
  background-color: #1a237e;
  color: #fff;
}
#about-us-20 .section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fdd835;
  margin-bottom: 20px;
  text-align: center;
}
#about-us-20 .section-subtitle {
  font-size: 1.1rem;
  color: #e0f2f7;
  text-align: center;
  margin-bottom: 40px;
}
#about-us-20 .our-values-wrapper h3 {
  font-size: 1.5rem;
  color: #fdd835;
  text-align: center;
  margin-bottom: 30px;
}
#about-us-20 .value-card {
  background-color: #283593;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  text-align: center;
}
#about-us-20 .value-card i {
  font-size: 2rem;
  color: #fdd835;
  margin-bottom: 10px;
}
#about-us-20 .value-card h4 {
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 5px;
}
#about-us-20 .value-card p {
  font-size: 0.9rem;
  color: #e0f2f7;
}
#about-us-20 .game-categories-wrapper h3 {
  font-size: 1.5rem;
  color: #fdd835;
  text-align: center;
  margin-bottom: 30px;
}
#about-us-20 .category-item {
  text-align: center;
  padding: 20px;
  background-color: #283593;
  border-radius: 8px;
  margin-bottom: 20px;
}
#about-us-20 .category-item i {
  font-size: 2rem;
  color: #fdd835;
  margin-bottom: 10px;
}
#about-us-20 .category-item p {
  font-size: 1rem;
  color: #e0f2f7;
}
#about-us-20 .call-to-action-wrapper {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
#about-us-20 .call-to-action-wrapper p {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 20px;
}
#about-us-20 .call-to-action-wrapper .btn {
  background-color: #fdd835;
  color: #1a237e;
  border: none;
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
}
#about-us-20 .responsible-gaming-note {
  text-align: center;
  font-size: 0.9rem;
  color: #e0f2f7;
  margin-top: 30px;
}
@media (min-width: 768px) {
  #about-us-20 .our-values-wrapper .row > div {
    margin-bottom: 0;
  }
  #about-us-20 .game-categories-wrapper .row > div {
    margin-bottom: 0;
  }
}



#why-choose-us-6 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 800px;
}
#why-choose-us-6 .header {
  text-align: center;
  margin-bottom: 40px;
}
#why-choose-us-6 .header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#why-choose-us-6 .header p {
  font-size: 1.1rem;
  color: #777;
}
#why-choose-us-6 .vertical-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#why-choose-us-6 .vertical-list li {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
#why-choose-us-6 .vertical-list li:last-child {
  border-bottom: none;
}
#why-choose-us-6 .vertical-list li i {
  font-size: 2rem;
  color: #007bff;
  margin-right: 15px;
}
#why-choose-us-6 .vertical-list li .reason-content h5 {
  margin: 0 0 5px;
  font-size: 1.2rem;
}
#why-choose-us-6 .vertical-list li .reason-content p {
  margin: 0;
  font-size: 1rem;
  color: #555;
}



#our-services-13 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fff;
}
#our-services-13 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#our-services-13 .section-header h2 {
  font-weight: 700;
  color: #343a40;
}
#our-services-13 .featured-service-row {
  margin-bottom: 4rem;
}
#our-services-13 .featured-service-row:last-child {
  margin-bottom: 1rem;
}
#our-services-13 .service-image-col img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#our-services-13 .service-text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#our-services-13 .service-text-col h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--bs-primary, #0d6efd);
}
#our-services-13 .service-text-col .description {
  font-size: 1rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
#our-services-13 .key-features-list {
  list-style: none;
  padding-left: 0;
}
#our-services-13 .key-features-list li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
  color: #6c757d;
}
#our-services-13 .key-features-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.1em;
  color: var(--bs-success, #198754);
  font-size: 0.9em;
}
@media (max-width: 767.98px) {
  #our-services-13 {
    padding-top: 3rem;
    padding-bottom: 1rem;
  }
  #our-services-13 .featured-service-row {
    margin-bottom: 3rem;
  }
  #our-services-13 .service-image-col {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  #our-services-13 .service-text-col {
    text-align: center;
  }
  #our-services-13 .service-text-col h3 {
    font-size: 1.6rem;
  }
  #our-services-13 .key-features-list {
    display: inline-block;
    text-align: left;
  }
}



#counter-9 {
  padding: 70px 0;
  background-color: var(--section-bg-color, #ffffff);
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
}
#counter-9 .container {
  max-width: 1140px;
}
#counter-9 .section-header {
  margin-bottom: 40px;
  text-align: center;
}
#counter-9 .section-header h2 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 10px;
}
#counter-9 .section-header p {
  color: #6c757d;
  font-size: 1.05rem;
}
#counter-9 .counter-row-minimal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
#counter-9 .counter-item-minimal {
  text-align: center;
  padding: 15px 20px;
  position: relative;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 180px;
}
#counter-9 .counter-item-minimal:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 50px;
  background-color: var(--divider-color, #dee2e6);
  opacity: 0.8;
}
#counter-9 .counter-value-wrapper {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 8px;
  color: #212529;
}
#counter-9 .counter-number {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}
#counter-9 .counter-suffix {
  font-size: 1.6rem;
  font-weight: 600;
  margin-left: 4px;
  line-height: 1;
  color: #495057;
}
#counter-9 .counter-title-minimal {
  font-size: 1rem;
  font-weight: 500;
  color: #6c757d;
}
@media (max-width: 991.98px) {
  #counter-9 .counter-number {
    font-size: 2.2rem;
  }
  #counter-9 .counter-suffix {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.98px) {
  #counter-9 {
    padding: 50px 0;
  }
  #counter-9 .counter-row-minimal {
    justify-content: center;
  }
  #counter-9 .counter-item-minimal {
    flex-basis: 50%;
    margin-bottom: 30px;
    padding: 15px;
  }
  #counter-9 .counter-item-minimal:nth-child(odd)::after {
    display: block;
  }
  #counter-9 .counter-item-minimal:nth-child(even)::after {
    display: none;
  }
  #counter-9 .counter-item-minimal:last-child::after {
    display: none;
  }
}
@media (max-width: 575.98px) {
  #counter-9 .counter-item-minimal {
    flex-basis: 100%;
    margin-bottom: 25px;
  }
  #counter-9 .counter-item-minimal::after {
    display: none;
  }
  #counter-9 .counter-item-minimal:last-child {
    margin-bottom: 0;
  }
}



#portfolio-13 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f0f2f5;
}
#portfolio-13 .section-title-container {
  margin-bottom: 50px;
}
#portfolio-13 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #1e2b3c;
}
#portfolio-13 .section-main-subtitle {
  font-size: 1.1rem;
  color: #525f7f;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#portfolio-13 .project-item-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#portfolio-13 .project-item-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
#portfolio-13 .project-thumbnail-container {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  background-color: #e9ecef;
  overflow: hidden;
}
#portfolio-13 .project-thumbnail-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
#portfolio-13 .project-item-card:hover .project-thumbnail-container img {
  transform: scale(1.05);
}
#portfolio-13 .thumbnail-overlay-general {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#portfolio-13 .project-item-card:hover .thumbnail-overlay-general {
  opacity: 1;
}
#portfolio-13 .thumbnail-overlay-general i {
  font-size: 2.5rem;
  color: rgba(255, 255, 255, 0.8);
}
#portfolio-13 .project-info-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
#portfolio-13 .project-card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 8px;
  line-height: 1.3;
}
#portfolio-13 .project-card-title a {
  color: inherit;
  text-decoration: none;
}
#portfolio-13 .project-card-title a:hover {
  color: #0d6efd;
}
#portfolio-13 .project-card-client {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 10px;
}
#portfolio-13 .project-card-client i {
  margin-right: 5px;
}
#portfolio-13 .project-card-description {
  font-size: 0.9rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 0;
  flex-grow: 1;
}



#testimonials-6 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#testimonials-6 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#testimonials-6 .card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#testimonials-6 .testimonial-card {
  flex: 1 1 calc(25% - 20px);
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#testimonials-6 .testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
#testimonials-6 .testimonial-card img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
#testimonials-6 .testimonial-card p {
  font-size: 1rem;
  font-style: italic;
  color: #333;
  margin-bottom: 10px;
}
#testimonials-6 .client-info {
  font-size: 0.95rem;
  color: #777;
}
@media (max-width: 992px) {
  #testimonials-6 .testimonial-card {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  #testimonials-6 .testimonial-card {
    flex: 1 1 100%;
  }
}



#awards-19 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#awards-19 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#awards-19 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#awards-19 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#awards-19 .scope-card {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
#awards-19 .scope-card:hover {
  box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
  border-color: var(--bs-primary);
}
#awards-19 .scope-icon {
  flex-shrink: 0;
  margin-right: 1.5rem;
}
#awards-19 .scope-icon i {
  font-size: 2.5rem;
  color: var(--bs-primary);
  margin-top: 5px;
}
#awards-19 .scope-content {
  flex-grow: 1;
}
#awards-19 .scope-area-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.5rem;
}
#awards-19 .scope-description {
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}
#awards-19 .scope-details {
  font-size: 0.9rem;
  font-weight: 500;
  color: #6c757d;
  margin-bottom: 0;
}
#awards-19 .scope-visual {
  margin-top: 1rem;
  text-align: left;
}
#awards-19 .scope-visual img {
  max-height: 40px;
  max-width: 120px;
  width: auto;
  opacity: 0.8;
}
@media (max-width: 991.98px) {
  #awards-19 .scope-card {
    padding: 1.5rem;
  }
  #awards-19 .scope-area-title {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  #awards-19 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #awards-19 .section-title {
    font-size: 2.1rem;
  }
  #awards-19 .scope-card {
    flex-direction: column;
    text-align: center;
  }
  #awards-19 .scope-icon {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  #awards-19 .scope-visual {
    text-align: center;
  }
}



#timeline-9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8f9fa;
  overflow: hidden;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
#timeline-9 .section-header {
  text-align: center;
  margin-bottom: 2.5rem;
}
#timeline-9 .section-title {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #6c757d;
}
#timeline-9 .timeline-horizontal-compact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem 2rem;
  position: relative;
}
#timeline-9 .timeline-horizontal-compact::before {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #dee2e6;
  left: 5%;
  right: 5%;
  top: 25px;
  z-index: 1;
}
#timeline-9 .milestone-item {
  text-align: center;
  padding: 0 0.5rem;
  position: relative;
  z-index: 2;
  background-color: #f8f9fa;
  padding-top: 30px;
  min-width: 100px;
}
#timeline-9 .milestone-item::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border: 3px solid var(--bs-primary);
  border-radius: 50%;
}
#timeline-9 .milestone-year {
  font-size: 1rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.5rem;
  display: block;
}
#timeline-9 .milestone-icon-label {
}
#timeline-9 .milestone-icon i {
  font-size: 1.3rem;
  color: var(--bs-primary);
  margin-bottom: 0.25rem;
}
#timeline-9 .milestone-label {
  font-size: 0.8rem;
  color: #6c757d;
  font-weight: 500;
  display: block;
}
@media (max-width: 767.98px) {
  #timeline-9 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  #timeline-9 .timeline-horizontal-compact::before {
    display: none;
  }
  #timeline-9 .milestone-item {
    padding-top: 0;
  }
  #timeline-9 .milestone-item::before {
    display: none;
  }
  #timeline-9 .timeline-horizontal-compact {
    gap: 1rem 1.5rem;
  }
}
@media (max-width: 575.98px) {
  #timeline-9 .milestone-item {
    min-width: 80px;
  }
  #timeline-9 .milestone-icon i {
    font-size: 1.1rem;
  }
  #timeline-9 .milestone-year {
    font-size: 0.9rem;
  }
}


