.elementor-65 .elementor-element.elementor-element-00709c8{--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-5870174 */.pb-doc-page {
  background: linear-gradient(180deg, #f5f9ff 0%, #eef4ff 100%);
  padding: 80px 20px;
}

.pb-doc-container {
  max-width: 1200px;
  margin: 0 auto;
}

.pb-doc-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-doc-badge {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #2563eb;
  background: #eff6ff;
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.pb-doc-icon {
  width: 76px;
  height: 76px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #ffffff;
  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-doc-hero h1 {
  font-size: 40px;
  line-height: 1.2;
  color: #1e293b;
  margin: 0 0 14px;
  font-weight: 800;
}

.pb-doc-subtext {
  max-width: 680px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.75;
  color: #64748b;
}

.pb-doc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.pb-doc-card {
  background: #ffffff;
  border: 1px solid #e7eef7;
  border-radius: 18px;
  padding: 26px 22px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pb-doc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.pb-doc-card-icon {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.pb-doc-card-content h3 {
  font-size: 22px;
  line-height: 1.4;
  color: #1e293b;
  margin: 0 0 12px;
  font-weight: 700;
}

.pb-doc-card-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #64748b;
  margin: 0 0 16px;
}

.pb-doc-meta {
  font-size: 13px;
  color: #2563eb;
  font-weight: 600;
  margin-bottom: 18px;
}

.pb-doc-btn {
  display: inline-block;
  margin-top: auto;
  padding: 13px 22px;
  border-radius: 12px;
  background: #2563eb;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.20);
}

.pb-doc-btn:hover {
  background: #1d4ed8;
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .pb-doc-hero h1 {
    font-size: 34px;
  }

  .pb-doc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .pb-doc-page {
    padding: 60px 15px;
  }

  .pb-doc-hero {
    padding: 35px 22px;
    border-radius: 18px;
  }

  .pb-doc-hero h1 {
    font-size: 28px;
  }

  .pb-doc-subtext {
    font-size: 15px;
  }

  .pb-doc-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */