400;500;600;700&display=swap') !important;


    .custom-about-page {
      font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
      color: var(--gray-dark, #374151) !important;
      line-height: 1.5 !important;
    }

    .custom-about-header {
      background-color: #0F63B0 !important;
      color: white !important;
      padding: 64px 24px !important;
      text-align: center !important;
      position: relative !important;
      overflow: hidden !important;
    }

    .custom-about-header-content {
      max-width: 1200px !important;
      margin: 0 auto !important;
      position: relative !important;
      z-index: 2 !important;
    }

    .custom-about-header h1 {
      font-size: 48px !important;
      font-weight: 700 !important;
      margin-bottom: 24px !important;
      position: relative !important;
      line-height: 56px !important;
    }

    .custom-about-header h1::after {
      content: "" !important;
      display: block !important;
      width: 32px !important;
      height: 4px !important;
      background-color: #F59E0B !important;
      margin: 8px auto 0 !important;
    }

    .custom-about-header p {
      font-size: 18px !important;
      font-weight: 500 !important;
      line-height: 24px !important;
      max-width: 800px !important;
      margin: 0 auto !important;
      color: #D1E8FF !important;
    }

    .custom-about-header-bg {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      width: 100% !important;
      height: 100% !important;
      opacity: 0.1 !important;
      background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.4'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
    }

    .custom-about-container {
      max-width: 1200px !important;
      margin: 0 auto !important;
      padding: 64px 24px !important;
    }

    .custom-about-section {
      margin-bottom: 64px !important;
    }

    .custom-section-header {
      text-align: center !important;
      margin-bottom: 48px !important;
    }

    .custom-section-header h2 {
      font-size: 36px !important;
      font-weight: 700 !important;
      line-height: 44px !important;
      color: #094682 !important;
      position: relative !important;
      display: inline-block !important;
      margin-bottom: 16px !important;
    }

    .custom-section-header h2::after {
      content: "" !important;
      position: absolute !important;
      bottom: -8px !important;
      left: 50% !important;
      transform: translateX(-50%) !important;
      width: 32px !important;
      height: 4px !important;
      background-color: #F59E0B !important;
    }

    .custom-section-header p {
      font-size: 18px !important;
      font-weight: 500 !important;
      line-height: 24px !important;
      color: #4B5563 !important;
      max-width: 800px !important;
      margin: 0 auto 8px !important;
    }

    .custom-mission-vision {
      display: grid !important;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important;
      gap: 32px !important;
      margin-top: 32px !important;
    }

    .custom-mission-card {
      background-color: white !important;
      border-radius: 12px !important;
      padding: 32px !important;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
      text-align: center !important;
      transition: all 300ms ease !important;
    }

    .custom-mission-card:hover {
      transform: translateY(-5px) !important;
      box-shadow: 0 8px 24px rgba(0,0,0,0.12) !important;
    }

    .custom-mission-icon {
      width: 80px !important;
      height: 80px !important;
      background-color: #E6F0FA !important;
      border-radius: 50% !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      margin: 0 auto 24px !important;
      color: #0F63B0 !important;
      font-size: 32px !important;
    }

    .custom-mission-title {
      font-size: 22px !important;
      font-weight: 600 !important;
      line-height: 28px !important;
      color: #094682 !important;
      margin-bottom: 8px !important;
    }

    .custom-mission-text {
      color: #4B5563 !important;
      font-size: 16px !important;
      font-weight: 400 !important;
      line-height: 24px !important;
      margin-bottom: 8px !important;
    }

    .custom-history-section {
      display: grid !important;
      grid-template-columns: 1fr 1fr !important;
      gap: 48px !important;
      align-items: center !important;
    }

    .custom-history-content h3 {
      font-size: 28px !important;
      font-weight: 600 !important;
      line-height: 36px !important;
      color: #094682 !important;
      margin-bottom: 12px !important;
      position: relative !important;
    }

    .custom-history-content h3::after {
      content: "" !important;
      display: block !important;
      width: 32px !important;
      height: 4px !important;
      background-color: #F59E0B !important;
      margin-top: 8px !important;
    }

    .custom-history-content p {
      font-size: 16px !important;
      font-weight: 400 !important;
      line-height: 24px !important;
      margin-bottom: 8px !important;
      color: #4B5563 !important;
    }

    .custom-history-image {
      border-radius: 16px !important;
      overflow: hidden !important;
      height: 300px !important;
    }

    .custom-history-image img {
      width: 100% !important;
      height: 100% !important;
      object-fit: cover !important;
      display: block !important;
      border-radius: 16px !important;
    }

    .custom-values-section {
      background-color: #E6F0FA !important;
      padding: 64px 0 !important;
      margin-top: 32px !important;
      margin-bottom: 64px !important;
    }

    .custom-values-container {
      max-width: 1200px !important;
      margin: 0 auto !important;
      padding: 0 24px !important;
    }

    .custom-values-grid {
      display: flex !important;
      flex-wrap: wrap !important;
      gap: 32px !important;
      justify-content: center !important;
    }

    .custom-value-card {
      flex: 0 1 calc(25% - 24px) !important;
      min-width: 280px !important;
      max-width: 350px !important;
      background-color: white !important;
      border-radius: 12px !important;
      padding: 32px 24px !important;
      text-align: center !important;
      box-shadow: 0 4px 12px rgba(0,0,0,0.05) !important;
    }

    @media (max-width: 991px) {
      .custom-value-card {
        flex: 0 1 calc(50% - 16px) !important;
      }
    }

    @media (max-width: 767px) {
      .custom-value-card {
        flex: 0 1 100% !important;
      }
    }



    .custom-value-icon {
      width: 60px !important;
      height: 60px !important;
      background-color: #E6F0FA !important;
      border-radius: 50% !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      margin: 0 auto 20px !important;
      color: #0F63B0 !important;
      font-size: 24px !important;
    }

    .custom-value-title {
      font-size: 18px !important;
      font-weight: 500 !important;
      line-height: 24px !important;
      color: #094682 !important;
      margin-bottom: 8px !important;
    }

    .custom-value-description {
      font-size: 14px !important;
      font-weight: 400 !important;
      line-height: 20px !important;
      color: #4B5563 !important;
      margin-bottom: 8px !important;
    }

    .custom-team-section {
      margin-bottom: 64px !important;
    }

    .custom-team-grid {
      display: grid !important;
      grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
      gap: 32px !important;
    }

    .custom-team-card {
      background-color: white !important;
      border-radius: 12px !important;
      overflow: hidden !important;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
      transition: all 300ms ease !important;
    }

    .custom-team-card:hover {
      transform: translateY(-5px) !important;
      box-shadow: 0 8px 24px rgba(0,0,0,0.12) !important;
    }

    .custom-team-image {
      height: 280px !important;
      overflow: hidden !important;
    }

    .custom-team-image img {
      width: 100% !important;
      height: 100% !important;
      object-fit: contain !important;
      transition: transform 800ms ease !important;
    }

    .custom-team-card:hover .custom-team-image img {
      transform: scale(1.05) !important;
    }

    .custom-team-content {
      padding: 24px !important;
      text-align: center !important;
    }

    .custom-team-name {
      font-size: 22px !important;
      font-weight: 600 !important;
      line-height: 28px !important;
      color: #094682 !important;
      margin-bottom: 8px !important;
    }

    .custom-team-position {
      font-size: 14px !important;
      font-weight: 400 !important;
      line-height: 20px !important;
      color: #6B7280 !important;
      margin-bottom: 8px !important;
    }

    .custom-team-bio {
      color: #4B5563 !important;
      font-size: 14px !important;
      font-weight: 400 !important;
      line-height: 20px !important;
      margin-bottom: 8px !important;
    }

    .custom-social-links {
      display: flex !important;
      justify-content: center !important;
      gap: 16px !important;
    }

    .custom-social-link {
      width: 36px !important;
      height: 36px !important;
      border-radius: 50% !important;
      background-color: #E6F0FA !important;
      color: #0F63B0 !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      transition: all 150ms ease !important;
    }

    .custom-social-link:hover {
      background-color: #0F63B0 !important;
      color: white !important;
    }

    .custom-safety-section {
      background-color: #E6F0FA !important;
      padding: 64px 24px !important;
      margin-bottom: 64px !important;
    }

    .custom-safety-content {
      display: grid !important;
      grid-template-columns: 1fr 1fr !important;
      gap: 48px !important;
      align-items: center !important;
      max-width: 1200px !important;
      margin: 0 auto !important;
    }

    .custom-safety-text h3 {
      font-size: 28px !important;
      font-weight: 600 !important;
      line-height: 36px !important;
      color: #094682 !important;
      margin-bottom: 12px !important;
      position: relative !important;
    }

    .custom-safety-text h3::after {
      content: "" !important;
      display: block !important;
      width: 32px !important;
      height: 4px !important;
      background-color: #F59E0B !important;
      margin-top: 8px !important;
    }

    .custom-safety-text p {
      font-size: 16px !important;
      font-weight: 400 !important;
      line-height: 24px !important;
      margin-bottom: 8px !important;
      color: #4B5563 !important;
    }

    .custom-safety-image {
      border-radius: 16px !important;
      overflow: hidden !important;
      height: 450px !important;
    }

    .custom-safety-image img {
      width: 100% !important;
      height: 100% !important;
      object-fit: contain !important;
      display: block !important;
      border-radius: 16px !important;
    }

    .custom-feature-list {
      margin-top: 16px !important;
      margin-bottom: 24px !important;
    }

    .custom-feature-item {
      display: flex !important;
      align-items: flex-start !important;
      margin-bottom: 12px !important;
    }

    .custom-feature-icon {
      color: #0F63B0 !important;
      margin-right: 12px !important;
      flex-shrink: 0 !important;
      margin-top: 4px !important;
    }

    .custom-feature-text {
      font-size: 14px !important;
      font-weight: 400 !important;
      line-height: 20px !important;
      color: #4B5563 !important;
    }

    .custom-cta-section {
      background-color: #094682 !important;
      padding: 64px 24px !important;
      text-align: center !important;
    }

    .custom-cta-container {
      max-width: 900px !important;
      margin: 0 auto !important;
    }

    .custom-cta-title {
      font-size: 36px !important;
      font-weight: 700 !important;
      line-height: 44px !important;
      color: white !important;
      margin-bottom: 16px !important;
    }

    .custom-cta-text {
      font-size: 18px !important;
      font-weight: 500 !important;
      line-height: 24px !important;
      color: #D1E8FF !important;
      margin-bottom: 32px !important;
      max-width: 700px !important;
      margin-left: auto !important;
      margin-right: auto !important;
    }

    .custom-cta-buttons {
      display: flex !important;
      justify-content: center !important;
      gap: 16px !important;
      flex-wrap: wrap !important;
    }

    .custom-cta-primary {
      display: inline-block !important;
      padding: 12px 24px !important;
      background-color: #F59E0B !important;
      color: white !important;
      font-weight: 600 !important;
      font-size: 16px !important;
      text-decoration: none !important;
      border-radius: 9999px !important;
      transition: all 150ms ease !important;
    }

    .custom-cta-primary:hover {
      background-color: #D97706 !important;
      transform: translateY(-2px) !important;
    }

    .custom-cta-secondary {
      display: inline-block !important;
      padding: 12px 24px !important;
      background-color: transparent !important;
      color: white !important;
      font-weight: 600 !important;
      font-size: 16px !important;
      text-decoration: none !important;
      border-radius: 9999px !important;
      border: 2px solid white !important;
      transition: all 150ms ease !important;
    }

    .custom-cta-secondary:hover {
      background-color: rgba(255,255,255,0.1) !important;
      transform: translateY(-2px) !important;
    }

    .custom-animate-in {
      animation: customFadeIn 0.6s ease-out forwards !important;
    }

    @keyframes customFadeIn {
      from {
        opacity: 0;
        transform: translateY(20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @media (max-width: 991px) {
      .custom-history-section {
        grid-template-columns: 1fr !important;
      }

      .custom-history-image {
        order: -1 !important;
      }

      .custom-safety-content {
        grid-template-columns: 1fr !important;
      }
    }

    @media (max-width: 768px) {
      .custom-about-header h1 {
        font-size: 32px !important;
        line-height: 40px !important;
      }

      .custom-about-header p {
        font-size: 16px !important;
        line-height: 24px !important;
      }

      .custom-section-header h2 {
        font-size: 28px !important;
        line-height: 36px !important;
      }

      .custom-section-header p {
        font-size: 16px !important;
        line-height: 24px !important;
      }

      .custom-about-container {
        padding: 40px 16px !important;
      }

      .custom-values-section {
        padding: 40px 16px !important;
      }

      .custom-safety-section {
        padding: 40px 16px !important;
      }

      .custom-cta-title {
        font-size: 28px !important;
        line-height: 36px !important;
      }

      .custom-cta-text {
        font-size: 16px !important;
        line-height: 24px !important;
      }

      .custom-history-content h3,
      .custom-safety-text h3 {
        font-size: 24px !important;
        line-height: 32px !important;
      }
    }
