
#hero-2 {
  background-size: cover;
  background-position: center;
  padding: 150px 20px;
  color: #fff;
  text-align: center;
  position: relative;
}
#hero-2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
#hero-2 .container {
  position: relative;
  z-index: 2;
}
#hero-2 .hero-title {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}
#hero-2 .hero-subtitle {
  font-size: 22px;
  margin-bottom: 30px;
}
.btn.btn-light {
  padding: 14px 40px;
  font-size: 18px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
}



#features-5 {
  padding: 60px 0;
  background-color: #ffffff;
  text-align: center;
}
#features-5 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-5 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-5 .nav-tabs .nav-link {
  color: #17a2b8;
  border: none;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
}
#features-5 .nav-tabs .nav-link.active {
  background-color: #17a2b8;
  color: #ffffff;
  border-radius: 4px;
}
#features-5 .tab-content {
  margin-top: 30px;
}
#features-5 .feature-item {
  text-align: center;
  padding: 20px;
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 8px;
}
#features-5 .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#features-5 .feature-icon {
  font-size: 40px;
  color: #17a2b8;
  margin-bottom: 20px;
}
#features-5 .feature-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-5 .feature-description {
  font-size: 14px;
  color: #6c757d;
}



#our-services-9 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#our-services-9 .header {
  text-align: center;
  margin-bottom: 40px;
}
#our-services-9 .header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#our-services-9 .header p {
  font-size: 1.1rem;
  color: #777;
}
#our-services-9 .accordion-item {
  border: none;
  border-bottom: 1px solid #ddd;
}
#our-services-9 .accordion-button {
  background: #f8f9fa;
  font-size: 1rem;
}
#our-services-9 .accordion-body {
  font-size: 0.95rem;
  color: #555;
}



#portfolio-6 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f8f9fa;
}
#portfolio-6 .section-title-container {
  margin-bottom: 40px;
}
#portfolio-6 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #2c3e50;
}
#portfolio-6 .section-main-subtitle {
  font-size: 1.1rem;
  color: #5a677d;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#portfolio-6 .accordion-item {
  background-color: #ffffff;
  border: 1px solid #e0e5ec;
  margin-bottom: 10px;
  border-radius: 0.5rem;
}
#portfolio-6 .accordion-item:first-of-type {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
#portfolio-6 .accordion-item:last-of-type {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
#portfolio-6 .accordion-header .accordion-button {
  font-size: 1.25rem;
  font-weight: 500;
  color: #343a40;
  background-color: #f8f9fa;
  border-radius: 0;
  padding: 1rem 1.5rem;
  box-shadow: none;
  border-bottom: none;
}
#portfolio-6 .accordion-header .accordion-button:not(.collapsed) {
  color: #0d6efd;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075);
}
#portfolio-6 .accordion-header .accordion-button .category-accordion-icon {
  margin-right: 12px;
  font-size: 1.1rem;
  opacity: 0.8;
}
#portfolio-6
  .accordion-header
  .accordion-button:not(.collapsed)
  .category-accordion-icon {
  opacity: 1;
}
#portfolio-6 .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23343a40'%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");
}
#portfolio-6 .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");
}
#portfolio-6 .accordion-body {
  padding: 20px 25px;
  background-color: #fff;
}
#portfolio-6 .project-in-category-item {
  display: flex;
  align-items: flex-start;
  padding: 15px 0;
  border-bottom: 1px dashed #e9ecef;
  transition: background-color 0.2s ease;
}
#portfolio-6 .project-in-category-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#portfolio-6 .project-in-category-item:hover {
  background-color: #fafdff;
}
#portfolio-6 .project-thumbnail img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 5px;
  margin-right: 20px;
  border: 1px solid #dee2e6;
}
#portfolio-6 .project-details .project-title-accordion {
  font-size: 1.1rem;
  font-weight: 600;
  color: #0d6efd;
  margin-bottom: 3px;
  text-decoration: none;
  display: inline-block;
}
#portfolio-6 .project-details .project-title-accordion:hover {
  text-decoration: underline;
}
#portfolio-6 .project-details .project-summary-accordion {
  font-size: 0.9rem;
  color: #555e68;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  #portfolio-6 .accordion-header .accordion-button {
    font-size: 1.1rem;
    padding: 0.8rem 1.2rem;
  }
  #portfolio-6 .project-in-category-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #portfolio-6 .project-thumbnail img {
    margin-right: 0;
    margin-bottom: 10px;
  }
}



/* category-posts-7 Styles - Simplified List with Accent Color */
#category-posts-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #f4f7f6; /* Light, clean background */
}

