
#hero-21 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  padding: 6rem 0;
  background-size: cover;
  background-position: center;
  text-align: center;
}
#hero-21 .hero-overlay-21 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-21 .container {
  position: relative;
  z-index: 2;
}
#hero-21 .hero-content-wrapper-21 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#hero-21 .hero-title-21 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
#hero-21 .hero-subtitle-21 {
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-21 .hero-cta-button-21 {
  display: inline-block;
  padding: 0.8rem 2.2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 50px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#hero-21 .hero-cta-button-21:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767.98px) {
  #hero-21 {
    min-height: 60vh;
    padding: 4rem 0;
  }
  #hero-21 .hero-title-21 {
    font-size: 2.5rem;
  }
  #hero-21 .hero-subtitle-21 {
    font-size: 1.1rem;
  }
}



#counter-1 {
  text-align: center;
  background: #f9f9f9;
  padding: 80px 0;
}
#counter-1 .counter-content {
  max-width: 800px;
  margin: 0 auto;
}
#counter-1 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #222;
}
#counter-1 p {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 40px;
}
#counter-1 .counter-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  margin-top: 40px;
}
#counter-1 .counter-item {
  text-align: center;
  width: 200px;
  padding: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}
#counter-1 .counter-item:hover {
  transform: translateY(-5px);
}
#counter-1 .counter-item i {
  font-size: 3rem;
  color: #007bff;
  margin-bottom: 10px;
}
#counter-1 .counter-number {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  display: block;
  margin-bottom: 10px;
}
#counter-1 .counter-title {
  font-size: 1.2rem;
  color: #666;
}



#our-services-1 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#our-services-1 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#our-services-1 .section-hero h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#our-services-1 .section-hero p {
  font-size: 1.1rem;
}
#our-services-1 .services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#our-services-1 .service-card {
  flex: 1 1 calc(25% - 20px);
  background: #fff;
  padding: 30px 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}
#our-services-1 .service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
#our-services-1 .service-card i {
  font-size: 2.5rem;
  color: #007bff;
  margin-bottom: 15px;
}
#our-services-1 .service-card h5 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
#our-services-1 .service-card p {
  font-size: 0.95rem;
  color: #555;
}
@media (max-width: 992px) {
  #our-services-1 .service-card {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  #our-services-1 .service-card {
    flex: 1 1 100%;
  }
}



#why-choose-us-20 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f9fa;
}
#why-choose-us-20 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#why-choose-us-20 .section-header h2 {
  font-weight: 700;
  color: #343a40;
}
#why-choose-us-20 .feature-card {
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 1.5rem;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 2.5rem;
}
#why-choose-us-20 .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.15);
}
#why-choose-us-20 .icon-shape {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--icon-shape-bg, #0d6efd);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  z-index: 2;
}
#why-choose-us-20 .icon-shape i {
  font-size: 1.75rem;
  color: #ffffff;
}
#why-choose-us-20 .card-body {
  text-align: center;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
}
#why-choose-us-20 .card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #495057;
}
#why-choose-us-20 .card-text {
  font-size: 0.95rem;
  color: #6c757d;
  line-height: 1.6;
}



/* === Section Base === */
.post-section {
  position: relative;
  padding: 60px 0;
  background: #f8f9fa;
}
.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: #555;
  margin-top: 8px;
}

/* === Timeline Line & Container === */
.timeline {
  position: relative;
  margin: 0 auto;
  padding: 1rem 0;
  width: 90%;
}
.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  background: var(--timeline-color);
  transform: translateX(-50%);
}

/* === Timeline Items === */
.timeline-item {
  position: relative;
  width: 50%;
  padding: 1rem 2rem;
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}
.timeline-item.visible {
  opacity: 1;
  transform: translateY(0);
}
.timeline-item:nth-child(odd) {
  left: 0;
  text-align: right;
}
.timeline-item:nth-child(even) {
  left: 50%;
  text-align: left;
}

