
#hero-5 {
  background: linear-gradient(135deg, #6a11cb, #2575fc);
  padding: 150px 20px;
  color: #fff;
  text-align: center;
}
#hero-5 .hero-title {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
}
#hero-5 .hero-subtitle {
  font-size: 22px;
  margin-bottom: 30px;
}
.btn.btn-light {
  padding: 14px 40px;
  font-size: 18px;
  background-color: #fff;
  color: #2575fc;
  text-decoration: none;
  border-radius: 4px;
}



#counter-15 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #f8f9fa);
}
#counter-15 .container {
  max-width: 960px;
}
#counter-15 .section-header {
  margin-bottom: 60px;
  text-align: center;
}
#counter-15 .section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 15px;
}
#counter-15 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}
#counter-15 .bar-chart-row {
  align-items: flex-end;
}
#counter-15 .counter-item-bar-chart {
  text-align: center;
  padding: 0 15px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#counter-15 .bar-value {
  font-size: 1.4rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 10px;
  min-height: 1.4em;
}
#counter-15 .bar-value .counter-number {
}
#counter-15 .bar-value .counter-suffix {
  font-size: 1rem;
  font-weight: 400;
  margin-left: 3px;
  color: #6c757d;
}
#counter-15 .bar-wrapper {
  position: relative;
  height: var(--bar-chart-height, 250px);
  width: 60px;
  background-color: #e9ecef;
  margin: 0 auto;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
#counter-15 .bar-animated {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--bar-color, #0d6efd);
  height: 0%;
  transition: height 1.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  border-radius: 5px 5px 0 0;
}
#counter-15 .bar-title {
  margin-top: 15px;
  font-size: 1rem;
  font-weight: 500;
  color: #495057;
}
@media (max-width: 991.98px) {
  #counter-15 .bar-wrapper {
    width: 50px;
  }
  #counter-15 .bar-value {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  #counter-15 {
    padding: 50px 0;
  }
  #counter-15 .section-header h2 {
    font-size: 2rem;
  }
  #counter-15 .bar-wrapper {
    width: 45px;
  }
  #counter-15 .col-sm-6 {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  #counter-15 .col-sm-6 {
  }
  #counter-15 .bar-wrapper {
    width: 50px;
  }
}



#our-services-2 {
  padding: 60px 15px;
  max-width: 800px;
  margin: 0 auto;
}
#our-services-2 .header {
  text-align: center;
  margin-bottom: 40px;
}
#our-services-2 .header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#our-services-2 .header p {
  font-size: 1.1rem;
  color: #777;
}
#our-services-2 .service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#our-services-2 .service-list li {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
#our-services-2 .service-list li:last-child {
  border-bottom: none;
}
#our-services-2 .service-list li i {
  font-size: 2rem;
  color: #28a745;
  margin-right: 15px;
}
#our-services-2 .service-list li .service-content h5 {
  margin: 0 0 5px;
  font-size: 1.2rem;
}
#our-services-2 .service-list li .service-content p {
  margin: 0;
  font-size: 1rem;
  color: #555;
}



#why-choose-us-8 {
  position: relative;
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
#why-choose-us-8 .section-hero {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 100px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#why-choose-us-8 .feature-box {
  background: rgba(255, 255, 255, 0.95);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}
#why-choose-us-8 .feature-box .reason-item {
  margin-bottom: 20px;
}
#why-choose-us-8 .feature-box .reason-item i {
  font-size: 2rem;
  color: #dc3545;
  margin-bottom: 10px;
}
#why-choose-us-8 .feature-box .reason-item h5 {
  margin: 0 0 5px;
  font-size: 1.2rem;
}
#why-choose-us-8 .feature-box .reason-item p {
  margin: 0;
  font-size: 1rem;
  color: #555;
}



/* === Masonry Grid === */
.post-section .post-grid {
  column-count: 1;
  column-gap: 1rem;
}
@media (min-width: 576px) {
  .post-section .post-grid { column-count: 2; }
}
@media (min-width: 992px) {
  .post-section .post-grid { column-count: 3; }
}
.post-section .post-card {
  break-inside: avoid;
  margin-bottom: 1rem;
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s;
}
.post-section .post-card:hover {
  transform: translateY(-5px);
}
.post-section .post-card img {
  width: 100%;
  display: block;
}
.post-section .post-card .card-body {
  padding: 1rem;
}
.post-section .post-card .card-body h5 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.post-section .post-card .card-body p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 1rem;
}

/* === Fancy Button === */
.btn-fancy {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, var(--btn-grad-start), var(--btn-grad-end));
  border: none;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background 0.3s, transform 0.3s;
}
.btn-fancy i {
  margin-left: 0.5rem;
  transition: transform 0.3s;
}
.btn-fancy:hover {
  transform: translateY(-2px);
}
.btn-fancy:hover i {
  transform: translateX(4px);
}

