@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;0,900;1,600&family=Nunito:wght@400;500;600;700;800;900&display=swap");

:root{

  
  --maroon: #7b0d1e;
  --maroonD: #5c0916;
  --maroonL: #9e1a2f;
  --rose: #c94060;
  --pink: #fde8ec;
  --pinkM: #f9c5cf;
  --pinkD: #f4a0b0;
  --white: #ffffff;
  --off: #fdf5f7;
  --grey: #faf0f2;
  --text: #2a0a10;
  --tmid: #4a1a25;
  --tl: #8a5060;
  --border: #f0d0d8;
  --bord2: #e8b8c5;
  --green: #0a7a4c;
  --ss: 0 1px 10px rgba(123, 13, 30, 0.07);
  --sm: 0 6px 28px rgba(123, 13, 30, 0.12);
  --sl: 0 16px 56px rgba(123, 13, 30, 0.16);
  --r: 10px;
  --rl: 18px;

}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Schibsted Grotesk' !important;
}

p,
ol li,
ul li {
  font-family: 'mulish' !important;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Nunito', sans-serif;
  background: var(--white);
  color: var(--text);
  overflow-x: hidden;
  line-height: 1.7;
}

.page-wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1%;
  display: grid;
  gap: 44px;
  align-items: start;
  padding-top: 36px;
}

.card-hero {
  background: linear-gradient(140deg, var(--maroonD) 0%, var(--maroon) 55%, #9E1535 100%);
  border-radius: var(--rl);
  padding: 0;
  margin-bottom: 36px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 370px;
}

.ch-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 65% 70% at 78% 50%, rgba(253, 232, 236, .16) 0%, transparent 65%),
			radial-gradient(ellipse 40% 40% at 18% 18%, rgba(255, 200, 210, .08) 0%, transparent 60%);
}

.ch-dots {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .06;
  background-image: radial-gradient(circle, #FDE8EC 1.5px, transparent 1.5px);
  background-size: 24px 24px;
}

.ch-left {
  padding: 38px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.ch-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(253, 232, 236, .18);
  border: 1px solid rgba(253, 232, 236, .35);
  color: var(--pinkM);
  font-size: 11.5px;
  font-weight: 800;
  padding: 5px 13px;
  border-radius: 50px;
  margin-bottom: 16px;
  letter-spacing: .5px;
  width: fit-content;
}

.ch-left h1 {
  font-family: 'Schibsted Grotesk' !important;
  font-size: clamp(22px, 2.8vw, 34px);
  font-weight: 900;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 14px;
  letter-spacing: -.3px;
}

.ch-left h1 em {
  font-style: italic;
  color: var(--pinkM);
}

.ch-sub {
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 22px;
  max-width: 380px;
}

.ch-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}

.stars-row {
  color: var(--pinkM);
  font-size: 16px;
  letter-spacing: 2px;
}

.rating-text {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, .65);
}

.ch-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

.ch-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  color: rgba(255, 255, 255, .88);
  font-size: 11.5px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 50px;
}

.ch-fees {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 26px;
}

.ch-fee-item {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 10px;
  padding: 12px 14px;
}

.ch-fee-item p {
  font-size: 10.5px;
  color: rgba(255, 255, 255, .5);
  margin-bottom: 3px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.ch-fee-item strong {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  font-family: 'Playfair Display', serif;
}

.ch-cta {
  display: flex;
  gap: 11px;
  flex-wrap: wrap;
}

.cta-primary {
  background: linear-gradient(135deg, #fff 0%, #FDE8EC 100%);
  color: var(--maroon);
  padding: 13px 26px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .2);
  transition: all .22s;
}

.cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .25);
}

.cta-sec {
  background: transparent;
  color: rgba(255, 255, 255, .88);
  border: 1.5px solid rgba(255, 255, 255, .38);
  padding: 12px 22px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: all .22s;
}

.cta-sec:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, .1);
}

.ch-right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 32px;
}

.card-3d-wrap {
  position: relative;
  width: 285px;
  height: 181px;
  perspective: 1000px;
}

.card-3d {
  width: 285px;
  height: 181px;
  border-radius: 16px;
  background: linear-gradient(135deg, #4A0815 0%, #7B0D1E 45%, #9E1535 100%);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .5), 0 0 0 1px rgba(253, 232, 236, .25);
  padding: 22px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  transform: rotateY(-8deg) rotateX(4deg);
  transition: transform .3s ease;
}

.card-3d:hover {
  transform: rotateY(-2deg) rotateX(2deg);
}

.card-3d::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 80% 30%, rgba(253, 232, 236, .2) 0%, transparent 70%);
}

