.elementor-kit-9{--e-global-color-primary:#0E2431;--e-global-color-secondary:#FCF9F2;--e-global-color-text:#1F2937;--e-global-color-accent:#B87333;--e-global-color-2e1a9cd:#FCF9F2;--e-global-color-d3a127a:#FFFFFF99;--e-global-typography-primary-font-family:"Space Grotesk";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Space Grotesk";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Space Grotesk";--e-global-typography-accent-font-weight:700;--e-global-typography-accent-text-transform:uppercase;background-color:var( --e-global-color-secondary );}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 p{margin-block-end:1.2em;}.elementor-kit-9 h2{font-size:48px;}.elementor-kit-9 h3{font-size:36px;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1366px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;--container-default-padding-top:10px;--container-default-padding-right:10px;--container-default-padding-bottom:10px;--container-default-padding-left:10px;}}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:95%;}.e-con{--container-max-width:95%;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}}
/* Start custom CSS *//* ============================================
   GLOBAL - LIST SPACING
   ============================================ */
.elementor-text-editor ul li,
.elementor-text-editor ol li,
.entry-content ul li,
.entry-content ol li {
  margin-bottom: 0.5em;
}
.elementor-text-editor ul li:last-child,
.elementor-text-editor ol li:last-child,
.entry-content ul li:last-child,
.entry-content ol li:last-child {
  margin-bottom: 0;
}
.elementor-text-editor ul,
.elementor-text-editor ol,
.entry-content ul,
.entry-content ol {
  margin-bottom: 1.2em;
  padding-left: 1.5em;
}

/* ============================================
   SIDEBAR - BOOKING SUMMARY LAYOUT
   ============================================ */
.wsf-summary-grid {
  display: grid !important;
  grid-template-columns: auto 1fr;
  column-gap: 12px;
  row-gap: 2px;
  align-items: center;
}
.wsf-summary-grid > .elementor-widget {
  margin: 0 !important;
}
.wsf-summary-grid p {
  margin: 0 !important;
}
.wsf-summary-grid > .elementor-widget:nth-child(even) {
  text-align: right;
}
#total-price-row {
  align-items: center;
}

/* ============================================
   SIDEBAR - TYPOGRAPHY
   ============================================ */
#summary-mandatory-names,
#summary-optional-names,
#summary-exam-name,
#summary-insurance-name {
  font-family: var(--e-global-typography-secondary-font-family), sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
#summary-currency,
#summary-course-price,
#summary-accom-currency,
#summary-accom-price,
#summary-mandatory-prices,
#summary-optional-prices,
#summary-exam-price,
#summary-insurance-price,
#summary-currency-total,
#summary-total-price {
  font-family: var(--e-global-typography-secondary-font-family), sans-serif;
  font-weight: bold !important;
}
#summary-currency-total,
#summary-total-price {
  font-weight: bold !important;
  font-size: 1.5rem;
  line-height: 1;
}

/* ============================================
   FORM STRUCTURE - TABS
   ============================================ */
.wsf-group-tabs.wsf-tabs {
  display: flex !important;
  width: 100% !important;
  margin-bottom: 20px !important;
}
.wsf-group-tabs.wsf-tabs > li {
  flex: 1 !important;
  text-align: center !important;
}
.wsf-group-tab.wsf-tab-active {
  border-bottom: 1px solid #B87333 !important;
}
.wsf-group-tab {
  transition: border-bottom 0.2s ease;
}

/* ============================================
   FORM STRUCTURE - SECTIONS
   ============================================ */
fieldset[id^="wsf-1-section-"] {
  box-sizing: border-box !important;
  border: 1px solid #B87333 !important;
  width: 100% !important;
  min-width: 0 !important;
  min-inline-size: 0 !important;
  margin: 0 0 24px 0 !important;
  padding: 20px !important;
}
.wsf-form .wsf-grid.wsf-sections {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.wsf-section .wsf-field-wrapper:nth-last-child(-n+2) {
  margin-bottom: 10px !important;
}

/* ============================================
   START DATE DROPDOWN (SELECT2)
   ============================================ */
#wsf-1-field-11 optgroup {
  font-weight: bold;
}
#wsf-1-field-11 option {
  font-weight: normal !important;
}
.select2-results__options {
  max-height: 40vh !important;
}

/* ============================================
   RADIO / CHECKBOX OPTION LABEL SIZE
   ============================================ */
label[id*="-row-"].wsf-label {
  font-size: 1.1rem !important;
  font-weight: normal !important;
}

/* ============================================
   COURSE TAB
   ============================================ */
#wsf-1-field-wrapper-16 {
  margin-bottom: 5px !important;
}
.wsf-tuition-price-display {
  font-size: 1.25rem;
}

/* ============================================
   ACCOMMODATION TAB
   ============================================ */
#wsf-1-field-wrapper-18 {
  margin-bottom: 5px !important;
}
.wsf-accommodation-price-display {
  font-size: 1.25rem;
}

/* ============================================
   EXTRAS TAB - MANDATORY FEES
   ============================================ */
#wsf-1-field-wrapper-25 {
  margin-bottom: 5px !important;
}
.wsf-mandatory-total-display {
  font-size: 1.25rem;
}

/* ============================================
   EXTRAS TAB - OPTIONAL EXTRAS
   ============================================ */
.wsf-optional-total-display {
  font-size: 1.25rem;
}

/* ============================================
   EXTRAS TAB - EXAM
   ============================================ */
#wsf-1-field-wrapper-27 {
  margin-bottom: 5px !important;
}
.wsf-exam-total-display {
  font-size: 1.25rem;
}

/* ============================================
   EXTRAS TAB - TRAVEL INSURANCE
   ============================================ */
#wsf-1-field-wrapper-115 {
  margin-bottom: 5px !important;
}

#wsf-1-field-wrapper-128 {
  background: none !important;
  box-shadow: none !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin: 0 0 10px 0 !important;
}
#wsf-1-field-wrapper-128 p {
  margin-left: 32.4px !important;
  font-family: "Space Grotesk", sans-serif !important;
  font-size: 17.6px !important;
  font-weight: 400 !important;
}

/* ============================================
   DESCRIPTION / DETAIL BOXES
   ============================================ */
.wsf-detail-block {
  background-color: rgba(14, 36, 49, 0.06);
  border: 1px solid rgba(14, 36, 49, 0.12);
  border-left: 3px solid #B87333;
  border-radius: 4px;
  padding: 12px 16px;
  color: #1F2937;
  font-size: 0.9em;
}
.wsf-detail-block p {
  white-space: pre-line;
  margin: 0;
}
.wsf-detail-block p:not(:last-child) {
  margin-bottom: 0.5em;
}

#wsf-1-field-wrapper-104,
#wsf-1-field-wrapper-107,
#wsf-1-field-wrapper-109,
#wsf-1-field-wrapper-111,
#wsf-1-field-wrapper-114,
#wsf-1-field-wrapper-28 {
  margin-top: 5px !important;
  margin-bottom: 30px !important;
  box-sizing: border-box !important;
}

.wsf-placement-fee-notice {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(184, 115, 51, 0.4);
  padding: 0 0 10px 0;
  color: #1F2937;
  font-size: 0.85em;
  font-style: italic;
}

.wsf-placement-fee-line {
  text-decoration: underline;
}/* End custom CSS */