/* ============================================================
   Content pages — Visual Composer layouts
   ============================================================ */

/* --- vc_table shortcode --- */
.vc-table-wrap {
  overflow-x: auto;
  margin: 24px 0;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
}
.vc-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.6;
}
.vc-table thead tr {
  background: #042c4c;
  color: #fff;
}
.vc-table th {
  padding: 14px 18px;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.3px;
  white-space: nowrap;
}
.vc-table th strong {
  font-weight: 700;
  color: #21d8c2;
}
.vc-table td {
  padding: 13px 18px;
  color: #3d5566;
  border-bottom: 1px solid #eef2f5;
  vertical-align: top;
}
.vc-table td strong {
  color: #042c4c;
  font-weight: 600;
}
.vc-table tbody tr:last-child td {
  border-bottom: none;
}
.vc-table tbody tr:nth-child(even) {
  background: #f6f9fc;
}
.vc-table tbody tr:hover {
  background: #eef7fe;
}
/* First column (row labels) */
.vc-table tbody td:first-child {
  font-weight: 600;
  color: #042c4c;
  background: #f0f6fb;
  white-space: nowrap;
}
.vc-table tbody tr:hover td:first-child {
  background: #e3f0fa;
}

/* --- Utility --- */
.font-weight-normal {
  font-weight: 400 !important;
}

.border-round-all {
  border-radius: 50% !important;
}

/* --- Custom separator line --- */
.custom-line .vc_sep_line,
.custom-line .vc_sep_holder:after,
.custom-line .vc_sep_holder:before {
  height: 4px !important;
  border-radius: 20px !important;
}
.custom-line .vc_sep_line {
  background-color: transparent !important;
  background: linear-gradient(90deg, #ff2433 0%, #ff7676 100%) !important;
  border: none !important;
  width: 60% !important;
  margin-left: 20% !important;
  position: relative;
  margin-top: -3px;
}
.custom-line .vc_sep_holder:after {
  background: #e63025 !important;
  right: 0;
}
.custom-line .vc_sep_holder:before {
  background: #ee7672 !important;
  left: 0;
}
.custom-line.white .vc_sep_line,
.custom-line.white .vc_sep_holder:before,
.custom-line.white .vc_sep_holder:after {
  background: #fff !important;
}
.custom-line .vc_sep_holder:after,
.custom-line .vc_sep_holder:before {
  content: "";
  width: 10px;
  position: absolute;
  top: -2px;
}

/* --- Page header hero --- */
.page-header,
.background-filter,
.blue-filter {
  position: relative;
}
.page-header:after,
.background-filter:after {
  content: "";
  position: absolute;
  display: block !important;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  z-index: 0;
  visibility: visible;
}
.background-filter:after {
  background: rgba(0, 0, 0, 0.4);
}
.blue-filter:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(4, 44, 76, 0.5);
  left: 0;
  top: 0;
  z-index: 0;
}
.page-header > div,
.background-filter > div,
.blue-filter > div {
  position: relative;
  z-index: 1;
}