.card-3d::after {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg, transparent, transparent 18px, rgba(255, 200, 210, .04) 18px, rgba(255, 200, 210, .04) 19px);
}

.card-3d-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.card-brand-stack {
  display: flex;
  flex-direction: column;
}

.card-swiggy {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 1px;
}

.card-ornge {
  font-size: 9.5px;
  font-weight: 800;
  color: var(--pinkM);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 2px;
}

.card-nfc {
  width: 18px;
  height: 18px;
  opacity: .55;
}

.card-chip-row {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.card-chip {
  width: 32px;
  height: 22px;
  border-radius: 5px;
  background: linear-gradient(135deg, #f8e0e6, #e0a0b0, #f8e0e6);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
}

.card-num {
  font-size: 12px;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, .5);
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
}

.card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}

.card-holder {
  font-size: 9.5px;
  font-weight: 800;
  color: rgba(255, 255, 255, .65);
  letter-spacing: .8px;
  text-transform: uppercase;
}

.card-network {
  font-size: 10.5px;
  font-weight: 800;
  color: rgba(253, 200, 215, .45);
  letter-spacing: 1px;
  font-family: 'Playfair Display', serif;
}

.cb-chips {
  display: flex;
  gap: 8px;
  margin-top: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.cb-chip {
  background: rgba(253, 232, 236, .18);
  border: 1px solid rgba(253, 200, 215, .35);
  color: var(--pinkM);
  font-size: 11px;
  font-weight: 800;
  padding: 5px 11px;
  border-radius: 50px;
}

.highlights-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 36px;
}

.hl-item {
  background: var(--off);
  border: 1px solid var(--border);
  border-radius: var(--rl);
  padding: 20px 18px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all .22s;
  box-shadow: var(--ss);
}

.hl-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--maroonD), var(--rose));
  transform: scaleX(0);
  transition: transform .22s;
}

.hl-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--sl);
  border-color: var(--bord2);
}

.hl-item:hover::before {
  transform: scaleX(1);
}

.hl-num {
  font-family: 'Schibsted Grotesk' !important;
  font-size: 30px;
  font-weight: 700;
  color: var(--maroon);
  display: block;
  line-height: 1;
}

.hl-label {
  font-size: 11.5px;
  color: var(--tl);
  margin-top: 5px;
  display: block;
  font-weight: 700;
}

.art-sec {
  margin-bottom: 48px;
  scroll-margin-top: 76px;
}

.sec-h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(20px, 2.6vw, 28px);
  font-weight: 700;
  color: var(--text);
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--bord2);
  position: relative;
  line-height: 1.3;
  letter-spacing: -.2px;
}

.sec-h2::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 46px;
  height: 2px;
  background: linear-gradient(90deg, var(--maroonD), var(--rose));
}

.sec-h3 {
  font-family: 'Playfair Display', serif;
  font-size: 19px;
  font-weight: 700;
  color: var(--text);
  margin: 22px 0 11px;
  line-height: 1.3;
}

.art-p {
  font-size: 14.5px;
  color: var(--tmid);
  line-height: 1.82;
  margin-bottom: 13px;
}

.art-p strong {
  color: var(--text);
  font-weight: 700;
}

.intro-box {
  background: var(--pink);
  border-left: 4px solid var(--maroon);
  border-radius: 0 var(--r) var(--r) 0;
  padding: 16px 20px;
  margin-bottom: 26px;
}

.intro-box p {
  font-size: 14.5px;
  color: var(--tmid);
  line-height: 1.78;
  margin: 0;
}

.cb-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 18px 0 24px;
}

.cb-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--rl);
  padding: 22px 18px;
  text-align: center;
  transition: all .24s;
  box-shadow: var(--ss);
  position: relative;
  overflow: hidden;
}

.cb-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--maroonD), var(--rose));
  transform: scaleX(0);
  transition: transform .24s;
}

.cb-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sl);
  border-color: var(--bord2);
}

.cb-card:hover::after {
  transform: scaleX(1);
}

.cb-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: var(--pink);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  font-size: 24px;
}

.cb-pct {
  font-family: 'Schibsted Grotesk' !important;
  font-size: 32px;
  font-weight: 700;
  color: var(--maroon);
  display: block;
  line-height: 1;
  margin-bottom: 4px;
}

.cb-on {
  font-size: 13px;
  font-weight: 700 !important;
  color: var(--text);
  margin-bottom: 4px;
  text-align: center !important;
}

.cb-detail {
  font-size: 12px;
  color: var(--tl);
  line-height: 1.5;
  text-align: center !important;
}

.ctable {
  overflow-x: auto;
  margin: 16px 0 22px;
  border-radius: var(--r);
  border: 1px solid var(--border);
  box-shadow: var(--ss);
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
}

