.elementor-31 .elementor-element.elementor-element-aa19568{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:060px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-31 .elementor-element.elementor-element-aa19568:not(.elementor-motion-effects-element-type-background), .elementor-31 .elementor-element.elementor-element-aa19568 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.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-31 .elementor-element.elementor-element-54d920f{width:var( --container-widget-width, 925px );max-width:925px;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -19px) 0px;--container-widget-width:925px;--container-widget-flex-grow:0;text-align:center;font-family:"Poppins", Sans-serif;font-size:16px;font-weight:400;line-height:26px;color:#000000;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-31 .elementor-element.elementor-element-1ebe079 .elementor-button{background-color:#FF9600;font-family:"Poppins", Sans-serif;font-size:18px;font-weight:400;fill:#FFFFFF;color:#FFFFFF;border-style:dashed;border-width:1px 1px 1px 1px;border-radius:50px 50px 50px 50px;padding:12px 30px 12px 30px;}.elementor-31 .elementor-element.elementor-element-1ebe079 .elementor-button:hover, .elementor-31 .elementor-element.elementor-element-1ebe079 .elementor-button:focus{background-color:#000000;color:#FFFFFF;border-color:#000000;}.elementor-31 .elementor-element.elementor-element-1ebe079 .elementor-button:hover svg, .elementor-31 .elementor-element.elementor-element-1ebe079 .elementor-button:focus svg{fill:#FFFFFF;}.elementor-31 .elementor-element.elementor-element-7e824cc{--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;--padding-top:60px;--padding-bottom:60px;--padding-left:20px;--padding-right:20px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-31 .elementor-element.elementor-element-aa19568{--content-width:1440px;}.elementor-31 .elementor-element.elementor-element-7e824cc{--content-width:1440px;}}/* Start custom CSS *//* === Process Section Wrapper === */
.process-section {
  max-width: 1200px;
  margin: auto;
  padding: 60px 20px;
}

/* === Headings (Brief, Research, etc.) === */
.process-section h3,
.process-section h4 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 16px;
  position: relative;
  padding-left: 18px;
}

/* Accent line before heading */
.process-section h3::before,
.process-section h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 70%;
  background: #ff7a00; /* Accent color */
  border-radius: 2px;
}

/* === List Styling === */
.process-section ul {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}

.process-section ul li {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  padding-left: 28px;
  margin-bottom: 12px;
  position: relative;
}

/* Custom bullet */
.process-section ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 14px;
  color: #ff7a00;
}

/* === Hover Effect === */
.process-section ul li:hover {
  color: #000;
  transform: translateX(4px);
  transition: all 0.3s ease;
}

/* === Responsive === */
@media (max-width: 768px) {
  .process-section h3,
  .process-section h4 {
    font-size: 22px;
  }

  .process-section ul li {
    font-size: 15px;
  }
}/* End custom CSS */