
#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%;
  }
}



#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;
  }
}



#features-30 {
  padding: 60px 0;
  overflow: hidden;
background-color: {{ $data['features-30']['fallback_bg_color'] ?? '#f1f3f5' }}; 
}
#features-30 .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #343a40;
}
#features-30 .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-30 .section-title p {
  margin-bottom: 50px; 
  color: #6c757d;
}
#features-30 .feature-item-shape {
  text-align: center;
  padding: 25px;
  background-color: #ffffff; 
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%; 
  display: flex;
  flex-direction: column; 
}
#features-30 .feature-item-shape:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
#features-30 .shaped-icon {
  width: 80px; 
  height: 80px;
  border-radius: 50%; 
  margin: 0 auto 25px auto; 
  display: flex;
  align-items: center;
  justify-content: center;
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1); 
  transition: transform 0.3s ease;
}
#features-30 .feature-item-shape:hover .shaped-icon {
    transform: scale(1.1); 
}
#features-30 .shaped-icon i {
  font-size: 32px; 
  color: #ffffff; 
  line-height: 0;
}
#features-30 .feature-item-shape h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #343a40;
}
#features-30 .feature-item-shape p {
  font-size: 15px;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 0;
  flex-grow: 1; 
}
@media (max-width: 767.98px) {
  #features-30 .section-title h2 {
    font-size: 28px;
  }
  #features-30 .shaped-icon {
     width: 70px;
     height: 70px;
     margin-bottom: 20px;
  }
   #features-30 .shaped-icon i {
     font-size: 28px;
   }
   #features-30 .feature-item-shape h4 {
     font-size: 17px;
   }
}



#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;
  }
}



#our-services-23 {
  padding: 80px 0;
  background-color: #f8f9fa;
}
#our-services-23 .services-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2.2rem;
}
#our-services-23 .service-tabs-nav {
  margin-bottom: 3rem;
  border-bottom-color: #dee2e6;
}
#our-services-23 .service-tabs-nav .nav-link {
  color: #495057;
  background-color: transparent;
  border-color: transparent transparent #dee2e6;
  border-bottom-width: 3px;
  padding: 0.8rem 1.5rem;
  font-weight: 500;
  transition: color 0.2s ease, border-color 0.2s ease;
}
#our-services-23 .service-tabs-nav .nav-link:hover {
  color: #0d6efd;
  border-color: transparent transparent #adb5bd;
}
#our-services-23 .service-tabs-nav .nav-link.active {
  color: #0d6efd;
  font-weight: 600;
  background-color: transparent;
  border-color: transparent transparent #0d6efd;
}
#our-services-23 .service-pills-nav {
  margin-bottom: 3rem;
}
#our-services-23 .service-pills-nav .nav-link {
  color: #495057;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 50rem;
  padding: 0.7rem 1.5rem;
  font-weight: 500;
  margin: 0 0.3rem;
  transition: color 0.2s ease, background-color 0.2s ease,
    border-color 0.2s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
#our-services-23 .service-pills-nav .nav-link:hover {
  border-color: #adb5bd;
  background-color: #f8f9fa;
}
#our-services-23 .service-pills-nav .nav-link.active {
  color: #fff;
  font-weight: 600;
  background-color: #0d6efd;
  border-color: #0d6efd;
  box-shadow: none;
}
#our-services-23 .tab-content {
  padding-top: 1rem;
}
#our-services-23 .tab-pane-content h4 {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  color: #212529;
}
#our-services-23 .tab-pane-content p {
  color: #495057;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
#our-services-23 .tab-pane-features {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}
#our-services-23 .tab-pane-features li {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  color: #343a40;
  font-size: 0.95rem;
}
#our-services-23 .tab-pane-features li i {
  color: #198754;
  margin-right: 10px;
  font-size: 1.1em;
}
#our-services-23 .tab-pane-image {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#our-services-23 .tab-pane-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  #our-services-23 .tab-pane-image {
    margin-top: 2rem;
  }
}



#why-choose-us-7 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
#why-choose-us-7 .row {
  display: flex;
  gap: 30px;
  align-items: center;
}
#why-choose-us-7 .image-column {
  flex: 1;
  border-radius: 8px;
  overflow: hidden;
}
#why-choose-us-7 .image-column img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#why-choose-us-7 .content-column {
  flex: 2;
}
#why-choose-us-7 .content-column h2 {
  font-size: 2rem;
  margin-bottom: 15px;
}
#why-choose-us-7 .reason-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#why-choose-us-7 .reason-list li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
#why-choose-us-7 .reason-list li i {
  font-size: 2rem;
  color: #28a745;
  margin-right: 15px;
}
#why-choose-us-7 .reason-list li .reason-content h5 {
  margin: 0;
  font-size: 1.2rem;
}
#why-choose-us-7 .reason-list li .reason-content p {
  margin: 0;
  color: #555;
}
@media (max-width: 768px) {
  #why-choose-us-7 .row {
    flex-direction: column;
  }
}



#testimonials-13 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #f8f9fa);
  overflow: hidden;
}
#testimonials-13 .container {
  max-width: 800px;
}
#testimonials-13 .testimonial-card-featured {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px 50px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
}
#testimonials-13 .testimonial-card-featured::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 6rem;
  color: #e9ecef;
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 1;
  line-height: 1;
  opacity: 0.8;
}
#testimonials-13 .testimonial-content {
  position: relative;
  z-index: 2;
}
#testimonials-13 .client-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 20px auto;
  border: 4px solid #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
