
#hero-3 {
  padding: 100px 0;
}
#hero-3 .hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #333;
}
#hero-3 .hero-subtitle {
  font-size: 20px;
  color: #666;
  margin-bottom: 30px;
}
#hero-3 .hero-image {
  max-width: 100%;
  border-radius: 8px;
}



/* Section & dark animated background */
#category-posts-29 {
  position: relative;
  padding: 100px 20px;
  background: #0d0f14;
  overflow: hidden;
  color: #fff;
  text-align: center;
}

/* Floating neon bubbles */
#category-posts-29::before,
#category-posts-29::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,110,254,0.7), transparent 70%);
  width: 300px; height: 300px;
  animation: bubble 20s infinite ease-in-out;
  opacity: 0.6;
}
#category-posts-29::before {
  top: -150px; left: -100px;
}
#category-posts-29::after {
  bottom: -120px; right: -80px;
  animation-duration: 25s;
}
#category-posts-29 .bubble {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(120,115,245,0.5), transparent 70%);
  width: 200px; height: 200px;
  top: 40%; left: 50%;
  transform: translate(-50%, -50%);
  animation: bubble 22s infinite ease-in-out;
  opacity: 0.5;
}

@keyframes bubble {
  0%,100% { transform: translate(-50%, -50%) scale(1); }
  50%     { transform: translate(-40%, -60%) scale(1.2); }
}

/* Container */
#category-posts-29 .container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

/* Header */
#category-posts-29 .section-header h2 {
  font-size: 2.75rem;
  margin-bottom: .5rem;
}
#category-posts-29 .section-header p {
  font-size: 1rem;
  opacity: .8;
  margin-bottom: 60px;
}

/* Grid */
#category-posts-29 .post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px,1fr));
  gap: 2rem;
}

/* Card wrapper */
#category-posts-29 .card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* Card */
#category-posts-29 .post-card {
  position: relative;
  background: rgba(255,255,255,0.05);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.5);
  transform: translateY(20px) scale(0.98);
  opacity: 0;
  transition: transform .6s ease, opacity .6s ease, box-shadow .3s ease;
}
#category-posts-29 .post-card.visible {
  transform: translateY(0) scale(1);
  opacity: 1;
}
#category-posts-29 .post-card:hover {
  box-shadow: 0 8px 30px rgba(120,115,245,0.7);
}
#category-posts-29 .post-card:hover .post-media img {
  filter: none;
}

/* Media */
#category-posts-29 .post-media img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  filter: grayscale(80%);
  transition: filter .5s ease;
}

/* Body */
#category-posts-29 .card-body {
  padding: 1rem;
}
#category-posts-29 .card-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: .5rem;
}
#category-posts-29 .card-meta {
  font-size: .875rem;
  opacity: .7;
  margin-bottom: .75rem;
}
#category-posts-29 .card-excerpt {
  font-size: .95rem;
  margin-bottom: 1rem;
}

/* Neon border on hover */
#category-posts-29 .post-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  padding: 2px;
  background: linear-gradient(45deg, #ff6ec4, #7873f5);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity .3s ease;
}
#category-posts-29 .post-card:hover::before {
  opacity: 1;
}

/* Read More */
#category-posts-29 .btn-readmore {
  font-size: .875rem;
  font-weight: 500;
  color: #fff;
  background: rgba(120,115,245,0.3);
  padding: .5rem 1rem;
  border-radius: .5rem;
  display: inline-flex;
  align-items: center;
  transition: background .3s ease, transform .3s ease;
}
#category-posts-29 .btn-readmore i {
  margin-left: .5rem;
  transition: transform .3s ease;
}
#category-posts-29 .btn-readmore:hover {
  background: rgba(120,115,245,0.6);
  transform: translateY(-2px);
}
#category-posts-29 .btn-readmore:hover i {
  transform: translateX(4px);
}

/* Pagination & Load More */
#category-posts-29 .pagination-wrapper,
#category-posts-29 .load-more-wrapper {
  text-align: center;
  margin-top: 3rem;
}




#features-6 {
  padding: 60px 0;
  background-color: #f8f9fa;
  text-align: center;
}
#features-6 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-6 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-6 .feature-item {
  padding: 20px;
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 8px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
#features-6 .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#features-6 .feature-icon {
  font-size: 40px;
  color: #17a2b8;
  margin-bottom: 20px;
}
#features-6 .feature-counter {
  font-size: 36px;
  font-weight: bold;
  color: #17a2b8;
  margin-bottom: 10px;
}
#features-6 .feature-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-6 .feature-description {
  font-size: 14px;
  color: #6c757d;
}



