/* ==========================================================================
   OMEGA SCIENTIFIC - ABOUT US COMPONENT STYLESHEET (about.css)
   Light Off-White Modern Clean Aesthetic with Glassmorphism Badges
   ========================================================================== */

.about-section {
  position: relative;
  background-color: #f8fafc;
  color: #0f172a;
  padding: clamp(3.5rem, 6vw, 5.5rem) 0 clamp(1.5rem, 2.5vw, 2.5rem);
  overflow: hidden;
  z-index: 10;
}

/* Subtle Geometric Background Ambient */
.about-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(180deg, #030712 0%, rgba(248, 250, 252, 0) 100%);
  pointer-events: none;
  opacity: 0.05;
}

.about-section::after {
  content: '';
  position: absolute;
  bottom: -150px;
  right: -100px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 194, 255, 0.08) 0%, rgba(248, 250, 252, 0) 70%);
  pointer-events: none;
}

/* 2-Column Grid */
.about-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
}

/* Left Column Styling */
.about-content-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

/* Category Badge Pill */
.about-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: rgba(0, 130, 203, 0.08);
  border: 1px solid rgba(0, 130, 203, 0.25);
  border-radius: 6px;
  margin-bottom: 1.25rem;
}

.about-badge-pill .badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--blue-cerulean, #0082cb);
  box-shadow: 0 0 6px rgba(0, 130, 203, 0.6);
}

.about-badge-pill .badge-text {
  font-family: var(--font-body, 'Plus Jakarta Sans', sans-serif);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #005fa3;
}

/* Heading in Anek Devanagari */
.about-title {
  font-family: var(--font-heading, 'Anek Devanagari', sans-serif);
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #0f172a;
  margin-bottom: 1.5rem;
  text-wrap: balance;
}

.gradient-text-blue {
  background: linear-gradient(135deg, #005fa3 0%, #0082cb 60%, #00a8e8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

/* Paragraphs */
.about-lead {
  font-size: clamp(1.05rem, 1.25vw, 1.2rem);
  line-height: 1.65;
  color: #1e293b;
  margin-bottom: 1rem;
}

.about-lead strong {
  color: #003e7e;
  font-weight: 700;
}

.about-text {
  font-size: 0.98rem;
  line-height: 1.7;
  color: #475467;
  margin-bottom: 2rem;
}

.about-text strong {
  color: #0f172a;
  font-weight: 600;
}

/* Capability Cards Grid */
.about-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  width: 100%;
  margin-bottom: 2.25rem;
}

.about-feature-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1.25rem 1rem;
  box-shadow: 0 4px 15px -2px rgba(15, 23, 42, 0.04);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}

.about-feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 130, 203, 0.4);
  box-shadow: 0 12px 25px -4px rgba(0, 62, 126, 0.1);
}

.feature-icon-box {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: linear-gradient(135deg, #e0f2fe 0%, #bae6fd 100%);
  color: #0077b6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.about-feature-card:hover .feature-icon-box {
  background: linear-gradient(135deg, #0096c7 0%, #0077b6 100%);
  color: #ffffff;
  transform: scale(1.05);
}

.feature-title {
  font-family: var(--font-heading, 'Anek Devanagari', sans-serif);
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.25;
}

.feature-desc {
  font-size: 0.82rem;
  line-height: 1.5;
  color: #64748b;
}

/* Stats Counter Row */
.about-stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  width: 100%;
  padding: 1.5rem 0;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 2rem;
}

.stat-item {
  display: flex;
  flex-direction: column;
}

.stat-number-wrap {
  display: flex;
  align-items: baseline;
  font-family: var(--font-heading, 'Anek Devanagari', sans-serif);
  font-size: clamp(1.8rem, 2.5vw, 2.5rem);
  font-weight: 800;
  color: #005fa3;
  line-height: 1;
}

.stat-suffix {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0082cb;
  margin-left: 2px;
}

.stat-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: #64748b;
  margin-top: 0.35rem;
  line-height: 1.3;
}

/* CTA Wrap */
.about-cta-wrap {
  display: flex;
  align-items: center;
}

/* Right Media Column */
.about-media-col {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-image-card {
  position: relative;
  width: 100%;
  max-width: 540px;
}

.about-img-frame {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 45px -10px rgba(15, 23, 42, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.05);
  background: #ffffff;
}

.about-img-element {
  width: 100%;
  height: 100%;
  max-height: 520px;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-image-card:hover .about-img-element {
  transform: scale(1.06);
}

.about-img-overlay-glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(3, 7, 18, 0.4) 100%);
  pointer-events: none;
}

/* Floating Glassmorphism Cards */
.floating-glass-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 14px 30px -5px rgba(0, 62, 126, 0.18), 0 2px 8px rgba(0, 0, 0, 0.06);
  z-index: 5;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.floating-glass-card:hover {
  transform: translateY(-4px) scale(1.02);
}

.top-left-badge {
  top: -20px;
  left: -20px;
}

.bottom-right-badge {
  bottom: -20px;
  right: -20px;
}

.glass-icon-circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0077b6 0%, #003e7e 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  box-shadow: 0 4px 12px rgba(0, 62, 126, 0.3);
}

.glass-icon-circle.blue-glow {
  background: linear-gradient(135deg, #00c2ff 0%, #0077b6 100%);
  box-shadow: 0 4px 12px rgba(0, 194, 255, 0.4);
}

.glass-badge-text {
  display: flex;
  flex-direction: column;
}

.glass-badge-title {
  font-family: var(--font-heading, 'Anek Devanagari', sans-serif);
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
}

.glass-badge-subtitle {
  font-size: 0.75rem;
  font-weight: 600;
  color: #0077b6;
}

/* ==========================================================================
   RESPONSIVE STYLES FOR ABOUT SECTION
   ========================================================================== */
@media (max-width: 1024px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }
  
  .about-media-col {
    order: -1;
  }

  .about-image-card {
    max-width: 100%;
  }

  .top-left-badge {
    top: 15px;
    left: 15px;
  }

  .bottom-right-badge {
    bottom: 15px;
    right: 15px;
  }
}

@media (max-width: 768px) {
  .about-features-grid {
    grid-template-columns: 1fr;
  }

  .about-stats-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

@media (max-width: 480px) {
  .floating-glass-card {
    padding: 8px 12px;
    gap: 8px;
  }
  .glass-badge-title {
    font-size: 0.85rem;
  }
  .glass-badge-subtitle {
    font-size: 0.7rem;
  }
}
