.elementor-3914 .elementor-element.elementor-element-210315e{overflow:visible;}.elementor-3914 .elementor-element.elementor-element-a39911c > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}.elementor-3914 .elementor-element.elementor-element-a39911c > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-3914 .elementor-element.elementor-element-78ed0be > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-3914 .elementor-element.elementor-element-78ed0be .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(30px/2);}.elementor-3914 .elementor-element.elementor-element-78ed0be .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(30px/2);}.elementor-3914 .elementor-element.elementor-element-78ed0be .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(30px/2);margin-left:calc(30px/2);}.elementor-3914 .elementor-element.elementor-element-78ed0be .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-30px/2);margin-left:calc(-30px/2);}body.rtl .elementor-3914 .elementor-element.elementor-element-78ed0be .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-30px/2);}body:not(.rtl) .elementor-3914 .elementor-element.elementor-element-78ed0be .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-30px/2);}.elementor-3914 .elementor-element.elementor-element-78ed0be .elementor-icon-list-item:not(:last-child):after{content:"";width:100%;border-color:#9F2424;}.elementor-3914 .elementor-element.elementor-element-78ed0be .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child):after{border-top-style:solid;border-top-width:1px;}.elementor-3914 .elementor-element.elementor-element-78ed0be .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-left-style:solid;}.elementor-3914 .elementor-element.elementor-element-78ed0be .elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-left-width:1px;}.elementor-3914 .elementor-element.elementor-element-78ed0be .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-3914 .elementor-element.elementor-element-78ed0be .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-3914 .elementor-element.elementor-element-78ed0be{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-3914 .elementor-element.elementor-element-78ed0be .elementor-icon-list-item > .elementor-icon-list-text, .elementor-3914 .elementor-element.elementor-element-78ed0be .elementor-icon-list-item > a{font-family:"Montserrat", Sans-serif;font-size:18px;font-weight:500;text-decoration:none;}.elementor-3914 .elementor-element.elementor-element-78ed0be .elementor-icon-list-text{color:#9F2424;transition:color 0.3s;}@media(min-width:768px){.elementor-3914 .elementor-element.elementor-element-a39911c{width:25%;}.elementor-3914 .elementor-element.elementor-element-ff181bc{width:75%;}}/* Start custom CSS for icon-list, class: .elementor-element-78ed0be *//* Make the column sticky */
.sticky-column {
  position: -webkit-sticky;
  position: sticky;
  top: 140px; /* Stick to the top when scrolling */
  z-index: 10; /* Ensure it stays above other content */
  background-color: #f0f0f0; /* Optional: background color */
  padding: 20px;
  border-right: 1px solid #ddd;
  max-height: 100%; /* Ensure the height of the sticky column stops at the end of its content */
}

/* Optionally, add some styling to the content to ensure proper spacing */
.content {
  padding-left: 200px; /* Adjust based on sticky column's width */
}


@media (max-width: 768px) {
  .sticky-column {
    position: static; /* Disable sticky on small screens for better usability */
    top: auto;
    padding: 10px;
    border-right: none;
    background-color: #ffffff; /* Optional: reset background for mobile */
    max-height: none;
  }

  .content {
    padding-left: 0; /* Remove left padding to use full width */
  }
}/* End custom CSS */