.elementor-kit-1{--e-global-color-primary:#051C2C;--e-global-color-secondary:#00A9E0;--e-global-color-text:#051C2C;--e-global-color-accent:#1D4289;--e-global-color-50c0c64:#228848;--e-global-color-2c52330:#136230;--e-global-typography-primary-font-family:"Roboto Condensed";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Roboto Condensed";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto Condensed";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto Condensed";--e-global-typography-accent-font-weight:500;}.elementor-kit-1 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:992px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.details-card {
   .elementor-button-link {
        width:100%!important;
    }
}


/* Style for the HTML building icon */
.org-building-icon {
    position: absolute;
    top: 0px;
    right: 0;
    width: 44px;
    height: 44px;
    background-color: #00A9E0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;

    z-index: 10;
}

.org-building-icon-green {
    
        position: absolute;
    top: 0px;
    right: 0;
    width: 44px;
    height: 44px;
    background-color: #228848;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    z-index: 10;
}

.org-building-icon i {
    color: white;
}

/* Responsive */
@media (max-width: 1024px) {
    .details-card .elementor-container {
        min-height: auto;
    }
    
    .details-card .elementor-inner-section > .elementor-container > .elementor-column:first-child {
        width: 100% !important;
    }
    
    .details-card .organisation-section {
        position: relative !important;
        transform: none;
        width: 100% !important;
        margin-top: 30px !important;
    }
}

@media (max-width: 768px) {
    .organisation-section .elementor-widget-wrap {
        padding: 30px !important;
    }
}

.detail-boxes {
 .detail-box-img {
     border-radius: 30px 0px 1px 30px; 
     overflow: hidden;
 }
}

/* info block styles */

/* CTA Cards Section Styling */

