.elementor-3784 .elementor-element.elementor-element-5f9e4047{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:flex-end;--background-transition:0.3s;overflow:visible;}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.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-3784 .elementor-element.elementor-element-ba653f4{text-align:center;color:var( --e-global-color-096b0a4 );}.elementor-3784 .elementor-element.elementor-element-ba653f4.elementor-element{--align-self:stretch;}.elementor-3784 .elementor-element.elementor-element-e59f5b3{--display:flex;--background-transition:0.3s;overflow:visible;}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-3784 .elementor-element.elementor-element-30db4e0 .elementor-heading-title{color:#DFDFDF;}.elementor-3784 .elementor-element.elementor-element-2eca1040{--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;--background-transition:0.3s;overflow:visible;}.elementor-3784 .elementor-element.elementor-element-c664b15{color:var( --e-global-color-096b0a4 );}.elementor-3784 .elementor-element.elementor-element-12486b2{--display:flex;--background-transition:0.3s;overflow:visible;}.elementor-3784 .elementor-element.elementor-element-7367ad57{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--background-transition:0.3s;overflow:visible;}.elementor-3784 .elementor-element.elementor-element-5a77e579{--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;--background-transition:0.3s;overflow:visible;}.elementor-3784 .elementor-element.elementor-element-345afb5 .elementor-heading-title{color:var( --e-global-color-096b0a4 );}.elementor-3784 .elementor-element.elementor-element-6cd48d37{--display:flex;--background-transition:0.3s;overflow:visible;}.elementor-3784 .elementor-element.elementor-element-3c8ca0af{--display:flex;--background-transition:0.3s;overflow:visible;}.elementor-3784 .elementor-element.elementor-element-346185d0{--display:flex;--background-transition:0.3s;overflow:visible;}.elementor-3784 .elementor-element.elementor-element-579445da{--display:flex;--min-height:0px;--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;--justify-content:center;--align-items:center;--gap:0px 0px;--background-transition:0.3s;overflow:visible;}.elementor-3784 .elementor-element.elementor-element-579445da.e-con{--align-self:center;--flex-grow:1;--flex-shrink:0;}.elementor-3784 .elementor-element.elementor-element-a16e351{--display:flex;--background-transition:0.3s;overflow:visible;}body.elementor-page-3784:not(.elementor-motion-effects-element-type-background), body.elementor-page-3784 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );}@media(max-width:1024px){.elementor-3784 .elementor-element.elementor-element-7367ad57{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-3784 .elementor-element.elementor-element-c664b15{text-align:center;}.elementor-3784 .elementor-element.elementor-element-7367ad57{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--justify-items:center;--align-items:center;}}/* Start custom CSS for heading, class: .elementor-element-30db4e0 */.card-info {
  background-color: #050812;
  border-left: 6px solid #FF6600;
  padding: 2rem 2rem;
  border-radius: 3px;
  font-family: Arial, sans-serif;
  color: white;
  font-size: 14px;
  line-height: 1.6;
  transition: transform 300ms ease, box-shadow 300ms ease;
  width: 100%; 
  margin: 0 auto; 
}

.card-info:hover {
  transform: translateY(-2px);

}

.card-info p {
  margin: 0;
  color: #CCC;
}

.card-info strong {
  color: #bc2427;
  font-weight: bold;
}

.card-info a {
  color: #bc2427;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.card-info a:hover {
  color: #FFB74D;
}


@media (max-width: 768px) {
  .card-info {
    width: 90%;
    max-width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-345afb5 */b {
    color: #FF6600;
}/* End custom CSS */