thead {
  background: linear-gradient(90deg, var(--maroonD), var(--maroon));
}

th {
  color: #fff;
  padding: 12px 14px;
  text-align: left;
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: .3px;
  white-space: nowrap;
}

td {
  padding: 11px 14px;
  border-bottom: 1px solid var(--border);
  color: var(--tmid);
  vertical-align: middle;
}

tr:last-child td {
  border-bottom: none;
}

tr:nth-child(even) td {
  background: var(--off);
}

tr:hover td {
  background: var(--pink);
}

.tag-p {
  display: inline-block;
  padding: 2px 9px;
  border-radius: 50px;
  font-size: 10.5px;
  font-weight: 700;
  background: var(--pink);
  color: var(--maroon);
  border: 1px solid var(--pinkD);
}

.tick {
  color: var(--green);
  font-weight: 700;
  font-size: 15px;
}

.cross {
  color: #C53030;
  font-weight: 700;
  font-size: 15px;
}

.benefit-g {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 18px 0 24px;
}

.ben-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 18px;
  box-shadow: var(--ss);
  transition: all .2s;
}

.ben-card:hover {
  border-color: var(--bord2);
  box-shadow: var(--sm);
  transform: translateX(3px);
}

.ben-ico {
  width: 44px;
  height: 44px;
  border-radius: 11px;
  background: var(--pink);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.ben-card h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
}

.ben-card p {
  font-size: 13px;
  color: var(--tl);
  line-height: 1.6;
}

.merchant-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 20px;
}

.m-tag {
  background: var(--pink);
  border: 1px solid var(--pinkD);
  color: var(--maroon);
  font-size: 12px;
  font-weight: 700;
  padding: 5px 13px;
  border-radius: 50px;
  transition: all .18s;
}

.m-tag:hover {
  background: var(--maroon);
  color: #fff;
  border-color: var(--maroon);
}

.elig-g {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  margin: 16px 0 22px;
}

.elig-c {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 14px;
  box-shadow: var(--ss);
  transition: all .2s;
}

.elig-c:hover {
  border-color: var(--bord2);
  box-shadow: var(--sm);
}

.elig-ico {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: var(--pink);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 17px;
}

.elig-c h4 {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 2px;
}

.elig-c p {
  font-size: 12px;
  color: var(--tl);
  line-height: 1.55;
}

.steps-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 18px 0 22px;
  position: relative;
}

.steps-list::before {
  content: '';
  position: absolute;
  left: 19px;
  top: 20px;
  bottom: 20px;
  width: 2px;
  background: linear-gradient(180deg, var(--maroonD), var(--pinkD));
}

.step-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 14px 16px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r);
  margin-bottom: 9px;
  position: relative;
  z-index: 1;
  transition: all .2s;
  box-shadow: var(--ss);
}

.step-item:hover {
  border-color: var(--bord2);
  box-shadow: var(--sm);
}

.step-num {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--maroonD), var(--maroon));
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 3px 10px rgba(123, 13, 30, .28);
}

.step-body h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 3px;
}

.step-body p {
  font-size: 13px;
  color: var(--tl);
  line-height: 1.62;
}

.hbox {
  border-radius: var(--r);
  padding: 16px 20px;
  margin: 14px 0 20px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.hbox-info {
  background: #EFF8FF;
  border: 1px solid #BFDBFE;
}

.hbox-warn {
  background: #FFFBEB;
  border: 1px solid #FCD34D;
}

.hbox-tip {
  background: #eff8ff;
  border: #bee3f8;
}

.hbox-ico {
  font-size: 20px;
  flex-shrink: 0;
  margin-top: 1px;
}

.hbox p {
  font-size: 13.5px;
  color: var(--tmid);
  line-height: 1.72;
  margin: 0;
}

.hbox strong {
  color: var(--text);
}

.pc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 18px;
}

.pc-box {
  border-radius: var(--rl);
  padding: 22px;
  border: 1.5px solid var(--border);
}

.pc-box.pros {
  background: #F0FBF4;
  border-color: #A8D8BB;
}

.pc-box.cons {
  background: #FFF5F5;
  border-color: #F5C6C6;
}

.pc-box h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pc-box.pros h4 {
  color: #0A6E3C;
}

.pc-box.cons h4 {
  color: #C53030;
}

.pc-box ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 0px;
}

.pc-box li {
  font-size: 13.5px;
  line-height: 1.6;
  padding-left: 22px;
  position: relative;
  color: var(--tmid);
  margin: 4px 0px !important;
}

.pc-box.pros li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #0A8F5C;
  font-weight: 800;
}

