.elementor-8906 .elementor-element.elementor-element-4e888c56{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-38226ce2 */.pd-section {
  padding: 48px 0;
  background: #ffffff;
  color: #333;
  font-family: "Inter", Arial, sans-serif;
}

.pd-wrap {
  width: min(1140px, 92%);
  margin: auto;
}

.pd-title {
  font-size: 36px;
  font-weight: 700;
  color: #111;
}

.pd-sub {
  font-size: 18px;
  color: #555;
  margin: 12px 0 24px;
}

.pd-cta {
  display: inline-block;
  padding: 14px 28px;
  background: #111;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

.pd-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}

.pd-gallery-grid img {
  width: 100%;
  border-radius: 6px;
  background: #f5f5f5;
}

.pd-h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.pd-table {
  width: 100%;
  border-collapse: collapse;
}

.pd-table th {
  text-align: left;
  width: 180px;
  padding: 10px;
  background: #fafafa;
}

.pd-table td {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.pd-list li {
  margin-bottom: 10px;
}

.pd-faq h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 16px;
}

.pd-form {
  margin-top: 20px;
}/* End custom CSS */