.elementor-6525 .elementor-element.elementor-element-5273852{--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;--justify-content:center;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:180px;--padding-bottom:180px;--padding-left:0px;--padding-right:0px;--z-index:1;}.elementor-6525 .elementor-element.elementor-element-5273852:not(.elementor-motion-effects-element-type-background), .elementor-6525 .elementor-element.elementor-element-5273852 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://thewimbaway.stagingweb.net/wp-content/uploads/2025/12/TheWimbaWayAboutBanner-scaled.webp");background-position:top center;background-repeat:no-repeat;background-size:cover;}.elementor-6525 .elementor-element.elementor-element-786cb43{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:10px 0px;--row-gap:10px;--column-gap:0px;}.elementor-6525 .elementor-element.elementor-element-df77f3d{text-align:center;}.elementor-6525 .elementor-element.elementor-element-df77f3d .elementor-heading-title{color:var( --e-global-color-914a213 );}.elementor-6525 .elementor-element.elementor-element-bc062b4{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:30px 20px;--row-gap:30px;--column-gap:20px;--flex-wrap:wrap;--padding-top:60px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}.elementor-6525 .elementor-element.elementor-element-c11669b{--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;--gap:20px 0px;--row-gap:20px;--column-gap:0px;}.elementor-6525 .elementor-element.elementor-element-8dbeaee{text-align:start;font-family:var( --e-global-typography-4865e35-font-family ), Sans-serif;font-size:var( --e-global-typography-4865e35-font-size );font-weight:var( --e-global-typography-4865e35-font-weight );line-height:var( --e-global-typography-4865e35-line-height );}.elementor-6525 .elementor-element.elementor-element-3c06c7a{--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:0px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-6525 .elementor-element.elementor-element-dd48620 > .elementor-widget-container{margin:15px 0px 0px 0px;padding:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-6525 .elementor-element.elementor-element-bc062b4{--padding-top:60px;--padding-bottom:60px;--padding-left:10px;--padding-right:10px;}.elementor-6525 .elementor-element.elementor-element-8dbeaee{font-size:var( --e-global-typography-4865e35-font-size );line-height:var( --e-global-typography-4865e35-line-height );}}@media(min-width:768px){.elementor-6525 .elementor-element.elementor-element-5273852{--content-width:763.06px;}.elementor-6525 .elementor-element.elementor-element-c11669b{--width:100%;}}@media(max-width:767px){.elementor-6525 .elementor-element.elementor-element-5273852{--margin-top:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:80px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-6525 .elementor-element.elementor-element-786cb43{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6525 .elementor-element.elementor-element-8dbeaee{font-size:var( --e-global-typography-4865e35-font-size );line-height:var( --e-global-typography-4865e35-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-dd48620 */.table-wrap {
  width: 100%;
  overflow-x: auto;
}

/* Table base */
.cust_tble54 {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  border-radius: 12px;          /* ✅ added */
  overflow: hidden;             /* ✅ required for rounded corners */
}

/* Table cells */
.cust_tble54 th,
.cust_tble54 td {
  border: 1px solid #2f5f5a;
  padding: 12px;
  text-align: left;
  vertical-align: middle;
      white-space: normal !important;
    word-break: break-word;
    min-width: 190px;
}

/* HEADER – black background */
.cust_tble54 thead th {
  font-weight: 600;
  background-color: #000000;
  color: #ffffff;
  border-color: #1f1f1f;
}

/* BODY TEXT COLOR */
.cust_tble54 tbody td {
  color: #ffffff;
}

/* ALTERNATE ROW COLORS */
.cust_tble54 tbody tr:nth-child(odd) {
  background-color: #234a4a;
}

.cust_tble54 tbody tr:nth-child(even) {
  background-color: #2f6f6b;
}

/* Links */
.cust_tble54 a {
  color: #ffffff;
  font-weight: 500;
  text-decoration: underline;
}

.cust_tble54 a:hover {
  color: #d6f5f2;
}

/* Coming soon */
.coming-soon {
  color: #ffd966;
  font-style: italic;
}

/* Last column "View PDF" links – yellow */
.cust_tble54 tbody td:last-child a {
  color: #fea63d;
}

/* Keep hover color the same */
.cust_tble54 tbody td:last-child a:hover {
  color: #ffd966;
}/* End custom CSS */