.elementor-564417 .elementor-element.elementor-element-d6f400d{--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;}/* Start custom CSS for html, class: .elementor-element-15d2ddd */9/* ============================================ */
/* 2HotTravellers – Wise vs WorldRemit          */
/* Brand Colors: Wise (Light Green),            */
/* WorldRemit (Light Purple)                    */
/* Links are WHITE for visibility               */
/* All measurements in px.                      */
/* ============================================ */

/* ----- Reset / Base ----- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.ht-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 32px 20px 40px 20px;
  font-family: 'Georgia', 'Times New Roman', serif;
  color: #1a1a1a;
  background: #fafaf8;
  border-top: 3px solid #c9a84c;
  border-bottom: 3px solid #c9a84c;
}

/* ----- Title ----- */
.ht-title {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.5px;
  color: #1a1a1a;
  margin: 0 0 4px 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #c9a84c;
  text-transform: uppercase;
}

.ht-intro {
  font-size: 16px;
  line-height: 1.7;
  color: #2c2c2c;
  margin: 10px 0 24px 0;
}

/* ----- Grid: Two Columns ----- */
.ht-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 0 0 12px 0;
}

/* ----- Cards ----- */
.ht-card {
  background: #ffffff;
  border: 1px solid #e6e4de;
  padding: 22px 20px 18px 20px;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s ease;
}

.ht-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

/* ----- Wise: Light Green Theme ----- */
.ht-card-wise {
  border-top: 4px solid #9bc9a0;
  background: #f6fbf6;
}

.ht-card-wise .ht-card-name {
  color: #2d6a3a;
}

.ht-rate-wise {
  background: #e8f5e9;
}

.ht-btn-wise {
  background: #2d6a3a;
  color: #ffffff;
}

.ht-btn-wise:hover {
  background: #1f5429;
}

.ht-badge-wise {
  background: #d4edda;
  color: #1a5a2a;
}

/* ----- WorldRemit: Light Purple Theme ----- */
.ht-card-worldremit {
  border-top: 4px solid #b89bc9;
  background: #f8f4fb;
}

.ht-card-worldremit .ht-card-name {
  color: #5e3a78;
}

.ht-rate-worldremit {
  background: #f0e8f5;
}

.ht-btn-worldremit {
  background: #5e3a78;
  color: #ffffff;
}

.ht-btn-worldremit:hover {
  background: #472a5e;
}

.ht-badge-worldremit {
  background: #e8daf0;
  color: #4a2a62;
}

/* ----- Card Header ----- */
.ht-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}

.ht-card-icon {
  font-size: 26px;
  line-height: 1;
}

.ht-card-name {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.3px;
}

/* ----- Tagline ----- */
.ht-tagline {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.3px;
  color: #666666;
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* ----- Description ----- */
.ht-card-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #3a3a3a;
  margin: 0 0 16px 0;
  flex: 1;
}

/* ----- Rate Box ----- */
.ht-rate-box {
  padding: 14px 16px;
  margin-bottom: 16px;
  border-radius: 2px;
}

