
#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;
}



#features-14 {
  padding: 80px 0;
  background: linear-gradient(135deg, #e0f7fa, #80deea);
  text-align: left;
}
#features-14 .section-header {
  text-align: center;
  margin-bottom: 50px;
}
#features-14 .section-title {
  font-size: 36px;
  color: #006064;
  font-weight: 700;
}
#features-14 .section-subtitle {
  font-size: 20px;
  color: #004d40;
}
#features-14 .feature-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#features-14 .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
#features-14 .feature-icon {
  font-size: 60px;
  color: #00838f;
  margin-bottom: 20px;
}
#features-14 .feature-title {
  font-size: 24px;
  color: #006064;
  margin-bottom: 10px;
  font-weight: 600;
}
#features-14 .feature-description {
  font-size: 16px;
  color: #424242;
}



#about-us-16 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#about-us-16 .section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}
#about-us-16 .section-subtitle {
  font-size: 1.1rem;
  color: #666;
  text-align: center;
  margin-bottom: 30px;
}
#about-us-16 .company-description {
  font-size: 1rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 40px;
}
#about-us-16 .mission-vision-wrapper {
  margin-bottom: 40px;
}
#about-us-16 .mission-vision-item {
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
#about-us-16 .mission-vision-item h3 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 10px;
}
#about-us-16 .mission-vision-item p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}
#about-us-16 .core-values-wrapper {
  margin-bottom: 40px;
}
#about-us-16 .core-values-wrapper h3 {
  font-size: 1.5rem;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}
#about-us-16 .core-value-item {
  text-align: center;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 20px;
}
#about-us-16 .core-value-item i {
  font-size: 2rem;
  color: #007bff;
  margin-bottom: 10px;
}
#about-us-16 .core-value-item p {
  font-size: 1rem;
  color: #555;
}
#about-us-16 .team-members-wrapper h3 {
  font-size: 1.5rem;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}
#about-us-16 .team-member-card {
  text-align: center;
  margin-bottom: 30px;
}
#about-us-16 .team-member-card img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}
#about-us-16 .team-member-card h4 {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 5px;
}
#about-us-16 .team-member-card p {
  font-size: 0.9rem;
  color: #777;
}
@media (min-width: 768px) {
  #about-us-16 .mission-vision-wrapper {
    display: flex;
    gap: 30px;
  }
  #about-us-16 .mission-vision-item {
    flex: 1;
    margin-bottom: 0;
  }
  #about-us-16 .core-values-wrapper .row > div {
    margin-bottom: 0;
  }
  #about-us-16 .team-members-wrapper .row > div {
    margin-bottom: 0;
  }
}



#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;
}



/* === Hero Section === */
.post-section .hero {
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  position: relative;
  margin-bottom: 40px;
}
.post-section .hero-overlay {
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  color: #fff;
  padding: 40px 20px;
}
.post-section .hero-overlay h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.post-section .hero-overlay p {
  font-size: 1.1rem;
  margin: 0;
}

/* === Section Container === */
.post-section {
  background-color: #f9f9f9;
  overflow: hidden;
}
.post-section .container {
  padding: 0 15px;
}

/* === Grid & Cards === */
.post-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.5rem;
}
.post-card {
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
}
.post-card.visible {
  opacity: 1;
  transform: translateY(0);
}
.post-card img {
  width: 100%;
  display: block;
}
.post-card .card-body {
  padding: 1rem;
}
.post-card .card-body h5 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.post-card .card-body p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 1rem;
}
.post-card .btn-readmore {
  font-size: 0.9rem;
}

/* Featured vs Normal */
.post-card.featured {
  grid-column: span 12;
}
@media (min-width: 768px) {
  .post-card.normal {
    grid-column: span 6;
  }
}
@media (min-width: 992px) {
  .post-card.normal {
    grid-column: span 4;
  }
}

/* === Pagination === */
.pagination-wrapper {
  text-align: center;
  margin: 30px 0;
}




#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;
  }
}



#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;
}



#call-to-action-2 {
  padding: 60px 15px;
  background-color: #007bff;
  color: #fff;
  text-align: center;
}
#call-to-action-2 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-2 p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
#call-to-action-2 .btn {
  display: inline-block;
  margin: 5px;
  padding: 10px 20px;
  font-size: 1.2rem;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
#call-to-action-2 .btn-primary {
  background-color: #0056b3;
  color: #fff;
}
#call-to-action-2 .btn-primary:hover {
  background-color: #003f7f;
}
#call-to-action-2 .btn-outline {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}
#call-to-action-2 .btn-outline:hover {
  background-color: #fff;
  color: #007bff;
}



#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;
  }
}



#game-section-9 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#game-section-9 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#game-section-9 .split-container {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
#game-section-9 .left-column,
#game-section-9 .right-column {
  flex: 1;
}
#game-section-9 .left-column p {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
#game-section-9 .review-item {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
#game-section-9 .review-item p {
  font-size: 1rem;
  font-style: italic;
  color: #555;
}
#game-section-9 .review-item .author {
  font-size: 0.95rem;
  color: #777;
  margin-top: 10px;
  text-align: right;
}
@media (max-width: 768px) {
  #game-section-9 .split-container {
    flex-direction: column;
  }
}



