
#hero-23 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 5rem 0;
  text-align: center;
}
#hero-23 .container {
  position: relative;
  z-index: 2;
}
#hero-23 .hero-content-wrapper-23 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#hero-23 .hero-title-23 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}
#hero-23 .hero-subtitle-23 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 1.75rem;
  opacity: 0.95;
}
#hero-23 .hero-cta-button-23 {
  display: inline-block;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  transition: background-color 0.2s ease, color 0.2s ease, filter 0.2s ease;
}
#hero-23 .hero-cta-button-23:hover {
  filter: brightness(115%);
}
@media (max-width: 767.98px) {
  #hero-23 {
    min-height: 50vh;
    padding: 4rem 0;
  }
  #hero-23 .hero-title-23 {
    font-size: 2.4rem;
  }
  #hero-23 .hero-subtitle-23 {
    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-12 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff;
}
#our-services-12 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#our-services-12 .section-header h2 {
  font-weight: 700;
  color: #343a40;
}
#our-services-12 .list-group {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#our-services-12 .list-group-item {
  padding: 1.25rem 1.5rem;
  border-color: #e9ecef;
  transition: background-color 0.15s ease-in-out;
}
#our-services-12 .list-group-item-action:hover,
#our-services-12 .list-group-item-action:focus {
  background-color: #f8f9fa;
  color: #495057;
  z-index: 1;
}
#our-services-12 .service-item-content {
  flex-grow: 1;
  margin-right: 1rem;
}
#our-services-12 .service-icon {
  font-size: 1.5rem;
  color: var(--bs-primary, #0d6efd);
  margin-right: 1rem;
  min-width: 1.5em;
}
#our-services-12 .service-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #495057;
  margin-bottom: 0.25rem;
}
#our-services-12 .service-description {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 0;
  line-height: 1.5;
}
#our-services-12 .service-badge .badge {
  font-size: 0.75rem;
  padding: 0.4em 0.6em;
  align-self: center;
}
@media (max-width: 575.98px) {
  #our-services-12 .list-group-item {
    padding: 1rem 1.25rem;
  }
  #our-services-12 .service-icon {
    font-size: 1.25rem;
    margin-right: 0.75rem;
  }
  #our-services-12 .service-title {
    font-size: 1rem;
  }
  #our-services-12 .service-badge {
  }
}



#why-choose-us-19 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff;
}
#why-choose-us-19 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#why-choose-us-19 .section-header h2 {
  font-weight: 700;
  color: #343a40;
}
.timeline-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.timeline-container::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #e9ecef;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1.5px;
  z-index: 1;
}
.timeline-item {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  z-index: 2;
}
.timeline-item::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: -10px;
  background-color: #fff;
  border: 4px solid var(--bs-primary, #0d6efd);
  top: 20px;
  border-radius: 50%;
  z-index: 3;
}
.timeline-item.left {
  left: 0;
  padding-right: 30px;
  text-align: right;
}
.timeline-item.right {
  left: 50%;
  padding-left: 30px;
  text-align: left;
}
.timeline-item.right::after {
  left: -10px;
}
.timeline-content {
  padding: 15px 20px;
  background-color: #f8f9fa;
  position: relative;
  border-radius: 6px;
  border: 1px solid #e9ecef;
}
.timeline-item.left .timeline-content {
}
.timeline-item.right .timeline-content {
}
.timeline-icon i {
  font-size: 1.2rem;
  color: var(--bs-primary, #0d6efd);
  margin-bottom: 0.5rem;
  display: inline-block;
}
.timeline-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #495057;
}
.timeline-description {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  .timeline-container::after {
    left: 15px;
    margin-left: 0;
  }
  .timeline-item {
    width: 100%;
    padding-left: 50px;
    padding-right: 15px;
    text-align: left;
  }
  .timeline-item.left,
  .timeline-item.right {
    left: 0%;
  }
  .timeline-item.left::after,
  .timeline-item.right::after {
    left: 5px;
  }
}



/* === Section Base === */
.post-section {
  padding: 60px 0;
  background: #f7f7f7;
}
.post-section .section-header {
  text-align: center;
  margin-bottom: 40px;
}
.post-section .section-header h2 {
  font-size: 2rem;
  font-weight: 700;
}
.post-section .section-header p {
  color: #666;
  margin-top: 8px;
}

/* === Grid === */
.post-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 576px) {
  .post-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 992px) {
  .post-grid { grid-template-columns: repeat(4, 1fr); }
}

