.elementor-1660 .elementor-element.elementor-element-24d0977{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-307f916 *//* ===== POTENDEO EDUCATION LLP Corporate Page CSS ===== */

.pdo-company-page {
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  background: #f7f9fb;
  color: #333;
  line-height: 1.6;
  padding: 20px;
  max-width: 1100px;
  margin: auto;
}

.pdo-company-page h1,
.pdo-company-page h2,
.pdo-company-page h3 {
  color: #0b5cff;
  margin-top: 0;
}

.pdo-company-page .section {
  background: #fff;
  padding: 24px;
  margin-bottom: 24px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.pdo-company-page ul {
  margin: 0;
  padding-left: 20px;
}

.pdo-company-page .values {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 12px;
}

.pdo-company-page .value {
  flex: 1;
  min-width: 220px;
  background: #eef4ff;
  padding: 14px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
  transition: transform 0.2s ease;
}

.pdo-company-page .value:hover {
  transform: translateY(-3px);
}

.pdo-company-page footer {
  text-align: center;
  font-size: 14px;
  color: #666;
  padding: 20px 0;
  margin-top: 20px;
  border-top: 1px solid #e5eaf0;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .pdo-company-page {
    padding: 15px;
  }
  .pdo-company-page .values {
    flex-direction: column;
  }
}/* End custom CSS */