.elementor-1692 .elementor-element.elementor-element-dcd2258{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-17f1544 */.pb-page-section {
  background: linear-gradient(180deg, #f5f9ff 0%, #eef4ff 100%);
  padding: 80px 20px;
}

.pb-page-container {
  max-width: 1200px;
  margin: 0 auto;
}

.pb-page-hero {
  max-width: 860px;
  margin: 0 auto 40px;
  background: #ffffff;
  border: 1px solid #e6edf7;
  border-radius: 22px;
  padding: 50px 40px;
  box-shadow: 0 15px 40px rgba(15, 23, 42, 0.06);
  text-align: center;
}

.pb-page-badge {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2563eb;
  background: #eff6ff;
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.pb-page-icon {
  width: 76px;
  height: 76px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.22);
}

.pb-page-hero h1 {
  font-size: 40px;
  line-height: 1.2;
  color: #1e293b;
  margin: 0 0 14px;
  font-weight: 800;
}

.pb-page-subtext {
  max-width: 680px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.75;
  color: #64748b;
}

.pb-page-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.pb-page-card {
  background: #ffffff;
  border: 1px solid #e7eef7;
  border-radius: 18px;
  padding: 28px 22px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
  transition: all 0.3s ease;
  text-align: center;
}

.pb-page-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.pb-page-card h3 {
  font-size: 22px;
  color: #1e293b;
  margin: 0 0 12px;
  font-weight: 700;
}

.pb-page-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #64748b;
  margin: 0;
}

.pb-page-btn {
  display: inline-block;
  padding: 14px 26px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  background: #2563eb;
  color: #fff;
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.20);
}

.pb-page-btn:hover {
  background: #1d4ed8;
}

@media (max-width: 991px) {
  .pb-page-grid {
    grid-template-columns: 1fr;
  }

  .pb-page-hero h1 {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .pb-page-section {
    padding: 60px 15px;
  }

  .pb-page-hero {
    padding: 35px 22px;
    border-radius: 18px;
  }

  .pb-page-hero h1 {
    font-size: 28px;
  }

  .pb-page-subtext {
    font-size: 15px;
  }
}
.pbx-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.pbx-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}

.pbx-glass {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.pbx-section-heading {
  text-align: center;
  margin-bottom: 50px;
}

.pbx-section-label,
.pbx-badge {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(96, 165, 250, 0.14);
  color: #93c5fd;
  border: 1px solid rgba(147, 197, 253, 0.25);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}

.pbx-about-hero,
.pbx-about-story,
.pbx-counter-stats,
.pbx-about-mission,
.pbx-about-values,
.pbx-about-timeline,
.pbx-about-team,
.pbx-about-community,
.pbx-about-cta {
  position: relative;
  overflow: hidden;
}

.pbx-about-hero::before,
.pbx-about-story::before,
.pbx-counter-stats::before,
.pbx-about-mission::before,
.pbx-about-values::before,
.pbx-about-timeline::before,
.pbx-about-team::before,
.pbx-about-community::before,
.pbx-about-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(59, 130, 246, 0.18), transparent 35%),
    radial-gradient(circle at bottom right, rgba(14, 165, 233, 0.14), transparent 35%);
  pointer-events: none;
}

.pbx-about-hero {
  padding: 110px 20px;
  background: linear-gradient(135deg, #071029 0%, #0b1533 35%, #0f1f4d 100%);
  text-align: center;
}

.pbx-about-hero-content {
  max-width: 950px;
  margin: 0 auto;
  padding: 50px 35px;
  border-radius: 28px;
}

.pbx-about-hero h1 {
  font-size: 50px;
  line-height: 1.15;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 20px;
}

.pbx-about-hero p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.82);
}

