
#hero-4 {
  position: relative;
  height: 100vh;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#hero-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
#hero-4 .container {
  position: relative;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
#hero-4 .hero-title {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}
#hero-4 .hero-subtitle {
  font-size: 24px;
  margin-bottom: 30px;
}
.btn.btn-light {
  padding: 14px 40px;
  font-size: 18px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
}



#features-20 {
  padding: 60px 0;
  overflow: hidden;
  background-color: {{ $data['features-20']['bg_color'] ?? '#f8f9fa' }};
}
#features-20 .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #343a40;
}
#features-20 .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-20 .section-title p {
  margin-bottom: 40px;
  color: #6c757d;
}
#features-20 .step-item {
  position: relative;
  padding-left: 80px; 
  margin-bottom: 40px; 
  min-height: 60px; 
}
#features-20 .step-number {
  position: absolute;
  left: 0;
  top: 0; 
  font-size: 48px; 
  font-weight: 700;
  color: var(--bs-primary-light, #e0e0e0); 
  line-height: 1;
  z-index: 1;
  transition: color 0.3s ease;
}
#features-20 .step-item:hover .step-number {
    color: var(--bs-primary, #0d6efd); 
}
#features-20 .step-content {
   position: relative;
   z-index: 2;
}
#features-20 .step-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #343a40;
}
#features-20 .step-content p {
  font-size: 16px;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #features-20 .section-title h2 {
    font-size: 28px;
  }
  #features-20 .step-item {
    padding-left: 65px; 
    min-height: 50px;
  }
  #features-20 .step-number {
    font-size: 40px; 
  }
  #features-20 .step-content h4 {
    font-size: 18px;
  }
   #features-20 .step-content p {
     font-size: 15px;
   }
}
@media (max-width: 575.98px) {
   #features-20 .step-item {
     padding-left: 0; 
     padding-top: 55px; 
     text-align: center; 
   }
   #features-20 .step-number {
     left: 50%; 
     transform: translateX(-50%);
     top: 0;
   }
}



#our-services-1 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#our-services-1 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#our-services-1 .section-hero h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#our-services-1 .section-hero p {
  font-size: 1.1rem;
}
#our-services-1 .services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#our-services-1 .service-card {
  flex: 1 1 calc(25% - 20px);
  background: #fff;
  padding: 30px 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}
#our-services-1 .service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
#our-services-1 .service-card i {
  font-size: 2.5rem;
  color: #007bff;
  margin-bottom: 15px;
}
#our-services-1 .service-card h5 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
#our-services-1 .service-card p {
  font-size: 0.95rem;
  color: #555;
}
@media (max-width: 992px) {
  #our-services-1 .service-card {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  #our-services-1 .service-card {
    flex: 1 1 100%;
  }
}



#portfolio-11 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f0f4f8;
}
#portfolio-11 .section-title-container {
  margin-bottom: 50px;
}
#portfolio-11 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #1a2533;
}
#portfolio-11 .section-main-subtitle {
  font-size: 1.1rem;
  color: #4a5568;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#portfolio-11 .project-result-card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
#portfolio-11 .project-result-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
#portfolio-11 .project-header-info {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
#portfolio-11 .project-visual {
  flex-shrink: 0;
  margin-right: 20px;
}
#portfolio-11 .project-visual img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
}
#portfolio-11 .project-visual .project-icon-display {
  font-size: 3rem;
  color: #0d6efd;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #e7f1ff;
  border-radius: 8px;
}
#portfolio-11 .project-title-stats {
  font-size: 1.4rem;
  font-weight: 600;
  color: #0d6efd;
  margin-bottom: 5px;
}
#portfolio-11 .project-brief-desc {
  font-size: 0.9rem;
  color: #555e68;
  line-height: 1.6;
  margin-bottom: 20px;
}
#portfolio-11 .key-stats-area {
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid #e9ecef;
}
#portfolio-11 .key-stats-title {
  font-size: 1rem;
  font-weight: 500;
  color: #343a40;
  margin-bottom: 15px;
}
#portfolio-11 .stats-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 15px;
}
#portfolio-11 .stat-item {
  background-color: #f8f9fa;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