#category-posts-7 .section-header {
    margin-bottom: 3rem;
    text-align: center;
}

#category-posts-7 .section-header .section-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #2c3e50; /* Dark blue-gray */
    margin-bottom: 0.5rem;
}

#category-posts-7 .section-header .section-subtitle {
    font-size: 1.1rem;
    color: #7f8c8d; /* Muted gray */
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

#category-posts-7 .elegant-post-list {
    list-style: none;
    padding-left: 0;
}

#category-posts-7 .elegant-post-item {
    display: flex;
    align-items: flex-start;
    padding: 1.5rem 1rem;
    margin-bottom: 1rem;
    background-color: #ffffff;
    border-radius: 0.375rem; /* Bootstrap's default border-radius */
    border: 1px solid #e3e6ea; /* Light border */
    transition: box-shadow 0.3s ease, transform 0.2s ease;
}

#category-posts-7 .elegant-post-item:hover {
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

#category-posts-7 .item-icon-wrapper {
    margin-right: 1rem;
    flex-shrink: 0;
    color: #007bff; /* Accent color - Bootstrap primary */
    font-size: 1.25rem; /* Size of the icon */
    margin-top: 0.25rem; /* Align with first line of title */
}

#category-posts-7 .item-content {
    flex-grow: 1;
}

#category-posts-7 .post-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
    color: #34495e; /* Darker text color */
}

#category-posts-7 .post-title a {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s ease;
}

#category-posts-7 .post-title a:hover {
    color: #007bff; /* Accent color on hover */
}

#category-posts-7 .post-meta {
    font-size: 0.85rem;
    color: #7f8c8d; /* Muted gray for meta */
    margin-bottom: 0.75rem;
}
#category-posts-7 .post-meta .meta-divider {
    margin: 0 0.5rem;
}


#category-posts-7 .post-excerpt {
    font-size: 0.95rem;
    color: #566573; /* Slightly lighter than title */
    line-height: 1.6;
    margin-bottom: 1rem;
}

#category-posts-7 .readmore-btn {
    font-weight: 500;
    font-size: 0.9rem;
    color: #007bff; /* Accent color */
    text-decoration: none;
    display: inline-flex; /* For icon alignment */
    align-items: center;
    transition: color 0.2s ease;
}

#category-posts-7 .readmore-btn:hover {
    color: #0056b3; /* Darker accent on hover */
    text-decoration: underline;
}
#category-posts-7 .readmore-btn i {
    margin-left: 0.35rem;
    font-size: 0.8em; /* Make arrow slightly smaller */
}

/* Pagination Wrapper */
#category-posts-7 .pagination-wrapper {
    margin-top: 2.5rem;
    display: flex;
    justify-content: center;
}
/* Basic styling for pagination, can be expanded */
#category-posts-7 .pagination-wrapper .page-link {
    color: #007bff;
}
#category-posts-7 .pagination-wrapper .page-item.active .page-link {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}




#about-us-19 {
  padding: 60px 0;
  background-color: #343a40;
  color: #fff;
}
#about-us-19 .section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #00c853;
  margin-bottom: 20px;
  text-align: center;
}
#about-us-19 .section-subtitle {
  font-size: 1.1rem;
  color: #adb5bd;
  text-align: center;
  margin-bottom: 30px;
}
#about-us-19 .platform-highlights-wrapper {
  margin-bottom: 40px;
}
#about-us-19 .platform-highlights-wrapper h3 {
  font-size: 1.5rem;
  color: #00c853;
  text-align: center;
  margin-bottom: 30px;
}
#about-us-19 .feature-card {
  background-color: #495057;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 20px;
  text-align: center;
}
#about-us-19 .feature-card i {
  font-size: 2.5rem;
  color: #00c853;
  margin-bottom: 15px;
}
#about-us-19 .feature-card h4 {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 10px;
}
#about-us-19 .feature-card p {
  font-size: 0.9rem;
  color: #adb5bd;
}
#about-us-19 .technology-security-wrapper {
  margin-bottom: 40px;
}
#about-us-19 .technology-security-wrapper h3 {
  font-size: 1.5rem;
  color: #00c853;
  margin-bottom: 20px;
}
#about-us-19 .technology-security-wrapper p {
  font-size: 1rem;
  color: #adb5bd;
  line-height: 1.7;
}
#about-us-19 .responsible-gaming-wrapper {
  padding: 30px;
  background-color: #495057;
  border-radius: 8px;
  text-align: center;
}
#about-us-19 .responsible-gaming-wrapper h3 {
  font-size: 1.5rem;
  color: #00c853;
  margin-bottom: 20px;
}
#about-us-19 .responsible-gaming-wrapper p {
  font-size: 1rem;
  color: #adb5bd;
}
@media (min-width: 768px) {
  #about-us-19 .platform-highlights-wrapper .row > div {
    margin-bottom: 0;
  }
}



