
#hero-14 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 68vh;
  padding: 6rem 0;
  text-align: center;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  --hero-overlay-color: transparent;
}
#hero-14::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--hero-overlay-color);
  z-index: 1;
  pointer-events: none;
}
#hero-14 .container {
  position: relative;
  z-index: 2;
}
#hero-14 .hero-content-wrapper-14 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
#hero-14 .hero-title-14 {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-14 .hero-subtitle-14 {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
  opacity: 0.9;
}
#hero-14 .hero-form-wrapper-14 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
#hero-14 .input-group .form-control {
  padding: 0.8rem 1.2rem;
  font-size: 1rem;
  border-radius: 0.3rem 0 0 0.3rem;
  border: none;
}
#hero-14 .input-group .btn-form-submit-14 {
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  border-radius: 0 0.3rem 0.3rem 0;
  border: none;
  background-color: #0d6efd;
  color: #ffffff;
  transition: filter 0.2s ease;
}
#hero-14 .input-group .btn-form-submit-14:hover {
  filter: brightness(110%);
}
@media (max-width: 767.98px) {
  #hero-14 {
    min-height: 60vh;
    padding: 4rem 0;
  }
  #hero-14 .hero-title-14 {
    font-size: 2.2rem;
  }
  #hero-14 .hero-subtitle-14 {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  #hero-14 .input-group {
    flex-direction: column;
    gap: 0.5rem;
  }
  #hero-14 .input-group .form-control,
  #hero-14 .input-group .btn-form-submit-14 {
    border-radius: 0.3rem;
    width: 100%;
  }
}



#features-18 {
  padding: 60px 0;
  overflow: hidden;
  background-color: {{ $data['features-18']['bg_color'] ?? '#f8f9fa' }};
}
#features-18 .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #343a40;
}
#features-18 .section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--bs-primary, #0d6efd);
  bottom: 0;
  left: calc(50% - 25px);
}
#features-18 .section-title p {
  margin-bottom: 40px;
  color: #6c757d;
}
#features-18 .feature-row {
  margin-bottom: 60px; 
}
#features-18 .feature-row:last-child {
  margin-bottom: 0;
}
#features-18 .feature-content h3 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
  color: #343a40;
}
#features-18 .feature-content p {
  color: #6c757d;
  margin-bottom: 20px;
  line-height: 1.7;
}
#features-18 .feature-content ul {
  list-style: none;
  padding: 0;
}
#features-18 .feature-content ul li {
  padding-bottom: 10px;
  display: flex;
  align-items: flex-start;
  color: #495057;
}
#features-18 .feature-content ul i {
  font-size: 18px;
  color: var(--bs-primary, #0d6efd);
  margin-right: 8px;
  flex-shrink: 0;
  line-height: 1.4;
  margin-top: 4px; 
}
#features-18 .feature-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991.98px) {
  #features-18 .feature-image {
    text-align: center;
    margin-bottom: 30px; 
  }
  #features-18 .feature-content {
     text-align: center; 
   }
   #features-18 .feature-content ul {
     display: inline-block; 
     text-align: left;
   }
}
@media (max-width: 767.98px) {
  #features-18 .section-title h2 {
    font-size: 28px;
  }
  #features-18 .feature-content h3 {
    font-size: 24px;
  }
}



#call-to-action-23 {
  padding: 5rem 0;
  overflow: hidden;
}
.cta-form-content h2 {
  font-weight: 700;
  color: #312e81;
}
.cta-form-content p {
  color: #4f46e5;
  font-size: 1.1rem;
}
.cta-form-wrapper .input-group {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0.375rem;
}
.cta-form-wrapper .form-control {
  min-height: 3.5rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-color: #e0e7ff;
}
.cta-form-wrapper .form-control:focus {
  border-color: #a5b4fc;
  box-shadow: 0 0 0 0.25rem rgba(79, 70, 229, 0.25);
}
.cta-form-wrapper .btn {
  min-height: 3.5rem;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background-color: #4f46e5;
  border-color: #4f46e5;
  color: #fff;
  font-weight: 600;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cta-form-wrapper .btn:hover {
  background-color: #4338ca;
  border-color: #4338ca;
}
@media (max-width: 991.98px) {
  .cta-form-content {
    margin-bottom: 2rem;
    text-align: center;
  }
}



#our-services-5 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 900px;
}
#our-services-5 .nav-tabs .nav-link {
  font-size: 1rem;
  padding: 10px 15px;
}
#our-services-5 .tab-content {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
#our-services-5 .service-tab {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}