#portfolio-11 .stat-item .stat-icon {
  font-size: 1.3rem;
  color: #0d6efd;
  margin-bottom: 5px;
  display: block;
}
#portfolio-11 .stat-item .stat-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: #28a745;
  display: block;
}
#portfolio-11 .stat-item .stat-label {
  font-size: 0.8rem;
  color: #6c757d;
  display: block;
  line-height: 1.2;
}
#portfolio-11 .project-details-link {
  margin-top: 20px;
  text-align: right;
}
#portfolio-11 .project-details-link a {
  font-size: 0.9rem;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  #portfolio-11 .project-header-info {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #portfolio-11 .project-visual {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #portfolio-11 .project-title-stats {
    font-size: 1.2rem;
  }
  #portfolio-11 .stats-list {
    grid-template-columns: 1fr;
  }
}



/* Section & gradient background */
#category-posts-20 {
  position: relative;
  background: linear-gradient(135deg, #1e3a8a 0%, #14b8a6 100%);
  color: #fff;
  padding: 100px 0 0;
  overflow: hidden;
}

/* Top wave */
#category-posts-20 .wave-top {
  position: absolute;
  top: 0;
  left: 0; right: 0;
  line-height: 0;
  transform: translateY(-1px);
  z-index: 1;
}

/* Bottom wave */
#category-posts-20 .wave-bottom {
  position: absolute;
  bottom: 0;
  left: 0; right: 0;
  line-height: 0;
  transform: translateY(1px) rotate(180deg);
  z-index: 1;
}

/* Container above waves */
#category-posts-20 .container {
  position: relative;
  z-index: 2;
  padding-bottom: 80px;
}

/* Header */
#category-posts-20 .section-header {
  text-align: center;
  margin-bottom: 50px;
}
#category-posts-20 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
}
#category-posts-20 .section-subtitle {
  font-size: 1rem;
  opacity: .85;
}

/* Grid cards */
#category-posts-20 .post-card-wrapper {
  display: block;
  color: inherit;
  text-decoration: none;
}
#category-posts-20 .post-card {
  background: #ffffff;
  border-radius: .75rem;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  transition: transform .3s ease, box-shadow .3s ease;
  color: #212529;
}
#category-posts-20 .post-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

/* Image */
#category-posts-20 .post-card img {
  width: 100%;
  display: block;
}

/* Card body */
#category-posts-20 .card-body {
  padding: 1rem;
}
#category-posts-20 .card-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: .5rem;
}
#category-posts-20 .btn-readmore {
  font-size: .875rem;
  font-weight: 500;
  color: #1e3a8a;
  display: inline-flex;
  align-items: center;
  transition: color .3s ease;
}
#category-posts-20 .btn-readmore i {
  margin-left: .25rem;
  transition: transform .3s ease;
}
#category-posts-20 .btn-readmore:hover {
  color: #14b8a6;
}
#category-posts-20 .btn-readmore:hover i {
  transform: translateX(3px);
}

/* Pagination & Load More */
#category-posts-20 .pagination-wrapper,
#category-posts-20 .load-more-wrapper {
  text-align: center;
  margin-top: 2.5rem;
}




#about-us-30 {
  padding: 80px 0;
  background-color: #222;
  color: #fff;
  text-align: center;
  position: relative;
}
#about-us-30 .section-title,
#about-us-30 .section-subtitle {
  margin-bottom: 60px;
}
#about-us-30 .circular-layout {
  position: relative;
  width: 400px;
  height: 400px;
  margin: 0 auto;
}
#about-us-30 .central-element {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #ffc107;
  color: #222;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
#about-us-30 .central-element img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}
#about-us-30 .central-element h4 {
  font-size: 1.2rem;
  margin-bottom: 5px;
}
#about-us-30 .point-of-interest {
  position: absolute;
  width: 120px;
  text-align: center;
  padding: 15px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