.pbx-about-story,
.pbx-counter-stats,
.pbx-about-mission,
.pbx-about-values,
.pbx-about-timeline,
.pbx-about-team,
.pbx-about-community {
  padding: 90px 0;
  background: linear-gradient(180deg, #081120 0%, #0b1730 100%);
}

.pbx-about-cta {
  padding: 90px 0;
  background: linear-gradient(180deg, #081120 0%, #060d1b 100%);
}

.pbx-about-image,
.pbx-about-text,
.pbx-counter-card,
.pbx-mission-card,
.pbx-value-box,
.pbx-timeline-content,
.pbx-team-card,
.pbx-cta-box {
  border-radius: 24px;
}

.pbx-about-image {
  padding: 14px;
}

.pbx-about-image img,
.pbx-team-card img {
  width: 100%;
  display: block;
  border-radius: 18px;
}

.pbx-about-text {
  padding: 35px;
}

.pbx-about-text h2,
.pbx-section-heading h2,
.pbx-cta-box h2 {
  font-size: 38px;
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: 18px;
  font-weight: 800;
}

.pbx-about-text p,
.pbx-section-heading p,
.pbx-mission-card p,
.pbx-value-box p,
.pbx-counter-card p,
.pbx-timeline-content p,
.pbx-team-info p,
.pbx-cta-box p {
  font-size: 17px;
  line-height: 1.8;
  color: rgba(226, 232, 240, 0.78);
}

.pbx-counter-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.pbx-counter-card {
  padding: 35px 20px;
  text-align: center;
}

.pbx-counter-card h3 {
  font-size: 42px;
  font-weight: 800;
  color: #60a5fa;
  margin-bottom: 10px;
}

.pbx-mission-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.pbx-mission-card {
  padding: 30px;
}

.pbx-mission-card h3 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 14px;
}

.pbx-values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.pbx-value-box {
  padding: 28px 22px;
  text-align: center;
}

.pbx-value-box h3 {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 12px;
}

.pbx-timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding-left: 30px;
  border-left: 2px solid rgba(147, 197, 253, 0.24);
}

.pbx-timeline-item {
  position: relative;
  margin-bottom: 30px;
}

.pbx-timeline-dot {
  position: absolute;
  left: -39px;
  top: 12px;
  width: 16px;
  height: 16px;
  background: #60a5fa;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(96, 165, 250, 0.14);
}

.pbx-timeline-content {
  padding: 25px;
}

.pbx-timeline-content span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #93c5fd;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.pbx-timeline-content h3 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 10px;
}

.pbx-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.pbx-team-card {
  overflow: hidden;
}

.pbx-team-info {
  padding: 24px;
  text-align: center;
}

.pbx-team-info h3 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 6px;
}

.pbx-team-info span {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #93c5fd;
  margin-bottom: 12px;
}

.pbx-about-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

.pbx-about-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  color: rgba(226, 232, 240, 0.86);
  font-size: 16px;
}

.pbx-about-list li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0;
  color: #60a5fa;
  font-weight: 700;
}

.pbx-cta-box {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 30px;
}

.pbx-cta-box p {
  max-width: 720px;
  margin: 0 auto 25px;
}

.pbx-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.pbx-btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
}

.pbx-btn-primary {
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.35);
}

.pbx-btn-primary:hover {
  transform: translateY(-2px);
}

.pbx-btn-outline {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
}

.pbx-btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
}

@media (max-width: 991px) {
  .pbx-grid-2,
  .pbx-counter-grid,
  .pbx-mission-grid,
  .pbx-values-grid,
  .pbx-team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pbx-about-hero h1 {
    font-size: 40px;
  }

  .pbx-about-text h2,
  .pbx-section-heading h2,
  .pbx-cta-box h2 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .pbx-grid-2,
  .pbx-counter-grid,
  .pbx-mission-grid,
  .pbx-values-grid,
  .pbx-team-grid {
    grid-template-columns: 1fr;
  }

  .pbx-about-hero {
    padding: 80px 20px;
  }

  .pbx-about-hero-content,
  .pbx-about-text,
  .pbx-mission-card,
  .pbx-value-box,
  .pbx-counter-card,
  .pbx-timeline-content,
  .pbx-cta-box {
    padding: 24px;
  }

  .pbx-about-hero h1 {
    font-size: 30px;
  }

  .pbx-about-text h2,
  .pbx-section-heading h2,
  .pbx-cta-box h2,
  .pbx-timeline-content h3 {
    font-size: 26px;
  }

  .pbx-about-story,
  .pbx-counter-stats,
  .pbx-about-mission,
  .pbx-about-values,
  .pbx-about-timeline,
  .pbx-about-team,
  .pbx-about-community,
  .pbx-about-cta {
    padding: 60px 0;
  }

  .pbx-timeline {
    padding-left: 20px;
  }

  .pbx-timeline-dot {
    left: -29px;
  }
}/* End custom CSS */