
  .about-btn:hover { color: var(--color-light); box-shadow: 0 0 15px rgba(28, 117, 153, 0.8); }
  .about-partners-wrap { display: flex; flex-direction: column; align-items: center; text-align: center; gap: var(--space-l); }
  .about-partners-h { font-size: 3rem; font-weight: 700; line-height: 1.2; color: var(--color-dark); }
  .about-partners-p { max-width: 60ch; color: var(--color-text-light); }
  .about-logo-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: var(--space-xl); margin-top: var(--space-l); }
  .about-logo-img { width: 8rem; height: 2.5rem; object-fit: contain; }
  .about-logo-img--tall { height: 4.5rem; }
  .about-featured-section { 
    position: relative; 
    background-color: #fff;
    padding: 4rem 0;
  }
  .about-featured-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 3rem;
  }
  .about-featured-header { 
    position: relative; 
    color: var(--color-text-light); 
    z-index: 1; 
  }
  .about-featured-quote {
    position: absolute;
    width: 16rem;
    top: -2rem;
    left: 0;
    transform: translateX(-3rem);
    z-index: 0;
    pointer-events: none;
  }
  .about-featured-h { 
    font-size: 3rem; 
    font-weight: 700; 
    line-height: 1.2; 
    color: var(--color-dark); 
    z-index: 1;
    position: absolute;
  }
  .swiper.about-slider {
    position: relative;
    width: 100%;
    padding-bottom: 5rem;
    min-height: 180px;
  }
  .about-slider .swiper-wrapper {
    position: relative;
  }
  .about-slider .swiper-slide { 
    opacity: 0.5;
    transition: opacity 0.4s ease;
  }
  .about-slider .swiper-slide-active {
    opacity: 1 !important;
  }
  .about-slide-content { 
    display: flex; 
    flex-direction: column; 
    gap: 0.8rem; 
    max-width: 100%;
    padding-right: 2rem;
  }
  .about-slide-source { 
    display: inline-block; 
    font-weight: 700; 
    text-decoration: none;
    color: #0066cc;
    font-size: 1.2rem;
    border-bottom: 2px solid #0066cc;
    padding-bottom: 2px;
    width: fit-content;
  }
  .about-slide-p { 
    font-size: 1.1rem; 
    line-height: 1.7; 
    color: #4b5563; 
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 50px !important;
    height: 50px !important;
    background: linear-gradient(135deg, #0066cc, #004c99) !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
    color: #fff !important;
  }
  .swiper-button-prev svg, .swiper-button-next svg {
    height: 45%;
    object-fit: contain;
    transform-origin: center;
    width: 50%;
    fill: #fff;
    pointer-events: none;
  }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    transform: scale(1.1) !important;
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 20px !important;
    font-weight: 900 !important;
    color: #ffffff !important;
  }
  .about-slider .swiper-button-prev {
    left: auto !important;
    right: 70px !important;
    top: auto !important;
    bottom: 10px !important;
  }
  .about-slider .swiper-button-next {
    right: 10px !important;
    left: auto !important;
    top: auto !important;
    bottom: 10px !important;
  }
  .swiper-button-disabled {
    opacity: 0.4 !important;
    cursor: not-allowed !important;
    background: linear-gradient(135deg, #9ca3af, #6b7280) !important;
  }
  .about-blog-card:hover {
    transform: translateY(-5px) translateX(-5px);
    box-shadow: 5px 5px 0 0 #303030;
  }
  .about-blog-card .entry-category ul li a:hover {
    background-color: #2E2E2E;
    color: #ffffff;
  }
  .about-blog-card:hover .entry-title a {
    background-size: 100% 2px;
  }
  @media screen and (max-width: 991px) {
    .about-slider .swiper-button-prev { 
      right: 65px !important; 
    }
    .about-slider .swiper-button-next {
      right: 5px !important;
    }
  }
  @media screen and (max-width: 767px) {
    .about-slide-source { font-size: 1.05rem; }
    .about-slide-p { font-size: 1rem; line-height: 1.6; }
    .about-slide-content { padding-right: 0; }
    .swiper-button-prev,
    .swiper-button-next {
      width: 44px !important;
      height: 44px !important;
    }
    .swiper-button-prev::after,
    .swiper-button-next::after {
      font-size: 18px !important;
    }
    .about-slider .swiper-button-prev { 
      right: 54px !important; 
    }
    .about-slider .swiper-button-next {
      right: 5px !important;
    }
  }
  @media screen and (max-width: 575px) {
    .about-presence-text p { font-size: 0.95rem; line-height: 1.6; }
    .about-cta-card p { font-size: 0.95rem; line-height: 1.5; }
    .about-slider { padding-bottom: 4rem; min-height: 160px; }
    .about-slide-source { font-size: 0.95rem; }
    .about-slide-p { font-size: 0.95rem; line-height: 1.55; }
    .swiper-button-prev,
    .swiper-button-next {
      width: 40px !important;
      height: 40px !important;
    }
    .swiper-button-prev::after,
    .swiper-button-next::after {
      font-size: 16px !important;
    }
    .about-slider .swiper-button-prev { 
      right: 50px !important; 
      bottom: 5px !important;
    }
    .about-slider .swiper-button-next { 
      right: 5px !important; 
      bottom: 5px !important;
    }
  }
  .commitment-section-unique .container::before {
        content: '“';
        position: absolute;
        top: -3rem;
        left: -4rem;
        font-size: 15rem; /* Massive font size for the quote */
        font-weight: 800;
        color: rgba(30, 144, 255, 0.25); /* Very light, semi-transparent version of the heading color */
        line-height: 1;
        z-index: 1; /* Places the quote behind the text */
        pointer-events: none; /* Makes the quote non-interactive */
    }
  @media (max-width: 768px) {
        .commitment-section-unique .container::before {
            font-size: 10rem;
            top: -2rem;
            left: -2rem;
        }
    }