#about-us-30 .point-of-interest i {
  font-size: 1.5rem;
  color: #00bfff;
  margin-bottom: 10px;
}
#about-us-30 .point-of-interest h5 {
  font-size: 1rem;
  margin-bottom: 5px;
}
#about-us-30 .point-of-interest p {
  font-size: 0.8rem;
  color: #ccc;
}
#about-us-30 .point-of-interest.top-left {
  top: 10px;
  left: 10px;
}
#about-us-30 .point-of-interest.top-right {
  top: 10px;
  right: 10px;
}
#about-us-30 .point-of-interest.bottom-left {
  bottom: 10px;
  left: 10px;
}
#about-us-30 .point-of-interest.bottom-right {
  bottom: 10px;
  right: 10px;
}
#about-us-30 .point-of-interest.center-left {
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
#about-us-30 .point-of-interest.center-right {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  #about-us-30 .circular-layout {
    width: 300px;
    height: 300px;
  }
  #about-us-30 .point-of-interest {
    width: 100px;
    font-size: 0.9rem;
  }
  #about-us-30 .point-of-interest i {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  #about-us-30 .central-element {
    width: 100px;
    height: 100px;
  }
  #about-us-30 .central-element img {
    width: 50px;
    height: 50px;
  }
}



#why-choose-us-16 {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: var(--wcu16-text-color, #ffffff);
  z-index: 1;
}
#why-choose-us-16::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--wcu16-overlay-color, rgba(0, 0, 0, 0.6));
  z-index: -1;
}
#why-choose-us-16 .section-header {
  margin-bottom: 3rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
#why-choose-us-16 .section-header h2 {
  font-weight: 700;
  color: inherit;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
#why-choose-us-16 .features-row {
  position: relative;
  z-index: 2;
}
#why-choose-us-16 .feature-item-overlay {
  text-align: center;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
#why-choose-us-16 .feature-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  display: inline-block;
  color: inherit;
  transition: transform 0.3s ease;
}
#why-choose-us-16 .feature-item-overlay:hover .feature-icon {
  transform: scale(1.1);
}
#why-choose-us-16 .feature-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: inherit;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767.98px) {
  #why-choose-us-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-attachment: scroll;
  }
  #why-choose-us-16 .section-header {
    margin-bottom: 2rem;
  }
  #why-choose-us-16 .feature-icon {
    font-size: 2.5rem;
  }
  #why-choose-us-16 .feature-title {
    font-size: 1.1rem;
  }
}



#testimonials-14 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #ffffff);
}
#testimonials-14 .container {
  max-width: 960px;
}
#testimonials-14 .section-header {
  margin-bottom: 60px;
  text-align: center;
}
#testimonials-14 .section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 15px;
}
#testimonials-14 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}
#testimonials-14 .testimonial-item-row {
  margin-bottom: 50px;
  align-items: center;
}
#testimonials-14 .testimonial-image-container {
  text-align: center;
  padding: 15px;
}
#testimonials-14 .testimonial-image-container img {
  max-width: 100%;
  height: auto;
  width: 250px;
  max-height: 250px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border: 5px solid #ffffff;
}
#testimonials-14 .testimonial-content-box {
  background-color: #f8f9fa;
  padding: 35px 40px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border: 1px solid #e9ecef;
}
#testimonials-14 .testimonial-content-box::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 5rem;
  color: #e9ecef;
  position: absolute;
  top: 15px;
  right: 25px;
  z-index: 1;
  line-height: 1;
  opacity: 0.9;
}
#testimonials-14 .testimonial-content {
  position: relative;
  z-index: 2;
}
#testimonials-14 .testimonial-quote {
  font-size: 1.1rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 20px;
  font-style: italic;
}
#testimonials-14 .client-name {
  font-weight: 600;
  color: #343a40;
  display: block;
  margin-bottom: 3px;
  font-size: 1.05rem;
}
#testimonials-14 .client-position {
  font-size: 0.9rem;
  color: #6c757d;
  display: block;
  margin-bottom: 10px;
}
#testimonials-14 .rating {
  color: #ffc107;
  font-size: 0.95rem;
}
@media (max-width: 767.98px) {
  #testimonials-14 {
    padding: 50px 0;
  }
  #testimonials-14 .section-header h2 {
    font-size: 2rem;
  }
  #testimonials-14 .testimonial-item-row {
    margin-bottom: 30px;
  }
  #testimonials-14 .testimonial-image-container {
    margin-bottom: 20px;
  }
  #testimonials-14 .testimonial-image-container img {
    width: 180px;
    max-height: 180px;
  }
  #testimonials-14 .testimonial-content-box {
    padding: 30px;
  }
  #testimonials-14 .testimonial-content-box::before {
    font-size: 4rem;
    top: 10px;
    right: 15px;
  }
}