.pc-box.cons li::before {
  content: '✕';
  position: absolute;
  left: 0;
  color: #C53030;
  font-weight: 800;
}

.inline-cta {
  background: linear-gradient(135deg, var(--maroonD) 0%, var(--maroon) 100%);
  border-radius: var(--rl);
  padding: 32px 36px;
  margin: 36px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  overflow: hidden;
}

.inline-cta::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(253, 232, 236, .1);
}

.inline-cta::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: -20px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(253, 232, 236, .06);
}

.inline-cta-text h3 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}

.inline-cta-text p {
  font-size: 13.5px;
  color: rgba(255, 255, 255, .62);
  line-height: 1.6;
  max-width: 420px;
}

.inline-cta-btns {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.icb1 {
  background: linear-gradient(135deg, #fff, #FDE8EC);
  color: var(--maroon);
  padding: 12px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .2);
  transition: all .2s;
  white-space: nowrap;
}

.icb1:hover {
  transform: translateY(-2px);
}

.icb2 {
  background: rgba(255, 255, 255, .1);
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, .3);
  padding: 11px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  white-space: nowrap;
}

.icb2:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, .15);
  color: #fff;
}

.toc {
  background: var(--off);
  border: 1px solid var(--border);
  border-radius: var(--rl);
  padding: 22px 24px;
  margin-bottom: 36px;
  box-shadow: var(--ss);
}

.toc-title {
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 13px;
}

.toc ol {
  padding-left: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 24px;
}

.toc a {
  color: var(--tl);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: color .15s;
}

.toc a:hover {
  color: var(--maroon);
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: 18px;
}

.faq-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--ss);
}

.faq-item.open {
  border-color: var(--bord2);
  box-shadow: var(--sm);
}

.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 18px;
  cursor: pointer;
  gap: 14px;
  user-select: none;
}

.faq-q span {
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  flex: 1;
}

.faq-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--grey);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--maroon);
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
}

.faq-item.open .faq-icon {
  background: var(--maroon);
  color: #fff;
  transform: rotate(45deg);
}

.faq-ans {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
}

.faq-item.open .faq-ans {
  max-height: 400px;
}

.faq-ans p {
  padding: 0 18px 16px;
  font-size: 13.5px;
  color: var(--tmid);
  line-height: 1.72;
}

.sidebar-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--rl);
  padding: 20px;
  margin-bottom: 18px;
  box-shadow: var(--ss);
}

.sc-stitle {
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 13px;
}

.sc-stitle span {
  color: var(--maroon);
}

.cta-card-sb {
  background: linear-gradient(140deg, var(--maroonD), var(--maroon));
  border: 1px solid rgba(253, 232, 236, .2);
  border-radius: var(--rl);
  padding: 22px;
  margin-bottom: 18px;
  box-shadow: var(--sm);
}

.cta-card-sb h3 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.cta-card-sb p {
  font-size: 13px;
  color: rgba(255, 255, 255, .65);
  margin-bottom: 16px;
  line-height: 1.6;
}

.cta-sb-btn {
  display: block;
  background: linear-gradient(135deg, #fff, #FDE8EC);
  color: var(--maroon);
  text-align: center;
  padding: 12px;
  border-radius: 50px;
  font-size: 13.5px;
  font-weight: 800;
  text-decoration: none;
  margin-bottom: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
  transition: all .2s;
}

.cta-sb-btn:hover {
  filter: brightness(.97);
  transform: translateY(-1px);
}

.cta-sb-link {
  display: block;
  text-align: center;
  font-size: 12.5px;
  color: rgba(255, 255, 255, .5);
  text-decoration: none;
  transition: color .15s;
}

.cta-sb-link:hover {
  color: #fff;
}

.sb-key-facts ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.sb-key-facts li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid var(--border);
  font-size: 13px;
}

.sb-key-facts li:last-child {
  border-bottom: none;
}

.skf-label {
  color: var(--tl);
  font-weight: 500;
}

.skf-val {
  color: var(--text);
  font-weight: 700;
}

.ql-sidebar ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ql-sidebar a {
  font-size: 13px;
  color: var(--tl);
  text-decoration: none;
  padding: 6px 9px;
  border-radius: 7px;
  display: block;
  transition: all .15s;
  font-weight: 600;
}

.ql-sidebar a:hover {
  background: var(--pink);
  color: var(--maroon);
}

.similar-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sim-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border: 1px solid var(--border);
  border-radius: var(--r);
  text-decoration: none;
  transition: all .2s;
  background: var(--white);
}

.sim-item:hover {
  border-color: var(--bord2);
  box-shadow: var(--sm);
  transform: translateX(2px);
}

