
#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;
  }
}



#features-10 {
  padding: 60px 0;
  background-color: #f8f9fa;
  text-align: center;
}
#features-10 .section-title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
#features-10 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-10 .feature-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#features-10 .feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
#features-10 .feature-icon {
  font-size: 50px;
  color: #17a2b8;
  margin-bottom: 15px;
}
#features-10 .feature-counter {
  font-size: 40px;
  font-weight: bold;
  color: #17a2b8;
  margin-bottom: 10px;
}
#features-10 .feature-title {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
#features-10 .feature-description {
  font-size: 16px;
  color: #666;
}



#about-us-6 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
#about-us-6 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#about-us-6 .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-6 .info-section {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 6px;
  background: #fafafa;
}
#about-us-6 .info-section h4 {
  margin: 0 0 10px;
  font-size: 1.1rem;
  color: #007bff;
}
#about-us-6 .info-section p {
  margin: 0;
  font-size: 1rem;
  color: #555;
}



#our-services-26 {
  padding: 80px 0;
  background-color: #f8f9fa;
}
#our-services-26 .services-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2.2rem;
}
#our-services-26 .service-comparison-table {
  border: 1px solid #dee2e6;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
#our-services-26 .service-comparison-table thead th {
  background-color: #e9ecef;
  text-align: center;
  padding: 1.2rem 1rem;
  vertical-align: middle;
  font-weight: 700;
  font-size: 1.1rem;
  border-bottom-width: 2px;
  border-color: #ced4da !important;
  color: #343a40;
}
#our-services-26 .service-comparison-table thead th:first-child {
  background-color: #f8f9fa;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
}
#our-services-26 .service-comparison-table .plan-price,
#our-services-26 .service-comparison-table .plan-price-period {
  display: none;
}
#our-services-26 .service-comparison-table tbody th {
  text-align: left;
  padding: 1rem 1.25rem;
  font-weight: 500;
  font-size: 0.95rem;
  vertical-align: middle;
  background-color: #f8f9fa;
  border-right: 1px solid #dee2e6;
}
#our-services-26 .service-comparison-table tbody td {
  text-align: center;
  padding: 1rem;
  vertical-align: middle;
  font-size: 0.95rem;
  color: #495057;
}
#our-services-26 .service-comparison-table .plan-header.highlighted {
  background-color: #0d6efd;
  color: #fff;
  border-color: #0a58ca !important;
}
#our-services-26 .service-comparison-table .plan-cell.highlighted {
  background-color: #e7f1ff;
}
#our-services-26 .service-comparison-table .plan-cta-row td {
  padding: 1.5rem 1rem;
}
#our-services-26 .service-comparison-table .btn-select-plan {
  font-size: 0.9rem;
  padding: 0.5rem 1.2rem;
  font-weight: 500;
}



#why-choose-us-29 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #ffffff;
}
#why-choose-us-29 .section-title-container {
  margin-bottom: 40px;
}
#why-choose-us-29 .section-main-title {
  font-size: 2.7rem;
  font-weight: 700;
  color: #1f3b64;
}
#why-choose-us-29 .section-main-subtitle {
  font-size: 1.1rem;
  color: #52667a;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
  margin-bottom: 30px;
}
#why-choose-us-29 .case-studies-intro {
  font-size: 1.05rem;
  color: #495057;
  margin-bottom: 40px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#why-choose-us-29 .case-study-snippet-item {
  background-color: #f8faff;
  border: 1px solid #e0e9f5;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
#why-choose-us-29 .case-study-snippet-item:last-child {
  margin-bottom: 0;
}
#why-choose-us-29 .client-name-header {
  font-size: 1.4rem;
  font-weight: 600;
  color: #0d6efd;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #0d6efd;
  display: inline-block;
}
#why-choose-us-29 .case-study-segment {
  margin-bottom: 20px;
}
#why-choose-us-29 .segment-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 8px;
}
#why-choose-us-29 .segment-title i {
  margin-right: 8px;
  opacity: 0.7;
}
#why-choose-us-29 .segment-description {
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.8;
  text-align: justify;
}
#why-choose-us-29 .testimonial-quote-snippet {
  font-size: 1rem;
  font-style: italic;
  color: #0056b3;
  padding: 15px;
  background-color: #e7f3ff;
  border-left: 4px solid #0056b3;
  margin-top: 15px;
  margin-bottom: 20px;
  border-radius: 0 4px 4px 0;
}
#why-choose-us-29 .testimonial-quote-snippet::before {
  content: "\201C";
  font-size: 2em;
  line-height: 0;
  margin-right: 5px;
  vertical-align: -0.3em;
}
#why-choose-us-29 .case-study-link a {
  font-size: 0.95rem;
  font-weight: 500;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.2s ease;
}
#why-choose-us-29 .case-study-link a:hover {
  color: #0a58ca;
  text-decoration: underline;
}
#why-choose-us-29 .case-study-link a i {
  margin-left: 5px;
}



#counter-2 {
  text-align: center;
  background: #f8f9fa;
  padding: 80px 0;
}
#counter-2 .counter-content {
  max-width: 800px;
  margin: 0 auto;
}
#counter-2 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #222;
}
#counter-2 p {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 40px;
}
#counter-2 .counter-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  margin-top: 40px;
}
#counter-2 .counter-item {
  position: relative;
  width: 150px;
  height: 150px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}