#counter-1 {
  text-align: center;
  background: #f9f9f9;
  padding: 80px 0;
}
#counter-1 .counter-content {
  max-width: 800px;
  margin: 0 auto;
}
#counter-1 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #222;
}
#counter-1 p {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 40px;
}
#counter-1 .counter-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  margin-top: 40px;
}
#counter-1 .counter-item {
  text-align: center;
  width: 200px;
  padding: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}
#counter-1 .counter-item:hover {
  transform: translateY(-5px);
}
#counter-1 .counter-item i {
  font-size: 3rem;
  color: #007bff;
  margin-bottom: 10px;
}
#counter-1 .counter-number {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  display: block;
  margin-bottom: 10px;
}
#counter-1 .counter-title {
  font-size: 1.2rem;
  color: #666;
}



#faq-19 {
  padding: 60px 0;
  background-color: #fff;
}
#faq-19 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
}
#faq-19 .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-19 .accordion-button {
  font-weight: 600;
  color: #343a40;
  background-color: #f8f9fa;
  padding: 1.2rem 1.5rem;
  border: none;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  text-align: left;
  width: 100%;
}
#faq-19 .accordion-button:not(.collapsed) {
  color: #0d6efd;
  background-color: #e7f1ff;
}
#faq-19 .faq-item-icon {
  font-size: 1.2em;
  min-width: 30px;
  text-align: center;
  margin-right: 1rem;
  color: #0d6efd;
  opacity: 0.8;
}
#faq-19 .accordion-button:not(.collapsed) .faq-item-icon {
  opacity: 1;
}
#faq-19 .accordion-button::after {
  margin-left: auto;
  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-19 .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-19 .accordion-body {
  padding: 1.5rem 1.5rem 1.5rem 3.5rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
  border-top: 1px solid #eee;
}
#faq-19 .accordion-body p:last-child {
  margin-bottom: 0;
}



#cta-banner-4 {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#cta-banner-4 .split-background-container {
  position: absolute;
  inset: 0;
  display: flex;
  z-index: 1;
  flex-direction: row;
}
#cta-banner-4.split-horizontal .split-background-container {
  flex-direction: column;
}
#cta-banner-4 .split-part {
  flex: 1 1 50%;
  position: relative;
  background-size: cover;
  background-position: center center;
}
#cta-banner-4 .split-part.has-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
#cta-banner-4 .container {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 3rem 1.5rem;
}
#cta-banner-4 .cta-content {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#cta-banner-4 .cta-content.align-left {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}
#cta-banner-4 .cta-content.align-right {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}
#cta-banner-4.content-center-overlay .cta-content {
  max-width: 700px;
}
#cta-banner-4 .cta-title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
}
#cta-banner-4 .cta-subtitle {
  font-size: 1.15rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#cta-banner-4 .cta-button .btn {
  padding: 0.9rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #cta-banner-4 {
    min-height: unset;
  }
  #cta-banner-4 .split-background-container {
    flex-direction: column;
  }
  #cta-banner-4 .split-part {
    min-height: 200px;
  }
  #cta-banner-4 .container {
    padding: 3rem 1rem;
  }
  #cta-banner-4 .cta-content {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    max-width: 90%;
  }
  #cta-banner-4.content-part1 .container {
    padding-bottom: 1rem;
  }
  #cta-banner-4.content-part2 .container {
    padding-top: 1rem;
  }
  #cta-banner-4 .cta-title {
    font-size: 2rem;
  }
  #cta-banner-4 .cta-subtitle {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  #cta-banner-4 .cta-button .btn {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
}



#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;
  }
}