/* --- Section intro headings --- */
.about-intro b {
  background: linear-gradient(90deg, #36b29a 0%, #00efdd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* --- Team cards --- */
.team-name span {
  color: #5d7079;
  font-size: 14px !important;
  margin-left: 5px;
  line-height: 16px;
}

/* --- Security blocks --- */
.security-block > div > .wpb_wrapper {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.security-block > div > .wpb_wrapper:after {
  content: "";
  position: absolute;
  background: #ededed;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.7;
  z-index: -1;
}
.security-block > div > .wpb_wrapper:hover:after {
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease;
}
.security-block .wpb_raw_code {
  position: absolute;
  left: -28px;
  width: 120px;
  height: 130px;
  top: 30px;
}
.security-block > div > .wpb_wrapper:hover .st0 {
  fill: #a8b2b7 !important;
}
.security-block > div > .wpb_wrapper:hover .st1 {
  fill: #d2dce6 !important;
}
.security-block > div > .wpb_wrapper:hover .st2 {
  fill: #737b7d !important;
}
.security-block h2 {
  padding-bottom: 10px;
  margin-bottom: 10px !important;
  border-bottom: solid 1px #ededed;
  margin-left: 110px;
  transition: all 0.5s ease;
}
.security-block > div > .wpb_wrapper:hover h2 {
  color: #737b7c !important;
  transition: all 0.3s ease;
}
.security-block p {
  margin-left: 110px;
  transition: all 0.5s ease;
  height: 96px;
}

/* --- Milestone timeline --- */
.about-milestone-section {
  padding: 150px 0;
  background: #f8fafc;
  margin: 0 50px;
  border-radius: 50px;
}
.timeline {
  position: relative;
  max-width: 860px;
  margin: 48px auto 0;
  padding-bottom: 20px;
}
.timeline-spine {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  top: 68px;
  bottom: 0;
  background: linear-gradient(to bottom, #4479a2 60%, transparent);
  border-radius: 3px;
  z-index: 0;
}

/* Founding node */
.timeline-origin {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-bottom: 44px;
}
.timeline-origin-dot {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #4479a2;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(33, 216, 194, 0.25);
  margin-bottom: 14px;
}
.timeline-origin-dot img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}
.timeline-origin-label {
  background: #fff;
  border: 2px solid #4479a2;
  border-radius: 14px;
  padding: 12px 28px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}
.timeline-origin-label strong {
  display: block;
  font-size: 17px;
  color: #042c4c;
  margin-bottom: 4px;
}
.timeline-origin-label span {
  font-size: 13px;
  color: #5d7079;
}

/* Items */
.timeline-item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  position: relative;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.timeline-item.visible {
  opacity: 1;
  transform: translateY(0);
}
/* Connector dot on the spine */
.timeline-item::before {
  content: "";
  position: absolute;
  left: calc(50% - 9px);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #4479a2;
  z-index: 2;
  flex-shrink: 0;
}
.timeline-item.is-left::before {
  border-color: #fe3c48;
}

/* Right-side cards */
.timeline-item.is-right .timeline-card {
  margin-left: calc(50% + 24px);
  border-left: 4px solid #4479a2;
}
/* Left-side cards */
.timeline-item.is-left .timeline-card {
  margin-right: calc(50% + 24px);
  border-right: 4px solid #fe3c48;
  text-align: right;
}

.timeline-card {
  background: #fff;
  border-radius: 14px;
  padding: 16px 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  width: calc(50% - 24px);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.timeline-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.11);
}
.timeline-date {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #4479a2;
  margin-bottom: 6px;
}
.timeline-item.is-left .timeline-date {
  color: #fe3c48;
}
.timeline-card p {
  font-size: 14px;
  color: #5d7079;
  line-height: 1.65;
  margin: 0;
}

/* Mobile: single column left-aligned */
@media (max-width: 768px) {
  .timeline-spine {
    left: 22px;
    transform: none;
  }
  .timeline-item::before {
    left: 14px;
  }
  .timeline-item.is-right .timeline-card,
  .timeline-item.is-left .timeline-card {
    margin-left: 50px;
    margin-right: 0;
    width: calc(100% - 50px);
    border-left: 4px solid #4479a2;
    border-right: none;
    text-align: left;
  }
  .timeline-item.is-left::before {
    border-color: #4479a2;
  }
  .timeline-item.is-left .timeline-date {
    color: #4479a2;
  }
  .about-milestone-section {
    margin: 0;
    border-radius: 0;
    padding: 80px 0;
  }
}

/* --- Video popup button --- */
.pop-up-video {
  background: transparent;
  color: #fff;
  font-size: 70px;
  border: none;
  display: block;
  width: 100px;
  margin: 30px auto 0;
  outline: none !important;
  transition: all 0.3s ease;
  cursor: pointer;
}
.pop-up-video:hover {
  transform: scale(1.3);
}

/* ============================================================
   About page — custom PHP template
   ============================================================ */

/* --- Our Story --- */
.about-story {
  padding: 200px 0;
  position: relative;
  background: #fff;
}
.about-story-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-story-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ecf7ff;
  color: #4479a2;
  border: 1px solid #4479a2;
  border-radius: 50px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 20px;
  width: fit-content;
}
.about-story-title {
  font-size: 44px;
  font-weight: 700;
  color: #042c4c;
  line-height: 1.15;
  margin-bottom: 20px;
}
.about-story-title span {
  color: #fe3c48;
}
.about-story-desc {
  color: #5d7079;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 14px;
}
.about-story-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.about-story-right {
  position: relative;
  padding: 30px 10px 30px 30px;
}
.about-story-img {
  width: 100%;
  border-radius: 24px;
  display: block;
}
.about-stat-card {
  position: absolute;
  background: #fff;
  border-radius: 16px;
  padding: 14px 18px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  z-index: 2;
  min-width: 140px;
}
.about-stat-transfers {
  top: 10px;
  right: -10px;
}
.about-stat-rating {
  bottom: 10px;
  left: 0;
}
.stat-value {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #042c4c;
  line-height: 1.2;
}
.stat-label {
  display: block;
  font-size: 12px;
  color: #5d7079;
  margin-top: 4px;
  max-width: 130px;
  line-height: 1.4;
}


/* --- Responsive: story --- */
@media (max-width: 768px) {
  .about-story {
    padding: 60px 0;
  }
  .about-story-title {
    font-size: 32px;
  }
  .about-story-right {
    padding: 40px 10px 20px;
    margin-top: 20px;
  }
  .about-stat-transfers {
    right: 0;
    top: 10px;
  }
  .about-stat-rating {
    left: 0;
    bottom: 0;
  }
  .about-video {
    margin: 0 0 40px !important;
    border-radius: 20px;
  }
}


/* --- Video section --- */
.about-video {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 200px 0;
  border-radius: 40px;
  overflow: hidden;
  margin: 0 40px;
}
.about-video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.about-video-content {
  position: relative;
  z-index: 1;
}
.about-video-content h2 {
  font-size: 38px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 16px;
}
.about-video-content p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 32px;
}
.about-play-btn {
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 50px;
  /* width: 72px; */
  /* height: 72px; */
  padding: 10px 20px;
  font-size: 20px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.about-play-btn i {
  margin-right: 20px;
}
.about-play-btn:hover {
  background: #fe3c48;
  border-color: #fe3c48;
}

/* --- Video modal --- */
.about-video-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.about-video-modal.open {
  display: flex;
}
.about-video-modal-inner {
  position: relative;
  width: 90%;
  max-width: 900px;
}
.about-video-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 28px;
  cursor: pointer;
  line-height: 1;
}
.about-video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.about-video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: none;
}

