
#cta-banner-18 {
  padding: 3rem 1rem;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 0.375rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 1px solid transparent;
  background-color: #e9ecef;
  color: #084298;
  border-color: #b6d4fe;
}
#cta-banner-18 .container {
  max-width: 800px;
}
#cta-banner-18 .event-icon {
  margin-bottom: 1rem;
  font-size: 2rem;
  opacity: 0.8;
}
#cta-banner-18 .event-title {
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
#cta-banner-18 .event-details {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #555;
}
#cta-banner-18 .event-description {
  font-size: 1rem;
  color: #495057;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#cta-banner-18 .cta-button .btn {
  padding: 0.8rem 2.2rem;
  font-size: 1.05rem;
  font-weight: 500;
}
#cta-banner-18 .cta-button .btn i {
  margin-right: 0.5rem;
}
@media (max-width: 767.98px) {
  #cta-banner-18 {
    padding: 2.5rem 1rem;
  }
  #cta-banner-18 .event-title {
    font-size: 1.8rem;
  }
  #cta-banner-18 .event-details {
    font-size: 1rem;
  }
  #cta-banner-18 .event-description {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }
  #cta-banner-18 .cta-button .btn {
    padding: 0.7rem 1.8rem;
    font-size: 1rem;
  }
}



#about-us-18 {
  padding: 60px 0;
  background-color: #222;
  color: #fff;
}
#about-us-18 .section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #ffc107;
  margin-bottom: 20px;
  text-align: center;
}
#about-us-18 .section-subtitle {
  font-size: 1.1rem;
  color: #ccc;
  text-align: center;
  margin-bottom: 30px;
}
#about-us-18 .company-description {
  font-size: 1rem;
  color: #ddd;
  line-height: 1.7;
  margin-bottom: 40px;
}
#about-us-18 .mission-vision-wrapper {
  margin-bottom: 40px;
}
#about-us-18 .mission-vision-item {
  padding: 20px;
  background-color: #333;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}
#about-us-18 .mission-vision-item h3 {
  font-size: 1.5rem;
  color: #ffc107;
  margin-bottom: 10px;
}
#about-us-18 .mission-vision-item p {
  font-size: 1rem;
  color: #ccc;
  line-height: 1.6;
}
#about-us-18 .core-values-wrapper {
  margin-bottom: 40px;
}
#about-us-18 .core-values-wrapper h3 {
  font-size: 1.5rem;
  color: #ffc107;
  text-align: center;
  margin-bottom: 20px;
}
#about-us-18 .core-value-item {
  text-align: center;
  padding: 20px;
  border: 1px solid #555;
  border-radius: 8px;
  margin-bottom: 20px;
}
#about-us-18 .core-value-item i {
  font-size: 2rem;
  color: #007bff;
  margin-bottom: 10px;
}
#about-us-18 .core-value-item p {
  font-size: 1rem;
  color: #ccc;
}
#about-us-18 .game-highlights-wrapper h3 {
  font-size: 1.5rem;
  color: #ffc107;
  text-align: center;
  margin-bottom: 30px;
}
#about-us-18 .game-highlight-card {
  padding: 20px;
  background-color: #333;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  text-align: center;
}
#about-us-18 .game-highlight-card i {
  font-size: 2.5rem;
  color: #007bff;
  margin-bottom: 15px;
}
#about-us-18 .game-highlight-card h4 {
  font-size: 1.2rem;
  color: #ffc107;
  margin-bottom: 10px;
}
#about-us-18 .game-highlight-card p {
  font-size: 0.9rem;
  color: #ddd;
}
#about-us-18 .responsible-gaming-wrapper {
  margin-top: 40px;
  padding: 30px;
  background-color: #444;
  border-radius: 8px;
  text-align: center;
}
#about-us-18 .responsible-gaming-wrapper h3 {
  font-size: 1.5rem;
  color: #ffc107;
  margin-bottom: 20px;
}
#about-us-18 .responsible-gaming-wrapper p {
  font-size: 1rem;
  color: #ccc;
}
@media (min-width: 768px) {
  #about-us-18 .mission-vision-wrapper {
    display: flex;
    gap: 30px;
  }
  #about-us-18 .mission-vision-item {
    flex: 1;
    margin-bottom: 0;
  }
  #about-us-18 .core-values-wrapper .row > div {
    margin-bottom: 0;
  }
  #about-us-18 .game-highlights-wrapper .row > div {
    margin-bottom: 0;
  }
}