/* === Marker Dot === */
.timeline-item::before {
  content: '';
  position: absolute;
  top: 1.5rem;
  width: 16px;
  height: 16px;
  background: var(--timeline-color);
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 0 0 2px var(--timeline-color);
}
.timeline-item:nth-child(odd)::before {
  right: -8px;
}
.timeline-item:nth-child(even)::before {
  left: -8px;
}

/* === Content === */
.timeline-item .date {
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 0.5rem;
}
.timeline-item h5 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.timeline-item p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 1rem;
}
.timeline-item .btn-readmore {
  font-size: 0.85rem;
  color: var(--timeline-color);
  text-decoration: none;
  border-bottom: 1px solid var(--timeline-color);
  transition: color 0.3s, border-color 0.3s;
}
.timeline-item .btn-readmore:hover {
  color: #000;
  border-color: #000;
}

/* === Responsive === */
@media (max-width: 767.98px) {
  .timeline::before {
    left: 8px;
  }
  .timeline-item {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 1rem;
    text-align: left !important;
  }
  .timeline-item::before {
    left: 0;
  }
}

/* === Pagination === */
.pagination-wrapper {
  text-align: center;
  margin-top: 40px;
}




#testimonials-2 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#testimonials-2 .section-header {
  text-align: center;
  margin-bottom: 40px;
}
#testimonials-2 .section-header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#testimonials-2 .section-header p {
  font-size: 1.1rem;
  color: #777;
}
#testimonials-2 .grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#testimonials-2 .testimonial-card {
  flex: 1 1 calc(50% - 20px);
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}
#testimonials-2 .testimonial-card img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
#testimonials-2 .testimonial-card p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 10px;
}
#testimonials-2 .testimonial-card .client-name {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 5px;
}
#testimonials-2 .testimonial-card .client-position {
  font-size: 0.9rem;
  color: #888;
}
@media (max-width: 576px) {
  #testimonials-2 .testimonial-card {
    flex: 1 1 100%;
  }
}



#cta-banner-4 {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#cta-banner-4 .split-background-container {
  position: absolute;
  inset: 0;
  display: flex;
  z-index: 1;
  flex-direction: row;
}
#cta-banner-4.split-horizontal .split-background-container {
  flex-direction: column;
}
#cta-banner-4 .split-part {
  flex: 1 1 50%;
  position: relative;
  background-size: cover;
  background-position: center center;
}
#cta-banner-4 .split-part.has-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
#cta-banner-4 .container {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 3rem 1.5rem;
}
#cta-banner-4 .cta-content {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#cta-banner-4 .cta-content.align-left {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}
#cta-banner-4 .cta-content.align-right {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}
#cta-banner-4.content-center-overlay .cta-content {
  max-width: 700px;
}
#cta-banner-4 .cta-title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
}
#cta-banner-4 .cta-subtitle {
  font-size: 1.15rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#cta-banner-4 .cta-button .btn {
  padding: 0.9rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #cta-banner-4 {
    min-height: unset;
  }
  #cta-banner-4 .split-background-container {
    flex-direction: column;
  }
  #cta-banner-4 .split-part {
    min-height: 200px;
  }
  #cta-banner-4 .container {
    padding: 3rem 1rem;
  }
  #cta-banner-4 .cta-content {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    max-width: 90%;
  }
  #cta-banner-4.content-part1 .container {
    padding-bottom: 1rem;
  }
  #cta-banner-4.content-part2 .container {
    padding-top: 1rem;
  }
  #cta-banner-4 .cta-title {
    font-size: 2rem;
  }
  #cta-banner-4 .cta-subtitle {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  #cta-banner-4 .cta-button .btn {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
}



