.elementor-8612 .elementor-element.elementor-element-7d0e726{--display:flex;}.elementor-8612 .elementor-element.elementor-element-a987914{--display:flex;}.elementor-8612 .elementor-element.elementor-element-a115fc1{--display:flex;}.elementor-8612 .elementor-element.elementor-element-9653b13{text-align:center;}.elementor-8612 .elementor-element.elementor-element-00aca44 .elementor-heading-title{font-size:34px;}/* Start custom CSS for image, class: .elementor-element-89567a7 */.site-content ul {
    padding-left: 20px;
}

.site-content ul li {
    list-style-type: none; 
    position: relative; 
        padding-left: 20px;
}

.site-content ul li::before {
    content: "—"; 
    position: absolute;
    left: -0px;
    color: #ec6233;
}


.site-content ol {
    list-style: none;
    counter-reset: list-counter;
        padding-left: 20px;
}

.site-content ol li {
    counter-increment: list-counter;
    position: relative;
    padding-left: 20px;
}

.site-content ol li::before {
    content: counter(list-counter) ".";
    position: absolute;
    left: 0;
    color: #ec6233;
}
.site-content ol li p {margin-top:0;}

.site-content li.elementor-toc__list-item::before {content:none;}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-03ed55c */.elementor-8612 .elementor-element.elementor-element-03ed55c { visibility:hidden; 
    height: 8px
}
h1 {font-size: 54px !important;
}
}
.clb-page-headline-holder {
    padding-top: 0px !important;
}
ul {
margin: auto !important; */
    padding:  auto !important;    

}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-f4e7e1e */.fc-table-wrap {
    margin: 40px 60px;
    font-family: Arial, sans-serif;
  }

  .fc-header {
    background: linear-gradient(135deg, #0b1f3a, #1e3a8a);
    color: #fff;
    padding: 18px 24px;
    border-radius: 10px 10px 0 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
  }

  .fc-table {
    border: 1px solid #e5e7eb;
    border-top: none;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
  }

  .fc-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1.5fr 1.5fr 1.5fr;
    padding: 14px 20px;
    align-items: center;
    border-bottom: 1px solid #f1f5f9;
  }

  .fc-row.header {
    background: #f8fafc;
    font-weight: 600;
    color: #334155;
    font-size: 14px;
    text-transform: uppercase;
  }

  .fc-row:last-child {
    border-bottom: none;
  }

  .fc-cell {
    font-size: 14px;
    color: #1e293b;
  }

  .fc-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
  }

  .fc-yes {
    color: #16a34a;
  }

  .fc-no {
    color: #dc2626;
  }

  .fc-icon {
    font-size: 14px;
    font-weight: bold;
  }

  .fc-row:not(.header):hover {
    background: #f9fafb;
  }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-0821384 */b.highlight {
  background-color: rgba(255, 230, 0, 0.5);
  padding: 2px 4px;
  border-radius: 4px; /* Rounded corners */
  cursor: pointer; /* Makes it feel clickable */
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

b.highlight:hover {
  background-color: rgba(255, 230, 0, 0.8); /* Brighter on hover */
  box-shadow: 0 0 5px rgba(255, 230, 0, 0.7); /* Subtle glow */
}/* End custom CSS */