/* --- Team tabs --- */
.about-team {
  margin: 150px 0;
}
.about-tabs-nav {
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
.about-tab-btn {
  padding: 10px 24px;
  border-radius: 50px;
  border: 1.5px solid #0c314b;
  background: transparent;
  color: #0c314b;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.about-tab-btn:first-child{
  border-radius: 50px 0 0 50px;
}
.about-tab-btn:last-child{
  border-radius: 0 50px 50px 0;
}
.about-tab-btn.active,
.about-tab-btn:hover {
  background: #0c314b;
  color: #ffffff;
}
.about-tab-panel {
  display: none;
}
.about-tab-panel.active {
  display: block;
}
.team-card {
  height: calc(100% - 30px);
  box-sizing: border-box;
  padding: 30px 20px;
  margin-bottom: 30px;
  background-color: #fafafa;
  border-radius: 30px;
  box-shadow: 0px 0px 11px 8px rgba(0, 0, 0, 0.22);
  align-items: center;
  text-align: center;
}
.team-card-img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.team-card-name {
  font-size: 18px;
  font-weight: 600;
  color: #0c314b;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 10px;
}
.team-card-name span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  padding: 5px 10px;
  background-color: #4479a2;
  border-radius: 50px;
  margin-left: 10px;
  margin-top: 10px;
}
.team-card-bio {
  font-size: 15px;
  color: #5d7079;
  line-height: 1.6;
}

/* --- Security --- */
.about-security-section {
  padding: 150px 0;
}
.about-security-section .section-title{
  margin-bottom: 20px;
}
.about-security-section .section-description{
  margin-bottom: 30px;
}
.about-security-card {
  background: #ffffff;
  border-radius: 30px;
  overflow: hidden;
  /* padding: 32px; */
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
  transition: transform 0.2s ease;
  display: flex;
}
.about-security-card .icon, .about-security-card .content{
  padding: 30px
}
.about-security-card .icon{
  background: linear-gradient(#eef7fe, #c0e4ff);
  display: flex;
  align-items: center;
}
.about-security-card .icon img{
  width: 100px;
}
.about-security-card:hover {
  transform: translateY(-3px);
}
.about-security-card i {
  font-size: 36px;
  color: #4479a2;
  margin-bottom: 16px;
  display: block;
}
.about-security-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #0c314b;
  margin-bottom: 12px;
}
.about-security-card p {
  font-size: 14px;
  color: #5d7079;
  line-height: 1.7;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .about-video {
    border-radius: 20px;
    padding: 60px 0;
  }
  .about-video-content h2 {
    font-size: 26px;
  }
}

/* --- Old WPBakery responsive (kept) --- */
@media (max-width: 768px) {
  .security-block:first-child {
    margin-bottom: 30px;
  }
  .security-block p {
    height: auto;
  }
}

/* ============================================================
   Customer Support page
   ============================================================ */

/* Hero */
.support-hero {
  background-size: cover;
  background-position: center;
  padding: 210px 0 150px;
  text-align: center;
  margin: 0 50px;
  border-radius: 0 0 50px 50px;
  overflow: hidden;
}
.support-hero-content {
  position: relative;
  z-index: 1;
}
.support-hero h1 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 20px;
}
.support-hero p {
  color: rgba(255,255,255,0.9);
  font-size: 18px;
  line-height: 1.7;
  max-width: 680px;
  margin: 0 auto;
}
.support-hero p a {
  color: #4479a2;
  text-decoration: underline;
}

/* Main layout */
.support-main {
  padding: 60px 0 80px;
}
.support-section-title {
  font-size: 24px;
  color: #042c4c;
  margin-bottom: 24px;
  font-weight: 600;
}

