
#hero-13 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
  padding: 6rem 0;
  text-align: center;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  --hero-overlay-color: transparent;
}
#hero-13::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--hero-overlay-color);
  z-index: 1;
  pointer-events: none;
}
#hero-13 .container {
  position: relative;
  z-index: 2;
}
#hero-13 .hero-content-wrapper-13 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
#hero-13 .hero-title-13 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-13 .hero-subtitle-13 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
  opacity: 0.9;
}
#hero-13 .cta-button-wrapper-13 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
#hero-13 .hero-cta-button-13 {
  display: inline-block;
  padding: 0.75rem 1.8rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}
#hero-13 .hero-cta-button-13.cta-style-secondary {
  border-color: #ffffff;
}
#hero-13 .hero-cta-button-13:hover {
  transform: translateY(-2px);
  filter: brightness(110%);
}
@media (max-width: 767.98px) {
  #hero-13 {
    min-height: 55vh;
    padding: 4rem 0;
  }
  #hero-13 .hero-title-13 {
    font-size: 2.3rem;
  }
  #hero-13 .hero-subtitle-13 {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
  #hero-13 .cta-button-wrapper-13 {
    gap: 0.8rem;
  }
}



#counter-11 {
  overflow: hidden;
}
#counter-11 .row {
  min-height: 500px;
}
#counter-11 .image-side {
  padding: 0;
  background-size: cover;
  background-position: center center;
  min-height: 400px;
}
#counter-11 .counter-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 50px;
  background-color: var(--counter-bg-color, #f8f9fa);
}
#counter-11 .counter-side-header h2 {
  font-size: 2.3rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 15px;
}
#counter-11 .counter-side-header p {
  font-size: 1.05rem;
  color: #6c757d;
  margin-bottom: 40px;
  line-height: 1.7;
}
#counter-11 .counters-grid {
}
#counter-11 .counter-item-split {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  text-align: left;
}
#counter-11 .counter-item-split .icon {
  font-size: 2rem;
  color: #0d6efd;
  margin-right: 15px;
  margin-top: 5px;
  flex-shrink: 0;
  width: 35px;
  text-align: center;
}
#counter-11 .counter-item-split .counter-text {
}
#counter-11 .counter-item-split .counter-value-wrapper {
  display: flex;
  align-items: baseline;
  margin-bottom: 5px;
  color: #343a40;
}
#counter-11 .counter-item-split .counter-number {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}
#counter-11 .counter-item-split .counter-suffix {
  font-size: 1.5rem;
  font-weight: 500;
  margin-left: 5px;
  line-height: 1;
  color: #495057;
}
#counter-11 .counter-item-split .counter-title-split {
  font-size: 1rem;
  font-weight: 500;
  color: #6c757d;
}
@media (max-width: 767.98px) {
  #counter-11 .row {
    min-height: auto;
  }
  #counter-11 .counter-side {
    padding: 40px 25px;
  }
  #counter-11 .counter-side-header h2 {
    font-size: 1.8rem;
  }
  #counter-11 .counter-item-split .counter-number {
    font-size: 2rem;
  }
  #counter-11 .counter-item-split .counter-suffix {
    font-size: 1.2rem;
  }
}



#our-services-19 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f9fa;
}
#our-services-19 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#our-services-19 .section-header h2 {
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.5rem;
}
#our-services-19 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
}
#our-services-19 .process-flow-row {
  position: relative;
}
#our-services-19 .step-item {
  text-align: center;
  padding: 1rem;
  position: relative;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  #our-services-19 .step-item:not(:last-child)::after {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 25%;
    right: -20px;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: #adb5bd;
    z-index: 1;
  }
  #our-services-19 .step-item {
    margin-bottom: 0;
  }
}
#our-services-19 .step-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--bs-primary, #0d6efd);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  box-shadow: 0 4px 8px rgba(13, 110, 253, 0.3);
  transition: transform 0.3s ease;
}
#our-services-19 .step-item:hover .step-icon {
  transform: scale(1.1);
}
#our-services-19 .step-icon i {
  font-size: 1.75rem;
}
#our-services-19 .step-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #495057;
}
#our-services-19 .step-description {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  #our-services-19 .step-item:not(:last-child)::after {
    display: none;
  }
  /* #our-services-19 .process-flow-row::before {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #e9ecef;
    top: 35px; // Start below first icon
    bottom: 35px; // End above last icon base
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
   }
    #our-services-19 .step-item { z-index: 1; background-color: #f8f9fa; } // Ensure item is above line */
}