.sim-ico {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--maroonD), var(--maroon));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  flex-shrink: 0;
}

.sim-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
}

.sim-cat {
  font-size: 11.5px;
  color: var(--tl);
  font-weight: 500;
}

.rv {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .5s ease, transform .5s ease;
}

.rv.vis {
  opacity: 1;
  transform: none;
}

.ql-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 16px 0 22px;
}

.ql-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r);
  text-decoration: none;
  color: var(--tmid);
  font-size: 13px;
  font-weight: 600;
  box-shadow: var(--ss);
  transition: all 0.2s;
}

.ql-item:hover {
  border-color: #913130;
  color: var(--sbi);
  background: #fff5f8;
  transform: translateY(-2px);
  box-shadow: var(--sl);
  text-decoration: none;
}

.articles-g {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 16px;
}

.art-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--ss);
  transition: all .22s;
  text-decoration: none;
  display: block;
  color: inherit;
}

.art-card-body {
  padding: 14px;
}

.art-card h4 {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.45;
  margin-bottom: 4px;
}

.art-card p {
  font-size: 11.5px;
  color: var(--tl);
}

.art-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--sl);
  border-color: var(--bpink);
  text-decoration: none;
}

.test-g {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 16px;
}

.tcard {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 22px;
  box-shadow: var(--ss);
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.tcard::before {
  content: '❝';
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 40px;
  color: var(--Orangel);
  opacity: .2;
  font-family: 'Playfair Display', serif;
  line-height: 1;
}

.stars {
  color: #F59E0B;
  font-size: 13px;
  margin-bottom: 9px;
}

.tcard p {
  font-size: 13.5px;
  color: var(--tmid);
  line-height: 1.72;
  margin-bottom: 14px;
  font-style: italic;
}

.tcard-au {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tcard-av {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 15px;
  color: #fff;
  flex-shrink: 0;
}

.disclaimer {
  background: #f5f2ee;
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 16px 18px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.disclaimer h4 {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.disclaimer p {
  font-size: 12px;
  color: var(--tl);
  line-height: 1.72;
}

@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

	@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&display=swap');

	*{

		margin: 0;
		padding: 0;
		box-sizing: border-box;
	
}

p {
  font-weight: 500 !important;
}

ul li {
  font-weight: 500 !important;
  color: RGBA(30, 30, 30, 0.7);
  font-size: 16px;
  font-family: 'mulish';
}

table tr td {
  font-weight: 500;
}

.shows-pra p,
	p {
  margin: 0 0 10px;
  color: RGBA(30, 30, 30, 0.7);
  font-size: 16px;
  font-family: 'mulish';
  font-weight: 500;
}

table tr,
	td {
  font-size: 16px;
  font-family: 'mulish';
}

.features-card-category p.fee-text {
  font-size: 12px;
  font-family: 'mulish';
}

.cards-title-bg {
  background-color: #fff !important;
  padding: 10px;
}

table td {
  color: RGBA(30, 30, 30, 0.7);
}

.owl-carousel {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  touch-action: pan-y;
}

#key-fea-slider-mobile .owl-item {
  transition: transform 0.3s ease-in-out !important;
  cursor: grab;
}

.owl-carousel .owl-item {
  cursor: grab;
  transition: transform 0.4s ease-in-out !important;
}

.comment-box {
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 35px;
  background-color: #fff;
  margin-top: 40px;
}

.form-control {
  border-radius: 10px !important;
}

.btn-post {
  background-color: #0057ff;
  color: white;
  border-radius: 10px;
  font-weight: 600;
  padding: 10px 30px;
}

.btn-post:hover {
  background-color: #0046cc;
}

.star-icons i {
  color: #FFC542;
}

.mobile-fees {
  width: 62%;
}

.info-box {
  background: #FFECEC;
  border-left: 5px solid #913130;
  padding: 2.5rem;
  border-radius: 0.5rem;
  width: 100%;
}

.middle-tabs-sticky {
  position: sticky;
  top: 64px;
  z-index: 1000;
  background-color: #913130;
  width: 100%;
  padding: 5px;
}

.fixed-position {
  position: fixed;
  top: 63px;
  z-index: 1 !important;
  width: 100%;
  background-color: #FFECEC;
  padding: 5px;
  border: 2px solid #913130;
}

.middle-tabs-sticky a {
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  font-family: 'mulish';
}

.fixed-position a {
  color: #000 !important;
}

ul.nav.nav-tabs:before {
  position: absolute;
  content: '';
  top: 30px;
  border: .2px solid #913130;
  width: 100%;
  z-index: -1;
  display: none !important;
}

.card-img {
  max-width: 100%;
  border-radius: 10px;
}

.benefit-icon {
  font-size: 1.2rem;
  color: #007bff;
  margin-right: 6px;
}

.reward-proram-box li {
  margin-bottom: 10px;
}

.feature-right-box li {
  margin-bottom: 10px;
}

.thinks-box-shadow {
  box-shadow: 0px 0px 24px rgba(0, 0, 0, .1);
  border-radius: 30px !important;
}

table,
	th,
	td {
  padding: 10px !important;
}

span.me-2.span-icon i {
  font-size: 16px;
  color: #913130;
}

.thinks-box-shadow ul li {
  margin-bottom: 10px;
}

.review-right-box li {
  margin-bottom: 10px;
}

.review-left-box li {
  margin-bottom: 10px;
}

.pros-cons-box li {
  margin-bottom: 10px;
}

.img-and-parabox p {
  text-align: justify;
}

.custom-swiper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.swiper-wrapper {
  padding: 25px 10px;
}

.swiper-slide {
  border: 1px solid #913130;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(145, 49, 48, 0.50);
  width: 100%;
  max-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.swiper-slide img {
  border-radius: 15px 15px 0 0;
  width: 100%;
  height: 130px;
  object-fit: full;
}

.swiper-slide h3 {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}

.swiper-button-prev,
	.swiper-button-next {
  background-color: #913130;
  color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.swiper-button-prev {
  left: 0px;
}

.swiper-button-next {
  right: 0px;
}

.swiper-button-prev::after,
	.swiper-button-next::after {
  font-size: 15px;
  font-weight: bold;
}

.key-fea-box img {
  width: 15% !important;
}

#mobile-view-desk a {
  color: #000;
}

#loan-offer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to right, #fff0f0, #ede8fc);
  padding: 5px;
  display: none;
  z-index: 9999;
  border-radius: 50px 50px 0px 0px;
}

#close-loan-offer {
  position: absolute;
  right: 40px;
  top: 10px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  background: white;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.loan-content {
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

.check-icon {
  color: white;
  background-color: #832727;
  border-radius: 5px;
  padding: 2px 4px;
  margin-right: 5px;
  font-size: 10px;
}

span.check-icon i {
  color: #fff;
}

.apply-btn {
  background: #832727;
  border: 2px solid #832727;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  padding: 9px 22px;
  transition: 0.3s ease-in-out;
}

.apply-btn:hover {
  background: #832727;
  color: white;
}

#explore-fea-slider button.owl-prev {
  background-color: #913130;
  color: white;
  position: absolute;
  left: -20px;
  top: 60px;
  padding: 5px !important;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
}

#explore-fea-slider button.owl-next {
  background-color: #913130;
  color: white;
  position: absolute;
  right: -20px;
  top: 60px;
  padding: 5px !important;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
}

.explore-cate-bxs:hover {
  background-color: white;
}

div#loan-article-area {
  width: 100% !important;
}

div#prsnl-loan-right-tab {
  width: 350px !important;
}

