/**
 * About Us Page Layout & Glassmorphic Web Development Agency Sections — Web Techiq Official
 * Developed by MH Badhon Ahmed (Web Techiq)
 */

.web-techiq-about-section {
  position: relative;
  width: 100%;
  padding: var(--about-pad-top, var(--wt-about-pad-top, 60px)) 0 var(--about-pad-bottom, var(--wt-about-pad-bottom, 70px)) 0;
  background: transparent;
  box-sizing: border-box;
}

/* ── Section Header ───────────────────────────────────────────────────── */
.about-header-wrap {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 40px auto;
}

.about-pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff3d6;
  color: #d97706;
  border: 1px solid rgba(217, 119, 6, 0.25);
  border-radius: 50px;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 18px;
  box-shadow: 0 2px 8px rgba(255, 184, 0, 0.12);
  margin-bottom: 14px;
}

.about-pill-badge.center-badge {
  margin: 0 auto 14px auto;
}

.about-main-title {
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 36px;
  font-weight: 800;
  line-height: 1.25;
  color: #0f172a;
  margin: 0 0 14px 0;
  letter-spacing: -0.02em;
}

.about-main-title .title-highlight {
  position: relative;
  display: inline-block;
  color: var(--wt-primary-color, #ff6b00);
  background: linear-gradient(135deg, #ff6b00 0%, #ffb800 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-section-heading {
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 30px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 12px 0;
  letter-spacing: -0.02em;
}

/* ── Company Story 2-Column Grid ──────────────────────────────────────── */
.about-story-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
  margin-bottom: var(--about-story-mb, 60px);
}

.about-story-content-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  border-radius: 24px;
  padding: var(--about-story-pad-tb, 36px) var(--about-story-pad-lr, 40px);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05), 0 1px 3px rgba(0, 0, 0, 0.02);
}

.about-story-text {
  font-size: 16px;
  line-height: 1.7;
  color: #475569;
  margin: 0 0 24px 0;
}

.about-story-text p {
  margin: 0 0 14px 0;
  line-height: 1.7;
}

.about-story-text p:last-child {
  margin-bottom: 0;
}

.about-story-bullets {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-story-bullets li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}

.about-story-bullets li i {
  color: #16a34a;
  font-size: 16px;
}

.about-story-media-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #ffe6b3;
  box-shadow: 0 15px 40px rgba(255, 184, 0, 0.12);
  background: linear-gradient(135deg, #fffdfa 0%, #fff3d6 100%);
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-story-media-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-story-media-fallback {
  text-align: center;
  padding: 40px 30px;
}

.media-fallback-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff6b00 0%, #ffb800 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  margin: 0 auto 20px auto;
  box-shadow: 0 10px 24px rgba(255, 107, 0, 0.35);
}

.media-fallback-title {
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 22px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 8px 0;
}

.media-fallback-desc {
  font-size: 14px;
  color: #64748b;
  margin: 0;
  line-height: 1.6;
}

/* ── Company Performance Stats Bar ───────────────────────────────────── */
.about-stats-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  background: linear-gradient(135deg, #ffffff 0%, #fffdfa 100%);
  border: 1.5px solid #ffe6b3;
  border-radius: 24px;
  padding: var(--about-stats-pad-tb, 30px) var(--about-stats-pad-lr, 24px);
  box-shadow: 0 10px 30px rgba(255, 184, 0, 0.08);
  margin-bottom: var(--about-stats-mb, 60px);
  text-align: center;
}

.about-stat-item {
  position: relative;
  padding: 10px;
}

.about-stat-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 15%;
  height: 70%;
  width: 1px;
  background: #ffe6b3;
}