#why-choose-us-22 {
  padding-top: 70px;
  padding-bottom: 40px;
  background-color: #f8f9fa;
}
#why-choose-us-22 .section-title-container {
  margin-bottom: 50px;
}
#why-choose-us-22 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #343a40;
}
#why-choose-us-22 .section-main-subtitle {
  font-size: 1.1rem;
  color: #555e68;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}
#why-choose-us-22 .advantage-row {
  margin-bottom: 50px;
  align-items: center;
  background-color: #ffffff;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
}
#why-choose-us-22 .advantage-row:last-child {
  margin-bottom: 0;
}
#why-choose-us-22 .advantage-image-wrapper {
  text-align: center;
}
#why-choose-us-22 .advantage-image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
#why-choose-us-22 .advantage-content {
  padding-left: 30px;
  padding-right: 15px;
}
#why-choose-us-22 .advantage-row.image-on-right .advantage-content {
  padding-left: 15px;
  padding-right: 30px;
}
#why-choose-us-22 .advantage-icon {
  font-size: 2.2rem;
  color: #0d6efd;
  margin-bottom: 15px;
  display: inline-block;
}
#why-choose-us-22 .advantage-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
  line-height: 1.3;
}
#why-choose-us-22 .advantage-description {
  font-size: 1rem;
  color: #495057;
  line-height: 1.8;
}
@media (max-width: 991.98px) {
  #why-choose-us-22 .advantage-image-wrapper {
    margin-bottom: 25px;
    order: 1;
  }
  #why-choose-us-22 .advantage-content {
    padding-left: 15px;
    padding-right: 15px;
    order: 2;
    text-align: center;
  }
  #why-choose-us-22 .advantage-row.image-on-right .advantage-content,
  #why-choose-us-22 .advantage-row.image-on-right .advantage-image-wrapper {
    order: initial;
  }
  #why-choose-us-22 .advantage-row.image-on-right .advantage-image-wrapper {
    order: 1;
  }
  #why-choose-us-22 .advantage-row.image-on-right .advantage-content {
    order: 2;
  }
  #why-choose-us-22 .advantage-title {
    font-size: 1.6rem;
  }
}



/* === Section Base === */
.post-section {
  padding: 60px 0;
  background: #fff;
}
.post-section .section-header {
  text-align: center;
  margin-bottom: 50px;
}
.post-section .section-header h2 {
  font-size: 2rem;
  font-weight: 700;
}
.post-section .section-header p {
  color: #666;
  margin-top: 8px;
}

/* === Zigzag Rows === */
.zigzag-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.zigzag-row.visible {
  opacity: 1;
  transform: translateY(0);
}
.zigzag-row .zigzag-image,
.zigzag-row .zigzag-content {
  flex: 1 1 50%;
  padding: 15px;
}
.zigzag-row:nth-child(even) {
  flex-direction: row-reverse;
}

/* Image styling */
.zigzag-image img {
  width: 100%;
  border-radius: 0.5rem;
  display: block;
}

/* Content styling */
.zigzag-content h5 {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}
.zigzag-content .meta {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 1rem;
}
.zigzag-content .meta i {
  margin-right: 6px;
}
.zigzag-content p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 1.25rem;
}
.zigzag-content .btn-readmore {
  font-size: 0.9rem;
}

/* === Responsive === */
@media (max-width: 767.98px) {
  .zigzag-row {
    flex-direction: column !important;
  }
  .zigzag-image,
  .zigzag-content {
    flex: 1 1 100%;
  }
}

/* === Pagination === */
.pagination-wrapper {
  text-align: center;
  margin-top: 40px;
}




#testimonials-13 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #f8f9fa);
  overflow: hidden;
}
#testimonials-13 .container {
  max-width: 800px;
}
#testimonials-13 .testimonial-card-featured {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px 50px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
}
#testimonials-13 .testimonial-card-featured::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 6rem;
  color: #e9ecef;
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 1;
  line-height: 1;
  opacity: 0.8;
}
#testimonials-13 .testimonial-content {
  position: relative;
  z-index: 2;
}
#testimonials-13 .client-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 20px auto;
  border: 4px solid #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