#features-9 {
  padding: 60px 0;
  background-color: #ffffff;
  text-align: center;
}
#features-9 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-9 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-9 .feature-item {
  position: relative;
  padding: 40px 20px;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
#features-9 .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#features-9 .feature-icon {
  font-size: 50px;
  color: #17a2b8;
  margin-bottom: 20px;
}
#features-9 .feature-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 162, 184, 0.8);
  color: #ffffff;
  opacity: 0;
  transition: opacity 0.3s;
  padding: 20px;
}
#features-9 .feature-item:hover .feature-overlay {
  opacity: 1;
}
#features-9 .feature-overlay h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
#features-9 .feature-overlay p {
  font-size: 14px;
}



#portfolio-18 {
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: #f8f9fa;
}
#portfolio-18 .section-title-container {
  margin-bottom: 50px;
}
#portfolio-18 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #2c3e50;
}
#portfolio-18 .section-main-subtitle {
  font-size: 1.1rem;
  color: #5a677d;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#portfolio-18 .comparison-item-wrapper {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
}
#portfolio-18 .comparison-item-wrapper:last-child {
  margin-bottom: 0;
}
#portfolio-18 .comparison-project-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #0d6efd;
  margin-bottom: 10px;
  text-align: center;
}
#portfolio-18 .comparison-project-description {
  font-size: 1rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 25px;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#portfolio-18 .image-comparison-container {
  display: flex;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
#portfolio-18 .comparison-image-half {
  width: 50%;
  position: relative;
  background-color: #e0e0e0;
}
#portfolio-18 .comparison-image-half img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
#portfolio-18 .comparison-image-label {
  position: absolute;
  top: 10px;
  padding: 6px 12px;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 0 4px 4px 0;
}
#portfolio-18 .before-image .comparison-image-label {
  left: 0;
}
#portfolio-18 .after-image .comparison-image-label {
  right: 0;
  border-radius: 4px 0 0 4px;
}
#portfolio-18 .illustrative-slider-cue {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 2px solid #0d6efd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: ew-resize;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#portfolio-18 .illustrative-slider-cue i {
  color: #0d6efd;
  font-size: 1.5rem;
}
#portfolio-18 .comparison-item-link {
  text-align: center;
  margin-top: 25px;
}
@media (max-width: 767.98px) {
  #portfolio-18 .image-comparison-container {
    flex-direction: column;
  }
  #portfolio-18 .comparison-image-half {
    width: 100%;
  }
  #portfolio-18 .comparison-image-half img {
    height: 300px;
  }
  #portfolio-18 .illustrative-slider-cue {
    top: calc(50% - 25px);
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
    cursor: ns-resize;
  }
  #portfolio-18 .comparison-project-title {
    font-size: 1.5rem;
  }
}



#awards-11 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#awards-11 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#awards-11 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#awards-11 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#awards-11 .certification-item {
  text-align: center;
  padding: 1.5rem;
}
#awards-11 .cert-icon {
  margin-bottom: 1.5rem;
}
#awards-11 .cert-icon i {
  font-size: 3rem;
  color: var(--bs-primary);
}
#awards-11 .cert-area {
  font-size: 1.3rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.75rem;
}
#awards-11 .cert-description {
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 1rem;
}
#awards-11 .cert-details-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0.85rem;
  color: #6c757d;
}
#awards-11 .cert-details-list li {
  margin-bottom: 0.25rem;
}
#awards-11 .cert-details-list li::before {
  content: "\f111";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.5em;
  margin-right: 0.5rem;
  color: var(--bs-primary);
  opacity: 0.6;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  #awards-11 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #awards-11 .section-title {
    font-size: 2.1rem;
  }
  #awards-11 .certification-item {
    padding: 1rem;
  }
  #awards-11 .cert-area {
    font-size: 1.2rem;
  }
}



