/*
========================================
  SaveAnnually — Custom Styles
  Template: November (November Template)
  Custom widgets layered on top of theme.css
========================================
*/

/* ===========================
   GLOBAL OVERRIDES
=========================== */
body { background: #fff; font-family: 'Open Sans', Arial, sans-serif; }

/* Fix body padding for fixed header */
body > .DesignHolder > .LayoutFrame > .Banner_sec,
body > .DesignHolder > .LayoutFrame > header + * {
  margin-top: 0;
}

/* Nav logo styling for SaveAnnually */
header .site-logo {
  width: auto !important;
  max-width: 320px !important;
}
header .site-logo h1 a {
  white-space: nowrap !important;
  font-size: 30px !important;
}
header .site-logo h1 a span { color: #ff9000; }

/* Container max-width */
.Center { max-width: 1100px; margin: auto; padding: 0 20px; }

/* ===========================
   BANNER SECTION OVERRIDES
=========================== */
.Banner_sec .leftside a:hover { background: #ff9000; color: #fff; border-color: #ff9000; }
.Banner_sec .leftside h3 small { 
  font-size: 16px; font-family: 'Open Sans', sans-serif; font-weight: 400; 
  color: rgba(255,255,255,0.85); display: block; margin-top: 4px; text-transform: none;
}

/* ===========================
   TAB SYSTEM (reused from template)
=========================== */
.Tabside ul { list-style: none; margin: 0; padding-bottom: 50px; }
.Tabside li { display: inline-block; margin: 0 -2px; }
.Tabside li a { 
  display: block; padding: 14px 36px; font-size: 16px; color: #989898; 
  font-family: 'Open Sans', sans-serif; font-weight: 400; text-decoration: none; 
  text-transform: uppercase; border: solid 1px #d5d5d5; transition: all 0.3s ease; 
}
.Tabside li a:hover, .Tabside li a.activeLink { 
  border: solid 1px #ff9408; background: #ff9408; color: #fff; 
}

/* ===========================
   HOME PAGE QUICK FORM
=========================== */
.home-form { margin-top: 20px; }
.home-form-row { display: flex; gap: 12px; margin-bottom: 14px; flex-wrap: wrap; }
.tmpl-select, .tmpl-input {
  flex: 1; padding: 12px 14px; font-size: 14px; color: #555; 
  font-family: 'Open Sans', sans-serif; border: 1px solid #ddd; 
  background: #fff; outline: none; min-width: 140px;
  transition: border-color 0.3s ease;
}
.tmpl-select:focus, .tmpl-input:focus { border-color: #ff9000; }
.tmpl-btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 12px 20px; background: #ff9000; color: #fff;
  font-family: 'Open Sans', sans-serif; font-size: 13px; font-weight: 700;
  text-decoration: none; text-transform: uppercase; transition: all 0.3s ease;
  white-space: nowrap;
}
.tmpl-btn:hover { background: #2d2d2d; color: #fff; }
.home-metrics {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 16px;
}
.home-metric {
  padding: 14px 16px; background: #fff; border: 1px solid #eaeaea;
  border-left: 4px solid #ff9000;
}
.home-metric span { font-family: 'Open Sans'; font-size: 11px; color: #979797; text-transform: uppercase; display: block; margin-bottom: 4px; }
.home-metric strong { font-family: 'Oswald'; font-size: 20px; font-weight: 400; }
.metric-green { color: #27ae60; }
.metric-red { color: #e74c3c; }
.metric-amber { color: #f39c12; }
.metric-orange { color: #ff9000; }
.metric-blue { color: #2980b9; }
.tmpl-status-badge {
  margin-top: 14px; padding: 12px 16px; background: #fff8ef;
  border-left: 4px solid #ff9000; font-family: 'Open Sans'; font-size: 13px; color: #555;
}
.tmpl-error-msg {
  padding: 12px 16px; background: #fef0f0; border-left: 4px solid #e74c3c;
  color: #c0392b; font-family: 'Open Sans'; font-size: 13px; margin-bottom: 16px;
}

/* Country grid (Tab 2 on home) */
.country-grid-tmpl {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px; padding: 10px 0;
}
.country-card-tmpl {
  padding: 20px 14px; background: #fff; border: 1px solid #eaeaea;
  text-decoration: none; display: block; transition: all 0.3s ease;
  border-bottom: 3px solid #ff9000; text-align: center;
}
.country-card-tmpl:hover { box-shadow: 0 4px 14px rgba(0,0,0,0.1); transform: translateY(-3px); }
.ctry-flag { font-size: 36px; margin-bottom: 8px; }
.ctry-name { font-family: 'Oswald'; font-size: 16px; color: #2d2d2d; text-transform: uppercase; margin-bottom: 4px; }
.ctry-currency { font-family: 'Open Sans'; font-size: 12px; color: #ff9000; font-weight: 700; margin-bottom: 6px; }
.ctry-desc { font-family: 'Open Sans'; font-size: 11px; color: #979797; line-height: 16px; }

/* Services section country grid overrides */
.Services_sec .Serviceside li h4 { font-size: 14px; }
.Services_sec .Serviceside li h4 small { display: block; font-size: 11px; color: rgba(255,255,255,0.7); font-weight: 400; padding-top: 4px; text-transform: none; }

/* Quick links in footer CTA */
.tmpl-quick-links { display: flex; flex-wrap: wrap; gap: 8px; }
.tmpl-quick-link {
  padding: 8px 14px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);
  color: #ebedf1; font-family: 'Open Sans'; font-size: 13px; text-decoration: none;
  transition: all 0.3s ease;
}
.tmpl-quick-link:hover { background: #ff9000; border-color: #ff9000; color: #fff; }

/* ===========================
   BLOG STYLES
=========================== */
.blog-grid-tmpl {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 28px;
}
.blog-card-tmpl {
  background: #fff; border: 1px solid #eaeaea; text-decoration: none;
  display: flex; flex-direction: column; transition: all 0.3s ease;
  border-bottom: 3px solid #ff9408;
}
.blog-card-tmpl:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.1); transform: translateY(-4px); }
.blog-img-tmpl img { width: 100%; height: 200px; object-fit: cover; display: block; }
.blog-body-tmpl { padding: 22px; flex: 1; }
.blog-cat-tmpl {
  display: inline-block; padding: 3px 10px; background: #ff9408; color: #fff;
  font-family: 'Open Sans'; font-size: 11px; font-weight: 700; text-transform: uppercase;
  margin-bottom: 10px;
}
.blog-body-tmpl h3 {
  font-family: 'Oswald'; font-size: 20px; color: #1a1a1a; text-transform: uppercase;
  margin: 0 0 10px; line-height: 26px;
}
.blog-body-tmpl p { font-family: 'Open Sans'; font-size: 13px; color: #979797; line-height: 22px; margin: 0 0 14px; }
.blog-meta-tmpl { display: flex; justify-content: space-between; align-items: center; }
.blog-meta-tmpl span { font-family: 'Open Sans'; font-size: 12px; color: #b0b0b0; }
.blog-read-tmpl { color: #ff9000; font-weight: 700; font-size: 12px; text-transform: uppercase; }

/* Blog Detail */
.blog-detail-wrap { max-width: 820px; margin: 0 auto; }
.blog-detail-meta { margin-bottom: 20px; display: flex; align-items: center; gap: 12px; }
.blog-back-btn {
  font-family: 'Open Sans'; font-size: 13px; color: #ff9000; text-decoration: none;
  font-weight: 700; transition: color 0.3s;
}
.blog-back-btn:hover { color: #2d2d2d; }
.blog-author-row { 
  display: flex; gap: 24px; margin-bottom: 24px; 
  font-family: 'Open Sans'; font-size: 13px; color: #979797;
}
.blog-author-row i { margin-right: 5px; color: #ff9000; }
.blog-author-row strong { color: #555; }
.blog-detail-img { width: 100%; max-height: 400px; object-fit: cover; margin-bottom: 30px; border-bottom: 4px solid #ff9408; }
.blog-detail-content { 
  font-family: 'Open Sans'; font-size: 15px; color: #555; line-height: 28px;
  padding: 30px; background: #fafafa; border-left: 4px solid #ff9408;
}
.blog-detail-footer { 
  margin-top: 40px; padding-top: 30px; border-top: 1px solid #eaeaea;
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
}
.blog-footer-btn {
  padding: 14px 26px; font-family: 'Open Sans'; font-size: 14px; font-weight: 700;
  text-decoration: none; text-transform: uppercase; transition: all 0.3s ease;
  display: inline-flex; align-items: center; gap: 8px;
}
.blog-footer-btn.primary { background: #ff9000; color: #fff; }
.blog-footer-btn.primary:hover { background: #2d2d2d; color: #fff; }
.blog-footer-btn.secondary { background: #2d2d2d; color: #fff; }
.blog-footer-btn.secondary:hover { background: #ff9000; color: #fff; }

/* ===========================
   CALCULATOR STYLES
=========================== */
.calc-layout {
  display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start;
}
@media (max-width: 900px) { .calc-layout { grid-template-columns: 1fr; } }

.calc-panel {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-top: 4px solid #ff9000;
  border-radius: 18px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0,0,0,0.04);
}
.calc-section-head {
  padding: 16px 26px;
  background: linear-gradient(135deg, #fff8f0 0%, #fff4e8 100%);
  border-bottom: 1px solid #fed7aa;
  color: #c2410c;
  font-family: 'Oswald'; font-size: 14px; text-transform: uppercase;
  letter-spacing: 2px; display: flex; align-items: center; gap: 10px;
}
.calc-section-head i { color: #ff9000; font-size: 15px; }
.calc-section-img { display: none; }
.calc-field { padding: 0 26px 20px; }
.calc-field:first-of-type { padding-top: 24px; }
.calc-label {
  display: block; font-family: 'Open Sans'; font-size: 11px; font-weight: 700;
  color: #64748b; text-transform: uppercase; letter-spacing: 1.2px; margin-bottom: 8px;
}
.calc-select, .calc-input {
  width: 100%; padding: 12px 16px; font-size: 15px;
  color: #1e293b; font-family: 'Open Sans'; font-weight: 600;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px; outline: none;
  transition: all 0.3s ease;
  background: #f8fafc;
  -webkit-appearance: none; appearance: none;
}
.calc-select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23ff9000' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px; background-color: #f8fafc; }
.calc-select option { background: #ffffff; color: #1e293b; font-size: 14px; }
.calc-select:focus, .calc-input:focus {
  border-color: #ff9000;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(255, 144, 0, 0.12);
}
.calc-input::placeholder { color: #94a3b8; }
.calc-field-row { display: flex; gap: 14px; padding: 0 26px 20px; }
.calc-field-row .calc-field { padding: 0; flex: 1; }
.calc-slider-label {
  display: flex; justify-content: space-between; align-items: center;
  font-family: 'Open Sans'; font-size: 14px; font-weight: 600;
  color: #334155; margin-bottom: 10px;
}
.calc-val-orange {
  color: #ff9000; font-family: 'Oswald'; font-size: 17px; font-weight: 400;
  background: #fff8f0; padding: 3px 10px; border-radius: 7px;
  border: 1px solid #fed7aa;
  min-width: 90px; text-align: right; display: inline-block;
}
.calc-range {
  -webkit-appearance: none; width: 100%; height: 6px;
  background: linear-gradient(90deg, #ff9000 var(--val, 0%), #e2e8f0 var(--val, 0%));
  outline: none; border-radius: 10px; cursor: pointer; transition: background 0.2s;
  margin-top: 4px;
}
.calc-range::-webkit-slider-thumb {
  -webkit-appearance: none; width: 22px; height: 22px; border-radius: 50%;
  background: #ff9000; cursor: pointer; border: 3px solid #ffffff;
  box-shadow: 0 0 0 2px #ff9000, 0 4px 12px rgba(255, 144, 0, 0.35);
  transition: box-shadow 0.2s;
}
.calc-range::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 2px #ff9000, 0 4px 20px rgba(255, 144, 0, 0.55);
}
.calc-range::-moz-range-thumb {
  width: 20px; height: 20px; border-radius: 50%; background: #ff9000;
  cursor: pointer; border: 3px solid #ffffff;
  box-shadow: 0 0 0 2px #ff9000;
}
.calc-city-btn {
  display: block; padding: 12px 16px; background: #fff8f0;
  border: 1.5px solid #fed7aa; color: #c2410c; border-radius: 10px;
  font-family: 'Open Sans'; font-size: 14px; font-weight: 700;
  text-decoration: none; transition: all 0.3s ease;
}
.calc-city-btn:hover { background: #ff9000; color: #fff; border-color: #ff9000; box-shadow: 0 4px 16px rgba(255,144,0,0.35); }
.calc-city-btn i { margin-right: 7px; }

/* Results Panel */
.calc-metrics { padding: 22px 26px; }
.calc-metric {
  padding: 14px 18px; margin-bottom: 10px;
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-left: 4px solid #ff9408; border-radius: 12px;
  display: flex; justify-content: space-between; align-items: center;
  transition: all 0.25s ease;
}
.calc-metric:hover { background: #fff8f0; border-left-color: #ff9000; border-color: #fed7aa; }
.calc-metric.highlight {
  border-left-color: #ff9000;
  background: #fff8f0;
  border-color: #fed7aa;
  box-shadow: 0 4px 16px rgba(255, 144, 0, 0.1);
}
.calc-metric-label {
  font-family: 'Open Sans'; font-size: 11px; font-weight: 700;
  color: #64748b; text-transform: uppercase; letter-spacing: 0.6px;
}
.calc-metric-val { font-family: 'Oswald'; font-size: 26px; font-weight: 400; }
.calc-metric-val.green { color: #16a34a; }
.calc-metric-val.red { color: #dc2626; }
.calc-metric-val.amber { color: #d97706; }
.calc-metric-val.orange { color: #ff9000; }
.calc-metric-val.blue { color: #2563eb; }
.calc-status {
  margin: 0 26px 20px; padding: 14px 18px;
  background: #fff8f0;
  border: 1px solid #fed7aa;
  border-left: 4px solid #ff9000; border-radius: 10px;
  font-family: 'Open Sans'; font-size: 14px; font-weight: 600;
  color: #1e293b; line-height: 1.65;
}
.calc-chart-box {
  padding: 24px 26px !important;
  border-top: 1px solid #e2e8f0 !important;
  background: #f8fafc !important;
  border-radius: 0 0 18px 18px !important;
}
.calc-chart-box h4 {
  font-family: 'Oswald', sans-serif !important;
  font-size: 15px !important; text-transform: uppercase !important;
  color: #1e293b !important; margin-bottom: 16px !important;
  letter-spacing: 1.5px !important;
}

/* Bank Comparison Dedicated Card Section */
#bank-comparison {
  background: #ffffff;
  padding: 45px 30px;
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  max-width: 1200px;
  margin: 0 auto;
}

/* 10-Year Compound Wealth Growth Forecast Chart Container */
.calc-bank-chart {
  padding: 32px 28px;
  background: #ffffff;
  margin: 35px 0;
  border-radius: 18px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #e2e8f0;
  position: relative;
  overflow: hidden;
}
.calc-bank-chart::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, #ff9000 0%, #10b981 50%, #3b82f6 100%);
}
/* Responsive Bank Table Container & Mobile Support */
.bank-table-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 14px;
}
.bank-scroll-indicator {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #475569;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 6px 14px;
  border-radius: 20px;
}
.bank-scroll-indicator i {
  color: #ff9000;
  animation: swipeAnim 1.8s infinite ease-in-out;
}
@keyframes swipeAnim {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(4px); }
}
@media (min-width: 992px) {
  .bank-scroll-indicator {
    display: none;
  }
}
.bank-view-toggle-grp {
  display: inline-flex;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 3px;
  gap: 2px;
}
.btn-bank-toggle {
  border: none;
  background: transparent;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
  font-family: 'Open Sans', sans-serif;
}
.btn-bank-toggle:hover {
  color: #1e293b;
}
.btn-bank-toggle.active {
  background: #ffffff;
  color: #ff9000;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.bank-table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
  position: relative;
}
.bank-table-responsive::-webkit-scrollbar {
  height: 6px;
}
.bank-table-responsive::-webkit-scrollbar-track {
  background: #f8fafc;
  border-radius: 4px;
}
.bank-table-responsive::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}
.bank-table-responsive::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

.bank-table-tmpl {
  width: 100%;
  min-width: 680px;
  border-collapse: separate;
  border-spacing: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin-top: 0;
}
.bank-table-tmpl thead tr {
  background: #1e293b;
}
.bank-table-tmpl thead th {
  padding: 14px 16px;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-align: left;
  border-bottom: 2px solid #334155;
  white-space: nowrap;
}
.bank-table-tmpl thead th.col-bank {
  position: sticky;
  left: 0;
  z-index: 5;
  background: #1e293b;
  box-shadow: 3px 0 8px rgba(0,0,0,0.15);
  min-width: 190px;
}
.bank-table-tmpl thead th.col-growth-10 {
  color: #86efac;
}
.bank-table-tmpl tbody tr {
  border-bottom: 1px solid #f1f5f9;
  transition: background 0.15s ease;
}
.bank-table-tmpl tbody tr:hover {
  background: #fff8f0;
}
.bank-table-tmpl tbody td {
  padding: 14px 16px;
  color: #334155;
  font-size: 14px;
  border-bottom: 1px solid #f1f5f9;
  white-space: nowrap;
  vertical-align: middle;
}
.bank-table-tmpl tbody td.bank-col-name {
  position: sticky;
  left: 0;
  z-index: 4;
  background: #ffffff;
  box-shadow: 3px 0 8px rgba(0,0,0,0.06);
  min-width: 190px;
}
.bank-table-tmpl tbody tr:hover td.bank-col-name {
  background: #fff8f0;
}
.bank-table-tmpl tbody td strong {
  color: #ff9000;
  font-family: 'Oswald', sans-serif;
  font-size: 17px;
  font-weight: 400;
}

/* Card View Styling */
.bank-cards-mobile-view {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.bank-mobile-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.bank-mobile-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.07);
}
.bank-mobile-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f1f5f9;
}
.bank-mobile-card-bank {
  display: flex;
  align-items: center;
  gap: 12px;
}
.bank-mobile-card-name {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  color: #1e293b;
  text-transform: uppercase;
  display: block;
  line-height: 1.2;
}
.bank-mobile-card-sub {
  font-size: 12px;
  color: #64748b;
  display: block;
  margin-top: 2px;
}
.bank-mobile-card-rate-box {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.bank-mobile-card-rate {
  font-family: 'Oswald', sans-serif;
  font-size: 17px;
  color: #ff9000;
  font-weight: 500;
}
.bank-mobile-card-projections {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.bank-proj-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 8px 10px;
  text-align: center;
}
.bank-proj-box.highlight {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
}
.bank-proj-label {
  font-size: 10px;
  color: #64748b;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}
.bank-proj-val {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  color: #1e293b;
  font-weight: 500;
  white-space: nowrap;
}
.bank-proj-val.green {
  color: #16a34a;
  font-size: 15px;
  font-weight: 600;
}

/* ===========================
   CITY DETAIL STYLES
=========================== */
.city-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
@media (max-width: 900px) { .city-detail-grid { grid-template-columns: 1fr; } }
.city-card { background: #fff; border: 1px solid #eaeaea; border-top: 4px solid #ff9408; }
.city-card-img { width: 100%; height: 160px; object-fit: cover; }
.city-card-title { 
  padding: 16px 20px 10px; font-family: 'Oswald'; font-size: 18px; color: #2d2d2d;
  text-transform: uppercase; border-bottom: 1px solid #eaeaea; margin: 0;
}
.city-card-title small { font-family: 'Open Sans'; font-size: 11px; color: #979797; text-transform: none; }
.city-card-title i { margin-right: 6px; color: #ff9000; }
.city-bench-row { 
  display: flex; justify-content: space-between; align-items: center;
  padding: 10px 20px; border-bottom: 1px solid #f0f0f0;
  font-family: 'Open Sans'; font-size: 13px; color: #555;
}
.city-bench-row.last { border-bottom: none; }
.bench-orange { color: #ff9000; font-family: 'Oswald'; font-size: 17px; font-weight: 400; }
.bench-blue { color: #2980b9; font-family: 'Oswald'; font-size: 17px; font-weight: 400; }
.bench-green { color: #27ae60; font-family: 'Oswald'; font-size: 17px; font-weight: 400; }
.city-tax-table { width: 100%; border-collapse: collapse; margin: 12px 20px 16px; width: calc(100% - 40px); font-family: 'Open Sans'; font-size: 13px; }
.city-tax-table thead tr { background: #f5f5f5; }
.city-tax-table thead th { padding: 10px 12px; color: #555; font-weight: 700; text-align: left; border-bottom: 2px solid #ff9408; font-size: 11px; text-transform: uppercase; }
.city-tax-table tbody tr:hover { background: #fff8ef; }
.city-tax-table tbody td { padding: 9px 12px; border-bottom: 1px solid #f0f0f0; color: #555; }

/* ===========================
   ADMIN PANEL STYLES
=========================== */
.admin-wrap { max-width: 1200px; margin: 0 auto; padding: 40px 20px; }
.admin-header-bar { 
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px 24px; background: #2d2d2d; color: #fff; margin-bottom: 28px;
}
.admin-header-bar h2 { font-family: 'Oswald'; font-size: 22px; color: #ff9000; margin: 0; text-transform: uppercase; }
.admin-header-bar a { color: #fff; font-family: 'Open Sans'; font-size: 13px; text-decoration: none; }
.admin-header-bar a:hover { color: #ff9000; }
.admin-tabs { display: flex; border-bottom: 2px solid #ff9408; margin-bottom: 24px; }
.admin-tab {
  padding: 12px 24px; font-family: 'Oswald'; font-size: 15px; text-transform: uppercase;
  cursor: pointer; color: #979797; border: none; background: none;
  border-bottom: 2px solid transparent; margin-bottom: -2px; transition: all 0.3s;
}
.admin-tab.active, .admin-tab:hover { color: #ff9000; border-bottom-color: #ff9408; }
.admin-panel { display: none; }
.admin-panel.active { display: block; }
.admin-form-row { display: flex; gap: 14px; margin-bottom: 14px; flex-wrap: wrap; }
.admin-field { flex: 1; min-width: 180px; }
.admin-label { display: block; font-family: 'Open Sans'; font-size: 11px; font-weight: 700; color: #979797; text-transform: uppercase; margin-bottom: 5px; letter-spacing: 0.5px; }
.admin-input, .admin-select, .admin-textarea {
  width: 100%; padding: 10px 12px; font-size: 14px; color: #555;
  font-family: 'Open Sans'; border: 1px solid #ddd; outline: none;
  transition: border-color 0.3s ease;
}
.admin-input:focus, .admin-select:focus, .admin-textarea:focus { border-color: #ff9000; }
.admin-textarea { resize: vertical; min-height: 120px; }
.admin-btn {
  padding: 10px 22px; font-family: 'Open Sans'; font-size: 13px; font-weight: 700;
  text-transform: uppercase; border: none; cursor: pointer; transition: all 0.3s ease;
}
.admin-btn-primary { background: #ff9000; color: #fff; }
.admin-btn-primary:hover { background: #2d2d2d; }
.admin-btn-danger { background: #e74c3c; color: #fff; }
.admin-btn-danger:hover { background: #c0392b; }
.admin-table { width: 100%; border-collapse: collapse; font-family: 'Open Sans'; font-size: 13px; }
.admin-table thead tr { background: #2d2d2d; }
.admin-table thead th { padding: 11px 14px; color: #fff; font-size: 11px; text-transform: uppercase; text-align: left; font-weight: 700; }
.admin-table tbody tr { border-bottom: 1px solid #eaeaea; }
.admin-table tbody tr:hover { background: #fff8ef; }
.admin-table tbody td { padding: 11px 14px; color: #555; }
.admin-badge-pub { background: #27ae60; color: #fff; padding: 2px 8px; font-size: 10px; font-weight: 700; }
.admin-badge-draft { background: #95a5a6; color: #fff; padding: 2px 8px; font-size: 10px; font-weight: 700; }
.admin-section-title { font-family: 'Oswald'; font-size: 20px; text-transform: uppercase; color: #2d2d2d; margin-bottom: 16px; border-bottom: 2px solid #ff9408; padding-bottom: 8px; }
.admin-message { padding: 12px 16px; margin-bottom: 16px; font-family: 'Open Sans'; font-size: 13px; }
.admin-message.success { background: #eafaf1; border-left: 4px solid #27ae60; color: #1e8449; }
.admin-message.error { background: #fef0f0; border-left: 4px solid #e74c3c; color: #c0392b; }

/* ============================================================
   TOP BANKS / PRICING SECTION - ROBUST GLITCH-FREE OVERHAUL
============================================================ */
.Pricing_sec {
  background: #ececec;
  padding: 85px 0 75px;
}
.Pricing_sec .Pricingside {
  padding: 40px 0 0;
  width: 100%;
}
.Pricing_sec .Pricingside ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* Individual Bank Row */
.Pricing_sec .Pricingside li {
  display: flex !important;
  align-items: stretch;
  background: #ffffff;
  margin: 0 0 12px 0;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.06);
  height: 96px !important;
  min-height: 96px !important;
  max-height: 96px !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  float: none !important;
  clear: both;
}
.Pricing_sec .Pricingside li:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  border-color: #ff9408;
}

/* 1. Left Badge (ISL / COM / CAN) */
.Pricing_sec .Pricingside li .Basic {
  width: 58px !important;
  min-width: 58px !important;
  max-width: 58px !important;
  background: #ff9408 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
  height: 100% !important;
  transition: background 0.3s ease;
}
.Pricing_sec .Pricingside li:hover .Basic {
  background: #222222 !important;
}
.Pricing_sec .Pricingside li .Basic h5 {
  font-family: 'Oswald', sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  transform: rotate(270deg) !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
  line-height: 1 !important;
}

/* 2. Rate / APY Box */
.Pricing_sec .Pricingside li .Dollar {
  width: 190px !important;
  min-width: 190px !important;
  max-width: 190px !important;
  background: #2d2d2d !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 15px !important;
  margin: 0 !important;
  float: none !important;
  height: 100% !important;
  transition: background 0.3s ease;
}
.Pricing_sec .Pricingside li:hover .Dollar {
  background: #ff9408 !important;
}
.Pricing_sec .Pricingside li .Dollar h2 {
  font-family: 'Oswald', sans-serif !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  color: #ff9408 !important;
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: 0.5px !important;
  line-height: 1 !important;
  transition: color 0.3s ease;
}
.Pricing_sec .Pricingside li:hover .Dollar h2 {
  color: #ffffff !important;
}

/* 3. Middle Columns (Bank Name, APY/Profit, Type, etc.) */
.Pricing_sec .Pricingside li .Band {
  flex: 1 1 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  padding: 0 24px !important;
  margin: 0 !important;
  float: none !important;
  height: 100% !important;
  min-height: 100% !important;
  background: none !important;
  border-right: 1px solid #f0f0f0 !important;
  transition: background 0.3s ease;
  box-sizing: border-box !important;
}
.Pricing_sec .Pricingside li:hover .Band {
  background: #fafafa !important;
  height: 100% !important;
  padding: 0 24px !important;
}
.Pricing_sec .Pricingside li .Band.last {
  border-right: none !important;
}
.Pricing_sec .Pricingside li .Band p {
  font-family: 'Oswald', sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #222222 !important;
  text-transform: uppercase !important;
  line-height: 1.3 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  transition: color 0.2s ease;
}
.Pricing_sec .Pricingside li:hover .Band p {
  color: #111111 !important;
}
.Pricing_sec .Pricingside li .Band p span {
  display: block !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #ff9000 !important;
  text-transform: none !important;
  margin-top: 3px !important;
  letter-spacing: 0.3px !important;
}

/* 4. Action Button Column */
.Pricing_sec .Pricingside li .Order {
  width: 155px !important;
  min-width: 155px !important;
  max-width: 155px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
  height: 100% !important;
  background: #2d2d2d !important;
  transition: background 0.3s ease;
}
.Pricing_sec .Pricingside li .Order a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  font-family: 'Oswald', sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  text-decoration: none !important;
  background: transparent !important;
  transition: all 0.3s ease;
}
.Pricing_sec .Pricingside li:hover .Order {
  background: #ff9408 !important;
}
.Pricing_sec .Pricingside li:hover .Order a {
  background: transparent !important;
  color: #ffffff !important;
}

/* Tablet Responsiveness */
@media (max-width: 991px) {
  .Pricing_sec .Pricingside li {
    height: 90px !important;
    min-height: 90px !important;
    max-height: 90px !important;
  }
  .Pricing_sec .Pricingside li .Dollar {
    width: 140px !important;
    min-width: 140px !important;
  }
  .Pricing_sec .Pricingside li .Dollar h2 {
    font-size: 24px !important;
  }
  .Pricing_sec .Pricingside li .Band {
    padding: 0 14px !important;
  }
  .Pricing_sec .Pricingside li:hover .Band {
    padding: 0 14px !important;
  }
  .Pricing_sec .Pricingside li .Order {
    width: 120px !important;
    min-width: 120px !important;
  }
}

/* Mobile Stacking View */
@media (max-width: 767px) {
  .Pricing_sec .Pricingside li {
    flex-direction: column !important;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    margin-bottom: 20px !important;
  }
  .Pricing_sec .Pricingside li .Basic {
    width: 100% !important;
    min-width: 100% !important;
    height: 32px !important;
    border-radius: 6px 6px 0 0;
  }
  .Pricing_sec .Pricingside li .Basic h5 {
    transform: rotate(0deg) !important;
  }
  .Pricing_sec .Pricingside li .Dollar {
    width: 100% !important;
    min-width: 100% !important;
    height: 52px !important;
    padding: 10px 0 !important;
  }
  .Pricing_sec .Pricingside li .Band {
    width: 100% !important;
    padding: 12px 18px !important;
    align-items: center !important;
    text-align: center !important;
    border-right: none !important;
    border-bottom: 1px solid #f0f0f0 !important;
  }
  .Pricing_sec .Pricingside li:hover .Band {
    padding: 12px 18px !important;
  }
  .Pricing_sec .Pricingside li .Band p {
    text-align: center !important;
  }
  .Pricing_sec .Pricingside li .Order {
    width: 100% !important;
    min-width: 100% !important;
    height: 44px !important;
    border-radius: 0 0 6px 6px;
  }
}

/* ============================================================
   NAVIGATION DESKTOP STYLING (5 Items: Home, Calc, Blogs, About, Contact)
============================================================ */
@media (min-width: 769px) {
  header .Center {
    max-width: 1160px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
  header .site-logo {
    padding: 0 !important;
    float: none !important;
    display: flex !important;
    align-items: center !important;
    height: 105px !important;
    transition: all 0.3s ease !important;
  }
  header.smaller .site-logo {
    height: 60px !important;
    padding: 0 !important;
  }
  .Navigation {
    width: auto !important;
    float: none !important;
    margin-right: 0 !important;
  }
  .Navigation ul {
    display: flex !important;
    align-items: center !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }
  .Navigation li {
    float: none !important;
    height: 105px !important;
    transition: all 0.3s ease !important;
  }
  header.smaller .Navigation li {
    height: 60px !important;
  }
  .Navigation li a {
    padding: 42px 18px 36px 18px !important;
    white-space: nowrap !important;
    font-size: 15px !important;
  }
  header.smaller .Navigation li a {
    padding: 18px 18px !important;
  }
}

@media (min-width: 1025px) {
  .Navigation li a {
    padding: 42px 24px 36px 24px !important;
    font-size: 16px !important;
  }
  header.smaller .Navigation li a {
    padding: 18px 24px !important;
  }
}

/* ===========================
   RESPONSIVE FIXES
=========================== */
@media (max-width: 768px) {
  .home-metrics { grid-template-columns: 1fr; }
  .blog-grid-tmpl { grid-template-columns: 1fr; }
  .city-detail-grid { grid-template-columns: 1fr; }
  .calc-layout { grid-template-columns: 1fr; }
  .calc-field-row { flex-direction: column; }
  .Pricing_sec .Pricingside li { flex-direction: column; height: auto; }
  .Pricing_sec .Pricingside li .Basic { width: 100%; min-height: 44px; }
  .Pricing_sec .Pricingside li .Basic h5 { transform: rotate(0deg); }
  .Pricing_sec .Pricingside li .Dollar { width: 100%; }
  .Pricing_sec .Pricingside li .Band { width: 100%; background: none; min-height: auto; }
  .Pricing_sec .Pricingside li .Order { width: 100%; }

  /* Mobile side gutters: 2 to 3mm (~8px-9px) on both left and right edges */
  .Center,
  .Bank_sec .Center,
  #calc-content-wrapper,
  #calc-content-wrapper .Center,
  #calc-content-wrapper #Container {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }

  /* Make outer section container transparent on mobile so cards sit 2-3mm from viewport */
  #bank-comparison,
  .Bank_sec#bank-comparison {
    padding: 10px 0 25px 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin-top: 6px !important;
    max-width: 100% !important;
  }

  /* 10-Year Growth Forecast Card Mobile Spacing */
  .calc-bank-chart {
    padding: 18px 10px !important;
    margin: 16px 0 !important;
    border-radius: 14px !important;
  }

  /* Calculation Methodology Card Mobile Spacing */
  #calc-methodology-box {
    padding: 18px 10px !important;
    margin: 16px 0 !important;
    border-radius: 14px !important;
  }

  .calc-step-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }

  .formula-box {
    padding: 10px 6px !important;
    font-size: 13px !important;
  }

  .step3-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  /* Calculator View Cards Mobile Spacing */
  .calc-panel {
    border-radius: 14px !important;
    margin-bottom: 16px !important;
  }
  .calc-field {
    padding: 0 12px 16px !important;
  }
  .calc-field:first-of-type {
    padding-top: 16px !important;
  }
  .calc-section-head {
    padding: 12px 14px !important;
  }

  .bank-table-tmpl { font-size: 13px; min-width: 620px; }
  .bank-table-tmpl thead th { padding: 10px 12px; font-size: 11px; }
  .bank-table-tmpl tbody td { padding: 10px 12px; font-size: 13px; }
  .bank-table-tmpl thead th.col-bank,
  .bank-table-tmpl tbody td.bank-col-name { min-width: 155px; }
  .bank-mobile-card-projections { gap: 6px; }
  .bank-proj-box { padding: 6px 8px; }
  .bank-proj-val { font-size: 13px; }

  /* Mobile Header & Hamburger Navigation Button (<i class="fa fa-bars"></i>) Fix */
  header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 55px !important;
    background: rgba(15, 23, 42, 0.96) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15) !important;
    z-index: 9999 !important;
  }

  header .Center {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 55px !important;
    padding-left: 12px !important;
    padding-right: 58px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    box-sizing: border-box !important;
  }

  header .site-logo {
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
    height: 55px !important;
    display: flex !important;
    align-items: center !important;
    position: relative !important;
    z-index: 10001 !important;
    pointer-events: auto !important;
    max-width: 100% !important;
  }

  header .site-logo h1 {
    margin: 0 !important;
    line-height: 1 !important;
  }

  header .site-logo h1 a {
    font-size: 22px !important;
    line-height: 1 !important;
    display: block !important;
    white-space: nowrap !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) !important;
  }

  #mobile_sec {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 55px !important;
    pointer-events: none !important;
    z-index: 10000 !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  #mobile_sec .mobile {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    left: auto !important;
    width: 55px !important;
    height: 55px !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    background: #ff9000 !important;
    z-index: 10002 !important;
    -webkit-tap-highlight-color: transparent !important;
    transition: background 0.2s ease !important;
  }

  #mobile_sec .mobile:hover,
  #mobile_sec .mobile:active {
    background: #e3860e !important;
  }

  #mobile_sec .mobile .fa {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 55px !important;
    height: 55px !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 24px !important;
    line-height: 55px !important;
    text-align: center !important;
    color: #ffffff !important;
    background: transparent !important;
    cursor: pointer !important;
    border: none !important;
    box-sizing: border-box !important;
  }

  #mobile_sec .mobile .fa-bars {
    display: flex !important;
  }

  #mobile_sec .mobile.closed .fa-bars {
    display: none !important;
  }

  #mobile_sec .mobile .fa-times {
    display: none !important;
  }

  #mobile_sec .mobile.closed .fa-times {
    display: flex !important;
  }

  #mobile_sec .menumobile {
    position: absolute !important;
    top: 55px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    background: rgba(15, 23, 42, 0.98) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    pointer-events: auto !important;
    z-index: 10001 !important;
    box-sizing: border-box !important;
  }

  #mobile_sec .menumobile .Navigation {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #mobile_sec .menumobile .Navigation ul {
    float: none !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
  }

  #mobile_sec .menumobile .Navigation li {
    float: none !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  }

  #mobile_sec .menumobile .Navigation li:last-child {
    border-bottom: none !important;
  }

  #mobile_sec .menumobile .Navigation li a {
    display: block !important;
    padding: 13px 20px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #f1f5f9 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    background: none !important;
    border: none !important;
    transition: all 0.2s ease !important;
  }

  #mobile_sec .menumobile .Navigation li a:hover,
  #mobile_sec .menumobile .Navigation li.active a {
    background: #ff9000 !important;
    color: #ffffff !important;
  }

  #mobile_sec .menumobile .Navigation li span.menu-item-bg {
    display: none !important;
  }

  .Bank_sec h2 {
    font-size: 26px !important;
  }
  .Bank_sec p {
    font-size: 13px !important;
  }
}

/* Nation Cards Grid Responsive */
#services div[style*="grid-template-columns:repeat(4"] {
  /* 4 col on desktop — overridden below on smaller screens */
}
@media (max-width: 1100px) {
  #services div[style*="grid-template-columns:repeat(4"] {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 768px) {
  #services div[style*="grid-template-columns:repeat(4"] {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 480px) {
  #services div[style*="grid-template-columns:repeat(4"] {
    grid-template-columns: 1fr !important;
  }

  /* Extra tight 2-3mm fit on small mobile screens */
  .Center,
  .Bank_sec .Center,
  #calc-content-wrapper,
  #calc-content-wrapper .Center,
  #calc-content-wrapper #Container {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  header .Center {
    padding-left: 10px !important;
    padding-right: 58px !important;
  }

  .calc-bank-chart,
  #calc-methodology-box {
    padding: 14px 8px !important;
    border-radius: 12px !important;
  }

  .calc-step-grid {
    grid-template-columns: 1fr !important;
  }

  header .site-logo h1 a {
    font-size: 20px !important;
    line-height: 1 !important;
  }

  .Bank_sec h2 {
    font-size: 22px !important;
  }

  .Bank_sec p {
    font-size: 12px !important;
  }
}

/* ============================================================
   NEW DEDICATED BANK SECTION & PRICING CARD SYSTEM
   Completely isolated from legacy Pricing_sec template CSS
============================================================ */
.Bank_sec {
  padding: 80px 0 !important;
  width: 100% !important;
  background: #f8fafc !important;
  overflow: hidden !important;
}
.Bank_sec .Center {
  max-width: 1140px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
  text-align: center !important;
}
.Bank_sec h2 {
  font-family: 'Oswald', sans-serif !important;
  font-size: 40px !important;
  color: #0f172a !important;
  font-weight: 400 !important;
  margin: 0 0 12px !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
}
.Bank_sec p {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 15px !important;
  color: #64748b !important;
  max-width: 680px !important;
  margin: 0 auto 20px !important;
  line-height: 1.6 !important;
}
.Bank_sec .Line {
  border: none !important;
  height: 3px !important;
  width: 80px !important;
  background: #ff9000 !important;
  margin: 0 auto 45px !important;
  border-radius: 2px !important;
}
.Bankside {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: left !important;
}

.bank-pricing-list ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
}

.bank-pricing-card {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  background: #ffffff !important;
  border-radius: 10px !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 3px 12px rgba(15, 23, 42, 0.04) !important;
  height: 86px !important;
  min-height: 86px !important;
  max-height: 86px !important;
  padding: 0 20px 0 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  position: relative !important;
  float: none !important;
  clear: both !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.bank-pricing-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12) !important;
  border-color: #ff9000 !important;
}

/* Category Pill (ISLAMIC / COMMERCIAL / TARGET / ACTUAL) */
.bank-pricing-card .bank-pill {
  width: 96px !important;
  min-width: 96px !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 8px !important;
  background: #1e293b !important;
  transition: background 0.3s ease !important;
}
.bank-pricing-card .bank-pill.isl {
  background: #059669 !important;
}
.bank-pricing-card .bank-pill.com {
  background: #ff9000 !important;
}
.bank-pricing-card .bank-pill span {
  font-family: 'Oswald', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  letter-spacing: 1.2px !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
  text-align: center !important;
}

/* Rate / APY Highlight Box */
.bank-pricing-card .bank-rate-box {
  width: 135px !important;
  min-width: 135px !important;
  height: 100% !important;
  background: #0f172a !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 12px !important;
  transition: background 0.3s ease !important;
}
.bank-pricing-card:hover .bank-rate-box {
  background: #020617 !important;
}
.bank-pricing-card .bank-rate-box .rate-num {
  font-family: 'Oswald', sans-serif !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  color: #ff9000 !important;
  line-height: 1 !important;
  margin-bottom: 3px !important;
}
.bank-pricing-card .bank-rate-box .rate-sub {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  color: #94a3b8 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
  line-height: 1 !important;
}

/* Online Bank Logo Box */
.bank-pricing-card .bank-logo-box {
  width: 68px !important;
  min-width: 68px !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 12px !important;
  background: #f8fafc !important;
  border-right: 1px solid #f1f5f9 !important;
}
.bank-pricing-card .bank-logo-box img {
  width: 42px !important;
  height: 42px !important;
  object-fit: contain !important;
  border-radius: 8px !important;
  padding: 3px !important;
  background: #ffffff !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06) !important;
  border: 1px solid #e2e8f0 !important;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.bank-pricing-card:hover .bank-logo-box img {
  transform: scale(1.1) !important;
}

/* Credit Rating Badge */
.bank-rating-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 3px !important;
  background: #fff8ee !important;
  color: #b45309 !important;
  border: 1px solid #fed7aa !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  padding: 1px 6px !important;
  border-radius: 4px !important;
  letter-spacing: 0.5px !important;
}

/* Table Bank Logo (Dynamic Calculator Table) */
.table-bank-logo {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  border-radius: 6px !important;
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06) !important;
  overflow: hidden !important;
}
.table-bank-logo img {
  width: 26px !important;
  height: 26px !important;
  object-fit: contain !important;
}

/* Mini Pills for Table */
.bank-pill-mini {
  display: inline-block !important;
  padding: 3px 8px !important;
  border-radius: 4px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}
.bank-pill-mini.isl {
  background: #dcfce7 !important;
  color: #15803d !important;
  border: 1px solid #bbf7d0 !important;
}
.bank-pill-mini.com {
  background: #fef3c7 !important;
  color: #b45309 !important;
  border: 1px solid #fde68a !important;
}

/* Bank Name & Description */
.bank-pricing-card .bank-info-box {
  flex: 2 !important;
  padding: 0 20px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  overflow: hidden !important;
}
.bank-pricing-card .bank-info-box h4 {
  font-family: 'Oswald', sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #0f172a !important;
  text-transform: uppercase !important;
  letter-spacing: 0.4px !important;
  margin: 0 0 3px !important;
  padding: 0 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-align: left !important;
}
.bank-pricing-card .bank-info-box p {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 13px !important;
  color: #64748b !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-align: left !important;
  line-height: 1.3 !important;
}

/* Meta / Tag Box */
.bank-pricing-card .bank-meta-box {
  flex: 1 !important;
  padding: 0 15px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  border-left: 1px solid #f1f5f9 !important;
}
.bank-pricing-card .bank-meta-box .meta-label {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 10px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
  color: #94a3b8 !important;
  font-weight: 700 !important;
  margin-bottom: 2px !important;
  display: block !important;
  text-align: left !important;
}
.bank-pricing-card .bank-meta-box .meta-val {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #334155 !important;
  display: block !important;
  text-align: left !important;
}

/* Action Button Box */
.bank-pricing-card .bank-action-box {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  padding-left: 10px !important;
}
.bank-pricing-card .bank-action-box a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 11px 22px !important;
  background: #ff9000 !important;
  color: #ffffff !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  white-space: nowrap !important;
}
.bank-pricing-card .bank-action-box a:hover {
  background: #0f172a !important;
  color: #ffffff !important;
  transform: translateX(2px) !important;
}

/* Responsive adjustments */
@media (max-width: 900px) {
  .bank-pricing-card {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    flex-wrap: wrap !important;
    padding: 16px !important;
    gap: 12px !important;
  }
  .bank-pricing-card .bank-pill {
    width: auto !important;
    min-width: auto !important;
    height: 28px !important;
    padding: 4px 12px !important;
    border-radius: 4px !important;
  }
  .bank-pricing-card .bank-rate-box {
    width: auto !important;
    min-width: auto !important;
    height: auto !important;
    background: #0f172a !important;
    border-radius: 6px !important;
    flex-direction: row !important;
    gap: 8px !important;
    padding: 6px 14px !important;
    margin-left: auto !important;
  }
  .bank-pricing-card .bank-rate-box .rate-num {
    font-size: 20px !important;
    margin-bottom: 0 !important;
  }
  .bank-pricing-card .bank-logo-box {
    width: auto !important;
    min-width: auto !important;
    height: auto !important;
    background: transparent !important;
    border-right: none !important;
    padding: 0 !important;
  }
  .bank-pricing-card .bank-info-box {
    flex: 1 1 100% !important;
    padding: 6px 0 !important;
  }
  .bank-pricing-card .bank-info-box h4,
  .bank-pricing-card .bank-info-box p {
    white-space: normal !important;
  }
  .bank-pricing-card .bank-meta-box {
    display: none !important;
  }
  .bank-pricing-card .bank-action-box {
    flex: 1 1 100% !important;
    padding: 6px 0 0 !important;
    justify-content: flex-start !important;
  }
  .bank-pricing-card .bank-action-box a {
    width: 100% !important;
    justify-content: center !important;
  }
}

/* ============================================================
   EXECUTIVE PROFESSIONAL CONTACT FORM STYLES
   ============================================================ */
.contact-card-container {
  background: rgba(15, 23, 42, 0.88) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  border: 1px solid rgba(255, 144, 0, 0.3) !important;
  border-radius: 16px !important;
  padding: 32px 34px !important;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  box-sizing: border-box !important;
}

.contact-card-container:hover {
  border-color: rgba(255, 144, 0, 0.5) !important;
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.65), inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
}

.contact-pill-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  background: rgba(255, 144, 0, 0.12) !important;
  color: #ff9000 !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  padding: 5px 14px !important;
  border-radius: 20px !important;
  border: 1px solid rgba(255, 144, 0, 0.3) !important;
  margin-bottom: 12px !important;
}

.contact-card-title {
  font-family: 'Oswald', sans-serif !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  line-height: 1.2 !important;
  letter-spacing: 0.5px !important;
  margin: 0 0 8px 0 !important;
  text-transform: uppercase !important;
}

.contact-card-subtitle {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 13.5px !important;
  color: #94a3b8 !important;
  line-height: 1.5 !important;
  margin-bottom: 22px !important;
}

.contact-form-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 12px !important;
  margin-bottom: 0 !important;
}

@media (max-width: 640px) {
  .contact-form-grid {
    grid-template-columns: 1fr !important;
  }
}

.contact-field-group {
  position: relative !important;
  margin-bottom: 14px !important;
}

.contact-field-icon {
  position: absolute !important;
  left: 16px !important;
  top: 17px !important;
  color: #ff9000 !important;
  font-size: 14px !important;
  z-index: 2 !important;
  transition: color 0.3s ease !important;
  pointer-events: none !important;
}

.contact-field-group input.contact-input,
.contact-field-group textarea.contact-textarea {
  width: 100% !important;
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 10px !important;
  color: #ffffff !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  padding: 13px 16px 13px 44px !important;
  box-shadow: none !important;
  outline: none !important;
  transition: all 0.25s ease !important;
  box-sizing: border-box !important;
}

.contact-field-group textarea.contact-textarea {
  height: 105px !important;
  resize: vertical !important;
  padding-top: 14px !important;
}

.contact-field-group input.contact-input::placeholder,
.contact-field-group textarea.contact-textarea::placeholder {
  color: rgba(255, 255, 255, 0.45) !important;
}

.contact-field-group input.contact-input:focus,
.contact-field-group textarea.contact-textarea:focus {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: #ff9000 !important;
  box-shadow: 0 0 0 3px rgba(255, 144, 0, 0.25) !important;
}

.contact-field-group:focus-within .contact-field-icon {
  color: #ffa834 !important;
}

.contact-submit-btn {
  width: 100% !important;
  background: linear-gradient(135deg, #ff9000 0%, #d97706 100%) !important;
  color: #ffffff !important;
  font-family: 'Oswald', sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  padding: 15px 28px !important;
  border: none !important;
  border-radius: 10px !important;
  cursor: pointer !important;
  box-shadow: 0 8px 24px rgba(255, 144, 0, 0.35) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
}

.contact-submit-btn:hover {
  background: linear-gradient(135deg, #ffa31a 0%, #ff9000 100%) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 30px rgba(255, 144, 0, 0.5) !important;
}

.contact-submit-btn:hover i {
  transform: translateX(4px);
}

.contact-submit-btn:active {
  transform: translateY(0) !important;
}

.contact-submit-btn:disabled {
  opacity: 0.7 !important;
  cursor: not-allowed !important;
  transform: none !important;
}

.contact-alert-banner {
  padding: 14px 18px !important;
  border-radius: 10px !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  margin-bottom: 18px !important;
  align-items: center !important;
  gap: 10px !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2) !important;
}

/* Equal height flex layout for Get_sec */
.Get_sec .Mid {
  display: flex !important;
  gap: 28px !important;
  align-items: stretch !important;
  padding: 70px 0 90px 0 !important;
}

.Get_sec .Leftside,
.Get_sec .Rightside {
  flex: 1 1 50% !important;
  width: 50% !important;
  float: none !important;
  display: flex !important;
  flex-direction: column !important;
}

.Get_sec .Leftside > div,
.Get_sec .Rightside > div {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}

@media (max-width: 900px) {
  .Get_sec .Mid {
    flex-direction: column !important;
  }
  .Get_sec .Leftside,
  .Get_sec .Rightside {
    width: 100% !important;
  }
}