#overview-17 {
  overflow: hidden;
  background-color: var(--section-bg-color, #ffffff);
}
#overview-17 .overview-section-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#overview-17 .section-intro {
  margin-bottom: 3.5rem;
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#overview-17 .section-intro .section-heading {
  margin-bottom: 0.5rem;
}
#overview-17 .section-intro .lead {
  color: #6c757d;
  margin-bottom: 0;
}
#overview-17 .content-grid-item {
  background-color: #f8f9fa;
  padding: 2rem;
  border-radius: 0.5rem;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease-in-out;
  height: 100%;
  text-align: center;
  position: relative;
}
#overview-17 .content-grid-item:hover {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #ffffff;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(var(--bs-primary-rgb), 0.25);
}
#overview-17 .content-grid-item:hover .grid-item-icon,
#overview-17 .content-grid-item:hover h5,
#overview-17 .content-grid-item:hover p {
  color: #ffffff !important;
}
#overview-17 .grid-item-icon {
  font-size: 3rem;
  color: var(--bs-primary);
  margin-bottom: 1.5rem;
  display: inline-block;
  transition: color 0.3s ease-in-out;
}
#overview-17 .content-grid-item h5 {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
  color: #343a40;
  transition: color 0.3s ease-in-out;
}
#overview-17 .content-grid-item p {
  font-size: 0.95rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 0;
  transition: color 0.3s ease-in-out;
}
#overview-17 .cta-wrapper {
  text-align: center;
  margin-top: 3rem;
}



#how-it-works-25 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
#how-it-works-25 .section-title-container {
  margin-bottom: 60px;
}
#how-it-works-25 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}
#how-it-works-25 .section-main-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-25 .vertical-stepper-container {
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
  max-width: 900px;
}
#how-it-works-25 .vertical-stepper-container::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #0d6efd;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1.5px;
  z-index: 0;
}
#how-it-works-25 .stepper-item {
  padding: 10px 0px;
  position: relative;
  width: 100%;
  display: flex;
  margin-bottom: 30px;
}
#how-it-works-25 .stepper-item:last-child {
  margin-bottom: 0;
}
#how-it-works-25 .stepper-item-content-wrapper {
  width: calc(50% - 40px);
  position: relative;
}
#how-it-works-25 .stepper-item:nth-child(odd) .stepper-item-content-wrapper {
  order: 1;
  padding-right: 40px;
  text-align: right;
}
#how-it-works-25 .stepper-item:nth-child(even) .stepper-item-content-wrapper {
  order: 3;
  margin-left: calc(50% + 40px);
  padding-left: 40px;
  text-align: left;
}
#how-it-works-25 .stepper-marker {
  width: 50px;
  height: 50px;
  line-height: 42px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  background-color: #0d6efd;
  border: 4px solid #ffffff;
  box-shadow: 0 0 0 3px #0d6efd;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  z-index: 1;
  order: 2;
}
#how-it-works-25 .stepper-item-content {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
}
#how-it-works-25 .stepper-item-content .item-icon {
  font-size: 1.5rem;
  color: #0d6efd;
  margin-bottom: 8px;
  display: block;
}
#how-it-works-25 .stepper-item:nth-child(odd) .stepper-item-content .item-icon {
  float: right;
  margin-left: 10px;
  margin-bottom: 0px;
}
#how-it-works-25
  .stepper-item:nth-child(even)
  .stepper-item-content
  .item-icon {
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
}
#how-it-works-25 .stepper-item-content .item-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 8px;
}
#how-it-works-25 .stepper-item-content .item-description {
  font-size: 0.9rem;
  color: #5a6778;
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  #how-it-works-25 .vertical-stepper-container::after {
    left: 25px;
    margin-left: 0;
  }
  #how-it-works-25 .stepper-item {
    flex-direction: column;
    align-items: flex-start;
  }
  #how-it-works-25 .stepper-marker {
    position: relative;
    left: 0;
    transform: none;
    margin-left: 0;
    top: 0;
    margin-bottom: 15px;
  }
  #how-it-works-25 .stepper-item-content-wrapper,
  #how-it-works-25 .stepper-item:nth-child(even) .stepper-item-content-wrapper {
    width: 100%;
    order: 2;
    margin-left: 0;
    padding-left: 50px;
    padding-right: 0;
    text-align: left;
  }
  #how-it-works-25
    .stepper-item:nth-child(odd)
    .stepper-item-content
    .item-icon,
  #how-it-works-25
    .stepper-item:nth-child(even)
    .stepper-item-content
    .item-icon {
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
}