#press-mentions-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#press-mentions-2 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#press-mentions-2 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #212529;
}
#press-mentions-2 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#press-mentions-2 .quote-card {
  background-color: #ffffff;
  border: 1px solid #e0e5eb;
  border-radius: 0.5rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}
#press-mentions-2 .quote-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#press-mentions-2 .quote-content {
  font-size: 1.1rem;
  font-style: italic;
  color: #343a40;
  margin-bottom: 1.5rem;
  line-height: 1.7;
  flex-grow: 1;
  padding-left: 1rem;
  border-left: 3px solid var(--bs-primary);
}
#press-mentions-2 .quote-source {
  margin-top: auto;
  padding-top: 1.5rem;
  border-top: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
}
#press-mentions-2 .source-logo img {
  height: 35px;
  width: auto;
  max-width: 120px;
  margin-right: 1rem;
  /* filter: contrast(0) brightness(1.5); */
  opacity: 0.8;
}
#press-mentions-2 .source-logo .placeholder-icon {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #e9ecef;
  border-radius: 4px;
  margin-right: 1rem;
  display: inline-block;
}
#press-mentions-2 .source-logo .placeholder-icon i {
  color: #adb5bd;
  font-size: 1rem;
}
#press-mentions-2 .source-info {
  flex-grow: 1;
}
#press-mentions-2 .source-name {
  font-weight: 600;
  margin-bottom: 0.1rem;
  color: #495057;
  font-size: 1rem;
}
#press-mentions-2 .article-link {
  font-size: 0.85rem;
  color: var(--bs-primary);
  text-decoration: none;
  display: block;
}
#press-mentions-2 .article-link:hover {
  text-decoration: underline;
}
#press-mentions-2 .article-link i {
  margin-left: 0.3rem;
  font-size: 0.8em;
}
#press-mentions-2 .article-date {
  font-size: 0.8rem;
  color: #6c757d;
  margin-top: 0.2rem;
  display: block;
}
@media (max-width: 767.98px) {
  #press-mentions-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #press-mentions-2 .section-title {
    font-size: 2.1rem;
  }
  #press-mentions-2 .quote-card {
    padding: 1.5rem;
  }
  #press-mentions-2 .quote-content {
    font-size: 1rem;
  }
}



#testimonials-1 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#testimonials-1 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#testimonials-1 .carousel {
  position: relative;
}
#testimonials-1 .carousel-item {
  text-align: center;
  padding: 30px;
}
#testimonials-1 .testimonial-message {
  font-size: 1.1rem;
  font-style: italic;
  margin-bottom: 15px;
  color: #333;
}
#testimonials-1 .client-info {
  font-size: 0.95rem;
  color: #777;
}
#testimonials-1 .client-info img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
}



#our-services-27 {
  padding: 80px 0;
  background-color: #f8f9fa;
}
#our-services-27 .service-description-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#our-services-27 .service-title {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #1a1a1a;
}
#our-services-27 .service-description {
  color: #495057;
  line-height: 1.7;
  margin-bottom: 2rem;
  font-size: 1rem;
}
#our-services-27 .btn-service-cta {
  padding: 0.8rem 2rem;
  font-weight: 600;
  align-self: flex-start;
}
#our-services-27 .key-stats-col {
}
#our-services-27 .stat-block {
  background-color: #fff;
  padding: 2rem 1.5rem;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  height: 100%;
  border: 1px solid #eee;
  transition: transform 0.3s ease;
}
#our-services-27 .stat-block:hover {
  transform: translateY(-5px);
}
#our-services-27 .stat-icon {
  font-size: 2.5rem;
  color: #0d6efd;
  margin-bottom: 1rem;
  line-height: 1;
}
#our-services-27 .stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #212529;
  display: block;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
#our-services-27 .stat-label {
  font-size: 0.9rem;
  color: #555;
  display: block;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  #our-services-27 .service-description-col {
    text-align: center;
    margin-bottom: 3rem;
  }
  #our-services-27 .btn-service-cta {
    align-self: center;
  }
}
@media (max-width: 767.98px) {
  #our-services-27 .stat-block {
    margin-bottom: 1rem;
  }
  #our-services-27 .stat-icon {
    font-size: 2rem;
  }
  #our-services-27 .stat-number {
    font-size: 2rem;
  }
}