#press-mentions-5 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #f8f9fa;
  overflow: hidden;
  position: relative;
}
#press-mentions-5 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#press-mentions-5 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#press-mentions-5 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#press-mentions-5 .pm5-swiper-container {
  overflow: hidden;
  position: relative;
}
#press-mentions-5 .swiper-slide .quote-slide-content {
  background-color: #ffffff;
  border: 1px solid #e0e5eb;
  border-radius: 0.5rem;
  padding: 2.5rem 2rem;
  height: 100%;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.06);
  text-align: left;
}
#press-mentions-5 .quote-slide-quote {
  font-style: italic;
  font-size: 1.1rem;
  color: #343a40;
  margin-bottom: 1.5rem;
  line-height: 1.7;
  flex-grow: 1;
  position: relative;
}
#press-mentions-5 .quote-slide-quote::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: -10px;
  top: -10px;
  font-size: 2rem;
  color: var(--bs-primary);
  opacity: 0.15;
}
#press-mentions-5 .quote-slide-source {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
}
#press-mentions-5 .quote-slide-source .source-logo img {
  height: 30px;
  width: auto;
  max-width: 100px;
  margin-right: 1rem;
  filter: contrast(0) brightness(1.5);
  opacity: 0.8;
}
#press-mentions-5 .quote-slide-source .source-name {
  font-weight: 600;
  font-size: 0.95rem;
  color: #495057;
}
#press-mentions-5 .quote-slide-source .article-link {
  font-size: 0.8rem;
  color: var(--bs-primary);
  text-decoration: none;
  display: block;
}
#press-mentions-5 .quote-slide-source .article-link:hover {
  text-decoration: underline;
}
#press-mentions-5 .quote-slide-source .article-link i {
  margin-left: 0.3rem;
  font-size: 0.8em;
}
#press-mentions-5 .swiper-slide .logo-slide-content {
  text-align: center;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
#press-mentions-5 .logo-slide-content a {
  display: inline-block;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
#press-mentions-5 .logo-slide-content a:hover {
  filter: grayscale(0%);
  opacity: 1;
}
#press-mentions-5 .logo-slide-content img {
  max-width: 100%;
  height: auto;
  max-height: 50px;
  vertical-align: middle;
}
#press-mentions-5 .swiper-pagination-pm5 {
  position: static;
  margin-top: 2rem;
}
#press-mentions-5 .swiper-pagination-pm5 .swiper-pagination-bullet {
  background-color: var(--bs-primary);
  opacity: 0.5;
  width: 10px;
  height: 10px;
}
#press-mentions-5 .swiper-pagination-pm5 .swiper-pagination-bullet-active {
  opacity: 1;
}
#press-mentions-5 .swiper-button-next-pm5,
#press-mentions-5 .swiper-button-prev-pm5 {
  color: var(--bs-primary);
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}
#press-mentions-5 .swiper-button-next-pm5:hover,
#press-mentions-5 .swiper-button-prev-pm5:hover {
  background-color: #ffffff;
}
#press-mentions-5 .swiper-button-next-pm5::after,
#press-mentions-5 .swiper-button-prev-pm5::after {
  font-size: 1rem;
  font-weight: 900;
}
#press-mentions-5 .swiper-button-prev-pm5 {
  left: 10px;
}
#press-mentions-5 .swiper-button-next-pm5 {
  right: 10px;
}
@media (max-width: 767.98px) {
  #press-mentions-5 {
    padding-bottom: 5rem;
  }
  #press-mentions-5 .swiper-button-next-pm5,
  #press-mentions-5 .swiper-button-prev-pm5 {
    display: none;
  }
  #press-mentions-5 .quote-slide-content {
    padding: 1.5rem;
    min-height: 240px;
  }
  #press-mentions-5 .quote-slide-quote {
    font-size: 1rem;
  }
}



#game-section-9 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#game-section-9 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#game-section-9 .split-container {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
#game-section-9 .left-column,
#game-section-9 .right-column {
  flex: 1;
}
#game-section-9 .left-column p {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
#game-section-9 .review-item {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
#game-section-9 .review-item p {
  font-size: 1rem;
  font-style: italic;
  color: #555;
}
#game-section-9 .review-item .author {
  font-size: 0.95rem;
  color: #777;
  margin-top: 10px;
  text-align: right;
}
@media (max-width: 768px) {
  #game-section-9 .split-container {
    flex-direction: column;
  }
}