.keyword-links {
  gap: 8px 15px;
}

.keyword-links a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
}

.keyword-links a:hover {
  text-decoration: underline;
}

.space-give {
  gap: 30px;
}

.section-title h1 {
  border-left: 5px solid #913130;
  padding: 10px 10px;
  font-size: 22px;
  font-weight: 600;
  background: #ffeded;
  border-radius: 10px 0px 0px 10px;
  font-family: 'Schibsted Grotesk';
}

.types-fea-text h4 {
  font-family: 'Schibsted Grotesk';
}

.features-loans-cntnt.features-with-content h1 {
  font-family: 'Schibsted Grotesk';
}

.features-with-content .feature-text {
  font-family: 'Schibsted Grotesk';
}

.key-loan-top.key-fea-top span {
  font-family: 'mulish';
  font-weight: 600;
}

.loan-right-mid h3 {
  font-family: 'Schibsted Grotesk';
}

a.review-cta {
  font-family: 'mulish';
}

span.bottom-btn {
  font-family: 'mulish';
  font-weight: 900;
}

a.learn-btn,
	.views-btns {
  font-family: 'mulish';
}

.feature-benefits-title h2,
	.partners-bank-title h2 {
  font-family: 'Schibsted Grotesk' !important;
  font-weight: 600 !important;
}

p,
	ul li {
  font-family: 'mulish';
}

.key-fea-box a,
	span {
  font-family: 'mulish' !important;
}

ol.breadcrumb li {
  font-family: 'mulish';
}

table th,
	td {
  font-family: 'mulish';
}