#why-choose-us-22 {
  padding-top: 70px;
  padding-bottom: 40px;
  background-color: #f8f9fa;
}
#why-choose-us-22 .section-title-container {
  margin-bottom: 50px;
}
#why-choose-us-22 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #343a40;
}
#why-choose-us-22 .section-main-subtitle {
  font-size: 1.1rem;
  color: #555e68;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}
#why-choose-us-22 .advantage-row {
  margin-bottom: 50px;
  align-items: center;
  background-color: #ffffff;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
}
#why-choose-us-22 .advantage-row:last-child {
  margin-bottom: 0;
}
#why-choose-us-22 .advantage-image-wrapper {
  text-align: center;
}
#why-choose-us-22 .advantage-image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
#why-choose-us-22 .advantage-content {
  padding-left: 30px;
  padding-right: 15px;
}
#why-choose-us-22 .advantage-row.image-on-right .advantage-content {
  padding-left: 15px;
  padding-right: 30px;
}
#why-choose-us-22 .advantage-icon {
  font-size: 2.2rem;
  color: #0d6efd;
  margin-bottom: 15px;
  display: inline-block;
}
#why-choose-us-22 .advantage-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
  line-height: 1.3;
}
#why-choose-us-22 .advantage-description {
  font-size: 1rem;
  color: #495057;
  line-height: 1.8;
}
@media (max-width: 991.98px) {
  #why-choose-us-22 .advantage-image-wrapper {
    margin-bottom: 25px;
    order: 1;
  }
  #why-choose-us-22 .advantage-content {
    padding-left: 15px;
    padding-right: 15px;
    order: 2;
    text-align: center;
  }
  #why-choose-us-22 .advantage-row.image-on-right .advantage-content,
  #why-choose-us-22 .advantage-row.image-on-right .advantage-image-wrapper {
    order: initial;
  }
  #why-choose-us-22 .advantage-row.image-on-right .advantage-image-wrapper {
    order: 1;
  }
  #why-choose-us-22 .advantage-row.image-on-right .advantage-content {
    order: 2;
  }
  #why-choose-us-22 .advantage-title {
    font-size: 1.6rem;
  }
}



#testimonials-16 {
  position: relative;
  padding: 100px 0;
  color: #ffffff;
  overflow: hidden;
}
#testimonials-16 .testimonial-background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: background-image 1s ease-in-out;
  z-index: 1;
}
#testimonials-16::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--overlay-color, rgba(0, 0, 0, 0.5));
  z-index: 2;
}
#testimonials-16 .container {
  position: relative;
  z-index: 3;
  max-width: 850px;
}
#testimonials-16 .section-header {
  margin-bottom: 40px;
  text-align: center;
}
#testimonials-16 .section-header h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
}
#testimonials-16 .section-header p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
}
#testimonials-16 .carousel-item {
  text-align: center;
  padding: 20px 0;
}
#testimonials-16 .testimonial-slide-content {
  max-width: 700px;
  margin: 0 auto;
}
#testimonials-16 .client-image img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 20px auto;
  border: 3px solid rgba(255, 255, 255, 0.7);
}
#testimonials-16 .testimonial-quote {
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 25px;
  line-height: 1.7;
}
#testimonials-16 .client-name {
  font-weight: 600;
  font-size: 1.1rem;
  display: block;
  margin-bottom: 4px;
}
#testimonials-16 .client-position {
  font-size: 0.95rem;
  opacity: 0.8;
  display: block;
  margin-bottom: 15px;
}
#testimonials-16 .rating {
  color: #ffc107;
  font-size: 1rem;
}
#testimonials-16 .carousel-indicators button {
  background-color: rgba(255, 255, 255, 0.5);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  border: none;
}
#testimonials-16 .carousel-indicators .active {
  background-color: #ffffff;
}
#testimonials-16 .carousel-control-prev,
#testimonials-16 .carousel-control-next {
  z-index: 4;
}
#testimonials-16 .carousel-control-prev-icon,
#testimonials-16 .carousel-control-next-icon {
  /* filter: brightness(0) invert(1); */
}
@media (max-width: 767.98px) {
  #testimonials-16 {
    padding: 70px 0;
  }
  #testimonials-16 .section-header h2 {
    font-size: 2rem;
  }
  #testimonials-16 .client-image img {
    width: 90px;
    height: 90px;
  }
  #testimonials-16 .testimonial-quote {
    font-size: 1.15rem;
  }
}