/* style.css for post-section-3 */
#post-section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #eef1f5; /* A cool, light grey background */
}

#post-section-3 .section-header {
    margin-bottom: 50px;
    text-align: center;
}

#post-section-3 .section-header .section-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #2a3b4c; /* Dark blue-grey */
    margin-bottom: 12px;
}

#post-section-3 .section-header .section-subtitle {
    font-size: 1.1rem;
    color: #586776; /* Softer grey */
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

#post-section-3 .post-grid-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px; /* Rounded corners for the item */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    height: 280px; /* Fixed height for grid items, adjust as needed */
}

#post-section-3 .post-grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

#post-section-3 .post-grid-item-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

#post-section-3 .post-grid-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

#post-section-3 .post-grid-item:hover .post-grid-image {
    transform: scale(1.1);
}

#post-section-3 .post-grid-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
    color: #ffffff;
    padding: 40px 20px 20px 20px; /* More padding at the bottom */
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%; /* Make overlay cover the entire item */
    box-sizing: border-box;
}

#post-section-3 .post-grid-item:hover .post-grid-overlay {
    opacity: 1;
    transform: translateY(0);
}

#post-section-3 .post-grid-categories {
    margin-bottom: 8px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease 0.1s, transform 0.3s ease 0.1s; /* Delayed appearance */
}

#post-section-3 .post-grid-item:hover .post-grid-categories {
    opacity: 1;
    transform: translateY(0);
}

#post-section-3 .post-grid-category-badge {
    font-size: 0.7rem;
    font-weight: 500;
    padding: 0.3em 0.6em;
    margin-right: 5px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#post-section-3 .post-grid-title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0;
    color: #ffffff;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease 0.2s, transform 0.3s ease 0.2s; /* Further delayed appearance */
}

#post-section-3 .post-grid-item:hover .post-grid-title {
    opacity: 1;
    transform: translateY(0);
}

#post-section-3 .pagination-container {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
    #post-section-3 .post-grid-item {
        height: 250px;
    }
    #post-section-3 .post-grid-title {
        font-size: 1.1rem;
    }
}

@media (max-width: 767.98px) {
    #post-section-3 .post-grid-item {
        height: 220px;
        margin-bottom: 20px; /* Ensure spacing when stacked */
    }
    #post-section-3 .post-grid-title {
        font-size: 1rem;
    }
    #post-section-3 .section-header .section-title {
        font-size: 2rem;
    }
}

@media (max-width: 575.98px) {
    #post-section-3 .post-grid-item {
        height: 200px;
    }
}




#faq-25 {
  padding: 80px 0;
  background-color: #fff;
}
#faq-25 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
}
#faq-25 .accordion-item {
  border: 1px solid #e9ecef;
  border-radius: 0.5rem !important;
  margin-bottom: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
#faq-25 .accordion-button {
  font-weight: 600;
  color: #343a40;
  background-color: #f8f9fa;
  padding: 1.2rem 1.5rem;
  border: none;
  box-shadow: none !important;
}
#faq-25 .accordion-button:not(.collapsed) {
  color: #0d6efd;
  background-color: #e7f1ff;
}
#faq-25 .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d6efd'%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;
}
#faq-25 .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='%230d6efd'%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);
}
#faq-25 .accordion-body {
  padding: 1.5rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
  border-top: 1px solid #eee;
}
#faq-25 .accordion-body p:last-child {
  margin-bottom: 0;
}
#faq-25 .ask-question-card {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 2rem;
  height: 100%;
}
#faq-25 .ask-question-card h4 {
  font-weight: 600;
  margin-bottom: 0.75rem;
}
#faq-25 .ask-question-card .form-text {
  color: #6c757d;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}
#faq-25 .ask-question-card .form-label {
  font-weight: 500;
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
}
#faq-25 .ask-question-card .form-control {
  margin-bottom: 1rem;
}
#faq-25 .ask-question-card textarea.form-control {
  min-height: 120px;
}
#faq-25 .ask-question-card .btn-submit-question {
  width: 100%;
  padding: 0.75rem;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  #faq-25 .ask-question-card {
    margin-top: 2rem;
  }
}



#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;
}