/* Account management buttons */
.support-account-btns {
  margin-bottom: 48px;
  row-gap: 16px;
}
.support-account-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 12px;
  background: #4479a2;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  gap: 10px;
  min-height: 96px;
  transition: background 0.2s ease, transform 0.2s ease;
}
.support-account-btn:hover {
  background: #042c4c;
  color: #fff;
  transform: translateY(-2px);
}
.support-account-btn i {
  font-size: 26px;
  display: block;
}
.support-account-btn span {
  line-height: 1.3;
}

/* FAQ search */
#faqs-search {
  margin-bottom: 48px;
  background: #f6f9fc;
  border: 1px solid #e0e8f0;
  border-radius: 12px;
  padding: 28px;
}
#faqs-search .support-section-title {
  margin-bottom: 8px;
}
#faqs-search .support-section-desc {
  font-size: 14px;
  color: #5d7079;
  margin-bottom: 20px;
}
#faqs-search form {
  display: flex;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}
#faqs-search input[type="search"] {
  flex: 1;
  padding: 14px 16px;
  font-size: 16px;
  border: none;
  outline: none;
  color: #42647a;
  background: #fff;
  -webkit-appearance: none;
  appearance: none;
}
#faqs-search button {
  padding: 14px 22px;
  background: #042c4c;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.2s ease;
}
#faqs-search button:hover {
  background: #4479a2;
}

/* Contact form */
.support-contact-form {
  margin-top: 0;
  background: #f6f9fc;
  border: 1px solid #e0e8f0;
  border-radius: 12px;
  padding: 28px;
}
.support-contact-form #contact-form {
  row-gap: 20px;
}
.support-contact-form .label-separator {
  margin-top: 0;
}
.support-contact-form #contact-form h2 {
  font-size: 18px;
  font-weight: 500;
  color: #5d7079;
  margin-bottom: 8px;
}
.support-contact-form #contact-form > .col-md-12:first-child p {
  font-size: 14px;
  color: #8a9bad;
  line-height: 1.6;
  margin-bottom: 0;
}
.support-contact-form #contact-form > .col-md-12:first-child {
  margin-bottom: 8px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e8edf2;
}
.support-contact-form label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #042c4c;
  margin-bottom: 6px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.support-contact-form .required-field {
  color: #fe3c48;
  margin-left: 2px;
}
.support-contact-form .wpcf7-form-control-wrap {
  display: block;
}
.support-contact-form input[type="text"],
.support-contact-form input[type="email"],
.support-contact-form input[type="tel"],
.support-contact-form textarea {
  display: block;
  width: 100%;
  padding: 12px 16px;
  font-size: 15px;
  color: #042c4c;
  background: #fff;
  border: 1.5px solid #d0dae4;
  border-radius: 8px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -webkit-appearance: none;
}
.support-contact-form input[type="text"]::placeholder,
.support-contact-form input[type="email"]::placeholder,
.support-contact-form input[type="tel"]::placeholder,
.support-contact-form textarea::placeholder {
  color: #aab8c4;
}
.support-contact-form input[type="text"]:focus,
.support-contact-form input[type="email"]:focus,
.support-contact-form input[type="tel"]:focus,
.support-contact-form textarea:focus {
  border-color: #4479a2;
  box-shadow: 0 0 0 3px rgba(68,121,162,0.12);
}
.support-contact-form input[type="text"].wpcf7-not-valid,
.support-contact-form input[type="email"].wpcf7-not-valid,
.support-contact-form textarea.wpcf7-not-valid {
  border-color: #fe3c48;
  box-shadow: 0 0 0 3px rgba(254,60,72,0.1);
}
.support-contact-form textarea {
  min-height: 140px;
  resize: vertical;
}
.support-contact-form .wpcf7-not-valid-tip {
  display: block;
  font-size: 12px;
  color: #fe3c48;
  margin-top: 4px;
}
.support-contact-form input[type="submit"],
.support-contact-form .wpcf7-submit {
  display: inline-block;
  margin-top: 8px;
  padding: 14px 40px;
  background: #4479a2;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
}
.support-contact-form input[type="submit"]:hover,
.support-contact-form .wpcf7-submit:hover {
  background: #042c4c;
  transform: translateY(-1px);
}
.support-contact-form input[type="submit"]:disabled,
.support-contact-form .wpcf7-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.support-contact-form .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 14px 18px;
  border-radius: 8px;
  font-size: 14px;
  border: none;
}
.support-contact-form .wpcf7 form.sent .wpcf7-response-output {
  background: #e8f7ed;
  color: #1a7f3c;
  border-left: 4px solid #46b450;
}
.support-contact-form .wpcf7 form.invalid .wpcf7-response-output,
.support-contact-form .wpcf7 form.failed .wpcf7-response-output,
.support-contact-form .wpcf7 form.aborted .wpcf7-response-output {
  background: #fff1f1;
  color: #c0392b;
  border-left: 4px solid #fe3c48;
}