#counter-15 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #f8f9fa);
}
#counter-15 .container {
  max-width: 960px;
}
#counter-15 .section-header {
  margin-bottom: 60px;
  text-align: center;
}
#counter-15 .section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 15px;
}
#counter-15 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}
#counter-15 .bar-chart-row {
  align-items: flex-end;
}
#counter-15 .counter-item-bar-chart {
  text-align: center;
  padding: 0 15px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#counter-15 .bar-value {
  font-size: 1.4rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 10px;
  min-height: 1.4em;
}
#counter-15 .bar-value .counter-number {
}
#counter-15 .bar-value .counter-suffix {
  font-size: 1rem;
  font-weight: 400;
  margin-left: 3px;
  color: #6c757d;
}
#counter-15 .bar-wrapper {
  position: relative;
  height: var(--bar-chart-height, 250px);
  width: 60px;
  background-color: #e9ecef;
  margin: 0 auto;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
#counter-15 .bar-animated {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--bar-color, #0d6efd);
  height: 0%;
  transition: height 1.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  border-radius: 5px 5px 0 0;
}
#counter-15 .bar-title {
  margin-top: 15px;
  font-size: 1rem;
  font-weight: 500;
  color: #495057;
}
@media (max-width: 991.98px) {
  #counter-15 .bar-wrapper {
    width: 50px;
  }
  #counter-15 .bar-value {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  #counter-15 {
    padding: 50px 0;
  }
  #counter-15 .section-header h2 {
    font-size: 2rem;
  }
  #counter-15 .bar-wrapper {
    width: 45px;
  }
  #counter-15 .col-sm-6 {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  #counter-15 .col-sm-6 {
  }
  #counter-15 .bar-wrapper {
    width: 50px;
  }
}



#faq-20 {
  padding: 80px 0;
  background-color: #f4f7fc;
}
#faq-20 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
}
#faq-20 .faq-elevated-card {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 82, 255, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#faq-20 .faq-elevated-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 82, 255, 0.1);
}
#faq-20 .faq-card-header button {
  width: 100%;
  text-align: left;
  padding: 1.3rem 1.7rem;
  font-weight: 600;
  font-size: 1.05rem;
  color: #343a40;
  background-color: #fff;
  border: none;
  position: relative;
  transition: background-color 0.2s ease, color 0.2s ease;
  box-shadow: none !important;
  border-bottom: 1px solid transparent;
}
#faq-20 .faq-card-header button:hover {
  background-color: #f8f9fa;
}
#faq-20 .faq-card-header button:not(.collapsed) {
  color: #0d6efd;
  background-color: #fff;
  border-bottom-color: #e0e0e0;
}
#faq-20 .faq-card-header button::after {
  content: "\\2b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 1.7rem;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
  font-size: 1em;
  color: #adb5bd;
}
#faq-20 .faq-card-header button:not(.collapsed)::after {
  transform: translateY(-50%) rotate(45deg);
  color: #dc3545;
}
#faq-20 .faq-card-body-collapse .card-body {
  padding: 1.7rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fdfdff;
}
#faq-20 .faq-card-body-collapse .card-body p:last-child {
  margin-bottom: 0;
}



#cta-banner-13 {
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  position: relative;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
  color: #084298;
}
#cta-banner-13.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
#cta-banner-13.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
#cta-banner-13.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
#cta-banner-13.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
#cta-banner-13 .container-fluid {
  padding-left: 1rem;
  padding-right: 1rem;
}
#cta-banner-13 .alert-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem 1.5rem;
}
#cta-banner-13 .alert-icon {
  flex-shrink: 0;
  font-size: 1.2rem;
}
#cta-banner-13 .alert-text {
  flex-grow: 1;
  margin-bottom: 0;
  font-size: 0.95rem;
}
#cta-banner-13 .alert-text strong {
  font-weight: 600;
}
#cta-banner-13 .alert-link-wrapper {
  flex-shrink: 0;
}
#cta-banner-13 .alert-link {
  font-weight: 600;
  font-size: 0.95rem;
}
#cta-banner-13 .btn-close {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  padding: 0.75rem;
  opacity: 0.6;
  filter: invert(1) grayscale(100%) brightness(200%);
}
#cta-banner-13 .btn-close:hover {
  opacity: 0.8;
}
#cta-banner-13.alert-warning .btn-close {
  filter: none;
  opacity: 0.5;
}
@media (min-width: 768px) {
  #cta-banner-13 .alert-content-wrapper {
    justify-content: flex-start;
  }
  #cta-banner-13 .alert-text {
    text-align: left;
  }
  #cta-banner-13 .alert-link-wrapper {
    margin-left: auto;
  }
}
@media (max-width: 575.98px) {
  #cta-banner-13 {
    padding: 0.8rem 1rem;
  }
  #cta-banner-13 .alert-text,
  #cta-banner-13 .alert-link {
    font-size: 0.9rem;
  }
  #cta-banner-13 .alert-content-wrapper {
    gap: 0.5rem 1rem;
  }
}



