
#hero-18 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 68vh;
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
  text-align: right;
}
#hero-18 .hero-overlay-18 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-18 .container {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#hero-18 .hero-content-wrapper-18 {
  max-width: 680px;
  margin-right: 0;
  margin-left: auto;
}
#hero-18 .hero-title-18 {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-18 .hero-subtitle-18 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-18 .hero-cta-button-18 {
  display: inline-block;
  padding: 0.8rem 2.1rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease, filter 0.2s ease;
}
#hero-18 .hero-cta-button-18:hover {
  transform: translateY(-2px);
  filter: brightness(110%);
}
@media (max-width: 767.98px) {
  #hero-18 {
    min-height: 60vh;
    padding: 4rem 0;
    text-align: center;
    justify-content: center;
  }
  #hero-18 .container {
    justify-content: center;
  }
  #hero-18 .hero-content-wrapper-18 {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
  #hero-18 .hero-title-18 {
    font-size: 2.4rem;
  }
  #hero-18 .hero-subtitle-18 {
    font-size: 1.1rem;
  }
}



#counter-8 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #f8f9fa);
}
#counter-8 .container {
  max-width: 960px;
}
#counter-8 .section-header {
  margin-bottom: 50px;
  text-align: center;
}
#counter-8 .section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 15px;
}
#counter-8 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}
#counter-8 .counter-item-progress {
  margin-bottom: 40px;
}
#counter-8 .counter-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 8px;
}
#counter-8 .counter-title-progress {
  font-size: 1.1rem;
  font-weight: 600;
  color: #495057;
}
#counter-8 .counter-value {
  font-size: 1.3rem;
  font-weight: 700;
  color: #343a40;
}
#counter-8 .counter-value .counter-number {
}
#counter-8 .counter-value .counter-suffix {
  font-size: 1.1rem;
  margin-left: 2px;
}
#counter-8 .progress {
  height: 12px;
  border-radius: 6px;
  background-color: #e9ecef;
  overflow: hidden;
}
#counter-8 .progress-bar {
  width: 0;
  transition: width 1.5s ease-out;
  border-radius: 6px;
  font-size: 0.75rem;
  line-height: 12px;
}
/*
#counter-8 .progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
}
#counter-8 .progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes;
}
*/
@media (max-width: 767.98px) {
  #counter-8 {
    padding: 50px 0;
  }
  #counter-8 .section-header h2 {
    font-size: 2rem;
  }
  #counter-8 .counter-title-progress {
    font-size: 1rem;
  }
  #counter-8 .counter-value {
    font-size: 1.15rem;
  }
}



#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-17 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff;
}
#why-choose-us-17 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#why-choose-us-17 .section-header h2 {
  font-weight: 700;
  color: #343a40;
}
#why-choose-us-17 .intro-text-column h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #495057;
}
#why-choose-us-17 .intro-text-column p {
  font-size: 1rem;
  color: #6c757d;
  line-height: 1.7;
  margin-bottom: 0;
}
#why-choose-us-17 .accordion {
  border: none;
}
#why-choose-us-17 .accordion-item {
  border: 1px solid #dee2e6;
  border-radius: 0.375rem !important;
  margin-bottom: 1rem;
  overflow: hidden;
}
#why-choose-us-17 .accordion-item:last-child {
  margin-bottom: 0;
}
#why-choose-us-17 .accordion-header {
}
#why-choose-us-17 .accordion-button {
  font-weight: 600;
  background-color: #f8f9fa;
  border-radius: 0 !important;
}
#why-choose-us-17 .accordion-button:not(.collapsed) {
  color: var(--bs-primary);
  background-color: #e7f1ff;
  box-shadow: none;
}
#why-choose-us-17 .accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  z-index: 3;
}
#why-choose-us-17 .accordion-button i {
  margin-right: 0.75rem;
  color: var(--bs-secondary);
  min-width: 1.25em;
}
#why-choose-us-17 .accordion-button:not(.collapsed) i {
  color: var(--bs-primary);
}
#why-choose-us-17 .accordion-body {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #6c757d;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  #why-choose-us-17 .intro-text-column {
    margin-bottom: 2rem;
    text-align: center;
  }
  #why-choose-us-17 .intro-text-column h3 {
    font-size: 1.5rem;
  }
}