.ht-rate-row {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.ht-rate-row:last-child {
  border-bottom: none;
}

.ht-rate-label {
  color: #666666;
}

.ht-rate-value {
  font-weight: 600;
  color: #1a1a1a;
}

.ht-rate-total .ht-rate-value {
  font-size: 16px;
  color: #c9a84c;
}

.ht-fee-note {
  font-weight: 400;
  font-size: 11px;
  color: #888888;
}

/* ----- Buttons (WHITE TEXT for visibility) ----- */
.ht-btn {
  display: inline-block;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  padding: 11px 18px;
  text-align: center;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease;
  margin-bottom: 12px;
  color: #ffffff !important;
}

.ht-btn-wise {
  background: #2d6a3a;
}

.ht-btn-wise:hover {
  background: #1f5429;
}

.ht-btn-worldremit {
  background: #5e3a78;
}

.ht-btn-worldremit:hover {
  background: #472a5e;
}

/* ----- Trust Badges ----- */
.ht-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.ht-trust-badge {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 2px;
}

/* ----- Footnote ----- */
.ht-footnote {
  font-size: 10px;
  color: #888888;
  font-style: italic;
  margin: 8px 0 0 0;
  text-align: center;
}

/* ============================================ */
/* RESPONSIVE BREAKPOINTS                       */
/* ============================================ */

/* --- Tablet: 768px and below --- */
@media (max-width: 768px) {
  .ht-section {
    padding: 24px 16px 32px 16px;
  }

  .ht-title {
    font-size: 20px;
  }

  .ht-intro {
    font-size: 15px;
  }

  .ht-grid {
    gap: 18px;
  }

  .ht-card {
    padding: 18px 16px 14px 16px;
  }

  .ht-card-name {
    font-size: 18px;
  }

  .ht-card-desc {
    font-size: 14px;
  }

  .ht-rate-row {
    font-size: 13px;
  }

  .ht-btn {
    font-size: 13px;
    padding: 10px 16px;
  }
}

/* --- Mobile: 550px and below (stack cards) --- */
@media (max-width: 550px) {
  .ht-section {
    padding: 20px 12px 28px 12px;
  }

  .ht-title {
    font-size: 17px;
    padding-bottom: 6px;
  }

  .ht-intro {
    font-size: 14px;
    margin-bottom: 18px;
  }

  .ht-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ht-card {
    padding: 16px 14px 12px 14px;
  }

  .ht-card-name {
    font-size: 17px;
  }

  .ht-tagline {
    font-size: 11px;
  }

  .ht-card-desc {
    font-size: 13px;
  }

  .ht-rate-box {
    padding: 12px 14px;
  }

  .ht-rate-row {
    font-size: 13px;  /* ← Now matches desktop size */
    padding: 3px 0;
  }

  .ht-rate-total .ht-rate-value {
    font-size: 15px;
  }

  .ht-btn {
    font-size: 13px;
    padding: 9px 14px;
  }

  .ht-trust-badge {
    font-size: 10px;
    padding: 3px 8px;
  }

  .ht-footnote {
    font-size: 9px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dda5e8f *//* ============================================ */
/* 2HotTravellers - City by City Table          */
/* All measurements in px. Minimal whitespace.  */
/* No orange lines or unnecessary gaps.         */
/* ============================================ */

/* ----- Reset / Base ----- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.ht-section {
  max-width: 100%;
  margin: 0 auto;
  padding: 32px 20px;
  font-family: 'Georgia', 'Times New Roman', serif;
  color: #1a1a1a;
  background: #fafaf8;
}

/* ----- Heading ----- */
.ht-section h2 {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.5px;
  color: #1a1a1a;
  margin: 0 0 6px 0;
  padding-bottom: 8px;
  border-bottom: 3px solid #c9a84c;
  text-transform: uppercase;
}

/* ----- Intro paragraph ----- */
.ht-intro {
  font-size: 16px;
  line-height: 1.7;
  color: #2c2c2c;
  margin: 10px 0 20px 0;
  font-style: italic;
  border-left: 4px solid #c9a84c;
  padding-left: 16px;
}

/* ----- Table Wrapper (scroll on small screens) ----- */
.ht-table-wrapper {
  overflow-x: auto;
  margin: 0 0 16px 0;
  border: 1px solid #e6e4de;
  background: #ffffff;
}

/* ----- Table ----- */
.ht-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 15px;
  min-width: 480px;
}

/* Table Headers */
.ht-table thead th {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #ffffff;
  background: #1a1a1a;
  padding: 10px 14px;
  text-align: left;
  border-bottom: 3px solid #c9a84c;
}

/* Table Cells */
.ht-table tbody td {
  padding: 10px 14px;
  line-height: 1.5;
  color: #2c2c2c;
  border-bottom: 1px solid #f0ede5;
  vertical-align: top;
}

.ht-table tbody tr:last-child td {
  border-bottom: none;
}

/* Row hover - subtle, not flashy */
.ht-table tbody tr:hover {
  background: #f6f2e9;
}

/* First column: bold profile names */
.ht-table tbody td:first-child {
  font-weight: 600;
  color: #1a1a1a;
}

/* Second column: city names in gold */
.ht-table tbody td:nth-child(2) {
  font-weight: 600;
  color: #a67c1e;
}

/* ----- Perth Exception Note (No orange line) ----- */
.ht-note {
  margin-top: 20px;
  padding: 16px 20px;
  background: #f6f2e9;
  border-left: 4px solid #c9a84c;
}

.ht-note h4 {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.3px;
  color: #a67c1e;
  margin: 0 0 4px 0;
  text-transform: uppercase;
}

.ht-note p {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 15px;
  line-height: 1.6;
  color: #2c2c2c;
  margin: 0;
}

/* ============================================ */
/* RESPONSIVE BREAKPOINTS                       */
/* All measurements in px.                      */
/* ============================================ */

/* --- Tablet: 768px and below --- */
@media (max-width: 768px) {
  .ht-section {
    padding: 24px 16px;
  }

  .ht-section h2 {
    font-size: 22px;
    padding-bottom: 6px;
  }

  .ht-intro {
    font-size: 15px;
    padding-left: 12px;
    margin: 8px 0 16px 0;
  }

  .ht-table {
    font-size: 14px;
    min-width: 420px;
  }

  .ht-table thead th {
    font-size: 10px;
    padding: 8px 12px;
    letter-spacing: 0.6px;
  }

  .ht-table tbody td {
    padding: 8px 12px;
    line-height: 1.5;
  }

  .ht-note {
    padding: 14px 16px;
    margin-top: 16px;
  }

  .ht-note h4 {
    font-size: 14px;
  }

  .ht-note p {
    font-size: 14px;
  }
}

/* --- Mobile: 480px and below --- */
@media (max-width: 480px) {
  .ht-section {
    padding: 16px 12px;
  }

  .ht-section h2 {
    font-size: 18px;
    padding-bottom: 4px;
    border-bottom-width: 2px;
  }

  .ht-intro {
    font-size: 14px;
    padding-left: 10px;
    margin: 6px 0 12px 0;
    border-left-width: 3px;
  }

  .ht-table-wrapper {
    border-width: 0;
    margin: 0 0 12px 0;
  }

  .ht-table {
    font-size: 12px;
    min-width: 320px;
  }

  .ht-table thead th {
    font-size: 9px;
    padding: 6px 8px;
    letter-spacing: 0.4px;
    border-bottom-width: 2px;
  }

  .ht-table tbody td {
    padding: 6px 8px;
    line-height: 1.4;
  }

  .ht-note {
    padding: 10px 12px;
    margin-top: 12px;
    border-left-width: 3px;
  }

  .ht-note h4 {
    font-size: 12px;
  }

  .ht-note p {
    font-size: 12px;
    line-height: 1.5;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ea7234d */.coffee-note {
  background: #fff8e7;
  border: 2px solid #facc15;
  padding: 22px 24px;
  margin: 15px 0;
  border-radius: 12px;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  color: #1f2937;
}

.coffee-note p {
  margin: 0 0 18px;
}

.coffee-note a {
  display: inline-block;
  background: #facc15;
  color: #111827 !important;
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none !important;
  font-size: 15px;
  transition: 0.3s ease;
}

.coffee-note a:hover {
  background: #eab308;
  transform: translateY(-2px);
}/* End custom CSS */