/* category-posts-4 Styles - Posts Timeline */
#category-posts-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #f4f6f9; /* A slightly different light background */
}

#category-posts-4 .section-header {
    margin-bottom: 3rem;
    text-align: center;
}

#category-posts-4 .section-header .section-title {
    font-size: 2.3rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.5rem;
}

#category-posts-4 .section-header .section-subtitle {
    font-size: 1.1rem;
    color: #555;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

#category-posts-4 .timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

#category-posts-4 .timeline:before { /* The central line */
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    background-color: #007bff; /* Primary color for the line */
    margin-left: -1.5px; /* Half of the width */
    border-radius: 3px;
}

#category-posts-4 .timeline-item {
    position: relative;
    margin-bottom: 50px;
    width: 50%;
}

#category-posts-4 .timeline-item:nth-child(odd) { /* Left side items */
    left: 0;
    padding-right: 50px; /* Space from the central line */
    text-align: right;
}

#category-posts-4 .timeline-item:nth-child(even) { /* Right side items */
    left: 50%;
    padding-left: 50px; /* Space from the central line */
    text-align: left;
}

/* The circle on the timeline */
#category-posts-4 .timeline-item::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: white;
    border: 4px solid #007bff;
    top: 15px; /* Adjust vertical position of the circle */
    z-index: 1;
}

#category-posts-4 .timeline-item:nth-child(odd)::after {
    right: -10px; /* (Circle width / 2) */
}

#category-posts-4 .timeline-item:nth-child(even)::after {
    left: -10px; /* (Circle width / 2) */
}

#category-posts-4 .timeline-content {
    padding: 20px 25px;
    background-color: #ffffff;
    border-radius: 0.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#category-posts-4 .timeline-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}


#category-posts-4 .timeline-date {
    display: block;
    font-size: 1.5rem; /* Larger date */
    font-weight: 700;
    color: #007bff;
    margin-bottom: 5px;
}
#category-posts-4 .timeline-date .year {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    color: #6c757d;
}


#category-posts-4 .timeline-post-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #343a40;
}
#category-posts-4 .timeline-post-title a {
    color: inherit;
    text-decoration: none;
}
#category-posts-4 .timeline-post-title a:hover {
    color: #0056b3;
}

#category-posts-4 .timeline-excerpt {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limit to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#category-posts-4 .readmore-btn {
    font-size: 0.85rem;
    font-weight: 500;
}
#category-posts-4 .readmore-btn i {
    margin-left: 5px;
}

/* Pagination Wrapper */
#category-posts-4 .pagination-wrapper {
    margin-top: 1rem; /* Reduced margin as timeline items have bottom margin */
    display: flex;
    justify-content: center;
}

/* Responsive adjustments for timeline */
@media (max-width: 767.98px) {
    #category-posts-4 .timeline:before {
        left: 15px; /* Move line to the left for mobile */
        margin-left: 0;
    }

    #category-posts-4 .timeline-item {
        width: 100%;
        padding-left: 50px; /* Space for content from the line */
        padding-right: 0;
        text-align: left !important; /* Force left align for all items */
        margin-bottom: 30px;
    }

    #category-posts-4 .timeline-item:nth-child(odd),
    #category-posts-4 .timeline-item:nth-child(even) {
        left: 0; /* Align all items to the left of the line */
        padding-left: 50px;
    }

    #category-posts-4 .timeline-item::after {
        left: 5px; /* Adjust circle position (15px line - 10px half circle width) */
    }
    #category-posts-4 .timeline-date {
        font-size: 1.3rem;
    }
    #category-posts-4 .timeline-post-title {
        font-size: 1.15rem;
    }
}




#cta-banner-12 {
  padding: 5rem 1rem;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 0.375rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #198754;
  color: #ffffff;
}
#cta-banner-12 .container {
  max-width: 800px;
}
#cta-banner-12 .cta-icon {
  margin-bottom: 1rem;
  opacity: 0.9;
}
#cta-banner-12 .benefit-headline {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#cta-banner-12 .benefit-description {
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
  opacity: 0.9;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#cta-banner-12 .cta-button .btn {
  padding: 0.9rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  #cta-banner-12 .benefit-headline {
    font-size: 2.1rem;
  }
}
@media (max-width: 767.98px) {
  #cta-banner-12 {
    padding: 4rem 1rem;
  }
  #cta-banner-12 .benefit-headline {
    font-size: 1.8rem;
  }
  #cta-banner-12 .benefit-description {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  #cta-banner-12 .cta-button .btn {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
}



#faq-4 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#faq-4 .faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq-4 .faq-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#faq-4 .accordion-button {
  background-color: #ffffff;
  color: #17a2b8;
  border: 1px solid #17a2b8;
  border-radius: 4px;
  padding: 15px;
  font-size: 16px;
  text-align: left;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
#faq-4 .accordion-button.collapsed {
  background-color: #ffffff;
  color: #17a2b8;
}
#faq-4 .accordion-button:not(.collapsed) {
  background-color: #17a2b8;
  color: #ffffff;
}
#faq-4 .accordion-body {
  padding: 20px;
  background-color: #e9ecef;
  border-left: 2px solid #17a2b8;
  animation: fadeIn 0.5s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