/* === Flip Card === */
.flip-card {
  perspective: 1000px;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Front & Back Faces */
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.flip-card-front {
  background: #fff;
}
.flip-card-front img {
  width: 100%;
  display: block;
}
.flip-card-front .card-title {
  padding: 0.75rem;
  font-size: 1.1rem;
  font-weight: 600;
}
.flip-card-back {
  background: #fff;
  color: #333;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
}
.flip-card-back .excerpt {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 1rem;
  flex-grow: 1;
}
.flip-card-back .meta {
  font-size: 0.8rem;
  color: #888;
  margin-bottom: 0.5rem;
}
.flip-card-back .btn-readmore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  background: #007bff;
  color: #fff;
  border-radius: 0.25rem;
  text-decoration: none;
  transition: background 0.3s;
}
.flip-card-back .btn-readmore i {
  margin-left: 0.5rem;
}
.flip-card-back .btn-readmore:hover {
  background: #0056b3;
}

/* === Pagination === */
.pagination-wrapper {
  text-align: center;
  margin-top: 40px;
}




#testimonials-10 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 900px;
}
#testimonials-10 .nav-tabs .nav-link {
  font-size: 1rem;
  padding: 10px 15px;
}
#testimonials-10 .tab-content {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
#testimonials-10 .testimonial-tab {
  text-align: center;
}
#testimonials-10 .testimonial-tab img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
#testimonials-10 .testimonial-tab p {
  font-size: 1rem;
  font-style: italic;
  color: #333;
  margin-bottom: 10px;
}
#testimonials-10 .client-info {
  font-size: 0.95rem;
  color: #777;
}



#cta-banner-20 {
  padding: 4.5rem 1rem;
  text-align: center;
  overflow: hidden;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #ffffff;
  color: #212529;
}
#cta-banner-20 .container {
  max-width: 800px;
}
#cta-banner-20 .cta-title {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
#cta-banner-20 .cta-text p {
  font-size: 1.05rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
#cta-banner-20 .cta-text p:last-child {
  margin-bottom: 2.5rem;
}
#cta-banner-20 .cta-button .btn {
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 500;
}
#cta-banner-20 .cta-button .btn i {
  margin-right: 0.5rem;
}
@media (max-width: 767.98px) {
  #cta-banner-20 {
    padding: 3.5rem 1rem;
  }
  #cta-banner-20 .cta-title {
    font-size: 2rem;
  }
  #cta-banner-20 .cta-text p {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
  #cta-banner-20 .cta-text p:last-child {
    margin-bottom: 2rem;
  }
}



#press-mentions-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#press-mentions-2 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#press-mentions-2 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #212529;
}
#press-mentions-2 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#press-mentions-2 .quote-card {
  background-color: #ffffff;
  border: 1px solid #e0e5eb;
  border-radius: 0.5rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}
#press-mentions-2 .quote-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#press-mentions-2 .quote-content {
  font-size: 1.1rem;
  font-style: italic;
  color: #343a40;
  margin-bottom: 1.5rem;
  line-height: 1.7;
  flex-grow: 1;
  padding-left: 1rem;
  border-left: 3px solid var(--bs-primary);
}
#press-mentions-2 .quote-source {
  margin-top: auto;
  padding-top: 1.5rem;
  border-top: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
}
#press-mentions-2 .source-logo img {
  height: 35px;
  width: auto;
  max-width: 120px;
  margin-right: 1rem;
  /* filter: contrast(0) brightness(1.5); */
  opacity: 0.8;
}
#press-mentions-2 .source-logo .placeholder-icon {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #e9ecef;
  border-radius: 4px;
  margin-right: 1rem;
  display: inline-block;
}
#press-mentions-2 .source-logo .placeholder-icon i {
  color: #adb5bd;
  font-size: 1rem;
}
#press-mentions-2 .source-info {
  flex-grow: 1;
}
#press-mentions-2 .source-name {
  font-weight: 600;
  margin-bottom: 0.1rem;
  color: #495057;
  font-size: 1rem;
}
#press-mentions-2 .article-link {
  font-size: 0.85rem;
  color: var(--bs-primary);
  text-decoration: none;
  display: block;
}
#press-mentions-2 .article-link:hover {
  text-decoration: underline;
}
#press-mentions-2 .article-link i {
  margin-left: 0.3rem;
  font-size: 0.8em;
}
#press-mentions-2 .article-date {
  font-size: 0.8rem;
  color: #6c757d;
  margin-top: 0.2rem;
  display: block;
}
@media (max-width: 767.98px) {
  #press-mentions-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #press-mentions-2 .section-title {
    font-size: 2.1rem;
  }
  #press-mentions-2 .quote-card {
    padding: 1.5rem;
  }
  #press-mentions-2 .quote-content {
    font-size: 1rem;
  }
}



#game-section-1 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
#game-section-1 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#game-section-1 .section-hero h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#game-section-1 .section-hero p {
  font-size: 1.1rem;
}
#game-section-1 .game-description {
  background: #fff;
  padding: 30px 40px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  white-space: pre-wrap;
}