.about-stat-num {
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 34px;
  font-weight: 800;
  color: var(--wt-primary-color, #ff6b00);
  line-height: 1.1;
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}

.about-stat-lbl {
  font-size: 13.5px;
  font-weight: 600;
  color: #64748b;
  margin: 0;
}

/* ── EXECUTIVE ANIMATED CEO / FOUNDER SPOTLIGHT ──────────────────────── */
.about-ceo-section-wrap {
  margin-bottom: var(--about-ceo-mb, 60px);
}

.about-ceo-card {
  position: relative;
  background: linear-gradient(135deg, #ffffff 0%, #fffdfa 100%);
  border: 1.5px solid #ffe6b3;
  border-radius: 28px;
  padding: var(--about-ceo-pad-tb, 44px) var(--about-ceo-pad-lr, 44px);
  box-shadow: 0 18px 50px rgba(255, 184, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.03);
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 40px;
  align-items: center;
  overflow: hidden;
}

.about-ceo-card::before {
  content: '"';
  position: absolute;
  top: -20px;
  right: 30px;
  font-family: Georgia, serif;
  font-size: 180px;
  color: rgba(255, 184, 0, 0.08);
  pointer-events: none;
  line-height: 1;
}

.about-ceo-avatar-wrap {
  position: relative;
  width: 220px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.avatar-gradient-ring {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  padding: 3px;
  background: linear-gradient(135deg, #ff6b00 0%, #ffb800 50%, #2563eb 100%);
  box-shadow: 0 12px 32px rgba(255, 107, 0, 0.22);
  overflow: hidden;
  animation: avatarGlowPulse 6s infinite alternate ease-in-out;
}

@keyframes avatarGlowPulse {
  0% { box-shadow: 0 12px 32px rgba(255, 107, 0, 0.22); }
  50% { box-shadow: 0 16px 40px rgba(37, 99, 235, 0.3); }
  100% { box-shadow: 0 12px 32px rgba(255, 107, 0, 0.22); }
}

.ceo-portrait-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 21px;
  display: block;
}

.about-ceo-fallback-avatar {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #fff3d6 0%, #ffe6b3 100%);
  border-radius: 21px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--wt-primary-color, #ff6b00);
}

.about-ceo-fallback-avatar i {
  font-size: 68px;
  margin-bottom: 8px;
}

.fallback-badge {
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 10px;
  font-weight: 800;
  color: #d97706;
  letter-spacing: 0.08em;
  background: #ffffff;
  padding: 3px 10px;
  border-radius: 50px;
}

.ceo-verified-badge {
  position: absolute;
  bottom: -6px;
  right: -6px;
  width: 36px;
  height: 36px;
  background: #16a34a;
  color: #ffffff;
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-shadow: 0 4px 12px rgba(22, 163, 74, 0.4);
  z-index: 2;
}

.about-ceo-content {
  position: relative;
  z-index: 1;
}

.about-ceo-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff3d6;
  color: #d97706;
  border: 1px solid rgba(217, 119, 6, 0.22);
  border-radius: 50px;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 14px;
  margin-bottom: 12px;
}

.about-ceo-quote-text {
  font-size: 16.5px;
  line-height: 1.7;
  color: #334155;
  font-style: italic;
  margin: 0 0 20px 0;
  position: relative;
}

.about-ceo-name-block {
  margin-bottom: 16px;
}

.about-ceo-name {
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 24px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 4px 0;
  letter-spacing: -0.01em;
}

.about-ceo-designation {
  font-size: 14px;
  font-weight: 700;
  color: var(--wt-primary-color, #ff6b00);
  margin: 0;
}

/* CEO Tech Stack Chips */
.about-ceo-tech-chips {
  margin-bottom: 20px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 12px 16px;
}

.tech-chip-label {
  display: block;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 11.5px;
  font-weight: 800;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.tech-chips-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tech-chip {
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 12px;
  font-weight: 700;
  color: #1e293b;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 50px;
  padding: 4px 12px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
  transition: all 0.2s ease;
}

.tech-chip:hover {
  background: #2563eb;
  color: #ffffff;
  border-color: #2563eb;
  transform: translateY(-1px);
}

/* CEO Dedicated Social Links */
.about-ceo-socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.about-ceo-social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 12.5px;
  font-weight: 700;
  color: #475569;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  padding: 7px 16px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.03);
  transition: all 0.25s ease;
}

.about-ceo-social-link.fb-link i { color: #1877f2; }
.about-ceo-social-link.linkedin-link i { color: #0a66c2; }
.about-ceo-social-link.github-link i { color: #0f172a; }
.about-ceo-social-link.twitter-link i { color: #000000; }
.about-ceo-social-link.instagram-link i { color: #e4405f; }
.about-ceo-social-link.email-link i { color: #ff6b00; }

.about-ceo-social-link:hover {
  background: #0f172a;
  color: #ffffff;
  border-color: #0f172a;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.2);
}

.about-ceo-social-link:hover i {
  color: #ffffff !important;
}

/* ── UNLIMITED OUR TEAM MEMBERS GRID ─────────────────────────────────── */
.about-team-section-wrap {
  margin-bottom: var(--about-team-mb, 60px);
}

.about-team-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 36px auto;
}

.about-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.about-team-card {
  background: #ffffff;
  border: 1.5px solid #ffe6b3;
  border-radius: 24px;
  padding: 30px 24px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(255, 184, 0, 0.06);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-team-card:hover {
  transform: translateY(-6px);
  border-color: var(--wt-primary-color, #ff6b00);
  box-shadow: 0 16px 40px rgba(255, 107, 0, 0.15);
}

.team-avatar-frame {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(135deg, #ff6b00 0%, #ffb800 100%);
  margin-bottom: 18px;
  box-shadow: 0 6px 20px rgba(255, 107, 0, 0.2);
  overflow: hidden;
  flex-shrink: 0;
}

.team-avatar-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.team-fallback-photo {
  width: 100%;
  height: 100%;
  background: #fff3d6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: var(--wt-primary-color, #ff6b00);
}

.team-card-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.team-member-name {
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 4px 0;
}

.team-member-role {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--wt-primary-color, #ff6b00);
  margin: 0 0 12px 0;
}

.team-member-bio {
  font-size: 13.5px;
  line-height: 1.6;
  color: #64748b;
  margin: 0 0 16px 0;
}

.team-tech-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-bottom: 18px;
}

.team-tech-pill {
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 11px;
  font-weight: 700;
  color: #334155;
  background: #f1f5f9;
  border-radius: 50px;
  padding: 3px 10px;
}

.team-card-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: auto;
}

.team-social-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  color: #475569;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.team-social-icon:hover {
  background: var(--wt-primary-color, #ff6b00);
  color: #ffffff;
  border-color: var(--wt-primary-color, #ff6b00);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 107, 0, 0.3);
}

/* ── CORE PILLARS GRID ───────────────────────────────────────────────── */
.about-pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: var(--about-pillars-mb, 60px);
}

.about-pillar-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: var(--about-pillar-pad-tb, 28px) var(--about-pillar-pad-lr, 22px);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05), 0 1px 3px rgba(0, 0, 0, 0.02);
  transition: all 0.25s ease;
  text-align: center;
}

.about-pillar-card:hover {
  transform: translateY(-4px);
  border-color: var(--wt-primary-color, #ff6b00);
  box-shadow: 0 14px 36px rgba(255, 107, 0, 0.14);
}

.about-pillar-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: #fff3d6;
  color: var(--wt-primary-color, #ff6b00);
  font-size: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.about-pillar-title {
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 8px 0;
}

.about-pillar-desc {
  font-size: 13.5px;
  line-height: 1.5;
  color: #64748b;
  margin: 0;
}

/* ── HIGH-CONVERTING BOTTOM CTA BANNER ───────────────────────────────── */
.about-cta-banner {
  position: relative;
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  border-radius: 28px;
  padding: var(--about-cta-pad-tb, 50px) var(--about-cta-pad-lr, 40px);
  text-align: center;
  color: #ffffff;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.35);
  overflow: hidden;
}

.about-cta-banner::before {
  content: '';
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 107, 0, 0.25) 0%, rgba(255, 107, 0, 0) 70%);
  pointer-events: none;
}

.about-cta-title {
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 32px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 12px 0;
  position: relative;
}

.about-cta-subtitle {
  font-size: 16px;
  color: #cbd5e1;
  max-width: 680px;
  margin: 0 auto 30px auto;
  line-height: 1.6;
  position: relative;
}

.about-cta-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  position: relative;
}

.about-cta-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 14.5px;
  font-weight: 800;
  color: #ffffff;
  background: linear-gradient(135deg, #ff6b00 0%, #ffb800 100%);
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(255, 107, 0, 0.4);
  transition: all 0.25s ease;
}

.about-cta-btn-primary:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
  color: #ffffff;
  box-shadow: 0 10px 28px rgba(255, 107, 0, 0.55);
}

.about-cta-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--wt-heading-font-family, 'Outfit', sans-serif);
  font-size: 14.5px;
  font-weight: 800;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.about-cta-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.22);
  color: #ffffff;
  transform: translateY(-2px);
}

/* ── RESPONSIVE BREAKPOINTS ──────────────────────────────────────────── */
@media (max-width: 1024px) {
  .about-story-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-stats-bar {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .about-stat-item:nth-child(2)::after {
    display: none;
  }

  .about-ceo-card {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 32px 24px;
  }

  .about-ceo-avatar-wrap {
    margin: 0 auto 20px auto;
  }

  .about-ceo-socials {
    justify-content: center;
  }

  .about-team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-pillars-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 639px) {
  .about-main-title {
    font-size: 26px;
  }

  .about-story-content-card {
    padding: 24px 20px;
  }

  .about-story-bullets {
    grid-template-columns: 1fr;
  }

  .about-stats-bar {
    grid-template-columns: 1fr;
  }

  .about-stat-item::after {
    display: none !important;
  }

  .about-team-grid {
    grid-template-columns: 1fr;
  }

  .about-pillars-grid {
    grid-template-columns: 1fr;
  }

  .about-cta-banner {
    padding: 36px 20px;
  }

  .about-cta-title {
    font-size: 24px;
  }

  .about-cta-btns {
    flex-direction: column;
    width: 100%;
  }

  .about-cta-btn-primary, .about-cta-btn-secondary {
    width: 100%;
  }
}