#about-us-4 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#about-us-4 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#about-us-4 .description {
  background: #fff;
  padding: 30px 40px;
  border-radius: 8px;
  margin-bottom: 30px;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  white-space: pre-wrap;
}
#about-us-4 .timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
#about-us-4 .timeline::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ddd;
}
#about-us-4 .timeline-item {
  position: relative;
  margin-left: 70px;
  margin-bottom: 30px;
  padding: 10px 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#about-us-4 .timeline-item::before {
  content: attr(data-year);
  position: absolute;
  left: -40px;
  top: 10px;
  background: #007bff;
  color: #fff;
  font-weight: bold;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
}
#about-us-4 .timeline-item h4 {
  margin: 0 0 5px;
  font-size: 1.2rem;
  color: #007bff;
}
#about-us-4 .timeline-item p {
  margin: 0;
  font-size: 1rem;
  color: #555;
}



#faq-20 {
  padding: 80px 0;
  background-color: #f4f7fc;
}
#faq-20 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
}
#faq-20 .faq-elevated-card {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 82, 255, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#faq-20 .faq-elevated-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 82, 255, 0.1);
}
#faq-20 .faq-card-header button {
  width: 100%;
  text-align: left;
  padding: 1.3rem 1.7rem;
  font-weight: 600;
  font-size: 1.05rem;
  color: #343a40;
  background-color: #fff;
  border: none;
  position: relative;
  transition: background-color 0.2s ease, color 0.2s ease;
  box-shadow: none !important;
  border-bottom: 1px solid transparent;
}
#faq-20 .faq-card-header button:hover {
  background-color: #f8f9fa;
}
#faq-20 .faq-card-header button:not(.collapsed) {
  color: #0d6efd;
  background-color: #fff;
  border-bottom-color: #e0e0e0;
}
#faq-20 .faq-card-header button::after {
  content: "\\2b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 1.7rem;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
  font-size: 1em;
  color: #adb5bd;
}
#faq-20 .faq-card-header button:not(.collapsed)::after {
  transform: translateY(-50%) rotate(45deg);
  color: #dc3545;
}
#faq-20 .faq-card-body-collapse .card-body {
  padding: 1.7rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fdfdff;
}
#faq-20 .faq-card-body-collapse .card-body p:last-child {
  margin-bottom: 0;
}



#our-services-29 {
  padding: 80px 0;
  background-color: #fff;
}
#our-services-29 .services-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 2.2rem;
}
#our-services-29 .intro-description {
  text-align: center;
  color: #555;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 3rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#our-services-29 .tech-item {
  text-align: center;
  padding: 1.5rem 1rem;
  background-color: #f8f9fa;
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
#our-services-29 .tech-item:hover {
  background-color: #e9ecef;
}
#our-services-29 .tech-logo {
  max-height: 60px;
  max-width: 120px;
  height: auto;
  width: auto;
  margin-bottom: 1rem;
  filter: grayscale(50%);
  transition: filter 0.3s ease;
}
#our-services-29 .tech-item:hover .tech-logo {
  filter: grayscale(0%);
}
#our-services-29 .tech-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #6c757d;
  transition: color 0.3s ease;
  min-height: 50px;
  display: flex;
  align-items: center;
}
#our-services-29 .tech-item:hover .tech-icon {
  color: #0d6efd;
}
#our-services-29 .tech-name {
  font-size: 0.85rem;
  font-weight: 500;
  color: #343a40;
  line-height: 1.4;
}



#testimonials-16 {
  position: relative;
  padding: 100px 0;
  color: #ffffff;
  overflow: hidden;
}
#testimonials-16 .testimonial-background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: background-image 1s ease-in-out;
  z-index: 1;
}
#testimonials-16::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--overlay-color, rgba(0, 0, 0, 0.5));
  z-index: 2;
}
#testimonials-16 .container {
  position: relative;
  z-index: 3;
  max-width: 850px;
}
#testimonials-16 .section-header {
  margin-bottom: 40px;
  text-align: center;
}
#testimonials-16 .section-header h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
}
#testimonials-16 .section-header p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
}
#testimonials-16 .carousel-item {
  text-align: center;
  padding: 20px 0;
}
#testimonials-16 .testimonial-slide-content {
  max-width: 700px;
  margin: 0 auto;
}
#testimonials-16 .client-image img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 20px auto;
  border: 3px solid rgba(255, 255, 255, 0.7);
}
#testimonials-16 .testimonial-quote {
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 25px;
  line-height: 1.7;
}
#testimonials-16 .client-name {
  font-weight: 600;
  font-size: 1.1rem;
  display: block;
  margin-bottom: 4px;
}
#testimonials-16 .client-position {
  font-size: 0.95rem;
  opacity: 0.8;
  display: block;
  margin-bottom: 15px;
}
#testimonials-16 .rating {
  color: #ffc107;
  font-size: 1rem;
}
#testimonials-16 .carousel-indicators button {
  background-color: rgba(255, 255, 255, 0.5);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  border: none;
}
#testimonials-16 .carousel-indicators .active {
  background-color: #ffffff;
}
#testimonials-16 .carousel-control-prev,
#testimonials-16 .carousel-control-next {
  z-index: 4;
}
#testimonials-16 .carousel-control-prev-icon,
#testimonials-16 .carousel-control-next-icon {
  /* filter: brightness(0) invert(1); */
}
@media (max-width: 767.98px) {
  #testimonials-16 {
    padding: 70px 0;
  }
  #testimonials-16 .section-header h2 {
    font-size: 2rem;
  }
  #testimonials-16 .client-image img {
    width: 90px;
    height: 90px;
  }
  #testimonials-16 .testimonial-quote {
    font-size: 1.15rem;
  }
}