#counter-2 .counter-item svg {
  transform: rotate(-90deg);
}
#counter-2 .counter-circle {
  fill: none;
  stroke-width: 10;
  stroke: #007bff;
  stroke-dasharray: 314;
  stroke-dashoffset: 314;
  transition: stroke-dashoffset 1.5s ease-in-out;
}
#counter-2 .counter-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.8rem;
  font-weight: bold;
  color: #222;
}
#counter-2 .counter-item i {
  font-size: 2rem;
  color: #007bff;
  display: block;
  margin-top: 10px;
}



/* === Section Base === */
.post-section {
  padding: 60px 0;
  background: #f4f6f9;
}
.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: #555;
  margin-top: 8px;
}

/* === Grid & Perspective === */
.post-grid {
  display: grid;
  gap: 1.5rem;
  perspective: 1000px;
  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); }
}

/* === Tilt Card === */
.tilt-card {
  transform-style: preserve-3d;
  transition: transform 0.2s ease-out;
  will-change: transform;
  cursor: pointer;
}
.post-card {
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}
.post-card img {
  width: 100%;
  display: block;
}
.post-card .card-body {
  padding: 1rem;
}
.post-card .card-body h5 {
  font-size: 1.15rem;
  margin-bottom: 0.75rem;
}
.post-card .card-body p {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 1rem;
}
.post-card .btn-readmore {
  font-size: 0.85rem;
  color: #fff;
  background-color: #007bff;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  text-decoration: none;
  transition: background 0.3s;
}
.post-card .btn-readmore:hover {
  background-color: #0056b3;
}

/* === Pagination === */
.pagination-wrapper {
  text-align: center;
  margin-top: 40px;
}




#testimonials-6 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#testimonials-6 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#testimonials-6 .card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#testimonials-6 .testimonial-card {
  flex: 1 1 calc(25% - 20px);
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#testimonials-6 .testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
#testimonials-6 .testimonial-card img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
#testimonials-6 .testimonial-card p {
  font-size: 1rem;
  font-style: italic;
  color: #333;
  margin-bottom: 10px;
}
#testimonials-6 .client-info {
  font-size: 0.95rem;
  color: #777;
}
@media (max-width: 992px) {
  #testimonials-6 .testimonial-card {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  #testimonials-6 .testimonial-card {
    flex: 1 1 100%;
  }
}



#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;
}



#faq-1 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#faq-1 .faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq-1 .faq-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#faq-1 .accordion-button {
  background-color: #17a2b8;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 15px;
  font-size: 16px;
  text-align: left;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s;
}
#faq-1 .accordion-button:hover {
  background-color: #138496;
}
#faq-1 .accordion-body {
  padding: 20px;
  background-color: #ffffff;
  border-left: 2px solid #17a2b8;
}



#call-to-action-18 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  color: #ffffff;
}
#call-to-action-18.bg-gradient {
  background: linear-gradient(
    135deg,
    var(--cta18-bg-start, #0d6efd),
    var(--cta18-bg-end, #6f42c1)
  );
}
#call-to-action-18.bg-solid {
  background-color: var(--cta18-bg-start, #f8f9fa);
  color: #212529;
}
#call-to-action-18.bg-solid .cta-simple-subtext {
  color: #6c757d;
}
#call-to-action-18.bg-solid .cta-simple-button .btn-primary {
}
.cta-simple-content {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.cta-simple-headline {
  font-size: calc(1.5rem + 1.5vw);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cta-simple-headline {
    font-size: 2.8rem;
  }
}
.cta-simple-subtext {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}
.cta-simple-button .btn {
  padding: 0.8rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cta-simple-button .btn:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.cta-simple-button .btn i {
  margin-right: 8px;
}



#offers-4 {
  padding: 80px 0;
  background-color: #212529;
  color: #f8f9fa;
}
#offers-4 .offer-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
  color: #fff;
}
#offers-4 .offer-countdown-card {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 2.5rem 3rem;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
#offers-4 .offer-countdown-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffc107;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
#offers-4 .offer-countdown-description {
  font-size: 1rem;
  color: #dee2e6;
  margin-bottom: 1.5rem;
  line-height: 1.7;
}
#offers-4 .countdown-timer-display {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0.8rem 1.5rem;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
#offers-4 .countdown-timer-display i {
  margin-right: 8px;
  color: #ffc107;
}
#offers-4 .countdown-prefix {
  margin-right: 5px;
  opacity: 0.8;
}
#offers-4 .offer-progress-area {
  margin-bottom: 2rem;
  padding-top: 1rem;
}
#offers-4 .progress {
  height: 1.2rem;
  border-radius: 50rem;
  background-color: rgba(255, 255, 255, 0.1);
  overflow: visible;
  position: relative;
}
#offers-4 .progress-bar {
  font-weight: 600;
  font-size: 0.85rem;
  color: #212529;
  border-radius: 50rem;
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}
#offers-4 .progress-label {
  position: absolute;
  width: 100%;
  text-align: center;
  top: -1.8rem;
  font-size: 0.9rem;
  color: #adb5bd;
}
#offers-4 .btn-countdown-cta {
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50rem;
  background-color: #ffc107;
  border: none;
  color: #333;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
#offers-4 .btn-countdown-cta:hover {
  background-color: #ffca2c;
  transform: scale(1.05);
}


