/* About page (React AboutContent JSX classes → CSS utilities) */

/* Slightly reduce overall scale to match React rendering */
html { font-size: 15px; }

/* Base */
.bg-background { background: #fff; }
.bg-white { background: #fff; }
.min-h-screen { min-height: 100vh; }
.relative { position: relative; }
.absolute { position: absolute; }
.inset-0 { inset: 0; }
.overflow-hidden { overflow: hidden; }
.z-10 { z-index: 10; }
.top-40 { top: 10rem; }
.left-20 { left: 5rem; }
.bottom-20 { bottom: 5rem; }
.right-20 { right: 5rem; }
.top-1\/2 { top: 50%; }
.left-1\/2 { left: 50%; }
.-translate-x-1\/2 { transform: translateX(-50%); }
.-translate-y-1\/2 { transform: translateY(-50%); }
.blur-3xl { filter: blur(64px); }
.rounded-full { border-radius: 9999px; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-3xl { border-radius: 1.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.p-8 { padding: 2rem; }
.p-5 { padding: 1.25rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.pt-20 { padding-top: 5rem; }
.pt-2 { padding-top: 0.5rem; }
.pb-32 { padding-bottom: 8rem; }
.pb-12 { padding-bottom: 3rem; }
.pl-6 { padding-left: 1.5rem; }
.border { border-width: 1px; border-style: solid; }
.border-b { border-bottom-width: 1px; border-bottom-style: solid; }
.border-l-4 { border-left-width: 4px; border-left-style: solid; }
.border-gray-100 { border-color: #f3f4f6; }
.border-gray-200 { border-color: #e5e7eb; }
.text-center { text-align: center; }
.items-start { align-items: flex-start; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.inline-flex { display: inline-flex; }
.flex { display: flex; }
.grid { display: grid; }
.hidden { display: none; }
.block { display: block; }
.w-64 { width: 16rem; }
.h-64 { height: 16rem; }
.w-80 { width: 20rem; }
.h-80 { height: 20rem; }
.w-12 { width: 3rem; }
.h-12 { height: 3rem; }
.w-8 { width: 2rem; }
.h-8 { height: 2rem; }
.w-5 { width: 1.25rem; }
.h-5 { height: 1.25rem; }
.max-w-7xl { max-width: 80rem; }
.max-w-5xl { max-width: 64rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-3xl-our-mission{ max-width: 51rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-16 { margin-bottom: 4rem; }
.mb-20 { margin-bottom: 5rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-16 { margin-top: 4rem; }
.ml-2 { margin-left: 0.5rem; }
.ml-6 { margin-left: 1.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-12 { gap: 3rem; }
.space-y-4 > * + * { margin-top: 1rem; }
.space-y-6 > * + * { margin-top: 1.5rem; }
.space-y-12 > * + * { margin-top: 3rem; }
.tracking-tight { letter-spacing: -0.025em; }
.tracking-widest { letter-spacing: 0.12em; }
.uppercase { text-transform: uppercase; }
.font-bold { font-weight: 700; }
.font-semibold { font-weight: 600; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-5xl { font-size: 3rem; line-height: 1; }
.text-white { color: #fff; }
.text-gray-300 { color: #d1d5db; }
.text-gray-600 { color: #4b5563; }
.text-gray-700 { color: #374151; }
.leading-relaxed { line-height: 1.625; }
.leading-\[1\.1\] { line-height: 1.1; }
.shadow-xl { box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1); }
.hover\:shadow-xl:hover { box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04); }
.transition-all { transition: all 0.2s ease; }
.transition-colors { transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease; }
.transition-transform { transition: transform 0.2s ease; }
.duration-300 { transition-duration: 300ms; }
.duration-500 { transition-duration: 500ms; }
.duration-700 { transition-duration: 700ms; }
.ease-out { transition-timing-function: cubic-bezier(0,0,0.2,1); }
.opacity-0 { opacity: 0; }
.opacity-100 { opacity: 1; }
.translate-y-8 { transform: translateY(2rem); }
.translate-y-0 { transform: translateY(0); }
.flex-shrink-0 { flex-shrink: 0; }
.sticky { position: sticky; }
.top-20 { top: 5rem; }
.backdrop-blur-sm { backdrop-filter: blur(6px); }

/* Color utilities with escaped selectors */
.text-\[\#0B0B0B\] { color: #0B0B0B; }
.text-\[\#FF7A1A\] { color: #FF7A1A; }
.text-\[\#7CB342\] { color: #7CB342; }
.bg-\[\#0B0B0B\] { background: #0B0B0B; }
.bg-\[\#1a1a1a\] { background: #1a1a1a; }
.bg-\[\#FF7A1A\] { background: #FF7A1A; }
.border-\[\#FF7A1A\] { border-color: #FF7A1A; }
.border-\[\#7CB342\] { border-color: #7CB342; }

.bg-\[\#FF7A1A\]\/\[0\.03\] { background-color: rgba(255, 122, 26, 0.03); }
.bg-\[\#7CB342\]\/\[0\.03\] { background-color: rgba(124, 179, 66, 0.03); }
.bg-\[\#FF7A1A\]\/20 { background-color: rgba(255, 122, 26, 0.2); }
.bg-\[\#FF7A1A\]\/10 { background-color: rgba(255, 122, 26, 0.1); }
.bg-\[\#FF7A1A\]\/5 { background-color: rgba(255, 122, 26, 0.05); }
.opacity-\[0\.02\] { opacity: 0.02; }
.border-\[\#FF7A1A\]\/20 { border-color: rgba(255, 122, 26, 0.2); }
.border-\[\#FF7A1A\]\/\[0\.03\] { border-color: rgba(255, 122, 26, 0.03); }
.border-\[\#FF7A1A\]\/\[0\.2\] { border-color: rgba(255, 122, 26, 0.2); }
.border-white\/10 { border-color: rgba(255,255,255,0.1); }
.border-white\/20 { border-color: rgba(255,255,255,0.2); }
.bg-white\/5 { background-color: rgba(255,255,255,0.05); }
.bg-gray-50 { background: #f9fafb; }
.bg-gradient-to-b { background-image: linear-gradient(to bottom, var(--tw-gradient-from), var(--tw-gradient-to)); }
.from-gray-50 { --tw-gradient-from: #f9fafb; }
.to-white { --tw-gradient-to: #ffffff; }
.bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--tw-gradient-from), var(--tw-gradient-to)); }
.from-\[\#0B0B0B\] { --tw-gradient-from: #0B0B0B; }
.to-\[\#1a1a1a\] { --tw-gradient-to: #1a1a1a; }
.from-gray-50 { --tw-gradient-from: #f9fafb; }
.to-white { --tw-gradient-to: #ffffff; }

.hover\:bg-\[\#e86c10\]:hover { background: #e86c10; }
.hover\:border-white\/20:hover { border-color: rgba(255,255,255,0.2); }
.shadow-\[\#FF7A1A\]\/25 { box-shadow: 0 10px 15px -3px rgba(255, 122, 26, 0.25), 0 4px 6px -4px rgba(255, 122, 26, 0.18); }
.hover\:shadow-\[\#FF7A1A\]\/30:hover { box-shadow: 0 20px 25px -5px rgba(255, 122, 26, 0.30), 0 10px 10px -5px rgba(255, 122, 26, 0.18); }

.group:hover .group-hover\:bg-\[\#FF7A1A\] { background: #FF7A1A; }
.group:hover .group-hover\:text-white { color: #fff; }
.group:hover .group-hover\:translate-x-1 { transform: translateX(0.25rem); }

.h-full { height: 100%; }

/* Specific arbitrary sizes */
.w-\[600px\] { width: 600px; }
.h-\[600px\] { height: 600px; }

/* Layout grids */
.lg\:col-span-2 { grid-column: span 2 / span 2; }
.lg\:gap-20 { gap: 5rem; }
.md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gap-0 { gap: 0; }
.overflow-hidden { overflow: hidden; }

/* Responsive typography/spacing */
@media (min-width: 640px) {
  .sm\:px-8 { padding-left: 2rem; padding-right: 2rem; }
  .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
}
@media (min-width: 768px) {
  .md\:pt-28 { 
    /* padding-top: 7rem; */
      padding-top: 3rem;
  }
  .md\:pb-40 { 
    /* padding-bottom: 10rem;  */
    padding-bottom: 3rem;
  }
  .md\:py-20 { padding-top: 5rem; padding-bottom: 5rem; }
  .md-py-request-demo-btn { 
        padding-top: 5rem;
        padding-bottom: 3rem;
    }
  
  .md\:space-y-14 > * + * { margin-top: 3.5rem; }
  .md\:text-xl { 
    /* font-size: 1.25rem; line-height: 1.75rem; */
    font-size: 1.34rem;
    line-height: 2.1rem;
  }
  .md\:text-lg { font-size: 1.125rem; line-height: 1.75rem; }
  .md\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
  .md\:text-6xl { font-size: 3.75rem; line-height: 1; }
  .md\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
  .md\:p-10 { padding: 2.5rem; }
  .md\:border-b-0 { border-bottom-width: 0; }
  .md\:border-r { border-right-width: 1px; border-right-style: solid; }
  .md\:border-t-0 { border-top-width: 0; }
  .md\:border-l { border-left-width: 1px; border-left-style: solid; }
}
@media (min-width: 1024px) {
  .lg\:px-12 { padding-left: 3rem; padding-right: 3rem; }
  .lg\:block { display: block; }
  .lg\:text-7xl { font-size: 4.5rem; line-height: 1; }
  .lg\:text-5xl { font-size: 3rem; line-height: 1; }
}

.marginBottom-30{
  margin-bottom: 30px;
}

.xon-about-list-section {
  margin: 0px;
  margin-top: 20px;
  text-align: left;
}

.xon-about-list-section li{
  line-height: 2.5rem;
}

@media (max-width: 768px) {
  .textCenter{
    text-align: center;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .text-5xl{
    font-size: 2rem;
  }

  .space-y-12 > * + * {
    margin-top: 1rem;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .pb-32 {
    padding-bottom: 1rem;
  }

  .pt-20 {
      padding-top: 1.3rem;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xon-about-list-section li{
    line-height: 1.8rem;
  }

  .padding-bottom-0{
    padding-bottom: 0px !important;
  }

}


@media (max-width: 1200px) {
  /* .md\:grid-cols-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  } */

  .py-6 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .py-16 {
    /* padding-top: 4rem;
    padding-bottom: 1rem; */

            padding-top: 3rem;
        padding-bottom: 3rem;
  }
}


@media (min-width: 769px) and (max-width: 1200px) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:pt-28 {
    padding-top: 2rem;
  }

  .md\:pb-40 {
      padding-bottom: 0rem;
  }
}

.xon-learning-performance{
    height: 100%;
    min-height: 210px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.xon-about-demo-btn{
  padding: 1rem 1.5rem;
}

