.elementor-375 .elementor-element.elementor-element-bf993c5{--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;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}@media(max-width:767px){.elementor-375 .elementor-element.elementor-element-1bb817b{text-align:center;}}/* Start custom CSS for html, class: .elementor-element-2580c1b *//* =========================================================
   TRANSFER PRICES TABLE – FINAL CSS
   ========================================================= */

.transfer-table-wrap {
  overflow-x: auto;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
  border: 1px solid #f0f0f0;
  margin-top: 24px;
}

.transfer-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  font-family: inherit;
  background: #ffffff;
}

/* =========================
   TABLE HEAD
   ========================= */
.transfer-table thead th {
  background: #fafafa;
  color: #2e2e2e;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  padding: 18px 20px;
  border-bottom: 3px solid #f47c20;
  white-space: nowrap;
  vertical-align: middle;
}

.transfer-table thead th:first-child {
  border-top-left-radius: 18px;
}

.transfer-table thead th:last-child {
  border-top-right-radius: 18px;
}

/* =========================
   BODY CELLS
   ========================= */
.transfer-table tbody td {
  padding: 16px 20px;
  font-size: 15px;
  color: #555555;
  border-bottom: 1px solid #ececec;
  vertical-align: middle;
}

/* Zebra rows */
.transfer-table tbody tr:nth-child(even):not(.region-row) td {
  background: #f9f9f9;
}

/* Hover */
.transfer-table tbody tr:hover:not(.region-row) td {
  background: #fff4ec;
  transition: background 0.25s ease;
}

/* First column */
.transfer-table tbody td:first-child {
  font-weight: 600;
  color: #f47c20;
}

/* =========================
   REGION ROWS
   ========================= */
.transfer-table .region-row td {
  background: #ffffff !important;
  color: #2e2e2e;
  font-size: 18px;
  font-weight: 700;
  padding: 20px 20px 12px;
  border-bottom: 1px solid #e5e5e5;
}

/* =========================
   OPTIONAL: BETTER SPACING
   ========================= */
.transfer-table tbody tr:last-child td {
  border-bottom: none;
}

/* =========================================================
   MOBILE
   ========================================================= */
@media (max-width: 767px) {
  .transfer-table-wrap {
    overflow: visible !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
    margin-top: 18px;
  }

  .transfer-table {
    width: 100% !important;
    min-width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    background: transparent !important;
  }

  .transfer-table thead {
    display: none !important;
  }

  .transfer-table,
  .transfer-table tbody,
  .transfer-table tr,
  .transfer-table td {
    display: block !important;
    width: 100% !important;
  }

  /* Region title */
  .transfer-table .region-row {
    margin: 0 0 10px !important;
  }

  .transfer-table .region-row td {
    display: block !important;
    width: 100% !important;
    background: #fff7f1 !important;
    color: #f47c20 !important;
    border-left: 4px solid #f47c20 !important;
    border-bottom: none !important;
    border-radius: 12px 12px 0 0 !important;
    margin-top: 18px !important;
    padding: 16px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    box-sizing: border-box !important;
  }

  /* Each route card */
  .transfer-table tr:not(.region-row) {
    display: block !important;
    width: 100% !important;
    margin: 0 0 18px !important;
    border: 1px solid #ececec !important;
    border-top: none !important;
    border-radius: 0 0 14px 14px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04) !important;
  }

  /* Destination row becomes card title */
  .transfer-table tr:not(.region-row) td:first-child {
    display: block !important;
    width: 100% !important;
    padding: 16px 16px 14px !important;
    background: #ffffff !important;
    border-bottom: 1px solid #ececec !important;
    color: #f47c20 !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
    text-align: left !important;
    box-sizing: border-box !important;
  }

  .transfer-table tr:not(.region-row) td:first-child::before {
    content: none !important;
  }

  /* Remaining rows */
  .transfer-table tr:not(.region-row) td:not(:first-child) {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 14px !important;
    width: 100% !important;
    padding: 12px 16px !important;
    text-align: right !important;
    border-bottom: 1px solid #ececec !important;
    background: #ffffff !important;
    color: #444444 !important;
    font-size: 15px !important;
    box-sizing: border-box !important;
  }

  .transfer-table tr:not(.region-row) td:last-child {
    border-bottom: none !important;
  }

  /* Labels for mobile rows */
  .transfer-table tr:not(.region-row) td:not(:first-child)::before {
    font-weight: 700 !important;
    color: #2e2e2e !important;
    text-align: left !important;
    flex: 0 0 110px !important;
    max-width: 110px !important;
  }

  .transfer-table tr:not(.region-row) td:nth-child(2)::before {
    content: "Taxi (1–4)";
  }

  .transfer-table tr:not(.region-row) td:nth-child(3)::before {
    content: "Van (5–8)";
  }

  .transfer-table tr:not(.region-row) td:nth-child(4)::before {
    content: "Distance";
  }

  .transfer-table tr:not(.region-row) td:nth-child(5)::before {
    content: "Duration";
  }
}/* End custom CSS */