
#hero-16 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 75vh;
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
}
#hero-16 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#hero-16 .hero-content-wrapper-16 {
  max-width: 650px;
  padding: 2.5rem 3.5rem;
  border-radius: 15px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
  color: #ffffff;
}
#hero-16 .hero-title-16 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-16 .hero-subtitle-16 {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-16 .hero-cta-button-16 {
  display: inline-block;
  padding: 0.7rem 1.8rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 8px;
  text-decoration: none;
  border: none;
  transition: background-color 0.2s ease;
  background-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}
#hero-16 .hero-cta-button-16:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 767.98px) {
  #hero-16 {
    min-height: 65vh;
    padding: 3rem 1rem;
  }
  #hero-16 .hero-content-wrapper-16 {
    padding: 2rem;
    max-width: 90%;
  }
  #hero-16 .hero-title-16 {
    font-size: 2.2rem;
  }
  #hero-16 .hero-subtitle-16 {
    font-size: 1rem;
  }
}



#counter-10 {
  padding: 90px 0;
  background: linear-gradient(
    135deg,
    var(--gradient-start, #4a00e0),
    var(--gradient-end, #8e2de2)
  );
  color: var(--text-color, #ffffff);
  text-align: center;
  overflow: hidden;
}
#counter-10 .container {
  position: relative;
  z-index: 2;
}
#counter-10 .section-header {
  margin-bottom: 60px;
}
#counter-10 .section-header h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--text-color, #ffffff);
  margin-bottom: 15px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
#counter-10 .section-header p {
  font-size: 1.15rem;
  color: var(--text-color, #ffffff);
  opacity: 0.9;
  max-width: 700px;
  margin: 0 auto;
}
#counter-10 .counter-item-floating {
  padding: 20px;
  margin-bottom: 30px;
  position: relative;
}
#counter-10 .floating-icon {
  font-size: 3.5rem;
  margin-bottom: 20px;
  display: inline-block;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-out;
  animation: floatAnimation 4s ease-in-out infinite;
}
#counter-10 .counter-item-floating:hover .floating-icon {
  transform: scale(1.1) translateY(-5px);
  animation-play-state: paused;
}
@keyframes floatAnimation {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
#counter-10 .counter-value-wrapper {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 10px;
  color: var(--text-color, #ffffff);
}
#counter-10 .counter-number {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
#counter-10 .counter-suffix {
  font-size: 2rem;
  font-weight: 600;
  margin-left: 6px;
  line-height: 1;
  opacity: 0.9;
}
#counter-10 .counter-title-floating {
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--text-color, #ffffff);
  opacity: 0.85;
}
@media (max-width: 991.98px) {
  #counter-10 .counter-number {
    font-size: 2.8rem;
  }
  #counter-10 .counter-suffix {
    font-size: 1.8rem;
  }
  #counter-10 .floating-icon {
    font-size: 3rem;
  }
}
@media (max-width: 767.98px) {
  #counter-10 {
    padding: 60px 0;
  }
  #counter-10 .section-header h2 {
    font-size: 2.2rem;
  }
  #counter-10 .counter-item-floating {
    margin-bottom: 40px;
  }
  #counter-10 .counter-item-floating:last-child {
    margin-bottom: 0;
  }
}



#our-services-11 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f9fa;
}
#our-services-11 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#our-services-11 .section-header h2 {
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.5rem;
}
#our-services-11 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
}
#our-services-11 .service-card {
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#our-services-11 .service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#our-services-11 .card-img-top {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
#our-services-11 .card-body {
  padding: 1.5rem;
  flex-grow: 1;
}
#our-services-11 .card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #495057;
}
#our-services-11 .card-text {
  font-size: 0.95rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 1rem;
}
#our-services-11 .card-footer {
  background-color: transparent;
  border-top: none;
  padding: 0 1.5rem 1.5rem;
  margin-top: auto;
}
#our-services-11 .btn-service-link {
}



#why-choose-us-15 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff;
}
#why-choose-us-15 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#why-choose-us-15 .section-header h2 {
  font-weight: 700;
  color: #343a40;
}
#why-choose-us-15 .horizontal-features-row {
}
#why-choose-us-15 .feature-item-horizontal {
  text-align: center;
  padding: 1rem 0.5rem;
  margin-bottom: 1.5rem;
}
#why-choose-us-15 .feature-icon {
  font-size: 2.5rem;
  color: var(--bs-primary, #0d6efd);
  margin-bottom: 1rem;
  display: inline-block;
}
#why-choose-us-15 .feature-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #495057;
  margin-bottom: 0.5rem;
}
#why-choose-us-15 .feature-description {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.5;
  min-height: 4.5em;
}
@media (min-width: 768px) {
  #why-choose-us-15 .feature-item-horizontal:not(:last-child) {
  }
  #why-choose-us-15 .feature-item-horizontal {
    margin-bottom: 0;
  }
}



/* === Section Base === */
.post-section {
  padding: 60px 0;
  background: #fff;
}
.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;
}

/* === Gallery Grid === */
.post-gallery {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(1,1fr);
}
@media (min-width: 576px) {
  .post-gallery { grid-template-columns: repeat(2,1fr); }
}
@media (min-width: 992px) {
  .post-gallery { grid-template-columns: repeat(4,1fr); }
}