/* Tabs */
.support-tabs-nav {
  display: flex;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  border: 2px solid #4479a2;
  border-bottom: none;
}
.support-tab-btn {
  flex: 1;
  padding: 12px;
  background: #e0faf5;
  color: #4479a2;
  border: none;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.support-tab-btn.active,
.support-tab-btn:hover {
  background: #4479a2;
  color: #fff;
}
.support-tab-panel {
  display: none;
  border: 2px solid #4479a2;
  border-top: none;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.support-tab-panel.active {
  display: block;
}
/* Right column */
.support-map-col {
  padding-left: 24px;
}
.support-location {
  margin-bottom: 40px;
  border: 1px solid #e0e8f0;
  border-radius: 10px;
  overflow: hidden;
}
.support-location-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #042c4c;
  padding: 14px 16px;
  margin: 0;
  border-bottom: 1px solid #e0e8f0;
  background: #f6f9fc;
}
.support-location-title img {
  width: 24px;
  flex-shrink: 0;
}
.support-location .contacts-dropdown-main-content {
  margin: 16px 16px 0;
}
.support-location .support-office-inner {
  padding: 12px 16px 16px;
}
.support-tab-map {
  border-top: 1px solid #e0e8f0;
}
.support-tab-map iframe {
  display: block;
  width: 100%;
  height: 220px;
  border: none;
}

/* Phone contact widget */
.phone-contact-container {
  background: #fff;
  padding: 24px 20px 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.phone-contact-title {
  font-size: 15px;
  color: #042c4c;
  font-weight: 600;
  text-align: center;
  margin-bottom: 12px;
}

/* Phone dropdown widget */
.contacts-dropdown-main-content {
  display: flex;
  position: relative;
}
.contacts-dropdown-main-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contacts-dropdown-main-content .contacts-dropdown {
  background: #4479a2;
  width: 60px;
  border-radius: 10px 0 0 10px;
  flex-shrink: 0;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: stretch;
}
.contacts-dropdown-main-content .contacts-dropdown > li {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.contacts-dropdown-main-content .contacts-dropdown > li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 10px 6px;
}
.contacts-dropdown-main-content .contacts-dropdown > li > span img {
  width: 34px;
  display: block;
}
.contacts-dropdown-main-content .contacts-dropdown > li > span:not(.no-dropdown)::after {
  content: "▾";
  font-size: 16px;
  color: #fff;
  margin-left: 2px;
  line-height: 1;
}
.contacts-dropdown-main-content .contacts-content {
  flex: 1;
  border: 2px solid #4479a2;
  border-left: none;
  border-radius: 0 10px 10px 0;
  padding: 10px 14px;
  font-size: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacts-dropdown-main-content .contacts-content a {
  color: #042c4c;
  text-decoration: none;
  font-weight: 600;
}
.contacts-dropdown-main-content .contacts-content span {
  display: block;
}
.contactsDropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  border-radius: 0 0 10px 10px;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease;
  padding: 0;
}
.contactsDropdown.open {
  visibility: visible;
  opacity: 1;
}
.contactsDropdown li {
  padding: 9px 12px;
  border-bottom: 1px solid #ededed;
  cursor: pointer;
  color: #5d7079;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.contactsDropdown li:last-child {
  border-bottom: none;
}
.contactsDropdown li:hover,
.contactsDropdown li.active {
  background: #e0faf5;
  color: #042c4c;
}
.contactsDropdown li img {
  width: 28px;
  flex-shrink: 0;
}

/* Office details */
.support-office-inner {
  padding: 20px;
}
.support-office-inner h3 {
  font-size: 16px;
  color: #042c4c;
  margin-bottom: 6px;
  margin-top: 14px;
}
.support-office-inner h3:first-child {
  margin-top: 0;
}
.support-office-inner p {
  font-size: 14px;
  color: #5d7079;
  line-height: 1.5;
  margin-bottom: 0;
}
.support-office-inner p a {
  color: #5d7079;
  text-decoration: none;
}
.support-office-inner p a:hover {
  color: #4479a2;
}
/* Social section */
.support-social-section {
  background: #ebeff3;
  padding: 70px 0;
  text-align: center;
}
.support-social-section h2 {
  font-size: 28px;
  color: #212529;
  font-weight: 400;
  margin-bottom: 10px;
}
.support-social-section > .container > p {
  color: #5d7079;
  margin-bottom: 36px;
}
.support-social-row {
  gap: 16px;
  flex-wrap: nowrap;
}
.support-social-link {
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 20px 0;
  text-decoration: none;
  color: #5d7079;
  font-size: 13px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}
.support-social-link i {
  display: block;
  font-size: 2em;
  margin-bottom: 8px;
  transition: color 0.2s ease;
}
.support-social-link:hover {
  color: #fff;
  transform: translateY(-2px);
}
/* per-brand hover colours */
.support-social-link:nth-child(1) a:hover,
.support-social-row .col:nth-child(1) .support-social-link:hover { background: #3b5998; }
.support-social-row .col:nth-child(2) .support-social-link:hover { background: #000; }
.support-social-row .col:nth-child(3) .support-social-link:hover { background: #0077b5; }
.support-social-row .col:nth-child(4) .support-social-link:hover { background: #e62117; }
.support-social-row .col:nth-child(5) .support-social-link:hover {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

/* --- Responsive --- */
@media (max-width: 992px) {
  .support-map-col {
    padding-left: 15px;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .support-hero {
    padding: 120px 0 70px;
  }
  .support-hero h1 {
    font-size: 32px;
  }
  .support-social-row {
    flex-wrap: wrap;
  }
  .support-social-row .col {
    flex: 0 0 30%;
  }
}
@media (max-width: 576px) {
  .support-account-btn {
    min-height: 80px;
    font-size: 13px;
    padding: 14px 8px;
  }
  .support-account-btn i {
    font-size: 22px;
  }
}
/* ============================================================
   Inner page templates — shared styles
   ============================================================ */

/* Page hero */
.page-hero {
  background-size: cover;
  background-position: center;
  padding: 180px 0 120px;
  text-align: center;
  border-radius: 0 0 50px  50px;
  overflow: hidden;
}
.page-hero h1 {
  font-size: 52px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 16px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.3);
}
.page-hero p {
  font-size: 20px;
  color: rgba(255,255,255,0.9);
  max-width: 600px;
  margin: 0 auto 36px;
  line-height: 1.6;
}
.page-hero-ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Shared CTA buttons */
.btn-primary-red {
  display: inline-block;
  background: #fe3c48;
  color: #fff;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s;
}
.btn-primary-red:hover { background: #e02030; color: #fff; }
.btn-outline-white {
  display: inline-block;
  border: 2px solid rgba(255,255,255,0.7);
  color: #fff;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
}
.btn-outline-white:hover { background: rgba(255,255,255,0.15); color: #fff; }

/* Content sections */
.content-section {
  padding: 90px 0;
}
.content-section--alt {
  background: #ebeff3;
  margin: 0 50px;
  border-radius: 40px;
}
.content-section--grey {
  background: #f6f9fc;
  margin: 0 50px;
  border-radius: 40px;
}
.content-section--teal {
  background: linear-gradient(135deg, #21d8c2, #0fb5a0);
  margin: 0 50px;
  border-radius: 40px;
}
.content-text h2 {
  font-size: 40px;
  font-weight: 500;
  color: #0c314b;
  margin-bottom: 20px;
  line-height: 1.2;
}
.content-text p {
  font-size: 17px;
  color: #5d7079;
  line-height: 1.75;
  margin-bottom: 14px;
}
.content-img {
  width: 80%;
  border-radius: 16px;
  display: block;
  margin: 0 auto;
}
.section-rule {
  width: 50px;
  height: 4px;
  background: #21d8c2;
  border-radius: 2px;
  margin-bottom: 24px;
}
.text-teal { color: #21d8c2; }

/* Trust badges */
.trust-badges {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 28px;
}
.trust-badge-img {
  height: 56px;
  width: auto;
}

/* How it works — title & description */
#how-it-works .section-title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
  color: #0c314b;
}
#how-it-works .section-title span {
  color: #fe3c48;
}
#how-it-works .section-description {
  text-align: center;
  color: #4479a2;
  font-size: 20px;
  line-height: 28px;
  max-width: 800px;
  margin: 0 auto;
}

/* How it works steps grid */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 50px;
}
.step-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 11px 8px rgba(0, 0, 0, 0.22);
  transition: all 0.2s ease;
}
.step-card:hover {
  transform: scale(1.05);
}
.step-card-gradient {
  background: linear-gradient(#fe3c48, #fa868d);
  text-align: center;
  padding: 30px 20px;
}
.step-card-gradient img {
  height: 150px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.step-card-body {
  padding: 20px;
}
.step-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #0c314b;
  margin-bottom: 12px;
}
.step-card p {
  font-size: 15px;
  color: #5d7079;
  line-height: 1.65;
}
.content-section--grey .section-title span {
  color: #fe3c48;
}

/* Why Kabayan section — rotating circle behind phone */
.phone-effect-wrap {
  position: relative;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
}
.phone-bg-circle {
  position: absolute;
  width: 200%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  animation: phone-circle-rotate 60s linear infinite;
  pointer-events: none;
  z-index: 0;
}
.phone-effect-wrap .app-screenshot {
  position: relative;
  z-index: 1;
}
@keyframes phone-circle-rotate {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to   { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Why grid */
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
}
.why-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.why-icon {
  width: 44px;
  height: 44px;
  background: #ebeff3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.why-icon i {
  font-size: 22px;
  color: #fe3c48;
}
.why-item h4 {
  font-size: 20px;
  font-weight: 500;
  color: #4479a2;
  margin-bottom: 6px;
}
.why-item p {
  font-size: 14px;
  color: #5d7079;
  line-height: 1.65;
  margin: 0;
}
.app-screenshot {
  max-height: 500px;
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 24px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.15);
}

/* Pricing table */
.pricing-table-wrap {
  overflow-x: auto;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}
.pricing-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 15px;
}
.pricing-table thead tr {
  background: #0c314b;
  color: #fff;
}
.pricing-table th {
  padding: 16px 18px;
  font-weight: 600;
  font-size: 13px;
  white-space: nowrap;
  text-align: center;
}
.pricing-table th:first-child { text-align: left; }
.pricing-table th img { vertical-align: middle; margin: 0 2px; }
.pricing-table td {
  padding: 14px 18px;
  border-bottom: 1px solid #f0f4f8;
  color: #0c314b;
}
.pricing-table td:not(:first-child) { text-align: center; font-weight: 500; }
.pricing-table tbody tr:last-child td { border-bottom: none; }
.pricing-table tbody tr:nth-child(even) { background: #f9fbfc; }
.text-teal { color: #21d8c2; }
.text-red { color: #fe3c48; }

/* Pricing mobile tabs */
.pricing-mobile { display: none; }
.pricing-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.pricing-tab {
  border: 2px solid #dde3e9;
  background: #fff;
  border-radius: 50px;
  padding: 8px 18px;
  font-size: 14px;
  color: #5d7079;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s;
}
.pricing-tab.active, .pricing-tab:hover {
  border-color: #21d8c2;
  color: #21d8c2;
}
.pricing-tab-panel { display: none; }
.pricing-tab-panel.active { display: block; }

/* Responsive */
@media (max-width: 992px) {
  .steps-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .page-hero { padding: 140px 0 80px; }
  .page-hero h1 { font-size: 36px; }
  .content-section { padding: 60px 0; }
  .content-section--alt,
  .content-section--grey,
  .content-section--teal { margin: 0 10px; border-radius: 20px; }
  .content-text h2 { font-size: 26px; }
  .pricing-table-wrap { display: none; }
  .pricing-mobile { display: block; }
  .steps-grid { grid-template-columns: 1fr; gap: 20px; }
  .col-md-6 + .col-md-6 { margin-top: 32px; }
  #how-it-works .section-title { font-size: 28px; }
  #how-it-works .section-description { font-size: 16px; }
}

/* ============================================================
   End inner page templates
   ============================================================ */

/* --- Responsive: team tabs --- */
@media (max-width: 600px) {
  .about-tabs-nav {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1.5px solid #0c314b;
    border-radius: 10px;
    overflow: hidden;
  }
  .about-tab-btn,
  .about-tab-btn:first-child,
  .about-tab-btn:last-child {
    border-radius: 0;
    border: none;
    border-bottom: 1.5px solid #0c314b;
    width: 100%;
  }
  .about-tab-btn:last-child {
    border-bottom: none;
  }
}

@media (max-width: 500px) {
.about-security-card{
  display: block;
}
.about-security-card .icon img{
  margin: 0 auto;
}
}

/* ============================================================
   Rewards Program — Terms & Conditions page
   ============================================================ */

.terms-hero {
  background-image: linear-gradient(135deg, #042c4c 0%, #0c4a74 55%, #4479a2 100%);
}

.terms-main {
  padding: 70px 0 100px;
}

/* --- Table of contents sidebar --- */
.terms-toc-col {
  margin-bottom: 40px;
}
.terms-toc-sticky {
  position: sticky;
  top: 120px;
  background: #f6f9fc;
  border: 1px solid #e0e8f0;
  border-radius: 16px;
  padding: 24px;
  max-height: calc(100vh - 160px);
  overflow-y: auto;
}
.terms-toc-title {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4479a2;
  margin-bottom: 14px;
}
.terms-toc {
  display: flex;
  flex-direction: column;
}
.terms-toc-link {
  display: block;
  padding: 7px 0 7px 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #5d7079;
  text-decoration: none;
  border-left: 2px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.terms-toc-level-2 {
  padding-left: 26px;
  font-size: 13px;
  color: #8a9bad;
}
.terms-toc-link:hover {
  color: #042c4c;
}
.terms-toc-link.active {
  color: #fe3c48;
  border-left-color: #fe3c48;
  font-weight: 600;
}

/* --- Content typography --- */
.terms-content h2 {
  font-size: 22px;
  font-weight: 600 !important;
  color: #042c4c !important;
  margin: 44px 0 18px;
  scroll-margin-top: 120px;
}
.terms-content h2:first-child {
  margin-top: 0;
}
.terms-content h2[style*="20px"] {
  font-size: 17px;
  margin: 28px 0 12px;
}
.terms-content p {
  font-size: 15px;
  line-height: 1.75;
  color: #42647a;
  margin-bottom: 14px;
}
.terms-content ul {
  margin: 0 0 16px;
  padding-left: 22px;
}
.terms-content ul ul {
  margin-top: 8px;
  margin-bottom: 0;
}
.terms-content li {
  font-size: 15px;
  line-height: 1.7;
  color: #42647a;
  margin-bottom: 8px;
}
.terms-content strong {
  color: #042c4c;
}

/* --- Tier cards (No / Bronze / Silver / Gold) --- */
.terms-content .tier-card {
  background: #f6f9fc;
  border-left: 4px solid #4479a2;
  border-radius: 0 12px 12px 0;
  padding: 16px 20px 4px;
  margin: 0 0 24px;
}
.terms-content .tier-card ul {
  margin-bottom: 12px;
}
.terms-content h2.tier-heading {
  display: flex;
  align-items: center;
  gap: 10px;
}
.terms-content h2.tier-heading::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: currentColor;
  flex-shrink: 0;
}
.terms-content h2.tier-no-tier { color: #5d7079 !important; }
.terms-content .tier-card-no-tier { border-left-color: #5d7079; }
.terms-content h2.tier-bronze { color: #b5651d !important; }
.terms-content .tier-card-bronze { border-left-color: #b5651d; }
.terms-content h2.tier-silver { color: #7c8894 !important; }
.terms-content .tier-card-silver { border-left-color: #7c8894; }
.terms-content h2.tier-gold { color: #c9962c !important; }
.terms-content .tier-card-gold { border-left-color: #c9962c; }

/* --- Responsive --- */
@media (max-width: 991px) {
  .terms-toc-sticky {
    position: static;
    max-height: none;
    margin-bottom: 8px;
  }
  .terms-toc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }
  .terms-toc-link {
    border: 1px solid #dde3e9;
    border-radius: 50px;
    padding: 6px 14px;
    font-size: 13px;
  }
  .terms-toc-link.active {
    border-color: #fe3c48;
    background: #fff1f1;
  }
  .terms-toc-level-2 {
    display: none;
  }
}
@media (max-width: 768px) {
  .terms-main {
    padding: 40px 0 60px;
  }
}

/* --- Multi-tab legal pages (e.g. privacy policy: UK & Canada / USA) --- */
.terms-tabs-nav {
  display: flex;
  gap: 8px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.terms-tab-btn {
  padding: 10px 24px;
  border-radius: 50px;
  border: 1.5px solid #4479a2;
  background: transparent;
  color: #4479a2;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.terms-tab-btn.active,
.terms-tab-btn:hover {
  background: #4479a2;
  color: #fff;
}
.terms-tab-panel {
  display: none;
}
.terms-tab-panel.active {
  display: block;
}
@media (max-width: 600px) {
  .terms-tabs-nav {
    flex-direction: column;
    gap: 0;
    border: 1.5px solid #4479a2;
    border-radius: 10px;
    overflow: hidden;
  }
  .terms-tab-btn {
    border-radius: 0;
    border: none;
    border-bottom: 1.5px solid #4479a2;
  }
  .terms-tab-btn:last-child {
    border-bottom: none;
  }
}

/* ============================================================
   404 page
   ============================================================ */

.notfound-page {
  padding: 150px 0 120px;
  text-align: center;
}
.notfound-inner {
  max-width: 520px;
  margin: 0 auto;
}
.notfound-code {
  display: block;
  font-size: 96px;
  font-weight: 800;
  line-height: 1;
  color: #fe3c48;
  margin-bottom: 8px;
}
.notfound-page h1 {
  font-size: 32px;
  font-weight: 600;
  color: #042c4c;
  margin-bottom: 14px;
}
.notfound-page p {
  font-size: 16px;
  color: #5d7079;
  line-height: 1.7;
  margin-bottom: 32px;
}
.notfound-search-form {
  display: flex;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  margin-bottom: 28px;
}
.notfound-search-form input[type="search"] {
  flex: 1;
  padding: 14px 16px;
  font-size: 16px;
  border: none;
  outline: none;
  color: #42647a;
  background: #fff;
  -webkit-appearance: none;
  appearance: none;
}
.notfound-search-form button {
  padding: 14px 22px;
  background: #042c4c;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.notfound-search-form button:hover {
  background: #4479a2;
}
.notfound-links {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-outline-navy {
  display: inline-block;
  border: 2px solid #0c314b;
  color: #0c314b;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
}
.btn-outline-navy:hover {
  background: #0c314b;
  color: #ffffff;
}
@media (max-width: 768px) {
  .notfound-page {
    padding: 110px 0 80px;
  }
  .notfound-code {
    font-size: 72px;
  }
  .notfound-page h1 {
    font-size: 26px;
  }
}