@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

* {
  margin: 0;

  padding: 0;

  box-sizing: border-box;
}

body {
  font-family: "Raleway", sans-serif;

  background: #e8f4ff;
}

.container {
  max-width: 1340px;

  margin: 0 auto;

  padding: 0 40px;
}

/* ── TOP BAR ── */

.top-bar {
  background: #0a3d6b;

  padding: 9px 0;

  display: none;
}

.top-bar .container {
  display: flex;

  justify-content: space-between;

  align-items: center;
}

.top-bar-left {
  display: flex;

  gap: 24px;

  align-items: center;
}

.top-bar-left a {
  color: #cce7ff;

  text-decoration: none;

  font-size: 13px;

  display: flex;

  align-items: center;

  gap: 8px;

  transition: color 0.3s;
}

.top-bar-left a:hover {
  color: #fff;
}

.top-bar-left a .icon-wrap {
  width: 26px;

  height: 26px;

  background: rgba(255, 255, 255, 0.12);

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;
}

.top-bar-right {
  display: flex;

  align-items: center;

  gap: 8px;
}

.social-icon {
  width: 30px;

  height: 30px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  text-decoration: none;

  transition: all 0.3s ease;

  flex-shrink: 0;

  background: rgba(255, 255, 255, 0.12);
}

.social-icon:hover {
  transform: scale(1.18);

  box-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
}

.top-divider {
  width: 1px;

  height: 20px;

  background: rgba(255, 255, 255, 0.2);

  margin: 0 4px;
}

.login-btn {
  background: transparent;

  border: 1.5px solid #4da6e8;

  color: #cce7ff;

  padding: 5px 16px;

  border-radius: 20px;

  font-size: 13px;

  text-decoration: none;

  transition: all 0.3s;

  display: flex;

  align-items: center;

  gap: 6px;
}

.login-btn:hover {
  background: #4da6e8;

  color: #fff;
}

/* ── NAVBAR ── */

.navbar {
  position: absolute;

  top: 20px;

  z-index: 100;

  width: calc(100% - 40px);

  left: 20px;
}

.navbar .container {
  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 15px 20px;

  background-color: #fff;

  border-radius: 10px;
}

.logo {
  display: flex;

  align-items: center;

  gap: 11px;

  text-decoration: none;
}