#press-mentions-5 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #f8f9fa;
  overflow: hidden;
  position: relative;
}
#press-mentions-5 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#press-mentions-5 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#press-mentions-5 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#press-mentions-5 .pm5-swiper-container {
  overflow: hidden;
  position: relative;
}
#press-mentions-5 .swiper-slide .quote-slide-content {
  background-color: #ffffff;
  border: 1px solid #e0e5eb;
  border-radius: 0.5rem;
  padding: 2.5rem 2rem;
  height: 100%;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.06);
  text-align: left;
}
#press-mentions-5 .quote-slide-quote {
  font-style: italic;
  font-size: 1.1rem;
  color: #343a40;
  margin-bottom: 1.5rem;
  line-height: 1.7;
  flex-grow: 1;
  position: relative;
}
#press-mentions-5 .quote-slide-quote::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: -10px;
  top: -10px;
  font-size: 2rem;
  color: var(--bs-primary);
  opacity: 0.15;
}
#press-mentions-5 .quote-slide-source {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
}
#press-mentions-5 .quote-slide-source .source-logo img {
  height: 30px;
  width: auto;
  max-width: 100px;
  margin-right: 1rem;
  filter: contrast(0) brightness(1.5);
  opacity: 0.8;
}
#press-mentions-5 .quote-slide-source .source-name {
  font-weight: 600;
  font-size: 0.95rem;
  color: #495057;
}
#press-mentions-5 .quote-slide-source .article-link {
  font-size: 0.8rem;
  color: var(--bs-primary);
  text-decoration: none;
  display: block;
}
#press-mentions-5 .quote-slide-source .article-link:hover {
  text-decoration: underline;
}
#press-mentions-5 .quote-slide-source .article-link i {
  margin-left: 0.3rem;
  font-size: 0.8em;
}
#press-mentions-5 .swiper-slide .logo-slide-content {
  text-align: center;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
#press-mentions-5 .logo-slide-content a {
  display: inline-block;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
#press-mentions-5 .logo-slide-content a:hover {
  filter: grayscale(0%);
  opacity: 1;
}
#press-mentions-5 .logo-slide-content img {
  max-width: 100%;
  height: auto;
  max-height: 50px;
  vertical-align: middle;
}
#press-mentions-5 .swiper-pagination-pm5 {
  position: static;
  margin-top: 2rem;
}
#press-mentions-5 .swiper-pagination-pm5 .swiper-pagination-bullet {
  background-color: var(--bs-primary);
  opacity: 0.5;
  width: 10px;
  height: 10px;
}
#press-mentions-5 .swiper-pagination-pm5 .swiper-pagination-bullet-active {
  opacity: 1;
}
#press-mentions-5 .swiper-button-next-pm5,
#press-mentions-5 .swiper-button-prev-pm5 {
  color: var(--bs-primary);
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}
#press-mentions-5 .swiper-button-next-pm5:hover,
#press-mentions-5 .swiper-button-prev-pm5:hover {
  background-color: #ffffff;
}
#press-mentions-5 .swiper-button-next-pm5::after,
#press-mentions-5 .swiper-button-prev-pm5::after {
  font-size: 1rem;
  font-weight: 900;
}
#press-mentions-5 .swiper-button-prev-pm5 {
  left: 10px;
}
#press-mentions-5 .swiper-button-next-pm5 {
  right: 10px;
}
@media (max-width: 767.98px) {
  #press-mentions-5 {
    padding-bottom: 5rem;
  }
  #press-mentions-5 .swiper-button-next-pm5,
  #press-mentions-5 .swiper-button-prev-pm5 {
    display: none;
  }
  #press-mentions-5 .quote-slide-content {
    padding: 1.5rem;
    min-height: 240px;
  }
  #press-mentions-5 .quote-slide-quote {
    font-size: 1rem;
  }
}


