.elementor-385 .elementor-element.elementor-element-ce7bac7{--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;--margin-top:-78px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );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 );}.elementor-385 .elementor-element.elementor-element-c958586{--display:flex;--min-height:0px;--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;}@media(min-width:768px){.elementor-385 .elementor-element.elementor-element-c958586{--content-width:1160px;}}/* Start custom CSS for text-editor, class: .elementor-element-d68378f *//* ===== VANPRSTH HEADER ===== */
.vp-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 32px 20px;
  background: linear-gradient(
    to bottom,
    #4a2410,
    #2b1407
  );
  border-radius: 14px;
  color: #f7d58c;
  box-shadow: 0 10px 30px rgba(0,0,0,0.18);
  margin-bottom: 30px;
}

/* OM ICONS */
.vp-logo-left,
.vp-logo-right {
  font-size: 42px;
  color: #ffd98a;
  opacity: 0.9;
}

/* TITLE */
.vp-title {
  text-align: center;
  max-width: 720px;
  margin: auto;
}

.vp-title h1 {
  font-family: "Noto Serif Devanagari", serif;
  font-size: 32px;
  margin: 0 0 8px;
  letter-spacing: 1px;
  color: #ffe6a7;
}

.vp-title p {
  font-family: "Noto Sans Devanagari", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  color: #f3e1b0;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
  .vp-header {
    flex-direction: column;
    text-align: center;
    padding: 26px 15px;
  }

  .vp-logo-left,
  .vp-logo-right {
    font-size: 36px;
  }

  .vp-title h1 {
    font-size: 26px;
  }

  .vp-title p {
    font-size: 14px;
  }
}/* End custom CSS */