.section-title h2 {
  border-left: 5px solid #913130;
  padding: 10px 10px;
  font-size: 20px;
  font-weight: 600;
  background: #ffeded;
  border-radius: 10px 0px 0px 10px;
  line-height: 1.5;
  font-family: 'Schibsted Grotesk';
}

.features-with-content .features-bank h1 {
  font-family: 'Schibsted Grotesk' !important;
}

.thinks-box-shadow h3,
	.highlight-title h3,
	.pros-cons-box h3 {
  font-family: 'Schibsted Grotesk';
}

.card-review button.accordion-button.collapsed {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #913130 !important;
  border-radius: 5px !important;
}

.card-review .accordion-button:not(.collapsed) {
  width: 100%;
  border: 1px solid #913130 !important;
  border-radius: 5px !important;
  margin-bottom: 15px;
}

.card-review .accordion-body {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #cbcbcb;
  border-radius: 5px;
}

.card-review .accordion-item {
  border: none;
  margin-bottom: 15px;
}

.crd-img img {
  width: 100%;
  border-radius: 10px;
}

.card-review .accordion-button {
  width: 100%;
  border: 1px solid #913130 !important;
  border-radius: 5px !important;
}

.features-with-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.feat-home-bg img {
  margin-top: 0px !important;
}

.feat-home-bg {
  width: 100%;
  height: 185px;
}

.check-form-box {
  border: 2px solid #913130;
  box-shadow: 0 6px 20px rgba(145, 49, 48, 0.5);
}

.check-form-box .form-floating input:focus~label {
  top: 0px;
}

.dis-border p {
  color: RGBA(255, 255, 255, 0.65);
}

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;0,900;1,600&family=Nunito:wght@400;500;600;700;800;900&display=swap');
	@import url(https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap);
	@import url(https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&display=swap);

	:root{

		
		--maroon: #7B0D1E;
		--maroonD: #5C0916;
		--maroonL: #9E1A2F;
		--rose: #C94060;
		--pink: #FDE8EC;
		--pinkM: #F9C5CF;
		--pinkD: #F4A0B0;
		--white: #FFFFFF;
		--off: #FDF5F7;
		--grey: #FAF0F2;
		--text: #2A0A10;
		--tmid: #4A1A25;
		--tl: #8A5060;
		--border: #F0D0D8;
		--bord2: #E8B8C5;
		--green: #0A7A4C;
		--ss: 0 1px 10px rgba(123, 13, 30, .07);
		--sm: 0 6px 28px rgba(123, 13, 30, .12);
		--sl: 0 16px 56px rgba(123, 13, 30, .16);
		--r: 10px;
		--rl: 18px;
	
}

.side-col {
  position: sticky;
  top: 78px;
}

.bc {
  font-size: 12.5px;
  color: var(--tl);
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.bc a {
  color: var(--maroon);
  text-decoration: none;
}

.bc a:hover {
  text-decoration: underline;
}

.art-card-img {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
}

.art-card-tag {
  font-size: 10px;
  font-weight: 800;
  color: var(--Oranged);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin: 18px 0 24px;
}

.partner-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--rl);
  padding: 18px 12px;
  text-align: center;
  transition: all .24s;
  box-shadow: var(--ss);
  position: relative;
  overflow: hidden;
  cursor: default;
}

.pc-icon {
  font-size: 28px;
  display: block;
  margin-bottom: 8px;
}

.pc-name {
  font-size: 12px;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 4px;
}

.pc-rate {
  font-size: 20px;
  font-weight: 900;
  color: var(--maroon);
  line-height: 1;
}

.pc-pts {
  font-size: 10px;
  color: var(--tl);
  font-weight: 600;
  margin-top: 2px;
}

.partner-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--maroonD), var(--rose));
  transform: scaleX(0);
  transition: transform .24s;
}

.partner-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sl);
  border-color: var(--bord2);
}

.partner-card:hover::after {
  transform: scaleX(1);
}

.milestone-g {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 18px 0 24px;
}

.milestone-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 18px 0 24px;
}

.ms-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--rl);
  padding: 20px 14px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all .24s;
  box-shadow: var(--ss);
}

.ms-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--maroonD), var(--rose));
}

.ms-ico {
  font-size: 26px;
  margin-bottom: 10px;
  display: block;
}

.ms-thresh {
  font-size: 17px;
  font-weight: 900;
  color: var(--maroon);
  display: block;
  margin-bottom: 3px;
}

.ms-reward {
  font-size: 12px;
  font-weight: 800 !important;
  color: var(--text);
  margin-bottom: 3px;
  text-align: center !important;
}

.ms-desc {
  font-size: 11.5px;
  color: var(--tl);
  line-height: 1.5;
  text-align: center !important;
}