/* === Section Header & Pagination === */
.post-section {
  padding: 60px 0;
  background: #f9f9f9;
}
.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;
}
.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-16 {
  padding: 6rem 1rem;
  position: relative;
  background-size: cover;
  background-position: center center;
  text-align: center;
  overflow: hidden;
  border-radius: 0.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #212529;
}
#cta-banner-16::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background-color: rgba(20, 30, 40, 0.7);
}
#cta-banner-16 .container {
  position: relative;
  z-index: 2;
  max-width: 800px;
}
#cta-banner-16 .cta-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
#cta-banner-16 .cta-subtitle {
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
  opacity: 0.9;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#cta-banner-16 .cta-button .btn {
  padding: 0.9rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 500;
}
#cta-banner-16 .cta-button .btn i {
  margin-right: 0.5rem;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(var(--bs-warning-rgb), 0.5);
  }
  70% {
    transform: scale(1.03);
    box-shadow: 0 0 0 10px rgba(var(--bs-warning-rgb), 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(var(--bs-warning-rgb), 0);
  }
}
#cta-banner-16 .cta-pulse-button {
  animation: pulse 2s infinite;
  transform-origin: center;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-3px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(3px, 0, 0);
  }
}
#cta-banner-16 .cta-shake-button:hover {
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
#cta-banner-16 .cta-bounce-button {
}
@media (max-width: 767.98px) {
  #cta-banner-16 {
    padding: 4.5rem 1rem;
  }
  #cta-banner-16 .cta-title {
    font-size: 2.1rem;
  }
  #cta-banner-16 .cta-subtitle {
    font-size: 1rem;
  }
  #cta-banner-16 .cta-button .btn {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
}



#press-mentions-3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#press-mentions-3 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#press-mentions-3 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #212529;
}
#press-mentions-3 .featured-mention-box {
  background-color: #f8f9fa;
  border-radius: 0.5rem;
  padding: 3rem;
  margin-bottom: 4rem;
  text-align: center;
}
#press-mentions-3 .featured-quote {
  font-size: 1.5rem;
  font-weight: 500;
  font-style: italic;
  color: #343a40;
  margin-bottom: 2rem;
  line-height: 1.6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#press-mentions-3 .featured-quote::before,
#press-mentions-3 .featured-quote::after {
  content: '"';
  font-size: 3rem;
  color: var(--bs-primary);
  opacity: 0.5;
  position: absolute;
  line-height: 1;
}
#press-mentions-3 .featured-quote::before {
  top: -0.5rem;
  left: -1.5rem;
}
#press-mentions-3 .featured-quote::after {
  bottom: -1.5rem;
  right: -1.5rem;
}
#press-mentions-3 .featured-source {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#press-mentions-3 .featured-source-logo img {
  height: 50px;
  width: auto;
  max-width: 180px;
  margin-right: 1.5rem;
  margin-bottom: 0.5rem;
}
#press-mentions-3 .featured-source-info {
  text-align: left;
  margin-bottom: 0.5rem;
}
#press-mentions-3 .featured-source-name {
  font-weight: 600;
  font-size: 1.1rem;
  color: #495057;
}
#press-mentions-3 .featured-article-date {
  font-size: 0.9rem;
  color: #6c757d;
  display: block;
}
#press-mentions-3 .featured-article-link {
  font-size: 0.9rem;
  color: var(--bs-primary);
  text-decoration: none;
  font-weight: 500;
  display: block;
}
#press-mentions-3 .featured-article-link:hover {
  text-decoration: underline;
}
#press-mentions-3 .additional-mentions-title {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #6c757d;
  margin-bottom: 2.5rem;
}
#press-mentions-3 .logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem 3rem;
}
#press-mentions-3 .logo-item {
  text-align: center;
  flex: 0 1 150px;
}
#press-mentions-3 .logo-item a {
  display: inline-block;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
#press-mentions-3 .logo-item a:hover {
  filter: grayscale(0%);
  opacity: 1;
}
#press-mentions-3 .logo-item img {
  max-width: 100%;
  height: auto;
  max-height: 40px;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  #press-mentions-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #press-mentions-3 .section-title {
    font-size: 2.1rem;
  }
  #press-mentions-3 .featured-mention-box {
    padding: 2rem;
    margin-bottom: 3rem;
  }
  #press-mentions-3 .featured-quote {
    font-size: 1.2rem;
  }
  #press-mentions-3 .featured-quote::before,
  #press-mentions-3 .featured-quote::after {
    display: none;
  }
  #press-mentions-3 .featured-source {
    flex-direction: column;
  }
  #press-mentions-3 .featured-source-logo img {
    margin-right: 0;
    margin-bottom: 1rem;
    height: 40px;
  }
  #press-mentions-3 .featured-source-info {
    text-align: center;
  }
  #press-mentions-3 .logo-grid {
    gap: 1.5rem 1.5rem;
  }
  #press-mentions-3 .logo-item {
    flex-basis: 100px;
  }
  #press-mentions-3 .logo-item img {
    max-height: 30px;
  }
}



#game-section-10 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#game-section-10 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
#game-section-10 .nav-tabs .nav-link {
  font-size: 1rem;
  padding: 10px 15px;
}
#game-section-10 .tab-content {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
#game-section-10 .game-tab {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  text-align: left;
}