.cta-cards .elementor-inner-section {
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Grid layout for the container */
.cta-cards .elementor-inner-section > .elementor-container {
  display: grid !important;
  grid-template-columns: 1fr 2fr !important;
 grid-template-rows: auto auto !important;
  gap: 0 !important;
}

/* Section 1 - Image (left side, spans both rows) */

.cta-cards .section-1 {
  grid-row: 1 / 3 !important;
  grid-column: 1 / 2 !important;
  background-size: cover !important;
  background-position: center !important;
  width: auto !important;
  max-width: none !important;
  flex: none !important;
}

/* Section 2 - Assessment App (top right) */
.cta-cards .section-2 {
  grid-row: 1 / 2 !important;
  grid-column: 2 / 3 !important;
  background-color: #ffffff !important;
  width: auto !important;
  max-width: none !important;
  flex: none !important;
}

.cta-cards .section-2 .elementor-widget-wrap {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 20px !important;
  flex-wrap: nowrap !important;
}

.cta-cards .section-2 .body {
  flex: 1 1 auto !important;
}

.cta-cards .section-2 .button.elementor-widget {
  flex: 0 0 auto !important;
  max-width: fit-content !important;
}

/* Section 3 - Assessor Resources (bottom right) */
.cta-cards .section-3 {
  grid-row: 2 / 3 !important;
  grid-column: 2 / 3 !important;
  width: auto !important;
  max-width: none !important;
  flex: none !important;
}

.cta-cards .section-3 .elementor-widget-wrap {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 20px !important;
  flex-wrap: nowrap !important;
}

.cta-cards .section-3 .body {
  flex: 1 1 auto !important;
}

.cta-cards .section-3 .button {
  flex: 0 0 auto !important;
  max-width: fit-content !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
  /* Stack the grid into single column */
  .cta-cards .elementor-inner-section > .elementor-container {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto auto !important;
  }
  
  /* Section 1 - Image (top on mobile) */
  .cta-cards .section-1 {
    grid-row: 1 / 2 !important;
    grid-column: 1 / 2 !important;
  }
  
  /* Section 2 - Assessment App (middle on mobile) */
  .cta-cards .section-2 {
    grid-row: 2 / 3 !important;
    grid-column: 1 / 2 !important;
  }
  
  /* Section 3 - Assessor Resources (bottom on mobile) */
  .cta-cards .section-3 {
    grid-row: 3 / 4 !important;
    grid-column: 1 / 2 !important;
  }
  
  /* Stack content vertically within each section on mobile */
  .cta-cards .section-2 .elementor-widget-wrap,
  .cta-cards .section-3 .elementor-widget-wrap {
    flex-direction: column !important;
    align-items: stretch !important;
  }
 
 
  
  .cta-cards .section-2 .body,
  .cta-cards .section-3 .body {
    flex: 1 1 auto !important;
    margin:0px!important;

  }
  
  .cta-cards .section-2 .button.elementor-widget,
  .cta-cards .section-3 .button {
    max-width: 100% !important;
  }
  
  .cta-cards .section-1 {
      height: 300px!important;
  }
}

.section-3 > .elementor-widget-wrap > .elementor-widget-text-editor, .section-3 > .elementor-widget-wrap > .elementor-widget-text-editor > .elementor-widget-container p {
margin-bottom: 0px!important;
}

    .cta-cards .body h3 {
        font-size:24px;
        font-weight: 900;
              margin-bottom: 20px;
              color: #000000;
    }
    
    
    
        .cta-cards .body h4 {
        font-size:18px!important;
        font-weight: 900;
    }
  .cta-cards .elementor-button {
      min-width: 200px!important;
  }
  
  .events-section .event-box .elementor-button {
      width:100%;
  }
  
  .news-blocks .elementor-button {
      width: 100%;
  }
  
  .news-blocks h4 a {
      border-bottom: none!important;
  }
  
 /* Details Card Block */
 
.details-card .card-title {
    font-size: 14px;
margin-bottom: 0px;;
}

.details-card .detail-left-box .card-title {
    color: #BBC7DC;
}

.details-card .card-details-field {
    margin-bottom:10px;
}

.detail-left-box .elementor-widget-wrap {
  display: flex!important;
  flex-wrap: wrap!important;
  gap: 20px!important;
}

.elementor-widget-member-details {
  flex: 0 0 calc(50% - 10px)!important;
}

/* Stack on laptop screens (1024px and below) */
@media (max-width: 1024px) {
  .elementor-widget-member-details {
    flex: 0 0 100%!important;
  }
}
.update-details-button .elementor-button {
 width:100%!important;
    
}

.org-icon-block {
    margin-block-end: 0px!important;
}

.elementor-widget__width-auto.become-member-button {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    width:48%!important;
}

.become-member-button .elementor-button {
    width:100%!important;
}

.elementor-widget__width-auto.become-member-button:last-of-type {
    margin-right: 0;
}

/* Make sure the parent column has relative positioning and bottom padding - only in details-card-no-org */
.details-card-no-org .detail-left-box {
    position: relative;
    min-height: 100%;
}


/* Target only the button element itself with padding adjustments - only in details-card-no-org */
.details-card-no-org .update-details-button {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    padding-left: 30px;
    padding-right: 30px;
}

.organisation-section ul {
    list-style: none;
    padding-left: 0;
}

.organisation-section ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
}

.organisation-section ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}

.border-radius-img img {
    border-radius: 30px!important;
}

.resource-card h4 a { 
 border-bottom:none!important;   
}

.agend-flexi-search-result__title {
    font-weight: 700;
}

.agend-flexi-search-result {
    padding: 30px;
}
.agend-flexi-search-result__image {
        margin: -2rem;
}

.agend-flexi-search-result__body {
        padding-top: 30px;
}

.agend-flexi-search-result__body {
    justify-content: flex-start!important;
}

.agend-flexi-search-result__view_item_btn {
    margin-top: auto!important;
}