.ms-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sl);
  border-color: var(--bord2);
}

.elite-box {
  background: linear-gradient(135deg, #FFF8F9, var(--pink));
  border: 1.5px solid var(--pinkD);
  border-radius: var(--rl);
  padding: 24px;
  margin: 16px 0 22px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: center;
}

.elite-badge {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--maroonD), var(--maroon));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(123, 13, 30, .3);
}

.elite-badge span:first-child {
  font-size: 22px;
}

.elite-badge span:last-child {
  font-size: 8px;
  font-weight: 800;
  color: var(--pinkM);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 2px;
}

.elite-content h4 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 6px;
}

.elite-content p {
  font-size: 13.5px;
  color: var(--tmid);
  line-height: 1.7;
  margin-bottom: 10px;
}

.elite-perks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ep-tag {
  background: rgba(123, 13, 30, .08);
  border: 1px solid var(--bord2);
  color: var(--maroon);
  font-size: 12px;
  font-weight: 700;
  padding: 4px 11px;
  border-radius: 50px;
}

.elig-ico svg {
  width: 22px;
  height: 22px;
}

@media (max-width: 900px) {
  .side-col {
    position: static;
    margin-top: 32px;
  }
  
  .card-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  
  .ch-right {
    display: none;
  }
  
  .highlights-bar {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .cb-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .benefit-g,
    .pc-grid,
    .elig-g {
    grid-template-columns: 1fr;
  }
  
  .fi {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  
  .toc ol {
    grid-template-columns: 1fr;
  }
  
  .inline-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .page-wrap {
    display: block;
    padding: 30px 15px;
  }
}

@media (max-width: 560px) {
  .highlights-bar,
    .cb-grid,
    .fi,
    .ql-grid,
    .articles-g,
    .test-g {
    grid-template-columns: 1fr;
  }
  
  .fi {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  #key-fea-slider-mobile .owl-stage-outer {
    overflow: visible !important;
  }
  
  .owl-carousel .owl-stage {
    margin-left: -50px !important;
  }
}

@media (max-width: 768px) {
  .swiper-slide {
    max-width: 185px;
  }
}

@media (max-width: 768px) {
  .middle-tabs-sticky {
    display: none !important;
  }
  
  .check-form-box {
    width: 100% !important;
  }
  
  .info-box {
    width: 100% !important;
  }
  
  button.btn.btn-post.w-25 {
    width: 100% !important;
    color: white;
  }
  
  .review-box-shadow {
    flex-direction: column;
  }
  
  p {
    font-size: 13px !important;
    text-align: justify;
  }
  
  ul li {
    font-size: 13px !important;
  }
  
  table tr,
  		td {
    font-size: 13px !important;
  }
  
  .mobile-wrap {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .mobile .apply-btn {
    padding: 10px 30px;
    font-size: 15px !important;
  }
  
  .mobile-img-box {
    display: none;
  }
  
  .mobilelists {
    display: none;
  }
}

@media (max-width: 768px) {
  div#prsnl-loan-right-tab {
    margin-right: 20px !important;
  }
  
  div#loan-offer {
    padding: 22px;
  }
  
  .desk-view-feas {
    display: none;
  }
  
  section.features-with-lead-section {
    padding: 0px 10px 30px 10px;
  }
  
  .feat-home-bg {
    height: auto;
  }
  
  .check-form-box {
    margin-top: 15px;
  }
}

@media (max-width:900px) {
  .page-wrap {
    grid-template-columns: 1fr;
    gap: 0;
  }
  
  .side-col {
    position: static;
    margin-top: 32px;
  }
  
  .card-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  
  .ch-right {
    display: none;
  }
  
  .highlights-bar {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .cb-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .benefit-g,
  		.pc-grid,
  		.elig-g {
    grid-template-columns: 1fr;
  }
  
  .fi {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  
  .toc ol {
    grid-template-columns: 1fr;
  }
  
  .inline-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width:560px) {
  .page-wrap {
    display: block;
    padding: 0px 15px;
  }
  
  .highlights-bar,
  		.cb-grid,
  		.fi {
    display: block;
  }
  
  .hl-item,
  		.cb-card {
    margin: 20px 0px;
  }
  
  .articles-g,
  		.test-g,
  		.ql-grid,
  		.partner-grid,
  		.milestone-g,
  		.milestone-3 {
    grid-template-columns: repeat(1, 1fr);
  }
  
  .desk-view-feas {
    display: none;
  }
  
  .feat-home-bg {
    height: auto;
  }
  
  #mobile-view-desk a {
    color: #000;
  }
  
  .owl-stage {
    padding-left: 0px !important;
  }
}