/* === Card Styles === */
.post-card {
  position: relative;
  height: 300px;
  background-size: cover;
  background-position: center;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: transform 0.4s ease, background-size 0.4s ease;
}
.post-card:hover {
  transform: translateY(-8px);
  background-size: 110%;
}

/* Hexagon tag badge */
.post-card .tag-hex {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 0.25rem 0.5rem;
  background: rgba(0,123,255,0.85);
  color: #fff;
  font-size: 0.75rem;
  clip-path: polygon(
    25% 0%, 75% 0%, 
    100% 50%, 75% 100%, 
    25% 100%, 0% 50%
  );
  text-align: center;
  text-transform: uppercase;
}

/* Overlay gradient with content */
.post-card .overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  color: #fff;
}
.post-card .overlay h5 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
}
.post-card .overlay .date {
  font-size: 0.8rem;
  opacity: 0.85;
  margin-bottom: 0.75rem;
}
.post-card .overlay .btn-readmore {
  font-size: 0.85rem;
  color: #fff;
  border: 1px solid #fff;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  text-decoration: none;
  transition: background 0.3s;
}
.post-card .overlay .btn-readmore:hover {
  background: #fff;
  color: #000;
}

/* === Pagination === */
.pagination-wrapper {
  text-align: center;
  margin: 40px 0;
}




#testimonials-15 {
  padding: 80px 0;
  background-color: #ffffff;
}
#testimonials-15 .container {
  max-width: 1140px;
}
#testimonials-15 .section-header {
  margin-bottom: 50px;
  text-align: center;
}
#testimonials-15 .section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 15px;
}
#testimonials-15 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}
#testimonials-15 .testimonial-bubble-wall {
  column-gap: var(--column-gap, 1.5rem);
  column-count: var(--column-count-sm, 1);
}
#testimonials-15 .testimonial-bubble {
  display: inline-block;
  width: 100%;
  background-color: var(--bubble-bg-color, #f8f9fa);
  padding: 20px 25px;
  border-radius: 15px;
  margin-bottom: var(--column-gap, 1.5rem);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
  page-break-inside: avoid;
  break-inside: avoid;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#testimonials-15 .testimonial-bubble:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
#testimonials-15 .bubble-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#testimonials-15 .bubble-image img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 12px;
}
#testimonials-15 .bubble-client-name {
  font-weight: 600;
  color: #343a40;
  font-size: 0.95rem;
}
#testimonials-15 .bubble-message {
  font-size: 1rem;
  color: #495057;
  line-height: 1.6;
}
@media (min-width: 768px) {
  #testimonials-15 .testimonial-bubble-wall {
    column-count: var(--column-count-md, 2);
  }
}
@media (min-width: 992px) {
  #testimonials-15 .testimonial-bubble-wall {
    column-count: var(--column-count-lg, 3);
  }
}
@media (max-width: 767.98px) {
  #testimonials-15 {
    padding: 50px 0;
  }
  #testimonials-15 .section-header h2 {
    font-size: 2rem;
  }
  #testimonials-15 .testimonial-bubble {
    padding: 15px 20px;
  }
  #testimonials-15 .bubble-message {
    font-size: 0.95rem;
  }
}



#cta-banner-14 {
  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-14 .container {
  max-width: 800px;
}
#cta-banner-14 .cta-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 2rem;
}
#cta-banner-14 .customer-quote-wrapper {
  margin-bottom: 2.5rem;
  border-left: 4px solid var(--bs-primary);
  padding-left: 1.5rem;
  text-align: left;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#cta-banner-14 .customer-quote-text {
  font-style: italic;
  font-size: 1.15rem;
  color: #495057;
  margin-bottom: 0.75rem;
  line-height: 1.7;
}
#cta-banner-14 .customer-quote-author {
  font-size: 0.95rem;
  font-weight: 500;
  color: #6c757d;
}
#cta-banner-14 .cta-button .btn {
  padding: 0.9rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #cta-banner-14 {
    padding: 4rem 1rem;
  }
  #cta-banner-14 .cta-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  #cta-banner-14 .customer-quote-wrapper {
    padding-left: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    max-width: none;
    text-align: center;
    border-left: none;
    border-top: 3px solid var(--bs-primary);
    padding-top: 1rem;
  }
  #cta-banner-14 .customer-quote-text {
    font-size: 1.05rem;
  }
  #cta-banner-14 .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-6 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
#game-section-6 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  color: #fff;
  margin-bottom: 40px;
}
#game-section-6 .steps-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
#game-section-6 .step-card {
  background: #fff;
  width: 260px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  text-align: center;
}
#game-section-6 .step-card:hover {
  transform: translateY(-5px);
}
#game-section-6 .step-card i {
  font-size: 2.5rem;
  color: #007bff;
  margin-bottom: 10px;
}
#game-section-6 .step-card h4 {
  font-size: 1.2rem;
  margin-bottom: 8px;
  color: #333;
}
#game-section-6 .step-card p {
  font-size: 1rem;
  color: #555;
}