.agend-flexi-search-result__meta_fields_list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.agend-flexi-search-result__meta_fields_list_value {
    background-color: #1D4389;
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 0.8em;
    font-weight: 600;
}

.agend-flexi-search-result__meta_fields_list_label {
    display: none;
}

.archive-listing-cards .elementor-inner-section  {
        overflow: hidden;
}

.archive-listing-cards [data-widget_type="theme-post-title.default"],
.archive-listing-cards [data-widget_type="post-info.default"] {
    margin-bottom: 0 !important;
}


    .event-type-badge {
    display: flex;
    align-items: center;
    gap: 8px; /* space between image and text */
}

.event-type-badge .event-description p {
    color: #ffffff;
    margin: 0;
}

.event-type-badge .event-img-inner img {
    width: auto;
    height: 50px;
    display: inline-block;
}

/* Wrapper box */
.event-section .event-date .tec-events-elementor-event-widget__datetime-wrapper {
    background-color: #1D4389;
    border-radius: 8px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

/* Fixed size for single dates */
.event-section .event-date .tec-events-elementor-event-widget__datetime:not(.is-range) {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Flexible layout for date ranges */
.event-section .event-date .tec-events-elementor-event-widget__datetime.is-range {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 100%;
}

/* Date element (start and end) */
.event-section .event-date .tec-events-elementor-event-widget__datetime-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.1;
}

/* Day number */
.event-section .event-date .date-day {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    display: block;
    word-break: normal;
    white-space: nowrap;
}

/* Month name */
.event-section .event-date .date-month {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    word-break: normal;
    white-space: nowrap;
}

/* Separator between date range */
.event-section .event-date .tec-events-elementor-event-widget__datetime-separator {
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    text-align: center;
    word-break: normal;
}
.full-width-button, .full-width-button a {
 width:100%!important;
}

/* Mobile */
@media (max-width: 767px) {
    .event-section .event-date .tec-events-elementor-event-widget__datetime-wrapper {
        width: 80px;
        margin: 0 auto;
    }
}

/* Force the widget wrap to be a flex row */
.pricing-card-contents .elementor-widget-wrap.elementor-element-populated {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 16px;
}
/* Remove Elementor's default block/width behaviour on each widget */
.pricing-card-contents .elementor-widget-wrap .elementor-widget {
    width: auto !important;
    margin: 0 !important;
}
/* Icon — fixed small width, no shrink */
.pricing-card-contents .pricing-card-icon {
    flex: 0 0 48px;
    width: 48px !important;
}
/* Text — grows to fill space */
.pricing-card-contents .pricing-card-text {
    flex: 1 1 auto;
}
.pricing-card-contents .pricing-card-text h3,
.pricing-card-contents .pricing-card-text p {
    margin: 0 !important;
    padding: 0 !important;
}
/* Price — fixed width, right-aligned, no shrink */
.pricing-card-contents .pricing-card-price {
    flex: 0 0 auto;
    min-width: 80px;
    text-align: right;
}
.pricing-card-contents .pricing-card-price p {
    margin: 0 !important;
    font-size: 1.6rem;
    font-weight: 700;
}

/* ── Mobile: stack vertically ── */
@media (max-width: 767px) {
    .pricing-card-contents .elementor-widget-wrap.elementor-element-populated {
        flex-direction: column !important;
        align-items: center !important;
        flex-wrap: wrap !important;
        gap: 8px;
    }

    .pricing-card-contents .pricing-card-icon {
        flex: 0 0 auto;
        width: 48px !important;
    }

    .pricing-card-contents .pricing-card-text {
        flex: 0 0 auto;
        width: 100% !important;
        text-align: center;
    }

    .pricing-card-contents .pricing-card-price {
        flex: 0 0 auto;
        width: 100% !important;
        min-width: unset;
        text-align: center;
    }
}

.pricing-notification-box p {
    margin-bottom: 0px;
}

.pricing-notification-box .elementor-icon {
vertical-align:middle;
}

.course-info-box .icon-text-box p {
margin-bottom: 0px;
}

.topic-quote .elementor-testimonial__text, .topic-quote .elementor-testimonial__name {
text-align:left!important;
}

.topic-quote .elementor-testimonial__footer {
justify-content: left;
}

.important-booking-info .elementor-accordion-item {
margin-bottom: 20px;
border-radius: 30px!important;
overflow: hidden;
}


.important-booking-info .elementor-tab-title {
    padding: 30px 30px 30px 30px!important;
}

.important-booking-info .elementor-tab-content p {
    border-top: 1px solid #CFD7E7;
   padding-top:30px;
}

.training-topics-search .agend-flexi-search-result__excerpt {
display:none;
}
.rhs-ticket-bar .elementor-widget-tec_et_elementor_widget_tec-tickets {
    box-shadow: 0px 10px 30px 0px rgba(28.999999999999993, 65.99999999999999, 137, 0.1411764705882353);
    border-radius: 30px;
}

.rhs-ticket-bar .elementor-widget-wrap .elementor-widget-tec_et_elementor_widget_tec-tickets .elementor-widget-container, .rhs-ticket-bar .tribe-tickets__tickets-form {
    box-shadow:none!important;
}

.event-tickets.tribe-tickets__tickets-wrapper form.tribe-tickets__tickets-form:after {
        border:none;

}

.ck-content .accordion .item .content {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    padding: 0px 20px 30px !important;
}

.ck-content > div > .content {
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

.rhs-ticket-bar  .tribe-tickets__tickets-form:before {
    border:0px solid #fff;
}

.event-tickets.tribe-tickets__tickets-wrapper form.tribe-tickets__tickets-form:before {
    border:none;
}


.related-events .tec-events-elementor-event-widget__related-list-item {
        background-color: #fff;
        border-radius: 30px!important;
        overflow: hidden!important;
            box-shadow: 0px 10px 30px 0px rgba(28, 65, 137, 0.1411764705882353);
}

.related-events .tec-events-elementor-event-widget__related-thumbnail {
    margin:0px!important;
}

.related-events .tec-events-elementor-event-widget__related-info {
    padding: 30px!important;
}

.related-events .tec-events-elementor-event-widget__related-title, .related-events .tec-events-elementor-event-widget__related-title-link, .related-events .tec-events-elementor-event-widget__related-datetime, .events_left_column .elementor-widget-tec_events_elementor_widget_event_categories {
 padding:0px!important; 
 margin-top:0px!important;
}


.related-events .tec-events-elementor-event-widget__related-info h3 {
    font-size: 20px;
    font-family: var(--at-font-family-heading) !important;
    font-weight: 900;
}

.related-events .tec-events-elementor-event-widget__related-info {
     margin-top:0px!important;
}

.related-events .tec-events-elementor-event-widget__related-container {
    margin-top:30px;
}

.related-events .tec-events-elementor-event-widget__related-container h2 {
    font-size: 30px!important;
    font-weight: 900!important;
    font-family: var(--at-font-family-heading)!important;
}


.events_left_column .elementor-widget-container {
     padding:0px!important; 
}

.tec-events-elementor-event-widget__related-list {
         margin-top:0px!important;
}


.rhs-ticket-bar {
    align-self: flex-start;
    position: sticky;
    top: 20px;
}

.rhs-ticket-bar > .elementor-widget-wrap {
    position: sticky;
    top: 20px;
}

.event-header {
    box-shadow: 0px 10px 30px 0px rgba(28, 65, 137, 0.141176470588235
}

.tribe-tickets__tickets-title {
            font-size: 20px!important;
    font-family: var(--at-font-family-heading) !important;
    font-weight: 600!important;
    color:#000!important;
}


.custom-category-tags .tec-events-elementor-event-widget__categories-link-wrapper a {
      background-color: #fff;
}/* End custom CSS */