/* style.css for post-section-1 */
#post-section-1 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f9f9f9; /* A slightly different light background */
}

#post-section-1 .section-header {
    margin-bottom: 45px;
}

#post-section-1 .section-header .section-title {
    font-size: 2.2rem; /* Adjusted font size */
    font-weight: 700;
    color: #2c3e50; /* A deep blue/grey color */
    margin-bottom: 8px;
}

#post-section-1 .section-header .section-subtitle {
    font-size: 1rem;
    color: #7f8c8d; /* A softer grey for subtitle */
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

#post-section-1 .article-card {
    background-color: #ffffff;
    border: none; /* Removed border, relying on shadow */
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden; /* To ensure child elements like image respect border-radius */
}

#post-section-1 .article-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

#post-section-1 .article-card-image-wrapper {
    width: 100%;
    height: 220px; /* Fixed height for consistency */
    overflow: hidden;
}

#post-section-1 .article-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

#post-section-1 .article-card:hover .article-card-image {
    transform: scale(1.07);
}

#post-section-1 .article-card-body {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

#post-section-1 .article-categories {
    margin-bottom: 12px;
}

#post-section-1 .article-category-link {
    font-size: 0.78rem;
    font-weight: 500;
    padding: 4px 10px;
    margin-right: 6px;
    margin-bottom: 6px; /* For wrapping badges */
    display: inline-block;
    background-color: #e74c3c; /* A distinct primary color */
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

#post-section-1 .article-category-link:hover {
    background-color: #c0392b; /* Darker shade on hover */
}

#post-section-1 .article-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #34495e; /* Darker text color */
    margin-bottom: 10px;
    line-height: 1.4;
}

#post-section-1 .article-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

#post-section-1 .article-title a:hover {
    color: #e74c3c; /* Primary color on hover */
}

#post-section-1 .article-meta {
    font-size: 0.85rem;
    color: #95a5a6; /* Lighter grey for meta */
    margin-bottom: 15px;
}

#post-section-1 .article-meta .meta-icon {
    margin-right: 6px;
    color: #bdc3c7; /* Icon color */
}

#post-section-1 .article-excerpt {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.65;
    margin-bottom: 20px;
    flex-grow: 1; /* Pushes button to the bottom */
}

#post-section-1 .article-readmore-btn {
    background-color: #3498db; /* A different accent color for button */
    border-color: #3498db;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    display: inline-flex;
    align-items: center;
    margin-top: auto; /* Stick to bottom */
    align-self: flex-start; /* Align button to the left */
}

#post-section-1 .article-readmore-btn .btn-icon {
    margin-left: 8px;
    transition: transform 0.2s ease;
}

#post-section-1 .article-readmore-btn:hover {
    background-color: #2980b9;
    border-color: #2980b9;
}

#post-section-1 .article-readmore-btn:hover .btn-icon {
    transform: translateX(3px);
}

#post-section-1 .pagination-container {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    #post-section-1 .article-card-image-wrapper {
        height: 200px;
    }
    #post-section-1 .article-title {
        font-size: 1.2rem;
    }
}

@media (max-width: 767.98px) {
    #post-section-1 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #post-section-1 .section-header .section-title {
        font-size: 1.9rem;
    }
    #post-section-1 .article-card {
        margin-bottom: 30px; /* Add margin for stacked cards */
    }
    #post-section-1 .article-card-image-wrapper {
        height: 180px;
    }
}