#call-to-action-6 {
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  text-align: center;
  color: #ffffff;
  position: relative;
}
#call-to-action-6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
#call-to-action-6 .cta-content {
  position: relative;
  z-index: 1;
}
#call-to-action-6 h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}
#call-to-action-6 p {
  font-size: 18px;
  margin-bottom: 30px;
}
#call-to-action-6 .cta-btn {
  padding: 12px 30px;
  font-size: 16px;
  border: none;
  border-radius: 30px;
  background-color: #17a2b8;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s;
}
#call-to-action-6 .cta-btn:hover {
  background-color: #138496;
}
@media (max-width: 767.98px) {
  #call-to-action-6 h2 {
    font-size: 28px;
  }
  #call-to-action-6 p {
    font-size: 16px;
  }
}



#offers-16 {
  padding: 80px 0;
  background-color: #f8f9fa;
}
#offers-16 .offer-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
}
#offers-16 .offer-name-highlight {
  text-align: center;
  font-weight: 600;
  font-size: 1.3rem;
  color: #0d6efd;
  margin-bottom: 3rem;
}
#offers-16 .offer-steps-list .list-group-item {
  border: none;
  background-color: transparent;
  padding: 1.5rem 0;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px dashed #ced4da;
}
#offers-16 .offer-steps-list .list-group-item:last-child {
  border-bottom: none;
}
#offers-16 .offer-steps-list .step-indicator {
  min-width: 50px;
  text-align: center;
  margin-right: 1.5rem;
}
#offers-16 .offer-steps-list .step-indicator i {
  font-size: 1.8rem;
  color: #198754;
}
#offers-16 .step-details .step-title {
  font-weight: 600;
  font-size: 1.1rem;
  color: #212529;
  margin-bottom: 0.3rem;
}
#offers-16 .step-details .step-description {
  font-size: 0.9rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 0;
}
#offers-16 .final-cta-area {
  text-align: center;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}
#offers-16 .btn-final-cta {
  padding: 0.8rem 2.5rem;
  font-weight: 600;
  font-size: 1.1rem;
}



#game-section-8 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#game-section-8 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#game-section-8 .timeline {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
#game-section-8 .timeline::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ddd;
}
#game-section-8 .timeline-item {
  position: relative;
  margin-left: 50px;
  margin-bottom: 30px;
  padding: 10px 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#game-section-8 .timeline-item::before {
  content: attr(data-year);
  position: absolute;
  left: -40px;
  top: 10px;
  background: #007bff;
  color: #fff;
  font-weight: bold;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
}
#game-section-8 .timeline-item h4 {
  margin: 0 0 5px;
  font-size: 1.2rem;
  color: #007bff;
}
#game-section-8 .timeline-item p {
  margin: 0;
  font-size: 1rem;
  color: #555;
}



#why-choose-us-16 {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: var(--wcu16-text-color, #ffffff);
  z-index: 1;
}
#why-choose-us-16::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--wcu16-overlay-color, rgba(0, 0, 0, 0.6));
  z-index: -1;
}
#why-choose-us-16 .section-header {
  margin-bottom: 3rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
#why-choose-us-16 .section-header h2 {
  font-weight: 700;
  color: inherit;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
#why-choose-us-16 .features-row {
  position: relative;
  z-index: 2;
}
#why-choose-us-16 .feature-item-overlay {
  text-align: center;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
#why-choose-us-16 .feature-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  display: inline-block;
  color: inherit;
  transition: transform 0.3s ease;
}
#why-choose-us-16 .feature-item-overlay:hover .feature-icon {
  transform: scale(1.1);
}
#why-choose-us-16 .feature-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: inherit;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767.98px) {
  #why-choose-us-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-attachment: scroll;
  }
  #why-choose-us-16 .section-header {
    margin-bottom: 2rem;
  }
  #why-choose-us-16 .feature-icon {
    font-size: 2.5rem;
  }
  #why-choose-us-16 .feature-title {
    font-size: 1.1rem;
  }
}