#testimonials-13 .testimonial-quote {
  font-size: 1.25rem;
  font-weight: 400;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 25px;
  font-style: italic;
}
#testimonials-13 .client-info .client-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #343a40;
  display: block;
  margin-bottom: 3px;
}
#testimonials-13 .client-info .client-position {
  font-size: 0.95rem;
  color: #6c757d;
  display: block;
}
#testimonials-13 .rating {
  margin-top: 15px;
  color: #ffc107;
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  #testimonials-13 {
    padding: 50px 0;
  }
  #testimonials-13 .testimonial-card-featured {
    padding: 30px 25px;
  }
  #testimonials-13 .testimonial-card-featured::before {
    font-size: 4.5rem;
    top: 15px;
    left: 15px;
  }
  #testimonials-13 .client-image img {
    width: 80px;
    height: 80px;
  }
  #testimonials-13 .testimonial-quote {
    font-size: 1.1rem;
  }
}



/* === Section & Header === */
.post-section {
  padding: 60px 0;
  background: #fff;
}
.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: #666;
  margin-top: 8px;
}

/* === Magazine Layout === */
.magazine-layout {
  gap: 1.5rem;
}
.hero-post, .secondary-grid {
  margin-bottom: 1.5rem;
}
.hero-post .card {
  height: 100%;
  border: none;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
}
.hero-post .card img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100%;
}
.hero-post .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  color: #fff;
  padding: 1.5rem;
}
.hero-post .card-body h5 {
  font-size: 1.75rem;
  margin-bottom: 0.75rem;
}
.hero-post .btn-readmore {
  color: #fff;
  border: 1px solid #fff;
}

/* Secondary grid */
.secondary-grid .secondary-item {
  padding: 0.5rem;
}
.secondary-item .card {
  border: none;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: transform 0.3s;
}
.secondary-item .card:hover {
  transform: translateY(-5px);
}
.secondary-item img {
  width: 100%;
  height: auto;
  display: block;
}
.secondary-item .card-body {
  padding: 0.75rem;
}
.secondary-item h6 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.secondary-item .btn-readmore {
  font-size: 0.85rem;
  padding: 0.25rem 0.5rem;
}

/* === Browse All Button === */
.browse-all {
  text-align: center;
  margin-top: 30px;
}




#how-it-works-30 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eef2f7;
}
#how-it-works-30 .section-title-container {
  margin-bottom: 50px;
}
#how-it-works-30 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1e2b3c;
}
#how-it-works-30 .section-main-subtitle {
  font-size: 1.1rem;
  color: #5a677d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-30 .tier-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 35px 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-top: 5px solid #0d6efd;
}
#how-it-works-30 .tier-card.highlighted-tier {
  border-top-color: #ffc107;
  transform: scale(1.03);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}
#how-it-works-30 .tier-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}
#how-it-works-30 .tier-card.highlighted-tier:hover {
  transform: translateY(-8px) scale(1.04);
}
#how-it-works-30 .tier-header {
  text-align: center;
  margin-bottom: 25px;
}
#how-it-works-30 .tier-icon-display {
  font-size: 3rem;
  color: #0d6efd;
  margin-bottom: 15px;
}
#how-it-works-30 .tier-card.highlighted-tier .tier-icon-display {
  color: #ffc107;
}
#how-it-works-30 .tier-name-title {
  font-size: 1.7rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 8px;
}
#how-it-works-30 .tier-description-text {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.6;
  min-height: 50px;
  margin-bottom: 20px;
}
#how-it-works-30 .tier-process-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
  flex-grow: 1;
}
#how-it-works-30 .tier-process-list li {
  font-size: 0.9rem;
  color: #495057;
  padding: 10px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
}
#how-it-works-30 .tier-process-list li:last-child {
  border-bottom: none;
}
#how-it-works-30 .tier-process-list li i {
  color: #20c997;
  margin-right: 12px;
  font-size: 1rem;
  width: 20px;
  text-align: center;
}
#how-it-works-30 .tier-process-list li.highlight-step {
  font-weight: 500;
  color: #0d6efd;
}
#how-it-works-30 .tier-process-list li.highlight-step i {
  color: #0d6efd;
}
#how-it-works-30 .tier-price-display {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0d6efd;
  margin-bottom: 25px;
}
#how-it-works-30 .tier-card.highlighted-tier .tier-price-display {
  color: #ffc107;
}
#how-it-works-30 .tier-action-button {
  margin-top: auto;
  display: block;
  width: 100%;
  padding: 12px 20px;
  font-size: 1rem;
  font-weight: 500;
}



#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;
  }
}



#faq-27 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#faq-27 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
}
#faq-27 .faq-video-wrapper {
  margin-bottom: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#faq-27 .faq-video-title {
  font-weight: 600;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  color: #343a40;
}
#faq-27 .faq-video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
#faq-27 .faq-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#faq-27 .additional-faqs-title {
  text-align: center;
  font-weight: 600;
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  color: #495057;
}
#faq-27 .accordion-item {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  margin-bottom: 1rem;
  border-radius: 6px !important;
  overflow: hidden;
}
#faq-27 .accordion-button {
  font-weight: 500;
  color: #495057;
  background-color: #fff;
  padding: 1rem 1.25rem;
  border: none;
  box-shadow: none !important;
  text-align: left;
}
#faq-27 .accordion-button:not(.collapsed) {
  color: #0b5ed7;
  background-color: #f0f7ff;
}
#faq-27 .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='currentColor'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transition: transform 0.2s ease-in-out;
  filter: brightness(0.6);
}
#faq-27 .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230b5ed7'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
  filter: none;
}
#faq-27 .accordion-body {
  padding: 1.25rem 1.5rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
  border-top: 1px solid #eee;
}
#faq-27 .accordion-body p:last-child {
  margin-bottom: 0;
}



#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;
}