#call-to-action-9 {
  background-color: #f8f9fa;
  color: #333;
  padding: 60px 20px;
}
#call-to-action-9 .cta-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
#call-to-action-9 .cta-icon {
  flex: 0 0 auto;
}
#call-to-action-9 .cta-icon img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
#call-to-action-9 .cta-text {
  flex: 1 1 300px;
  text-align: left;
}
#call-to-action-9 .cta-text h2 {
  font-size: 32px;
  margin-bottom: 15px;
}
#call-to-action-9 .cta-text p {
  font-size: 16px;
  margin-bottom: 20px;
}
#call-to-Action-9 .cta-btn {
  padding: 10px 25px;
  background-color: #17a2b8;
  color: #fff;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s;
}
#call-to-action-9 .cta-btn:hover {
  background-color: #138496;
}
@media (max-width: 767.98px) {
  #call-to-action-9 .cta-container {
    flex-direction: column;
    text-align: center;
  }
  #call-to-action-9 .cta-text {
    text-align: center;
  }
}



#testimonials-7 {
  padding: 60px 15px;
  max-width: 800px;
  margin: 0 auto;
}
#testimonials-7 .section-header {
  text-align: center;
  margin-bottom: 30px;
}
#testimonials-7 .section-header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#testimonials-7 .section-header p {
  font-size: 1.1rem;
  color: #777;
}
#testimonials-7 .carousel-container {
  position: relative;
  overflow: hidden;
  height: 350px;
}
#testimonials-7 .carousel-item {
  display: none;
  text-align: center;
  padding: 30px;
}
#testimonials-7 .carousel-item.active {
  display: block;
}
#testimonials-7 .carousel-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
#testimonials-7 .carousel-item p {
  font-size: 1.1rem;
  font-style: italic;
  color: #333;
  margin-bottom: 10px;
}
#testimonials-7 .client-info {
  font-size: 0.95rem;
  color: #777;
}



/* Section container & scoped vars */
#category-posts-23 {
  --cp-gradient: linear-gradient(135deg, #ff416c, #ff4b2b);
  --cp-card-bg: #ffffff;
  --cp-card-radius: 1rem;
  --cp-card-shadow: 0 6px 20px rgba(0,0,0,0.1);
  --cp-accent-size: 2rem;

  padding: 80px 20px;
  background: #f5f7fa;
}

/* Header */
#category-posts-23 .section-header {
  text-align: center;
  margin-bottom: 50px;
}
#category-posts-23 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
#category-posts-23 .section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 60%;
  height: 4px;
  background: var(--cp-gradient);
  transform: translateX(-50%);
  border-radius: 2px;
}
#category-posts-23 .section-subtitle {
  font-size: 1rem;
  color: #666;
  margin-top: .5rem;
}

/* Grid layout */
#category-posts-23 .post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

/* Clickable wrapper */
#category-posts-23 .post-card-wrapper {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* Card */
#category-posts-23 .post-card {
  position: relative;
  background: var(--cp-card-bg);
  border-radius: var(--cp-card-radius);
  box-shadow: var(--cp-card-shadow);
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
}
#category-posts-23 .post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Diagonal accent */
#category-posts-23 .post-card::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: var(--cp-accent-size);
  height: var(--cp-accent-size);
  background: var(--cp-gradient);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

/* Thumbnail */
#category-posts-23 .post-card img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: #eee;
}

/* Card content */
#category-posts-23 .card-body {
  padding: 60px 1rem 1rem;
  text-align: center;
}
#category-posts-23 .card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: .5rem;
  color: #333;
}
#category-posts-23 .card-meta {
  font-size: .875rem;
  color: #999;
  margin-bottom: .75rem;
}
#category-posts-23 .card-meta i {
  margin-right: .25rem;
}
#category-posts-23 .card-excerpt {
  font-size: .95rem;
  color: #555;
  margin-bottom: 1rem;
}