#testimonials-13 .testimonial-quote {
  font-size: 1.25rem;
  font-weight: 400;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 25px;
  font-style: italic;
}
#testimonials-13 .client-info .client-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #343a40;
  display: block;
  margin-bottom: 3px;
}
#testimonials-13 .client-info .client-position {
  font-size: 0.95rem;
  color: #6c757d;
  display: block;
}
#testimonials-13 .rating {
  margin-top: 15px;
  color: #ffc107;
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  #testimonials-13 {
    padding: 50px 0;
  }
  #testimonials-13 .testimonial-card-featured {
    padding: 30px 25px;
  }
  #testimonials-13 .testimonial-card-featured::before {
    font-size: 4.5rem;
    top: 15px;
    left: 15px;
  }
  #testimonials-13 .client-image img {
    width: 80px;
    height: 80px;
  }
  #testimonials-13 .testimonial-quote {
    font-size: 1.1rem;
  }
}



#cta-banner-7 {
  padding: 5rem 1rem;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #f8f9fa;
  color: #212529;
}
#cta-banner-7 .container {
  max-width: 800px;
}
#cta-banner-7 .cta-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
}
#cta-banner-7 .cta-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
  margin-bottom: 2.5rem;
}
#cta-banner-7 .cta-actions {
}
#cta-banner-7 .primary-button .btn {
  padding: 0.9rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 500;
}
#cta-banner-7 .primary-button .btn i {
  margin-right: 0.5rem;
}
#cta-banner-7 .secondary-action {
  margin-top: 1.25rem;
}
#cta-banner-7 .secondary-action a {
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
}
#cta-banner-7 .secondary-action a.text-link-secondary {
  color: var(--bs-secondary);
}
#cta-banner-7 .secondary-action a.text-link-secondary:hover {
  text-decoration: underline;
  color: #5a6268;
}
#cta-banner-7 .secondary-action a.text-muted {
  color: #6c757d !important;
}
#cta-banner-7 .secondary-action a.text-muted:hover {
  color: #5a6268 !important;
  text-decoration: underline;
}
#cta-banner-7 .secondary-action .btn {
  font-size: 0.95rem;
  padding: 0.6rem 1.5rem;
}
@media (max-width: 767.98px) {
  #cta-banner-7 {
    padding: 4rem 1rem;
  }
  #cta-banner-7 .cta-title {
    font-size: 2rem;
  }
  #cta-banner-7 .cta-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  #cta-banner-7 .primary-button .btn {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
}



#press-mentions-6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#press-mentions-6 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#press-mentions-6 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#press-mentions-6 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#press-mentions-6 .award-card {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  background-color: #ffffff;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#press-mentions-6 .award-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1.5rem rgba(var(--bs-primary-rgb), 0.1);
  border-color: rgba(var(--bs-primary-rgb), 0.5);
}
#press-mentions-6 .award-icon i {
  font-size: 3rem;
  color: var(--bs-primary);
  margin-bottom: 1.5rem;
}
#press-mentions-6 .award-name {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #343a40;
}
#press-mentions-6 .awarded-by {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
}
#press-mentions-6 .awarded-by-logo img {
  height: 25px;
  width: auto;
  max-width: 80px;
  margin-right: 0.75rem;
  filter: grayscale(100%);
  opacity: 0.7;
}
#press-mentions-6 .award-description {
  font-size: 0.95rem;
  color: #495057;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  flex-grow: 1;
}
#press-mentions-6 .award-link {
  margin-top: auto;
}
#press-mentions-6 .award-link a {
  font-size: 0.9rem;
  color: var(--bs-primary);
  text-decoration: none;
  font-weight: 500;
}
#press-mentions-6 .award-link a:hover {
  text-decoration: underline;
}
#press-mentions-6 .award-link i {
  margin-left: 0.3rem;
}
@media (max-width: 767.98px) {
  #press-mentions-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #press-mentions-6 .section-title {
    font-size: 2.1rem;
  }
  #press-mentions-6 .award-card {
    padding: 1.5rem;
  }
  #press-mentions-6 .award-name {
    font-size: 1.2rem;
  }
}



#game-section-3 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#game-section-3 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
#game-section-3 .carousel-item {
  text-align: center;
  padding: 20px;
}
#game-section-3 .carousel-item img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}
#game-section-3 .carousel-item p {
  font-size: 1rem;
  color: #555;
}