.logo-icon {
  width: 44px;

  height: 44px;

  background: linear-gradient(135deg, #1a6bb5, #0a3d6b);

  border-radius: 13px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.logo-icon img {
  width: 100%;

  height: 100%0;

  max-width: 30px;
}

.logo-text {
  display: flex;

  flex-direction: column;
}

.logo-text .name {
  font-size: 20px;

  font-weight: 800;

  color: #0a3d6b;

  line-height: 1;

  letter-spacing: -0.5px;
}

.logo-text .tagline {
  font-size: 10.5px;

  color: #4da6e8;

  letter-spacing: 2px;

  font-weight: 600;

  text-transform: uppercase;

  margin-top: 2px;
}

.nav-links {
  display: flex;

  align-items: center;

  gap: 2px;

  list-style: none;
}

.nav-links a {
  color: #2d4a6e;

  text-decoration: none;

  font-size: 15px;

  font-weight: 600;

  padding: 8px 14px;

  border-radius: 8px;

  display: flex;

  align-items: center;

  gap: 5px;

  transition: all 0.3s;
}

.chevron {
  display: inline-block;
}

.nav-right {
  display: flex;

  align-items: center;

  gap: 14px;
}

.call-box {
  display: flex;

  align-items: center;

  gap: 10px;
}

.call-icon {
  width: 40px;

  height: 40px;

  background: #e8f4ff;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;
}

.call-text small {
  display: block;

  font-size: 11px;

  color: #999;
}

.call-text strong a {
  font-size: 15px;

  color: #0a3d6b;

  font-weight: 700;

  text-decoration: none;

  font-family: "Open Sans", sans-serif;
}

.cta-btn {
  background: linear-gradient(135deg, #1a6bb5, #0a3d6b);

  color: #fff;

  padding: 11px 22px;

  border-radius: 30px;

  font-size: 14px;

  font-weight: 600;

  text-decoration: none;

  display: flex;

  align-items: center;

  gap: 8px;

  transition: all 0.3s;

  box-shadow: 0 4px 15px rgba(10, 61, 107, 0.3);
}

.cta-btn:hover {
  transform: translateY(-2px);

  box-shadow: 0 8px 25px rgba(10, 61, 107, 0.4);
}

/* ── HERO ── */

.hero {
  background: linear-gradient(135deg, #0a3d6b 0%, #1165a8 45%, #2e8de0 100%);

  overflow: hidden;

  position: relative;

  padding: 150px 0 0;
}

.hero-blob1 {
  position: absolute;

  width: 520px;

  height: 520px;

  background: rgba(255, 255, 255, 0.05);

  border-radius: 50%;

  top: -160px;

  right: 60px;

  pointer-events: none;
}

.hero-blob2 {
  position: absolute;

  width: 280px;

  height: 280px;

  background: rgba(255, 255, 255, 0.04);

  border-radius: 50%;

  bottom: 60px;

  left: 38%;

  pointer-events: none;
}

.hero .container {
  display: flex;

  align-items: flex-end;

  gap: 60px;

  position: relative;

  z-index: 2;
}

/* Hero Left */

.hero-left {
  flex: 1;

  padding-bottom: 90px;
}

.hero-badge {
  display: inline-flex;

  align-items: center;

  gap: 8px;

  background: rgba(255, 255, 255, 0.14);

  backdrop-filter: blur(8px);

  border: 1px solid rgba(255, 255, 255, 0.25);

  color: #cce7ff;

  padding: 7px 18px;

  border-radius: 30px;

  font-size: 13px;

  font-weight: 500;

  margin-bottom: 26px;
}

.hero h1 {
  font-size: 54px;

  font-weight: 800;

  color: #fff;

  line-height: 1.13;

  margin-bottom: 20px;

  letter-spacing: -1.5px;

  text-transform: capitalize;
}

.hero h1 span {
  color: #7dd3fc;
}

.hero-desc {
  font-size: 17px;

  color: rgba(255, 255, 255, 0.78);

  line-height: 1.75;

  max-width: 500px;

  margin-bottom: 36px;
}

.hero-btns {
  display: flex;

  gap: 16px;

  margin-bottom: 56px;
}

.btn-primary {
  background: #fff;

  color: #0a3d6b;

  padding: 14px 30px;

  border-radius: 30px;

  font-size: 15px;

  font-weight: 700;

  text-decoration: none;

  display: flex;

  align-items: center;

  gap: 10px;

  transition: all 0.3s;

  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
}

.btn-primary:hover {
  transform: translateY(-3px);

  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
}

.btn-outline {
  background: rgba(255, 255, 255, 0.12);

  color: #fff;

  padding: 14px 30px;

  border-radius: 30px;

  font-size: 15px;

  font-weight: 600;

  text-decoration: none;

  border: 1.5px solid rgba(255, 255, 255, 0.4);

  display: flex;

  align-items: center;

  gap: 10px;

  transition: all 0.3s;

  backdrop-filter: blur(8px);
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.22);

  transform: translateY(-3px);
}

.hero-stats {
  display: flex;

  align-items: center;

  gap: 0;
}

.stat {
  text-align: center;

  padding: 0 28px;
}

.stat:first-child {
  padding-left: 0;
}

.stat strong {
  display: block;

  font-size: 30px;

  font-weight: 800;

  color: #fff;

  line-height: 1;

  font-family: "Open Sans", sans-serif;
}

.stat span {
  font-size: 11.5px;

  color: rgba(255, 255, 255, 0.6);

  margin-top: 5px;

  display: block;

  text-transform: uppercase;

  letter-spacing: 1px;
}

.stat-sep {
  width: 1px;

  height: 40px;

  background: rgba(255, 255, 255, 0.2);
}

/* Hero Right — Image Panel */

.hero-right {
  width: 420px;

  flex-shrink: 0;

  background: rgba(255, 255, 255, 0.06);

  backdrop-filter: blur(14px);

  border: 1px solid rgba(255, 255, 255, 0.15);

  border-bottom: none;

  border-radius: 24px 24px 0 0;

  overflow: hidden;

  position: relative;
}

.hero-img-wrap {
  position: relative;
}

.hero-img-wrap img {
  width: 100%;

  height: 340px;

  object-fit: cover;

  display: block;

  border-radius: 20px 20px 0 0;
}

/* SVG placeholder illustration */

.hero-illustration {
  width: 100%;

  height: 340px;

  display: flex;

  align-items: center;

  justify-content: center;

  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.18) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
}

/* floating badges on the image */

.float-badge {
  position: absolute;

  background: #fff;

  border-radius: 14px;

  padding: 10px 16px;

  display: flex;

  align-items: center;

  gap: 10px;

  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.float-badge.approved {
  bottom: 20px;

  left: -20px;
}

.float-badge.rate {
  top: 24px;

  right: -16px;
}

.float-badge .fb-icon {
  width: 36px;

  height: 36px;

  border-radius: 10px;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;
}

.float-badge.approved .fb-icon {
  background: #dcfce7;
}

.float-badge.rate .fb-icon {
  background: #dbeafe;
}

.float-badge .fb-text small {
  display: block;

  font-size: 10.5px;

  color: #888;
}

.float-badge .fb-text strong {
  font-size: 14px;

  color: #0a3d6b;

  font-weight: 700;

  font-family: "Open Sans", sans-serif;
}

/* info strip inside card */

.hero-card-info {
  padding: 22px 24px;

  display: flex;

  flex-direction: column;

  gap: 14px;
}

.info-row {
  display: flex;

  align-items: center;

  gap: 12px;
}

.info-dot {
  width: 8px;

  height: 8px;

  background: #4da6e8;

  border-radius: 50%;

  flex-shrink: 0;
}

.info-row p {
  font-size: 13.5px;

  color: rgba(255, 255, 255, 0.8);

  font-family: "Open Sans", sans-serif;
}

.info-row p strong {
  color: #fff;
}

.apply-strip {
  margin: 4px 0 0;

  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.18),
    rgba(255, 255, 255, 0.08)
  );

  border-radius: 12px;

  padding: 14px 18px;

  display: flex;

  align-items: center;

  justify-content: space-between;
}

.apply-strip p {
  font-size: 14px;

  color: #fff;

  font-weight: 600;
}

.apply-strip a {
  background: #fff;

  color: #0a3d6b;

  font-size: 13px;

  font-weight: 700;

  padding: 8px 18px;

  border-radius: 20px;

  text-decoration: none;

  display: flex;

  align-items: center;

  gap: 6px;

  transition: all 0.3s;

  white-space: nowrap;
}

.apply-strip a:hover {
  background: #7dd3fc;
}

/* ── TRUST BAR ── */

.trust-bar {
  background: #fff;

  border-bottom: 1px solid #e8f0fa;

  overflow: hidden;

  display: flex;
}

.trust-bar .container {
  display: flex;

  justify-content: center;

  gap: 0;

  animation: marquee 20s linear infinite;

  padding: 16px 0px;
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

.trust-item {
  display: flex;

  align-items: center;

  gap: 10px;

  color: #2d4a6e;

  font-size: 13.5px;

  font-weight: 500;

  white-space: nowrap;

  padding: 0 36px;

  border-right: 1px solid #e0ecf9;
}

.trust-item:last-child {
  border-right: none;
}

.trust-item .ti-icon {
  width: 34px;

  height: 34px;

  background: #e8f4ff;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;
}

.finances-section {
  padding: 100px 0px;

  background-color: #fff;
}

/* ── Header ── */

.section-label {
  text-align: center;

  font-size: 15px;

  font-weight: 600;

  color: #0a3d6b;

  margin-bottom: 14px;
}

.section-title {
  font-size: 54px;

  font-weight: 800;

  color: #0a3d6b;

  line-height: 1.13;

  margin-bottom: 30px;

  letter-spacing: -1.5px;

  text-transform: capitalize;

  text-align: center;
}

.section-title span {
  color: #7dd3fc;
}

.mps-section {
  padding: 100px 0px;
}

/* ── Grid ── */

.grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 24px;
}

@media (max-width: 768px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .grid {
    grid-template-columns: 1fr;
  }
}

/* ── Card ── */

.card {
  position: relative;

  background: #ffffff;

  border-radius: 20px;

  padding: 32px 28px 28px;

  overflow: hidden;

  border: 1.5px solid #e0f2f5;

  transition: transform 0.35s cubic-bezier(0.22, 0.68, 0, 1.2),
    border-color 0.3s ease, box-shadow 0.35s ease;

  cursor: pointer;
}

.card::before {
  content: "";

  position: absolute;

  inset: 0;

  background: linear-gradient(
    135deg,
    rgba(26, 185, 199, 0.07) 0%,
    rgba(255, 255, 255, 0) 60%
  );

  opacity: 0;

  transition: opacity 0.35s ease;

  border-radius: 20px;
}

.card:hover {
  transform: translateY(-8px) scale(1.02);

  border-color: #0a3d6b3b;

  box-shadow: 0 20px 50px rgba(26, 185, 199, 0.15),
    0 4px 12px rgba(0, 0, 0, 0.06);
}

.card:hover::before {
  opacity: 1;
}

/* Animated corner accent */

.card::after {
  content: "";

  position: absolute;

  bottom: 0;
  right: 0;

  width: 80px;
  height: 80px;

  background: radial-gradient(
    circle at bottom right,
    rgba(26, 185, 199, 0.12),
    transparent 70%
  );

  border-radius: 20px;

  transition: width 0.4s ease, height 0.4s ease;
}

.card:hover::after {
  width: 120px;
  height: 120px;
}

/* ── Icon wrapper ── */

.icon-wrap {
  width: 52px;

  height: 52px;

  border-radius: 14px;

  background: linear-gradient(135deg, #0a3d6b, #0a3d6b);

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 18px;

  transition: background 0.3s ease, transform 0.3s ease;
}

.card:hover .icon-wrap {
  background: linear-gradient(135deg, #7dd3fc, #7dd3fc);

  transform: rotate(-6deg) scale(1.1);
}

.icon-wrap svg {
  width: 24px;

  height: 24px;

  stroke: #fff;

  fill: none;

  stroke-width: 1.8;

  stroke-linecap: round;

  stroke-linejoin: round;

  transition: stroke 0.3s ease;
}

.card:hover .icon-wrap svg {
  stroke: #fff;
}

/* ── Text ── */

.card-title {
  font-size: 17px;

  font-weight: 700;

  color: #0a3d6b;

  margin-bottom: 10px;

  transition: color 0.3s ease;
}

.card:hover .card-title {
  color: #7dd3fc;
}

.card-desc {
  font-size: 16px;

  line-height: 1.7;

  color: #333;
}

/* ── Trend chart decoration ── */

.trend {
  position: absolute;

  bottom: 18px;

  right: 20px;

  opacity: 0.18;

  transition: opacity 0.3s ease, transform 0.3s ease;
}

.card:hover .trend {
  opacity: 0.55;

  transform: scale(1.08);
}

.trend svg {
  width: 70px;

  height: 36px;
}

/* ── Shimmer on hover ── */

@keyframes shimmer {
  0% {
    transform: translateX(-100%) skewX(-15deg);
  }

  100% {
    transform: translateX(200%) skewX(-15deg);
  }
}

.card .shimmer {
  position: absolute;

  top: 0;
  left: 0;

  width: 40%;

  height: 100%;

  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );

  transform: translateX(-100%) skewX(-15deg);

  pointer-events: none;
}

.card:hover .shimmer {
  animation: shimmer 0.7s ease forwards;
}

/* ── Entry animations ── */

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.card {
  animation: fadeUp 0.55s cubic-bezier(0.22, 0.68, 0, 1.1) both;
}

.card:nth-child(1) {
  animation-delay: 0.05s;
}

.card:nth-child(2) {
  animation-delay: 0.13s;
}

.card:nth-child(3) {
  animation-delay: 0.21s;
}

.card:nth-child(4) {
  animation-delay: 0.29s;
}

.card:nth-child(5) {
  animation-delay: 0.37s;
}

.card:nth-child(6) {
  animation-delay: 0.45s;
}

.whyus-section {
  padding: 100px 0px;
}

.whyus-row {
  display: flex;

  align-items: center;

  gap: 50px;

  flex-direction: row-reverse;
}

.whyus-txt-col {
  width: 50%;
}

.whyus-img-col {
  width: 50%;
}

.whyus-img-col img {
  width: 100%;

  height: 550px;

  object-fit: cover;

  border-radius: 20px;

  box-shadow: 10px 10px 0px 0px #0a3d6b;

  object-position: right;
}

.whyus-label {
  font-size: 15px;

  font-weight: 600;

  color: #0a3d6b;

  margin-bottom: 14px;

  text-transform: capitalize;
}

.whyus-title {
  font-size: 54px;

  font-weight: 800;

  color: #0a3d6b;

  line-height: 1.13;

  margin-bottom: 15px;

  letter-spacing: -1.5px;

  text-transform: capitalize;
}

.whyus-title span {
  color: #7dd3fc;
}

.whyus-txt-col .disc {
  font-size: 16px;

  color: #333;

  line-height: 1.6;

  max-width: 500px;

  margin-bottom: 20px;
}

.whyus-list {
  list-style: none;

  display: flex;

  flex-direction: column;

  gap: 10px;

  margin-bottom: 20px;
}

.whyus-list li {
  display: flex;

  align-items: center;

  gap: 10px;

  font-size: 16px;

  color: #333;

  line-height: 1.6;

  max-width: 500px;

  background: rgba(125, 211, 252, 0.16);

  backdrop-filter: blur(8px);

  border: 1px solid rgba(255, 255, 255, 0.25);

  padding: 10px;

  font-weight: 500;

  border-radius: 10px;
}

.whyus-list li span {
  width: 22px;

  height: 22px;

  background: #0a3d6b;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;
}

.whyus-list li span svg {
  width: 18px;
}

.whyus-txt-col .btn-outline,
.nav-right .btn-outline,
.abusmainBRcol .btn-outline {
  background: linear-gradient(135deg, #1a6bb5, #0a3d6b);

  width: fit-content;
}

.tabbing-section {
  padding: 100px 0px;

  background: #fff;
}

/* ── Layout ── */

.mp-acc-section {
  width: 100%;

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 64px;

  align-items: start;
}

@media (max-width: 768px) {
  .mp-acc-section {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* ── Left side ── */

.mp-acc-left {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.mp-acc-eyebrow {
  font-size: 15px;

  font-weight: 600;

  color: #0a3d6b;

  text-transform: capitalize;
}

.mp-acc-heading {
  font-size: 54px;

  font-weight: 800;

  color: #0a3d6b;

  line-height: 1.13;

  margin-bottom: 10px;

  letter-spacing: -1.5px;

  text-transform: capitalize;
}

.mp-acc-heading span {
  color: #7dd3fc;
}

/* ── Accordion item ── */

.mp-acc-item {
  background: #fff;

  border-radius: 18px;

  border: 2px solid #e0f2f5;

  overflow: hidden;

  transition: border-color 0.3s ease, box-shadow 0.3s ease;

  cursor: pointer;
}

.mp-acc-item.mp-acc-open {
  border-color: #0a3d6b17;

  box-shadow: 0 10px 32px rgba(26, 185, 199, 0.13);
}

.mp-acc-topbar {
  height: 3px;

  background: #1a6bb5;

  transform: scaleX(0);

  transform-origin: left;

  transition: transform 0.35s ease;
}

.mp-acc-item.mp-acc-open .mp-acc-topbar {
  transform: scaleX(1);
}

/* header row */

.mp-acc-header {
  display: flex;

  align-items: center;

  gap: 14px;

  padding: 15px 20px;

  user-select: none;
}

.mp-acc-ico {
  width: 44px;
  height: 44px;

  min-width: 44px;

  border-radius: 12px;

  background: #e8f4ff;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: background 0.3s ease;
}

.mp-acc-item.mp-acc-open .mp-acc-ico {
  background: #0a3d6b;
}

.mp-acc-ico svg {
  width: 20px;
  height: 20px;

  stroke: #0a3d6b;
  fill: none;

  stroke-width: 1.8;

  stroke-linecap: round;
  stroke-linejoin: round;

  transition: stroke 0.3s ease;
}

.mp-acc-item.mp-acc-open .mp-acc-ico svg {
  stroke: #fff;
}

.mp-acc-title {
  flex: 1;

  font-size: 18px;

  font-weight: 700;

  color: #0a3d6b;

  transition: color 0.3s ease;
}

.mp-acc-item.mp-acc-open .mp-acc-title {
  color: #0a3d6b;
}

.mp-acc-chevron {
  width: 30px;
  height: 30px;

  border-radius: 50%;

  background: #e8f4ff;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: background 0.3s ease, transform 0.35s ease;
}

.mp-acc-item.mp-acc-open .mp-acc-chevron {
  background: #0a3d6b;

  transform: rotate(180deg);
}

.mp-acc-chevron svg {
  width: 13px;
  height: 13px;

  stroke: #0a3d6b;
  fill: none;

  stroke-width: 2.5;

  stroke-linecap: round;
  stroke-linejoin: round;

  transition: stroke 0.3s ease;
}

.mp-acc-item.mp-acc-open .mp-acc-chevron svg {
  stroke: #fff;
}

/* body */

.mp-acc-body {
  max-height: 0;

  overflow: hidden;

  transition: max-height 0.42s cubic-bezier(0.4, 0, 0.2, 1);
}

.mp-acc-item.mp-acc-open .mp-acc-body {
  max-height: 520px;
}

.mp-acc-body-inner {
  padding: 0 20px 22px 78px;

  display: flex;

  flex-direction: column;

  gap: 16px;
}

.mp-acc-desc {
  font-size: 15px;

  line-height: 1.6;

  color: #333;
}

/* image inside accordion */

.mp-acc-img {
  width: 100%;

  border-radius: 14px;

  overflow: hidden;

  box-shadow: 0 8px 28px rgba(13, 43, 62, 0.12);

  display: none;
}

.mp-acc-img img {
  width: 100%;

  height: 200px;

  object-fit: cover;

  display: block;
}

.mp-acc-cta {
  display: inline-flex;

  align-items: center;

  gap: 6px;

  font-size: 15px;

  font-weight: 600;

  color: #0a3d6b;

  text-decoration: none;

  width: fit-content;

  transition: gap 0.2s ease;
}

.mp-acc-cta:hover {
  gap: 10px;
}

.mp-acc-cta svg {
  width: 14px;
  height: 14px;

  stroke: #0a3d6b;
  fill: none;

  stroke-width: 2.5;

  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ── Right side ── */

.mp-acc-right {
  position: relative;
}

.mp-acc-blob {
  position: absolute;

  top: -24px;
  right: -24px;

  width: 110%;
  height: 110%;

  background: radial-gradient(
    ellipse at 65% 35%,
    rgb(224, 245, 255) 0%,
    transparent 65%
  );

  z-index: 0;

  border-radius: 40px;

  pointer-events: none;
}

.mp-acc-imgbox {
  position: relative;

  z-index: 1;

  border-radius: 24px;

  overflow: hidden;

  box-shadow: 0 24px 60px rgba(13, 43, 62, 0.16);
}

.mp-acc-imgframe {
  position: relative;

  width: 100%;
}

/* each right image */

.mp-acc-rimg {
  position: absolute;

  inset: 0;

  opacity: 0;

  transition: opacity 0.45s ease;

  pointer-events: none;
}

.mp-acc-rimg.mp-acc-rimg-active {
  opacity: 1;

  position: relative;

  pointer-events: auto;
}

.mp-acc-rimg img {
  width: 100%;

  height: 600px;

  object-fit: cover;

  display: block;
}

/* right side dots */

.mp-acc-dots {
  position: absolute;

  bottom: 18px;

  left: 50%;

  transform: translateX(-50%);

  z-index: 10;

  display: flex;

  gap: 7px;
}

.mp-acc-dot {
  width: 8px;
  height: 8px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.5);

  transition: background 0.3s, width 0.3s;

  cursor: pointer;
}

.mp-acc-dot.mp-acc-dot-on {
  background: #fff;

  width: 22px;

  border-radius: 4px;
}

.mp-acc-desc b {
  display: block;
}

/* entry anims */

@keyframes mp-fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mp-acc-item {
  animation: mp-fadeUp 0.5s ease both;
}

.mp-acc-item:nth-child(1) {
  animation-delay: 0.08s;
}

.mp-acc-item:nth-child(2) {
  animation-delay: 0.18s;
}

.mp-acc-item:nth-child(3) {
  animation-delay: 0.28s;
}

/* ── Header ── */

.mps-eyebrow {
  text-align: center;

  font-size: 15px;

  font-weight: 600;

  color: #0a3d6b;

  text-transform: capitalize;

  margin-bottom: 14px;
}

.mps-heading {
  font-size: 54px;

  font-weight: 800;

  color: #0a3d6b;

  line-height: 1.13;

  margin-bottom: 40px;

  letter-spacing: -1.5px;

  text-transform: capitalize;

  text-align: center;
}

.mps-heading span {
  color: #7dd3fc;
}

/* ── Steps row ── */

.mps-row {
  display: grid;

  grid-template-columns: 1fr auto 1fr auto 1fr;

  align-items: start;

  gap: 0;
}

@media (max-width: 680px) {
  .mps-row {
    grid-template-columns: 1fr;

    gap: 40px;
  }

  .mps-connector {
    display: none;
  }
}

/* ── Connector ── */

.mps-connector {
  display: flex;

  align-items: flex-start;

  padding-top: 38px;

  width: 60px;

  justify-content: center;

  flex-direction: column;

  gap: 0;
}

.mps-conn-line {
  width: 100%;

  height: 2px;

  background: repeating-linear-gradient(
    90deg,
    #1ab9c7 0px,

    #1ab9c7 6px,

    transparent 6px,

    transparent 14px
  );

  opacity: 0.5;
}

/* ── Step card ── */

.mps-step {
  display: flex;

  flex-direction: column;

  align-items: flex-start;

  padding: 28px 24px 32px;

  background: rgba(255, 255, 255, 0.55);

  border-radius: 20px;

  border: 1.5px solid rgba(26, 185, 199, 0.15);

  backdrop-filter: blur(6px);

  position: relative;

  transition: background 0.3s ease, border-color 0.3s ease,
    box-shadow 0.35s ease, transform 0.35s cubic-bezier(0.22, 0.68, 0, 1.2);

  cursor: default;

  height: 100%;
}

.mps-step:hover {
  background: #fff;

  border-color: #0a3d6b3b;

  box-shadow: 0 16px 44px rgba(26, 185, 199, 0.16);

  transform: translateY(-6px);
}

/* big number */

.mps-step-num {
  font-size: 64px;

  font-weight: 800;

  line-height: 1;

  color: transparent;

  -webkit-text-stroke: 2.5px #2e8de0;

  margin-bottom: 20px;

  font-family: "open sans";

  transition: color 0.3s ease, -webkit-text-stroke 0.3s ease;
}

.mps-step:hover .mps-step-num {
  color: #0a3d6b;

  -webkit-text-stroke: 2.5px #0a3d6b;
}

/* title */

.mps-step-title {
  font-size: 18px;

  font-weight: 700;

  color: #333;

  margin-bottom: 10px;

  transition: color 0.3s ease;
}

/* desc */

.mps-step-desc {
  font-size: 14px;

  line-height: 1.75;

  color: #5a8090;
}

/* icon top-right corner */

.mps-step-icon {
  position: absolute;

  top: 20px;
  right: 20px;

  width: 38px;
  height: 38px;

  border-radius: 10px;

  background: #e4f7f9;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: background 0.3s ease;
}

.mps-step:hover .mps-step-icon {
  background: linear-gradient(135deg, #1ab9c7, #0d8fa0);
}

.mps-step-icon svg {
  width: 18px;
  height: 18px;

  stroke: #1ab9c7;
  fill: none;

  stroke-width: 1.8;

  stroke-linecap: round;
  stroke-linejoin: round;

  transition: stroke 0.3s ease;
}

.mps-step:hover .mps-step-icon svg {
  stroke: #fff;
}

/* entry animations */

@keyframes mps-fadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mps-step {
  animation: mps-fadeUp 0.55s cubic-bezier(0.22, 0.68, 0, 1.1) both;
}

.mps-step:nth-child(1) {
  animation-delay: 0.08s;
}

.mps-step:nth-child(3) {
  animation-delay: 0.2s;
}

.mps-step:nth-child(5) {
  animation-delay: 0.32s;
}

.mps-testimonials {
  padding: 100px 0px;

  background: #fff;
}

.testi-row {
  display: flex;

  gap: 50px;
}

.testi-img-col img {
  width: 100%;

  height: 100%;

  border-radius: 20px;
}

.testi-img-col,
.testi-txt-col {
  width: 50%;
}

.testi-txt-col .label {
  font-size: 15px;

  font-weight: 600;

  color: #0a3d6b;

  text-transform: capitalize;

  margin-bottom: 14px;
}

.testi-txt-col h2 {
  font-size: 54px;

  font-weight: 800;

  color: #0a3d6b;

  line-height: 1.13;

  margin-bottom: 20px;

  letter-spacing: -1.5px;

  text-transform: capitalize;
}

.testi-txt-col h2 span {
  color: #7dd3fc;
}

.testi-rank {
  color: #7dd3fc;

  font-size: 24px;
}

.testi-disc p {
  font-size: 18px;

  font-style: italic;

  line-height: 1.6;

  color: #333;

  margin-top: 5px;

  margin-bottom: 15px;

  padding-bottom: 15px;

  border-bottom: 1px solid #0a3d6b3b;
}

.testi-detail h4 {
  font-size: 22px;

  color: #0a3d6b;

  font-weight: 800;

  margin-bottom: 5px;
}

.testi-detail span {
  font-size: 16px;

  line-height: 1.6;

  color: #333;

  font-weight: 600;
}

.testi-btns {
  display: flex;

  gap: 10px;

  flex-direction: row-reverse;

  justify-content: flex-end;

  position: absolute;

  left: 0;

  bottom: 0;
}

.testi-btns .swiper-button-next,
.testi-btns .swiper-button-prev {
  position: unset !important;

  margin: 0px !important;
}

.testi-img-col img {
  height: 430px;

  display: block;
}

.swiper.client-testimoninal {
  position: unset !important;
}

.testi-txt-col {
  position: relative;
}

.client-testimoninal,
.client-testimoninal .swiper-wrapper {
  position: unset;
}

.testi-btns .swiper-button-next,
.testi-btns .swiper-button-prev {
  width: 60px;

  height: 50px;

  background: #e8f4ff;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 10px;
}

.testi-btns .swiper-button-next svg,
.testi-btns .swiper-button-prev svg {
  color: transparent !important;

  width: 35px;
}

.testi-btns .swiper-button-prev {
  transform: rotate(180deg);
}

.faq-label {
  text-align: center;

  font-size: 15px;

  font-weight: 600;

  color: #0a3d6b;

  text-transform: capitalize;

  margin-bottom: 14px;
}

.faq-heading {
  font-size: 54px;

  font-weight: 800;

  text-align: center;

  color: #0a3d6b;

  line-height: 1.13;

  margin-bottom: 40px;

  letter-spacing: -1.5px;

  text-transform: capitalize;
}

.faq-heading span {
  color: #7dd3fc;
}

.faq-list {
  border-top: 1.5px solid rgba(30, 100, 120, 0.2);

  max-width: 800px;

  margin: 0px auto;
}

.faq-item {
  border-bottom: 1.5px solid rgba(30, 100, 120, 0.2);

  overflow: hidden;
}

.faq-question {
  width: 100%;

  background: none;

  border: none;

  cursor: pointer;

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding: 20px 4px;

  gap: 16px;

  text-align: left;

  color: #0a3d6b;

  font-family: "Raleway", sans-serif;

  font-size: 17px;

  font-weight: 700;

  transition: color 0.2s;
}

.faq-question:hover {
  color: #0a3d6b;
}

.faq-icon {
  flex-shrink: 0;

  width: 26px;

  height: 26px;

  border: 2px solid #0a3d6b;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  transition: transform 0.35s ease, background 0.25s, border-color 0.25s;
}

.faq-icon svg {
  width: 12px;

  height: 12px;

  stroke: #0a3d6b;

  stroke-width: 2.5;

  transition: stroke 0.25s;
}

.faq-item.open .faq-icon {
  background: #0a3d6b;

  border-color: #0a3d6b;

  transform: rotate(45deg);
}

.faq-item.open .faq-icon svg {
  stroke: #fff;
}

.faq-answer {
  max-height: 0;

  overflow: hidden;

  transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-answer-inner {
  padding: 0 4px 20px;

  font-size: 16px;

  line-height: 1.75;

  color: #333;
}

/* First item open by default */

.faq-item.open .faq-answer {
  max-height: 400px;
}

.frequently-ques {
  padding: 100px 0px;
}

.frequently-ques .container {
  max-width: 1000px;
}

.cta-label {
  text-align: center;

  font-size: 15px;

  font-weight: 600;

  color: #fff;

  text-transform: capitalize;

  margin-bottom: 14px;
}

.cta-heading {
  font-size: 54px;

  font-weight: 800;

  color: #fff;

  line-height: 1.13;

  margin-bottom: 20px;

  letter-spacing: -1.5px;

  text-transform: capitalize;
}

.cta-btn {
  display: inline-flex;

  align-items: center;

  gap: 10px;

  background: rgba(255, 255, 255, 0.15);

  border: 1.5px solid rgba(255, 255, 255, 0.5);

  color: #fff;

  font-family: "DM Sans", sans-serif;

  font-size: 14px;

  font-weight: 500;

  padding: 12px 28px;

  border-radius: 6px;

  cursor: pointer;

  text-decoration: none;

  transition: background 0.2s;
}

.cta-btn:hover {
  background: rgba(255, 255, 255, 0.25);
}

/* FOOTER */

.footer {
  padding: 100px 0px 36px;

  background: linear-gradient(135deg, #0a3d6b 0%, #1165a8 45%, #2e8de0 100%);
}

.footer-grid {
  display: grid;

  grid-template-columns: 1.6fr 1fr 1fr 1fr;

  gap: 40px;

  background: #0a3d6b;

  padding: 80px 50px;

  border-radius: 20px;
}

.brand-desc {
  font-size: 16px;

  color: #fff;

  line-height: 1.7;
}

/* Footer columns */

.footer-col h4 {
  font-size: 16px;

  font-weight: 600;

  color: #fff;

  margin-bottom: 20px;
}

.footer-col ul {
  list-style: none;

  display: flex;

  flex-direction: column;

  gap: 11px;
}

.footer-col ul li a {
  font-size: 14px;

  color: rgba(255, 255, 255, 0.55);

  text-decoration: none;

  transition: color 0.2s;
}

.footer-col ul li a:hover {
  color: #fff;
}

.footer-bottom {
  margin-top: 36px;

  padding-top: 20px;

  border-top: 1px solid rgba(255, 255, 255, 0.1);

  text-align: center;

  font-size: 12px;

  line-height: 1.5;

  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 768px) {
  .footer {
    margin: 0;
    border-radius: 0;
    padding: 36px 24px 28px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}

@media (max-width: 480px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

.cta-section {
  text-align: center;

  margin-bottom: 50px;
}

.footer-grid .logo-text .name {
  color: #fff;
}

.footer-grid .logo {
  margin-bottom: 15px;
}

.cta-section .btn-outline {
  width: fit-content;

  margin: 0px auto;
}

.inner-hero {
  padding: 150px 0 100px;

  min-height: 400px;

  display: flex;
}

.aboutus-main {
  padding: 100px 0px;

  background-color: #fff;
}

.abusmain-top {
  display: flex;

  gap: 40px;

  margin-bottom: 40px;
}

.abusmainTLimg {
  width: 370px;

  height: 337px;
}

.abusmainTLimg img,
.abusmainTRimg img {
  width: 100%;

  height: 100%;

  display: block;

  border-radius: 20px;

  object-fit: cover;
}

.abusmainTRimg {
  width: calc(100% - 370px - 40px);

  height: 337px;
}

.abusmain-btm {
  display: flex;

  gap: 50px;
}

.abusmainBRcol p {
  font-size: 16px;

  line-height: 160%;
}

.abusmainBRcol .disc {
  display: flex;

  flex-direction: column;

  gap: 15px;

  margin-bottom: 20px;
}

.whychoose-row {
  display: flex;

  gap: 20px;
}

.whychoose-row-L {
  width: 75%;

  padding-right: 50px;
}

.whychoose-row-R {
  width: 25%;
}

.whychoose-row-L .image {
  width: 100%;

  height: 350px;
}

.whychoose-row-L .image img {
  width: 100%;

  height: 100%;

  display: block;

  border-radius: 20px;

  object-fit: cover;
}

.Whychoose-ab {
  padding: 120px 0px;
}

.counter-ab {
  margin-left: 16px;

  padding-left: 80px;

  border-left: 1px solid #0a3d6b40;

  height: 100%;

  display: flex;

  flex-direction: column;

  row-gap: 44px;

  justify-content: center;
}

.whychoose-row-L .head {
  margin-bottom: 30px;
}

.count-ab .count h4 {
  font-size: 75px;

  font-weight: 800;

  line-height: 85px;

  letter-spacing: 0.02em;

  -webkit-text-stroke-width: 1.5px;

  -webkit-text-stroke-color: #0a3d6b;

  -webkit-text-fill-color: transparent;

  margin-bottom: 4px;
}

.count-ab .numb {
  padding-bottom: 5px;

  border-bottom: 1px solid #0a3d6b40;

  margin-bottom: 10px;

  text-align: right;

  font-size: 20px;
}

.abchs-row {
  margin-top: 40px;

  display: flex;

  gap: 30px;
}

.abchs-col {
  width: calc((100% - (2 * 30px)) / 3);
}

.abchs-col h4 {
  font-size: 18px;

  font-weight: 700;

  color: #0a3d6b;

  margin-bottom: 15px;
}

.abchs-col p {
  font-size: 16px;

  line-height: 160%;
}

.contact-wrap {
  padding: 100px 0px;

  display: flex;

  gap: 72px;

  align-items: start;
}

.info-side {
  width: 50%;
}

.form-card {
  background: #fff;

  border: 1.5px solid var(--border);

  border-radius: 24px;

  padding: 40px 38px;

  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);

  position: relative;

  width: 50%;
}

.fc-title {
  font-size: 18px;

  font-weight: 700;

  color: #0a3d6b;

  margin-bottom: 15px;
}

.fc-sub {
  font-size: 14px;

  color: #94a3b8;

  margin-bottom: 28px;
}

.frow {
  display: flex;

  flex-direction: column;
}

.fg {
  margin-bottom: 16px;

  width: 100%;
}

.fg label {
  display: block;

  font-size: 0.76rem;

  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: 0.06em;

  color: #475569;

  margin-bottom: 7px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;

  padding: 14px 15px;

  border: 1px solid #e2e8f0;

  border-radius: 10px;

  font-size: 0.9rem;

  color: #0a0f1e;

  background: #f8fafc;

  outline: none;

  font-family: "Raleway", sans-serif;

  resize: none;

  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.check-row input[type="checkbox"] {
  width: 17px;

  height: 17px;

  accent-color: #0a3d6b;

  cursor: pointer;

  flex-shrink: 0;
}

.check-row label {
  font-size: 14px;

  color: #475569;

  cursor: pointer;

  font-family: "Raleway", sans-serif;
}

.check-row {
  display: flex;

  align-items: center;

  gap: 10px;

  margin-bottom: 22px;
}

.btn-submit {
  color: #fff;

  padding: 14px 30px;

  border-radius: 30px;

  font-size: 15px;

  font-family: "Raleway", sans-serif;

  font-weight: 600;

  text-decoration: none;

  border: 1.5px solid rgba(255, 255, 255, 0.4);

  display: flex;

  align-items: center;

  gap: 10px;

  transition: all 0.3s;

  backdrop-filter: blur(8px);

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 8px;

  width: 100%;

  cursor: pointer;

  background: linear-gradient(135deg, #1a6bb5, #0a3d6b);

  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.25);
}

.fg label .r {
  color: #f97316;
}

.info-side h2 {
  font-size: 54px;

  font-weight: 800;

  color: #0a3d6b;

  line-height: 1.13;

  margin-bottom: 15px;

  letter-spacing: -1.5px;

  text-transform: capitalize;
}

.info-side h2 span {
  color: #7dd3fc;
}

.info-stack {
  margin-top: 40px;

  display: flex;

  flex-direction: column;

  gap: 20px;
}

.info-stack .info-row {
  display: flex;

  align-items: flex-start;

  gap: 16px;

  padding: 20px 22px;

  border: 1px solid #e2e8f0;

  border-radius: 16px;

  background: #fff;

  transition: border-color 0.2s, box-shadow 0.2s;
}

.ir-icon {
  width: 44px;

  height: 44px;

  flex-shrink: 0;

  background: #eff6ff;

  border: 1.5px solid #dbeafe;

  border-radius: 12px;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 19px;
}

.ir-label {
  color: #2d4a6e;

  font-size: 16px;

  font-weight: 500;

  margin-bottom: 5px;
}

.ir-val {
  font-size: 15px;

  line-height: 150%;

  color: #000;
}

.contact-main {
  background: #fff;
}

.help-section {
  padding: 100px 0px;
}

.help-grid {
  display: flex;

  gap: 16px;
}

.help-grid .hc {
  width: calc((100% - (2 * 16px)) / 3);

  background: #fff;

  border: 1px solid #e2e8f0;

  border-radius: 20px;

  padding: 32px 28px 28px;

  display: flex;

  flex-direction: column;

  position: relative;

  overflow: hidden;

  transition: border-color 0.2s, box-shadow 0.2s;
}

.hc-top-bar {
  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  height: 3px;

  background: #2d4a6e;
}

.hc-icon-wrap {
  width: 52px;

  height: 52px;

  border-radius: 14px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 20px;

  background: #eff6ff;

  border: 1.5px solid #dbeafe;
}

.hc-icon-wrap svg path {
  stroke: #0a3d6b;
}

.help-grid .hc h3 {
  font-size: 18px;

  font-weight: 700;

  color: #0a3d6b;

  margin-bottom: 15px;
}

.help-grid .hc p {
  font-size: 16px;

  line-height: 160%;
}

.hc-divider {
  height: 1px;

  background: #e2e8f0;

  margin: 20px 0;
}

.hc-link {
  display: inline-flex;

  align-items: center;

  gap: 6px;

  color: #0a3d6b;

  font-size: 16px;

  font-weight: 600;

  text-decoration: none;

  transition: gap 0.2s;
}

.social-btns {
  display: flex;

  gap: 8px;
}

.social-btns a {
  width: 42px;

  height: 42px;

  border-radius: 14px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 20px;

  background: #eff6ff;

  transition: all 0.5s;

  border: 1.5px solid #dbeafe;

  text-decoration: none;

  color: #0a3d6b;
}

.social-btns a svg {
  width: 18px;

  height: 18px;
}

.social-btns a svg path {
  fill: #0a3d6b;
}

.social-btns a:hover {
  border-color: #0a3d6b;
}

.contact-us-faq {
  background-color: #fff;
}

.apply-form-head h1 {
  text-align: center;
}

.apply-form-head p {
  color: #fff;

  font-size: 16px;

  list-style: 150%;

  text-align: center;
}

.checks {
  margin-top: 30px;

  display: flex;

  justify-content: center;

  flex-wrap: wrap;

  gap: 12px;
}

.check-pill {
  display: flex;

  align-items: center;

  gap: 7px;

  background: #f0f6ff;

  border: 1px solid #dbeafe;

  border-radius: 100px;

  padding: 7px 16px;

  font-size: 0.83rem;

  color: #3a4f72;

  font-weight: 500;
}

.check-pill::before {
  content: "";

  width: 16px;
  height: 16px;

  border-radius: 50%;

  background: #1a6cff;

  flex-shrink: 0;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");

  background-size: 9px;

  background-repeat: no-repeat;

  background-position: center;
}

.apply-form-main {
  padding: 100px 0px;

  background-color: #fff;
}

.apply-form-row {
  display: flex;

  box-shadow: 0 4px 12px rgba(26, 108, 255, 0.07),
    0 24px 64px rgba(26, 108, 255, 0.1);

  border: 1px solid #e4edf8;

  border-radius: 20px;

  max-width: 1100px;

  margin: 0px auto;
}

.apply-form-col-S {
  width: 100%;

  max-width: 350px;

  padding: 40px 32px;

  display: flex;

  flex-direction: column;

  justify-content: center;

  background: #0a3d6b;

  border-radius: 20px 0px 0px 20px;
}

.apply-form-col-L {
  width: 100%;

  padding: 36px 32px;
}

.apply-form-col-S h3 {
  font-size: 20px;

  font-weight: 800;

  color: #fff;

  margin-bottom: 8px;

  line-height: 1.3;

  letter-spacing: -1.5px;
}

.apply-form-col-S p {
  font-size: 16px;

  color: rgba(255, 255, 255, 0.75);

  line-height: 1.6;

  margin-bottom: 28px;
}

.aside-stat {
  background: rgba(255, 255, 255, 0.15);

  border-radius: 12px;

  padding: 14px 16px;

  margin-bottom: 10px;
}

.aside-stat .num {
  font-size: 1.3rem;

  font-weight: 800;

  color: #fff;

  letter-spacing: -0.5px;

  line-height: 1;

  margin-bottom: 2px;
}

.aside-stat .lbl {
  font-size: 14px;

  color: rgba(255, 255, 255, 0.65);

  font-weight: 500;

  margin-top: 5px;
}

.apply-form h4 {
  font-size: 18px;

  font-weight: 700;

  color: #0a3d6b;

  margin-bottom: 15px;
}

.apply-form p {
  font-size: 14px;

  color: #94a3b8;

  margin-bottom: 28px;
}

.form-row {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 10px;
}

.AF-wrap {
  display: flex;

  flex-direction: column;

  gap: 10px;
}

.AF-wrap .btn {
  color: #fff;

  padding: 14px 30px;

  border-radius: 30px;

  font-size: 15px;

  font-family: "Raleway", sans-serif;

  font-weight: 600;

  text-decoration: none;

  border: 1.5px solid rgba(255, 255, 255, 0.4);

  transition: all 0.3s;

  backdrop-filter: blur(8px);

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 8px;

  width: 100%;

  cursor: pointer;

  background: linear-gradient(135deg, #1a6bb5, #0a3d6b);

  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.25);

  margin-top: 15px;
}

.form-note {
  font-size: 14px;

  color: #94a3b8;

  margin-top: 28px;
}

.form-note a {
  color: #0a3d6b;

  font-weight: 600;

  text-decoration: none;
}

.section-title {
  margin-bottom: 20px;
}

.apply-desc {
  text-align: center;

  margin-bottom: 40px;

  font-weight: 500;
}

.privacy-main {
  padding: 80px 0px;

  background-color: #fff;
}

.content_none p {
  font-size: 16px;

  line-height: 1.6;

  color: #333;

  margin-bottom: 25px;
}

.content_none ol {
  padding-left: 15px;

  margin-bottom: 15px;
}

.content_none ol li strong {
  font-size: 18px;

  font-weight: 700;

  color: #0a3d6b;
}

.humberg {
  display: none;
}

@media (max-width: 1024px) {
  .nav-right {
    display: none;
  }

  .hero {
    padding: 150px 0 0;
  }

  .container {
    padding: 0 20px;
  }

  .hero.inner-hero {
    min-height: 350px;

    padding: 130px 0px 50px;

    display: flex;

    align-items: center;
  }
}

@media (max-width: 990px) {
  .hero .container {
    flex-direction: column;

    align-items: center;

    width: 100%;
  }

  .hero-left {
    width: 100%;

    padding: 0px !important;
  }

  .hero-right {
    width: 100%;
  }

  .mp-acc-blob {
    display: none;
  }

  .whychoose-row {
    flex-direction: column;
  }

  .whychoose-row-L {
    width: 100%;

    padding-right: 0px;
  }

  .whychoose-row-R {
    width: 100% !important;
  }

  .counter-ab {
    padding-left: 00px;

    margin-left: 0px;

    flex-direction: row;

    gap: 30px;

    border-top: 1px solid #0a3d6b40;

    border-left: 0px;

    padding-top: 20px;

    margin-top: 30px;
  }

  .count-ab {
    flex: 1;
  }
}

@media (max-width: 767px) {
  .hero h1,
  .mp-acc-heading,
  .mps-heading,
  .whyus-title,
  .faq-heading,
  .testi-txt-col h2,
  .info-side h2,
  .cta-heading,
  .section-title {
    font-size: 44px;
  }

  .finances-section,
  .mps-section,
  .mps-testimonials,
  .Whychoose-ab,
  .frequently-ques,
  .privacy-main,
  .aboutus-main,
  .contact-wrap,
  .apply-form-main,
  .help-section,
  .tabbing-section,
  .whyus-section {
    padding: 80px 0px;
  }

  .whyus-row {
    flex-direction: column;
  }

  .whyus-txt-col,
  .whyus-img-col {
    width: 100%;
  }

  .whyus-txt-col .disc,
  .whyus-list li {
    max-width: 100%;
  }

  .whyus-img-col img {
    width: 100%;

    height: 450px;
  }

  .mp-acc-right {
    display: none;
  }

  .mp-acc-body-inner {
    padding: 0 20px 22px 20px;

    display: flex;

    flex-direction: column;

    gap: 16px;
  }

  .mp-acc-img {
    display: block;
  }

  .mp-acc-img img {
    height: 300px;
  }

  .mps-connector {
    width: 100%;

    padding: 0;
  }

  .mps-row {
    grid-template-columns: 1fr;

    gap: 40px;
  }

  .testi-row {
    flex-direction: column-reverse;
  }

  .testi-img-col,
  .testi-txt-col {
    width: 100%;
  }

  .testi-btns {
    position: unset !important;

    margin-top: 30px;
  }

  .testi-img-col img {
    height: 400px;
  }

  .footer {
    padding: 80px 0px 28px;
  }

  .footer-grid {
    padding: 50px 30px;
  }

  .abusmain-top {
    display: flex;

    flex-direction: column;

    gap: 20px;

    margin-bottom: 00px;
  }

  .abusmainTLimg,
  .abusmainTRimg {
    width: 100%;
  }

  .abusmain-row {
    display: flex;

    flex-direction: column-reverse;

    gap: 50px;
  }

  .abusmain-btm {
    flex-direction: column;

    gap: 0px;
  }

  .contact-wrap {
    flex-direction: column;

    gap: 50px;
  }

  .info-side,
  .form-card {
    width: 100%;
  }

  .help-grid {
    flex-wrap: wrap;
  }

  .help-grid .hc {
    width: calc((100% - (1 * 16px)) / 2);
  }

  .apply-form-row {
    flex-direction: column;
  }

  .apply-form-col-S {
    width: 100%;

    max-width: 100%;

    border-radius: 20px 20px 0px 0px;

    padding: 25px;
  }

  .apply-form-col-L {
    width: 100%;

    padding: 36px 25px;
  }

  .nav-links {
    position: fixed;

    left: 0;

    top: -100%;

    width: 100%;

    height: 100%;

    background: #fff;

    z-index: 10;

    flex-direction: column;

    align-items: baseline;

    padding: 60px 5px;

    opacity: 0;

    pointer-events: none;

    transition: all 0.3s;
  }

  body:has(.burger-menu--opened) .nav-links {
    opacity: 1;

    pointer-events: unset;

    top: 0;
  }

  body:has(.burger-menu--opened) {
    overflow: hidden;
  }

  .humberg {
    position: relative;

    z-index: 100;

    display: block;
  }

  .nav-links a:hover {
    color: #1165a8;
  }

  /* menu */

  .humberg .layout {
    height: 50px;

    width: 50px;

    display: flex;

    align-items: center;

    justify-content: center;
  }

  .burger-menu {
    position: relative;

    display: block;

    width: 33px;

    height: 20px;

    display: block;

    margin: 0 auto;

    transition: all 0.3s ease-out;

    cursor: pointer;
  }

  .burger-menu .bar {
    transition: all 0.3s ease-out;

    height: 3.4px;

    width: 100%;

    display: block;

    background-color: #0a3d6b;

    border-radius: 20px;
  }

  .burger-menu .bar:nth-of-type(2) {
    margin: 5px 0;
  }

  .burger-menu--closed {
    transition-delay: 0.3s;
  }

  .burger-menu--closed .bar:nth-of-type(2) {
    width: 24px;

    transition-property: margin, height, width;

    transition-delay: 0.3s, 0.3s, 0s;
  }

  .burger-menu--closed .bar:nth-of-type(3) {
    width: 14px;
  }

  .burger-menu--closed:hover .bar:nth-of-type(2) {
    width: 100%;
  }

  .burger-menu--closed:hover .bar:nth-of-type(3) {
    width: 100%;
  }

  .burger-menu--opened {
    padding-top: 8px;
  }

  .burger-menu--opened .bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);

    transform: rotate(45deg);

    transition-delay: 0.3s;

    height: 4px;
  }

  .burger-menu--opened .bar:nth-of-type(2) {
    opacity: 0;

    height: 0;

    margin: -4px 0;
  }

  .burger-menu--opened .bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);

    transform: rotate(-45deg);

    transition-delay: 0.3s;

    height: 4px;
  }

  /* menu */
}

@media (max-width: 567px) {
  .finances-section,
  .tabbing-section,
  .mps-testimonials,
  .mps-section,
  .aboutus-main,
  .privacy-main,
  .contact-wrap,
  .apply-form-main,
  .Whychoose-ab,
  .frequently-ques,
  .help-section,
  .whyus-section {
    padding: 50px 0px;
  }

  .hero h1 {
    font-size: 32px;
  }

  .section-title,
  .mps-heading,
  .faq-heading,
  .cta-heading,
  .testi-txt-col h2,
  .mp-acc-heading,
  .info-side h2,
  .whyus-title {
    font-size: 30px;
  }

  .hero-desc {
    font-size: 16px;
  }

  .stat strong {
    font-size: 20px;
  }

  .stat span {
    font-size: 9px;

    line-height: 1.4;
  }

  .stat {
    text-align: center;

    padding: 0 15px;
  }

  .hero-btns {
    flex-wrap: wrap;

    margin-bottom: 30px;
  }

  .whyus-img-col img {
    height: 350px;
  }

  .whyus-list li {
    font-size: 15px;
  }

  .mp-acc-img img {
    height: 200px;
  }

  .whyus-list li span {
    min-width: 22px;

    min-height: 22px;
  }

  .whyus-list li span svg {
    width: 15px;
  }

  .testi-img-col img {
    height: 300px;
  }

  .testi-detail h4 {
    font-size: 18px;
  }

  .testi-disc p {
    font-size: 16px;
  }

  .faq-answer-inner {
    font-size: 15px;

    line-height: 1.45;
  }

  .footer {
    padding: 50px 0px 28px;
  }

  .footer-grid {
    padding: 40px 20px;
  }

  .mp-acc-body-inner {
    padding: 0 20px 22px 20px;

    display: flex;

    flex-direction: column;

    gap: 26px;
  }

  .footer-grid .logo {
    justify-content: center;
  }

  .brand-desc,
  .footer-col h4,
  .footer-col ul li {
    text-align: center;
  }

  .abusmainTLimg {
    height: 290px;
  }

  .abusmainTRimg {
    height: 210px;
  }

  .abchs-row {
    flex-direction: column;

    gap: 20px;
  }

  .abchs-col {
    width: 100%;
  }

  .counter-ab {
    padding-top: 20px;

    margin-top: 20px;

    flex-direction: column;
  }

  .count-ab .count h4 {
    font-size: 65px;

    font-weight: 800;

    line-height: 75px;
  }

  .form-card {
    padding: 30px 20px;
  }

  .info-stack .info-row {
    padding: 15px 15px;
  }

  .info-stack {
    margin-top: 25px;
  }

  .help-grid .hc {
    width: 100%;

    padding: 32px 20px 20px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .navbar {
    position: absolute;

    top: 10px;

    z-index: 100;

    width: calc(100% - 20px);

    left: 10px;
  }
}

.logo img {
  width: 100%;
  max-width: 80px;
}

@media (max-width: 500px) {
  .form-alert.form-alert-error {
    flex-direction: column;
  }
}

.apply-form h4 {
  font-size: 36px;
  font-weight: 700;
  color: #0a3d6b;
  margin-bottom: 15px;
}

@media (max-width: 500px) {
  .apply-form h4 {
    font-size: 26px;
  }
}

.apply-form p {
  font-size: 14px;
  color: #94a3b8;
  margin-bottom: 0px;
  line-height: 23px;
}

.apply-form > div {
  display: none;
}

.footer-grid .logo img {
  width: 100%;
  max-width: 90px;
  filter: invert(0) brightness(100);
}