/* Custom Read More button */
#category-posts-23 .btn-readmore {
  display: inline-block;
  padding: .6rem 1.5rem;
  font-size: .875rem;
  font-weight: 600;
  color: #fff;
  background: var(--cp-gradient);
  border: none;
  border-radius: 50px;
  transition: transform .3s ease, box-shadow .3s ease;
  position: relative;
  overflow: hidden;
}
#category-posts-23 .btn-readmore::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.2);
  opacity: 0;
  transition: opacity .3s ease;
}
#category-posts-23 .btn-readmore:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}
#category-posts-23 .btn-readmore:hover::after {
  opacity: 1;
}
#category-posts-23 .btn-readmore i {
  margin-left: .5rem;
  transition: transform .3s ease;
}
#category-posts-23 .btn-readmore:hover i {
  transform: translateX(4px);
}

/* Pagination & Load More */
#category-posts-23 .pagination-wrapper,
#category-posts-23 .load-more-wrapper {
  text-align: center;
  margin-top: 3rem;
}




#faq-10 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#faq-10 .faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq-10 .faq-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#faq-10 .faq-item {
  border-bottom: 1px solid #dee2e6;
  padding: 15px 0;
  cursor: pointer;
  position: relative;
}
#faq-10 .faq-item:last-child {
  border-bottom: none;
}
#faq-10 .faq-question {
  font-size: 18px;
  font-weight: bold;
  color: #17a2b8;
}
#faq-10 .faq-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #17a2b8;
  transition: transform 0.3s;
}
#faq-10 .faq-answer {
  display: none;
  font-size: 14px;
  color: #6c757d;
  margin-top: 10px;
}
#faq-10 .faq-item.active .faq-answer {
  display: block;
}
#faq-10 .faq-item.active .faq-icon {
  transform: translateY(-50%) rotate(180deg);
}



#offers-17 {
  padding: 80px 0;
  background-color: #fff;
}
#offers-17 .offer-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
}
#offers-17 .offer-details-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#offers-17 .offer-title {
  font-weight: 700;
  font-size: 1.9rem;
  color: #0d6efd;
  margin-bottom: 1rem;
}
#offers-17 .offer-description {
  color: #495057;
  line-height: 1.7;
  margin-bottom: 1rem;
}
#offers-17 .offer-how-to-claim {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 2rem;
  font-style: italic;
}
#offers-17 .btn-offer-cta {
  padding: 0.8rem 2rem;
  font-weight: 600;
  align-self: flex-start;
}
#offers-17 .offer-gallery-col {
  padding-left: 2rem;
}
#offers-17 .gallery-title {
  font-weight: 600;
  font-size: 1rem;
  color: #343a40;
  margin-bottom: 1rem;
}
#offers-17 .gallery-grid .game-thumbnail {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
#offers-17 .gallery-grid .game-thumbnail:hover {
  transform: scale(1.05);
}
#offers-17 .gallery-grid .game-thumbnail img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  width: 100%;
}
#offers-17 .gallery-grid .game-name-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px 8px;
  font-size: 0.75rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 991.98px) {
  #offers-17 .offer-details-col {
    margin-bottom: 3rem;
    text-align: center;
  }
  #offers-17 .btn-offer-cta {
    align-self: center;
  }
  #offers-17 .offer-gallery-col {
    padding-left: 0;
  }
  #offers-17 .gallery-grid {
    justify-content: center;
  }
}



#call-to-action-19 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
.cta-features-intro h2 {
  font-weight: 700;
  color: #212529;
}
.cta-features-intro p {
  color: #6c757d;
  font-size: 1.1rem;
}
.cta-features-list {
}
.cta-feature-item {
  padding: 1rem;
}
.cta-feature-icon i {
  margin-bottom: 1rem;
}
.cta-feature-title {
  font-weight: 600;
  color: #343a40;
}
.cta-feature-description {
  color: #6c757d;
  font-size: 0.9rem;
}
.cta-features-button .btn {
  padding: 0.8rem 2rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
.cta-features-button .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.cta-features-button .btn i {
  margin-left: 8px;
}


