.elementor-5740 .elementor-element.elementor-element-1f32da78{--display:flex;}@media(min-width:768px){.elementor-5740 .elementor-element.elementor-element-1f32da78{--content-width:90%;}}/* Start custom CSS for html, class: .elementor-element-48c48b78 */@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;600;700;800&display=swap');

.pp-wrap {
  font-family: 'Urbanist', sans-serif;
  background: #fff;
  width: 100%;
}

.pp-hero {
  background: #0A340A;
  padding: 80px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}

.pp-hero-dots {
  position: absolute;
  inset: 0;
  opacity: 0.05;
  background-image: radial-gradient(circle, #fff 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

.pp-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin: 0 auto;
}

.pp-tag {
  display: inline-block;
  background: rgba(126,203,126,0.15);
  border: 0.5px solid rgba(126,203,126,0.3);
  border-radius: 20px;
  padding: 5px 16px;
  font-size: 11px;
  font-weight: 600;
  color: #7ecb7e;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: 'Urbanist', sans-serif;
}

.pp-hero h1 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 10px;
  font-family: 'Urbanist', sans-serif;
}

.pp-hero p {
  font-size: 18px;
  font-weight: 600;
  color: rgba(255,255,255,0.55);
  line-height: 1.6;
  font-family: 'Urbanist', sans-serif;
}

.pp-meta {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.35);
  margin-top: 8px;
  font-family: 'Urbanist', sans-serif;
}

.pp-body {
  max-width: 1400px;
  margin: 0 auto;
  padding: 52px 40px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 40px;
  align-items: start;
}

.pp-toc {
  position: sticky;
  top: 20px;
}

.pp-toc-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #0A340A;
  margin-bottom: 14px;
  font-family: 'Urbanist', sans-serif;
}

.pp-toc-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.pp-toc-list li a {
  font-size: 18px;
  font-weight: 600;
  color: #888;
  text-decoration: none;
  display: block;
  padding: 6px 10px;
  border-radius: 7px;
  border-left: 2px solid transparent;
  transition: all 0.15s;
  line-height: 1.4;
  font-family: 'Urbanist', sans-serif;
}

.pp-toc-list li a:hover {
  color: #0A340A;
  background: #f0f7f0;
  border-left-color: #0A340A;
}

.pp-content {
  min-width: 0;
}

.pp-section {
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 0.5px solid #f0f0f0;
}

.pp-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.pp-section-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.pp-section-ico {
  width: 36px;
  height: 36px;
  background: #f0f7f0;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* ALL HEADINGS SAME SIZE */
.pp-section h2,
.pp-section h3,
.pp-section h4,
.pp-section h5,
.pp-section h6 {
  font-size: 22px;
  font-weight: 700;
  color: #111;
  font-family: 'Urbanist', sans-serif;
  margin-bottom: 10px;
  margin-top: 20px;
  line-height: 1.3;
}

/* h2 inside section-head has no top margin */
.pp-section-head h2 {
  margin-top: 0;
}

.pp-section p {
  font-size: 18px;
  font-weight: 600;
  color: #555;
  line-height: 1.75;
  margin-bottom: 10px;
  font-family: 'Urbanist', sans-serif;
}

.pp-section p:last-child {
  margin-bottom: 0;
}

.pp-section ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 10px;
}

.pp-section ul li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 18px;
  font-weight: 600;
  color: #555;
  line-height: 1.65;
  font-family: 'Urbanist', sans-serif;
}

.pp-section ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #0A340A;
  border-radius: 50%;
  margin-top: 10px;
  flex-shrink: 0;
}

.pp-contact-box {
  background: #f7faf7;
  border: 0.5px solid #d4e8d4;
  border-radius: 12px;
  padding: 20px 22px;
  margin-top: 14px;
}

.pp-contact-box p {
  font-size: 18px;
  font-weight: 600;
  color: #555;
  line-height: 1.7;
  margin: 0;
  font-family: 'Urbanist', sans-serif;
}

.pp-contact-box a {
  color: #0A340A;
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 680px) {
  .pp-hero { padding: 36px 20px; }
  .pp-hero h1 { font-size: 24px; }
  .pp-hero p { font-size: 15px; }
  .pp-body { grid-template-columns: 1fr; padding: 28px 20px; gap: 28px; }
  .pp-toc { display: none; }
  .pp-section h2,
  .pp-section h3,
  .pp-section h4,
  .pp-section h5,
  .pp-section h6 { font-size: 18px; }
  .pp-section p,
  .pp-section ul li,
  .pp-contact-box p { font-size: 15px; }
}/* End custom CSS */