#testimonials-4 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1200px;
}
#testimonials-4 .section-header {
  text-align: center;
  margin-bottom: 40px;
}
#testimonials-4 .section-header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#testimonials-4 .section-header p {
  font-size: 1.1rem;
  color: #777;
}
#testimonials-4 .card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#testimonials-4 .testimonial-card {
  flex: 1 1 calc(33.333% - 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;
}
#testimonials-4 .testimonial-card:hover {
  transform: translateY(-5px);
}
#testimonials-4 .testimonial-card img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
#testimonials-4 .testimonial-card p {
  font-size: 1rem;
  font-style: italic;
  color: #333;
  margin-bottom: 10px;
}
#testimonials-4 .testimonial-card .client-info {
  font-size: 0.95rem;
  color: #777;
}
@media (max-width: 576px) {
  #testimonials-4 .testimonial-card {
    flex: 1 1 100%;
  }
}



#cta-banner-11 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
#cta-banner-11 .container {
}
#cta-banner-11 .cta-wrapper {
  display: flex;
  align-items: center;
}
#cta-banner-11 .text-content-column {
  padding-right: 2rem;
}
#cta-banner-11 .cta-title {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
#cta-banner-11 .cta-subtitle {
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--bs-primary);
  margin-bottom: 1rem;
}
#cta-banner-11 .cta-text {
  font-size: 1rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 2rem;
}
#cta-banner-11 .cta-button .btn {
  padding: 0.75rem 1.8rem;
  font-weight: 500;
}
#cta-banner-11 .cta-button .btn i {
  margin-left: 0.5rem;
}
#cta-banner-11 .illustration-column img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991.98px) {
  #cta-banner-11 .text-content-column {
    padding-right: 1rem;
  }
  #cta-banner-11 .cta-title {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  #cta-banner-11 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #cta-banner-11 .cta-wrapper {
    flex-direction: column;
  }
  #cta-banner-11 .text-content-column {
    padding-right: 0;
    margin-bottom: 2rem;
    text-align: center;
  }
  #cta-banner-11 .illustration-column {
    text-align: center;
  }
  #cta-banner-11 .illustration-column img {
    max-width: 80%;
  }
}



#press-mentions-14 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#press-mentions-14 .content-wrapper {
  display: flex;
  align-items: center;
}
#press-mentions-14 .image-column img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}
#press-mentions-14 .logos-column {
  padding-left: 3rem;
}
#press-mentions-14 .section-title {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #212529;
}
#press-mentions-14 .section-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
  margin-bottom: 2.5rem;
}
#press-mentions-14 .logos-list-title {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #495057;
  margin-bottom: 1.5rem;
}
#press-mentions-14 .logos-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
}
#press-mentions-14 .logo-item {
  text-align: center;
  flex: 0 0 calc(33.333% - 1.5rem);
  max-width: calc(33.333% - 1.5rem);
}
#press-mentions-14 .logo-item a {
  display: inline-block;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
#press-mentions-14 .logo-item a:hover {
  filter: grayscale(0%);
  opacity: 1;
}
#press-mentions-14 .logo-item img {
  max-width: 100%;
  height: auto;
  max-height: 40px;
}
@media (max-width: 991.98px) {
  #press-mentions-14 .logos-column {
    padding-left: 1.5rem;
  }
  #press-mentions-14 .section-title {
    font-size: 2rem;
  }
  #press-mentions-14 .logo-item {
    flex: 0 0 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}
@media (max-width: 767.98px) {
  #press-mentions-14 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #press-mentions-14 .image-column {
    margin-bottom: 2.5rem;
    text-align: center;
  }
  #press-mentions-14 .image-column img {
    max-width: 90%;
  }
  #press-mentions-14 .logos-column {
    padding-left: 0;
    text-align: center;
  }
  #press-mentions-14 .logos-list-title {
    margin-bottom: 2rem;
  }
  #press-mentions-14 .logos-grid {
    justify-content: center;
    gap: 1.5rem 1.5rem;
  }
  #press-mentions-14 .logo-item {
    flex: 0 0 calc(33.333% - 1rem);
    max-width: calc(33.333% - 1rem);
  }
}
@media (max-width: 575.98px) {
  #press-mentions-14 .logo-item {
    flex: 0 0 calc(50% - 1rem);
    max-width: calc(50% - 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;
}


